/*body p, div {
	font-family: 'Futura New';
    font-weight: normal;
    font-style: normal;
	line-height: 1.2;
} */
.body-innerwrapper {
  overflow-x: hidden;
  padding-top: 0px;
}
.burger-icon > span {
  background-color: #fff;
}
#sp-header {
  background: #AD2572 !important;
}
#offcanvas-toggler > .fa {
  color: #fff;
}
/* Прилипалка */
.sticky_bottom {
  padding: 0;
  width: 100%;
  background: rgba(255,255,255,0.9);
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-box-shadow: 4px 0px 0px 2px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 4px 0px 0px 2px rgba(2, 2, 2, 0.1);
  box-shadow: 4px 0px 0px 2px rgba(2, 2, 2, 0.1);
  border-radius: 0;
}
.sticky_bottom a {
/*  font-size: 24px;
  padding: 0px;
  line-height: 60px;
  width: 60px;  */
  color: #111111 !important;
}
.sticky_bottom a:hover {
  color: #000 !important;
}
/* Конец Прилипалка */

/* Элементы каткгории блога */
.article-list.articles-leading .article .article-body .article-header > h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
}
.article-list .article .article-header h2 a {
	color: #AD2572 !important;
}
.article-list .article .article-header h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
}
.article-list .article .article-header h2 a {
	color: #AD2572 !important;
}
.article-list .article .readmore a {
  display: inline-block;
  padding:15px 35px;
  background-color: #5555ff;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin: 20px auto 30px auto;
}
.article-list .article .readmore a:hover {
  background-color: #0000ff;
  color: #fff;
}
/* Конец Элементы каткгории блога */

/* Карусель мероприятий POPup стрелки влево-вправо */
.igui-light .igui-search-toggle:focus, .igui-light .igui-search-toggle:hover, .igui-light .igui-slidenav, .igui-overlay-primary .igui-search-toggle:focus, .igui-overlay-primary .igui-search-toggle:hover, .igui-overlay-primary .igui-slidenav {
  color: rgba(255,255,255,0.6);
  background: rgba(0,0,0,0.6);
}