/*!
Theme Name: eeim2
Author: Brykov Pavel
Author URI: http://sairuslogic.com
Version: 1.0.0
*/

/** fonts **/

@font-face {
  font-family: "MuseoSansCyrl_700";
  src: url("fonts/MuseoSansCyrl_700.eot");
  src: url("fonts/MuseoSansCyrl_700.eot") format("embedded-opentype"),
  url("fonts/MuseoSansCyrl_700.woff2") format("woff2"),
  url("fonts/MuseoSansCyrl_700.woff") format("woff"),
  url("fonts/MuseoSansCyrl_700.ttf") format("truetype"),
  url("fonts/MuseoSansCyrl_700.svg#MuseoSansCyrl_700") format("svg");
}
@font-face {
  font-family: "MuseoSansCyrl_500";
  src: url("fonts/MuseoSansCyrl_500.eot");
  src: url("fonts/MuseoSansCyrl_500.eot") format("embedded-opentype"),
  url("fonts/MuseoSansCyrl_500.woff2") format("woff2"),
  url("fonts/MuseoSansCyrl_500.woff") format("woff"),
  url("fonts/MuseoSansCyrl_500.ttf") format("truetype"),
  url("fonts/MuseoSansCyrl_500.svg#MuseoSansCyrl_500") format("svg");
}
@font-face {
  font-family: "MuseoSansCyrl_300";
  src: url("fonts/MuseoSansCyrl_300.eot");
  src: url("fonts/MuseoSansCyrl_300.eot") format("embedded-opentype"),
  url("fonts/MuseoSansCyrl_300.woff2") format("woff2"),
  url("fonts/MuseoSansCyrl_300.woff") format("woff"),
  url("fonts/MuseoSansCyrl_300.ttf") format("truetype"),
  url("fonts/MuseoSansCyrl_300.svg#MuseoSansCyrl_300") format("svg");
}
main,
nav,
article,
section,
aside,
figure,
header,
footer,
figcaption {
  display: block;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "MuseoSansCyrl_300", sans-serif;
  color: #333333;
  font-size: 16px;
  background-color: #fefefd;
}
input,
textarea {
  font-family: "Open Sans", sans-serif;
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
input [type="submit"],
button {
  -webkit-appearance: none;
  border-radius: 0;
}
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol {
  margin: 0;
  padding: 0;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
.internal-wrapper {
  max-width: 1210px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

/** general styles **/
h1 {
  font-size: 54px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #12363d;
}
h2 {
  font-size: 42px;
  color: #12363d;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
small {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  color: #acacac;
}
.subtitle-text {
  font-size: 19px;
  color: #636363;
}
.btn-main {
  font-size: 13px;
  font-family: "MuseoSansCyrl_700", sans-serif;
  border-radius: 1px;
  background-color: #04a698;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 50px;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 2px;
  text-decoration: none;
  border: 0;
}

.btn-main:hover {
  background-color: #007368;
  transition: all 0.2s;
}
.main-wrapper {
  padding-top: 80px;
}
a {
  color: #04a698;
  font-size: 16px;
  font-family: "MuseoSansCyrl_500", sans-serif;
}
.flex-wrapper {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/** header **/
.header-logo {
  display: block;
  width: 170px;
  position: absolute;
  left: 115px;
  top: 26px;
}
.header-wrapper {
  padding: 30px 115px;
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #fbfbfa;
  transition: all 0.2s;
}
.header-wrapper.padding {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.2s;
}

.header-nav {
  float: right;
  text-align: right;
}
.header-nav ul {
  list-style: none;
}
.header-nav ul li {
  margin-left: 36px;
  display: inline-block;
  position: relative;
}
.header-nav ul li:after {
  position: absolute;
  content: "・";
  top: -2px;
  right: -26px;
  font-size: 12px;
}
.header-nav ul li:last-child:after {
  display: none;
}
.header-nav ul li a {
  font-family: "MuseoSansCyrl_700", sans-serif;
  text-decoration: none;
  color: #333333;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.header-nav ul li a:hover {
  color: #04a698;
  transition: all 0.2s;
}
.menu-bar {
  width: 30px;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  display: none;
}
.menu-bar .close-bar {
  display: none;
}
.menu-bar.toogle .close-bar {
  display: block;
}

.menu-bar.toogle .open-bar {
  display: none;
}

/** home-hero **/

.home-map-wrapper {
  background: url("img/map-bg-pin.png") no-repeat center;
  background-size: cover;
}
.home-map-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.home-map {
  padding: 100px 0 80px 0;
}
.home-map-title h1 {
  max-width: 630px;
  line-height: 110%;
}
.home-map-title p {
  font-size: 19px;
  color: #636363;
  margin: 25px 0 55px 0;
}
.home-map-title a {
  padding: 20px 30px;
}
.home-map-quote {
  margin-top: 200px;
  text-align: center;
}
.home-map-quote h2 {
  font-size: 35px;
  color: #12363d;
}
.home-map-quote p {
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 10px;
}
.home-map-quote p:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333333;
  right: -20px;
  top: 12px;
}
.home-map-quote p:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333333;
  left: -20px;
  top: 12px;
}

/** home-two-col **/

.home-two-col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 460px;
}
.home-two-col-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home-two-col-text-wrapper {
  width: 50%;
  position: relative;
}
.home-two-col-text-wrapper .title-bottom {
  position: absolute;
  right: -3px;
  bottom: 0;
  text-transform: uppercase;
  color: #f5f5f4;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 108px;
  font-weight: bold;
  line-height: 0.75;
  display: inline-block;
  max-width: 80%;
  z-index: 1;
}
.home-two-col-item:nth-child(even) .title-bottom {
  left: -3px;
}

.home-two-col-text {
  padding: 40px 16% 40px 16%;
}
.home-two-col-text h2 {
  margin-bottom: 20px;
}
.home-two-col-text p {
  margin-bottom: 15px;
  line-height: 1.63;
  z-index: 5;
  position: relative;
}

.home-two-col-img {
  width: 50%;
}
.home-two-col-img img, .home-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#home-video-gallery{
 width: 50%;
  position: relative;
}
.home-video-link{
  display: block;
  height: 100%;
}
.home-video-link .video-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/** home-statistics **/

.home-statistics-wrapper {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.home-statistics-wrapper .internal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.home-statistic-item {
  width: 33.333%;
  text-align: center;
  padding: 62px 10px 75px 10px;
}
.home-statistic-item:nth-child(2) {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.home-statistic-item h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #04a698;
}
.home-statistic-item a {
  font-family: "MuseoSansCyrl_700", sans-serif;
  font-size: 16px;
  color: #12363d;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin: 5px 0 15px 0;
}
.home-statistic-item a:hover {
  color: #04a698;
  text-decoration: underline;
  transition: all 0.2s;
}
.home-statistic-item p {
  color: #636363;
  max-width: 170px;
  font-size: 16px;
  margin: 0 auto;
}

/** home-join **/
.home-join-block-wrapper {
  background-size: cover !important;
  position: relative;
}
.home-join-block-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 247, 247, 0.8);
}
.home-join-block {
  max-width: 630px;
  margin: 0 auto;
  padding: 60px 0 70px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
.home-join-block p {
  color: #12363d;
  margin: 20px 0 50px 0;
}

/** home-logos **/

/** footer **/
.footer-logos-block {
  padding: 20px;
  text-align: center;
}
.footer-logos-block img {
  margin: 0 10px;
  max-width: 200px;
}
.footer-logos-block svg {
  width: 100px;
  height: 50px;
}
.footer-wrapper {
  background-color: #f5f5f4;
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}
.footer-info-item {
  border-right: 1px solid #d8d8d8;
  width: 25%;
  padding: 26px 0;
}
.footer-info-item:last-child {
  border-right: 0;
}
.footer-info-item span {
}
.footer-info-item .info-text {
  font-size: 14px;
  color: #636363;
  margin-left: 5px;
  vertical-align: 5px;
}
.footer-info-item circle {
  stroke: #bababa;
}
.footer-info-item a:hover span {
  color: #04a698;
  transition: all 0.2s;
}
.footer-info-item a:hover g,
.footer-info-item a:hover circle,
.footer-info-item a:hover path {
  stroke: #04a698;
}
.footer-info-item a:hover #Path-17 {
  stroke: #04a698;
}
.footer-rights {
  padding: 25px 0 20px 0;
  font-size: 14px;
  color: #636363;
  text-align: center;
}

