/**
*
  Сброс CSS стилей
*
**/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html {
  -webkit-text-size-adjust: none;
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body.hidden {
  overflow: hidden;
}
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;
}
a {
  text-decoration: none;
}
input,
textarea,
button,
select {
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
}
button {
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
#main_content {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
#main_content.hidden {
  overflow: hidden;
}
/**
*
  Функции
*
**/
/**
*
  Переменные
*
**/
/**
*
  Bootstrap
*
**/
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
[class*="col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1240px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2-5 {
    width: 20%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.alpha {
  padding-left: 0;
}
.omega {
  padding-right: 0;
}
/**
*
  Подключение шрифтов
*
**/
@font-face {
  font-family: "UltraLight";
  src: url('/static/fonts/SF_UI/ultralight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thin";
  src: url('/static/fonts/SF_UI/thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Light";
  src: url('/static/fonts/SF_UI/light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Regular";
  src: url('/static/fonts/SF_UI/regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SemiBold";
  src: url('/static/fonts/SF_UI/semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Medium";
  src: url('/static/fonts/SF_UI/medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heavy";
  src: url('/static/fonts/SF_UI/heavy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
*
  Общие классы
*
**/
.trns03 {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.hide,
.xs-show,
.sm-show,
.md-show {
  display: none !important;
}
.show {
  display: block !important;
}
.f_ulight {
  font-family: 'UltraLight', Arial, sans-serif;
}
.f_thin {
  font-family: 'Thin', Arial, sans-serif;
}
.f_light {
  font-family: 'Light', Arial, sans-serif;
}
.f_regular {
  font-family: 'Regular', Arial, sans-serif;
}
.f_sbold {
  font-family: 'SemiBold', Arial, sans-serif;
}
.f_medium {
  font-family: 'Medium', Arial, sans-serif;
}
.f_heavy {
  font-family: 'Heavy', Arial, sans-serif;
}
.flf {
  float: left;
}
.flr {
  float: right;
}
.clear {
  display: block;
  clear: both;
}
.t_center {
  text-align: center;
}
.t_right {
  text-align: right;
}
.pos_rel {
  position: relative;
}
.ypos_ab {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.xpos_ab {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.pos_absc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.b-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn {
  cursor: pointer;
  display: inline-block;
  font: 16px 'Heavy', Arial, sans-serif;
  letter-spacing: 0.1px;
  padding: 17px 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.btn.__red {
  color: #fff;
  background-color: #e82c32;
}
.btn.__fade {
  background-color: #eaeff4;
  color: #808589;
}
/**
*
  Попапы
*
**/
#js_error {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 15px;
  left: 15px;
  background-color: #e82c32;
  color: #fff;
  padding: 15px 15px 15px 62px;
  max-width: 290px;
  z-index: 100;
  font: 14px/20px 'Regular', Arial, sans-serif;
  min-height: 62px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#js_error svg {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 15px;
  left: 15px;
}
#js_error path {
  fill: #fff;
}
#js_error.__visible {
  opacity: 1;
  visibility: visible;
}
.popup_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 39, 51, 0.7);
  z-index: 80;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.popup_block .close_field {
  z-index: 50;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 17px;
  height: 100%;
}
.popup_block .wrapper {
  z-index: 51;
  width: 90%;
  background: #fff;
  padding: 30px;
  margin: 50px auto;
  position: relative;
  max-width: 594px;
  border: 19px solid #eaeff4;
}
.popup_block .wrapper .title {
  font: 42px/44px 'Thin', Arial, sans-serif;
  margin-bottom: 30px;
}
.popup_block .wrapper .form_field {
  margin-bottom: 15px;
}
.popup_block .wrapper .form_field .input {
  font: 14px 'Regular', Arial, sans-serif;
}
.popup_block .wrapper .confirm_phone_des {
  border-radius: 5px;
  padding: 10px 15px;
  font: 14px/1.4 'Regular', Arial, sans-serif;
  background: #f4f8fb;
  border: 1px solid #ccd4dc;
}
.popup_block .wrapper .btn {
  background-color: #5a288d;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.popup_block .wrapper.__small {
  max-width: 372px;
}
.popup_block .wrapper.__small .btn {
  width: 100%;
}
.popup_block .wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.popup_block .close_popup_icon {
  position: absolute;
  top: -19px;
  right: -52px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.popup_block .close_popup_icon path {
  fill: #a5adbc;
}
.popup_block.__visible {
  opacity: 1;
  visibility: visible;
}
.clbk_callback .wrapper {
  padding: 54px 40px 31px 231px;
}
.clbk_callback .wrapper .b-img {
  position: absolute;
  top: -19px;
  left: -19px;
  bottom: -19px;
  width: 200px;
}
.clbk_callback .wrapper .b-img svg {
  max-width: 100px;
  max-height: 115px;
}
.clbk_callback .wrapper .b-img path {
  fill: #fff;
}
.clbk_callback .wrapper .form_field {
  margin-bottom: 20px;
}
.clbk_callback .wrapper .input {
  width: 100%;
  padding: 13px 23px 11px;
  font: 16px/30px 'Regular', Arial, sans-serif;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.clbk_callback .wrapper .btn {
  width: 100%;
}
.clbk_callback .wrapper p {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}
.clbk_callback .wrapper .agree {
  margin-top: 20px;
  color: #7e7e7e;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.clbk_callback .wrapper .agree a {
  color: inherit;
  text-decoration: underline;
}
#reset_pass .wrapper .form_field {
  margin-bottom: 18px;
}
#reset_pass .wrapper .form_field .input {
  width: 100%;
}
#reset_pass .wrapper .btn {
  width: 100%;
}
.reset_pass_stat .close_popup_icon {
  top: -95px;
}
.reset_pass_stat .wrapper {
  border-top-width: 94px;
}
.reset_pass_stat .wrapper .icon {
  border: 10px solid #fff;
  margin: -79px auto 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.reset_pass_stat .wrapper .icon svg {
  width: 80px;
  height: 80px;
}
.reset_pass_stat .wrapper p {
  font-size: 16px;
  line-height: 22px;
  color: #787777;
  text-align: center;
  margin: 15px 0 21px;
}
.reset_pass_stat .wrapper .btn {
  width: 100%;
}
#last_step_info .wrapper .title {
  font-size: 38px;
}
#last_step_info .wrapper .sub_title {
  font-size: 30px;
}
#last_step_info .wrapper p {
  font: 16px/24px 'Light', Arial, sans-serif;
}
#last_step_info .wrapper ul {
  margin: 30px 0;
}
#last_step_info .wrapper ul li {
  margin-bottom: 15px;
  padding-left: 35px;
  color: #000;
  position: relative;
  font: 14px/20px 'Regular', Arial, sans-serif;
}
#last_step_info .wrapper ul li:before {
  content: '';
  width: 18px;
  height: 1px;
  background-color: #a7a7a7;
  position: absolute;
  left: 0;
  top: 9px;
}
#last_step_info .wrapper ul li:last-child {
  margin-bottom: 0;
}
#last_step_info .wrapper .btn {
  width: 100%;
}
#confirm_phone .form_field {
  flex-direction: column;
  align-items: flex-start;
}
#confirm_phone .err_field {
  display: none;
}
#confirm_phone .err_field.__visible {
  display: block;
}
#confirm_phone .selectize-input {
  padding: 15px;
  font: 16px 'Regular', Arial, sans-serif;
  background-color: #eaeff4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#confirm_phone .selectize-input.has-items {
  padding: 15px 15px 12px 15px;
}
#confirm_phone .selectize-control {
  width: 100%;
}
#confirm_phone .selectize-control .selectize-input div {
  background-color: #58288c;
  border-color: #4c2278;
  padding: 3px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#confirm_phone .selectize-control.single .selectize-input {
  padding: 12px 15px !important;
}
#confirm_phone .selectize-control.single .selectize-input div {
  padding: 0;
  border: none;
  background-color: transparent;
}
/**
*
  Адаптивка
*
**/
@media only screen and (max-width: 1024px) {
  .md-show {
    display: block !important;
  }
  .md-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .sm-show {
    display: block !important;
  }
  .sm-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 425px) {
  .xs-show {
    display: block !important;
  }
  .xs-hide {
    display: none !important;
  }
  .popup_block .wrapper {
    border-width: 10px;
    padding: 10px 15px 15px;
    margin: 50px auto 15px;
    max-width: 100% !important;
    width: 92%;
  }
  .popup_block .wrapper .title {
    font-size: 32px;
  }
  .popup_block .close_popup_icon {
    top: -46px;
    right: -9px;
  }
  .reset_pass_stat .wrapper {
    width: 90%;
    margin: 15px auto;
    border-top-width: 70px;
  }
  .reset_pass_stat .wrapper .icon {
    margin-top: -60px;
  }
}
/**
*
	Общие элементы
*
**/
#breadcrumbs {
  margin-top: 21px;
  float: left;
}
#breadcrumbs li {
  display: inline-block;
  letter-spacing: 0.1px;
  font-size: 14px;
  color: #abaaaa;
}
#breadcrumbs li a {
  color: #a369de;
}
#breadcrumbs li a:after {
  content: '>';
  color: #abaaaa;
  display: inline-block;
  margin: 0 10px 0 15px;
}
.step_title {
  font: 56px/72px 'Thin', Arial, sans-serif;
  letter-spacing: 0.1px;
  color: #000;
}
.sub_title {
  font: 39px 'Thin', Arial, sans-serif;
}
.step_des {
  margin: 10px 0;
  font: 14px/1.4 'Regular', Arial, sans-serif;
  border-radius: 5px;
  padding: 10px 15px;
  font: 14px/1.4 Regular, Arial, sans-serif;
  background: #f4f8fb;
  border: 1px solid #ccd4dc;
}
.form_field {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.form_field .form_field_rs {
  width: 100%;
}
.form_field label {
  cursor: pointer;
  width: 11%;
  font: 14px/18px 'Regular', Arial, sans-serif;
}
.form_field input {
  padding: 13px 22px 12px;
  width: 100%;
  color: #000;
  font: 14px 'Regular', Arial, sans-serif;
}
.form_field input::-webkit-input-placeholder {
  font: 14px 'Regular', Arial, sans-serif;
  color: #999;
}
.form_field input::-moz-placeholder {
  font: 14px 'Regular', Arial, sans-serif;
  color: #999;
}
.form_field input:-moz-placeholder {
  font: 14px 'Regular', Arial, sans-serif;
  color: #999;
}
.form_field input:-ms-input-placeholder {
  font: 14px 'Regular', Arial, sans-serif;
  color: #999;
}
.form_field .input {
  max-width: 414px;
  width: 100%;
  border: 1px solid #d5dadf;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.form_field .input.__pass input {
  padding-right: 60px;
}
.form_field .input.__pass svg:nth-child(2) {
  display: none;
}
.form_field .input.__pass path {
  fill: #a5a5a5;
}
.form_field .input.__pass .show_pass {
  cursor: pointer;
  right: 15px;
  width: 22px;
  height: 22px;
}
.form_field .input.__pass .show_pass.__active svg:nth-child(1) {
  display: none;
}
.form_field .input.__pass .show_pass.__active svg:nth-child(2) {
  display: block;
}
.form_field .input.__error {
  border-color: #e82c32;
}
.form_field .err_field {
  color: #e82c32;
  font: 14px/20px 'Regular', Arial, sans-serif;
  margin: 5px 0;
  display: none;
}
.form_field .err_field.__visible {
  display: block;
}
.form_field .btn {
  margin-right: 12px;
}
.form_field.__top {
  align-items: flex-start;
}
.form_field.__top label {
  margin-top: 4px;
}
.form_field:after {
  content: '';
  display: block;
  clear: both;
}
/**
*
	Основная часть
*
**/
#reg {
  min-height: 100%;
}
#reg .left_bg {
  width: 33%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: 100% auto;
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #5a288d;
}
#reg .callback {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #5a288d;
  font-size: 16px;
  letter-spacing: 0.1px;
  padding: 22px 15px 23px 50px;
  color: #fff;
}
#reg .callback svg {
  width: 20px;
  height: 20px;
  left: 15px;
}
#reg .left_side {
  padding-bottom: 30px;
}
#reg .left_side .header {
  color: #fff;
  letter-spacing: 0.1px;
  font-size: 14px;
  line-height: 62px;
}
#reg .left_side .header .f_heavy {
  margin-right: 15px;
}
#reg .left_side .header:after {
  content: '';
  position: absolute;
  height: 1px;
  right: -1000%;
  left: -1000%;
  bottom: -1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#reg .left_side #logo {
  margin: 77px 0 193px;
}
#reg .left_side .icon {
  width: 238px;
  margin: 50px 70px 0 0;
  padding: 20px 20px 20px 80px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#reg .left_side .icon svg {
  left: -50px;
  width: 100px;
  height: 100px;
}
#reg .left_side .icon path {
  fill: #fff;
}
#reg .left_side .icon .f_ulight {
  font-size: 66px;
  letter-spacing: 0.1px;
}
#reg .left_side .icon .f_heavy {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
#reg .right_side .header {
  min-height: 64px;
}
#reg .right_side .header:after {
  content: '';
  position: absolute;
  height: 1px;
  left: -20%;
  right: -100%;
  bottom: 0;
  z-index: -1;
  background-color: #e3e8ed;
}
#reg .right_side .callback {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #5a288d;
  font-size: 16px;
  letter-spacing: 0.1px;
  padding: 22px 15px 23px 50px;
  color: #fff;
}
#reg .right_side .callback svg {
  width: 20px;
  height: 20px;
  left: 15px;
}
#reg .right_side .content {
  margin: 58px 0 128px;
}
#reg .right_side .content h1 {
  margin-bottom: 34px;
}
#reg #step_nav {
  margin-bottom: 59px;
}
#reg #step_nav li {
  margin-right: 21px;
  position: relative;
  padding: 29px 20px 30px 73px;
  font-size: 18px;
  letter-spacing: 0.1px;
  color: #000;
  float: left;
  background-color: #eaeff4;
}
#reg #step_nav li .ypos_ab {
  font-size: 38px;
  left: 30px;
  display: inline-block;
}
#reg #step_nav li:not(.__last):after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -40px;
  width: 40px;
  height: 80px;
  background: url('/static/imgs/step_arrow_inactive.svg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#reg #step_nav li.__last {
  margin-right: 0;
}
#reg #step_nav li.__active {
  color: #fff;
  background-color: #5a288d;
}
#reg #step_nav li.__active:after {
  background: url('/static/imgs/step_arrow_active.svg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#reg .step_wrapper .banks {
  margin: 46px -10px 110px;
}
#reg .step_wrapper .banks [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
#reg .step_wrapper .banks .bank_item {
  cursor: pointer;
  margin-bottom: 26px;
  min-height: 80px;
  border: 1px solid rgba(226, 232, 238, 0.7);
  -webkit-box-shadow: 0 0 0 rgba(44, 44, 43, 0.09);
  -moz-box-shadow: 0 0 0 rgba(44, 44, 43, 0.09);
  box-shadow: 0 0 0 rgba(44, 44, 43, 0.09);
}
#reg .step_wrapper .banks .bank_item img {
  max-width: 70%;
  max-height: 70%;
  filter: grayscale(100%);
}
#reg .step_wrapper .banks .bank_item.__active img,
#reg .step_wrapper .banks .bank_item:hover img {
  filter: grayscale(0);
}
#reg .step_wrapper .banks .bank_item.__active {
  border: 3px solid #e82c32;
  -webkit-box-shadow: 13px 13px 0 rgba(44, 44, 43, 0.09);
  -moz-box-shadow: 13px 13px 0 rgba(44, 44, 43, 0.09);
  box-shadow: 13px 13px 0 rgba(44, 44, 43, 0.09);
}
#reg .step_wrapper .step_trigger {
  margin-right: 15px;
}
#reg .step_wrapper .devider {
  height: 80px;
  position: relative;
}
#reg .step_wrapper .devider:after {
  content: '';
  position: absolute;
  height: 4px;
  top: 40px;
  left: 0;
  right: -1000%;
  background-color: #eaeff4;
}
#reg .step_wrapper .selectize-input {
  padding: 15px;
  font: 16px 'Regular', Arial, sans-serif;
  background-color: #eaeff4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#reg .step_wrapper .selectize-input.has-items {
  padding: 15px 15px 12px 15px;
}
#reg .step_wrapper .selectize-control {
  width: 100%;
}
#reg .step_wrapper .selectize-control .selectize-input div {
  background-color: #58288c;
  border-color: #4c2278;
  padding: 3px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#reg .step_wrapper .selectize-control.single .selectize-input {
  padding: 12px 15px !important;
}
#reg .step_wrapper .selectize-control.single .selectize-input div {
  padding: 0;
  border: none;
  background-color: transparent;
}
#reg #ls_info {
  display: inline-block;
  color: #fff;
  margin-top: 30px;
}
#reg #ls_info .side {
  float: left;
}
#reg #ls_info .left {
  background-color: #5a288d;
  padding: 30px 30px 30px 150px;
  line-height: 1.4;
  font-size: 24px;
}
#reg #ls_info .left svg {
  width: 80px;
  height: 80px;
  left: 30px;
}
#reg #ls_info .left path {
  fill: #fff;
}
#reg #ls_info .right {
  padding: 50px 65px 46px 30px;
  font-size: 24px;
  line-height: 30px;
  background-color: #e82c32;
}
#reg #ls_info .right svg {
  width: 18px;
  height: 18px;
  right: 20px;
}
#reg #ls_info .right path {
  fill: #fff;
}
#reg #step_0 .form_field {
  display: block;
  margin-bottom: 40px;
}
#reg #step_0 .form_field label {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
#reg #step_0 .form_field:before {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  right: -1000%;
  background-color: #eaeff4;
  height: 4px;
}
#reg #step_1 .content {
  margin: 60px -15px;
}
#reg #step_1 .content #confirm_phone_btn {
  min-width: 290px;
  padding: 15px;
  font-size: 14px;
  letter-spacing: 0.3px;
  display: none;
}
#reg #step_1 .form_field label {
  padding-right: 15px;
  width: 35%;
}
#reg #step_1 .pass .form_field {
  margin-bottom: 0;
}
#reg #step_1 .btns {
  margin-top: 30px;
}
#reg #step_1.__fade #confirm_phone_btn {
  z-index: 9;
  display: block;
}
#reg #step_1.__fade .fade_layer {
  filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.9);
}
#reg #step_1.__fade .fade_layer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
#reg #step_2 #bank_list {
  margin-top: 30px;
}
#reg #step_2 .tab_header {
  border-bottom: 1px solid #d5dadf;
  margin-bottom: 48px;
  padding-bottom: 11px;
}
#reg #step_2 .tab_header li {
  float: left;
  width: 25%;
}
#reg #step_2 .tab_header li.__active {
  position: relative;
}
#reg #step_2 .tab_header li.__active a {
  color: #5a288d;
}
#reg #step_2 .tab_header li.__active:after {
  content: '';
  background-color: #5a288d;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -14px;
}
#reg #step_2 .tab_header li:nth-child(4n) {
  padding-right: 0;
}
#reg #step_2 .tab_header a {
  color: #000;
  font: 24px 'Thin', Arial, sans-serif;
  line-height: 1.3;
  letter-spacing: 0.1px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 31.2px;
}
#reg #step_2 .tab_header:after {
  content: '';
  display: block;
  clear: both;
}
#reg #step_2 .tab_header.__many {
  padding-bottom: 5px;
}
#reg #step_2 .tab_header.__many li {
  margin-bottom: 15px;
}
#reg #step_2 .tab_header.__many li:after {
  display: none !important;
}
#reg #step_2 .wrapper .bank_item {
  margin-bottom: 70px;
  padding-left: 106px;
}
#reg #step_2 .wrapper .bank_item:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #eaeff4;
  left: 0;
  right: -1000%;
  bottom: -35px;
}
#reg #step_2 .wrapper .bank_item:last-child {
  margin-bottom: 0;
}
#reg #step_2 .wrapper .bank_item:last-child:after {
  display: none;
}
#reg #step_2 .wrapper .remove_icon {
  position: absolute;
  top: 0;
  right: 10%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #d2d7db;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
