/* DROPZONE STYLES */

/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 23px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../images/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-default.dz-message {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../images/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../images/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eee));
  background-image: -webkit-linear-gradient(top, #fafafa 0, #eee 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0, #eee 100%);
  background-image: -o-linear-gradient(top, #fafafa 0, #eee 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0, #eee 100%);
  background-image: linear-gradient(top, #fafafa 0, #eee 100%);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}

/* DROPZONE STYLES END */

.indicators {
    position: relative;
    width: 255px;
    margin-left: 0px;
}

.indicator {
    display: inline-block;
    background-color: grey;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.error-moder {
	z-index: 2;
	color: #f14545;
}
.error-moder .indicator {
	background: #f14545;
}
.green-ind .indicator {
	background: #4ca72b;
}
.green-ind {
	z-index: 2;
	color: #4ca72b;
}

.line {
    position: absolute;
    width: 255px;
    height: 2px;
    top: 4px;
    right: 0px;
    background-color: grey;
}

.views-chart {
    position: relative;
    margin-left: 40px;
}

.views-chart::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 25px;
    bottom: 0px;
    right: -10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.site-filter {
    display: none;
}

.site-filter-select {
    display: none;
}

.site-filter-select.site-filter-select-show {
    display: block;
}

.site-filter.site-filter-show {
    display: block;
}

.select2-results__options li:first-child {
    display: none;
}

.select2-results__option[aria-disabled=true] {
    display: none;
}

.avito-categories .select2-container {
    z-index: 50;
}

.list-view-group-container {
    padding-top: 0;
}

.list-view-fake-header {
    display: none;
}

.tab-content>.tab-pane {
    display: block;
}

.quickview-wrapper .nav-tabs > li > a {
    color: #788195;
}

.quickview-header-height {
    height: 52px;
}

.quickview-wrapper .nav-tabs li {
    display: flex;
    justify-content: center;
    width: 100%;
}

.quickview-wrapper .nav-tabs > li > a {
    align-self: center;
    padding: 0;
}

.full-message {
    display: flex;
    align-content: left;
    flex-direction: column !important;
    margin-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.full-message .message-header {
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.full-message .message-text {
    margin-bottom: 10px;
}

.full-message .btn {
    align-self: flex-end;
    margin-bottom: 10px;
}

.drop {
    cursor: pointer;
    position: relative;
    min-width: 200px;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
}

.add-icon::before {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f055";
    background-image: url("../img/plus-circle-solid.png");
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#zoneAddObject,
#zoneAddObjectPlan {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    border: 2px dashed #0087F7;
    align-items: center;
    justify-content: flex-start !important;
}
#zoneAddObject.active_f,
#zoneAddObjectPlan.active_f {
    justify-content: center !important;
}
#zoneAddObject .count_file,
#zoneAddObjectPlan .count_file {
    position: absolute;
    text-align: center;
    width: 400px;
    margin-left: -200px;
    top: 10px;
    font-size: 18px;
    margin-bottom: 0;
    left: 50%;
}
#zoneAddObject .count_file span,
#zoneAddObjectPlan .count_file span {
    display: inline-block;
    margin-left: 4px;
    font-weight: bold;
}
#zoneAddObject.active_f .info_drop_text,
#zoneAddObjectPlan.active_f .info_drop_text {
    display: block;
}
#zoneAddObject.active_f .count_file,
#zoneAddObjectPlan.active_f .count_file {
    display: none;
}
#zoneAddObject .info_drop_text,
#zoneAddObjectPlan .info_drop_text {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
#zoneAddObject .dz-message,
#zoneAddObjectPlan .dz-message {
    display: block;
}
.dropAddUser {
    background: url("../img/plus-circle-solid.png") no-repeat 50% 50%;
}

/* .dropAddObject {
    background: url("../img/plus-circle-solid.png") no-repeat 50% 50%;
} */

.dropzone .dz-preview {
    background-color: rgba(255,255,255,1);
}

