.no-image-placeholder {
  background: #f4f6f3;
  cursor: default;
  pointer-events: none;
  text-align: center;
  position: relative;
}

.no-image-placeholder:after {
  display: block;
  top: 45%;
  content: 'Нет изображения';
  color: rgba(0, 0, 0, .5);
  user-select: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.children-image.no-image-placeholder:after {
  display: none;
}

.no-image-placeholder .object-image-text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 20px;
}

.no-image-placeholder .object-image-text span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.pointer-events-default {
  pointer-events: auto;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.awaiting {
  pointer-events: none;
  opacity: .5;
}

ul.breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

ul.breadcrumbs li {
  display: inline-block;
  font-size: 12px;
  color: #101312;
}

ul.breadcrumbs li:after {
  content: '/';
  color: #101312;
  padding: 0 5px;
}

ul.breadcrumbs li:last-child:after {
  content: '';
  display: none;
}

ul.breadcrumbs li a {
  text-decoration: none;
  /*color: #797979;*/
  color: #1d7ecf;
}

ul.breadcrumbs li a:hover {
  text-decoration: underline;
}

.ex-tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.ex-tabs > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.ex-tabs > li.active {
}

.ex-tabs-contents {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.ex-tabs-contents > li {
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.ex-tabs-contents > li {
  display: none;
}

.ex-tabs-contents > li.active {
  display: block;
}

.auth-block {
  background: #fff;
  margin: 40px auto;
  width: 384px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  position: relative;
}

.auth-block .ex-tabs {
  background: #f4f6f3;
  padding: 0 30px;
}

.auth-block .ex-tabs li {
  margin-right: 30px;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
}

.auth-block .ex-tabs li.active {
  border-bottom: solid 2px #ee9d06;
}

.auth-block .ex-tabs li a:hover {
  color: #686868;
}

.auth-block .ex-tabs li.active a {
  color: #000;
}

.auth-block .ex-tabs a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 13px 0;
  color: #797979;
}

.auth-block .ex-tabs-contents {
  padding: 15px 30px;
}

.auth-block .ex-sub-tabs {
  display: table;
  border: 0;
  border-spacing: 0;
  padding: 0;
  margin: 15px 0 25px 0;
  width: 100%;
}

.auth-block .ex-sub-tabs li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #cfcfcf;
  border-right: 0;
  padding: 0 8px;
}

.auth-block .ex-sub-tabs li:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.auth-block .ex-sub-tabs li:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: solid 1px #cfcfcf;
}

.auth-block .ex-sub-tabs li.active {
  background: #f9e1b3;
}

.auth-block .ex-sub-tabs li a {
  display: block;
  padding: 5px 0;
  color: rgba(0, 0, 0, .9);
  white-space: nowrap;
}

.auth-block .ex-sub-tabs li a:hover {
}

.auth-block .ex-sub-tabs li.active a {
  color: rgba(0, 0, 0, .9);
}

.auth-block [data-view].hidden {
  display: none;
}

.auth-block form {
  margin: 0;
  padding: 0;
  position: relative;
}

.auth-block form > div {
  margin: 0 0 15px 0;
}

.auth-block form > div:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}

.auth-block label[for] {
  margin-top: 6px;
  height: 24px;
  width: 120px;
  float: left;
}

.auth-block form span {
  color: #f00;
}

.auth-block input:not([type="checkbox"]) {
  height: 30px;
  width: 204px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  margin: 0;
  padding: 5px;
  outline: 0;
}

.auth-block input:not([type="checkbox"]):focus {
  border-color: #159564;
  box-shadow: 0 0 6px -3px #159564;
}

.auth-block input:not([type="checkbox"]):after {
  content: '';
  display: block;
  clear: both;
  float: none;
}

.auth-block label p {
  display: inline-block;
  padding: 0;
  margin: -18px 0 0 20px;
  font-size: 12px;
  color: #8f8f8f;
}

.auth-block .login-form label p {
  margin: 0 0 0 6px;
  position: relative;
  top: -2px;
}

.auth-block input[type="checkbox"] {
  padding: 0;
  margin: 0;
  user-select: none;
}

.auth-block form button {
  display: inline-block;
  padding: 9px 0;
  margin: 0 0 0 0;
  background: #159564;
  color: #fff;
  border: solid 1px #159564;
  font-size: 13px;
  border-radius: 2px;
  width: 55%;
  outline: 0;
}

.auth-block form button:hover {
  background: #fff;
  color: #159564;
  border: solid 1px #159564;
}

