/*
Theme Name:  Stella
/* Normalize & reset  
===================================================================================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;font-weight:normal;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}textarea{overflow:auto;vertical-align:top}optgroup{font-weight:bold}input:focus,button:focus,select:focus,textarea:focus{outline:none}table{border-collapse:collapse;border-spacing:0}
/* end normalize & reset */
@font-face {
    font-family: 'Lato';
	font-style: normal;
  font-weight: 400;
   src: url('/fonts/lato/Lato-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'LatoBold';
	font-style: normal;
  font-weight: 200;
   src: url('/fonts/lato/Lato-Bold.woff2') format('woff2');
}
body {
	/*font: 16px/24px 'Roboto', sans-serif;*/
	font: 15px/24px "Lato", sans-serif;
	background: #fff;
	font-weight: 200;
}
#main {
	overflow: hidden;
	position: relative;
	min-width: 303px;
}
p {
	margin: 0 0 25px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
}
a {
	text-decoration: none;
	/*transition: color ease-out 0.8s;*/
}
a:hover {
	transition: color ease;
}
ul li {
	list-style: none;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.alignleft {
	float: left;
}
img.alignleft,
div.alignleft {
	margin: 5px 15px 5px 0 !important;
}
.alignright {
	float: right;
}
img.alignright,
div.alignright {
	margin: 5px 0 5px 15px !important;
}
.wrapper {
	clear: both;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.wrapper:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}
.content-wrapper:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}
.content {
	float: left;
	width: 100%;
	min-height: 700px;
}
.content_remove-sidebar{
	width: 100%;
	float: none;
}
.content:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}
.tac {
	clear: both;
	text-align: center;
}
.btn {
	display: inline-block;
	padding: 10px 40px;
	background: none;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: normal;
	transition: easy;
	/*background-color: #6969b3;*/
	background: linear-gradient(225deg,#10537a 0,#4cb8a7 75%);
}
.btn:hover {
	text-decoration: none;
	/*background: #8b8ce7;*/
	background: linear-gradient(225deg,#4cb8a7 0,#10537a 75%);
	color: #fff;
}
.link {
	color: #010101;
}
.link:hover {
	color: #6969b3;
	text-decoration: none;
	border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}
/* Header 
===================================================================================================*/
.header:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}
.m-nav .slide-out-close {
	display: none;
}
.main-box .slide-out-open {
	display: none;
}
.main-box{padding-top:75px;}
.logo {
	float: left;
	max-height: 75px;
	margin-bottom: 12px;
}
.search-form {
    margin: 2px 0 1px 0;
    float: right;
    position: relative;
    height: 24px;
    width: 220px;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 2px;
    box-shadow: 0px 0px 1px 0px #00000087;
}
.search-form .search-form__field {
	width: 100%;
	height: 24px;
	font-size: 12px;
	line-height: normal;
	border: none;
	padding: 0 45px 0 15px;
	box-sizing: border-box;
	background: none;
	color: #333;
}
.search-form .search-form__field::-webkit-input-placeholder {
	color: #8a8a8a;
}
.search-form .search-form__field::-moz-placeholder {
	color: #8a8a8a;
}
.search-form .search-form__field:-moz-placeholder {
	color: #8a8a8a;
}
.search-form .search-form__field:-ms-input-placeholder {
	color: #8a8a8a;
}
.search-form .search-form__button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: 36px;
	box-sizing: border-box;
	text-indent: -9999px;
	background: transparent;
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAdVBMVEUAAACKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqQ3xhgAAAAJnRSTlMA9zs06dAF8GJSQxsM8+C8sgGbaFxXStjVx62po5OMc3AsJ6d4d7VcW7EAAADfSURBVCjPdZDrFoIgEIQBES+plaXdb1bz/o/YCHjAc+z7NeywOwvCUj3XjazTWyJmbB81PJtVVK82COgk3B/rsi2S8nOgyobJePK0dhPMgzo1flDGOrUjp5M7ueOcKPHCFqeYcBOBhC3uXgP0IkIDpRUSeMXGCdhbwezZe1Ogs+Lo1/AYfoKy6sptI6PgkpVVPZgWvocDzv5HOFRP8eaNEKmos52xj+BKfin/djZd7i17MXNyiTnd5AxnXzl0KgMpxMQqv1/br9oysqYhgxNQcnT6f04jFijpaLHoNLr4AWPOGmKL481PAAAAAElFTkSuQmCC) center no-repeat;*/
}
.main-menu {
	clear: both;
	padding: 0px 1000%;
	margin: 0 -1000%;
	padding-bottom: 0px;
	padding-top: 8px;
	background-color: #eeeeee!important;
    border-bottom: 1px solid #8a8a8a!important;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
}
.main-menu:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}
.main-menu__inner {
	position: relative;
}
.main-menu__inner .menu-arrow {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAMAAADAMI+zAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEnRSTlMA++8rGcxB4uDYdwzHrq1dXD7uePybAAAAOElEQVQI1yXLSQ4AIQzEQDcJ+6z//ywRlOSj6c9km3dnKDvBswa8agbW9BFKSn9U2KxK1eDw63wLLb0A/Q58WxAAAAAASUVORK5CYII=) no-repeat;
	width: 12px;
	height: 6px;
	text-indent: -9999px;
	position: absolute;
	/*right: 29px;
	top: 16px;*/
	right: 80px;
    top: 28px;
	z-index: 1;
}
.main-menu__list.main-menu__list_m{
	display: none;
}
.main-menu__list > .current-post-parent > a {
	font-weight: bold;
}
.main-menu__list > li {
	float: left;
	/*padding-right: 0px;
	padding-left: 0px;*/
	font-size: 14px;
	line-height: 65px;
	position: relative;
	margin-top: 4px;
	padding-bottom: 2px;
	color: #000;
	border-bottom: 2px solid #fff;
}
.main-menu__list > li:hover {
	background-color: #eef2f2;
	color: #e0000e;
	border-bottom: 2px solid #e0000e;
}
.main-menu__list > li:hover a{
	color: #e0000e;
}