.add-icon {
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.add-icon::before {
    top: 40%;
}

.multisel {
    width: 50%;
}

.pg-close {
    cursor: pointer;
    color: #788195;
}

.pg-close:hover {
    color: #b1bbc4;
}

.profile-dropdown .dropdown-item:first-child {
    opacity: 1 !important;
    color: #1a1a1a;
    cursor: default;
}

.fs-18 {
    font-size: 18px;
}

.quickview-wrapper .quickview-toggle {
    opacity: 1;
}

.m-t-42 {
    margin-top: 42px;
}

.checkbox input[type="checkbox"]:focus + label:before {
    background-color: #fff;
}
.form-group-default.form-group-default-select2 > label {
    z-index: 100;
}

.modal-dialog label {
    z-index: 1060 !important;
}

td label {
    display: none;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 10.5px;
    letter-spacing: 0.06em;
    vertical-align: middle;
    color: rgba(44, 44, 44, 0.5);
}

.dropzone {
    min-height: 200px;
}

.dz-message {
    display: none;
}

.categories-label {
    text-transform: uppercase;
    font-size: 10.5px;
    font-family: 'Montserrat';
}

.quickview-wrapper {
    border-left: none;
}

/* .object-card .description {
    margin: 0 20px;
} */

.btn-panel {
    position: relative;
}

.modal-dialog {
    margin: auto!important;
}

.modal.fade {
    padding-right: 0 !important;
}

.profile-data {
    margin-right: 30px;
}

.table th {
    padding: 20px;
    text-align: center;
}

.table tr {
    text-align: center;
}

td p {
    margin: 0;
}

.object-card p,
.object-card h5,
.object-card h6 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.object-card .card-body {
    position: relative;
}

.object-card .checkbox {
    position: absolute;
    top: -1px;
    left: 10px;
}

.btn-panel .checkbox {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 2;
}

.gallery-item[data-height="1"] {
    max-width: 300px !important;
    max-height: 200px;
}

.item-details .dialog__content .dialog__overview .item-slideshow .slide {
    background-repeat: no-repeat;
    width: 100%;
}

.form-group label {
    pointer-events:none;
}

.disabled {
    cursor: default;
}
.object-card img {
  max-width: 100%;
}

.select2-search__field {
    display: none;
}

.select2-selection--multiple {
    cursor: pointer !important;
}

select {
    width: 50%;
  }

.scroll-bar {
    display: none !important;
}

.textarea {
    min-height: 100px !important;
    overflow-x:none;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.profile-dropdown-toggle,
.profile-text {
    cursor: pointer;
}

.gallery {
    margin-top: 0;
}

.profile-card {
    max-width: 700px;
}

.header .dropdown-menu {
    margin-top: 14px;
}

.dialog__content {
    background-color: #dbdbdb !important;
}

.agent-name {
    white-space: nowrap;
}

.has-error .select2-selection {
    background-color: rgba(245, 87, 83, 0.1) !important;
}
.row-details {
    background-color: white;
}

.datepicker-dropdown {
    top: 288px !important;
}

.table-detailed {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    overflow-x: scroll;
    min-width: 1140px;
}

.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline tr, .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline td {
    font-weight: 400;
}

.table.table-condensed.table-detailed > tbody > tr.shown + tr > td {
    background: rgba(250, 250, 250, 0.4);
    padding: 0px;
}

.table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline {
    margin: 0;
}


.table.table-condensed.table-detailed .table-inline {
    margin: 0;
    table-layout: auto !important;
}

.table.table-condensed.table-detailed tr:not(.row-details) {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
}

.table.table-condensed.table-detailed thead th:first-child {
    min-width: 145.703px;
}

.table.table-condensed.table-detailed .table-inline tr {
    border-top: 1px solid rgba(230, 230, 230, 0.7);
}

.table.table-condensed.table-detailed .table-inline tr:first-child {
    border-top: none;
}

.table.table-condensed.table-detailed .table-inline td {
    box-sizing: border-box;
    text-align: center;
}

.table.table-condensed.table-detailed .table-inline tr:last-child td {
    border-bottom: none;
}

.table-inline .child-td {
    text-align: left !important;
    font-size: 18px;
    font-weight: bold !important;
}

.table.table-condensed.table-detailed > tbody > tr > td:first-child {
    text-align: left;
}

.even td{
    background-color: transparent !important;
}

.shown td {
    white-space: normal !important;
    text-align: center !important;
}

.even.shown td{
    background-color: #fef6dd !important;
}

.choose-type-of-deal {
    display: block;
}

.input-daterange div:first-child {
    margin-right: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    /* white-space: normal !important; */
    padding-right: 20px;
}

.form-group-default textarea.form-control {
    padding-right:  6px;
 }

 .table.table-condensed {
    table-layout: auto;
 }

 .pg-menu.pg {
     font-size: 20px;
 }

 .AddUser-card {
    max-width: 700px;
 }

 .dropzone {
    overflow: visible;
 }

 .dropzone .dz-preview .dz-error-message {
    position: absolute;
    opacity: 1;
    min-width: 200px;
    left: -50px;
    background: transparent;
 }

 .dz-error {
     margin-top: 10px;
     margin-bottom: 10px;
     color: #f55753;
 }

.count_obj_avito_load {
    display: none;
}
.about_human_contacts > span {
    cursor: pointer;
    text-decoration: underline;
}
.about_human_contacts > span:hover {
    text-decoration: none;
}
.about_human_contacts > p {
    display: none;
}

body .owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.owl-video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#itemDetails .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
}
#itemDetails .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
}

