/*body {*/
    /*color: #737373;*/
/*}*/
/*.breadcrumbs {*/
    /*color: #4b4b4b;*/
    /*font-size: 12px;*/
    /*margin: 10px 0 0 0;*/
/*}*/

.wrapper .page-title {
    padding: 25px 0;
}

/*.wrapper .page-title h2 {*/
    /*vertical-align: middle;*/
    /*display: inline-block;*/
    /*font-size: 24px;*/
/*}*/

/*.text-success {*/
    /*color: #5ab738;*/
    /*font-size: 16px;*/
    /*font-weight: bold;*/
/*}*/

.notice-text {
    padding: 10px 0;
}

/*.notice-text a {*/
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    /*color: #0069b4;*/
    /*-webkit-transition: all .2s ease;*/
    /*transition: all .2s ease;*/
/*}*/

/*input[type=password] {*/
    /*border: 0;*/
    /*width: 100%;*/
    /*box-sizing: border-box;*/
    /*padding: 5px;*/
    /*outline: 0;*/
/*}*/

.opened-problem {
    position: relative;
    padding-left: 315px;
    min-height: 240px;
}

.opened-problem .img {
    position: absolute;
    left: 0;
    top: 0;
	max-width: 315px;
    max-height: 220px;
    overflow: hidden;
}

.opened-problem .img img {
    max-width: 100%;
    display: block
}

.opened-problem .text-block {
    padding-left: 30px
}

.opened-problem .text-block .date-author {
    margin-bottom: 7px;
    font-size: 14px
}

.opened-problem .text-block .date-author .date {
    color: #212121
}

.opened-problem .text-block .date-author .author {
    color: #0069b4
}

.opened-problem .text-block .text-content {
    color: #737373;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3
}

.opened-problem .text-block .text-content p {
    margin-bottom: 3px
}

.opened-problem .text-block .options {
    padding-top: 20px
}

.opened-problem .text-block .options .show-on-map {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    text-decoration: none
}

.opened-problem .text-block .options .show-on-map:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 19px;
    margin-right: 10px;
    background: url(../img/pin-red.png) no-repeat
}

.opened-problem .text-block .options .show-on-map span {
    position: relative;
    top: -5px;
    padding-bottom: 3px;
    color: #0069b4;
    font-size: 14px;
    border-bottom: 1px dashed #0069b4
}

.opened-problem .text-block .options .rating {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    /* margin-left: 20px; */
}

.opened-problem .text-block .options .rating a {
    display: block;
    padding: 10px 0 10px 35px;
    text-decoration: none;
    color: #3faf6c;
    background: url(../img/rating.png) 0 10px no-repeat;
	line-height: 25px;
}

.opened-problem .text-block .options .share {
    float: right
}

.opened-problem .text-block .options .share .pluso-more {
    display: none
}

@media screen and (max-width: 770px) {
    .opened-problem,.opened-problem .text-block {
        padding-left:0
    }

    .opened-problem .img {
        position: relative;
        left: auto;
        top: auto;
        float: left;
        margin: 0 40px 40px 0
    }
}

@media screen and (max-width: 560px) {
    .opened-problem .img {
        float:none;
        margin: 0 auto 20px
    }

    .opened-problem .img img {
        margin: 0 auto
    }
}

@media screen and (max-width: 420px) {
    .opened-problem .text-block .options .share {
        float:none;
        display: block;
        margin-top: 10px
    }
}
/*
.coments-list {
    margin: 30px 0
}

.coments-list .coment-item {
    margin: 25px 0
}

.coments-list .coment-item .top-info {
    margin-bottom: 10px
}

.coments-list .coment-item .top-info .author {
    display: inline-block;
    font-size: 20px;
    color: #737373
}

.coments-list .coment-item .top-info .date {
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin-left: 10px;
    top: -7px;
    color: #737373
}

.coments-list .coment-item .coment-body {
    padding: 15px;
    background: #f5f5f5
}

.coments-list .coment-item .coment-body p {
    color: #212121;
    font-size: 14px;
    line-height: 20px
}*/