.main-menu__list > li > a,
.main-menu__list > li > span {
    position: relative;
    z-index: 120;
    font-size: 19px;
    font-family: LatoBold;
	font-weight: 600;
	text-shadow: none;
	padding-left: 20px;
	padding-right: 20px;
}
/*.main-menu__list > li > span:before {
	content: "";
	display:inline-block;
	vertical-align:middle;
	width:0px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	height:0px;
	border: none;
	background-color: #141414;
}
.main-menu__list > li > span:after{
	content: "";
	display:inline-block;
	vertical-align:middle;
	width:0px;
	margin-left:0px;
	margin-right:20px;
	margin-bottom:0px;
	height:0px;
	border: none;
	background-color: #141414;
}
.main-menu__list > li > a:before {
	content: "";
	display:inline-block;
	vertical-align:middle;
	width:0px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	height:0px;
	border: none;
	background-color: #141414;
}
.main-menu__list > li > a:after {
	content: "";
	display:inline-block;
	vertical-align:middle;
	width:0px;
	margin-right:20px;
	margin-left:0px;
	margin-bottom:0px;
	height:0px;
	border: none;
	background-color: #141414;
}*/
.main-menu__list > li > a:hover,
.main-menu__list > li > span:hover {
	color: #e31e24;;
	text-decoration: none;
	/*border-bottom: 1px solid #5ec7eb;
    transition: all 100ms ease-out;*/
}
.main-menu__list > li > span:hover {
	cursor:default;
}
/*.main-menu__list > li > a:hover:before{
	content: "";
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	height:0px;
	border: none;
	background-color: #141414;
	/*transition: 0.5s;
}
.main-menu__list > li > a:hover:after{
	content: "";
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	height:0px;
	border: none;
	background-color: #141414;
	/*transition: 0.5s;
}*/
.main-menu__list > li > span {
	color: #e0000e;
	/*font-weight: 600;
	text-shadow: none;
	padding-left: 20px;
	padding-right: 20px;*/
}
.main-menu__list > li > span:hover {
	border-bottom: 0;
}
.main-menu__list > li > ul {
	/*2*/
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 40px;
	z-index: 110;
	width: 180px;
}
.main-menu__list > li > ul > .current-post-parent a {
	background: #6969b3;
}
.main-menu__list > li > ul > li {
	font-size: 16px;
	line-height: 20px;
	box-shadow: 1px 4px 8px rgba(255, 255, 255, .3);
}
.main-menu__list > li > ul > li > a,
.main-menu__list > li > ul > li > span {
	display: block;
	color: #000;
	padding: 12px 10px;
	background: #5a5aa1;
	border-bottom: 1px solid #6969b3;
}
.main-menu__list > li > ul > li > a:hover,
.main-menu__list > li > ul > li > span:hover {
	text-decoration: none;
	background: #6969b3;
	/*background: #10537a!important; */
}
.main-menu__list > li > ul > li > span {
	background: #6969b3;
	/*background: #10537a!important; */
}
.add-menu__toggle {
	background: #5a5aa1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAmVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////VHQRUAAAAMnRSTlMAA/fJIgoW8uOYPzgkHtXEuLSeUDQuEOrm3tuwraKEWEZCMNC+uqiVh2pJKol+eks7E5boYJwAAAENSURBVCjPfZFJlsIwDETLkHmAQCaSEEigGRp61P0Ph2Q7i2yoTX1L78kqG/gM/GsF1lfth+Iq9OtvrhNrCeAg0DPsBQ4grQiegRKJ9oVtHO2ZBvzZxkZ7BSzFdy5UbYZXH3w8AkjPRO2JYWy5njBEuQutRw6jfMBbeYmF1LHgpJD9F3TRlS1RJ0M9DnJTuBMrUFJnrWHX622OX6QGYpSzgDmc6QkK2wjFfBcm6QrASmCjZ68kl3vhXJ7stCbayxblCKM4shAVeKsktlCeLBRPAOpKdB4A/ZpLRybyHZmH7XwrBdUIZNNHTTlGxLOAj+lrCzxt40esVUBoJgBrgRtwb3ZZClYfBJ34fxc0IV7rBzL4ggADWwAAAABJRU5ErkJggg==) center no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: -60px;
	text-indent: -9999px;
	cursor: pointer;
}
.add-menu {
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 1000;
	width: 180px;
}
.add-menu > ul {
	display: none;
}
.add-menu > ul > .current-post-parent a {
	background: #6969b3;
}
.add-menu > ul > li {
	font-size: 16px;
	line-height: 20px;
}
.add-menu > ul > li > a,
.add-menu > ul > li > span {
	display: block;
	color: #fff;
	padding: 12px 10px;
	background: #5a5aa1;
	border-bottom: 1px solid #6969b3;
}
.add-menu > ul > li > a:hover,
.add-menu > ul > li > span:hover {
	text-decoration: none;
	background: #6969b3;
}
.add-menu > ul > li > span {
	background: #6969b3;
}
#slider {
	display: none;
}
#slider.slick-initialized {
	display: block;
}
.slider .slider__item:last-child .slider-text__title,
.slider .slider__item:nth-child(3) .slider-text__title {
	font-size: 14px;
	line-height: 20px;
}
.slider {
	position: relative;
	margin-bottom: 20px;
}
.slider .slick-dots {
	text-align: center;
	margin-top: 20px;
}
.slider .slick-dots li {
	display: inline-block;
}
.slider .slick-dots li:last-child {
	margin-right: 0;
}
.slider .slick-dots li button {
	width: 15px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	background: #e5e5e5;
	border-radius: 50%;
	margin-right: 10px;
	border: none;
}
.slider .slick-dots li button:hover {
	background: #6969b3;
}
.slider .slick-dots li.slick-active button {
	background: #6969b3;
}
.slider__item {
	position: relative;
	overflow: hidden;
	float: left;
}
.slider__img {
	vertical-align: bottom;
}
.slider-text {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px 15px 15px;
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.post-info_slider {
	margin-bottom: 15px;
}
.post-info__cat {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	position: relative;
	z-index: 101;
}
.post-info__cat a {
	display: block;
	background: white!important;
	color: #010101!important;
    font-weight: 500!important;
    font-style: italic;
	font-size: 13px;
	border-bottom: 1px solid white;					
}
.post-info__cat a:hover {
	text-decoration: none;
	background: #6969b3;
	color: #fff;
}
.post-info__time {
    font-size: 12px;
    line-height: 15px;
    color: #010101;
    padding-left: 25px;
    font-weight: 500;
    font-style: italic;
    float: right;
    margin-bottom: 5px;
	padding-top: 4px;
	cursor: default;
}
.post-info__time:after {
padding-top: 5px;
}
.slider-text__title {
	font-size: 16px;
	line-height: 20px;
	position: relative;
}
.slider-text__title a {
	color: #fff;
	font-weight: 500;
}
.slider-text__title a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.slider-text__title a:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m-nav .social-icon {
	display: none;
}
/* Home *
===================================================================================================*/
.title {
	background: #f8f8f8;
	border-left: 4px solid #6969b3;
	padding: 12px 15px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 25px;
	color: #6969b3;
}
.title_recommended{
	background: none;
    margin-bottom: 10px;
    border-left: none !important;
    font-size: 18px;
    padding: 12px 0;
}
.posts {
	overflow: hidden;
	padding: 15px;
}
.posts .posts__item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	height: 360px;	
	background-color:#fff;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6)
}
.posts_home .posts__item {
	float: left;
	width: 360px;
}
.posts_home .posts__item:nth-child(odd) {
	clear: both;
	margin-right: 30px;
}
.content_remove-sidebar .posts_home .posts__item {
	margin-right: 30px;
}
.content_remove-sidebar .posts_home .posts__item:nth-child(odd) {
	clear: none;
	margin-right: 30px;
}
.content_remove-sidebar .posts_home .posts__item:nth-child(3n) {
	margin-right: 0;
}
.content_remove-sidebar .posts_home .posts__item:nth-child(3n+1) {
	clear: both;
}
.posts__item-img {
	position: relative;
	margin-bottom: 8px;
	overflow: hidden;			  
}
.posts__item-img img {
	vertical-align: bottom;
	width:360px;		 
}
.posts__item-img .post-cat {
	position: relative;
	z-index: 1;
}
.post-info.post-info_loop {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 20px;
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.posts__item-title {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 20px;
	padding-left: 20px;
    padding-right: 20px;				
}
.posts__item-title a {
	color: #010101;
	font-weight: 600;				 
}
.posts__item-title a:hover {
	color: #6969b3;
	text-decoration: none;
	border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}
.posts__item-title a:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
		width: 360px;
	height: 240px;
	z-index: 0;
}
.review_category:after {
	position: unset!important;
}
.posts__item:hover .posts__item-img img {
transform: scale(1.1);
transition: all 1.1s;

}
.posts .posts__item:hover {
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}						
.posts__item-content {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.more {
	overflow: hidden;
	padding-bottom: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	color: #6969b3;
}
.more span {
	border-bottom: 1px dashed #6969b3;
	cursor: pointer;
}
.more span:hover {
	border-bottom: 0;
}
#slider-posts {
	display: none;
}
#slider-posts.slick-initialized{
	display: block;
}
.slider-posts-wrap {
	background: #f0edfc;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 9px;
	position: relative;
}
.slider-posts-wrap .bx-prev,
.slider-posts-wrap .bx-next {
	position: absolute;
	left: 0;
	top: 41px;
	display: block;
	width: 26px;
	height: 65px;
	text-indent: -9999px;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #e9e5ff;
	box-sizing: border-box;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAWCAMAAADO+P1vAAAAVFBMVEUAAABpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabOQwBRGAAAAG3RSTlMAB7guFxD29O3n39jOxK+snpyQgHViV0khPj1WoCOuAAAAWUlEQVQI113PNxLAIBADQIJxztnW///pQhjNQLUFp9OZ+OxY/Fzgog5gp3yJiQotukA6VJ7agJO6gJW6awyW2T2amD4Dj0l8KX3QWBamFVqc1VFJVddBOvMDqG4FoHcKrngAAAAASUVORK5CYII=);
	background-position: center;
	background-repeat: no-repeat;
}
.slider-posts-wrap .bx-prev:hover,
.slider-posts-wrap .bx-next:hover {
	background-color: #6969b3;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAWCAYAAAD5Jg1dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMRJREFUeNpi+P//PwMezA7E64FYlIUBP5gCxAFAzIXPtKT/CFCKS5EREH+DKloDxIzYFAkB8T2oohtAzA8SR1fEBMTboIq+ALE2TA5dYQOSuyKQ5ZAVeQLxX6iiCehOgjEUgfgtVNERIGbDppATiM9CFT0HYilsIQEi5kIV/QZiO1zhygQMdUakmPiPM46gVp8jxmp0zxzG5RlswdOPTyF6gIfjUwiKwu3ERCEsUdwnlChISmYkJVwYng1VuJOB2MwFEGAA5PyL04pG07UAAAAASUVORK5CYII=);
	border: 1px solid #6969b3;
}
.slider-posts-wrap .bx-next {
	left: auto;
	right: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAWCAMAAADO+P1vAAAAUVBMVEUAAABpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabOAuiUKAAAAGnRSTlMAB/fcuK4T9O7nzsOenI+AdWJXST0yKiEZDiWpgnMAAABVSURBVAjXZc83DsAwDANA9/Te+f+HZhFBBPF0gyxSrmTv7CUM5AwsdEY4jE9ELOazQuLICkz0CGxG36G+zHeDlkl7QP+hBvRNyxShYNVRSVX/H6QzX4ozBVvArJlqAAAAAElFTkSuQmCC);
}
.slider-posts-wrap .bx-next:hover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAWCAYAAAD5Jg1dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNpi+P//vygQrwdidiBmwIVBxM7/EDCbkMLS/wiQhE8hIxCvgSr8DsRGuBSCMD8Q34Aqvg/EQrgUgrAWEH+BKt4OxEy4FIJwOJJ7G/ApBOF+qMK/QOyJTyEbEB+GKn4LxIq4FIKwFBA/hyo+C8ScDHgC2Q6If0MVz2NiwA3+o/KwmyaJZPU5XFazInnmHT7PwILnH77gISrAiYpCPmISBdHJjOiEC8sKcwhlBaIyF0CAAQBQMasVTOhzegAAAABJRU5ErkJggg==);
}
.slider-posts-wrap .slick-dots {
	text-align: center;
	margin-top: 20px;
}
.slider-posts-wrap .slick-dots li {
	display: inline-block;
}
.slider-posts-wrap .slick-dots li:last-child {
	margin-right: 0;
}
.slider-posts-wrap .slick-dots li button {
	width: 15px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	background: #e5e5e5;
	border-radius: 50%;
	margin-right: 10px;
	border: none;
}
.slider-posts-wrap .slick-dots li button:hover {
	background: #6969b3;
}
.slider-posts-wrap .slick-dots li.slick-active button {
	background: #6969b3;
}
.slider-posts .slick-slide {
	position: relative;
	overflow: hidden;
}
.slider-posts__img {
	position: relative;
	width: 210px;
	margin: 0 auto 8px;
}
.slider-posts__img img {
	vertical-align: bottom;
}
.post-info_slider-posts {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px 15px 18px;
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.slider-posts__title {
	font-size: 14px;
	line-height: 20px;
	padding: 0 4px;
	text-align: center;
}
.slider-posts__title a {
	color: #010101;
}
.slider-posts__title a:hover {
	color: #6969b3;
	text-decoration: none;
	border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}
.slider-posts__title a:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.description {
	border-top: 4px solid #6969b3;
	padding: 30px 1000%;
	margin: 0 -1000%;
	font-size: 14px !important;
	line-height: 19px !important;
	color: #666666;
}
.description__title {
	color: #6969b3;
	font-size: 20px !important;
	line-height: 25px !important;
	font-weight: bold !important;
}
/* Sidebar *
===================================================================================================*/
.sidebar {
	float: right;
	width: 300px;
	background: #fff;
}
.sidebar .section {
	margin-bottom: 25px;
	overflow: hidden;
}
.sidebar-menu {
	margin-bottom: 30px;
}
.sidebar-menu .title {
	margin-bottom: 0;
}
.sidebar-menu > ul > .current-menu-item > .menu-arrow:before,
.sidebar-menu > ul > .current-menu-item > .menu-arrow:after {
	background: #85ece7;
}
.sidebar-menu > ul > .current-post-parent > a {
	background: #6969b3;
	color: #fff;
}
.sidebar-menu > ul > .current-post-parent > .menu-arrow:before,
.sidebar-menu > ul > .current-post-parent > .menu-arrow:after {
	background: #85ece7;
}
.sidebar-menu > ul li.active > a {
	background: #6969b3;
	color: #fff;
}
.sidebar-menu > ul > li {
	font-size: 18px;
	line-height: 22px;
	position: relative;
}
.sidebar-menu > ul > li:hover .menu-arrow:before,
.sidebar-menu > ul > li:hover .menu-arrow:after {
	background: #85ece7;
}
.sidebar-menu > ul > li:hover > a,
.sidebar-menu > ul > li:hover > span {
	background: #6969b3;
	color: #fff;
	text-decoration: none;
}
.sidebar-menu > ul > li .menu-arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	right: 8px;
	top: 17px;
	text-indent: -9999px;
	z-index: 101;
	box-sizing: border-box;
}
.sidebar-menu > ul > li .menu-arrow:hover {
	border: 1px solid #85ece7;
}
.sidebar-menu > ul > li .menu-arrow:before,
.sidebar-menu > ul > li .menu-arrow:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	margin-left: -1px;
	margin-top: -6px;
	width: 2px;
	height: 12px;
	background: #6969b3;
}
.sidebar-menu > ul > li .menu-arrow:after {
	margin-left: -6px;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	background: #6969b3;
}
.sidebar-menu > ul > li .menu-arrow.active:before {
	display: none;
}
.sidebar-menu > ul > li .menu-arrow.active:after {
	background: #85ece7;
}
.sidebar-menu > ul > li > a,
.sidebar-menu > ul > li > span {
	display: block;
	padding: 15px 25px 15px 15px;
	border-bottom: 1px solid #e0e0e0;
	color: #666666;
	position: relative;
	z-index: 1;
	transition: easy;
}
.sidebar-menu > ul > li > span {
	background: #6969b3;
	color: #fff;
}
.sidebar-menu > ul > li > .ul_block {
	display: block;
}
.sidebar-menu > ul > li > ul {
	/*2*/
	display: none;
	background: #f8f8f8;
	padding: 20px;
}
.sidebar-menu > ul > li > ul > .current-post-parent a {
	color: #8b8ce7;
}
.sidebar-menu > ul > li > ul > li {
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 5px;
}
.sidebar-menu > ul > li > ul > li:last-child {
	padding-bottom: 0;
}
.sidebar-menu > ul > li > ul > li > a,
.sidebar-menu > ul > li > ul > li > span {
	color: #8c8c8c;
}
.sidebar-menu > ul > li > ul > li > a:hover,
.sidebar-menu > ul > li > ul > li > span:hover {
	color: #8b8ce7;
	text-decoration: none;
}
.sidebar-menu > ul > li > ul > li > span {
	color: #8b8ce7;
}
.sidebar-menu > ul > li > ul > li > span:hover {
	border-bottom: 0;
}
.section-posts {
	overflow: hidden;
}
.section-posts__item {
	position: relative;
	margin-bottom: 20px;
}
.section-posts__item-title {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 10px;
}
.section-posts__item-title a {
	color: #010101;
	font-weight: 500;
}
.section-posts__item-title a:hover {
	color: #6969b3;
	text-decoration: none;
	border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}