.selection-item-link.item-link-mattis .new-img-slide {
	left: 15px;
	right: 15px;
}
.gallery-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-item {
    margin: auto;
}
.gallery-item .new-img-slide {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 20;
}
.gallery-item .new-img-slide span {
	width: 20%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.gallery-item .new-img-slide span::after {
	width: 100%;
	height: 2px;
	background-color: rgba(232,232,232,.8);
	margin: 0 2px 2px;
	content: '';
	display: none;
}
.gallery-item .new-img-slide span:hover::after {
	background-color: #0091d9;
}
.gallery-item:hover .new-img-slide span::after {
	display: block;
}
body .gallery-item:hover > img {
    opacity: 1;
}

.gallery-fancybox-item a:not(:first-child) {
    display: none;
}
.description_text  {
    height: 200px;
    overflow-y: auto;
}
#toolsPanel.fixed {
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
}

#tableApplications_wrapper .dataTables_length,
#tableCommercial_wrapper .dataTables_length {
    display: none;
}
#tableApplications_wrapper .dataTables_info,
#tableCommercial_wrapper .dataTables_info {
    display: none;
}
table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
    top: 0;
}
.base-page .form-group-default.form-group-default-select2 .select2-container .select2-selection--single {
    height: 45px;
}

.base-page .form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
    /* height: 45px; */
    min-height: 0;
}

.base__filter-text {
    margin: 0;
}

.card-body.base__panel {
    padding-top: 5px;
    padding-bottom: 5px;
}

.gallery-item[data-height="1"] {
    height: 70px;
}
.gallery-item[data-width="1"] {
    width: 130px;
}
.base-page .description_text {
    height: 90px;
}
.base-page .base__card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.base-page .card {
    margin-bottom: 2px;
}
.base-page .object-card-container {
    margin-bottom: 2px;
}

.btn-publicate {
    width: 140px !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    margin-right: 10px;
}
.example.changed label {
    display: none;
}

.example.changed label {
    display: none;
}
.example.changed .select2-selection__rendered {
    position: absolute;
    top: 3px;
}
.object-card__dropdowns {
    display: flex;
    align-items: center;
}

.dropdown-toggle.btn-publicate:focus {
    box-shadow: none !important;
}

.about_human_contacts.show-contact {
    cursor: pointer;

}

.about_human_contacts.show-contact span {
    display: none;
}

.about_human_contacts.show-contact p {
    display: block;
    line-height: 21px;
    width: 124px;
    white-space: nowrap;
}

.row-details {
    opacity: 0;
}

.row-details.show {
    opacity: 1;
    transition: opacity 0.15s;
}

.table.table-condensed.table-detailed > tbody > tr[aria-expanded="true"] > td:first-child:before {
    transform: rotate(90deg);
}

.table.table-condensed tbody tr .tooltip__cont *:not(.dropdown-default) {
    overflow: unset;
}

.table.table-condensed thead tr th,
.table.table-condensed tbody tr td,
.table.table-condensed tbody tr td *:not(.dropdown-default) {
  white-space: nowrap;
  vertical-align: middle;
  overflow: visible;
  text-overflow: ellipsis;
}

@media(max-width: 1599px) {
    .table.table-condensed thead tr th,
.table.table-condensed tbody tr td,
.table.table-condensed tbody tr td *:not(.dropdown-default) {
    white-space: normal;
}
}
.table.table-condensed tr:hover > td {
    background-color: #fafafa;
}

.tooltip__cont {
    position: relative;
}

.tooltip__item {
    position: absolute;
    display: none;
    z-index: 2;
    width: 200px;
    height: auto;
    top: 90%;
    left: 100%;
    text-align: left;
    background-color: #f3f3f3;
    border-color: #626262;
    color: #626262;
    padding: 5px 10px;
    box-shadow: 0px 0px 1px 1px;
}
.proposals-table .tooltip__item {
    top: 26px;
}
.tooltip__item.tooltip__item--link {
    left: -60px;
}
table.dataTable tr:last-child .tooltip__item.tooltip__item--link{
	top: auto;
	bottom: 26px;

}
table.dataTable tr:last-child .proposals-table .tooltip__item{
}
.tooltip__cont:hover .tooltip__item {
    display: block;
    z-index: 1070;
}

