@charset "UTF-8";
/*!*
 * ------------
 */
.icon {
  display: inline-block; }
.icon--status-red, .icon--status-yellow, .icon--status-green, .icon--status-gray {
    width: 14px;
    height: 14px;
    border-radius: 50%; }
.icon--status-red {
    background: #FB3838;
    border: 2px solid #DBEEFF;
    -webkit-box-shadow: inset 2px 4px 4px rgba(255, 255, 255, 0.5), inset -2px -4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 2px 4px 4px rgba(255, 255, 255, 0.5), inset -2px -4px 4px rgba(0, 0, 0, 0.25); }
.icon--status-yellow {
    background: #F4F449;
    border: 2px solid #DBEEFF;
    -webkit-box-shadow: inset 2px 4px 4px rgba(255, 255, 255, 0.5), inset -2px -4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 2px 4px 4px rgba(255, 255, 255, 0.5), inset -2px -4px 4px rgba(0, 0, 0, 0.25); }
.icon--status-green {
    background: #64E264;
    border: 2px solid #DBEEFF;
    -webkit-box-shadow: inset 2px 4px 4px rgba(255, 255, 255, 0.5), inset -2px -4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 2px 4px 4px rgba(255, 255, 255, 0.5), inset -2px -4px 4px rgba(0, 0, 0, 0.25); }
.icon--status-gray {
    background: #A4B3B7;
    border: 2px solid #DBEEFF;
    -webkit-box-shadow: inset 2px 4px 4px rgba(255, 255, 255, 0.5), inset -2px -4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 2px 4px 4px rgba(255, 255, 255, 0.5), inset -2px -4px 4px rgba(0, 0, 0, 0.25); }
.icon--like-grey, .icon--like-yellow, .icon--like-green, .icon--like-red {
    width: 21px;
    height: 21px;
    background-repeat: no-repeat; }
.icon--like-grey {
    background-image: url(../img/likes/like_grey.svg); }
.icon--like-yellow {
    background-image: url(../img/likes/like_yellow.svg); }
.icon--like-green {
    background-image: url(../img/likes/like_green.svg); }
.icon--like-red {
    background-image: url(../img/likes/like_red.svg); }
.icon--no-fill {
    fill: none; }
.icon-finger {
  display: inline-block;
  position: relative;
  color: #BABABA;
  cursor: pointer; }
.icon-finger .fas {
    font-size: 22px; }
.icon-finger__counter {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    right: -5px;
    height: 13px;
    width: 13px;
    font-style: normal;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background: #FB3838;
    border-radius: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-shadow: 1px 1px 3px rgba(45, 52, 54, 0.55);
            box-shadow: 1px 1px 3px rgba(45, 52, 54, 0.55); }
.icon-finger--mr {
    margin-right: 40px; }
.icon-finger--red {
    color: #E05353; }
.icon-finger--yellow {
    color: #ffc200; }
.icon-finger--green {
    color: #64E264; }
.icon-finger--18 .icon-finger__counter {
    bottom: 1px;
    right: -3px; }
.icon-finger--20 .icon-finger__counter {
    bottom: 2px;
    right: -2px; }
.icon-finger--22 .icon-finger__counter {
    bottom: 4px;
    right: -1px; }
.icon-finger--24 .icon-finger__counter {
    bottom: 5px;
    right: -1px; }
.icon-order-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin: -10px 0 -9px; }
.shadow-sm-darken {
  -webkit-box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.55);
          box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.55); }
.shadow-sm-dark {
  -webkit-box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.45);
          box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.45); }
.shadow-sm {
  -webkit-box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.35);
          box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.35); }
.shadow-sm-light {
  -webkit-box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.25);
          box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.25); }
.shadow-sm-lighten {
  -webkit-box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.15);
          box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.15); }
.shadow-md-darken {
  -webkit-box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.55);
          box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.55); }
.shadow-md-dark {
  -webkit-box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.45);
          box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.45); }
.shadow-md {
  -webkit-box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.35);
          box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.35); }
.shadow-md-light {
  -webkit-box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.25);
          box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.25); }
.shadow-md-lighten {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15); }
.shadow-lg-darken {
  -webkit-box-shadow: 3px 4px 20px rgba(45, 52, 54, 0.55);
          box-shadow: 3px 4px 20px rgba(45, 52, 54, 0.55); }
.shadow-lg-dark {
  -webkit-box-shadow: 3px 4px 20px rgba(45, 52, 54, 0.45);
          box-shadow: 3px 4px 20px rgba(45, 52, 54, 0.45); }
.shadow-lg {
  -webkit-box-shadow: 3px 4px 20px rgba(45, 52, 54, 0.35);
          box-shadow: 3px 4px 20px rgba(45, 52, 54, 0.35); }
.shadow-lg-light {
  -webkit-box-shadow: 3px 4px 20px rgba(45, 52, 54, 0.25);
          box-shadow: 3px 4px 20px rgba(45, 52, 54, 0.25); }
.shadow-lg-lighten {
  -webkit-box-shadow: 3px 4px 20px rgba(45, 52, 54, 0.15);
          box-shadow: 3px 4px 20px rgba(45, 52, 54, 0.15); }
.tippy-content h5 {
  margin: 0 0 10px; }
.tippy-content .news-card {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: -20px; }
.tippy-content .news-card:first-child {
    margin-top: -20px; }
.tippy-content .news-card:last-child {
    margin-bottom: -20px; }
.tippy-content .news-card .news-card__title {
    margin: 0 0 15px; }
.tippy-content > :first-child {
  margin-top: 0; }
.tippy-content > :last-child {
  margin-bottom: 0; }
.tippy-content__header {
  position: relative;
  height: 40px;
  margin-bottom: 15px;
  background: #F4F8FF; }
.tippy-content__title {
  margin: 0 0 15px; }
.tippy-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.2);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.2);
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.tippy-menu__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden; }
.tippy-menu__holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    overflow-x: hidden; }
.tippy-menu__holder::-webkit-scrollbar {
      width: 12px;
      height: 12px; }
.tippy-menu__holder::-webkit-scrollbar-track {
      background: #fff;
      -webkit-box-shadow: inset -2px -2px 7px rgba(45, 52, 54, 0.2);
              box-shadow: inset -2px -2px 7px rgba(45, 52, 54, 0.2);
      border-radius: 6px; }
.tippy-menu__holder::-webkit-scrollbar-thumb {
      border-radius: 6px;
      border: 3px solid transparent;
      background: #CECECE;
      background-clip: content-box; }
.tippy-menu__holder::-webkit-scrollbar-thumb :hover {
        background-color: #465154; }
.tippy-menu__holder::-webkit-scrollbar-thumb:vertical:hover, .tippy-menu__holder::-webkit-scrollbar-thumb:horizontal:hover {
        background-color: #465154; }
.tippy-menu__caption {
    padding: 7px 20px 7px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.tippy-menu__item {
    position: relative;
    padding: 7px 20px 7px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer; }
.tippy-menu__item:hover {
      background-color: #DBEEFF; }
.tippy-menu__item:active {
      background-color: #1E88E5;
      color: #fff;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
.tippy-menu__item.isActive {
      background-color: #1E88E5;
      color: #fff; }
.tippy-menu__item.hasSubmenu:after {
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -9px;
      display: inline-block;
      content: '\f107';
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
.tippy-menu__caption--icon, .tippy-menu__caption.hasIcon, .tippy-menu__item--icon, .tippy-menu__item.hasIcon {
    padding: 7px 20px 7px 40px; }
.tippy-menu__caption--icon .fa,
    .tippy-menu__caption--icon .far,
    .tippy-menu__caption--icon .fas, .tippy-menu__caption.hasIcon .fa,
    .tippy-menu__caption.hasIcon .far,
    .tippy-menu__caption.hasIcon .fas, .tippy-menu__item--icon .fa,
    .tippy-menu__item--icon .far,
    .tippy-menu__item--icon .fas, .tippy-menu__item.hasIcon .fa,
    .tippy-menu__item.hasIcon .far,
    .tippy-menu__item.hasIcon .fas {
      position: absolute;
      top: 50%;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.tippy-menu__link:hover {
    background: #DBEEFF; }
.tippy-menu__separator {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
.tippy-menu__separator:last-child {
      display: none; }
.tippy-menu--progress {
    max-width: 350px;
    border-radius: 14px;
    font-weight: normal; }
.tippy-menu--progress .progress {
      margin: 0; }
.tippy-menu--progress .tippy-menu__item {
      padding: 8px 10px; }
.tippy-menu--progress .tippy-menu__item:active .progress__bartext {
        color: inherit; }
.tippy-menu__scroll-up, .tippy-menu__scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.tippy-menu__scroll-up {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 100%); }
.tippy-menu__scroll-up:before {
      display: inline-block;
      content: '\f0d8';
      font-weight: 900;
      font-family: 'Font Awesome 5 Free'; }
.tippy-menu__scroll-down {
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, white 100%); }
.tippy-menu__scroll-down:before {
      display: inline-block;
      content: '\f0d7';
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      font-size: inherit; }
.tippy-zoom-img {
  position: relative;
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.5);
          box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.5);
  overflow: hidden; }
.tippy-zoom-img .str-nowrap {
    padding-top: 10px; }
.tippy-zoom-img__img {
    display: block;
    min-width: 190px;
    min-height: 190px;
    width: auto;
    height: auto;
    max-height: 70vh;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover; }
.box {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
  border-radius: 10px; }
.box__title {
    margin: 5px 0 15px;
    font-size: 18px;
    text-align: center; }
.box__subtitle {
    text-align: center; }
.box--img img {
    display: block; }
.box--bordered {
    border: 1px solid rgba(0, 0, 0, 0.2); }
.box--no-radius {
    border-radius: 0; }
.box--inset-shadow {
    -webkit-box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
            box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3); }
.box--h100per {
    height: 100%; }
.box--h300 {
    height: 300px; }
.box--h350 {
    height: 350px; }
.box--h400 {
    height: 400px; }
.box--h450 {
    height: 450px; }
.box--h500 {
    height: 500px; }
.box--h600 {
    height: 600px; }
.box--pad-15 {
    padding: 15px; }
.box--pad-lr-10 {
    padding-left: 10px;
    padding-right: 10px; }
.box--pad-lr-15 {
    padding-left: 15px;
    padding-right: 15px; }
.box--mt-20 {
    margin-top: 20px; }
.box--mt-25 {
    margin-top: 25px; }
.box--mb-20 {
    margin-bottom: 20px; }
.box--mb-25 {
    margin-bottom: 25px; }
.box--mb-30 {
    margin-bottom: 30px; }
.box-pad-lr-10 {
  padding-left: 10px;
  padding-right: 10px; }
.pad-5 {
  padding: 5px; }
.pad-10 {
  padding: 10px; }
.pad-15 {
  padding: 15px; }
.pad-20 {
  padding: 20px; }
.pad-25 {
  padding: 25px; }
.pad-30 {
  padding: 30px; }
.pad-lr-5 {
  padding-left: 5px;
  padding-right: 5px; }
.pad-lr-7 {
  padding-left: 7px;
  padding-right: 7px; }
.pad-lr-10 {
  padding-left: 10px;
  padding-right: 10px; }
.pad-lr-15 {
  padding-left: 15px;
  padding-right: 15px; }
.pad-lr-20 {
  padding-left: 20px;
  padding-right: 20px; }
.pad-lr-25 {
  padding-left: 25px;
  padding-right: 25px; }
.pad-lr-30 {
  padding-left: 30px;
  padding-right: 30px; }
.main__header {
  position: relative;
  margin-bottom: 30px; }
.main__header--no-filter.main__header--no-title.main__header--no-left-btns.main__header--no-right-btns {
    display: none; }
.main__header--with-filter.main__header--no-title:not(.main__header--no-right-btns) {
    min-height: 75px; }
.main__left-servise {
  margin: 0 0 15px 0; }
.main__left-servise--with-filter.main__left-servise--small-width {
  padding-left: 0; }
.main__left-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -15px; }
.main__left-btns .btn {
    width: 100%;
    margin: 0 0 15px 15px; }
.main__left-btns .field-select {
    width: 100%;
    margin: 0 0 15px 15px; }
.main__right-service {
  text-align: right;
  position: relative; }
.main__right-service--with-draggable .draggable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px; }
.main__right-btns > .btn {
  width: 100%;
  margin-bottom: 15px; }
.main__filter {
  position: relative;
  z-index: 2000;
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px; }
.main__title-wrapper {
  margin: 0 auto 30px;
  text-align: center; }
.main__title {
  margin: 0 0 20px;
  font-size: 24px; }
.main__content > *:first-child, .main__inner > *:first-child {
  margin-top: 0; }
.main__content > *:last-child, .main__inner > *:last-child {
  margin-bottom: 0; }
.main__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px; }
.main__pagination label,
  .main__pagination .tabulator-page-size,
  .main__pagination [data-page='first'],
  .main__pagination [data-page='last'] {
    display: none; }
.main__pagination button {
    padding: 2px 8px;
    border: none;
    background: none;
    font-size: 18px;
    font-family: inherit; }
.main__pagination button[disabled] {
      opacity: 0.4; }
.main__pagination button.active, .main__pagination button:hover {
      color: #1E88E5; }
.main__footer {
  margin-top: 10px;
  font-size: 14px; }
.img-framed {
  display: inline-block;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.5);
          box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.5);
  overflow: hidden; }
.tippy-content .img-framed {
    display: block; }
.img-framed--md {
    width: 90px;
    height: 90px; }
.img-framed--frame-10 {
    padding: 10px; }
.img-framed--frame-15 {
    padding: 15px; }
.img-framed--frame-xl, .img-framed--frame-20 {
    padding: 20px; }
.img-framed--zoomed {
    padding: 15px;
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
.img-framed--zoomed.img-framed--md {
      width: 190px;
      height: 190px;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover;
      -webkit-transform: scale(1);
              transform: scale(1); }
.img-framed--zoomed.img-framed--fullsize {
      min-width: 190px;
      min-height: 190px;
      width: auto;
      height: auto;
      -webkit-transform: scale(1);
              transform: scale(1); }
.loader-dots {
  display: inline-block;
  width: 0.75em; }
.loader-dots:after {
    content: ' .';
    -webkit-animation: dots 1s steps(5, end) infinite;
            animation: dots 1s steps(5, end) infinite; }
@-webkit-keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: currentColor;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 currentColor, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% {
    text-shadow: .25em 0 0 currentColor,
 .5em 0 0 currentColor; } }
@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: currentColor;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 currentColor, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% {
    text-shadow: .25em 0 0 currentColor,
 .5em 0 0 currentColor; } }
.fake-link {
  border: none;
  padding: 0;
  color: #1E88E5;
  font-size: 1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: underline;
  cursor: pointer; }
.fake-link:hover, .fake-link:focus {
    color: #548DED; }
.fake-link:focus-visible {
    outline: none; }
.ch-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px; }
.ch-list__item {
    position: relative;
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease; }
.ch-list__item:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 15px;
      width: 100%;
      background-color: #fff; }
.ch-list__item:hover {
      -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15); }
.ch-list__chart {
    position: relative;
    padding-top: calc(8 / 16 * 100%);
    border-radius: 10px; }