/** map **/

.map-main-wrapper {
  height: calc(100vh - 80px);
  position: relative;
}
.map-header {
  min-height: 50px;
  border-bottom: 1px solid #ededed;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(250, 250, 250, 0.95);
}
.map-header-tabs {
  height: 50px;
}
.map-header-tabs span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  display: inline-block;
  color: #636363;
  padding: 12px 30px;
  letter-spacing: 1.5px;
  cursor: pointer;
  position: relative;
}
.map-header-tabs span:hover {
  color: #04a698;
  transition: all 0.2s;
}
.map-header-tabs span.active {
  color: #04a698;
}
.map-header-tabs span.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 18px;
  height: 9px;
  background-color: #04a698;
  left: 50%;
  margin-left: -9px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  overflow: hidden;
}
.map-filter-button {
  position: absolute;
  width: 200px;
  padding: 15px 0;
  text-align: center;
  left: 0;
  top: 0;
  min-height: 50px;
  border-right: 1px solid #e8e8e8;
  cursor: pointer;
  background-color: #ffffff;
}
.map-filter-button span {
  font-size: 13px;
  letter-spacing: 2px;
  color: #12363d;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 10px;
}
.map-filter-button:hover span {
  color: #04a698;
  transition: all 0.2s;
}
.close-tab,
.open-tab {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: -2px;
}
.map-filter-button .close-tab {
  display: none;
}
.map-filter-button.active .close-tab {
  display: inline-block;
}
.map-filter-button.active .open-tab {
  display: none;
}
.map-filter-button.active {
  background-color: #e8e8e8;
  color: #12363d;
}

.map-add-project {
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px 32px;
  height: 50px;
}
.map-add-project span {
  margin-right: 5px;
  color: #ffffff;
  font-family: "MuseoSansCyrl_700", sans-serif;
  font-size: 13px;
  vertical-align: 3px;
}

#map {
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 1;
}
#map span {
  position: relative;
  z-index: 50000000;
}

#map .gmnoprint {
  top: auto !important;
  bottom: 20px !important;
}
.map-tab-filter {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #ffffff;
  width: 315px;
  z-index: 10;
  height: calc(100% - 50px);
  display: none;
  overflow-y: auto;
}

.map-filter-title {
  text-align: left;
  padding: 15px 35px;
  position: relative;
  cursor: pointer;
}
.map-filter-title h3 {
  color: #04a698;
  font-size: 16px;
  font-weight: normal;
}
.map-filter-title span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #00aa88 transparent transparent transparent;
  position: absolute;
  right: 30px;
  top: 20px;
}
.map-filter-title.active span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #00aa88 transparent;
}
.label-container {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
#projects {
  display: block;
}

.map-filter {
  display: none;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.map-filter-internal-wrapper {
  padding: 25px 50px 10px 25px;
}

.map-filter.active {
  display: block;
}
.map-filter-row {
  margin-bottom: 30px;
}
.clean-filter {
  font-size: 13px;
  letter-spacing: 2px;
  color: #04a698;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 18px;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
}
.map-filter-row h3 {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 17px;
  font-weight: normal;
}
.map-filter-row h3 a {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 17px;
  font-weight: normal;
}
.map-filer-row-2-cols {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-right: 40px;
}
.map-filer-row-2-cols label {
  width: 80px;
}
.archive-filter-item .map-filter-row {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  margin-bottom: 10px;
}
.archive-filter-item .map-filer-row-2-cols {
  max-width: 210px;
}
/* Customize the label (the container) */
.label-container {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block-row {
  display: block !important;
}
.row-margin-top {
  margin-top: 30px;
}
/* Hide the browser's default checkbox */
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: solid 1px #d8d8d8;
}
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: solid 1px #d8d8d8;
  border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after,
.label-container input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #04a698;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.label-container .checkmark-radio:after {
  left: 3px;
  top: 3px;
  width: 7px;
  height: 7px;
  background-color: #04a698;
  border-radius: 50%;
}
.filter-green-text {
  color: #04a698;
}

/** projects cities providers archive **/
.archive-main-wrapper {
  height: auto;
}
.archive-main-wrapper .map-header {
  position: fixed;
  top: 80px;
  background-color: rgba(250, 250, 250, 1);
}
.archive-main-wrapper .map-header.top {
  top: 40px;
  transition: all 0.2s;
}

.page-wrapper {
  padding: 20px 0 100px 0;
}
.breadcrumbs {
  margin: 20px 0 15px 0;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 14px;
  font-family: "MuseoSansCyrl_500", sans-serif;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  color: #333333;
  transition: all 0.2s;
}
.breadcrumbs a:hover{
  color: #04a698;
  transition: all 0.2s;
}
.breadcrumbs a:after {
  position: absolute;
  content: ">";
  top: 0;
  right: -15px;
}
.breadcrumbs a:last-child:after {
  content: "";
}
.archive-page {
  display: none;
}
.archive-page.active {
  display: block;
}
.archive-item-img {
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.archive-item-img:hover .archive-item-hover {
  display: block;
}
.archive-item-img img {
  display: block;
  width: 100%;
}
.archive-item-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 2;
  display: none;
}