.table-report .tooltip__cont .tooltip__item {
    display: none !important;
}


.error {
    margin-top: -10px;
}

.modal-open .proposals-filter .select2-container {
    z-index: 1;
}

/* .dataTables_paginate {
    display: none;
} */
th.checkbox_td .checkbox {
    position: relative;
    left: 2px;
}
.table.table-hover th.checkbox_td::after {
    width: 0;
}

.input-daterange .form-group {
    display: flex;
    align-items: center;
}

.input-daterange .form-group .form-control {
    height: 52px;
}

.input-daterange .form-group label {
    margin-bottom: 0;
    margin-right: 10px;
}


table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    top: 0;
    bottom: 0;
    height: 100%;
    background-repeat: no-repeat;
}

.page_table_sort .form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
    min-height: 30px;
}
.page_table_sort .custom_calendar_select input {
    height: 42px;
}

.page_table_sort .search_table_block {
    width: 100%;
    padding: 0 5px;
}
#search-table {
    min-height: 42px;
    width: 100%;
}
#tableApplications_wrapper .proposals-table {
    min-width: 963px;
}
.dashboard-page .card:hover,
.dashboard-page .card:focus {
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.views-date {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.views-date__date {
    margin-right: 10px;
}
body {
    /* height: auto; */
}
body.dashboard {
    background-color: #ECECEC;
}
body.dashboard .page-container {
    background-color: #ECECEC;
}
@media (max-width: 1199px) and (min-width: 768px) {
    .views-date {
        justify-content: flex-end;
        width: 90%;
    }
}
@media (max-width: 767px) and (min-width: 577px) {
    .views-date {
        justify-content: space-between;
        width: 90%;
    }
}
@media (max-width: 576px) {
    .views-date {
        justify-content: center;
    }
}
@media (min-width: 1300px) {
    #tableCommercial_wrapper .table-responsive {
        overflow-x: inherit;
    }
    #tableCommercial_wrapper .tooltip__item {
        top: -84px;
    }
}
@media (min-width: 1200px) {
    #tableApplications_wrapper .table-responsive {
        overflow-x: inherit;
    }
    #tableApplications_wrapper .tooltip__item {
        top: -84px;
    }
    .page_table_sort .search_table_block {
        margin-left: auto;
        width: auto;
    }
    #search-table {
        min-height: 42px;
        width: 250px;
    }
    .page_table_sort .col-custom {
        max-width: 250px;
    }
    .dataTables_wrapper .row:first-child {
        height: 0;
    }
    div.dataTables_wrapper div.dataTables_filter {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
        position: relative;
        top: -119px;
        right: 0px;
    }
}

@media(min-width: 992px) {
    .table-responsive .col-sm-12 {
        overflow-x: scroll;
    }
    .proposals-table {
        overflow-x: scroll;
        min-width: 900px;
    }
}

.table.commercial-table th:last-child::after,
.table.proposals-table th:last-child::after,
.table.users-table th:last-child::after {
    display: none;
}

.table th .checkbox label::after {
    left: 0.5px;
    top: 0;
}

.table .checkbox label::after {
    left: 0.5px;
    top: 1px;
}

.from-to-filter {
    display: flex;
}


