/* fonts */
@font-face {
  font-family: 'sf_pro_display';
  src: url("../fonts/sf-pro-display-medium-webfont.eot");
  src: url("../fonts/sf-pro-display-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-display-medium-webfont.woff2") format("woff2"), url("../fonts/sf-pro-display-medium-webfont.woff") format("woff"), url("../fonts/sf-pro-display-medium-webfont.ttf") format("truetype"), url("../fonts/sf-pro-display-medium-webfont.svg#sf_pro_displaymedium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'sf_pro_display';
  src: url("../fonts/sf-pro-display-regular-webfont.eot");
  src: url("../fonts/sf-pro-display-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-display-regular-webfont.woff2") format("woff2"), url("../fonts/sf-pro-display-regular-webfont.woff") format("woff"), url("../fonts/sf-pro-display-regular-webfont.ttf") format("truetype"), url("../fonts/sf-pro-display-regular-webfont.svg#sf_pro_displayregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'sf_pro_text';
  src: url("../fonts/sf-pro-text-medium-webfont.eot");
  src: url("../fonts/sf-pro-text-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text-medium-webfont.woff2") format("woff2"), url("../fonts/sf-pro-text-medium-webfont.woff") format("woff"), url("../fonts/sf-pro-text-medium-webfont.ttf") format("truetype"), url("../fonts/sf-pro-text-medium-webfont.svg#sf_pro_textmedium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'sf_pro_text';
  src: url("../fonts/sf-pro-text-regular-webfont.eot");
  src: url("../fonts/sf-pro-text-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text-regular-webfont.woff2") format("woff2"), url("../fonts/sf-pro-text-regular-webfont.woff") format("woff"), url("../fonts/sf-pro-text-regular-webfont.ttf") format("truetype"), url("../fonts/sf-pro-text-regular-webfont.svg#sf_pro_textregular") format("svg");
  font-weight: 400;
  font-style: normal; }

/* reset css */
* {
  -webkit-text-size-adjust: none; }

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

html {
  height: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  min-height: 100%;
  font-family: "sf_pro_text", sans-serif;
  position: relative;
  background: #fff;
  color: #3B4857;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

input,
textarea,
select {
  color: #3B4857;
  vertical-align: middle;
  font: 100% "sf_pro_text", sans-serif;
  -webkit-appearance: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0; }

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

input[type="search"] {
  -webkit-appearance: none; }

.form__control {
  -webkit-appearance: none; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

a {
  color: #435AF5;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  a:focus {
    text-decoration: none; }
  a:hover {
    color: #1935f3;
    text-decoration: none; }

*::-webkit-input-placeholder {
  color: #3B4857;
  opacity: 1; }

*:-moz-placeholder {
  color: #3B4857;
  opacity: 1; }

*::-moz-placeholder {
  color: #3B4857;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #3B4857;
  opacity: 1; }

table {
  border-collapse: collapse; }

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

/* styles */
.wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: margin .5s;
  -o-transition: margin .5s;
  transition: margin .5s;
  padding-top: 80px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .wrapper {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .wrapper {
      padding-top: 56px; } }

.header-page.header-page_dashboard + .page {
  margin-top: -80px; }
  @media (max-width: 991px) {
    .header-page.header-page_dashboard + .page {
      margin-top: 0; } }

.header-page + .page {
  margin-top: 0; }

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: -80px; }
  @media (max-width: 767px) {
    .page {
      margin-top: -64px; } }
  .page__text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #8492A5;
    max-width: 440px;
    margin: 0 auto; }
    .page__text_lg {
      max-width: 495px; }
    .page__text_medium {
      font-weight: 600; }
    .page__text._gray {
      color: #3B4857; }
    .page__text._mb12 {
      margin-bottom: 12px; }
    .page__text._mb20 {
      margin-bottom: 20px; }
    .page__text._mb24 {
      margin-bottom: 24px; }
    .page__text._mb32 {
      margin-bottom: 32px; }
    .page__text._mb40 {
      margin-bottom: 40px; }
  .page__link {
    display: inline-block;
    vertical-align: top;
    color: #435AF5;
    cursor: pointer; }
    .page__link:hover {
      color: #1935f3; }
  .page__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .page__btn-group.page__btn-group_spase {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .page__btn-group.page__btn-group_spase .btn {
        margin: 0 10px;
        min-width: auto; }
        .page__btn-group.page__btn-group_spase .btn:first-of-type {
          margin: 0 10px 0 0; }
          @media (max-width: 449px) {
            .page__btn-group.page__btn-group_spase .btn:first-of-type {
              margin: 0; } }
        .page__btn-group.page__btn-group_spase .btn:last-of-type {
          margin: 0 0 0 10px; }
          @media (max-width: 449px) {
            .page__btn-group.page__btn-group_spase .btn:last-of-type {
              margin: 16px 0 0; } }
        @media (max-width: 449px) {
          .page__btn-group.page__btn-group_spase .btn i.icon-arrow-right,
          .page__btn-group.page__btn-group_spase .btn i.icon-arrow-left {
            display: none; } }
    .page__btn-group .btn {
      margin: 0 16px; }
      @media (max-width: 449px) {
        .page__btn-group .btn {
          margin: 0;
          width: 100%; } }
      @media (max-width: 449px) {
        .page__btn-group .btn + .btn {
          margin-top: 16px; } }
  .page__footer {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 24px 0 32px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    color: #8492A5; }
    .page__footer a {
      display: inline-block;
      vertical-align: top; }
      .page__footer a + a {
        margin-left: 32px; }
    .page__footer p {
      margin-bottom: 4px; }

.container {
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 991px) {
    .container {
      padding: 0 24px; } }
  .container_fluid {
    max-width: 100%;
    padding: 0; }
  .container._no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .container:after {
    content: '';
    display: block;
    clear: both; }

.row:after {
  content: '';
  display: block;
  clear: both; }

.mb {
  display: none; }

.pc {
  display: block; }

/* Tablet */
@media only screen and (max-width: 768px) {
  .mb {
    display: block !important; }
  .pc {
    display: none !important; } }

/* Smartphone */
@media only screen and (min-width: 768px) {
  .mb {
    display: none !important; }
  .pc {
    display: block !important; } }

.hidden {
  display: none !important; }

.img-to-bg {
  background-color: rgba(59, 72, 87, 0.45);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .img-to-bg > img {
    display: none; }

/*typography*/
h1, .h1 {
  font-size: 36px;
  line-height: 1.3;
  font-family: "sf_pro_display", sans-serif;
  font-weight: 600;
  color: #3B4857;
  text-align: center;
  margin: 0 0 12px; }
  h1.left, .h1.left {
    text-align: left; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 24px; } }

h2, .h2 {
  font-size: 24px;
  line-height: 1.3;
  font-family: "sf_pro_display", sans-serif;
  font-weight: 600;
  color: #3B4857;
  text-align: center;
  margin: 0 0 8px; }
  h2.left, .h2.left {
    text-align: left; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 20px; } }

h3, .h3 {
  font-size: 20px;
  line-height: 1.3;
  font-family: "sf_pro_display", sans-serif;
  font-weight: 600;
  color: #3B4857;
  text-align: center;
  margin: 0 0 8px; }
  h3.left, .h3.left {
    text-align: left; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 18px; } }

h4, .h4 {
  font-size: 18px;
  line-height: 1.3;
  font-family: "sf_pro_display", sans-serif;
  font-weight: 600;
  color: #3B4857;
  text-align: left;
  margin: 0 0 8px; }
  h4.center, .h4.center {
    text-align: center; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 16px; } }

p {
  margin: 0 0 15px; }

/*end typography*/
/* styles end */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 5000;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  visibility: visible; }
  .preloader.hide {
    opacity: 0;
    visibility: hidden; }
  .preloader__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #fff; }

.spinner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5000;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  visibility: visible;
  background-color: rgba(249, 250, 252, 0.7); }
  .spinner.hide {
    opacity: 0;
    visibility: hidden; }
  .spinner__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 24px; }

.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #E0E6ED;
  background-color: #fff;
  color: #3B4857;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .btn-back:hover {
    border-color: #3B4857; }
  .btn-back_no-border {
    font-size: 20px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0; }
  .btn-back .icon-left {
    display: inline-block;
    vertical-align: top;
    margin-left: -1px; }

.btn-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #E0E6ED;
  background-color: #fff;
  color: #3B4857;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .btn-up:hover {
    border-color: #3B4857; }
  .btn-up.fixed {
    position: fixed;
    right: 40px;
    bottom: 90px; }
    @media (max-width: 767px) {
      .btn-up.fixed {
        right: 24px;
        bottom: 24px; } }

/* buttons */
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
  font-family: "sf_pro_text", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 24px 7px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  width: auto;
  min-width: auto;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  @media (max-width: 767px) {
    .btn {
      font-size: 14px;
      padding: 11px 16px 7px; }
      @supports (-moz-appearance: none) {
        .btn {
          padding: 10px 16px 8px; } } }
  .btn.active:focus, .btn.active:hover, .btn:focus, .btn:active, .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    text-decoration: none; }
  @supports (-moz-appearance: none) {
    .btn {
      padding: 10px 24px 8px; } }
  .btn .icon-arrow-left {
    margin: -4px 8px 0 0; }
    @supports (-moz-appearance: none) {
      .btn .icon-arrow-left {
        margin: -2px 8px 0 0; } }
  .btn .icon-arrow-right {
    margin: -4px 0 0 8px; }
    @supports (-moz-appearance: none) {
      .btn .icon-arrow-right {
        margin: -2px 0 0 8px; } }
  .btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -6px 12px 0 0; }
    @supports (-moz-appearance: none) {
      .btn__icon {
        margin: -4px 12px 0 0; } }
    .btn__icon._right {
      margin: -5px 0 0 8px; }
      @supports (-moz-appearance: none) {
        .btn__icon._right {
          margin: -4px 0 0 8px; } }
  .btn_disabled {
    color: #D3DCE6 !important;
    border-color: #E0E6ED !important;
    pointer-events: none; }
  .btn_sm {
    font-size: 12px;
    line-height: 18px;
    padding: 7px 16px 5px;
    min-width: 100px; }
    @supports (-moz-appearance: none) {
      .btn_sm {
        padding: 7px 16px 5px; } }
  .btn_primary {
    color: #435AF5;
    background: transparent;
    border-color: #435AF5;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 0; }
    .btn_primary > strong {
      font-weight: 600;
      display: block; }
    .btn_primary > span {
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      background: -o-linear-gradient(305deg, #584CF5 0%, #5587FA 100%);
      background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%);
      opacity: 0;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      z-index: -1;
      border-radius: 3px;
      overflow: hidden; }
      .btn_primary > span:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 38px 27px 0 0;
        border-color: #fff transparent transparent transparent;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 0; }
      .btn_primary > span:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 20px 17px;
        border-color: transparent transparent #fff transparent;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: -1; }
    .btn_primary .btn__icon .circle, .btn_primary .btn__icon .text {
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .btn_primary:hover, .btn_primary_hovered {
      color: #fff;
      -webkit-box-shadow: 0px 3px 7px #ACB5F5;
              box-shadow: 0px 3px 7px #ACB5F5; }
      .btn_primary:hover span, .btn_primary_hovered span {
        opacity: 1; }
        .btn_primary:hover span:before, .btn_primary_hovered span:before {
          opacity: 0.15; }
        .btn_primary:hover span:after, .btn_primary_hovered span:after {
          opacity: 0.1; }
      .btn_primary:hover .btn__icon .circle, .btn_primary_hovered .btn__icon .circle {
        fill: #fff; }
      .btn_primary:hover .btn__icon .text, .btn_primary_hovered .btn__icon .text {
        fill: #335AF9; }
    .btn_primary_hovered span:before {
      content: "";
      background-color: white;
      height: auto;
      width: 3em;
      display: block;
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -2.3em;
      -webkit-transform: skewX(-35deg) translateX(0);
          -ms-transform: skewX(-35deg) translateX(0);
              transform: skewX(-35deg) translateX(0);
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      border: 0; }
    .btn_primary_hovered span:after {
      -webkit-transition-delay: .1s;
           -o-transition-delay: .1s;
              transition-delay: .1s; }
    .btn_primary_hovered:hover span:before {
      -webkit-transform: skewX(-39deg) translateX(300px);
          -ms-transform: skewX(-39deg) translateX(300px);
              transform: skewX(-39deg) translateX(300px); }
    .btn_primary_hovered:hover span:after {
      -webkit-transition-delay: .2s;
           -o-transition-delay: .2s;
              transition-delay: .2s;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
    .btn_primary:active > span:before {
      border-style: solid;
      border-width: 33px 22px 0 0;
      border-color: #fff transparent transparent transparent; }
    .btn_primary:active > span:after {
      border-style: solid;
      border-width: 0 0 15px 12px;
      border-color: transparent transparent #fff transparent; }
    .btn_primary:active.btn_sm > span:before {
      border-style: solid;
      border-width: 23px 12px 0 0;
      border-color: #fff transparent transparent transparent; }
    .btn_primary:active.btn_sm > span:after {
      border-style: solid;
      border-width: 0 0 10px 6px;
      border-color: transparent transparent #fff transparent; }
    .btn_primary.btn_sm > span:before {
      border-style: solid;
      border-width: 27px 16px 0 0;
      border-color: #fff transparent transparent transparent; }
    .btn_primary.btn_sm > span:after {
      border-style: solid;
      border-width: 0 0 14px 10px;
      border-color: transparent transparent #fff transparent; }
    .btn_primary._gray {
      color: #3B4857; }
      .btn_primary._gray:hover {
        color: #fff; }
  .btn_secondary {
    color: #3B4857;
    background: transparent;
    border-color: #E0E6ED; }
    .btn_secondary.active:focus, .btn_secondary.active:hover, .btn_secondary:focus, .btn_secondary:active, .btn_secondary:hover {
      color: #3B4857;
      border-color: #3B4857; }

/*end btn*/
/* layout parts */
/* header */
.header-page {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  padding: 0;
  background: #fff;
  text-align: center;
  -webkit-transition: padding .2s, -webkit-box-shadow .2s;
  transition: padding .2s, -webkit-box-shadow .2s;
  -o-transition: padding .2s, box-shadow .2s;
  transition: padding .2s, box-shadow .2s;
  transition: padding .2s, box-shadow .2s, -webkit-box-shadow .2s; }
  .header-page:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #E0E6ED;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  @media (max-width: 991px) {
    .header-page {
      padding: 8px 0; } }
  .header-page.modify {
    position: fixed; }
    .header-page.modify:after {
      opacity: 1;
      visibility: visible; }
  .header-page.header-page_dashboard {
    -webkit-box-shadow: 0px 4px 30px #EDEFFF;
            box-shadow: 0px 4px 30px #EDEFFF;
    display: none; }
    @media (max-width: 991px) {
      .header-page.header-page_dashboard {
        display: block; } }
  .header-page > .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .header-page > .container {
        height: 44px; } }
    @media (max-width: 767px) {
      .header-page > .container {
        height: 40px; } }
    .header-page > .container:after {
      position: absolute; }
  .header-page .btn-back {
    display: none;
    position: absolute;
    top: 50%;
    left: 32px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (max-width: 767px) {
      .header-page .btn-back {
        display: block; } }
  .header-page .btn {
    white-space: nowrap;
    padding: 11px 24px 7px; }
    @supports (-moz-appearance: none) {
      .header-page .btn {
        padding: 10px 24px 8px; } }
    @media (max-width: 767px) {
      .header-page .btn {
        padding: 9px 16px 5px; }
        @supports (-moz-appearance: none) {
          .header-page .btn {
            padding: 8px 16px 6px; } } }

.folder-actions {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .folder-actions__icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 0px;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    cursor: pointer;
    color: #3B4857;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .folder-actions__icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 20px; }
    .folder-actions__icon:hover {
      background: #F9FAFC;
      color: #3B4857; }
      .folder-actions__icon:hover .dropdown-list__bubble {
        opacity: 1;
        visibility: visible; }
    .folder-actions__icon:active, .folder-actions__icon_active {
      background: #F9FAFC;
      color: #435AF5; }
    .folder-actions__icon.icon-notification {
      margin: 0; }
      .folder-actions__icon.icon-notification + * {
        margin-left: 6px; }
    .folder-actions__icon.icon-plus {
      color: #435AF5; }
      .folder-actions__icon.icon-plus:before {
        font-size: 16px; }
    .folder-actions__icon_action:after {
      content: "";
      position: absolute;
      top: 6px;
      right: 6px;
      border-radius: 50%;
      width: 6px;
      height: 6px;
      background: -o-linear-gradient(305deg, #584CF5 0%, #5587FA 100%);
      background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%); }

.logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 44px;
  overflow: hidden;
  margin: 0; }
  @media (max-width: 991px) {
    .logo {
      width: auto;
      height: 34px; } }
  @media (max-width: 499px) {
    .logo {
      z-index: 200; } }
  .logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .logo img {
    display: block;
    height: 100%; }
  .logo span {
    display: block;
    font-family: "sf_pro_text", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #3B4857;
    text-align: left;
    margin-left: 12px;
    max-width: 180px; }
    @media (max-width: 991px) {
      .logo span {
        font-size: 12px; } }
    @media (max-width: 499px) {
      .logo span {
        display: none; } }

.log-in {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px; }
  @media (max-width: 991px) {
    .log-in {
      margin-right: 36px; } }
  .log-in__btn {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #3b4857;
    outline: none;
    background-color: #fff;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 16px;
    font-family: "sf_pro_text", sans-serif;
    color: #3b4857;
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
    .log-in__btn:hover {
      color: #2eb7fc;
      border: 1px solid #2eb7fc; }
    .log-in__btn_sm {
      font-size: 14px;
      line-height: 17px;
      padding: 8px 18px; }
    .log-in__btn_blue {
      background-color: #2EB7FC;
      border: 1px solid #2EB7FC;
      color: #fff; }
      .log-in__btn_blue:hover {
        color: #2eb7fc;
        background-color: #fff; }

.hamburger {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  padding: 2px;
  cursor: pointer;
  z-index: 100;
  display: none; }
  @media (max-width: 991px) {
    .hamburger {
      display: block; } }
  .hamburger span {
    position: relative;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 2px;
    background: #3B4857;
    border-radius: 10px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    margin-top: 9px; }
    .hamburger span:after, .hamburger span:before {
      content: '';
      display: inline-block;
      height: 2px;
      background: #3B4857;
      position: absolute;
      left: 0;
      width: 100%;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      border-radius: 10px;
      -webkit-transition: top .3s .5s, -webkit-transform .3s;
      transition: top .3s .5s, -webkit-transform .3s;
      -o-transition: top .3s .5s, transform .3s;
      transition: top .3s .5s, transform .3s;
      transition: top .3s .5s, transform .3s, -webkit-transform .3s; }
    .hamburger span:before {
      top: 6px; }
    .hamburger span:after {
      top: -6px; }

@media (max-width: 991px) {
  .menu-opened {
    overflow: hidden; }
    .menu-opened .header-page {
      background-color: #fff; }
    .menu-opened .hamburger span {
      background: transparent; }
      .menu-opened .hamburger span:before, .menu-opened .hamburger span:after {
        top: 0;
        -webkit-transition: top .3s, -webkit-transform .3s .5s;
        transition: top .3s, -webkit-transform .3s .5s;
        -o-transition: top .3s, transform .3s .5s;
        transition: top .3s, transform .3s .5s;
        transition: top .3s, transform .3s .5s, -webkit-transform .3s .5s; }
      .menu-opened .hamburger span:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg); }
      .menu-opened .hamburger span:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg); }
    .menu-opened .main-nav {
      opacity: 1;
      left: 0; }
    .menu-opened .fader {
      opacity: 1;
      visibility: visible; } }

.fader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(59, 72, 87, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 75;
  cursor: pointer; }

.user-wrap {
  position: relative;
  display: block;
  margin-left: 20px;
  z-index: 10; }
  @media (max-width: 991px) {
    .user-wrap {
      display: none; } }

.user-logo {
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: relative; }
  .user-logo__img {
    display: block;
    width: 100%; }

.user-drop-down {
  display: block;
  position: absolute;
  top: 50px;
  right: -8px;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transform-origin: calc(100% - 5px) 0%;
      -ms-transform-origin: calc(100% - 5px) 0%;
          transform-origin: calc(100% - 5px) 0%;
  -webkit-transform: scaleX(0) scaleY(0);
      -ms-transform: scaleX(0) scaleY(0);
          transform: scaleX(0) scaleY(0);
  -webkit-transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0px 8px 30px #EDEFFF;
          box-shadow: 0px 8px 30px #EDEFFF;
  z-index: 30; }
  .user-drop-down_visible {
    -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1); }

.user-list {
  min-width: 250px; }
  .user-list__item + .user-list__item {
    border-top: 1px solid #E0E6ED; }
  .user-list__item a {
    display: block;
    text-align: left;
    font-family: "sf_pro_text", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #3B4857;
    -webkit-font-smoothing: antialiased;
    padding: 17px 18px 15px;
    -webkit-transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1); }
    .user-list__item a:hover, .user-list__item a:focus {
      color: #3B4857;
      background-color: rgba(0, 0, 0, 0.019); }
    .user-list__item a.user-list__logout {
      color: #F9403D; }
      .user-list__item a.user-list__logout:hover, .user-list__item a.user-list__logout:focus {
        color: #F9403D; }

/* main-nav */
.main-nav {
  float: right;
  font-size: 0;
  line-height: 0; }
  @media (max-width: 991px) {
    .main-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      position: fixed;
      left: 0;
      bottom: 0;
      top: 80px;
      width: 100%;
      height: auto;
      left: -100%;
      background: #fff;
      margin: 0 !important;
      z-index: 100;
      padding: 12px 24px;
      -webkit-transition: left .5s;
      -o-transition: left .5s;
      transition: left .5s; } }
  @media (max-width: 991px) {
    .main-nav {
      top: 60px; } }
  @media (max-width: 767px) {
    .main-nav {
      top: 55px; } }

.nav {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap; }
  @media (max-width: 991px) {
    .nav {
      white-space: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      max-height: calc(100% - 10px); } }
  .nav__item {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 991px) {
      .nav__item {
        display: block; } }
    .nav__item + .nav__item {
      margin-left: 40px; }
      @media (max-width: 991px) {
        .nav__item + .nav__item {
          margin-left: 24px; } }
      @media (max-width: 767px) {
        .nav__item + .nav__item {
          margin: 0;
          display: block; } }

.nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto; }
  @media (max-width: 991px) {
    .nav-block {
      overflow-y: auto;
      height: calc(100% - 60px);
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; } }
  @media (max-width: 767px) {
    .nav-block {
      height: calc(100% - 55px); } }
  .nav-block .footer {
    display: none; }
    @media (max-width: 991px) {
      .nav-block .footer {
        padding: 8px 0 48px;
        height: auto;
        width: auto;
        margin: 0 -16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-height: 700px) {
      .nav-block .footer {
        padding: 8px 0 20px; } }

.mnu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%; }
  @media (max-width: 991px) {
    .mnu {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 32px; } }

@media (max-width: 991px) and (orientation: landscape) {
  .mnu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .mnu__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px; }
    @media (max-width: 991px) {
      .mnu__item {
        margin-top: 20px; } }
    @media (max-height: 700px) and (max-width: 768px) {
      .mnu__item {
        margin-top: 16px; } }
    @media (max-width: 991px) {
      .mnu__item:first-child {
        margin-top: 0; } }
    .mnu__item_active .mnu__link, .mnu__item_active > a {
      color: #435AF5; }
      .mnu__item_active .mnu__link:hover, .mnu__item_active .mnu__link:focus, .mnu__item_active > a:hover, .mnu__item_active > a:focus {
        color: #435AF5; }
    @media (min-width: 992px) {
      .mnu__item_tablet {
        display: none; } }
    @media (max-width: 991px) {
      .mnu__item_order-top {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-top: 0;
        margin-bottom: 20px; } }
    @media (max-height: 700px) {
      .mnu__item_order-top {
        margin-bottom: 16px; } }
  .mnu__link, .mnu > a {
    display: block;
    vertical-align: middle;
    height: 100%;
    padding: 4px 15px 0;
    font-size: 16px;
    line-height: 75px;
    font-weight: 600;
    font-family: "sf_pro_text", sans-serif;
    color: #3B4857;
    -webkit-transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid transparent; }
    .mnu__link:hover, .mnu__link:focus, .mnu > a:hover, .mnu > a:focus {
      color: #435AF5; }
    @media (max-width: 991px) {
      .mnu__link, .mnu > a {
        line-height: 1.5; } }
    .mnu__link_logout, .mnu > a_logout {
      color: #F9403D; }

.mnu-user {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .mnu-user {
      display: none; } }
  .mnu-user__logo {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 16px; }
  .mnu-user__img {
    display: block;
    width: 100%; }
  .mnu-user__name {
    display: block;
    font-family: "sf_pro_text", sans-serif;
    color: #8492A5;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0; }
  .mnu-user__type {
    display: block;
    font-family: "sf_pro_text", sans-serif;
    color: #3B4857;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0; }

.lang-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  @media (max-width: 991px) {
    .lang-box {
      margin-bottom: 18px; } }
  .lang-box__item {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .lang-box__item:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 1px;
      height: 16px;
      background: #E0E6ED; }
    .lang-box__item:first-child:before {
      display: none; }
  .lang-box__link {
    display: block;
    height: 100%;
    padding: 7px 8px 3px;
    text-transform: uppercase;
    font-family: "sf_pro_text", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #D3DCE6;
    -webkit-transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
    .lang-box__link_active {
      color: #8492A5; }
      .lang-box__link_active:hover, .lang-box__link_active:focus {
        color: #8492A5; }
    .lang-box__link:hover, .lang-box__link:focus {
      color: #8492A5; }

/* footer */
.footer {
  display: block;
  padding: 18px 0 15px;
  background-color: #fff;
  width: 100%;
  margin-top: auto; }
  @media (max-width: 991px) {
    .footer {
      padding: 10px 0;
      height: auto; } }
  .footer-page {
    border-top: 1px solid #e0e6ed; }
    @media (max-width: 991px) {
      .footer-page {
        display: none; } }
    @media (max-width: 991px) {
      .footer-page .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer .container:after {
      position: absolute; }
    .footer .container .holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      @media (max-width: 991px) {
        .footer .container .holder {
          display: block; } }
  .footer_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
  .footer .link-std_support {
    margin: 0 auto;
    text-align: center; }

.cards-list {
  margin: 0 24px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1199px) {
    .cards-list {
      margin-right: 20px; } }
  @media (max-width: 991px) {
    .cards-list {
      margin: 0 auto 28px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .cards-list__item {
    display: block; }
    .cards-list__item + .cards-list__item {
      margin-left: 24px; }
      @media (max-width: 1199px) {
        .cards-list__item + .cards-list__item {
          margin-left: 15px; } }
      @media (max-width: 991px) {
        .cards-list__item + .cards-list__item {
          margin-left: 24px; } }
  .cards-list__img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.design {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #3B4857;
  font-weight: 400; }
  @media (max-width: 991px) {
    .design {
      font-size: 14px; } }
  .design__company {
    color: #435AF5; }

/* components */
/* form */

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 320px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .form {
      text-align: center; } }
  @media (max-width: 375px) {
    .form {
      max-width: 100%;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .form._md {
    max-width: 390px; }
    .form._md .form__box {
      max-width: 100%; }
  .form._lg {
    max-width: 458px; }
    .form._lg .form__box {
      max-width: 100%; }
  .form._captcha {
    max-width: 304px; }
  .form .btn {
    min-width: 120px; }
  .from_kharkiv, .from_kharkiv h4{
    display: none;
  }

  .form__row {
    position: relative; }
    .form__row_inputfields {
      margin-bottom: 0 !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-flow: row nowrap !important;
              flex-flow: row nowrap !important;
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; }
      @media (max-width: 767px) {
        .form__row_inputfields {
          -webkit-box-orient: horizontal !important;
          -webkit-box-direction: normal !important;
              -ms-flex-flow: row wrap !important;
                  flex-flow: row wrap !important; } }
      .form__row_inputfields .form__box {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        max-width: 100%; }
    .form__row_button {
      padding-top: 12px;
      margin: 0 !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-flow: column !important;
              flex-flow: column !important; }
  .form .preloader {
    position: absolute;
    z-index: 100;
    background: rgba(255, 255, 255, 0.3); }
  .form .page__btn-group {
    margin-top: 20px; }
  .form .form__box {
    max-width: 240px; }
    @media (max-width: 375px) {
      .form .form__box {
        max-width: 100%; } }
  .form__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    z-index: 1; }
    .form__box:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 1px;
      background: #435AF5;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      z-index: 300; }
    .form__box_error:after {
      background: #F9403D;
      -webkit-transform: scale(1) !important;
          -ms-transform: scale(1) !important;
              transform: scale(1) !important; }
    .form__box_error .form__label {
      color: #F9403D; }
    .form__box_error .error-text {
      opacity: 1;
      visibility: visible; }
    .form__box_error .form__control_code {
      border-bottom: 1px solid #F9403D; }
    .form__box_error.input--filled {
      z-index: 500; }
    .form__box_disabled {
      pointer-events: none; }
      .form__box_disabled:after {
        background: #E0E6ED;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .form__box_disabled .form__label {
        color: #D3DCE6; }
    .form__box + .form__box {
      margin-top: 18px; }
      @media (max-width: 767px) {
        .form__box + .form__box {
          margin-top: 12px; } }
    .form__box:last-of-type {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .form__box:last-of-type {
          margin-bottom: 40px; } }
    .form__box._mb24 {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .form__box._mb24 {
          margin-bottom: 18px; } }
    .form__box._mb40 {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .form__box._mb40 {
          margin-bottom: 28px; } }
    .form__box.checkbox {
      margin-top: 0; }
    .form__box.input--filled:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .form__box.input--filled .form__box_phone-standart {
      opacity: 1; }
    .form__box:not(.input--focus):after {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .form__box.input--select-focus:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .form__box .form__control:focus + .form__label,
    .form__box.input--filled .form__label {
      -webkit-transform: scale(0.85);
          -ms-transform: scale(0.85);
              transform: scale(0.85); }
    .form__box_phone-standart {
      position: absolute;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      line-height: 1;
      height: 45px;
      font-weight: 400;
      color: #B0BBCB;
      margin: 0 4px 0 0;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 0.45s;
      -o-transition: opacity 0.45s;
      transition: opacity 0.45s;
      -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
           -o-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
              transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); }
    .form__box_phone .form__control {
      padding-left: 44px; }
    .form__box_code {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .form__box_code:after {
        display: none; }
    .form__box .form__label {
      position: absolute; }
  .form__label {
    position: static;
    top: 0;
    left: 0;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #8492A5;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0;
    pointer-events: none;
    /* transform-origin: 0 0;
		transition: top 0.3s 0.1s, font-size 0.3s 0.1s, color 1s;
		transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); */
    z-index: 100;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translate3d(0, 28px, 0);
            transform: translate3d(0, 28px, 0);
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    -o-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); }
  .form__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
    width: 100%;
    min-height: 45px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #3B4857;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #E0E6ED; }
    .form__text.not-specified {
      color: #D3DCE6; }
    .form__text.not-issued {
      color: #F9403D; }

._captcha .form__box {
  max-width: 100%; }

.g-recaptcha {
  margin: 24px 0 40px; }
  @media (max-width: 374px) {
    .g-recaptcha {
      position: relative;
      -webkit-transform: scale(0.85) translate(-22px, 0);
          -ms-transform: scale(0.85) translate(-22px, 0);
              transform: scale(0.85) translate(-22px, 0); } }

.error-text {
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  font-size: 12px;
  display: block;
  width: 100%;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  color: #F9403D; }
  .error-text span {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    margin: 0; }
  .error-text:hover .hint {
    opacity: 1;
    visibility: visible; }
  .error-text .hint {
    opacity: 0;
    visibility: hidden;
    display: block;
    background: #fda6a5;
    border-radius: 4px;
    padding: 12px 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden;
    max-width: 380px;
    width: 100%;
    min-width: 270px;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff; }
    @media (max-width: 599px) {
      .error-text .hint {
        max-width: 92%;
        min-width: auto; } }

.password__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 1px;
  right: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  height: 44px;
  width: 30px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  line-height: 44px;
  background-color: #fff;
  color: #B0BBCB;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .password__view:hover {
    color: #8492A5; }
  .password__view.active:before {
    content: "\e904"; }

.password__hint {
  position: absolute;
  top: calc(50% + 8px);
  right: -26px;
  -webkit-transform: translate(150%, -50%);
      -ms-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
  -webkit-box-shadow: 0px 8px 30px #EDEFFF;
          box-shadow: 0px 8px 30px #EDEFFF;
  border-radius: 3px;
  min-width: 300px;
  text-align: left;
  z-index: 0;
  -webkit-transition: opacity .2s ease-in, -webkit-transform .4s ease-in-out;
  transition: opacity .2s ease-in, -webkit-transform .4s ease-in-out;
  -o-transition: opacity .2s ease-in, transform .4s ease-in-out;
  transition: opacity .2s ease-in, transform .4s ease-in-out;
  transition: opacity .2s ease-in, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 991px) {
    .password__hint {
      min-width: auto; } }
  @media (max-width: 767px) {
    .password__hint {
      top: auto;
      right: 0;
      left: 0;
      bottom: 0;
      -webkit-transform: translate(0, 90%);
          -ms-transform: translate(0, 90%);
              transform: translate(0, 90%);
      -webkit-box-shadow: none;
              box-shadow: none;
      min-width: 100%;
      -webkit-transition: opacity .1s ease-in, -webkit-transform .3s ease-in-out;
      transition: opacity .1s ease-in, -webkit-transform .3s ease-in-out;
      -o-transition: opacity .1s ease-in, transform .3s ease-in-out;
      transition: opacity .1s ease-in, transform .3s ease-in-out;
      transition: opacity .1s ease-in, transform .3s ease-in-out, -webkit-transform .3s ease-in-out; } }
  .password__hint:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translate(-100%, -50%) rotate(45deg);
        -ms-transform: translate(-100%, -50%) rotate(45deg);
            transform: translate(-100%, -50%) rotate(45deg);
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 8px 30px #EDEFFF;
            box-shadow: 0px 8px 30px #EDEFFF;
    z-index: -1; }
    @media (max-width: 767px) {
      .password__hint:before {
        display: none; } }
  .password__hint-holder {
    position: relative;
    background: #fff;
    padding: 32px;
    border-radius: 3px; }
    @media (max-width: 991px) {
      .password__hint-holder {
        padding: 24px; } }
    @media (max-width: 767px) {
      .password__hint-holder {
        padding: 24px 0 0; } }
  .password__hint-title {
    display: block;
    font-weight: 600;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .password__hint-title {
        display: none; } }
  .password__hint-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .password__hint-item {
    position: relative;
    display: block;
    color: #8492A5;
    padding-left: 18px;
    margin-bottom: 6px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .password__hint-item:last-of-type {
      margin-bottom: 0; }
    .password__hint-item:before {
      content: "";
      position: absolute;
      top: 46%;
      left: 0;
      -webkit-transform: translate(0, -54%);
          -ms-transform: translate(0, -54%);
              transform: translate(0, -54%);
      border-radius: 50%;
      background: #D3DCE6;
      width: 6px;
      height: 6px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .password__hint-item_not-verify {
      color: #F9403D; }
      .password__hint-item_not-verify:before {
        background: #F9403D; }
    .password__hint-item_verify {
      color: #A8E036; }
      .password__hint-item_verify:before {
        background: #A8E036; }

@media (max-width: 767px) {
  .password_has-hint {
    -webkit-transition: margin .2s ease-in-out;
    -o-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out; } }

@media (max-width: 767px) {
  .password_has-hint.input--filled {
    margin-bottom: 138px; } }

.password_has-hint.input--filled .password__hint {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%); }
  @media (max-width: 767px) {
    .password_has-hint.input--filled .password__hint {
      -webkit-transform: translate(0, 100%);
          -ms-transform: translate(0, 100%);
              transform: translate(0, 100%); } }

@media (max-width: 767px) {
  .password_enter-end.input--filled {
    margin-bottom: 0; } }

.password_enter-end.input--filled .password__hint {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(150%, -50%);
      -ms-transform: translate(150%, -50%);
          transform: translate(150%, -50%); }
  @media (max-width: 767px) {
    .password_enter-end.input--filled .password__hint {
      -webkit-transform: translate(0, 90%);
          -ms-transform: translate(0, 90%);
              transform: translate(0, 90%); } }

/* form__control */
.form__control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 12px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #E0E6ED;
  color: #3B4857;
  outline: none;
  resize: none;
  margin: 0;
  border-radius: 0; }
  .form__control_code {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 4px;
    padding: 12px 0;
    width: 32px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E0E6ED;
    color: #3B4857;
    outline: none;
    resize: none;
    border-radius: 0; }
    .form__control_code::-webkit-input-placeholder {
      color: #8492A5;
      opacity: 1; }
    .form__control_code::-ms-input-placeholder {
      color: #8492A5;
      opacity: 1; }
    .form__control_code::-moz-placeholder {
      color: #8492A5;
      opacity: 1; }
    .form__control_code:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: 1px solid #435AF5; }
  .form__control::-webkit-input-placeholder {
    color: #8492A5;
    opacity: 1; }
  .form__control::-ms-input-placeholder {
    color: #8492A5;
    opacity: 1; }
  .form__control::-moz-placeholder {
    color: #8492A5;
    opacity: 1; }
  .form__control:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

textarea.form__control {
  height: auto;
  min-height: 92px;
  max-height: 300px;
  resize: vertical;
  padding: 12px;
  border: 1px solid #B0BBCB; }
  textarea.form__control_small {
    height: auto;
    min-height: 45px;
    max-height: 500px;
    resize: vertical;
    border: 0;
    border-bottom: 1px solid #B0BBCB; }

/* radio checkbox */
.checkbox_margin {
  margin: 24px 0 44px; }

.checkbox,
.radio {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #3B4857;
  text-align: left; }
  @media (max-width: 767px) {
    .checkbox,
    .radio {
      font-size: 14px; } }
  .checkbox__list,
  .radio__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .checkbox__list_row,
    .radio__list_row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -18px; }
      @media (max-width: 767px) {
        .checkbox__list_row,
        .radio__list_row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column; } }
      .checkbox__list_row .checkbox__list-item, .checkbox__list_row .radio__list-item,
      .radio__list_row .checkbox__list-item,
      .radio__list_row .radio__list-item {
        padding: 0 18px 18px; }
    .checkbox__list-item,
    .radio__list-item {
      display: block;
      padding: 0 0 18px; }

.checkbox label,
.radio label {
  display: inline-block;
  vertical-align: top; }

.checkbox span,
.radio span {
  display: block;
  white-space: nowrap;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 991px) {
    .checkbox span,
    .radio span {
      display: inline-block;
      vertical-align: middle;
      white-space: normal; } }

.checkbox [type=checkbox],
.radio [type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.checkbox label,
.radio label {
  position: relative;
  padding-left: 32px;
  cursor: pointer; }

.checkbox_disabled label,
.radio_disabled label {
  cursor: default; }

/* checkbox */
.checkbox [type=checkbox]:not(:checked) ~ .control-indicator,
.checkbox [type=checkbox]:checked ~ .control-indicator {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 1px solid #D3DCE6;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  @media only screen and (-Webkit-min-device-pixel-ratio: 1), only screen and (-moz-min-device-pixel-ratio: 1), only screen and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-device-pixel-ratio: 1) {
    .checkbox [type=checkbox]:not(:checked) ~ .control-indicator,
    .checkbox [type=checkbox]:checked ~ .control-indicator {
      margin-top: -2px; } }
  @media only screen and (-Webkit-min-device-pixel-ratio: 1) and (max-width: 767px), only screen and (-moz-min-device-pixel-ratio: 1) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 1) and (max-width: 767px) {
    .checkbox [type=checkbox]:not(:checked) ~ .control-indicator,
    .checkbox [type=checkbox]:checked ~ .control-indicator {
      margin-top: -2px; } }
  @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .checkbox [type=checkbox]:not(:checked) ~ .control-indicator,
    .checkbox [type=checkbox]:checked ~ .control-indicator {
      margin-top: -2px; } }

.checkbox:hover [type=checkbox]:not(:checked) ~ .control-indicator,
.checkbox:hover [type=checkbox]:checked ~ .control-indicator {
  border-color: #8492A5; }

.checkbox [type=checkbox]:checked ~ .control-indicator {
  background: -o-linear-gradient(305deg, #584CF5 0%, #5587FA 100%);
  background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%);
  -webkit-box-shadow: 0px 2px 6px #ACB5F5;
          box-shadow: 0px 2px 6px #ACB5F5; }

.checkbox [type=checkbox]:not(:checked) ~ span {
  color: #8492A5;
  color: #B0BBCB; }

.checkbox [type=checkbox]:checked ~ span {
  color: #3B4857; }

.checkbox:hover [type=checkbox]:not(:checked) ~ span {
  color: #8492A5; }

.checkbox [type=checkbox]:checked ~ .control-indicator:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: -o-linear-gradient(305deg, #584CF5 0%, #5587FA 100%);
  background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: -1;
  border-radius: 3px; }

.checkbox [type=checkbox]:not(:checked) ~ .control-indicator:before,
.checkbox [type=checkbox]:checked ~ .control-indicator:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  font-size: 10px;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.checkbox [type=checkbox]:not(:checked) ~ .control-indicator:before {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }

.checkbox [type=checkbox]:checked ~ .control-indicator:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.checkbox [type=checkbox]:disabled:not(:checked) ~ .control-indicator,
.checkbox [type=checkbox]:disabled:checked ~ .control-indicator {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #E0E6ED;
  background-color: #F9FAFC; }

.checkbox [type=checkbox]:disabled:not(:checked) ~ .control-indicator:before {
  color: #D3DCE6; }

.checkbox [type=checkbox]:disabled ~ span {
  color: #D3DCE6 !important; }

/* radio */
.radio [type=radio]:not(:checked) ~ .control-indicator,
.radio [type=radio]:checked ~ .control-indicator {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 1px solid #D3DCE6;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  @media only screen and (-Webkit-min-device-pixel-ratio: 1), only screen and (-moz-min-device-pixel-ratio: 1), only screen and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-device-pixel-ratio: 1) {
    .radio [type=radio]:not(:checked) ~ .control-indicator,
    .radio [type=radio]:checked ~ .control-indicator {
      margin-top: -2px; } }
  @media only screen and (-Webkit-min-device-pixel-ratio: 1) and (max-width: 767px), only screen and (-moz-min-device-pixel-ratio: 1) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2 / 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 1) and (max-width: 767px) {
    .radio [type=radio]:not(:checked) ~ .control-indicator,
    .radio [type=radio]:checked ~ .control-indicator {
      margin-top: -2px; } }
  @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .radio [type=radio]:not(:checked) ~ .control-indicator,
    .radio [type=radio]:checked ~ .control-indicator {
      margin-top: -2px; } }
  .radio [type=radio]:not(:checked) ~ .control-indicator:after,
  .radio [type=radio]:checked ~ .control-indicator:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #435AF5;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: -1;
    border-radius: 50%;
    opacity: 0; }

.radio:hover [type=radio]:not(:checked) ~ .control-indicator,
.radio:hover [type=radio]:checked ~ .control-indicator {
  border-color: #8492A5; }

.radio [type=radio]:checked ~ .control-indicator {
  border-color: #435AF5;
  -webkit-box-shadow: 0px 2px 6px #ACB5F5;
          box-shadow: 0px 2px 6px #ACB5F5; }

.radio [type=radio]:not(:checked) ~ span {
  color: #8492A5;
  color: #B0BBCB; }

.radio [type=radio]:checked ~ span {
  color: #3B4857; }

.radio:hover [type=radio]:not(:checked) ~ span {
  color: #8492A5; }

.radio [type=radio]:checked ~ .control-indicator:after {
  opacity: 1; }

.radio [type=radio]:disabled:not(:checked) ~ .control-indicator,
.radio [type=radio]:disabled:checked ~ .control-indicator {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #E0E6ED;
  background-color: #F9FAFC; }

.radio [type=radio]:disabled ~ span {
  color: #D3DCE6 !important; }

.select-drop-active .select-drop {
  -webkit-transform: translate(0, 100%) scaleY(1);
      -ms-transform: translate(0, 100%) scaleY(1);
          transform: translate(0, 100%) scaleY(1);
  -webkit-transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1); }

.select-drop-active .select-input-opener::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.select {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 99; }
  .select-input {
    display: block;
    position: relative;
    border: 0;
    text-align: left;
    width: 100%;
    border-radius: 0;
    height: 45px;
    background: #fff;
    border-bottom: 1px solid #E0E6ED;
    cursor: default; }
    .select-input-text {
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      color: #3B4857;
      margin: 0;
      padding: 10px 16px 10px 0; }
    .select-input-opener {
      position: absolute;
      text-align: center;
      width: 16px;
      background: #fff;
      bottom: 0;
      right: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 8px;
      color: #3B4857; }
      .select-input-opener::before {
        position: relative;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
  .select-drop {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 100%) scaleY(0);
        -ms-transform: translate(0, 100%) scaleY(0);
            transform: translate(0, 100%) scaleY(0);
    width: 100%;
    margin: 0;
    z-index: 9999;
    -webkit-transition: 0s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0s all cubic-bezier(0.4, 0, 0.2, 1); }
    .select-drop-content {
      border: 0;
      border-radius: 0;
      padding: 2px 0;
      background: #fff;
      -webkit-box-shadow: 0px 8px 30px #EDEFFF;
              box-shadow: 0px 8px 30px #EDEFFF; }
    .select-drop-list {
      display: inline-block;
      vertical-align: top;
      position: relative;
      background: none;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      color: #3B4857;
      width: 100%; }
      .select-drop-list.scroll-active .select-scrollbar {
        display: block; }
      .select-drop-list ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .select-drop-list ul li {
          position: relative;
          padding: 0;
          overflow: hidden;
          display: block; }
          .select-drop-list ul li:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 24px;
            right: 24px;
            height: 1px;
            background: #E0E6ED; }
          .select-drop-list ul li:last-of-type:after {
            display: none; }
    .select-drop-option {
      white-space: normal;
      overflow: hidden;
      cursor: default;
      display: block;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      color: #3B4857;
      height: 1%;
      padding: 13px 24px;
      margin: 0;
      text-align: left;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      background: #fff;
      -webkit-transition: background .2s ease-in-out;
      -o-transition: background .2s ease-in-out;
      transition: background .2s ease-in-out; }
      .select-drop-option:hover {
        background: #F9FAFC; }
      .select-drop-option.selected {
        background: #F9FAFC; }
    .select-drop-scrollable-wrapper {
      position: relative;
      width: 100%;
      height: 100%; }
    .select-drop-list-content {
      vertical-align: top;
      display: inline-block;
      overflow: auto;
      width: 100%;
      height: 100%;
      max-height: 296px;
      -ms-touch-action: pan-x;
          touch-action: pan-x; }
  .select-scrollbar {
    display: none;
    position: absolute;
    cursor: default;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    width: 2px;
    bottom: 0;
    right: 0;
    top: 0;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
    height: 100%; }
    .select-scrollbar-slider {
      position: relative;
      border-radius: 30px;
      height: 100%; }
    .select-scrollbar-handle {
      -ms-touch-action: none;
          touch-action: none;
      position: absolute;
      top: 0px;
      right: 0;
      height: 70px;
      max-height: 100%;
      width: 2px;
      border-radius: 30px;
      background: -o-linear-gradient(305deg, #584CF5 0%, #5587FA 100%);
      background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%);
      -webkit-box-shadow: 0px 3px 8px rgba(67, 90, 245, 0.16);
              box-shadow: 0px 3px 8px rgba(67, 90, 245, 0.16);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      cursor: pointer; }
      .select-scrollbar-handle:hover {
        width: 3px; }

.scrollbar-custom {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important; }

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .scrollbar-custom {
    margin-right: -10px;
    padding-top: 32px;
    margin-top: -32px;
    margin-bottom: -32px;
    padding-bottom: 32px;
    /* ie scrollbar color properties */
    scrollbar-base-color: #E0E6ED;
    scrollbar-face-color: #584CF5;
    scrollbar-3dlight-color: #584CF5;
    scrollbar-highlight-color: #584CF5;
    scrollbar-track-color: #E0E6ED;
    scrollbar-arrow-color: #584CF5;
    scrollbar-shadow-color: #584CF5;
    scrollbar-dark-shadow-color: #584CF5; }
  .scrollbar-custom:after {
    content: "";
    height: 32px;
    display: block; } }

/*Edge*/
@supports (-ms-ime-align: auto) {
  .scrollbar-custom {
    margin-right: -10px;
    padding-top: 16px;
    margin-top: -16px;
    margin-bottom: -16px;
    padding-bottom: 16px; }
  .scrollbar-custom:after {
    content: "";
    height: 16px;
    display: block; } }

/*Firefox*/
/*From version 64 - https://drafts.csswg.org/css-scrollbars-1/*/
.scrollbar-custom {
  scrollbar-width: thin;
  scrollbar-color: #584CF5 #E0E6ED; }

/*Chrome*/
.scrollbar-custom::-webkit-scrollbar {
  width: 4px; }

.scrollbar-custom::-webkit-scrollbar-track {
  width: 4px;
  border-radius: 50px;
  background: #E0E6ED;
  -webkit-box-shadow: 0px 3px 8px rgba(67, 90, 245, 0.16);
          box-shadow: 0px 3px 8px rgba(67, 90, 245, 0.16); }

.scrollbar-custom::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 50px;
  background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%);
  -webkit-box-shadow: 0px 3px 8px rgba(67, 90, 245, 0.16);
          box-shadow: 0px 3px 8px rgba(67, 90, 245, 0.16); }

.scrollbar {
  display: none;
  position: absolute;
  cursor: default;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  width: 2px;
  bottom: 4px;
  right: 4px;
  top: 4px;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  height: 100%; }
  .scrollbar-slider {
    position: relative;
    border-radius: 30px;
    height: 100%; }
  .scrollbar-handle {
    -ms-touch-action: none;
        touch-action: none;
    position: absolute;
    top: 0px;
    right: 0;
    height: 70px;
    border-radius: 30px;
    width: 2px;
    max-height: 100%;
    background: -o-linear-gradient(305deg, #584CF5 0%, #5587FA 100%);
    background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%);
    -webkit-box-shadow: 0px 3px 8px rgba(67, 90, 245, 0.16);
            box-shadow: 0px 3px 8px rgba(67, 90, 245, 0.16);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer; }
    .scrollbar-handle:hover {
      width: 3px; }

.scroll-active .scrollbar {
  display: block; }

.textarea {
  padding-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  .textarea:before, .textarea:after {
    display: none; }
  .textarea__max-characters {
    float: right; }
  .textarea__holder {
    position: relative;
    z-index: 1;
    border: 1px solid #E0E6ED; }
    .textarea__holder textarea {
      border: 0; }
    .textarea__holder:before, .textarea__holder:after {
      content: '';
      position: absolute;
      bottom: auto;
      left: auto;
      right: auto;
      background: none;
      width: 0;
      height: 0;
      border: 1px solid transparent;
      z-index: -1;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .textarea__holder:before {
      top: 0;
      left: 0; }
    .textarea__holder:after {
      bottom: 0;
      right: 0; }
    .textarea__holder.input--filled:before, .textarea__holder.input--filled:after {
      width: 100%;
      height: 100%; }
    .textarea__holder.input--filled:before {
      border-top-color: #435AF5;
      border-right-color: #435AF5;
      -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
      -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
      transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
    .textarea__holder.input--filled:after {
      border-bottom-color: #435AF5;
      border-left-color: #435AF5;
      -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
      -o-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
      transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }
  .textarea .form__label {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    margin-bottom: 8px;
    font-size: 14px; }

.file {
  padding-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  .file .form__label {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    margin-bottom: 8px; }

.control-panel {
  display: block;
  border: 1px dashed #D3DCE6;
  border-radius: 3px;
  height: 80px;
  width: 100%;
  padding: 8px 32px 8px 16px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  overflow: hidden; }
  .control-panel-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    height: 100%; }
  .control-panel_load {
    border-color: #fff !important; }
    .control-panel_load .control-panel-icon {
      background: url(../images/img-file.svg) right center no-repeat !important;
      background-size: auto 46px; }
    .control-panel_load .control-panel-delete {
      opacity: 1;
      visibility: visible; }
  .control-panel_loaded {
    border-color: #fff !important; }
    .control-panel_loaded .control-panel-icon {
      background: url(../images/img-file.svg) right center no-repeat !important;
      background-size: auto 46px; }
    .control-panel_loaded .control-panel-delete {
      opacity: 1;
      visibility: visible; }
  .control-panel_error {
    border-color: #F9403D !important; }
    .control-panel_error .control-panel-icon {
      background: url(../images/ico-file_red.svg) right center no-repeat !important;
      background-size: auto 46px; }
    .control-panel_error .authorization-list-card__desc {
      color: #F9403D; }
    .control-panel_error:hover {
      border-color: #435AF5 !important; }
      .control-panel_error:hover .control-panel-icon {
        background: url(../images/ico-file_blue.svg) right center no-repeat !important;
        background-size: auto 46px; }
      .control-panel_error:hover .authorization-list-card__desc {
        color: #8492A5; }
  .control-panel:hover, .control-panel_hover {
    border-color: #435AF5; }
    .control-panel:hover .control-panel-icon, .control-panel_hover .control-panel-icon {
      background: url(../images/ico-file_blue.svg) right center no-repeat;
      background-size: auto 46px; }
  .control-panel-icon {
    min-width: 40px;
    width: 40px;
    height: 46px;
    margin-right: 26px;
    background: url(../images/ico-file.svg) right center no-repeat;
    background-size: auto 46px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .control-panel-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: left; }
  .control-panel-delete {
    position: absolute;
    top: 50%;
    right: -32px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 10px;
    padding: 5px;
    color: #B0BBCB;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden; }
    .control-panel-delete:hover {
      color: #8492A5; }
  .control-panel .authorization-list-card__title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .control-panel .authorization-list-card__desc {
    font-size: 15px;
    line-height: 1.5;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px; }
    @media (max-width: 449px) {
      .control-panel .authorization-list-card__desc {
        max-width: 200px; } }
  .control-panel .progress__bar {
    width: 100%;
    border-radius: 8px;
    height: 3px;
    margin: 4px 0; }
  .control-panel .progress__line {
    -webkit-box-shadow: 0px 3px 8px rgba(67, 90, 245, 0.16);
            box-shadow: 0px 3px 8px rgba(67, 90, 245, 0.16);
    border-radius: 8px; }
  .control-panel .form__file {
    display: none; }

.search-form {
  position: relative;
  padding: 0;
  height: 36px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: #F9FAFC; }
  @media (max-width: 767px) {
    .search-form {
      margin-bottom: 32px; } }
  .search-form__icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 6px 11px 10px;
    font-size: 14px;
    color: #B0BBCB; }
  .search-form__input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 36px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 10px;
    background: transparent;
    border: none;
    border: 0;
    color: #3B4857;
    outline: none;
    resize: none;
    margin: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 5; }
    .search-form__input::-webkit-input-placeholder {
      color: #B0BBCB;
      opacity: 1; }
    .search-form__input::-ms-input-placeholder {
      color: #B0BBCB;
      opacity: 1; }
    .search-form__input::-moz-placeholder {
      color: #B0BBCB;
      opacity: 1; }
    .search-form__input:hover::-webkit-input-placeholder {
      color: #8492A5; }
    .search-form__input:hover::-ms-input-placeholder {
      color: #8492A5; }
    .search-form__input:hover::-moz-placeholder {
      color: #8492A5; }
    .search-form__input:focus::-webkit-input-placeholder {
      color: #8492A5; }
    .search-form__input:focus::-ms-input-placeholder {
      color: #8492A5; }
    .search-form__input:focus::-moz-placeholder {
      color: #8492A5; }
    .search-form__input:focus {
      -webkit-box-shadow: 0px 3px 6px rgba(172, 181, 245, 0.2);
              box-shadow: 0px 3px 6px rgba(172, 181, 245, 0.2); }

/* authorization */
.authorization__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .authorization__content > .container {
    /* padding-top: 94px;
			padding-bottom: 54px; */ }
    @media (max-width: 991px) {
      .authorization__content > .container {
        /* padding-top: 84px;
				padding-bottom: 84px; */
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
  @media (max-width: 767px) {
    .authorization__content {
      padding: 24px 0; } }

.authorization__logo {
  display: block;
  width: 43px;
  height: 60px;
  background-color: #fff;
  margin: 0 auto 24px; }

.bank_id__img{
  width: 95px;
  height: auto;
}

.authorization-list-card_bank_id__title{
  margin-bottom: 0;
  line-height: 0.1;
}

.authorization-list {
  margin: 0 auto 32px;
  padding: 0;
  list-style: none;
  max-width: 458px; }
  @media (max-width: 459px) {
    .authorization-list {
      margin: 0 -16px 32px; } }
  .authorization-list.disabled .authorization-list__link {
    pointer-events: none; }
  .authorization-list.disabled .authorization-list-card__img {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .authorization-list.disabled .authorization-list-card__title {
    color: #B0BBCB; }
  .authorization-list.disabled .authorization-list-card__desc {
    color: #D3DCE6; }
  .authorization-list.disabled .authorization-list__icon {
    color: #F9FAFC; }
  .authorization-list_sub-item .authorization-list-card__image {
    width: 44px;
    min-width: 44px; }
  .authorization-list_sub-item .authorization-list-card__img {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .authorization-list__item {
    display: block;
    border-top: 1px solid #E0E6ED;
    border-bottom: 1px solid #E0E6ED;
    margin-bottom: 50px;
  }
  .authorization-list__link {
    display: block;
    height: 104px;
    padding: 26px 16px;
    background-color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer; }
    .authorization-list__link:hover {
      background-color: #F9FAFC; }
      .authorization-list__link:hover .authorization-list-card__icon {
        color: #3B4857; }
  .authorization-list-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    text-align: left; }
    @media (max-width: 767px) {
      .authorization-list-card {
        font-size: 14px; } }
    .authorization-list-card._connected .authorization-list-card__icon {
      color: #435AF5 !important; }
    .authorization-list-card__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 39px;
      min-width: 39px;
      margin-right: 26px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      @media (max-width: 767px) {
        .authorization-list-card__image {
          margin-right: 22px; } }
      .authorization-list-card__image img {
        display: block;
        width: 100%;
        -webkit-box-shadow: 0px 3px 7px #ACB5F5;
                box-shadow: 0px 3px 7px #ACB5F5;
        border-radius: 3px; }
    .authorization-list-card__img_lg {
      display: block;
      width: 65px;
      height: auto;
      margin: 0px auto 24px;
      -webkit-box-shadow: 0px 3px 7px #ACB5F5;
              box-shadow: 0px 3px 7px #ACB5F5;
      border-radius: 5px; }

    .authorization-list-card__text {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin-top: 4px;
      margin-right: 12px; }
      @media (max-width: 767px) {
        .authorization-list-card__text {
          margin-right: 8px; } }
    .authorization-list-card__title {
      margin-bottom: 2px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .authorization-list-card__desc {
      display: block;
      color: #8492A5;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .authorization-list-card__icon {
      color: #D3DCE6;
      font-size: 10px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }

.authorization-list-contact {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  max-width: 652px; }
  .authorization-list-contact._center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 767px) {
    .authorization-list-contact {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -5px; } }
  @media (max-width: 374px) {
    .authorization-list-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .authorization-list-contact__item {
    padding: 18px 15px 46px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px; }
    @media (max-width: 699px) {
      .authorization-list-contact__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        padding: 12px 5px 20px; } }
    @media (max-width: 399px) {
      .authorization-list-contact__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
  .authorization-list-contact__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #8492A5;
    font-size: 15px;
    line-height: 1.5;
    text-align: center; }
    .authorization-list-contact__link:hover._phone .authorization-list-contact__title {
      color: #f9403d; }
    .authorization-list-contact__link:hover._mail .authorization-list-contact__title {
      color: #FAA848; }
    .authorization-list-contact__link:hover._telegram .authorization-list-contact__title {
      color: #2EB7FC; }
    .authorization-list-contact__link:hover._facebook .authorization-list-contact__title {
      color: #3B5998; }
    .authorization-list-contact__link:hover._viber .authorization-list-contact__title {
      color: #7D3DAF; }
    .authorization-list-contact__link:hover._whatsapp .authorization-list-contact__title {
      color: #1BD741; }
  .authorization-list-contact__image {
    display: block;
    width: 48px;
    margin: 0 auto 12px; }
  .authorization-list-contact__img {
    display: block;
    width: 100%; }
  .authorization-list-contact__descr {
    display: block; }
  .authorization-list-contact__title {
    font-size: 16px;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .authorization-list-contact__text {
    color: #8492A5; }

/* authorization end */
/* progress */
.progress {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .progress__text {
    display: block;
    color: #8492A5;
    margin-bottom: 12px; }
  .progress__bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    height: 4px;
    background: #E0E6ED;
    border-radius: 4px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .progress__bar {
        width: 310px; } }
    @media (max-width: 375px) {
      .progress__bar {
        width: 280px; } }
  .progress__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    background: -o-linear-gradient(305deg, #584CF5 0%, #5587FA 100%);
    background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%); }

/* progress end */
/* modal */
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  overflow-y: auto;
  background: rgba(249, 250, 252, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s; }
  .modal_show {
    opacity: 1;
    visibility: visible; }
  .modal__dialog {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    width: 1%;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .modal__dialog {
        padding: 24px; } }
    @media (max-width: 375px) {
      .modal__dialog {
        padding: 20px; } }
.modal__preview{
  position: relative;
  width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 30px #EDEFFF;
          box-shadow: 0px 8px 30px #EDEFFF;
}

.preview_card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.preview_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.preview_table {
        width: 100%;
    }
.preview_label {
    color: #aaa;
    border: 1px solid #ccc;
    width: 50%;
    text-align: left;
    font-size: 14px;
    padding: 5px;
    word-break: break-word;
}
.preview_value {
    font-size: 16px;
    border: 1px solid #ccc;
    width: 50%;
    text-align: left;
    padding: 5px;
    word-break: break-word;

}
.preview_divider {
  border-top: 1px solid #ddd;
  margin: 15px 0;
}

  .modal__content {
    position: relative;
    width: 400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 8px 30px #EDEFFF;
            box-shadow: 0px 8px 30px #EDEFFF; }
    @media (max-width: 900px) {
      .modal__content {
        width: 100%; }
      .modal__preview{
        width: 100%; }
    }
  .modal__close {
    position: absolute;
    top: 26px;
    right: 26px;
    border: none;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 12px;
    color: #B0BBCB;
    background: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
    @media (max-width: 767px) {
      .modal__close {
        top: 12px;
        right: 18px; } }
    .modal__close:hover {
      color: #8492A5; }
  .modal__header {
    padding: 20px 32px; }
    @media (max-width: 375px) {
      .modal__header {
        padding: 20px 24px; } }
  .modal__body {
    padding: 16px 32px; }
    @media (max-width: 375px) {
      .modal__body {
        padding: 16px 24px; } }
  .modal__footer {
    padding: 18px 32px; }
    @media (max-width: 767px) {
      .modal__footer {
        padding: 24px 32px 32px; } }
    @media (max-width: 375px) {
      .modal__footer {
        padding: 24px; } }
  .modal__text {
    display: block;
    margin: 0; }
    @media (max-width: 375px) {
      .modal__text {
        font-size: 14px; } }
  .modal .btn {
    min-width: 120px; }

.modal_authorization-abort {
  text-align: center; }
  .modal_authorization-abort h4, .modal_authorization-abort .h4 {
    font-size: 18px;
    color: #F9403D;
    text-align: center;
    margin: 0; }
    @media (max-width: 375px) {
      .modal_authorization-abort h4, .modal_authorization-abort .h4 {
        font-size: 16px; } }

.modal_not-found,
.modal_session-over {
  text-align: center; }
  .modal_not-found h4, .modal_not-found .h4,
  .modal_session-over h4,
  .modal_session-over .h4 {
    text-align: center; }
  .modal_not-found .modal__body,
  .modal_session-over .modal__body {
    padding-top: 48px; }

.modal_eds-settings h4, .modal_eds-settings .h4 {
  margin-bottom: 16px; }

.modal_eds-settings .modal__body {
  padding: 32px; }
  @media (max-width: 767px) {
    .modal_eds-settings .modal__body {
      padding: 24px; } }

@media (max-width: 767px) {
  .modal_eds-settings .modal__close {
    top: 18px;
    right: 18px; } }

.modal_eds-settings .modal__close:hover {
  color: #8492A5; }

.modal_eds-settings .btn {
  margin-top: 24px; }

.modal_eds-settings .form {
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .modal_eds-settings .form .dropdown-open {
    width: 100%;
    margin-bottom: 16px; }
  .modal_eds-settings .form .dropdown-inner {
    width: 100%; }
  .modal_eds-settings .form .form__box {
    max-width: 100%; }
  .modal_eds-settings .form .form__box:last-of-type {
    margin-bottom: 16px; }

.modal_add-location h4, .modal_add-location .h4,
.modal_add-email h4,
.modal_add-email .h4,
.modal_add-birthday h4,
.modal_add-birthday .h4 {
  text-align: center;
  margin-bottom: 16px; }

.modal_add-location .modal__body,
.modal_add-email .modal__body,
.modal_add-birthday .modal__body {
  padding: 32px; }
  @media (max-width: 767px) {
    .modal_add-location .modal__body,
    .modal_add-email .modal__body,
    .modal_add-birthday .modal__body {
      padding: 24px; } }

@media (max-width: 767px) {
  .modal_add-location .modal__close,
  .modal_add-email .modal__close,
  .modal_add-birthday .modal__close {
    top: 18px;
    right: 18px; } }

.modal_add-location .modal__close:hover,
.modal_add-email .modal__close:hover,
.modal_add-birthday .modal__close:hover {
  color: #8492A5; }

.modal_add-location .btn,
.modal_add-email .btn,
.modal_add-birthday .btn {
  min-width: 140px; }
  @media (max-width: 767px) {
    .modal_add-location .btn,
    .modal_add-email .btn,
    .modal_add-birthday .btn {
      width: 100%; } }

.modal_add-location .form,
.modal_add-email .form,
.modal_add-birthday .form {
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .modal_add-location .form .form__box,
  .modal_add-email .form .form__box,
  .modal_add-birthday .form .form__box {
    max-width: 100%; }
  .modal_add-location .form .form__box:last-of-type,
  .modal_add-email .form .form__box:last-of-type,
  .modal_add-birthday .form .form__box:last-of-type {
    margin-bottom: 32px; }

.modal_add-birthday {
  text-align: center; }
  .modal_add-birthday .modal__text {
    margin-bottom: 12px; }
  .modal_add-birthday .form {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal_add-birthday .form .form__box {
      max-width: 104px; }
    .modal_add-birthday .form .form__box:last-of-type {
      margin-bottom: 12px; }
    .modal_add-birthday .form__text {
      display: block;
      max-width: 230px;
      margin: 0 auto 40px;
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
      color: #8492A5;
      border: 0; }

.modal_logout,
.modal_sessions-close {
  text-align: center; }
  .modal_logout h4, .modal_logout .h4,
  .modal_sessions-close h4,
  .modal_sessions-close .h4 {
    font-size: 18px;
    color: #F9403D;
    text-align: center;
    margin: 0 0 8px; }
    @media (max-width: 375px) {
      .modal_logout h4, .modal_logout .h4,
      .modal_sessions-close h4,
      .modal_sessions-close .h4 {
        font-size: 16px; } }
  .modal_logout .modal__body,
  .modal_sessions-close .modal__body {
    padding: 32px 32px 12px; }
    @media (max-width: 767px) {
      .modal_logout .modal__body,
      .modal_sessions-close .modal__body {
        padding: 24px 24px 8px; } }
  .modal_logout .modal__footer,
  .modal_sessions-close .modal__footer {
    padding: 12px 32px 32px; }
    @media (max-width: 767px) {
      .modal_logout .modal__footer,
      .modal_sessions-close .modal__footer {
        padding: 8px 24px 24px; } }

.modal_update h4, .modal_update .h4,
.modal_addblock h4,
.modal_addblock .h4,
.modal_time-over h4,
.modal_time-over .h4 {
  text-align: center;
  font-size: 18px; }
  @media (max-width: 375px) {
    .modal_update h4, .modal_update .h4,
    .modal_addblock h4,
    .modal_addblock .h4,
    .modal_time-over h4,
    .modal_time-over .h4 {
      font-size: 16px; } }

.modal_update .modal__body,
.modal_addblock .modal__body,
.modal_time-over .modal__body {
  padding: 32px 32px 16px; }
  @media (max-width: 767px) {
    .modal_update .modal__body,
    .modal_addblock .modal__body,
    .modal_time-over .modal__body {
      padding: 24px 24px 8px; } }
  .modal_update .modal__body .modal__text,
  .modal_addblock .modal__body .modal__text,
  .modal_time-over .modal__body .modal__text {
    color: #8492A5; }
  .modal_update .modal__body .page__link,
  .modal_addblock .modal__body .page__link,
  .modal_time-over .modal__body .page__link {
    display: block; }
    @media (max-width: 767px) {
      .modal_update .modal__body .page__link,
      .modal_addblock .modal__body .page__link,
      .modal_time-over .modal__body .page__link {
        font-size: 14px; } }
    @media (max-width: 375px) {
      .modal_update .modal__body .page__link,
      .modal_addblock .modal__body .page__link,
      .modal_time-over .modal__body .page__link {
        font-size: 13px; } }
    .modal_update .modal__body .page__link + .page__link,
    .modal_addblock .modal__body .page__link + .page__link,
    .modal_time-over .modal__body .page__link + .page__link {
      margin-top: 8px; }

.modal_update .modal__overflow,
.modal_addblock .modal__overflow,
.modal_time-over .modal__overflow {
  padding: 4px 32px;
  margin: 0 -32px 16px;
  max-height: 338px; }
  @media (max-width: 767px) {
    .modal_update .modal__overflow,
    .modal_addblock .modal__overflow,
    .modal_time-over .modal__overflow {
      padding: 4px 24px;
      margin: 0 -24px 8px; } }

.modal_update .modal__footer,
.modal_addblock .modal__footer,
.modal_time-over .modal__footer {
  padding: 16px 32px 40px; }
  @media (max-width: 767px) {
    .modal_update .modal__footer,
    .modal_addblock .modal__footer,
    .modal_time-over .modal__footer {
      padding: 8px 24px 24px; } }

.modal_update h4, .modal_update .h4 {
  margin: 0 0 28px; }
  @media (max-width: 767px) {
    .modal_update h4, .modal_update .h4 {
      margin: 0 0 20px; } }

.modal_time-over {
  text-align: center; }
  .modal_time-over h4, .modal_time-over .h4 {
    margin: 0 0 12px; }
    @media (max-width: 767px) {
      .modal_time-over h4, .modal_time-over .h4 {
        margin: 0 0 8px; } }
  .modal_time-over .modal__text {
    margin-bottom: 32px; }
  .modal_time-over .modal__body {
    padding: 40px 32px; }
    @media (max-width: 767px) {
      .modal_time-over .modal__body {
        padding: 32px 24px; } }

.modal_addblock {
  text-align: center; }
  .modal_addblock img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
    width: 72px;
    margin-bottom: 16px; }
  .modal_addblock .page__btn-group {
    width: auto;
    margin: 0 -12px; }
    @media (max-width: 767px) {
      .modal_addblock .page__btn-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        margin: 0 -8px; } }
    .modal_addblock .page__btn-group .btn {
      margin: 0 12px;
      min-width: 148px; }
      @media (max-width: 767px) {
        .modal_addblock .page__btn-group .btn {
          margin: 0 8px;
          min-width: 130px; } }

.modal_version-history .modal__content {
  width: auto;
  max-width: 670px; }

.modal_version-history h4, .modal_version-history .h4 {
  font-size: 18px;
  text-align: left;
  margin: 0; }
  @media (max-width: 375px) {
    .modal_version-history h4, .modal_version-history .h4 {
      font-size: 16px; } }

.modal_version-history .modal__close {
  top: 22px;
  right: 18px; }
  @media (max-width: 1399px) {
    .modal_version-history .modal__close {
      top: 21px;
      right: 12px; } }
  .modal_version-history .modal__close:hover {
    color: #8492A5; }

.modal_version-history .modal__header {
  padding: 25px 24px 21px;
  border-bottom: 1px solid #E0E6ED; }
  @media (max-width: 1399px) {
    .modal_version-history .modal__header {
      padding: 24px 16px 20px; } }

.modal_version-history .modal__body {
  padding: 0;
  max-height: 495px; }
  @media (max-width: 767px) {
    .modal_version-history .modal__body {
      padding: 0 16px; } }

@media (max-width: 767px) {
  .modal_version-history .accordeon__item:after {
    left: 0;
    right: 0; } }

.modal_version-history .accordeon__item:last-child:after {
  display: none; }

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -12px 20px; }
  .form__row.max-length {
    width: 100%; }
    .form__row.max-length-5 {
      max-width: 384px; }
      .form__row.max-length-5 .form__box {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; }
        @media (max-width: 767px) {
          .form__row.max-length-5 .form__box {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto; } }
    .form__row.max-length-10 .form__box {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
      @media (max-width: 767px) {
        .form__row.max-length-10 .form__box {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; } }
    .form__row.max-length-more_10 .form__box {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 204px;
              flex: 0 1 204px; }
      @media (max-width: 767px) {
        .form__row.max-length-more_10 .form__box {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 204px;
                  flex: 1 1 204px; } }
  .form__row .form__box {
    max-width: 100%;
    margin: 0;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 24px; }
    .form__row .form__box:after {
      right: 12px;
      left: 12px; }
    .form__row .form__box .error-text {
      padding-right: 12px;
      padding-left: 12px; }
      .form__row .form__box .error-text .hint {
        -webkit-transform: translate(12px, 100%);
            -ms-transform: translate(12px, 100%);
                transform: translate(12px, 100%); }
  .form__row .form__label {
    padding: 0 13px; }

/* modal end*/
/* dashboard */
.dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #F9FAFC;
  padding: 0 0 0 314px; }
  @media (max-width: 991px) {
    .dashboard {
      padding: 0;
      min-height: 490px; } }
  .dashboard-header-page {
    position: fixed;
    top: 0;
    left: 0;
    padding: 18px 24px 32px;
    bottom: 0;
    background: #fff;
    z-index: 100;
    width: 314px;
    height: 100vh;
    -webkit-box-shadow: 0px 8px 30px #EDEFFF;
            box-shadow: 0px 8px 30px #EDEFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10; }
    .dashboard-header-page__holder {
      position: relative;
      padding: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .dashboard-header-page .logo {
      min-height: 44px; }
    @media (max-width: 991px) {
      .dashboard-header-page.pc {
        display: none !important; } }
  .dashboard-main-nav {
    margin: 48px 0 24px 0;
    height: 100vh;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 991px) {
      .dashboard-main-nav {
        height: auto; } }
    .dashboard-main-nav__menu {
      margin: 0 -24px 0 0;
      padding: 0 24px 0 0;
      list-style: none;
      overflow-y: auto;
      height: 100%; }
      @media (max-width: 991px) {
        .dashboard-main-nav__menu {
          padding: 0;
          margin: 0 0 24px; } }
    .dashboard-main-nav__link {
      position: relative;
      display: block;
      padding: 17px 10px 13px 48px;
      color: #8492A5;
      text-align: left;
      border-radius: 3px;
      overflow: hidden;
      /* &:before{
				content: '';
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				width: 3px;
				border-radius: 0 3px 3px 0;
				background: $regent;
				opacity: 0;
				visibility: hidden;
				transition: opacity .3s, visibility .3s;
			} */ }
      .dashboard-main-nav__link:hover {
        color: #3B4857;
        background: #F9FAFC; }
        .dashboard-main-nav__link:hover .dashboard-main-nav__icon {
          color: #3B4857; }
    .dashboard-main-nav__item {
      font-size: 18px;
      line-height: 26px;
      font-weight: 600; }
      .dashboard-main-nav__item_active .dashboard-main-nav__link {
        color: #3B4857;
        background: #F9FAFC;
        /* &:before{
						opacity: 1;
						visibility: visible;
					} */ }
      .dashboard-main-nav__item_active .dashboard-main-nav__icon {
        background: -o-linear-gradient(304.87deg, #584CF5 0%, #5587FA 100%);
        background: linear-gradient(145.13deg, #584CF5 0%, #5587FA 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .dashboard-main-nav__item_active .dashboard-main-nav__icon {
            background: none;
            webkit-background-clip: inherit;
            -webkit-text-fill-color: inherit;
            color: #435AF5; } }
      .dashboard-main-nav__item_alarm .dashboard-main-nav__icon.icon-alarm {
        opacity: 1;
        visibility: visible; }
    .dashboard-main-nav__icon {
      position: absolute;
      top: 50%;
      left: 16px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      font-size: 20px;
      line-height: 20px;
      color: #8492A5;
      width: 20px;
      text-align: center;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .dashboard-main-nav__icon.icon-alarm {
        left: auto;
        right: 16px;
        color: #FAA848 !important;
        background: none !important;
        -webkit-text-fill-color: inherit !important;
        opacity: 0;
        visibility: hidden; }
  .dashboard-panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    height: 80px;
    padding: 18px 26px;
    -webkit-box-shadow: 20px 8px 30px #EDEFFF;
            box-shadow: 20px 8px 30px #EDEFFF;
    border-left: 1px solid #E0E6ED;
    z-index: 15; }
    @media (max-width: 991px) {
      .dashboard-panel {
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
        background: transparent;
        padding: 24px 16px 4px;
        height: auto; } }
    .dashboard-panel__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        .dashboard-panel__info.pc {
          display: none !important; } }
    .dashboard-panel__icon {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 0 16px 0 0;
      font-size: 24px;
      width: 40px;
      height: 40px;
      border-radius: 3px;
      cursor: pointer;
      color: #3B4857;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .dashboard-panel__icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .dashboard-panel__icon:hover {
        background: #F9FAFC;
        color: #3B4857; }
        .dashboard-panel__icon:hover .dropdown-list__bubble {
          opacity: 1;
          visibility: visible; }
      .dashboard-panel__icon:active, .dashboard-panel__icon_active {
        background: #F9FAFC;
        color: #435AF5; }
      .dashboard-panel__icon.icon-notification {
        margin: 0; }
        .dashboard-panel__icon.icon-notification + * {
          margin-left: 12px; }
    .dashboard-panel .btn {
      white-space: nowrap;
      padding: 9px 24px 5px; }
      @supports (-moz-appearance: none) {
        .dashboard-panel .btn {
          padding: 8px 24px 6px; } }
      @media (max-width: 767px) {
        .dashboard-panel .btn {
          padding: 11px 16px 7px; }
          @supports (-moz-appearance: none) {
            .dashboard-panel .btn {
              padding: 10px 16px 8px; } } }
  .dashboard-main {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: calc(100vh - 80px);
    overflow: hidden;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    z-index: 0; }
    @media (max-width: 991px) {
      .dashboard-main {
        padding: 8px 16px 36px;
        height: auto;
        min-height: auto; } }
    .dashboard-main > .dashboard-main__wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 32px;
      z-index: -1; }
      @media (max-width: 991px) {
        .dashboard-main > .dashboard-main__wrap {
          padding: 0 32px; } }
      @media (max-width: 991px) {
        .dashboard-main > .dashboard-main__wrap .dashboard-main__img {
          margin: -80px auto 32px; } }
    .dashboard-main__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        .dashboard-main__wrap .btn {
          width: 100%; } }
    .dashboard-main__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    .dashboard-main__img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto 40px; }
      @media (max-width: 991px) {
        .dashboard-main__img {
          margin: 0 auto 32px;
          max-width: 310px;
          width: 100%; } }
    .dashboard-main.scrollbar-custom .dashboard-connected__object_info {
      height: auto; }
    .dashboard-main__admin {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .dashboard-main__admin-statistics {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-bottom: -16px; }
        .dashboard-main__admin-statistics__graph {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 530px;
                  flex: 1 1 530px;
          margin-bottom: 32px; }
          .dashboard-main__admin-statistics__graph._holder {
            background: #FFFFFF;
            -webkit-box-shadow: 0px 8px 30px #EDEFFF;
                    box-shadow: 0px 8px 30px #EDEFFF;
            border-radius: 3px; }
        .dashboard-main__admin-statistics__devices-list {
          margin: 0 -8px;
          padding: 0;
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap; }
        .dashboard-main__admin-statistics__devices-item {
          width: 33.33333%;
          padding: 0 8px 16px; }
          @media (max-width: 767px) {
            .dashboard-main__admin-statistics__devices-item {
              width: 100%; } }
          .dashboard-main__admin-statistics__devices-item .user__wrap_flex {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            border: none;
            -webkit-box-shadow: 0px 8px 30px #EDEFFF;
                    box-shadow: 0px 8px 30px #EDEFFF; }
            .dashboard-main__admin-statistics__devices-item .user__wrap_flex .data {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-flow: row nowrap;
                      flex-flow: row nowrap;
              -webkit-box-align: end;
                  -ms-flex-align: end;
                      align-items: flex-end;
              font-family: "sf_pro_display", sans-serif;
              font-size: 40px;
              line-height: 1;
              font-weight: 600;
              color: #435AF5; }
              .dashboard-main__admin-statistics__devices-item .user__wrap_flex .data sub {
                font-size: 60%;
                line-height: 1.3;
                display: block;
                margin-left: 4px; }
  .dashboard-connected__list {
    position: relative;
    margin: 0 -8px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .dashboard-connected__list.swapmode .dashboard-connected__item {
      z-index: 0; }
      .dashboard-connected__list.swapmode .dashboard-connected__item:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 9px;
        right: 9px;
        bottom: 17px;
        border: 1px dashed #435AF5;
        border-radius: 5px;
        z-index: -1; }
    .dashboard-connected__list.swapmode .dashboard-connected__object {
      cursor: -webkit-grab;
      cursor: grab; }
      .dashboard-connected__list.swapmode .dashboard-connected__object * {
        cursor: -webkit-grab;
        cursor: grab; }
        .dashboard-connected__list.swapmode .dashboard-connected__object *:active {
          cursor: -webkit-grabbing;
          cursor: grabbing; }
      .dashboard-connected__list.swapmode .dashboard-connected__object:active {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
    .dashboard-connected__list.service .dashboard-connected__item {
      min-height: auto; }
    .dashboard-connected__list .dashboard-connected__object:hover {
      -webkit-transform: translate(0, -8px);
          -ms-transform: translate(0, -8px);
              transform: translate(0, -8px);
      -webkit-box-shadow: 0px 8px 20px rgba(172, 181, 245, 0.25);
              box-shadow: 0px 8px 20px rgba(172, 181, 245, 0.25); }
  .dashboard-connected__item {
    position: relative;
    display: block;
    width: 50%;
    min-height: 220px;
    padding: 0 8px 16px; }
    @media (max-width: 1199px) {
      .dashboard-connected__item {
        width: 100%; } }
    @media (max-width: 991px) {
      .dashboard-connected__item {
        width: 50%; } }
    @media (max-width: 767px) {
      .dashboard-connected__item {
        width: 100%;
        min-height: auto; } }
  .dashboard-connected__object {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 8px 30px #EDEFFF;
            box-shadow: 0px 8px 30px #EDEFFF;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 100%;
    overflow: visible;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media (max-width: 767px) {
      .dashboard-connected__object_info {
        margin-bottom: 16px; } }
    @media (max-width: 991px) {
      .dashboard-connected__object_info .dashboard-connected__holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    @media (max-width: 767px) {
      .dashboard-connected__object_info .dashboard-connected__holder .btn {
        width: 100%;
        margin-top: 16px; } }
    @media (max-width: 767px) {
      .dashboard-connected__object_info .dashboard-connected__details:before {
        display: none; } }
    @media (max-width: 767px) {
      .dashboard-connected__object_info .dashboard-connected__image {
        display: none; } }
    @media (max-width: 767px) {
      .dashboard-connected__object_info .dashboard-connected__text {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
  .dashboard-connected__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding: 24px; }
    @media (max-width: 767px) {
      .dashboard-connected__holder {
        font-size: 14px; } }
  .dashboard-connected__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    min-width: 40px;
    margin-right: 24px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    @media (max-width: 767px) {
      .dashboard-connected__image {
        margin-right: 22px; } }
  .dashboard-connected__img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 3px 7px #ACB5F5;
            box-shadow: 0px 3px 7px #ACB5F5; }
  .dashboard-connected__text {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 12px; }
    @media (max-width: 767px) {
      .dashboard-connected__text {
        margin-right: 8px; } }
  .dashboard-connected__title {
    margin: 3px 0 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .dashboard-connected__title + * {
      margin-top: 4px; }
  .dashboard-connected__icon {
    color: #D3DCE6;
    font-size: 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .dashboard-connected__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    overflow: hidden; }
    @media (max-width: 767px) {
      .dashboard-connected__nav {
        width: 100%;
        margin-top: 16px; } }
    .dashboard-connected__nav-item {
      position: relative;
      min-width: 108px;
      border: 1px solid #E0E6ED;
      border-radius: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      height: 40px;
      padding: 11px 24px 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 15px;
      line-height: 1.5;
      font-weight: 600;
      text-align: center;
      color: #3B4857;
      z-index: 1;
      cursor: pointer;
      overflow: hidden;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      @supports (-moz-appearance: none) {
        .dashboard-connected__nav-item {
          padding: 10px 24px 8px; } }
      .dashboard-connected__nav-item + .dashboard-connected__nav-item {
        border-radius: 0;
        margin-left: -1px; }
      .dashboard-connected__nav-item:last-of-type {
        border-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; }
      .dashboard-connected__nav-item:hover {
        border-color: #3B4857; }
      .dashboard-connected__nav-item_active {
        border-color: #435AF5;
        color: #435AF5;
        z-index: 100;
        cursor: default; }
        .dashboard-connected__nav-item_active:hover {
          border-color: #435AF5; }
      @media (max-width: 767px) {
        .dashboard-connected__nav-item {
          min-width: 50%; } }
  .dashboard-connected__details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 16px 24px 24px;
    margin-bottom: 0; }
    .dashboard-connected__details:before {
      content: "";
      position: absolute;
      top: 0;
      left: 24px;
      right: 24px;
      height: 1px;
      background-color: #E0E6ED; }
    .dashboard-connected__details-wrap {
      color: #8492A5;
      overflow: visible; }
      .dashboard-connected__details-wrap h2, .dashboard-connected__details-wrap .h2, .dashboard-connected__details-wrap p {
        max-width: 462px;
        margin: 0 auto;
        width: 100%; }
      .dashboard-connected__details-wrap h2, .dashboard-connected__details-wrap .h2 {
        margin-bottom: 12px; }
      .dashboard-connected__details-wrap .dashboard-main__img {
        max-width: 100%; }
        @media (max-width: 767px) {
          .dashboard-connected__details-wrap .dashboard-main__img {
            max-width: initial;
            margin: 0 0 16px;
            width: 480px; } }
      .dashboard-connected__details-wrap p:not(.page__text) {
        margin-bottom: 20px; }
        .dashboard-connected__details-wrap p:not(.page__text):last-of-type {
          margin-bottom: 0; }
  .dashboard-connected__status {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: #8492A5;
    overflow: hidden; }
    .dashboard-connected__status-item {
      float: right;
      background: none;
      margin-left: 8px; }
      .dashboard-connected__status-item._done {
        color: #A8E036; }
      .dashboard-connected__status-item._in-progress {
        color: #FAA848; }
      .dashboard-connected__status-item._denied {
        color: #F9403D; }
    .dashboard-connected__status-alarm {
      color: #FAA848 !important;
      font-size: 20px;
      line-height: 20px;
      width: 20px;
      text-align: center;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
  .dashboard-connected__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 17px; }
    @media (max-width: 767px) {
      .dashboard-connected__links {
        display: none; } }
    .dashboard-connected__links .page__link {
      margin-right: 24px;
      cursor: pointer; }
      .dashboard-connected__links .page__link [class^="icon-"], .dashboard-connected__links .page__link [class*=" icon-"] {
        font-size: 12px; }
      .dashboard-connected__links .page__link:last-of-type {
        margin: 0; }
  .dashboard .info-list {
    position: fixed;
    bottom: 32px;
    left: 32px;
    z-index: 500;
    max-width: 249px; }
    @media (max-width: 991px) {
      .dashboard .info-list {
        bottom: 24px;
        left: 24px;
        max-width: 50%;
        width: calc(50% - 48px); } }
    @media (max-width: 767px) {
      .dashboard .info-list {
        bottom: 24px;
        left: 24px;
        max-width: 100%;
        width: calc(100% - 48px); } }

._action {
  position: relative; }
  ._action:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: -o-linear-gradient(305deg, #584CF5 0%, #5587FA 100%);
    background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%); }

.dropdown-list__bubble {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -10px;
  right: 50%;
  -webkit-transform: translate(50%, 100%);
      -ms-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  padding: 12px 24px 10px;
  height: 44px;
  background: rgba(0, 0, 0, 0.8);
  font-family: "sf_pro_text", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.29, 0.4, 0.17, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.29, 0.4, 0.17, 0.99);
  transition: all 0.3s cubic-bezier(0.29, 0.4, 0.17, 0.99);
  white-space: nowrap;
  pointer-events: none;
  z-index: 5; }
  .dropdown-list__bubble:before {
    content: '';
    position: absolute;
    top: -6px;
    right: 50%;
    border: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.8);
    border-top: 0;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%); }
  .dropdown-list__bubble_right {
    right: 0;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%); }
    .dropdown-list__bubble_right:before {
      right: 12px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }

.user-notifications {
  position: fixed;
  bottom: 0;
  right: -120%;
  top: 80px;
  width: 375px;
  z-index: 99;
  background: #fff;
  padding: 24px;
  border-top: 1px solid #F9FAFC;
  -webkit-box-shadow: 0px 32px 30px #EDEFFF;
          box-shadow: 0px 32px 30px #EDEFFF;
  -webkit-transition: right .2s ease-in-out;
  -o-transition: right .2s ease-in-out;
  transition: right .2s ease-in-out; }
  .user-notifications._open {
    right: 0; }

.user-profile__info {
  padding-top: 32px;
  padding-bottom: 24px;
  margin: 0; }
  .user-profile__info:before {
    display: block !important;
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background-color: #E0E6ED; }
  .user-profile__info .btn {
    margin-top: 32px; }
  .user-profile__info .user__wrap {
    cursor: default; }
  .user-profile__info .page__link_edit {
    font-size: 16px;
    font-family: "sf_pro_text", sans-serif;
    font-weight: 600;
    margin-left: 24px; }
    @media (max-width: 767px) {
      .user-profile__info .page__link_edit {
        margin-left: 12px; } }
  .user-profile__info .dashboard-connected__status {
    font-size: 15px;
    margin-bottom: 10px; }
  .user-profile__info .user__list_row {
    max-width: 764px; }

.user-sessions__info {
  padding: 24px;
  margin: 0; }
  .user-sessions__info:before {
    display: none !important; }
  .user-sessions__info .user__list_row {
    max-width: inherit; }
    .user-sessions__info .user__list_row .user__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 342px;
              flex: 0 1 342px; }
      .user-sessions__info .user__list_row .user__item .btn {
        width: 100%;
        margin-top: 12px; }
        @media (max-width: 767px) {
          .user-sessions__info .user__list_row .user__item .btn {
            margin-top: 8px; } }
  .user-sessions__info .dashboard-connected__status {
    font-size: 15px;
    margin-bottom: 10px; }

  .helper-icon{
    font-size: 15px;
  }

.user-identificators__info {
  padding: 24px;
  margin: 0; }
  .user-identificators__info:before {
    display: none !important; }
  .user-identificators__info .user__list_row {
    max-width: inherit; }
    .user-identificators__info .user__list_row .user__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 342px;
              flex: 0 1 342px; }
  .user-identificators__info .dashboard-connected__status {
    font-size: 15px;
    margin-bottom: 10px; }
  .user-identificators__info .user__list_row .user__wrap {
    cursor: pointer; }

.user-settings__info {
  padding: 24px;
  margin: 0; }
  .user-settings__info:before {
    display: none !important; }
  .user-settings__info .user__list_row {
    max-width: inherit; }
    .user-settings__info .user__list_row .user__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
      @media (max-width: 767px) {
        .user-settings__info .user__list_row .user__item {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 342px;
                  flex: 0 1 342px; } }
  .user-settings__info .dashboard-connected__status {
    font-size: 15px;
    margin-bottom: 10px; }
  .user-settings__info .user__list_row .user__wrap {
    cursor: pointer; }

.user-help__info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%; }
  @media (max-width: 767px) {
    .user-help__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      height: auto; } }

.user-help__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 375px;
          flex: 0 0 375px;
  padding: 24px;
  background: #fff;
  border-radius: 3px;
  margin-right: 16px; }
  @media (max-width: 1399px) {
    .user-help__categories {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
              flex: 0 0 250px; } }
  @media (max-width: 767px) {
    .user-help__categories {
      margin: -8px -16px 0;
      padding: 0 0 16px;
      background: transparent;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
      height: 57px;
      overflow: hidden; } }
  .user-help__categories-title {
    margin-bottom: 16px; }
  .user-help__categories-nav {
    position: relative;
    margin: 0 -24px 48px 0;
    padding: 0 24px 0 0;
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    z-index: 500;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    @media (max-width: 767px) {
      .user-help__categories-nav {
        margin: 0;
        padding: 0;
        overflow-x: scroll;
        overflow-y: hidden !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial; }
        .user-help__categories-nav:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 1px;
          background: #E0E6ED;
          z-index: -1; }
        .user-help__categories-nav.scrollbar-custom::-webkit-scrollbar:horizontal {
          height: 0; }
        .user-help__categories-nav.scrollbar-custom::-webkit-scrollbar-track:horizontal {
          height: 0;
          border-radius: 50px;
          background: #E0E6ED;
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .user-help__categories-nav.scrollbar-custom::-webkit-scrollbar-thumb:horizontal {
          height: 0;
          border-radius: 50px;
          background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%);
          -webkit-box-shadow: none;
                  box-shadow: none; } }
    .user-help__categories-nav.scrolled {
      position: fixed;
      top: 0;
      width: 100%;
      background: #F9FAFC; }
  .user-help__categories-item {
    position: relative;
    color: #D3DCE6;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    border-top: 1px solid #E0E6ED;
    padding: 13px 13px 9px 0;
    font-weight: 600;
    white-space: normal; }
    @supports (-moz-appearance: none) {
      .user-help__categories-item {
        padding: 12px 12px 10px 0; } }
    @media (max-width: 767px) {
      .user-help__categories-item {
        white-space: nowrap;
        border-top: 0;
        border-bottom: 1px solid #E0E6ED;
        padding: 10px 16px 6px; }
        @supports (-moz-appearance: none) {
          .user-help__categories-item {
            padding: 9px 16px 7px; } } }
    .user-help__categories-item:last-of-type {
      border-bottom: 1px solid #E0E6ED; }
    .user-help__categories-item:hover, .user-help__categories-item._active {
      color: #3B4857; }
      @media (max-width: 767px) {
        .user-help__categories-item:hover, .user-help__categories-item._active {
          color: #435AF5;
          border-color: #435AF5; } }
  .user-help__categories-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: 0px;
    font-size: 10px; }
    @media (max-width: 767px) {
      .user-help__categories-icon {
        display: none; } }

.user-help__descr {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 24px;
  background: #fff;
  border-radius: 3px; }

.user-box__item {
  display: block; }
  .user-box__item + .user-box__item {
    margin-top: 26px; }
  @media (max-width: 767px) {
    .user-box__item h4, .user-box__item .h4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .user-box__item._not-filled {
    overflow: hidden; }
    @media (max-width: 767px) {
      .user-box__item._not-filled {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .user-box__item._not-filled .dashboard-connected__status {
      margin: 0; }
    .user-box__item._not-filled .btn {
      float: right;
      margin: 0;
      margin-left: 46px;
      min-width: 100px; }
      @media (max-width: 767px) {
        .user-box__item._not-filled .btn {
          float: none;
          -webkit-box-ordinal-group: 11;
              -ms-flex-order: 10;
                  order: 10;
          margin: 16px 0 0;
          min-width: 130px; } }

.user__list {
  margin: 0 -6px;
  padding: 0;
  list-style: none; }
  .user__list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .user__list_row .user__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 382px;
              flex: 0 1 382px; }
    .user__list_row .user__wrap {
      cursor: default; }

.user__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 6px; }

.user__wrap {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #E0E6ED;
  border-radius: 3px;
  padding: 14px 12px 10px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .user__wrap:hover {
    border-color: #B0BBCB; }
  .user__wrap._action:after {
    width: 8px;
    height: 8px;
    top: -4px;
    right: -4px; }
  .user__wrap:hover .user__wrap-delete {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .user__wrap:hover .authorization-list-card__icon {
    color: #3B4857; }
  .user__wrap-delete {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F9403D;
    color: #fff;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    z-index: 5;
    cursor: pointer; }
  .user__wrap-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #B0BBCB;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px; }
  .user__wrap-time {
    display: inline-block;
    vertical-align: baseline;
    color: #B0BBCB;
    font-family: "sf_pro_text", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-left: 8px;
    margin-bottom: 0; }
    .user__wrap-time_online {
      color: #435AF5; }
  .user__wrap-descr {
    margin: 0; }
  .user__wrap_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%; }
  .user__wrap-icon-device {
    display: block;
    width: 40px;
    min-width: 40px;
    margin-right: 12px;
    font-size: 40px; }
    @media (max-width: 767px) {
      .user__wrap-icon-device {
        margin-right: 8px; } }
  .user__wrap-info {
    width: 100%; }
    .user__wrap-info h4, .user__wrap-info .h4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 4px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .user__wrap-info .user__wrap-descr {
      margin-bottom: 8px; }
    .user__wrap-info .user__wrap-title {
      margin-bottom: 0; }
  .user__wrap .authorization-list-card {
    padding: 10px 12px 14px; }
  .user__wrap .authorization-list-card__icon {
    font-size: 14px; }
  .user__wrap .authorization-list-card__image {
    margin-right: 18px; }

.user__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #E0E6ED;
  border-radius: 50%;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-right: 24px; }
  @media (max-width: 767px) {
    .user__avatar {
      display: none; } }
  .user__avatar span {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0; }

.user__info-telephone {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #8492A5;
  font-weight: 400; }
  .user__info-telephone._not-verify {
    color: #FAA848; }

._live-session .user__wrap-delete {
  display: none; }

/* breadcrumb */
.breadcrumb {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .breadcrumb {
      margin: 0; } }
  .breadcrumb__item {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    font-family: "sf_pro_text", sans-serif;
    color: #B0BBCB;
    margin-right: 12px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .breadcrumb__item {
        font-size: 16px; } }
    .breadcrumb__item:after {
      content: "\e90f";
      display: inline-block;
      vertical-align: middle;
      margin-left: 12px;
      margin-top: -2px;
      font-size: 10px;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .breadcrumb__item_active {
      color: #3B4857;
      cursor: default; }
      .breadcrumb__item_active:after {
        display: none; }
    .breadcrumb__item:first-of-type {
      font-size: 24px;
      font-weight: 600;
      font-family: "sf_pro_display", sans-serif; }
      @media (max-width: 767px) {
        .breadcrumb__item:first-of-type {
          font-size: 18px;
          font-family: "sf_pro_text", sans-serif; } }
    .breadcrumb__item:last-of-type {
      margin-right: 0; }

/* breadcrumb */
/* info-list */
.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0 1px 2px rgba(39, 52, 67, 0.05);
          box-shadow: 0 1px 2px rgba(39, 52, 67, 0.05);
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .info-list__item {
    position: relative;
    display: block;
    border: 1px solid #E0E6ED;
    font-size: 14px;
    line-height: 1.5;
    color: #3B4857;
    padding: 16px 24px;
    border-radius: 3px; }
    .info-list__item + .info-list__item {
      margin-top: 16px; }
    .info-list__item:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2px;
      background: #FAA848;
      border-radius: 3px 0px 0px 3px;
      z-index: 5; }
  .info-list__title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px; }
  .info-list__link {
    text-decoration: underline; }
    .info-list__link:hover {
      text-decoration: none; }
  .info-list__nav {
    margin: 0;
    padding: 0;
    list-style: none; }
  .info-list__holder {
    display: block;
    margin-bottom: 12px; }
    .info-list__holder:last-of-type {
      margin-bottom: 0; }

/* info-list end */
/* accordeon */
@media (max-width: 767px) {
  .accordeon {
    margin-bottom: 48px; }
    .accordeon:last-of-type {
      margin-bottom: 0; } }

.accordeon__item {
  position: relative; }
  @media (max-width: 767px) {
    .accordeon__item {
      margin: 0 -14px 0 -16px; } }
  .accordeon__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #E0E6ED; }
    @media (max-width: 767px) {
      .accordeon__item:after {
        left: 16px;
        right: 16px; } }
  .accordeon__item.current {
    background: #F9FAFC; }

.accordeon__drop {
  position: relative;
  margin: 0;
  padding: 26px 24px 22px;
  cursor: pointer; }
  @supports (-moz-appearance: none) {
    .accordeon__drop {
      padding: 25px 24px 23px; } }
  @media (max-width: 1399px) {
    .accordeon__drop {
      padding: 26px 16px 22px; }
      @supports (-moz-appearance: none) {
        .accordeon__drop {
          padding: 25px 16px 23px; } } }
  .accordeon__drop-title {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    font-family: "sf_pro_display", sans-serif;
    font-weight: 600;
    color: #3B4857;
    margin: 0;
    padding: 0 24px 0 0; }
  .accordeon__drop-element {
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    font-size: 10px; }
    @media (max-width: 1399px) {
      .accordeon__drop-element {
        right: 16px; } }

.accordeon__content {
  padding: 0 24px 22px;
  margin-top: -8px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #8492A5; }
  @media (max-width: 1399px) {
    .accordeon__content {
      padding: 0 16px 22px; } }
  .accordeon__content p {
    margin-bottom: 12px; }
    .accordeon__content p:last-child {
      margin: 0; }
  .accordeon__content ul {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    font-size: 14px; }
    .accordeon__content ul:last-child {
      margin: 0; }
    .accordeon__content ul li {
      position: relative;
      display: block;
      padding-left: 16px; }
      .accordeon__content ul li:before {
        content: "-";
        position: absolute;
        top: 0;
        left: 0; }

/* accordeon end */
/* dashboard end*/
/* pages */
.terms-use {
  position: relative;
  padding: 46px 0 96px; }
  @media (max-width: 767px) {
    .terms-use {
      padding: 30px 0 120px; } }
  .terms-use > .container {
    position: relative; }
  .terms-use .preloader__bar {
    position: fixed;
    top: 80px; }
    @media (max-width: 767px) {
      .terms-use .preloader__bar {
        top: 64px; } }
  .terms-use .btn-back {
    position: absolute;
    top: 0;
    left: 16px; }
    @media (max-width: 767px) {
      .terms-use .btn-back {
        display: none; } }
  .terms-use__content {
    max-width: 576px;
    margin: 0 auto;
    color: #8492A5; }
    .terms-use__content h1, .terms-use__content .h1 {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .terms-use__content h1, .terms-use__content .h1 {
          margin-bottom: 16px; } }
    .terms-use__content h2, .terms-use__content .h2 {
      margin-bottom: 14px; }
      @media (max-width: 767px) {
        .terms-use__content h2, .terms-use__content .h2 {
          margin-bottom: 12px; } }
    .terms-use__content h4, .terms-use__content .h4 {
      margin-bottom: 14px; }
      @media (max-width: 767px) {
        .terms-use__content h4, .terms-use__content .h4 {
          margin-bottom: 12px; } }
    .terms-use__content p {
      margin-bottom: 20px; }
      .terms-use__content p.emphasis {
        color: #3B4857; }
    .terms-use__content ul {
      margin: 0 0 20px;
      padding: 0;
      list-style: none; }
      .terms-use__content ul li {
        position: relative;
        display: block;
        padding-left: 20px; }
        .terms-use__content ul li:before {
          content: "-";
          position: absolute;
          top: 0;
          left: 0; }

.table-statistic {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "sf_pro_text", sans-serif;
  color: #3B4857;
  text-align: left; }
  @media (max-width: 767px) {
    .table-statistic {
      font-size: 14px; } }
  .table-statistic th {
    vertical-align: middle;
    font-weight: 600;
    padding: 8px 0; }
    .table-statistic th:last-child {
      text-align: right; }
  .table-statistic tbody tr {
    border-bottom: 1px solid #E0E6ED; }
  .table-statistic tbody td {
    vertical-align: top;
    padding: 24px 0; }
    @media (max-width: 767px) {
      .table-statistic tbody td {
        padding: 16px 0;
        vertical-align: bottom; } }
    .table-statistic tbody td p {
      display: block;
      margin-bottom: 8px; }
    .table-statistic tbody td span {
      display: block;
      color: #B0BBCB;
      margin: 0;
      font-size: 14px; }
      @media (max-width: 767px) {
        .table-statistic tbody td span {
          font-size: 12px; } }
    .table-statistic tbody td .dashboard-connected__status-item {
      float: none;
      white-space: nowrap;
      text-align: right; }
    .table-statistic tbody td:last-child {
      text-align: right; }

.counter_blue {
  color: #435AF5; }

.languages {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: left; }
  .languages__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 6px; }
    .languages__item:after {
      content: "";
      position: absolute;
      top: 2px;
      right: 0;
      bottom: 2px;
      width: 1px;
      background: #E0E6ED; }
    .languages__item:last-child:after {
      display: none; }
  .languages__link {
    display: block;
    padding: 2px 6px;
    font-family: "sf_pro_text", sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #D3DCE6;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .languages__link:hover, .languages__link_active {
      color: #8492A5; }

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #3B4857; }
  .table__tr {
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s; }
  .table__th {
    padding: 8px 0 4px;
    height: 64px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    color: #8492A5;
    font-weight: 600;
    text-align: right; }
    .table__th:nth-child(1), .table__th:nth-child(2) {
      text-align: left; }
    .table__th_rating {
      width: 98px; }
    .table__th_name {
      width: 100%; }
    .table__th_user-count {
      width: 122px; }
    .table__th_transitions {
      width: 136px; }
    .table__th_dynamics {
      width: 114px; }
  .table__td {
    padding: 8px 0 4px;
    height: 64px;
    vertical-align: middle;
    text-align: right; }
    .table__td:nth-child(1), .table__td:nth-child(2) {
      text-align: left; }
    .table__td:nth-child(1) {
      text-align: center;
      padding-right: 32px; }
  .table tbody .table__tr {
    background: #fff;
    border-radius: 3px;
    border-bottom: 8px solid #F9FAFC; }

.dynamics-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  color: #E0E6ED;
  margin: 0 18px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .dynamics-icon_up .icon-arrow-up {
    color: #A8E036; }
  .dynamics-icon_down .icon-arrow-down {
    color: #F9403D; }

/* pages end*/
.authorization__content {
  text-align: left; }
  .authorization__content._center {
    text-align: center; }


.help_accordeon {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.1s ease;
}

.help_accordeon.open {
  max-height: 3000px; /* ставим заведомо больше чем контент */
  opacity: 1;
}
.form__box.form__box_error.number:after {
  background: #FAA848;
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important; }

.form__box.form__box_error.number .form__label {
  color: #FAA848; }

.btn__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #3B4857;
  padding: 10px;
  margin-left: -10px;
  margin-right: 6px;
  margin-top: -4px; }

.dashboard-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  height: calc(100vh - 80px);
  overflow: hidden;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  z-index: 0; }
  @media (max-width: 991px) {
    .dashboard-wrap {
      height: calc(100vh - 60px);
      min-height: auto; } }
  @media (max-width: 767px) {
    .dashboard-wrap {
      height: auto; } }
  .dashboard-wrap.scrollbar-custom::-webkit-scrollbar-track {
    margin-bottom: 68px; }
    @media (max-width: 991px) {
      .dashboard-wrap.scrollbar-custom::-webkit-scrollbar-track {
        margin: 0; } }
  .dashboard-wrap .user-help__categories-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .dashboard-wrap .user-help__categories-nav {
        margin: 0;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial; } }
  .dashboard-wrap .user-help__categories-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .dashboard-wrap .user-help__categories-title {
        padding: 0 24px;
        margin-bottom: 24px;
        font-size: 24px;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 767px) {
      .dashboard-wrap .user-help__categories-title .btn__back {
        position: absolute;
        top: 50%;
        left: 16px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        margin-top: -2px; } }
  .dashboard-wrap .user-help__categories {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 306px;
            flex: 0 0 306px; }
    @media (max-width: 1399px) {
      .dashboard-wrap .user-help__categories {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 250px;
                flex: 0 0 250px; } }
    @media (max-width: 767px) {
      .dashboard-wrap .user-help__categories {
        margin: 0;
        padding: 0 0 8px;
        background: transparent;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        height: auto;
        overflow: hidden; } }
    .dashboard-wrap .user-help__categories._pinned {
      position: fixed;
      top: 79px; }
  .dashboard-wrap .user-help__info {
    padding: 48px 0 68px;
    margin: 0 -24px;
    height: auto; }
    @media (max-width: 767px) {
      .dashboard-wrap .user-help__info {
        margin: 0 -24px;
        padding: 12px 0 108px; } }
  .dashboard-wrap .user-help__descr {
    padding: 0 24px 40px; }
    @media (max-width: 767px) {
      .dashboard-wrap .user-help__descr {
        padding: 0; } }
    .dashboard-wrap .user-help__descr-title {
      color: #3B4857;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      border-bottom: 1px solid #E0E6ED;
      padding-bottom: 15px;
      padding-top: 15px;
      padding-right: 18px;
    }
      @media (max-width: 767px) {
        .dashboard-wrap .user-help__descr-title {
          font-size: 18px;
          text-align: left;
          padding-right: 0;
        } }
  .dashboard-wrap .dashboard-connected__holder {
    padding: 16px; }
  .dashboard-wrap .user-help__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #E0E6ED;
    border-bottom: 1px solid #E0E6ED;
    padding: 25px 24px 21px; }
    @media (max-width: 767px) {
      .dashboard-wrap .user-help__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-left: -24px;
        margin-right: -24px; } }
    @supports (-moz-appearance: none) {
      .dashboard-wrap .user-help__link {
        padding: 24px 24px 22px; } }
    @media (max-width: 1399px) {
      .dashboard-wrap .user-help__link {
        padding: 25px 16px 21px; }
        @supports (-moz-appearance: none) {
          .dashboard-wrap .user-help__link {
            padding: 25px 16px 23px; } } }
    @media (max-width: 767px) {
      .dashboard-wrap .user-help__link {
        padding: 25px 24px 21px; }
        @supports (-moz-appearance: none) {
          .dashboard-wrap .user-help__link {
            padding: 25px 24px 23px; } } }
    .dashboard-wrap .user-help__link._mb {
      margin-bottom: 48px; }
      @media (max-width: 767px) {
        .dashboard-wrap .user-help__link._mb {
          margin-bottom: 40px; } }
    .dashboard-wrap .user-help__link-title {
      display: block;
      font-size: 16px;
      line-height: 1.3;
      font-family: "sf_pro_display", sans-serif;
      font-weight: 600;
      color: #3B4857;
      margin: 0;
      padding: 0 24px 0 0; }
      @media (max-width: 767px) {
        .dashboard-wrap .user-help__link-title {
          margin-bottom: 8px; } }

.my-orders {
  padding: 50px 0; }
  @media (max-width: 991px) {
    .my-orders {
      padding: 24px 0 0;
      margin: 0 -24px; } }
  .my-orders_is-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center; }
    .my-orders_is-empty__img {
      display: block;
      width: 80px;
      margin: 0 auto 24px; }
    .my-orders_is-empty__title {
      text-align: center; }
    .my-orders_is-empty__text {
      max-width: 400px;
      text-align: center;
      margin: 0 auto 32px; }
  .my-orders h2, .my-orders .h2 {
    padding: 0;
    margin-bottom: 28px; }
    @media (max-width: 1199px) {
      .my-orders h2, .my-orders .h2 {
        padding: 0; } }
    @media (max-width: 991px) {
      .my-orders h2, .my-orders .h2 {
        padding: 0 24px; } }
  .my-orders-header {
    width: 100%;
    height: 54px;
    background-color: #F9FAFC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991px) {
      .my-orders-header {
        display: none; } }
    .my-orders-header__ref-name, .my-orders-header__uuid, .my-orders-header__date {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 600;
      font-family: "sf_pro_text", sans-serif; }
    .my-orders-header__ref-name {
      padding: 5px 24px 0;
      min-width: 34%;
      width: 34%; }
      @media (max-width: 1199px) {
        .my-orders-header__ref-name {
          padding: 5px 16px 0; } }
      @media (max-width: 991px) {
        .my-orders-header__ref-name {
          padding: 0 24px; } }
    .my-orders-header__uuid {
      padding: 5px 24px 0;
      min-width: 52%;
      width: 52%; }
      @media (max-width: 1199px) {
        .my-orders-header__uuid {
          padding: 5px 16px 0;
          min-width: 46%;
          width: 46%; } }
      @media (max-width: 991px) {
        .my-orders-header__uuid {
          padding: 0 24px; } }
    .my-orders-header__date {
      padding: 5px 24px 0;
      min-width: 200px;
      width: 200px; }
      @media (max-width: 1199px) {
        .my-orders-header__date {
          padding: 5px 16px 0;
          min-width: 170px;
          width: 170px; } }
      @media (max-width: 991px) {
        .my-orders-header__date {
          padding: 0 24px; } }
    .my-orders-header__link {
      padding: 5px 24px 0;
      width: auto;
      margin: 0 0 0 auto; }
      @media (max-width: 1199px) {
        .my-orders-header__link {
          padding: 5px 16px 0; } }
      @media (max-width: 991px) {
        .my-orders-header__link {
          padding: 0 24px; } }
    .my-orders-header__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
  .my-orders-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .my-orders-search {
        padding: 0 24px; } }
    .my-orders-search__form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .my-orders-search__form-group_select-visible .my-orders-select__icon {
        -webkit-transform: translate(0px, -50%) rotate(180deg);
            -ms-transform: translate(0px, -50%) rotate(180deg);
                transform: translate(0px, -50%) rotate(180deg); }
  .my-orders-select {
    position: relative; }
    @media (max-width: 539px) {
      .my-orders-select {
        display: none; } }
    .my-orders-select__fieldset {
      position: relative;
      display: inline-block;
      vertical-align: top;
      background-color: #F9FAFC;
      cursor: pointer;
      border: none;
      border-right: 1px solid #E0E6ED;
      margin: 0;
      padding: 0; }
    .my-orders-select__select {
      display: inline-block;
      vertical-align: top;
      padding: 5px 30px 2px 16px;
      outline: none;
      border: 1px solid #E0E6ED;
      border-right: none;
      border-radius: 3px 0 0 3px;
      overflow: hidden;
      font-size: 16px;
      line-height: 20px;
      color: #3B4857;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      background-color: transparent;
      cursor: pointer;
      height: 40px;
      min-width: 220px;
      width: 100%; }
      .my-orders-select__select_select-visible {
        border-bottom-left-radius: 0px; }
        .my-orders-select__select_select-visible .my-orders-select__icon {
          -webkit-transform: translate(0px, -50%) rotate(180deg);
              -ms-transform: translate(0px, -50%) rotate(180deg);
                  transform: translate(0px, -50%) rotate(180deg); }
    .my-orders-select__icon {
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translate(0px, -50%) rotate(0deg);
          -ms-transform: translate(0px, -50%) rotate(0deg);
              transform: translate(0px, -50%) rotate(0deg);
      color: #3B4857;
      font-size: 9px; }
  .my-orders-select-list {
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    z-index: -1;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    background-color: #fff;
    width: 100%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #E0E6ED;
    border-left: 1px solid #E0E6ED;
    border-right: 1px solid #E0E6ED;
    -webkit-box-shadow: 0 4px 7px 0px rgba(39, 52, 67, 0.1);
            box-shadow: 0 4px 7px 0px rgba(39, 52, 67, 0.1);
    -webkit-transition: 0s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0s all cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden; }
    .my-orders-select-list_visible {
      z-index: 10;
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1); }
    .my-orders-select-list__item {
      display: block;
      width: 100%;
      cursor: pointer;
      padding: 12px 16px 8px;
      font-size: 16px;
      line-height: 24px;
      color: #3B4857;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1); }
      @supports (-moz-appearance: none) {
        .my-orders-select-list__item {
          padding: 11px 16px 9px; } }
      .my-orders-select-list__item:hover {
        background-color: #F9FAFC; }
      .my-orders-select-list__item + li {
        border-top: 1px solid #E0E6ED; }
  .my-orders-searchfield {
    max-width: 540px;
    width: 100%; }
    .my-orders-searchfield__fieldset {
      position: relative;
      border: none;
      margin: 0;
      padding: 0;
      background-color: #fff; }
    .my-orders-searchfield__input {
      display: inline-block;
      vertical-align: top;
      border: 1px solid #E0E6ED;
      border-left: none;
      border-radius: 0 3px 3px 0;
      overflow: hidden;
      padding: 5px 45px 2px 12px;
      margin: 0;
      font-size: 16px;
      line-height: 40px;
      color: #3B4857;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      background-color: #fff;
      width: 100%;
      height: 40px;
      outline: none;
      resize: none;
      margin: 0; }
      .my-orders-searchfield__input::-webkit-input-placeholder {
        color: #B0BBCB; }
      .my-orders-searchfield__input::-moz-placeholder {
        color: #B0BBCB; }
      .my-orders-searchfield__input:-ms-input-placeholder {
        color: #B0BBCB; }
      .my-orders-searchfield__input::-ms-input-placeholder {
        color: #B0BBCB; }
      .my-orders-searchfield__input::placeholder {
        color: #B0BBCB; }
      .my-orders-searchfield__input:focus + .my-orders-searchfield__icon {
        color: #3B4857; }
      @media (max-width: 539px) {
        .my-orders-searchfield__input {
          border: 1px solid #E0E6ED;
          border-radius: 3px; } }
    .my-orders-searchfield__icon {
      position: absolute;
      right: 0;
      top: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      color: #8492A5;
      cursor: pointer;
      padding: 12px;
      background-color: transparent;
      border-radius: 3px;
      -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      border: none;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .my-orders-searchfield__icon:hover {
        color: #8492A5; }
      .my-orders-searchfield__icon.icon-search {
        font-size: 14px; }
      .my-orders-searchfield__icon.icon-close {
        font-size: 10px;
        color: #8492A5; }

.show-on-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .show-on-page__text {
    font-size: 16px;
    line-height: 24px;
    color: #8492A5;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 4px 0 0; }
    @media (max-width: 1199px) {
      .show-on-page__text {
        font-size: 14px; } }

.show-on-page-select {
  position: relative;
  margin: 0 15px; }
  .show-on-page-select__fieldset {
    border: 1px solid #E0E6ED;
    padding: 0;
    margin: 0;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    position: relative; }
    .show-on-page-select__fieldset_select-visible {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .show-on-page-select__fieldset_select-visible .show-on-page-select__icon {
        -webkit-transform: translate(0, -50%) rotate(180deg);
            -ms-transform: translate(0, -50%) rotate(180deg);
                transform: translate(0, -50%) rotate(180deg); }
  .show-on-page-select__select {
    display: inline-block;
    vertical-align: top;
    padding: 5px 25px 2px 16px;
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 26px;
    color: #3B4857;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    cursor: pointer;
    height: 40px;
    width: 80px; }
  .show-on-page-select__icon {
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translate(0, -50%) rotate(0deg);
        -ms-transform: translate(0, -50%) rotate(0deg);
            transform: translate(0, -50%) rotate(0deg);
    color: #3B4857;
    font-size: 9px; }

.show-on-page-select-list {
  position: absolute;
  top: 42px;
  left: 0px;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  z-index: -1;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #fff;
  width: 100%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom: 1px solid #E0E6ED;
  border-left: 1px solid #E0E6ED;
  border-right: 1px solid #E0E6ED;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(39, 52, 67, 0.1);
          box-shadow: 0px 4px 7px 0px rgba(39, 52, 67, 0.1);
  -webkit-transition: 0s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0s all cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden; }
  .show-on-page-select-list_visible {
    z-index: 10;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.1s all cubic-bezier(0.4, 0, 0.2, 1); }
  .show-on-page-select-list__item {
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 12px 16px 8px;
    font-size: 16px;
    line-height: 24px;
    color: #3B4857;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1); }
    @supports (-moz-appearance: none) {
      .show-on-page-select-list__item {
        padding: 11px 16px 9px; } }
    .show-on-page-select-list__item:hover {
      background-color: #F9FAFC; }
    .show-on-page-select-list__item + li {
      border-top: 1px solid #E0E6ED; }

.my-orders-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 24px; }
  @media (max-width: 1199px) {
    .my-orders-pagination {
      padding: 32px 16px; } }
  @media (max-width: 991px) {
    .my-orders-pagination {
      padding: 32px 24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .my-orders-pagination__form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .my-orders-pagination__form-group_left {
      -ms-flex-preferred-size: 400px;
          flex-basis: 400px; }
      @media (max-width: 991px) {
        .my-orders-pagination__form-group_left {
          display: none; } }
    .my-orders-pagination__form-group_right {
      -ms-flex-preferred-size: 400px;
          flex-basis: 400px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 991px) {
        .my-orders-pagination__form-group_right {
          display: none; } }

.page-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .page-number__text {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #8492A5;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 4px 0 0;
    margin-right: 5px; }
    .page-number__text:last-of-type {
      margin-right: 0; }
    @media (max-width: 1199px) {
      .page-number__text {
        font-size: 14px; } }

.page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-pagination__item {
    display: inline-block;
    margin-right: 8px; }
    .page-pagination__item:last-of-type {
      margin-right: 0; }
  .page-pagination__link {
    display: block;
    font-size: 14px;
    line-height: 16px;
    min-width: 32px;
    height: 32px;
    color: #3B4857;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 9px 6px 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #E0E6ED;
    border-radius: 3px;
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    position: relative; }
    @supports (-moz-appearance: none) {
      .page-pagination__link {
        padding: 8px 6px 6px; } }
    .page-pagination__link:hover, .page-pagination__link:focus {
      border: 1px solid #435AF5;
      background-color: #fff;
      color: #435AF5; }
    .page-pagination__link_current {
      border: 1px solid #435AF5;
      background-color: #fff;
      color: #435AF5; }
    .page-pagination__link_dots {
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 3px;
      pointer-events: none; }
      .page-pagination__link_dots:hover, .page-pagination__link_dots:focus {
        border: 1px solid transparent;
        background-color: transparent;
        color: #435AF5; }
    .page-pagination__link_arrow {
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 3px;
      -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1); }
      .page-pagination__link_arrow:hover, .page-pagination__link_arrow:focus {
        background-color: transparent;
        border: 1px solid transparent;
        color: #435AF5; }
        .page-pagination__link_arrow:hover .page-pagination__icon, .page-pagination__link_arrow:focus .page-pagination__icon {
          color: #435AF5; }
      .page-pagination__link_arrow.disabled {
        color: #D3DCE6;
        pointer-events: none; }
      @media (max-width: 359px) {
        .page-pagination__link_arrow {
          display: none; } }
    .page-pagination__link_back .page-pagination__icon {
      -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      display: block;
      font-size: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-60%, -50%);
          -ms-transform: translate(-60%, -50%);
              transform: translate(-60%, -50%); }
    .page-pagination__link_forward .page-pagination__icon {
      -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
      display: block;
      font-size: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-40%, -50%);
          -ms-transform: translate(-40%, -50%);
              transform: translate(-40%, -50%); }

.certificate__image {
  display: block;
  margin: 0 auto 24px; }

.certificate__title {
  color: #435AF5; }
  .certificate__title_error {
    color: #F9403D; }
  .hidden_error_block, .hidden_error_block_my, .hidden_error_block_ward{
    display: none;
    color: #F9403D;
  }
.certificate-content {
  max-width: 774px;
  width: 100%;
  margin: 0 auto; }

.certificate .ready-reference:first-child {
  border-top: 1px solid #E0E6ED; }

.certificate .form {
  max-width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: left; }
  .certificate .form .form__title {
    text-align: left;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .certificate .form .form__title {
        margin-bottom: 20px; } }
    .certificate .form .form__title._sm {
      margin-bottom: 6px; }
  .certificate .form .authorization-list-card {
    position: relative;
    padding: 26px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #E0E6ED; }
    @media (max-width: 991px) {
      .certificate .form .authorization-list-card {
        padding: 0 0 26px;
        margin-bottom: 24px; } }
  .certificate .form .select-drop-list-content {
    max-height: 198px; }
    @media (max-width: 767px) {
      .certificate .form .select-drop-list-content {
        max-height: 148px; } }

.progress-component__text {
  display: block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8492A5;
  letter-spacing: 3px;
  white-space: nowrap; }
  .progress-component__text strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #3B4857;
    margin-top: -1px; }
  .progress-component__text span {
    display: inline-block;
    vertical-align: middle; }

.progress-component__bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  background: #E0E6ED;
  border-radius: 4px;
  overflow: hidden; }

.progress-component__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
  background: -o-linear-gradient(305deg, #584CF5 0%, #5587FA 100%);
  background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%); }

.reference-content .accordeon {
  margin-bottom: 48px; }
  .reference-content .accordeon:last-of-type {
    margin-bottom: 0; }
  .reference-content .accordeon .accordeon__content {
    color: #3B4857; }
  @media (max-width: 991px) {
    .reference-content .accordeon .accordeon__item:after {
      left: -10px;
      right: -10px; } }

.ready-reference {
  min-height: 96px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 1px solid #E0E6ED;
  position: relative;
  border-bottom: 1px solid transparent; }
  @media (max-width: 991px) {
    .ready-reference {
      min-height: auto; } }
  .ready-reference:first-child {
    border-top: 0; }
  .ready-reference:last-of-type {
    border-bottom: 1px solid #E0E6ED; }
  .ready-reference:hover {
    background-color: #F9FAFC; }
  .ready-reference .dashboard-connected__holder {
    width: 100%; }
  .ready-reference .dashboard-connected__link {
    margin: 4px 0 0;
    white-space: nowrap; }
  .ready-reference__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media (max-width: 991px) {
      .ready-reference__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    @media (max-width: 991px) {
      .ready-reference__wrap.current {
        background: #F9FAFC; } }
  .ready-reference__image {
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    width: 39px;
    min-width: 39px;
    height: auto; }
  .ready-reference__img {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .ready-reference__desc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 24px;
    min-width: 34%;
    width: 34%; }
    @media (max-width: 1199px) {
      .ready-reference__desc {
        padding: 0 16px; } }
    @media (min-width: 993px) {
      .ready-reference__desc {
        pointer-events: none; } }
    @media (max-width: 991px) {
      .ready-reference__desc {
        width: 100%;
        padding: 20px 44px 20px 24px;
        cursor: pointer; } }
    .ready-reference__desc-element {
      display: none; }
      @media (max-width: 991px) {
        .ready-reference__desc-element {
          display: block;
          position: absolute;
          top: 50%;
          right: 24px;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          width: 10px;
          height: 10px;
          font-size: 10px; } }
  .ready-reference__uuid {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "sf_pro_text", sans-serif;
    color: #8492A5;
    min-width: 52%;
    width: 52%;
    padding: 0 24px; }
    @media (max-width: 1199px) {
      .ready-reference__uuid {
        padding: 0 16px;
        min-width: 46%;
        width: 46%; } }
    @media (max-width: 991px) {
      .ready-reference__uuid {
        margin: 0 0 24px;
        padding: 0 24px;
        width: 100%;
        min-width: 100%; } }
    .ready-reference__uuid-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .ready-reference__uuid-list__item {
        display: block; }
        .ready-reference__uuid-list__item + .ready-reference__uuid-list__item {
          margin-top: 8px; }
  .ready-reference__date {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "sf_pro_text", sans-serif;
    color: #8492A5;
    min-width: 200px;
    width: 200px;
    padding: 0 24px; }
    @media (max-width: 1199px) {
      .ready-reference__date {
        padding: 0 16px;
        min-width: 170px;
        width: 170px; } }
    @media (max-width: 991px) {
      .ready-reference__date {
        margin: 0 0 24px;
        padding: 0 24px;
        width: 100%;
        min-width: 100%; } }
  .ready-reference__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 8px;
    margin: 0 0 0 auto;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "sf_pro_text", sans-serif; }
    @media (max-width: 1199px) {
      .ready-reference__links {
        padding: 0 16px; } }
    @media (max-width: 991px) {
      .ready-reference__links {
        margin: 0;
        width: 100%;
        min-width: 100%;
        padding: 0 24px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .ready-reference__links .dashboard-connected__status-item {
      float: none;
      margin: 0;
      text-align: right;
      font-size: 15px;
      line-height: 1.5;
      font-weight: 400;
      font-family: "sf_pro_text", sans-serif; }
      @media (max-width: 991px) {
        .ready-reference__links .dashboard-connected__status-item {
          text-align: left; } }
  .ready-reference__link {
    display: inline-block;
    vertical-align: top; }
    .ready-reference__link:hover {
      text-decoration: underline; }
    .ready-reference__link + .ready-reference__link {
      margin-left: 16px; }
      @media (max-width: 991px) {
        .ready-reference__link + .ready-reference__link {
          margin-left: 24px; } }
  .ready-reference__download {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #E0E6ED;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    background: url(../images/download.svg) 50% 50% no-repeat;
    background-size: 14px auto;
    margin-left: 16px;
    margin-top: -2px; }
    @media (max-width: 991px) {
      .ready-reference__download {
        width: 40px;
        height: 40px;
        background-size: 20px auto;
        margin-top: 0; } }
    .ready-reference__download:hover {
      background: url(../images/download_blue.svg) 50% 50% no-repeat;
      background-size: 14px auto; }
      @media (max-width: 991px) {
        .ready-reference__download:hover {
          background-size: 20px auto; } }
  .ready-reference__text {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "sf_pro_text", sans-serif;
    margin: 0; }
  .ready-reference__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
    @media (max-width: 991px) {
      .ready-reference__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        padding: 0 0 20px; } }
    .ready-reference__content .my-orders-header__uuid {
      display: none; }
      @media (max-width: 991px) {
        .ready-reference__content .my-orders-header__uuid {
          display: block;
          margin-bottom: 8px; } }
    .ready-reference__content .my-orders-header__date {
      display: none; }
      @media (max-width: 991px) {
        .ready-reference__content .my-orders-header__date {
          display: block;
          margin-bottom: 8px; } }

.authorization__content_top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 80px; }
  @media (max-width: 991px) {
    .authorization__content_top {
      padding-top: 40px; } }
  @media (max-height: 800px) {
    .authorization__content_top {
      padding-top: 40px; } }
  .authorization__content_top_sm {
    padding-top: 48px; }
    @media (max-width: 991px) {
      .authorization__content_top_sm {
        padding-top: 32px; } }
  @media (max-width: 991px) {
    .authorization__content_top > .container {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .authorization__content_top .certificate-content {
    padding-bottom: 70px; }

.form__control-clear {
  position: absolute;
  bottom: 4px;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #B0BBCB;
  font-size: 10px;
  padding: 5px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden; }
  .form__control-clear.active {
    opacity: 1;
    visibility: visible; }
  .form__control-clear:hover {
    color: #3B4857; }
  .form__control-clear + .form__control {
    padding-right: 20px; }

.certificate-content .file {
  width: 100%;
  max-width: 100%;
  margin: 24px auto 16px;
  padding: 0; }

.file__list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none; }
  .file__list-item {
    border-bottom: 1px solid #E0E6ED; }
  .file__list .file {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 12px 0; }

.counter {
  position: fixed;
  bottom: 104px;
  right: 40px;
  padding: 12px 14px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #E0E6ED;
  min-height: 66px;
  min-width: 126px;
  max-width: 166px;
  z-index: 50;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  @media (max-width: 1199px) {
    .counter {
      right: 16px; } }
  @media (max-width: 991px) {
    .counter {
      bottom: 58px;
      right: 24px;
      -webkit-box-shadow: 0 8px 30px #EDEFFF;
              box-shadow: 0 8px 30px #EDEFFF; } }
  .counter::after {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 10px;
    top: -10px;
    right: -20px;
    background-color: transparent; }
  .counter.fixed-block {
    bottom: 40px; }
  .counter__text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #3B4857;
    text-align: left;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 4px; }
  .counter__value {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #8492A5;
    text-align: left;
    white-space: nowrap;
    padding: 0; }
  .counter__icon {
    display: inline-block;
    cursor: pointer;
    color: #8492A5;
    font-size: 10px;
    padding: 7px 7px 7px 11px;
    position: relative;
    top: 2px; }
    .counter__icon::after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      height: 16px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px;
      background-color: #fff;
      opacity: 0.25; }
  .counter__desc {
    position: absolute;
    width: 140px;
    padding: 5px 8px;
    display: inline-block;
    bottom: calc(100% + 10px);
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background-color: #3b4857;
    right: -10px;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1; }
    .counter__desc::after {
      content: "";
      position: absolute;
      bottom: -4px;
      right: 40px;
      background-color: red;
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      z-index: -1;
      background-color: #3b4857; }
  .counter:hover .counter__desc {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0s all cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0s all cubic-bezier(0.4, 0, 0.2, 1); }
  .counter_hidden {
    -webkit-animation-name: toggleCounter;
            animation-name: toggleCounter;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
    .counter_hidden .counter__desc {
      visibility: hidden;
      opacity: 0; }
    .counter_hidden:hover .counter__desc {
      visibility: hidden;
      opacity: 0; }

@-webkit-keyframes toggleCounter {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes toggleCounter {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.section-help {
  padding: 48px 0; }
  @media (max-width: 991px) {
    .section-help {
      padding: 12px 0 32px; } }
  .section-help h2, .section-help .h2 {
    margin-bottom: 48px; }
    @media (max-width: 767px) {
      .section-help h2, .section-help .h2 {
        margin-bottom: 40px; } }
  .section-help__descr {
    font-size: 16px;
    line-height: 24px;
    color: #3B4857;
    font-weight: 400; }
    @media (max-width: 767px) {
      .section-help__descr {
        font-size: 14px;
        line-height: 20px; } }
    .section-help__descr-title {
      display: block;
      font-size: 18px;
      line-height: 1.4;
      color: #3B4857;
      font-weight: 700;
      margin: 16px 0; }
      @media (max-width: 767px) {
        .section-help__descr-title {
          font-size: 16px;
          line-height: 22px;
          margin: 12px 0; } }
    .section-help__descr-text {
      display: block;
      margin-bottom: 20px; }
    .section-help__descr-holder-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: -moz-space-evenly; /* Firefox */
      justify-content: -ms-space-evenly; /* Edge и IE11 */
      justify-content: -webkit-space-evenly; /* Opera */
      justify-content: space-evenly; /* стандартное значение */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 16px 0 42px; }
      @media (max-width: 767px) {
        .section-help__descr-holder-img {
          padding: 12px 0 28px; } }
      .section-help__descr-holder-img img + img {
        margin-right: 22px; }
        @media (max-width: 767px) {
          .section-help__descr-holder-img img + img {
            margin-right: 22px;
            margin-bottom: 22px; } }
      @media (max-width: 767px) {
        .section-help__descr-holder-img img {
          margin-bottom: 22px; } }
    .section-help__descr-img {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%; }
      @media (max-width: 767px) {
        .section-help__descr-img {
          /* max-width: 45%;
				height: auto; */ } }
      .section-help__descr-img_mb {
        margin-bottom: 56px; }
        @media (max-width: 991px) {
          .section-help__descr-img_mb {
            margin-bottom: 28px; } }
    .section-help__descr-wrap {
      padding: 48px 0; }
      @media (max-width: 767px) {
        .section-help__descr-wrap {
          padding: 28px 0; } }
    .section-help__descr .accordion-content-list {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 32px; }
    .section-help__descr .accordion-content-list__item {
      position: relative;
      margin-bottom: 20px;
      padding-left: 16px; }
      @media (max-width: 767px) {
        .section-help__descr .accordion-content-list__item {
          padding-left: 12px;
          margin-bottom: 16px; } }
      .section-help__descr .accordion-content-list__item:before {
        content: "-";
        position: absolute;
        top: 0;
        left: 1px;
        width: auto;
        height: auto;
        border-radius: 0;
        background: none; }

.user-help__categories-item {
  display: block; }

.visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 600px;
  padding: 48px 0; }
  .visual_homepage {
    min-height: calc(100vh - 80px); }
  @media (max-width: 991px) {
    .visual {
      min-height: calc(100vh - 60px); } }
  @media (max-width: 767px) {
    .visual {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 0 48px; } }
  @media screen and (max-width: 991px) and (orientation: landscape) {
    .visual {
      min-height: 560px; } }
  .visual .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media (max-width: 767px) {
      .visual .container {
        height: auto;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
  .visual .illustration {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66%; }
    @media (max-width: 1199px) {
      .visual .illustration {
        left: 274px;
        width: auto; } }
    @media (max-width: 767px) {
      .visual .illustration {
        display: none; } }
  .visual .illustration-mb {
    display: none; }
    @media (max-width: 767px) {
      .visual .illustration-mb {
        display: block;
        width: 100%;
        margin-bottom: 32px; } }
  .visual__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 440px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    z-index: 1; }
    @media (max-width: 767px) {
      .visual__content {
        max-width: 100%;
        width: 100%;
        margin: 0 auto; } }
  .visual .page__text {
    margin: 0 0 40px;
    text-align: left; }
    @media (max-width: 767px) {
      .visual .page__text {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        max-width: 100%;
        width: 100%; } }
  @media (max-width: 767px) {
    .visual .btn_primary {
      margin: 0 auto;
      max-width: 330px;
      width: 100%; } }
  @media (max-width: 767px) {
    .visual .btn_primary_hovered:hover span:before {
      -webkit-transform: skewX(-39deg) translateX(400px);
          -ms-transform: skewX(-39deg) translateX(400px);
              transform: skewX(-39deg) translateX(400px); } }
  .visual .h1 {
    text-align: left; }

.block-absolute {
  position: absolute;
  left: 16px;
  bottom: -8px;
  -webkit-box-shadow: 0px 8px 30px #EDEFFF;
          box-shadow: 0px 8px 30px #EDEFFF;
  z-index: 500; }
  @media (max-width: 991px) {
    .block-absolute {
      position: fixed;
      z-index: 333;
      left: 24px;
      right: 24px;
      bottom: 58px; } }
  .block-absolute .user__wrap_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    cursor: default; }
    @media (max-width: 991px) {
      .block-absolute .user__wrap_flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
  .block-absolute .button-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px; }
    @media (max-width: 991px) {
      .block-absolute .button-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        margin: 0;
        padding: 10px 4px 14px;
        width: 100%; } }
  .block-absolute .page__btn-group {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap; }
    .block-absolute .page__btn-group .btn {
      white-space: nowrap;
      margin: 0 16px; }
      @media (max-width: 991px) {
        .block-absolute .page__btn-group .btn {
          margin: 0 8px;
          width: 50%; } }
  .block-absolute .user__wrap-info {
    min-width: 410px; }
    @media (max-width: 991px) {
      .block-absolute .user__wrap-info {
        min-width: auto; } }
    @media (max-width: 767px) {
      .block-absolute .user__wrap-info h4, .block-absolute .user__wrap-info .h4 {
        margin: 0; } }

.dashboard-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 600px;
  padding: 48px 0;
  position: relative; }
  .dashboard-home_homepage {
    min-height: 100vh; }
  @media (max-width: 767px) {
    .dashboard-home {
      min-height: auto; } }
  @media screen and (max-width: 991px) and (orientation: landscape) {
    .dashboard-home {
      min-height: 560px; } }
  .dashboard-home .dashboard-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%; }
  .dashboard-home__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .dashboard-home .page__text {
    max-width: 470px;
    margin-bottom: 70px; }
    @media (max-width: 991px) {
      .dashboard-home .page__text {
        margin-bottom: 40px; } }
  .dashboard-home__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px; }
  .dashboard-home__item {
    width: 25%;
    padding: 0 12px;
    min-height: 280px;
    -webkit-perspective: 1000px;
            perspective: 1000px; }
    @media (max-width: 991px) {
      .dashboard-home__item {
        width: 50%;
        min-height: 240px;
        margin-bottom: 20px; } }
    @media (max-width: 599px) {
      .dashboard-home__item {
        width: 100%;
        margin: 0 0 15px;
        min-height: auto; } }
  .dashboard-home__content {
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    height: 100%;
    padding: 64px 0 24px;
    border-radius: 8px;
    background: transparent;
    z-index: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s; }
    @media (max-width: 991px) {
      .dashboard-home__content {
        padding: 40px 0 24px; } }
    .dashboard-home__content .holder-animate {
      text-align: center; }
      @media (max-width: 599px) {
        .dashboard-home__content .holder-animate {
          margin-top: 4px; } }
    @media (max-width: 599px) {
      .dashboard-home__content {
        padding: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .dashboard-home__content > span {
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      background: -o-linear-gradient(305deg, #584CF5 0%, #5587FA 100%);
      background: linear-gradient(145deg, #584CF5 0%, #5587FA 100%);
      opacity: 0;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      z-index: -1;
      border-radius: 8px;
      overflow: hidden; }
      .dashboard-home__content > span:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 38px 27px 0 0;
        border-color: #fff transparent transparent transparent;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 0; }
      .dashboard-home__content > span:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 68px 54px;
        border-color: transparent transparent #fff transparent;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: -1; }
    .dashboard-home__content:hover, .dashboard-home__content_hovered {
      color: #fff;
      -webkit-box-shadow: 0px 3px 7px #ACB5F5;
              box-shadow: 0px 3px 7px #ACB5F5; }
      .dashboard-home__content:hover span, .dashboard-home__content_hovered span {
        opacity: 1; }
        .dashboard-home__content:hover span:before, .dashboard-home__content_hovered span:before {
          opacity: 0.08; }
        .dashboard-home__content:hover span:after, .dashboard-home__content_hovered span:after {
          opacity: 0.1; }
    .dashboard-home__content_hovered span:before {
      content: "";
      background-color: white;
      height: auto;
      width: 6em;
      display: block;
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -6.3em;
      -webkit-transform: skewX(-35deg) translateX(0);
          -ms-transform: skewX(-35deg) translateX(0);
              transform: skewX(-35deg) translateX(0);
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      border: 0; }
      @media (max-width: 599px) {
        .dashboard-home__content_hovered span:before {
          left: -3.3em; } }
    .dashboard-home__content_hovered span:after {
      -webkit-transition-delay: .1s;
           -o-transition-delay: .1s;
              transition-delay: .1s; }
    .dashboard-home__content_hovered:hover span:before {
      -webkit-transform: skewX(-39deg) translateX(500px);
          -ms-transform: skewX(-39deg) translateX(500px);
              transform: skewX(-39deg) translateX(500px); }
      @media (max-width: 991px) {
        .dashboard-home__content_hovered:hover span:before {
          -webkit-transform: skewX(-39deg) translateX(900px);
              -ms-transform: skewX(-39deg) translateX(900px);
                  transform: skewX(-39deg) translateX(900px); } }
    .dashboard-home__content_hovered:hover span:after {
      -webkit-transition-delay: .2s;
           -o-transition-delay: .2s;
              transition-delay: .2s;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
  .dashboard-home__box-img {
    display: block;
    margin-bottom: 24px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 599px) {
      .dashboard-home__box-img {
        margin-bottom: 0;
        margin-right: 25px; } }
    .dashboard-home__box-img img {
      display: block; }
  .dashboard-home__holder-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 599px) {
      .dashboard-home__holder-mb {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%; } }
  .dashboard-home__title {
    display: block;
    font-size: 24px;
    line-height: 130%;
    font-family: "sf_pro_display", sans-serif;
    margin-bottom: 5px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 599px) {
      .dashboard-home__title {
        display: none; } }
  .dashboard-home__descr {
    display: block;
    line-height: 150%;
    margin-bottom: 54px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 599px) {
      .dashboard-home__descr {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .dashboard-home__info {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #E0E6ED;
    margin: 0; }
    @media (max-width: 599px) {
      .dashboard-home__info {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        color: #fff;
        font-size: 22px;
        font-family: "sf_pro_display", sans-serif;
        font-weight: 600;
        line-height: 1.3; } }

.page404 {
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .page404 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .page404__text {
    margin-left: 120px; }
    .page404__text .h1 {
      font-size: 48px; }
      @media (max-width: 767px) {
        .page404__text .h1 {
          font-size: 36px;
          text-align: center; } }
    @media (max-width: 767px) {
      .page404__text {
        text-align: center;
        margin-left: 0; } }
  .page404__box-img {
    display: block; }
    @media (max-width: 767px) {
      .page404__box-img {
        margin-bottom: 32px; } }
    .page404__box-img img {
      display: block; }
      @media (max-width: 991px) {
        .page404__box-img img {
          width: 100%; } }
  .page404__title {
    display: block;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    max-width: 224px;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .page404__title {
        max-width: 100%; } }
  .page404__paragraph {
    max-width: 294px; }
    @media (max-width: 767px) {
      .page404__paragraph {
        max-width: 100%; } }

.categories {
  min-height: calc(100vh - 148px);
  padding: 50px 0;
  position: relative; }
  @media (max-width: 991px) {
    .categories {
      min-height: auto; } }
  .categories .dashboard-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%; }
    @media (max-width: 991px) {
      .categories .dashboard-bg {
        position: fixed; } }
  .categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px -10px 0; }
    @media (max-width: 599px) {
      .categories__list {
        margin: 12px 0 0; } }
  .categories__item {
    width: 25%;
    padding: 0 10px;
    margin-top: 20px; }
    @media (max-width: 1199px) {
      .categories__item {
        width: 33.3333%; } }
    @media (max-width: 991px) {
      .categories__item {
        width: 50%; } }
    @media (max-width: 599px) {
      .categories__item {
        width: 100%;
        padding: 0;
        margin-top: 12px; } }
  .categories__link {
    display: block;
    height: 100%; }
    .categories__link:hover .user__wrap {
      -webkit-box-shadow: 0px 8px 30px #EDEFFF;
              box-shadow: 0px 8px 30px #EDEFFF; }
    .categories__link:hover .authorization-list-card__desc {
      color: #3B4857; }
    .categories__link .user__wrap {
      border: 0;
      -webkit-box-shadow: inset 0px 0px 0px 1px #e0e6ed;
              box-shadow: inset 0px 0px 0px 1px #e0e6ed;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      padding: 14px 10px 14px; }
    .categories__link .authorization-list-card__text {
      margin-right: 0; }

.form__box_search {
  position: relative;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .form__box_search {
      margin-bottom: 0; } }
  .form__box_search .form__control {
    padding: 12px 0 12px 24px; }
    @media (max-width: 1398px) {
      .form__box_search .form__control {
        padding: 12px 0 12px 16px; } }
  .form__box_search .search-form__icon {
    border: 0;
    outline: none;
    background: transparent;
    position: absolute;
    top: 20px;
    right: 24px;
    left: auto; }

.accordeon__drop-title {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.accordeon__drop-title {
  padding: 0 50px 0 0; }
  @media (max-width: 767px) {
    .accordeon__drop-title {
      padding: 0 25px 0 0; } }

@media (max-width: 767px) {
  .dashboard-wrap .user-help__descr {
    padding: 0 24px; } }

.accordeon__item {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .accordeon__item:hover, .accordeon__item.current {
    background: #F9FAFC; }
    .accordeon__item:hover .accordeon__drop-title, .accordeon__item.current .accordeon__drop-title {
      color: #435AF5; }
    .accordeon__item:hover .accordeon__drop-element, .accordeon__item.current .accordeon__drop-element {
      color: #435AF5; }

.dashboard-main__info-block .info-list {
  margin-top: 8px; }
  .dashboard-main__info-block .info-list__item {
    padding: 16px 0;
    border: 0;
    outline: none;
    border-top: 1px solid #E0E6ED;
    margin-top: 0;
    border-radius: 0; }
    .dashboard-main__info-block .info-list__item:last-child {
      border-bottom: 1px solid #E0E6ED; }
    .dashboard-main__info-block .info-list__item:before {
      display: none; }

.dashboard-main__data {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #B0BBCB; }
  .dashboard-main__data .dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #E0E6ED; }

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px 25px; }

.news__item {
  width: 33.333%;
  padding: 0 8px;
  margin-bottom: 16px; }
  @media (max-width: 1099px) {
    .news__item {
      width: 50%; } }
  @media (max-width: 599px) {
    .news__item {
      width: 100%; } }
  .news__item_wrap100 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .news__item_wrap100 .news__content {
      padding: 32px; }
    .news__item_wrap100 .news__box-img {
      position: absolute;
      top: 0;
      right: 0;
      max-width: 580px;
      width: 100%;
      height: 100%;
      background-color: transparent;
      margin-bottom: 0;
      padding-bottom: 0; }
    .news__item_wrap100 .dashboard-main__data {
      margin-bottom: 32px; }
    .news__item_wrap100 .news__text {
      max-width: 315px;
      z-index: 1; }

.news__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 0px 0.5px #e0e6ed;
          box-shadow: 0px 0px 0px 0.5px #e0e6ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 24px;
  height: 100%; }

.news__list-title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 8px; }

.news__box-img {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 61%;
  background-color: transparent; }

.load-block {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 767px) {
    .load-block {
      margin-bottom: 50px; } }
  .load-block .info-list__text {
    margin-bottom: 12px; }
  .load-block .progress-block {
    display: block;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #E0E6ED; }
    .load-block .progress-block:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 25%;
      height: 2px;
      background: -o-linear-gradient(271.08deg, #584CF5 0%, #5587FA 100%);
      background: linear-gradient(178.92deg, #584CF5 0%, #5587FA 100%); }

.news-inner {
  padding: 104px 0 64px;
  position: relative; }
  @media (max-width: 767px) {
    .news-inner {
      padding: 30px 0 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .news-inner__block-social {
    position: absolute;
    top: 104px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 767px) {
      .news-inner__block-social {
        position: relative;
        top: auto;
        left: auto; } }
    .news-inner__block-social .click-back {
      display: block;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .news-inner__block-social .click-back {
          display: none; } }
      .news-inner__block-social .click-back img {
        display: block; }
  .news-inner__list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 767px) {
      .news-inner__list-social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .news-inner__list-social li {
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .news-inner__list-social li {
          margin-right: 16px; } }
      .news-inner__list-social li:last-child {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .news-inner__list-social li:last-child {
            margin-right: 0; } }
      .news-inner__list-social li:hover a {
        -webkit-transform: translate(-2px, -2px);
            -ms-transform: translate(-2px, -2px);
                transform: translate(-2px, -2px); }
      .news-inner__list-social li:hover:nth-child(1) a {
        -webkit-box-shadow: 2px 4px 7px rgba(59, 89, 152, 0.4);
                box-shadow: 2px 4px 7px rgba(59, 89, 152, 0.4); }
      .news-inner__list-social li:hover:nth-child(2) a {
        -webkit-box-shadow: 2px 4px 7px rgba(0, 119, 181, 0.4);
                box-shadow: 2px 4px 7px rgba(0, 119, 181, 0.4); }
      .news-inner__list-social li:hover:nth-child(3) a {
        -webkit-box-shadow: 2px 4px 7px rgba(85, 172, 238, 0.4);
                box-shadow: 2px 4px 7px rgba(85, 172, 238, 0.4); }
      .news-inner__list-social li:hover:nth-child(4) a {
        -webkit-box-shadow: 2px 4px 7px rgba(238, 94, 85, 0.4);
                box-shadow: 2px 4px 7px rgba(238, 94, 85, 0.4); }
      .news-inner__list-social li a {
        display: block;
        position: relative;
        border-radius: 50%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .news-inner__list-social li a img {
          display: block; }

.news-single {
  max-width: 575px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .news-single {
      margin-bottom: 30px; } }
  .news-single .ready-reference {
    min-height: 83px; }
    @media (max-width: 767px) {
      .news-single .ready-reference {
        margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .news-single .dashboard-connected__link {
      position: absolute;
      bottom: -50px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  .news-single .dashboard-connected__holder {
    padding: 17px 0; }
    .news-single .dashboard-connected__holder .h4 {
      font-size: 16px; }
  .news-single .dashboard-connected__text span {
    margin-bottom: 0; }
  .news-single .dashboard-connected__img {
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .news-single h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .news-single h1 {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .news-single h1 .icon-arrow-left {
      display: none; }
      @media (max-width: 767px) {
        .news-single h1 .icon-arrow-left {
          display: block;
          margin-top: 0;
          padding: 5px; } }
      .news-single h1 .icon-arrow-left img {
        display: block; }
  .news-single span {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #B0BBCB;
    margin-bottom: 30px; }
    .news-single span sup {
      display: inline-block;
      vertical-align: middle;
      margin: -2px 8px 0;
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background: #E0E6ED; }
  .news-single img {
    display: block;
    margin-bottom: 32px;
    width: 100%; }
  .news-single p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px; }
  .news-single blockquote {
    display: block;
    position: relative;
    padding: 3px 0 3px 18px;
    margin-bottom: 34px; }
    .news-single blockquote:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 2px;
      background: #FAA848;
      border-radius: 2px; }
    .news-single blockquote p {
      font-style: italic;
      margin-bottom: 10px; }
    .news-single blockquote cite {
      font-style: normal;
      color: #8492A5; }

/*# sourceMappingURL=main.css.map */

ul.modal-ul li{
  list-style-type:none;
  padding-left: 0;
}
ul.modal-ul {
  padding-left: 10px;
}
ul.modal-ul li:before{
  content:"- ";
}

.modal-window {
  display: none; /* по умолчанию скрыто */
  position: fixed; /* фиксированное положение на экране */
  z-index: 1; /* выставляем поверх остальных элементов */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* добавляем прокрутку, если содержимое не влезает */
  background-color: rgba(0,0,0,0.4); /* делаем затемнение фона */
}

.modal-window-content {
  background-color: #fefefe;
  margin: 15% auto; /* выравнивание по центру экрана */
  padding: 20px;
  border: 1px solid #888;
  border-radius:10px;
  width: 35%;
  opacity: 0; /* начальное значение прозрачности */
  transform: translateY(-50px); /* начальное значение положения */
  transition: all 0.3s ease-in-out; /* добавляем анимацию */
}

@media screen and (max-width: 500px) {
    .modal-window-content{
      font-size: 11px;
      width: 70%;
    }
}


.modal-window-close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-footer{
  display: flex;
  margin-top: 15px;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.modal-body p{
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.files_with_checkbox .checkbox [type=checkbox]:checked ~ span {
    color: #3B4857 !important;
}