

/* Start:/local/components/itiso/shahmatki.lists/templates/.default/library/nice-select.css?16890592114007*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/local/components/itiso/shahmatki.lists/templates/.default/library/slick.css?16890592111776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/components/itiso/shahmatki.lists/templates/.default/css/main.css?1749041300110625*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important
}


body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Montserrat', "Arial", sans-serif;
  font-weight: 400;
  background: #FCFEFF;
  color: #2E3A4D;
}

body.popup-opened {
  overflow: hidden;
}

button {
  outline: 0;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

main {
  display: block;
}

button,
input {
  font: inherit;
}

.visually-hidden,
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.btn-whole {
  max-width: 155px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #129AFF;
  background: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  flex-shrink: 0;
}

.btn-whole svg {
  display: inline-block;
  margin-right: 3px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.btn-whole:hover {
  cursor: pointer;
}

.btn-blue,
.actions a {
  max-width: 155px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #129AFF;
  -webkit-box-shadow: 0px 4px 16px rgba(16, 139, 230, 0.3);
  box-shadow: 0px 4px 16px rgba(16, 139, 230, 0.3);
  text-decoration: none;
  flex-shrink: 0;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.btn-blue--full {
  width: 100%;
  margin: 24px 0;
  max-width: none;
}

.btn-blue--full-margin {
  margin: 0;
}

.btn-blue svg {
  display: inline-block;
  margin-right: 3px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.btn-blue:hover {
  -webkit-box-shadow: 0px 4px 5px rgba(175, 215, 238, 0.76);
  box-shadow: 0px 4px 5px rgba(175, 215, 238, 0.76);
  cursor: pointer;
}

.blue-select {
  background: #0A9DEF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
  width: 127px;
}

.blue-select .list {
  color: #000;
  width: 100%;
}

.blue-select:after {
  border-color: #fff;
}

.main-nav {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-box-shadow: 0px 0px 24px rgba(46, 58, 76, 0.15);
  box-shadow: 0px 0px 24px rgba(46, 58, 76, 0.15);
}

.main-nav ul {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav ul li {
  margin-right: 60px;
}

.main-nav ul li a {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #2E3A4D;
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main-nav ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #129AFF;
  display: none;
}

.main-nav ul li a:hover {
  color: #129AFF;
}

.main-nav ul li.active a {
  color: #129AFF;
}

.main-nav ul li.active a:after {
  display: block;
}

.main-page .heading-block {
  padding-top: 20px;
  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;
}

.main-page .heading-block h2 {
  font-weight: 600;
  font-size: 24px;
}

.zk-filter h2 br {
  display: none;
}

.main-page .add-block {
  color: #2E3A4D;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-page .add-block i {
  margin-right: 8px;
  height: 24px;
}

.main-page .add-block:hover {
  cursor: pointer;
}

.main-page .main-row {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-card {
  width: 23.4%;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 430px;
  -webkit-box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  background: #fff;
  border-radius: 8px;
  padding-bottom: 30px;
  padding-bottom: 15px;
  margin-top: 10px;
}

.main-card br {
  display: none;
}

.main-card:nth-child(4n) {
  /*margin-right: 0;*/
}

/*.main-card-top{*/
/*  min-height: 164px;*/
/*}*/

.main-card-top,
.main-card-bottom {
  padding: 30px;
  padding-bottom: 0;
}

.main-card-top .title {
  margin: 0;
  /*font-size: 20px;*/
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 50px;
}

.main-card-top .edit-obj,
.table-settings svg,
.edit-obj svg path {
  cursor: pointer;
  transition: all 0.3s;
}

.main-card-top .edit-obj:hover path,
.table-settings:hover svg path {
  fill: #129AFF;
}

.main-card-top .location {
  margin-top: 8px;
  font-weight: 500;
  /*font-size: 16px;*/
  font-size: 14px;
  color: #333333;
  margin-bottom: 24px;
  min-height: 32px;
}

.main-card-status {
  font-weight: 500;
  font-size: 16px;
  color: #9DA7B2;
  margin: 0;
}

.main-card .img-wrapper {
  position: relative;
  visibility: hidden;
  max-height: 286px;
  overflow: hidden;
}

.main-card .img-wrapper.slick-initialized {
  visibility: visible;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 0;
  display: block;
  padding: 0;
  width: 8px;
  height: 14px;
  z-index: 1;
  cursor: pointer;
}

.slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-image: url("/local/components/itiso/shahmatki.lists/templates/.default/css/../images/arrow.svg");
  background-size: 8px 14px;
  background-repeat: no-repeat;
}

.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: 10px;
}

.slick-arrow.slick-next {
  right: 10px;
}

.main-card .img-wrapper img {
  display: block;
  width: 100%;
  outline: 0;
}

.main-card .info-block--no-results {
  font-weight: 500;
  font-size: 16px;
  color: #2E3A4D;
}

.main-page .drop-block {
  position: relative;
}

.main-card-bottom {
  padding-top: 10px;
}

.main-page .drop-block .drop-title {
  font-size: 16px;
  font-weight: 600;
  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;
}

.drop-title i {
  /*line-height: 17px;*/
  line-height: 13px;
}

.main-page .drop-block .drop-title i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main-page .drop-block .drop-title path {
  -webkit-transition: .3s all;
  transition: .3s all;
  fill: #BFCBD9;
}

.main-page .drop-block .drop-title:hover {
  cursor: pointer;
}

.main-page .drop-block:hover .drop-title i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.main-page .drop-block:hover .drop-title path {
  fill: #2E3A4D;
}

.droplist-popup {
  position: absolute;
  z-index: 20;
  left: -16px;
  right: -16px;
  top: 30px;
  max-width: 402px;
  max-height: 308px;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  -webkit-box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
  border-radius: 8px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  scrollbar-color: #C2D2E4;
  scrollbar-width: thin;
}

.main-page .drop-block:hover .droplist-popup {
  overflow: auto;
  visibility: visible;
  opacity: 1;
}

.droplist-popup::-webkit-scrollbar,
.object-popup::-webkit-scrollbar {
  width: 4px;
}

.object-popup {
  scrollbar-color: #C2D2E4;
  scrollbar-width: thin;
}

.object-popup .btn-blue {
  width: 100%;
}

.droplist-popup::-webkit-scrollbar-thumb,
.object-popup::-webkit-scrollbar-thumb {
  background: #B4BFCC;
  border-radius: 2px;
}

.droplist-popup .overview {
  width: 100%;
}

.main-page .drop-block .droplist-popup__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 16px;
  padding-bottom: 0;
  padding-top: 6px;
}

.main-page .drop-block .droplist-popup__item {
  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;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main-page .drop-block svg {
  cursor: pointer;
  transition: all 0.3s;
}

.main-page .drop-block svg:hover path {
  fill: #129AFF;
}

.main-page .drop-block .droplist-popup__sublist {
  padding-left: 8px;
  padding-right: 0;
}

.main-page .drop-block .droplist-popup__sublist-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 17px;
}

.main-page .drop-block .droplist-popup__sublist-item a {
  display: block;
  color: #2E3A4D;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  transition: all 0.3s;
}

.main-page .drop-block .droplist-popup__sublist-item a:hover {
  color: #129AFF;
  cursor: pointer;
}

.main-page .info-block {
  border-top: 1px solid #DDE6F0;
  margin-top: 24px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 24px;
}

.main-page .info-block .free-floats {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.main-page .info-block .free-floats span {
  color: #129AFF;
  font-weight: 600;
  margin-left: 6px;
  margin-right: 6px;
}

.main-page .info-block .price {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}

.object-popup {
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  background: #fff;
  position: fixed;
  -webkit-transform: translateX(130%);
  transform: translateX(130%);
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 10;
}

.object-popup.toggle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.object-popup .close {
  left: 12px;
  top: 4px;
  position: absolute;
}

.object-popup .close:hover {
  cursor: pointer;
}

.object-popup .popup-section {
  padding-top: 24px;
  border-bottom: 1px solid #DDE6F0;
  padding-left: 20px;
  padding-right: 20px;
}

.object-popup .popup-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.input-wrapper {
  margin-bottom: 25px;
}

.input-wrapper .title {
  font-weight: 500;
  color: #828D99;
  font-size: 12px;
}

.input-wrapper .nice-select {
  width: 100%;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  height: 44px;
  padding-left: 12px;
  line-height: 40px;
  color: #2E3A4D;
  font-size: 14px;
  font-weight: 600;
}

.input-wrapper .select-wrapper {
  height: 44px;
  margin-top: 6px;
}

select {
  visibility: hidden;
}

.input-wrapper input {
  border: 1px solid #DDE6F0;
  background: #fff;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  padding-left: 12px;
  margin-top: 6px;
}

.nice-select .list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #e0e1fc;
}

.nice-select:after {
  border: none;
  width: 13px;
  height: 15px;
  margin-top: -8px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url(/local/components/itiso/shahmatki.lists/templates/.default/css/../images/select-ar-black.svg) center no-repeat;
}

.nice-select.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -12px;
  right: 15px;
}

.nice-select .current {
  font-weight: 600;
  font-size: 14px;
  /*line-height: 140%;*/
  line-height: 280%;
  color: #9DA7B2;
  text-overflow: ellipsis;
  white-space: normal;
}

.nice-select .current.active {
  color: #2E3A4D;
}

.object-popup .subtitle {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}

.object-popup .inputs-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inputs-wrapper-block .input-wrapper {
  width: 49%;
  max-width: 155px;
}

.input-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  color: #828D99;
}

.input-checkbox span {
  display: block;
  position: relative;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #9DA7B2;
  border-radius: 4px;
  flex-shrink: 0;
}

.checkbox-block input:checked+.input-checkbox span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 8px;
  background-image: url("/local/components/itiso/shahmatki.lists/templates/.default/css/../images/input-checkbox.svg");
  background-position: center;
}

.checkbox-block input:checked+.input-checkbox,
.check-item.checkbox-block input:checked+.input-checkbox {
  color: #2E3A4D;
}

.checkbox-block input:checked+.input-checkbox span,
.check-item.checkbox-block input:checked+ label span {
  border-color: #2E3A4D;
}

.object-popup .add-image {
  padding-bottom: 24px;
}

.object-popup .add-image input {
  display: none;
}

.object-popup .add-image label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.object-popup .add-image label i {
  margin-right: 8px;
  display: inline-block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.submit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 24px;
}

.object-popup .delete-obj {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #D52E4C;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 24px;
}

.delete-block {
  position: relative;
}

.object-popup .delete-obj i {
  margin-right: 8px;
  height: 24px;
}

.droplist-delete {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.1);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3 ease;
}

.droplist-delete.visible {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.droplist-delete .drop-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #2E3A4D;
}

.droplist-delete .btn-whole {
  color: #2E3A4D;
  max-width: 135px;
  width: 100%;
}

.droplist-delete .btn-blue {
  background: #D42E4C;
  box-shadow: 0px 4px 16px rgba(212, 46, 76, 0.3);
  max-width: 135px;
  width: 100%;
}

.droplist-delete .submit-block {
  padding-right: 0;
  padding-left: 0;
}

.object-popup .images-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 100%;
}

.object-popup .one-image {
  margin-bottom: 10px;
  position: relative;
}

.object-popup .one-image img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 244px;
  height: 213px;
  object-fit: cover;
}

.object-popup .images-group .one-image img {
  margin: 0;
  width: auto;
  height: auto;
}

.object-popup .cancel-image {
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url("/local/components/itiso/shahmatki.lists/templates/.default/css/../images/cancel-img.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.object-popup .images-group .one-image .cancel-image:hover {
  cursor: pointer;
}

.table-heading-left {
  /*width: 75%;*/
  width: auto;
  /*overflow-x: scroll;*/
}

.rmb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  /*overflow-x: auto;*/
  padding-left: 0;
  flex-grow: 1;
  /*max-width: 55%;*/
  scrollbar-color: #C2D2E4;
  scrollbar-width: thin;
}

.rmb-nav::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.rmb-nav li {
  list-style: none;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 19px;
  font-size: 15px;
  position: relative;
  flex-shrink: 0;
}

.rmb-nav li:hover {
  cursor: pointer;
}

.rmb-nav li:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  opacity: 0;
  right: auto;
  bottom: 0;
  height: 2px;
  background: #129AFF;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.rmb-nav li.active::before {
  right: 0;
  opacity: 1;
}

.rmb-nav li.active:hover {
  cursor: default;
}

.rmb-block {
  display: none;
  padding-top: 33px;
}

.rmb-block.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zk-filter h1 {
  font-weight: 600;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 0;
}

.zk-filter h2 {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 600;
}

.zk-filter .descr {
  font-weight: 600;
  font-size: 16px;
  color: #9DA7B3;
  margin-bottom: 0;
}

.zk-filter .filter-wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  margin-top: 30px;
  border-radius: 8px;
}

.zk-filter form {
  display: block;
  padding-left: 40px;
  padding-right: 24px;
  padding-top: 30px;
  padding-bottom: 34px;
}

.zk-filter form .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.zk-filter form .filter-item {
  margin-right: 31px;
}

.zk-filter form .filter-item:last-child {
  margin-right: 0;
}

.zk-filter input::placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.zk-filter .icon-input.selected svg path {
  fill: #2E3A4D;
}

.zk-filter form .nice-select {
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 5px;
  height: 48px;
  line-height: 46px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  /*width: 100%;*/
  width: max-content;
  border-radius: 8px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: transparent;
  color: #129AFF;
}

.zk-filter .nice-select .option {
  font-weight: 500;
  font-size: 14px;
  color: #2E3A4D;
}

.zk-filter form .nice-select .list {
  /*width: 100%;*/
  width: max-content;
  z-index: 2000;
}

.zk-filter form .nice-select:after {
  border: none;
  height: 12px;
  width: 15px;
  /*top: 48%;*/
  top: 55%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url(/local/components/itiso/shahmatki.lists/templates/.default/css/../images/select-ar.svg) center no-repeat;
}

.zk-filter form .nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.zk-filter form .input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
}

.zk-filter input:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.zk-filter .last-element input {
  border-radius: 8px;
}

.zk-filter form .input-block .icon-input {
  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;
  /*width: 32px;*/
  width: auto;
  padding: 0 10px;
}

.zk-filter form .input-block input {
  border: none;
  border-left: 1px solid #E5E5E5;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
  width: 99px;
  outline: none;
}

.zk-filter form .input-block input[type='checkbox'] {
  width: 20px;
  margin-right: 10px;
}

.zk-filter form .input-block input::-webkit-input-placeholder {
  color: #BDBCBC;
}

.zk-filter form .input-block input:-ms-input-placeholder {
  color: #BDBCBC;
}

.zk-filter form .input-block input::-ms-input-placeholder {
  color: #BDBCBC;
}

.zk-filter form .input-block input::placeholder {
  color: #BDBCBC;
}