.from-to-filter .form-group {
    height: 46.5px;
    width: 50%;
}
.form-group--label label {
    margin-bottom: 6px;
}
.from-to-filter .form-group:first-child {
    margin-right: 10px;
}
.from-to-filter .form-group label {
    margin-right: 10px;
}
.table.table-hover tbody tr:hover > td {
    background: #daeffd !important;
}
.table.table-hover tbody .row-details:hover td {
    background: #fff !important;
}
.table.table-hover .table-inline tbody tr:hover,
.table.table-hover .table-inline tbody tr:hover > td {
    background: #daeffd !important;
}
.select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: #f0f0f0;
}
@media (min-width: 576px) and (max-width: 992px) {
    .from-to-filter {
        flex-direction: column;
    }
    .from-to-filter .form-group {
        width: 100%;
    }
}
.form-group--label {
    margin-bottom: 0px;
}
.object-card .gallery-item {
    margin-top: 0;
    margin-bottom: 10px;
}
@media(min-width: 576px) and (max-width: 1199px) {
    .views-wrapper {
        /* padding-left: 50px; */
        align-self: flex-start;
    }
}
@media (min-width: 1600px) {
    .col-1600-2 {
        flex: 0 0 16.6% !important;
        max-width: 16.6% !important;
    }
    .col-1600-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
@media (min-width: 1440px) {
    .col-1440-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
@media (max-width: 1600px) {
    .about_human_contacts.show-contact p {
        white-space: normal;
    }
    #tableCommercial.proposals-table .btn_change_responsible {
        font-size: 0px;
        display: flex;
        align-items: center;
        padding: 6px 10px;
    }
    #tableCommercial.proposals-table .btn_change_responsible i {
        font-size: 18px;
        margin-right: 0px;
    }
}
@media (max-width: 1400px) {
    .proposals-table .btn_change_responsible {
        font-size: 0px;
        display: flex;
        align-items: center;
        padding: 6px 10px;
    }
    .proposals-table .btn_change_responsible i {
        font-size: 18px;
        margin-right: 0px;
    }
}
.collapse:not(.show) {
    display: none !important;
}

@media (max-width: 1200px) {
    #tableApplications_wrapper .tooltip__item {
        top: -54px;
    }
}
/* .row-details {
    max-height: 0 !important;
}

.row-details.show {
    max-height: auto !important;
    transition: max-height 0.5s;
} */
.base-search__container {
    position: fixed;
    z-index: 1000;
    top: 7px;
    left: 50%;
    width: 60%;
    height: 45px;
    transform: translateX(-64%);
}

@media (max-width: 767px) {
    .base-search__container {
        height: 45px;
        top: 1px;
        width: 50%;
        left: 10%;
        transform: none;
    }
}

@media (max-width: 480px) {
    #tableCommercial.proposals-table .btn_change_responsible {
        font-size: 14px;
        display: block;
        padding: 6px 10px;
    }
    #tableCommercial.proposals-table .btn_change_responsible i {
        font-size: 14px;
        margin-right: 5px;
    }
    .proposals-table .btn_change_responsible {
        font-size: 14px;
        display: block;
        padding: 6px 10px;
    }
    .proposals-table .btn_change_responsible i {
        font-size: 14px;
        margin-right: 5px;
    }
    .base-search__container {
        width: 30%;
        left: 20%;
    }
}

.base__panel .checkbox {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 350px;
    height: 45px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 20px;
}

.btn_custom_st_1 {
    min-width: 50px !important;
    width: 50px !important;
}
.wrap_edit_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.object-card__dropdowns div:last-child {
    margin-right: 0;
}
.object-card__dropdowns .dropdown.show .dropdown-menu {
    left: inherit !important;
    right: 0px !important;
}


/*календарь (выбор дат)*/
.custom_calendar_select label {
    margin-bottom: 0px;
    cursor: pointer;
}
.custom_calendar_select input {
    height: 54px;
}
.daterangepicker .applyBtn {
    margin-bottom: 10px;
}
.daterangepicker .applyBtn,
.daterangepicker .cancelBtn {
    width: 100px;

}
.daterangepicker .ranges {
    height: 177px;
    align-items: center;
    display: flex;
}
.daterangepicker .daterangepicker_start_input,
.daterangepicker .daterangepicker_end_input  {
    display: none;
}
.daterangepicker .range_inputs {
    text-align: center;
}
/* .dropdown-menu {
    transform: none !important;
    top: 110%;
} */

.header-icon .counter {
    display: block;
    position: absolute;
    padding-top: 2px;
    padding-bottom: 2px;
    min-width: 15px;
    height: 15px;
    text-align: center;
    top: -10px;
    right: -10px;
    color: white;
    font-size: 12px;
    background-color: red;
    border-radius: 50%;
}
.btn.btn-primary {
    background-color: #4db7fe;
    border-color: #4db7fe;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #80ccff;
    border-color: #80ccff;
}

.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #19a3ff;
    border-color: #19a3ff;
}

.bg-primary {
    background-color: #4db7fe !important;
}

.daterangepicker .drp-buttons .btn {
    margin-bottom: 0px;
}