#problem-map {
    display: none;
}
/*
.wrapper .full-story {
    margin-bottom: 10px;
}
.wrapper .full-story .story {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.wrapper .full-story .tags {
    float: left;
    color: #a7a7a7;
    font-size: 12px;
    line-height: 24px
}

.wrapper .full-story .tags a {
    color: #a7a7a7;
    text-decoration: none
}

.wrapper .full-story .tags a:hover {
    color: #0069b4;
    text-decoration: underline
}

.wrapper .full-story .share {
    float: right
}

.wrapper .full-story .map {
    margin-top: 45px;
    overflow: hidden;
    max-height: 400px;
    position: relative;
}
*/
/*
.gallery {
    margin: 30px 0
}

.gallery .row {
    margin: 0 0 0 -30px
}

.gallery .item {
    float: left;
    overflow: hidden;
    width: 14.28571429%;
    min-height: 100px;
    max-height: 130px;
    padding: 0 0 30px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gallery .item a {
    display: block;
    overflow: hidden;
    max-height: 100px;
    text-decoration: none;
}
*/
/*
.wrapper .full-story .story-share-link {
    padding-top: 15px;
}
.wrapper .full-story .story-share-link a {
    color: #a7a7a7;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.wrapper .full-story .story-share-link a:hover {
    color: #0069b4;
}
.story p{
    margin-bottom: 10px;
}
.news-img {
    float: left;
    margin: 7px 7px 7px 0;
    max-width: 400px;
}
*/

.comments {
    padding-top: 25px;
}

