@charset "utf-8";


.navbar-default {
  border: 0;
  margin-bottom: 21px;
}

.petition-block {
  margin-top: -21px;
  display: flex;
}

.vote-viget {
  padding: 10px;
  background-color: #39bbff;
}
.vote-viget img{border-radius: 5px;}
html body div#vueRoot div.widget div.widget__head{
  background: #0b2e92 !important !important;
  background: -moz-linear-gradient(left, #0b2e92 0%, #4562b3 100%) !important;
  background: -webkit-linear-gradient(left, #0b2e92 0%,#4562b3 100%) !important;
  background: linear-gradient(to right, #0b2e92 0%,#4562b3 100%) !important;
}
/*.vote-viget {
position: fixed;
bottom: -350px;
left: 20px;
box-shadow: 0px 3px 12px 3px rgba(0, 0, 0, 0.3);
border-radius: 5px;
overflow: hidden;
z-index: 3;
transform: scale(0.8);
transform-origin: left;
transition: all 0.3s ease-out;
-webkit-transition: all 0.18s ease-out;
-moz-transition: all 0.18s ease-out;
-ms-transition: all 0.18s ease-out;
-o-transition: all 0.18s ease-out;
}

.vote-viget:hover {
bottom: 0;
transform: scale(1);
}
*/

#ymap1,#ymap2 {
  width: 100%; height: 500px;
}
/* --------------- Project block end ------------ */
.project-block .carousel-inner {
  box-shadow: none;
  border: 0;
  overflow: hidden;
}


/* --------------- Project block end ------------ */
/* --------------- Maps block ------------ */


/* --------------- Maps block end ------------ */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
/*   -webkit-transform: translate3d(0,0,0); */
/*   box-shadow: 0 0 30px rgba(11,46,146,0.4); */
}

.owl-nav.disabled {
  display: block !important;
}
.owl-prev {float: left;}
.owl-next {float: right;}


.opinion-block .owl-carousel .owl-nav {margin-top: -80px;}
.project-block .owl-carousel .owl-nav {margin-top: -75px;}


.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {opacity: 1;}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 120px;
  color: #cccccc;
  opacity: 0.6;
  margin: 0px -60px 0;
  height: 60px;
  line-height: 0.3;
}

@media (max-width: 768px) {
  .petition-block {display: block;}
  #js-show-iframe-wrapper{width: 100%;}
  .vote-viget {width: 100%;}
  .vote-viget iframe#widgetPosId {
    width: 100%;
    height: 460px !important;
  }
}