/*FONTS*/
/*colors*/
/*PATH*/
/*mixins*/
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: #282c31;
  line-height: 1.3;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  /*    -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;*/
  color: #282c31;
}
div {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  /*font-style:italic;*/
}
h1 {
  font-size: 1.9em;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*svg hover*/
#regions > g path:hover {
  fill: #a7a7a7 !important;
  cursor: pointer;
}
.box-map-citizens {
  text-align: center;
}
.box-map-citizens svg {
  width: 100%;
  height: 1053px;
}
/*form*/
.form-control,
.form__input,
.form__textarea {
  border: 1px solid #dbdbdb;
  width: 100%;
  padding: 0 10px;
  height: 38px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
}
#register{
  background-color: #232324;
}
#register .modal{
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.14);
}
.nadpz:after{
  content: '*';
  color: #fa0a49;
  display: inline-block;
  margin-left: 0.5em;
}
#authPopup{
  background-color: #232324;
}
.auth-login{
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.14);
}
textarea.form-control {
  resize: vertical;
}
.form-group,
.form__row {
  margin-bottom: 10px;
}
/*.owl-carousel .owl-stage-outer{*/
/*  height: 450px;*/
/*}*/
#register .modal{
  background-color: #232324;
}

.auth-login{
  background-color: #232324!important;
}

.btn-success{
  background-color: #4caf50;
  border-color: #4aab4e;
}

.blogs_list.input-group {
  width: 100%;
  margin-left: 10%;
  display: block;
}
.blogs_list a + a {
  margin-left: 35px;
}
.form-head{
  max-width: 75%;
  margin-left: 13%;
}
.btn-remember{
  color: white!important;
  margin-top: 0px;
  float: right !important;

}
.ui-checkbox label > span, .ui-checkbox label > i, .ui-radio label > span, .ui-radio label > i {
  position: relative;
  padding-left: 28px;
  padding-top: 2.5px;
}
.ui-checkbox label > span:before, .ui-checkbox label > i:before, .ui-radio label > span:before, .ui-radio label > i:before {
  content: "";
  width: 15px;
  height: 15px;
  top: 1px;
  left: 0;
  border: 2px solid #919191;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.ui-checkbox label > span:before, .ui-checkbox label > i:before, .ui-checkbox label > span:after, .ui-checkbox label > i:after, .ui-radio label > span:before, .ui-radio label > i:before, .ui-radio label > span:after, .ui-radio label > i:after {
  position: absolute;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.ui-checkbox label > input:checked + span:after, .ui-checkbox label > input:checked + i:after, .ui-radio label > input:checked + span:after, .ui-radio label > input:checked + i:after {
  content: "\2713";
  font-family: 'ionicons';
  left: 5px;
  top: 2px;
  font-size: 12px;
  color: #6a6a6a;
}
.ui-checkbox-primary label > input:checked + span:after, .ui-radio-primary label > input:checked + span:after, .ui-checkbox-primary label > input:checked + i:after, .ui-radio-primary label > input:checked + i:after {
  color: #0BA537;
}
.ui-checkbox label > input, .ui-radio label > input {
  cursor: pointer;
  display: none;
  margin-left: -15px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 3.5px 0 0;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.ui-checkbox-primary label > input:checked + span:before, .ui-radio-primary label > input:checked + span:before, .ui-checkbox-primary label > input:checked + i:before, .ui-radio-primary label > input:checked + i:before {
  background-color: #fff;
   border: 2px solid #0BA537;
}
.ui-checkbox label > span:before, .ui-checkbox label > i:before, .ui-radio label > span:before, .ui-radio label > i:before {
  content: "";
  width: 15px;
  height: 15px;
  top: 1px;
  left: 0;
  border: 2px solid #919191;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.ui-checkbox label > span:before, .ui-checkbox label > i:before, .ui-checkbox label > span:after, .ui-checkbox label > i:after, .ui-radio label > span:before, .ui-radio label > i:before, .ui-radio label > span:after, .ui-radio label > i:after {
  position: absolute;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.ui-checkbox-primary label > input:checked + span:after, .ui-radio-primary label > input:checked + span:after, .ui-checkbox-primary label > input:checked + i:after, .ui-radio-primary label > input:checked + i:after {
  color: #0BA537;
}
.ui-checkbox label > input:checked + span:after, .ui-checkbox label > input:checked + i:after, .ui-radio label > input:checked + span:after, .ui-radio label > input:checked + i:after {
  content: "\2713";
  font-family: 'ionicons';
  left: 5px;
  top: 2px;
  font-size: 12px;
  /*color: #6a6a6a;*/
}
.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert {
  padding: 10px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.img-from-profile{
  width: 100px;
  height: 100px;
}
.alert-danger {
  background-color: #f9e1e1;
  border-color: #f5ccd3;
  color: #a94442;
}
.alert-succ {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#restorePopup .modal{
  background-color: #232324!important;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.14);
}
#restorePopup{
  background-color: #232324;
}
.ui-checkbox span{
  text-transform: none;
}
.ui-checkbox, .ui-radio {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.ui-checkbox span{
  color:white;
}
.ui-checkbox label > span:before, .ui-checkbox label > i:before, .ui-checkbox label > span:after, .ui-checkbox label > i:after, .ui-radio label > span:before, .ui-radio label > i:before, .ui-radio label > span:after, .ui-radio label > i:after {
  position: absolute;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn-remember:hover, .btn-remember:focus {
  color: #020617;
  text-decoration: none;
}
.btn-remember:active, .btn-remember:hover {
  outline: 0;
}
.acc-soc {
  color:white;
}
body .or {
  text-align: center;
  padding: 30px;
  position: relative;
}
.or{
  color:white;
}
body .or:before {
  content: ' ';
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 40%;
  left: 0;
  top: 40px;
  opacity: 0.7;
}
body .or:after {
  content: ' ';
  border-bottom: 3px solid #fff;
  position: absolute;
  width: 40%;
  right: 0;
  top: 40px;
  opacity: 0.7;
}
.blogs_list a {
  text-align: center;
  display: inline-block;
  width: 40px!important;
  height: 23px!important;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%!important;
  line-height: 25px;
}
.blogs_list a {
  width: 40px;
  height: 40px;
  padding: 8px 0;
  border-radius: 0;
}
.blogs_list a i {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  width: 36px;
}
.login-switcher a.active {
  opacity: 1;
}
.login-switcher a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: 49%;
  text-align: center;
  border-bottom: 2px solid #fff;
  font-size: 1.2em;
  margin: 50px 0px;
  opacity: 0.7;
}

.form-control {
  box-shadow: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: none;
  border-radius: 0!important;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  overflow: hidden;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.57142857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  box-shadow: none;
  border-bottom-color: #1976d2;
  box-shadow: inset 0 -1px #1976d2;
  /* content: ""; */
}
.login-switcher a+a {
  float: right;
}
.ui-checkbox label > span, .ui-checkbox label > i, .ui-radio label > span, .ui-radio label > i {
  position: relative;
  padding-left: 28px;
  padding-top: 2.5px;
}
.ui-checkbox label > span:before, .ui-checkbox label > i:before, .ui-checkbox label > span:after, .ui-checkbox label > i:after, .ui-radio label > span:before, .ui-radio label > i:before, .ui-radio label > span:after, .ui-radio label > i:after {
  position: absolute;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
body.login-page .opd-button, body.login-page .password-reset {
  opacity: 0.7;
  color: #fff;
}

.text-normal{
  color: #9fa3ad;
  text-transform: uppercase;
}
#authPopup, #register{
  overflow: auto;
}
.form-group label,
.form__row label {
  display: block;
  color: #9ea9ba;
  font-size: .9em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form__help {
  font-size: .9em;
  margin-top: 3px;
}
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.checkbox span {
  padding-left: 25px;
  display: inline-block;
  color: #282c31;
}
/* modal */
.modal-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(182, 196, 212, 0.95);
  z-index: 500;
}
.modal {
  min-height: 200px;
  width: 420px;
  background-color: #F7F7F7;
  position: relative;
  margin: 40px auto 0 auto;
}
.modal-body,
.modal-footer {
  padding: 28px;
}
.modal-footer {
  background-color: #fff;
}
.btn-close {
  width: 20px;
  height: 20px;
  background: url('/assets/images/icon-close.png') no-repeat 0 0;
  background-position: -20px 0;
  position: absolute;
  cursor: pointer;
  right: 29px;
  top: 31px;
}
.btn-close:hover {
  background-position: -20px 0;
}
.modal-title {
  font-size: 1.5em;
  color: #262221;
  padding-right: 30px;
  margin-bottom: 25px;
}
.modal-content {
  margin-top: 40px;
  color: #262221;
}
#video-container .modal {
  width: 620px;
}
#system-container {
  text-align: center;
}
#system-container .system-msg {
  margin-top: 35px;
  line-height: 20px;
}
#system-container .btn {
  width: 170px;
  margin-top: 35px;
}
/*modal*/
/* auth */
.footer__social .footer__text {
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer__social .likely__button {
  display: inline-block;
  width: 49%;
  margin-bottom: 5px;
}
.footer__social .likely__button .btn {
  text-transform: capitalize;
}
.btn-remember {
  display: inline-block;
  padding: 10px 0 11px;
  text-decoration: underline;
  font-weight: 600;
  background: none;
  border: 0;
  cursor: pointer;
}
.btn-remember:hover {
  text-decoration: none;
}
/*auth*/
/*base css*/
.text-center {
  text-align: center;
}
.table {
  display: table;
}
.table-cell {
  float: none !important;
  display: table-cell;
  vertical-align: middle;
}
.likely__icon {
  display: none;
}
.btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 13px 35px 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}
.btn:hover,
.btn :focus,
.btn :active,
.btn :visited {
  opacity: .9;
  outline: none;
  text-decoration: none;
}
.font-soc {
  font-size: .8em;
  font-weight: 700;
  text-transform: inherit;
}
.btn-green {
  background-color: #4aa147;
}
.btn-black {
  background-color: #292c2f;
}
.btn-fb {
  background-color: #3b5998;
}
.btn-vk {
  background-color: #507299;
}
.btn-phone {
  background-color: #fa0a49;
  font-size: 1.3em !important;
  line-height: inherit !important;
}
.btn-tw {
  background-color: #3cc6ee;
}
.btn-ok {
  background-color: #ee8208;
}