.auth-block form a {
  outline: 0;
  position: absolute;
  bottom: 11px;
  left: 0;
}

.auth-block form a:hover {
  text-decoration: underline;
}

.text-right {
  text-align: right;
}

.success-block ul {
  display: block;
  list-style-type: none;
  padding: 6px 12px 7px 12px;
  margin: 10px 0;
  background: rgba(32, 224, 0, .1);
  border: solid 1px rgba(64, 128, 0, .2);
  color: #000;
  border-radius: 2px;
}

.error-block ul {
  display: block;
  list-style-type: none;
  padding: 6px 12px 7px 12px;
  margin: 10px 0;
  background: rgba(255, 0, 0, .1);
  border: solid 1px rgba(255, 0, 0, .2);
  color: #000;
  border-radius: 2px;
}

.forgot-form {
  display: none;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 999;
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.modal-dialog {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
}

/* close button */
div.close-button {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 15px;
  width: 23px !important;
  height: 23px !important;
  overflow: hidden;
  cursor: pointer;
}

div.close-button:hover {
  /* background: #000; */
}

div.close-button:hover::before,
div.close-button:hover::after {
  background: #000;
}

div.close-button::before,
div.close-button::after {
  content: '';
  position: absolute;
  height: 1pt;
  width: calc(100% - 10px);
  left: 5px;
  top: 50%;
  margin-top: -1px;
  background: #797979;
}

div.close-button::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.close-button::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.info-block {
  display: block;
  padding: 15px 30px;
  background: rgba(32, 224, 0, .1);
  border: solid 1px rgba(64, 128, 0, .2);
  color: #000;
  border-radius: 2px;
}

.modal-content {
  background: #fff;
  margin: 40px auto;
  padding: 50px 30px 30px 30px;
  max-width: 360px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  position: relative;
  text-align: center;
}

button.close-button {
  text-align: center;
  display: block;
  width: 100px;
  margin: 30px auto 0 auto;
  padding: 9px 0;
  background: #159564;
  color: #fff;
  border: solid 1px #159564;
  font-size: 13px;
  border-radius: 2px;
  outline: 0;
}

button.close-button:hover {
  background: #fff;
  color: #159564;
  border: solid 1px #159564;
}

.default-button {
  display: inline-block;
  padding: 9px 24px;
  margin: 0 0 0 0;
  background: #159564;
  color: #fff;
  border: solid 1px #159564;
  font-size: 13px;
  border-radius: 2px;
  outline: 0;
}

.default-button:hover {
  background: #fff;
  color: #159564;
  border: solid 1px #159564;
}

.js-per-page-count {
  display: inline-block;
  width: auto !important;
  float: right !important;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  color: #101312;
  line-height: 25px;
  height: 24px;
}

/* styles for '...' */
.object__name__link {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}

/*.news-content * {
  background: transparent !important;
  color: #000 !important;
}*/

.news-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: none !important;
}

.news-content td {
  background: transparent !important;
  border: solid 1px #dfdfdf !important;
  vertical-align: top !important;
  padding: 10px 20px !important;
}

.news-content img {
  max-width: 100% !important;
}

.news-content ul, .news-content ol {
  /*background: #ccc !important;*/
  margin: 0 !important;
  padding: 0 0 0 2em !important;
}

.news-content iframe {
  display: none !important;
  pointer-events: none !important;
}

.news-item .news-image {
  padding: 0 20px 20px 0 !important;
  width: 50% !important;
  float: left !important;
  height: auto !important;
}

a.disabled {
  pointer-events: none;
  opacity: .5;
  color: #000 !important;
  text-decoration: none !important;
}

a.disabled i {
  color: #444 !important;
}

.js-location-container {
  position: absolute;
  display: block;
  top: 18px;
  /*left: 0;*/
  z-index: 100000;
  margin-left: -25px;
}

.js-location-container.full {
  margin-left: 0;
  top: 19px;
}

.js-location-dialog {
  display: none;
  position: absolute;
  background: #fff;
  top: 100px;
  left: 100px;
  width: 500px;
  height: 350px;
  z-index: 100002;
  box-shadow: inset 0 53px 0 #f4f6f3, 0 0 20px rgba(0, 0, 0, .5);
}

.js-location-splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  display: none;
  z-index: 100001;
}

