@import 'normalize.css?6';
@import 'components.css?6';
@import 'ecohub-lk.css?6';
@import 'jquery-ui.structure.min.css';
@import 'jquery-ui.min.css';
@import 'jquery-ui-timepicker-addon.css';
@import 'select2.css';
.smContainer {
  margin: 0 auto;
}
.smWindowHeight {
  min-height: 100%;
}
.smWindowHeight:after {
  content: " ";
  display: block;
}
.smRow:after {
  content: " ";
  display: block;
  clear: both;
}
.smCol {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
}
.smRowC2:after,
.smRowC3:after,
.smRowC4:after,
.smRowC5:after,
.smRowC6:after,
.smRowC7:after,
.smRowC8:after,
.smRowC9:after,
.smRowC10:after {
  content: " ";
  display: block;
  clear: both;
}
.smColW2,
.smColW3,
.smColW4,
.smColW5,
.smColW6,
.smColW7,
.smColW8,
.smColW9,
.smColW10 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
}
.smRowC2>.smCol {
  width: 50%;
}
.smRowC3>.smCol {
  width: 33.333333333333%;
}
.smRowC3>.smColW2 {
  width: 66.666666666667%;
}
.smRowC4>.smCol {
  width: 25%;
}
.smRowC4>.smColW2 {
  width: 50%;
}
.smRowC4>.smColW3 {
  width: 75%;
}
.smRowC5>.smCol {
  width: 20%;
}
.smRowC5>.smColW2 {
  width: 40%;
}
.smRowC5>.smColW3 {
  width: 60%;
}
.smRowC5>.smColW4 {
  width: 80%;
}
.smRowC6>.smCol {
  width: 16.666666666667%;
}
.smRowC6>.smColW2 {
  width: 33.333333333333%;
}
.smRowC6>.smColW3 {
  width: 50%;
}
.smRowC6>.smColW4 {
  width: 66.666666666667%;
}
.smRowC6>.smColW5 {
  width: 83.333333333333%;
}
.smRowC7>.smCol {
  width: 14.285714285714%;
}
.smRowC7>.smColW2 {
  width: 28.571428571429%;
}
.smRowC7>.smColW3 {
  width: 42.857142857143%;
}
.smRowC7>.smColW4 {
  width: 57.142857142857%;
}
.smRowC7>.smColW5 {
  width: 71.428571428571%;
}
.smRowC7>.smColW6 {
  width: 85.714285714286%;
}
.smRowC8>.smCol {
  width: 12.5%;
}
.smRowC8>.smColW2 {
  width: 25%;
}
.smRowC8>.smColW3 {
  width: 37.5%;
}
.smRowC8>.smColW4 {
  width: 50%;
}
.smRowC8>.smColW5 {
  width: 62.5%;
}
.smRowC8>.smColW6 {
  width: 75%;
}
.smRowC8>.smColW7 {
  width: 87.5%;
}
.smRowC9>.smCol {
  width: 11.111111111111%;
}
.smRowC9>.smColW2 {
  width: 22.222222222222%;
}
.smRowC9>.smColW3 {
  width: 33.333333333333%;
}
.smRowC9>.smColW4 {
  width: 44.444444444444%;
}
.smRowC9>.smColW5 {
  width: 55.555555555556%;
}
.smRowC9>.smColW6 {
  width: 66.666666666667%;
}
.smRowC9>.smColW7 {
  width: 77.777777777778%;
}
.smRowC9>.smColW8 {
  width: 88.888888888889%;
}
.smRowC10>.smCol {
  width: 10%;
}
.smRowC10>.smColW2 {
  width: 20%;
}
.smRowC10>.smColW3 {
  width: 30%;
}
.smRowC10>.smColW4 {
  width: 40%;
}
.smRowC10>.smColW5 {
  width: 50%;
}
.smRowC10>.smColW6 {
  width: 60%;
}
.smRowC10>.smColW7 {
  width: 70%;
}
.smRowC10>.smColW8 {
  width: 80%;
}
.smRowC10>.smColW9 {
  width: 90%;
}
.smFLCenter {
  position: relative;
  float: right;
  right: 50%;
}
.smFLCenter .smFLCenterSub {
  position: relative;
  float: left;
  left: 50%;
}
.loading {
  opacity: 0.75;
  cursor: progress;
  pointer-events: none;
}
.loading * {
  pointer-events: none;
}
.fieldError {
  color: #dc4336;
}
#formErr {
  pointer-events: none;
  display: none;
  position: absolute;
  background: #da4003;
  color: #fff;
  padding: 5px 10px;
  z-index: 999999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px -1px 3px 1px rgba(50,50,50,0.25);
  -webkit-box-shadow: 0px -1px 3px 1px rgba(50,50,50,0.25);
  -moz-box-shadow: 0px -1px 3px 1px rgba(50,50,50,0.25);
}
#formErr.active {
  pointer-events: auto;
}
#formErr a {
  color: #fff;
  border-color: #fff;
}
#formErr .bubble {
  position: absolute;
  left: 10px;
  bottom: -8px;
  width: 16px;
  height: 8px;
  background: url('../images/bubble.png') center no-repeat;
}
#formErr.formErrorGreen {
  background: #00B956;
}
#formErr.formErrorGreen .bubble {
  background: url('../images/bubble_green.png') center no-repeat;
}
#fUserReg .form-step {
  display: none;
}
#fUserReg .form-step.open {
  display: block;
}
#fUserReg .slider--login-form {
  position: relative;
}
#fUserReg .btn--login-form-prev-step {
  display: none;
}
#fUserReg #labelUserPhotoFile {
  color: #2bac8c;
  margin-bottom: 0px;
  font-weight: normal;
  cursor: pointer;
}
#fUserReg #labelUserPhotoFile:hover {
  color: #414141;
}
#fUserActivityProfile .userProfileActiveType {
  display: none;
}
.link-5.report {
  background: url('../images/table-icon-more-r.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.link-5.done {
  background: url('../images/table-icon-email-r.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
#fAction #gmap {
  height: 350px;
}
#fAction .address_confirmed-var-no,
#fAction .address_confirmed-var-yes,
#fAction .datetime_confirmed-var-no,
#fAction .datetime_confirmed-var-yes {
  display: none;
}
.jsActionItem.deleted {
  opacity: 0.6;
}
.fDone {
  display: none;
}
#fActionReport .jsPreview IMG {
  max-width: 80%;
}
.jsActionsList #dgmap {
  height: 350px;
}
.bAdminObjectList TH,
.gTable TH {
  padding: 10px;
  border-bottom: 2px solid #ddd;
  text-align: left;
}
.bAdminObjectList TD,
.gTable TD {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.bAdminObjectList TD A,
.gTable TD A {
  text-decoration: none;
  color: #3898EC;
}
.bAdminObjectList TD A.adminConfirmDelete,
.gTable TD A.adminConfirmDelete {
  color: #c41a23;
}
.bAdminObjectList .ac,
.gTable .ac {
  text-align: center;
}
#fActionsImport .importActionsMap {
  width: 100%;
  height: 200px;
}
.main--lk .content-wrapper {
  overflow-x: auto;
}
.main--lk .content--body {
  overflow-x: auto;
}
.main--lk .scrollTable {
  overflow-x: auto;
  position: relative;
}
.action-filter-btn--current {
  float: left;
}
#logoFileUploaded IMG {
  max-width: 100px;
  max-height: 100px;
}
.action-menu--link.icon-question {
  background-image: url('../images/icon-question.svg');
  background-position: 16px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}