@media (max-width:1440px) and (min-width: 1200px) {
    .object-card .flex-column {
        flex: auto;
        max-width: none;
    }
    .card.card-default .object-card .description {
        padding-left: 50px;
    }
}
@media (max-width:1440px) {
    .description_text {
        display: none !important;
    }
    .object-card {
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    #zoneAddObject .info_drop_text {
        font-size: 16px;
        text-align: center;
    }
    .table-responsive-block table {
        display: flex !important;
    }

    .object-card {
        padding-right: 0;
    }
    .object-card .photo {
        margin-left: 0;
    }

    .custom_calendar_select {
        margin-bottom: 10px;
    }
    .daterangepicker.dropdown-menu {
        max-width: 250px;
    }
    .daterangepicker .applyBtn {
        margin-bottom: 0px;
    }
    .daterangepicker .ranges {
        justify-content: center;
        height: auto;
        width: 100%;
    }
}

@media (max-width:576px) {
    .daterangepicker .drp-buttons .btn {
        margin-bottom: 8px;
    }
    #zoneAddObject .count_file {
        max-width: 320px;
        width: 100%;
        font-size: 14px;
        margin-left: -160px;
    }
    h5 {
        font-size: 14px;
    }
    .input-daterange div:first-child {
        margin-right: 0;
    }
    .card-body .object-card {
        padding: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .indicators {
        margin-right: 10px;
        width: 210px;
    }
    .indicators .line {
        width: 230px;
    }
    .object-card .gallery-item {
        width: 130px !important;
        height: 70px !important;
    }
}

@media (max-width: 575px) {
    .object-card .gallery-item {
        width: 100% !important;
        height: auto !important;
    }
    .object-card {
        padding-right: 40px;
    }
}

@media (min-width:768px) {
    .no-padding-md {
        padding: 0 !important;
    }
}
@media (max-width:1199px) {
    .card-body .object-card .description {
        margin-bottom: 20px;
    }
    .card-controls {
        width: 100%;
        align-items: center;
    }
    .indicator-dropdown {
        width: 100%;
    }
}

@media (max-width:1199px) {
    .no-margin-xl {
        margin-bottom: 0 !important;
    }
    .object-card .description {
        margin: 0;
    }
    /* .card-controls {
        flex-direction: row-reverse;
    } */
}

@media (max-width: 480px) {
    .daterangepicker {
        left: 50% !important;
        margin-left: -139px;
    }
    td label {
        display: block;
    }
    .table.table-hover tbody tr:hover td {
        background-color: #fff !important;
    }
    table.table-hover tbody tr td {
        background-color: #fff !important;
    }
    .table-responsive-block tr:last-child {
        margin-bottom: 0;
    }
    table.dataTable {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    /* .tooltip__item {
        top: -120px;
        right: 0;
        left: inherit;

    } */
    #zoneAddObject {
        padding-top: 50px;
        justify-content: center !important;
    }
    #zoneAddObject.active_f {
        padding-top: 30px;
    }
    #zoneAddObject .count_file {
        max-width: 240px;
        width: 100%;
        font-size: 14px;
        margin-left: -120px;
    }
    .object-card .photo {
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .profile-data {
        margin-right: 0;
    }
    .modal-dialog {
        display: block !important;
     }

     .modal.fade.slide-up {
        top: 10% !important;
     }

     .modal.fade.slide-up .modal-content-wrapper {
        display: block !important;
     }
}

@media (max-width: 576px) and (orientation: landscape) {

    .login-container  p {
        padding-top: 0px !important;
    }

    .login-container > div {
        padding-top: 25px !important;
    }
}
@media (max-width: 576px) {
	.card-body .object-card .description {
		margin-bottom: 10px;
	}
	.base-search__container {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}
}