.zk-filter .check-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.zk-filter .rooms-block {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  color: #9DA7B2;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.zk-filter .rooms-block label,
.zk-filter .rooms-block span {
  display: block;
  padding: 15px 9px;
  border-right: 1px solid #DDE6F0;
  cursor: pointer;
}

.zk-filter .rooms-block label:last-of-type {
  border-right: none;
}

.zk-filter .rooms-block input:checked+label {
  color: #2E3A4D;
}

.one-check {
  width: 130px;
  font-size: 14px;
  margin-right: 31px;
  font-weight: 500;
  color: #333333;
}

.one-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.one-check span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 4px;
  /*background: #F3F5F8;*/
  background: #d3d3d3;
  border: 1px solid #CFD8E3;
  flex-shrink: 0;
}

.one-check input {
  display: none;
}

.one-check input:checked+label span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 8px;
  background-image: url("/local/components/itiso/shahmatki.lists/templates/.default/css/../images/input-checkbox.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.check-2 label span {
  background: #fff;
  border: 1px solid #ADC4DD;
}

.check-3 label span {
  background: #FFF7E0;
  border: 1px solid #FFD467;
}

.check-4 label span {
  background: #d6fa91;
  /*background: #F2F9E4;*/
  border: 1px solid #C1E379;
}

.check-5 label span {
  background: #FFFF00;
  /*border: 1px solid #FFFF00;*/
  border: 1px solid #818100;
}

.check-6 label span {
  background: #FFDCDE;
  border: 1px solid #FF4F59;
}

.check-7 label span {
  background: #A68CFF;
  border: 1px solid #6ED4BB;
}

.check-8 label span {
  background: #f6d44e;
  border: 1px solid #A68CFF;
}

.zk-filter .btn-wrapper {
  margin-top: 25px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #F4F4F2;
  font-weight: 500;
}

.nice-select .option {
  font-weight: 500;
}

.rmb-block {
  position: relative;
}

.zk-filter .filter-results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.zk-filter .filter-results p,
.zk-filter .filter-results button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}

.zk-filter .filter-results button {
  cursor: pointer;
  outline: 0;
}

.zk-filter .filter-results span,
.zk-filter .filter-results button {
  color: #129AFF;
}

.table {
  display: none;
}

.table.active {
  display: block;
}

.table-edge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}

.tile-plus .table-edge {
  width: 45px;
}

.table-edge svg {
  margin-top: 40px;
}

.table-edge-left {
  left: 50px;
}

.table-edge.table-edge-bottom {
  top: auto;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(360deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
}

.table.list.active+.table-edge-bottom {
  opacity: 0;
  pointer-events: none;
}

.table.list {
  overflow: hidden;
}

.table-edge-right {
  right: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.table-edge-right svg {
  transform: rotate(180deg);
  cursor: pointer;
}

.table-edge-left svg {
  transform: rotate(180deg);
  cursor: pointer;
}

.table-wrapper {
  margin-top: 30px;
  padding-bottom: 90px;
}

.table-wrapper .rmb-block {
  padding-top: 0;
}

.table-wrapper .rmb-li {
  font-size: 16px;
}

.table-wrapper .table-inside {
  -webkit-box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.table-heading {
  padding-left: 35px;
  border-bottom: 1px solid #DDE6F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 25px;
}

.table-heading .select-type-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-wrapper .table-inside .table-heading .select-type-table .table-settings {
  margin-right: 30px;
}

.table-wrapper .table-inside .table-heading .select-type-table .table-settings path {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.table-wrapper .table-inside .table-heading .select-type-table .table-settings:hover {
  cursor: pointer;
}

.table-wrapper .table-inside .table-heading .select-type-table .table-settings:hover path {
  fill: #129AFF;
}

.table-wrapper .table-inside .table-heading .select-type-table .nice-select {
  font-weight: 500;
  font-size: 16px;
  border: none;
  padding-left: 0;
  padding-right: 0;
  width: 110px;
}

.table-wrapper .table-inside .table-heading .select-type-table .nice-select .list {
  width: 100%;
}

.table-wrapper .table-inside .table-heading .select-type-table .nice-select .option:hover,
.table-wrapper .table-inside .table-heading .select-type-table .nice-select .option.focus,
.table-wrapper .table-inside .table-heading .select-type-table .nice-select .option.selected.focus {
  background: #e0e1fc;
}

.table-wrapper .table-inside .table-heading .select-type-table .nice-select:after {
  border: none;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url(/local/components/itiso/shahmatki.lists/templates/.default/css/../images/select-ar.svg) center no-repeat;
}

.table-wrapper .table-inside .table-heading .select-type-table .nice-select.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -12px;
  right: 15px;
}

.table-heading .rmb-nav {
  margin-top: 0;
  /*overflow-x: auto;*/
}

.table-heading .rmb-li {
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 20px;
  font-size: 16px;
  margin-right: 25px;
}

.table-heading .rmb-li.active {
  color: #129AFF;
}

.table-wrapper .table-inside .table {
  width: 100%;
  border-radius: 10px;
  padding-left: 0;
  padding-top: 0;
  padding-right: 21px;
  padding-bottom: 50px;
  /*max-height: 700px;*/
  overflow-x: scroll;
}

.step .table .table__list-row{
  padding-left: 25px;
}

.table-wrapper .table-inside .table::-webkit-scrollbar,
.table.tile-plus table::-webkit-scrollbar,
.table.tile table::-webkit-scrollbar,
.step .table__list::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.table-wrapper .table-inside .table,
.table.tile-plus table,
.table.tile table,
.step .table__list {
  scrollbar-color: #C2D2E4;
  scrollbar-width: thin;
}

.table-wrapper .table-inside .table::-webkit-scrollbar-thumb,
.table-wrapper .table-inside .table::-webkit-scrollbar-thumb,
.table.tile-plus table::-webkit-scrollbar-thumb,
.table.tile table::-webkit-scrollbar-thumb,
.step .table__list::-webkit-scrollbar-thumb {
  background: #B4BFCC;
  border-radius: 2px;
}

/*.table.tile table,*/
/*.table.tile-plus table {*/
/*  display: block;*/
/*  overflow: auto;*/
/*}*/

.table-wrapper .table-inside .table .title {
  font-weight: 700;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.table-wrapper table {
  width: 100%;
}

.table-wrapper table th {
  height: 90px;
}

.table-wrapper table tr {
  position: relative;
  display: flex;
}

.table-wrapper table tr:nth-child(1) td {
  height: 50px;
}

.table-wrapper table tr td:nth-child(1) {
  /*width: 70px;*/
  width: 85px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #2E3A4D;
  font-weight: 600;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  min-width: 70px;
}

.table-wrapper table .heading {
  font-weight: 600;
  height: 30px;
  top: 0;
  margin-right: -10px;
  display: inline-block;
}

.table-wrapper table .title-plitka {
  display: block;
  text-align: center;
  height: 40px;
}

.table-wrapper table .card {
  /*width: 182px;*/
  width: 176px;
  /*width: 200px;*/
  height: 61px;
  color: #2E3A4D;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 7px;
  margin-right: 3px;
  margin-top: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  justify-content: start;
  position: relative;
}



.table-wrapper table .card .rooms {
  width: 22px;
  height: 22px;
  font-weight: 600;
  font-size: 12px;
  background: #CFD8E3;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-left: 4px;*/
  margin-left: 7px;
}

.table-wrapper table .card .number {
  /*font-size: 12px;*/
  /*font-weight: 500;*/
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
}

.table-wrapper table .card .left-card {
  /*width: 40px;*/
  width: 45px;
  padding-right: 8px;
  border-right: 1px solid #DDE6F0;
}

.content-card {
  position: relative;
}

.content-card_mark{
  position: absolute;
  right: 3px;
  top: 3px;
  width: 15px;
  height: 15px;
  /*display: none;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-card_mark.hammer_mark {
  background-image: url(/local/components/itiso/shahmatki.lists/templates/.default/css/../images/hammer.svg) ;
}

.table-wrapper table .card .content-card {
  padding-left: 8px;
}

.table-wrapper table .card .content-card .price {
  font-weight: 600;
  /*font-size: 16px;*/
  font-size: 15px;
  /*padding-top: 3px;*/
  /*position: relative;*/
}

.table-wrapper table .card .metres .metrage .bti_price {
  margin-left: 3px;
}

.table-wrapper table .card .metres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}

.table-wrapper table .card .metres .metrage {
  /*font-size: 12px;*/
  font-size: 11px;
  font-weight: 600;
}

.table-wrapper table .card .metres .metrage-price {
  color: #828D99;
  font-weight: 500;
  /*font-size: 12px;*/
  font-size: 11px;
  /*margin-left: 8px;*/
}

.table-wrapper .table-2 table {
  width: auto;
}

.table-wrapper .table-2 table td {
  padding-right: 30px;
}

.table-wrapper .plitka-table tr td:nth-child(1) {
  min-width: 70px;
}

.table-wrapper .plitka {
  position: relative;
  width: 34px;
  height: 34px;
  background: #FFFCBB;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding-top: 9px;
  font-size: 12px;
  color: #000;
}

.table-wrapper .plitka .tooltip {
  position: absolute;
  z-index: 10;
  top: 27px;
  left: 33px;
  display: none;
  text-align: left;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  background: #FFFFFF;
  width: 137px;
  padding-left: 5px;
  padding-right: 7px;
  padding-top: 2px;
}

.table-wrapper .plitka .tooltip div {
  font-size: 12px;
  line-height: 20px;
}

.table-wrapper .plitka .tooltip .metr {
  font-weight: 500;
  text-align: right;
}

.table-wrapper .plitka .tooltip .finish-price {
  font-weight: 500;
}

.table-wrapper .plitka:hover {
  cursor: pointer;
}

.table-wrapper .plitka:hover .tooltip {
  display: block;
}

.card-1 {
  /*background: #F3F5F8;*/
  background: #d3d3d3;
  border: 1px solid #CFD8E3;
}

.card-2 {
  background: #fff;
  border: 1px solid #ADC4DD;
}

.card-2 .rooms {
  background: #ADC4DD !important;
}

.card-3 {
  background: #FFF7E0;
  border: 1px solid #FFD467;
}

.card-3 .rooms {
  background: #FFD467 !important;
}

.card-4 {
  /*background: #F2F9E4;*/
  background: #d6fa91;
  border: 1px solid #C1E379;
}

.card-4 .rooms {
  background: #C1E379 !important;
}

.card-5 {
  background: #FFFF00;
  border: 1px solid #818100;
}

.card-5 .rooms {
  background: #eeee2a !important;
}

.card-6 {
  background: #FFDCDE;
  border: 1px solid #FF4F59;
}

.card-6 .rooms {
  background: #FF4F59 !important;
}

.card-7 {
  background: #A68CFF;
  border: 1px solid #6ED4BB;
}

.card-7 .rooms {
  background: #8b68fa !important;
}

.card-8 {
  background: #EDE8FF;
  border: 1px solid #A68CFF;
}

.card-9 {
  background: #E2F6F2;
  border: 1px solid #6ED4BB;
}

.card-9 .rooms {
  background: #6ED4BB !important;
}

.card-8 .rooms {
  background: #A68CFF !important;
}

.card {
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s;
}

.card.unavailable{
  opacity: 0.3;
}

.table .card-1:not(.card-number):hover {
  background: #CFD8E3;
}

.table .card-2:not(.card-number):hover {
  background: #ADC4DD;
}

.table .card-3:not(.card-number):hover {
  background: #FFD467;
}

.table .card-4:not(.card-number):hover {
  background: #C1E379;
}

.table .card-5:not(.card-number):hover {
  background: #fafa5e;

}

.table .card-6:not(.card-number):hover {
  background: #FF4F59;
}

.table .card-7:not(.card-number):hover {
  background: #bba7f8;
}

.table .card-8:not(.card-number):hover {
  background: #A68CFF;
}

.table .card-9:not(.card-number):hover {
  background: #6ED4BB;
}

.table-wrapper .tile tr td {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 8px;
}

.tile .card-btn {
  position: relative;
  width: 38px;
  height: 38px;
}

.tile .card-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 0.75;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #2E3A4D;
  cursor: pointer;
  transition: all 0.3s;
}

.tile .card-number:hover {
  opacity: 1;
}

.tile .card {
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s;
}

.tile .card-btn:hover .card {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.tile .card-btn .card {
  position: absolute;
  top: -46px;
  left: 0;
  z-index: 1;
  border-bottom-left-radius: 0;
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.18);
}

.tile .card-btn .card::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -1px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  z-index: 3;
}

.tile .card-btn .card-1::after {
  border-top: 4px solid rgb(207, 216, 227);
  border-right: 4px solid rgb(207, 216, 227);
}

.tile .card-btn .card-2::after {
  border-top: 4px solid #ADC4DD;
  border-right: 4px solid #ADC4DD;
}

.tile .card-btn .card-3::after {
  border-top: 4px solid #FFD467;
  border-right: 4px solid #FFD467;
}

.tile .card-btn .card-4::after {
  border-top: 4px solid #C1E379;
  border-right: 4px solid #C1E379;
}

.tile .card-btn .card-9::after {
  border-top: 4px solid #6ED4BB;
  border-right: 4px solid #6ED4BB;
}

.tile .card-btn .card-5::after {
  border-top: 4px solid #FFFF00;
  border-right: 4px solid #FFFF00;
}

.tile .card-btn .card-6::after {
  border-top: 4px solid #FF4F59;
  border-right: 4px solid #FF4F59;
}

.table-wrapper .table.tile tr td:nth-child(1) {
  height: 45px;
  line-height: 35px;
  padding-top: 10px;
}

.table-wrapper .table.tile {
  margin-top: 0;
}

.table-wrapper .table.tile tr td.col-first {
  padding-top: 0;
  height: 37px;
}

.table-wrapper .table.tile-plus tr td.col-first {
  padding-top: 15px;
  height: 37px;
  line-height: 10px;
}

.table-wrapper .table-inside .table.list {
  padding-bottom: 0;
  padding-right: 0;
  max-height: none;
  width: 100%;
  overflow: scroll;
  /*height: 500px;*/
}

.table__list-row {
  display: flex;
  width: 100%;
  padding-left: 40px;
}

.table__list-row:nth-child(odd) {
  background: #fff;
}

.table__list-row:nth-child(even) {
  background: #F7FBFC;
}

.table__list-item {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  width: 160px;
  min-width: 160px;
  /*width: 105px;*/
  padding-top: 18px;
  padding-bottom: 18px;
  /*margin-right: 40px;*/
  margin-right: 15px;
  white-space: nowrap;
}

.table__list-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
  position: relative;
  /*width: 105px;*/
  min-width: 105px;
}

.table__list-item .one-check span {
  width: 16px;
  min-width: 16px;
}

.table__list-item--width {
  width: 80px;
}

.table__list-item--margin {
  margin-right: 15px;
  position: relative;
}