.btn-ok {
  background-color: #ee8208;
}
.btn-inst {
  background-color: #ffc562;
}
.btn-tg {
  background-color: #2ca5e0;
}
    .box-soc-links a{
  margin-top: 5px!important;
}
.btn-google{
  background: #4285f4;
}
.btn-mail {
  background-color: #dd4e42;
  font-size: .95em !important;
  line-height: inherit !important;
}
.likely-small {
  width: auto;
  padding: 8px 12px 8px 12px;
}
/*DOTS*/
.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 32px;
  width: 100%;
  height: 15px;
}
.owl-dots-container {
  text-align: left;
  position: absolute;
  bottom: 25px;
  height: 15px;
  width: auto;
}
.owl-dot {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
}
.owl-dot:last-child {
  margin: 0;
}
.owl-dot span {
  display: block;
  width: 15px;
  height: 14px;
  background: url('/assets/images/dot.png') no-repeat -19px 0;
}
.owl-dot.active span {
  background-position: 0 0;
}
/*CSS*/
.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.row:after,
.row:before {
  content: '';
  display: table;
  clear: both;
}
.row.flex-align {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.row.flex-align .col-4,
.row.flex-align .col-6 {
  margin-bottom: 1.5em;
}
header .row {
  margin-left: 0;
  margin-right: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}
header .logo {
  padding-top: 15px;
  margin: 0 auto;
}
header .logo img {
  margin: 0 auto;
}
header .box-login {
  float: right;
}
header .header-row {
  position: relative;
}
header .header-row.top {
  height: 70px;
  /*background-color: rgba(11, 12, 14, 1);*/
}
header .header-row.bottom {
  height: 55px;
  /*box-shadow: inset 0 72px 54px -30px rgba(11, 12, 14, 0.8);*/
}
.box-header-soc {
  padding-top: 20px;
}
.box-header-soc a {
  display: inline-block;
  color: #868687;
  font-weight: 600;
  border: 2px solid;
  border-radius: 100%;
  width: 34px;
  font-size: .8em;
  margin-right: 5px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  box-sizing: border-box;
}
.box-header-soc a:hover {
  opacity: .9;
}
.people-address-text {
  display: inline-block;
  color: #a3a3a3;
  margin-top: 29px;
  font-size: .8em;
  font-weight: bold;
  float: right;
  margin-right: 20px;
}
.box-login {
  margin-top: 29px;
  font-size: .8em;
  color: #a3a3a3;
}
.box-login a {
  color: inherit;
  font-weight: 600;
}
.box-login i {
  margin-right: 5px;
}
.mainmenu {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  padding-top: 20px;
}
.mainmenu li {
  display: inline-block;
  vertical-align: top;
}
.mainmenu li:last-child a {
  margin: 0;
  color: #a3a3a3;
  border-color: #fa0a49;
}
.mainmenu li.active a {
  color: #a3a3a3;
  border-color: #fa0a49;
}
.mainmenu a {
  display: inline-block;
  color: #a3a3a3;
  text-transform: uppercase;
  margin-right: 30px;
  padding-bottom: 4px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  font-size: .8em;
}
.mainmenu a:hover,
.mainmenu a.active {
  color: #a3a3a3;
  border-color: #fa0a49;
}
header.fixed {
  background-color: rgba(0, 0, 0, 0.8);
}
header.fixed .header-row.top {
  height: 55px;
}
header.fixed .header-row.bottom {
  height: 45px;
}
header.fixed .box-header-soc {
  padding-top: 10px;
}
header.fixed .logo {
  padding-top: 10px;
}
header.fixed .logo img {
  height: 40px;
}
header.fixed .box-login,
header.fixed .people-address-text {
  margin-top: 25px;
}
header.fixed .mainmenu {
  padding-top: 12px;
}
header.fixed .mainmenu a {
  padding-bottom: 2px;
}
.main-slider {
  width: 100%;
  background: #282c31;
  height: 620px;
}
.main-slider .item {
  width: 100%;
  height: 620px;
  background-size: cover;
  background-position: center;
  float: left;
  position: relative;
  -webkit-box-shadow: inset 0 50px 190px 105px rgba(11, 12, 14, 0.65);
  -moz-box-shadow: inset 0 50px 190px 105px rgba(11, 12, 14, 0.65);
  box-shadow: inset 0 50px 190px 105px rgba(11, 12, 14, 0.65);
}
.main-slider .item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(40, 44, 49, 0.2);
}
.main-slider .box-slider-meta {
  color: #fff;
  position: relative;
  padding: 1em;
}
.main-slider .box-slider-meta .btn {
  width: auto;
  padding: 10px 11px 8px;
}
.main-slider .box-slider-meta .box-slider-meta-inner {
  margin-top: 0 !important;
}
.main-slider .box-slider-meta .box-slider-meta-inner .img_and_prisoedinitsya {
  float: left;
  margin-top: 250px;
}
.main-slider h2 {
  font-size: 3.7em;
  margin: 0;
}
.main-slider p {
  color: #a3a3a3;
  margin-top: 40px;
  margin-bottom: 30px;
}
#page-slider {
  background: #282c31;
  min-height: 450px;
  height: auto;
}
#page-slider .item {
  height: 450px;
}
#page-slider h2 {
  font-size: 1.55em;
}
#page-slider p {
  margin-top: 5px;
  margin-bottom: 20px;
}
.quote_tretment {
  float: right;
  height: auto;
  width: auto;
  margin-top: 160px;
}
.quote_tretment .shloc_pic_big {
  background: url(/images/shloc_pic_big.jpg) no-repeat 0 0;
  width: 113px;
  height: 113px;
  background-size: contain;
  border-radius: 100%;
  float: left;
  position: relative;
  top: 12px;
  right: 0;
}
.quote_tretment .obrashenie {
  float: right;
  width: 500px;
  margin: 0 0 20px 0;
  font-size: 14px;
}
.quote_tretment .obrashenie div {
  float: left;
  margin-left: 22px;
}
.quote_tretment .obrashenie div p {
  color: #fff;
}
.quote_tretment .obrashenie span {
  font-family: "Roboto+Condensed", sans-serif;
  font-size: 44px;
  height: 25px;
}
.quote_tretment .obrashenie span:nth-child(1) {
  float: left;
}
.quote_tretment .obrashenie span:nth-child(3) {
  float: right;
  margin: -27px 122px 0 0;
}
.current {
  background: #4aa147 !important;
}
.current a {
  color: #fff !important;
}
#main-content {
  min-height: 400px;
}
.box-wrapper {
  position: relative;
  padding-bottom: 55px;
}
.box-elections-wrapper {
  background-color: #f7f7f8;
  /*padding: 0 1em 3.5em 1em;*/
}
.box-social-wrapper {
  background: url('/assets/images/social-bg.png') center;
  background-size: cover;
  width: 100%;
  color: #fff;
}
.box-social-wrapper .container {
  height: 400px;
}
.box-social-wrapper .btn {
  margin-right: 15px;
  width: auto;
}
.box-social h3 {
  font-size: 1.8em;
  margin-bottom: 30px;
}
.box-projects-wrapper {
  padding-top: 40px;
  padding-bottom: 70px;
  background-color: #f2f2f2;
}
.box-projects-wrapper h3 {
  margin: 34px 0;
  font-size: 1.8em;
}
.box-projects-wrapper .logo {
  width: 300px;
  margin: 0 auto;
}
.box-projects-wrapper .row {
  margin-left: -3px;
  margin-right: -3px;
}
.box-projects-wrapper .col-5 {
  padding: 0 3px;
}
.box-projects-wrapper .project-element {
  width: 20%;
  float: left;
  border-right: 6px solid #f2f2f2;
  box-sizing: border-box;
}
.box-projects-wrapper .project-element img {
  box-shadow: 0 0 6px 3px rgba(144, 144, 144, 0.1);
}
.box-init-wrapper {
  background-color: #f2f2f2;
}
.elect-element {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 320px;
  height: 100%;
  padding: 30px 20px 20px;
  text-align: center;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}