.comments-tabs__links {
    font-size: 0;
    margin-bottom: 20px;
}
.comments-tabs__links li {
    font-size: 14px;
    margin-right: 10px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.comments-tabs__links li span {
    color: #0069b4;
    display: block;
    cursor: pointer;
    padding: 0 10px;
    line-height: 34px;
    background: #f5f5f5;
    -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
            transition: all .2s ease;
}
.comments-tabs__links li.active span,
.comments-tabs__links li:hover span {
    color: #fff;
    background: #0069b4;
}

.comments-tabs__box {
    display: none;
}
.comments-tabs__box.active {
    display: block;
}
/*
.comments .item {
    margin-top: 20px;
}

.comments h2 {
    color: #000;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px
}

.comments .form {
    margin-top: 40px;
}

.comments .item .name {
    font-size: 18px;
}

.comments .item .date {
    font-size: 12px;
}

.comments .item .message {
    padding: 20px;
    background: #F0F0F0;
}


.comments .form {
    padding: 20px;
    background: #f5f5f5;
}

.comments .form .form-label {
    margin-bottom: 12px;
}

.comments .form .form-label label {
    cursor: text;
    display: block;
    padding: 0 20px;
    background: #fff;
    position: relative;
    border: 1px solid #e6e6e6;
}

.comments .form .form-label label input,
.comments .form .form-label label textarea {
    border: 0;
    padding: 0;
    height: 48px;
    display: block;
    background: 0 0;
}

.comments .form .form-label label textarea {
    padding: 14px 0;
    resize: vertical;
    min-height: 109px
}

.comments .form select {
    height: 40px;
    cursor: pointer;
    padding: 0 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #c1c1c1;
}

.comments .form button {
    display: block;
    cursor: pointer;
    border: 1px solid #c1c1c1;
    width: 183px;
    height: 48px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background: -o-linear-gradient(top, #fff, #e6e6e6);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.comments .form button:hover {
    background-color: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6));
    background: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
    background: -o-linear-gradient(top, #e6e6e6, #e6e6e6)
}*/

/*a {*/
    /*color: #0069b4;*/
    /*outline: 0;*/
    /*text-decoration: underline;*/
/*}*/

/*.search-sort {*/
    /*margin-bottom: 15px;*/
/*}*/
/*.search-sort span {*/
    /*margin-left: 10px;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
/*}*/

/*.error-list {*/
    /*padding: 5px;*/
    /*margin: 0 0 25px 25px;*/
/*}*/

/*.pagination:after {*/
    /*clear: both*/
/*}*/

/*.pagination {*/
    /*margin: 20px -2px*/
/*}*/

/*.pagination:after,*/
/*.pagination:before {*/
    /*content: '';*/
    /*display: table*/
/*}*/

/*.pagination li {*/
    /*float: left;*/
    /*margin: 0 2px;*/
    /*display: block*/
/*}*/

/*.pagination li a {*/
    /*display: block;*/
    /*font-size: 14px;*/
    /*line-height: 30px;*/
    /*position: relative;*/
    /*text-align: center;*/
    /*background: #f5f5f5;*/
    /*text-decoration: none;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*-webkit-transition: all .2s ease;*/
    /*transition: all .2s ease*/
/*}*/

/*.pagination li a:hover,*/
/*.pagination li.active a {*/
    /*color: #fff;*/
    /*background: #0069b4*/
/*}*/

/*.pagination li.pagination-next a,*/
/*.pagination li.pagination-prev a {*/
    /*text-indent: -9999px;*/
    /*background: url(../images/page_prev.png) center no-repeat #f5f5f5*/
/*}*/

/*.pagination li.pagination-next a:hover,*/
/*.pagination li.pagination-prev a:hover {*/
    /*background-color: #dcdcdc*/
/*}*/

/*.pagination li.pagination-next a {*/
    /*background: url(../images/page_next.png) center no-repeat #f5f5f5*/
/*}*/

/*footer .ftr-logo{*/
    /*display: none;*/
/*}*/

/*footer .ftr-content .ftr-text{*/
    /*padding: 0 130px 0 10px;*/
/*}*/

/*ul.menu{z-index: 10;}*/

/*footer .ftr-content .ftr-text p.ftr-title span{text-transform: uppercase;}*/


/* FIXME: Change img for accepted like. */
.rating-active {
    background: url('../img/like_on.svg') no-repeat 0 10px!important;
    background-size: 21px 24px!important;
}

.empty {
    border: 1px solid red!important;
}

.error-field input {
    border-bottom: 1px solid red!important;
}

.step {
  display: none; /* по умолчанию прячем все блоки */
}

.step.active {
  display: block; /* по умолчанию показываем нужный блок */
}

.text-success {
    color: #5ab738;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.mark-road .form-steps input[type=password],
.mark-road .form-steps input[type=email] {
    padding: 8px;
    background: #fff;
    border: 1px solid #a7a7a7;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
}

.reg .register-block .reg-row .field input[type=password],
.reg .register-block .reg-row .field input[type=email] {
    padding: 8px;
    background: #fff;
    border: 1px solid #a7a7a7;
    width: 100%;
    outline: 0;
    box-sizing: border-box;
}

.feedback-form {
    padding-bottom: 20px;
}

.feedback-form form {
    width: 40%;
}

.feedback-form form input {
    padding: 8px;
    background: #fff;
    border: 1px solid #a7a7a7;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
}

.feedback-form form textarea {
    padding: 8px;
    background: #fff;
    border: 1px solid #a7a7a7;
}

.feedback-form form span,
.feedback-form p {
    display: block;
    font-size: 15px;
    color: #878787;
    margin: 5px 0;
}

.feedback-form form button {
    display: block;
    cursor: pointer;
    border: 1px solid #c1c1c1;
    width: 183px;
    height: 48px;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/* NEW */
#problem-map {
    position: relative;
    height: 350px;
	overflow: hidden;
	margin: 20px 0;
}

#problem-map .map {
    width: 100%;
    height: 100%;
}


.counts .leader a {
    color: #627088;
    text-decoration: none;
}

.counts .leader a:hover {
    text-decoration: underline;
}

.show-distance-text {
    font-weight: bold;
}

.show-distance-text span {
    color: #ff4a3f;
}

.additional-text {
    display: block;
    font-size: 15px;
    color: #878787;
    margin: 5px 0;
}

.loaded-images{
    margin-bottom: 10px;
}

.problem-form .loaded-images .photo-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.comment-photos {
    display: inline-block;
    vertical-align: middle;
}

.comment-photos .probl-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 42px;
    height: 42px;
    position: relative;
    line-height: 1;
    cursor: pointer;
}

