* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

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

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

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #000; }

body input:required:valid,
body textarea:required:valid {
  color: #000; }

html {
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth; }

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #F6F6F6 !important;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 50%, 100% 50%;
  -webkit-background-size: 589px 769px, 633px 556px;
          background-size: 589px 769px, 633px 556px;
  font-family: 'Open Sans', sans-serif; }
  @media (max-width: 767px) {
    body {
      background-image: none; } }
  @media (max-width: 767px) {
    body.login-on .header-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    body.login-on .container {
      padding-bottom: 88px; } }
  @media (max-width: 767px) {
    body.login-on .footer__inner {
      border-bottom: 1px solid #E1E2E5; } }

main {
  position: relative; }

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }

b,
strong {
  font-weight: normal; }

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none; }

input {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important; }

hr {
  margin: 0; }

video {
  max-width: 100%;
  margin: 0;
  display: block; }

img {
  max-width: 100%; }

.disable {
  display: none !important; }

.mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }

@media (max-width: 767px) {
  .desktop-only {
    display: none; } }

.hr {
  border: 0;
  border-bottom: 1px solid #E1E2E6;
  height: 1px;
  margin: 30px 0;
  padding: 0; }

.fs-16 {
  font-size: 16px !important; }

@media (max-width: 767px) {
  .order-3-sm {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; } }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

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

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

@media (max-width: 767px) {
  .mb-0-sm {
    margin-bottom: 0 !important; } }

@media (max-width: 767px) {
  .mb-10-sm {
    margin-bottom: 10px !important; } }

@media (max-width: 767px) {
  .mb-20-sm {
    margin-bottom: 20px !important; } }

@media (max-width: 767px) {
  .mb-30-sm {
    margin-bottom: 30px !important; } }

@media (max-width: 767px) {
  .pb-15-sm {
    padding-bottom: 15px !important; } }

@media (max-width: 767px) {
  .pb-22-sm {
    padding-bottom: 22px !important; } }