.header-content--full.is--ludivmeste {
  background: #39a935;
}
.fix-paragraph-4-for-all P {
  margin: 16px 16px 20px;
  color: #636363;
}
.bAdminObjectDetail .form-group {
  margin-top: 15px;
}
.admin.link-nav.w--current {
  border-bottom: none;
  text-decoration: none;
}
.admin.link-nav.sel {
  border-bottom: 1px solid rgba(43,172,140,0.3);
  text-decoration: none;
}
.kapoostaMap {
  height: 350px;
  margin: 16px 16px 20px;
}
.kapoostaMap .gm-style-iw {
  top: 0px !important;
  left: 26px !important;
  width: 200px !important;
}
.kapoostaMap .gm-style-iw .infoWindow {
  width: 200px;
  margin-top: 26px;
}
.kapoostaMap .gm-style-iw .infoWindow IMG {
  display: block;
  max-width: 200px;
}
.kapoostaMap .gm-style-iw .infoWindow .title {
  margin-top: 10px;
}
.kapoostaMap .gm-style-iw .infoWindow .title A {
  font-size: 18px;
  color: #39b54a;
  text-decoration: none;
  border-bottom: none;
}
.kapoostaMap .gm-style-iw .infoWindow .address {
  margin-top: 5px;
}
.btn-newaction:hover {
  color: #fff;
}
.share-link {
  min-height: 26px;
}
.lkphc-users-icon {
  background-image: url('../images/icons8-user.png');
}
.lkp-prize.prize-upload {
  width: 20px;
  height: 20px;
  top: -1px;
  position: relative;
  display: inline-block;
}
.header-content--full.is--birds {
  background: rgba(0,0,0,0.21);
}
.lkp-richtext P {
  margin: 16px 16px 20px 15px;
}
.lkph-column--thumbnail {
  background: none;
}
.lk-panel--zadanie .lk-panel-header A {
  text-decoration: none;
  color: #333;
  border: none;
}
.jsFlashmobMapBlock {
  display: none;
}
.jsFlashmobMapBlock #gmap {
  height: 350px;
}
.gm-style-iw .lk-panel-comment {
  margin-left: 0px;
}
.gm-style-iw .avatar-profile--small {
  margin-bottom: 0px;
}
#popupModerator {
  display: none;
}
#popupModerator .close-popup {
  display: none;
}
.flashmobStatusShare .ya-share2__item {
  width: 20px;
  height: 20px;
  min-width: 22px;
  margin-right: 2px;
  margin-left: 2px;
  background-size: contain;
  cursor: pointer;
}
.flashmobStatusShare .ya-share2__badge {
  display: none !important;
}
.flashmobStatusShare .ya-share2__item_service_vkontakte {
  background-image: url(../images/ico-vk2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.flashmobStatusShare .ya-share2__item_service_facebook {
  background-image: url(../images/ico-fb2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.flashmobStatusShare .ya-share2__item_service_odnoklassniki {
  background-image: url(../images/ico-ok2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#fUserReg .text-span-2 {
  left: 50%;
  display: inline-block;
  margin-left: -17px;
  text-align: center;
}
@media (max-width: 479px) {
  #fUserReg .text-span-2 {
    position: relative;
  }
}
.fastRegSubmit {
  display: none;
}
.jsFlashmobAddress {
  display: none;
  display: inline-block;
  text-align: center;
  height: 50px;
  margin-top: 26px;
  margin-left: 0px;
  border-radius: 16px;
  background-color: #2bac8c;
  box-shadow: 0 7px 13px 0 rgba(43,172,140,0.44);
  font-size: 17px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  padding: 9px 15px;
}
.jsFlashmobAddress:hover {
  color: #fff;
  background: #414141;
}
.jsFlashmobAddress.hide {
  display: none;
}
.header-content-block .text-block-4 {
  color: #fff;
}
#popupModerator .jsFMmoderLink {
  white-space: nowrap;
}
.social-yt {
  width: 46px;
  height: 46px;
  border-bottom-style: none;
  background-color: transparent;
  background-image: url(../images/icon-yt.svg?2);
  background-position: 50% 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
.action-menu--link.myactions_new {
  background-image: url(../images/plus-icon-gray.svg);
  fill: #ff00ff;
}
@media (max-width: 767px) {
  .btn--login-form-prev-step,
  .btn--login-form-next-step,
  .btn--submit--register-form {
    top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;
    margin: 30px auto 0 auto;
    position: relative;
    width: 75%;
    display: block;
  }
}
.test__answer_active {
  border: 1px solid #414141;
  color: #414141;
  background: #d2ecf6;
}
.test__image {
  display: block;
  max-width: 100%;
}
.test__result {
  margin-left: 0px;
  margin-bottom: 20px;
}
.test__minimum-conditions {
  font-size: 0.8em;
  display: none;
  margin: 20px 0;
}
.test__minimum-conditions_active {
  display: block;
}
.admin-breadcrumbs {
  margin-top: 20px;
}
.forum {
  padding: 25px;
}
.forum__h1 {
  margin-top: 0px;
  margin-bottom: 30px;
}
.forum-groups__item {
  border: 1px solid #bbb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 15px;
  color: #2bac8c;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.forum-groups__item:last-child {
  margin-bottom: 0;
}
.forum-groups__item:hover {
  border: 1px solid #18614f;
  color: #18614f;
  background: #f7f7f7;
}
.forum-groups__icon {
  width: 30px;
  flex-shrink: 0;
  margin-right: 15px;
}
.forum-groups__title {
  font-size: 18px;
}
.forum-groups__stat {
  font-size: 14px;
  margin-left: auto;
}
.forum-groups__info {
  font-size: 14px;
  display: block;
  opacity: 0.75;
  margin-top: 3px;
}
.forum-posts__item {
  border: 1px solid #bbb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 15px;
  color: #2bac8c;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.forum-posts__item:last-child {
  margin-bottom: 0;
}
.forum-posts__item:hover {
  border: 1px solid #18614f;
  color: #18614f;
  background: #f7f7f7;
}
.forum-posts__icon {
  width: 30px;
  flex-shrink: 0;
  margin-right: 15px;
}
.forum-posts__title {
  font-size: 18px;
}
.forum-posts__stat {
  font-size: 14px;
  margin-left: auto;
}
.forum-posts__br {
  height: 10px;
}
.forum-post {
  border-top: 7px solid #2bac8c;
  border-radius: 6px;
  box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);
  padding: 14px;
}
.forum-post__text {
  margin-top: 20px;
  line-height: 1.5em;
}
.forum-post__br {
  height: 10px;
}
.forum-citation {
  padding: 15px;
  border: 1px solid #ccc;
  margin-top: 20px;
  border-left: 3px solid #2bac8c;
}
.forum-citation__text {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5em;
}
.forum-citation__author {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 1em;
}
.forum-citation__br {
  height: 5px;
}
.forum-message {
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  padding: 14px;
  margin: 15px 15px 0 15px;
}
.forum-message__text {
  margin-top: 20px;
}
.forum-message__br {
  height: 10px;
}
.forum-message__buttons {
  margin-top: 15px;
  font-size: 14px;
}
.forum-author {
  display: flex;
  align-items: center;
}
.forum-author__photo {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 15px;
}
.forum-author__name {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 1em;
}
.forum-author__date {
  color: grey;
  font-size: 14px;
  line-height: 1em;
  margin-top: 5px;
}
.forum-new-message {
  margin-top: 30px;
  padding: 15px;
  background: #eee;
}
.forum-new-message__label {
  color: #333;
  font-weight: 700;
}
.forum-new-message__message {
  display: block;
  width: 100%;
  resize: none;
  height: 150px;
  outline: none;
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 10px;
}
.forum-new-message__submit {
  margin-left: 0;
  margin-top: 15px;
  outline: none;
}
.forum-more {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}
.forum-new-post-opener {
  margin-bottom: 30px;
}
.forum-new-post,
.forum-form-theme {
  display: none;
  margin-bottom: 30px;
  padding: 15px;
  background: #eee;
}
.forum-new-post__label,
.forum-form-theme__label {
  color: #333;
  font-weight: 700;
}
.forum-new-post__name,
.forum-form-theme__name {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 10px;
}
.forum-new-post__message,
.forum-form-theme__message {
  display: block;
  width: 100%;
  resize: none;
  height: 150px;
  outline: none;
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 10px;
}
.forum-new-post__fix,
.forum-form-theme__fix {
  margin-top: 10px;
}
.forum-new-post__submit,
.forum-form-theme__submit {
  margin-left: 0;
  margin-top: 15px;
  outline: none;
}
.select2-container--default .select2-selection {
  border-color: #e9e1e1;
  border-radius: 7px;
  background-color: #fcfafa;
  color: #333333;
  font-size: 24px;
  line-height: 35px;
  padding: 8px 12px;
  height: 60px;
  outline: none;
}
.select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 44px;
  padding: 0px;
}
.select2-container--default .select2-selection .select2-selection__arrow {
  height: 60px;
}
.select2-container--default .select2-search__field {
  border-color: #e9e1e1;
  border-radius: 3px;
  background-color: #fcfafa;
  color: #333333;
  outline: none;
}
.select2-container--default .select2-dropdown {
  border-color: #e9e1e1;
}
.select2-container--default .select2-results__option {
  margin: 0;
}
.chat {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  max-width: 100%;
  width: 400px;
  right: -400px;
  box-shadow: 0 4px 20px -8px rgba(0,0,0,0.86);
  display: flex;
  flex-direction: column;
  z-index: 1000000;
  transition: all 0.2s linear;
}
.chat_active {
  right: 0px;
}
.chat__header {
  background: #414141;
  display: flex;
  align-items: center;
}
.chat__heading {
  flex-grow: 1;
  font-size: 18px;
  padding: 15px;
  color: #fff;
}
.chat__close {
  border: 0;
  margin: 0 15px;
}
.chat__close-icon {
  width: 30px;
  flex-shrink: 0;
}
.chat__messages {
  border-bottom: 1px solid #eceaea;
  flex-grow: 1;
  overflow-y: auto;
  padding: 15px;
}
.chat__users-opener {
  width: 25px;
  margin: 0 15px;
  display: none;
}
.chat__users-opener-line {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.chat__users-opener-line_center {
  margin: 5px 0;
}
.chat__users {
  border-bottom: 1px solid #eceaea;
  max-height: 150px;
  overflow-y: auto;
  background: #f5f5f5;
  display: none;
  flex-shrink: 0;
}
.chat__user {
  display: block;
  padding: 2px 15px;
  border: 0;
}
.chat__user:first-child {
  padding-top: 12px;
}
.chat__user:last-child {
  padding-bottom: 12px;
}
.chat__date {
  text-align: center;
  font-size: 12px;
  color: #2bac8c;
  margin-bottom: 15px;
}
.chat__date:last-child {
  margin-bottom: 0;
}
.chat__message {
  transition: background 0.2s linear;
  box-shadow: 0 4px 20px -10px rgba(0,0,0,0.33);
  border: 1px solid #eceaea;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 14px;
}
.chat__message:last-child {
  margin-bottom: 0;
}
.chat__message_from {
  margin-right: 45px;
  border-radius: 0 10px 10px 10px;
}
.chat__message_to {
  margin-left: 45px;
  border-radius: 10px 0 10px 10px;
}
.chat__message_new {
  background: #f8efe2;
}
.chat__form {
  height: 100px;
  flex-shrink: 0;
  display: flex;
}
.chat__textarea {
  display: block;
  flex-grow: 1;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  outline: 0;
  resize: none;
  font-size: 14px;
  line-height: 1.2em;
}
.chat__submit {
  width: 40px;
  flex-shrink: 0;
  height: 100%;
  background: #eceaea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat__submit-img {
  width: 90%;
}
.social-message-buttons {
  display: flex;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .social-message-buttons {
    flex-wrap: wrap;
  }
}
.social-message-buttons__item {
  margin-right: 15px;
  color: #fff;
  padding: 10px 15px;
  min-width: 240px;
  display: flex;
  align-items: center;
}
.social-message-buttons__item:last-child {
  margin-top: 0;
}
.social-message-buttons__item:hover {
  color: #fff;
}
.social-message-buttons__item_copy {
  background: #414141;
}
.social-message-buttons__item_fb {
  background: #3a70d5;
}
.social-message-buttons__item_vk {
  background: #5d60bd;
}
@media (max-width: 767px) {
  .social-message-buttons__item_desktop {
    display: none;
  }
}
.social-message-buttons__item_mobile {
  display: none;
}
@media (max-width: 767px) {
  .social-message-buttons__item_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .social-message-buttons__item {
    margin-bottom: 15px;
  }
  .social-message-buttons__item:last-child {
    margin-bottom: 0;
  }
}
.social-message-buttons__icon {
  max-width: 25px;
  max-height: 25px;
  margin-right: 10px;
}
.datepicker {
  cursor: pointer !important;
  background: #fff !important;
}
.link--social.googl.dobro {
  background-color: #000AFF;
  background-image: url('../images/dobro.svg');
  background-size: 80% auto;
}
.link--social.googl.leader-id {
  background-color: #f0f5fa;
  background-image: url('../images/leader-id.svg');
  background-size: 80% auto;
}
.c-timeline {
  min-height: auto;
}