.table__list-row--top .table__list-item span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
  margin-right: 10px;
}

.table__list-arrows button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.table__list .arrow-top {
  margin-bottom: 5px;
}

.table__list .arrow-bottom {
  transform: rotate(180deg);
}

.table-wrapper .table-inside .table-heading .select-type-table .nice-select .option:hover,
.table-wrapper .table-inside .table-heading .select-type-table .nice-select .option.focus,
.table-wrapper .table-inside .table-heading .select-type-table .nice-select .option.selected.focus {
  background: transparent;
}

.black-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.black-layer.visible {
  opacity: 1;
  visibility: visible;
}

.filter-open {
  display: none;
}

.mob-el {
  display: none !important;
}

.table__pagination {
  position: absolute;
  left: 5px;
}

.pagination {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.pagination li {
  margin-right: 25px;
}

.pagination__link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #2E3A4D;
}

.pagination__link--arrow {
  display: flex;
  align-items: center;
}

.pagination__link--arrow svg {
  flex-shrink: 0;
}

.pagination__link--prev svg {
  transform: rotate(180deg);
  margin-right: 8px;
}

.pagination__link--next svg {
  margin-left: 8px;
}

.pagination__link--disabled {
  color: #9DA7B2;
}

.pagination__link--disabled svg path {
  fill: #9DA7B2;
}

.pagination__link--current {
  color: #129AFF;
}

.filter-mob,
.table__list-btn,
.table__mob-info {
  display: none;
}

.object-img {
  display: block;
  margin: 0 auto;
  margin-top: 16px;
}

.select-wrapper--green .nice-select {
  background: rgba(61, 197, 164, 0.2);
  border: 1px solid #3DC5A4;
}

.card-popup .popup-section {
  border: none;
}

.object-popup .popup-section--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.popup-section--flex .input-wrapper {
  margin-bottom: 0;
  width: 51%;
}

.object-popup .input-wrapper .select-wrapper--green .nice-select {
  border: 1px solid #3DC5A4;
}

.select-wrapper--green .nice-select .current {
  color: #2E3A4D;
}

.select-wrapper--green .nice-select:after {
  background: url(/local/components/itiso/shahmatki.lists/templates/.default/css/../images/select-ar-black.svg) center no-repeat;
}

.popup-btns {
  display: flex;
  align-items: center;
}

.popup-btns button {
  margin: 0;
/*  margin-right: 16px;*/
  margin-right: 3px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.popup-btns__star svg path {
  stroke: none !important;
}

.popup-btns__star:hover svg path {
  fill: #129AFF;
}
.popup-btns__star.active svg path {
  fill: #129AFF;
}

.popup-btns__star svg:nth-child(2) {
   display: none;
}

.popup-btns__star.active svg:nth-child(1) {
  display: none;
}
.popup-btns__star.active svg:nth-child(2) {
  display: block;
}

.popup-btns button:not(:first-child) svg path {
  fill: #2E3A4D;
}

.popup-btns button:nth-child(4) svg path {
  fill: none;
}
.popup-btns button.fill svg path {
  fill: #2E3A4D;
}
.popup-btns button svg path {
  transition: all 0.3s;
}

.popup-btns button:first-child {
  stroke: #2E3A4D;
}

.popup-btns button:last-child {
  margin-right: 0;
}

.popup-btns button:not(:first-child):hover svg path,
.popup-btns button:not(:first-child):focus svg path {
  fill: #129AFF;
}

.popup-btns button:first-child:hover svg path {
  stroke: #129AFF;
}

.popup-table {
  width: 100%;
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid #DDE6F0;
}

.popup-table thead {
  display: block;
  padding: 20px;
  padding-bottom: 5px;
  background: #129AFF;
}

.popup-table tbody {
  display: block;
  padding: 20px;
  padding-top: 40px;
  padding-right: 15px;
}

.popup-table thead td {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.popup-table tbody tr {
  display: flex;
  margin-bottom: 18px;
}

.popup-table tbody td {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #828D99;
}

.popup-table tbody td:first-of-type {
  color: #828D99;
}

.popup-table tbody td:last-of-type {
  color: #2E3A4D;
  text-align: right;
}

.popup-table thead td span {
  display: block;
  margin-bottom: 10px;
}

.popup-table thead td span:first-child {
  font-size: 24px;
  line-height: 29px;
}

.comments__top {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #DDE6F0;
}

.comments__title {
  margin: 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2E3A4D;
}

.comments__list {
  margin: 0;
  margin-bottom: 24px;
  padding: 0 20px;
  list-style: none;
  border-top: 1px solid #DDE6F0;
}

.comments__list li {
  padding: 18px 0;
  border-bottom: 1px solid #DDE6F0;
}

.comment__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.comment__author {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}

.comment__date {
  margin: 0;
  display: flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #828D99;
}

.comment__date span {
  display: block;
  margin-left: 10px;
}

.comment__text {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}

.comments__more {
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #129AFF;
  display: flex;
  align-items: center;
  outline: 0;
}

.comments__more svg {
  fill: #129AFF;
  margin-right: 8px;
  transition: all 0.3s;
}

.comments__more--active svg {
  transform: rotate(180deg);
}

.comments__add.btn-blue {
  max-width: none;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: transparent;
}

.popup-modal {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding: 24px 20px;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.1);
  border-radius: 8px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 11;
  scrollbar-color: #B4BFCC;
  scrollbar-width: thin;
  max-height: 400px;
}

.popup-modal::-webkit-scrollbar-thumb,
.popup-modal::-webkit-scrollbar-thumb {
  background: #B4BFCC;
  border-radius: 5px;
}

.popup-modal::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 5px;
}

.popup-modal--active {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.popup-modal--tile {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: auto;
  width: 95%;
  padding: 0;
  max-height: 90vh;
}

.popup-modal--tile .popup-modal__top {
  padding: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDE6F0;
}

.popup-modal--tile .rmb-block {
  padding: 30px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 10px;
}

.popup-modal--tile .table {
  display: block;
  height: 505px;
  width: 100%;
  overflow: scroll;
  scrollbar-color: #B4BFCC;
  scrollbar-width: thin;
}

.popup-modal--tile .table .table-edge-right {
  right: 4px;
}

.popup-modal--tile .table-edge.table-edge-bottom {
  bottom: 20px;
}


.popup-modal--tile .table::-webkit-scrollbar-thumb,
.popup-modal--tile .table::-webkit-scrollbar-thumb {
  background: #B4BFCC;
  border-radius: 5px;
}

.popup-modal--tile .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 5px;
}

.popup-modal--tile .table td {
  text-align: center;
}

.popup-modal--tile .table tr td:nth-child(1),
.popup-modal--tile .table .heading {
  min-width: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2E3A4D;
}

.popup-modal--tile .table .heading {
  display: block;
  margin-top: 5px;
}

.popup-modal--tile .table .card-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #93B0D1;
  border-radius: 4px;
  transition: all 0.3s;
}

.popup-modal--tile .table .card-btn.selected {
  background: #ADC4DD;
  border: 1px solid #ADC4DD;
}

.popup-modal--tile .submit-block {
  padding: 40px;
  padding-top: 0;
  padding-left: 75px;
  max-width: 425px;
}

.popup-modal__close {
  cursor: pointer;
}

.popup-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.popup-modal__top--modal {
  margin-bottom: 15px;
}

.popup-modal__title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2E3A4D;
}

.popup-modal__input label {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #2E3A4D;
}

.popup-modal__input label:first-of-type {
  color: #828D99;
}

.popup-modal__input label:last-of-type {
  margin-bottom: 20px;
}

.popup-modal__input input {
  display: block;
  width: 100%;
  margin: 4px 0;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2E3A4D;
}

.popup-modal__input input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2E3A4D;
}

.popup-modal textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  font: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2E3A4D;
  height: 108px;
  padding: 12px;
  resize: none;
}

.popup-modal textarea::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2E3A4D;
}

.checkboxes-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  margin: 0 auto;
}

.one-check.check-item {
  margin: 10px auto;
  width: 100%;
}

.one-check.check-item span {
  background: #FFFFFF;
  border: 1px solid #9DA7B2;
  transition: all 0.3s;
}

.one-check.check-item label {
  color: #828D99;
  transition: all 0.3s;
}

.one-check input:checked+label {
  color: #2E3A4D;
}

.popup-modal .popup-modal__btn {
  width: 160px;
  margin: 0 auto;
  margin-top: 24px;
}

.popup-link {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #129AFF;
  text-decoration: none;
}

.edit-popup .popup-section--flex {
  padding: 0;
  align-items: flex-end;
}

.object-popup .popup-section--no-border,
.object-popup .popup-section--flex {
  border-bottom: none;
}

.edit-popup .popup-section--flex .input-wrapper {
  width: 48%;
  margin-bottom: 20px;
}

.object-popup .btn-blue--width {
  width: 50%;
}

.plans {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  border-radius: 8px;
}

.plans__item {
  display: flex;
  align-items: center;
}

.plans__link {
  display: block;
  width: 100%;
  padding: 16px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #2E3A4D;
  text-decoration: none;
  transition: color 0.3s;
}

.plans__item:nth-child(odd) .plans__link {
  background: #fff;
}

.plans__item:nth-child(even) .plans__link {
  background: #F7FBFC;
}

.plans__link:hover,
.plans__link:focus {
  color: #129AFF;
}

.plans-table {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  border-radius: 8px;
}

.plans-table__link {
  padding: 24px 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

.plans-table thead,
.plans-table tbody {
  display: block;
  width: 100%;
}

.plans-table thead tr {
  display: flex;
  width: 100%;
  padding: 26px 35px;
  border-bottom: 1px solid #DDE6F0;
}

.plans-table tbody tr {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 35px;
  padding-right: 45px;
}

.plans-table tbody tr:nth-child(odd) {
  background: #F7FBFC;
}

.plans-table tbody tr:nth-child(even) {
  background: #fff;
}

.plans-table td {
  width: 160px;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-right: 40px;
  color: #2E3A4D;
}

.plans-table thead td {
  font-weight: 600;
}

.table-col {
  display: none;
}

.plans-table td span {
  display: block;
  margin-bottom: 15px;
}

.plans-table .last-td {
  width: 320px;
  flex-grow: 1;
}

.plans-table td:first-child {
  width: 120px;
}

.plans-table tbody td:last-child {
  width: auto;
  margin-right: 0;
  margin-left: auto;
}

.plans-table__link span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2E3A4D;
}

.plans-table__link svg {
  margin-right: 16px;
  transition: all 0.3s;
}

.plans-table__link:hover svg {
  transform: translateX(-10px);
}

.plans-table__btn {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #129AFF;
  text-decoration: none;
  cursor: pointer;
}

.plans--corporations .plans__link {
  width: auto;
  display: inline-block;
  padding: 0;
}

.plans--corporations .plans__item {
  padding: 16px 30px;
  padding-right: 35px;
  justify-content: space-between;
}

.plans--corporations .plans__item:nth-child(odd) {
  background: #fff;
}

.plans--corporations .plans__item:nth-child(even) {
  background: #F7FBFC;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.popup-subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #2E3A4D;
}

.popup-time {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.popup-time span {
  display: block;
  width: 18px;
  margin-right: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #2E3A4D;
}

.popup-time .title {
  font-weight: 500;
  margin-right: 8px;
  font-size: 12px;
  line-height: 140%;
  color: #828D99;
}

.object-popup .popup-time input {
  text-align: center;
  width: 66px;
  padding: 12px;
  display: block;
  margin: 0;
  margin-right: 8px;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  font: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #2E3A4D;
}

.object-popup .popup-time input:focus {
  border-color: #2E3A4D;
  outline: 0;
}

.object-popup .popup-time input::placeholder {
  color: #9DA7B2;
}

.object-popup .input-wrapper--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feeds {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  border-radius: 8px;
}

.feed {
  padding: 24px 30px;
  border-bottom: 16px solid #F7FBFC;
}

.feed:last-child {
  border-bottom: none;
}

.feed__top,
.feed__bottom {
  display: flex;
  align-items: center;
}

.feed__title {
  margin: 0;
  margin-right: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #2E3A4D;
}

.feed__status {
  flex-shrink: 0;
  min-width: 170px;
}

.feed__date {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9DA7B2;
}

.feed__date span {
  margin-left: 8px;
}

.feed__settings {
  margin-left: auto;
}

.feed__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.feed__input {
  display: block;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  font: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2E3A4D;
  width: 100%;
}

.feed__input-btn {
  display: block;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  background: none;
  border: none;
}

.feed__input-wrap {
  position: relative;
  margin-right: 30px;
  width: 89%;
  max-width: 1580px;
}

.feed__btns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  display: flex;
  align-items: center;
  background: #fff;
}

.feed__input::placeholder {
  color: #9DA7B2;
}

.btn-toggle {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2E3A4D;
  outline: 0;
  flex-shrink: 0;
}

.btn-toggle__toggler {
  position: relative;
  display: block;
  margin-right: 8px;
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #9DA7B2;
  border-radius: 12px;
  transition: all 0.3s;
}

.btn-toggle__toggler::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #F3F5F8;
  border: 1px solid #9DA7B2;
  box-shadow: 0px 1px 1px rgba(169, 178, 190, 0.7);
  border-radius: 50%;
  transition: all 0.3s;
}

.btn-toggle--active .btn-toggle__toggler {
  border-color: #129AFF;
}

.btn-toggle--active {
  color: #129AFF;
}

.btn-toggle--active .btn-toggle__toggler::after {
  transform: translateX(75%);
  border-color: #129AFF;
  background: #129AFF;
}

.popup-object-wrap {
  position: relative;
}

.popup-modal--objects {
  padding: 0;
}

.popup-modal--objects .popup-modal__top {
  padding: 20px;
  border-bottom: 1px solid #DDE6F0;
}

.popup-modal--objects .checkboxes-wrap {
  margin: 0;
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #DDE6F0;
}

.popup-modal--objects .checkboxes-wrap .check-item {
  font-weight: 600;
}

.popup-modal--objects .checkboxes-wrap .check-group .check-item {
  font-weight: 500;
}

.popup-modal--objects .check-item {
  margin-bottom: 12px;
}

.popup-modal--objects .check-group {
  margin-left: 24px;
  margin-top: 16px;
}

.popup-modal .submit-block {
  margin-top: 0;
}

.popup-modal--tile .table .card-number {
  cursor: pointer;
}

.popup-objects-subtitle {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}

.popup-object-literal-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.popup-object-literal-wrap p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}

.popup-object-literal-wrap button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.popup-objects-item {
  margin: 16px 0;
  border-bottom: 1px solid #DDE6F0;
}

.popup-objects-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.popup-object-wrap .one-check {
  margin-bottom: 24px;
}

.popup-object-wrap .checkboxes-wrap>.one-check {
  margin-bottom: 0;
}