@media screen and (max-width: 1024px) {
  .js-location-container {
    top: 0 !important;
    left: 0;
    margin-left: 0 !important;
    position: fixed;
  }

  .js-location-container.open {
    width: 100%;
    height: 100%;
  }

  .js-location-dialog {
    top: 0;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #fff !important;
    position: absolute;
    padding: 1px;
    margin: auto;
  }
}

.js-location-dialog:after {
  bottom: 100%;
  left: 26px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f4f6f3;
  border-width: 6px;
  margin-left: -6px;
}

.js-location-dialog-inner {
  margin: 30px 20px 30px 20px;
  opacity: 0;
  font-size: 13px;

}

.js-location-dialog-inner a:hover {
  text-decoration: underline;
}

.js-location-dialog-inner > p:first-child {
  border-bottom: solid 1px #efefef;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.js-location-dialog-inner p:first-child a {
  padding: 0;
  margin: 0;
}

.js-location-dialog-inner p:first-child a:after {
  display: inline-block;
  content: '›';
  margin: 0 4px 0 8px;
  color: #9f9f9f;
  text-decoration: none !important;
}

.js-location-dialog-inner p {
  padding: 0;
  margin: 0;
  color: #777;
}

.js-location-dialog-inner ul {
  list-style-type: none;
  padding: 0;
  margin: 5px 0 15px 0;
}

.scrolling-wrapper {
  max-height: 215px;
  overflow-y: auto;
}

.js-location-dialog-inner ul li {
  display: block;
  padding: 3px 0;
}

.js-location-dialog .close-button {
/ / top: 20 px;
/ / right: 20 px;
}

.js-location-dialog h4 {
  padding: 0;
  margin: 16px 0 0 20px;
  font-size: 15px;
  font-weight: 600;
}