.archive-item-hover span {
  color: #ffffff;
  letter-spacing: 1.5px;
  font-family: "MuseoSansCyrl_700", sans-serif;
  text-transform: uppercase;
  font-size: 13px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.archive-page h1 {
  padding-bottom: 25px;
}
.archive-title p {
  max-width: 620px;
  line-height: 145%;
}
.archive-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 70px;
}
.archive-item {
  width: 25%;
  margin-bottom: 60px;
  padding-right: 2%;
}
.archive-item:hover h3 a {
  color: #04a698;
  transition: all 0.2s;
}

.archive-item-text > div {
  margin-bottom: 10px;
}
.archive-item h3 a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-family: "MuseoSansCyrl_50 0", sans-serif;
  color: #12363d;
}

.archive-item h4 {
  font-size: 16px;
  color: #bbbbbb;
  font-family: "MuseoSansCyrl_500", sans-serif;
  margin: 5px 0 15px 0;
  font-weight: normal;
}

.archive-item-period > div {
  display: inline-block;
  margin-right: 50px;
}
.archive-item-period > div:last-child {
  margin: 0;
}
.load-more {
  text-align: center;
  padding-top: 20px;
}
.load-more a,
.load-more span {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #04a698;
  font-family: "MuseoSansCyrl_700", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.archive-filter {
  top: 130px;
  left: 0;
  position: fixed;
  width: 100%;
  padding: 0 15px 0 115px;
  height: auto;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.archive-filter-item {
  border: 0;
}
.archive-filter-item .clean-filter {
  border: 0;
  width: 200px;
  padding-left: 0;
  text-align: left;
}
.archive-table-view button,
.archive-title button {
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 15px;
  cursor: pointer;
}
.breadcrumbs-internal-wrapper {
  float: left;
}
.archive-table-view button {
  background: none;
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
  position: relative;
  letter-spacing: 1.5px;
}
.archive-table-view button.active {
  color: #04a698;
}
.archive-table-view button.active:after {
  display: block;
}
.archive-table-view button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #04a698;
  bottom: -3px;
  left: 0;
  display: none;
}
.archive-table-view button:last-child {
  margin-right: 15px;
}
.archive-table-view button:hover {
  color: #04a698;
}
.archive-table-view button:hover:after {
  display: block;
}
.archive-table-view button:focus {
  border: 0;
  outline: 0;
}
.archive-table {
  overflow: auto;
  width: 100%;
}
.archive-page-wrapper {
  padding-top: 70px;
}
/** partners **/
.about-title {
  padding: 20px 0 70px 0;
}
.about-two-col-item {
  width: 50%;
  float: left;
}
.about-text {
  padding: 0;
  padding-right: 30px;
  padding-bottom: 100px;
  max-width: 510px;
}
.about-wrapper .single-info-block {
  min-height: 480px;
  padding-right: 20px;
}

.partners-wrapper {
  background-color: #f5f5f4;
  padding: 36px 0 70px 0;
}
.partners-wrapper h2 {
  text-align: center;
}
.partners {
  margin-top: 80px;
}
.partner-item img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.partners p {
  color: #12363d;
  padding: 0 20px;
  text-align: center;
}
.owl-next,
.owl-prev {
  top: 50%;
  position: absolute;
  padding: 17px 15px;
  border-radius: 50%;
  /*border: 1px solid #d8d8d8;*/
  margin-top: -30px;
}
.owl-next {
  right: -150px;
}
.owl-prev {
  left: -150px;
}
.owl-prev img {
  transform: rotate(180deg);
}

/** single project provider city **/
.single-project-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-main-wrapper h3 {
  font-family: "MuseoSansCyrl_500", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.single-left {
  width: 400px;
  background-color: rgba(232, 232, 232, 0.6);
}
.single-left-name {
  padding: 65px 40px 70px 110px;
  background-color: #f5f5f4;
}
.single-left-name h1 {
  font-size: 26px;
  color: #12363d;
  margin-bottom: 15px;
}
.single-left-name p {
  font-size: 18px;
  color: #636363;
}

.single-left-info {
  padding: 40px 20px 40px 110px;
}

.single-left-info > div {
  margin-bottom: 20px;
}
.single-subtitle {
  font-family: "MuseoSansCyrl_500", sans-serif;
  font-size: 14px;
  color: #636363;
  margin-bottom: 10px;
}
.single-left-info h3 {
  margin-bottom: 5px;
}
.single-left-info p {
  color: #636363;
}
.single-left-contacts p {
  display: inline-block;
}
.single-left-contacts a {
  color: #333333;
  margin-left: 5px;
}
.single-left-contacts > div {
  margin-bottom: 5px;
}
.single-right {
  width: calc(100% - 400px);
  padding: 0 0 100px 135px;
}
.single-right .breadcrumbs {
  padding: 50px 0 5px 0;
}
.single-info-wrapper {
  max-width: 700px;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
}
.owl-carousel .owl-dot.active {
  background-color: #04a698;
}
.single-carousel .owl-next {
  right: -90px;
}
.single-carousel .owl-prev {
  left: -90px;
}
.single-carousel {
  margin-bottom: 45px;
}
.single-carousel-lot-items {
  margin: 100px 0;
}
.single-carousel-lot-items .owl-next {
  right: -70px;
}
.single-carousel-lot-items .owl-prev {
  left: -70px;
}
.single-carousel-lot-items .owl-dots {
  bottom: -45px;
}
.single-carousel-lot-items .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.single-carousel-lot-items .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.single-carousel-lot-items .owl-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gallery-video-link .video-icon {
  width: 50px !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-right h3 {
  margin-bottom: 30px;
}
.single-right small {
  margin-right: 2px;
  margin-bottom: 7px;
  display: inline-block;
}
.single-info-block {
  margin-bottom: 45px;
  padding-bottom: 23px;
}

.start-end > div {
  display: inline-block;
  margin-right: 25px;
}
.single-right .border-bottom {
  border-bottom: 1px solid #e8e8e8;
}
.single-info-block .two-colls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0;
}
.two-colls h3,
.two-colls span,
.two-colls a {
  width: 50%;
  padding-right: 15px;
}

.single-3-colls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-3-colls > div {
  width: 33.33%;
}
.single-3-colls h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #04a698;
}
.single-3-colls h4 span {
  text-transform: none;
}

.single-graph-block {
  margin-top: 45px;
  height: 350px;
}
.single-left-name .provider-logo {
  margin-bottom: 45px;
}
.single-type-row {
  margin-bottom: 5px;
}
.single-type-row > div {
  float: left;
}
.single-type-row > div:first-child {
  width: 60px;
}
.single-type-row > div:last-child {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.single-type-row span {
  background-color: #f9f9f9;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  margin-right: 10px;
  margin-bottom: 10px;
}
.single-area-info p {
  display: inline-block;
  width: 40%;
  margin-right: 8%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
.single-area-info p:before {
  color: #04a698;
  content: "•";
  position: absolute;
  top: 0;
  left: -1px;
}
.single-project-realized {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0;
}
.single-project-realized-item {
  width: 40%;
  margin-right: 5%;
  padding: 15px;
  background-color: #f5f5f4;
  border: 1px solid #d8d8d8;
}
.single-certificate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-certificate-item {
  width: 25%;
  margin-right: 5%;
  margin-bottom: 10px;
  text-align: center;
}
.single-certificate-item > div {
  padding: 74px 0;
  background-color: #eceae9;
  position: relative;
}
.single-certificate-item a {
  margin-top: 7px;
  display: block;
  font-size: 18px;
}
.single-contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single-contact-item {
  width: 40%;
  margin-right: 10%;
  margin-bottom: 25px;
}
.single-contact-item small {
  display: block;
  margin-bottom: 10px;
}
.city-main-info .g-color {
  color: #04a698;
  font-size: 14px;
}
.city-main-info a {
  margin-left: 10px;
  display: inline-block;
}
.city-info-block span {
  text-align: right;
}
.contact-tel a {
  display: block;
}
.title-padding-left {
  padding-left: 8%;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-info-wrapper > div {
  width: 50%;
}
.contact-info-wrapper h2 {
  padding: 62px 0 50px 0;
}
.single-download-btn {
  padding: 5px 10px;
  font-size: 12px;
  margin-top: 10px;
}

/** usefull info **/

.useful-info-wrapper {
  padding-bottom: 200px;
}
.useful-info-title p {
  font-size: 23px;
  color: #636363;
  margin-top: 30px;
  max-width: 700px;
}
.wp-caption-text {
  font-size: 14px;
  color: #bbbbbb;
  font-family: "MuseoSansCyrl_500", sans-serif;
}
.useful-info-nav-wrapper {
  width: 390px;
  float: left;
  position: relative;
}
.useful-info-nav {
}
.useful-info-content {
  float: left;
  margin-left: 50px;
  width: calc(100% - 470px);
  max-width: 800px;
}
.useful-info-nav {
  padding: 25px 25px 50px 25px;
  background-color: #f5f5f4;
  border: 1px solid #d8d8d8;
}
.useful-info-nav ul {
  padding-left: 18px;
}
.useful-info-nav h3 {
  color: #bbbbbb;
  margin-bottom: 20px;
  font-size: 16px;
}
.useful-info-nav li a {
  color: #636363;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1.5px;
}
.useful-info-nav li {
  color: #636363;
  margin-bottom: 15px;
}
.useful-info-nav li:hover,
.useful-info-nav li:hover a {
  color: #04a698;
  transition: all 0.2s;
}
.useful-info-nav li.active,
.useful-info-nav li.active a {
  color: #04a698;
  transition: all 0.2s;
}
.content p {
  line-height: 150%;
  margin: 15px 0;
}
.content ul,
.content ol {
  padding-left: 20px;
  margin: 20px 0;
}
.content li {
  margin-bottom: 10px;
  font-family: "MuseoSansCyrl_500", sans-serif;
}
/*.useful-info-content img{*/
/*width: 100%;*/
/*}*/
.content h4 {
  margin: 20px 0;
  font-weight: 700;
}
.wp-caption-text {
  font-size: 14px;
  color: #bbbbbb;
  margin-bottom: 20px;
}
.useful-info-item-title {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
  margin-top: 20px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.useful-info-item-title > div {
  position: absolute;
  right: 0;
  top: 0;
}
.useful-info-item-title > div svg:nth-child(4) {
  display: none;
}
.useful-info-item-title.active > div svg:nth-child(4) {
  display: inline;
}
.useful-info-item-title.active > div svg:nth-child(3) {
  display: none;
}
.useful-info-item-title .close {
  display: none;
}
.useful-info-item-title.active .close {
  display: inline-block;
}
.useful-info-item-title.active .open {
  display: none;
}

.useful-info-item-title span {
  letter-spacing: 1.5px;
  text-align: center;
  color: #d8d8d8;
  font-family: "MuseoSansCyrl_700", sans-serif;
  font-size: 13px;
  margin-right: 10px;
  text-transform: uppercase;
}

.useful-info-item h2 {
  font-weight: normal;
  color: #636363;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "MuseoSansCyrl_300", sans-serif;
}
.useful-info-hide-block {
  display: none;
}
.useful-info-item {
  margin-bottom: 60px;
}
.useful-info-nav-wrapper.fixed {
  position: fixed;
  left: 8%;
  top: 88px;
}
.useful-info-content.fixed {
  margin-left: 440px;
}

/** events **/
.events-calendar {
  width: 380px;
  float: right;
  background-color: #f5f5f4;
}
.events-calendar td,
.events-calendar th,
.events-calendar table {
  border: 0 !important;
}
.events-calendar table * {
  background-color: transparent !important;
}
.events-calendar tbody {
  padding-bottom: 35px;
}

.dow-clickable.event {
  position: relative;
}
.dow-clickable.event:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  border: 2px solid #04a698;
  border-radius: 50%;
  top: 3px;
  left: 7px;
}
.events-page-wrapper {
  padding-bottom: 100px;
}
.events-page-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.events-page-wrapper .load-more {
  padding-top: 30px;
}
div.zabuto_calendar div.calendar-month-navigation {
  padding: 0;
  position: relative;
}
.calendar-month-navigation i:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 8px 5.5px 0;
  border-color: transparent #04a698 transparent transparent;
}
.calendar-month-header .calendar-month-navigation i.calend-next:after {
  transform: rotate(180deg);
  left: auto;
  right: 50%;
}
.day.today {
  position: relative;
  z-index: 5;
}
.day.today:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #04a698;
  top: 1px;
  left: 6px;
  z-index: 2;
}
.badge-today {
  position: relative;
  z-index: 10;
}
.event-page {
  max-width: calc(100% - 450px);
  float: left;
}
.event-page .archive-title {
  margin-bottom: 70px;
}
.events-page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 45px;
}
.events-page-item > div {
  width: 50%;
}
.events-page-img {
  position: relative;
}
.events-page-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.events-page-img:hover .archive-item-hover {
  display: block;
}
.events-page-img img {
  object-fit: cover;
}
.event-page-text {
  padding-left: 30px;
}
.event-page-text .event-city {
  margin: 5px 0 20px 0;
  color: #636363;
}
.event-page-text h2 {
}
.event-page-text h2 a {
  font-size: 26px;
  margin-bottom: 15px;
  display: block;
  color: #12363d;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-top: 0;
}

.events-page-item:hover .event-page-text h2 a {
  color: #04a698;
  transition: all 0.2s;
}
.event-page-text span {
  font-size: 18px;
  font-family: "MuseoSansCyrl_500", sans-serif;
  color: #636363;
  display: block;
}
.event-page-text p {
  line-height: 160%;
  /*max-height: 80px;*/
  text-overflow: ellipsis;
  overflow: hidden;
}
.event-page-text a {
  margin-top: 15px;
  display: block;
}
.events-page-wrapper {
  padding: 70px 0 100px 0;
}
.event-single-title h1 {
  max-width: 900px;
  line-height: 110%;
  margin-bottom: 25px;
}
.event-single-title small {
  font-size: 19px;
  color: #636363;
  margin-right: 10px;
}
.event-single-title span {
  font-size: 19px;
  font-family: "MuseoSansCyrl_500", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
.event-single-main-img {
  margin: 30px 0 50px 0;
}
.event-single-main-img img {
  width: 100%;
}
.event-single-content {
  max-width: 900px;
}
.event-single-content iframe{
  width: 100%;
  min-height: 600px;
}

.events-recommended {
  padding: 20px 15px 30px 15px;
}
.event-recommended {
  margin-bottom: 60px;
}
.events-recommended h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.events-recommended a {
  font-family: "MuseoSansCyrl_500", sans-serif;
  font-size: 18px;
  margin: 10px 0;
  display: block;
}
.events-recommended-city-date span {
  display: block;
}
.events-recommended-city-date .recommended-city {
  float: left;
}
.events-recommended-city-date .recommended-date {
  float: right;
}

.archive .header-tabs a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  display: inline-block;
  color: #636363;
  padding: 12px 30px;
  letter-spacing: 1.5px;
  cursor: pointer;
  position: relative;
}
.archive .header-tabs a:hover {
  color: #04a698;
  transition: all 0.2s;
}
.archive .header-tabs span.active a {
  color: #04a698;
}
.archive .header-tabs span.active a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 18px;
  height: 9px;
  background-color: #04a698;
  left: 50%;
  margin-left: -9px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  overflow: hidden;
}