#reg #step_2 .wrapper .remove_icon svg {
  width: 14px;
  height: 14px;
}
#reg #step_2 .wrapper .remove_icon path {
  fill: #d2d7db;
}
#reg #step_2 .wrapper .remove_icon:hover path {
  fill: #e82c32;
}
#reg #step_2 .wrapper .num {
  color: #fff;
  background-color: #5a288d;
  width: 56px;
  height: 56px;
  text-align: center;
  font: 36px/56px 'Thin', Arial, sans-serif;
  letter-spacing: 0.1px;
  position: absolute;
  top: 0;
  left: 0;
}
#reg #step_2 .form_field {
  width: 80%;
}
#reg #step_2 .form_field label {
  width: 18%;
}
#reg #step_2 .form_field .or {
  margin: 10px 0 10px 20px;
  font: 14px 'Regular', Arial, sans-serif;
  color: #444;
}
#reg #step_2 .form_field .input_wrap {
  width: 100%;
}
#reg #step_2 .form_field.__top label {
  width: 22%;
}
#reg #step_2 .add_more {
  margin: 40px 0 60px 0;
}
#reg #step_2 .add_more .icon {
  cursor: pointer;
  width: 56px;
  height: 34px;
  background-color: #5a288d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#reg #step_2 .add_more .icon svg {
  width: 16px;
  height: 16px;
}
#reg #step_2 .add_more .icon path {
  fill: #fff;
}
#reg #step_2 .add_more:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #eaeff4;
  left: 70px;
  right: -1000%;
  bottom: 1px;
}
#reg #step_3 .content {
  margin-bottom: 100px;
}
#reg #step_3 .info {
  margin: 15px 0 40px;
  font: 26px/36px 'Light', Arial, sans-serif;
}
#reg #step_3 p {
  font: 16px/24px 'Regular', Arial, sans-serif;
  letter-spacing: 0.1px;
  margin: 25px 0 0;
}
#reg #step_3 .icons {
  margin: 40px 0 70px;
}
#reg #step_3 .icons .item {
  font: 16px/22px 'SemiBold', Arial, sans-serif;
  letter-spacing: 0.1px;
  padding-left: 80px;
  position: relative;
}
#reg #step_3 .icons .item svg {
  width: 56px;
  height: 56px;
  left: 0;
}
#reg #step_3 .icons .item path {
  fill: #5a288d;
}
#reg .footer {
  margin: 20px 0 0;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1px;
}
#reg .footer .left_side {
  padding-right: 85px;
}
#reg .footer a {
  padding-bottom: 4px;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-left: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#reg .footer .f_regular {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #959595;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1px;
}
#reg .footer .docs span {
  display: inline-block;
  margin-right: 15px;
}
#reg .footer .docs span:last-child {
  margin-right: 0;
}
/**
*
	Адаптивка
*
**/
@media only screen and (max-width: 1024px) {
  #reg .left_side .header {
    padding: 9px 0;
    line-height: 22px;
  }
  #reg .left_side .header .f_medium {
    display: block;
  }
  #reg .left_side .icon {
    margin: 0 20px 0 0;
  }
  #reg .left_side #logo {
    margin: 70px 0 170px;
  }
  #reg .right_side .content {
    margin: 58px 0 70px;
  }
  #reg #step_nav li {
    margin-right: 13px;
    padding: 19px 14px 18px 28px;
  }
  #reg #step_nav li span {
    font-size: 20px;
  }
  #reg #step_nav li .ypos_ab {
    display: none;
  }
  #reg #step_nav li:not(.__last):after {
    right: -30px;
    width: 30px;
    height: 61px;
  }
  #reg .step_wrapper .banks {
    margin-bottom: 80px;
  }
  #reg .step_wrapper .banks .bank_item {
    margin-bottom: 19px;
  }
  #reg #step_0 .form_field:before {
    top: -40px;
  }
  #reg #step_2 .form_field {
    display: block;
  }
  #reg #step_2 .form_field label {
    font-size: 16px;
    font-family: 'Medium', Arial, sans-serif;
    width: 100% !important;
    display: block;
    margin: 0 0 5px 22px;
  }
  #reg #step_2 .tab_header li {
    padding-right: 20px;
  }
  #reg #step_2 .tab_header a {
    height: 26px;
    font-size: 22px;
  }
  #reg #step_2 .wrapper .bank_item {
    padding-left: 80px;
  }
  #reg #step_2 .wrapper .remove_icon {
    right: 0;
  }
  #reg #step_3 .icons .item {
    min-height: 66px;
  }
  #reg #step_3 #ls_info {
    margin-top: 0;
  }
  #reg #step_3 #ls_info .left {
    font-size: 22px;
    line-height: 30px;
    padding: 30px 50px 30px 150px;
  }
  #reg #step_3 #ls_info .left svg {
    width: 80px;
    height: 80px;
    left: 30px;
  }
  #reg #step_3 #ls_info .right {
    padding: 47px 55px 43px 18px;
  }
  #reg #step_3 #ls_info .right svg {
    right: 15px;
  }
  #reg .footer .left_side {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .sub_title {
    font: 30px 'Thin', Arial, sans-serif;
  }
  .step_title {
    font-size: 30px;
    line-height: 36px;
  }
  .form_field {
    margin-bottom: 20px;
  }
  .form_field label {
    width: 25%;
  }
  #reg #step_nav li {
    margin-right: 13px;
    padding: 14px 25px;
  }
  #reg #step_nav li span {
    font-size: 20px;
  }
  #reg #step_nav li:not(.__last):after {
    right: -26px;
    width: 26px;
    height: 52px;
  }
  #reg .left_side .icon {
    float: left !important;
    width: 90%;
    margin: 0 auto;
    padding: 50px 15px 15px;
  }
  #reg .left_side .icon svg {
    left: 15px;
    top: 0;
  }
  #reg .right_side .content h1 {
    margin-bottom: 25px;
  }
  #reg .right_side .content:after {
    content: '';
    display: block;
    clear: both;
  }
  #reg #step_nav {
    margin-bottom: 30px;
  }
  #reg .step_wrapper .devider {
    height: 60px;
  }
  #reg .step_wrapper .devider:after {
    top: 30px;
  }
  #reg .step_wrapper .banks {
    margin: 35px -10px 50px;
  }
  #reg .step_wrapper .banks .bank_item {
    margin-bottom: 20px;
  }
  #reg #step_0 .form_field label {
    font-size: 14px;
  }
  #reg #step_0 .form_field:before {
    top: -37px;
  }
  #reg #step_1 .content {
    margin: 40px -15px 20px;
  }
  #reg #step_1 .form_field {
    display: block;
  }
  #reg #step_1 .form_field label {
    display: block;
    margin: 0 0 5px 15px;
    width: 100%;
  }
  #reg #step_1 .form_field input {
    padding: 13px 15px 12px;
  }
  #reg #step_1 .devider:after {
    top: 30px;
  }
  #reg #step_2 .tab_header li {
    margin-bottom: 10px !important;
    padding-right: 15px;
  }
  #reg #step_2 .tab_header li.__active a {
    font-family: 'Regular', Arial, sans-serif;
  }
  #reg #step_2 .tab_header li.__active:after {
    display: none;
  }
  #reg #step_2 .tab_header a {
    font-size: 20px;
    height: 23px;
  }
  #reg #step_2 .wrapper .remove_icon {
    top: 23px;
  }
  #reg #step_3 .info {
    margin-bottom: 30px;
    font: 20px/32px 'Light', Arial, sans-serif;
  }
  #reg #step_3 p {
    margin: 15px 0 0;
    font: 14px/22px 'Regular', Arial, sans-serif;
  }
  #reg #step_3 .icons {
    margin: 40px 0 30px;
  }
  #reg #step_3 .icons .item {
    margin-bottom: 30px;
  }
  #reg #step_3 #ls_info .left,
  #reg #step_3 #ls_info .right {
    width: 100%;
  }
  #reg #step_3 #ls_info .right {
    width: 100%;
    padding: 12px 55px 10px 18px;
  }
  #reg .footer {
    margin: 50px 0 0;
  }
  #reg .footer .f_regular {
    display: block;
  }
  #reg .footer .copy {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #reg .left_bg,
  #reg .left_side {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  #breadcrumbs li {
    font-size: 12px;
  }
  #breadcrumbs li a:after {
    margin: 0 5px 0 10px;
  }
  br {
    display: none;
  }
  #breadcrumbs {
    margin-top: 13px;
  }
  .step_title {
    font-size: 30px;
    line-height: 36px;
  }
  .sub_title {
    font: 26px/32px 'Thin', Arial, sans-serif;
  }
  .sub_title .f_medium {
    display: block;
  }
  .form_field {
    margin-bottom: 20px;
  }
  .form_field label {
    width: 25%;
  }
  .btn {
    padding: 12px 25px !important;
  }
  #reg .callback svg {
    left: 22px;
  }
  #reg .right_side .header {
    min-height: 45px;
  }
  #reg .right_side .content {
    margin: 15px 0 30px;
  }
  #reg #step_nav li {
    margin-right: 9px;
    padding: 12px 22px;
  }
  #reg #step_nav li span {
    font-size: 16px;
  }
  #reg #step_nav li:not(.__last):after {
    right: -21px;
    width: 22px;
    height: 43px;
  }
  #reg #step_2 .tab_header li {
    width: 33.3%;
    padding-right: 10px !important;
  }
  #reg #step_2 .tab_header li a {
    height: 20px;
    font-size: 18px;
  }
  #reg #step_2 .tab_header li:nth-child(3n) {
    padding-right: 0 !important;
  }
  #reg #step_2 .wrapper .bank_item {
    padding-left: 55px;
  }
  #reg #step_2 .wrapper .num {
    width: 40px;
    height: 40px;
    font: 24px/40px 'Thin', Arial, sans-serif;
  }
  #reg #step_3 .icons {
    margin: 30px 0 10px;
  }
  #reg #step_3 .info {
    font: 18px/26px 'Light', Arial, sans-serif;
    margin-bottom: 20px;
  }
  #reg #step_3 #ls_info {
    margin-bottom: 15px;
  }
  #reg #step_3 #ls_info .left {
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    text-align: center;
  }
  #last_step_info .wrapper .title {
    font-size: 30px;
    line-height: 36px;
  }
  #last_step_info .wrapper p {
    font: 14px/22px 'Light', Arial, sans-serif;
  }
  #last_step_info .btn {
    padding: 12px 15px !important;
    font: 14px 'Medium', Arial, sans-serif;
  }
}
@media only screen and (max-width: 375px) {
  #reg .step_wrapper .banks .bank_item {
    min-height: 70px;
  }
  #reg #step_nav {
    margin-bottom: 20px;
  }
  #reg #step_nav li {
    padding: 14px 20px 13px;
  }
  #reg #step_nav li span {
    font-size: 14px;
  }
  #reg #step_1 .content .col-xs-6 {
    width: 100%;
  }
  #reg #step_3 p {
    margin-top: 10px;
  }
  #reg #step_3 .devider {
    height: 40px;
  }
  #reg #step_3 .devider:after {
    top: 20px;
  }
  #reg #step_3 .info {
    font: 18px/24px 'Light', Arial, sans-serif;
    margin: 10px 0 40px;
  }
  #reg #step_3 #ls_info .left {
    font-size: 16px;
  }
  #reg #step_3 .icons {
    margin-top: 100px;
  }
  #reg #step_3 .icons .item {
    margin-bottom: 85px;
    padding-left: 0;
    min-height: 40px;
    font: 14px/20px 'SemiBold', Arial, sans-serif;
  }
  #reg #step_3 .icons .item svg {
    top: -65px;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  #reg #step_3 .icons .item.__last {
    margin-bottom: 0;
  }
  #reg .footer {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 320px) {
  #reg .step_wrapper .banks .bank_item {
    min-height: 60px;
  }
  #reg #step_nav li {
    margin-right: 7px;
    padding: 10px 12px 10px 17px;
  }
  #reg #step_nav li span {
    font-size: 14px;
  }
  #reg #step_nav li:not(.__last):after {
    right: -18px;
    width: 18px;
    height: 36px;
  }
  #reg #step_2 .wrapper .bank_item {
    padding: 55px 0 0;
  }
  #reg #step_2 .wrapper .remove_icon {
    top: 0;
  }
}
/**
*
	DatePicker
*
**/
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 0.5% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
  outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/**
*
	Selectize
*
**/
.selectize-control {
  font: 16px 'Regular', Arial, sans-serif;
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #000;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  width: 100%;
  padding: 10px 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 5px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #71b6f9;
  color: #fff;
  border: 1px solid #2890f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input > div.active {
  background: #409df7;
  color: #fff;
  border: 1px solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #dbdbdb;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 5px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #fff;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(255, 255, 255, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
/**
*
	Адаптивка
*
**/
@media only screen and (min-width: 1440px) {
  #reg .left_bg {
    width: 33.6%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1600px) {
  #reg .left_bg {
    width: 35.3%;
  }
}
@media only screen and (min-width: 1920px) {
  #reg .left_bg {
    width: 37.7%;
  }
}
@media only screen and (min-width: 2100px) {
  #reg .left_bg {
    width: 38.8%;
  }
}
@media only screen and (min-width: 2560px) {
  #reg .left_bg {
    width: 40.8%;
  }
}
/*# sourceMappingURL=reg.css.map */