.one-check.check-item label {
  display: flex;
  align-items: flex-start;
}

.popup-section--padding {
  padding-bottom: 24px;
}

.import {
  margin-bottom: 20px;
}

.import .current-info {
  display: none;
}

.steps ul {
  display: flex;
}

.steps ul li {
  margin-right: 8px;
}

.steps ul li a {
  display: block;
  position: relative;
  padding-right: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #9DA7B2;
}

.steps ul li a::after {
  content: "";
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 10px;
  background-image: url("/local/components/itiso/shahmatki.lists/templates/.default/css/../images/arrow-steps.svg");
  background-repeat: no-repeat;
}

.steps ul li.current a {
  color: #129AFF;
}

.steps ul li.done a {
  color: #2E3A4D;
}

.steps>ul li.current a::after {
  background-image: url("/local/components/itiso/shahmatki.lists/templates/.default/css/../images/arrow-steps-active.svg");
}

.steps>ul li.done a::after {
  background-image: url("/local/components/itiso/shahmatki.lists/templates/.default/css/../images/arrow-steps-done.svg");
}

.step {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  border-radius: 8px;
}

.import h3 {
  display: none;
}

.steps {
  margin-bottom: 30px;
}

.step__part {
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDE6F0;
}

.step__part:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

.step__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2E3A4D;
}

.step__text {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}

.step__text a {
  border-bottom: 1px solid #129AFF;
  color: #129AFF;
  text-decoration: none;
}

.step__object {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.step__object .input-wrapper {
  width: 22%;
  margin-right: 30px;
  margin-bottom: 0;
  max-width: 320px;
}

.import .content {
  margin-bottom: 30px;
}

.import .actions li:first-child {
  display: none;
}

.step__file {
  align-items: baseline;
  display: none;
}

.main-page .add-block--file {
  margin-top: 0;
}

.step__file--visible {
  display: block;
}

.step__file p {
  margin: 0;
  margin-top: 4px;
  margin-right: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2E3A4D;
}

.step__file button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.actions li.disabled {
  opacity: 0.5;
}

.step .table {
  display: block;
  margin-top: 15px;
  margin-left: -40px;
  margin-right: -40px;
  position: relative;
}

.step .table__list {
  overflow: auto;
  max-height: 455px;
}

.step .table__list-row--top:nth-of-type(1) {
  background: #fff;
}

.table__list-row:nth-child(odd) {
  background: #fff;
}

.table__list-row:nth-child(even) {
  background: #FFFFFF;
}

.step .table__list-row--top .table__list-item span.table__select {
  color: #9DA7B2;
  font-weight: 500;
}

.step .table__list-row {
  position: relative;
}

.step .table__list-row--top {
  height: 64px;
}

.step .table__unvisible {
  display: none;
}

.step .select-wrapper {
  width: 100%;
}

.step .table .nice-select {
  border: none;
  width: 100%;
  box-sizing: border-box;
}

.step .table .nice-select .list {
  background: #fff;
  width: 155px;
}

.step .table .nice-select::after {
  right: 0;
}

.step .table__select,
.step .table__list-row--top .table__list-item span {
  font-weight: 500;
}

.step .table__list-item,
.table__list-item--width {
  position: relative;
  width: 105px;
  margin-right: 45px;
  flex-shrink: 0;
  padding-left: 18px;
  padding-right: 30px;
}

.step .table__list-item {
  width: 115px;
}

.step .table__list-row--top:nth-child(1) .table__list-item {
  padding-left: 0;
  padding-right: 0;
}

.step .arrow-bottom {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  transform: none;
}

.step .table-edge {
  right: 4px;
  z-index: 12;
}

.step:nth-of-type(2) .step__part:last-child {
  padding-bottom: 0;
}

.step__center {
  margin: 0 auto;
  max-width: 494px;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

.step__center .btn-whole {
  margin: 0 auto;
}

.progress-bar-field {
  display: block;
  max-width: 320px;
  margin: 35px auto;
  height: 8px;
  position: relative;
  background: #99D3FF;
  border-radius: 4px;
}

.progress-bar-field span {
  display: block;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@keyframes move {
  0% {
    background-position: left;
  }

  50% {
    background-position: center;
  }

  100% {
    background-position: right;
  }
}


.progress-bar-field span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-34deg, #129AFF 35%, transparent 0, #39090900 50%, #129AFF, #129AFF 75%, #4f350000 0, transparent);
  z-index: 1;
  background-size: 20px 20px;
  -webkit-animation: move 15s linear infinite;
  animation: move 15s linear infinite;
  border-radius: 20px;
  overflow: hidden;
}

.crm {
  margin-top: 10px;
  padding-bottom: 40px;
}

.crm .table-heading .rmb-li {
  padding-bottom: 18px;
}

.crm .rmb-inside {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  border-radius: 8px;
}

.crm .rmb-block {
  padding: 20px 40px;
  padding-bottom: 0;
  margin-bottom: 35px;
}

.crm__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}

.crm__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.crm__list li {
  display: flex;
  padding: 20px 66px;
  width: 32%;
  max-width: 560px;
  margin-right: 40px;
  margin-bottom: 40px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border: 1px solid #E1E9F1;
  border-radius: 8px;
}

.crm__list li:nth-child(3n) {
  margin-right: 0;
}

.crm__sub {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}

.crm__col > .one-check label {
  cursor:unset;
}

.crm__col > .one-check label span::after {
  display: none;
}

.crm__col .checkboxes-wrap,
.crm__col .check-item {
  width: auto;
  margin: 0;
  margin-bottom: 10px;
}

.crm__col .checkboxes-wrap:last-child,
.crm__col .check-item:last-child {
  margin-bottom: 0;
}

.crm .btn-blue {
  width: 100%;
  max-width: 160px;
}

.crm .btn-blue.disabled {
  opacity: 0.5;
}

.crm__field {
  width: 100%;
  padding-bottom: 25px;
}

.crm__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.crm__row {
  margin-top: 8px;
}

.crm__row .crm__sub {
  min-width: 240px;
  display: block;
  margin-right: 40px;
  margin-bottom: 0;
}

.crm__item:first-of-type .crm__sub {
  margin-bottom: 10px;
}

.crm__item .input-wrapper {
  margin-bottom: 0;
  width: 100%;
  max-width: 330px;
}

.crm__item .input-wrapper .nice-select {
  padding: 0;
  border: none;
  height: 24px;
  line-height: 24px;
}

.crm__item .input-wrapper .select-wrapper {
  height: 24px;
}

.table__list-row--open {
  cursor: pointer;
}

@media (min-width: 1900px) {
  .container {
    max-width: 1870px;
  }
}

.zk-filter form .filter-item {
  margin-bottom: 10px;
}

@media (max-width: 1899px) {
  .container {
    max-width: 1560px;
  }

  .main-card {
    width: 23%;
  }

  .zk-filter form .filter-item {
    margin-right: 25px;
  }

  .crm__list li {
    width: 31%;
    padding: 20px 35px;
  }
}

@media (max-width: 1559px) {
  .container {
    max-width: 1360px;
  }

  .main-card {
    width: 22.7%;
  }

  .zk-filter form .filter-item {
    margin-right: 15px;
  }

  /*.zk-filter form .input-block input {*/
  /*  width: 40px;*/
  /*}*/

  .one-check {
    margin-bottom: 15px;
  }
}


@media (max-width: 1359px) {
  .container {
    max-width: 1160px;
  }

  .main-card {
    width: 23.6%;
    margin-right: 20px;
  }

  .zk-filter form .filter-item {
    margin-bottom: 15px;
  }

  .table__list-row,
  .table-wrapper .table-inside .table-heading,
  .zk-filter form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .import .table__list-row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .step .arrow-bottom {
    margin-left: 15px;
  }

  /*.table__list-item {*/
  /*  margin-right: 15px;*/
  /*  !*max-width: 130px;*!*/
  /*  max-width: 95px;*/
  /*}*/

  /*.table__list-item:last-child {*/
  /*  margin-right: 0;*/
  /*}*/

  .crm__list li {
    width: 48%;
  }

  .crm__list li:nth-child(3n) {
    margin-right: 40px;
  }

  .crm__list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1159px) {
  .container {
    max-width: 860px;
  }

  .main-card {
    width: 31.7%;
  }

  .main-card:nth-child(3n) {
    margin-right: 0;
  }

  .main-card:nth-child(4n) {
    margin-right: 20px;
  }

  .table__list-row--top .table__list-item span,
  .table__list-item span,
  .one-check label {
    font-size: 11px;
  }

  /*.table__list-item {*/
  /*  margin-right: 10px;*/
  /*  !*max-width: 90px;*!*/
  /*  max-width: 70px;*/
  /*}*/

  .crm__list li {
    width: 48.6%;
    margin-right: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .crm__list li:nth-child(3n) {
    margin-right: 20px;
  }

  .crm__list li:nth-child(2n) {
    margin-right: 0;
  }

  .crm .rmb-block {
    margin-bottom: 24px;
  }
}

@media (max-width: 859px) {

  .table-heading .rmb-nav {
    justify-content: space-between;
  }

  .container {
    padding: 0 35px;
  }

  .main-card {
    width: 48.4%;
    margin-bottom: 15px;
  }

  .main-card:nth-child(2n) {
    margin-right: 0;
  }

  .main-card:nth-child(3n) {
    margin-right: 15px;
  }

  .main-card:nth-child(4n) {
    margin-right: 0;
  }

  .main-card:last-child {
    margin-right: 0;
  }

  .filter-mob {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDE6F0;
  }

  .zk-filter .filter-wrapper {
    background: none;
    box-shadow: none;
    margin-top: 20px;
  }

  .filter-mob-left {
    display: flex;
    align-items: center;
  }

  .filter-mob-left svg {
    margin-right: 15px;
  }

  .filter-mob-left span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2E3A4D;
  }

  .filter-mob-right button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }

  .filter-cross {
    display: none;
  }

  .zk-filter .container {
    padding: 0;
  }

  .zk-filter h1 {
    margin-top: 30px;
    margin-bottom: 7px;
  }

  .zk-filter h2 {
    margin-top: 7px;
    margin-bottom: 20px;
  }

  /*.zk-filter .container>h1,*/
  /*.zk-filter .container>h2,*/
  /*.zk-filter .container>p {*/
  /*  padding: 0 20px;*/
  /*}*/

  .zk-filter .container>div>h1,
  .zk-filter .container>div>h2,
  .zk-filter .container>div>p {
    padding: 0 20px;
  }

  .table-wrapper table .card {
    width: 200px;
  }

  .zk-filter form {
    position: relative;
    padding: 0;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  }

  .zk-filter form .filter-row {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .zk-filter form.active .filter-row {
    display: block;
  }

  .zk-filter form.active .filter-cross {
    display: block;
  }

  .zk-filter form.active .filter-arrow {
    display: none;
  }

  .zk-filter .filter-results {
    margin-top: 0;
    padding: 20px;
  }

  .table__list-row--top .table__list-item span,
  .table__list-item span,
  .one-check label {
    font-size: 14px;
    line-height: 17px;
  }

  .zk-filter .check-filter {
    margin-top: 25px;
  }

  .one-check {
    margin-right: 20px;
    width: 150px;
    margin-bottom: 26px;
  }

  .one-check:nth-child(2n) {
    margin-right: 0;
  }

  .zk-filter .filter-results button {
    position: absolute;
    top: 20px;
    right: 45px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .zk-filter form .filter-item,
  .zk-filter form .select-wrapper {
    margin-right: 0;
    width: 100% !important;
  }

  .zk-filter form .filter-item {
    margin: 24px 0;
  }

  .zk-filter form .nice-select {
    margin-bottom: 24px;
  }

  .zk-filter .rooms-block label,
  .zk-filter .price-block input,
  .zk-filter .desc-el input {
    flex-grow: 1;
  }

  .table-wrapper .container {
    padding: 0;
  }

  .table__list-row,
  .table-wrapper .table-inside .table-heading,
  .zk-filter form {
    padding: 0;
  }

  .table-heading-left {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #DDE6F0;
  }

  .table-heading-left::before,
  .table-heading-left::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }

  .table-heading-left::before {
    left: 0;
  }

  .table-heading-left::after {
    right: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }

  .rmb-nav {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .crm .rmb-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .crm .table-heading-left::before {
    display: none;
  }

  .table-wrapper .table-inside .table-heading .select-type-table {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    width: 100%;
  }

  .table-wrapper .table-inside .table-heading .select-type-table .table-settings {
    margin-right: auto;
  }

  .table-edge {
    width: 30px;
  }

  .table-edge.table-edge-bottom {
    height: 50px;
  }

  .table.tile .table-edge-left {
    left: 38px;
    /*left: 0px;*/
  }

  .table.tile-plus .table-edge-left {
    left: 65px;
  }

  .table-wrapper .table.tile tr td.col-first {
    display: none;
  }

  .table-wrapper .table.tile tr td:nth-child(1) {
    width: 38px;
    height: 42px;
    min-width: 38px;
    line-height: 38px;
    padding-top: 0;
    margin-right: 0;
  }

  .table-wrapper .table tr:first-of-type {
    display: none;
  }

  .table-wrapper .table-inside .table {
    padding-top: 15px;
  }

  /*.table__list-item {*/
  /*  display: none;*/
  /*}*/

  .table__list-item:first-of-type,
  .table__list-item:nth-of-type(2),
  .table__list-item:nth-of-type(3),
  .table__list-item:nth-of-type(4),
  .table__list-item-btn {
    display: flex;
  }

  .hidden-text {
    display: none;
  }

  .table__list-row--top .table__list-item span {
    font-size: 14px;
    line-height: 17px;

  }

  .table__list-row {
    justify-content: space-between;
  }

  /*.table__list-row--open {*/
  /*  flex-wrap: wrap;*/
  /*  position: relative;*/
  /*  justify-content: space-between;*/
  /*}*/

  .table__mob-info {
    width: 100%;
  }

  .table__mob-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDE6F0;
  }

  .table-wrapper .table .table__mob-row:first-of-type {
    display: flex;
  }

  .table-wrapper .table__mob-row .table__mob-info-item:nth-child(1),
  .table-wrapper .table__mob-row .table__mob-info-count:nth-child(1) {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #2E3A4D;
    background: none;
  }

  .table__mob-info .table__mob-info-item,
  .table__mob-info .table__mob-info-count {
    padding: 13px 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #2E3A4D;
    position: relative;
  }

  .table__list-item:nth-of-type(4) {
    justify-content: flex-end;
    padding-right: 0;
    margin-right: 50px;
  }

  .table__list-item .characteristics_block {
    right: -11px;
    top: 1px;
  }

  .table__list-btn {
    /*display: block;*/
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    outline: 0;
    z-index: 10;
  }

  .table__pagination {
    left: 0;
  }

  .table__list-btn svg {
    transition: all 0.3s;
  }

  .table__list-btn.active svg {
    transform: rotate(180deg);
  }

  .table__mob-info {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }

  .table__list-item--width,
  .table__list-item {
    /*width: auto;*/
    /*flex-grow: 0;*/
  }

  .table-wrapper {
    padding-bottom: 20px;
  }

  .table__mob-info .table__mob-info-item {
    padding-left: 20px;
  }

  .table__mob-info .table__mob-info-count {
    padding-right: 20px;
  }

  .table__mob-info .one-check {
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }

  .table__list-arrows {
    margin-left: 10px;
  }

  .table__list-item--width:first-of-type,
  .table__list-item:first-of-type {
    padding-left: 20px;
  }

  .table__list-item--width:last-of-type,
  .table__list-item:last-of-type {
    padding-right: 20px;
  }

  .table__list-row--active .table__mob-info {
    max-height: 300px;
    overflow: visible;
  }

  .pagination {
    margin: 24px auto;
    width: 100%;
    justify-content: center;
    margin-top: 0;
    min-height: 60px;
  }

  .table.list {
    overflow: hidden;
    overflow-y: auto;
  }

  .pagination li {
    margin-right: 20px;
  }

  .pagination li:last-child {
    margin-right: 0;
  }

  .table-wrapper .table-inside .table {
    padding-bottom: 15px;
  }

  .table-edge svg {
    display: none;
  }

  .popup-modal--tile .table {
    padding-top: 20px;
  }

  .popup-modal--tile .table tbody tr:first-child {
    display: none;
  }

  .popup-modal--tile .submit-block {
    padding-left: 40px;
  }

  .popup-modal--tile {
    top: 0;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    max-height: none;
  }

  .popup-modal--tile .popup-modal__top {
    padding: 24px 20px;
  }

  .popup-modal--tile .rmb-block {
    overflow: auto;
  }

  .step .table__list {
    max-height: 445px;
  }

  .step .table.list {
    overflow: auto;
  }

  .import .table__list-item {
    display: flex;
  }

  .step .table-edge {
    right: 5px;
  }

  .step .table .nice-select {
    width: 115px;
  }

  .crm__list li {
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
    max-width: none;
  }

  .crm__list li:nth-child(3n) {
    margin-right: 0;
  }

  .crm__col {
    width: 100%;
  }

  .crm__item:first-of-type {
    display: none;
  }
}

@media (max-width: 695px) {

  .main-card .main-card-status {
    margin-bottom: 13px;
  }

  .container {
    padding: 0 20px;
  }

  .main-card {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .main-card br {
    display: block;
  }

  .main-card:nth-child(3n) {
    margin-right: 0;
  }

  .main-nav ul li {
    margin-right: 20px;
  }

  .main-nav ul {
    overflow-x: scroll;
  }

  .main-nav ul li:last-child {
    margin: 0;
  }

  .main-nav ul li a {
    padding: 15px 0;
  }

  .main-page .heading-block {
    padding-top: 10px;
  }

  .main-card-top,
  .main-card-bottom {
    padding: 24px 20px;
    padding-bottom: 0;
  }

  .main-card-bottom {
    padding-top: 16px;
  }

  .main-page .info-block {
    padding: 24px 20px;
  }

  .main-page .info-block .free-floats span {
    margin: 0;
  }

  .main-page .info-block .free-floats {
    line-height: 24px;
  }

  .main-card-top .location {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .main-page .heading-block h2 {
    margin-bottom: 10px;
  }

  .main-card-top .title {
    align-items: center;
  }

  /*.table__list-item--width,*/
  /*.table__list-item {*/
  /*  width: 65px;*/
  /*  flex-shrink: 0;*/
  /*  justify-content: flex-start;*/
  /*}*/

  .opject-popup {
    width: 100%;
  }

  .plans-table thead tr:nth-child(2) {
    display: none;
  }

  .plans-table thead tr {
    padding: 14px 27px;
    padding-bottom: 23px;
  }

  .table-col {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2E3A4D;
  }

  .main-page--plans .container {
    padding: 0;
  }

  .main-page--plans .heading-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plans__link {
    padding: 16px 20px;
  }

  .plans-table {
    margin-bottom: 0;
  }

  .plans-table tr {
    flex-wrap: wrap;
    position: relative;
  }

  .plans-table__btn {
    margin-top: 20px;
  }

  .plans-table tbody tr {
    padding: 20px;
    padding-bottom: 25px;
  }

  .plans-table tbody td:last-child {
    position: absolute;
    right: 25px;
    top: 26px;
    order: -1;
    margin-left: 0;
  }

  .plans-table tbody td:first-child {
    order: -1;
  }

  .plans-table td:first-child {
    width: 140px;
  }

  .plans-table td {
    flex-shrink: 0;
    margin-right: 0;
  }

  .plans-table .last-td {
    width: 100%;
    max-width: 88%;
  }

  .feed__title {
    margin-bottom: 8px;
  }

  .feed__top,
  .feed__bottom {
    flex-wrap: wrap;
  }

  .feed__text {
    max-width: 320px;
  }

  .feed__date {
    width: 100%;
    order: 1;
  }

  .feed__input-wrap {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }

  .popup-modal--objects {
    width: 100%;
  }

  .steps ul {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }

  .steps ul li a::after {
    display: none;
  }

  .steps ul li {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .steps ul li:last-child {
    margin-bottom: 0;
  }

  .step__object {
    flex-wrap: wrap;
  }

  .step__object .input-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: none;
  }

  .step__part {
    padding: 20px;
  }

  .import .actions {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }

  .import .actions a {
    width: 100%;
    max-width: none;
  }

  .crm .table-heading {
    padding-left: 0;
  }

  .crm .table-heading .rmb-li {
    padding-bottom: 20px;
    padding-top: 23px;
  }

  .crm .rmb-block {
    padding: 16px 20px;
    padding-bottom: 0;
  }

  .crm__bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .crm__bottom .btn-blue {
    width: 100%;
    max-width: none;
  }

  .crm .rmb-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .crm__item {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #DDE6F0;
  }

  .crm__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .crm__item .select-block {
    margin: 16px 0;
  }

  .crm__field {
    padding-bottom: 0;
  }

  .step:nth-of-type(2) .step__part:last-child {
    overflow: hidden;
  }

  .object-popup {
    max-width: 100%;
  }

  .step .table-edge {
    right: 15px;
  }

  .step span.current {
    height: 42px;
    display: inline-block
  }
}

@media (max-width: 375px) {

  .object-popup .btn-blue,
  .opject-popup .btn-whole {
    width: 100%;
    flex-shrink: 1;
  }

  /*.table__list-item:nth-of-type(4) {*/
  /*  margin-right: 25px;*/
  /*}*/

  .pagination li {
    margin-right: 10px;
  }

  .popup-modal--tile .submit-block {
    padding: 10px 5px;
  }
}

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

.fav {
  padding: 40px 0;
}

.fav__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fav h1 {
  margin: 0;
}

.fav p {
  margin: 0;
}

.fav__wrapper {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin: 20px 0 0;
}
.fav__filter {
  display: grid;
  grid-template-columns: 20px 2fr 2fr 3fr 2fr 2fr 2fr 2fr 2fr 20px;
  gap: 20px;
  padding: 24px 40px;
}

.fav__filter p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
  text-decoration: none;
}

.fav__filter a {
  text-decoration: none;
}

.fav__filter_item {
  display: grid;
  grid-template-columns: auto 8px;
  gap: 16px;
  align-items: center;
  justify-content: start;
}

.fav__filter_item::after {
  content: '';
  display: block;
  width: 8px;
  height: 13px;
  background: url('/local/components/itiso/shahmatki.lists/templates/.default/css/../images/filter_arrows.svg') center no-repeat;
}

.fav__filter_check label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #93B0D1;
  border-radius: 5px;
}
.fav__filter_check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  margin: 0;
}
.fav__filter_check span {
  width: 12px;
  height: 12px;
  background: #129AFF;
  border-radius: 2px;
  opacity: 0;
  transition: all .3s;
}
.fav__filter_check input:checked+span {
  opacity: 1;
}