.section-posts__item-title a:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 300px;
	height: 180px;
}
.section-posts__item-text {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 12px;
}
.post-info__time_popular.post-info__time, .post-info__time_single {
	color: #8a8a8a;
	margin-bottom: 10px;
	display: none;		   
}
.post-info__time_popular.post-info__time:after, .post-info__time_single:after {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAS1BMVEUAAACKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiopMWjrqAAAAGHRSTlMAhy14DzMCgsr0fB5uCe1mTDXd45t0V1KFHSciAAAAgUlEQVQY03WOiw7DIAhFURlQq9XaF///pbNmi222nhAgFy4BKpRGOBkT1dw6Na0abZO4SlWciLiqyBoh6RLl4FIKHxIXTeDUQseq+a8Q29mDmy3TR8Eh+AknHwb8uhBqtPS783iHNmsDnHTXxkO8/YNEeN3ZX51dGbLeyQDZXMnwBuRMCMdsolEgAAAAAElFTkSuQmCC) no-repeat;
}
/* Crumbs *
===================================================================================================*/
.breadcrumbs {
	overflow: hidden;
	padding: 0 0 10px 0;
	padding-left: 15px;				
}
.breadcrumbs span {
	display: inline-block;
	position: relative;
	margin-right: 3px;
	margin-left: 2px;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 18px;
	color: #b6b5b5;
    font-size: 12px;	
}
.breadcrumbs a {
	text-decoration: none;
	color: #8a8a8a;
}
.breadcrumbs a:hover {
	border-bottom: 1px solid rgba(138, 138, 138, 0.2);
	text-decoration: none;
}
/* Category *
===================================================================================================*/
.cat-children {
	overflow: hidden;
	margin-bottom: 20px;
}
.cat-children__item {
	display: inline-block;
	font-size: 15px;
	line-height: 19px;
	margin: 0 10px 10px 0;
}
.cat-children__item a {
	display: block;
	padding: 8px 20px;
	border: 1px solid #dadada;
	color: #8a8a8a;
}
.cat-children__item a:hover {
	text-decoration: none;
	background: #6969b3;
	color: #fff;
}
.cat-posts {
	overflow: hidden;
}
.cat-posts .posts__item:nth-child(2n+3) {
	margin-right: 0;
}
.cat-posts .posts__item:nth-child(2n+4) {
	clear: both;
}
.cat-posts.cat-posts_ajax .posts__item:nth-child(odd) {
	clear: both;
	margin-right: 30px;
}
.cat-posts.cat-posts_ajax .posts__item:nth-child(even) {
	clear: none;
	margin-right: 0;
}
.posts__item_first .posts__item-title a:after {
	width: 360px;
	height: 240px;
}
.posts__item_second {
	float: left;
	width: 360px;
	margin-right: 30px;
}
.post-info__comment {
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	display: inline-block;
	position: relative;
	margin-right: 15px;
	background: #9187c4;
	padding: 5px 8px;
	z-index: 101;
}
.post-info__comment:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	z-index: 0;
	border-width: 8px 10px 0px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) #9187c4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* Single * 
