@charset "UTF-8";
/* ИКОНОЧНЫЙ ШРИФТ */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}
/*.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

/* ОСНОВНЫЕ СТИЛИ */
* {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

header, nav, section, article, aside, footer, video, figure {
  display: block;
}

.clb {
  clear: both;
  height: 0;
  width: 100%;
}

.container_camouf {
  min-width: 200px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Стили для визуализации блоков, просто бордеры-
удалить по завершению формироваия сетки */
.tr_camouf {
  border: 1px green solid;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-bottom: 10px;
  min-height: 10px;
}

.td_camouf_25, .td_camouf_50, .td_camouf_75, .td_camouf_100 {
  border: 1px red solid;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.tr_camouf {
  width: 100%;
  display: table;
  clear: both;
}
.tr_camouf .td_camouf_25, .tr_camouf .td_camouf_50, .tr_camouf .td_camouf_75, .tr_camouf .td_camouf_100 {
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  display: table-cell;
}
.tr_camouf .td_camouf_25 {
  width: 25%;
}
.tr_camouf .td_camouf_50 {
  width: 50%;
}
.tr_camouf .td_camouf_75 {
  width: 75%;
}
.tr_camouf .td_camouf_100 {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .tr_camouf .td_camouf_25, .tr_camouf .td_camouf_50, .tr_camouf .td_camouf_75, .tr_camouf .td_camouf_100 {
    display: block;
    float: left;
    min-height: 10px;
  }
  .tr_camouf .td_camouf_25 {
    width: 50%;
  }
  .tr_camouf .td_camouf_50 {
    width: 100%;
  }
  .tr_camouf .td_camouf_75 {
    width: 100%;
  }
  .tr_camouf .td_camouf_100 {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .tr_camouf .td_camouf_25 {
    width: 100%;
  }
}
.slider-content-wr{
	width:600px;
	height:400px;
	background-color:#cacaca;
}
/*# sourceMappingURL=template_styles.css.map */

.social-news-buttons {
	max-width: 100%;
	color: #747e89;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}
.social-news-buttons__title {
	font-weight: bolder;
	color: #000;
	margin-bottom: 10px;
	line-height: 1;
}
.social-news-buttons__inner {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}

.social-news-buttons__link:not(:last-child) {
	margin-right: 15px;
}

.social-news-buttons__link,
.social-news-buttons__links {
	display: -ms-flexbox;
	display: flex;
}

.social-news-buttons__link {
	background: #f8f8fa;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	box-sizing: border-box;
	height: 50px;
	padding: 5px 2.45%;
}

.social-news-buttons__link:last-child {
	margin-right: 0;
}

.social-news-buttons__link:focus,
.social-news-buttons__link:hover {
	outline: auto;
	color: #0086b7;
}

.social-news-buttons__link--yanews svg {
	width: 115px;
	height: 20px;
}

.social-news-buttons__link--gnews svg {
	width: 164px;
	height: 25px
}

.social-news-buttons__link--zen svg {
	width: 119px;
	height: 23px;
}

.social-news-buttons__link--spread {
	display: none;
}

.visually-hidden {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.social-news-buttons__link-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1200px) {
	.social-news-buttons__link {
		height: 40px;
	}
	.social-news-buttons__link svg {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 600px) {
	a.social-news-buttons__link {
		padding: 10px;
	}
	.social-news-buttons__link {
		height: auto;
	}
	.social-news-buttons__title {
		margin-bottom: 5px;
		font-size: 14px;
	}
}

.sub-menu{
  list-style: none;
  position: absolute;
  background: #ffffff;
  z-index: 11;
  border: 1px solid #f3f3f4;
  box-shadow: 1px 1px 10px;
  display: none;
}
.sub-menu a{
	min-width: 70px;
	margin: 0 0.8rem;
}