@import url("fonts.css");

::selection {
  background: #297d2e; /* Safari */
  color: #fff;
}
::-moz-selection {
  background: #297d2e; /* Firefox */
  color: #fff;
}

body {
	margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 22px;
  background-color: #f5f5f5;
	color: #1c1c1c;
	font-weight: 400;
}
a {
  color: inherit;
}
.hidden {
	display: none;
}
a:active,
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
/*placeholder*/
*::-webkit-input-placeholder {
	color: #dcdcdc;
	opacity: 1;
}
*:-moz-placeholder {
	color: #dcdcdc;
	opacity: 1;
}
*::-moz-placeholder {
	color: #dcdcdc;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #dcdcdc;
	opacity: 1;
}
/*\placeholder*/

/*header*/
.header {
  height: 60px;
  background-color: #297d2e;
}
.header-logo-wrap {
	line-height: 59px;
}
.header-logo-wrap img {
  width: 141px;
  max-width: none;
}
/*Начало меню*/
.top-mnu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.top-mnu li {
	list-style-type: none;
	margin: 0;
	display: inline-block;
	line-height: 60px;
	color: #fff;
	margin-right: 18px;
}
.top-mnu li:last-child {
	margin-right: 0;
}
.top-mnu li a {
	display: block;
	height: 100%;
}
.top-mnu li a:after {
    content: '';
    width: 0;
    height: 1px;
    background: transparent;
    display: block;
    position: relative;
    top: -16px;
    transition: 0.3s;
    margin: 0 auto;
}
.top-mnu li a:hover:after {
  background: #fff;
  width: 80%;
}
.top-mnu li:last-child a:hover:after {
  width: 0;
}
.top-mnu-link-rubriki:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f0c9';
	font-size: 14px;
	color: #fff;
	padding-right: 6px;
}
/*Конец меню меню*/

/*Начало Toogle mnu скрытое*/
.hidden-mnu-category {
	margin-bottom: 15vh;
}
.hidden-mnu-category ul {
	padding: 0;
	margin: 0;
}
.hidden-mnu-category li {
	display: inline-block;
	width: 24%;
	font-size: 22px;
	line-height: 45px;
}
.hidden-mnu-category li a {
	position: relative;
}
.hidden-mnu-category li a:after {
	content: '';
	width: 0;
	height: 2px;
	background: transparent;
	display: block;
	position: absolute;
	bottom: -5px;
	transition: 0.3s;
}
.hidden-mnu-category li a:hover:after {
	background: #1c1c1c;
	width: 100%;
}
.hidden-mnu hr {
	height: 2px;
	color: #1c1c1c;
	background-color: #1c1c1c;
	border: none;
}
.hidden-mnu-of-footer {
	margin-top: 0px;
}
.hidden-mnu-of-footer ul {
	margin: 0;
	padding: 0;
}
.hidden-mnu-of-footer li {
	position: relative;
	list-style-type: none;
	margin: 0;
	display: inline-block;
	margin-right: 31px;
	transition: 0.3s;
}
.hidden-mnu-of-footer li a {
	transition: 0.3s;
}
.hidden-mnu-of-footer li a:hover {
	color: #2c7c2e;
}
.hidden-mnu-of-footer-socicon-wrap {
	text-align: right;
}
.hidden-mnu-footer-socicon {
	border: 2px solid #1c1c1c;
	border-radius: 50%;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	margin-right: 5px;
	transition: 0.3s;
}
.hidden-mnu-footer-socicon:last-child {
	margin-right: 0;
}
.hidden-mnu-footer-socicon i {
	color: #1c1c1c;
	font-size: 13px;
	transition: 0.3s;
}
.hidden-mnu-footer-socicon:hover {
	background-color: #2c7c2e;
	border: 2px solid #2c7c2e;
}
.hidden-mnu-footer-socicon:hover i {
	color: #fff;
}
/*Конец Toogle mnu скрытое*/

/*\header*/

