﻿@charset "UTF-8";
.container {
  color: #000;
 /* overflow: hidden;*/
  height: inherit;
  width: 85%;
  margin: 0 auto;
}

.container_inner {
  background-color: #fff;
  overflow: auto !important;
}

.body-wrapper{
  background: linear-gradient(-45deg, #23a6d5, #4ceccf, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 90s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.login-block a {
  color: #000;
}

.login-block:before {
  background: url(../img/ico-user-login.png) no-repeat 0%;
}

.head-page-main {
  max-width: 410px;
}

/* Герб	*/
.gerb {
  position: absolute;
  background: url(../img/gerb.png) no-repeat 0 50%;
  background-size: contain;
  width: 45px;
  height: 45px;
  left: 10px;
}

.gerb-inner {
  width: 35px;
  height: 35px;
}

.hromada-people {
  background: url(../img/hromada-image.png) no-repeat;
  background-size: contain;
}

.h-people-speech {
  background: url(../img/hr-tooltip-wrap-black.png) no-repeat;
  background-size: contain;
}

.h-people-speech a {
  color: #000;
}

.line-block__dot-line {
  border-bottom: 1px dashed #000;
}

.line-block__dot-line span {
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, #f2f2f2), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to left, #f2f2f2 10%, rgba(255, 255, 255, 0.2));
}

/* Прописываем стили для шапки сайта и формы логина	*/
.header-inner {
  background: #000;
}

.header-inner span {
  color: #fff;
}

/* Left col on pages with map*/
.left-col, .mobile-menu {
  background: #000;
}

.filter-map {
  background: #f3f3f3;
}

.filter-map__item {
  color: #000;
}

.links__item_main-menu {
  border-bottom: 1px solid #4c4c4c;
}

.links__item_main-menu_active::after {
  border-right: 15px solid #f3f3f3;
}

.img-cover{
  width: 50%;
  max-width: 50%;
  position: absolute;
  /* top: 10px; */
  right: 0;
}

/* Sets bg on main page */
/* Styles for map of region on Main page */
.main-map-mask {
  mask: url("../img/main-map-mask.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask: url("../img/main-map-mask.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 100%;
  max-width: 599px;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 30px;
  z-index: 2;
}

.main-map-mask-shadow {
  background: url("../img/main-map-mask-shadow.png") no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 599px;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 30px;
  z-index: 3;
}

.main-map-pins-wrapper {
  display: block;
  position: absolute;
  right: -30px;
  width: 110%;
  height: 100%;
}

.main-map-pins {
  background: url("../img/main-map-pins.jpg") no-repeat;
  background-size: contain;
  font-size: 100px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-map-background {
  /* background: url("../img/main-map-bg.jpg") 250px -150px no-repeat;*/
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* --= end =-- */
.btn-links .know-more {
    color: #000;
    border-color: #000;
}

/* ======= Footer ========= */

.footer-container{
  background-color: #000;
}

.footer {
    /* background: #192346; */
    background: #000;
    color: #fff;
}

    .footer a {
        color: #fff;
    }

.created-by {
  position: relative;
  margin-left: 33px;
  padding: 15px;
}

    .created-by::after {
        content: '';
        display: block;
        position: absolute;
        background: url(../img/e-ecology-logo.png) no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        left: -20px;
        top: 6px;
    }

.created-by_footer {
  padding: 20px 0 20px 35px;
}

.created-by_footer::after {
  left: 0;
  top: 10px;
}

.created-by_column {
  margin-left: 0;
}

.created-by_column::after {
  content: '';
  background: url(../img/e-ecology-logo.png) no-repeat;
  background-size: contain;
}

/* --- end footer --- */
/*# sourceMappingURL=region-style.css.map */