.js-slide-dialog {
  background: #fff;
  width: 920px;
  /*height: calc(640px + 53px);*/
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.pdf-slides {
  width: 100%;
  height: 640px;
}

@media screen and (max-width: 940px) {
  .js-slide-dialog {
    width: 800px;
    /*height: calc(600px + 53px);*/
  }

  .pdf-slides {
    width: 100%;
    height: 600px;
  }
}

@media screen and (max-width: 800px) {
  .js-slide-dialog {
    width: 580px;
    /*height: calc(435px + 53px);*/
  }

  .pdf-slides {
    width: 100%;
    height: 435px;
  }
}

@media screen and (max-width: 640px) {
  .js-slide-dialog {
    width: 400px;
    /*height: calc(300px + 53px);*/
  }

  .pdf-slides {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .js-slide-dialog {
    width: 320px;
    /*height: calc(240px + 53px);*/
  }

  .pdf-slides {
    width: 100%;
    height: 240px;
  }
}

.js-slide-dialog {
  box-shadow: inset 0 53px 0 #f4f6f3, 0 0 20px rgba(0, 0, 0, .5);
  position: relative;
}

.js-slide-dialog h4 {
  padding: 16px 32px 16px 0;
  margin: 16px 0 0 20px !important;
  display: block;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}

.center-text {
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #cfcfcf;
  line-height: 0.1em;
  margin: 15px 0;
  display: block;
  font-size: 13px;
}

.center-text span {
  background: #fff;
  padding: 0 10px;
}

.lg-toolbar, .lg-group {
  background: transparent !important;
}

.page_wrap:after, .page_wrap .news-item:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}

/* попап новости кп */
.mfp-content .news-item {
  margin: 30px auto;
  background: #fff;
  width: 800px;
  min-height: 400px;
  overflow-y: auto;
  position: relative;
  padding: 10px 30px 30px 30px
}

/* дальше идет ниндзя-адаптив */
@media screen and (max-width: 830px) {
  .mfp-content .news-item {
    width: 100%;
    height: 100%;
  }

  .news-item .padding-right:after {
    content: '';
    display: block;
    float: none;
    clear: both;
  }

  .news-item .padding-right {
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .news-item .news-image {
    width: 100% !important;
    float: none !important;
    padding: 0 0 20px 0 !important;
  }
}

.js-video-list .create__select__column {
  margin-bottom: 5px;
}

.js-remodal-complaint-body label,
.js-remodal-complaint-body select,
.js-remodal-complaint-body textarea,
.js-remodal-complaint-body button {
  display: block;
  margin-bottom: 20px;
}

.js-remodal-complaint-body select,
.js-remodal-complaint-body textarea {
  width: 100%;
  outline: none !important;
  padding: 7px 9px;
}

.js-remodal-complaint-body select {
  width: 100%;
  outline: none !important;
  padding: 5px;
  line-height: 35px;
  height: 35px;
}

.js-remodal-complaint-body label {
  margin-bottom: 5px;
}

.js-remodal-complaint-body button {
  border: none;
  outline: 0;
  padding: 7px 20px;
  border-radius: 3px;
  background-color: #159563;
  color: #fff;
  margin: 7px auto;
}

.js_present_content {
  white-space: nowrap;
}

.js_present_content img {
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.show-on-map {
  margin-top: 0px;
  margin-right: 10px
}

.js-slide-dialog-narrow {
  box-shadow: inset 0 53px 0 53px #f4f6f3, 0 0 20px rgba(0, 0, 0, .5);
  margin-top: 53px;
}

.js-slide-dialog-narrow h4 {
  margin-top: 0 !important;
}

.js-slide-dialog-narrow ul,
.js-slide-dialog-mobile ul {
  background: #fff;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}

.js-slide-dialog-narrow ul li,
.js-slide-dialog-mobile ul li {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  padding: 0 20px;
}

.js-slide-dialog-narrow ul li:first-child,
.js-slide-dialog-mobile ul li:first-child {
  text-align: left;
}

.js-slide-dialog-narrow ul li:last-child,
.js-slide-dialog-mobile ul li:last-child {
  text-align: right;
  padding-right: 60px;
}

.js-slide-dialog-narrow ul li a,
.js-slide-dialog-mobile ul li a {
  display: inline-block;
  padding: 5px 0 3px 0;
  text-decoration: none;
  font-size: 23px;
  color: #000;
  border-bottom: solid 3px transparent;
}

.js-slide-dialog-narrow ul li a.active,
.js-slide-dialog-mobile ul li a.active {
  border-bottom: solid 3px #ec9c07;
}

.js-slide-dialog-narrow .close-button {
  margin-top: -3px;
}

.js-slide-dialog-narrow .js_slider_presentation_nav {
  background: #fff;
}

.js-slide-dialog-mobile [data-slide-tab-content] {
  text-align: center;
  padding: 20px 40px;
}

.js-slide-dialog-mobile h1 {
  color: #159563;
  padding: 0;
  margin: 0;
  font-size: 2em;
  line-height: 1.15em;
  max-width: 100%;
  white-space: normal;
}

.js-slide-dialog-mobile p {
  margin-top: 10px;
  font-size: 1.3em;
  line-height: 1.25em;
}

.js-slide-dialog-mobile h4 {
  margin: 16px 0 0 20px !important;
  padding: 8px 32px 0 0 !important;
  display: block;
}

.js-slide-dialog-mobile ul {
  background: transparent !important;
}

.js-slide-dialog-mobile ul li {
  padding: 0;
  margin: 0;
  height: auto;
}

.js-slide-dialog-mobile ul li a {
  padding: 7px 0 11px 0;
  margin-right: 20px;
  font-size: 1.2em !important;
}

.remodal.question_modal {
  width: 350px;
}

.question_modal h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

.question_modal h3 a {
  color: #159564;
}

.question_modal input, .question_modal textarea {
  height: 30px;
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  margin: 0 0 10px 0;
  padding: 5px;
  outline: 0;
  font-size: 13px;
}

.question_modal input:focus, .question_modal textarea:focus {
  border-color: #159564;
  box-shadow: 0 0 6px -3px #159564;
}

.question_modal textarea {
  height: 165px;
}

.question_modal .remodal__control-span button {
  display: block;
  background: #159564;
  border: none;
  border-radius: 3px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  padding: 8px 0;
}

.question_modal p {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 13px;
}

.remodal__control-span:first-child {
  float: left;
  width: 135px;
  height: 60px;
}

.remodal__control-span:last-child {
  float: right;
  width: 135px;
  height: 60px;
}

.arrow-none, .arrow-asc, .arrow-desc,
.arrow-none:hover, .arrow-asc:hover, .arrow-desc:hover,
.arrow-none:focus, .arrow-asc:focus, .arrow-desc:focus,
.arrow-none:active, .arrow-asc:active, .arrow-desc:active {
  white-space: nowrap;
  outline: none;
  color: #333;
}

.arrow-none:after, .arrow-asc:after, .arrow-desc:after {
  display: inline-block;
  color: #159563;;
  margin-left: 3px;
  font-size: 11px;
}

.arrow-none:after {
  content: '▼';
  color: #cfcfcf;
}

.arrow-asc:after {
  content: '▲';
}

.arrow-desc:after {
  content: '▼';
}
