body {
	font-size: 18px;
	line-height: 25px;
}
.header {
	position: relative;
}
.header .header_box .header_widget {
	font-size:14px;
}
.header .nav__primary .sf-menu {
	margin: 0;
	list-style: none;
}
.header .nav__primary .sf-menu > li {
	display: inline-block;
}
.header .nav__primary .sf-menu > li > a {
	display: block;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	margin-right: 1px;
	padding: 10px 5px;
	font-size: 12px;
}
.header .nav__primary .select-menu {
	display: none;
}
.visuallyimpaired {
	float: left;
}
.header .header_block.isStuck {
	z-index: 999;
}
.title-section {
	background: none;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li > a { padding:0; }
}
html.ie8 .header .nav__primary .sf-menu > li > a { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a {
		padding:0;
		font-size:12px;
	}
}
body.home .content-holder { padding:20px 0 0; }
 .footer .footer-widgets .block_1 {
	padding:20px 0 20px 0;
	background: none;
}
.footer .footer-widgets .block_1 h4 {
	font-size:36px;
}
.footer .footer-widgets .block_1 .textwidget {
	font-size: 14px;
	line-height: 21px;
}
.footer .footer-widgets .block_2 {
	background: none;
	padding:0;
}
@media (max-width: 767px) {
	.footer .footer-widgets .block_2 { padding:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .block_2 {
		padding:0;
		margin-left:0;
	}
}
.footer .footer-widgets .block_2 strong em {
	float:none;
	margin:0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.footer .footer-widgets .block_2 strong em { margin:0; }
}
html.ie8 .footer .footer-widgets .block_2 strong em { margin:0; }
.footer .footer-widgets .block_3 {
	background:none;
	padding:0;
}
.footer .footer-widgets h4 {
	margin: 0;
	padding: 36px 0 0 0;
	font-weight: bold;
	color: #000;
}
.footer .copyright {
	padding:5px 0;
}
.footer .copyright .footer-text {
	margin: 0;
	font-size:15px;
}
.social-nets-wrapper ul li a[title="Vkontakte"]:before { content:"\f189"; }
/*.social-nets-wrapper ul li a[title="Facebook"]:before { content:'\f09a'; }*/
/*.social-nets-wrapper ul li a[title="Instagram"]:before { content:"\f16d"; }*/
.galleries-item {
	height: 200px;
	width: 100%;
	overflow: hidden;
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.galleries-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.personal-item {
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 22px -19px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 22px -19px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 22px -19px rgba(0,0,0,0.75);
	margin-bottom: 20px;
}
.personal-item .image {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: 1px solid #ccc;
	overflow: hidden;
	margin: 0 auto;
}
.personal-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.personal-item h2 {
	color: #000;
	margin: 15px 0 0;
}
.personal-item .caption {
	margin-bottom: 20px;
	font-size: 15px;
}
.pseudoStickyBlock {
	z-index: -1;
}
.footer .footer-widgets {
	font-size: 15px;
}
.header .header_box,
.header .header_box:before,
.header .header_box:after,
.header .nav__primary .sf-menu ul {
	background: #756098;
}
.header .header_box .header_widget * {
	color: #fff;
}
.header .header_box {
	padding: 10px 0;
}
.header .header_box .header_widget i a,
/*.social-nets-wrapper ul li a::before { color: #fff; }*/
.header .header_box .header_widget i a:hover,
.social-nets-wrapper ul li a:hover::before {
	color: #e6d7ff;
}
.grid-tt {
	background: #fff;
	padding: 27px 20px 30px 20px;
	border: 1px solid #dfdfdf;
	border-top: none;
	margin-bottom: 20px;
}

article.books,
article.category-osnovnaya {
	margin-bottom: 40px;
	background: #fff;
	padding: 25px;
	border: 1px solid #ccc;
}
article.books .post-header h2,
article.category-osnovnaya .post-header h2 {
	font-weight: bold;
	margin: 0 0 15px;
}
article.books .post_content a.btn,
article.category-osnovnaya .post_content a.btn {
	margin-top: 15px;
}

#portfolio-grid li .caption p.excerpt,
.portfolio .entry-content p,
.caption__portfolio .excerpt {
	text-align: justify;
}

.post_category .icon-bookmark {
	margin-right: 5px;
}