.elect-element img {
  margin: 0 auto;
  height: 65px;
}
.elect-element h3 {
  font-size: 1em;
  color: #282c31;
  margin-top: 25px;
}
.elect-element h3 a {
  color: #282c31;
}
.elect-element .elect-intro {
  color: #9ea9ba;
  flex: 1 0 auto;
  font-size: .8em;
  margin-top: 10px;
}
.elect-element .btn {
  margin-top: 15px;
  width: auto;
}
.init-element {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 400px;
  height: 100%;
  padding: 35px;
  text-align: center;
  box-shadow: 0 1px 8px 0 rgba(101, 101, 101, 0.2);
}
.init-element:hover {
  background-color: #cdd3dc;
}
.init-element.accepted {
  background-color: #afa;
}
.init-element.rejected {
  background-color: #faa;
}
.init-element.important .init-intro {
  background: #fa0a49;
  margin: 15px -35px -20px -35px;
  padding: 15px 35px 15px 35px;
  color: #fff;
}
.init-element .stamp {
  font: bold 1.2em 'Roboto', sans-serif;
  border: 0.1em solid;
  position: absolute;
  top: 0.5em;
  right: 1em;
  padding: 0.2em 0.5em;
}
.init-element .comment-counter {
  font-size: 1.5em;
  position: absolute;
  top: 1em;
  left: 1em;
  margin: 0;
}
.init-element .people-list {
  display: none;
}
.init-element .init-author {
  display: block;
  flex: 1 0 auto;
  margin-top: 15px;
  font-size: .8em;
  font-weight: 700;
}
.init-element .init-img {
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: 6px solid #f2f2f2;
}
.init-element .init-img img {
  width: 100%;
}
.init-element > a {
  flex: 3;
}
.init-element > button {
  flex: 0 0 auto;
}
.init-element .init-intro {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  /*font-style:italic;*/
  display: block;
  font-size: 1.3em;
  margin-top: 25px;
  line-height: 27px;
}
.init-element .btn {
  margin-top: 35px;
  font-size: 1em;
  width: auto;
}
.init-element div {
  font-size: 0.8em;
  margin-top: 10px;
  color: #87898b;
}
.inner-page-content .init-element {
  height: 250px;
  padding: 20px 20px;
}
.inner-page-content .init-element.important .init-intro {
  margin: 10px -20px -15px -20px;
}
.inner-page-content .init-element .init-intro {
  font-family: inherit;
  font-style: inherit;
  font-size: 1em;
  line-height: 22px;
}
.inner-page-content .init-element .btn {
  margin-top: 21px;
}
.box-team-wrapper {
  height: 1135px;
}
.box-team-wrapper .box-header h2 {
  padding-bottom: 70px;
}
#team-container {
  margin-top: 35px;
}
.block-team {
  position: relative;
  background: url(../images/team.jpg) no-repeat center;
  width: 768px;
  height: 768px;
  margin: 0 auto;
}
.block-team-title {
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -175px;
  top: -155px;
  z-index: 10;
}
.block-team-title h2 {
  margin: 0;
  font-size: 1.4em;
  line-height: 24px;
}
#team-circle {
  visibility: hidden;
}
#team-circle,
.block-team-meta {
  width: 717px;
  height: 717px;
  position: absolute;
  left: 50px;
  top: 50px;
}
.team-member {
  position: absolute;
  text-align: center;
  width: 173px;
  z-index: 100;
}
.team-member .member-img {
  display: block;
  width: 173px;
  height: 173px;
  background: url(../images/member.png) no-repeat 14px 12px;
  position: relative;
}
.team-member .member-img.active,
.team-member .member-img:hover {
  background-position: -170px 0;
}
.team-member .member-img div {
  border-radius: 100%;
  width: 127px;
  height: 127px;
  position: absolute;
  top: 34px;
  left: 24px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.team-member .member-name {
  margin-top: 12px;
  font-weight: 600;
  display: block;
}
.team-member .member-district {
  color: #87898b;
  font-size: 0.9em;
}
.box-map-svg {
  position: absolute;
  left: 50%;
  margin-left: -105px;
  top: 50%;
  margin-top: -127px;
}
.box-map-svg svg {
  width: 210px;
  height: 290px;
}
.box-header h2,
.box-header h1 {
  font-size: 3.6em;
  padding-top: 85px;
  padding-bottom: 30px;
}
/* INNER PAGE */
.inner-page-header {
  height: 340px;
  background-color: #0b0c0e;
  padding-top: 125px;
}
.inner-page-header .inner-page-img {
  width: 260px;
  height: 260px;
  border-radius: 100%;
  border: 7px solid #e4e6e9;
  overflow: hidden;
}
.inner-page-header .inner-page-img img {
  width: 100%;
  height: 100%;
}
.inner-page-meta h1 {
  color: #fff;
  font-size: 1.9em;
  line-height: 30px;
}
.inner-page-meta p {
  color: #87898b;
  margin-top: 10px;
}
.inner-page-connect .btn-black {
  margin-bottom: 10px;
}
.single-post {
  margin-top: 35px;
}
.box-tabs {
  height: 80px;
  line-height: 71px;
}
.box-tabs .tab {
  display: inline-block;
  margin-right: 1.8em;
  color: #767676;
  text-transform: uppercase;
  font-size: .8em;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  line-height: 13px;
  font-weight: 700;
}
.box-tabs .tab:hover,
.box-tabs .tab.active {
  border-color: #4aa147;
}
.box-tabs .tab:last-child {
  margin: 0;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.box-sidebar-left p {
  font-size: .8em;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.box-sidebar-left .box-copy input {
  color: #9ea9ba;
  border: 0;
  border-bottom: 2px solid #9ea9ba;
  padding: 0 10px 5px 0;
  outline: none !important;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
.likely__counter {
  display: none;
  padding-left: 5px;
}
.box-soc-links {
  margin-bottom: 40px;
}
.box-soc-links .likely-small {
  margin-bottom: 5px;
}
.box-soc-links p {
  font-size: .8em;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.box-soc-links a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 3px;
  border-radius: 100%;
  text-align: center;
  vertical-align: top;
  color: #fff;
  line-height: 34px;
  font-size: 0.75em;
  font-weight: bold;
}
.box-soc-links a:hover {
  opacity: .9;
}
.box-soc-links a:last-child {
  margin: 0;
}
.box-soc-links i {
  line-height: 34px;
  color: #fff;
}
.box-link-add {
  font-weight: 700;
  width: 245px;
  position: relative;
}
.box-link-add a {
  display: block;
}
.box-link-add a:hover .back-circle {
  border-color: #d1d1d1;
  background-color: #39a735;
}
.box-link-add .box-link-text {
  float: left;
  position: relative;
  top: 17px;
}
.box-link-add .back-circle {
  width: 56px;
  height: 56px;
  background-color: #4aa147;
  border: 8px solid #e4e6e9;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  bottom: 3px;
  float: right;
}
.box-link-add .back-circle i {
  line-height: 40px;
}
.box-link-back {
  margin-top: 85px;
  font-weight: 700;
}
.box-link-back a {
  display: block;
}
.box-link-back a:hover .back-circle {
  border-color: #d1d1d1;
  background-color: #ff3268;
}
.box-link-back .back-circle {
  width: 56px;
  height: 56px;
  background-color: #fa0a49;
  border: 8px solid #e4e6e9;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  bottom: 3px;
}
.box-link-back .back-circle i {
  line-height: 40px;
}
.box-map-wrapper {
  position: relative;
}
.box-map-wrapper .map {
  height: 490px;
}
#map {
  width: 100%;
  height: 490px;
  position: absolute;
}
.baloon--with-header {
  position: absolute;
  width: 365px;
  height: 350px;
  background: #fff;
  padding: 35px;
  top: 70px;
  left: 50px;
}
.baloon--with-header .btn {
  margin-top: 45px;
  box-sizing: border-box;
  text-align: center;
}
.baloon__header {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  /*font-style:italic;*/
  font-size: 1.63em;
  margin-bottom: 25px;
  margin-top: 12px;
}
.baloon__titlecol {
  float: left;
}
.baloon__titlecol:first-child {
  width: 125px;
}
.baloon__titlecol:last-child {
  padding-left: 25px;
  width: 160px;
  border-left: 1px solid #e4e6e9;
}
.baloon__titlecol .baloon__num {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  /*font-style:italic;*/
  font-size: 2em;
}
.baloon__list {
  margin-top: 25px;
}
.baloon__list .list__item {
  margin-top: 15px;
}
.baloon__list .list__item .list__text {
  font-size: .8em;
}
.baloon__list img {
  float: left;
  margin-right: 4px;
  position: relative;
  bottom: 4px;
}
.baloon--unlogin,
.baloon--login {
  position: absolute;
  background-color: #fff;
  padding: 25px;
}
.baloon--unlogin:before,
.baloon--login:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: -10px;
  background: #ff1054;
  border: 2px solid #fff;
  border-radius: 100%;
}
.baloon--unlogin .btn,
.baloon--login .btn {
  width: auto;
  margin-top: 15px;
}
.baloon__follower {
  margin-top: 10px;
}
.baloon__follower .baloon__follower-img {
  width: 40px;
}
.baloon__follower .baloon__follower-img img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.baloon__follower .baloon__follower-info {
  padding-left: 10px;
}
.box-text {
  line-height: 21px;
  font-family: 'Roboto', sans-serif;
}
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  margin-bottom: 20px;
}
.box-text iframe {
  max-width: 100%;
}
.video-element {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.video-element .video-backdrop {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.video-element:hover .icon-play,
.video-element:hover .video-title {
  display: block;
}
.video-element:hover .video-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
.video-element .icon-play {
  display: none;
  position: relative;
  margin: 0 auto;
  top: 55px;
  width: 50px;
  height: 50px;
  background: url('/assets/images/video-icon.png') no-repeat center;
}
.video-element .video-title {
  display: none;
  position: relative;
  margin: 0 auto;
  top: 83px;
  font-weight: 700;
  font-size: .8em;
  color: #fff;
}
.gallery .gallery-element {
  display: block;
  height: 180px;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.gallery .gallery-element:hover {
  opacity: .9;
}
.pub-element {
  position: relative;
  padding: 33px 22px 35px 30px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.pub-element .pub-img {
  width: 80px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.pub-element .pub-date {
  color: #9ea9ba;
  font-size: .8em;
  font-weight: 400;
  display: inline-block;
}
.pub-element a {
  display: block;
  margin-top: 8px;
  line-height: 19px;
}
.box-pub-single .pub-element {
  padding: 25px 32px;
}
.box-pub-single .pub-author {
  float: right;
  color: #9ea9ba;
  font-size: .8em;
  font-weight: 400;
}
.box-pub-single h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  margin-top: 27px;
  font-size: 1.51em;
}
.box-pub-single .pub-text {
  margin-top: 26px;
  line-height: 20px;
}
.box-pub-answer {
  padding: 25px 25px 53px 25px;
  border: 4px solid #4aa147;
  margin-top: 30px;
  position: relative;
}
.box-pub-answer:before {
  content: '';
  position: absolute;
  left: 66px;
  top: -16px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-width: 0;
  border-bottom: 14px #4aa147;
}
.box-pub-answer:after {
  content: '';
  position: absolute;
  left: 70px;
  top: -10px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top-width: 0;
  border-bottom: 10px #f7f7f8;
}
.box-pub-answer .box-answerer {
  display: inline-block;
  width: 100%;
}
.box-pub-answer .box-answerer img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  float: left;
}
.box-pub-answer .box-answerer span {
  display: block;
  margin-top: 17px;
  margin-left: 60px;
  font-weight: 600;
}
.box-pub-answer .answerer-text {
  margin-top: 15px;
}
.comments-count {
  background: url('/assets/images/icon-comments.png') no-repeat right center;
  color: #9ea9ba;
  height: 20px;
  padding-right: 26px;
  display: inline-block;
  float: right;
  font-size: .8em;
  padding-top: 4px;
}
.region-tabs-data h2,
.region-tabs-data h3,
.region-tabs-data h4,
.region-tabs-data h5 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 1em;
}
.region-tabs-data h2 {
  font-size: 1.5em;
}
.region-tabs-data h3 {
  font-size: 1.17em;
}
.region-tabs-data h4 {
  font-size: 1em;
}
.region-tabs-data h5 {
  font-size: 0.83em;
}
.region-tabs-title {
  color: #fa0a49;
  margin-bottom: 28px;
  font-weight: 700;
  padding-left: 30px;
}
.region-tabs {
  margin-bottom: 20px;
}
.region-tabs div > a {
  display: inline-block;
  padding: 7px 29px;
}
.region-tabs .menu-block div {
  padding: 7px 29px;
  background-color: transparent;
  margin-bottom: 2px;
  font-size: .9em;
  cursor: pointer;
}
.region-tabs .menu-block div:hover,
.region-tabs .menu-block div.active {
  background-color: #fa0a49;
  color: #fff;
}
.region-tabs .menu-block ul {
  font-size: 80%;
  margin-left: 3em;
}
.region-tabs .menu-block ul li {
  margin-bottom: 0.1em;
  padding: 0.4em 0.7em;
  cursor: pointer;
}
.region-tabs .menu-block ul li:hover,
.region-tabs .menu-block ul li.active {
  background-color: #fb3c6e;
  color: #fff;
}
.command .region-tabs div:nth-child(2) {
  margin-bottom: 25px;
}
.command .region-tabs div:hover {
  background: #4aa147 !important;
}
.election-region {
/*  display: none;*/
  width: 100%;
}
.election-region h4 {
  margin-bottom: 22px;
  font-style: normal;
}
.election-region .election-members-list,
.election-region .election-members-list-mandat,
.election-region .election-members-list-manymandat {
  display: inline-block;
  width: 100%;
}
.election-head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.election-head > div {
  display: inline-block;
}
.election-head .select-regions {
  margin-left: 2em;
}
.election-head .select-regions select {
  background: #fff;
  border: 0.1em solid #dfdfdf;
  color: #5a5a5a;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  padding: 0.5em 1em;
}
.election-head .select-regions select:focus {
  border-color: #888;
  outline: none;
}
.election-district {
  margin-bottom: 30px;
}
.district-caption:hover {
  cursor: pointer;
}
.district-caption .district-spoiler {
  display: none;
  border: 0.1em solid #ddd;
  max-height: 15em;
  margin-top: -1em;
  margin-bottom: 1em;
  padding: 1em;
  overflow: hidden;
  overflow-y: auto;
}
.election-member {
  text-align: center;
  padding: 30px 20px;
  background-color: #fff;
  height: 200px;
  margin-bottom: 30px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}
.election-member .election-member-img {
  width: 87px;
  height: 87px;
  overflow: hidden;
  border-radius: 100%;
  border: 6px solid #e4e6e9;
  margin: 0 auto;
}
.election-member .election-member-img img {
  width: 100%;
  height: 100%;
}
.election-member .election-memeber-name {
  display: block;
  font-weight: 700;
  margin-top: 15px;
}
.request-form-wrapper h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 1.3em;
  margin-bottom: 15px;
  font-weight: normal;
}
.required:after {
  content: '*';
  color: #fa0a49;
  display: inline-block;
  margin-left: 0.5em;
}
.box-request-form {
  background-color: #f7f7f8;
  padding: 30px;
}
.box-request-form .request-title {
  height: 50px;
}
.box-request-form .request-content {
  height: 100px;
}
.box-comments-wrapper {
  margin-top: 27px;
  padding-top: 17px;
  border-top: 2px solid #9ea9ba;
}
.box-comments-wrapper .comments-title {
  font-size: 1.52em;
}
.box-comments-wrapper form {
  text-align: right;
}
.box-comments-wrapper textarea {
  height: 105px;
}
.box-comments-wrapper .btn {
  width: auto;
  padding: 13px 43px 11px;
}
#comments-container {
  margin-top: 30px;
}
#comments-container .comment-element {
  background: #fff;
  padding: 19px 30px 30px 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
#comments-container .comment-img {
  width: 7%;
  margin-right: 2%;
  float: left;
}
#comments-container .comment-img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
#comments-container .comment-content {
  width: 91%;
  float: left;
}
#comments-container .comment-name {
  margin-top: 18px;
  font-weight: 600;
}
#comments-container .comment-name span {
  display: inline-block;
  color: #a8a8a8;
  font-weight: 400;
  margin-left: 3px;
  font-size: .9em;
}
#comments-container .comment-text {
  margin-top: 12px;
  margin-bottom: 38px;
  line-height: 20px;
}
#comments-container .comment-date,
#comments-container .btn-answer {
  font-size: .8em;
  color: #9ea9ba;
  display: inline-block;
  margin-right: 20px;
}
#comments-container .btn-answer:hover {
  text-decoration: underline;
}
#comments-container .box-answer {
  display: none;
}
#comments-container .box-answer form {
  margin-top: 20px;
}
.petition-result div {
  color: #555;
  font-weight: 900;
  width: 50%;
  margin: 0 auto;
  padding: 0.7em 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.petition-result div.accepted {
  background-color: #afa;
}
.petition-result div.rejected {
  background-color: #faa;
}
.box-addressed {
  height: 75px;
  color: #fa0a49;
  padding-top: 46px;
  font-size: .91em;
  font-weight: 700;
}
.box-page-petitions .inner-page-meta h1 {
  margin-top: 15px;
  font-size: 1.43em;
  line-height: 29px;
}
.box-page-petitions .inner-page-meta p {
  margin-top: 0;
}
.box-page-petitions .btn-petitions {
  width: auto;
  padding: 13px 88px 11px;
  margin-top: 29px;
}
.position-element {
  min-height: 210px;
  height: 100%;
  overflow: hidden;
}
.position-element .position-meta {
  position: relative;
}
.position-element .position-img {
  float: none!important;
}
.position-element .position-img img {
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  border: 10px solid #f2f2f2;
  border-radius: 100%;
  margin: auto;
}
.position-element h3,
.position-element p {
  position: relative;
}
.position-element h3 {
  font-size: 1.52em;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.position-element p {
  font-size: .8em;
  font-weight: 600;
  margin-top: 5px;
}
.box-citizens-element {
  /*width: 80px;*/
  height: 32px;
}
.box-citizens-element:hover .population {
  color: #fa0a49;
}
.box-citizens-element:hover .citizens-modal {
  display: inline-block;
}
.box-citizens-element .population {
  font-weight: 700;
  font-size: 1.5em;
  cursor: pointer;
}
.box-citizens-element .citizens-modal {
  width: 260px;
  background-color: #fff;
  padding: 17px 13px;
  border-radius: 4px;
  position: relative;
  margin-top: 8px;
  box-shadow: 0 0 10px 0 rgba(90, 90, 90, 0.21);
  display: none;
  z-index: 10;
}
.box-citizens-element .citizens-modal:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-width: 20px;
  border-bottom: 9px #fff;
}
.box-citizens-element .citizens-img {
  width: 50px;
  float: left;
  margin-right: 16px;
}
.box-citizens-element .citizens-text {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  line-height: 16px;
}
/* INNER PAGE */
/*myadvice*/
.box-myadvice-text {
  padding: 30px 0;
}
.box-myadvice-text h1 {
  margin-bottom: 20px;
  line-height: 30px;
}
.box-myadvice-text p {
  margin-bottom: 15px;
}
.box-myadvice-wrapper {
  background-color: #F7F7F7;
  padding: 30px 0;
}
.box-myadvice-wrapper hr {
  margin: 20px 0;
  background-color: #c1c0c0;
  height: 1px;
  border: 0;
}
.box-myadvice-wrapper h3 {
  margin-bottom: 20px;
  font-size: 1.2em;
}
.box-myadvice-wrapper h3 .text-small {
  font-weight: 100;
  font-size: .85em;
}
.check_address {
  display: inline-block;
  margin-right: 25px;
  color: #767676;
  font-size: .9em;
  border-bottom: 2px solid #4aa147;
  cursor: pointer;
}
.check_address:hover {
  border-color: transparent;
}
#error-message {
  margin-top: 15px;
}
/*mundep*/
.box-mundep-wrapper h1 {
  text-align: left;
  font-size: 2.5em;
  padding-top: 35px;
}
.box-mundep-wrapper .btn {
  width: auto;
}
.box_mundep_form {
  padding-right: 30px;
  border-right: 1px solid #b3b3b3;
}
.box_mundep_text strong {
  font-weight: bold;
}
.box_mundep_text p {
  margin-bottom: 15px;
}
.status-element {
  margin-bottom: 10px;
}
.status-element a:hover {
  text-decoration: underline;
}
.podpisavshi {
  margin-top: 47px;
}
.podpisavshi p {
  font-size: .8em;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.box_comments {
  width: 560px;
  height: auto;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  left: 27.6%;
}
.box_comments > span:first-child {
  float: left;
  display: block;
  width: 100%;
  font-size: 19pt;
  margin-top: 20px;
  margin-bottom: 30px;
}
.box_comments #comments_count {
  width: 100%;
  font-size: 19pt;
  margin-top: -30px;
  margin-bottom: 20px;
  display: block;
}
.box_comments .comments_inner {
  float: left;
  width: 560px;
  height: auto;
  margin-top: 25px;
}
.box_comments .answer_comment {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 20px;
  display: none;
}
.box_comments .comments {
  border-top: 1px dashed #dbdbdb;
  padding-top: 20px;
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 20px;
}
.box_comments .comments > div:last-child {
  width: 570px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  position: relative;
  bottom: 4px;
}
.box_comments .comments p {
  margin-top: 0;
  float: left;
  display: block;
  width: auto;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #3C3C3C;
}
.box_comments .text_comment {
  margin-top: 0;
  float: left;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #3C3C3C;
  margin-bottom: 8px;
  line-height: 19px;
}
.box_comments .leave_comment .box_form {
  padding-left: 30px;
  width: 100%;
  height: auto;
}
.box_comments .leave_comment .box_form form input {
  margin: 0;
  margin-top: 10px;
  border: none;
  width: 200px;
  height: 40px;
  background: #4aa147;
  color: #ffffff;
  font-size: 11pt;
  outline: none;
  border-radius: 6px;
  float: right;
}
.box_comments .leave_comment .box_form form textarea {
  width: 99%;
  height: 105px;
}
.box_comments .box_comm_actions {
  display: inline-block;
  width: 100%;
}
.box_comments .date {
  float: left;
  display: block;
  width: auto;
  font-size: 13px;
  color: #a8a8a8;
}
.box_comments .sys_error_comm {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.box_comments .answer {
  float: left;
  display: block;
  width: auto;
  font-size: 13px;
  color: #a8a8a8;
  margin-left: 25px;
  cursor: pointer;
}
.box_comments .edit_comment {
  float: left;
  display: block;
  width: auto;
  font-size: 13px;
  color: #A8A8A8;
  margin-left: 25px;
  cursor: pointer;
  border: none;
  background: #fff;
}
.box_comments .answer:hover,
.box_comments .edit_comment:hover {
  color: #3C3C3C;
  outline: none;
}
.box_comments .answerForWho {
  float: left;
  display: block;
  width: auto;
  font-size: 11pt;
  color: #a8a8a8;
}
.news-title{
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */
.pt-85{
  height: 200px;
}


.district_number_option > .image,
.district_number_option > .text {
    float: left;
}

.district_number_option > .text {
    margin-left: 15px;
}
.district_number_option{
  padding: 10px;
  cursor: pointer;
}


.district_number_text .name {
    font-size: 14px;
    font-weight: bold;
}
.district_number_text b{
   font-size: 14px;
  color: #000;
  font-weight: bold;
}
.district_number_text .description {
  font-size: 14px;
    color: gray;
}
.selectize-dropdown-content {
    max-height: 600px!important;
}
.selectize-dropdown [data-selectable].option {
    cursor: pointer;
}
.district_number_option_title{
  background: #fff!important;
  text-align: center;
  cursor: inherit!important;

  padding-top: 20px;
  pointer-events: none;
}
.district_number_title .selectize-dropdown [data-selectable] {
    cursor: unset!important;

}

@media (max-width: 500px) {
  .quote_tretment{
    display: none;
  }
  .mainmenu li {
    display: inline-block;
    vertical-align: top;
  }
  .main-slider .box-slider-meta .box-slider-meta-inner .img_and_prisoedinitsya{
    padding-bottom: 60px;
  }
  header.fixed {
    padding-top: 10px;
  }
  .mainmenu li:last-child a {
    margin: 0;
    color: #a3a3a3;
    border-color: #fa0a49;
  }
  header.fixed .box-header-soc{
    display: none;
  }
  header.fixed .mainmenu {
    margin-top: 0px;
  }
  .people-address-text{
    float: none!important;
    margin-left: 4px;
  }
  header .box-login {
    float: none!important;
    display: inline-block;
    color: #ffffff;
  }
  .baloon baloon--with-header{
    margin-bottom: 20px;
  }
  .baloon--with-header{
    height: 860px;
  }
  .mainmenu a {
    color: #ffffff;
  }
  .mainmenu a:hover, .mainmenu a.active {
    color: #fbfbfb;
  }
  .mainmenu {
    margin-top: 40px;
    padding-top: 80px!important;
  }
  .mainmenu li:last-child a {
    color: #fff;
  }
  .mainmenu a {
    /*    font-size: 35px;*/
  }
  header.fixed .header-row.bottom {
    height: 100%;
    margin-bottom: 20px;
  }
  .main-slider .box-slider-meta {
    padding-top: 170px;
  }
  .baloon--with-header{
    top: 0;
    left: 0;
    width: 100%;
    position: inherit;
  }
  .box-map-wrapper .map{
    height: auto;
  }
  #map{
    margin-top: 400px;
  }
  .baloon--unlogin, .baloon--login{
    margin-top: 400px;
  }
  .mobile_circle .box-sidebar-left{
    padding: 10px 20px;
  }
  .main-slider .box-slider-meta .box-slider-meta-inner .img_and_prisoedinitsya {
    margin-top: 165px;
  }
  .election-members-list .col-4 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .main-slider .item{
    height: 620px!important;
  }
  .election-member {
    padding: 25px 0px;
    height: 210px;
  }
  .footer__social .btn{
    padding: 13px 0px 11px;
  }
  .modal{
    width: 100%!important;
  }
  .box-projects-wrapper .project-element {
    width: 49%;
    float: none;
    display: inline-block;
    padding: 10px;
  }
  .quote_tretment .obrashenie {
    width: 100%;
  }
  .box-projects-wrapper .container .box-projects .row{
    text-align: center;
  }
  .box-login a, .people-address-text{
    text-transform: uppercase;
  }
  .box-projects-wrapper .logo {
    width: 90%;
  }
  .col-4{
    width: 100%;
  }
  .header-row .col-4:first-child{

    text-align: center;
  }
  header.fixed .logo img {
    height: auto;
    width: 100%;
  }
  .header-row .col-4:nth-child(3){
    text-align: center!important;
    z-index: 9999;
    padding-bottom: 5px;
  }
  .box-header-soc a{
    color: #fff;
  }
  .box-projects-wrapper .row{
    margin-left: 0;
    margin-right: 0;
  }
  .people-address-text {
    display: inline-block;
    color: #ffffff;
    /* margin-right: 20px; */
  }
  .box-social-wrapper .btn{
    margin-bottom: 15px;
  }
  .mobile_circle .col-2 {
    width: 0!important;
  }
  .mobile_circle .col-3 {
    width: 100%!important;
  }
  .mobile_circle .col-7 {
    width: 100%!important;
    padding-top: 20px;
  }
  .baloon__titlecol:first-child {
    width: 50%;
  }
  .baloon__titlecol:last-child {
    width: 50%;
  }
  .mobile_circle .box-link-back{
    display: none!important;
  }


  .election-member .election-memeber-name {
    padding: 0 2px;
  }


  /*modal auth*/
  .btn-remember{
    font-size: 12px;
  }
  #authPopup .btn{
    padding: 12px 0px 11px;
  }

  /*advice*/
  .box-myadvice-text{
    padding: 30px 15px;
  }
  .address{
    width: 100%!important;
    padding: 40px 15px 20px!important;
  }
  .field input{
    width: 100%!important;
  }
  .box-myadvice-wrapper .col-6{
    width: 100%!important;
  }

  /*profile*/
  .mobile-profile-css .col-3, .mobile-profile-css .col-6, .mobile-profile-css .col-3{
    width: 100%;
  }
  .mobile-profile-css .inner-page-meta h1 {
    color: #000;
  }
  .mobile-profile-css .table-cell {
    float: left!important;
  }
  .mobile-profile-css .inner-page-content{
    padding-top: 430px;
  }
  .mobile-profile-css .inner-page-header {
    padding-top: 330px;
    height: 460px;
  }
  .mobile-profile-css  .box-link-back{
    margin-top: 20px;
  }
  .mobile-profile-css .inner-page-header .inner-page-img{
    margin: auto;
  }
  .mobile-profile-css .box-sidebar-left{
    padding-bottom: 10px;
  }
  .box-tabs .tab {
    margin-right: 16px;
  }
  .inner-page-header .table {
    display: block;
  }
  .col-3, .col-6, .col-7{
    width: 100%;
  }
  .table-cell {
    float: left!important;
    display: block;
    vertical-align: middle;
  }
  .inner-page-meta h1 {
   /* color: #000;*/
    font-size: 1.9em;
    line-height: 30px;
  }
  .inner-page-header .inner-page-img {
    margin: auto;
    margin-top: 180px;
  }
  .box_comments {
    width: 95%;
    height: auto;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    left: 0;
  }
  .box_comments #comments_count {
    width: 100%;
    font-size: 19pt;
    margin-top: -30px;
    margin-bottom: 20px;
    display: block;
    padding-left: 10px;
  }
  .inner-page-meta-m h1{
    color: #000;
  }
  .box_comments {
    width: 95%;
    height: auto;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    left: 0;
  }
  .box_comments #comments_count {
    width: 100%;
    font-size: 19pt;
    margin-top: -30px;
    margin-bottom: 20px;
    display: block;
    padding-left: 10px;
  }
}