/* profile */



.cabinet .profile .personal-data .content .row span {
    vertical-align: baseline;
}

.cabinet .profile .personal-photo {
    height: auto;
    overflow: visible;
}

.cabinet .profile .personal-photo .row {
    margin-bottom: 20px;
    font-size: 16px;
}

.cabinet .profile .personal-photo .row span {
    vertical-align: baseline;
}

.cabinet .profile .personal-photo .row span.data-name {
    color: #878787;
}

.street a.disabled {
    color: #878787;
    text-decoration: none;
}

/* spinner */
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

/*CSS LOADER*/

.js-loader {
	position: absolute;
    top:0%;
    left:50%;
	text-align: center;
	display: none;
	z-index: 3001;
    transform: translateX(-50%);
    /*transform: translateY(-50%);*/
}

.js-loader span {
	font-weight: bold;
	color: #173c77;
}

.js-loader-overlay {
	background: #ffffff;
	opacity: 0.6;
	z-index: 3000;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
    bottom:0;
    display: none;
}

.relative {
    position: relative;
}

.extra-actions {
    padding: 20px 0;
}

.extra-actions .extra-button {
    padding: 10px 30px;
    background: #627088;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.extra-filters {
    background: #f3f3f3;
}

.extra-title {
    font-size: 16px;
    font-weight: bold;
    color: #139bd0;
}

.extra-filters {
    padding: 10px;
}

.extra-filters {
    display: block;
}

.styled-filter {
    margin: 5px;
    display: inline-block;
    vertical-align: top;
}

.styled-filter label {
    display: block;
    padding: 5px;
}

.extra-form select {
    width: 122px;
}