.fav__row {
  display: grid;
  grid-template-columns: 20px 2fr 2fr 3fr 2fr 2fr 2fr 2fr 2fr 20px;
  gap: 20px;
  padding: 24px 40px;
}
.fav__row:nth-child(even) {
  background: #F7FBFC;
}
.fav__row p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}
.fav__move {
  margin: 20px 0 0;
}
.fav__pag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fav__pag_prev {
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2E3A4D;
  text-decoration: none;
}
.fav__pag_prev svg {
  margin: 0 8px 0 0;
}
.fav__pag_next {
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  color: #2E3A4D;
  text-decoration: none;
}
.fav__pag_next svg {
  margin: 0 0 0 8px;
}
.fav__pag a.des {
  color: #9DA7B2;
}
.fav__pag ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fav__pag li {
  margin: 0 10px 0 0;
  min-width: 24px;
  display: flex;
  justify-content: center;
}
.fav__pag li:last-child {
  margin: 0;
}
.fav__pag ul a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2E3A4D;
  transition: all .3s;
  text-decoration: none;
}
.fav__pag ul a:hover {
  color: #129AFF;
}
.fav__pag ul a.active {
  color: #129AFF
}
.fav__pag ul li {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2E3A4D;
}
.fav__del {
  display: none;
}
.fav__move .fav__btn {
  display: none;
}
.fav__row_arrow {
  display: none;
}
.fav__row_open {
  display: none;
}

@media (max-width: 1359px) {
  .fav__filter_item:nth-child(5),
  .fav__filter_item:nth-child(6),
  .fav__filter_item:nth-child(7),
  .fav__filter_item:nth-child(8),
  .fav__filter_item:nth-child(9) {
    display: none;
  }
  .fav__filter_item span {
    display: none;
  }
  .fav__filter {
    grid-template-columns: 20px 1fr 1fr 1fr 11px;
  }
  .fav__row p:nth-child(5),
  .fav__row p:nth-child(6),
  .fav__row p:nth-child(7),
  .fav__row p:nth-child(8),
  .fav__row p:nth-child(9) {
    display: none;
  }
  .fav__row {
    grid-template-columns: 20px 1fr 1fr 1fr 11px;
  }
  .fav__row_close {
    display: none;
  }
  .fav__row_arrow {
    cursor: pointer;
    transition: all .3s;
    display: block;
  }
  .fav__row_arrow img {
    width: 100%;
  }
  .fav__row_open {
    grid-column: 1/6;
    display: none;
  }
  .fav__row_open li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #DDE6F0;
  }
  .fav__row_open li:last-child {
    padding: 15px 0 0;
  }
  .fav__row_open p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2E3A4D;
  }
  .fav__row_active .fav__row_open {
    display: block;
  }
  .fav__row_active .fav__row_arrow {
    transform: rotate(180deg);
  }
  .fav__del {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
  }
  .fav__del img {
    width: 20px;
    margin: 0 8px 0 0;
  }
  .fav__del p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9DA7B2;
    text-decoration: none;
  }
  .fav__pag {
    margin: 23px 0 0;
  }
}

@media (max-width: 530px) {
  .fav__filter,
  .fav__row {
    padding: 14px 20px;
    gap: 10px;
    grid-template-columns: 20px 3fr 2fr 3fr 11px;
  }
  .fav__filter_item {
    gap: 6px
  }
  .fav__filter_item:nth-child(3) {
    justify-content: center;
  }
  .fav__filter_item:nth-child(4) {
    justify-content: end;
  }
  .fav__wrapper {
    margin: 22px -20px 0;
    width: calc(100% + 40px);
    border-radius: 0;
  }
  .fav__row p:nth-child(3) {
    text-align: center;
  }
  .fav__row p:nth-child(4) {
    text-align: right;
  }
  .fav__title .fav__btn {
    display: none;
  }
  .fav__del {
    margin: 20px 0 0;
    justify-content: center;
  }
  .fav__move .fav__btn {
    max-width: 100%;
  }
  .fav__pag {
    justify-content: center;
  }
  .fav__pag ul li:nth-child(3),
  .fav__pag ul li:nth-child(5) {
    display: none;
  }
  .fav__move .fav__btn {
    display: block;
  }
}

.fav-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
  padding: 10px;
}
.fav-modal__active {
  display: flex;
}
.fav-modal__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.25);
}
.fav-modal__wrapper {
  width: 100%;
  max-width: 360px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 20px;
}
.fav-modal h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
}
.fav-modal p {
  margin: 0;
}
.fav-modal h3+p{
  margin: 10px 0 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #9DA7B2;
  padding: 0 0 10px;
}
.fav-modal h3+p span {
  color: #129AFF;
}
.fav-modal label {
  display: block;
  margin: 10px 0 0;
}
.fav-modal label p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #2E3A4D;
}
.fav-modal .select-wrapper {
  height: 44px;
  margin-top: 8px;
  width: 100%;
}
.fav-modal .nice-select {
  width: 100%;
  padding: 0 10px;
}
.fav-modal .nice-select .current {
  color: #2E3A4D;
}
.fav-modal input {
  margin: 8px 0 0;
  width: 100%;
  padding: 0 10px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
  transition: all .3s;
  outline: none;
}
.fav-modal input::placeholder {
  color: #9DA7B2;
}
.fav-modal input:focus {
  border-color: #999;
}
.fav-modal label+p {
  margin: 10px 0 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  color: #9DA7B2;
}
.fav-modal__btn {
  width: 100%;
  max-width: 100%;
  margin: 20px 0 0;
}
.fav-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.fav-suc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
  padding: 10px;
}
.fav-suc__active {
  display: flex;
}
.fav-suc__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.25);
}
.fav-suc__wrapper {
  width: 100%;
  max-width: 360px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 40px;
}
.fav-suc h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin: 20px 0 0;
  text-align: center;
}
.fav-suc h3 span {
  color: #129AFF;
}
.fav-suc__img {
  display: block;
  margin: 0 auto;
}
.fav-suc__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  height: 610px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: rgba(0, 0, 0, 0.95);*/
  backdrop-filter: blur(5px);
  z-index: 99999999;
}
.popup-img__close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.popup-img__close::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 25px;
  height: 2px;
  background: #f3052c;
  transform: rotate(45deg);
}
.popup-img__close::after{
  content: "";
  position: absolute;
  top: 10px;
  width: 25px;
  height: 2px;
  background: #f3052c;
  transform: rotate(-45deg);
}

.popup-img__wrap {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 550px;
}

.popup-img img {
  max-height: 590px;
  /*max-width: 90vw !important;*/
  /*max-height: 90vh !important;*/
}

.object-img_zoom {
  cursor: pointer;
}

.mark_wrapper {
  position: absolute;
  /*width: 100%;*/
  height: 50%;
  z-index: 10;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 5px 0px;
}

.mark__item {
  background: red;
  color: white;
  font-size: 10px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3px 9px;
  height: 36px;
  border-radius: 0px 9px 9px 0px;
}