===================================================================================================*/
.single a{
	/*color: #0044bb !important;*/
	color: #0044bb;
}
.single a:hover{
	    /*color: #f00!important;*/
		color: #f00;
	    /*text-decoration: none !important;*/
		text-decoration: none;
}	  
.single {
	overflow: hidden;
	padding-left: 15px;				
}
.single table {
	margin: 20px 0;
}
.single th,
.single td {
	padding: 6px 10px;
	border: 1px solid #d0d8db;
	color: #555;		 
}
.single #ya-site-results td {
	border: none;
}
.single .title-img {
	position: relative;
	overflow: hidden;
	max-width: 660px;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
}
.single .title-img:before {
	position: absolute;
	content: '';
	left: 10%;
	top: 13%;
	width: 80%;
	height: 74%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.single .title-img:after {
	position: absolute;
	content: '';
	left: 5%;
	top: 5%;
	width: 90%;
	height: 90%;
	background: rgba(255, 255, 255, 0.4);
	z-index: 1;
}
.single .title-img img {
	vertical-align: bottom;
}
.single .title-img .single__title {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -265px;
	transform: translateY(-50%);
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	font-weight: 500;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	max-width: 530px;
	z-index: 3;
}
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
	margin: 20px 0 10px;
	font-weight: 200;
    line-height: 33px;
}
.single h1 span,
.single h2 span,
.single h3 span,
.single h4 span,
.single h5 span,
.single h6 span {
}
.single h1 {
    line-height: 33px;
    bottom: 40px;
    height: 50px;
    padding-right: 15px;
    font-size: 48px;
    font-weight: 600;
    color: #231f20;
    font-family: "LatoBold", sans-serif
	
}
.single h2 {
	font-size: 24px;
	line-height: 29px;
	bottom: 40px;
    height: 50px;
    padding-right: 15px;
    font-weight: 600;
    color: #231f20;
    font-family: "LatoBold", sans-serif;
}
.single h3 {
	font-size: 22px;
	line-height: 27px;
	bottom: 40px;
    height: 50px;
    padding-right: 15px;
    font-weight: 600;
    color: #231f20;
    font-family: "LatoBold", sans-serif;
}
.single h4 {
	font-size: 20px;
	line-height: 25px;
}
.single h5 {
	font-size: 19px;
	line-height: 24px;
}
.single h6 {
	font-size: 18px;
	line-height: 23px;
}
.single blockquote {
	padding: 30px 30px 30px 78px;
	margin: 20px 0;
	min-height: 25px;
	font-size: 15px;
	line-height: 23px;
	color: #141414;
    font-weight: 600;
	background: linear-gradient(180deg,#927b00 0,#f8e064 75%);
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
}
}
.single blockquote p:last-child {
	margin-bottom: 0;
}
.single blockquote > p {
	color: #141414;
}
.single ul {
	margin: 20px 0;
}
.single ul li {
	overflow: hidden;
	min-height: 22px;
	list-style: none;
	padding: 0 0 7px 25px;
	position: relative;
	font-size: 18px;
}
.single ul li:last-child {
	padding-bottom: 0;
}
.single ul li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e31e24!important;
}
.single ul li ol li:last-child,
.single ul li ul li:last-child {
	padding-bottom: 0;
}
.single ol {
	padding: 20px 0;
	counter-reset: list;
	list-style: none;
}
.single ol li {
	overflow: hidden;
	background: none;
	position: relative;
	padding: 0 0 16px 38px;
}
.single ol li:last-child {
	padding-bottom: 5px;
}
.single ol li:before {
	content: counters(list, ".");
	counter-increment: list;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: #6969b3;
	font-size: 16px;
	line-height: 24px;
	color: #141414;
	text-align: center;
	font-weight: bold;
}
.single ol li ol,
.single ol li ul {
	margin-bottom: 0;
}
.single ol li ul li:before {
	display: none;
}
.single ol li ul li:after {
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
}
.single ul li ol {
	counter-reset: list-1;
}
.single ul li ol li:before {
	counter-increment: list-1;
	content: counters(list-1, ".");
}
.single ol li ol li:last-child,
.single ol li ul li:last-child {
	padding-bottom: 5px;
}
.single ol li ol li:before,
.single ol li ul li:before {
	font-size: 12px;
	line-height: 24px;
}
.single #toc_container {
	width: 100%;
	background: none;
	border: 0;
	margin: 5px 0 25px 0;
}
.single #toc_container .toc_title {
	background: linear-gradient(180deg,#927b00 0,#f8e064 75%);
	border-left: 4px solid #6969b3;
	padding: 12px 15px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 25px;
	color: #141414!important;
}
.single #toc_container > ul {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}
.single #toc_container > ul > li {
	padding: 0 0 16px 0;
	background: none !important;
	position: relative;
}
.single #toc_container > ul > li:last-child {
	padding-bottom: 0;
}
.single #toc_container > ul > li:before {
	display: none;
}
.single #toc_container > ul > li a {
	color: #f7d418;
	border-bottom: 1px dashed rgba(102, 102, 102, 0.5);
}
.single #toc_container > ul > li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed rgba(105, 105, 179, 0.2);
}
.single #toc_container > ul > li a .toc_number {
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
	margin-right: 3px;
}
.single #toc_container > ul > li a .toc_number:after {
	content: '.';
}
.single #toc_container > ul > li > ul {
	margin: 8px 0 0 17px;
}
.single #toc_container > ul > li > ul > li {
	position: relative;
	padding-bottom: 8px;
	padding-left: 15px;
	background: none !important;
}
.single #toc_container > ul > li > ul > li:last-child {
	padding-bottom: 0;
}
.single #toc_container > ul > li > ul > li:before {
	display: none;
}
.single img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	padding-top: 20px;
    padding-bottom: 20px;			   
}
.single iframe {
	max-width: 100%;
}
.single .wp-caption {
	text-align: center;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.single .wp-caption-text {
	text-align: center;
	padding: 8px 20px;
	color: #6969b3;
	font-style: italic;
}
.breadcrumbs.breadcrumbs_single {
	padding: 8px 20px;
	background: #f8f8f8;
	width: 100%;
	box-sizing: border-box;
}
.post-meta {
	margin: 15px 0;
	padding: 20px 0 25px 0;
	color: #666666;
	font-size: 14px;
	line-height: 16px;
	padding-top: 80px;
    margin-bottom: 30px;
    margin-left: -100%;
    margin-right: -100%;
    padding-left: 100%;
    padding-right: 100%;
    background-position: center;
    background-size: 10%;
    background-repeat: no-repeat;
    /*background-color: #f9f9f9;*/
	color: #383838;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0px 1px 2px #00000061;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 14px;			   
}
.post-meta:after {
	content: '';
	display: table;
	clear: both;
}
.post-rating {
	float: left;
	margin-top: 5px;
	width: 40%;
	padding-left: 15px;
}
.post-rating__title,
.post-share__title {
	margin-bottom: 4px;
}
.post-ratings img {
	vertical-align: middle;
	padding: 0 5px 0 0 !important;
}
.post-ratings .post-ratings-text {
	position: relative;
	top: 5px;
}
.post-share {
	float: right;
	text-align: right;
	width: 50%;
	margin-right: 30px;
}
.yarpp-related {
	overflow: hidden;
	margin-bottom: 30px;
}
.related li {
	overflow: hidden;
	float: left;
	width: 150px;
	position: relative;
	margin-right: 20px;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 5px;
}
.related li:last-child {
	margin-right: 0;
}
.related li a {
	color: #010101;
}
.related li a:hover {
	color: #6969b3;
	text-decoration: none;
	border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}
.related li a:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.related__item-img {
	position: relative;
	margin-bottom: 7px;
}
.related__item-img:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 150px;
	height: 95px;
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.related__item-img img {
	vertical-align: bottom;
}
.related__item-img .related__item-cat {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 10px;
	line-height: 13px;
	z-index: 101;
	border-bottom: 0;
	max-width: 85%;
}
.related__item-img .related__item-cat > a {
	background: #8b8ce7;
	display: block;
	padding: 4px 10px;
	color: #fff;
}
.related__item-img .related__item-cat > a:hover {
	text-decoration: none;
	background: #6969b3;
	color: #fff;
	border-bottom: 0;
}
/* Comments *
===================================================================================================*/
.respond__title {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin-bottom: 25px;
	padding-left: 45px;
	position: relative;
}
.respond__title:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 36px;
	height: 32px;
	background: url(images/comment-icon.png) no-repeat;
}
.respond {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
.respond input,
.respond textarea {
	color: #333;
	box-sizing: border-box;
	background-color: #f8f8f8;
	font-size: 14px;
	line-height: normal;
	border: none;
}
.respond input::-webkit-input-placeholder {
	color: #8a8a8a;
}
.respond input::-moz-placeholder {
	color: #8a8a8a;
}
.respond input:-moz-placeholder {
	color: #8a8a8a;
}
.respond input:-ms-input-placeholder {
	color: #8a8a8a;
}
.respond textarea::-webkit-input-placeholder {
	color: #8a8a8a;
}
.respond textarea::-moz-placeholder {
	color: #8a8a8a;
}
.respond textarea:-moz-placeholder {
	color: #8a8a8a;
}
.respond textarea:-ms-input-placeholder {
	color: #8a8a8a;
}
.respond-form .respond-form__site {
	margin-right: 0;
}
.respond-form__field {
	width: 31.3%;
	padding: 11px;
	box-sizing: border-box;
	float: left;
	margin: 0 3% 15px 0;
}
.respond-form__name_width50{
	width: 50%;
}
.respond-form__textarea {
	width: 100%;
	padding: 11px;
	margin-bottom: 15px;
}
.respond-form .respond-form__button {
	display: inline-block;
	padding: 10px 40px;
	background: none;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: normal;
	transition: easy;
	background-color: #6969b3;
}
.respond-form .respond-form__button:hover {
	text-decoration: none;
	background: #8b8ce7;
	color: #fff;
}
.comment-title {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin-bottom: 25px;
	padding-left: 45px;
	position: relative;
}
.comment-title:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 36px;
	height: 32px;
	background: url(images/comments-title-icon.png) no-repeat;
}
.commentlist .comment {
	font-size: 14px;
	margin-bottom: 15px;
	color: #000;
	padding: 25px 21px;
	border-bottom: 1px solid #6969b3;
}
.commentlist li:last-child .comment {
	border-bottom: none;
}
.commentlist .comment .gravatar {
	float: left;
	margin-right: 24px;
}
.commentlist .comment .gravatar img {
	border-radius: 50%;
}
.commentlist .comment p {
	margin-bottom: 15px;
}
.commentlist .comment .cauthor {
	margin-bottom: 10px;
}
.commentlist .comment .fn,
.commentlist .comment .fn a {
	font-size: 16px;
	line-height: 19px;
	color: #000;
	font-weight: bold;
}
.commentlist .comment .comment_date {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.commentlist .comment .reply a {
	text-decoration: none;
	color: #6969b3;
	border: 1px solid #6969b3;
	display: inline-block;
	padding: 3px 17px;
	border-radius: 3px;
}
.commentlist .comment .reply a:hover {
	text-decoration: none;
	background: #6969b3;
	color: #fff;
}
.commentlist .children {
	margin-left: 20px;
}
.commentlist .comment_content {
	padding-left: 75px;
}
/* Footer *     	
===================================================================================================*/
.footer {
    background: #141011!important;
    max-width: 910px;
    margin: auto;
}
.footerline {
    background-color: #141011;
	margin-left: -10px;
    margin-right: -20px;
}
.footer_contacts {
    vertical-align: top;
}
.footer_row{
	    display: table;
	padding-top:50px;
	padding-left: 15px;
}
.menu_column{
	display: table-cell;
}
.adress_column{
	display: table-cell;
	    color: #fff;
	padding-left: 40px;
}
.footer_menu_title{
	    margin: 7px 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #f7d418;
	cursor: default;
}
.footer-logo {
	float: left;
	margin-bottom: 20px;
	padding-top: 25px;
}
.footer-nav {
	float: right;
	margin-top: 18px;
}
.footer-nav ul {
	overflow: hidden;
}
.footer-nav ul li {
	padding-top: 5px;
    margin-right: 20px;
    padding-bottom: 1px;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 18px;
}
.footer-nav ul li:last-child {
	margin-right: 0;
}
.footer-nav ul li a {
	text-decoration: none;
	color: #fff;
}
.footer-nav ul li a:hover {
	text-decoration: none;
	color: #f7d418;
	border-bottom: 0;
}
.footer-nav ul li span {
	color: #f7d418;
}
.footer-bottom {
	clear: both;
	background: #6969b3;
	margin: 0 -1000%;
	padding: 10px 1000%;
	overflow: hidden;
	/*border-top: 1px solid #7a7474;*/
	margin-top: 30px;
}
.copy {
	font-size: 12px;
	line-height: 16px;
	color: #feffff;
	float: left;
	margin-top: 10px;
	padding-left: 15px;
}
.social-icon {
	float: right;
}
.social-icon a {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin-right: 12px;
}
.social-icon a:last-child {
	margin-right: 0;
}
.social-icon .ok {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAUVBMVEX///8AAAD///////////////////////////////////////////////////////////////////////////////////////////////////94vRsEAAAAG3RSTlOAAHUSeWQERSwGYE4WaE0vDHFtPQ4YVz8zIyKvKmSiAAABKklEQVQ4y4VTV5aDMAyUKzamOSSk3P+gKy+ohN330A94NAzSWALDkdMUrPc2TCkLygRXPHD44k6E2MEpuqgJboQ/MTohPCzDVr0+iOAI9M/FmGX1xHA7IY4EDPtvB0t/ib8Eru/d1NpXb660ERyderQi4ANNCIQ5JBQ6rCh2fPYkrBjI7M9sTH8ovdixDAn+UVgZTDCBrgElQm5KFBME4Pg0z1qrH8ECiHPig8bAg4RfxUkBuQSX6n4XdXa91pAuYyp9XxIaPEs6cDmL4VgElTZROR7Tk6pqM4GE3WZU33SRCbI+3u4of9MtZLoszn8zCl0359s83IXh9MDUlrd2UIzua+RemK+74TOPnB7aLQ71uJJNhlaPvefa9dhfL8716l0vr15/gNP6/wDrVwn7w8l3mwAAAABJRU5ErkJggg==) no-repeat;
}
.social-icon .ok:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMA6vqbIsgZDYpXKOcI9eDQvnswXfGuRAXZw2V7FWwyAAABLUlEQVQ4y4VT2RKDIAwM4AHYeqG1yv//Z0M1CUxn6j545NpkCSBonamV1qo2roVfVOYZGU9TQYmH1bGAto8ifYg/GLIic8dmJZ/dzPmKqKcGoJkWCq4u/oEMV8qsiOXsw1LNF/54j48XWeyXgPrfUYo6xhFFqGmWRGIofMJiV9pENoNJrM8BMKb3CHCwYi24+K9CdMKQMlssUbepEnNQPzTFXEyB4aDkR3n4wuc20FGwkJICLQF75Xo8ADyLPvidA4QioOjOjKNxKHBgCmkSu2c0Ys3G7MJ2ujfkkjFdFKgVecKaN+mS1II+TfGOCJEaTOkvIwwdN/srTxF83GAzv+9UiqAmbbFyR/KfggdauWJp181352puKy1tufaLvpgXWvv7i3N/9e4v7+31/wDMyD/osgLC4wAAAABJRU5ErkJggg==) no-repeat;
}
.social-icon .yt {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAV1BMVEX///8AAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////94gqYqAAAAHXRSTlOAAHsSU2kHRHZjTSw1BA9LczwwGD9wC1ciH18nHEUHKc0AAAFWSURBVDjLhZOJsoMgDEXZN2URqNrl/7/zoaxt39Sr40hylCQkADaxyUqBkJB2Yt3aAKwQaEIKfwCaZ3dHuB4BTMGXKO5AcOAfuVABLI71IwJF3giBM6Bp/qVGuAPFdAK8LIPViCzuxl2sBD8AXOOP605Xv0tDWcsFJ0DVlYSW3KUZAaAgYL0AkH4BiIEJ/AKSW43AEQNlfgAUkH2xOJCyQPERu00CUd42/7wHfCrcn36rxQKo+OGHCoEqMHEhztIqn4FnAeoWLxNd0MlB5gyEskUN0sDplr5WnjzcHm4UmxJkTXM9ADKnayHRcs7XkmYtFGvAzDmR0rISWy21eQPsjk0tNVQjsCXARhu5zYBqx/06AOvoTCSadiH2Vz7u1jAeapZuppleIWQM+twwreVoMo9aT6MemlZsli/LMs/pwe12mvB1218PzvXoXQ/vOP4qj78ax/8P/yAQjQ1H28gAAAAASUVORK5CYII=) no-repeat;
}
.social-icon .yt:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMAIeqlDpj50Wl4yYcvnWFX9eLDCKyKRAvYf1oG7zwYkCa9sU82JkgYjgAAAWdJREFUOMuNk4l2gyAQRYdlVEAwi2s1apPw/79YUTBqepo+PR7RCzPzGOClKkNJo4hKzCp4F9Enu+qkCex1VZHdKVLX3fTYvineLJJS+4tous6f/383VrM9QXz8Zf267cb8EGXJQ/lhiu2JifNZ0SYQxRwg5C/6MuamvJCYr7W4IDqMJGB+u5AtYDUAf/kDMTsCJw6Z3QBvK9gMcAu4HCQ3GwBBvgaC2qmKqJkcWSUhmJibxy0ls9Lbw9yDWeCLvMNBuS80AFnRdZ0zH80CPDwQQjyJoKlzliV+A32IkCSBrzOgQcO+aZnW9Uh8kqHM3gEsmS6hm0ENqvdlBqP4CiRKsYtE7nMLVpMdMJRjH6wGvQXuE4ANigKXHPS63U8HDLROmIyyknblc91uKNyrgZZPd9VWbQ/AORjfMKHlag478dq1XLVpWpqjEkIkyfRQmM+fyKe2//fBcXkUx6NXXP8+vCN4fTz+P2Y0TmfFYKQHAAAAAElFTkSuQmCC) no-repeat;
}
.social-icon .fb {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAARVBMVEX///8AAAD///////////////////////////////////////////////////////////////////////////////////+Y34OdAAAAF3RSTlOAAER8BRF0TGdkUyp6TSFZFhJ2O20wGW/YmjgAAADeSURBVDjLhZPbEoIwDES3lzStpQVB/f9PFXSAFZXuW5MzndwWZpPPmoJzIWn2e3QDpHTY1BU5AN46fMhZz4BEfCnKDgwBPxSGFbhynonrG/ARfxT9C7Ac6++11rS+7AII1z+ZRf3Wi8xA4T/NJwA18B0BZc4+rL3tE/PIINkZKGBl6BG4gKVI+yPVpfGh1kgxjNTiuiACRrgfQKClMXCb6pzN0wQGxvMiR6RzIKG02sznQKZRE8CjNuUMUF43A7xuY/8D9nhyKiI9n1zraFtn3zZO23psXmXzKpm3Yf8nyBsG4g+VK/8AAAAASUVORK5CYII=) no-repeat;
}
.social-icon .fb:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgCAMAAACrZuH4AAAARVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////9SnXPCAAAAFnRSTlMAhyKY6fkJx8+l9FZDLbTYd7Ggb19NZx/4TgAAANhJREFUOMuNlFkWwyAIRUEc0mimDux/qT0ZkZrEvq/IueEpgiDykYJ1zgaKHk5kqOVDLRn4kUfHSg69TtBwoSZP01k+ke0kgwAa2bN4ZaGMtr1gHpzeKaWwr3D1cCx6LaH+ONHiQywaQBNM8y5aZhXoEAcpnQeI66f4PjlXXE0U8WDWWYOsQjKzS0p5DMDKqodNWYEsgCsI9ZdTxDAmAPiMIyvCXuxUXMI9Ef45bbwnolRdEarqQHcEye1rQt8+4DWBRReSMWYqurDWyfVpqE9UfSrrk11/Hb5DVjjyfism0AAAAABJRU5ErkJggg==) no-repeat;
}
.social-icon .gp {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAUVBMVEX///8AAAD///////////////////////////////////////////////////////////////////////////////////////////////////94vRsEAAAAG3RSTlOAAHwRBHRMFipjBndGZ0IJJGpRPC9bNzMdD1YH9P9UAAABIUlEQVQ4y4WT2ZKEIAxFExI2pcG1bfv/P3TEQRBnqri+RDhFdsCszigrhZBWmQ6zMkBKQJZQ9ADYpeuMOL4D9II/elEBtIR/JPUFULmvCfoFuLz/9MIn4Etk/aF7tD4ClE7kFjDK3XOhA1Dpfmf/RuRv5UQhdOkBg+/4j1Ndjg5MMhld/I8YTMWNAZWsgBHVZ8iDLj7AJmtDtCC5G2vAQp+s/oNsiFeY5pnCPLt0DCLHMy1njgOe0un0+LIk4j5C7UJAnx8YYumDrYEebA5Bu9UzUsztFuSV5oKf6Gzs8HW8Vvyqq1CcejaghbvMVeqAOhoyBFGX+mrWl3Gf/RZ4rZtV2j0uhBiWse4VPQYGHvLNkWsNbXPs24vTXr328jbX/wfnfAmgkjPiOgAAAABJRU5ErkJggg==) no-repeat;
}
.social-icon .gp:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMA9+kiCwaYx4fPLRVW74+Wd15KtKBSHtNuOSngp4FoQy+3ZhcAAAEgSURBVDjLhVNXsoQgEGySoLiGNa6buP8pn1jzFHSr6A+qSdMTcUCWteaMcV2XEleIjLkdLBOIoQxzEZhR0ffcXZAHRgrufoAX+3+6v7wQpB/aj1UUPMzh2W1F6K3ZBOiEfyw8qjAWL5LR/SjNrKC6SCQDJBkoMTtXA32cDomSqES17eeV94fMgIyYxbCuC97rei8CDU3sA6UdV/IZP9DgxG4PyEHIzvVNI2zTkAoH2/15tVuMX2xY6BRBXp7AOLlYgu0SrL+PAKyOH3Do3YWl6oyE8LGFTlKYLR5ebJLIV2ssCJMSpahmX2gXovxPtUXhCbeWnVJNGi+FsXm3Vp6KdZQ7bwVg2ymulTg1jDvBJFsu1bTJtk8PTnr00sObHP8/DbxQXD+JvOgAAAAASUVORK5CYII=) no-repeat;
}
.social-icon .tw {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAATlBMVEX///8AAAD///////////////////////////////////////////////////////////////////////////////////////////////+h8NhCAAAAGnRSTlOAAHtMdBBnA2VFKwoGd14SQXBqNxZiJBtRMtx8NgQAAAEESURBVDjLhZPhuoMgCIZJcpppudpqu/8bPW0geNb2+P0qfBEQgE4UA/remN5jiGoVwKIBkUH7AbiBjhUZXA3YC5x0sQrcevii/laAmc7PxEyAk/tPUdwbyPBT+QVY82G9TlepxR4A0vfEtrQdgZ/3leJiB9GQm3sQEKj8lRxMhMD5HLb0yrwjjQvzgBxtPIx5Ac9AqQzBM4DkODPQM3CHRB+LHbtKDlgJSpHsytqlUAH8vxsGBRKw0Op5TBrCA2s4XUBJIgghQTYQIQT9mZjYjNpCeWr/yDv7r/VwxtIsg7t7v9RzgUpYtzv5SRut7aaUfyg3R641tM2xby9Oe/Xay9tc/z/+/AgjLqCuJgAAAABJRU5ErkJggg==) no-repeat;
}
.social-icon .tw:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAY1BMVEUAAAD4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+PhEUATHAAAAIHRSTlMA+enOIpj0iAsHx1YsupYVEALw4sCNb2VNNRzc06J9RDQUmLcAAAEOSURBVDjLhZPrGoIgDIY5uDTIY1ZqJ+7/KsM2Jmo9vL94xuAbH5tYKGxllJTKVLYQezI4OOYA2Wb7mEu3QubH1XHtdujokpNyP1AnPo/7+4yM9LX7g8Y6cveX/CsgN9F7eea3zCKA65Ji3eBjt/6KuuD9Q3/O7RMTBjHTXnt0rBCW6vHHujlRINMD4zYoyEaI+qV9IuIVSMNQAnzjTTAnWGPCSk/N6m/YLBEeSUeJkR/KCbqOEy5LAv9DNUW9oxYJw7auL+AigdcXLnNwDKBRSEllvKPms8Fq/XyNglymuslq0pDV2ApPfXu4CIi/u9Nlf9+0bpZqmHTLpZs23fbpwUmPXnp4efwBxx/i8f8AcL5Kdn3VJ/UAAAAASUVORK5CYII=) no-repeat;
}
.social-icon .in {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAQlBMVEX///8AAAD///////////////////////////////////////////////////////////////////////////////92tjP2AAAAFnRSTlOAABF3enEJKnRDTAUkZGctaBZeXBwsxiGKvAAAAP5JREFUOMuF09mygyAMBuAkQtg93c77v2ptooRqZ/ivJPnEkQWwp4TconOx5f9i1Q4oO+hxmU6gJG0bSWUEdINLbmTgHuFH4v0ApP2rIAVl1fEyRCtrEZBkkBiH8F78AHL6eIoIRxvIYsf3aRsjSzkjFJkg4hlglCkKBJF+BCzASyNA/gZEH8F8gAxtBLSNGumzggbLDqr3LxS94sv7qmBrux38ATCBhBjgAG4OFgMVV/1ENbBAM/BA2sRK+DDQIBuApL+ZwECGMAB4Vub6hAGEvtQCLfVY6r5ZHMd+5GOzbLs5DGHb7smBmR25+aGdH/v5xZlfvfnlvV7/UKz6Bnp2CTZo0oapAAAAAElFTkSuQmCC) no-repeat;
}
.social-icon .in:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAASFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////neHiwAAAAF3RSTlMAIfnu4ehVDZjOE8iISvSCB1q6USxDOJ6RjycAAAEGSURBVDjLhZPbssMgCEXR4xVN0pM05f//tC1eiG1n3E8qi9kqACLvQrJa2xSch2+psFLXGhSMumVNg3S+DemRvhSVxO+Wfsjee77ER0JV/1hc/y7SxaXcI/NmG57mNz7MbKA5Dh9iQr9NAq+u+YqIwHNeAPAr3wc+AbD8Yx4cm5nhAgwYDjgII6DerojYgADpCqjXLvHrG5DAVuAw5lHoCA9jzgpY0BX4J0JFLIVESwX0HLACnBCLxSmAhSTADipymXcBEgQBaCvP3EiAAO4C0L4gLq98AVz/6oMGLe2re7HQDr2CrVhSbjxc14Gt3NIweWyYejhtuVnTTtt+Pjjz0ZsP73T8n31+MD1Hf0BLAAAAAElFTkSuQmCC) no-repeat;
}
.social-icon .vk {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAS1BMVEX///8AAAD///////////////////////////////////////////////////////////////////////////////////////////+bUGJYAAAAGXRSTlOAAHwRdXpVTAtoTisHBGREbBgPJF5AFTsyf2luswAAAQ5JREFUOMuFk+EWgiAMhTcQAUGtLOv9n7TbdkSsPHz96OT9GjIGcSEnP3XGdJNPeX9aBDs4KrjBfgnjbOiAmcdasJF+iHYXrh39obtugkX+17AqjJFOiKMIM50yfwRrzgVjIQzVoj241MbAlNGfSwA9fubPluT1AoDqMiWtxLLUE983PHgwCPgrYq+VAEp4FVxgIImniaoSgwhaYCGAuCMRGTy1gmyfgwSIje5nlaKLLHVjcCcN8BHufCTRJmzn8KrS/XwQT6S49WisYiD2pKBbrLwW3mfAU6JiWBWcSVz2maTV2yqPoH0wWkNaXR8Wktj3UTbVA4MWN4+7NTDNkWsNbXPs2xenffXal7d5/d+xEAkA2eI8yQAAAABJRU5ErkJggg==) no-repeat;
}
.social-icon .vk:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMAI/r169GrmVbomx4MCMiJFdgxEaNIK72RgGN2dULX/1gtAAABHElEQVQ4y4WT65KDIAyFKUEFtUrrpZfdPe//mEsI2jKtw/cDRudwSEiiXvS2GRyRGxrbq09OLWGH2pPKOY8aGXo8Z8crfFC9mVwdvuCu+3mDr5jkca5wQCVxjDhkjBdoHKL5khY7rg5c8EYb3o+Ai58mXwNzzynF8KZp6oKUemU3p04DP7wDeKiAJwBWNeIUmIFGBOT5+w7wnyEG03G0hJkFyeAPzKAMRBj4xZ0Fkr53YIwiyWeNpguvdcfrLSWaBLipHItNYCA8VSKvj1EDBFpzxepSkA0SF6+E5yIKI9Fb7IpUXdI27gsClp96gx5e3kGLR3zqrFjQVT1XMak6oIG2XO5yw5Rbrty05bYvD0559MrDu42/0drk4/8Pd6NDTdyo0HwAAAAASUVORK5CYII=) no-repeat;
}
#up {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 0;
	position: fixed;
	right: 71px;
	top: 75%;
	cursor: pointer;
	z-index: 100;
	text-indent: -9999px;
}
#up:hover {
	border-bottom-color: #10537a;
}
#up:hover:before {
	border: 1px solid #6969b3;
}
#up:before {
	position: absolute;
	content: '';
	left: -21px;
	top: -16px;
	width: 40px;
	height: 40px;
	border: 2px solid transparent!important;
    border-radius: 30px;
    box-shadow: 0px 1px 2px #00000061;
}
.menu-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 99;
	text-indent: -9999px;
}
.js-nav .menu-overlay {
	display: block;
	background: rgba(255, 255, 255, 0.5);
}
/* Media queries  *     	
===================================================================================================*/
@media screen and (max-width: 1190px) {
	.content_remove-sidebar {
}
	.wrapper {
    width: 100%;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(2n) {
		margin-right: 0 !important;
		width: 47%;
		height: 460px;
	}	
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n+1) {
		clear: none;
		width: 47%;
		height: 460px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n) {
    margin-right: 30px;
		width: 47%;
		height: 460px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(odd) {
    width: 47%;
		height: 460px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(odd) {
     width: 47%;
		height: 460px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(even) {
    width: 47%;
		height: 460px;
}
	.posts__item-img img {
  width: 100%;
height: 100%;
}
	.pull-right {
    padding-right: 30px;
}
footer .bottom-under .inner-wrapper .copy-block > div {
        margin-left: 20px;
}
}	
@media screen and (min-width: 1023px) {
	.main-menu__list > li:hover > ul {
		display: block;
	}
.captpos
{
float: left;
}	
}
@media screen and (max-width: 1023px) {
			.single h1 {
	font-size: 30px!important;
    padding-top: 0px!important;
    line-height: 33px!important;
    padding-bottom: 40px!important;
	padding-left: 10px;
	}
	.main-menu{
		border-bottom: none!important;
	}
	.pc_menu{
		display:none;
	}
		.logo {
		max-height: 65px;
	}
	#up {
		display:none!important;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(2n) {
		width: 48%;
		height: 430px;
	}	
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n+1) {
		width: 48%;
		height: 430px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n) {
		width: 48%;
		height: 430px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(odd) {
		width: 48%;
		height: 430px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(odd) {
		width: 48%;
		height: 430px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(even) {
		width: 48%;
		height: 430px;
}
	.sidebar {
		display: none;
	}
	.wrapper {
		width: 96%;
	}
	.header {
		margin: 0;
		padding: 12px 0 0 0;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
    margin-left: -11px;
    margin-right: -21px;
	}
	.main-box{
		position: relative;
	}
	.main-box {
		margin: 0 -1000%;
		padding: 0px 1000% 0 1000%;
		position: relative;
		border-top:none!important;
	}
	.content {
		width: 100%;
		box-sizing: border-box;
		float: none;
	}
	.js-nav .m-nav {
		left: 0;
	}
	.js-nav .content {
		min-height: 2000px;
	}
	.m-nav {
		margin-top: 0;
		height: 100%;
		width: 50%;
		padding: 72px 0 0 0;
		box-sizing: border-box;
		position: absolute;
		left: -53%;
		top: 0;
		z-index: 2000;
		background: #141414!important;
		box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.5);
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.m-nav:after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
	}
.main-box .slide-out-open {
    background: url(/wp-content/themes/stella/images/menu.png) no-repeat;
    width: 32px;
    height: 22px;
    display: block;
    position: relative;
    top: -80px;
    cursor: pointer;
    text-indent: -9999px;
    float: right;
	margin-top: 31px;
	}
	.m-nav .slide-out-close {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMAN9cYv7dAqrSvLTLDKQzLPPMoUEgPmrkHAAAAj0lEQVQoz22QURKDIAxEF9GKYgva5v5XLUo7Oyzm870ks7PAMXrIvOYD+Gw2uZavi6U3RjMbfLO/FTTCTWb1hvuFP6BmnX9czJOcRjmNcsAPV7YrDyPSCOc3/hGjnDltife8NzVPzdZz72mkn3gWGGLHiwmncdKzGPLGKAdcqI1O970l5J2cZs9ATn9OkzK+e7wOK1qEjEYAAAAASUVORK5CYII=) no-repeat;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 23px;
		top: 15px;
		padding: 0;
		cursor: pointer;
		text-indent: -9999px;
		display: block;
	}
	.sub-menu{
background: #12547b!important;
}
.sub-menu > .menu-item > a {background: linear-gradient(225deg,#141414 0,#f7d418 75%);;
	padding-left: 30px;
	}
	.m-nav .slide-out-close.rotate {
		-moz-transform: rotate(2160deg);
		-ms-transform: rotate(2160deg);
		-webkit-transform: rotate(2160deg);
		-o-transform: rotate(2160deg);
		transform: rotate(2160deg);
		-webkit-transition: -webkit-transform 900ms ease, opacity 500ms ease;
		-moz-transition: -moz-transform 900ms ease, opacity 500ms ease;
		-o-transition: -o-transform 900ms ease, opacity 500ms ease;
		transition: transform 900ms ease, opacity 500ms ease;
	}
	.m-nav .search-form {
		display: block;
		width: 90%;
		float: none;
		margin: 0 auto 25px auto;
	}
	.m-nav .social-icon {
		display: block;
		width: 303px;
		margin: 0 auto 25px auto;
		float: none;
		overflow: hidden;
		text-align: center;
	}
	.m-nav .social-icon a {
		display: inline-block;
		margin-right: 7px;
		float: none;
	}
	.m-nav .social-icon a:last-child {
		margin-right: 0;
	}
	.m-nav .social-icon .vk {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMAI/r169GrmVbomx4MCMiJFdgxEaNIK72RgGN2dULX/1gtAAABHElEQVQ4y4WT65KDIAyFKUEFtUrrpZfdPe//mEsI2jKtw/cDRudwSEiiXvS2GRyRGxrbq09OLWGH2pPKOY8aGXo8Z8crfFC9mVwdvuCu+3mDr5jkca5wQCVxjDhkjBdoHKL5khY7rg5c8EYb3o+Ai58mXwNzzynF8KZp6oKUemU3p04DP7wDeKiAJwBWNeIUmIFGBOT5+w7wnyEG03G0hJkFyeAPzKAMRBj4xZ0Fkr53YIwiyWeNpguvdcfrLSWaBLipHItNYCA8VSKvj1EDBFpzxepSkA0SF6+E5yIKI9Fb7IpUXdI27gsClp96gx5e3kGLR3zqrFjQVT1XMak6oIG2XO5yw5Rbrty05bYvD0559MrDu42/0drk4/8Pd6NDTdyo0HwAAAAASUVORK5CYII=) no-repeat;
	}
	.m-nav .social-icon .ok {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMA6vqbIsgZDYpXKOcI9eDQvnswXfGuRAXZw2V7FWwyAAABLUlEQVQ4y4VT2RKDIAwM4AHYeqG1yv//Z0M1CUxn6j545NpkCSBonamV1qo2roVfVOYZGU9TQYmH1bGAto8ifYg/GLIic8dmJZ/dzPmKqKcGoJkWCq4u/oEMV8qsiOXsw1LNF/54j48XWeyXgPrfUYo6xhFFqGmWRGIofMJiV9pENoNJrM8BMKb3CHCwYi24+K9CdMKQMlssUbepEnNQPzTFXEyB4aDkR3n4wuc20FGwkJICLQF75Xo8ADyLPvidA4QioOjOjKNxKHBgCmkSu2c0Ys3G7MJ2ujfkkjFdFKgVecKaN+mS1II+TfGOCJEaTOkvIwwdN/srTxF83GAzv+9UiqAmbbFyR/KfggdauWJp181352puKy1tufaLvpgXWvv7i3N/9e4v7+31/wDMyD/osgLC4wAAAABJRU5ErkJggg==) no-repeat;
	}
	.m-nav .social-icon .fb {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgCAMAAACrZuH4AAAARVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////9SnXPCAAAAFnRSTlMAhyKY6fkJx8+l9FZDLbTYd7Ggb19NZx/4TgAAANhJREFUOMuNlFkWwyAIRUEc0mimDux/qT0ZkZrEvq/IueEpgiDykYJ1zgaKHk5kqOVDLRn4kUfHSg69TtBwoSZP01k+ke0kgwAa2bN4ZaGMtr1gHpzeKaWwr3D1cCx6LaH+ONHiQywaQBNM8y5aZhXoEAcpnQeI66f4PjlXXE0U8WDWWYOsQjKzS0p5DMDKqodNWYEsgCsI9ZdTxDAmAPiMIyvCXuxUXMI9Ef45bbwnolRdEarqQHcEye1rQt8+4DWBRReSMWYqurDWyfVpqE9UfSrrk11/Hb5DVjjyfism0AAAAABJRU5ErkJggg==) no-repeat;
	}
	.m-nav .social-icon .tw {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAY1BMVEUAAAD4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+PhEUATHAAAAIHRSTlMA+enOIpj0iAsHx1YsupYVEALw4sCNb2VNNRzc06J9RDQUmLcAAAEOSURBVDjLhZPrGoIgDIY5uDTIY1ZqJ+7/KsM2Jmo9vL94xuAbH5tYKGxllJTKVLYQezI4OOYA2Wb7mEu3QubH1XHtdujokpNyP1AnPo/7+4yM9LX7g8Y6cveX/CsgN9F7eea3zCKA65Ji3eBjt/6KuuD9Q3/O7RMTBjHTXnt0rBCW6vHHujlRINMD4zYoyEaI+qV9IuIVSMNQAnzjTTAnWGPCSk/N6m/YLBEeSUeJkR/KCbqOEy5LAv9DNUW9oxYJw7auL+AigdcXLnNwDKBRSEllvKPms8Fq/XyNglymuslq0pDV2ApPfXu4CIi/u9Nlf9+0bpZqmHTLpZs23fbpwUmPXnp4efwBxx/i8f8AcL5Kdn3VJ/UAAAAASUVORK5CYII=) no-repeat;
	}
	.m-nav .social-icon .gp {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMA9+kiCwaYx4fPLRVW74+Wd15KtKBSHtNuOSngp4FoQy+3ZhcAAAEgSURBVDjLhVNXsoQgEGySoLiGNa6buP8pn1jzFHSr6A+qSdMTcUCWteaMcV2XEleIjLkdLBOIoQxzEZhR0ffcXZAHRgrufoAX+3+6v7wQpB/aj1UUPMzh2W1F6K3ZBOiEfyw8qjAWL5LR/SjNrKC6SCQDJBkoMTtXA32cDomSqES17eeV94fMgIyYxbCuC97rei8CDU3sA6UdV/IZP9DgxG4PyEHIzvVNI2zTkAoH2/15tVuMX2xY6BRBXp7AOLlYgu0SrL+PAKyOH3Do3YWl6oyE8LGFTlKYLR5ebJLIV2ssCJMSpahmX2gXovxPtUXhCbeWnVJNGi+FsXm3Vp6KdZQ7bwVg2ymulTg1jDvBJFsu1bTJtk8PTnr00sObHP8/DbxQXD+JvOgAAAAASUVORK5CYII=) no-repeat;
	}
	.m-nav .social-icon .yt {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMAIeqlDpj50Wl4yYcvnWFX9eLDCKyKRAvYf1oG7zwYkCa9sU82JkgYjgAAAWdJREFUOMuNk4l2gyAQRYdlVEAwi2s1apPw/79YUTBqepo+PR7RCzPzGOClKkNJo4hKzCp4F9Enu+qkCex1VZHdKVLX3fTYvineLJJS+4tous6f/383VrM9QXz8Zf267cb8EGXJQ/lhiu2JifNZ0SYQxRwg5C/6MuamvJCYr7W4IDqMJGB+u5AtYDUAf/kDMTsCJw6Z3QBvK9gMcAu4HCQ3GwBBvgaC2qmKqJkcWSUhmJibxy0ls9Lbw9yDWeCLvMNBuS80AFnRdZ0zH80CPDwQQjyJoKlzliV+A32IkCSBrzOgQcO+aZnW9Uh8kqHM3gEsmS6hm0ENqvdlBqP4CiRKsYtE7nMLVpMdMJRjH6wGvQXuE4ANigKXHPS63U8HDLROmIyyknblc91uKNyrgZZPd9VWbQ/AORjfMKHlag478dq1XLVpWpqjEkIkyfRQmM+fyKe2//fBcXkUx6NXXP8+vCN4fTz+P2Y0TmfFYKQHAAAAAElFTkSuQmCC) no-repeat;
	}
	.m-nav .social-icon .in {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAASFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////neHiwAAAAF3RSTlMAIfnu4ehVDZjOE8iISvSCB1q6USxDOJ6RjycAAAEGSURBVDjLhZPbssMgCEXR4xVN0pM05f//tC1eiG1n3E8qi9kqACLvQrJa2xSch2+psFLXGhSMumVNg3S+DemRvhSVxO+Wfsjee77ER0JV/1hc/y7SxaXcI/NmG57mNz7MbKA5Dh9iQr9NAq+u+YqIwHNeAPAr3wc+AbD8Yx4cm5nhAgwYDjgII6DerojYgADpCqjXLvHrG5DAVuAw5lHoCA9jzgpY0BX4J0JFLIVESwX0HLACnBCLxSmAhSTADipymXcBEgQBaCvP3EiAAO4C0L4gLq98AVz/6oMGLe2re7HQDr2CrVhSbjxc14Gt3NIweWyYejhtuVnTTtt+Pjjz0ZsP73T8n31+MD1Hf0BLAAAAAElFTkSuQmCC) no-repeat;
	}
	.main-menu__list, .add-menu, .sidebar-menu {
		display: none;
	}
	.main-menu__list.main-menu__list_m{
		display: block;
		background: #141414;
	}
	.main-menu {
		margin: 0;
		padding: 0;
	}
	.main-menu__list > .current-post-parent > a {
	background: #141414!important;
	}
	.main-menu__list li {
		float: none;
		box-shadow: 0px 0px 2px 0px black;
		font-size: 15px;
		line-height: 40px;
		padding: 0;
	}
	.main-menu__list li > .menu-arrow {
		z-index: 200;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAKCAMAAABsSeXqAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMApQb25dbPxDML+e/esJd6VCsjHBYQuZyJbmBJPlepnbsAAABnSURBVAjXXcpHDoMwAAXRb4MbvabP/a+ZIFnI4S1HI4NJKu09g2rwaxEXB05zB3U846cFt0hbgGrK8dXAbdePNcCowwMYbD5GwFilHpqnTlMFIXpo3yrEmkM368/qgbDpIpnqbpV9ASfjBuBPz6DkAAAAAElFTkSuQmCC) center no-repeat;
		width: 21px;
		height: 21px;
		right: 15px;
		top: 8px;
		cursor: pointer;
	}
	.main-menu__list li > .menu-arrow.active {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAKCAMAAABsSeXqAAAAUVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////8IN+deAAAAGnRSTlMA9QjLGuPgxqagnDIselVPFwfm5cORgXU2CzW2nyUAAABfSURBVAjXXY5ZEoAgDENb3FhF3M39D6oMouj7y+tkUsoIzfKgH3UFoKq/0jSITHspPQOdnQHuX+kASEFBAVjzTgyOIls6XwxdUfScNm0LNOaWT2yLh3J1pIWVoJKgWZ9vKgXk3InNaAAAAABJRU5ErkJggg==) center no-repeat;
	}
	.main-menu__list li > a {
display: block;
    padding: 10px 53px 10px 10%;
    border-bottom: 0;
    font-family: latobold;
    font-weight: 500;
    font-size: 18px;
	color: #ffffff;
	background-color: #5d5d5d;
	}
	.main-menu__list li > span {
		display: block;
    padding: 10px 53px 10px 10px;
    border-bottom: 0;
    font-family: latobold;
    font-weight: 500;
    font-size: 18px;
	}
	.main-menu__list li > a::before {
		display:inline-block;
		margin-right:5px;
		vertical-align: middle;
		width:0px;
		content: "";
		height:0px;
		background-color: #fff;
		box-shadow: 1px 0 1px #fff;
	}
	.main-menu__list li > a::after {
		display:inline-block;
		margin-left:5px;
		vertical-align: middle;
		width:0px;
		content: "";
		height:0px;
		background-color: #fff;
		box-shadow: 1px 0 1px #fff;
	}
	
	.main-menu__list li > a:hover {
		border-bottom: 0;
		background: #141414!important;
		color: white;
	}
	
	.main-menu__list li > span:hover {
		border-bottom: 0;
		background: #f7d418!important;
		color: #000;
		cursor: default;
	}
	.main-menu__list li > a:hover:before {
		display:inline-block;
		margin-right:5px;
		vertical-align: middle;
		width:40px;
		content: "";
		height:0px;
		background-color: #fff;
		box-shadow: 1px 0 1px #fff;
		transition: 1s;
	}
	.main-menu__list li > a:hover:after {
		display:inline-block;
		margin-left:5px;
		vertical-align: middle;
		width:40px;
		content: "";
		height:0px;
		background-color: #fff;
		box-shadow: 1px 0 1px #fff;
		transition: 1s;
	}
	
	.main-menu__list li > span {
		background: #3b3b3b!important;
		color: #fff;
	}
	.main-menu__list li > span::before {
		display:inline-block;
		margin-right:5px;
		vertical-align: middle;
		width:40px;
		content: "";
		height:0px;
		background-color: #000;
		box-shadow: 1px 0 1px #fff;
	}
	.main-menu__list li > span::after {
		display:inline-block;
		margin-left:5px;
		vertical-align: middle;
		width:40px;
		content: "";
		height:0px;
		background-color: #000;
		box-shadow: 1px 0 1px #fff;
	}
	.main-menu__list li > .ul_block {
		display: block;
	}
	.main-menu__list li > ul {
		/*2*/
		position: static;
		padding: 0 0 0 0px;
		margin: 0;
		width: 100%;
		background: #5a5aa1;
		box-sizing: border-box;
	}
	.main-menu__list li > ul > .current-post-parent a {
		font-weight: bold;
		background: none;
	}
	.main-menu__list li > ul > li {
		border-bottom: 0;
	}
	.main-menu__list li > ul > li > a,
	.main-menu__list li > ul > li > span {
		text-transform: none;
		background: none;
		border-bottom: 0;
		padding: 5px;
	}
	.main-menu__list li > ul > li > a:hover,
	.main-menu__list li > ul > li > span:hover {
		background: none;
	}
	.main-menu__list li > ul > li > span {
		font-weight: bold;
	}
	.add-menu__toggle {
		display: none;
	}
	.add-menu {
		position: static;
		width: 100%;
	}
	.add-menu > ul {
		display: block;
	}
	.add-menu > ul > .current-post-parent a {
		background: #5a5aa1;
		font-weight: bold;
	}
	.add-menu > ul > li {
		border-bottom: 1px solid #5a5aa1;
		font-size: 15px;
		line-height: 19px;
	}
	.add-menu > ul > li > a,
	.add-menu > ul > li > span {
		text-transform: uppercase;
		display: block;
		padding: 10px 53px 10px 5%;
		border-bottom: 0;
		background: none;
	}
	.add-menu > ul > li > a:hover,
	.add-menu > ul > li > span:hover {
		border-bottom: 0;
		background: #5a5aa1;
	}
	.add-menu > ul > li > span {
		background: #5a5aa1;
		font-weight: bold;
	}
	.sidebar-menu .title {
		display: none;
	}
	.sidebar-menu > ul > li {
		border-bottom: 1px solid #5a5aa1;
		font-size: 15px;
		line-height: 19px;
	}
	.sidebar-menu > ul > li > .menu-arrow {
		right: 14px;
		top: 10px;
	}
	.sidebar-menu > ul > li > a,
	.sidebar-menu > ul > li > span {
		text-transform: uppercase;
		display: block;
		padding: 10px 53px 10px 5%;
		border-bottom: 0;
		background: #8b8ce7;
		color: #fff;
	}
	.sidebar-menu > ul > li > a:hover,
	.sidebar-menu > ul > li > span:hover {
		border-bottom: 0;
	}
	.sidebar-menu > ul > li > span {
		background: #5a5aa1;
		font-weight: bold;
	}
	.sidebar-menu > ul > li > ul {
		padding: 10px 10px 10px 20px;
	}
	.sidebar-menu > ul > li > ul > .current-post-parent a {
		font-weight: bold;
	}
	.sidebar-menu > ul > li > ul > li > a,
	.sidebar-menu > ul > li > ul > li span {
		color: #fff !important;
	}
	.sidebar-menu > ul > li > ul > li > span {
		font-weight: bold;
	}
	.slider {
		width: 500px;
		margin: 0 auto 20px auto;
	}
	.posts {
		width: unset;
		margin: 0 auto;
	}
	.slider-posts-wrap .bx-wrapper {
		margin: 0 auto;
	}
	.related {
		width: 100%;
		margin: 0 auto;
	}
	.related__item {
		margin-right: 9px;
	}
	.footer .social-icon {
		display: none;
	}
	.copy {
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 820px) {
	.breadcrumbs{
		padding-left: 0px;
	}
	.single {
    padding-left: 0px;
}
	.content_remove-sidebar .posts_home .posts__item:nth-child(2n) {
		width: 47%;
		height: 360px;
	}	
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n+1) {
		width: 47%;
		height: 360px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n) {
		width: 47%;
		height: 360px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(odd) {
		width: 47%;
		height: 360px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(odd) {
		width: 47%;
		height: 360px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(even) {
		width: 47%;
		height: 360px;
}
	.pull-right {
	margin-top: 20px;
	    padding-left: 35px;
    float: none!important;
}
	.footer_inner.no_fill {
    text-align: center;
}
}									  
@media screen and (max-width: 760px) {
	.m-nav {
		width: 80%;
		left: -83%;
	}
	.slider {
		width: 100%;
		max-width: 500px;
	}
	.slider__img {
		width: 100%;
		height: auto;
	}
	.slider li .slider__item:nth-child(3),
	.slider li .slider__item:nth-child(4) {
		width: 50%;
	}
	.posts .posts__item {
		margin-right: 0;
		width: 100%;
	}
	.posts__item-img {
		margin: 0 auto 8px auto;
	}
	.posts__item_first .posts__item-img {
		width: 100%;
		max-width: 660px;
	}
	.posts__item_first .posts__item-img img {
		max-width: 100%;
		height: auto;
	}
	.posts__item_first .posts__item-title a:after {
		left: 0;
		margin-left: 0;
	}
	.single .title-img .single__title {
		font-size: 25px;
		line-height: 30px;
		width: 100%;
		max-width: 70%;
		margin-left: 0;
		left: 15%;
	}
	.post-meta {
		text-align: center;
			    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
		   padding-top: 20px;								   
	}
	.post-rating {
		float: none;
		margin: 0 0 15px;
		width: 100%;
		padding-left: 0px;			

	}
	.post-share {
		float: none;
		width: 100%;
		text-align: center;
			padding-top: 10px;
    border-top: 1px solid #e4e4e4;			
	}
	.related {
		max-width: 322px;
	}
	.related li {
		margin-bottom: 15px;
	}
	.related li:nth-child(odd) {
		clear: both;
		margin-right: 20px;
	}
	.related li:nth-child(even) {
		clear: none;
		margin-right: 0;
	}
	#respond .respond-form__field {
		width: 100%;
		float: none;
	}
	/*.footer {
		text-align: center;
	}*/
	.footer-logo {
		float: none;
	}
	.footer-nav {
		float: none;
		/*margin-top: 0;*/
		text-align: left;
	}
	.footer-nav ul{
		display: inline-block;
	}
	.footer_menu_title {
    text-align: left;
}
}
@media screen and (max-width: 602px) {
		.posts .posts__item {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(2n) {
		width: 100%;
		height: 475px;
	}	
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n+1) {
		width: 100%;
		height: 475px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n) {
		width: 100%;
		height: 475px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(odd) {
		width: 100%;
		height: 475px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(odd) {
		width: 100%;
		height: 475px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(even) {
		width: 100%;
		height: 475px;
}
}														
@media screen and (max-width: 480px) {
.e3 {
    font-size: 27px;
margin-top: -2px;
}
.e0 {
    vertical-align: top;
    font-weight: 600;
}
.logob {
    display: block;
    vertical-align: middle;
    padding-right: 0px;
    width: 70px!important;
}
	.phonesi2 {
    display: none;
}
		.content_remove-sidebar .posts_home .posts__item:nth-child(2n) {
		height: 400px;
	}	
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n+1) {
		height: 400px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n) {
		height: 400px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(odd) {
		height: 400px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(odd) {
		height: 400px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(even) {
		height: 400px;
}																  
	.wrapper {
		width: 94%;
	}
	.m-nav {
		width: 100%;
		left: -103%;
	}
	.slider {
		display: none;
	}
	.logo {
		max-width: 100%;
		height: auto;
	}
	.posts__item-img {
		width: 100%;
		max-width: 330px;
	}
	.posts__item-img img {
		max-width: 100%;
		height: auto;
	}
	.slider-posts-box {
		position: relative;
		margin-bottom: 15px;
		background: #f0edfc;
		padding: 10px;
	}
	.slider-posts-box .bx-wrapper {
		position: static;
	}
	.slider-posts-wrap {
		width: 206px;
		padding: 0;
		overflow: hidden;
		margin: 0 auto;
		background: none;
		position: static;
	}
	.slider-posts-wrap .bx-pager {
		display: none;
	}
	.slider-posts-wrap .bx-prev {
		left: 0;
	}
	.slider-posts-wrap .bx-next {
		right: 0;
	}
	.posts__item_first .posts__item-title a:after {
		width: 445px;
		height: 201px;
	}
	.single .title-img .single__title {
		font-size: 18px;
		line-height: 22px;
	}
	.single blockquote {
		padding: 15px;
	}
	.related {
		max-width: 150px;
	}
	.related li {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	#respond {
		padding: 12px;
	}
	.footer-logo {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 401px) {
	.footer-nav {
    padding-left: 0px!important;
}
.footer_menu_title {
    padding-left: 0px!important;
}	
		.content_remove-sidebar .posts_home .posts__item:nth-child(2n) {
		height: 360px;
	}	
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n+1) {
		height: 360px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n) {
		height: 360px;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(odd) {
		height: 360px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(odd) {
		height: 360px;
}
	.cat-posts.cat-posts_ajax .posts__item:nth-child(even) {
		height: 360px;
}
}									  
@media screen and (max-width: 320px) {
.e0 {
    font-size: 18px!important;
}
}
#toc_container ul li{
	padding: 0 0 20px 0;
}
#toc_container ul li:before{
	display: none;
}

.top-posts-wrap_remove-sidebar{
	max-width: 660px;
}
.top-posts-wrap_remove-sidebar{
	float: left;
}
.section_popular-home{
	float: right;
}
.top-widgets-wrap{
	overflow: hidden;
}
.no_main_menu {
	padding: 0;
}
@media screen and (max-width: 1023px) {
	.section_popular-home{
		display: none;
	}
	.top-posts-wrap_remove-sidebar{
		margin: 0 auto;
		float: none;
	}

	.content_remove-sidebar .posts_home .posts__item:nth-child(2n) {
		margin-right: 0 !important;
	}	
	.content_remove-sidebar .posts_home .posts__item:nth-child(2n+1) {
		clear: both;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n+1) {
		clear: none;
	}
	.content_remove-sidebar .posts_home .posts__item:nth-child(3n) {
		margin-right: 30px;
	}
}

.main-menu_sticky-enable .main-menu{
	position: fixed;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	width: 1000px;
}
.main-menu_sticky-enable{
	padding-bottom: 60px;
}

@media screen and (max-width: 1023px) {
	.main-menu_sticky-enable .main-menu{
		position: static;
		width: auto;
	}
	.main-menu_sticky-enable{
		padding-bottom: 0;
	}
}

.widget_recentpost_morkovin_widget .section-posts__item_margin {
	margin: 0 0 7px 10px;
}

.post-ratings {
	font-size: 12px;
}

@media (max-width: 520px) {
	.adress_column {
    display: block;
    color: #fff;
    padding-left: 4px;
	text-align: left;
}
.menu_column {
    display: block;
}
.pad1 {
   margin-bottom: 0px!important;
}
.footer_row {
    width: 100%;
}
.footer-nav {
    float: none;
    margin-top: 0;
    text-align: left;
    padding-left: 40px;
}
.footer_menu_title {
    text-align: left;
	padding-left: 30px;
}
.adress_column {
    display: block;
    color: #fff;
    padding-left: 4px;
}
.footer-nav {
    float: none;
    margin-top: 0;
    text-align: left;
    padding-left: 40px;
}
.footer_menu_title {
    text-align: left;
}
	.single th, .single td {
    padding: 6px 2px;
}
	tr > td{font-size:13px;}
	.slider {
		display: none;
	}
}

.top-posts-wrap_remove-sidebar_w100 {
	max-width: 100%;
}
body .maxwidth-theme, body .wrapper_inner {
				
			 
			  
			  
					 
  
		 
					   
					
    max-width: 1230px;
				
				
}
.wrapper_inner, .maxwidth-theme {
    padding: 0px 30px;
					   
			
				   
				   
					   
				  
}
.row {
    margin: 0px -15px 0px -15px;
					
				 
}
footer .bottom-under .outer-wrapper {
    padding-bottom: 6px;
				
					
}

@media (min-width: 992px){
.col-md-12 {
    width: 100%;
	}}
footer .ext_view .bottom-under .inner-wrapper {
    border: none;
    padding-top: 16px;
    padding-bottom: 30px;
}
footer .ext_view .bottom-under .inner-wrapper .copy-block {
    padding: 0px;
    margin: -5px 0px 0px;
}
.pull-right {
    float: right;
}
footer .bottom-under .inner-wrapper .copy-block > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 20px 0px 0px;
								
}
.pay_system_icons i.cacsh {
    background-position: 0px -1px;
}

.pay_system_icons i {
    display: inline-block;
    height: 20px;
    width: 34px;
    background: url(/bitrix/templates/aspro_next/images/pay_icons.png) no-repeat;
    margin: 0px 11px 9px 0px;
}
.pay_system_icons i.mastercard {
    background-position: -42px -1px;
			  
}

.pay_system_icons i {
    display: inline-block;
    height: 20px;
    width: 34px;
    background: url(/bitrix/templates/aspro_next/images/pay_icons.png) no-repeat;
    margin: 0px 11px 9px 0px;
}
.pay_system_icons i {
    display: inline-block;
    height: 20px;
    width: 34px;
    background: url(/bitrix/templates/aspro_next/images/pay_icons.png) no-repeat;
    margin: 0px 11px 9px 0px;
}
.pay_system_icons i {
    display: inline-block;
    height: 20px;
    width: 34px;
    background: url(/bitrix/templates/aspro_next/images/pay_icons.png) no-repeat;
    margin: 0px 11px 9px 0px;
}
.pay_system_icons i {
    display: inline-block;
    height: 20px;
    width: 34px;
    background: url(/bitrix/templates/aspro_next/images/pay_icons.png) no-repeat;
    margin: 0px 11px 9px 0px;
}
.pay_system_icons i {
    display: inline-block;
    height: 20px;
    width: 34px;
    background: url(/bitrix/templates/aspro_next/images/pay_icons.png) no-repeat;
    margin: 0px 11px 9px 0px;
}
.pay_system_icons i {
    display: inline-block;
    height: 20px;
    width: 34px;
    background: url(/bitrix/templates/aspro_next/images/pay_icons.png) no-repeat;
    margin: 0px 11px 9px 0px;
}
.pay_system_icons span i:last-child {
    margin-right: 0px;
}
.pay_system_icons i.visa {
    background-position: -89px -1px;
}
.pay_system_icons i.yandex_money {
    background-position: -142px -1px;
    width: 21px;
}
.pay_system_icons i.webmoney {
    background-position: -182px -1px;
    margin-right: 7px;
}
.pay_system_icons i.qiwi {
    background-position: -222px -1px;
    margin-right: 0px;
}
.pay_system_icons i.sbrf {
    background-position: -259px -1px;
}
.pay_system_icons i.alfa {
    background-position: -305px -1px;
}
.pay_system_icons i {
    display: inline-block;
    height: 20px;
    width: 34px;
    background: url(/bitrix/templates/aspro_next/images/pay_icons.png) no-repeat;
    margin: 0px 11px 9px 0px;
}
footer .copy {
    color: #888;
}
.expert-review--color-gray-1 > .expert-review-score > .expert-review-score-line  > .expert-review-score-line__progress > .expert-review-score-line__progress-container > .expert-review-score-line__progress-fill
{background: linear-gradient(225deg,#00dcc0 0,#005af0 75%);}
/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
    display: none;
}
/* вид текста label */
.hide + label {
    margin-bottom: 20px;
    padding: 0;
    color: #727b89;
    cursor: pointer;
    display: block;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: #8b96a7;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block; 
    /* чуточку анимации при появлении */
     -webkit-animation:fade ease-in 0.5s; 
     -moz-animation:fade ease-in 0.5s;
     animation:fade ease-in 0.5s; 
     margin-bottom: 20px;
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.hide + label:before {
    background-color: #1f2229;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px; 
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
}
.sidebar-category{
border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #cccccc inset;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc inset;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
    background: #f9f9f9;
    margin-bottom: 6px;
    padding: 2px 13px 2px 13px;
    font-size: 1.4rem;
    cursor: pointer;
    display: inline-block;
    }
    .sidebar-category:hover{
    background: #e5e5e5;
    }

.model {
background: linear-gradient(225deg,#00dcc0 0,#005af0 75%);
    padding-bottom: 30px;
    padding-top: 30px;
    color: white;
    padding-left: 15px;
    border-radius: 4px;
    text-shadow: 0px 1px 2px #00000061;
    box-shadow: 0px 1px 2px #00000061;	
}
.result{
	background: linear-gradient(225deg,#00dcc0 0,#ad00bb 75%);
    padding-bottom: 30px;
    padding-top: 30px;
    color: white;
    padding-left: 15px;
    border-radius: 4px;
    text-shadow: 0px 1px 2px #00000061;
    box-shadow: 0px 1px 2px #00000061;
}
/* Дополнительный стили */
/*.button-to-call:focus, */
.header_phone a{
    color: #e31e24;
    transition: color .2s ease-in-out;
    text-decoration: none!important;
	font: bold 20px 'PF Agora Sans Pro Regular', sans-serif;
}
.header_phone a:hover{
	color:#555;	
}
.header_line {
	display: inline-flex;
    width: 100%;
}
.header_line_title {
	display: flex;
    align-items: flex-end;
    vertical-align: middle;
    margin: auto;
    justify-content: center;
	text-align: center;
}
.header_line_title p{
	font-size: 18px;
	text-shadow: -2px 0px 3px #fff;
}
@media screen and (max-width: 1400px) {
.header_line_title p{
	font-size: 18px;
}
}
@media screen and (max-width: 1200px) {
.header_line_title p{
	font-size: 18px;
}
}
.header_line_search {
	display: flex;
    float: right;
    align-items: center;
}
.e0 {
color: #333;
font-size: 21px;
text-shadow: 0px 1px 2px #00000061;
}
.e1 {
    color: #1f1e1e;
	padding-right:10px;
}
.e2 {
color: #f7d418
}
.e3 {
    color: #10537a;
    padding-right: 10px;
}
.f177 {
font-size: 140%;
}
.footer_contacts{
	font-size: 13px;
	color: #ffff;
}
.pad1{
	margin-bottom: 20px;
}
.metaslider .caption-wrap {
    opacity: 1!important;
}
.vdz_cb_btn  {
    color: white;
    font-weight: 600;
    text-decoration: none;
}
.vdz_cb_btn:hover  {
    color: white;
    font-weight: 600;
    text-decoration: none;
}
#vdz_cb_widget {
        opacity: 0.6!important;
            background: linear-gradient(225deg,#10537a 0,#4cb8a7 75%);
}
#vdz_cb_widget:hover {
        opacity: 1!important;
}
.copy > a:hover{
	color: #ffffff;
}
.price_head{
	background: linear-gradient(180deg,#10537a 0,#4cb8a7 75%);
	color:#ffff;
}
.price_head > tr > td{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
	text-shadow: 0px 1px 2px #00000061;
}
.mob-search {
	display:none;
}
.contacts{
    font-size: 16px;
	font-weight: 600;
	vertical-align: 9px;
}
@media screen and (max-width: 1023px) {
	.main-menu__list > li {
    margin-top: 0px;
    padding-bottom: 0px;
}
	.joyslider{display:none;}
	.mob-search {
display: block;
    padding-bottom: 1px;
    background: #808080;
}
	.search-form .search-form__field {
		box-shadow: 0px 0px 1px 0px #00000087;
	}
}
.single ol li:before {
    background: #f7d418!important;
}
.myblock{
display:flex;
}
.step{
display:block;
margin-left: auto;
    margin-right: auto;
position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
    height: 250px;
padding:20px;
width: 27%;
}
.step:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
.counter_of{
font-size: 38px!important;
    margin: 0px!important;
    padding: 0px!important;
    line-height: 50px!important;
color: #10537a;
}
.circle{
border: 2px solid #10537a;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
.content_section{
margin-top:30px;
}
@media screen and (max-width: 1023px){
.step {
    height: 300px;
}
.header_line_search{
	display: none;
}
}
@media screen and (max-width: 820px){
.myblock {
    display: block;
margin-right: 40px;
}
.step {
width: 100%;
    height: 200px;
}
}
.ctable {
display: table;
width: 100%;
vertical-align: top;
border: 0px;
}
.ccell {
display: block;
vertical-align: top;
}
.ccell3 {
display: block;
vertical-align: top;
text-align: left;
}
.ccell2 {
display: block;
vertical-align: top;
text-align: right;
padding-right: 15px;
margin-top: -210px;
}
@media screen and (max-width: 1000px) {
.ccell {
display: inline-block;
vertical-align: top;
width: 375px;
}
.ccell2 {
display: block;
vertical-align: top;
text-align: left;
margin-top: 0px;
}
.ccell3 {
display: inline-block;
vertical-align: top;
text-align: left;
padding-bottom: 10px;
}
}
@media screen and (max-width: 339px) {
	.svgico {
		display: none;
	}
}
.wrapper_p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 105%;
}
.parallax-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  perspective: 8px;
  perspective-origin: 0%;
  display: flex;
}
.background_p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0px);
}
.foreground_p {
  margin-top: auto;
  margin-bottom: 50px;
  margin-left: 25%;
  transform-origin: 0;
  transform: translateZ(3px) scale(0.625); 
}
.foreground_p h1 {
  font-size: 36px;
  color: #fff;
}
.foreground__content_p {
}
.header_mail:hover{
color:#ffff;	
}
.email{
font-size: 15px;
}
.header_line_contacts{
	float: right;
}
.logo-mob {
	display:none;
	float: left;
    width: 140px;
}
.single h3 {
		line-height: 38px;
	}
.header_phone_m {
	display:none;
}
.header_phone_m a {
color: #e0000e;
    transition: color .2s ease-in-out;
    text-decoration: none!important;
    font: bold 20px 'PF Agora Sans Pro Regular', sans-serif;
}
@media screen and (max-width: 1023px) {
	.mobpad{padding-left:20px;}
	.main-menu__list > li {
	border-bottom: 2px solid #808080;
}
	main-menu__list > li:hover {
    border-bottom: 2px solid #a4a4a4!important;
}
	.logo {
		display: none;
	}
	.logo-mob {
		display:block;
		    padding-left: 10px;
		margin-bottom: -2px;
	}
	.single h3 {
		font-size: 18px;
		line-height: 18px;
		height: unset;
	}
	.header_phone_m {
	float: right;
	display:block;
	padding-right: 90px;
    margin-top: 14px;
	}
	.header_phone{display:none;}
}
@media screen and (max-width: 1320px) {
	.search-form {
		display: none;
	}
	.logo {
		width: 150px;
	}
}
@media (max-width: 520px) {
	.header_phone_m {
display:none!important;
	}
}
@media screen and (max-width: 350px) {
	.header_phone_m a {
		font-size: 16px;
}
}
.personal{
    min-width: auto!important;
    width: 15px!important;
    margin-right: 10px!important;
    vertical-align: baseline!important;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}
.capt{
font-size: 14px;
}
.capturl
{
font-weight: 600;
color: #000000!important;
}
.capturl:hover
{
 color: #e31e24!important;
}
.icons{color: #e31e24;}