@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;
  margin-top: 10px;
}

.main-card br {
  display: none;
}

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

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

.main-card-top .title {
  margin: 0;
  font-size: 20px;
  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;
}

.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;
  color: #333333;
  margin-bottom: 24px;
}

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

.main-card .img-wrapper {
  position: relative;
  visibility: 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("../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: 20px;
}

.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;
}

.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(../images/select-ar.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("../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("../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%;
}

.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%;
  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%;
}

.zk-filter form .nice-select:after {
  border: none;
  height: 12px;
  width: 15px;
  top: 48%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url(../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;
}

.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::-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;
}

.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("../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;
}

.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: 2;
}

.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;
}

.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(../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,
.step .table__list::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.table-wrapper .table-inside .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,
.step .table__list::-webkit-scrollbar-thumb {
  background: #B4BFCC;
  border-radius: 2px;
}

.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;
  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: 10;
  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: 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;
}

.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;
}

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

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

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

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

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

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

.table-wrapper table .card .metres .metrage-price {
  color: #828D99;
  font-weight: 500;
  font-size: 12px;
  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;
}

.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;*/
  width: 105px;
  padding-top: 18px;
  padding-bottom: 18px;
  /*margin-right: 40px;*/
  margin-right: 15px;
}

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

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

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

.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(../images/select-ar-black.svg) center no-repeat;
}

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

.popup-btns button {
  margin: 0;
  margin-right: 16px;
  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 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("../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("../images/arrow-steps-active.svg");
}

.steps>ul li.done a::after {
  background-image: url("../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) {
  .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-btn {
    display: block;
    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) {

  .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('../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: #D30026;
  transform: rotate(45deg);
}
.popup-img__close::after{
  content: "";
  position: absolute;
  top: 10px;
  width: 25px;
  height: 2px;
  background: #D30026;
  transform: rotate(-45deg);
}

.popup-img__wrap {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/icon_sale.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

.diff_table {
  border-collapse: collapse; /* Убираем двойные линии между ячейками */
}
.diff_table td,
.diff_table th {
  padding: 3px; /* Поля вокруг содержимого таблицы */
  border: 1px solid black; /* Параметры рамки */
}

.diff_table thead {
  position: sticky;
  top: 0;
  background:  #DDE6F0
}