
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal; }

input, select, textarea {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  resize: none;
  outline: none;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input::placeholder, select::placeholder, textarea::placeholder {
    color: #b8b8b8; }

body {
  background-color: #fcfcfc;
  overflow-x: hidden;
  overflow-y: auto; }

a {
  outline: none !important;
  text-decoration: none; }

li {
  outline: none !important; }

button {
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none; }

input[disabled] {
  background: transparent; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  display: none; }

body::-webkit-scrollbar {
  width: 0.25em; }

body::-webkit-scrollbar-track {
  background-color: #b8b8b8; }

body::-webkit-scrollbar-thumb {
  background-color: #000; }

.disable-hover {
  pointer-events: none !important; }

.modal-open {
  overflow: hidden; }

.picWrap img {
  width: 100%; }

.asc::after {
  content: url("../images/arrow-icon.svg");
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.5s ease;
  transform: rotate(0deg); }

.desc::after {
  content: url("../images/arrow-icon.svg");
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.5s ease;
  transform: rotate(180deg); }

.swiper-button-disabled {
  opacity: 0; }

.hover-line {
  position: relative; }
  .hover-line::after {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    background: #000;
    bottom: -75%;
    transition: opacity 0.3s ease;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .hover-line:hover::after {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    background: #000;
    bottom: -75%;
    transition: opacity 0.3s ease;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto; }

.hover-opacity {
  opacity: 1;
  transition: opacity 0.2s ease; }
  .hover-opacity:hover {
    opacity: 0.6; }

.hover-black {
  color: #b8b8b8 !important;
  transition: color 0.2s ease; }
  .hover-black:hover {
    color: #000 !important; }
  .hover-black.active {
    color: #000 !important; }

.hover-underline {
  position: relative; }
  .hover-underline::after {
    content: '';
    position: absolute;
    display: block;
    width: 75%;
    height: 2px;
    background: #000;
    bottom: -75%;
    transition: width .3s ease;
    left: 0;
    margin: auto; }
  .hover-underline:hover:after {
    width: 100%; }

h2.title {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000; }

.auth-form .logo img {
  width: 100px;
}

.add-btn {
  content: url("../images/add-icon.svg");
  cursor: pointer;
  user-select: none;
  opacity: 1;
  transition: opacity 0.2s ease; }
  .add-btn:hover {
    opacity: 0.65; }

.save-btn button {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 11px;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none; }
  .save-btn button::after {
    content: '';
    position: absolute;
    display: block;
    width: 75%;
    height: 2px;
    background: #000;
    bottom: -75%;
    transition: width 0.3s ease;
    left: 0;
    margin: auto; }
  .save-btn button:hover::after {
    width: 100%; }

nav.nav {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 50px;
  background: #fff;
  /* border-bottom: solid 1px #F2F2F2; */
  user-select: none; }
  nav.nav.loyality-nav {
    background: transparent; }
  nav.nav .header-nav {
    display: flex;
    height: 60px;
    width: 100%;
    justify-content: space-between; }
    nav.nav .header-nav .header-logo {
      display: flex;
      width: 139px;
      height: auto; }
      nav.nav .header-nav .header-logo .picWrap {
        width: 50%; }
    nav.nav .header-nav .header-items {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      padding: 0 20%; }
      nav.nav .header-nav .header-items .header-item {
        display: inline-block;
        color: #000;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 11px;
        text-transform: uppercase;
        margin: auto;
        cursor: pointer;
        transition: color 0.2s ease; }
        nav.nav .header-nav .header-items .header-item .header-item-trigger {
          color: #000;
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 1px;
          line-height: 11px;
          text-transform: uppercase;
          transition: color 0.2s ease; }
        nav.nav .header-nav .header-items .header-item .sub-menu {
          display: none; }
        nav.nav .header-nav .header-items .header-item.sub-menu-active {
          position: relative;
          z-index: 10; }
          nav.nav .header-nav .header-items .header-item.sub-menu-active .header-item-trigger {
            color: #b8b8b8;
            cursor: default; }
          nav.nav .header-nav .header-items .header-item.sub-menu-active::after {
            display: none; }
          nav.nav .header-nav .header-items .header-item.sub-menu-active .sub-menu {
            position: absolute;
            display: block;
            background-color: #ffffff;
            border-radius: 5px;
            box-shadow: 0 15px 25px 0 rgba(20, 24, 43, 0.1);
            left: -20px;
            right: -20px;
            top: -20px;
            z-index: -1;
            padding: 50px 20px 20px; }
            nav.nav .header-nav .header-items .header-item.sub-menu-active .sub-menu .header-sub-item {
              display: block;
              font-size: 14px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: 1;
              letter-spacing: 0.5px;
              text-align: left;
              color: #000;
              text-transform: none;
              cursor: pointer;
              margin-bottom: 15px; }
              nav.nav .header-nav .header-items .header-item.sub-menu-active .sub-menu .header-sub-item:last-child {
                margin-bottom: 0; }
    nav.nav .header-nav .header-avatar {
      position: relative;
      display: flex;
      height: 100%;
      cursor: pointer; }
      nav.nav .header-nav .header-avatar::after {
        content: url("../images/chevron-bottom.svg");
        display: block;
        width: 10px;
        height: auto;
        margin-left: 10px;
        line-height: 55px; }
      nav.nav .header-nav .header-avatar .picWrap {
        display: block;
        width: 30px;
        height: 30px;
        margin: auto 0; }
        nav.nav .header-nav .header-avatar .picWrap img {

          border-radius: 50%; }

header.header {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding: 0 50px 27px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(20, 24, 43, 0.05);
  transition: height 0.3s ease; }
  header.header .filters {
    transition: left 0.2s ease;
  }
    header.header .filters span.filter-item {
      display: none;
      position: relative;
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 0.05em;
      color: #000;
      background: #F6F6FA;
      padding: 10px;
      margin-right: 10px;
      user-select: none; }
      header.header .filters span.filter-item.shown {
        display: inline-block;
        margin-top: -6px !important;
      white-space: nowrap; }
      header.header span.filter-item.counter {
        color: #aaa;
        background: none;
        padding: 0;
        margin: 0;
        font-size: 21px;
        bottom: -3px;
        line-height: 12px; }
        header.header span.filter-item.counter::before {
          content: ':';
          color: #000;
          display: inline;
          margin-right: 5px; }
  header.header.company-page {
    height: 200px; }
  header.header.act-page {
    height: 200px; }
  header.header form.search-form {
    position: relative;
    display: block;
    margin: 10px 0;
    width: 100%; }
    header.header form.search-form input {
      display: inline-block;
      font-size: 24px;
      font-weight: 500;
      line-height: 24px;
      width: auto;
      height: 30px;
      border: none;
      outline: none;
      font-style: normal;
      color: #000;
      background: transparent; }
      header.header form.search-form input::placeholder {
        color: #000; }
    header.header form.search-form.company-search-form {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      header.header form.search-form.company-search-form .company-header-add {
        margin-left: auto; }
    header.header form.search-form.act-search-form {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      header.header form.search-form.act-search-form .act-header-add {
        margin-left: auto; }
  header.header aside.header-category {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    user-select: none; }
    header.header aside.header-category .category-left {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      width: auto; }
      header.header aside.header-category .category-left .category-item {
        display: inline-block;
        color: #000;
        font-size: 14px;
        line-height: 14px;
        white-space: nowrap;
        margin: 0 15px;
        cursor: pointer; }
        header.header aside.header-category .category-left .category-item:first-child {
          margin-left: 0; }
        header.header aside.header-category .category-left .category-item.more {
          margin: 0;
          padding: 10px 15px;
          content: url("../images/category-more.svg"); }
      header.header aside.header-category .category-left .category-item-menu {
        display: none;
        flex-flow: column wrap;
        position: absolute;
        right: -20%;
        width: 250px;
        background: #fff;
        border: 1px solid #E8E8E8;
        box-sizing: border-box;
        box-shadow: 0 17px 30px rgba(101, 101, 101, 0.16);
        border-radius: 4px;
        z-index: 10;
        padding: 3% 1.5%; }
        header.header aside.header-category .category-left .category-item-menu .menu-item-wrap {
          display: flex;
          flex-flow: row nowrap;
          flex-grow: 1;
          width: 100%; }
          header.header aside.header-category .category-left .category-item-menu .menu-item-wrap:hover .edit {
            display: block; }
          header.header aside.header-category .category-left .category-item-menu .menu-item-wrap:hover .delete {
            display: block; }
          header.header aside.header-category .category-left .category-item-menu .menu-item-wrap .menu-item {
            user-select: none;
            line-height: 38px;
            font-size: 13px;
            letter-spacing: 0.05em;
            color: #000;
            cursor: pointer;
            flex-grow: 1; }
            header.header aside.header-category .category-left .category-item-menu .menu-item-wrap .menu-item::before {
              content: url("../images/header/menu-before.svg");
              margin-right: 8%; }
          header.header aside.header-category .category-left .category-item-menu .menu-item-wrap .edit {
            display: none;
            content: url("../images/header/edit.svg");
            cursor: pointer;
            margin-right: 5%; }
          header.header aside.header-category .category-left .category-item-menu .menu-item-wrap .delete {
            display: none;
            content: url("../images/header/delete.svg");
            cursor: pointer; }
    header.header aside.header-category .category-right {
      display: flex;
      flex-flow: row nowrap;
      width: auto; }
  header.header .category-date-block {
    position: relative;
    bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: auto; }
    header.header .category-date-block .category-date-wrap {
      display: flex;
      flex-flow: column nowrap; }
      header.header .category-date-block .category-date-wrap .category-date-title {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: 0.5px;
        text-align: left;
        color: #b8b8b8;
        margin: 3px 0; }
      header.header .category-date-block .category-date-wrap .category-date-row {
        display: flex;
        flex-flow: row nowrap; }
        header.header .category-date-block .category-date-wrap .category-date-row input.category-date {
          color: #000;
          font-size: 14px;
          line-height: 14px;
          width: 75px;
          cursor: pointer; }
          header.header .category-date-block .category-date-wrap .category-date-row input.category-date::placeholder {
            color: #000; }
    header.header .category-date-block .category-date-icon {
      position: absolute;
      top: 0;
      left: -46px;
      width: 40px;
      height: 40px;
      background-color: #ffffff;
      border-radius: 50%;
      box-shadow: 0 5px 10px 0 rgba(20, 24, 43, 0.05);
      cursor: pointer; }
      header.header .category-date-block .category-date-icon i.icon {
        content: url("../images/category-date-icon.svg");
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    header.header .category-date-block i.category-date-chevron {
      content: url("../images/chevron-bottom.svg");
      margin-left: 10px;
      cursor: pointer; }
    header.header .category-date-block.act-date-block .category-corner-row {
      display: flex;
      flex-flow: row nowrap;
      margin-right: 30px;
      cursor: pointer; }
      header.header .category-date-block.act-date-block .category-corner-row .category-corner {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #000; }
    header.header .category-date-block.act-date-block .category-count-row {
      display: flex;
      flex-flow: row nowrap;
      margin-right: 30px;
      cursor: pointer; }
      header.header .category-date-block.act-date-block .category-count-row .category-count {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #000; }
    header.header .category-date-block.act-date-block .category-date-row {
      display: flex;
      flex-flow: row nowrap; }
      header.header .category-date-block.act-date-block .category-date-row input.category-date {
        color: #000;
        font-size: 14px;
        line-height: 14px;
        width: 75px;
        cursor: pointer; }
        header.header .category-date-block.act-date-block .category-date-row input.category-date::placeholder {
          color: #000; }
  header.header aside.header-options-wrap {
    width: 100%;
    padding-bottom: 40px;
    display: none; }
    header.header aside.header-options-wrap .header-options {
      display: flex;
      width: 100%;
      flex-flow: row wrap;
      margin: 5px 0 0 }
      header.header aside.header-options-wrap .header-options .options-wrap-nonactive {
        width: 18%;
        margin: 2% 1%;
        margin-left: 0;
        position: relative;
        z-index: 10;
        user-select: none;
        cursor: pointer; }
        header.header aside.header-options-wrap .header-options .options-wrap-nonactive::after {
          content: url("../images/chevron-bottom.svg");
          display: inline-block;
          position: absolute;
          right: 0;
          top: 7%; }
        header.header aside.header-options-wrap .header-options .options-wrap-nonactive select {
          width: 100%;
          height: 35px;
          border: none;
          background: transparent;
          outline: none;
          font-size: 16px;
          color: #000;
          line-height: 2;
          -webkit-appearance: none; }
      header.header aside.header-options-wrap .header-options .options-wrap {
        width: 20%;
        margin: 0 1.5% 40px 0;
        position: relative;
        z-index: 1;
        user-select: none;
        cursor: pointer; }
        header.header aside.header-options-wrap .header-options .options-wrap:first-child, header.header aside.header-options-wrap .header-options .options-wrap:nth-child(6) {
          margin-left: 0; }
        header.header aside.header-options-wrap .header-options .options-wrap .visit-date {
          display: none; }
        header.header aside.header-options-wrap .header-options .options-wrap .option {
          display: none;
          position: relative;
          width: 100%;
          height: auto;
          padding: 10px 0;
          align-items: center;
          font-size: 12px;
          letter-spacing: 0.05em;
          color: #000;
          transition: color 0.5s ease;
          outline: none; }
          header.header aside.header-options-wrap .header-options .options-wrap .option.range input {
            width: 50px; }
          header.header aside.header-options-wrap .header-options .options-wrap .option.range-double input {
            width: 50px; }
          header.header aside.header-options-wrap .header-options .options-wrap .option input {
            background: #E5E5E5;
            margin: 0 5px;
            height: 60%;
            color: #000;
            padding-left: 1%; }
          header.header aside.header-options-wrap .header-options .options-wrap .option:hover {
            color: #000; }
          header.header aside.header-options-wrap .header-options .options-wrap .option.select::before {
            border-color: #39892f;
            background: url("../images/checkbox-icon.svg") no-repeat 50%;
            background-size: 50%; }
          header.header aside.header-options-wrap .header-options .options-wrap .option:not(.checkbox)::before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border: 1px solid #E5E5E5;
            border-radius: 10px;
            margin-right: 10px; }
          header.header aside.header-options-wrap .header-options .options-wrap .option::after {
            content: '';
            display: block;
            position: absolute;
            width: 114%;
            height: 1px;
            background: rgba(122, 122, 129, 0.25);
            bottom: 0;
            left: -7%; }
          header.header aside.header-options-wrap .header-options .options-wrap .option:last-child::after {
            display: none; }
        header.header aside.header-options-wrap .header-options .options-wrap .option-list {
          display: none;
          margin-bottom: 20px; }
          header.header aside.header-options-wrap .header-options .options-wrap .option-list:last-child {
            margin-bottom: 0; }
          header.header aside.header-options-wrap .header-options .options-wrap .option-list .title {
            margin-bottom: 15px;
            font-size: 14px;
            font-weight: bold;
            line-height: 1;
            letter-spacing: 0.5px;
            color: #000; }
          header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li {
            display: flex;
            flex-flow: row nowrap;
            position: relative;
            height: 25px;
            width: 100%;
            margin-bottom: 10px;
            list-style: none;
            opacity: 1;
            transition: opacity 0.2s ease; }
            header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li:hover {
              opacity: 0.6; }
            header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li input[type="checkbox"] {
              display: inline-block;
              position: absolute;
              width: 20px;
              height: 20px;
              left: 0;
              top: 5px;
              cursor: pointer;
              opacity: 0;
              z-index: 2; }
            header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li input[type="checkbox"] + label {
              font-size: 14px;
              line-height: 1;
              letter-spacing: 0.5px;
              color: #000; }
            header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li input[type="checkbox"] + label::before {
              content: '';
              display: inline-block;
              margin-right: 5px;
              width: 19px;
              height: 19px;
              background-color: #fff;
              border: solid 1px #000;
              position: relative;
              bottom: -5px; }
            header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li input[type="checkbox"]:checked + label::after {
              content: url("../images/checkbox-icon.svg");
              position: absolute;
              left: 5px;
              top: 7px; }
            header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li .city-wrap {
              display: flex;
              flex-flow: row nowrap;
              width: 50%; }
            header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li .city-wrap-counter {
              display: flex;
              flex-flow: row nowrap;
              align-items: center;
              justify-content: flex-end;
              width: 50%;
              padding-top: 12px; }
              header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li .city-wrap-counter span {
                font-size: 10px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #b8b8b8;
                text-transform: uppercase; }
                header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li .city-wrap-counter span:first-child {
                  margin-right: 5px; }
                header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li .city-wrap-counter span:last-child {
                  margin-left: 5px; }
              header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li .city-wrap-counter input.city-count {
                width: 20px;
                font-size: 10px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 2;
                letter-spacing: 0.5px;
                color: #000;
                text-align: center; }
                header.header aside.header-options-wrap .header-options .options-wrap .option-list ul.list li .city-wrap-counter input.city-count::placeholder {
                  color: #b8b8b8; }
        header.header aside.header-options-wrap .header-options .options-wrap input {
          display: none;
          line-height: 30px;
          font-size: 13px;
          letter-spacing: 0.05em;
          outline: none;
          border: none;
          color: #b8b8b8; }
          header.header aside.header-options-wrap .header-options .options-wrap input::placeholder {
            color: #E5E5E5; }
          header.header aside.header-options-wrap .header-options .options-wrap input.ac, header.header aside.header-options-wrap .header-options .options-wrap input.cc {
            text-align: right;
            width: 100%; }
        header.header aside.header-options-wrap .header-options .options-wrap select {
          display: none;
          outline: none;
          width: 100%;
          height: 30px;
          border: none;
          line-height: 30px;
          font-size: 13px;
          letter-spacing: 0.05em;
          color: #E5E5E5;
          background: transparent; }
        header.header aside.header-options-wrap .header-options .options-wrap .date-row {
          display: none; }
        header.header aside.header-options-wrap .header-options .options-wrap.active {
          z-index: 10; }
          header.header aside.header-options-wrap .header-options .options-wrap.active .options-select::after {
            transform: rotate(180deg); }
          header.header aside.header-options-wrap .header-options .options-wrap.active .date-row {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            justify-content: space-between; }
            header.header aside.header-options-wrap .header-options .options-wrap.active .date-row .ui-datepicker-filter {
              display: none; }
          header.header aside.header-options-wrap .header-options .options-wrap.active .option {
            display: flex;
            flex-flow: row wrap;
          }
          header.header aside.header-options-wrap .header-options .options-wrap.active .option-list {
            display: block; }
          header.header aside.header-options-wrap .header-options .options-wrap.active input {
            display: inline-block; }
          header.header aside.header-options-wrap .header-options .options-wrap.active select {
            display: block; }
          header.header aside.header-options-wrap .header-options .options-wrap.active .options-container {
            display: block;
            position: absolute;
            border: 1px solid transparent;
            border-radius: 5px;
            background: #fff;
            box-shadow: 0 17px 30px rgba(101, 101, 101, 0.16);
            width: 110%;
            top: -50%;
            left: -5%;
            max-height: 300px;
            overflow: hidden;
            overflow-y: auto;
            padding: 7% 6%; }
        header.header aside.header-options-wrap .header-options .options-wrap .options-select {
          position: relative;
          display: flex;
          flex-flow: column;
          width: 100%;
          border: none;
          outline: none;
          font-size: 16px;
          color: #000;
          padding-left: 2%;
          margin-bottom: 4%;
          -webkit-appearance: none;
          -moz-appearance: none;
          padding-right: 8px;
          line-height: 1.5; }
          header.header aside.header-options-wrap .header-options .options-wrap .options-select.counter-shown {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
          header.header aside.header-options-wrap .header-options .options-wrap .options-select.selected {
            font-weight: 500; }
          header.header aside.header-options-wrap .header-options .options-wrap .options-select::after {
            content: url("../images/chevron-bottom.svg");
            position: absolute;
            right: 0;
            top: 0;
            transform: rotate(0deg);
            transition: transform 0.2s ease; }
    header.header aside.header-options-wrap .header-save-filter {
      display: inline-block;
      color: #000;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 11px;
      text-transform: uppercase;
      cursor: pointer;
      user-select: none;
      margin-bottom: 10px; }
    header.header aside.header-options-wrap .header-search-input {
      display: inline-block;
      font-size: 11px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #000;
      margin-left: 60px; }
      header.header aside.header-options-wrap .header-search-input::placeholder {
        color: #b8b8b8; }
  header.header.bonus {
    min-height: 0;
    background: transparent;
    box-shadow: none; }
  header.header.search-active {
    height: 497px;
    transition: height 0.5s ease; }
  header.header.header-couriers {
    min-height: 120px;
    background: transparent;
    box-shadow: none; }

section.wrapper {
  background: transparent;
  width: 100%;
  height: auto;
  position: relative;
  top: 0; }
  section.wrapper.user-page .content {
    padding: 60px 50px 40px; }
  section.wrapper.user-page .csv-block {
    position: relative;
    left: 81%;
    bottom: 100px;}
  section.wrapper.user-page .modal .modal-window {
    height: 100%;
    overflow: auto;}
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .row {
      color: #000;
      font-size: 16px;
      font-weight: 500;
      line-height: 16px; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .row.client::before {
        content: "Номер карты клиента: ";
        margin-right: 8px;
        color: #b8b8b8;
        font-size: 16px;
        line-height: 16px; }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item {
      display: flex;
      flex-flow: column nowrap; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item textarea {
        font-size: 16px;
      }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item label {
        margin-bottom: 20px; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item:hover span.edit {
        opacity: 1 !important; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item.tel {
        position: relative;
      margin-bottom: 10px; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item.profession {
        max-width: 64%;}
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item.tel span.edit {
          content: url("../images/edit-btn.svg");
          position: absolute;
          display: block;
          cursor: pointer;
          left: 95px;
          top: 1px;
          opacity: 0;
          transition: opacity 0.2s ease; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item.address {
        position: relative;
        margin-bottom: 30px;}
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item.address span.edit {
          content: url("../images/edit-btn.svg");
          position: absolute;
          display: block;
          cursor: pointer;
          left: 70px;
          top: 1px;
          opacity: 0;
          transition: opacity 0.2s ease; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item.bd {
        position: relative;
        margin-top: 15px}
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item.bd span.editIcon {
          position: absolute;
          left: 145px;
        }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item.bd span.edit {
          content: url("../images/edit-btn.svg");
          position: absolute;
          display: block;
          cursor: pointer;
          left: 140px;
          top: 1px;
          opacity: 0;
          transition: opacity 0.2s ease; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item span.edit {
        user-select: none;
        cursor: pointer; }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first label {
      color: #b8b8b8;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 20px;
      user-select: none; }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.name {
      color: #000;
      font-size: 24px;
      font-weight: 500;
      line-height: 38px; }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.address {
      font-size: 16px;
      line-height: 24px;
      color: #000; }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.comments {
      position: relative;
      color: #000;
      font-size: 16px;
      line-height: 24px; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.comments::after {
        content: url("../images/edit-btn.svg");
        position: absolute;
        display: block;
        cursor: pointer;
        right: -35px;
        top: 11px; }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.tel, section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.email {
      line-height: 28px;
      font-size: 16px;
      color: #000; }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.bd {
      position: relative;
      color: #000;
      font-size: 16px;
      line-height: 24px;
      margin-top: -5px;
    }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.bd .editIcon {
      position: absolute;
      left: 125px;
      top: 0;
    }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.push .check {
      position: relative; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.push .check.first {
        margin-bottom: 10px; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.push .check input[type="checkbox"] {
        position: absolute;
        display: block;
        width: 40px;
        height: 30px;
        z-index: 5;
        cursor: pointer; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.push .check input[type="checkbox"] + label {
        color: #000;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        transition: color 0.2s ease; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.push .check input[type="checkbox"] + label::before {
        content: '';
        position: relative;
        bottom: -5px;
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        border-radius: 0;
        margin-right: 8px;
        box-sizing: border-box; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.push .check input[type="checkbox"]:checked + label {
        color: #000; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.push .check input[type="checkbox"]:checked + label::after {
        content: url("../images/checkbox-icon.svg");
        position: absolute;
        left: 4px;
        top: 2px; }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts {
      position: relative;
      display: flex;
      flex-flow: row wrap;
      width: 200px;
      margin: 20px 0 30px;
      justify-content: space-between; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .editIcon {
        position: absolute;
        right: -30px;
        top: 12px;
      }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts span.edit {
        content: url("../images/edit-btn.svg");
        position: absolute;
        display: block;
        cursor: pointer;
        left: 210px;
        top: 10px;
        opacity: 0;
        transition: opacity 0.2s ease; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts:hover span.edit {
        opacity: 1; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 5px;
        user-select: none;
        cursor: pointer;
        background-color: #f8f8f8;
        border-radius: 50%;
        transition: background-color 0.2s ease; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item.fav::before {
          content: url("../images/contact-icons/heart.svg");
          position: absolute;
          right: 0;
          bottom: 0; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item .tooltip {
          display: none;
          position: absolute;
          bottom: 48px;
          padding: 5px 10px;
          background: #000;
          color: #fff;
          font-size: 10px;
          line-height: 1;
          letter-spacing: 0.5px;
          border-radius: 2px;
          text-align: center;
          left: 50%;
          transform: translateX(-50%); }
          section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item .tooltip::before {
            content: '';
            position: absolute;
            display: block;
            width: 5px;
            height: 5px;
            background: #000;
            bottom: -2px;
            left: 50%;
            transform: translateX(-50%) rotate(45deg); }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item svg path {
            transition: fill 0.2s ease; }
          section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item svg g circle {
            transition: fill 0.2s ease; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item:hover {
          background-color: #000; }
          section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item:hover svg path {
            fill: #fff; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item:nth-child(2) {
          margin-left: 0; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item:last-child {
          margin-right: 0; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item:nth-child(5) {
          margin-right: 0; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item:nth-child(6) {
          margin-left: 0; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item.telegram svg {
          left: 49%; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item.vk:hover svg g circle {
          fill: #fff; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item.vk:hover svg g path.icon {
          fill: #000; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item.inst svg g rect {
          transition: fill 0.2s ease; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .contacts .contacts-item.inst:hover svg g rect {
          fill: #fff; }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .row {
      display: flex;
      flex-flow: row nowrap;
      width: 100%;
      height: auto;
      justify-content: space-between;
      align-items: center; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .row .menu {
        display: flex;
        flex-flow: row nowrap; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .row .menu li {
          display: block; }
          section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .row .menu li.active a {
            color: #040404; }
          section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .row .menu li .menu-item {
            display: inline-block;
            white-space: nowrap;
            color: #c0c0c0;
            font-size: 14px;
            font-weight: 500;
            line-height: 16px;
            margin: 0 40px;
            cursor: pointer;
            user-select: none; }
            section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .row .menu li .menu-item:first-child {
              margin-left: 0; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .row .close {
        content: url("../images/close-icon.svg");
        cursor: pointer;
        user-select: none; }
    section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap {
      padding-top: 45px;
      height: 100%; }
      section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item {
        height: 100%; }
        section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item .order-header-title-wrap {
          display: flex;
          justify-content: space-around;
          padding-bottom: 10px;
          width: 90%;
          margin-left: 5%;
          color: #9c9c9c }
section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.order-header-title-wrap .date {
    width: 26%; }
.order-header-title-wrap .rest {
    width: 20%;
    margin-right: 5%; }
.order-header-title-wrap .count {
    width: 10%;}
.order-header-title-wrap .type {
    width: 30%;
    padding-left: 4%;}
.order-header-title-wrap .summ {
    width: 10%; }

.orders-list .date {
    min-width: 29% !important;}
.orders-list .rest {
    min-width: 33% !important;}
.orders-list .count {
    min-width: 10% !important;}
.orders-list .type {
    min-width: 22% !important;}
.orders-list .summ {
    min-width: 10% !important;}

section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-info .wrap-info-block {
    display: flex;
    flex-flow: column nowrap;
}

section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-info .wrap-info-block:last-child {
    margin-bottom: 0;
}

section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-info .wrap-info-block label {
    color: #b8b8b8;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
}

section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-info .wrap-info-block input {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 5px;
}

section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-list span {
  min-width: 31%;
}
          section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-wrap {
            display: flex;
            flex-flow: column nowrap;
            justify-content: flex-start;
            width: 100%;
            height: 100%;
            overflow: auto;
            margin-left: -20px;
            margin-bottom: 40px; }
            section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-wrap::-webkit-scrollbar {
              width: 4px; }
            section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-wrap::-webkit-scrollbar-thumb {
              background: #000; }
            section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-wrap .info-item {
              display: flex;
              flex-flow: row nowrap;
              width: 100%;
              justify-content: space-between;
              align-items: center;
              height: 60px;
              border-radius: 5px;
              background-color: #ffffff;
              padding: 0 20px;
              user-select: none;
              flex-shrink: 0; }
              section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-wrap .info-item:hover {
                box-shadow: 0 15px 27px 0 rgba(20, 24, 43, 0.05);
                z-index: 5; }
              section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-wrap .info-item:first-child {
                margin-top: 0; }
              section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-wrap .info-item .item-date {
                color: #000;
                font-size: 16px;
                font-weight: 500;
                line-height: 16px;
                width: 30%; }
              section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-wrap .info-item .item-name {
                font-size: 16px;
                line-height: 16px;
                color: #b8b8b8;
                width: 25%; }
              section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-wrap .info-item .item-pay {
                font-size: 16px;
                line-height: 16px;
                color: #b8b8b8;
                width: 20%; }
              section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-wrap .info-item .item-sum {
                font-size: 16px;
                line-height: 16px;
                text-align: right;
                color: #000;
                width: 25%; }
          section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-total {
            display: flex;
            flex-flow: row nowrap;
            width: 100%;
            height: auto;
            justify-content: space-between;
            padding-top: 15px;
            margin-top: auto; }
            section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-total .total-text {
              font-size: 22px;
              font-weight: 500;
              line-height: 22px;
              color: #000; }
            section.wrapper.user-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .info-total .total-price {
              font-size: 22px;
              font-weight: 500;
              line-height: 22px;
              color: #000; }
  section.wrapper.company-page .content {
    padding: 60px 50px 40px; }
    section.wrapper.company-page .content .content-info .info-item.id {
      width: 10%; }
    section.wrapper.company-page .content .content-info .info-item.company-name {
      width: 15%; }
    section.wrapper.company-page .content .content-info .info-item.organization-name {
      width: 15%; }
    section.wrapper.company-page .content .content-info .info-item.company-check {
      width: 10%;
      justify-content: flex-end; }
    section.wrapper.company-page .content .content-info .info-item.company-events {
      width: 10%;
      justify-content: center; }
    section.wrapper.company-page .content .content-info .info-item.company-event {
      width: 10%; }
    section.wrapper.company-page .content .content-info .info-item.company-event-status {
      width: 20%;
      justify-content: flex-end; }
    section.wrapper.company-page .content .content-info .info-item-empty {
      width: 10%; }
    section.wrapper.company-page .content article.content-item .content-elem.id {
      width: 10%; }
    section.wrapper.company-page .content article.content-item .content-elem.company-name {
      width: 15%; }
    section.wrapper.company-page .content article.content-item .content-elem.organization-name {
      width: 15%; }
    section.wrapper.company-page .content article.content-item .content-elem.company-check {
      width: 10%;
      justify-content: flex-end; }
    section.wrapper.company-page .content article.content-item .content-elem.company-events {
      width: 10%;
      justify-content: center; }
    section.wrapper.company-page .content article.content-item .content-elem.company-event {
      width: 10%; }
    section.wrapper.company-page .content article.content-item .content-elem.company-event-status {
      width: 20%;
      justify-content: flex-end; }
    section.wrapper.company-page .content article.content-item .content-elem.more {
      width: 10%; }
  section.wrapper.company-page .modal .modal-window {
    height: 80%;
    overflow: auto; }
    section.wrapper.company-page .modal .modal-window .modal-window-content .col.first .row {
      font-size: 16px;
      font-weight: 500;
      line-height: 16px;
      color: #b8b8b8; }
    section.wrapper.company-page .modal .modal-window .modal-window-content .col.first .col-item {
      display: flex;
      flex-flow: column nowrap; }
      section.wrapper.company-page .modal .modal-window .modal-window-content .col.first .col-item:hover span.edit {
        opacity: 1 !important; }
      section.wrapper.company-page .modal .modal-window .modal-window-content .col.first .col-item.address {
        position: relative; }
        section.wrapper.company-page .modal .modal-window .modal-window-content .col.first .col-item.address span.edit {
          content: url("../images/edit-btn.svg");
          position: absolute;
          display: block;
          cursor: pointer;
          left: 70px;
          top: 1px;
          opacity: 0;
          transition: opacity 0.2s ease; }
      section.wrapper.company-page .modal .modal-window .modal-window-content .col.first .col-item span.edit {
        user-select: none;
        cursor: pointer; }
      section.wrapper.company-page .modal .modal-window .modal-window-content .col.first .col-item textarea, section.wrapper.company-page .modal .modal-window .modal-window-content .col.first .col-item select {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #000; }
      section.wrapper.company-page .modal .modal-window .modal-window-content .col.first .col-item select {
        background: url("../images/chevron-bottom.svg") no-repeat 50% 50%; }
    section.wrapper.company-page .modal .modal-window .modal-window-content .col.first label {
      color: #b8b8b8;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 20px;
      user-select: none;
      margin-bottom: 20px; }
    section.wrapper.company-page .modal .modal-window .modal-window-content .col.first .organization-name {
      font-size: 24px;
      font-weight: 500;
      line-height: 1.58;
      letter-spacing: 0.5px;
      color: #000; }
    section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .row {
      display: flex;
      flex-flow: row nowrap;
      width: 100%;
      height: auto;
      justify-content: space-between;
      align-items: center; }
      section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .row .menu {
        display: flex;
        flex-flow: row nowrap; }
        section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .row .menu li {
          display: block; }
          section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .row .menu li .menu-item {
            display: inline-block;
            white-space: nowrap;
            color: #000;
            font-size: 14px;
            font-weight: 500;
            line-height: 16px;
            margin: 0 40px;
            cursor: pointer;
            user-select: none; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .row .menu li .menu-item:first-child {
              margin-left: 0; }
      section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .row .close {
        content: url("../images/close-icon.svg");
        cursor: pointer;
        user-select: none; }
    section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap {
      padding-top: 65px;
      height: 100%; }
      section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item {
        height: 100%; }
        section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization {
          display: flex;
          flex-flow: row nowrap; }
          section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col {
            display: flex;
            flex-flow: column nowrap;
            justify-content: space-between;
            width: 50%; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col .wrap-info-block {
              display: flex;
              flex-flow: column nowrap; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col .wrap-info-block label {
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #b8b8b8;
                margin-bottom: 20px; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col .wrap-info-block textarea, section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col .wrap-info-block select {
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #000; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col .wrap-info-block .payments {
                height: 400px;
                font-size: 14px;
                line-height: 1.57;
                letter-spacing: 0.5px;
                color: #000; }
        section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .row {
          display: flex;
          flex-flow: row nowrap;
          justify-content: flex-start;
          margin-bottom: 40px; }
          section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .row .item {
            font-size: 14px;
            line-height: 1;
            letter-spacing: 0.5px;
            color: #b8b8b8;
            user-select: none;
            cursor: pointer;
            margin-right: 30px; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .row .item:last-child {
              margin-right: 0; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .row .item.active {
              color: #000; }
        section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap {
          display: flex;
          flex-flow: column nowrap;
          height: 90%;
          user-select: none; }
          section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info {
            display: flex;
            flex-flow: row nowrap;
            width: 100%;
            justify-content: space-between;
            margin-left: -20px;
            padding: 0 20px; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item {
              font-size: 13px;
              line-height: 1;
              letter-spacing: 0.5px;
              color: #b8b8b8;
              cursor: pointer; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item.fio {
                width: 35%; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item.tel {
                width: 25%; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item.common {
                width: 17.5%; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item.average {
                width: 17.5%; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item-empty {
              width: 5%; }
          section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees {
            display: flex;
            flex-flow: column nowrap;
            width: 100%;
            height: 100%;
            overflow: auto;
            margin-top: 30px;
            margin-left: -20px; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees::-webkit-scrollbar {
              width: 0.25em; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees::-webkit-scrollbar-thumb {
              background-color: #000; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item {
              display: flex;
              flex-flow: row nowrap;
              flex-shrink: 0;
              justify-content: space-between;
              align-items: center;
              width: 100%;
              height: 60px;
              transition: box-shadow 0.2s ease;
              padding: 0 20px; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item.add-state .content-elem {
                height: 17px; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item.add-state .content-elem.common, section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item.add-state .content-elem.average, section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item.add-state .content-elem.more {
                  visibility: hidden; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item:hover {
                border-radius: 5px;
                background-color: #fff;
                box-shadow: 0 15px 27px 0 rgba(20, 24, 43, 0.05);
                border: solid 1px #f8f8f8; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem {
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #000; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.fio {
                  width: 35%; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.tel {
                  width: 25%; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.common {
                  width: 17.5%; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.average {
                  width: 17.5%; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.more {
                  cursor: pointer;
                  padding: 10px 0;
                  width: 5%;
                  text-align: right; }
                  section.wrapper .content article.content-item .content-elem.more.wide {
                    width: 10%;
                  }
                  section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.more i.more-icon {
                    content: url("../images/category-more.svg"); }
          section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees-add {
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: 0.5px;
            color: #b8b8b8;
            cursor: pointer;
            margin-top: 30px; }
        section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap {
          display: flex;
          flex-flow: column nowrap;
          height: 90%;
          user-select: none; }
          section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info {
            display: flex;
            flex-flow: row nowrap;
            width: 100%;
            justify-content: space-between;
            margin-left: -20px;
            padding: 0 20px; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item {
              font-size: 13px;
              line-height: 1;
              letter-spacing: 0.5px;
              color: #b8b8b8;
              cursor: pointer; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item.id {
                width: 15%; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item.fio {
                width: 30%; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item.date {
                width: 20%; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item.sum {
                width: 15%; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item.restaurant {
                width: 20%;
                text-align: right; }
          section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders {
            display: flex;
            flex-flow: column nowrap;
            width: 100%;
            height: 100%;
            overflow: auto;
            margin-top: 30px;
            margin-left: -20px; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders::-webkit-scrollbar {
              width: 0.25em; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders::-webkit-scrollbar-thumb {
              background-color: #000; }
            section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item {
              display: flex;
              flex-flow: row nowrap;
              flex-shrink: 0;
              justify-content: space-between;
              align-items: center;
              width: 100%;
              height: 60px;
              transition: box-shadow 0.2s ease;
              padding: 0 20px; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item:hover {
                border-radius: 5px;
                background-color: #fff;
                box-shadow: 0 15px 27px 0 rgba(20, 24, 43, 0.05);
                border: solid 1px #f8f8f8; }
              section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem {
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #000; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem.id {
                  width: 15%; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem.fio {
                  width: 30%; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem.date {
                  width: 20%; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem.sum {
                  width: 15%; }
                section.wrapper.company-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem.restaurant {
                  width: 20%;
                  text-align: right; }
  section.wrapper.company-page .modal .add-company {
    display: none;
    background: #fff;
    padding: 50px 50px 70px;
    z-index: 20;
    height: 80%;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0; }
    section.wrapper.company-page .modal .add-company .modal-window-content {
      position: relative;
      display: flex;
      flex-flow: row nowrap;
      width: 100%;
      height: 100%; }
      section.wrapper.company-page .modal .add-company .modal-window-content .col {
        display: flex;
        height: 100%; }
        section.wrapper.company-page .modal .add-company .modal-window-content .col.first {
          width: 35%;
          flex-flow: column nowrap;
          justify-content: space-between;
          padding-right: 5%; }
          section.wrapper.company-page .modal .add-company .modal-window-content .col.first .row {
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
            color: #b8b8b8; }
          section.wrapper.company-page .modal .add-company .modal-window-content .col.first .col-item {
            display: flex;
            flex-flow: column nowrap; }
            section.wrapper.company-page .modal .add-company .modal-window-content .col.first .col-item:hover span.edit {
              opacity: 1 !important; }
            section.wrapper.company-page .modal .add-company .modal-window-content .col.first .col-item.address {
              position: relative; }
              section.wrapper.company-page .modal .add-company .modal-window-content .col.first .col-item.address span.edit {
                content: url("../images/edit-btn.svg");
                position: absolute;
                display: block;
                cursor: pointer;
                left: 70px;
                top: 1px;
                opacity: 0;
                transition: opacity 0.2s ease; }
            section.wrapper.company-page .modal .add-company .modal-window-content .col.first .col-item span.edit {
              user-select: none;
              cursor: pointer; }
            section.wrapper.company-page .modal .add-company .modal-window-content .col.first .col-item textarea, section.wrapper.company-page .modal .add-company .modal-window-content .col.first .col-item select {
              font-size: 16px;
              line-height: 1.5;
              letter-spacing: 0.5px;
              color: #000; }
            section.wrapper.company-page .modal .add-company .modal-window-content .col.first .col-item select {
              background: url("../images/chevron-bottom.svg") no-repeat 50% 50%; }
          section.wrapper.company-page .modal .add-company .modal-window-content .col.first label {
            color: #b8b8b8;
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 20px;
            user-select: none;
            margin-bottom: 20px; }
          section.wrapper.company-page .modal .add-company .modal-window-content .col.first .organization-name {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.58;
            letter-spacing: 0.5px;
            color: #000; }
        section.wrapper.company-page .modal .add-company .modal-window-content .col.second {
          width: 65%;
          flex-flow: column nowrap; }
          section.wrapper.company-page .modal .add-company .modal-window-content .col.second .row {
            display: flex;
            flex-flow: row nowrap;
            width: 100%;
            height: auto;
            justify-content: space-between;
            align-items: center; }
            section.wrapper.company-page .modal .add-company .modal-window-content .col.second .row .title {
              font-size: 14px;
              font-weight: 500;
              line-height: 1;
              letter-spacing: 0.5px;
              color: #000; }
            section.wrapper.company-page .modal .add-company .modal-window-content .col.second .row .close {
              content: url("../images/close-icon.svg");
              cursor: pointer;
              user-select: none; }
          section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap {
            padding-top: 65px;
            height: 100%; }
            section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap .wrap-item {
              height: 100%;
              display: flex;
              flex-flow: row nowrap; }
              section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap .wrap-item .col {
                display: flex;
                flex-flow: column nowrap;
                justify-content: space-between;
                width: 50%; }
                section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap .wrap-item .col .wrap-info-block {
                  display: flex;
                  flex-flow: column nowrap; }
                  section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap .wrap-item .col .wrap-info-block label {
                    font-size: 16px;
                    line-height: 1;
                    letter-spacing: 0.5px;
                    color: #b8b8b8;
                    margin-bottom: 20px; }
                  section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap .wrap-item .col .wrap-info-block textarea, section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap .wrap-item .col .wrap-info-block select {
                    font-size: 16px;
                    line-height: 1;
                    letter-spacing: 0.5px;
                    color: #000; }
                  section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap .wrap-item .col .wrap-info-block .payments {
                    height: 400px;
                    font-size: 14px;
                    line-height: 1.57;
                    letter-spacing: 0.5px;
                    color: #000; }
                  section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap .wrap-item .col .wrap-info-block.director {
                    display: flex;
                    flex-flow: row wrap; }
                    section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap .wrap-item .col .wrap-info-block.director label {
                      width: 100%; }
                    section.wrapper.company-page .modal .add-company .modal-window-content .col.second .wrap .wrap-item .col .wrap-info-block.director textarea {
                      width: 50%; }
  section.wrapper.loyality-page {
    top: 47px;
  }
  section.wrapper.loyality-page .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    margin-bottom: 40px;
}
  section.wrapper.loyality-page .content {
    padding-bottom: 100px; }
    section.wrapper.loyality-page .content article.content-item {
      position: relative;
      cursor: default;
      border: solid 1px transparent;
      transition: border 0.2s ease; }
      section.wrapper.loyality-page .content article.content-item span:not(.initial-width) {
        display: flex;
        align-items: center;
        width: 2%; }
        section.wrapper.loyality-page .content article.content-item span.initial-width {
          padding-left: 7px;
        }
        section.wrapper.loyality-page .content article.content-item span.from {
          width: 15%;
          display: flex;
          align-items: center;
          color: #000;
          font-size: 14px;
          line-height: 14px;
          white-space: nowrap; }
        section.wrapper.loyality-page .content article.content-item span.to {
          width: 15%;
          display: flex;
          align-items: center;
          color: #000;
          font-size: 14px;
          line-height: 14px;
          white-space: nowrap; }
      section.wrapper.loyality-page .content article.content-item .content-elem.level {
        width: 20%;
        text-align: left; }
      section.wrapper.loyality-page .content article.content-item .content-elem.from {
        padding-left: 7px;
        text-align: left; }
      section.wrapper.loyality-page .content article.content-item .content-elem.to {
        padding-left: 7px;
        text-align: left; }
      section.wrapper.loyality-page .content article.content-item .content-elem.bonus-for {
        max-width: 5%; }
      section.wrapper.loyality-page .content article.content-item .content-elem.bonus-to {
        max-width: 5%; }
      section.wrapper.loyality-page .content article.content-item .content-elem.number {
        width: 15%;
        text-align: left; }
      section.wrapper.loyality-page .content article.content-item .content-elem.status {
        width: 15%;
        text-align: left; }
      section.wrapper.loyality-page .content article.content-item .content-elem.clients {
        width: 15%;
        text-align: left; }
      section.wrapper.loyality-page .content article.content-item .content-elem.more {
        cursor: pointer; }
        section.wrapper.loyality-page .content article.content-item .content-elem.more.active .edit-form {
          display: block; }
        section.wrapper.loyality-page .content article.content-item .content-elem.more .edit-form {
          display: none;
          position: absolute;
          right: 20px;
          bottom: -20px;
          z-index: 10; }
          section.wrapper.loyality-page .content article.content-item .content-elem.more .edit-form .edit-form-wrap {
            display: flex;
            flex-flow: column nowrap;
            border-radius: 5px;
            background-color: #ffffff;
            box-shadow: 0 5px 10px 0 rgba(20, 24, 43, 0.05);
            padding: 20px; }
            section.wrapper.loyality-page .content article.content-item .content-elem.more .edit-form .edit-form-wrap .edit-form-item {
              font-size: 14px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: 1;
              letter-spacing: 0.5px;
              text-align: left;
              color: #000;
              margin-bottom: 20px;
              user-select: none;
              cursor: pointer;
              transition: opacity 0.2s ease;
              opacity: 1; }
              section.wrapper.loyality-page .content article.content-item .content-elem.more .edit-form .edit-form-wrap .edit-form-item:last-child {
                margin-bottom: 0; }
              section.wrapper.loyality-page .content article.content-item .content-elem.more .edit-form .edit-form-wrap .edit-form-item:hover {
                opacity: 0.65; }
              section.wrapper.loyality-page .content article.content-item .content-elem.more .edit-form .edit-form-wrap .edit-form-item::before {
                position: relative;
                margin-right: 10px; }
              section.wrapper.loyality-page .content article.content-item .content-elem.more .edit-form .edit-form-wrap .edit-form-item.edit::before {
                content: url("../images/edit-icon.svg");
                bottom: -2px; }
              section.wrapper.loyality-page .content article.content-item .content-elem.more .edit-form .edit-form-wrap .edit-form-item.delete::before {
                content: url("../images/delete-icon.svg");
                bottom: -3px; }
      section.wrapper.loyality-page .content article.content-item.add-state .content-elem.bonus-for {
        width: 5%; }
      section.wrapper.loyality-page .content article.content-item.add-state .content-elem.bonus-to {
        width: 5%; }
      section.wrapper.loyality-page .content article.content-item.add-state .content-elem.status {
        color: #b8b8b8;
        background: url("../images/chevron-bottom.svg") no-repeat 35% 50%; }
      section.wrapper.loyality-page .content article.content-item.add-state .content-elem.clients,
      section.wrapper.loyality-page .content article.content-item.add-state .content-elem.clients + .more {
        display: none; }
      section.wrapper.loyality-page .content article.content-item.add-state .content-elem.more i.more-icon {
        content: '';
        font-weight: 900;
        font-size: 9px;
        line-height: 9px;
        letter-spacing: 1px;
        text-transform: uppercase; }
      section.wrapper.loyality-page .content article.content-item.error {
        border: solid 1px rgba(194, 15, 15, 0.75);
        transition: border 0.2s ease; }
  section.wrapper.act-page .content {
    padding: 60px 50px 40px; }
    section.wrapper.act-page .content .content-info .info-item.act-id {
      width: 5%; }
    section.wrapper.act-page .content .content-info .info-item.act-name {
      width: 25%; }
    section.wrapper.act-page .content .content-info .info-item.act-date-start {
      width: 15%; }
    section.wrapper.act-page .content .content-info .info-item.act-date-end {
      width: 15%; }
    section.wrapper.act-page .content .content-info .info-item.act-restaurant {
      width: 15%; }
    section.wrapper.act-page .content .content-info .info-item.act-total {
      width: 17.5%;
      justify-content: flex-end; }
    section.wrapper.act-page .content .content-info .info-item-empty {
      width: 7.5%; }
    section.wrapper.act-page .content article.content-item .content-elem.act-id {
      width: 5%; }
    section.wrapper.act-page .content article.content-item .content-elem.act-name {
      width: 25%; }
    section.wrapper.act-page .content article.content-item .content-elem.act-date-start {
      width: 15%; }
    section.wrapper.act-page .content article.content-item .content-elem.act-date-end {
      width: 15%; }
    section.wrapper.act-page .content article.content-item .content-elem.act-restaurant {
      width: 15%; }
    section.wrapper.act-page .content article.content-item .content-elem.act-total {
      width: 17.5%;
      justify-content: flex-end; }
    section.wrapper.act-page .content article.content-item .content-elem.more {
      width: 7.5%; }
  section.wrapper.act-page .modal .modal-window {
    height: 80%; }
    section.wrapper.act-page .modal .modal-window .modal-window-content .col.first .row {
      font-size: 16px;
      font-weight: 500;
      line-height: 16px;
      color: #b8b8b8; }
    section.wrapper.act-page .modal .modal-window .modal-window-content .col.first .col-item {
      display: flex;
      flex-flow: column nowrap; }
      section.wrapper.act-page .modal .modal-window .modal-window-content .col.first .col-item:hover span.edit {
        opacity: 1 !important; }
      section.wrapper.act-page .modal .modal-window .modal-window-content .col.first .col-item.address {
        position: relative; }
        section.wrapper.act-page .modal .modal-window .modal-window-content .col.first .col-item.address span.edit {
          content: url("../images/edit-btn.svg");
          position: absolute;
          display: block;
          cursor: pointer;
          left: 70px;
          top: 1px;
          opacity: 0;
          transition: opacity 0.2s ease; }
      section.wrapper.act-page .modal .modal-window .modal-window-content .col.first .col-item span.edit {
        user-select: none;
        cursor: pointer; }
      section.wrapper.act-page .modal .modal-window .modal-window-content .col.first .col-item textarea, section.wrapper.act-page .modal .modal-window .modal-window-content .col.first .col-item select {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #000; }
      section.wrapper.act-page .modal .modal-window .modal-window-content .col.first .col-item select {
        background: url("../images/chevron-bottom.svg") no-repeat 50% 50%; }
    section.wrapper.act-page .modal .modal-window .modal-window-content .col.first label {
      color: #b8b8b8;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 20px;
      user-select: none;
      margin-bottom: 20px; }
    section.wrapper.act-page .modal .modal-window .modal-window-content .col.first .organization-name {
      font-size: 24px;
      font-weight: 500;
      line-height: 1.58;
      letter-spacing: 0.5px;
      color: #000; }
    section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .row {
      display: flex;
      flex-flow: row nowrap;
      width: 100%;
      height: auto;
      justify-content: space-between;
      align-items: center; }
      section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .row .menu {
        display: flex;
        flex-flow: row nowrap; }
        section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .row .menu li {
          display: block; }
          section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .row .menu li .menu-item {
            display: inline-block;
            white-space: nowrap;
            color: #000;
            font-size: 14px;
            font-weight: 500;
            line-height: 16px;
            margin: 0 40px;
            cursor: pointer;
            user-select: none; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .row .menu li .menu-item:first-child {
              margin-left: 0; }
      section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .row .close {
        content: url("../images/close-icon.svg");
        cursor: pointer;
        user-select: none; }
    section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap {
      padding-top: 65px;
      height: 100%; }
      section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item {
        height: 100%; }
        section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization {
          display: flex;
          flex-flow: row nowrap; }
          section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col {
            display: flex;
            flex-flow: column nowrap;
            justify-content: space-between;
            width: 50%; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col .wrap-info-block {
              display: flex;
              flex-flow: column nowrap; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col .wrap-info-block label {
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #b8b8b8;
                margin-bottom: 20px; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col .wrap-info-block textarea, section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col .wrap-info-block select {
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #000; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-organization .col .wrap-info-block .payments {
                height: 400px;
                font-size: 14px;
                line-height: 1.57;
                letter-spacing: 0.5px;
                color: #000; }
        section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .row {
          display: flex;
          flex-flow: row nowrap;
          justify-content: flex-start;
          margin-bottom: 40px; }
          section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .row .item {
            font-size: 14px;
            line-height: 1;
            letter-spacing: 0.5px;
            color: #b8b8b8;
            user-select: none;
            cursor: pointer;
            margin-right: 30px; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .row .item:last-child {
              margin-right: 0; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .row .item.active {
              color: #000; }
        section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap {
          display: flex;
          flex-flow: column nowrap;
          height: 90%;
          user-select: none; }
          section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info {
            display: flex;
            flex-flow: row nowrap;
            width: 100%;
            justify-content: space-between;
            margin-left: -20px;
            padding: 0 20px; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item {
              font-size: 13px;
              line-height: 1;
              letter-spacing: 0.5px;
              color: #b8b8b8;
              cursor: pointer; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item.fio {
                width: 35%; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item.tel {
                width: 25%; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item.common {
                width: 17.5%; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item.average {
                width: 17.5%; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .epmloyees-info .info-item-empty {
              width: 5%; }
          section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees {
            display: flex;
            flex-flow: column nowrap;
            width: 100%;
            height: 100%;
            overflow: auto;
            margin-top: 30px;
            margin-left: -20px; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees::-webkit-scrollbar {
              width: 0.25em; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees::-webkit-scrollbar-thumb {
              background-color: #000; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item {
              display: flex;
              flex-flow: row nowrap;
              flex-shrink: 0;
              justify-content: space-between;
              align-items: center;
              width: 100%;
              height: 60px;
              transition: box-shadow 0.2s ease;
              padding: 0 20px; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item.add-state .content-elem {
                height: 17px; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item.add-state .content-elem.common, section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item.add-state .content-elem.average, section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item.add-state .content-elem.more {
                  visibility: hidden; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item:hover {
                border-radius: 5px;
                background-color: #fff;
                box-shadow: 0 15px 27px 0 rgba(20, 24, 43, 0.05);
                border: solid 1px #f8f8f8; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem {
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #000; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.fio {
                  width: 35%; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.tel {
                  width: 25%; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.common {
                  width: 17.5%; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.average {
                  width: 17.5%; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.more {
                  cursor: pointer;
                  padding: 10px 0;
                  width: 5%;
                  text-align: right; }
                  section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees article.content-item .content-elem.more i.more-icon {
                    content: url("../images/category-more.svg"); }
          section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-employees .epmloyees-wrap .employees-add {
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: 0.5px;
            color: #b8b8b8;
            cursor: pointer;
            margin-top: 30px; }
        section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap {
          display: flex;
          flex-flow: column nowrap;
          height: 90%;
          user-select: none; }
          section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info {
            display: flex;
            flex-flow: row nowrap;
            width: 100%;
            justify-content: space-between;
            margin-left: -20px;
            padding: 0 20px; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item {
              font-size: 13px;
              line-height: 1;
              letter-spacing: 0.5px;
              color: #b8b8b8;
              cursor: pointer; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item.id {
                width: 15%; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item.fio {
                width: 30%; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item.date {
                width: 20%; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item.sum {
                width: 15%; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders-info .info-item.restaurant {
                width: 20%;
                text-align: right; }
          section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders {
            display: flex;
            flex-flow: column nowrap;
            width: 100%;
            height: 100%;
            overflow: auto;
            margin-top: 30px;
            margin-left: -20px; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders::-webkit-scrollbar {
              width: 0.25em; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders::-webkit-scrollbar-thumb {
              background-color: #000; }
            section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item {
              display: flex;
              flex-flow: row nowrap;
              flex-shrink: 0;
              justify-content: space-between;
              align-items: center;
              width: 100%;
              height: 60px;
              transition: box-shadow 0.2s ease;
              padding: 0 20px; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item:hover {
                border-radius: 5px;
                background-color: #fff;
                box-shadow: 0 15px 27px 0 rgba(20, 24, 43, 0.05);
                border: solid 1px #f8f8f8; }
              section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem {
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #000; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem.id {
                  width: 15%; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem.fio {
                  width: 30%; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem.date {
                  width: 20%; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem.sum {
                  width: 15%; }
                section.wrapper.act-page .modal .modal-window .modal-window-content .col.second .wrap .wrap-item#wrap-orders .orders-wrap .orders article.content-item .content-elem.restaurant {
                  width: 20%;
                  text-align: right; }
  section.wrapper.act-page .modal .add-act {
    display: none;
    background: #fff;
    padding: 50px 50px 70px;
    z-index: 20;
    height: 80%;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0; }
    section.wrapper.act-page .modal .add-act .modal-window-content {
      position: relative;
      display: flex;
      flex-flow: row nowrap;
      width: 100%;
      height: 100%; }
      section.wrapper.act-page .modal .add-act .modal-window-content .col {
        display: flex;
        height: 100%; }
        section.wrapper.act-page .modal .add-act .modal-window-content .col.first {
          width: 35%;
          flex-flow: column nowrap;
          justify-content: space-between;
          padding-right: 5%; }
          section.wrapper.act-page .modal .add-act .modal-window-content .col.first .row {
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
            color: #b8b8b8; }
          section.wrapper.act-page .modal .add-act .modal-window-content .col.first .col-item {
            display: flex;
            flex-flow: column nowrap; }
            section.wrapper.act-page .modal .add-act .modal-window-content .col.first .col-item:hover span.edit {
              opacity: 1 !important; }
            section.wrapper.act-page .modal .add-act .modal-window-content .col.first .col-item.address {
              position: relative; }
              section.wrapper.act-page .modal .add-act .modal-window-content .col.first .col-item.address span.edit {
                content: url("../images/edit-btn.svg");
                position: absolute;
                display: block;
                cursor: pointer;
                left: 70px;
                top: 1px;
                opacity: 0;
                transition: opacity 0.2s ease; }
            section.wrapper.act-page .modal .add-act .modal-window-content .col.first .col-item span.edit {
              user-select: none;
              cursor: pointer; }
            section.wrapper.act-page .modal .add-act .modal-window-content .col.first .col-item textarea, section.wrapper.act-page .modal .add-act .modal-window-content .col.first .col-item select {
              font-size: 16px;
              line-height: 1.5;
              letter-spacing: 0.5px;
              color: #000; }
            section.wrapper.act-page .modal .add-act .modal-window-content .col.first .col-item select {
              background: url("../images/chevron-bottom.svg") no-repeat 50% 50%; }
            section.wrapper.act-page .modal .add-act .modal-window-content .col.first .col-item .act-add-img {
              position: relative;
              display: block;
              width: 30px;
              height: 30px;
              background: #f8f8f8;
              border-radius: 50%;
              cursor: pointer; }
              section.wrapper.act-page .modal .add-act .modal-window-content .col.first .col-item .act-add-img::before {
                content: url("../images/add-img.png");
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
          section.wrapper.act-page .modal .add-act .modal-window-content .col.first label {
            color: #b8b8b8;
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 20px;
            user-select: none;
            margin-bottom: 20px; }
          section.wrapper.act-page .modal .add-act .modal-window-content .col.first .act-name {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.58;
            letter-spacing: 0.5px;
            color: #000; }
        section.wrapper.act-page .modal .add-act .modal-window-content .col.second {
          width: 65%;
          flex-flow: column nowrap; }
          section.wrapper.act-page .modal .add-act .modal-window-content .col.second .row {
            display: flex;
            flex-flow: row nowrap;
            width: 100%;
            height: auto;
            justify-content: space-between;
            align-items: center; }
            section.wrapper.act-page .modal .add-act .modal-window-content .col.second .row .title {
              font-size: 14px;
              font-weight: 500;
              line-height: 1;
              letter-spacing: 0.5px;
              color: #000; }
            section.wrapper.act-page .modal .add-act .modal-window-content .col.second .row .close {
              content: url("../images/close-icon.svg");
              cursor: pointer;
              user-select: none; }
          section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap {
            padding-top: 65px;
            height: 100%;
            padding-right: 50%; }
            section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item {
              display: flex;
              flex-flow: column nowrap;
              margin-bottom: auto; }
              section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item label {
                font-size: 16px;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #b8b8b8;
                margin-bottom: 30px; }
              section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item select {
                font-size: 16px;
                font-weight: 500;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #000;
                margin-bottom: 30px;
                cursor: pointer;
                background: url("../images/chevron-bottom.svg") no-repeat 100% 50%; }
              section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .act-rest-trigger {
                position: relative;
                font-size: 16px;
                font-weight: 500;
                line-height: 1;
                letter-spacing: 0.5px;
                color: #000;
                margin-bottom: 30px;
                cursor: pointer; }
                section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .act-rest-trigger::after {
                  content: url("../images/chevron-bottom.svg");
                  position: absolute;
                  right: 0; }
              section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .date-select {
                margin-bottom: 30px; }
                section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .date-select .date-select-item.date {
                  display: flex;
                  flex-flow: row nowrap;
                  align-items: center; }
                  section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .date-select .date-select-item.date i.icon {
                    content: url("../images/category-date-icon.svg");
                    margin-right: 10px; }
                  section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .date-select .date-select-item.date input {
                    width: 70px;
                    font-size: 12px;
                    line-height: 1;
                    letter-spacing: 0.5px;
                    color: #000; }
                  section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .date-select .date-select-item.date span {
                    margin: 0 10px; }
                section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .date-select .date-select-item.week {
                  display: flex;
                  flex-flow: row nowrap; }
                  section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .date-select .date-select-item.week .week-item {
                    margin-right: 20px;
                    font-size: 12px;
                    font-weight: 500;
                    line-height: 1.33;
                    letter-spacing: 0.4px;
                    color: #b8b8b8;
                    transition: color 0.2s ease;
                    cursor: pointer;
                    user-select: none; }
                    section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .date-select .date-select-item.week .week-item.active {
                      color: #000; }
                    section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .date-select .date-select-item.week .week-item:last-child {
                      margin-right: 0; }
              section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .apply-code {
                display: flex;
                flex-flow: row nowrap;
                margin-top: -10px;
                align-items: center; }
                section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .apply-code input {
                  font-size: 16px;
                  line-height: 1;
                  letter-spacing: 0.5px;
                  color: #b8b8b8;
                  margin-right: 40px;
                  width: 120px; }
                section.wrapper.act-page .modal .add-act .modal-window-content .col.second .wrap .col-item .apply-code .btn-code {
                  font-size: 9px;
                  font-weight: 900;
                  line-height: 1;
                  letter-spacing: 1px;
                  color: #000;
                  user-select: none;
                  cursor: pointer;
                  text-transform: uppercase; }
  section.wrapper .content {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: auto;
    padding: 0 50px; }
    section.wrapper .content .content-info {
      display: flex;
      flex-flow: row nowrap;
      width: 100%;
      height: auto;
      justify-content: space-between;
      margin-bottom: 20px;
      user-select: none;
      padding: 0 14px; }
      section.wrapper .content .content-info .info-item {
        display: flex;
        color: #b8b8b8;
        font-size: 13px;
        line-height: 13px;
        cursor: pointer;
        width: 9%;
        justify-content: flex-start; }
        section.wrapper .content .content-info .info-item.asc, section.wrapper .content .content-info .info-item.desc {
          color: #000; }
        section.wrapper .content .content-info .info-item.orders span {
          margin-left: 21px;}
        section.wrapper .content .content-info .info-item.platform {
          width: 3%;
          justify-content: flex-start;}
        section.wrapper .content .content-info .info-item.rc span {
          margin-left: 12px;}
        section.wrapper .content .content-info .info-item.fio {
          width: 18%;}
        section.wrapper .content .content-info .info-item.fio span {
          margin-left: 50px;}
        section.wrapper .content .content-info .info-item.gender {
          width: 12%;}
        section.wrapper .content .content-info .info-item.ac span {
          margin-left: 19px;}

        section.wrapper .content .content-info .info-item.bonus {
          width: 5%;}
      section.wrapper .content .content-info .info-item-empty {
        width: 5%; }
    section.wrapper .content article.content-item,
    section.wrapper .content article.content-item form {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      width: 100%;
      height: 60px;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 5px 10px 0 rgba(20, 24, 43, 0.05);
      cursor: pointer;
      user-select: none;
      padding: 0 20px;
      margin-bottom: 5px;
      transition: box-shadow 0.2s ease; }
      section.wrapper .content article.content-item.blocked .content-elem {
        opacity: 0.25;
      }
      section.wrapper .content article.content-item form {
        padding: 0;
        height: 100%;
        box-shadow: none;
      }
      section.wrapper .content article.content-item:last-child {
        margin-bottom: 0; }
      section.wrapper .content article.content-item:hover {
        box-shadow: 0 5px 10px 0 rgba(20, 24, 43, 0.09);
        z-index: 5; }
      section.wrapper .content article.content-item .content-elem {
        display: flex;
        align-items: center;
        color: #000;
        font-size: 14px;
        line-height: 14px;
        white-space: nowrap;
        width: 9%; }
        section.wrapper .content article.content-item .content-elem.platform {
          width: 3%; }
        section.wrapper .content article.content-item .content-elem.to, section.wrapper .content article.content-item .content-elem.from {
          width: 73.2%;
        }
        section.wrapper .content article.content-item .content-elem.fio {
          width: 18%;
          justify-content: flex-start; }
        section.wrapper .content article.content-item .content-elem.gender {
          width: 12%;}
        section.wrapper .content article.content-item .content-elem.bonus {
          width: 5%;}
        section.wrapper .content article.content-item .content-elem.more {
          width: 5%; }
        section.wrapper .content article.content-item .content-elem.orders span {
          margin-left: 39px; }
        section.wrapper .content article.content-item .content-elem.rc span {
          margin-left: 25px;
         margin-right: 2px; }
        section.wrapper .content article.content-item .content-elem.ac span {
          margin-left: 28px;
          margin-right: 2px;}
        section.wrapper .content article.content-item .content-elem.bg span {
          margin-left: 30px; }
        section.wrapper .content article.content-item .content-elem.age span {
          margin-left: 12px; }
        section.wrapper .content article.content-item .content-elem.bonus span {
          margin-left: 24px; }
        section.wrapper .content article.content-item .content-elem.bs span {
          margin-left: 12px; }
          section.wrapper .content article.content-item .content-elem.more i.more-icon {
            content: url("../images/category-more.svg");
            margin-left: auto; }
  section.wrapper .modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    section.wrapper .modal .modal-mask {
      display: none;
      position: fixed;
      background: #000;
      opacity: 0.3;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 15; }
    section.wrapper .modal .modal-window {
      position: fixed;
      display: none;
      width: 100%;
      background: #fff;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 50px 50px 70px;
      z-index: 20; }
      section.wrapper .modal .modal-window .modal-window-content {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        width: 100%; }
        section.wrapper .modal .modal-window .modal-window-content .col {
          display: flex;
          height: 100%; }
          section.wrapper .modal .modal-window .modal-window-content .col.first {
            width: 30%;
            flex-flow: column nowrap;
            justify-content: space-between;
            padding-right: 2%; }
            section.wrapper .modal .modal-window .modal-window-content .col.first .save-btn button {
              position: relative;
              display: inline-block;
              color: #000;
              font-size: 11px;
              font-weight: bold;
              letter-spacing: 1px;
              line-height: 11px;
              text-transform: uppercase;
              cursor: pointer;
              user-select: none; }
              section.wrapper .modal .modal-window .modal-window-content .col.first .save-btn button::after {
                content: '';
                position: absolute;
                display: block;
                width: 75%;
                height: 2px;
                background: #000;
                bottom: -75%;
                transition: width 0.3s ease;
                left: 0;
                margin: auto; }
              section.wrapper .modal .modal-window .modal-window-content .col.first .save-btn button:hover::after {
                width: 100%; }
          section.wrapper .modal .modal-window .modal-window-content .col.second {
            width: 65%;
            flex-flow: column nowrap; }
  section.wrapper .push-form .push-window {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    section.wrapper .push-form .push-window .user-contacts {
      display: none; }
      section.wrapper .push-form .push-window .user-contacts .push-col.first {
        width: auto; }
        section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item {
          position: relative;
          width: 100%;
          height: 40px;
          margin-bottom: 10px;
          user-select: none; }
          section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item:last-child {
            margin-bottom: 0; }
          section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item label {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            transition: all 0.2s ease;
            width: 440px; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item label input {
              width: 175px;
              margin-left: auto;
              color: #b8b8b8;
              font-size: 13px;
              font-weight: 500;
              line-height: 13px; }
              section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item label input::placeholder {
                color: #b8b8b8; }
          section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item input[type="checkbox"] {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 12;
            width: 75px;
            height: 100%;
            opacity: 0;
            cursor: pointer; }
          section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item input[type="checkbox"] + label {
            color: #b8b8b8;
            font-size: 13px;
            line-height: 13px; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item input[type="checkbox"] + label i {
              display: inline-block;
              width: 40px;
              height: 40px;
              margin-right: 10px; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item input[type="checkbox"] + label input {
              color: #b8b8b8; }
          section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item input[type="checkbox"] + label::before {
            content: url("../images/contact-icons/heart-o.svg");
            margin-right: 20px; }
          section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item input[type="checkbox"]:checked + label {
            color: #000;
            font-weight: 500; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item input[type="checkbox"]:checked + label input {
              color: #000; }
              section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item input[type="checkbox"]:checked + label input::placeholder {
                color: #000; }
          section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item input[type="checkbox"]:checked + label::before {
            content: url("../images/contact-icons/heart.svg"); }
          section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 40px;
            margin: 0 5px;
            user-select: none;
            cursor: pointer;
            background-color: #f8f8f8;
            border-radius: 50%;
            transition: background-color 0.2s ease; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item svg {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
              section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item svg path {
                transition: fill 0.2s ease; }
              section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item svg g circle {
                transition: fill 0.2s ease; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item:hover {
              background-color: #000; }
              section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item:hover svg path {
                fill: #fff; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item:first-child {
              margin-left: 0; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item:last-child {
              margin-right: 0; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item:nth-child(4) {
              margin-right: 0; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item:nth-child(5) {
              margin-left: 0; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item.telegram svg {
              left: 49%; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item.vk:hover svg g circle {
              fill: #fff; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item.vk:hover svg g path.icon {
              fill: #000; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item.inst svg g rect {
              transition: fill 0.2s ease; }
            section.wrapper .push-form .push-window .user-contacts .push-col.first .use-contacts-item .contacts-item.inst:hover svg g rect {
              fill: #fff; }
    section.wrapper .push-form .push-window .user-address {
      display: none; }
      section.wrapper .push-form .push-window .user-address .push-col {
        display: flex;
        flex-flow: row wrap; }
        section.wrapper .push-form .push-window .user-address .push-col .address-item {
          display: flex;
          flex-flow: column nowrap;
          width: 100%; }
          section.wrapper .push-form .push-window .user-address .push-col .address-item label {
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.5px;
            color: #b8b8b8;
            margin-bottom: 10px; }
          section.wrapper .push-form .push-window .user-address .push-col .address-item textarea {
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.5px;
            color: #000;
            margin-bottom: 40px; }
          section.wrapper .push-form .push-window .user-address .push-col .address-item.office, section.wrapper .push-form .push-window .user-address .push-col .address-item.entrance, section.wrapper .push-form .push-window .user-address .push-col .address-item.floor, section.wrapper .push-form .push-window .user-address .push-col .address-item.code {
            width: 50%; }
          section.wrapper .push-form .push-window .user-address .push-col .address-item.comment textarea {
            margin-bottom: 10px; }
    section.wrapper .push-form .push-window .user-communications {
      display: none; }
      section.wrapper .push-form .push-window .user-communications .push-col {
        display: flex;
        flex-flow: column nowrap;
        width: 460px; }
        section.wrapper .push-form .push-window .user-communications .push-col .communications-item {
          display: flex;
          flex-flow: column nowrap;
          width: 100%; }
          section.wrapper .push-form .push-window .user-communications .push-col .communications-item label {
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.5px;
            color: #b8b8b8;
            margin-bottom: 10px; }
          section.wrapper .push-form .push-window .user-communications .push-col .communications-item textarea {
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.5px;
            color: #000;
            margin-bottom: 30px; }
          section.wrapper .push-form .push-window .user-communications .push-col .communications-item button {
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: 0.5px;
            text-align: left;
            color: #b8b8b8;
            cursor: pointer; }
    section.wrapper .push-form .push-window .act-rest .push-col {
      width: 466px;
      height: 332px;
      border-radius: 5px;
      background-color: #f8f8f8;
      overflow: auto;
      padding: 20px; }
      section.wrapper .push-form .push-window .act-rest .push-col::-webkit-scrollbar {
        width: 10px; }
      section.wrapper .push-form .push-window .act-rest .push-col::-webkit-scrollbar-track {
        background: transparent; }
      section.wrapper .push-form .push-window .act-rest .push-col::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #b8b8b8; }
      section.wrapper .push-form .push-window .act-rest .push-col .act-item {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 20px; }
        section.wrapper .push-form .push-window .act-rest .push-col .act-item:last-child {
          margin-bottom: 0; }
        section.wrapper .push-form .push-window .act-rest .push-col .act-item input[type="checkbox"] {
          opacity: 0;
          position: absolute;
          left: 1px;
          bottom: 0px;
          width: 20px;
          height: 20px;
          cursor: pointer;
          z-index: 5; }
        section.wrapper .push-form .push-window .act-rest .push-col .act-item input[type="checkbox"] + label {
          font-size: 16px;
          line-height: 1;
          letter-spacing: 0.5px;
          color: #000; }
        section.wrapper .push-form .push-window .act-rest .push-col .act-item input[type="checkbox"] + label::before {
          content: '';
          position: relative;
          bottom: -5px;
          display: inline-block;
          margin-right: 10px;
          width: 20px;
          height: 20px;
          background-color: #fff;
          border: solid 1px #000; }
        section.wrapper .push-form .push-window .act-rest .push-col .act-item input[type="checkbox"]:checked + label::after {
          content: url("../images/checkbox-icon.svg");
          position: absolute;
          display: block;
          left: 6px;
          top: 6px; }
    section.wrapper .push-form .push-window .act-dish-group .push-col {
      width: 466px;
      height: 205px;
      border-radius: 5px;
      background-color: #f8f8f8;
      overflow: auto;
      padding: 20px; }
      section.wrapper .push-form .push-window .act-dish-group .push-col::-webkit-scrollbar {
        width: 10px; }
      section.wrapper .push-form .push-window .act-dish-group .push-col::-webkit-scrollbar-track {
        background: transparent; }
      section.wrapper .push-form .push-window .act-dish-group .push-col::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #b8b8b8; }
      section.wrapper .push-form .push-window .act-dish-group .push-col .dish-group-item {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 20px; }
        section.wrapper .push-form .push-window .act-dish-group .push-col .dish-group-item:last-child {
          margin-bottom: 0; }
        section.wrapper .push-form .push-window .act-dish-group .push-col .dish-group-item input[type="checkbox"] {
          opacity: 0;
          position: absolute;
          left: 1px;
          bottom: 0px;
          width: 20px;
          height: 20px;
          cursor: pointer;
          z-index: 5; }
        section.wrapper .push-form .push-window .act-dish-group .push-col .dish-group-item input[type="checkbox"] + label {
          font-size: 16px;
          line-height: 1;
          letter-spacing: 0.5px;
          color: #000; }
        section.wrapper .push-form .push-window .act-dish-group .push-col .dish-group-item input[type="checkbox"] + label::before {
          content: '';
          position: relative;
          bottom: -5px;
          display: inline-block;
          margin-right: 10px;
          width: 20px;
          height: 20px;
          background-color: #fff;
          border: solid 1px #000; }
        section.wrapper .push-form .push-window .act-dish-group .push-col .dish-group-item input[type="checkbox"]:checked + label::after {
          content: url("../images/checkbox-icon.svg");
          position: absolute;
          display: block;
          left: 6px;
          top: 6px; }
    section.wrapper .push-form .push-window .act-dish-group .push-item.amount {
      display: flex;
      flex-flow: column nowrap;
      margin-top: 20px; }
      section.wrapper .push-form .push-window .act-dish-group .push-item.amount label {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #000;
        margin-bottom: 20px; }
      section.wrapper .push-form .push-window .act-dish-group .push-item.amount input {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #000;
        transition: color 0.2s ease; }
        section.wrapper .push-form .push-window .act-dish-group .push-item.amount input::placeholder {
          color: #b8b8b8; }
    section.wrapper .push-form .push-window .act-dish .push-col {
      width: 466px;
      height: 385px;
      border-radius: 5px;
      background-color: #f8f8f8;
      overflow: auto;
      padding: 20px; }
      section.wrapper .push-form .push-window .act-dish .push-col::-webkit-scrollbar {
        width: 10px; }
      section.wrapper .push-form .push-window .act-dish .push-col::-webkit-scrollbar-track {
        background: transparent; }
      section.wrapper .push-form .push-window .act-dish .push-col::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #b8b8b8; }
      section.wrapper .push-form .push-window .act-dish .push-col span.title {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #b8b8b8; }
      section.wrapper .push-form .push-window .act-dish .push-col ul.dish-item-list {
        margin: 20px 0 30px; }
        section.wrapper .push-form .push-window .act-dish .push-col ul.dish-item-list li.dish-item {
          display: block;
          width: 100%;
          position: relative;
          margin-bottom: 20px; }
          section.wrapper .push-form .push-window .act-dish .push-col ul.dish-item-list li.dish-item:last-child {
            margin-bottom: 0; }
          section.wrapper .push-form .push-window .act-dish .push-col ul.dish-item-list li.dish-item input[type="checkbox"] {
            opacity: 0;
            position: absolute;
            left: 1px;
            bottom: 0px;
            width: 20px;
            height: 20px;
            cursor: pointer;
            z-index: 5; }
          section.wrapper .push-form .push-window .act-dish .push-col ul.dish-item-list li.dish-item input[type="checkbox"] + label {
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.5px;
            color: #000; }
          section.wrapper .push-form .push-window .act-dish .push-col ul.dish-item-list li.dish-item input[type="checkbox"] + label::before {
            content: '';
            position: relative;
            bottom: -5px;
            display: inline-block;
            margin-right: 10px;
            width: 20px;
            height: 20px;
            background-color: #fff;
            border: solid 1px #000; }
          section.wrapper .push-form .push-window .act-dish .push-col ul.dish-item-list li.dish-item input[type="checkbox"]:checked + label::after {
            content: url("../images/checkbox-icon.svg");
            position: absolute;
            display: block;
            left: 6px;
            top: 6px; }

section.slider {
  background: transparent;
  width: 100%;
  height: auto;
  position: relative; }
  section.slider .content {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: auto;
    padding: 60px 50px; }
    section.slider .content .row {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-bottom: 50px; }
    section.slider .content .slider-container {
      position: relative; }
      section.slider .content .slider-container::after {
        content: '';
        display: block;
        width: 25%;
        position: absolute;
        top: -2px;
        bottom: -2px;
        right: -52px;
        background: linear-gradient(to right, transparent, #fcfcfc);
        z-index: 4; }
      section.slider .content .slider-container .slider-wrap {
        user-select: none; }
        section.slider .content .slider-container .slider-wrap .slider-item {
          display: flex;
          flex-flow: column nowrap;
          padding: 20px;
          width: 230px;
          height: 290px;
          border-radius: 6px;
          background-color: #ffffff;
          box-shadow: 0 7px 37px 0 rgba(132, 130, 127, 0.12); }
          section.slider .content .slider-container .slider-wrap .slider-item .item-header {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            margin-bottom: 80px; }
            section.slider .content .slider-container .slider-wrap .slider-item .item-header .item-header-title {
              height: 16px;
              font-size: 16px;
              font-weight: 500;
              line-height: 16px;
              letter-spacing: 0.5px;
              color: #b8b8b8;
              width: 50%; }
            section.slider .content .slider-container .slider-wrap .slider-item .item-header .item-header-value {
              color: #000;
              height: 16px;
              font-size: 16px;
              font-weight: 500;
              letter-spacing: 0.5px;
              width: 50%; }
          section.slider .content .slider-container .slider-wrap .slider-item .item-name {
            font-size: 32px;
            font-weight: 500;
            line-height: 1.25;
            letter-spacing: 0.5px;
            text-align: left;
            color: #000; }
          section.slider .content .slider-container .slider-wrap .slider-item .item-date {
            margin-top: auto;
            font-size: 14px;
            line-height: 1.43;
            letter-spacing: 0.5px;
            text-align: left;
            color: #000; }
          section.slider .content .slider-container .slider-wrap .slider-item .item-bottom {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            width: 100%; }
            section.slider .content .slider-container .slider-wrap .slider-item .item-bottom .item-bottom-days {
              font-size: 14px;
              line-height: 1.43;
              letter-spacing: 0.5px;
              text-align: left;
              color: #000; }
            section.slider .content .slider-container .slider-wrap .slider-item .item-bottom .item-bottom-more {
              cursor: pointer; }
              section.slider .content .slider-container .slider-wrap .slider-item .item-bottom .item-bottom-more i.icon {
                content: url("../images/category-more.svg"); }
      section.slider .content .slider-container .slider-nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        z-index: 5;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between; }
        section.slider .content .slider-container .slider-nav span.prev {
          cursor: pointer;
          user-select: none;
          opacity: 1;
          transition: opacity 0.2s ease; }
          section.slider .content .slider-container .slider-nav span.prev i {
            transform: rotate(180deg);
            content: url("../images/slider-nav.svg"); }
        section.slider .content .slider-container .slider-nav span.next {
          cursor: pointer;
          user-select: none;
          opacity: 1;
          transition: opacity 0.2s ease; }
          section.slider .content .slider-container .slider-nav span.next i {
            content: url("../images/slider-nav.svg"); }

.push-form {
  display: none; }
  .push-form .push-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5; }
  .push-form .push-window {
    position: absolute;
    padding: 30px;
    background: #fff;
    box-shadow: 0 15px 25px 0 rgba(20, 24, 43, 0.1);
    border-radius: 5px;
    z-index: 10; }
    .push-form .push-window .push-save {
      display: none; }
      .push-form .push-window .push-save h4.title {
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #000;
        margin-bottom: 30px; }
      .push-form .push-window .push-save .save-row {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        .push-form .push-window .push-save .save-row button {
          position: relative;
          display: inline-block;
          color: #000;
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 1px;
          line-height: 11px;
          text-transform: uppercase;
          cursor: pointer;
          user-select: none; }
          .push-form .push-window .push-save .save-row button::after {
            content: '';
            position: absolute;
            display: block;
            width: 75%;
            height: 2px;
            background: #000;
            bottom: -75%;
            transition: width .3s ease;
            left: 0;
            margin: auto; }
          .push-form .push-window .push-save .save-row button:hover::after {
            width: 100%; }
    .push-form .push-window h3.title {
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.5px;
      color: #000;
      margin-bottom: 30px; }
    .push-form .push-window .save-btn {
      position: relative;
      display: inline-block;
      color: #000;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 11px;
      text-transform: uppercase;
      cursor: pointer;
      user-select: none;
      margin-top: 30px;
      margin-bottom: 10px; }
      .push-form .push-window .save-btn::after {
        content: '';
        position: absolute;
        display: block;
        width: 75%;
        height: 2px;
        background: #000;
        bottom: -75%;
        transition: width .3s ease;
        left: 0;
        margin: auto; }
      .push-form .push-window .save-btn:hover::after {
        width: 100%; }
    .push-form .push-window .push-wrap {
      display: none; }

.pagination {
  display: block;
  width: 100%;
  padding: 0 50px 60px;
  user-select: none; }
  .pagination .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto; }
    .pagination .container .row {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .pagination .container .row.pag-block {
        width: 270px;
        margin-right: 40px; }
        .pagination .container .row.pag-block .btn {
          display: block;
          font-size: 12px;
          letter-spacing: 0.05em;
          color: #000;
          cursor: pointer;
          background-color: #fff;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px; }
          .pagination .container .row.pag-block .btn:hover {
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15); }
          .pagination .container .row.pag-block .btn.prev i {
            content: url("../images/pag-prev.svg"); }
          .pagination .container .row.pag-block .btn.next i {
            content: url("../images/pag-next.svg"); }
          .pagination .container .row.pag-block .btn.empty {
            cursor: default; }
          .pagination .container .row.pag-block .btn.elem.current {
            box-shadow: 0 15px 27px rgba(201, 186, 157, 0.2); }
      .pagination .container .row.elems-block {
        width: 250px; }
        .pagination .container .row.elems-block span.title {
          font-size: 13px;
          letter-spacing: 0.05em;
          color: #000; }
        .pagination .container .row.elems-block .btn-elems {
          font-size: 13px;
          letter-spacing: 0.05em;
          cursor: pointer;
          color: #b8b8b8; }
          .pagination .container .row.elems-block .btn-elems.active {
            color: #000; }
.auth-page {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #F6F6FA; }
  .auth-page .wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center; }
    .auth-page .wrapper .auth-form {
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      margin: auto;
      width: 600px;
      height: 420px;
      background: #fff;
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.03);
      padding: 40px; }
      .auth-page .wrapper .auth-form .form {
        display: flex;
        flex-flow: column nowrap;
        width: 100%;
        margin-bottom: 40px; }
        .auth-page .wrapper .auth-form .form input {
          display: block;
          width: 100%;
          font-weight: 500;
          font-size: 32px;
          color: #000;
          margin-bottom: 32px; }
          .auth-page .wrapper .auth-form .form input::placeholder {
            color: #E5E5E5; }
      .auth-page .wrapper .auth-form .auth-btn {
        position: relative;
        cursor: pointer;
        user-select: none;
        font-weight: bold;
        font-size: 11px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000;
        background: none;
        outline: none;
        border: none; }
        .auth-page .wrapper .auth-form .auth-btn::after {
          content: '';
          height: 2px;
          position: absolute;
          left: 0;
          bottom: -12px;
          width: 35px;
          background-color: #C9BA9D;
          transition: width 0.5s ease; }
        .auth-page .wrapper .auth-form .auth-btn:hover::after {
          width: 40px; }

.modalDelete {
  display: none; }
  .modalDelete .modal-wrap {
    display: flex;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .modalDelete .modal-wrap .mask {
      position: fixed;
      background: #000;
      width: 100%;
      height: 100%;
      opacity: 0.6;
      z-index: 10; }
    .modalDelete .modal-wrap .modal-frame {
      z-index: 15;
      position: relative;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      margin: auto auto;
      background: #fff;
      width: 400px;
      height: 155px;
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.03);
      padding: 40px 50px; }
      .modalDelete .modal-wrap .modal-frame p.title {
        font-size: 16px;
        color: #000;
        text-align: center; }
      .modalDelete .modal-wrap .modal-frame .btn-row {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 100%;
        padding: 0 25%; }
        .modalDelete .modal-wrap .modal-frame .btn-row .btn {
          position: relative;
          font-weight: bold;
          font-size: 11px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #000;
          background: none;
          border: none;
          outline: none;
          cursor: pointer; }
          .modalDelete .modal-wrap .modal-frame .btn-row .btn::after {
            content: '';
            display: block;
            position: relative;
            top: 10px;
            width: 85%;
            height: 2px;
            background-color: #C9BA9D;
            transition: width 0.3s ease; }
          .modalDelete .modal-wrap .modal-frame .btn-row .btn:hover::after {
            width: 100%; }

.loyality-modal {
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 5% 0; }
  .loyality-modal .modal-wrap {
    position: relative;
    background: #fff;
    height: auto;
    width: 600px;
    border-radius: 5px;
    padding: 30px 40px 40px;
    margin: 0 auto; }
    .loyality-modal .modal-wrap span.close-btn {
      content: url("../images/loyality-modal/close.svg");
      position: absolute;
      right: 30px;
      top: 30px;
      width: 22px;
      height: 24px;
      cursor: pointer;
      user-select: none; }
    .loyality-modal .modal-wrap .content.first-state {
      display: block; }
      .loyality-modal .modal-wrap .content.first-state .row {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        margin: 10px 0 40px; }
        .loyality-modal .modal-wrap .content.first-state .row .logo {
          margin-bottom: 30px; }
          .loyality-modal .modal-wrap .content.first-state .row .logo i {
            content: url("../images/logo.png");
            width: 88px;
            height: auto; }
        .loyality-modal .modal-wrap .content.first-state .row h3.title {
          color: #000;
          font-size: 24px;
          line-height: 28px; }
      .loyality-modal .modal-wrap .content.first-state form.loyality-form {
        display: flex;
        flex-flow: row wrap;
        width: 100%; }
        .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item {
          display: flex;
          flex-flow: column nowrap;
          margin-bottom: 40px;
          position: relative; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.name {
            width: 100%; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.checkChildren {
              width: 100%; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.childrens {
            width: 100%; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.sex {
            width: 100%; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.sex label {
            display: flex;
            margin-bottom: 15px; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.profession {
            width: 100%; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.e-mail {
            width: 50%;
            padding-right: 10px; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.tel {
            width: 50%;
            padding-left: 10px; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.bd label {
            margin-bottom: 15px; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.bd .btn-wrap {
            display: flex;
            flex-flow: row nowrap;
            width: 210px; }
            .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.bd .btn-wrap .bd-btn {
              position: relative;
              height: 40px;
              width: 40px;
              border-radius: 50%;
              background-color: #fff;
              box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
              margin-right: 10px;
              flex-grow: 0;
              flex-shrink: 0;
              cursor: pointer; }
              .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.bd .btn-wrap .bd-btn i {
                /* content: url("../images/category-date-icon.svg"); */
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
            .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.bd .btn-wrap .title {
              opacity: 0.2;
              color: #000;
              font-size: 12px;
              line-height: 20px; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.accept {
            width: 100%; }
            .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.accept label {
              position: relative;
              opacity: 0.2;
              color: #000;
              font-size: 12px;
              line-height: 20px;
              display: flex;
              flex-flow: row nowrap;
              align-items: center; }
            .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.accept input[type="checkbox"] {
              opacity: 0;
              border: none !important;
              padding: 0;
              display: block;
              position: absolute;
              width: 20px;
              height: 20px;
              cursor: pointer;
              z-index: 10; }
            .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.accept input[type="checkbox"] + label {
              opacity: 0.5;
              color: #000;
              font-size: 12px;
              line-height: 20px;
              transition: opacity 0.2s ease; }
            .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.accept input[type="checkbox"] + label::before {
              content: '';
              display: inline-block;
              height: 20px;
              width: 20px;
              border: 1px solid #E5E5E5;
              border-radius: 3px;
              background: #fff;
              margin-right: 10px; }
            .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.accept input[type="checkbox"]:checked + label {
              opacity: 1; }
            .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item.accept input[type="checkbox"]:checked + label::after {
              content: url("../images/checkbox-icon.svg");
              display: block;
              position: absolute;
              z-index: 5;
              left: 6px;
              top: 2px; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item label {
            color: #000;
            font-size: 15px;
            line-height: 15px;
            margin-bottom: 10px;
            user-select: none; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item input {
            color: #000;
            padding: 0 5px 5px;
            font-size: 21px;
            line-height: 1.25;
            border-bottom: solid 1px #E5E5E5;
            transition: border-bottom 0.2s ease;
            cursor: pointer; }
            .loyality-modal .modal-wrap .content.first-state form.loyality-form .form-item input:focus {
              border-bottom: solid 1px #B2B2B2; }
        .loyality-modal .modal-wrap .content.first-state form.loyality-form .btn-accept {
          color: #000;
          font-size: 20px;
          line-height: 20px;
          padding: 20px 80px;
          background: #fff;
          border-radius: 40px;
          box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1), 0 8px 11px 0 rgba(0, 0, 0, 0.1);
          cursor: pointer;
          user-select: none;
          transition: box-shadow 0.2s ease; }
          .loyality-modal .modal-wrap .content.first-state form.loyality-form .btn-accept:hover {
            box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.15), 0 8px 11px 0 rgba(0, 0, 0, 0.15); }
    .loyality-modal .modal-wrap .content.second-state {
      display: block;
      margin-bottom: -15px; }
      .loyality-modal .modal-wrap .content.second-state .content {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        margin: 10px 0 0; }
        .loyality-modal .modal-wrap .content.second-state .content .logo {
          margin-bottom: 30px; }
          .loyality-modal .modal-wrap .content.second-state .content .logo i {
            content: url("../images/logo.png");
            width: 88px;
            height: auto; }
        .loyality-modal .modal-wrap .content.second-state .content h3.title {
          color: #000;
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 10px; }
        .loyality-modal .modal-wrap .content.second-state .content h4.subtitle {
          color: #000;
          font-size: 16px;
          line-height: 16px;
          margin-bottom: 20px; }
        .loyality-modal .modal-wrap .content.second-state .content p.text {
          color: #000;
          font-size: 12px;
          line-height: 19px;
          text-align: center;
          margin-bottom: 20px;
          padding: 0 20%; }
        .loyality-modal .modal-wrap .content.second-state .content .mobile-wrap .download-row .btn {
          height: 45px;
          margin: 20px 10px 25px;
          user-select: none;
          cursor: pointer; }
          .loyality-modal .modal-wrap .content.second-state .content .mobile-wrap .download-row .btn:first-child {
            margin-left: auto; }
          .loyality-modal .modal-wrap .content.second-state .content .mobile-wrap .download-row .btn:last-child {
            margin-right: auto; }
          .loyality-modal .modal-wrap .content.second-state .content .mobile-wrap .download-row .btn.appstore {
            content: url("../images/loyality-modal/appstore.png"); }
        .loyality-modal .modal-wrap .content.second-state .content .mobile-wrap .img i {
          content: url("../images/loyality-modal/phone.png");
          width: 240px; }
        .loyality-modal .modal-wrap .content.second-state .content .sub-text {
          position: absolute;
          bottom: 4px;
          opacity: 0.5;
          color: #000;
          font-size: 12px;
          line-height: 19px; }

/*# sourceMappingURL=style.css.map */

/* style */

.modal-company-details .requisites-col {
    justify-content: flex-start !important;
}

.modal-company-details .requisites-col .payments {
    height: 250px !important;
    margin-bottom: 15px !important;
}

.modal-company-details .director-textarea, .position-textarea{
    width: 50% !important;
}
.modal-company-details .organization-wrap {
    display: flex;
    flex-direction: row;
}
.modal-company-details .textarea-comment{
    height: 100px;
    margin-right: 10px;
}


/* Styles for Reserves table page */

.reserves-page .content-elem {
  width: 14.1% !important;
}
.reserves-page .content-elem.id{
  width: 10% !important;
}
.reserves-page .content-elem.more{
  width: 5% !important;
}

.reserves-page .info-item {
  width: 14.1% !important;
}
.reserves-page .info-item.id{
  width: 10% !important;
}
.reserves-page .info-item.more{
  width: 5% !important;
}

/*  */


/* angular material styles customization */
.check-all {
    display: block;
    margin: 0 0 10px;
}

.login-spinner {
    align-self: center;
    margin-bottom: 40px;
}

.mat-slide-toggle-thumb {
    background-color: #000 !important;
}
.mat-slide-toggle-bar {
    background-color: rgba(0,0,0,.38) !important;
}
.mat-ripple-element{
    background-color: rgba(0,0,0,.17) !important;


}

.mat-progress-spinner circle, .mat-spinner circle {
    stroke: #000 !important;
}


.mat-button:after {
  border-bottom: 3px solid black;
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 16px;
  right: 16px;
}
.mat-select-placeholder {
    color: rgba(0,0,0,0.10) !important;;
}
.mat-dialog-actions .mat-button+.mat-button {
    margin: 0px !important;
}
.mat-button:hover .mat-button-focus-overlay {
  opacity: 0 !important;
}
.mat-input-ripple {
  background-color: black !important;
}
.mat-ink-bar {
    background-color: black !important;
  }
.bold * {
  font-weight: bold !important;
}
.mat-button.cdk-focused .mat-button-focus-overlay,
.mat-button.cdk-focused .mat-button-ripple.mat-ripple {
  display: none !important;
  opacity: 0 !important;
}
.mat-input-underline {
  background-color: transparent !important;
}
.mat-focused .mat-form-field-label {
  color: black !important;
}
.filter-groups-list li {
  display: inline-block;
  padding: 15px;
  cursor: pointer;
}
.filter-groups-list li.more {
  margin: 0;
  padding: 3px 15px;
  content: url("../images/category-more.svg");
}
span.filter-item {
  margin: 25px 0 !important;
  display: inline-block;
}
.mat-form-field-disabled .mat-form-field-underline {
  background: none !important;
}
.mat-dialog-container {
  overflow-x: hidden;
}
.mat-input-element:disabled {
  color: black !important;
}
.edit-filters-modal .mat-icon {
  cursor: pointer;
}
.toggleable-input {
  display: inline-block;
}
.toggleable-input .mat-form-field {
  transition: all 0.5s;
  width: 100px;
}
.toggleable-input .mat-form-field[hidden] {
  width: 0;
}
.actions [hidden] {
  display: none;
}
.search-field  {
  display: inline-block;
}
.search-field .mat-icon {
  position: absolute;
  top: 24px;
}
.search-field .mat-input-container {
  margin-left: 30px;
}
.search-field .mat-input-infix {
  padding-top: 0.65em;
}
.search-field .mat-input-element {
  font-size: 21px !important;
  margin-bottom: -7px;
}
.search-field .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  display: none;
}
.mat-form-field-empty.mat-form-field-label {
  color: black !important;
}
.search-field .mat-form-field-empty.mat-form-field-label {
  font-size: 21px;
  margin-top: -3px;
}
.search-field .mat-form-field-underline {
  display: none !important;
}
#saveFilterArea {
  display: none;
}
#saveFilterArea.opened {
  display: inline-block;
}
#saveFilterArea .mat-input-wrapper {
  padding-bottom: 0;
}
#saveFilterArea .mat-input-underline.mat-form-field-underline {
  display: none !important;
}
#saveFilterArea.opened + #showSaveFilterBtn {
  opacity: 0;
}
header.header aside.header-options-wrap {
    position: relative;
    height: 100%;
}
header.header aside.header-options-wrap .actions {
    position: absolute;
    width: 100%;
}

/* daterangepicker styles */
.custom-daterange-picker .mydrp .headermonthtxt, .mydrp .headeryeartxt {
  max-width: unset !important;
}
.custom-daterange-picker .mydrp {
  border: none;
}
.custom-daterange-picker .mydrp .selectiongroup, .mydrp .selection {
  background: transparent !important;
}
.custom-daterange-picker {
  position: absolute;
  bottom: 3px;
  left: -29px;
}
.custom-daterange-picker span.mydrpicon.icon-mydrpcalendar {
  display: none;
}
.custom-daterange-picker .mydrp .selection {
  padding: 47px 0 0 29px !important;
  height: unset !important;
}
.custom-daterange-picker .mydrp .selecteddaybegin,
.custom-daterange-picker .mydrp .selecteddayend,
.custom-daterange-picker .mydrp .selectedmonth .monthvalue,
.custom-daterange-picker .mydrp .selectedyear .yearvalue,
.mydp .selectedmonth .monthvalue,
.mydp .selectedyear .yearvalue,
.custom-daterange-picker .mydrp .weekdaytitle,
.mydp .weekdaytitle  {
  background-color: transparent !important;
}
.mydp .selectedday .datevalue {
  background-color: #ccc !important;
}
.custom-daterange-picker .mydrp .range {
  background-color: #eae9e9 !important;
}
.custom-daterange-picker .mydrp .nextmonth,
.custom-daterange-picker .mydrp .prevmonth {
  color: #b5b5b5 !important;
}
.custom-daterange-picker .mydrp .disabled {
  opacity: 0.25;
}
.custom-daterange-picker .mydrp .range {
  background-color: #eae9e9 !important;
}
.selector.selectorarrow {
  max-width: 200px !important;
  max-height: 200px !important;
}
my-date-picker {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
my-date-picker button.btnpicker.btnpickerenabled.btnleftborderradius {
  width: 40px;
  height: 40px;
  background-color: transparent !important;
}
my-date-picker button.btnpicker.btnpickerenabled.btnleftborderradius .mydpicon:before {
  content: url("../images/category-date-icon.svg");
}
.mydp .selectiongroup {
  background-color: transparent !important;
}
.mydp, .mydp .headertodaybtn {
  border: none !important;
}
.messages {
  position: absolute;
  bottom: -20px;
}
.messages p {
  font-size:  12px;
  color:  #e41515;
}
.form-item.invalid label, .form-item.invalid input {
  color: #e41515 !important;
  border-color: #e41515!important;
}
.form-item.invalid label:before {
  border-color: #e41515;
}
.create-company-form {
  width: 100%;
  height: 100%;
}
.create-company-form .top {
  margin-bottom: 4em;
}
.create-company-form .top p {
  font-size: 16px;
  font-weight: 500;
}
.create-company-form .top .tab {
  font-size: 14px;
}
.create-company-form input, .create-company-form textarea {
  font-size: 16px;
}
.create-company-form input.title {
  font-size: 24px;
  color: black;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 1.5em;
  width: 95%;
  text-overflow: ellipsis;
}
.create-company-form .light,
.create-company-form .light * {
  color: #b8b8b8;
}
.add-address-modal .light,
.add-address-modal .light * {
  color: #b8b8b8;
}
.create-company-form .activities-select {
  margin: 3.5em 0;
}
.create-company-form .activities-select div {
  position: relative;
  width: 50%;
}
.create-company-form .activities-select div * {
  font-size: 16px;
}
.create-company-form .activities-select p {
  margin-bottom: 1em;
}
.create-company-form .activities-select select {
  width: 100%;
}
.create-company-form .activities-select div:after {
  content: url("../images/chevron-bottom.svg");
  position: absolute;
  top: 0;
  right: 0;
}
.create-company-form .add-address button {
  font-size: 16px;
  padding: 10px 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.create-company-form .director {
  margin: 5em 0 4em;
}
.create-company-form .director p {
  margin-bottom: 1.5em;
}
.add-address-modal * {
  font-size: 16px;
  letter-spacing: 0.5px;
}
.add-address-modal .block {
  margin-bottom: 0.5em;
}
.add-address-modal select {
  margin-top: 0.5em;
}
.add-address-modal .mat-form-field-empty.mat-form-field-label {
  color: #b8b8b8 !important;
}
.add-address-modal .require-match {
  color: #000 !important;
}
.add-address-modal .mat-form-field.invalid input {
  color: #e41515 !important;
}
.create-company-form .close {
  background: url(../images/close-icon.svg);
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.create-company-form .save {
  font-size: 14px;
  border-bottom: 2px solid black;
  padding-bottom: 7px;
  font-weight: 600;
  cursor: pointer;
}
.create-company-form .save[disabled] {
  cursor: not-allowed;
  border-bottom-color: #8d8d8d;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #b8b8b8 !important;
}

mat-checkbox.custom .mat-checkbox-background {
  border: 1px solid black !important;
  background: white !important;
}
mat-checkbox.custom.mat-checkbox-checked .mat-checkbox-background {
  background-color: rgb(0,0,0) !important;
  border-color: white !important;
  filter: invert(100%);
}
mat-checkbox.custom .mat-checkbox-ripple.mat-ripple {
  display: none !important;
}

.option.checkbox > div {
  width: 100%;
}

.option.checkbox mat-checkbox.checkbox.custom {
  width: 100%;
  display: block;
  position: relative;
  margin: 7px 0 0;
}

.option.checkbox > div mat-checkbox.checkbox.custom {
  margin: 10px 0;
}

span.city-info {
  position: absolute;
  left: 73%;
  top: 1px;
  color: #b8b8b8;
  font-size: 11px;
}

.option.checkbox > div mat-checkbox.checkbox.custom span.mat-checkbox-label {
  padding: 3px 0;
}

span.city-info input {
  width: 25px;
  text-align: center;
  background: transparent !important;
  caret-color: black !important;
  margin: 0 !important;
}
.city-category {
  font-weight: bold !important;
  font-size: 14px;
}

app-client-details.modal p.title {
    color:  #b8b8b8;
    padding-bottom: 15px;
}
app-client-details.modal p.value {
    font-weight:  bold;
}
app-client-details.modal .block {
    margin-bottom: 35px;
    font-size: 16px;
}
app-client-details.modal .block .group {
    background: #f8f8f8;
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
    margin: 0 5px;
}
app-client-details.modal .block .group:first-child {
  margin-left: 0;
}
app-client-details.modal .block .last-child {
  margin-right: 0;
}
app-client-details.modal .block .restaurants {
  background:  #f8f8f8;
  display:  inline-block;
  padding: 15px 20px;
}

app-client-details.modal .block span.ordersReserves {
  color:  #b8b8b8;
  font-size: 11px;
  padding-left: 10px;
}

app-client-details.modal .block .restaurants p {
  font-weight:  bold;
  margin-bottom: 10px;
}

app-client-details.modal .block p.city {
  color: #b8b8b8;
  margin-bottom: 10px;
}

app-client-details.modal .block p.city.visited {
  font-weight: bold;
  color: black;
}

app-client-details.modal .block button.mat-button.toggleBlock:after {
  border-bottom: none;
}

app-client-details.modal .block button.mat-button.toggleBlock {
  text-transform: uppercase;
  font-size: 10px;
}

app-client-details.modal .block button.mat-button.toggleBlock span {
  font-weight:  bold;
}

app-client-contacts.col.first {
  padding-top: 10px;
}

app-client-contacts.col.first textarea.client.name {
  padding-top: 30px;
  padding-bottom: 10px;
}

.editIcon {
  background: url(../images/edit-btn.svg);
  display: inline-block;
  width: 15px;
  height: 16px;
  background-size: 100%;
  margin-bottom: -1px;
  margin-left: 7px;
  cursor: pointer;
}

my-date-picker.editIcon .mydpicon.icon-mydpcalendar {
  display:  none;
}

my-date-picker.editIcon .mydp {
  width:  15px;
  height:  16px;
  box-shadow: none;
}
my-date-picker.editIcon {
  border-radius:  0;
  box-shadow: none;
  display:  inline-block;
  position:  absolute;
  top:  0;
  left: 125px;
}
section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .client.push .check.second {
  padding-bottom: 30px;
}

section.wrapper.user-page .modal .modal-window .modal-window-content .col.first .col-item.tel {
  margin-top: 30px;
}
.edit-messenger-modal {
  min-width: 450px;
}
app-favourite-messenger .block .svg-wrapper {
  display:  inline-block;
  width: 42px;
  background: rgba(20, 24, 43, 0.025);
  border-radius: 50%;
  height:  42px;
  padding: 11px 0;
  text-align: center;
}

app-favourite-messenger .block span {
  font-size:  14px;
  padding-left: 10px;
}

app-favourite-messenger .block .svg-favourite {
  display: inline-block;
  background: url(../images/favourite-icon.svg);
  width: 14px;
  height: 11px;
  background-repeat: no-repeat;
  margin-right: 11px;
}

app-favourite-messenger .block .svg-favourite.chosen {
  background-image: url(../images/favourite-filled-icon.svg);
}
.requisites {
  width: 95%;
  height: 100px;
}
.position {
  margin-top: 2.3em;
}
.full-width {
  width: 95%;
}
.content-elem.platform {
  background-size: 25px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.content-elem.platform.iOS-icon {
  background-image: url('../images/apple-icon.png');
  background-size: 35px auto;
}
.content-elem.platform.Android-icon {
  background-image: url('../images/android-icon.png');
}

.clients-add-user-dialog {
  position: relative;
  bottom: 60px;
  cursor: pointer;
  float: right;
}

.clients-add-user-dialog span {
  position: relative;
  bottom: 12px;
}
.clients-add-user-dialog .icon {
  content: url('../images/add-icon.svg');
}
.clients-close-user-dialog {
  width: 100%;
  cursor: pointer;
}
.clients-close-user-dialog .icon {
  content: url('../images/close-icon.svg');
  float: right;
}
.clients-add-user-wrap {
    height: 0;
}
.modal-wrap mat-form-field, mat-radio-group {
  width: 100%;
}
.user-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.modal-wrap {
  width: 50%;
}
.close-btn {
  margin-left: 80%;
  cursor: pointer;
}

.arrowIcon {
	background: url(../images/arrow-icon.svg);
	display: inline-block;
	width: 15px;
	height: 16px;
	background-size: 100%;
	margin-bottom: -1px;
	margin-left: 7px;
	cursor: pointer;
}