.single-event-gallery-wrapper {
  margin-top: 70px;
}
.single-event-gallery-wrapper h2 {
  margin-bottom: 20px;
  font-size: 54px;
  display: none;
}
.single-event-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-event-gallery a {
  width: 25%;
  padding-right: 2%;
  margin-bottom: 30px;
}
.single-event-gallery a img {
  width: 100%;
}
.docs-download-wrapper {
  margin: 30px 0;
}
.docs-download > div {
  border: 1px solid #d8d8d8;
  background-color: #fbfbfa;
  padding: 15px 15px 15px 56px;
  color: #636363;
  max-width: 440px;
  width: 600px;
  float: left;
  margin-right: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.docs-download div.file-icon {
  position: absolute;
  top: 11px;
  left: 15px;
}
.docs-download div.file-icon > span {
  position: absolute;
  bottom: -3px;
  left: -1px;
  text-transform: uppercase;
  font-weight: bold;
  color: #bbb;
  font-size: 15px;
}
.single-certificate-item div.file-icon > span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #bbb;
  font-size: 15px;
}
.docs-download-wrapper a {
  border: 1px solid #d8d8d8;
  background-color: #fbfbfa;
  text-align: center;
  height: 51px;
  width: 60px;
  padding-top: 15px;
  float: left;
  display: block;
}
.docs-download-wrapper h4 {
  margin-bottom: 10px;
}
.map-item-info-wrapper {
  position: absolute;
  top: 50px;
  right: 0;
  height: calc(100% - 50px);
  width: 360px;
  padding: 20px 20px 0 20px;
  z-index: 100;
  background-color: #ffffff;
  border-left: 1px solid #e8e8e8;
  overflow-y: auto;
}
.map-item-info-close {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
  display: block;
  cursor: pointer;
}
.map-item-info-close:hover {
}