.object-card__dropdowns .dropdown.show .dropdown-menu {
	transform: translate3d(-10px, 30px, 0px) !important;
}
.photos-loads {
	margin-bottom: 20px;
}
.photos-loads a {
}
.photos-loads a img {
	margin-bottom: 10px;
	display: block;
}
.j-delete-image {
	display: block;
	text-align: center;
	cursor: pointer;
}
.photo-image-item {
	float: left;
	display: block;
	vertical-align: top;
	padding: 10px;
	border-radius: 5px;
	background: #f1f1f1;
	border:1px solid #c6c6c6;
	margin: 10px;
}
.photos-loads::after {
	content: "";
	display: block;
	clear: both;
}
.photos-loads a img {
	width: 150px;
}
.btn.btn-primary {
	background-color: #1385d1;
    border-color: #1385d1;
}
.object-card-container:hover,
.object-card-container:focus {
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.form-group label:not(.error) {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body.dashboard .page-container {
	background: #c1c1c1;
}
body.dashboard {
	background: #c1c1c1;
}
.even td {
	background: #fff !important;
}
.table thead tr th {
	background: #f1f1f1;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	border: none;
}
.table thead tr th {
	color: rgba(44, 44, 44, 0.89);
}
th.j-order-custom {
	cursor: pointer;
}
th.j-order-custom.custom_desc::after {
	display: inline-block;
	content: "";
	border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    margin-left: 10px;
    margin-top: -2px;
    width: 0;
}
th.j-order-custom.custom_asc::after {
	display: inline-block;
	content: "";
	border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    margin-left: 10px;
    margin-top: -2px;
    width: 0;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.price-object-detail {
	position: relative;
}
.ipoteka-value {
	/*position: absolute;*/
	font-size: 12px;
    top: calc(100% - 7px);
}
.owl-item .slide {
	background-size: contain !important;
}
.object-detail-description__link {
	color: #626262;
	display: none;
	font-weight: bold;
	text-decoration: underline;
}
@media (max-width:1440px) {
	.object-detail-description__link {
		display: block;
	}
}
@media (max-width:1199px) {
	.ipoteka-value {
		display: none;
	}
}
@media (max-width:575px) {
	.object-detail-description__link {
		display: block;
		text-align: center;
	}
}
.tooltip-description {
	position: absolute;
	top: calc(100% + 10px);
	background: #dcdcdc;
	border:1px solid #919191;
	padding: 10px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
.tooltip-description p {
	text-align: left;
}
.object-detail-description__link .tooltip-description {
	font-weight: 400;
	text-align: left;
}
.object-detail-description__link:hover,
.object-detail-description__link:active {
	color: #626262;
}
.objectPDF__propertiy .objectPDF__label::before {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 5px;
}

.prop-icon-area .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-area.png');
}

.prop-icon-build .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-build.png');
}

.prop-icon-cadastral .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-cadastral.png');
}

.prop-icon-classtype .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-classtype.png');
}

.prop-icon-comission .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-comission.png');
}

.prop-icon-distance .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-distance.png');
}

.prop-icon-owners .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-owners.png');
}

.prop-icon-repair .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-repair.png');
}

.prop-icon-stair .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-stair.png');
}

.prop-icon-typehouse .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-typehouse.png');
}

.prop-icon-wall .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-wall.png');
}

.prop-icon-zalog .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-zalog.png');
}

.prop-icon-rooms .objectPDF__label::before {
	content: "";
	background-image: url('../img/pdf_icons/icon-rooms.png');
}
.form-control,
.form-group-default,
.radio label:before, .checkbox label:before {
	border-color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1440px) {
	.ipoteka-value {
		top: auto;
		bottom: -1px;
		left: 106%;
		white-space: nowrap;
	}
}
input[type="text"][disabled],
textarea[disabled] {
	color: #606060 !important;
}
a.btn-fast-edit.btn {
	line-height: 30px;
	font-size: 16px;
}

.base-search__container .inline-block-search-form {
	display: inline-block;
	vertical-align: top;
}
.base-search__container .inline-block-search-form.small-text-field {
	width: 100px;
}
.base-search__container .inline-block-search-form.big-text-field {
	width: 35%;
	margin-left: 20px;
}
.base-search__container .form-group-default .form-control {
	height: 20px;
	min-height: 20px;
}
@media (max-width:1400px) {	
	.base-search__container .inline-block-search-form.big-text-field {
		width: 25%;
	}
}
@media (max-width:1130px) {
	.base-search__container {
		left: 47%;
	}
	.base-search__container .inline-block-search-form.big-text-field {
		margin-left: 0px;
	}
	.base-search__container .form-group-default {
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 3px;
		white-space: nowrap;
	}
	.base-search__container .form-group label:not(.error) {
		font-size: 8.5px;
	}
}
@media (max-width:1083px) {	
	.base-search__container .inline-block-search-form.big-text-field {
		width: 20%;
	}
	.base-search__container .inline-block-search-form.small-text-field {
		width: 100px;
	}
	.base-search__container .inline-block-search-form.middle-text-field {
		width: 90px;
	}
}
@media (max-width:998px) {	
	.base-search__container .inline-block-search-form.big-text-field {
		width: 25%;
	}

}