.extra-form input[type=submit] {
    background: #627088;
    padding: 12px 15px 12px 15px;
    width: auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.to-excel {
    background: url(../img/toexcel.png) 8px 9px no-repeat #21955b!important;
    padding: 12px 15px 12px 45px!important;
}

.extra-form input[type=submit]:hover {
    cursor: pointer;
}

.extra-date {
    border-bottom: 1px solid #aaa!important;
    display: inline-block;
    width: 140px!important;
}

.extra-total {
    background: #f3f3f3;
    margin-top: 10px;
    padding: 10px;
}

.extra-table div {
    display: inline-block;
    vertical-align: middle;
}

.extra-container {
}

.extra-table {
    margin: 0 auto;
    text-align: center;
    width: 1900px;
    /*border-top: 1px solid #aaa;*/
}

.extra-table .bordered {
    border-bottom: 1px solid #aaa;
}

.extra-table .th {
    font-weight: bold;
    /*border: 1px solid #aaa;*/
    /*background: ;*/
    text-align: center;
    font-style: normal!important;
    font-size: 14px!important;
    padding: 10px;
    vertical-align: top;
}

.extra-table .tr {
    width: 100%;
    /* height: 45px; */
    margin: 0;
    /* padding: 0 2px; */
}

/*.extra-table .tr:hover {*/
    /*background: #d6d6d6;*/
/*}*/

.extra-table .tr:nth-child(odd) {
    background: #f3f3f3;
}

.extra-table .td {
    padding: 10px;
    /*border: 1px solid #aaa;*/
    text-align: left;
}

.extra-table .date {
    width: 80px;
}

.extra-table .user {
    width: 150px;
    overflow: auto;
}

.tooltip:hover {
    cursor: pointer;
}

/*.extra-table .status-change {*/
    /*width: 150px;*/
    /*text-align: center;*/
/*}*/

.extra-table .address {
    width: 180px;
}

.extra-table .description {
    width: 280px;
    max-height: 50px;
    overflow: auto;
    font-style: italic;
}

.extra-table .imgs{
    width: 100px;
}

.extra-table .rate {
    width: 55px;
    text-align: center;
}

.extra-table .status {
    width: 150px;
    text-align: center;
}

.extra-table .city {
    width: 100px;
    text-align: center;
}

.extra-table .id {
    width: 45px;
}

.extra-table .sort {
    display: block;
    vertical-align: middle;
    /* line-height: 20px; */
}

.extra-table .sort button {
    display: inline-block;
    vertical-align: middle;
    background: 0;
    border: 0;
    outline: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.extra-table .sort button.desc {
    margin-right: 2px;
    background: url(../img/sort-desc.png) center no-repeat;
}

.extra-table .sort button.asc {
    margin-right: 2px;
    background: url(../img/sort-asc.png) center no-repeat;
}

.comments-tabs{margin-top: 10px;}

.condition-change-form input[type=file],
.condition-change-form div.title {
    margin: 10px 0;
}

.extra-table a.call-popup {
    display: inline-block;
    padding: 3px;
    background: #7286a1;
    color: #ffffff;
    text-decoration: none;
}

.uk-notification {
    z-index: 9999!important;
}

.tooltip.on {
    color: #139bd0;
}

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

header .top-line .nav-menu ul li a {
    padding: 15px 20px;
}

section.intro .counts .col.full-line {
    width: 100%;
}

section.intro .counts .col .content .no-items {
    /*margin-top: 10px;*/
    /*font-weight: 400;*/
    font-size: 16px;
    /*color: #878787;*/
    text-align: left;
}

.search {
    position: relative;
    width: 370px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font: inherit;
}
@media screen and (max-width: 420px) {
    .search{
        width: 100%;
    }
}
.search input[name=q] {
    /*border-bottom: 1px solid #e6e6e6;*/
    /*width: 150px;*/
    display: block;
    border: 1px solid #c7c7c7;
    padding: 11px 15px;
    box-sizing: border-box;
}

.search input[type=submit] {
    position: absolute;
    width: 35px;
    height: 40px;
    padding: 0;
    right: 15px;
    top: 0;
    background: url(../img/find-icon-gray.png) center no-repeat;
}

.search input[type=submit]:hover {
    cursor: pointer;
}

.search-form {
    text-align: right;
    margin: 10px 0;
}

.slug-city {
    font-weight:bold;
    font-size: 20px;
}

.cities-button {
    padding: 10px;
    text-align: right;
}

/* TEMP */
.activists {
    min-height: 0px;
}

.city-list-city-block {
    font-size: 16px!important;
    font-weight: 700;
    color: #139bd0;
}

.city-list-city {
    width: 100%;
    box-sizing: border-box;
    background: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 16px!important;
    font-weight: 700;
    color: #139bd0;
}

.autocomplete-li {
    color: #627088;
}

.autocomplete-label {
    font-size: 16px;
    font-weight: bold;
}

.autocomplete-desc {
    font-size: 14px;
}

.rating .table .row .col.short-descr {
    width: 40%;
}

.rating .table .row .region {
    position: relative;
    padding: 0 10px;
    width: 30%;
}

.rating .table .row .region span {
    display: block;
    color: #878787;
    font-size: 14px;
    line-height: 17px;
    max-height: 45px;
    overflow: hidden;
}

.rating .table .row .region span:hover {
    cursor: pointer;
}

.form-help-text {
    color: #b8b8b8;
}

.prob-edit-link {
    color: #fff;
    background: #139bd0;
    text-decoration: none;
}

.prob-edit-link:hover {
    color: #fff!important;
    text-decoration: underline!important;
}

.prob-remove-link {
    background: #ff4a3f;
}

.step-tabs .steps-nav li .step-number.clickable:hover {
    background: #7286a1;
    color: #fff;
    border-color: #7286a1;
}

.s-item.tlg {
    background: url(../img/telegram.png) center no-repeat;
}

.statistics .statistics-table .row .cell.city {
    /*width: 11.71428571%;*/
    font-weight:bold;
}

.statistics .search input[type=submit] {
    right: 0;
    background: url(../img/search.png) no-repeat right top;
}

.statistics .statistics-table .row.added {
    background: #f6f6f6;
}

.ui-autocomplete {
    z-index: 9999;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    display: none;
    font-size: 0;
    position: absolute;
}

.statistics .statistics-table .row.title .cell .sort .sort-btn.active {
    background-color: #ececec;
}

.statistics .statistics-head {
    position:fixed;
    top:0;
    width:100%;
    left:0;
    z-index:1000;
    margin:0;
}

.statistics .statistics-head .wrapper {
    background: #fff; padding: 0;
}

.statistics-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.social-auth .s-item.fb {
    background: url(../img/fb.svg) no-repeat center;
}

.social-auth .s-item {
    width: 30px;
    height: 30px;
    background-size: 30px 30px!important;
}

.errors-list {
    padding-top: 15px;
    color: #ff4a3f;
}

.slick-slider .slick-slider-item {
    position: relative;
}

.slick-slider .slick-slider-item .title,
.slick-slider .slick-slider-item .text {
    top: 30%;
    left: 60px;
    max-width: 400px;
    line-height: 30px;
    position: absolute;
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.slick-slider .slick-slider-item .text {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-slider .slick-slider-item .text span {
    color: #627088;
}

.slick-slider .slick-slider-item .title span {
    display: block;
    color: #627088;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .1em;
    margin: 0 0 0 -2px;
    text-transform: uppercase;
}


.account-page .body{
    float: left;
    width: 80%;
}

.account-page .sidebar{
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-left: 20px;
}

.account-page .sidebar .extra-actions{
    padding: 10px 0;
}

.account-page .sidebar a{
    display: inline-block;
    width: 90px;
    text-align: center;
}

.statistics-table.activists_table .row .cell.activist-name,
.statistics-table.activists_table .row.title .cell.activist-name{
    word-break: break-all;
    width: 20%;
}

.statistics-table.activists_table .row .cell.activist-place,
.statistics-table.activists_table .row.title .cell.activist-place{
    width: 5%;
}

.statistics-table.activists_table .row .cell,
.statistics-table.activists_table .row.title .cell{
    width: 10.7%;
}

.actv-search{
    padding: 10px 35px 7px 0;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    width: 400px;
}
.actv-search input{
    width: 100%;
    border: 0;
    background: 0;
}

.actv-search button{
    position: absolute;
    right: 0; top: 0;
    width: 28px; height: 28px;
    border: 0; outline: 0;
    background: url(../img/search.png) no-repeat right center;
}

footer .soc{
    margin-top: 15px;
    float: none;
    text-align: left;
}


.comments .form{
    margin-bottom: 30px;
}

.add-actvist-to-table{
    font-size: 16px!important;
    font-weight: 700;
    color: #139bd0;
}

#addable .row{
    background: #ffffd9;
}

/*section.map-block .set-point-item {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*margin: 0 20px;*/
/*}*/

/*section.map-block .set-point-item.left-item {*/
    /*font-size: 30px;*/
/*}*/

/*section.map-block .set-point-item .set-point-button {*/
    /*border-radius: 5px;*/
    /*text-align: center;*/
    /*line-height: 1;*/
    /*font-size: 14px;*/
    /*cursor: pointer;*/
    /*height: 60px;*/
    /*width: 280px;*/
    /*vertical-align: middle;*/
    /*background: #ff4a3f;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
/*}*/

/*section.map-block .set-point-item .set-point-button a {*/
    /*text-decoration: none;*/
    /*color: #fff;*/
    /*padding: 0;*/
/*}*/

/*section.map-block .set-point-item .set-point-button a:after {*/
    /*content: none;*/
/*}*/


.error-list {
    color: #ff4a3f;
}

.change-road-mark {
    background: #139bd0;
}

.change-road-mark a {
    text-decoration: none;
    color: #fff;
}