.map-item-info-close:hover g,
.map-item-info-close:hover circle,
.map-item-info-close:hover path {
  stroke: #04a698;
}

.map-item-info {
  width: 100%;
}

.see-more {
  display: block;
  margin-top: 30px;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "MuseoSansCyrl_700", sans-serif;
  background-color: #04a698;
  text-align: center;
}
.see-more:hover {
  background-color: #007368;
  transition: all 0.2s;
  text-decoration: underline;
}
.map-item-info h4 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.type-of-work span {
  display: block;
}
.type-of-work {
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

/** Access page **/

.title p {
  font-size: 18px;
  color: #636363;
  margin-top: 30px;
  max-width: 700px;
}
.title a{
  font-size: 18px;
}
.access-form-wrapper {
  padding-top: 70px;
  max-width: 600px;
}
.access-form-row {
  margin-bottom: 20px;
}
.access-ratio p,
.access-form-wrapper label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.access-ratio label {
  display: inline-block;
  margin: 20px 20px 0 0;
}
.access-form-row input,
.access-form-row select {
  display: block;
  width: 100%;
  border: 1px solid #bbbbbb;
  font-size: 18px;
  font-weight: 500;
  font-family: "MuseoSansCyrl_500", sans-serif;
  padding: 15px;
  margin-top: 5px;
}
.access-form-row .left {
  width: 48%;
  float: left;
}
.access-form-row .right {
  width: 48%;
  float: right;
}
.access-form-submit input {
  width: 48%;
}
.access-form-submit {
  padding-top: 40px;
}

.acceptance-checkbox input{
  display: inline-block;
  width: auto;
}
.access-ratio label{
  cursor: pointer;
}

/**404**/

.error-404-wrapper {
  padding: 62px 0 100px 0;
}
.error-404 {
  text-align: center;
}
.error-404 h1 {
  font-size: 250px;
  color: #f2f2f2;
  line-height: 80%;
}
.error-404 p {
  font-size: 23px;
  color: #636363;
  margin: 30px 0 65px 0;
}
.error-404 a {
  display: inline-block;
  width: 220px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/** preloader **/

#p_prldr {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(251, 249, 250, 0.95);
  z-index: 30;
}

.lds-grid {
  display: inline-block;
  position: fixed;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  z-index: 40;
}
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #04a698;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/** table styles **/
#viewTable th {
  padding: 10px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  text-align: left;
  background-color: #efefef;
}
#viewTable th,
#viewTable td {
  border: 1px solid #e8e8e8;
  font-size: 14px;
}
#viewTable td {
  padding: 10px;
}
#viewTable tr:nth-child(odd) {
}
#viewTable table {
  border-collapse: collapse;
}
.carrets {
  position: absolute;
  top: calc(50% - 7px);
  right: 5px;
}
.carret-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #04a698 transparent;
}

.carret-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #04a698 transparent transparent transparent;
  margin-top: 3px;
}

#tableToExport th,
#tableToExport td {
  padding: 20px 10px;
  font-size: 13px;
}
#tableToExport th,
#tableToExport td {
  border: 1px solid #000000;
}
#tableToExport table {
  border-collapse: collapse;
}
.owl-carousel .owl-item img {
  max-height: 420px;
}
.partners-img {
  min-height: 120px;
}
.docs-download {
  margin-bottom: 15px;
}
.city-graph-tabs {
  margin-bottom: 30px;
}
.city-graph-tabs span {
  margin-right: 20px;
  cursor: pointer;
}
.city-graph-tabs span.active {
  border-bottom: 2px solid #04a698;
}