/******is-home*******/
.is-home .h1-wrap {
	padding-top: 134px;
	padding-left: 54px;
}
.is-home h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 65px;
  color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	line-height: 33px;
	text-shadow: 0 5px 10px rgba(0,0,0,0.34);
}
.is-home .h1-descript {
	font-family: 'Roboto', sans-serif;
	font-size: 31.9px;
	color: #fff;
	font-weight: 700;
	text-transform: none;
	padding-left: 3px;
	margin-top: 17px;
  display: block;
	text-shadow: 0 5px 10px rgba(0,0,0,0.34);
}
/*home-banner*/
.is-home .banner {
	height: 338px;
	background-size: cover;
	margin-top: 19px;
	border-radius: 2px;
}
/*\home-banner*/

/*content-home*/
.is-home .content,
.is-single .content,
.is-category .content,
.is-tags .content,
.is-author .content {
	margin-top: 20px;
}
.is-home .single-anons,
.is-category .single-anons,
.is-tags .single-anons,
.is-author .single-anons {
	min-height: 286px;
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 23px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.is-home .single-anons .col-left,
.is-category .single-anons .col-left,
.is-tags .single-anons .col-left,
.is-author .single-anons .col-left {
	padding-left: 0px;
	padding-right: 10px;
}
.is-home .single-anons .col-right,
.is-category .single-anons .col-right,
.is-tags .single-anons .col-right,
.is-author .single-anons .col-right {
	padding-left: 10px;
	padding-right: 0px;
	min-height: 240px;
}
.is-home .single-anons .category,
.is-single .single-content .category,
.is-category .single-anons .category,
.is-tags .single-anons .category,
.is-author .single-anons .category {
	margin: 0;
	margin-top: -5px;
	font-size: 13px;
	color: #2c7c2e;
}
.is-home h2,
.is-tags h2,
.is-author h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 0;
	margin-top: 5px;
}
.is-home .single-anons .text,
.is-category .single-anons .text,
.is-tags .single-anons .text,
.is-author .single-anons .text {
	margin: 0;
	margin-top: 9px;
}
.is-home .single-anons .descript-wrap,
.is-single .single-content .descript-wrap,
.is-category .single-anons .descript-wrap,
.is-tags .single-anons .descript-wrap,
.is-author .single-anons .descript-wrap {
	position: absolute;
	bottom: -4px;
	width: 100%;
}
.is-home .single-anons .autor,
.is-single .single-content .autor,
.is-category .single-anons .autor,
.is-tags .single-anons .autor {
	font-size: 13px;
	margin-right: 15px;
}
.is-home .single-anons .autor:before,
.is-single .single-content .autor:before,
.is-category .single-anons .autor:before,
.is-tags .single-anons .autor:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f2c0';
	font-size: 13px;
	padding-right: 6px;
}
.is-home .single-anons .date,
.is-single .single-content .date,
.is-category .single-anons .date,
.is-tags .single-anons .date,
.is-author .single-anons .date {
	font-size: 13px;
	opacity: 0.5;
}
.is-home .single-anons .date:before,
.is-single .single-content .date:before,
.is-category .single-anons .date:before,
.is-tags .single-anons .date:before,
.is-author .single-anons .date:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f073';
	font-size: 13px;
	padding-right: 6px;
}
.is-home .single-anons .views,
.is-single .single-content .views,
.is-category .single-anons .views,
.is-tags .single-anons .views,
.is-author .single-anons .views {
	font-size: 13px;
	opacity: 0.5;
	margin-right: 15px;
}
.is-home .single-anons .views:before,
.is-single .single-content .views:before,
.is-category .single-anons .views:before,
.is-tags .single-anons .views:before,
.is-author .single-anons .views:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f06e';
	font-size: 13px;
	padding-right: 6px;
}
.is-home .single-anons .comments,
.is-single .single-content .comments,
.is-category .single-anons .comments,
.is-tags .single-anons .comments,
.is-author .single-anons .comments {
	font-size: 13px;
	opacity: 0.5;
}
.is-home .single-anons .comments:before,
.is-single .single-content .comments:before,
.is-category .single-anons .comments:before,
.is-tags .single-anons .comments:before,
.is-author .single-anons .comments:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f0e5';
	font-size: 13px;
	padding-right: 6px;
}
.is-home .single-anons .views-comments-wrap,
.is-single .single-content .views-comments-wrap,
.is-category .single-anons .views-comments-wrap,
.is-tags .single-anons .views-comments-wrap,
.is-author .single-anons .views-comments-wrap {
	float: right;
	margin-right: 10px;
}
.is-home .button-download-singles,
.is-category .button-download-singles,
.is-tags .button-download-singles,
.is-author .button-download-singles {
	margin: 40px auto 40px auto;
	width: 200px;
	height: 50px;
	border: 1px solid #2c7c2e;
	color: #2c7c2e;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.3s;
}
.is-home .button-download-singles:hover,
.is-category .button-download-singles:hover,
.is-tags .button-download-singles:hover,
.is-author .button-download-singles:hover {
	background-color: #2c7c2e;
	color: #fff;
}
/*\content-home*/

