/**
*
  Сброс 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: 23px;
  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;
}
.form_field {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.form_field .form_field_rs {
  width: 100%;
}
.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 label {
  margin-top: 12px;
  cursor: pointer;
  width: 11%;
}
.form_field input {
  padding: 13px 22px 12px;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.form_field .input {
  max-width: 414px;
  width: 85%;
  color: #999;
  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 .btn {
  margin-right: 12px;
}
.form_field:after {
  content: '';
  display: block;
  clear: both;
}
/**
*
	Основная часть
*
**/
#auth {
  min-height: 100%;
}
#auth .left_bg {
  width: 40%;
  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;
}
#auth .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;
}
#auth .callback svg {
  width: 20px;
  height: 20px;
  left: 15px;
}
#auth .left_side {
  padding-bottom: 30px;
}
#auth .left_side .header {
  color: #fff;
  letter-spacing: 0.1px;
  font-size: 14px;
  line-height: 62px;
}
#auth .left_side .header .f_heavy {
  margin-right: 15px;
}
#auth .left_side .header:after {
  content: '';
  position: absolute;
  height: 1px;
  right: -1000%;
  left: -1000%;
  bottom: -1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#auth .left_side #logo {
  margin: 77px 0 193px;
}
#auth .left_side .nums .item {
  float: left;
  width: 205px;
  height: 205px;
  padding: 20px;
  color: #fff;
  letter-spacing: 0.1px;
}
#auth .left_side .nums .item .title {
  font-size: 66px;
  margin-bottom: 10px;
}
#auth .left_side .nums .item .des {
  font-size: 16px;
  line-height: 24px;
}
#auth .left_side .nums .item:nth-child(1),
#auth .left_side .nums .item:nth-child(4) {
  background-color: rgba(255, 255, 255, 0.1);
}
#auth .right_side .header {
  min-height: 64px;
}
#auth .right_side .header:after {
  content: '';
  position: absolute;
  height: 1px;
  left: -20%;
  right: -100%;
  bottom: 0;
  z-index: -1;
  background-color: #e3e8ed;
}
#auth .right_side .content {
  margin: 58px 0;
}
#auth .right_side .content h1 {
  margin-bottom: 44px;
}
#auth .right_side .content .btn {
  margin-right: 12px;
}
#auth .right_side .content .form_field.__last {
  margin-bottom: 101px;
}
#auth .right_side .content .form_field.__last:after {
  content: '';
  display: block;
  background-color: #eaeff4;
  height: 4px;
  position: absolute;
  bottom: -54px;
  left: 76px;
  right: -1000%;
}
#auth .right_side .content #reset_pass_btn {
  color: #9a9fa4;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  border-bottom: 1px solid #d4d9df;
  padding-bottom: 6px;
  margin: 11px 0 0 40px;
  float: left;
}
#auth .right_side .content .btn {
  float: left;
}
#auth .right_side .content .btn.__fade {
  padding: 16px 38px;
}
#auth .right_side .content .icons {
  margin: 115px 0 100px;
}
#auth .right_side .content .icons a {
  margin-right: 19px;
  background-color: #eaeff4;
  display: block;
  padding: 37px 43px;
  color: #5a288d;
  letter-spacing: 0.1px;
  font-size: 24px;
  width: 300px;
  float: left;
}
#auth .right_side .content .icons a svg {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
}
#auth .right_side .content .icons a path {
  fill: #859aae;
}
#auth .right_side .content .icons a span {
  display: block;
}
#auth .right_side .content .icons a.open_popup {
  margin-right: 0;
}
#auth .footer {
  margin: 50px 0 0;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1px;
}
#auth .footer .left_side {
  padding-right: 90px;
}
#auth .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);
}
#auth .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;
}
#auth .footer .docs span {
  display: inline-block;
  margin-right: 15px;
}
#auth .footer .docs span:last-child {
  margin-right: 0;
}
/**
*
	Адаптивка
*
**/
@media only screen and (min-width: 1440px) {
  #auth .left_bg {
    width: 40.9%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1600px) {
  #auth .left_bg {
    width: 41.7%;
  }
}
@media only screen and (min-width: 1920px) {
  #auth .left_bg {
    width: 42.8%;
  }
}
@media only screen and (min-width: 2100px) {
  #auth .left_bg {
    width: 44%;
  }
}
@media only screen and (min-width: 2560px) {
  #auth .left_bg {
    width: 44.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .btn {
    padding: 15px 30px;
  }
  .step_title {
    font: 46px/60px 'Thin', Arial, sans-serif;
  }
  #auth .left_side {
    padding-right: 15px;
  }
  #auth .left_side #logo {
    margin: 70px 0 180px;
  }
  #auth .left_side .nums .item {
    width: 165px;
    height: 165px;
    padding: 8px 20px 20px;
  }
  #auth .left_side .nums .item .title {
    font-size: 56px;
    margin-bottom: 10px;
  }
  #auth .left_side .nums .item .des {
    font-size: 14px;
    line-height: 20px;
  }
  #auth .right_side .content .btn.__fade {
    padding: 15px 30px;
  }
  #auth .right_side .content #reset_pass_btn {
    margin: 12px 0 0 20px;
  }
  #auth .right_side .content .icons a {
    width: 220px;
    font-size: 20px;
    padding: 30px;
  }
  #auth .footer {
    margin: 30px 0 0;
  }
  #auth .footer .left_side {
    padding-right: 58px;
  }
  #auth .footer .f_regular {
    display: block;
  }
  #auth .footer .copy {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .form_field label {
    width: 20%;
  }
  #breadcrumbs li {
    font-size: 12px;
  }
  .step_title {
    font: 36px/46px 'Thin', Arial, sans-serif;
  }
  #auth .callback {
    padding: 24px 15px 24px 50px;
    font-size: 14px;
  }
  #auth .left_bg {
    width: 33%;
  }
  #auth .left_side .header {
    padding: 9px 0;
    line-height: 22px;
  }
  #auth .left_side .header .f_medium {
    display: block;
  }
  #auth .left_side #logo {
    margin: 50px 0 180px;
  }
  #auth .left_side .nums .item {
    margin-bottom: 40px;
    -webkit-box-shadow: 15px 15px 0 rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 15px 15px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 15px 15px 0 rgba(255, 255, 255, 0.05);
  }
  #auth .right_side .content .form_field.__last:after {
    left: 115px;
  }
  #auth .right_side .content #reset_pass_btn {
    margin: 18px 0 0;
  }
  #auth .right_side .content .icons a {
    min-height: 175px;
    font-size: 18px;
    padding: 15px;
  }
  #auth .footer {
    margin: 0;
  }
  #auth .footer .left_side {
    padding-right: 67px;
  }
}
@media only screen and (max-width: 425px) {
  #breadcrumbs {
    margin-top: 14px;
  }
  #breadcrumbs li {
    font-size: 12px;
  }
  #breadcrumbs li a:after {
    margin: 0 5px 0 10px;
  }
  .step_title {
    font-size: 30px;
    line-height: 36px;
  }
  .form_field {
    margin-bottom: 20px;
  }
  .form_field label {
    width: 25%;
  }
  .btn {
    padding: 12px 25px !important;
  }
  #auth .callback svg {
    left: 22px;
  }
  #auth .left_bg {
    width: 0;
  }
  #auth .right_side .header {
    min-height: 48px;
  }
  #auth .right_side .content {
    margin: 15px 0 0;
  }
  #auth .right_side .content h1 {
    margin-bottom: 30px;
  }
  #auth .right_side .content .form_field.__last {
    margin-bottom: 80px;
  }
  #auth .right_side .content .form_field.__last:after {
    bottom: -43px;
  }
  #auth .right_side .content .icons {
    margin: 50px 0 60px;
  }
  #auth .right_side .content .icons a {
    font-size: 17px;
    width: 48%;
    margin-right: 4%;
  }
  #auth .right_side .content .icons a svg {
    width: 70px;
    height: 70px;
  }
}
/*# sourceMappingURL=index.css.map */