/** thanks page **/
.thanks-page {
  text-align: center;
  padding: 70px 10px 100px 10px;
  display: none;
}
.thanks-page p {
  font-size: 23px;
  padding: 30px 0 60px 0;
  max-width: 760px;
  margin: 0 auto;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0;
}
.partners .owl-prev {
  left: -80px;
}
.partners .owl-next {
  right: -80px;
}
.about-two-col-item .home-two-col-text-wrapper {
  width: auto;
}
span.wpcf7-list-item {
  margin: 0;
}
.access-form-row input[type="radio"] {
  display: inline-block;
  width: auto;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin-left: 0;
  padding-left: 0;
  max-width: 400px;
}
.archive-download-link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #04a698;
  font-family: "MuseoSansCyrl_700", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

/** ОТГ **/

.alc-list-cities i {
  cursor: pointer;
  color: #04a698;
  font-size: 14px;
  font-style: normal;
}
.cities-dropdown {
  padding-left: 16px;
  margin: 13px 0 20px 0;
  display: none;
}
.cities-dropdown li {
  margin-bottom: 5px;
}

/** comments styles **/

.comment-list {
  list-style: none;
}
.children {
  list-style: none;
  padding-left: 20px;
}
.comment-author.vcard img {
  display: none;
}
.comment-list > li {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e8e8e8;
}
.comment-list article {
  margin-bottom: 20px;
}
.comment-list b {
  font-size: 23px;
  font-family: "Roboto Condensed", sans-serif;
}
.comment-metadata a {
  font-size: 12px;
  margin: 5px 0;
}
.comment-content {
  margin: 5px 0 10px 0;
}
.comments-title {
  margin: 50px 0 25px 0;
}
.comment-list h3 {
  margin-bottom: 5px;
}
.comment-form-comment label {
  display: block;
  margin: 5px 0;
}
.comment-form-comment textarea {
  width: 100%;
  padding: 10px;
}
.logged-in-as {
  display: none;
}
.comment-edit-link {
  display: none;
}
.says {
  display: none;
}
.comment-author {
  display: inline-block;
}
.comment-metadata {
  display: inline-block;
  margin-left: 15px;
}
.comments-area .form-submit input[type="submit"] {
  font-size: 13px;
  font-family: "MuseoSansCyrl_700", sans-serif;
  border-radius: 1px;
  background-color: #04a698;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 2px;
  text-decoration: none;
  border: 0;
  margin-top: 10px;
}
.comment-reply-title {
  margin-bottom: 10px !important;
}
.comments-area {
  margin: 100px 0;
}
.comment-awaiting-moderation {
  margin: 10px 0;
  color: brown;
}
.comment-list .comment-reply-title {
  overflow: hidden;
  text-indent: -9999px;
  max-height: 20px;
}
.comment-list .comment-reply-title small {
  text-indent: 9819px;
}
.comment-form-url.comment-form-attachment {
  cursor: pointer;
}
.attachmentFile {
  margin: 15px 0;
  color: #00aa88;
  text-transform: uppercase;
  font-size: 13px;
}
.attachmentFile a {
  display: block;
  margin: 5px 0;
}

/** energy table **/
.energy-table-main-wrapper {
  margin: 30px 0 50px 0;
}
.energy-table-header > div {
  width: 33.333%;
  float: left;
}
.energy-table-content {
}
.level-c {
  width: 100%;
}
.level-b {
  width: 100%;
}
.level-a {
  width: 100%;
}
.energy-level-wrapper .energy-level-header {
  width: 50px;
  position: relative;
}
.energy-level-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.energy-level-header span {
  text-align: center;
  transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  bottom: 49px;
  left: -26px;
  width: 100px;
  font-size: 18px;
  font-family: "MuseoSansCyrl_500";
}
.energy-level-wrapper .energy-level-items {
  width: calc(100% - 55px);
  margin-right: 5px;
  direction: rtl;
}
.energy-level-wrapper.level-a .energy-level-items div:nth-child(4) {
  width: 100%;
}
.energy-level-wrapper.level-a .energy-level-items div:nth-child(3) {
  width: 91%;
}
.energy-level-wrapper.level-a .energy-level-items div:nth-child(2) {
  width: 83%;
}
.energy-level-wrapper.level-a .energy-level-items div:nth-child(1) {
  width: 75%;
}

.energy-level-wrapper.level-b .energy-level-items div:nth-child(3) {
  width: 67%;
}
.energy-level-wrapper.level-b .energy-level-items div:nth-child(2) {
  width: 59%;
}
.energy-level-wrapper.level-b .energy-level-items div:nth-child(1) {
  width: 51%;
}

.energy-level-wrapper.level-c .energy-level-items div:nth-child(3) {
  width: 43%;
}
.energy-level-wrapper.level-c .energy-level-items div:nth-child(2) {
  width: 35%;
}
.energy-level-wrapper.level-c .energy-level-items div:nth-child(1) {
  width: 27%;
}

.energy-table-col {
  padding: 10px;
  border: 1px solid #fff;
  color: #4a5971 !important;
  font-weight: 500;
  text-align: left;
}
.energy-table-main-wrapper .not-exist {
  background-color: #ffc6bb;
}
.energy-table-main-wrapper .partly {
  background-color: #feeaa5;
}
.energy-table-main-wrapper .exist {
  background-color: #95e6dd;
}

.energy-table-main-wrapper h2 {
  margin: 15px 0 45px 0;
  font-size: 20px;
}
.energy-table-legend {
  margin: 20px 0;
  text-align: center;
}
.energy-table-legend > div {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 10px;
}
.energy-table-legend span {
  width: 30px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -6px;
}
.energy-table-legend p {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}

/** support **/

.support-wrapper {
}
.support-download {
  width: 494px;
  background-color: #f5f5f4;
  padding: 150px 120px;
  text-align: center;
}
.support-download h2 {
  font-size: 16px;
  color: #bbbbbb;
}
.download-img {
  padding: 105px 20px;
  background-color: #ebe9e8;
  margin: 28px 0 18px 0;
}

.support-content {
  width: calc(100% - 494px);
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 70px;
}
.support-content-internal {
  max-width: 796px;
}
.support-main-info h2 {
  font-size: 16px;
  margin: 25px 0;
  font-family: "MuseoSansCyrl_300", sans-serif;
  color: #636363;
  font-weight: normal;
}
.support-botton-info {
  margin-top: 70px;
  font-size: 23px;
  font-family: "MuseoSansCyrl_500", sans-serif;
}
.support-botton-info a {
  font-size: 23px;
}
.support-botton-info p {
  margin-bottom: 15px;
}
.gmnoprint {
  display: none;
}