.mark__item_title {
  font-weight: 600;
  font-size: 12px;
}

.table__list-arrows.table__list-arrows__up .arrow-top path{
    fill: #2E3A4D;
}

.table__list-arrows.table__list-arrows__up .arrow-bottom{
    display: none;
}

.table__list-arrows.table__list-arrows__down .arrow-bottom path{
  fill: #2E3A4D;
}

.table__list-arrows.table__list-arrows__down .arrow-top{
  display: none;
}

.popup-table thead.price_original {
  background: white;
}

.popup-table thead.price_original td {
  color: black;
}

.popup-table thead.price_discount td .price_discount__title {
  font-size: 9px;
  line-height: 9px;
  font-weight: 400;
}
.popup-table thead.price_discount td .price_discount__economy__title{
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
.popup-table thead.price_discount td .price_discount__economy{
  font-size: 14px;
  line-height: 14px;
}
.popup-table thead.price_discount td{
  width: 50%;
}
.popup-table thead.price_discount i{
  font-style: normal;
}
.popup-table thead.price_discount td:nth-child(2){
  display: flex;
  justify-content: end;
  align-items: center;
}

.popup-table thead.price_discount td .price_discount__value {
  font-size: 24px;
  line-height: 29px;
}

.popup-table thead.price_discount tr{
  display: flex;
  align-items: center;
}

.price_discount__economy_container {
  display: inline-block;
}

.sale_mark,
.installment_mark{
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
/*  right: -30px;*/
  right: -10px;
  background-image: url("/local/components/itiso/shahmatki.lists/templates/.default/css/../images/icon_sale.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.installment_mark {
  background-image: url("/local/components/itiso/shahmatki.lists/templates/.default/css/../images/icon_installment.svg");
}

.table__list-item span .sale_mark,
.table__list-item span .installment_mark {
  width: 15px;
  height: 15px;
  top: 0px;
  right: 5px;
}

.card-number .sale_mark,
.card-number .installment_mark {
  width: 12px;
  height: 12px;
  top: 1px;
  right: 1px;
}

.table__mob-info .table__mob-info-count .sale_mark,
.table__mob-info .table__mob-info-count .installment_mark {
  width: 15px;
  height: 15px;
  top: 13px;
  right: 4px;
}

.title a {
  text-decoration: none;
  color: #2E3A4D;
}
.droplist-popup__item a{
  text-decoration: none;
  color: #2E3A4D;
  line-height: 20px;
}

.title a:hover {
  color: #f3052c;
  cursor: pointer;
}
.droplist-popup__item a:hover {
  color: #f3052c;
  cursor: pointer;
}

.main-page .drop-block .droplist-popup__item:hover {
  color: #f3052c;
  cursor: pointer;
}

.main-nav ul li.active a{
  color: #f3052c;
}

.main-nav ul li a:after{
  background: #f3052c;
}

.main-nav ul li a:hover {
  color: #f3052c;
}

.btn-whole {
  color: #f3052c;
}
.btn-blue, .actions a {
  background: #f3052c;
  -webkit-box-shadow: 0px 4px 16px rgb(230 16 87 / 30%);
  box-shadow: 0px 4px 16px rgb(230 16 87 / 30%);
}

.main-card-top .edit-obj:hover path, .table-settings:hover svg path{
  fill: #f3052c;
}

.main-page .drop-block svg:hover path{
  fill: #f3052c;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
  color: #f3052c;
}

.zk-filter .filter-results span, .zk-filter .filter-results button{
  color: #f3052c;
}

.table-heading .rmb-li.active {
  color: #f3052c;
}

.rmb-nav li:before{
  background: #f3052c;
}

.popup-table thead {
  background: #f3052c;
}

.popup-btns__star:hover svg path {
  fill: #f3052c;
}

.popup-btns button:not(:first-child):hover svg path, .popup-btns button:not(:first-child):focus svg path {
  fill: #f3052c !important;
}

.comments__more {
  color: #f3052c;
}

.comment__author a {
  color: #f3052c !important;
  text-decoration: none;
}

.comments__more svg path {
  fill: #f3052c !important;
}

.popup-btns__star.active svg path {
  fill: #f3052c;
}

.fav__filter_check span {
  background: #f3052c;
}

.fav-modal h3+p span{
  color: #f3052c;
}

.fav-suc h3 span {
  color: #f3052c;
}

.plans__link:hover, .plans__link:focus {
  color: #f3052c;
}

.plans-table__btn {
  color: #f3052c;
}

.step__text a{
  border-bottom: 1px solid #f3052c;
  color: #f3052c;
  text-decoration: none;
}

.fav__btn:disabled {
  background: rgba(211, 0, 38, 0.5);
  cursor: default;
}

.tile .table-edge-left{
  /*left: 0;*/
}

.check-filter{
  margin-top: 10px !important;
}

.check-filter .one-check{
  margin-bottom: 0 !important;
}

.price-block .icon-input{
  color: #9DA7B2;
}

div.container:not(.agent_wrapper .container) {
  max-width: 100% !important;
}

.rights__item_tr:nth-child(even) {
  background: #F7FBFC;
}

.tile-plus .table-edge-left,
.tile-plus .table-edge-right {
  opacity: 0;
}

/*.tile-plus .table-edge-left:hover,*/
/*.tile-plus .table-edge-right:hover {*/
/*    opacity: 1;*/
/*}*/

.main-card-top .edit-obj {
  min-width: 16px;
}

.deal-search-result {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.deal-search-result__item {
  border: 1px solid #DDE6F0;
  background: #fff;
  width: 100%;
  border-radius: 8px;
  font-weight: 500;
  padding: 6px 12px;
  margin-top: 6px;
  cursor: pointer;
}

.deal-search-result__item:hover,
.deal-search-result__item.active{
  background: #f2f9e4;
  border: 1px solid #c1e379;
}

.deal-search-result__item p{
  margin: 2px 0;
}

.deal-search-result__item-title {
  font-size: 14px;
}

.deal-search-result__item-id {
  font-size: 10px;
}
.table-heading .rmb-nav {
  flex-wrap: wrap;
}
@media(max-width: 859px) {
  .table-heading .rmb-li {
    margin-right: 10px;
    padding-left: 3px;
    padding-right:3px;
    padding-bottom: 5px;
    padding-top: 10px;
  }
}
.table-heading {
  position: relative;
  z-index: 11;
}
.table-heading .select-type-table {
  /*width: 100%;*/
  justify-content: flex-end
}
.object-popup {
  z-index: 20;
}

.main-card .tooltip {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: -45px;
  background-color: white;
  padding: 2px 0 0 0;
  border-radius: 4px;
}

.tooltip .tooltip-body {
  position: absolute;
  padding-left: 10px;
  padding-right: 9px;
  height: 42px;
  background: #FDFEFF;
  border-radius: 5px;
  z-index: 10;
  padding-top: 10px;
  top: -68px;
  left: 0;
  white-space: nowrap;
  display: none;
  border: 1px solid #E5E5E5;
}

/*.tooltip:hover .tooltip-body {*/
/*  display: block;*/
/*}*/

.select-type-table .tooltip {
  cursor: pointer;
  position: relative;
}

.select-type-table .tooltip .tooltip-body {
  top: -46px;
  left: -68px;
}

.main-card-bottom {
  position: relative;
}

.ninter {
  min-height: 68vh;
}

.ninter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.ninter__item {
  padding-left: 4px;
  padding-right: 4px;
  width: 16.6666%;
  margin-top: 20px;
}

.ninter__label {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: #2E3A4D;
}

.ninter__input {
  font-family: 'Montserrat', sans-serif;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  padding-left: 12px;
  height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}

.ninter__input:disabled {
  color: #2E3A4D;
}

.ninter__input::-webkit-input-placeholder {
  color: #9DA7B2;
  font-weight: 400;
}

.ninter__input:-ms-input-placeholder {
  color: #9DA7B2;
  font-weight: 400;
}

.ninter__input::-ms-input-placeholder {
  color: #9DA7B2;
  font-weight: 400;
}

.ninter__input::placeholder {
  color: #9DA7B2;
  font-weight: 400;
}

.ninter__text {
  font-family: 'Montserrat', sans-serif;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  padding-left: 12px;
  height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2E3A4D;
}

.ninter__text:disabled {
  color: #2E3A4D;
}

.ninter__text::-webkit-input-placeholder {
  color: #9DA7B2;
  font-weight: 400;
}

.ninter__text:-ms-input-placeholder {
  color: #9DA7B2;
  font-weight: 400;
}

.ninter__text::-ms-input-placeholder {
  color: #9DA7B2;
  font-weight: 400;
}

.ninter__text::placeholder {
  color: #9DA7B2;
  font-weight: 400;
}

.ninter__text-wrapper {
  position: relative;
}

.ninter__text-wrapper_data .datepicker {
  width: 100%;
}

.ninter__text-wrapper_data label {
  position: absolute;
  left: 12px;
  top: 15px;
}

.ninter__text-wrapper_data input {
  padding-left: 38px;
}

.ninter__text-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ninter__text-item {
  margin-right: 12px;
  position: relative;
}

.ninter__text-item::after {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #E0E0E0;
  content: '/';
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  position: absolute;
}

.ninter__text-item:last-child {
  margin-right: 0;
}

.ninter__text-item:last-child::after {
  display: none;
}

.ninter__text-item input {
  display: none;
}

.ninter__text-item input:checked + label {
  color: #129AFF;
}

.ninter__text-item label {
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  line-height: 100%;
  color: #9DA7B2;
}

.ninter__drop {
  position: relative;
}

.ninter__drop i {
  position: absolute;
  right: 12px;
  top: 17px;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.ninter__drop input {
  cursor: pointer;
}

.ninter__drop.open .ninter__checks-list {
  opacity: 1;
  left: 0;
}

.ninter__drop.open i {
  -webkit-transform: rotate(180deg) translateY(10%);
  transform: rotate(180deg) translateY(10%);
}

.ninter__checks {
  position: relative;
}

.ninter__checks-list {
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 2;
  position: absolute;
  top: calc(100% + 5px);
  left: -10000vw;
  opacity: 0;
  max-height: 348px;
  overflow: auto;
  padding-left: 12px;
  padding-right: 12px;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  -webkit-box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
  border-radius: 8px;
  width: 100%;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.ninter__checks-list::-webkit-scrollbar {
  width: 3px;
  /* ширина scrollbar */
}

.ninter__checks-list::-webkit-scrollbar-track {
  background: #fff;
  /* цвет дорожки */
}

.ninter__checks-list::-webkit-scrollbar-thumb {
  background-color: #129AFF;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 1px solid #fff;
  /* padding вокруг плашки */
}

.ninter__checks-check {
  margin-bottom: 20px;
}

.ninter__checks-check:last-child {
  margin-bottom: 0;
}

.ninter__radio-item {
  margin-bottom: 20px;
}

.ninter__radio-item:nth-child(1) {
  margin-top: 8px;
}

.ninter__radio-item:last-child {
  margin-bottom: 8px;
}

.ninter__select {
  float: none;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  height: 48px;
  padding-left: 12px;
  line-height: 46px;
  border-radius: 8px;
}

.ninter__select .list {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  -webkit-box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
  box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
  border-radius: 8px;
}

.ninter__select .list li {
  padding-left: 12px;
}

.ninter__select::after {
  border: none;
  width: 24px;
  height: 24px;
  background: url(/local/components/itiso/shahmatki.lists/templates/.default/css/../img/arrowsel.svg) center no-repeat;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.ninter__select.open::after {
  margin: 0;
  -webkit-transform: translateY(-80%) rotate(180deg);
  transform: translateY(-80%) rotate(180deg);
  top: 50%;
  right: 15px;
}

.ninter__select.open {
  border-color: #DDE6F0;
}

.ninter__select:focus {
  border-color: #DDE6F0;
}

.ninter__params {
  margin-left: -4px;
  margin-right: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ninter__params-col {
  padding-left: 4px;
  padding-right: 4px;
  width: 16.666%;
  margin-top: 20px;
}

.ninter__params-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #9DA7B2;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.ninter__params-item:hover {
  color: #129AFF;
}

.ncheck label::before {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #93B0D1;
  border-radius: 5px;
  position: absolute;
  left: 0;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.ncheck label::after {
  background: #129AFF;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  content: '';
  display: inline-block;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.ninter__drop input {
  cursor: pointer;
}
.ncheck input {
  display: none;
}

.ncheck label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: inline-block;
  padding-left: 28px;
  color: #2E3A4D;
  position: relative;
}

.ncheck input:checked + label::after {
  opacity: 1;
}
.ncheck label:hover::after {
  opacity: 0.4;
}

.characteristics_block {
  position: absolute;
  /*right: -30px;*/
  /*top: 18px;*/
  right: 6px;
  top: 26px;
  width: 13px;
  height: 13px;
  background-image: url(/local/components/itiso/shahmatki.lists/templates/.default/css/../images/list.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.table__list-item  .characteristics_block {
  right: -11px;
  top: 1px;
  left: initial;
}

#VIEW-NUM {
  font-weight: bold;
}

.comments__more {
  margin-bottom: 20px;
}

.checkbox-block {
  margin-top: 10px;
}

.checkbox-block input {
  width: auto;
  height: auto;
  margin: 0;
  margin-left: 10px;
}

.checkbox-block .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.input-wrapper.total-block {
  margin-top: 10px;
  width: 100%;
}
.input-wrapper.total-block span{
  margin-left: 10px;
}

.card-number .characteristics_block {
  width: 11px;
  height: 11px;
  right: 1px;
  top: 16px;
}

.filter-item .ninter__drop-toggle i{
  top: 12px;
}

.ninter__checks-list {
  z-index: 2000;
}

.filter-row .one-check {
  width: auto;
}

.img-placeholder {
  width: 430px;
  height: 286px;
  background: url(/local/components/itiso/shahmatki.lists/templates/.default/css/../images/build.svg) center no-repeat;
  background-size: 30%;
  background-color: #ededed;
}

.object-popup .btn-blue {
  margin-bottom: 10px;
}

.input-wrapper.textarea-block textarea{
  width: 100%;
}

.popup-unlink-date span {
  margin-left: 3px;
}
.popup-section.popup-unlink-date {
  padding-top: 0;
}
.popup-unlink-date .btn-blue:hover {
  cursor: auto;
}

.popup-unlink-date {
  margin-bottom: 0;
}


.table-wrapper table.table-special td,
.table-wrapper table.table-special th{
  height: 30px !important;
  width: auto !important;
}

.table-wrapper table.table-special tr {
  display: table-row;
}

table.table-special {
  border-collapse: collapse;
}

table.table-special,
table.table-special th,
table.table-special td {
  border: 1px solid black;
}

.table-wrapper table.table-special tr td:nth-child(1) {
  line-height: initial;
  font-size: initial;
  color: initial;
  font-weight: initial;
  background: initial;
  position: initial;
  top: initial;
  left: initial;
  z-index: initial;
  min-width: auto;
}

table.table-special td {
  text-align: center;
}

.table-special_item {
  cursor: pointer;
}

body {
  overflow: hidden;
}

.queue-table {
  font-size: 12px;
  width: 100%;
}

.popup-queue-table .queue-table-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

table.queue-table {
  /*border-collapse: collapse;*/
  border-spacing: 0;
}

table.queue-table th, table.queue-table td {
  border: 1px solid rgb(130, 141, 153);
}
table.queue-table td {
  padding: 2px;
}

table.queue-table thead tr td:first-child {
  border-radius: 5px 0 0 0;
}
table.queue-table thead tr td:last-child {
  border-radius: 0 5px 0 0;
}
table.queue-table thead tr td {
  border-top: 1px solid rgb(130, 141, 153);
}

table.queue-table tr td:nth-child(2) {
  border-left: none;
  border-right: none;
}
table.queue-table tr td:nth-child(3) {
  border-right: none;
  min-width: 100px;
}
table.queue-table tr td:nth-child(4) {
  min-width: 100px;
}
table.queue-table tr td {
  border-top: none;
}
table.queue-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.queue-table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.price-info-table {
  width: 100%;
}

.price-info-table tr td:last-child {
  text-align: right;
}

.select-wrapper .nice-select span {
  border: none;
  color: black !important;
}

.select-wrapper__hide_first .list li:first-child {
  opacity: 0;
}

.popup-section .input-wrapper .title {
  font-size: 14px;
}

.popup-section .nice-select .current,
.popup-section .input-wrapper .nice-select,
.popup-section .input-wrapper input{
  font-size: 16px;
}

.popup-section--flex .input-wrapper.edit-status__select_block {
  width: 170px;
}

.table__list-item__long {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
}

.filter_table_info {
  border-collapse: collapse;
  margin-top: 7px;
  /*width: 100%;*/
}

.filter_table_info td {
  border: 1px solid black;
  padding: 2px;
  text-align: center;
  font-size: 12px;
}

.filter_table_info__totals td{
  font-size: 14px;
  color: #f3052c;
  font-weight: bold;
}

.fill_string {
  width: 100%;
}

.card-btn.green_border, 
.card.green_border {
  border: 1px solid green !important;
}


.card-btn.red_border, 
.card.red_border {
  border: 1px solid red !important;
}

.reserv_finish_date {
    color: #828D99;
    font-weight: 500;
    font-size: 11px;
/*    margin-right: -10px;*/
    color: red;
}

.table-wrapper table .card .metres {
  justify-content: space-between;
  width: 100px;
}

.page_print__button {
  cursor: pointer;
}

.zk-filter {
  position: relative;
}

.calc_popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: white;
  display: none;
  z-index: 100000;
}

.calc_popup__content {
  width: 100%;
  height: calc(100% - 36px);
}

.calc_popup__content iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.calc_popup__close {
  text-align: right;
  cursor: pointer;
}
.calc_popup.visible {
  display: initial;
}

.btn-blue__kp {
  max-width: 190px;
  margin-left: 20px;
}

@media print {
    .nnav__row, 
    .page_print__button, 
    .table-wrapper .table-inside .table-heading .select-type-table .nice-select, 
    .select-type-table .tooltip, 
    .breadcrubms, 
    .filter-wrapper {
      display: none !important;
    }

    /*.table-wrapper table tr {
      display: block;
      max-width: 100px;
    }*/
}
/* End */


/* Start:/local/components/itiso/menu/templates/.default/style.css?168905917941177*/
.title a {
    text-decoration: none;
    color: #2E3A4D;
}
.droplist-popup__item a{
    text-decoration: none;
    color: #2E3A4D;
}

.title a:hover {
    color: #f3052c;
    cursor: pointer;
}
.droplist-popup__item a:hover {
    color: #f3052c;
    cursor: pointer;
}

.main-page .drop-block .droplist-popup__item:hover {
    color: #f3052c;
    cursor: pointer;
}

.main-nav ul li.active a{
    color: #f3052c;
}

.main-nav ul li a:after{
    background: #f3052c;
}

.main-nav ul li a:hover {
    color: #f3052c;
}

.btn-whole {
    color: #f3052c;
}
.btn-blue, .actions a {
    background: #f3052c;
    -webkit-box-shadow: 0px 4px 16px rgb(230 16 87 / 30%);
    box-shadow: 0px 4px 16px rgb(230 16 87 / 30%);
}

.main-card-top .edit-obj:hover path, .table-settings:hover svg path{
    fill: #f3052c;
}

.main-page .drop-block svg:hover path{
    fill: #f3052c;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
    color: #f3052c;
}

.zk-filter .filter-results span, .zk-filter .filter-results button{
    color: #f3052c;
}

.table-heading .rmb-li.active {
    color: #f3052c;
}

.rmb-nav li:before{
    background: #f3052c;
}

.popup-table thead {
    background: #f3052c;
}

.popup-btns__star:hover svg path {
    fill: #f3052c;
}

.popup-btns button:not(:first-child):hover svg path, .popup-btns button:not(:first-child):focus svg path {
    fill: #f3052c;
}

.comments__more {
    color: #f3052c;
}

.comment__author a {
    color: #f3052c !important;
    text-decoration: none;
}

.comments__more svg path {
    fill: #f3052c !important;
}

.popup-btns__star.active svg path {
    fill: #f3052c;
}

.fav__filter_check span {
    background: #f3052c;
}

.fav-modal h3+p span{
    color: #f3052c;
}

.fav-suc h3 span {
    color: #f3052c;
}

.plans__link:hover, .plans__link:focus {
    color: #f3052c;
}

.plans-table__btn {
    color: #f3052c;
}

.step__text a{
    border-bottom: 1px solid #f3052c;
    color: #f3052c;
    text-decoration: none;
}

.fav__btn:disabled {
    background: rgba(211, 0, 38, 0.5);
    cursor: default;
}

/*.tile .table-edge-left{*/
/*    left: 0;*/
/*}*/

.check-filter{
    margin-top: 10px !important;
}

.check-filter .one-check{
    margin-bottom: 0 !important;
}

.price-block .icon-input{
    color: #9DA7B2;
}

div.container:not(.agent_wrapper .container) {
    max-width: 100% !important;
}

.rights__item_tr:nth-child(even) {
    background: #F7FBFC;
}

.tile-plus .table-edge-left,
.tile-plus .table-edge-right {
    opacity: 0;
}

.table-edge-left {
    left: 57px;
}
.table-edge {
    width: 40px;
}

/*.tile-plus .table-edge-left:hover,*/
/*.tile-plus .table-edge-right:hover {*/
/*    opacity: 1;*/
/*}*/

.main-card-top .edit-obj {
    min-width: 16px;
}

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

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

p, h1, h2, h3, h4, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    border: none;
    background: transparent;
}

.container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
}

.nnav {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 24px rgba(46, 58, 76, 0.15);
    box-shadow: 0px 0px 24px rgba(46, 58, 76, 0.15);
}

.nnav__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nnav__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    height: 52px;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2E3A4D;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.nnav__btn .nicon {
    margin-right: 8px;
    display: inline-block;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.nnav__btn:hover {
    background: #E8F5FF;
}

.nnav__item {
    margin: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.nnav__item_obj .nnav__btn {
    background: #f3052c;
    color: #fff;
}

.nnav__item_obj .nnav__btn svg,
.nnav__item_obj .nnav__btn svg path{
    fill: white !important;
}

.nnav__item_obj .nnav__btn .narrow {
    margin-left: 7px;
    display: inline-block;
    -webkit-transform: translateY(-2px) rotate(180deg);
    transform: translateY(-2px) rotate(180deg);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.nnav__item_drop .nnav__btn .narrow {
    margin-left: 7px;
    display: inline-block;
    -webkit-transform: translateY(-2px) rotate(180deg);
    transform: translateY(-2px) rotate(180deg);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.nnav__item_drop:hover .nnav__btn .narrow {
    -webkit-transform: translateY(2px) rotate(0);
    transform: translateY(2px) rotate(0);
}

.nnav__item:hover .nnav__item-list {
    top: 100%;
    opacity: 1;
}

.nnav__item-list {
    position: absolute;
    top: -2000vh;
    width: 294px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 24px rgba(46, 58, 76, 0.15);
    box-shadow: 0px 0px 24px rgba(46, 58, 76, 0.15);
    border-radius: 10px;
    /*padding-bottom: 9px;*/
    z-index: 3000;
    opacity: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.nnav__item-list li {
    position: relative;
}

.nnav__item-list li:hover ul {
    left: 100%;
    opacity: 1;
}

.nnav__item-list li:nth-child(1) a {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.nnav__item-list li:last-child a {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.nnav__item-list li:hover a {
    background: #E8F5FF;
}

.nnav__item-list li:hover ul a {
    background: #fff;
}

.nnav__item-list li i {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nnav__item-list li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 18px;
    height: 47px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-right: 40px;
    text-decoration: none;
    color: #000000;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.nnav__item-list li a:hover {
    background: #E8F5FF;
}

.nnav__item-list li ul {
    position: absolute;
    left: -1000vw;
    width: 267px;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 24px rgba(46, 58, 76, 0.15);
    box-shadow: 0px 0px 24px rgba(46, 58, 76, 0.15);
    padding-bottom: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.nnav__item-list li ul a {
    padding-left: 18px;
    padding-right: 18px;
    /*border-radius: 0 !important;*/
}

.nnav__item-list li ul a:hover {
    background: #E8F5FF;
}

.nnav__item-list li ul li:nth-child(1) a {
    border-radius: 10px 10px 0 0;
}

.nnav__item-list li ul li:last-child a {
    border-radius: 10px;
}

.npage {
    margin-top: 30px;
}

.npage__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.npage__back-wrapper {
    margin-right: 10px;
}

.npage__tipzk {
    position: relative;
    margin-top: 20px;
}

.npage__tipzk i {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.npage__tipzk-select {
    float: none;
    width: max-content !important;
    height: 48px;
    line-height: 45px;
    padding-left: 40px;
    font-weight: 600;
    font-size: 14px;
    color: #2E3A4D;
}

.npage__tipzk-select::after {
    border: none;
    width: 24px;
    height: 24px;
    background: url(/local/components/itiso/menu/templates/.default/../img/arrowsel.svg) center no-repeat;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.npage__tipzk-select.open::after {
    margin: 0;
    -webkit-transform: translateY(-80%) rotate(180deg);
    transform: translateY(-80%) rotate(180deg);
    top: 50%;
    right: 15px;
}

.npage__tipzk-select .list {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DDE6F0;
    -webkit-box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
    box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
    border-radius: 8px;
}

.npage__tipzk-select .list li {
    padding-left: 40px;
}

.npage__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #2E3A4D;
}

.npage__title strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #129AFF;
}

.npage__title span {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #129AFF;
}

.breadcrubms {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
}

.breadcrubms a {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #2e3a4d8a;
    margin-right: 17px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.breadcrubms a::after {
    content: '/';
    display: inline-block;
    width: 5px;
    height: 16px;
    position: absolute;
    font-weight: 500;
    font-size: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 16px;
    right: -8.5px;
    color: #E0E0E0;
}

.breadcrubms a:hover {
    color: #f3052c;
}

.breadcrubms span {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #f3052c;
}

.ncheck input {
    display: none;
}

.ncheck input:checked + label::after {
    opacity: 1;
}

.ncheck label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    padding-left: 28px;
    color: #2E3A4D;
    position: relative;
}

.ncheck label::before {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #93B0D1;
    border-radius: 5px;
    position: absolute;
    left: 0;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.ncheck label::after {
    background: #129AFF;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
    content: '';
    display: inline-block;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ncheck label:hover::after {
    opacity: 0.4;
}

.nliter {
    margin-top: 30px;
    /*min-height: 60vh;*/
    margin-bottom: 10px;
}

.nliter__all label {
    font-size: 14px;
}

.nliter__title {
    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: 20px;
}

.nliter__title span {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2E3A4D;
}

.nliter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.nliter__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 16.6666%;
    margin-bottom: 20px;
}

.ngo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}

.ngo__next {
    width: 99px;
    height: 40px;
    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;
    padding-left: 16px;
    padding-right: 16px;
    background: #129AFF;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ngo__next i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ngo__next:hover {
    background: #0078d4;
    padding-right: 11px;
}

.ngo__back {
    width: 99px;
    height: 40px;
    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;
    padding-left: 16px;
    padding-right: 16px;
    background: #129AFF;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ngo__back i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ngo__back:hover {
    background: #0078d4;
    padding-left: 11px;
}

.ninter {
    /*min-height: 68vh;*/
    min-height: 20vh;
}

.ninter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.ninter__item {
    padding-left: 4px;
    padding-right: 4px;
    width: 16.6666%;
    margin-top: 20px;
}

.ninter__label {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: #2E3A4D;
}

.ninter__input {
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
    border: 1px solid #DDE6F0;
    border-radius: 8px;
    padding-left: 12px;
    height: 48px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2E3A4D;
}

.ninter__input:disabled {
    color: #2E3A4D;
}

.ninter__input::-webkit-input-placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ninter__input:-ms-input-placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ninter__input::-ms-input-placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ninter__input::placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ninter__text {
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
    border: 1px solid #DDE6F0;
    border-radius: 8px;
    padding-left: 12px;
    height: 48px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2E3A4D;
}

.ninter__text:disabled {
    color: #2E3A4D;
}

.ninter__text::-webkit-input-placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ninter__text:-ms-input-placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ninter__text::-ms-input-placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ninter__text::placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ninter__text-wrapper {
    position: relative;
}

.ninter__text-wrapper_data .datepicker {
    width: 100%;
}

.ninter__text-wrapper_data label {
    position: absolute;
    left: 12px;
    top: 15px;
}

.ninter__text-wrapper_data input {
    padding-left: 38px;
}

.ninter__text-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ninter__text-item {
    margin-right: 12px;
    position: relative;
}

.ninter__text-item::after {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #E0E0E0;
    content: '/';
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
}

.ninter__text-item:last-child {
    margin-right: 0;
}

.ninter__text-item:last-child::after {
    display: none;
}

.ninter__text-item input {
    display: none;
}

.ninter__text-item input:checked + label {
    color: #129AFF;
}

.ninter__text-item label {
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    line-height: 100%;
    color: #9DA7B2;
}

.ninter__drop {
    position: relative;
}

.ninter__drop i {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ninter__drop input {
    cursor: pointer;
}

.ninter__drop.open .ninter__checks-list {
    opacity: 1;
    left: 0;
}

.ninter__drop.open i {
    -webkit-transform: rotate(180deg) translateY(10%);
    transform: rotate(180deg) translateY(10%);
}

.ninter__checks {
    position: relative;
}

.ninter__checks-list {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
    position: absolute;
    top: calc(100% + 5px);
    left: -10000vw;
    opacity: 0;
    max-height: 348px;
    overflow: auto;
    padding-left: 12px;
    padding-right: 12px;
    background: #FFFFFF;
    border: 1px solid #DDE6F0;
    -webkit-box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
    box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
    border-radius: 8px;
    width: 100%;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.ninter__checks-list::-webkit-scrollbar {
    width: 3px;
    /* ширина scrollbar */
}

.ninter__checks-list::-webkit-scrollbar-track {
    background: #fff;
    /* цвет дорожки */
}

.ninter__checks-list::-webkit-scrollbar-thumb {
    background-color: #129AFF;
    /* цвет плашки */
    border-radius: 20px;
    /* закругления плашки */
    border: 1px solid #fff;
    /* padding вокруг плашки */
}

.ninter__checks-check {
    margin-bottom: 20px;
}

.ninter__checks-check:last-child {
    margin-bottom: 0;
}

.ninter__radio-item {
    margin-bottom: 20px;
}

.ninter__radio-item:nth-child(1) {
    margin-top: 8px;
}

.ninter__radio-item:last-child {
    margin-bottom: 8px;
}

.ninter__select {
    float: none;
    background: #FFFFFF;
    border: 1px solid #DDE6F0;
    height: 48px;
    padding-left: 12px;
    line-height: 46px;
    border-radius: 8px;
}

.ninter__select .list {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DDE6F0;
    -webkit-box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
    box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.08);
    border-radius: 8px;
}

.ninter__select .list li {
    padding-left: 12px;
}

.ninter__select::after {
    border: none;
    width: 24px;
    height: 24px;
    background: url(/local/components/itiso/menu/templates/.default/../img/arrowsel.svg) center no-repeat;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.ninter__select.open::after {
    margin: 0;
    -webkit-transform: translateY(-80%) rotate(180deg);
    transform: translateY(-80%) rotate(180deg);
    top: 50%;
    right: 15px;
}

.ninter__select.open {
    border-color: #DDE6F0;
}

.ninter__select:focus {
    border-color: #DDE6F0;
}

.ninter__params {
    margin-left: -4px;
    margin-right: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ninter__params-col {
    padding-left: 4px;
    padding-right: 4px;
    width: 16.666%;
    margin-top: 20px;
}

.ninter__params-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #9DA7B2;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ninter__params-item:hover {
    color: #129AFF;
}

.ntable__wrapper {
    margin-top: 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
    box-shadow: 0px 4px 16px rgba(46, 58, 76, 0.06);
    border-radius: 8px;
    /*max-height: 690px;*/
    max-height: none;
    overflow: auto;
}

.ntable__wrapper::-webkit-scrollbar {
    width: 3px;
    /* ширина scrollbar */
}

.ntable__wrapper::-webkit-scrollbar-track {
    background: #fff;
    /* цвет дорожки */
}

.ntable__wrapper::-webkit-scrollbar-thumb {
    background-color: #129AFF;
    /* цвет плашки */
    border-radius: 20px;
    /* закругления плашки */
    border: 1px solid #fff;
    /* padding вокруг плашки */
}

.ntable__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 72px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ntable__row:nth-child(2n) {
    background: #F7FBFC;
}

.ntable__header {
    height: 66px;
}

.ntable__header button {
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    line-height: 17px;
    color: #2E3A4D;
    cursor: pointer;
}

.ntable__header button i {
    margin-left: 16px;
}

.ntable__blue {
    color: #129AFF !important;
}

.ntable-yep {
    color: #FF4F59 !important;
}

.ntable-no {
    color: #4F8BFF !important;
}

.ntable__col {
    width: 100%;
}

.ntable__col p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2E3A4D;
}

.ntable__col p i {
    display: inline-block;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    margin-left: 10px;
}

.ntable__col-1 {
    max-width: 3%;
}

.ntable__col-2 {
    max-width: 11%;
}

.ntable__col-3 {
    max-width: 12%;
}

.ntable__col-4 {
    max-width: 12%;
}

.ntable__col-5 {
    max-width: 13%;
}

.ntable__col-6 {
    max-width: 14.4%;
}

.ntable__col-7 {
    max-width: 12%;
}

.ntable__col-8 {
    max-width: 13.3%;
}

.ntable__col-9 {
    max-width: 9%;
}

.nradio input {
    display: none;
}

.nradio input:checked + label::after {
    opacity: 1;
}

.nradio label {
    position: relative;
    padding-left: 26px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #2E3A4D;
}

.nradio label:hover::after {
    opacity: 0.4;
}

.nradio label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #93B0D1;
    border-radius: 1000px;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.nradio label::after {
    width: 12px;
    height: 12px;
    content: '';
    display: inline-block;
    position: absolute;
    background: #129AFF;
    border-radius: 50%;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ntech__edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 14px;
}

.ntech__edit-count {
    width: 305px;
    margin-right: 8px;
}

.ntech__edit-set {
    padding: 16px 20px;
    border: 1px solid #129AFF;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    margin-right: 8px;
    font-size: 14px;
    line-height: 100%;
    color: #2E3A4D;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ntech__edit-set:hover {
    background: #E8F5FF;
}

.ntech__edit-plus {
    border: 1px solid #00CE52;
    border-radius: 10px;
    padding: 16px 20px;
    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;
    font-weight: 600;
    margin-right: 8px;
    font-size: 14px;
    line-height: 100%;
    color: #2E3A4D;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ntech__edit-plus i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.ntech__edit-plus:hover {
    background: #00ce5226;
}

.ntech__edit-minus {
    border: 1px solid #E90E00;
    border-radius: 10px;
    padding: 16px 20px;
    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;
    font-weight: 600;
    margin-right: 8px;
    font-size: 14px;
    line-height: 100%;
    color: #2E3A4D;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ntech__edit-minus i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.ntech__edit-minus:hover {
    background: #e910001e;
}

.ncontrols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}

.ncontrols__delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 124px;
    background: #E90E00;
    border: 1px solid #E90E00;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}

.ncontrols__delete i {
    margin-right: 8px;
}

.ncontrols__delete:hover {
    background: #a60c01;
}

.ncontrols__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ncontrols__save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 208px;
    background: #129AFF;
    border: 1px solid #129AFF;
    border-radius: 10px;
    margin-right: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}

.ncontrols__save i {
    margin-right: 8px;
}

.ncontrols__save:hover {
    background: #0084e9;
}

.ncontrols__sell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 177px;
    border: 1px solid #129AFF;
    border-radius: 10px;
    margin-right: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #2E3A4D;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}

.ncontrols__sell i {
    margin-right: 8px;
}

.ncontrols__sell:hover {
    background: #0084e928;
}

.ncontrols__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 229px;
    background: #00CE52;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}

.ncontrols__time:hover {
    background: #01ac45;
}

.ncontrols__pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ncontrols__pag-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2E3A4D;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ncontrols__pag-button i {
    margin-left: 8px;
    margin-right: 8px;
}

.ncontrols__pag-button i path {
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ncontrols__pag-button:hover {
    color: #129AFF;
}

.ncontrols__pag-button:hover path {
    fill: #129AFF;
}

.ncontrols__pag-item {
    margin-right: 10px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color: #2E3A4D;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ncontrols__pag-item_active {
    color: #129AFF;
}

.ncontrols__pag-item:hover {
    color: #129AFF;
}

.ncontrols__pag-item:last-child {
    margin-right: 0;
}

.ncontrols__pag span {
    margin-right: 10px;
}

.nbackdrop {
    position: fixed;
    left: -200vw;
    top: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    z-index: 50;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.nbackdrop.open {
    left: 0;
    opacity: 1;
}

.ntmodal {
    position: fixed;
    left: -200vw;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FFFFFF;
    opacity: 0;
    border-radius: 16px;
    width: 360px;
    padding: 20px;
    z-index: 100;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.ntmodal.open {
    left: 50%;
    opacity: 1;
}

.ntmodal__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    max-width: 240px;
    margin-bottom: 19px;
    color: #2E3A4D;
}

.ntmodal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.ntmodal__label {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #2E3A4D;
    margin-bottom: 8px;
}

.ntmodal__item {
    margin-bottom: 10px;
}

.ntmodal__wrapper {
    position: relative;
}

.ntmodal__wrapper .datepicker {
    width: 100%;
}

.ntmodal__wrapper i {
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.ntmodal__submit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    background: #129AFF;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ntmodal__submit:hover {
    background: #0276d0;
}

.ntmodal__input {
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
    border: 1px solid #DDE6F0;
    border-radius: 8px;
    padding-left: 36px;
    height: 48px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2E3A4D;
}

.ntmodal__input:disabled {
    color: #2E3A4D;
}

.ntmodal__input::-webkit-input-placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ntmodal__input:-ms-input-placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ntmodal__input::-ms-input-placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.ntmodal__input::placeholder {
    color: #9DA7B2;
    font-weight: 400;
}

.locked {
    overflow: hidden;
}

.ui-timepicker-standard {
    z-index: 30000000 !important;
}

.ui-corner-all {
    cursor: pointer;
}

.mob {
    display: none;
}

.nnav__burger {
    position: absolute;
    display: none;
    top: 20px;
    right: 15px;
}

.nnav__burger span {
    display: block;
    width: 30px;
    height: 2px;
    background: #129AFF;
    margin-bottom: 6px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.nnav__burger span:last-child {
    margin-bottom: 0;
}

.nnav__burger.active {
    padding-top: 10px;
}

.nnav__burger.active span:nth-child(3) {
    display: none;
}

.nnav__burger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 0;
}

.nnav__burger.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

.ninter__status input {
    display: none;
}

.ninter__status input:checked + label::after {
    opacity: 1;
}

.ninter__status label {
    padding-left: 38px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2E3A4D;
}

.ninter__status label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #DDE6F0;
    position: absolute;
    left: 0;
    border-radius: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.ninter__status label::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/local/components/itiso/menu/templates/.default/../img/status.svg) center no-repeat;
}

@media (max-width: 1300px) {
    .nliter__item {
        width: 25%;
    }
    .ninter__item {
        width: 25%;
    }
    .ninter__params-col {
        width: 25%;
    }
    .ntable {
        min-width: 1600px;
    }
    .ncontrols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ncontrols__right {
        margin-top: 4px;
    }
}

@media (max-width: 991px) {
    .nliter__item {
        width: 33%;
    }
    .ninter__item {
        width: 33.333%;
    }
    .ninter__params-col {
        width: 33.333%;
    }
    .ncontrols__right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .ncontrols__right button {
        margin-top: 4px;
    }
    .ntech__edit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
    }
    .ntech__edit-count {
        width: 100%;
        margin-right: 0;
    }
    .ntech__edit-set, .ntech__edit-plus, .ntech__edit-minus {
        width: 100%;
        margin-right: 0;
        margin-top: 4px;
    }
    .nnav__row {
        position: fixed;
        left: -1000vw;
        top: 0;
        width: 100vw;
        height: 100vh;
        opacity: 0;
        z-index: 5;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
        background: #fff;
        padding-top: 40px;
        -webkit-transition: .3s opacity;
        transition: .3s opacity;
    }
    .nnav__row.open {
        opacity: 1;
        left: 0;
    }
    .nnav {
        height: 61px;
    }
    .nnav__item {
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .nnav__btn {
        position: relative;
    }
    .nnav__btn .narrow {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding-bottom: 4px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 20px;
        padding-left: 20px;
    }
    .nnav__item-list {
        position: relative;
        opacity: 1;
        top: auto !important;
        width: 100%;
        display: none;
    }
    .nnav__btn.active + .nnav__item-list {
        display: block;
    }
    .nnav__item-list li i {
        top: 0;
        height: 47px;
        -webkit-transform: none;
        transform: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        padding-right: 18px;
        padding-left: 18px;
    }
    .nnav__item-list li ul {
        position: relative;
        left: auto !important;
        opacity: 1;
        top: auto;
        width: 100%;
        display: none;
    }
    .nnav__item-list li.active ul {
        display: block;
    }
    .nnav__item-list li ul a {
        padding-left: 30px;
    }
    .nnav__burger {
        display: block;
        z-index: 100;
    }
}

@media (max-width: 767px) {
    .nliter__item {
        width: 50%;
    }
    .ncontrols__center {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .ncontrols__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: 24px;
    }
    .ncontrols__pag button:nth-child(1) {
        margin-left: 0;
    }
    .ncontrols__delete {
        width: 100%;
    }
    .ncontrols__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
    .ncontrols__right button {
        width: 100%;
        margin-right: 0;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    body, html {
        max-width: 100vw;
        overflow-x: hidden;
    }
    .nnav__row {
        overflow: auto;
    }
    .npage {
        margin-top: 20px;
    }
    .breadcrubms a, .breadcrubms span {
        font-size: 11px;
        line-height: 13px;
    }
    .npage__tipzk-select {
        width: 100%;
    }
    .nliter__title span {
        max-width: 200px;
    }
    .ncheck label {
        font-size: 13px;
        line-height: 120%;
    }
    .nliter__item {
        margin-bottom: 10px;
    }
    .ninter__item {
        width: 100%;
    }
    .ninter__params-col {
        width: 100%;
    }
    .ninter__checks-list {
        max-height: 200px;
    }
    .ninter__label {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 4px;
    }
    .ninter__item {
        margin-top: 10px;
    }
    .ninter__form {
        margin-top: 6px;
    }
    .mob {
        display: block;
    }
    .ninter__descr {
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #2E3A4D;
        margin-top: 16px;
    }
    .ninter__params {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 24px;
    }
    .ninter__params-item {
        font-size: 16px;
        white-space: nowrap;
    }
    .ninter__params-col {
        width: auto;
        margin-top: 10px;
    }
    .ngo__next-wrapper {
        width: 100%;
    }
    .ngo__next {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ngo__back {
        display: none;
    }
}

.ninter__checks-list {
    z-index: 2000;
}

.nice-select.open .list {
    max-height: 200px;
    overflow-y: scroll;
}

.nice-select.open .list::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.nice-select.open .list {
    scrollbar-color: #C2D2E4;
    scrollbar-width: thin;
}

.nice-select.open .list::-webkit-scrollbar-thumb {
    background: #B4BFCC;
    border-radius: 2px;
}

body {
    overflow: hidden;
}

.select-wrapper .nice-select span {
    border: none;
    color: black !important;
}

body.overflow_scroll {
    overflow-y: scroll;
}

/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/itiso/shahmatki.lists/templates/.default/library/nice-select.css?16890592114007 */
/* /local/components/itiso/shahmatki.lists/templates/.default/library/slick.css?16890592111776 */
/* /local/components/itiso/shahmatki.lists/templates/.default/css/main.css?1749041300110625 */
/* /local/components/itiso/menu/templates/.default/style.css?168905917941177 */