/******\is-home*******/

/*sidebar*/
.sidebar {
	margin-top: 20px;
}
.sidebar-item {
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.sidebar-item .item-header {
	background-color: #2c7c2e;
	height: 50px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
}
.sidebar-item .item-content {
	padding: 23px;
}
/*search*/
.sidebar #search {
	position: relative;
	margin-bottom: 20px;
}
.sidebar #search input {
	display: block;
	width: 100%;
	height: 42px;
	border: solid 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	padding-left: 10px;
	border-radius: 2px;
}
.sidebar #search button {
	position: absolute;
	right: 12px;
	top: 9px;
	background-color: transparent;
	border: none;
	opacity: 0.5;
}
.sidebar #search button i {
	font-size: 16px;
}
/*Поиск от яндекса*/
#ya-site-form0.ya-site-form {
  margin-bottom: 20px !important;
}
#ya-site-form0 .ya-site-form__search-input {
  padding: 0 !important;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	display: block;
	width: 100%;
	height: 42px;
	border: solid 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	padding-left: 10px;
	border-radius: 2px;
}
#ya-site-form0.ya-site-form .ya-site-form__form .ya-site-form__input-text {
  border-color: #d0d0d0 !important;
}
#ya-site-form0.ya-site-form .ya-site-form__form .ya-site-form__input-text:focus {
  border-color: #d0d0d0 !important;
}
#ya-site-form0 .ya-site-form__search-input-layout-r .ya-site-form__submit {
  position: absolute;
  top: 20px;
  right: 16px;
  height: 42px;
  width: 42px;
  border: none;
  background: transparent;
  color: transparent !important;
}
#ya-site-form0 .ya-site-form__search-input-layout-r:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\f002';
  font-size: 16px;
  color: #8d8d8d;
  position: absolute;
  top: 30px;
  right: 34px;
}
/*\search*/

/*button consult*/
.sidebar .button-consult {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #2c7c2e;
	border-radius: 3px;
	color: #2c7c2e;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	line-height: 48px;
	margin-bottom: 20px;
	transition: 0.3s;
}
.sidebar .button-consult:hover {
	background-color: #2c7c2e;
	color: #fff;
}
/*\button consult*/

/*button ideya*/
.sidebar .button-ideya {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #2c7c2e;
	border-radius: 3px;
	color: #2c7c2e;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	line-height: 48px;
	margin-bottom: 20px;
	transition: 0.3s;
}
.sidebar .button-ideya:hover {
	background-color: #2c7c2e;
	color: #fff;
}
/*\button ideya*/

/*rubric*/
.sidebar-item.rubric a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	transition: 0.3s;
}
.sidebar-item.rubric a:hover span {
	color: #2c7c2e;
}
.sidebar-item.rubric a:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	border-bottom: 2px dotted #1c1c1c;
	bottom: 6px;
	opacity: 0.3;
}
.sidebar-item.rubric a .rubric-name {
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding-right: 4px;
}
.sidebar-item.rubric a .rubric-posts {
	float: right;
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding-left: 4px;
}
/*/rubric*/