.convert-to-text,
.convert-to-text span {
  mso-number-format:"\@";
}







/** page fund-new **/


.fund-new-main-wrapper{
  font-size: 40px;
}
.useful-info-title p{
  font-size: 18px;
  margin-top: 20px;
  max-width: 800px;
}

.fund-new-main-wrapper{
  padding-bottom: 100px;
}
.fund-new-links-wrapper{

}
.fund-new-links{
  width: 25%;
  
  padding: 0 20px;
}
.fund-new-links h2{
  margin: 10px 0;
  transition: all 0.2s;
  font-size: 32px;
}
.fund-new-links:hover h2{
  color: #04a698;
  transition: all 0.2s;
}
.fund-new-links p{
  color: #12363d;
}
.fund-new-links img{
  max-width: 160px;

}

.page-template-page-knowledge-lower .docs-download{
  margin: 15px 0;
}
.fund-new-best-practice-title{
  margin: 20px 0 10px 0;
  font-size: 20px;
}
.fund-new-best-practice-link{
  margin-bottom: 20px;
}
.useful-info-item{
  display: none;
}
.useful-info-item:first-child{
  display: block;
}

/** seminars **/

.seminar-upload-file-form-wrapper{
  margin: 50px 0;
}
.seminar-upload-file-form-wrapper h4{
  margin-bottom: 10px;
}
.seminar-upload-file-form-wrapper input{
  margin-bottom: 10px;
}
.seminar-upload-file-form-wrapper .upload-success{
  margin: 10px 0;
  display: inline-block;
}
.seminar-login-wrapper{
  max-width: 500px;
}
.seminar-login-wrapper #loginform{
  margin: 50px 0;

}
.seminar-login-wrapper label{
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.seminar-login-wrapper input{
  display: block;
  width: 100%;
  border: 1px solid #bbbbbb;
  font-size: 18px;
  font-weight: 500;
  font-family: "MuseoSansCyrl_500", sans-serif;
  padding: 15px;
  margin-top: 5px;
}
.seminar-login-wrapper .login-remember label,
.seminar-login-wrapper .login-remember input{
  display: inline;
  width: auto;
}
.seminar-login-wrapper p{
  margin: 10px 0;
}
.seminar-login-wrapper .login-submit .button{
  font-size: 13px;
  font-family: "MuseoSansCyrl_700", sans-serif;
  border-radius: 1px;
  background-color: #04a698;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 50px;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 2px;
  text-decoration: none;
  border: 0;
  width: 60%;
}





/** best practices **/

.best-practices-content-item{
  margin-bottom: 20px;
}
.best-practices-main-img img{
  max-width: 700px;
}
.best-practices-page-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}

/** tooltip **/
.filter-tooltip {
  position: fixed;
  z-index: 50;
  max-width: 320px;
  padding: 10px 20px;
  border: 1px solid #b3c9ce;
  border-radius: 4px;
  text-align: left;
  color: #333;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  font-size: 14px;
}

/*.access-form-submit-disabled input{*/
  /*cursor: auto;*/
  /*background-color: #cccccc;*/
/*}*/
/*.access-form-submit-disabled input:hover{*/
  /*background-color: #cccccc;*/
/*}*/

.seminars-description-wrapper{
  margin-bottom: 40px;
  max-width: 700px;
}

.page-study-text{
  margin: 15px 0;
}
.page-template-page-study .archive-title{
  margin-bottom: 30px;
}