input.itn-search::placeholder{
  color: #a3a3a3;
}

.itn-search{
  font-size: 15px;
  font-weight: 600;
  margin-top: -3px;
  padding: 3px;
  outline: none !important;
  width: 100%;
  box-sizing: border-box;
  border: 1px;
  background-color: rgb(0 0 0 / 21%);
  color: #b3b3b3;
}

.itn-search-b{
  position: absolute;
  color: #a3a3a3;
  right: 6px;
  margin-top: 2px;
}

.itn-search-result{
  position: absolute;
  width: 160%;
  text-align: left;
  padding: 10px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 1100px) {
  .itn-search-block{
    display: none !important;
  }
}

.itn-search-news-r a{
  font-weight: 500 !important;
  padding-bottom: 2px !important;
  margin-bottom: 3px !important;
}

.itn-search-init-r a{
   font-weight: 500 !important;
   padding-bottom: 2px !important;
   margin-bottom: 3px !important;
}

.itn-search-people-r a{
  font-weight: 500 !important;
  padding-bottom: 2px !important;
  margin-bottom: 3px !important;
}

.fixed .itn-search{
  font-size: 13px;
}

.fixed .itn-search-b{
  font-size: 12px;
  margin-top: 5px;
}
.fixed .mainmenu a{
  font-size: .7em;
}

.itn-pub{
  display: inline-block;
  margin-right: 0.5em;
  color: #767676;
  text-transform: uppercase;
  font-size: .8em;
  border-bottom: 2px solid transparent;
  line-height: 13px;
  font-weight: 700;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.itn-active{
  color: #1f1f1f;
}
@media (max-width: 500px){
  .mainmenu {
    margin-top: 0px;
    padding-top: 120px !important;
  }
  .box-login{
    font-size: 9px;
    margin-top: 18px;
  }
  .modal-open{
    font-size: 9px;
    margin-top: 18px;
  }
}