.ch-list__chart .highcharts-container {
      position: absolute !important;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
.ch-list__title {
    margin-top: 0;
    font-size: 18px; }
.ch-list__caption {
    margin-top: 0;
    font-size: 14px; }
.ch-list__text > :last-of-type {
    margin-bottom: 0; }
.ch-list--mt-important {
    margin-top: 1.111em !important; }
.str-nowrap {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.tab-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.tab-dt .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
.tab-dt .row,
  .tab-dt .row__col-md-7,
  .tab-dt .row__col-md-5 {
    height: 100%; }
.tab-dt .tabulator {
    height: 100% !important; }
.tab-dt__bottom {
    margin: 15px 0 -15px 0; }
.tab-zir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.tab-zir .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
.tab-zir .tabulator {
    height: 100% !important; }
.tab-zir__bottom {
    margin: 15px 0 -15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.tab-zir__bottom .field-text {
      margin: 0 15px 15px 0; }
.tab-zir__btns .btn {
    margin: 0 15px 15px; }
.tab-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.tab-df .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
.tab-df .row,
  .tab-df .row__col-md-8,
  .tab-df .row__col-md-4 {
    height: 100%; }
.tab-df .tabulator {
    height: 100% !important; }
.tab-df__bottom {
    margin: 15px -15px -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.tab-df__bottom .field-text {
      margin: 0 15px 15px; }
.tab-df__bottom .field-score {
      margin: 0 15px 15px; }
.tab-df__bottom .progress {
      margin: 0 15px 15px;
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
.tab-op {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 15px; }
.tab-op .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
.tab-op .tabulator {
    height: 100% !important; }
.tab-op__bottom {
    margin: 15px 0 -15px 0; }
.tab-op__bottom-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px 0; }
.tab-op__bottom-row1 .field-text {
      margin: 0 15px 15px; }
.tab-op__bottom-row1 .option-indicator-container {
      margin: 0 15px 15px; }
.tab-op__bottom-row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px 0; }
.tab-op__bottom-row2 .btn {
      margin: 0 15px 0; }
.tab-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.tab-map .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; }
.tab-map .leaflet-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.tab-map .tabulator {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.tab-map .tabulatorTopScrollbar {
    display: none; }
.tab-map__resize-holder {
    position: relative;
    height: 60%;
    min-height: 30%;
    max-height: 80%;
    padding-bottom: 30px; }
.tab-map__resize-holder .leaflet-container {
      position: absolute;
      top: 0;
      bottom: 30px;
      left: 0;
      right: 0;
      margin-bottom: 0; }
.tab-dpp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.tab-dpp .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
.tab-dpp .tabulator {
    height: 100% !important; }
.tab-dpp__bottom {
    margin: 15px -15px -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.tab-dpp__bottom .progress {
      margin: 0 15px 15px auto;
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
.tab-ach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.tab-ach .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
.tab-ach .tabulator {
    height: 100% !important; }
.tab-ach__bottom {
    margin-top: 15px; }
.tab-tim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.tab-tim .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; }
.tab-tim .tabulator {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.tab-manp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.tab-manp__middle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.tab-manp__table-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
.tab-manp__table {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
.tab-manp__middle-field.field-text {
    margin: 10px 0 0 0;
    padding-left: 10px; }
.tab-manp__middle-field.field-text .field-text__name {
      width: auto; }
.tab-updp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.tab-updp__middle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.tab-updp__table-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
.tab-updp__table {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
.tab-updp__middle-field.field-text {
    margin: 10px 0 0 0;
    padding-left: 10px; }
.tab-updp__middle-field.field-text .field-text__name {
      width: auto; }
.tab-updp__bottom {
    margin-bottom: -1.1em; }
.tab-updp__bottom-field.field-select {
    margin-bottom: 1.1em; }
.tab-audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -15px;
  margin-right: -15px; }
.tab-audio__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.tab-audio__left-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
.tab-audio__left-box.box {
      padding: 0;
      overflow: hidden;
      -webkit-box-shadow: 0px 4px 10px rgba(45, 52, 54, 0.3);
              box-shadow: 0px 4px 10px rgba(45, 52, 54, 0.3); }
.tab-audio__player-holder {
    padding-top: 170px;
    position: relative;
    overflow: hidden; }
.tab-audio__waveform {
    position: absolute;
    top: 0;
    left: 0;
    height: 170px;
    width: 100%; }
.tab-audio__ws-controls {
    margin: 20px 0; }
.tab-audio__table-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
.tab-audio__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 475px;
    padding-left: 15px;
    padding-right: 15px; }
.tab-audio__form-holder {
    position: relative;
    overflow-y: auto; }
.tab-audio__form-holder.os-host {
      padding-right: 15px; }
.tab-audio__form-holder.os-host:before, .tab-audio__form-holder.os-host:after {
        content: '';
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 8px;
        background: white; }
.tab-audio__form-holder.os-host:before {
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%); }
.tab-audio__form-holder.os-host:after {
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }
.tab-conf {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%; }
.tab-conf__left {
    position: relative;
    width: 550px; }
.tab-conf__left-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.tab-conf__left-resize-holder {
    position: relative;
    height: 60%;
    min-height: 40%;
    max-height: 70%;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.tab-conf__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    overflow: hidden; }
.tab-conf__box .tab-conf__table-holder {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative; }
.tab-conf__box .tab-conf__table-holder .tabulator {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important; }
.tab-conf__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.tab-conf__group .tab-conf__table-holder {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative; }
.tab-conf__group .tab-conf__table-holder .tabulator {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important; }
.tab-conf__caption {
    margin-bottom: 0.5em;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.tab-conf__caption .btn {
      margin-left: 15px; }
.tab-conf__caption--cus {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
.tab-conf__caption--cus .popup__title {
        margin-bottom: 0;
        margin-right: 5px; }
.tab-conf__caption-btns {
    margin-left: auto; }
.tab-conf__caption-btns .tab-conf__btn-view {
      padding: 2px 5px;
      margin: 0 0 5px 10px; }
.tab-conf__group-item {
    font-size: 14px;
    margin-bottom: 0.5em; }
.tab-conf__group-item .fa,
    .tab-conf__group-item .far,
    .tab-conf__group-item .fas {
      margin-right: 10px; }
.tab-conf__btn-add.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    background: #FF6D00;
    color: white;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
.tab-conf__btn-add.btn:hover, .tab-conf__btn-add.btn:focus {
      background: #FF8020;
      color: white; }
.tab-conf__btn-add.btn .fa,
    .tab-conf__btn-add.btn .far,
    .tab-conf__btn-add.btn .fas {
      margin: 0; }
.tab-conf__btn--view {
    padding: 2px 5px; }
.tab-conf__btn-help.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
    background: white; }
.tab-conf__btn-help.btn:hover, .tab-conf__btn-help.btn:focus {
      background: white;
      color: #FF6D00; }
.tab-conf__btn-help.btn:active {
      border-color: #CECECE;
      color: #465154; }
.tab-conf__right {
    position: relative; }
.tab-conf__right-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.tab-conf__btns-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px 0 auto; }
.tab-conf__btns-group .btn {
      width: 100%;
      margin: 0 15px 15px 0; }
.tab-conf__table-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.tab-conf__right-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 -15px -10px; }
.tab-conf__right-btns .btn {
      width: 100%;
      margin: 0 0 15px 10px; }
.tab-fed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%; }
.tab-fed__left {
    position: relative;
    width: 550px; }
.tab-fed__left-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.tab-fed__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    overflow: hidden; }
.tab-fed__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.tab-fed__group .popup__title {
      padding-bottom: 13px;
      margin-bottom: 13px;
      border-bottom: 1px solid #b3b3b3; }
.tab-fed__group .tab-conf__table-holder {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative; }
.tab-fed__group .tab-conf__table-holder .tabulator {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important; }
.tab-fed__caption {
    margin-bottom: 0.5em;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.tab-fed__caption .btn {
      margin-left: 15px; }
.tab-fed__caption-btns {
    margin-left: auto; }
.tab-fed__caption-btns .tab-fed__btn-view {
      padding: 2px 5px;
      margin: 0 0 5px 10px; }
.tab-fed__group-item {
    font-size: 14px;
    margin-bottom: 0.5em; }
.tab-fed__group-item .fa,
    .tab-fed__group-item .far,
    .tab-fed__group-item .fas {
      margin-right: 10px; }
.tab-fed__btn-add.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 50%;
    font-size: 14px;
    background: #FF6D00;
    color: white;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
.tab-fed__btn-add.btn:hover, .tab-fed__btn-add.btn:focus {
      background: #FF8020;
      color: white; }
.tab-fed__btn-add.btn .fa,
    .tab-fed__btn-add.btn .far,
    .tab-fed__btn-add.btn .fas {
      margin: 0; }
.tab-fed__right {
    position: relative; }
.tab-fed__right-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.tab-fed__right-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 -15px -10px; }
.tab-fed__right-btns .btn {
      width: 100%;
      margin: 0 0 15px 10px; }
.tab-fed__table-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
.tab-fed__table-holder .tabulator {
      position: absolute;
      left: 0;
      top: 0;
      width: 100% !important;
      height: 100% !important; }
.tab-fed__fields {
    overflow-x: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4px; }
.tab-fed__fields .field-text:last-of-type {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      margin-bottom: 0; }
.tab-fed__fields .field-text:last-of-type .field-text__name span {
        display: block;
        padding-top: 9px; }
.tab-fed__fields .field-text:last-of-type .field-text__name .btn {
        margin-top: 19px; }
.tab-fed__fields .field-text:last-of-type .field-text__input-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%; }
.tab-fed__fields .field-text:last-of-type .field-text__input-wrap .box {
          -webkit-box-shadow: none;
                  box-shadow: none; }
.waveform__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 5; }
.waveform__loader-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px; }
.ws-ctrls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 110px; }
.ws-ctrls__btn.btn {
    margin: 0 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    font-size: 14px;
    background: #1E88E5;
    color: white;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
.ws-ctrls__btn.btn:hover, .ws-ctrls__btn.btn:focus {
      background: #548DED;
      color: white; }
.ws-ctrls__btn.btn .fa,
    .ws-ctrls__btn.btn .far,
    .ws-ctrls__btn.btn .fas {
      margin: 0; }
.ws-ctrls .field-checkbox {
    margin: 0 0 0 15px; }
.ws-ctrls__timecode {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px; }
.ws-ctrls__field-select.field-select {
    position: absolute;
    top: -2px;
    left: 85px;
    margin-bottom: 0; }
.ws-ctrls__field-select select.ws-ctrls__speed-select {
    border: none;
    padding: 2px 5px;
    color: currentColor; }
.tabulator-row .tabulator-cell.cell-wsBtn {
  padding: 0; }
.volume {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px; }
.volume__icon {
    cursor: pointer;
    width: 16px; }
.volume input[type=range] {
    height: 29px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0 0 0 7px;
    width: 80px; }
.volume input[type=range]:focus {
    outline: none; }
.volume input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 0px #000000;
            box-shadow: 0px 0px 0px #000000;
    background: #A9A9A9;
    border-radius: 4px;
    border: 0px solid #000000; }
.volume input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 1px 1px 2px #1E88E5;
            box-shadow: 1px 1px 2px #1E88E5;
    border: 4px solid #1E88E5;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px; }
.volume input[type=range]:focus::-webkit-slider-runnable-track {
    background: #A9A9A9; }
.volume input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000;
    background: #A9A9A9;
    border-radius: 4px;
    border: 0px solid #000000; }
.volume input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 2px #1E88E5;
    border: 4px solid #1E88E5;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background: #FFFFFF;
    cursor: pointer; }
.volume input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
.volume input[type=range]::-ms-fill-lower {
    background: #A9A9A9;
    border: 0px solid #000000;
    border-radius: 8px;
    box-shadow: 0px 0px 0px #000000; }
.volume input[type=range]::-ms-fill-upper {
    background: #A9A9A9;
    border: 0px solid #000000;
    border-radius: 8px;
    box-shadow: 0px 0px 0px #000000; }
.volume input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 2px #1E88E5;
    border: 4px solid #1E88E5;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background: #FFFFFF;
    cursor: pointer; }
.volume input[type=range]:focus::-ms-fill-lower {
    background: #A9A9A9; }
.volume input[type=range]:focus::-ms-fill-upper {
    background: #A9A9A9; }
.addr-popup__title {
  margin: 0 0 20px;
  text-align: center; }
.addr-popup__btns {
  margin: 33px 0 0;
  text-align: center; }
.addr-popup__btns .btn {
    width: 100%; }
.b-chat {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 800px;
  width: 100%;
  height: 300px;
  margin-left: -400px;
  margin-top: -150px;
  z-index: 11001;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
  border-radius: 15px;
  font-size: 14px;
  -ms-touch-action: none;
      touch-action: none; }
.b-chat:hover {
    z-index: 11002; }
.b-chat__inner {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding-left: 220px; }
.b-chat__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
.b-chat__group-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    padding: 12px; }
.b-chat__group-holder > :last-child {
      margin-bottom: 0; }
.b-chat__group-holder, .b-chat__message-holder {
    overflow-y: auto;
    scrollbar-color: #CECECE #f3f4f4;
    scrollbar-width: thin; }
.b-chat__group-holder::-webkit-scrollbar, .b-chat__message-holder::-webkit-scrollbar {
      width: 12px;
      height: 12px; }
.b-chat__group-holder::-webkit-scrollbar-track, .b-chat__message-holder::-webkit-scrollbar-track {
      background: #fff;
      -webkit-box-shadow: inset -2px -2px 10px rgba(45, 52, 54, 0.2);
              box-shadow: inset -2px -2px 10px rgba(45, 52, 54, 0.2);
      border-radius: 6px; }
.b-chat__group-holder::-webkit-scrollbar-thumb, .b-chat__message-holder::-webkit-scrollbar-thumb {
      border-radius: 6px;
      border: 3px solid transparent;
      background: #CECECE;
      background-clip: content-box; }
.b-chat__group-holder::-webkit-scrollbar-thumb :hover, .b-chat__message-holder::-webkit-scrollbar-thumb :hover {
        background-color: #465154; }
.b-chat__group-holder::-webkit-scrollbar-thumb:vertical:hover, .b-chat__group-holder::-webkit-scrollbar-thumb:horizontal:hover, .b-chat__message-holder::-webkit-scrollbar-thumb:vertical:hover, .b-chat__message-holder::-webkit-scrollbar-thumb:horizontal:hover {
        background-color: #465154; }
.b-chat__group {
    margin-bottom: 0.5em;
    padding: 6px 10px 7px;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.b-chat__group:hover {
      background-color: #f4f4f4; }
.b-chat__group p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.b-chat__group > :last-child {
      margin-bottom: 0; }
.b-chat__group--active {
      background-color: #e7f3ff; }
.b-chat__group--active:hover {
        background-color: #e7f3ff; }
.b-chat__message-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px; }
.b-chat__message {
    position: relative;
    margin-bottom: 15px;
    padding: 12px 15px 25px;
    border-radius: 10px;
    background-color: rgba(219, 238, 255, 0.7);
    word-break: break-word; }
.b-chat__message:last-of-type {
      margin-bottom: 0; }
.b-chat__message > :last-child {
      margin-bottom: 0; }
.b-chat__message--read .b-chat__icon-state {
      color: #465154; }
.b-chat__meta {
    position: absolute;
    bottom: 5px;
    right: 10px;
    margin: 0;
    font-size: 12px;
    color: #999; }
.b-chat__icon-state {
    margin-right: 5px;
    color: #cbcbcb; }
.b-chat__user {
    margin-right: 5px;
    font-weight: bold; }
.b-chat__msg {
    display: block;
    margin-top: 0.4em; }
.b-chat__send-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: auto;
    padding-top: 20px; }
.b-chat__send-holder .field-text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0 15px 0 0; }
.b-chat__send-holder .field-text__input {
      -webkit-box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
              box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
      border-radius: 10px !important; }
.b-chat--mobile {
    position: relative;
    top: auto;
    left: auto;
    margin: 20px auto; }
.b-contacts {
  padding: 50px 0; }
.b-contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.b-contacts__title {
    width: 100%;
    margin: 0 40px 20px 0; }
.bg-dots {
  position: relative; }
.bg-dots .container {
    position: relative; }
.bg-dots:before {
    content: '';
    position: absolute;
    left: 50%;
    z-index: 0;
    width: 270px;
    height: 235px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAyRDkyREY3NDIxMDExRUFBQUM3QkRDMzAxMjkwN0JCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAyRDkyREY4NDIxMDExRUFBQUM3QkRDMzAxMjkwN0JCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDJEOTJERjU0MjEwMTFFQUFBQzdCREMzMDEyOTA3QkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDJEOTJERjY0MjEwMTFFQUFBQzdCREMzMDEyOTA3QkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5XRm4vAAAA5ElEQVR42uxTQQqCUBCdZxRRLnQjtdMbeIVOkp3AjlIn6ArdRG+Qu9KNQr+IQic/IrQQnXYtejAwMI/HezMM6AMnZmuqyNf9w6TYA4p2xswkhhbKruUuVRV/VnYrD6ecrVZQUtDk9FZFxI2zDsT3F1auRYXEnHFR5bZHTMOfTSiUpjUMwnqQxRxIBaF3JSE6c0DksGZJdlOII+ulD9P4KI6cKfbrg0d9pOoFb2FRInLomIgrwqYrOpgKjBAsbSRih21zztnFmEKDasfQ4ojvT9p7dvMt0k/BVy8lPMpf8McE3wIMAF+vfe2qcnZuAAAAAElFTkSuQmCC") repeat left top; }
.bg-dots--ach:before {
    width: 0;
    height: 0; }
.bg-dots--app:before {
    width: 0;
    height: 0; }
.bg-dots--ser:before {
    width: 0;
    height: 0; }
.bg-dots--vacancies:before {
    width: 0;
    height: 0; }
.bg-dots--par:before {
    top: 0;
    width: 175px;
    height: 320px;
    margin: -70px 0 0 0;
    left: -115px; }
.box-file {
  display: inline-block;
  margin-bottom: 1.1em;
  width: 200px;
  text-align: center; }
.box-file__top-text {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.333; }
.box-file__input-wrap {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
    cursor: pointer; }
.box-file__input-wrap:hover, .box-file__input-wrap:focus,
    .is-dragover .box-file__input-wrap,
    .is-full .box-file__input-wrap {
      border-color: #548DED;
      -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
              box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3); }
.box-file__input-wrap:hover .box-file__icon, .box-file__input-wrap:focus .box-file__icon,
      .is-dragover .box-file__input-wrap .box-file__icon,
      .is-full .box-file__input-wrap .box-file__icon {
        color: #bdd9f3; }
.is-dragover .box-file__input-wrap {
      border-style: dashed; }
.box-file__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #e1e1e1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.box-file__input {
    position: absolute;
    z-index: -1;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden; }
.box-file__middle-text {
    width: 100%;
    position: relative; }
.box-file__text-label span {
    text-decoration: underline; }
.box-file__text-caption {
    margin: 0.5em 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.box-file__bottom-text {
    display: block;
    margin-top: 0.4em; }
.box-file--mrl-10 {
    margin-left: 10px;
    margin-right: 10px; }
.breadcrumbs {
  list-style: none;
  margin-bottom: 1.1em;
  padding: 0;
  color: #A4B3B7;
  font-size: 14px;
  font-weight: 600;
  overflow-y: hidden;
  white-space: nowrap; }
.breadcrumbs a {
    color: #A4B3B7;
    text-decoration: none; }
.breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #465154;
      text-decoration: none; }
.breadcrumbs .fa {
    font-size: 18px; }
.breadcrumbs__item {
    display: inline-block;
    margin-right: 9px;
    white-space: nowrap; }
.breadcrumbs__item:last-child {
      margin-right: 0; }
.breadcrumbs__item:not(:last-child):after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 2px;
      height: 2px;
      border-radius: 50%;
      margin-left: 9px;
      background-color: #A4B3B7; }
.btn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 12px 11px;
  border-radius: 6px;
  border: 1px solid transparent;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  font-family: inherit;
  text-decoration: none;
  text-transform: none;
  color: #465154;
  background-color: #A4B3B7;
  background-image: none;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  outline: none; }
.btn:hover, .btn:focus {
    text-decoration: none;
    color: #465154;
    background-color: #cccccc; }
.btn:hover {
    text-decoration: none; }
.btn:active:not([disabled]) {
    top: 1px;
    -webkit-box-shadow: none;
            box-shadow: none; }
.btn--disabled, .btn:disabled {
    cursor: not-allowed;
    color: #fff;
    background-color: #999; }
.btn--disabled:hover, .btn:disabled:hover {
      color: #fff;
      background-color: #999; }
a.btn--disabled {
      pointer-events: none; }
.btn .fa,
  .btn .far,
  .btn .fas {
    margin-right: 10px; }
.btn__text-mobile {
    display: none; }
.btn--xs, .btn--mini {
    padding: 6px 20px 7px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3); }
.btn--sm, .btn--small {
    padding: 9.5px 11px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.42857; }
.btn--xl, .btn--big {
    padding: 10px 11px; }
.btn--grey {
    background: #A9A9A9;
    color: #fff; }
.btn--grey:hover, .btn--grey:focus {
      background: #A4B3B7;
      color: #fff; }
.btn--orange {
    background: #FF6D00;
    color: white;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
.btn--orange:hover, .btn--orange:focus {
      background: #FF8020;
      color: white; }
.btn--blue {
    background: #1E88E5;
    color: white;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
.btn--blue:hover, .btn--blue:focus {
      background: #548DED;
      color: white; }
.btn--white {
    background: white; }
.btn--white:hover, .btn--white:focus {
      background: white;
      color: #FF6D00; }
.btn--white:active {
      border-color: #CECECE;
      color: #465154; }
.btn--white-blue {
    background: #fff;
    color: #1E88E5; }
.btn--white-blue:hover, .btn--white-blue:focus {
      background: white;
      color: #FF6D00; }
.btn--white-blue:active {
      border-color: #CECECE;
      color: #465154; }
.btn--white-orange {
    background: white;
    color: #FF6D00;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14); }
.btn--white-orange:hover, .btn--white-orange:focus {
      background: #FF8020;
      color: white; }
.btn--white-border {
    background: white;
    color: #FF6D00;
    border-color: #FF6D00; }
.btn--white-border:hover, .btn--white-border:focus {
      background: #FF8020;
      color: white; }
.btn--w200, .btn--w270, .btn--w280, .btn--w300, .btn--w330, .btn--w370, .btn--w100per {
    width: 100%; }
.btn--w200 {
    max-width: 200px; }
.btn--w250 {
    max-width: 250px; }
.btn--w270 {
    max-width: 270px; }
.btn--w280 {
    max-width: 280px; }
.btn--w300 {
    max-width: 300px; }
.btn--w330 {
    max-width: 330px; }
.btn--w350 {
    max-width: 350px; }
.btn--w370 {
    max-width: 370px; }
.btn--promo-calc, .btn--promo-video, .btn--promo-login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-radius: 10px; }
.btn--promo-calc .icon, .btn--promo-video .icon, .btn--promo-login .icon {
      width: 32px;
      height: 32px;
      margin-right: 10px; }
.btn--promo-video:hover svg {
    fill: #fff;
    color: #FF6D00; }
.btn--promo-video svg {
    fill: #FF6D00;
    color: #fff; }
.btn--popup {
    width: 100%;
    margin-bottom: 1.1em; }
.btn--round, .btn--round-sm, .btn--round-big {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 12px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 12px rgba(45, 52, 54, 0.3); }
.btn--round:hover, .btn--round:focus, .btn--round-sm:hover, .btn--round-sm:focus, .btn--round-big:hover, .btn--round-big:focus {
      background: #fff;
      color: #FF6D00; }
.btn--round--disabled, .btn--round:disabled, .btn--round-sm--disabled, .btn--round-sm:disabled, .btn--round-big--disabled, .btn--round-big:disabled {
      opacity: 0.3;
      background-color: #fff;
      color: inherit; }
.btn--round--disabled:hover, .btn--round:disabled:hover, .btn--round-sm--disabled:hover, .btn--round-sm:disabled:hover, .btn--round-big--disabled:hover, .btn--round-big:disabled:hover {
        background-color: #fff;
        color: inherit; }
.btn--round .fa,
    .btn--round .far,
    .btn--round .fas, .btn--round-sm .fa,
    .btn--round-sm .far,
    .btn--round-sm .fas, .btn--round-big .fa,
    .btn--round-big .far,
    .btn--round-big .fas {
      margin: 0; }
.btn--round.btn--youtube, .btn--round-sm.btn--youtube, .btn--round-big.btn--youtube {
      line-height: 36px; }
.btn--round.btn--youtube .fa, .btn--round-sm.btn--youtube .fa, .btn--round-big.btn--youtube .fa {
        position: relative;
        left: 2px;
        font-size: 16px; }
.btn--round-big {
    width: 48px;
    height: 48px; }
.btn--round-sm {
    width: 24px;
    height: 24px; }
.btn--only-icon .fa,
  .btn--only-icon .far,
  .btn--only-icon .fas,
  .btn--only-icon .icon {
    margin: 0; }
.btn--youtube {
    background: #FB3838;
    color: white;
    -webkit-box-shadow: 0px 4px 12px rgba(251, 56, 56, 0.4);
            box-shadow: 0px 4px 12px rgba(251, 56, 56, 0.4); }
.btn--youtube:hover, .btn--youtube:focus {
      background: white;
      color: #FB3838;
      -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
              box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3); }
.btn--youtube:active {
      background: #FB3838;
      color: white;
      -webkit-box-shadow: 0px 4px 12px rgba(251, 56, 56, 0.4);
              box-shadow: 0px 4px 12px rgba(251, 56, 56, 0.4); }
.btn--chart {
    font-size: 14px;
    line-height: 1.142;
    width: 100%; }
.btn--close-card {
    padding: 2px;
    background-color: transparent;
    color: #FF6D00; }
.btn--close-card:hover, .btn--close-card:focus {
      background-color: transparent;
      color: #FF6D00; }
.btn--close-news {
    position: absolute;
    top: 6px;
    right: 12px;
    padding: 2px;
    background-color: transparent;
    color: #FF6D00; }
.btn--close-news:hover, .btn--close-news:focus {
      background-color: transparent;
      color: #FF6D00; }
.btn--close-news:active {
      position: absolute;
      top: 6px;
      margin-top: 1px; }
.btn--news, .btn--filter {
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3); }
.btn--news:after, .btn--filter:after {
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -9px;
      content: '\f107';
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
.btn--news.is-active:after, .btn--news.jq-dropdown-open:after, .btn--filter.is-active:after, .btn--filter.jq-dropdown-open:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.btn--news {
    max-width: 215px; }
.btn--news .fa {
      margin-right: 16px;
      font-size: .8em; }
.btn--filter .fa {
    margin-right: 16px;
    font-size: 1em; }
.btn--filter.is-active, .btn--filter.jq-dropdown-open {
    border-radius: 10px 10px 0 0; }
.btn--draggable-switch, .btn--filter-new {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-left: 30px;
    padding-right: 30px; }
.btn--draggable-switch:after, .btn--filter-new:after {
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -7px;
      content: '\f107';
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      line-height: 1;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
.btn--draggable-switch.is-active, .btn--draggable-switch.jq-dropdown-open, .btn--filter-new.is-active, .btn--filter-new.jq-dropdown-open {
      border-radius: 6px 6px 0 0; }
.btn--draggable-switch.is-active:after, .btn--draggable-switch.jq-dropdown-open:after, .btn--filter-new.is-active:after, .btn--filter-new.jq-dropdown-open:after {
        margin-top: -9px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
.btn--filter-aplay {
    width: 170px; }
.btn--filter-reset, .btn--in-draggable {
    width: 40px;
    padding-left: 5px;
    padding-right: 5px; }
.btn--filter-reset .fa, .btn--in-draggable .fa {
      margin-right: 0; }
.btn--filter-reset .fa-times, .btn--in-draggable .fa-times {
      font-size: 9px;
      margin-left: -5px; }
.btn--print {
    display: none; }
.btn--plus, .btn--inp {
    width: 32px;
    height: 32px;
    padding: 4px 5px;
    background: #fff;
    border: 1px solid #A4B3B7;
    border-radius: 3px;
    font-size: 14px; }
.btn--plus:hover, .btn--plus:focus, .btn--inp:hover, .btn--inp:focus {
      background: #fff;
      color: #FF6D00; }
.btn--plus .fa,
    .btn--plus .far,
    .btn--plus .fas, .btn--inp .fa,
    .btn--inp .far,
    .btn--inp .fas {
      margin-right: 0; }
.btn--arrow, .btn--arrow-mini, .btn--arrow-small, .btn--arrow-big {
    background: #fff;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
.btn--arrow:hover, .btn--arrow-mini:hover, .btn--arrow-small:hover, .btn--arrow-big:hover {
      background: #fff; }
.btn--arrow:active, .btn--arrow-mini:active, .btn--arrow-small:active, .btn--arrow-big:active {
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08); }
.btn--arrow .fa,
    .btn--arrow .far,
    .btn--arrow .fas, .btn--arrow-mini .fa,
    .btn--arrow-mini .far,
    .btn--arrow-mini .fas, .btn--arrow-small .fa,
    .btn--arrow-small .far,
    .btn--arrow-small .fas, .btn--arrow-big .fa,
    .btn--arrow-big .far,
    .btn--arrow-big .fas {
      margin-right: 0; }
.btn--arrow-mini {
    padding: 8px;
    font-size: 14px;
    border-radius: 6px; }
.btn--arrow-small {
    padding: 10px;
    font-size: 16px;
    border-radius: 6px; }
.btn--arrow {
    padding: 12px 10px;
    font-size: 18px;
    border-radius: 6px; }
.btn--arrow-big {
    padding: 12px;
    font-size: 22px;
    border-radius: 6px; }
.btn--popup-expander {
    padding: 5px;
    background: none;
    color: #A4B3B7;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.btn--popup-expander:hover, .btn--popup-expander:focus {
      background: none;
      color: #A4B3B7; }
.btn--popup-expander svg {
      display: block; }
.btn--popup-expander.is-active {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.btn--popup-resize {
    padding: 5px;
    background: none;
    color: #A4B3B7;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
    cursor: nw-resize; }
.btn--popup-resize:hover, .btn--popup-resize:focus {
      background: none;
      color: #1E88E5; }
.btn--popup-resize:active:not([disabled]) {
      top: 0; }
.btn--popup-resize svg {
      display: block; }
.btn--popup-expander, .btn--popup-expander2 {
    display: none; }
.btn--leaflet {
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    font-size: 18px; }
.btn--leaflet:hover, .btn--leaflet:focus {
      background-color: #f4f4f4; }
.btn--leaflet:active {
      top: 0;
      -webkit-box-shadow: inset 0 -1px 5px 2px rgba(81, 77, 77, 0.31);
              box-shadow: inset 0 -1px 5px 2px rgba(81, 77, 77, 0.31); }
.btn--leaflet:last-child {
      border-bottom: 0; }
.btn--leaflet .fa,
    .btn--leaflet .far,
    .btn--leaflet .fas {
      margin: 0; }
.btn--view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    padding: 5px;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    font-size: 22px;
    background: #fff;
    color: #1E88E5; }
.btn--view:hover, .btn--view:focus {
      background: #fff;
      color: #1E88E5; }
.btn--view:active {
      border-color: #CECECE;
      color: #465154;
      background-color: #ebebeb; }
.btn--view .fa,
    .btn--view .far,
    .btn--view .fas {
      margin-right: 0; }
.btn--view-active {
      background-color: #ebebeb;
      border-color: #d9d6d6;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: relative;
      top: 1px; }
.btn--view-active:hover, .btn--view-active:focus {
        background-color: #ebebeb;
        border-color: #d9d6d6;
        -webkit-box-shadow: none;
                box-shadow: none; }
.btn--xs-round-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    font-size: 9px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25); }
.btn--xs-round-icon.isActive {
      color: #FF6D00; }
.btn--xs-round-icon .fa,
    .btn--xs-round-icon .far,
    .btn--xs-round-icon .fas {
      margin: 0; }
.btn-burger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 42px;
  padding: 50px 0 0 0;
  border: none;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.33;
  font-family: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: none; }
.btn-burger__icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 42px;
    height: 23px;
    border-bottom: 3px solid #000; }
.is-active .btn-burger__icon {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMC40MTk5MjIgNy4yMTM3NUgyMi40MTk5VjguNzg2MTZIMC40MTk5MjJWNy4yMTM3NVoiIGZpbGw9IiM0NjUxNTQiLz48cGF0aCBkPSJNOC44ODA0MiAwTDAuNDE5OTIyIDcuMjEzNzVMMS4zODc5OSA4LjM4NjE4TDkuODQ4NDkgMS4xNzIzNEw4Ljg4MDQyIDBaIiBmaWxsPSIjNDY1MTU0Ii8+PHBhdGggZD0iTTEuMzg3OTkgNy42MTM4Mkw5Ljg0ODQ5IDE0LjgyNzdMOC44ODA0MiAxNkwwLjQxOTkyMiA4Ljc4NjE2TDEuMzg3OTkgNy42MTM4MloiIGZpbGw9IiM0NjUxNTQiLz48L3N2Zz4=);
      background-repeat: no-repeat;
      background-position: center;
      border-color: transparent; }
.is-active .btn-burger__icon:before, .is-active .btn-burger__icon:after {
        background: transparent; }
.btn-burger__icon:before, .btn-burger__icon:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background: #000; }
.btn-burger__icon:before {
      top: 0; }
.btn-burger__icon:after {
      top: 50%; }
.btn-burger__label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap; }
.btn-burger:hover .btn-burger__label,
    .btn-burger:focus .btn-burger__label {
      color: #465154; }
.btn-nav.is-slim .btn-nav__link {
  width: 48px;
  height: 48px;
  padding: 5px; }
.btn-nav.is-slim .btn-nav__icon {
  display: block; }
.btn-nav.is-slim .btn-nav__name {
  display: none; }
.btn-nav__list {
  margin: 0;
  padding: 0;
  list-style: none; }
.btn-nav__item {
  margin-bottom: 12px; }
.btn-nav__item:last-child {
    margin-bottom: 0; }
.btn-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  padding: 5px 10px;
  background: white;
  color: #1E88E5;
  border: 1px solid #1E88E5;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14286;
  white-space: normal;
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s; }
.btn-nav__link:hover {
    background: #1E88E5;
    color: white; }
.btn-nav__icon {
  display: none; }
.btn-nav__label {
  display: inline-block;
  width: 117px;
  font-size: 12px;
  margin-left: 15px; }
.btn-nav--panel {
  margin: auto 0 20px; }
.btn-nav--panel .btn-nav__item {
    text-align: center; }
.btn-nav--panel .btn-nav__link {
    width: 220px;
    margin: 0 auto; }
.btn-nav--mobile .btn-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.btn-nav--mobile .btn-nav__link {
  width: 160px; }
.call-btns {
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 100;
  text-align: right; }
.has-offcanvas--drop-panel .call-btns {
    z-index: 1; }
.call-btns__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 15px; }
.call-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  border-radius: 28px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #FF6D00;
  text-decoration: none;
  cursor: pointer; }
.call-btn:hover {
    color: #FF6D00; }
.call-btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #FF6D00;
    border-radius: 28px; }
.call-btn__text {
    display: inline-block;
    max-width: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: max-width 0.5s , padding 0.5s;
    transition: max-width 0.5s , padding 0.5s; }
.call-btn:hover .call-btn__text,
    .call-phone-wrapper:hover .call-btn__text {
      max-width: 300px;
      padding: 0 20px; }
.call-btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #FF6D00;
    color: #fff; }
.call-btn__icon .fa, .call-btn__icon .far, .call-btn__icon .fas {
      font-size: 22px; }
.call-btn__counter {
    position: absolute;
    right: -5px;
    bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    color: #fff;
    background: #548DED;
    background: #FB3838;
    border-radius: 50%;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.45);
            box-shadow: 2px 2px 5px rgba(45, 52, 54, 0.45); }
.call-phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 56px; }
.call-phone-wrapper:hover {
    width: auto; }
.call-contacts {
  width: 0;
  max-height: 0;
  width: 195px;
  margin: 0;
  padding: 0 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: max-height 0.5s, padding 0.5s , opacity 0.5s , -webkit-transform 0.5s;
  transition: max-height 0.5s, padding 0.5s , opacity 0.5s , -webkit-transform 0.5s;
  transition: max-height 0.5s, padding 0.5s , opacity 0.5s , transform 0.5s;
  transition: max-height 0.5s, padding 0.5s , opacity 0.5s , transform 0.5s, -webkit-transform 0.5s; }
.call-contacts p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.6; }
.call-contacts.is-open {
    max-height: 500px;
    margin: 0 0 20px 0;
    padding: 20px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
.call-contacts__title {
    margin: 0 0 10px 0; }
.center {
  text-align: center; }
.chart-timing {
  margin: 10px 0 15px; }
.code {
  display: block;
  width: 100%;
  max-height: 500px;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  border-radius: 6px;
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
  overflow-x: auto;
  background-color: #e6e6e6;
  white-space: normal;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2; }
.code code {
    display: block;
    min-height: 1em;
    padding: 0;
    white-space: pre;
    background-color: transparent; }
.code code p,
    .code code div {
      display: inline-block;
      margin: 0; }
.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px; }
.contact-list__item {
    margin-bottom: 10px; }
.contact-list__item:last-child {
      margin-bottom: 0; }
.contact-list__label {
    display: inline-block;
    width: 100%; }
.contact-list__link {
    display: inline-block; }
.contact-list__divider {
    display: block;
    height: 0;
    visibility: hidden; }
.container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
.content__header {
  position: relative;
  padding: 30px 0; }
.content__title {
  margin: 30px auto 0;
  text-align: center; }
.content__main {
  padding: 20px 15px;
  background: white;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
  clear: both; }
.content__main > *:first-child {
    margin-top: 0; }
.content__main > *:last-child {
    margin-bottom: 0; }
.contractor {
  position: relative;
  margin: 0 0 20px;
  padding: 125px 0 0 0; }
.contractor__ava-box, .contractor__img-box {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 110px;
    width: 100%; }
.contractor__img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 4px 10px rgba(45, 52, 54, 0.5);
            box-shadow: 0px 4px 10px rgba(45, 52, 54, 0.5); }
.contractor__img--default {
      -webkit-box-shadow: 0px 4px 10px rgba(45, 52, 54, 0.5);
              box-shadow: 0px 4px 10px rgba(45, 52, 54, 0.5); }
.contractor__img--selectable {
      cursor: pointer; }
.contractor__img--selectable:active {
        position: relative;
        top: 1px;
        -webkit-box-shadow: none;
                box-shadow: none; }
.contractor__btns {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
.contractor__btns .btn {
      display: block;
      margin-bottom: 10px; }
.contractor__expander-toggler {
    margin-top: 35px; }
.contractor--oss {
    height: 100%; }
.contractor--oss .contractor__info {
      height: inherit; }
.contractor--oss .form-contractor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: inherit; }
.contractor--oss .form-contractor__os {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.draggable {
  display: inline-block;
  position: relative;
  z-index: 2000;
  min-width: 290px;
  font-size: 12px;
  text-align: left;
  -ms-touch-action: none;
      touch-action: none; }
.draggable:hover {
    z-index: 2100; }
.draggable__header {
    position: relative; }
.draggable__icon {
    position: absolute;
    top: 50%;
    left: 6px;
    padding: 5px 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    color: #fff; }
.draggable__counter {
    color: #fff;
    margin-left: 10px; }
.draggable__dropdown {
    display: none;
    border: solid 1px #ddd;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    background: white;
    overflow: hidden; }
.draggable__dropdown.is-open {
      display: block; }
.draggable__body {
    padding: 18px 20px 18px;
    overflow: hidden;
    position: relative; }
.draggable__body > .tabulator {
      margin-top: -10px; }
.draggable__footer {
    position: relative;
    z-index: 1;
    padding: 18px 20px 20px 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
.draggable__footer .btn {
      margin-left: 15px; }
.draggable__footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.draggable__footer-bottom .btn {
      margin-left: 15px; }
.draggable__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
.draggable__col {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
.draggable__title {
    margin: 0 0 15px;
    font-size: 18px; }
.draggable__pagination {
    width: 100%;
    margin: 0 0 1em; }
.draggable__pagination label,
    .draggable__pagination .tabulator-page-size,
    .draggable__pagination [data-page='first'],
    .draggable__pagination [data-page='last'] {
      display: none; }
.draggable__pagination button {
      padding: 2px 8px;
      border: none;
      background: none;
      font-size: 18px;
      font-family: inherit; }
.draggable__pagination button[disabled] {
        opacity: 0.4; }
.draggable__pagination button.active, .draggable__pagination button:hover {
        color: #1E88E5; }
.draggable--mw-290 {
    max-width: 290px; }
.drop-panel {
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15); }
.drop-panel__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #F4F8FF; }
.drop-panel__header .form {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.drop-panel__header .field-text__input {
      padding-left: 30px; }
.embed-responsive {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  padding: 0; }
.embed-responsive::before {
    content: '';
    display: block;
    padding-top: 56.25%; }
.embed-responsive iframe,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive--4-3::before {
    padding-top: 75%; }
.embed-responsive--mtb-0 {
    margin-top: 0;
    margin-bottom: 0; }
.embed-responsive--main-video::before {
    padding-top: 416px; }
.expander {
  overflow: hidden;
  position: relative; }
.expander--height-120.DOM-slider-hidden {
    height: 120px !important; }
.expander--height-135.DOM-slider-hidden {
    height: 135px !important; }
.expander--height-1em.DOM-slider-hidden {
    height: 1em !important; }
.expander--height-1-5em.DOM-slider-hidden {
    height: 1.5em !important; }
.expander--bottom-gradient:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0; }
.expander--bottom-gradient.DOM-slider-hidden:after {
    opacity: 1; }
.expander-toggler--icon-abs-right {
  padding-left: 30px;
  padding-right: 30px; }
.expander-toggler--icon-abs-right .fa, .expander-toggler--icon-abs-right .far, .expander-toggler--icon-abs-right .fas {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0; }
.field-checkbox {
  display: block;
  margin-bottom: 1.1em; }
.tabulator .field-checkbox {
    margin-bottom: 0; }
.tabulator .field-checkbox .field-checkbox__name {
      padding-left: 24px;
      margin-right: 0; }
.tabulator .field-checkbox .field-checkbox__name-text:before {
      top: 0; }
.tabulator .field-checkbox .field-checkbox__name-text:after {
      border-color: #000; }
.tabulator .field-checkbox .field-checkbox__help-text-wrap {
      padding-left: 24px; }
.field-checkbox__title {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.333;
    font-weight: bold;
    margin-bottom: 1em; }
.field-checkbox__input-wrap + .field-checkbox__input-wrap {
    margin-top: 1.1em; }
.field-checkbox__input-wrap--error .field-checkbox__name-text,
  .field-checkbox__input-wrap--error .field-checkbox__help-text {
    color: #d8544f; }
.field-checkbox__input-wrap--sm {
    font-size: 14px; }
.field-checkbox__input-wrap--sm .field-checkbox__name {
      padding-left: 26px; }
.field-checkbox__input-wrap--tabulator .field-checkbox__name {
    display: block;
    margin-right: 0;
    padding: 7px 45px 7px 20px; }
.field-checkbox__input-wrap--tabulator .field-checkbox__name {
    cursor: pointer; }
.field-checkbox__input-wrap--tabulator .field-checkbox__name:hover {
      background-color: #DBEEFF; }
.field-checkbox__input-wrap--tabulator .field-checkbox__name-text:before {
    top: 8px;
    left: auto;
    right: 20px; }
.field-checkbox__input-wrap--tabulator .field-checkbox__name-text:after {
    top: 11px;
    left: auto;
    right: 23px; }
.field-checkbox__name {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
    margin-right: 0.6em;
    font-weight: 400;
    line-height: 1.333;
    cursor: pointer; }
.field-checkbox__name--pr-40 {
      padding-right: 40px !important; }
.field-checkbox__name--right {
      padding-left: 0;
      padding-right: 1.5em;
      text-align: right; }
.field-checkbox__name--right .field-checkbox__name-text:before {
        content: '';
        position: absolute;
        top: 1px;
        left: auto;
        right: 0;
        width: 16px;
        height: 16px; }
.field-checkbox__name--right .field-checkbox__name-text:after {
        content: '';
        position: absolute;
        top: 4px;
        left: auto;
        right: 3px;
        width: 10px;
        height: 7px; }
.field-checkbox__name-text {
    display: inline-block; }
input:disabled ~ .field-checkbox__name-text {
      cursor: default; }
.field-checkbox__name-text:before {
      content: '';
      position: absolute;
      top: 1px;
      left: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #A4B3B7;
      border-radius: 2px;
      background: white; }
input:focus ~ .field-checkbox__name-text:before {
        outline: 0;
        border-color: #548DED;
        background: #F4F8FF; }
input:hover ~ .field-checkbox__name-text:before {
        outline: 0;
        border-color: #548DED; }
input:disabled ~ .field-checkbox__name-text:before {
        border-color: #999999;
        background-color: #cccccc; }
.field-checkbox__input--custom ~ .field-checkbox__name-text:before {
        background-color: #e8e8e8 !important; }
.field-checkbox__name-text:after {
      content: '';
      position: absolute;
      top: 4px;
      left: 3px;
      width: 10px;
      height: 6px;
      opacity: 0;
      border-left: 3px solid #465154;
      border-bottom: 3px solid #465154;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
input:checked ~ .field-checkbox__name-text:after {
        opacity: 1; }
input:checked:disabled ~ .field-checkbox__name-text:after {
        border-color: gray; }
input:indeterminate ~ .field-checkbox__name-text:after {
        opacity: 0.5; }
.field-checkbox__input {
    position: absolute;
    top: 0.7em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
.field-checkbox__input:focus, .field-checkbox__input:active {
      outline: 0;
      border-color: #548DED; }
.field-checkbox__help-text-wrap {
    padding-left: 1.5em; }
.field-checkbox__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 12px;
    line-height: 1.2em;
    color: #999; }
.field-checkbox__help-text:empty {
      display: none; }
.field-checkbox--tabulator, .field-checkbox--m-0 {
    margin: 0; }
.field-checkbox--mb-0 {
    margin-bottom: 0; }
.field-checkbox--sm {
    font-size: 14px;
    margin-bottom: 1.3em; }
.field-checkbox--sm .field-checkbox__name-text:before {
      width: 14px;
      height: 14px; }
.field-checkbox--sm .field-checkbox__name-text:after {
      top: 4px;
      left: 3px;
      width: 8px;
      height: 5px;
      border-left: 2px solid #465154;
      border-bottom: 2px solid #465154;
      -webkit-transform: rotate(-50deg);
              transform: rotate(-50deg); }
.field-checkbox--horiz, .field-checkbox--gorizontal-rb, .field-checkbox--horizontal-rb, .field-checkbox--horiz-rb, .field-checkbox--horiz-rb-180 {
    margin-bottom: 8px; }
.field-checkbox--horiz .field-checkbox__input-wrap, .field-checkbox--gorizontal-rb .field-checkbox__input-wrap, .field-checkbox--horizontal-rb .field-checkbox__input-wrap, .field-checkbox--horiz-rb .field-checkbox__input-wrap, .field-checkbox--horiz-rb-180 .field-checkbox__input-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 21px; }
.field-checkbox--horiz .field-checkbox__name, .field-checkbox--gorizontal-rb .field-checkbox__name, .field-checkbox--horizontal-rb .field-checkbox__name, .field-checkbox--horiz-rb .field-checkbox__name, .field-checkbox--horiz-rb-180 .field-checkbox__name {
      margin-right: 0;
      padding-left: 0;
      padding-right: 30px; }
.field-checkbox--horiz .field-checkbox__name-text, .field-checkbox--gorizontal-rb .field-checkbox__name-text, .field-checkbox--horizontal-rb .field-checkbox__name-text, .field-checkbox--horiz-rb .field-checkbox__name-text, .field-checkbox--horiz-rb-180 .field-checkbox__name-text {
      display: block;
      width: 130px;
      font-weight: bold; }
.field-checkbox--horiz .field-checkbox__name-text:before, .field-checkbox--gorizontal-rb .field-checkbox__name-text:before, .field-checkbox--horizontal-rb .field-checkbox__name-text:before, .field-checkbox--horiz-rb .field-checkbox__name-text:before, .field-checkbox--horiz-rb-180 .field-checkbox__name-text:before {
        top: 1px;
        left: auto;
        right: 0; }
.field-checkbox--horiz .field-checkbox__name-text:after, .field-checkbox--gorizontal-rb .field-checkbox__name-text:after, .field-checkbox--horizontal-rb .field-checkbox__name-text:after, .field-checkbox--horiz-rb .field-checkbox__name-text:after, .field-checkbox--horiz-rb-180 .field-checkbox__name-text:after {
        top: 4px;
        left: auto;
        right: 3px; }
.field-checkbox--gorizontal-rb .field-checkbox__name, .field-checkbox--horizontal-rb .field-checkbox__name, .field-checkbox--horiz-rb .field-checkbox__name, .field-checkbox--horiz-rb-180 .field-checkbox__name {
    padding-right: 1.5em;
    text-align: right; }
.field-checkbox--gorizontal-rb .field-checkbox__name-text, .field-checkbox--horizontal-rb .field-checkbox__name-text, .field-checkbox--horiz-rb .field-checkbox__name-text, .field-checkbox--horiz-rb-180 .field-checkbox__name-text {
    text-align: right; }
.field-checkbox--horiz-rb-180 .field-checkbox__name {
    padding-right: 40px; }
.field-checkbox--horiz-rb-180 .field-checkbox__name-text {
    width: 180px; }
.field-checkbox--editable [disabled],
  .field-checkbox--editable [readonly],
  .field-checkbox--editable [aria-disabled=true] {
    opacity: 0 !important; }
.field-checkbox--editable [disabled] ~ .field-checkbox__name-text,
    .field-checkbox--editable [readonly] ~ .field-checkbox__name-text,
    .field-checkbox--editable [aria-disabled=true] ~ .field-checkbox__name-text {
      cursor: default; }
.field-code {
  display: block;
  margin-bottom: 1.1em; }
.field-code .field-text {
    margin: 0; }
.field-code__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.333; }
.field-code__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px; }
.field-code__row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.field-code__col-input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px; }
.field-code__col-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.field-code__btn {
    width: 100%; }
.field-file {
  display: block;
  margin-bottom: 1.1em; }
.field-file__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.333; }
.field-file__input-wrap {
    display: block;
    position: relative; }
.field-file__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
.field-file__input:active ~ .field-file__name-text,
    .field-file__input:focus ~ .field-file__name-text {
      outline: 0;
      border-color: #548DED; }
.field-file__name-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    width: 100%;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    background-color: #fff;
    white-space: nowrap;
    cursor: pointer; }
input:disabled ~ .field-file__name-text {
      background: #cccccc;
      cursor: not-allowed; }
.field-file__name-text:before {
      content: attr(data-button-text);
      display: block;
      background-color: #e6e6e6;
      border-right: 1px solid #b3b3b3;
      margin-right: 14px;
      line-height: 1.333;
      padding: 11px 14px;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.field-file__name-text:hover, .field-file__name-text:focus {
      outline: 0;
      border-color: #548DED; }
.field-file__name-text:hover:before, .field-file__name-text:focus:before {
        background-color: #cccccc; }
.field-file__caption {
    display: block;
    width: 100%;
    margin: 0;
    padding-right: 12px;
    border-radius: 8px;
    line-height: 1.333;
    font-size: 1em;
    font-family: inherit;
    color: currentColor;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    overflow: hidden;
    text-overflow: ellipsis; }
.field-file__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 12px;
    line-height: 1.2em;
    color: #999; }
.field-file__help-text:empty {
      display: none; }
.field-file--error .field-file__name,
  .field-file--error .field-file__name-text,
  .field-file--error .field-file__input,
  .field-file--error .field-file__help-text {
    color: #d8544f; }
.field-file--error .field-file__name-text {
    border-color: #d8544f;
    background-color: #f9e2e2; }
.field-file--sm {
    font-size: 14px; }
.field-file--sm .field-file__name-text {
      border-radius: 3px; }
.field-file--sm .field-file__name-text:before {
        padding: 6px 12px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
.field-file--gorizontal.field-file--sm, .field-file--horiz.field-file--sm, .field-file--horiz-b.field-file--sm {
    min-height: 21px; }
.field-file--gorizontal.field-file--sm .field-file__caption, .field-file--horiz.field-file--sm .field-file__caption, .field-file--horiz-b.field-file--sm .field-file__caption {
      min-height: 32px;
      padding: 6px 12px;
      border-radius: 3px; }
.field-file--gorizontal .field-file__name-text, .field-file--horiz .field-file__name-text, .field-file--horiz-b .field-file__name-text {
    display: block;
    border: none;
    background: none; }
.field-file--gorizontal .field-file__name-text:before, .field-file--horiz .field-file__name-text:before, .field-file--horiz-b .field-file__name-text:before {
      min-height: 0;
      padding: 0;
      margin-bottom: 0.4em;
      border-radius: 0;
      border: none;
      background: none; }
.field-file--gorizontal .field-file__name-text .field-file__caption, .field-file--horiz .field-file__name-text .field-file__caption, .field-file--horiz-b .field-file__name-text .field-file__caption {
      border: 1px solid #A4B3B7; }
.field-file--horiz-b .field-file__name-text:before {
    font-weight: bold; }
.field-radio {
  display: block;
  margin-bottom: 1.1em; }
.field-radio__title {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.333; }
.field-radio__input-wrap + .field-radio__input-wrap {
    margin-top: 1.1em; }
.field-radio__input-wrap--error .field-radio__name-text,
  .field-radio__input-wrap--error .field-radio__help-text {
    color: #d8544f; }
.field-radio__input-wrap--sm {
    font-size: 14px; }
.field-radio__input-wrap--sm .field-radio__name-text:before {
      top: 2px; }
.field-radio__input-wrap--sm .field-radio__name-text:after {
      top: 6px; }
.field-radio__name {
    display: inline-block;
    position: relative;
    margin-right: 0.6em;
    padding-left: 1.5em;
    font-weight: 400;
    line-height: 1.333; }
.field-radio__name-text {
    display: inline-block; }
input:disabled ~ .field-radio__name-text {
      cursor: not-allowed; }
.field-radio__name-text:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      width: 14px;
      height: 14px;
      border: 1px solid currentColor;
      border-radius: 50%; }
input:focus ~ .field-radio__name-text:before {
      outline: 0;
      border-color: #548DED; }
input:disabled ~ .field-radio__name-text:before {
      border-color: #999999;
      background: #cccccc; }
.field-radio__name-text:after {
      content: '';
      position: absolute;
      top: 9px;
      left: 4px;
      width: 6px;
      height: 6px;
      opacity: 0;
      border-radius: 50%;
      background-color: currentColor;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
input:checked ~ .field-radio__name-text:after {
        opacity: 1; }
input:checked:disabled ~ .field-radio__name-text:after {
        background-color: #999999; }
.field-radio__input {
    position: absolute;
    top: 0.8em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
.field-radio__input:focus, .field-radio__input:active {
      outline: 0;
      border-color: #548DED; }
.field-radio__help-text-wrap {
    padding-left: 1.5em; }
.field-radio__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 12px;
    line-height: 1.2em;
    color: #999; }
.field-radio__help-text:empty {
      display: none; }
.field-score .br-wrapper {
  margin-right: 10px; }
.field-score__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.field-score__info {
  margin-top: 2px;
  font-size: 12px;
  white-space: nowrap; }
.field-score--box {
  padding: 5px 7px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid #CECECE;
  border-radius: 10px; }
.field-score--box .br-wrapper {
    margin-right: 0; }
.field-select {
  display: block;
  margin-bottom: 1.1em; }
.field-select__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.333; }
.field-select__name--bold {
      font-weight: bold; }
.field-select__name--mr-12 {
      margin-right: 12px !important; }
.field-select__name--mr-24 {
      margin-right: 24px !important; }
.field-select__name--pr-12 {
      padding-right: 12px !important; }
.field-select__name--pr-24 {
      padding-right: 24px !important; }
.field-select__select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.333;
    padding: 11px 14px;
    padding-right: 35px;
    font-size: inherit;
    font-family: inherit;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff; }
.field-select__select[multiple] {
      background-image: none;
      min-height: 6.8em; }
.field-select__select::-ms-expand {
      display: none; }
.field-select__select:active, .field-select__select:focus {
      outline: 0;
      border-color: #548DED; }
.field-select__select[disabled], .field-select__select[readonly] {
      cursor: default;
      background-color: #e6e6e6; }
.field-select__select option[disabled] {
      color: #999; }
.field-select__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 12px;
    line-height: 1.2em;
    color: #999; }
.field-select__help-text:empty {
      display: none; }
.field-select__name-with-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    margin-bottom: 0.4em; }
.field-select__name-with-checkbox .field-select__name {
      margin-bottom: 0;
      margin-right: 15px; }
.field-select__name-with-checkbox .field-checkbox {
      margin-bottom: 0; }
.field-select__name-with-checkbox .field-checkbox .field-checkbox__name {
        margin-right: 0; }
.field-select__name-with-checkbox--justify {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.field-select__select-wrap--plr-12 {
    padding-left: 12px;
    padding-right: 12px; }
.field-select--error {
    color: #d8544f; }
.field-select--error .field-select__name,
    .field-select--error .field-select__select,
    .field-select--error .field-select__help-text {
      color: #d8544f; }
.field-select--error .field-select__select,
    .field-select--error .choices__inner,
    .field-select--error .choices:after {
      border-color: #d8544f;
      background-color: #f9e2e2; }
.field-select--tabulator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
.field-select--tabulator .field-select__name {
      width: 50%;
      margin: 0;
      padding-right: 15px;
      font-weight: bold;
      font-size: 14px; }
.field-select--tabulator .field-select__select-wrap {
      width: 50%; }
.field-select--sm {
    font-size: 14px; }
.field-select--sm .field-select__select {
      min-height: 32px;
      padding: 4px 12px;
      border-radius: 3px; }
.field-select--sm .select2-container .select2-selection--single {
      height: 32px; }
.field-select--sm .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 12px;
      padding-right: 25px; }
.field-select--sm .select2-container--default .select2-selection--single {
      border-radius: 3px; }
.field-select--sm .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 30px; }
.field-select--sm .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 25px;
      height: 32px; }
.field-select--sm .select2-container--default .select2-selection--single .select2-selection__arrow b {
      top: 50%;
      left: 50%;
      margin-left: -4px;
      margin-top: -4px;
      border-width: 0 2px 2px 0;
      padding: 2px; }
.field-select--sm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      margin-top: -1px;
      border-width: 2px 0 0 2px; }
.field-select--gorizontal, .field-select--horizontal, .field-select--horiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    min-width: 330px; }
.field-select--gorizontal.field-select--sm, .field-select--horizontal.field-select--sm, .field-select--horiz.field-select--sm {
      min-height: 21px; }
.field-select--gorizontal .field-select__name, .field-select--horizontal .field-select__name, .field-select--horiz .field-select__name {
      width: 130px;
      margin-bottom: 0;
      font-weight: bold; }
.field-select--gorizontal .field-select__select-wrap, .field-select--horizontal .field-select__select-wrap, .field-select--horiz .field-select__select-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 200px; }
.field-select--gorizontal .field-select__btn, .field-select--horizontal .field-select__btn, .field-select--horiz .field-select__btn {
      margin-left: 5px; }
.field-select--gorizontal-rb, .field-select--horizontal-rb, .field-select--horiz-rb, .field-select--horiz-rb-180 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    min-width: 330px; }
.field-select--gorizontal-rb.field-select--sm, .field-select--horizontal-rb.field-select--sm, .field-select--horiz-rb.field-select--sm, .field-select--horiz-rb-180.field-select--sm {
      min-height: 21px; }
.field-select--gorizontal-rb .field-select__name, .field-select--horizontal-rb .field-select__name, .field-select--horiz-rb .field-select__name, .field-select--horiz-rb-180 .field-select__name {
      width: 130px;
      margin-right: 24px;
      margin-bottom: 0;
      text-align: right;
      font-weight: bold; }
.field-select--gorizontal-rb .field-select__select-wrap, .field-select--horizontal-rb .field-select__select-wrap, .field-select--horiz-rb .field-select__select-wrap, .field-select--horiz-rb-180 .field-select__select-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 200px; }
.field-select--gorizontal-rb .field-select__btn, .field-select--horizontal-rb .field-select__btn, .field-select--horiz-rb .field-select__btn, .field-select--horiz-rb-180 .field-select__btn {
      margin-left: 5px; }
.field-select--horiz-rb-180 .field-select__name {
    width: 180px; }
.field-select--gorizontal-2, .field-select--horizontal-2, .field-select--horiz-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 21px;
    margin-bottom: 8px;
    min-width: 330px; }
.field-select--gorizontal-2 .field-select__name, .field-select--horizontal-2 .field-select__name, .field-select--horiz-2 .field-select__name {
      margin: 0 10px 0 0;
      font-weight: bold; }
.field-select--gorizontal-2 .field-select__select-wrap, .field-select--horizontal-2 .field-select__select-wrap, .field-select--horiz-2 .field-select__select-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 200px; }
.field-select--gorizontal-2 .field-select__btn, .field-select--horizontal-2 .field-select__btn, .field-select--horiz-2 .field-select__btn {
      margin-left: 5px; }
.field-select--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.field-select--center .br-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 5px 0; }
.field-select--center .field-score__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.field-select--center .field-score__info {
      margin: 0 5px 0;
      min-width: 64px; }
.field-select--center .field-select__name {
      margin: 0 5px 0; }
.field-select--mb-04em {
    margin-bottom: 0.4em; }
.field-select--editable [disabled],
  .field-select--editable [readonly],
  .field-select--editable [aria-disabled=true] {
    background: none !important;
    border-color: transparent !important;
    color: #1E88E5 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    text-decoration: underline;
    pointer-events: none; }
.field-select--editable [disabled]:hover,
    .field-select--editable [readonly]:hover,
    .field-select--editable [aria-disabled=true]:hover {
      color: #548DED; }
.field-select--editable [disabled]::-webkit-input-placeholder, .field-select--editable [readonly]::-webkit-input-placeholder, .field-select--editable [aria-disabled=true]::-webkit-input-placeholder {
      color: #1E88E5 !important;
      opacity: 1; }
.field-select--editable [disabled]::-moz-placeholder, .field-select--editable [readonly]::-moz-placeholder, .field-select--editable [aria-disabled=true]::-moz-placeholder {
      color: #1E88E5 !important;
      opacity: 1; }
.field-select--editable [disabled]:-ms-input-placeholder, .field-select--editable [readonly]:-ms-input-placeholder, .field-select--editable [aria-disabled=true]:-ms-input-placeholder {
      color: #1E88E5 !important;
      opacity: 1; }
.field-select--editable [disabled]::-ms-input-placeholder, .field-select--editable [readonly]::-ms-input-placeholder, .field-select--editable [aria-disabled=true]::-ms-input-placeholder {
      color: #1E88E5 !important;
      opacity: 1; }
.field-select--editable [disabled]::placeholder,
    .field-select--editable [readonly]::placeholder,
    .field-select--editable [aria-disabled=true]::placeholder {
      color: #1E88E5 !important;
      opacity: 1; }
.field-select--editable [disabled] .select2-selection__arrow,
    .field-select--editable [readonly] .select2-selection__arrow,
    .field-select--editable [aria-disabled=true] .select2-selection__arrow {
      display: none; }
.field-select--editable [aria-disabled=true] {
    height: auto !important; }
.field-select--disabled [disabled],
  .field-select--disabled [readonly],
  .field-select--disabled [aria-disabled=true] {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: none !important;
    border-color: transparent !important;
    color: #465154 !important;
    cursor: default !important;
    opacity: 1 !important; }
.field-select--disabled [disabled]::-webkit-input-placeholder, .field-select--disabled [readonly]::-webkit-input-placeholder, .field-select--disabled [aria-disabled=true]::-webkit-input-placeholder {
      color: #465154 !important;
      opacity: 1; }
.field-select--disabled [disabled]::-moz-placeholder, .field-select--disabled [readonly]::-moz-placeholder, .field-select--disabled [aria-disabled=true]::-moz-placeholder {
      color: #465154 !important;
      opacity: 1; }
.field-select--disabled [disabled]:-ms-input-placeholder, .field-select--disabled [readonly]:-ms-input-placeholder, .field-select--disabled [aria-disabled=true]:-ms-input-placeholder {
      color: #465154 !important;
      opacity: 1; }
.field-select--disabled [disabled]::-ms-input-placeholder, .field-select--disabled [readonly]::-ms-input-placeholder, .field-select--disabled [aria-disabled=true]::-ms-input-placeholder {
      color: #465154 !important;
      opacity: 1; }
.field-select--disabled [disabled]::placeholder,
    .field-select--disabled [readonly]::placeholder,
    .field-select--disabled [aria-disabled=true]::placeholder {
      color: #465154 !important;
      opacity: 1; }
.field-select--disabled [disabled] .select2-selection--single,
    .field-select--disabled [readonly] .select2-selection--single,
    .field-select--disabled [aria-disabled=true] .select2-selection--single {
      height: auto !important; }
.field-select--disabled [disabled] .select2-selection__rendered,
    .field-select--disabled [readonly] .select2-selection__rendered,
    .field-select--disabled [aria-disabled=true] .select2-selection__rendered {
      line-height: 1.333 !important; }
.field-select--disabled [disabled] .select2-selection__arrow,
    .field-select--disabled [readonly] .select2-selection__arrow,
    .field-select--disabled [aria-disabled=true] .select2-selection__arrow {
      display: none; }
.field-text {
  display: block;
  margin-bottom: 1.1em; }
.field-text__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.333; }
.field-text__name--bold {
      font-weight: bold; }
.field-text__name--right {
      text-align: right; }
.field-text__name--pr-12 {
      padding-right: 12px !important; }
.field-text__name--pr-24 {
      padding-right: 24px !important; }
.field-text__name--mr-12 {
      margin-right: 12px !important; }
.field-text__name--mr-24 {
      margin-right: 24px !important; }
.field-text__input-wrap {
    display: block; }
.field-text__input-wrap--rel {
      position: relative; }
.field-text__input-wrap--plr-12 {
      padding-left: 12px;
      padding-right: 12px; }
.field-text__input-wrap--plr-13 {
      padding-left: 13px;
      padding-right: 13px; }
.field-text__input-wrap--plr-24 {
      padding-left: 24px;
      padding-right: 24px; }
.field-text__input-wrap--abtn {
      position: relative; }
.field-text__input-wrap--abtn .field-text__input {
        padding-right: 35px !important; }
.field-text__input-wrap--fbtn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.field-text__input-wrap--fbtn .btn {
        margin-left: 5px; }
.field-text__icon-wrap {
    position: relative;
    width: 100%; }
.field-text__icon-wrap:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 11px;
      display: inline-block;
      width: 0;
      height: 0;
      padding: 2px;
      margin-left: -4px;
      margin-top: -4px;
      border: solid currentColor;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
.field-text__icon-wrap .field-text__input {
      padding-right: 30px !important; }
.field-text__icon-wrap--disabled:after {
      display: none; }
.field-text__icon-wrap--disabled ~ .field-text__btn {
      display: none; }
.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: calc(1.333em + 11px + 11px + 2px);
    margin: 0;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
    padding: 11px 14px;
    line-height: 1.333;
    font-size: 1em;
    font-family: inherit;
    color: currentColor;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield; }
.field-text__input:hover, .field-text__input:focus {
      outline: 0;
      border-color: #548DED; }
.field-text__input[disabled], .field-text__input[readonly] {
      cursor: not-allowed;
      color: #999;
      border-color: #999; }
.field-text__input::-webkit-search-cancel-button, .field-text__input::-webkit-search-decoration, .field-text__input::-webkit-inner-spin-button, .field-text__input::-webkit-outer-spin-button {
      -webkit-appearance: none; }
.field-text__input[type='color'] {
      padding: 0; }
.field-text__input::-webkit-input-placeholder {
      color: #999;
      opacity: 1; }
.field-text__input::-moz-placeholder {
      color: #999;
      opacity: 1; }
.field-text__input:-ms-input-placeholder {
      color: #999;
      opacity: 1; }
.field-text__input::-ms-input-placeholder {
      color: #999;
      opacity: 1; }
.field-text__input::placeholder {
      color: #999;
      opacity: 1; }
textarea.field-text__input {
      height: auto;
      min-height: calc(24.666px + 2px);
      resize: vertical; }
textarea.field-text__input::-webkit-scrollbar {
        width: 12px;
        height: 12px; }
textarea.field-text__input::-webkit-scrollbar-track {
        background: #fff;
        -webkit-box-shadow: inset -2px -2px 10px rgba(45, 52, 54, 0.2);
                box-shadow: inset -2px -2px 10px rgba(45, 52, 54, 0.2);
        border-radius: 6px; }
textarea.field-text__input::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 3px solid transparent;
        background: #CECECE;
        background-clip: content-box; }
textarea.field-text__input::-webkit-scrollbar-thumb :hover {
          background-color: #465154; }
textarea.field-text__input::-webkit-scrollbar-thumb:vertical:hover, textarea.field-text__input::-webkit-scrollbar-thumb:horizontal:hover {
          background-color: #465154; }
.field-text__input::-webkit-input-placeholder {
      color: #999; }
.field-text__input::-moz-placeholder {
      color: #999; }
.field-text__input:-ms-input-placeholder {
      color: #999; }
.field-text__input::-ms-input-placeholder {
      color: #999; }
.field-text__input::placeholder {
      color: #999; }
.field-text__input.flatpickr-input[disabled], .field-text__input.flatpickr-input[readonly] {
      cursor: pointer;
      color: #999;
      border-color: #999;
      cursor: not-allowed; }
.field-text__input--pass {
      padding-right: 40px; }
.field-text__input--link {
      cursor: pointer; }
.field-text__input--link[disabled] ~ .field-text__btn, .field-text__input--link[readonly] ~ .field-text__btn {
        display: none; }
.field-text__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 12px;
    line-height: 1.2em;
    color: #999; }
.field-text__help-text:empty {
      display: none; }
.field-text__icon {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.field-text--error .field-text__name,
  .field-text--error .field-text__input,
  .field-text--error .field-text__help-text {
    color: #d8544f; }
.field-text--error .field-text__input {
    border-color: #d8544f;
    background-color: #f9e2e2; }
.field-text--m0 {
    margin: 0; }
.field-text--sm {
    font-size: 14px; }
.field-text--sm .field-text__input {
      min-height: 32px;
      padding: 4px 12px;
      border-radius: 3px; }
.field-text--gorizontal, .field-text--horizontal, .field-text--horiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    min-width: 330px; }
.field-text--gorizontal.field-text--sm, .field-text--horizontal.field-text--sm, .field-text--horiz.field-text--sm {
      min-height: 21px; }
.field-text--gorizontal .field-text__name, .field-text--horizontal .field-text__name, .field-text--horiz .field-text__name {
      width: 130px;
      margin-bottom: 0;
      font-weight: bold; }
.field-text--gorizontal .field-text__input-wrap, .field-text--horizontal .field-text__input-wrap, .field-text--horiz .field-text__input-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 200px; }
.field-text--gorizontal-rb, .field-text--horizontal-rb, .field-text--horiz-rb, .field-text--horiz-rb-180 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 21px;
    margin-bottom: 8px;
    min-width: 330px; }
.field-text--gorizontal-rb.field-text--sm textarea, .field-text--horizontal-rb.field-text--sm textarea, .field-text--horiz-rb.field-text--sm textarea, .field-text--horiz-rb-180.field-text--sm textarea {
      min-height: 32px; }
.field-text--gorizontal-rb .field-text__name, .field-text--horizontal-rb .field-text__name, .field-text--horiz-rb .field-text__name, .field-text--horiz-rb-180 .field-text__name {
      width: 130px;
      margin-right: 24px;
      margin-bottom: 0;
      text-align: right;
      font-weight: bold; }
.field-text--gorizontal-rb .field-text__input-wrap, .field-text--horizontal-rb .field-text__input-wrap, .field-text--horiz-rb .field-text__input-wrap, .field-text--horiz-rb-180 .field-text__input-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 200px; }
.field-text--horiz-rb-180 .field-text__name {
    width: 180px; }
.field-text--gorizontal-align-top, .field-text--horizontal-align-top, .field-text--horiz-align-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    margin-bottom: 8px;
    min-width: 330px; }
.field-text--gorizontal-align-top.field-text--sm, .field-text--horizontal-align-top.field-text--sm, .field-text--horiz-align-top.field-text--sm {
      min-height: 21px;
      padding-top: 4px; }
.field-text--gorizontal-align-top .field-text__name, .field-text--horizontal-align-top .field-text__name, .field-text--horiz-align-top .field-text__name {
      width: 130px;
      margin-bottom: 0; }
.field-text--gorizontal-align-top .field-text__input-wrap, .field-text--horizontal-align-top .field-text__input-wrap, .field-text--horiz-align-top .field-text__input-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 200px; }
.field-text--panel-search {
    margin-bottom: 0; }
.field-text--panel-search.is-slim .field-text__input-wrap:before {
      right: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
.field-text--panel-search.is-slim .field-text__input {
      visibility: hidden; }
.field-text--panel-search .field-text__input-wrap {
      position: relative; }
.field-text--panel-search .field-text__input-wrap:before {
        content: '\f002';
        position: absolute;
        top: 50%;
        right: 18px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        font-size: 14px;
        color: #1E88E5; }
.field-text--panel-search .field-text__input {
      padding: 15px 40px 15px 30px;
      border-radius: 0;
      border: none;
      background: transparent;
      font-weight: 600;
      font-size: 14px;
      color: #1E88E5; }
.field-text--panel-search .field-text__input:focus::-webkit-input-placeholder {
        color: inherit; }
.field-text--panel-search .field-text__input:focus::-moz-placeholder {
        color: inherit; }
.field-text--panel-search .field-text__input:focus:-ms-input-placeholder {
        color: inherit; }
.field-text--panel-search .field-text__input:focus::-ms-input-placeholder {
        color: inherit; }
.field-text--panel-search .field-text__input:focus::placeholder {
        color: inherit; }
.field-text--tabulator {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.field-text--tabulator .field-text__name {
      width: 50%;
      padding-right: 15px;
      font-weight: bold;
      font-size: 14px; }
.field-text--tabulator .field-text__input-wrap {
      width: 50%;
      position: relative;
      padding: 0 20px 0 16px; }
.field-text--tabulator .field-text__input-wrap:before {
        content: 'A';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px;
        font-size: 12px; }
.field-text--tabulator .field-text__input-wrap:after {
        content: 'A';
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -14px;
        font-size: 18px; }
.field-text--tabulator .irs-grid {
      bottom: 13px; }
.field-text--tabulator .irs-grid-pol.small,
    .field-text--tabulator .irs-grid-text {
      display: none; }
.field-text--tabulator .irs-single {
      visibility: hidden; }
.field-text--tabulator .irs-grid-pol {
      background: #000; }
.field-text--tabulator .irs-grid-pol:first-child {
        margin-left: -1px; }
.field-text--search .field-text__input-wrap, .field-text--filter-formator .field-text__input-wrap, .field-text--search-draggable .field-text__input-wrap, .field-text--search-shadow-inset .field-text__input-wrap {
    position: relative; }
.field-text--search .field-text__input-wrap:after, .field-text--filter-formator .field-text__input-wrap:after, .field-text--search-draggable .field-text__input-wrap:after, .field-text--search-shadow-inset .field-text__input-wrap:after {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '\f002';
      font-weight: 600;
      font-family: 'Font Awesome 5 Free';
      color: #999; }
.field-text--search .field-text__input, .field-text--filter-formator .field-text__input, .field-text--search-draggable .field-text__input, .field-text--search-shadow-inset .field-text__input {
    padding: 4px 45px 4px 20px;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    border-radius: 10px;
    border: none;
    -webkit-appearance: none; }
.field-text--search-shadow-inset .field-text__input {
    -webkit-box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
            box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.2); }
.field-text--autoComplete {
    position: relative; }
.field-text--search-draggable {
    width: 193px;
    margin: 0; }
.field-text--editable [disabled],
  .field-text--editable [readonly] {
    background: none !important;
    border-color: transparent !important;
    color: #1E88E5 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    text-decoration: underline;
    pointer-events: none; }
.field-text--editable [disabled]:hover,
    .field-text--editable [readonly]:hover {
      color: #548DED; }
.field-text--editable [disabled]::-webkit-input-placeholder, .field-text--editable [readonly]::-webkit-input-placeholder {
      color: #1E88E5 !important;
      opacity: 1; }
.field-text--editable [disabled]::-moz-placeholder, .field-text--editable [readonly]::-moz-placeholder {
      color: #1E88E5 !important;
      opacity: 1; }
.field-text--editable [disabled]:-ms-input-placeholder, .field-text--editable [readonly]:-ms-input-placeholder {
      color: #1E88E5 !important;
      opacity: 1; }
.field-text--editable [disabled]::-ms-input-placeholder, .field-text--editable [readonly]::-ms-input-placeholder {
      color: #1E88E5 !important;
      opacity: 1; }
.field-text--editable [disabled]::placeholder,
    .field-text--editable [readonly]::placeholder {
      color: #1E88E5 !important;
      opacity: 1; }
.field-text--editable [disabled]::-webkit-calendar-picker-indicator,
    .field-text--editable [readonly]::-webkit-calendar-picker-indicator {
      display: none; }
.field-text--editable textarea[disabled],
  .field-text--editable textarea[readonly] {
    display: block;
    width: 150px;
    min-height: 32px !important;
    height: 32px !important;
    resize: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    text-overflow: clip; }
.field-text--editable textarea[disabled]:after,
    .field-text--editable textarea[readonly]:after {
      content: '.121';
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      color: #000; }
.field-text--editable .field-text__input-wrap {
    cursor: pointer;
    color: #1E88E5;
    text-decoration: underline; }
.field-text--editable .field-text__input {
    color: #465154; }
.field-text--chat .field-text__input textarea.field-text--chat .field-text__input {
    height: auto;
    min-height: calc(23.333px + 2px);
    height: 32px; }
.field-text--leaflet-popup {
    margin-bottom: 0;
    font-family: inherit; }
.field-text--leaflet-popup .field-text__input {
      padding: 10px; }
.field-text--w250 {
    width: 250px; }
.field-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.field-time .field-text.field-text--horiz,
  .field-time .field-text.field-text--horiz-rb,
  .field-time .field-text.field-text--horiz-rb-180 {
    min-width: 0; }
.field-time .field-text.field-text--horiz + .field-text,
    .field-time .field-text.field-text--horiz-rb + .field-text,
    .field-time .field-text.field-text--horiz-rb-180 + .field-text {
      padding-left: 10px; }
.field-time .field-text.field-text--horiz .field-text__input-wrap,
    .field-time .field-text.field-text--horiz-rb .field-text__input-wrap,
    .field-time .field-text.field-text--horiz-rb-180 .field-text__input-wrap {
      min-width: 95px;
      max-width: 95px; }
.field-time .field-text.field-text--horiz + .field-text.field-text--horiz .field-text__name,
  .field-time .field-text.field-text--horiz-rb + .field-text.field-text--horiz .field-text__name,
  .field-time .field-text.field-text--horiz-rb-180 + .field-text.field-text--horiz .field-text__name {
    width: 30px; }
.field-time__divider {
    display: inline-block;
    margin: 0 10px 0; }
.field-time input::-webkit-datetime-edit-hour-field {
    padding-left: 0; }
.field-time input::-webkit-datetime-edit-minute-field {
    padding-right: 0; }
.filter {
  font-size: 12px; }
.filter:hover {
    z-index: 2100; }
.filter__header {
    position: relative; }
.filter__icon {
    position: absolute;
    top: 50%;
    left: 6px;
    padding: 5px 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    color: #fff; }
.filter__dropdown {
    display: none;
    border: solid 1px #ddd;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    background: white;
    overflow: hidden; }
.filter__dropdown.is-open {
      display: block; }
.filter__inner {
    padding: 18px 20px 1px;
    overflow: hidden;
    position: relative; }
.filter__btns {
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
.filter__btns .btn--filter-reset {
      margin-left: 38px; }
.filter__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
.filter__col {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
.filter__title {
    margin: 0 0 15px;
    font-size: 18px; }
.fm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
.fm__form-holder {
    margin-bottom: 20px; }
.fm__form-holder .row {
      margin-bottom: -8px; }
.fm__grid {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
.fm__left {
    position: relative;
    min-width: 200px;
    max-width: 500px;
    width: 350px; }
.fm__left-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
.fm__right {
    position: relative;
    min-width: 300px; }
.fm__right-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
.fm__right-inner .fm__table-holder {
      overflow: auto; }
.fm__table-holder {
    width: 100%;
    height: 100%; }
.fm__breadcrumbs {
    margin: 0 0 20px;
    text-align: right; }
.fm__breadcrumbs .js_bcr_code_dad2 {
      display: block; }
.fm__breadcrumbs-caption {
    color: #A4B3B7; }
.footer {
  color: #1E88E5;
  font-size: 14px;
  line-height: 1.42857; }
.footer__inner {
    padding: 30px 0; }
.footer__inner > :last-child {
      margin-bottom: 0; }
.footer__top {
    position: relative; }
.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 20px; }
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0 20px;
    text-align: center; }
.footer__bottom .link-desktop-version {
      margin-bottom: 20px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
.footer__notice {
    display: none;
    text-align: center; }
.footer--main .footer__inner {
    padding: 0; }
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px; }
.footer-nav__list {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none; }
.footer-nav__list--1 {
      padding-bottom: 95px; }
.footer-nav__item {
    position: relative;
    margin-bottom: 12px; }
.footer-nav__item--active > .footer-nav__link {
      background-color: #0275d9;
      color: #fff; }
.footer-nav__link {
    display: block;
    text-decoration: none; }
.footer-nav__link:hover, .footer-nav__link:focus {
      text-decoration: none;
      color: #1dd1fe; }
.form__fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0; }
.form__fieldset:not(:last-child) {
    margin-bottom: 1.1em; }
.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.333;
  white-space: normal;
  color: currentColor; }
.form__btns {
  margin: 25px 0 0 -10px; }
.form__btns .btn,
  .form__btns .field-checkbox {
    width: 100%;
    margin: 0 0 15px 10px; }
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.form__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.form__col-1-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.form-contacts-mini .btn {
  width: 100%; }
.form-contractor [readonly],
.form-contractor [disabled],
.form-contractor [aria-disabled='true'] {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: none !important;
  border-color: transparent !important;
  color: #465154 !important;
  cursor: default !important;
  opacity: 1 !important; }
.form-contractor [readonly] span,
  .form-contractor [disabled] span,
  .form-contractor [aria-disabled='true'] span {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: inherit !important;
    cursor: default !important; }
.form-contractor [readonly] .select2-selection__arrow, .form-contractor [readonly]::-webkit-calendar-picker-indicator,
  .form-contractor [disabled] .select2-selection__arrow,
  .form-contractor [disabled]::-webkit-calendar-picker-indicator,
  .form-contractor [aria-disabled='true'] .select2-selection__arrow,
  .form-contractor [aria-disabled='true']::-webkit-calendar-picker-indicator {
    display: none; }
.form-contractor .field-checkbox__input[disabled] {
  opacity: 0 !important; }
.form-contractor > :last-child {
  margin-bottom: 0; }
.form-contractor__input-groups {
  overflow-x: auto; }
.form-contractor__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px -15px -15px; }
.form-contractor__btns .btn {
    width: 100%;
    margin: 0 15px 15px; }
.form-contractor__btns--jsb-three {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.form-contractor__btns-separator {
  width: 100%; }
.form-formator > :last-child {
  margin-bottom: 0; }
.form-formator [readonly],
.form-formator [disabled],
.form-formator [aria-disabled='true'] {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: none !important;
  border-color: transparent !important;
  color: #465154 !important;
  cursor: default !important;
  opacity: 1 !important; }
.form-formator [readonly] span,
  .form-formator [disabled] span,
  .form-formator [aria-disabled='true'] span {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: inherit !important;
    cursor: default !important; }
.form-formator [readonly] .select2-selection__arrow, .form-formator [readonly]::-webkit-calendar-picker-indicator,
  .form-formator [disabled] .select2-selection__arrow,
  .form-formator [disabled]::-webkit-calendar-picker-indicator,
  .form-formator [aria-disabled='true'] .select2-selection__arrow,
  .form-formator [aria-disabled='true']::-webkit-calendar-picker-indicator {
    display: none; }
.form-formator .field-checkbox__input[disabled] {
  opacity: 0 !important; }
.form-formator .field-time [disabled] {
  width: 70px; }
.form-formator .field-time input[type="date"], .form-formator .field-time input[type="time"], .form-formator .field-time input[type="datetime-local"], .form-formator .field-time input[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.form-formator .field-time .field-text {
  width: 50%; }
.form-formator .field-time .field-text + .field-text {
    padding-left: 10px; }
.form-formator .field-select .select2-container.select2-container--disabled .select2-selection {
  height: auto; }
.form-formator .field-select .select2-container.select2-container--disabled .select2-selection .select2-selection__rendered {
    line-height: inherit; }
.form-formator .field-file input:disabled ~ .field-file__name-text {
  background: none; }
.form-formator .field-file input:disabled ~ .field-file__name-text .field-file__caption {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-color: transparent !important; }
.form-formator__inner {
  position: relative; }
.form-formator__img-box {
  max-width: 110px;
  width: 100%;
  margin: 0 0 20px 0; }
.form-formator__img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px rgba(45, 52, 54, 0.5);
          box-shadow: 0px 4px 10px rgba(45, 52, 54, 0.5); }
.form-formator__img--default {
    -webkit-box-shadow: 0px 4px 10px rgba(45, 52, 54, 0.5);
            box-shadow: 0px 4px 10px rgba(45, 52, 54, 0.5); }
.form-formator__img--selectable {
    cursor: pointer; }
.form-formator__img--selectable:active {
      position: relative;
      top: 1px;
      -webkit-box-shadow: none;
              box-shadow: none; }
.form-formator__osScr.os-host {
  padding-right: 15px; }
.form-formator__btns {
  display: none; }
.form-formator__btns .btn {
    display: block;
    margin-bottom: 10px; }
.form-long-hand > :last-child {
  margin-bottom: 0; }
.form-popup {
  font-size: 16px; }
.formator__header {
  margin: 0 0 10px; }
.formator__title {
  margin: 0 0 20px;
  text-align: center; }
.formator__form-holder {
  min-height: 132px;
  margin: -10px;
  padding: 10px; }
.formator__form-holder.is-collapsed .field-select__btn {
    display: none; }
.formator__form-holder2 {
  position: relative; }
.formator__form-holder2--with-abs-buttons {
    padding-right: 60px; }
.formator__form-abs-buttons {
  position: absolute;
  top: 0;
  right: 0; }
.formator__form-abs-buttons .btn {
    display: block;
    margin-bottom: 10px; }
.formator__content {
  margin-bottom: 20px; }
.formator__content--mb0 {
    margin-bottom: 0; }
.formator__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 -15px -10px; }
.formator__btns .btn {
    width: 100%;
    margin: 0 0 15px 10px; }
.formator__btns .option-indicator-container {
    width: 100%;
    margin-bottom: 15px; }
.formator__btns .option-indicator-container .option-indicator-element {
      margin: 0 0 0 10px; }
.formator__btns--justify-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.formator--resize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.formator--resize .formator__header,
  .formator--resize .formator__form-holder,
  .formator--resize .formator__form-holder .form-formator,
  .formator--resize .formator__form-holder .form-formator__inner,
  .formator--resize .formator__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.formator--resize .formator__form-holder .form-formator__osScr {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.formator--resize .formator__content {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
.formator--resize .formator__content .p-table {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.formator--resize .formator__content .p-table__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        min-height: 150px; }
.formator--resize .formator__content .p-table__content .tabulator {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
.h-panel {
  position: relative; }
.h-panel__panel {
    display: none; }
.h-panel__panel.is-visible {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible; }
.h-panel__panel--transition {
      -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s ease;
      transition: opacity 1s, visibility 1s, -webkit-transform 1s ease;
      transition: transform 1s ease, opacity 1s, visibility 1s;
      transition: transform 1s ease, opacity 1s, visibility 1s, -webkit-transform 1s ease; }
.h-panel__tabs {
    position: relative;
    z-index: 1000;
    background: #fff; }
.h-panel__img-holder {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.h-panel--transition {
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease; }
.header {
  position: relative;
  z-index: 2000; }
.header:hover,
  .c-offcanvas-content-wrap.is-open .header {
    z-index: 3000; }
.header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0px 4px 12px rgba(45, 52, 54, 0.2);
            box-shadow: 0px 4px 12px rgba(45, 52, 54, 0.2);
    border-radius: 10px;
    margin-left: -15px;
    margin-right: -15px; }
.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.header__center {
    position: absolute; }
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.header__left {
    padding-left: 15px; }
.header__right {
    padding-right: 15px; }
.header--desktop .header__center {
    position: absolute; }
.header--mobile {
    display: block; }
.header--mobile .header__inner {
      min-height: 100px; }
.header--mobile .header__center {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
.hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  border: 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #F4F8FF; }
.hr--gradient {
    border: 0;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(179, 179, 179, 0)), color-stop(#b3b3b3), to(rgba(179, 179, 179, 0)));
    background-image: linear-gradient(to right, rgba(179, 179, 179, 0), #b3b3b3, rgba(179, 179, 179, 0)); }
.hr--shadow {
    height: 6px;
    border: 0;
    -webkit-box-shadow: 0 6px 6px -6px #b3b3b3 inset;
            box-shadow: 0 6px 6px -6px #b3b3b3 inset; }
.hr--in-filter {
    margin-top: 2em;
    margin-bottom: 1.5em; }
.i-achievements {
  padding: 60px 0 40px;
  background: #F4F8FF; }
.i-achievements h2 {
    margin: 0 0 0.8em; }
.i-achievements__btns {
    text-align: center; }
.i-app {
  position: relative;
  margin-bottom: 130px;
  padding: 30px 0 320px;
  background: #F4F8FF;
  color: #548DED; }
.i-app h2 {
    margin: 0 0 1.7em; }
.i-app .i-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.i-app .i-btns .btn {
      max-width: 160px; }
.i-app__img {
    position: absolute;
    right: -140px;
    bottom: -160px;
    max-width: 500px; }
.i-app__text {
    text-align: center; }
.i-benefits {
  padding: 40px 0 40px; }
.i-benefits h2 {
    margin: 0 0 1.2em; }
.i-benefits .i-btns {
    text-align: center; }
.i-benefits__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 0; }
.i-benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    max-width: 100%;
    height: 90px;
    margin: 0 0 20px 0;
    padding: 0 0 0 110px;
    font-size: 16px; }
.i-benefits__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #F4F8FF; }
.i-benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.i-btns {
  margin-top: 2.2em; }
.i-btns .btn {
    margin-bottom: 20px; }
.i-btns--mt0 {
    margin-top: 0; }
.i-chart {
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1), 0px 2px 22px rgba(0, 0, 0, 0.06), 0px 8px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1), 0px 2px 22px rgba(0, 0, 0, 0.06), 0px 8px 17px rgba(0, 0, 0, 0.06); }
.i-chart--outlets {
    display: none;
    height: 235px; }
.i-chart--outlets-mobile {
    margin: 0 auto;
    max-width: 524px;
    height: 235px; }
.i-chart--cities {
    display: none;
    height: 235px; }
.i-chart--cities-mobile {
    margin: 0 auto;
    max-width: 400px;
    height: 235px; }
.i-control {
  padding: 50px 0 30px;
  border-top: 1px solid #A4B3B7; }
.i-control:first-of-type {
    border-top: none; }
.i-control:first-of-type .i-control__before:before,
    .i-control:first-of-type .i-control__after:before {
      visibility: visible; }
.i-control__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.i-control__inner > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.i-control__imgs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; }
.i-control__imgs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.i-control__imgs-inner > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.i-control__before, .i-control__after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
.i-control__before:before, .i-control__after:before {
      position: absolute;
      top: 0;
      left: 15px;
      margin-top: -34px;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.4px; }
.i-control__before:before {
    content: 'До'; }
.i-control__after:before {
    content: 'После'; }
.i-control__link-img {
    display: block;
    position: relative; }
.i-control__link-img:after {
      content: '';
      display: block;
      padding-top: 100%; }
.i-control__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000; }
.i-control__info p {
      margin-bottom: 4px; }
.i-control__info p:last-child {
        margin-bottom: 0; }
.i-control__id {
    font-weight: bold; }
.i-control__date {
    position: absolute;
    top: 0;
    right: 15px; }
.i-control__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
    -webkit-box-shadow: 0px 4px 15px rgba(45, 52, 54, 0.4);
            box-shadow: 0px 4px 15px rgba(45, 52, 54, 0.4);
    border-radius: 4px; }
.i-create-team {
  position: relative;
  padding: 40px 0 0;
  background: #fff; }
.i-create-team h2 {
    margin: 0 0 0.6em;
    text-align: center; }
.i-create-team__img {
    margin-top: -20px; }
.i-create-team__text {
    position: relative;
    z-index: 1;
    max-width: 620px; }
.i-customer-service {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px; }
.i-customer-service h2 {
    margin: 0 0 1.3em; }
.i-customer-service .i-img-wrapper {
    margin-left: -7%;
    text-align: right; }
.i-customer-service__text {
    position: relative;
    z-index: 2;
    margin-top: 30px; }
.i-facts {
  padding: 60px 0 30px;
  text-align: center; }
.i-facts h2 {
    margin-top: 0; }
.i-facts__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.i-facts__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
.i-facts__btn-desktop {
    margin-top: 2em;
    display: none; }
.i-facts__btn-mobile {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px; }
.i-facts__btn-mobile .btn {
      max-width: 100%; }
.i-facts__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
.i-facts__numbers-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
.i-facts__numbers-item:first-child {
      margin-bottom: 15px; }
.i-facts__num {
    position: relative;
    display: inline-block;
    font-weight: 800;
    font-size: 64px;
    line-height: 1.125;
    color: #1E88E5; }
.i-facts__num:before {
      content: attr(data-num);
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin-top: -2px;
      font-size: 1.6em;
      color: #E9F4FE;
      white-space: nowrap; }
.i-facts__txt {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.417; }
.i-merchandisers {
  position: relative;
  padding-top: 40px; }
.i-merchandisers h2 {
    margin: 0 0 1.3em; }
.i-merchandisers .i-img-wrapper {
    margin-left: -7%;
    text-align: right; }
.i-merchandisers__text {
    position: relative;
    z-index: 2;
    margin-top: 30px; }
.i-page {
  font-size: 14px; }
.i-page__h2 {
    font-size: 24px; }
.i-partners {
  padding: 50px 0 30px; }
.i-partners h2 {
    margin: 0; }
.i-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 1200px;
  background: url(../img/bg-promo.jpg) no-repeat center;
  background-size: cover; }
.i-promo__box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 40px 15px 30px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.416;
    border-radius: 16px; }
.i-promo__title {
    margin: 0 0 20px 0;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.125;
    text-align: center; }
.i-promo__title span {
      font-weight: 600; }
.i-promo__subtitle {
    font-weight: bold;
    letter-spacing: 0.4px; }
.i-promo__text {
    max-width: 600px; }
.i-promo__btns .btn {
    margin: 0 15px 1em 0; }
.i-services {
  padding: 30px 0 10px; }
.i-services h2 {
    margin: 0 0 1.3em; }
.i-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px; }
.i-services__list > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.i-services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
.i-services__item-inner {
    position: relative;
    max-width: 220px;
    min-height: 205px;
    margin: 0 auto;
    padding: 125px 15px 15px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.25;
    -webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
    transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease; }
.i-services__item-inner:hover {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15); }
.i-services__item-icon {
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70px;
    height: 70px;
    color: #245DB9; }
.i-services__item-text {
    display: block;
    letter-spacing: 0.4px; }
.i-supervisors {
  position: relative;
  padding-top: 30px; }
.i-supervisors h2 {
    margin: 0 0 1.3em; }
.i-supervisors .i-img-wrapper {
    margin-right: -7%; }
.i-supervisors__text {
    position: relative;
    z-index: 2;
    margin-top: 30px; }
.i-vacancies {
  position: relative;
  margin-bottom: 10px;
  padding: 40px 0;
  background: #F4F8FF; }
.i-vacancies h2 {
    margin: 0 0 0.9em;
    text-align: center; }
.i-vacancies p {
    max-width: 590px; }
.i-vacancies__img {
    display: none; }
.i-vacancies__text {
    position: relative;
    z-index: 1; }
.lang-nav {
  font-weight: 600;
  font-size: 14px;
  text-align: center; }
.lang-nav.is-slim .lang-nav__item {
    display: none; }
.lang-nav.is-slim .lang-nav__item--active {
    display: block; }
.lang-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.lang-nav__item {
    position: relative; }
.lang-nav__link, .lang-nav__current {
    display: inline-block;
    text-decoration: none;
    color: #548DED;
    outline: none; }
.lang-nav__link:hover, .lang-nav__link:focus, .lang-nav__current:hover, .lang-nav__current:focus {
      text-decoration: none;
      border-color: #1E88E5; }
.lang-nav__link img, .lang-nav__current img {
      display: block;
      margin: 0 auto; }
.lang-nav__caret:after {
    content: '\f107';
    display: inline-block;
    margin-left: 10px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.lang-nav__caret.jq-dropdown-open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
.lang-nav__dropdown {
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s; }
.lang-nav:hover .lang-nav__dropdown {
      top: 100%;
      height: auto;
      overflow: visible;
      opacity: 1; }
.lang-nav--header {
    display: none; }
.lang-nav--header:before {
      content: '';
      position: absolute;
      left: -5px;
      top: 50%;
      width: 1px;
      height: 40px;
      margin-top: -20px;
      background-color: #CECECE;
      opacity: 1;
      -webkit-transition: opacity 0.3s, height 0.3s, margin 0.3s;
      transition: opacity 0.3s, height 0.3s, margin 0.3s; }
.lang-nav--header.hide-line:before {
      opacity: 0;
      height: 0;
      margin-top: 0; }
.lang-nav--header:hover .lang-nav__current {
      background-color: #DBEEFF;
      color: #465154; }
.lang-nav--header:hover .lang-nav__current:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
.lang-nav--header .lang-nav__item:last-child > .lang-nav__link {
      border-radius: 0 0 10px 10px; }
.lang-nav--header .lang-nav__link {
      display: block;
      padding: 10px 15px;
      text-decoration: none;
      background-color: #DBEEFF;
      color: #465154; }
.lang-nav--header .lang-nav__link:hover, .lang-nav--header .lang-nav__link:focus {
        text-decoration: none;
        background-color: #1E88E5;
        color: #fff; }
.lang-nav--header .lang-nav__current {
      position: relative;
      z-index: 2;
      height: 100px;
      padding: 41px 15px;
      color: #465154; }
.lang-nav--panel .lang-nav__item {
    display: inline-block;
    margin: 0 2px; }
.lang-nav--panel .lang-nav__item--active > .lang-nav__current,
    .lang-nav--panel .lang-nav__item--active > .lang-nav__link {
      border-color: #1E88E5; }
.lang-nav--panel .lang-nav__link,
  .lang-nav--panel .lang-nav__current {
    padding: 8px 5px;
    border-bottom: 2px solid transparent; }
.lang-nav--mobile {
    width: 80px;
    margin-left: auto;
    text-align: center; }
.lang-nav--mobile .lang-nav__list {
      width: 80px;
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
              box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14); }
.lang-nav--mobile .lang-nav__link,
    .lang-nav--mobile .lang-nav__current {
      display: block;
      padding: 15px 5px;
      background: #fff;
      border-bottom: 1px solid #F4F8FF; }
.lang-nav--mobile .lang-nav__current {
      border-bottom: 1px solid transparent; }
.lang-nav--mobile .lang-nav__current.jq-dropdown-open {
        -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
                box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
        border-color: #F4F8FF; }
.leaflet-img {
  position: relative;
  -webkit-box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
          box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 600px;
  height: 100%; }
.leaflet-img:before {
    content: '';
    display: block; }
.popup--expanded .leaflet-img {
    min-height: calc(100vh - 270px); }
.leaflet-img .leaflet-tooltip {
    width: 200px;
    white-space: normal; }
.leaflet-img .leaflet-popup-pane {
    z-index: 1001; }
.leaflet-img .leaflet-control-layers-expanded {
    padding: 0;
    color: #465154;
    background: #fff; }
.leaflet-img .leaflet-control-layers-overlays input[type=checkbox] {
    position: absolute;
    top: 0.7em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    cursor: pointer; }
.leaflet-img .leaflet-control-layers-overlays input[type=checkbox] ~ span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer; }
.leaflet-img .leaflet-control-layers-overlays input[type=checkbox] ~ span:hover {
      background-color: #f4f4f4; }
.leaflet-img .leaflet-control-layers-overlays input[type=checkbox] ~ span:before {
      content: '\f070';
      font: 400 normal 18px/30px 'Font Awesome 5 Free';
      color: #465154; }
.leaflet-img .leaflet-control-layers-overlays input[type=checkbox]:checked ~ span:before {
    content: '\f06e'; }
.lh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -15px;
  margin-right: -15px; }
.lh .leaflet-img {
    min-height: 100%; }
.lh__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.lh__left.is-expand-panel-2 .lh__panel-1 button[data-toggle-panel='panel-2'] {
      display: none; }
.lh__left.is-expand-panel-2.is-expand-panel-3 .lh__panel-2 button[data-toggle-panel='panel-3'] {
      display: none; }
.lh__right {
    width: 475px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff; }
.lh__img-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
.lh__btn-abs-holder {
    display: none; }
.lh__form-holder {
    position: relative;
    overflow-y: auto;
    min-height: 85px; }
.lh__form-holder.os-host {
      padding-right: 15px; }
.lh__form-holder.os-host:before, .lh__form-holder.os-host:after {
        content: '';
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 8px;
        background: white; }
.lh__form-holder.os-host:before {
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%); }
.lh__form-holder.os-host:after {
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }
.lh__table-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 145px;
    margin-top: 1.5em; }
.lh__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 0px -10px; }
.lh__btns .btn {
      width: 100%;
      margin: 0 0 0 10px; }
.lh__btns .option-indicator-container {
      width: 100%;
      margin-bottom: 15px; }
.lh__btns .option-indicator-container .option-indicator-element {
        margin: 0 0 0 10px; }
.lh__btns--justify-sb {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.lh__slider-wrapper {
    position: relative;
    height: 105px; }
.lh__panels {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px; }
.lh__panel-1, .lh__panel-2, .lh__panel-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.lh__panel-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    width: 230px;
    padding-left: 10px;
    padding-right: 10px; }
.lh__panel-2, .lh__panel-3 {
    padding-left: 0px;
    padding-right: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
.lh__panel-2.is-visible, .lh__panel-3.is-visible {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0;
      width: 230px;
      opacity: 1;
      visibility: visible;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
      transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s; }
.lh-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
.lh-nav__panel-2, .lh-nav__panel-3 {
    position: absolute;
    padding-left: 0px;
    padding-right: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 0; }
.lh-nav__panel-2.is-visible, .lh-nav__panel-3.is-visible {
      position: static;
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0;
      opacity: 1;
      visibility: visible;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-transition: opacity 0.2s, visibility 0.2s;
      transition: opacity 0.2s, visibility 0.2s; }
.lh-nav__panel-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    margin-right: 475px;
    padding-left: 10px;
    padding-right: 10px; }
.lh-nav__panel-1 .popup-nav {
      margin-right: -475px; }
.lh-nav2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 18px; }
.lh-nav2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #b3b3b3; }
.lh-nav2__slider-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    position: relative;
    min-width: 250px;
    height: 75px;
    padding-left: 15px;
    padding-right: 15px; }
.lh-nav2__slider {
    position: absolute;
    left: 15px;
    right: 15px;
    top: -18px; }
.lh-nav2__nav {
    width: 475px; }
.link-desktop-version {
  font-size: 18px; }
.link-google-play {
  display: inline-block; }
.link-google-play img {
    display: block;
    border-radius: 9px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden; }
.link-google-play--app {
    margin-bottom: 20px; }
.link-google-play--app img {
      border-radius: 6px; }
.link-google-play--footer {
    width: 170px; }
.list li {
  position: relative; }
.list--ml-1em {
  margin-left: 1em; }
.list--li-mb-1 li, .list--li-mb-1em li {
  margin-bottom: 1em; }
.list--no-marker {
  padding: 0;
  list-style: none; }
.list--inside {
  list-style-position: inside; }
.list--dash {
  padding: 0;
  list-style-type: none; }
.list--dash li:before {
    content: '—  '; }
.list--sqm {
  padding: 0;
  list-style-type: none; }
.list--sqm li {
    padding-left: 22px; }
.list--sqm li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 8px;
    height: 8px;
    background-color: #FF6D00; }
.list-round-num {
  padding: 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  font-size: 14px; }
.list-round-num__item {
    margin-bottom: 1.1em;
    padding-left: 40px;
    counter-increment: my-round-counter;
    position: relative; }
.list-round-num__item:before {
      content: counter(my-round-counter);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 28px;
      height: 28px;
      margin-top: -5px;
      border: 1px solid #A4B3B7;
      border-radius: 50%;
      background: #fff;
      color: #A4B3B7; }
.list-round-num__item--fill-blue:before {
      background: #1E88E5;
      border-color: #1E88E5;
      color: #fff; }
.logo {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none; }
.logo.is-slim {
    padding-left: 12px;
    padding-right: 12px; }
.logo.is-slim .logo__text {
      display: none; }
.logo:focus {
    outline: none; }
.logo svg,
  .logo img {
    display: block; }
.logo__text {
    display: inline-block;
    margin-left: 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap; }
.logo--panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 72px;
    padding: 16px 15px 16px 25px;
    background: #fff; }
.logo--panel:hover {
      background: #1E88E5;
      color: #fff; }
.logo--footer {
    width: 92px; }
.logo--header-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0; }
.logo--header-desktop svg {
      width: 64px;
      height: 35px; }
.logo--header-mobile {
    width: 92px; }
.long-hand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.long-hand > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.long-hand__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5em; }
.long-hand__img-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
.long-hand__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff; }
.long-hand__btn-abs-holder {
    display: none; }
.long-hand__form-holder {
    position: relative; }
.long-hand__form-holder--with-abs-buttons {
      padding-right: 60px; }
.long-hand__table-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 1.5em; }
.long-hand__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 -15px -10px; }
.long-hand__btns .btn {
      width: 100%;
      margin: 0 0 15px 10px; }
.long-hand__btns .option-indicator-container {
      width: 100%;
      margin-bottom: 15px; }
.long-hand__btns .option-indicator-container .option-indicator-element {
        margin: 0 0 0 10px; }
.long-hand__btns--justify-sb {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.main-nav {
  position: relative;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px; }
.main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.main-nav__item {
    position: relative; }
.main-nav__item:hover > .main-nav__link {
      background-color: #1E88E5;
      color: #fff; }
.main-nav__item--active > .main-nav__link {
      background-color: #1E88E5;
      color: #fff; }
.main-nav__item--has-child > .main-nav__link:after {
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -9px;
      display: inline-block;
      content: '\f107';
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
.main-nav__item--has-child > .main-nav__link--lvl-2:after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
.main-nav__item--has-child:hover > .main-nav__link:after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.main-nav__item--has-child:hover > .main-nav__link--lvl-2:after {
      -webkit-transform: rotate(-270deg);
              transform: rotate(-270deg); }
.main-nav__link {
    display: block;
    padding: 10px 15px;
    text-decoration: none; }
.main-nav__link:hover, .main-nav__link:focus {
      text-decoration: none;
      background-color: #1E88E5;
      color: #fff; }
.main-nav__link--lvl-2, .main-nav__link--lvl-3 {
      height: auto;
      padding: 10px 25px; }
.main-nav__link--lvl-3 {
      background-color: #1E88E5;
      color: #fff; }
.main-nav__sublist-wrapper {
    border-radius: 0 0 10px 10px; }
.main-nav__sublist-wrapper .main-nav__item:last-child > .main-nav__link {
      border-radius: 0 0 10px 10px; }
.main-nav__icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.main-nav--with-icon .main-nav__link {
    padding: 10px 30px 10px 40px; }
.map {
  height: 300px;
  background: #ccc;
  border: 5px solid #ccc; }
.map iframe {
    display: block; }
.map--auto-height {
    height: auto !important; }
.map:not(.map--auto-height) iframe {
      width: 100%;
      height: 100%; }
.map--mb-20 {
    margin-bottom: 20px; }
.news-card {
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(45, 52, 54, 0.3);
          box-shadow: 0px 4px 15px rgba(45, 52, 54, 0.3);
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px; }
.news-card__header {
    position: relative;
    height: 40px;
    background: #F4F8FF; }
.news-card__close-wrap {
    position: absolute;
    top: 6px;
    right: 12px; }
.news-card__content {
    padding: 15px; }
.news-card__content .field-checkbox {
      clear: both; }
.news-card__content .embed-responsive {
      margin: 0 0 15px;
      border-radius: 6px; }
.news-card__content > :last-child {
      margin-bottom: 0; }
.news-card__img {
    display: block;
    margin: 0 0 15px; }
.news-card__title {
    margin: 0 0 15px;
    font-size: 18px; }
.news-list.os-host {
  max-height: 580px;
  border-radius: inherit; }
.news-list__item {
  margin: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(45, 52, 54, 0.3);
          box-shadow: 0px 4px 15px rgba(45, 52, 54, 0.3);
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px; }
.news-list__header {
  position: relative;
  height: 40px;
  background: #F4F8FF; }
.news-list__content {
  padding: 15px; }
.news-list__content .field-checkbox {
    clear: both; }
.news-list__content .embed-responsive {
    margin: 0 0 15px;
    border-radius: 6px; }
.news-list__content .notes_img_full_width {
    display: block;
    margin-top: 1em; }
.news-list__content > :last-child {
    margin-bottom: 0; }
.news-list__img {
  display: block;
  margin: 0 0 15px; }
.news-list__title {
  margin: 0 0 15px;
  font-size: 18px; }
.nowrap {
  white-space: nowrap; }
.option-indicator-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -6px; }
.option-indicator-element {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  margin: 0 0 0 6px; }
.option-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 20px;
  background: #CECECE;
  -webkit-box-shadow: 1px 1px 1px rgba(45, 52, 54, 0.35), inset 1px 1px 2px rgba(45, 52, 54, 0);
          box-shadow: 1px 1px 1px rgba(45, 52, 54, 0.35), inset 1px 1px 2px rgba(45, 52, 54, 0);
  -webkit-transition: height 0.3s, -webkit-box-shadow 0.3s;
  transition: height 0.3s, -webkit-box-shadow 0.3s;
  transition: height 0.3s, box-shadow 0.3s;
  transition: height 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer; }
.option-indicator--red {
    background: #FB3838;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), inset 1px 1px 2px rgba(45, 52, 54, 0);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), inset 1px 1px 2px rgba(45, 52, 54, 0); }
.option-indicator--red:hover {
      -webkit-box-shadow: 0px 0px 3px #FB3838, inset 1px 1px 2px rgba(45, 52, 54, 0.6);
              box-shadow: 0px 0px 3px #FB3838, inset 1px 1px 2px rgba(45, 52, 54, 0.6); }
.option-indicator--yellow {
    background: #F4F449;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), inset 1px 1px 2px rgba(45, 52, 54, 0);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), inset 1px 1px 2px rgba(45, 52, 54, 0); }
.option-indicator--yellow:hover {
      -webkit-box-shadow: 0px 0px 3px #F4F449, inset 1px 1px 2px rgba(45, 52, 54, 0.25);
              box-shadow: 0px 0px 3px #F4F449, inset 1px 1px 2px rgba(45, 52, 54, 0.25); }
.option-indicator--green {
    background: #64E264;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), inset 1px 1px 2px rgba(45, 52, 54, 0);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), inset 1px 1px 2px rgba(45, 52, 54, 0); }
.option-indicator--green:hover {
      -webkit-box-shadow: 0px 0px 3px #64E264, inset 1px 1px 2px rgba(45, 52, 54, 0.6);
              box-shadow: 0px 0px 3px #64E264, inset 1px 1px 2px rgba(45, 52, 54, 0.6); }
.option-indicator--gray {
    background: #A4B3B7;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), inset 1px 1px 2px rgba(45, 52, 54, 0);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), inset 1px 1px 2px rgba(45, 52, 54, 0); }
.option-indicator--gray:hover {
      -webkit-box-shadow: 0px 0px 3px #A4B3B7, inset 1px 1px 2px rgba(45, 52, 54, 0.6);
              box-shadow: 0px 0px 3px #A4B3B7, inset 1px 1px 2px rgba(45, 52, 54, 0.6); }
.option-indicator--selected {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0), inset 1px 1px 2px rgba(45, 52, 54, 0.6);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0), inset 1px 1px 2px rgba(45, 52, 54, 0.6);
    height: 30px; }
.option-indicator-divider {
  display: inline-block;
  margin: 0 3px; }
.order-type-list {
  margin: 0 -10px; }
.order-type-list__item {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    color: currentColor;
    text-decoration: none;
    overflow: hidden; }
.order-type-list__item:focus {
      color: currentColor; }
.order-type-list__item:hover {
      color: currentColor;
      background: #DBEEFF; }
.order-type-list__img-wrap {
    float: left;
    margin: 0 15px 0 0; }
.order-type-list__img-wrap svg {
      display: none; }
.order-type-list__desc p {
    margin: 0; }
.order-type-list__name {
    margin: 0 0 3px;
    font-size: 14px; }
.p-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 10px 10px; }
.box.p-table .p-table__header {
    padding-left: 0;
    padding-right: 0; }
.p-table__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.p-table__pagination label,
  .p-table__pagination .tabulator-page-size,
  .p-table__pagination [data-page='first'],
  .p-table__pagination [data-page='last'] {
    display: none; }
.p-table__pagination button {
    padding: 2px 6px;
    border: none;
    background: none;
    font-size: 14px;
    font-family: inherit; }
.p-table__pagination button[disabled] {
      opacity: 0.4; }
.p-table__pagination button.active {
      color: #1E88E5; }
.p-table__pagination button.active, .p-table__pagination button:hover {
      color: #1E88E5; }
.p-table--h350 {
  height: 350px; }
.p-table--h350.box--pad-20 .p-table__header + .p-table__content {
    height: calc(350px - 73px); }
.p-table-columns {
  margin-bottom: 30px; }
.p-table-columns__inner {
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    border-radius: 6px; }
.p-table-columns__caption {
    font-size: 14px; }
.p-table-columns__header {
    padding: 12px 20px;
    border-bottom: 1px solid #CECECE; }
.p-table-columns__header span {
      display: inline-block;
      width: 50%; }
.p-table-columns__header span:last-child {
        text-align: right; }
.p-table-columns__content {
    padding: 8px 0; }
.p-table-columns__content.os-host {
      height: 208px; }
.p-table-columns__content .field-checkbox {
      margin: 0; }
.p-table-paginaton {
  margin-bottom: 5px; }
.p-table-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.5em 0 1em; }
.p-table-view__caption {
    width: 50%;
    margin: 0;
    padding-right: 10px;
    font-size: 14px; }
.p-table-view__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%; }
@-ms-viewport {
  width: device-width; }
/* stylelint-disable */
/* stylelint-enable */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url("OpenSans-Italic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
.page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%; }
.page__inner {
    position: relative;
    min-height: 100vh;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    -webkit-transition: background-color 1s linear;
    transition: background-color 1s linear; }
.page__inner--bg-F4F8FF {
      background-color: #F4F8FF; }
.page__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.page__footer-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.page--inner .page__inner {
    background: #F4F8FF; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
* {
  -webkit-tap-highlight-color: transparent; }
*::-webkit-scrollbar {
  width: 12px;
  height: 12px; }
*::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset -2px -2px 10px rgba(45, 52, 54, 0.2);
          box-shadow: inset -2px -2px 10px rgba(45, 52, 54, 0.2);
  border-radius: 6px; }
*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 3px solid transparent;
  background: #CECECE;
  background-clip: content-box; }
*::-webkit-scrollbar-thumb :hover {
    background-color: #465154; }
*::-webkit-scrollbar-thumb:vertical:hover, *::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #465154; }
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.333;
  text-align: left;
  color: #465154;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
[tabindex='-1']:focus {
  outline: none !important; }
[role='button'] {
  cursor: pointer; }
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin: 0; }
button,
input {
  overflow: visible;
  text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }
textarea {
  overflow: auto;
  resize: vertical; }
svg {
  fill: currentColor; }
a svg,
  button svg {
    pointer-events: none; }
svg:not(:root) {
    overflow: hidden; }
img {
  max-width: 100%;
  height: auto; }
a {
  color: #1E88E5;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
a:hover, a:focus {
    color: #548DED; }
a[href^="tel:"] {
    white-space: nowrap; }
a[href^="tel:"]:hover {
      text-decoration: none; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  border: 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #fff; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: currentColor; }
h1 {
  font-size: 32px; }
h2 {
  font-size: 24px; }
h3 {
  font-size: 24px; }
h4 {
  font-size: 20px; }
h5 {
  font-size: 18px; }
h6 {
  font-size: 16px; }
p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 1.1em; }
address {
  font-style: normal; }
ul,
ol {
  margin-bottom: 1.1em;
  padding-left: 1.5em; }
ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }
li {
  line-height: inherit; }
small {
  font-size: 14px; }
sub,
sup {
  font-size: 14px; }
b,
strong {
  font-weight: bolder; }
blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
samp,
code,
kbd,
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; }
code {
  padding: 0.06em 0.3em;
  color: #465154;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 6px; }
kbd {
  padding: 0.06em 0.3em;
  color: #465154;
  background-color: #e6e6e6;
  border-radius: 6px; }
kbd kbd {
    padding: 0; }
pre {
  display: block;
  width: 100%;
  margin-bottom: 1.1em;
  overflow-x: auto;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  background-color: rgba(0, 0, 0, 0.08); }
pre code {
    background: transparent; }
.panel {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
  border-radius: 10px; }
.panel .btn-toggler {
    display: none;
    position: fixed;
    top: 0;
    right: -40px; }
.panel .panel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 1180px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin; }
.panel .panel__inner::-webkit-scrollbar {
      width: 2px; }
.panel__header {
    border-bottom: 1px solid #CECECE; }
.panel__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.panel__footer {
    padding: 18px 15px;
    background: #fff; }
.panel-nav {
  margin-bottom: 20px; }
.panel-nav.is-slim .panel-nav__item--has-child > .panel-nav__link:after {
    visibility: hidden; }
.panel-nav.is-slim .panel-nav__icon {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.panel-nav.is-slim .panel-nav__link {
    padding-left: 15px;
    padding-right: 15px; }
.panel-nav.is-slim .panel-nav__name {
    visibility: hidden;
    white-space: nowrap; }
.panel-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.panel-nav__list--lvl-1 > .panel-nav__item--show-child > .panel-nav__link {
      background-color: #DBEEFF;
      color: #465154; }
.panel-nav__list--lvl-1 > .panel-nav__item--show-child > .panel-nav__link:before {
        background-color: #1E88E5; }
.panel-nav__item--has-child > .panel-nav__link:after {
    position: absolute;
    right: 20px;
    content: '\f107';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.panel-nav__item--show-child .panel-nav__link {
    background-color: #DBEEFF; }
.panel-nav__item--show-child > .panel-nav__link {
    background-color: #1E88E5;
    color: #fff; }
.panel-nav__item--show-child > .panel-nav__link:after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
.panel-nav__item--show-child > .panel-nav__link .panel-nav__icon {
      color: inherit; }
.panel-nav__link {
    position: relative;
    display: block;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    color: #465154;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
.panel-nav__link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 4px;
      background-color: transparent; }
.panel-nav__link--lvl-3 {
      background-color: #F4F8FF; }
.panel-nav__icon,
  .panel-nav .main-nav__icon {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #1E88E5; }
.panel-nav__name {
    display: inline-block; }
.panel-nav__sublist-wrapper--lvl-2 {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.panel-nav__item--show-child > .panel-nav__sublist-wrapper--lvl-2 {
      height: auto;
      overflow: visible;
      opacity: 1; }
.panel-nav__sublist-wrapper--lvl-3 {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.panel-nav__item--show-child > .panel-nav__sublist-wrapper--lvl-3 {
      height: auto;
      overflow: visible;
      opacity: 1; }
.panel-nav--mobile {
    margin-left: -15px;
    margin-right: -15px; }
.panel-nav--mobile .panel-nav__item--show-child > .panel-nav__link:after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.panel-nav--with-icon .panel-nav__link {
    padding: 15px 33px 15px 50px; }
.panel-nav--with-icon .panel-nav__icon {
    left: 18px; }
.ph-reports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.ph-reports__slider {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 354px);
            flex: 0 0 calc(100% - 354px);
    max-width: calc(100% - 354px);
    width: 500px;
    padding-left: 15px;
    padding-right: 15px; }
.ph-reports__slider .box {
      width: 100%; }
.ph-reports__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 354px;
            flex: 0 0 354px;
    max-width: 354px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    overflow-y: auto; }
.popup {
  --popup-translateX: 0;
  --popup-translateY: 0;
  --popup-scale: 1;
  position: relative;
  max-width: 380px;
  width: 100%;
  margin-top: 50px;
  padding: 0;
  background: none;
  font-size: 14px;
  -webkit-transform: translate(var(--popup-translateX), var(--popup-translateY)) scale(var(--popup-scale));
          transform: translate(var(--popup-translateX), var(--popup-translateY)) scale(var(--popup-scale));
  -webkit-transform-origin: center 0 0;
          transform-origin: center 0 0; }
.popup .tabulatorTopScrollbar {
    display: none; }
.popup .list-round-num {
    margin-bottom: 0; }
.popup .list-round-num li:last-child {
      margin-bottom: 0; }
.popup .r-tabs {
    margin: 0; }
.popup__inner {
    padding: 20px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
    border-radius: 15px; }
.popup__inner > :last-child {
      margin-bottom: 0; }
.popup__header {
    margin-bottom: 20px;
    text-align: center; }
.popup__header--auth-error {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 40px;
      text-align: left;
      font-size: 18px; }
.popup__header--auth-error p {
        width: 180px;
        margin-bottom: 0; }
.popup__title {
    margin: 0 0 20px; }
.popup__title--fw-normal {
      font-weight: normal; }
.popup__logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 12px; }
.popup__logo-text .logo {
      margin-right: 20px; }
.popup__contacts h5 {
    margin: 0 0 10px; }
.popup__contacts p {
    margin: 0; }
.popup__btns {
    position: absolute;
    top: -50px;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
.popup__btns .btn {
      display: inline-block;
      margin: 0 0 0 10px; }
.popup__btns .btn.btn--popup-expander, .popup__btns .btn.btn--popup-expander2 {
        display: none; }
.popup__footer {
    font-size: 12px; }
.popup__footer a {
      color: #FF6D00;
      text-decoration: none; }
.popup__footer a:hover {
        color: #FF8020; }
.popup__footer--flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.popup__btns-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px 0; }
.popup__btns-confirm .btn {
      margin: 0 5px; }
.popup--transition {
    -webkit-transition: max-width .5s ease;
    transition: max-width .5s ease; }
.popup--baloon {
    padding: 20px;
    font-size: 12px; }
.popup--thank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 670px;
    text-align: center; }
.popup--table-option {
    max-width: 450px; }
.popup--table, .popup--rtabs {
    max-width: 800px; }
.popup--table .popup__inner, .popup--rtabs .popup__inner, .popup--resize .popup__inner {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
.popup--resize {
    max-width: 100%; }
.popup--news .popup__inner {
    padding: 0; }
.popup--add-addr {
    max-width: 500px; }
.popup--order {
    max-width: 670px; }
.popup--rout {
    max-width: 790px; }
.popup--video {
    max-width: 800px; }
.popup--worker {
    max-width: 820px; }
.popup--catalog-forms {
    max-width: 820px; }
.popup--w480 {
    max-width: 480px; }
.popup--w500 {
    max-width: 500px; }
.popup--w550 {
    max-width: 550px; }
.popup--w600 {
    max-width: 600px; }
.popup--w650 {
    max-width: 650px; }
.popup--w670 {
    max-width: 670px; }
.popup--w700 {
    max-width: 700px; }
.popup--w750 {
    max-width: 750px; }
.popup--w800 {
    max-width: 800px; }
.popup--w850 {
    max-width: 850px; }
.popup--w900 {
    max-width: 900px; }
.popup--w950 {
    max-width: 950px; }
.popup--w1000 {
    max-width: 1000px; }
.popup--wa {
    max-width: 100%;
    width: auto; }
.popup--expanded .r-tabs--popup .r-tabs__panel {
    width: auto !important;
    height: auto !important; }
.popup--full {
    max-width: calc(100% - 50px);
    margin-left: -50px; }
.popup-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b3b3b3; }
.popup-nav__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden; }
.popup-nav__info-item {
    margin: 0 0 0.25em;
    font-size: 14px; }
.popup-nav__info-item:nth-child(2) {
      font-weight: bold; }
.popup-nav__info-item:last-child {
      margin-bottom: 0; }
.popup-nav--custom {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 15px 18px; }
.popup-nav--custom .popup-nav__info-item {
      font-size: 14px; }
.popup-nav--custom .btn--arrow {
      height: 49px; }
.pre-footer {
  padding: 23px 0;
  background: #F4F8FF;
  font-weight: 600;
  font-size: 24px;
  text-align: center; }
.pre-footer p {
    margin: 0; }
.preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.70); }
.preloader__inner {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
.preloader__text {
    padding: 7px 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 15px #fff;
            box-shadow: 0 0 15px 15px #fff; }
.preloader--show {
    display: block; }
.preloader--show .preloader__inner {
      -webkit-transform: scale(1);
              transform: scale(1); }
.progress {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #CECECE;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.progress[data-tippy-dropdown-tpl] {
    cursor: pointer; }
.progress__bar {
    position: relative;
    background-color: #1E88E5;
    border-radius: 10px;
    max-width: 100%;
    min-height: 1px;
    white-space: nowrap;
    -webkit-transition: background-color 800ms ease 0ms, width 800ms ease 0ms;
    transition: background-color 800ms ease 0ms, width 800ms ease 0ms;
    overflow: hidden; }
.progress__bar--error {
      background-color: #E05353; }
.progress__bar--warning {
      background-color: #ffc200; }
.progress__bar--success {
      background-color: #64E264; }
.progress__bar--anim-gradient:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(60%, rgba(250, 250, 250, 0.5)), to(rgba(250, 250, 250, 0)));
      background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.5) 60%, rgba(250, 250, 250, 0) 100%);
      -webkit-animation: progress-gradient-animation 3s ease-in-out infinite;
              animation: progress-gradient-animation 3s ease-in-out infinite; }
.progress__bartext-wrapper {
    background: white;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1px 15px;
    text-align: center; }
.progress__bartext {
    display: inline-block;
    color: #fff; }
.progress__spiner {
    display: none;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border: solid 1px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 50%;
    -webkit-animation: progress-spinner-animation 400ms linear infinite;
            animation: progress-spinner-animation 400ms linear infinite; }
.progress--mt-8 {
    margin-top: 8px; }
.progress--mt-10 {
    margin-top: 10px; }
.progress--mb-10 {
    margin-bottom: 10px; }
.progress--mt-0 {
    margin-top: 0; }
.progress--mb-0 {
    margin-bottom: 0; }
.progress--preloader {
    max-width: 400px;
    width: 100%;
    margin: 1em auto; }
.progress--preloader2 {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 1em auto;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
.progress--preloader2 .progress__bar-wrap {
      position: absolute;
      top: 3px;
      bottom: 3px;
      left: 5px;
      right: 5px;
      z-index: 1; }
.progress--preloader2 .progress__bar {
      position: relative;
      border-radius: 7px;
      height: 100%;
      width: 0;
      -webkit-transition: background-color 500ms ease 0s, width 500ms ease 0s;
      transition: background-color 500ms ease 0s, width 500ms ease 0s; }
.progress--preloader2 .progress__spiner {
      position: relative;
      border-top-color: #465154;
      border-left-color: #465154;
      z-index: 2; }
.progress--preloader2 .progress__bartext {
      position: relative;
      padding: 6px 0;
      color: #465154;
      font-size: 14px;
      z-index: 2; }
.progress--worker {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 1em auto;
    -webkit-box-shadow: inset 0px 0px 5px rgba(45, 52, 54, 0.15);
            box-shadow: inset 0px 0px 5px rgba(45, 52, 54, 0.15); }
.progress--worker .progress__bar-wrap {
      position: absolute;
      top: 3px;
      bottom: 3px;
      left: 5px;
      right: 5px;
      z-index: 1; }
.progress--worker .progress__bar {
      border-radius: 7px;
      height: 100%;
      width: 0; }
.progress--worker .progress__bartext {
      position: relative;
      padding: 6px 20px;
      color: #465154;
      font-size: 14px;
      z-index: 2; }
.progress--tabulator, .progress--mini {
    position: relative;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 5px rgba(45, 52, 54, 0.15);
            box-shadow: inset 0px 0px 5px rgba(45, 52, 54, 0.15); }
.progress--tabulator .progress__bar-wrap, .progress--mini .progress__bar-wrap {
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      right: 2px;
      z-index: 1; }
.progress--tabulator .progress__bar, .progress--mini .progress__bar {
      border-radius: 4px;
      height: 100%;
      width: 0; }
.progress--tabulator .progress__bartext, .progress--mini .progress__bartext {
      position: relative;
      padding: 2px 4px;
      color: #465154;
      font-size: 12px;
      font-weight: normal;
      z-index: 2; }
.progress--mw350 {
    max-width: 350px;
    width: 100%; }
@-webkit-keyframes progress-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes progress-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes progress-gradient-animation {
  from {
    left: -400px; }
  to {
    left: 400px; } }
@keyframes progress-gradient-animation {
  from {
    left: -400px; }
  to {
    left: 400px; } }
.questionary {
  max-width: 600px;
  margin: 0 auto; }
.r-tabs__nav {
  margin: 0;
  padding: 0; }
.r-tabs__tab {
  display: inline-block;
  margin: 0;
  list-style: none; }
.r-tabs__panel {
  display: none; }
.r-tabs__accordion-title {
  display: none; }
.r-tabs__panel.r-tabs--state-active {
  display: block; }
/* Accordion responsive breakpoint */
.r-tabs {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
.r-tabs__nav {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none; }
.r-tabs__nav .r-tabs--state-disabled .r-tabs__anchor {
      background-color: #999;
      color: #fff;
      cursor: default; }
.r-tabs__nav .r-tabs--state-active .r-tabs__anchor {
      position: relative;
      padding: 10px 15px;
      -webkit-box-shadow: 0px 10px 0 #fff, 0px -4px 20px -6px rgba(45, 52, 54, 0.3);
              box-shadow: 0px 10px 0 #fff, 0px -4px 20px -6px rgba(45, 52, 54, 0.3); }
.r-tabs__nav--col-4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.r-tabs__nav--col-4 .r-tabs__tab {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; }
.r-tabs__nav--uniform-filling {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 20px; }
.r-tabs__nav--uniform-filling .r-tabs__tab {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
.r-tabs__tab--ml--5 {
    margin-left: -5px; }
.r-tabs__tab--ml--10 {
    margin-left: -10px; }
.r-tabs__anchor {
    display: block;
    padding: 10px 15px;
    color: currentColor;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: inset -2px -2px 10px rgba(45, 52, 54, 0.2);
            box-shadow: inset -2px -2px 10px rgba(45, 52, 54, 0.2);
    border-radius: 10px 10px 0px 0px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
.r-tabs__anchor:hover, .r-tabs__anchor:focus, .r-tabs__anchor:focus-visible {
      color: currentColor;
      outline: none; }
.r-tabs__content-wrapper {
    position: relative;
    padding: 20px 15px;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3); }
.r-tabs__panel {
    padding: 10px 0 20px; }
.r-tabs__panel .popup {
      max-width: 100%;
      height: 100%;
      --popup-scale: 1; }
.r-tabs__panel > *:last-child {
      margin-bottom: 0; }
.r-tabs__panel--flex.r-tabs--state-active {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
.r-tabs__accordion-title .r-tabs__anchor {
    position: relative;
    display: block;
    padding: 10px 30px 10px 30px;
    border-radius: 0;
    font-size: 18px; }
.r-tabs__accordion-title .r-tabs__anchor:after {
      position: absolute;
      right: 16px;
      content: '\f107';
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
.r-tabs__accordion-title.r-tabs--state-active .r-tabs__anchor {
    -webkit-box-shadow: none;
            box-shadow: none; }
.r-tabs__accordion-title.r-tabs--state-active .r-tabs__anchor:after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
.r-tabs__accordion-title.r-tabs--state-disabled .r-tabs__anchor {
    background-color: #999;
    color: #fff;
    cursor: default; }
.r-tabs__expand-btn-holder {
    position: absolute;
    right: 0px;
    bottom: 0px; }
.r-tabs__resize-btn-holder {
    display: none;
    position: absolute;
    right: 0px;
    bottom: 0px; }
.r-tabs--content {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px; }
.tabs-above + .r-tabs--content {
      margin-top: 11px; }
.tabs-above + .r-tabs--no-tabs {
    clear: both; }
.r-tabs--table {
    clear: both; }
.r-tabs--popup .r-tabs__content-wrapper {
    border-radius: 16px; }
.r-tabs--popup .r-tabs__anchor {
    text-align: center; }
.r-tabs--popup .r-tabs__panel[data-interact-resize].isResize:before {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    z-index: 10; }
.resize-handle {
  display: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.resize-handle:before {
    content: '';
    position: absolute;
    border-style: dashed;
    border-color: #adacac;
    opacity: 0;
    -webkit-transition: top 0.3s, bottom 0.3s, opacity 0.3s;
    transition: top 0.3s, bottom 0.3s, opacity 0.3s; }
.resize-handle:hover:before, .resize-handle:active:before {
    opacity: 0.4; }
.resize-handle:hover .resize-handle__dots, .resize-handle:active .resize-handle__dots {
    opacity: 1; }
.resize-handle__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #CECECE;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: width 0.2s, background-color 0.6s;
    transition: width 0.2s, background-color 0.6s; }
.resize-handle__btn:hover {
      background-color: #1E88E5; }
.resize-handle__dots {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    margin: -1.5px 0 0 -1.5px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.resize-handle__dots:before, .resize-handle__dots:after {
      position: absolute;
      content: '';
      width: inherit;
      height: inherit;
      background-color: #fff;
      border-radius: 50%;
      -webkit-transition: margin 0.1s;
      transition: margin 0.1s; }
.resize-handle--ver {
    top: 0;
    right: -30px;
    bottom: 0;
    width: 30px;
    height: auto;
    cursor: col-resize; }
.resize-handle--ver:before {
      top: 50%;
      bottom: 50%;
      left: 14px;
      width: 1px;
      height: auto;
      border-width: 0 0 0 1px; }
.resize-handle--ver:hover:before {
      top: 30px;
      bottom: 30px; }
.resize-handle--ver:hover .resize-handle__btn {
      width: 9px; }
.resize-handle--ver .resize-handle__btn {
      width: 3px;
      height: 60px; }
.resize-handle--ver .resize-handle__btn:active .resize-handle__dots:before {
        margin-top: -5px; }
.resize-handle--ver .resize-handle__btn:active .resize-handle__dots:after {
        margin-top: 5px; }
.resize-handle--ver .resize-handle__dots:before {
      margin-top: -7px; }
.resize-handle--ver .resize-handle__dots:after {
      margin-top: 7px; }
.resize-handle--hor {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 30px;
    cursor: row-resize; }
.resize-handle--hor:before {
      left: 50%;
      right: 50%;
      top: 50%;
      width: auto;
      height: 1px;
      border-width: 1px 0 0 0; }
.resize-handle--hor:hover:before {
      top: 50%;
      bottom: auto;
      left: 30px;
      right: 30px; }
.resize-handle--hor:hover .resize-handle__btn {
      width: 60px;
      height: 9px; }
.resize-handle--hor .resize-handle__btn {
      width: 60px;
      height: 3px; }
.resize-handle--hor .resize-handle__btn:active .resize-handle__dots:before {
        margin-left: -5px; }
.resize-handle--hor .resize-handle__btn:active .resize-handle__dots:after {
        margin-left: 5px; }
.resize-handle--hor .resize-handle__dots:before {
      margin-left: -7px; }
.resize-handle--hor .resize-handle__dots:after {
      margin-left: 7px; }
.rout-popup-sec__title {
  margin: 0 0 20px;
  text-align: center; }
.rout-popup-sec__btns {
  margin: 33px 0 -15px -10px; }
.rout-popup-sec__btns .btn {
    width: 100%;
    margin: 0 0 15px 10px; }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.row__col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row__col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.row-8 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.row-8__col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px; }
.row-8__col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row-8__col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.services-list > *:first-child {
  margin-top: 0; }
.services-list > *:last-child {
  margin-bottom: 0; }
.services-list__title-icon {
  display: inline-block;
  width: 25px;
  margin-right: 10px; }
.sl-phlh {
  height: 93px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.sl-phlh .swiper-lazy-preloader {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border-width: 2px; }
.sl-phlh__slide {
    width: auto;
    height: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.sl-phlh__slide img {
      display: block;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover;
      width: 70px;
      height: 57px;
      padding: 3px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
.sl-phlh__slide img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
.sl-phlh__prev, .sl-phlh__next {
    width: 42px;
    height: 49px;
    margin-top: -33.5px; }
.sl-phlh__prev:after, .sl-phlh__next:after {
      display: none; }
.sl-phlh__prev .btn--arrow, .sl-phlh__next .btn--arrow {
      height: 49px; }
.sl-phlh__prev.swiper-button-lock, .sl-phlh__next.swiper-button-lock {
      display: block; }
.sl-phlh__prev {
    left: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.sl-phlh__next {
    right: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.sl-phlh--with-arrows {
    left: 65px;
    right: 65px;
    padding: 18px 6px; }
.sl-phr {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ddd;
  -webkit-box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
          box-shadow: inset 1px 1px 8px rgba(45, 52, 54, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2); }
.sl-phr__slide {
    width: auto;
    height: auto;
    padding: 20px 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.sl-phr__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
.sl-phr__img-wrap {
    height: 100%; }
.sl-phr__img-wrap img {
      display: block;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover;
      height: 100%;
      min-width: 170px;
      padding: 10px;
      background: #fff;
      -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
              box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3); }
.slider-line {
  position: relative;
  padding-left: 50px;
  padding-right: 50px; }
.slider-line .slider-line__prev,
  .slider-line .slider-line__next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.slider-line .slider-line__prev.swiper-button-disabled,
  .slider-line .slider-line__next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
.slider-line .slider-line__prev {
    left: 0;
    right: auto; }
.slider-line .slider-line__next {
    right: 0;
    left: auto; }
.slider-line--center {
    text-align: center; }
.slider-line--mw-400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
.slider-partners {
  padding: 30px 0; }
.slider-partners .swiper-pagination {
    position: static;
    margin-top: 20px; }
.slider-partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 120px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15); }
.slider-partners__item img {
      display: block;
      width: 100%; }
.smart-radio-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.1em;
  margin-bottom: 0.55em;
  padding-left: 2px;
  padding-right: 12px;
  font-size: 14px; }
.smart-radio-items--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.smart-radio-items--justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.smart-radio-items--in-field {
    margin-top: 6px;
    font-size: 12px; }
.smart-radio-items__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 9px;
    margin-bottom: 0.55em;
    white-space: nowrap; }
.smart-radio-items__item label {
      margin-left: 3px; }
.smart-radio-items__item--ml-15px {
      margin-left: 15px; }
.table-responsive-wrap {
  overflow-x: auto;
  margin-top: 1.1em;
  margin-bottom: 1.1em; }
.table-responsive-wrap .table {
    margin-top: 0;
    margin-bottom: 0; }
.table-responsive-wrap .table th {
      white-space: nowrap; }
.table-responsive-wrap--mb-3em {
    margin-bottom: 3em; }
.table {
  display: table;
  width: 100%;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  border: 1px solid #b3b3b3;
  border-collapse: collapse; }
.table tr:hover {
    background-color: #DBEEFF; }
.table td,
  .table th {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #b3b3b3; }
.table td:not(:first-child),
    .table th:not(:first-child) {
      border-left: 1px solid #b3b3b3; }
.table th {
    text-align: inherit; }
.table caption {
    caption-side: top;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #b3b3b3;
    font-size: 14px;
    line-height: 1em;
    color: gray; }
.table--mb-3em {
    margin-bottom: 3em; }
.table--fz-12 {
    font-size: 12px; }
.table--fz-14 {
    font-size: 14px; }
.table--wtd-33per th, .table--wtd-33per td {
    width: 33.33%; }
.table--no-border {
    border: 0; }
.table--no-border td,
    .table--no-border th {
      border: 0; }
.table--no-border td:not(:first-child),
      .table--no-border th:not(:first-child) {
        border: 0; }
.table--no-border th {
      border-bottom: 1px solid #b3b3b3; }
.table--no-border th:not(:first-child) {
        border-bottom: 1px solid #b3b3b3; }
.table--striped tr:nth-child(even) {
    background-color: #F4F8FF; }
.table--striped tr:nth-child(even):hover {
      background-color: #DBEEFF; }
.table--striped tr:nth-child(even):active {
      background-color: #1E88E5;
      color: #fff; }
.table--th-middle th {
    vertical-align: middle; }
.table--th-bottom th {
    vertical-align: bottom; }
.table--td-middle td {
    vertical-align: middle; }
.table--td-bottom td {
    vertical-align: bottom; }
.table-api td:first-child {
  width: 15%;
  font-weight: bold;
  font-family: monospace; }
.tables-options {
  margin-bottom: 1.1em; }
.tables-options__controls {
    position: relative;
    margin: 10px 0;
    text-align: center; }
.tables-options__btns {
    position: relative;
    margin: 10px 0;
    text-align: center; }
.tables-options__btns .btn {
      margin: 0 5px 0; }
.tables-options__search {
    display: none; }
.tabs-above {
  margin: 0px 0 20px;
  text-align: right;
  position: relative;
  z-index: 10; }
.tabs-above .btn {
    width: 100%;
    margin: 0 0 15px 0; }
.text-center {
  text-align: center; }
.user-box {
  font-weight: 600;
  font-size: 14px;
  color: #465154; }
.user-box a {
    text-decoration: none; }
.user-box.is-slim .user-box__inner {
    padding: 0 0 0 40px; }
.user-box.is-slim .user-box__text {
    display: none; }
.user-box__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.user-box__link-login {
    text-decoration: none;
    color: inherit;
    outline: none; }
.user-box__btn {
    padding: 0;
    border: none;
    background: none;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.33;
    font-family: inherit;
    outline: none;
    cursor: pointer; }
.user-box__link-logout {
    font-weight: 400;
    font-size: 12px; }
.user-box__ava-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px; }
.user-box:hover .user-box__ava-box:before {
      -webkit-transform: scale(1.3);
              transform: scale(1.3); }
.user-box__ava-box svg {
      color: #CECECE; }
.user-box__caret {
    position: relative;
    padding-left: 17px; }
.user-box__caret:before {
      position: absolute;
      left: 0;
      content: '\f107';
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
.is-active .user-box__caret:before,
      .user-box:hover .user-box__caret:before {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
.user-box__dropdown {
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s; }
.user-box:hover .user-box__dropdown {
      top: 100%;
      height: auto;
      overflow: visible;
      opacity: 1; }
.user-box--panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15); }
.user-box--panel .user-box__inner {
      min-height: 40px;
      padding: 0 0 0 50px; }
.user-box--panel .user-box__ava-box {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -20px; }
.user-box--panel .user-box__name {
      margin-bottom: 2px; }
.user-box--header-desktop {
    position: relative;
    z-index: 11;
    max-width: 220px; }
.user-box--header-desktop:hover .user-box__inner {
      background-color: #DBEEFF;
      color: #465154; }
.user-box--header-desktop:hover .user-box__ava-box svg {
      color: #465154; }
.user-box--header-desktop .user-box__inner {
      position: relative;
      z-index: 2;
      height: 100px;
      padding: 15px 15px 15px 65px; }
.user-box--header-desktop .user-box__ava-box {
      position: absolute;
      top: 50%;
      left: 15px;
      margin-top: -20px; }
.user-box--header-desktop .user-box__caret {
      display: inline-block;
      padding: 0 15px 0 0; }
.user-box--header-desktop .user-box__caret:before {
        left: auto;
        right: 0; }
.user-box--header-mobile {
    padding: 15px 0; }
.user-box--header-mobile .user-box__inner {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-width: 40px;
      max-width: 90px;
      padding-top: 47px; }
.user-box--header-mobile .user-box__link-login {
      text-align: center; }
.user-box--header-mobile .user-box__btn {
      text-align: right; }
.user-box--header-mobile .user-box__ava-box {
      position: absolute;
      top: 0;
      right: 0; }
.user-box--authorized {
    color: #1E88E5; }
.user-box--authorized:hover .user-box__ava-box svg {
      color: #1E88E5; }
.user-box--authorized .user-box__ava-box svg {
      color: #1E88E5; }
.user-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600; }
.user-menu__item:last-child > .user-menu__link {
    border-radius: 0 0 10px 10px; }
.user-menu__item--active > .user-menu__link {
    background-color: #1E88E5;
    color: #fff; }
.user-menu__link {
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    background-color: #DBEEFF;
    color: #465154; }
.user-menu__link:hover, .user-menu__link:focus {
      text-decoration: none;
      background-color: #1E88E5;
      color: #fff; }
.worker-popup-sec__title {
  margin: 0 0 20px;
  text-align: center; }
.worker-popup-sec__btns {
  margin: 33px 0 -15px -10px; }
.worker-popup-sec__btns .btn {
    width: 100%;
    margin: 0 0 15px 10px; }
.mt-0 {
  margin-top: 0; }
.mt-5 {
  margin-top: 5px; }
.mt-10 {
  margin-top: 10px; }
.mt-20 {
  margin-top: 20px; }
.mt-30 {
  margin-top: 30px; }
.mt-1em {
  margin-top: 1em; }
.mt-1-5em {
  margin-top: 1.5em; }
.mt-2em {
  margin-top: 2em; }
.mb-0 {
  margin-bottom: 0; }
.mb-5 {
  margin-bottom: 5px; }
.mb-10 {
  margin-bottom: 10px; }
.mb-20 {
  margin-bottom: 20px; }
.mb-30 {
  margin-bottom: 30px; }
.mb-1em {
  margin-bottom: 1em; }
.mb-1-5em {
  margin-bottom: 1.5em; }
.mb-2em {
  margin-bottom: 2em; }
.pt-0 {
  padding-top: 0; }
.pt-5 {
  padding-top: 5px; }
.pt-10 {
  padding-top: 10px; }
.pt-20 {
  padding-top: 20px; }
.pt-30 {
  padding-top: 30px; }
.pt-1em {
  padding-top: 1em; }
.pt-1-5em {
  padding-top: 1.5em; }
.pt-2em {
  padding-top: 2em; }
.pb-0 {
  padding-bottom: 0; }
.pb-5 {
  padding-bottom: 5px; }
.pb-10 {
  padding-bottom: 10px; }
.pb-20 {
  padding-bottom: 20px; }
.pb-30 {
  padding-bottom: 30px; }
.pb-1em {
  padding-bottom: 1em; }
.pb-1-5em {
  padding-bottom: 1.5em; }
.pb-2em {
  padding-bottom: 2em; }
/*!*
 * ------------
 */
@media (min-width: 480px) {
      .btn--view {
        width: 40px;
        height: 40px;
        font-size: 26px; }
    .container {
      width: 450px; }
      .field-code__row {
        margin-left: -10px;
        margin-right: -10px; }
      .field-code__col-input {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .field-code__col-btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 10px;
        padding-right: 10px; }
    .form__row {
      margin-left: -8px;
      margin-right: -8px; }
    .form__col-1-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 8px;
      padding-right: 8px; }
      .i-app__img {
        position: absolute;
        right: 0px;
        bottom: -170px; }
      .i-control__imgs {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
      .i-control__imgs-inner {
        margin-left: -10px;
        margin-right: -10px; }
      .i-control__info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
      .i-customer-service .i-img-wrapper {
        margin-left: -30px; }
      .i-merchandisers .i-img-wrapper {
        margin-left: -30px; }
      .i-services__list {
        margin-left: -10px;
        margin-right: -10px; }
      .i-services__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .i-services__item-inner {
        max-width: 100%;
        min-height: 195px;
        padding: 125px 10px 15px; }
      .i-supervisors .i-img-wrapper {
        margin-right: -30px; }
        .order-type-list__img-wrap svg {
          display: block;
          width: 90px;
          height: 90px; }
      .popup__inner {
        padding: 20px; }
      .popup--baloon {
        padding: 20px 30px 30px; }
      .popup--table-option .popup__inner {
        padding: 20px 20px 10px; }
      .popup--table .popup__inner, .popup--rtabs .popup__inner, .popup--resize .popup__inner {
        padding: 0; }
      .popup--news .popup__inner {
        padding: 0; }
    .row-8 {
      margin-left: -8px;
      margin-right: -8px; }
      .user-box__btn {
        font-size: 14px; }
        .user-box--header-mobile .user-box__inner {
          max-width: 140px; } }
@media (min-height: 750px) {
      .filter__inner {
        max-height: 45vh; } }
@media (min-width: 768px) {
    .box--pad-20 {
      padding: 20px; }
    .box--pad-27 {
      padding: 27px; }
    .box--pad-30 {
      padding: 30px; }
    .box--pad-lr-20 {
      padding-left: 20px;
      padding-right: 20px; }
    .box--pad-lr-27 {
      padding-left: 27px;
      padding-right: 27px; }
    .box--pad-lr-30 {
      padding-left: 30px;
      padding-right: 30px; }
  .box-pad-lr-20 {
    padding-left: 20px;
    padding-right: 20px; }
    .main__left-servise--with-filter {
      min-height: 47px;
      padding-left: 305px; }
    .main__left-servise--with-filter.main__left-servise--small-width {
      padding-top: 47px; }
      .main__left-btns .btn {
        width: auto;
        min-width: 100px; }
      .main__left-btns .field-select {
        width: auto;
        min-width: 100px; }
    .main__right-service--with-draggable {
      min-height: 47px;
      padding-left: 305px; }
      .main__right-service--with-draggable .draggable {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 290px;
        width: auto; }
  .main__right-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -15px; }
    .main__right-btns > .btn {
      width: auto;
      margin: 0 15px 15px 0; }
    .main__filter {
      position: absolute;
      left: 0;
      top: 0;
      min-width: 290px;
      width: auto; }
    .main__pagination {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .ch-list__caption {
        font-size: 16px; }
        .tab-conf__btns-group .btn {
          width: auto; }
      .tab-conf__right-btns {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .tab-conf__right-btns .btn {
          width: auto; }
        .tab-conf__right-btns .btn--orange {
          margin-left: auto; }
      .tab-fed__right-btns {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .tab-fed__right-btns .btn {
          width: auto; }
        .tab-fed__right-btns .btn--orange {
          margin-left: auto; }
      .addr-popup__btns .btn {
        width: auto; }
      .bg-dots--par:before {
        top: 0;
        left: auto;
        right: -100px; }
        .btn--promo-calc .icon, .btn--promo-video .icon, .btn--promo-login .icon {
          width: 26px;
          height: 26px; }
    .btn--promo-calc {
      max-width: 270px; }
    .btn--promo-video {
      max-width: 300px; }
    .btn--promo-login {
      max-width: 120px; }
    .btn-burger {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100px;
      height: 40px;
      padding: 0 0 0 50px; }
      .contact-list__label {
        width: 165px; }
      .contact-list__divider {
        display: inline-block;
        margin: 0 5px;
        visibility: visible; }
    .container {
      width: 738px; }
    .contractor {
      padding: 0 0 0 130px; }
      .draggable__col {
        width: 268px; }
    .field-file--gorizontal, .field-file--horiz, .field-file--horiz-b {
      margin-bottom: 8px; }
      .field-file--gorizontal .field-file__name-text, .field-file--horiz .field-file__name-text, .field-file--horiz-b .field-file__name-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .field-file--gorizontal .field-file__name-text:before, .field-file--horiz .field-file__name-text:before, .field-file--horiz-b .field-file__name-text:before {
          width: 130px;
          margin: 0;
          text-decoration: underline; }
        .field-file--gorizontal .field-file__name-text .field-file__caption, .field-file--horiz .field-file__name-text .field-file__caption, .field-file--horiz-b .field-file__name-text .field-file__caption {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: inline-block;
          vertical-align: middle; }
          .field-file--gorizontal .field-file__name-text .field-file__caption:hover, .field-file--gorizontal .field-file__name-text .field-file__caption:focus, .field-file--horiz .field-file__name-text .field-file__caption:hover, .field-file--horiz .field-file__name-text .field-file__caption:focus, .field-file--horiz-b .field-file__name-text .field-file__caption:hover, .field-file--horiz-b .field-file__name-text .field-file__caption:focus {
            outline: 0;
            border-color: #548DED; }
        .field-time .field-text.field-text--horiz + .field-text,
        .field-time .field-text.field-text--horiz-rb + .field-text,
        .field-time .field-text.field-text--horiz-rb-180 + .field-text {
          padding-left: 0; }
      .field-time .field-text.field-text--horiz + .field-text.field-text--horiz .field-text__name,
      .field-time .field-text.field-text--horiz-rb + .field-text.field-text--horiz .field-text__name,
      .field-time .field-text.field-text--horiz-rb-180 + .field-text.field-text--horiz .field-text__name {
        text-align: center; }
      .filter__inner {
        max-height: 35vh; }
      .filter__col {
        width: 268px; }
        .fm__breadcrumbs .js_bcr_code_dad2 {
          display: inline; }
      .footer__top {
        padding: 0 0 15px 0; }
        .footer__bottom .link-desktop-version {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin: 0; }
      .footer__bottom {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 10px 0 15px;
        border-top: 1px solid #EEE;
        text-align: left; }
      .form__btns .btn,
      .form__btns .field-checkbox {
        width: auto;
        min-width: 100px; }
      .form-contractor__btns .btn {
        width: auto; }
      .form-contractor__btns--jsb-three .btn {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
  .form-contractor__os {
    padding: 0 60px 0 0; }
    .form-formator .field-time .field-text {
      width: auto; }
      .form-formator .field-time .field-text + .field-text {
        padding-left: 0; }
    .form-formator__inner {
      margin: 0 0 20px;
      padding: 0 0 0 130px; }
      .formator__form-holder.is-collapsed .form-formator__inner {
        padding: 0 120px 0 130px; }
    .form-formator__img-box {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
    .form-formator__btns {
      display: block;
      position: absolute;
      top: 5px;
      right: 30px; }
    .formator__form-holder.is-collapsed {
      max-height: 132px;
      overflow: hidden; }
      .formator__btns .btn {
        width: auto; }
      .formator__btns .btn--orange {
        margin-left: auto; }
      .formator__btns .option-indicator-container {
        width: auto; }
      .formator__btns--justify-sb .btn--orange {
        margin-left: 10px; }
    .i-app {
      margin-bottom: 50px;
      padding: 60px 0 90px; }
      .i-app .i-btns {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .i-app .i-btns .btn--w200 {
          max-width: 200px; }
      .i-app .i-btns .link-google-play {
        margin-left: 30px; }
      .i-app__img {
        bottom: auto;
        top: 50px;
        right: -140px;
        max-width: 465px; }
      .i-app__text {
        max-width: 430px;
        text-align: left; }
    .i-benefits {
      padding: 80px 0 60px; }
      .i-benefits__cards {
        margin: 60px -15px 20px; }
      .i-benefits__item {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        height: auto;
        margin: 0 0 40px 0;
        padding: 146px 15px 0;
        text-align: center;
        font-size: 18px; }
      .i-benefits__icon {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px; }
      .i-benefits__list {
        margin-left: -30px; }
      .i-benefits__list li {
        max-width: 335px;
        margin-left: 30px; }
    .i-btns {
      margin-left: -30px; }
      .i-btns .btn {
        margin-left: 30px; }
    .i-btns--chart {
      display: none; }
      .i-chart--outlets {
        display: block;
        margin-top: -180px;
        max-width: 524px;
        width: 100%; }
      .i-chart--cities {
        right: 0;
        display: block;
        margin-top: -180px;
        max-width: 500px;
        width: 100%; }
      .i-control__imgs {
        margin-bottom: 20px; }
        .i-control__before:before, .i-control__after:before {
          margin-top: -36px;
          font-size: 18px; }
    .i-create-team {
      padding: 70px 0 0; }
      .i-create-team h2 {
        text-align: left; }
      .i-create-team__img {
        margin-top: -40px; }
      .i-customer-service .i-img-wrapper {
        margin-left: 0; }
    .i-customer-service__img {
      max-width: 630px; }
      .i-customer-service__text {
        margin-top: 50px; }
    .i-facts {
      padding: 45px 0 30px;
      text-align: left; }
      .i-facts__inner {
        padding-top: 45px; }
      .i-facts__inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #eee; }
      .i-facts__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 320px;
                flex: 0 0 320px;
        max-width: 320px; }
      .i-facts__btn-desktop {
        display: block; }
      .i-facts__btn-mobile {
        display: none; }
      .i-facts__numbers {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 220px;
                flex: 0 0 220px;
        max-width: 220px; }
      .i-facts__numbers-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 220px;
                flex: 0 0 220px;
        max-width: 220px; }
        .i-facts__numbers-item:first-child {
          margin-bottom: 50px; }
      .i-facts__txt {
        font-size: 24px; }
      .i-merchandisers .i-img-wrapper {
        margin-left: 0; }
    .i-merchandisers__img {
      max-width: 630px; }
      .i-merchandisers__text {
        margin-top: 50px; }
    .i-page {
      font-size: 16px; }
      .i-page__h2 {
        font-size: 36px; }
      .i-promo__box {
        max-width: 710px;
        padding: 50px 30px 40px; }
      .i-promo__title {
        font-size: 48px;
        text-align: left; }
    .i-promo__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .i-services__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .i-services__item-inner {
        min-height: 210px;
        padding: 135px 15px 15px; }
      .i-services__item-icon {
        top: 35px;
        width: 80px;
        height: 80px; }
      .i-supervisors .i-img-wrapper {
        margin-left: 0; }
    .i-supervisors__img {
      max-width: 630px; }
      .i-supervisors__text {
        margin-top: 50px; }
    .i-vacancies {
      margin-bottom: 50px;
      padding: 75px 0 75px; }
      .i-vacancies h2 {
        text-align: left; }
    .i-vacancies .btn {
      max-width: 330px; }
      .i-vacancies__img {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 320px; }
      .i-vacancies__text {
        max-width: 410px;
        margin-left: 295px; }
      .lh__btns {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .lh__btns .btn {
          width: auto; }
        .lh__btns .btn--orange {
          margin-left: auto; }
        .lh__btns .option-indicator-container {
          width: auto; }
        .lh__btns--justify-sb .btn--orange {
          margin-left: 10px; }
    .link-desktop-version {
      width: auto;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-weight: normal;
      font-size: 14px;
      color: #1E88E5; }
      .link-google-play--app {
        width: 165px; }
      .list--sqm li {
        padding-left: 32px; }
      .long-hand__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .long-hand__left {
        margin-bottom: 0; }
      .long-hand__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .long-hand__btns {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .long-hand__btns .btn {
          width: auto; }
        .long-hand__btns .btn--orange {
          margin-left: auto; }
        .long-hand__btns .option-indicator-container {
          width: auto; }
        .long-hand__btns--justify-sb .btn--orange {
          margin-left: 10px; }
      .news-card__content {
        padding: 25px; }
      .news-card__img {
        float: left;
        max-width: 200px;
        margin: 0 24px 15px 0; }
    .news-list__item {
      margin: 30px; }
    .news-list__content {
      padding: 25px; }
    .news-list__img {
      float: left;
      max-width: 200px;
      margin: 0 24px 15px 0; }
    body {
      font-size: 16px; }
    h2 {
      font-size: 28px; }
      .popup__inner {
        padding: 40px; }
      .popup__inner--pad-30 {
        padding: 30px; }
      .popup__btns-confirm {
        margin: 0 -10px 0; }
        .popup__btns-confirm .btn {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin: 0 10px; }
      .popup--table-option .popup__inner {
        padding: 30px 30px 10px; }
      .popup--table .popup__inner, .popup--rtabs .popup__inner, .popup--resize .popup__inner {
        padding: 0; }
      .popup--news .popup__inner {
        padding: 0; }
    .popup-nav {
      min-height: 70px; }
      .popup-nav__info-item {
        font-weight: bold;
        font-size: 16px; }
        .popup-nav--custom .popup-nav__info-item:nth-child(2) {
          font-size: 16px; }
        .r-tabs__nav .r-tabs--state-active .r-tabs__anchor {
          padding: 13px 15px 10px; }
      .r-tabs__anchor {
        padding: 10px; }
      .r-tabs__nav + .r-tabs__content-wrapper {
        border-radius: 0px 10px 10px 10px; }
      .r-tabs__nav--col-4 + .r-tabs__content-wrapper,
      .r-tabs__nav--uniform-filling + .r-tabs__content-wrapper {
        border-radius: 0px 0 10px 10px; }
      .r-tabs__panel {
        padding: 0; }
      .r-tabs__nav + .r-tabs--popup .r-tabs__content-wrapper {
        border-radius: 0 0 16px 16px; }
      .rout-popup-sec__btns .btn {
        width: auto; }
      .row__col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .row__col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
      .row-8__col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%;
        padding-left: 8px;
        padding-right: 8px; }
      .row-8__col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px; }
      .slider-partners__item {
        width: 200px;
        height: 200px; }
      .tables-options__search {
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        width: 250px;
        margin: 0; }
      .tabs-above .btn {
        width: auto;
        margin: 0 0 0 10px; }
        .user-box--header-mobile .user-box__inner {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          max-width: 185px;
          min-height: 40px;
          padding: 0 50px 0 0;
          text-align: right; }
        .user-box--header-mobile .user-box__ava-box {
          position: absolute;
          top: 50%;
          margin-top: -20px; }
      .worker-popup-sec__btns .btn {
        width: auto; } }
@media (min-height: 850px) {
      .filter__inner {
        max-height: 50vh; } }
@media (min-width: 992px) {
        .tippy-menu__holder::-webkit-scrollbar {
          width: 16px;
          height: 16px; }
        .tippy-menu__holder::-webkit-scrollbar-track {
          border-radius: 10px; }
        .tippy-menu__holder::-webkit-scrollbar-thumb {
          border-radius: 10px; }
      .main__left-btns .field-select {
        margin: 0 0 15px 20px; }
    .main__title-wrapper {
      max-width: 1050px;
      margin: 0 auto 30px; }
  .main__inner {
    padding: 30px 40px; }
    .ch-list {
      margin-left: -15px;
      margin-right: -15px; }
      .ch-list__item {
        width: calc(100% / 12 * 6 - 30px);
        min-width: calc(100% / 12 * 6 - 60px);
        margin-left: 15px;
        margin-right: 15px;
        resize: both;
        overflow: hidden; }
      .ch-list__caption {
        font-size: 18px; }
      .b-contacts__inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .b-contacts__title {
        width: auto;
        margin: 0 87px 14px 42px; }
      .bg-dots--ach:before {
        top: 0;
        left: auto;
        right: 0;
        width: 200px;
        height: 250px;
        margin: -100px 0 0 0; }
      .bg-dots--ser:before {
        left: auto;
        bottom: 0;
        right: -150px;
        width: 270px;
        height: 250px;
        margin: 0 0 75px 0; }
      .bg-dots--par:before {
        top: -155px;
        left: auto;
        right: 0; }
        .btn--promo-calc .icon, .btn--promo-video .icon, .btn--promo-login .icon {
          width: 32px;
          height: 32px; }
    .btn--promo-video {
      max-width: 380px; }
    .btn--promo-login {
      max-width: 160px; }
      .btn--news, .btn--filter {
        padding: 16px 15px; }
      .btn--print {
        display: inline-block; }
      .btn--popup-expander, .btn--popup-expander2 {
        display: block; }
    .call-btns {
      right: 30px;
      bottom: 15px; }
      .call-btns__row {
        margin-bottom: 20px; }
    .call-contacts {
      width: 223px; }
      .call-contacts p {
        font-size: 18px; }
      .contact-list__item {
        margin-bottom: 5px; }
      .contact-list__link {
        color: inherit;
        text-decoration: none; }
    .container {
      width: 962px; }
    .content__main {
      padding: 70px;
      font-size: 1.125em; }
      .content__main.r-tabs__content-wrapper {
        padding: 70px; }
    .field-code--mb30 {
      margin-bottom: 30px; }
    .field-select--rt-24 {
      position: relative;
      top: -24px; }
    .fm {
      min-width: 750px; }
      .footer__top {
        padding: 15px 0 15px 150px; }
      .footer__top--without-menu {
        min-height: 90px; }
        .footer__top--without-menu .logo--footer {
          top: 12px; }
        .footer__top--without-menu .link-google-play--footer {
          left: auto;
          right: 0;
          top: 0; }
      .footer__links {
        display: block;
        margin: 0; }
      .footer__bottom {
        display: block; }
      .footer__notice {
        display: block; }
    .form-formator .field-time [disabled] {
      width: 40px; }
      .h-panel__panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 999;
        width: 32%;
        -webkit-transform: translateX(10%);
                transform: translateX(10%);
        opacity: 0;
        visibility: hidden; }
    .header {
      margin: 15px 0 0 0; }
      .header__inner {
        margin-left: 0;
        margin-right: 0; }
      .header__left {
        padding-left: 20px; }
      .header__right {
        padding-right: 20px; }
    .header--desktop .header__inner {
      height: 138px;
      padding-bottom: 38px; }
      .header--desktop .header__center {
        top: auto;
        left: 0;
        bottom: 0;
        height: 38px; }
      .header--mobile {
        display: none; }
      .i-app__img {
        top: -35px;
        right: -130px;
        max-width: 600px; }
      .i-app__text {
        max-width: 550px; }
    .i-benefits {
      padding: 80px 0 110px; }
      .i-benefits .i-btns {
        text-align: left; }
      .i-benefits__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; }
      .i-benefits__list {
        margin-left: -130px; }
      .i-benefits__list li {
        max-width: 360px;
        margin-left: 130px; }
    .i-chart {
      position: absolute;
      bottom: 0; }
      .i-chart--outlets {
        right: 60px;
        max-width: 600px;
        height: 300px;
        margin-top: 0; }
      .i-chart--cities {
        right: auto;
        left: 190px;
        max-width: 550px;
        height: 300px;
        margin-top: 0; }
    .i-control {
      padding: 30px 0; }
      .i-control__imgs {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .i-control__imgs {
        margin-bottom: 0; }
      .i-control__imgs-inner {
        margin-left: -15px;
        margin-right: -15px; }
      .i-control__before, .i-control__after {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
        .i-control__before:before, .i-control__after:before {
          margin-top: -38px;
          font-size: 24px;
          visibility: hidden; }
      .i-control__info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .i-control__date {
        position: static;
        margin-top: auto; }
    .i-create-team {
      padding: 70px 0 70px; }
      .i-create-team__img {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0;
        max-width: 650px; }
    .i-customer-service {
      height: 600px; }
    .i-customer-service__img {
      position: absolute;
      left: auto;
      right: 0;
      top: 20px;
      max-width: 600px; }
      .i-customer-service__text {
        margin-top: 0; }
    .i-facts {
      padding: 60px 0 30px;
      text-align: left; }
      .i-facts__inner {
        padding-top: 60px; }
      .i-facts__numbers {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 55%;
                flex: 0 0 55%;
        max-width: 55%; }
      .i-facts__numbers-item--2 {
        margin-right: -20px; }
      .i-facts__txt {
        margin-top: 22px; }
      .i-facts__numbers-item--2 .i-facts__txt {
        margin-left: -30px; }
    .i-merchandisers {
      height: 600px;
      margin-bottom: 60px; }
    .i-merchandisers__img {
      position: absolute;
      left: auto;
      right: 0;
      top: 20px;
      max-width: 600px; }
      .i-merchandisers__text {
        margin-top: 0; }
    .i-page {
      font-size: 18px; }
      .i-promo__box {
        max-width: 960px;
        padding: 50px 40px 40px;
        font-size: 20px; }
    .i-services {
      padding: 60px 0 60px; }
      .i-services__list {
        margin-left: -15px;
        margin-right: -15px; }
      .i-services__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px; }
      .i-services__item-inner {
        min-height: 210px;
        padding: 130px 10px 15px;
        font-size: 14px; }
    .i-supervisors {
      height: 600px; }
    .i-supervisors__img {
      position: absolute;
      left: auto;
      left: 0;
      top: 20px;
      max-width: 600px; }
      .i-supervisors__text {
        margin: 0 -25px 0 560px; }
      .i-vacancies__img {
        left: 70px;
        bottom: 0;
        max-width: 330px; }
      .i-vacancies__text {
        max-width: 550px;
        margin-left: 382px; }
      .lang-nav__caret:after {
        margin-left: 5px; }
      .lang-nav--header {
        display: block;
        margin-left: 10px;
        position: relative;
        z-index: 11; }
      .lh__btn-abs-holder {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        margin: 21px 20px 20px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px; }
    .link-desktop-version {
      display: none; }
      .link-google-play--footer {
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 220px; }
      .logo--footer {
        position: absolute;
        top: 30px;
        left: 0; }
      .long-hand__btn-abs-holder {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        margin: 21px 20px 20px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        overflow: hidden; }
      .main-nav__list--lvl-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .main-nav__list--lvl-1 > .main-nav__item:hover > .main-nav__link {
          background-color: #DBEEFF;
          color: #465154; }
      .main-nav__list--lvl-1 > .main-nav__item {
        margin: 0 10px; }
      .main-nav__link {
        position: relative;
        z-index: 2; }
        .main-nav__link--lvl-2, .main-nav__link--lvl-3 {
          min-width: 270px;
          height: auto;
          padding: 10px 25px;
          background-color: #DBEEFF;
          color: #465154; }
      .main-nav__sublist-wrapper--lvl-2 {
        position: absolute;
        z-index: 1;
        top: 90%;
        left: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: opacity 0.3s, top 0.3s;
        transition: opacity 0.3s, top 0.3s;
        -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
                box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3); }
        .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-2,
        .main-nav__item:hover .main-nav__sublist-wrapper--lvl-2 {
          top: 100%;
          height: auto;
          overflow: visible;
          opacity: 1; }
      .main-nav__sublist-wrapper--lvl-3 {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 90%;
        margin-left: -10px;
        opacity: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: opacity 0.3s, left 0.3s;
        transition: opacity 0.3s, left 0.3s;
        -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
                box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3); }
        .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-3,
        .main-nav__item--lvl-2:hover .main-nav__sublist-wrapper--lvl-3 {
          left: 100%;
          height: auto;
          overflow: visible;
          opacity: 1; }
      .main-nav--with-icon .main-nav__link--lvl-2 {
        padding: 10px 25px 10px 40px; }
      .main-nav--with-icon .main-nav__link--lvl-3 {
        padding: 10px 25px 10px 40px; }
    .map {
      height: 400px;
      border: 9px solid #ccc; }
    *::-webkit-scrollbar {
      width: 16px;
      height: 16px; }
    *::-webkit-scrollbar-track {
      border-radius: 10px; }
    *::-webkit-scrollbar-thumb {
      border-radius: 10px; }
      .panel-nav__list--lvl-1 > .panel-nav__item:hover > .panel-nav__link {
        background-color: #DBEEFF;
        color: #465154; }
        .panel-nav__list--lvl-1 > .panel-nav__item:hover > .panel-nav__link:before {
          background-color: #1E88E5; }
    .panel-nav__item:hover > .panel-nav__link {
      background-color: #1E88E5;
      color: #fff; }
      .panel-nav__item:hover > .panel-nav__link .panel-nav__icon {
        color: inherit; }
    .panel-nav__item--has-child:hover > .panel-nav__link:after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .panel-nav__item--has-child:hover > .panel-nav__link--lvl-2:after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .panel-nav__link:hover, .panel-nav__link:focus {
        text-decoration: none;
        background-color: #1E88E5;
        color: #fff; }
        .panel-nav__link:hover .panel-nav__icon, .panel-nav__link:focus .panel-nav__icon {
          color: inherit; }
      .panel-nav__link--lvl-2, .panel-nav__link--lvl-3 {
        min-width: 270px;
        background-color: #DBEEFF;
        color: #465154; }
      .panel-nav__link--lvl-2:hover, .panel-nav__link--lvl-2:focus {
        background-color: #1E88E5; }
        .panel-nav__link--lvl-3:hover, .panel-nav__link--lvl-3:focus {
          background-color: #DBEEFF;
          color: #465154; }
      .panel-nav__sublist-wrapper--lvl-2 {
        position: absolute;
        z-index: 1;
        left: 90%;
        height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: opacity 0.3s, left 0.3s;
        transition: opacity 0.3s, left 0.3s; }
        .panel-nav__item--show-child > .panel-nav__sublist-wrapper--lvl-2,
        .panel-nav__item:hover .panel-nav__sublist-wrapper--lvl-2 {
          left: 100%;
          height: auto;
          overflow: visible;
          opacity: 1; }
      .panel-nav__sublist-wrapper--lvl-3 {
        position: absolute;
        z-index: 1;
        left: 90%;
        height: 0;
        margin-left: -10px;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: opacity 0.3s, left 0.3s;
        transition: opacity 0.3s, left 0.3s; }
        .panel-nav__item--show-child > .panel-nav__sublist-wrapper--lvl-3,
        .panel-nav__item--lvl-2:hover .panel-nav__sublist-wrapper--lvl-3 {
          left: 100%;
          height: auto;
          overflow: visible;
          opacity: 1; }
    .popup {
      margin-top: 0; }
      .popup__btns {
        top: 50px;
        right: -50px;
        display: block; }
        .popup__btns .btn {
          display: block;
          margin: 0 0 10px 0; }
          .popup__btns .btn.btn--popup-expander, .popup__btns .btn.btn--popup-expander2 {
            display: block; }
      .popup--resize {
        width: auto;
        max-width: calc(100% - 50px);
        margin-left: -50px; }
    .popup--expanded {
      max-width: 1800px !important;
      width: 100%;
      padding-left: 9px;
      padding-right: 59px;
      margin-left: 0; }
    .popup--expanded .popup__btns,
    .popup--expanded .fancybox-close-small {
      right: 9px; }
        .r-tabs__nav .r-tabs--state-active .r-tabs__anchor {
          padding: 13px 20px 10px; }
        .r-tabs__nav .r-tabs--state-active .r-tabs__anchor--plr-5 {
          padding-left: 5px;
          padding-right: 5px; }
        .r-tabs__nav .r-tabs--state-active .r-tabs__anchor--plr-10 {
          padding-left: 10px;
          padding-right: 10px; }
      .r-tabs__anchor {
        padding: 10px 15px;
        font-size: 14px; }
      .r-tabs__anchor--plr-5 {
        padding-left: 5px;
        padding-right: 5px; }
      .r-tabs__anchor--plr-10 {
        padding-left: 10px;
        padding-right: 10px; }
      .r-tabs__content-wrapper {
        padding: 30px 20px; }
      .r-tabs__resize-btn-holder {
        display: block; }
      .r-tabs--content {
        margin-left: 0;
        margin-right: 0; }
      .r-tabs--popup .r-tabs__anchor {
        border-radius: 16px 16px 0 0; }
    .r-tabs--popup .r-tabs__panel[data-interact-resize] {
      max-height: calc(100vh - 100px - 60px - 65px);
      min-height: 300px;
      max-width: 100%; }
      .r-tabs--popup .r-tabs__panel[data-interact-resize][data-interact-resize='panel-long-hand'] {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content; }
    .resize-handle {
      display: block; }
    .tabs-above {
      float: right; } }
@media (min-width: 1200px) {
    .main__left-servise {
      padding-right: 350px; }
    .main__right-service {
      position: absolute;
      right: 0;
      top: 0; }
  .main__inner {
    font-size: 1.125em; }
      .ch-list__title {
        font-size: 20px; }
      .bg-dots--ach:before {
        width: 270px;
        right: 7%; }
      .bg-dots--app:before {
        top: 0;
        left: 0;
        width: 100px;
        height: 250px;
        margin: -175px 0 0 0; }
      .bg-dots--ser:before {
        right: 2%; }
      .bg-dots--vacancies:before {
        top: 0;
        left: 0;
        width: 60px;
        height: 470px;
        margin: -365px 0 0 0px; }
    .breadcrumbs {
      position: absolute;
      top: 49px;
      right: 0;
      text-align: right; }
      .btn--xl, .btn--big {
        font-size: 20px; }
        .btn--promo-calc .icon, .btn--promo-video .icon, .btn--promo-login .icon {
          width: 42px;
          height: 42px; }
    .container {
      width: 1035px; }
    .container--full {
      width: 100%;
      max-width: 1800px; }
    .content__title {
      margin: 5px auto 0;
      padding: 0 350px; }
    .i-app {
      margin-bottom: 100px;
      padding: 90px 0 70px; }
      .i-app__img {
        top: -55px;
        right: 0;
        max-width: 650px; }
      .i-app__text {
        margin-left: 18px; }
      .i-chart--outlets {
        right: 120px;
        max-width: 700px;
        height: 376px;
        bottom: 0; }
      .i-chart--cities {
        left: 190px;
        max-width: 600px;
        height: 376px;
        bottom: 0; }
    .i-create-team {
      padding: 70px 0 96px; }
      .i-create-team__img {
        max-width: 800px; }
    .i-customer-service {
      height: 618px;
      margin-bottom: 127px;
      padding-top: 184px; }
    .i-customer-service__img {
      max-width: 700px; }
      .i-facts__inner:before {
        left: -100px;
        right: -100px; }
      .i-facts__numbers {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58%;
                flex: 0 0 58%;
        max-width: 58%; }
      .i-facts__numbers-item--2 {
        margin-right: -48px; }
    .i-merchandisers {
      height: 766px;
      padding-top: 125px; }
    .i-merchandisers__img {
      max-width: 700px; }
      .i-promo__box {
        max-width: 1040px;
        padding: 65px 70px 55px;
        font-size: 24px; }
      .i-promo__title {
        font-size: 64px; }
      .i-services__list {
        margin-left: -10px;
        margin-right: -10px; }
      .i-services__item-inner {
        min-height: 220px;
        padding: 125px 15px 15px;
        font-size: 16px; }
      .i-services__item-icon {
        top: 35px;
        width: 80px;
        height: 80px; }
    .i-supervisors {
      height: 687px;
      margin-bottom: 105px;
      padding-top: 102px; }
    .i-supervisors__img {
      max-width: 700px; }
      .i-supervisors__text {
        margin: 0 -25px 0 600px; }
    .i-vacancies {
      padding: 88px 0 94px; }
    .i-vacancies .btn--w270 {
      max-width: 270px; }
    .i-vacancies .btn--w370 {
      max-width: 370px; }
      .i-vacancies__img {
        left: 50%;
        bottom: 0;
        max-width: 390px;
        margin-left: -590px; }
      .i-vacancies__text {
        max-width: 670%;
        margin-left: 335px; }
      a[href^="tel:"] {
        text-decoration: inherit;
        color: inherit; }
    h1 {
      font-size: 36px; } }
@media (min-width: 1400px) {
  .main__inner {
    padding: 60px 75px; }
      .ch-list__item {
        width: calc(100% / 12 * 4 - 30px);
        min-width: calc(100% / 12 * 4 - 60px); }
    .content__main {
      padding: 100px; }
      .tabs-above + .content__main {
        margin-top: 52px; }
      .content__main.r-tabs__content-wrapper {
        padding: 100px; }
      .header__left {
        padding-left: 30px; }
      .header__right {
        padding-right: 30px; }
    .main-nav {
      margin-left: 20px; }
        .r-tabs__nav .r-tabs--state-active .r-tabs__anchor {
          padding: 19px 30px 15px; }
        .r-tabs__nav .r-tabs--state-active .r-tabs__anchor--plr-5 {
          padding-left: 5px;
          padding-right: 5px; }
        .r-tabs__nav .r-tabs--state-active .r-tabs__anchor--plr-10 {
          padding-left: 10px;
          padding-right: 10px; }
      .r-tabs__anchor {
        padding: 15px 30px; }
      .r-tabs__anchor--plr-5 {
        padding-left: 5px;
        padding-right: 5px; }
      .r-tabs__anchor--plr-10 {
        padding-left: 10px;
        padding-right: 10px; }
      .r-tabs__content-wrapper {
        padding: 30px; }
        .tabs-above + .r-tabs--content {
          margin-top: 0; } }
@media (min-width: 1460px) {
    .header--desktop .header__inner {
      height: 100px;
      padding-bottom: 0; }
      .header--desktop .header__center {
        left: 290px;
        right: 290px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100px; }
    .main-nav {
      margin-left: 0; }
      .main-nav__list--lvl-1 > .main-nav__item {
        margin: 0 2px; }
      .main-nav__link {
        height: 100px;
        padding: 41px 15px; }
        .main-nav__link--lvl-2, .main-nav__link--lvl-3 {
          height: auto;
          padding: 10px 25px; }
      .main-nav--with-icon .main-nav__link {
        padding: 41px 30px 41px 40px; }
      .main-nav--with-icon .main-nav__link--lvl-2 {
        padding: 10px 30px 10px 40px; }
      .main-nav--with-icon .main-nav__link--lvl-3 {
        padding: 10px 25px 10px 40px; } }
@media (min-width: 1500px) {
      .lh__panels {
        margin-left: -15px;
        margin-right: -15px; }
      .lh__panel-1 {
        width: 500px;
        padding-left: 15px;
        padding-right: 15px; }
        .lh__panel-2.is-visible, .lh__panel-3.is-visible {
          padding-left: 15px;
          padding-right: 15px; }
        .lh-nav__panel-2.is-visible, .lh-nav__panel-3.is-visible {
          padding-left: 15px;
          padding-right: 15px; }
      .lh-nav__panel-1 {
        padding-left: 15px;
        padding-right: 15px; } }
@media (min-width: 1800px) {
      .bg-dots--app:before {
        width: 270px;
        margin: -175px 0 0 60px; }
      .bg-dots--ser:before {
        right: 12.5%;
        height: 250px;
        margin: 0 0 75px 0; }
      .bg-dots--vacancies:before {
        top: 0;
        left: 0;
        width: 130px;
        height: 470px;
        margin: -365px 0 0 0px; }
    .container {
      width: 1200px; }
    .container--mod {
      max-width: 1000px; }
    .container--full {
      width: 100%;
      max-width: 1800px; }
      .footer__top {
        padding: 15px 0 15px 270px; }
      .footer__bottom {
        padding: 10px 100px 15px; }
    .i-app {
      margin-bottom: 190px;
      padding: 90px 0 70px; }
      .i-app__img {
        top: -115px;
        right: 0;
        max-width: 799px; }
      .i-app__text {
        max-width: 725px;
        margin-left: 70px; }
      .i-chart--outlets {
        right: 220px;
        max-width: 815px; }
      .i-chart--cities {
        left: 290px;
        max-width: 650px; }
      .i-create-team__img {
        max-width: 860px; }
    .i-customer-service__img {
      top: -20px;
      max-width: 835px; }
    .i-merchandisers {
      margin-bottom: 100px; }
    .i-merchandisers__img {
      top: -20px;
      max-width: 835px; }
      .i-services__list {
        margin-left: -15px;
        margin-right: -15px; }
      .i-services__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px; }
      .i-services__item-inner {
        min-height: 270px;
        padding: 165px 15px 15px;
        font-size: 18px; }
      .i-services__item-icon {
        top: 45px;
        width: 100px;
        height: 100px; }
    .i-supervisors__img {
      top: -20px;
      max-width: 835px; }
      .i-vacancies__img {
        left: 50%;
        bottom: 0;
        max-width: 422px;
        margin-left: -590px; }
      .i-vacancies__text {
        margin-left: 500px; }
      .link-google-play--footer {
        left: 100px; }
      .logo--footer {
        left: 100px; }
      .main-nav__list--lvl-1 > .main-nav__item {
        margin: 0 10px; } }
@media (max-height: 750px) and (min-width: 992px) {
      .popup--table, .popup--rtabs {
        --popup-scale: .85; } }
@media (max-height: 700px) and (min-width: 992px) {
      .popup--table, .popup--rtabs {
        --popup-scale: .8; } }
@media (max-height: 650px) and (min-width: 992px) {
      .popup--table, .popup--rtabs {
        --popup-scale: .75; } }
@media (max-width: 991px) {
    .btn__text-desktop {
      display: none; }
      .btn__text-mobile {
        display: block; }
      .fm__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 15px; }
      .fm__left {
        min-width: 0;
        width: auto !important;
        height: 55vh; }
      .fm__right {
        min-width: 0;
        width: auto !important;
        height: 55vh; }
    .h-panel {
      padding-left: 0 !important; }
    .header--desktop {
      display: none; }
    .i-promo__abr {
      display: none; }
      .js .main-nav__list {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.2s;
        transition: max-height 0.2s; }
        .js .main-nav__list--lvl-2 {
          max-height: none; }
      .js .main-nav--open .main-nav__list {
        max-height: 1000px;
        -webkit-transition: max-height 0.6s;
        transition: max-height 0.6s; }
        .js .main-nav--open .main-nav__list--lvl-2 {
          max-height: none; }
    .panel {
      display: none; }
    .r-tabs--popup .r-tabs__panel[data-interact-resize] {
      width: auto !important;
      height: auto !important; } }
@media (max-width: 767px) {
    .footer-nav {
      display: none; }
      .i-btns .btn {
        max-width: 100%; }
    .r-tabs__panel.r-tabs--state-active {
      height: auto !important; }
  .r-tabs__nav {
    display: none; }
  .r-tabs__accordion-title {
    display: block; }
      .tabs-above .btn {
        max-width: 100%; } }