/** media **/
@media (max-width: 1440px) {
  .single-right {
    padding-left: 105px;
  }
  .partners .owl-prev {
    display: none;
  }
  .partners .owl-next {
    display: none;
  }
}
@media (max-width: 1340px) {
  .owl-next,
  .owl-prev {
    display: none;
  }
  .single-carousel .owl-next {
    left: auto;
    right: 0;
  }
  .single-carousel .owl-prev {
    left: auto;
    right: 100px;
  }
  .single-carousel {
    margin-bottom: 70px;
  }
}
@media (max-width: 1250px) {
  .home-two-col-text-wrapper .title-bottom {
    display: none;
  }
  .page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .events-page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-right {
    padding: 0 30px 80px 30px;
  }
  .single-left-name {
    padding-left: 50px;
  }
  .single-left-info {
    padding-left: 50px;
  }
  .single-left {
    width: 320px;
  }
  .single-right {
    width: calc(100% - 320px);
  }
  .events-calendar {
    width: 280px;
  }
  .event-page {
    width: calc(100% - 310px);
    max-width: calc(100% - 310px);
  }
  .dow-clickable.event:after {
    left: 1px;
  }
  .day.today:after {
    left: 1px;
  }
  .fund-new-links h2{
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .archive-items-wrapper .archive-item {
    width: 33%;
  }
  .single-left-name {
    padding: 65px 20px 70px 20px;
  }
  .single-left-info {
    padding: 65px 20px 70px 20px;
  }
  .events-calendar {
    float: none;
    display: none;
  }
  .event-page {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .about-title {
    padding: 30px 0;
  }
  .about-wrapper .title-padding-left {
    padding-left: 20px;
  }
  .page-template-page-info .title-padding-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .useful-info-nav {
    display: none;
  }
  .useful-info-content {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .useful-info-content.fixed {
    margin-left: 0;
  }
  .page-template-page-info .page-wrapper {
    padding-left: 0;
  }
  .header-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .archive-filter {
    padding: 0 15px;
  }
  .support-wrapper {
    display: block;
    padding: 0 20px;
  }
  .support-content {
    width: 100%;
    padding: 20px 0;
  }
  .support-download {
    width: 100%;
    padding: 50px 20px;
  }
  .support-botton-info {
    font-size: 16px;
  }
  .support-botton-info a {
    font-size: 16px;
  }
  .useful-info-item{
    display: block!important;
  }
}
@media (max-width: 991px) {
  .map-filter-button span:first-child {
    display: none;
  }
  .map-filter-button {
    width: auto;
    padding: 15px 18px;
  }
  .map-add-project span {
    display: none;
  }
  .header-logo {
    left: 20px;
  }
  .map-filter-button span {
    margin-right: 0;
  }
  .fund-new-links{
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .home-map-quote {
    margin-top: 85px;
  }
  .home-map-title h1 {
    font-size: 35px;
  }
  .home-two-col-item {
    display: block;
  }
  .home-two-col-item > div {
    width: 100%;
  }
  .home-two-col-text {
    padding: 35px 10px;
  }
  .home-two-col-img img {
    display: block;
  }
  .home-statistics-wrapper .internal-wrapper {
    display: block;
  }
  .home-statistic-item {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
  .home-statistics-wrapper {
    border-bottom: 0;
  }
  .footer-info {
    display: block;
  }
  .footer-info-item {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
  .footer-info-item:last-child {
    border: 0;
  }
  .menu-bar {
    display: block;
    top: 14px;
    left: 10px;
  }
  .header-logo {
    left: 60px;
    top: 11px;
    position: absolute;
  }
  .header-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 35px 10px 10px 35px;
    text-align: left;
    background-color: #fdfdfc;
    border-bottom: 1px solid #ececec;
  }
  .header-nav ul li {
    display: block;
    margin-bottom: 30px;
  }
  .header-wrapper {
    padding: 0;
    height: 50px;
  }
  .main-wrapper {
    padding-top: 50px;
  }
  .archive-items-wrapper .archive-item {
    width: 50%;
  }
  .archive-table-view {
    display: none;
  }
  .archive-items-wrapper .archive-item {
    margin-bottom: 30px;
  }
  .subtitle-text {
    font-size: 16px;
  }
  .archive-page h1 {
    padding-bottom: 20px;
  }
  .single-right .breadcrumbs {
    display: none;
  }
  .single-left {
    width: 100%;
  }
  .single-right {
    width: 100%;
    padding-top: 20px;
  }
  .single-left-name {
    padding: 40px 20px;
  }
  .single-left-info {
    padding: 40px 20px;
  }
  .owl-next,
  .owl-prev {
    width: 30px;
    height: 30px;
    padding: 0;
    bottom: -40px;
  }
  .owl-next img,
  .owl-prev img {
    position: absolute;
    top: 8px;
    left: 6px;
    width: 15px;
  }
  .single-carousel {
    margin-bottom: 50px;
  }
  .single-graph-block {
    height: auto;
  }
  .archive-main-wrapper .map-header {
    top: 50px;
  }
  .events-page-item > div {
    width: 100%;
  }
  events-page-item {
    display: block;
  }
  .event-page-text {
    padding-left: 0;
    margin-top: 15px;
  }
  .archive .header-tabs a {
    padding: 12px;
  }
  .useful-info-item-title span {
    display: none;
  }
  .useful-info-title p {
    font-size: 16px;
  }
  .single-event-gallery a {
    width: 50%;
    margin-bottom: 15px;
  }
  .archive-filter {
    top: 101px;
  }
  .archive-filter {
    height: calc(100vh - 100px);
    overflow-y: scroll;
  }
  #home-video-gallery{
    width: 100%;
  }

}
@media (min-width: 769px) {
  .header-nav {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .map-header-tabs span {
    font-size: 16px;
    padding: 14px 30px;
  }
  .archive-items-wrapper .archive-item {
    width: 100%;
    padding-left: 0;
  }
  .single-info-block .two-colls:first-child h3:nth-child(2) {
    display: none;
  }
  .single-info-block .two-colls {
    display: block;
  }
  .single-info-block .two-colls * {
    width: 100% !important;
  }
  .single-info-block .two-colls span {
    display: block;
  }
  .single-info-block .two-colls span:last-child {
    color: #bbbbbb;
    margin-top: 5px;
  }
  .single-3-colls {
    display: block;
  }
  .single-3-colls > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-carousel .owl-prev {
    right: 60px;
  }
  .map-add-project {
    position: absolute;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    padding: 0 !important;
    top: auto;
    bottom: -40px;
    text-align: center;
  }
  .map-add-project svg {
    display: inline-block;
    margin-top: 6px;
  }

  .about-two-col-item {
    float: none;
    width: 100%;
  }
  .home-two-col-text {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #contact-info-map {
    display: none;
  }
  .contact-info-wrapper {
    display: block;
  }
  .about-wrapper .single-info-block {
    width: 100% !important;
    min-height: auto;
  }
  .docs-download > div {
    max-width: 200px;
  }
}
@media (max-width: 550px) {
  .archive .map-header {
    overflow-x: auto;
  }
  .archive .header-tabs {

  white-space: nowrap;



  }
  .archive .header-tabs a {
    font-size: 16px;
  }
  .fund-new-links{
    width: 100%;
  }
}
@media (max-width: 480px) {
  .home-map {
    padding-top: 27px;
    padding-bottom: 50px;
  }
  .home-map-title h1 {
    font-size: 28px;
  }
  h1 {
    font-size: 28px;
  }
  .home-map-title p {
    font-size: 16px;
  }
  .title-padding-left {
    padding: 0 10px;
  }
  .home-map-title a {
    padding: 17px;
  }
  .home-map-quote h2 {
    font-size: 23px;
  }
  .home-map-quote p {
    font-size: 14px;
  }
  h2 {
    font-size: 28px;
  }
  p,
  a,
  span {
    font-size: 14px;
  }
  .home-statistic-item {
    padding: 35px 10px 55px 10px;
  }
  .home-join-block {
    padding: 35px 15px;
  }
  .home-join-block p {
    line-height: 150%;
  }
  .footer-logos-block {
    padding: 20px 10px;
  }
  .page-wrapper {
    padding: 30px 10px 60px 10px;
  }
  .breadcrumbs {
    display: none;
  }
  .single-left-name {
    padding: 40px 10px;
  }
  .single-left-info {
    padding: 10px 10px 40px 10px;
  }
  .single-right {
    padding: 20px 10px 50px 10px;
  }
  .owl-next,
  .owl-prev {
    bottom: -15px;
  }
  .single-carousel {
    margin-bottom: 50px;
  }
  .footer-logos-block img {
    margin: 0;
  }
  .map-tab-filter {
    width: 100%;
  }
  .map-item-info-wrapper {
    width: 100%;
  }
  .map-header-tabs {
    padding-left: 55px;
  }
  .events-page-wrapper {
    padding-bottom: 30px;
  }
  .event-page .archive-title {
    margin-bottom: 45px;
  }
  .event-page-text span {
    margin: 10px 0 15px 0;
  }
  .events-page-item {
    margin-bottom: 30px;
  }
  .about-wrapper .title-padding-left {
    padding-left: 10px;
  }
  .page-template-page-info .title-padding-left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu-bar {
    width: 20px;
    top: 16px;
  }
  .header-logo {
    width: 115px;
    top: 15px;
  }
  .home-map-title p {
    margin: 20px 20px 55px 0;
  }
  .map-header-tabs {
    text-align: left;
  }
  .map-header-tabs span {
    padding: 14px 8px;
    font-size: 12px;
  }
  .map-header-tabs span.active:after {
    bottom: -9px;
  }
  .map-header-tabs {
    text-align: center;
  }
  .archive-page-wrapper {
    padding-top: 70px;
  }
  .single-event-gallery a {
    width: 100%;
    padding: 0;
  }
  .events-page-wrapper {
    padding: 70px 10px;
  }
  .single .events-page-wrapper {
    padding: 20px 10px;
  }
  .event-single-title span {
    font-size: 14px;
  }
  .event-single-content iframe{
    width: 100%;
    min-height: 300px;
  }
}
@media (max-width: 340px) {
  .map-header-tabs span {
    padding: 14px 9px;
  }
}
