@font-face {
  font-family: 'flaticon';
  src:  url('fonts/flaticon.eot?b4s9d4');
  src:  url('fonts/flaticon.eot?b4s9d4#iefix') format('embedded-opentype'),
    url('fonts/flaticon.ttf?b4s9d4') format('truetype'),
    url('fonts/flaticon.woff?b4s9d4') format('woff'),
    url('fonts/flaticon.svg?b4s9d4#flaticon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.card__header i.img_icon {
	font-family: 'flaticon';
	background: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #0c4da2;
	text-align: center;
	font-style: initial;
	display: block;
}
.card__header i.img_icon:before {
	position: relative;
	top: 8px
}
i.video-icon:before {
	content: '\e92c';
}
i.photo-icon:before {
	content: '\e92d';
}
i.article-icon:before {
	content: '\e90a';
}
i.audio-icon:before {
	content: '\e929';
}
.mb-5 {margin-bottom: 2em}
@media only screen and (min-width: 1024px) {
	.home-grid__forum .swiper {min-height: 490px}
}
.section-text > .container a > img {
  width: revert-layer;
}
body.modal-open {
	padding-right: 0 !important;
	overflow: auto !important;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: rgba(0,0,0,.6);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal.fade {
	display: none;
}
.modal.fade.in {
	opacity: 1;
	display: block;
}
.modal-dialog {
	max-width: 600px;
	width: 100%;
	margin: 30px auto;
	background: #fff;
}
.h2 {
	margin-bottom: 20px;
	color: #333333;
	font-size: 226.667%;
	font-weight: 400;
	line-height: 1.1471;
}
.close {
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
button.close {
	cursor: pointer;
}
#modal-map .close {
	font-size: 40px;
	font-weight: 300;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before {
  font-family: 'flaticon' !important;
}
.icon_soc, .news_soc_wrap .soc .icon {
  color: #ffffff !important;
  font-size: 17px;
  line-height: 40px;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}
.icon_soc, .news_soc_wrap .soc .icon {
  color: #ffffff !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 17px;
  line-height: 40px;
  background: #dcaa43;
  height: 30px;
  width: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.flaticon-fr038-vk {background: #5181b8}
.flaticon-fr034-odnoklassniki {background: #ee8208}
.flaticon-fr048-send {background: #28a7e8}
.flaticon-fr034-odnoklassniki::before {
  content: "\e921";
}
.flaticon-fr035-youtube:before {
  content: "\e922";
}
.flaticon-fr036-twitter:before {
  content: "\e923";
}
.flaticon-fr038-vk:before {
  content: "\e925";
}
.flaticon-fr048-send::before {
  content: "\e92f";
}
.hideable {opacity: .7}
.hideable > a {cursor: not-allowed}