/*popular singles*/
.sidebar h3 {
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	margin: 0;
	margin-top: 10px;
}
.sidebar-item.popular-singles .tabs {
	margin-bottom: 20px;
}
.sidebar-item.popular-singles .tab.comments {
	float: right;
}
.sidebar-item.popular-singles .tab {
	opacity: 0.4;
	cursor: pointer;
}
.sidebar-item.popular-singles .tab.active {
	opacity: 1;
	color: #2c7c2e;
	border-bottom: 1px solid #2c7c2e;
}
.popular-singles-item {
	margin-bottom: 20px;
}
.popular-singles-item:last-child {
	margin-bottom: 0;
}
.popular-singles-img-wrap {
	position: relative;
	text-align: right;
}
.img-views-descript,
.img-comments-descript {
	margin: 0;
	background-color: #2c7c2e;
	color: #fff;
	font-size: 13px;
	width: 55px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 32px;
}
.img-views-descript:before,
.img-comments-descript:before {
	font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
	content: '\f06e';
	font-size: 13px;
	padding-right: 6px;
}
.img-comments-descript:before {
	content: '\f0e5';
}
/*\popular singles*/

/*\sidebar*/

/******is-single*******/
.is-single .single-content {
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 23px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.is-single h1 {
	font-weight: 700;
	font-size: 28px;
	margin: 7px 0 10px 0;
}
.is-single .text {
	margin: 0;
	margin-top: -4px;
}
.is-single .single-content .descript-wrap {
	position: relative;
	bottom: 0;
	margin-bottom: 15px;
}
.is-single .single-content .views-comments-wrap {
	margin-right: 0;
}
.is-single .single-content .single-img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 530px;
}
/******\is-single*******/

/******is-category*******/
.is-category h1 {
  background-color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  color: #2c7c2e;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 15px 23px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.is-category h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}
/******\is-category*******/

/******is-tags*******/
.is-tags .tag-item {
  background-color: rgba(0,0,0,0.06);
  padding: 6px 12px;
  border-radius: 2px;
  margin-right: 5px;
  color: #1c1c1c;
  margin-bottom: 5px;
  display: inline-block;
  transition: 0.3s;
}
.is-tags .tag-item:hover,
.is-tags .tag-item.active {
  background-color: #2c7c2e;
  color: #fff;
}
.is-tags .taglist-wrap {
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  padding: 20px 23px 15px 23px;
}
.is-tags .tags-header {
    padding-right: 10px;
}
.is-tags .tags-header:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\f02c';
    font-size: 14px;
    padding-right: 6px;
}
/******\is-tags*******/

/******is-author*******/
.is-author .author-banner {
  height: 200px;
  background-color: #242C2F;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.is-author .author-banner img {
  width: 100%;
  /* opacity: 0.2;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px); */
  position: absolute;
  top: 0;
  left: 0;
}
.is-author .author-info-wrap {
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 20px 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.is-author .author-avatar {
  border-radius: 50%;
  margin-top: -100px;
}
.is-author .author-name {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  margin-left: 10px;
}
.is-author .author-descript {
  margin-left: 10px;
  margin-bottom: 0;
}
.is-author .author-singles-header {
  margin: 0;
  font-size: 18px;
  padding: 0 20px;
}
.is-author .author-singles-header:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\f0f6';
  font-size: 16px;
  padding-right: 9px;
}
    
/******\is-author*******/

/******is-sitemap*******/
.is-sitemap .sitemap-wrap {
  background-color: #fff;
  border-radius: 2px;
  margin: 20px 0;
  padding: 15px 23px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.is-sitemap h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  color: #2c7c2e;
  margin: 0;
}
.is-sitemap .sitemap-wrap li {
  list-style-type: none;
  font-size: 17px;
  padding: 5px 0;
  font-weight: 700;
}
.is-sitemap .sitemap-wrap li > ul > li {
  font-size: 17px;
  font-weight: 400;
}
.is-sitemap .sitemap-wrap li > ul > li > ul > li {
  font-size: 15px;
}
.is-sitemap .sitemap-wrap li a {
	position: relative;
}
.is-sitemap .sitemap-wrap li a:after {
	content: '';
	width: 0;
	height: 1px;
	background: transparent;
	display: block;
	position: absolute;
	bottom: -5px;
	transition: 0.3s;
}
.is-sitemap .sitemap-wrap li a:hover:after {
	background: #1c1c1c;
	width: 100%;
}
/******\is-sitemap*******/

/******is-page*******/
.is-page .content-wrap {
  background-color: #fff;
  border-radius: 2px;
  margin: 20px 0;
  padding: 10px 23px 23px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
/******\is-page*******/