@media (max-width:900px) {	
	.base-search__container .inline-block-search-form.big-text-field {
		width: 27%;
	}
	.base-search__container .inline-block-search-form.small-text-field {
		width: 70px;
	}
}
@media (max-width:811px) {	
	.base-search__container {
		width: 54%;
	}
	.base-search__container .form-group-default {
		padding-left: 3px;
		padding-right: 3px;
	}
	.base-search__container .inline-block-search-form.middle-text-field,
	.base-search__container .inline-block-search-form.small-text-field {
		width: 65px;
	}	
}
@media (max-width:767px) {	
	.base-search__container .inline-block-search-form.big-text-field {
		width: 28%;
	}	
	.base-search__container .inline-block-search-form.big-text-field {
	
		margin-left: 0px;
	}
	.base-search__container .inline-block-search-form.big-text-field .form-group-default{
		padding-top: 2px;
		padding-bottom: 0px;
	}
	.base-search__container {
		left: 7%;
		width: 55%;
	}
	.base-search__container .form-group-default {
		padding-top: 2px;
		padding-bottom: 0px;
	}
	
}
@media (max-width:705px) {	
	.base-search__container .inline-block-search-form.middle-text-field,
	.base-search__container .inline-block-search-form.small-text-field {
		width: 45px;
	}	
	.base-search__container {
		width: 47%;
	}
	
}
@media (max-width:576px) {
	.base-search__container .form-group label:not(.error) {
		font-size: 10.5px;
	}
	.base-search__container .form-group-default {
	    padding-top: 7px;
	    padding-left: 12px;
	    padding-right: 12px;
	}	
	.base-search__container {
		width: 100%;
	}

	.base-search__container {
		height: auto;
		left: auto;
	}
	.base-search__container .inline-block-search-form.big-text-field {
		width: 100%;
	}
	.base-search__container .inline-block-search-form.small-text-field,
	.base-search__container .inline-block-search-form.middle-text-field  {
		display: inline-block;
		width: calc(50% - 2px);
	}	
}
.j-avito-submit-form .row .col-md-2,
.j-avito-submit-form .row .col-md-4,
.j-avito-submit-form .row .col-md-6{
	line-height: 35px;
}
.j-avito-submit-form .row .col-md-6{
	text-align: left;
}
.avito-cont-label label {
	position: relative;
}
.avito-cont-label label span {
    position: absolute;
    left: 0px;
    bottom: 22px;
    font-size: 10px;
    white-space: nowrap;
}
.page-sidebar {
	z-index: 10000;
}
#modalAvito .modal-content.text {
	max-height: 100vh;
	overflow-y: scroll;
}
.label-indicator label {
	padding-right: 13px;
	font-size: 10px;
	line-height: 10px;
}
.m-b-15 {
	margin-bottom: 15px;
}
@media (max-width:360px) {
	.profile-text {
		font-size: 10px !important;
		margin-top: 0px !important;
	}
	.pg-alt_menu_alerts {
		margin-right: 10px !important;
	}
}
.avito-cont-label + .avito-cont-label label span {
	margin-left: 5px;
}
.mobile-label-xml-table {
	display: none;
}
#modalXML {
	z-index: 9999;
}
@media (max-width:767px) {
	body.modal-open {
		max-height: 100vh;
		max-height: 100%;
		height: 100vh;
		height: 100%;
		overflow: hidden !important;
	}
	#modalXML.modal.fade.slide-up.disable-scroll {
		overflow-y: scroll;		
	}
	#modalXML .modal-dialog {
		max-height: 80vh;
		overflow-y: scroll;
	}	
	.j-xml-submit-form button {
		white-space: normal;
	}
	.hide-mobile-title-xml {
		display: none;
	}
	.mobile-label-xml-table {
		display: inline;
	}
	.mobile-text-left div{
		text-align: left !important;
	}
	.mobile-text-left {
		margin-bottom: 20px;
	}
	.mobile-text-left .tooltip__item {
		left: 15px;
	}
}
#map2gis {
	width: 100%;
	height: 500px;
	margin-bottom: 2px;
}
.btn.j-toggle-map.map-showed {
    background: #1385d1;
    color: #fff;	
}
.map2gis-wrapper {
	position: relative;
}
.btn-draw-map {
	position: absolute;
    right: 70px;
    top: 10px;
    background: #fff;
    width: auto;
    height: 40px;
    line-height: 30px;
    font-weight: bold;
    padding: 0px 15px;
    border-radius: 20px;
    z-index: 10;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 40%);
    border: 5px solid #3a3a3a;
}
.btn-draw-map.draw-mode {
    color: #fff;
    background: #1385d1;	
}
.j-xml-submit-form .col-md-2 {
	-ms-flex: 0 0 calc(100%/7);
    flex: 0 0 calc(100%/7);
    max-width:calc(100%/7);
}