.btn {
  display: block;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 20px;
  min-height: 44px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  border: 1px solid #E1E2E6;
  color: #70747A;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn:hover {
    color: #537BDE; }
  .btn--blue {
    font-weight: 600;
    background: #537BDE;
    color: #FFFFFF !important;
    border: 1px solid #537BDE; }
    .btn--blue:hover {
      color: #fff; }
  .btn--share img, .btn--icon img {
    margin-right: 10px; }
  .btn--arrow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .btn--arrow {
        font-size: 14px; } }
    .btn--arrow img {
      fill: none; }
  .btn-sort {
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer; }
    .btn-sort img {
      max-width: none; }

.container {
  width: 100%;
  max-width: 1020px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 767px) {
    .container {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0px !important;
      padding-right: 0px !important; } }

.header {
  margin: 0 0 50px;
  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; }
  @media (max-width: 767px) {
    .header {
      display: none; } }
  .header__btns {
    width: 140px;
    max-width: 100%;
    text-align: right; }
    @media (max-width: 1023px) {
      .header__btns {
        width: 100px; } }
    @media (max-width: 767px) {
      .header__btns {
        width: auto; } }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 30px; }
    .header__menu__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 120%;
      color: #70747A;
      margin-left: 30px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .header__menu__item {
          margin-left: 15px; } }
      .header__menu__item:first-child {
        margin-left: 0; }
      .header__menu__item.active, .header__menu__item:hover {
        color: #537BDE; }
      .header__menu__item img,
      .header__menu__item svg {
        margin-right: 10px; }
      .header__menu__item svg {
        fill: #537BDE; }

.header-mobile {
  padding: 30px 16px 0;
  background: #fff;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-mobile__logo img {
    display: block; }

.toggler {
  margin-left: 20px; }

.card {
  background: #FFFFFF;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 40px 60px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 700px; }
  @media (max-width: 1023px) {
    .card {
      padding-left: 30px;
      padding-right: 30px;
      min-height: auto; } }
  @media (max-width: 767px) {
    .card {
      padding: 50px 16px 30px;
      display: block;
      border: none;
      -webkit-border-radius: 0 0 20px 20px;
              border-radius: 0 0 20px 20px;
      min-height: calc(100vh - 264px); } }
  .card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 767px) {
      .card__row {
        display: block; } }
  .card__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #545454;
    margin-bottom: 50px;
    width: 100%; }
    @media (max-width: 767px) {
      .card__title {
        margin-bottom: 22px; } }
  .card__col {
    width: 50%;
    margin-left: 40px; }
    @media (max-width: 1023px) {
      .card__col {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .card__col {
        margin-left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .card__col:first-child {
      margin-left: 0; }
  .card__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #545454; }
  .card__position {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #70747A;
    margin-top: 16px; }
    @media (max-width: 767px) {
      .card__position {
        font-size: 16px;
        margin-top: 11px; } }
  .card__photo {
    width: 160px;
    height: 160px;
    margin: 30px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card__photo img {
      display: block;
      margin: auto;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
  .card__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #70747A;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .card__description {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .card__btns {
      margin-bottom: 30px; } }
  .card__btns__item {
    margin-top: 10px; }
    .card__btns__item:first-child {
      margin-top: 0; }
  .card__tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    margin-bottom: 26px; }
    .card__tabs .nav-link {
      border: 0; }
    .card__tabs__item {
      min-width: 177px;
      text-align: center; }
      @media (max-width: 767px) {
        .card__tabs__item {
          min-width: 120px; } }
      .card__tabs__item a {
        color: #70747A;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        color: #70747A;
        height: 32px;
        border-bottom: 1px solid #fff;
        display: table;
        padding: 0;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .card__tabs__item a {
            font-size: 14px;
            height: 28px; } }
      .card__tabs__item.active a {
        color: #545454;
        border-bottom: 1px solid #537BDE !important; }

#profileLogo-org img {
  -webkit-border-radius: 0;
          border-radius: 0;
  max-height: 100%; }

.info {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #70747A; }
  @media (max-width: 767px) {
    .info {
      font-size: 14px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .info__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #70747A;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .info__title {
        font-size: 16px; } }
  .info__body {
    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; }
    .info__body__text {
      padding-right: 24px; }
  .info__contact {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #70747A; }
    @media (max-width: 767px) {
      .info__contact {
        margin-top: 10px; } }
    .info__contact img {
      margin-right: 15px; }
  .info__logo img {
    display: block; }
    @media (max-width: 767px) {
      .info__logo img {
        width: 88px; } }
  .info__contact-list {
    display: table; }
    @media (max-width: 767px) {
      .info__contact-list {
        margin-bottom: 30px; } }
    .info__contact-list__item {
      display: table-row;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .info__contact-list__item:last-child div {
        padding-bottom: 0; }
      .info__contact-list__item__title {
        font-weight: 400;
        font-size: 14px;
        line-height: 110%;
        color: #B3B5BA;
        width: 130px;
        display: table-cell;
        padding-bottom: 22px; }
        @media (max-width: 767px) {
          .info__contact-list__item__title {
            font-size: 12px;
            width: 115px; } }
      .info__contact-list__item__info {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #70747A;
        display: table-cell;
        padding-bottom: 15px; }
        @media (max-width: 767px) {
          .info__contact-list__item__info {
            font-size: 14px;
            padding-bottom: 10px; } }
        .info__contact-list__item__info a {
          color: #70747A; }
          .info__contact-list__item__info a:hover {
            color: #537BDE; }

.contacts-event {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .contacts-event {
      margin-top: 0; } }
  .contacts-event__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #545454; }
    @media (max-width: 767px) {
      .contacts-event__title {
        font-size: 16px; } }
  .contacts-event__list {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; }
    .contacts-event__list__item {
      margin-top: 10px;
      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: 10px 20px;
      background: #FFFFFF;
      -webkit-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
              box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
      -webkit-border-radius: 10px;
              border-radius: 10px; }
      .contacts-event__list__item:first-child {
        margin-top: 0; }
      .contacts-event__list__item__name {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #70747A;
        margin-bottom: 3px; }
        @media (max-width: 767px) {
          .contacts-event__list__item__name {
            font-size: 14px; } }
      .contacts-event__list__item__date {
        text-align: center;
        font-weight: 400;
        font-size: 12px;
        line-height: 110%;
        color: #B3B5BA;
        padding-left: 20px;
        padding-right: 20px; }
      .contacts-event__list__item__info {
        font-weight: 400;
        font-size: 12px;
        line-height: 110%;
        color: #B3B5BA; }
        @media (max-width: 767px) {
          .contacts-event__list__item__info {
            font-size: 12px; } }
      .contacts-event__list__item__photo {
        width: 48px;
        min-width: 48px;
        height: 48px;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        overflow: hidden; }
        .contacts-event__list__item__photo img {
          display: block;
          max-width: 100%;
          max-height: 100%;
          margin-left: auto;
          margin-right: auto; }
      .contacts-event__list__item__number {
        width: 28px;
        min-width: 28px;
        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-weight: 700;
        font-size: 16px;
        line-height: 102.02%;
        color: #70747A;
        margin-right: 18px; }
      .contacts-event__list__item__total {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        color: #537BDE;
        margin-left: 18px; }
    .contacts-event__list--two-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -15px; }
      .contacts-event__list--two-col__col {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%; }
        @media (max-width: 767px) {
          .contacts-event__list--two-col__col {
            max-width: 100%;
            -webkit-box-flex: 1;
                -ms-flex: auto;
                    flex: auto; } }

.social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fill, 48px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 22px;
  width: 100%; }
  @media (max-width: 767px) {
    .social-btns {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .social-btns__item {
    width: 48px;
    min-width: 48px;
    height: 48px;
    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;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15); }

.contacts-counters {
  margin-bottom: 14px; }
  @media (max-width: 767px) {
    .contacts-counters {
      margin-bottom: 20px; } }

.sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sorting__item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 30px 11px 10px;
    height: 38px;
    border: 1px solid #E1E2E6;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    color: #70747A;
    margin-right: 9px;
    outline: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url(../img/svg/arr-b.svg) no-repeat 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 11px 6px;
            background-size: 11px 6px;
    background-position: calc(100% + 20px) 50%;
    -webkit-background-origin: content-box;
            background-origin: content-box; }
    @media (max-width: 767px) {
      .sorting__item {
        height: 32px;
        padding: 7px 30px 7px 10px; } }

.pagination-list {
  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-top: 20px;
  width: 100%; }
  .pagination-list__item {
    text-align: center;
    margin: 0 5px;
    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;
    color: #537BDE;
    opacity: 0.2;
    font-weight: 600;
    font-size: 14px;
    line-height: 110%; }
    .pagination-list__item.active {
      opacity: 1;
      font-size: 16px;
      margin-top: -2px; }
  .pagination-list__arrow__prev, .pagination-list__arrow__next {
    background: url(../img/arr-r.svg) no-repeat 50% 50%;
    -webkit-background-size: contain;
            background-size: contain;
    margin: 0 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;
    width: 18px;
    height: 24px; }
  .pagination-list__arrow__prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.number-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .number-list__item {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    text-align: center;
    margin-bottom: 30px; }
    .number-list__item__number {
      font-weight: 700;
      font-size: 48px;
      line-height: 120%;
      color: #537BDE;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .number-list__item__number {
          font-size: 46px; } }
    .number-list__item__title {
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #545454; }
      @media (max-width: 767px) {
        .number-list__item__title {
          font-size: 14px; } }

.login-block {
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }
  .login-block__logo {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .login-block__logo {
        margin-bottom: 35px; } }
  .login-block__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #545454;
    margin-bottom: 30px; }
  .login-block__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #70747A;
    margin-bottom: 45px; }

.form-group {
  margin-bottom: 10px; }

.form-control-wrapper {
  position: relative; }
  .form-control-wrapper--label input {
    padding: 0 5px 0 130px !important;
    margin: -33px 0 19px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .form-control-wrapper--label input {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0 5px 0 115px !important; } }
    .form-control-wrapper--label input.two-row-label {
      margin: -40px 0 17px; }
      @media (max-width: 767px) {
        .form-control-wrapper--label input.two-row-label {
          margin-bottom: 10px; } }
    .form-control-wrapper--label input[type="file"] {
      margin: 0;
      padding: 0; }
  .form-control-wrapper--label label {
    font-size: 14px;
    margin: 0 10px;
    line-height: 1;
    color: #B3B5BA;
    position: relative; }
    @media (max-width: 767px) {
      .form-control-wrapper--label label {
        font-size: 12px; } }
  .form-control-wrapper--label textarea {
    padding: 10px 5px 10px 130px !important;
    margin: -32px 0 19px;
    font-size: 16px;
    overflow: auto; }
    @media (max-width: 767px) {
      .form-control-wrapper--label textarea {
        margin-bottom: 11px; } }

.textarea-autoresizing {
  display: block;
  overflow: hidden;
  resize: none; }

.form-label {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #B3B5BA;
  display: block; }
  @media (max-width: 767px) {
    .form-label {
      font-size: 12px; } }

.form-error {
  font-size: 12px;
  line-height: 1;
  color: red;
  margin-top: -12px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .form-error {
      margin-top: -3px;
      margin-bottom: 10px; } }

.form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 0 20px;
  height: 44px;
  border: 1px solid #E1E2E6;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #545454; }
  .form-control::-webkit-input-placeholder {
    color: #B3B5BA;
    opacity: 1; }
  .form-control:-moz-placeholder {
    color: #B3B5BA;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #B3B5BA;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #B3B5BA;
    opacity: 1; }

.file-input__input {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute; }

.file-input label {
  display: block;
  position: relative;
  width: 152px;
  height: 32px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #EDF2FF;
  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;
  color: #70747A;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  outline: none !important;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .file-input label {
      font-size: 14px;
      width: 137px; } }

.file-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 40px; }
  .file-button-list .file-button {
    margin-right: 8px; }
    .file-button-list .file-button:last-child {
      margin-right: 0; }

.file-button {
  display: block;
  position: relative;
  height: 32px;
  padding-left: 9px;
  padding-right: 9px;
  min-width: 104px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #EDF2FF;
  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;
  color: #70747A;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  outline: none !important;
  border: none; }
  @media (max-width: 767px) {
    .file-button {
      font-size: 14px; } }

.file-name {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 162px;
  font-size: 14px;
  color: #70747A;
  width: 100%;
  outline: none !important; }
  @media (max-width: 767px) {
    .file-name {
      font-size: 14px;
      left: 147px; } }

.field-icon {
  position: absolute;
  right: 11px;
  top: 11px; }

.password-control {
  margin-bottom: 63px; }

.toggle-password {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/svg/ico-eye.svg) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer; }

@media (max-width: 767px) {
  .footer {
    padding-left: 16px;
    padding-right: 16px;
    background: #F6F6F6; } }

@media (max-width: 767px) {
  .footer__menu {
    position: fixed;
    bottom: 0;
    width: 100%; } }

.footer__inner {
  margin: 50px 0 0;
  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; }
  @media (max-width: 767px) {
    .footer__inner {
      margin: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-border-radius: 20px 20px 0 0;
              border-radius: 20px 20px 0 0; } }

.footer-logo {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .footer-logo {
      width: 71px; } }

.icon-menu-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  background: #F6F6F6;
  -webkit-border-radius: 20px 20px 0 0;
          border-radius: 20px 20px 0 0; }

.icon-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 14px;
  padding-top: 8px; }
  .icon-menu .ico-svg {
    fill: #989EAE; }
  .icon-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
    line-height: 120%;
    color: #70747A; }
    .icon-menu__item.active {
      color: #537BDE; }
      .icon-menu__item.active .ico-svg {
        fill: #537BDE; }
    .icon-menu__item img,
    .icon-menu__item svg {
      margin-bottom: 5px; }

.help p {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #B3B5BA;
  margin: 0 0 10px;
  text-align: center; }
  @media (max-width: 767px) {
    .help p {
      font-size: 10px;
      margin: 0 0 5px; } }

.help__btn {
  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;
  padding: 12px 0px 10px;
  width: 260px;
  height: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 102.02%;
  text-transform: uppercase;
  color: #70747A; }
  @media (max-width: 767px) {
    .help__btn {
      font-size: 9px;
      height: 29px;
      padding: 9px 0 7px;
      -webkit-border-radius: 7px;
              border-radius: 7px;
      width: 159px; } }
  .help__btn img {
    margin-right: 8px;
    display: block; }

.login-mis {
  position: absolute; }

.misstake {
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  color: #D50032;
  margin: 10px 0 0;
  text-align: left; }

.close-button {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  padding: 5px; }

.popup-list {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 40px 60px 55px; }
  @media (max-width: 767px) {
    .popup-list {
      padding: 45px 11px 55px; } }

.popup-qr {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  border: 20px solid #fff;
  display: table;
  position: relative;
  padding: 0;
  max-height: 60%;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  max-width: 216px; }
  .popup-qr img {
    margin: auto; }
  .popup-qr video {
    max-height: 60vh; }

.popup-scaner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  display: table;
  position: relative;
  padding: 0;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px; }
  .popup-scaner-close {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  .popup-scaner img {
    margin: auto; }
  .popup-scaner video {
    max-height: 60vh; }

#scaner-popup {
  padding: 15px; }

.qr-list {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  border: 2px solid #fff;
  display: table;
  position: relative;
  padding: 0;
  max-height: 60%; }
  .qr-list img {
    margin: auto; }
  .qr-list video {
    max-height: 60vh; }

.scaner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
  pointer-events: none; }

.edit-data-list {
  top: 0;
  left: 0;
  margin: 50px auto;
  z-index: 10;
  max-width: 960px;
  padding-top: 50px;
  position: relative; }

@media (max-width: 767px) {
  .edit-data-popup-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .edit-data-popup-btns--cancel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.info__break {
  word-break: break-all; }

iframe {
  width: 100%;
  height: 100%;
  border: 0; }

.frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.closePopup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100; }

.pagination-list__item.active {
  font-weight: bold;
  color: #537BDE; }

#profilePhoto img {
  width: auto;
  height: auto;
  max-height: 100%; }

.profile-person-logo-title {
  vertical-align: top;
  padding-top: 5px; }
  @media (max-width: 767px) {
    .profile-person-logo-title {
      padding-top: 0; } }

textarea {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 10px 20px !important;
  resize: none; }

.employee__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.employee__info {
  margin: 0 15px; }

#sneckbar {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  width: 90%;
  max-width: 700px;
  padding: 15px;
  color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-align: center; }

.all-managers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px; }
  .all-managers-item {
    margin: 0 5px 10px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px;
    min-height: 32px;
    background: #EDF2FF;
    color: #70747A;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 14px; }
    .all-managers-item img {
      margin-left: 10px; }
    .all-managers-item.on {
      background: #537BDE;
      color: #fff; }

.added-managers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px; }
  .added-managers-item-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #70747A; }

.control-managers-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .control-managers-btns__item {
    text-align: center;
    cursor: pointer;
    padding: 0 7px; }

.brand-mobile {
  display: none; }
  @media (max-width: 767px) {
    .brand-mobile {
      display: block; } }
