* {
	outline: none !important;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
   /* overflow: hidden;
	overflow-y: scroll;*/
    width: 100%;
}
body {	
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
    min-height: 100%;
	overflow-y: hidden;
	
	font-size: 15px;
	line-height: 22px;
	color: #363636;
	font-family: pt sans, sans-serif;
	font-weight: normal;
	
	background: #E9EDF0;
	
	box-sizing: border-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	text-decoration: none;
}
.editor .dark a {
	color: #c2af86;
}
.editor a:not(.button):not(.link) {
	text-decoration: none;
	color: #a99772;
	border-bottom: 1px solid;
}
.editor a:not(.button):not(.link):hover {
	text-decoration: none;
	border-color: transparent;
}
.editor a:not(.button):not(.link):visited {
	color: #8c6ea8;
	text-decoration: none;
}
h1 {
	margin: 0;
	font-family: 'Arimo', sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
	margin: 0;
	font-family: 'Arimo', sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
}
h3 {
	margin: 0;
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
	/*h3 a {
		color: #5481af;
		text-decoration: none;
		border-bottom: 1px solid transparent;
		
		-webkit-transition: .2s;
		-moz-transition: .2s;
		transition: .2s;
	}
	h3 a:hover {
		color: #5481af;
		text-decoration: none;
		border-bottom: 1px solid #5481af;
	}*/
h4 {
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
big {
    display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}
small {
    display: inline-block;
	font-size: 12px;
	line-height: 14px;
}
.editor ul:not(.menu) {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
}
	.editor ul:not(.menu) li{
		position: relative;
		margin-bottom: 13px;	
	}
	/*.editor ul:not(.menu) li:last-child{
		margin-bottom: 0;	
	}*/
		.editor ul:not(.menu) li:before{
			content: "—";   
			/* margin-right: 10px; */
			/* margin-left: -21px; */
			position: absolute;
			display: inline-block;
			left: -18px;
			top: 0px;
		}
ol {
	padding: 0 0 0 20px;
	margin: 0 0 0 5px;
}
	ol li{
		margin-bottom: 13px;
		padding-left: 5px;
	}
	ol li:last-child{
		margin-bottom: 0;	
	}
blockquote {
	position: relative;
	display: block;
	margin: 0 60px 60px;
	padding: 45px 50px 35px 110px;
	background: #ebebeb;
}	
	blockquote:before {
		content: "\e925";
		font-family: 'profi_icon_font';
		position: absolute;
		top: 35px;
		left: 37px;
		color: #ffffff;
		font-size: 47px;
	}
	blockquote big {
		font-style: italic;
		line-height: 26px;
		margin-bottom: 10px;
	}
	blockquote p {
		text-align: right;
		margin: 0;
	}
	blockquote.anonce {
		padding: 35px 40px 30px 40px;
		margin: 0 35px 0px;
	}
	blockquote.anonce:before {
		display: none;
	}
table {
	width: 100%;
	box-sizing: border-box;
	line-height: 18px;
}
	table tr {
		border-bottom: 1px solid #e1e1e1;
	}
		table th {
			padding: 22px 40px 23px;
		}
		table td {
			padding: 22px 40px 23px;
		}
		
.show-table {display: none;}
.hide-table {}
@media screen and (max-width: 1365px) {
	.hide-table {display: none !important;}
	.show-table {display: block;}
}

.clear {
    /*zoom: 1;*/
    display: block;
	clear: both;
}
.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}		
/* ----------------- link ----------------- */
.link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: inherit;
	line-height: 1.2;
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
	.link:hover {
		color: inherit;
	}
	.link:hover > span {
		border-color: transparent;
	}
	
.link--present > span {
	border-bottom: 1px solid;
}
.link--pseudo > span {
	border-bottom: 1px dashed;
}
.link--icon {
	padding-left: 40px;
}
	.link__icon {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.link--icon-sm {
		padding-left: 30px;
	}
.link--main {
    color: #ea5b0a;
}
	.link--main:hover {
		color: #ea5b0a;
	}
	
/* ----------------- button ----------------- */
.button {
	display: inline-block;
	height: 36px;
	padding: 8px 20px 0;
	
	border-radius: 3px;
	border-bottom: 2px solid #c02101;
	box-shadow: 0 2px rgba(0,0,0,0.1);
	background: #f37021;
	
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-family: pt sans, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px #c02101;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	
	white-space: nowrap;
	
	box-sizing: border-box;
}
.button--full{
	width: 100%;
}	
.button--lg{
	height: 46px;
	padding: 13px 20px 0;
}
.content .button,
 .content .button:visited {
	color: #fff;
}
.button:hover, 
.content .button:hover {
	background: #ff8338;
	color: #fff;
}
.button:active, 
.content .button:active {
	background: #c02101;
	color: #fff;
}	
/* ----------------- icon ----------------- */
.icon {	
	display: inline-block;
    vertical-align: middle;
	background: url('image/icon_sprite.png') no-repeat;
}
.icon--phone {
	width: 19px;
	height: 28px;
	background-position: 0 0;
}
.icon--login {
	width: 29px;
	height: 22px;
	background-position: -22px 0;
}
.icon--map {
	width: 18px;
	height: 20px;
	background-position: -54px 0;
}
.icon--caret {
	margin-left: 2px;
	margin-top: -2px;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 4px solid transparent;
	background: none;
	
	-webkit-transform-origin: center 2px;
	-moz-transform-origin: center 2px;
	transform-origin: center 2px;
}
.icon--search {
	width: 35px;
	height: 36px;
	background-position: -75px 0;
}
.icon--basket {
	width: 50px;
	height: 50px;
	background-position: 0 -39px;
}
.icon--pay-lg {
	width: 80px;
	height: 80px;
	background-position: 0 -92px;
}
.icon--map-lg {
	width: 80px;
	height: 80px;
	background-position: -83px -92px;
}
.icon--discount-lg {
	width: 80px;
	height: 80px;
	background-position: -166px -92px;
}
.icon--arrow-left {
	width: 12px;
	height: 20px;
	background-position: -112px 0;
}
.icon--arrow-right {
	width: 12px;
	height: 20px;
	background-position: -127px 0;
}
.icon--arrow-left-sm {
	width: 10px;
	height: 16px;
	background-position: -201px 0;
}
	/*.icon--arrow-left-sm:hover*/
	.blogCalDisable .icon--arrow-left-sm {
		width: 10px;
		height: 16px;
		background-position: -214px 0px;
	}
.icon--arrow-right-sm {
	width: 10px;
	height: 16px;
	background-position: -201px -19px;
}
	/*.icon--arrow-right-sm:hover*/
	.blogCalDisable .icon--arrow-right-sm {
		width: 10px;
		height: 16px;
		background-position: -214px -19px;
	}
.icon--search-gray {
	width: 22px;
	height: 22px;
	background-position: -142px 0;
}
.icon--basket-white {
	width: 34px;
	height: 31px;
	background-position: -167px 0;
}
.icon--angle-left {
	width: 8px;
	height: 12px;
	background-position: ;
}	
.icon-- {
	width: ;
	height: ;
	background-position: ;
}	

/* ----------------- txt-input ----------------- */	
.txt-input {
    display: block;
	position: relative;
	
	color: #a9a9a9;
	background: #ffffff;
	border: 2px solid #ffffff;
	
	overflow: hidden;
	box-sizing: border-box;
}
.txt-input.is-error {
	border: 2px solid #DF7777;
	color: #DF7777;
}
	.txt-input__field-wrap {
		position: relative;
	}
	.txt-input__field {
		position: relative;
		display: block;
		padding: 0 20px;
		width: 100%;
		height: 45px;
		border: 0;	
		background: transparent;
		z-index: 1;
		
		box-sizing: border-box;
	}
	.txt-input__field.req ~ .txt-input__label span:after,
	.txt-input__textarea.req ~ .txt-input__label span:after {
		content: "*";
		color: #fe725b;
		margin-left: 3px;
	}
	.txt-input__label {
		display: inline-block;
		
		line-height: 45px;	
		position: absolute;
		top: 0;
		left: 20px;
		right: 20px;
		z-index: 0;
		box-sizing: border-box;
	}
		.txt-input__label span {
			display: inline-block;
			line-height: 18px;
		}	

	.txt-input__field-remove {
		width: 50px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		line-height: 50px;
		
		color: #acacac;
		text-align: center;
		font-size: 14px;
		
		cursor: pointer;
		-webkit-transform: translate(60px, 0);
		-moz-transform: translate(60px, 0);
		transform: translate(60px, 0);
		-webkit-transition: .2s;
		-moz-transition: .2s;
		transition: .2s;
	}
	.txt-input__field-remove.is-show {
		-webkit-transform: translate(0px, 0);
		-moz-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}

.txt-input__textarea {
	position: relative;
	display: block;
	padding: 12px 20px;
	width: 100%;
	height: 170px;
			
	border: 0;
	background: transparent; 
	
	font-size: 16px;
	box-sizing: border-box;
	z-index: 1;
	resize: none;
}

/* Kohana */
.txt-input--kohana {
	overflow: hidden;
}
	.txt-input__field--kohana {
	
	}	
	.txt-input__label--kohana {
		opacity: 1;
		
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		-moz-transition: transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
	}

	.txt-input__icon--kohana {
		-webkit-transform: translate(-40px, 0);
		-moz-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
		
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: transform 0.3s;
		transition: transform 0.3s;
	}

.txt-input__label--kohana,
.txt-input__icon--kohana,
.txt-input__field--kohana:focus ~ .txt-input__label--kohana,
.txt-input__field.is-active ~ .txt-input__label--kohana,
.txt-input__textarea--kohana:focus ~ .txt-input__label--kohana,
.txt-input__textarea.is-active ~ .txt-input__label--kohana {
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.txt-input__field--kohana:focus ~ .txt-input__label--kohana,
.txt-input__field.is-active ~ .txt-input__label--kohana,
.txt-input__textarea--kohana:focus ~ .txt-input__label--kohana,
.txt-input__textarea.is-active ~ .txt-input__label--kohana {
	opacity: 0;
	-webkit-transform: translate(100px, 0);
	-moz-transform: translate(100px, 0);
	transform: translate(100px, 0);
}

.txt-input__field--kohana:focus ~ .txt-input__icon--kohana,
.txt-input__field.is-active ~ .txt-input__icon--kohana,
.txt-input__textarea--kohana:focus ~ .txt-input__icon--kohana,
.txt-input__textarea.is-active ~ .txt-input__icon--kohana {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* ----------------- Скелет ----------------- */
.b-header {}
	.b-header__inner {
		width: 1336px;
		padding: 0 13px;
		margin: 0 auto;
		box-sizing: border-box;
	}

.b-main {}
	.b-main__inner {
		width: 1336px;
		padding: 0 23px;
		margin: 0 auto;
		box-sizing: border-box;
	}
		.b-main__wrap {
			padding-top: 20px;
			background: #ffffff;
		}
		.b-main__content {
			width: 66.6667%;
			padding: 10px 60px 60px;
			box-sizing: border-box;
		}
		.b-main__sidebar {
			width: 33.3334%;
			padding: 7px 60px 0 20px;
			float: right;
			box-sizing: border-box;	
		}

.b-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
	.b-footer__inner {
		width: 1336px;
		padding: 0 13px;
		margin: 0 auto;
		box-sizing: border-box;
	}

@media screen and (max-width: 1365px) {
	.b-header__inner {
		width: 1024px;
		padding: 0 12px;
	}	
	.b-main__inner {
		width: 1024px;
		padding: 0 12px;
	}
	.b-footer__inner {
		width: 1024px;
		padding: 0 12px;
	}
}
@media screen and (max-width: 719px) {
	.b-header__inner,
	.b-main__inner,
	.b-footer__inner {
		width: 100%;
		min-width: 320px;
		margin: 0 auto;
		padding: 0;
	}
}
/* ----------------- header ----------------- */
.header {
	background: #fff;
	padding: 32px 0 25px;
}
	.header:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}
.header__left {
	width: 29.6947%;
	float: left;
	padding: 0 15px 0 25px;
	box-sizing: border-box;
}
	.header__logo-img {
		max-width: 100%;
	}
.header__center {
	position: relative;
	width: 44.3511%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.header__right {
	width: 25.9542%;
	float: left;
	padding: 0 25px 0 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 1365px) {
	.header {
		background: #fff;
		padding: 23px 0 19px;
	}
		.header__left {
			width: 31%;
		}
		.header__center {
			width: 40.5%;
		}
		.header__right {
			width: 28.5%;
			padding: 0 25px 0 15px;
		}
}

/* ----------------- footer ----------------- */
.footer {
	padding: 60px 23px 30px;
}

.footer:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.footer__col {
	float: left;
	width: 50%;
}
.footer__sintonika {
	width: 69px;
	height: 10px;
	background: url(../img/sintonika.png) no-repeat;
	display: inline-block;
	border-bottom: 1px solid #f37021;
	vertical-align: middle;
}
.footer__sintonika:hover {
	border-bottom-color: transparent;
}
.footer__copy {
	color: #474747;
	font-size: 13px;
	line-height: 18px;
	font-family: pt sans, sans-serif;
	margin: 0 20px 0 0;
}
.footer__dev {
	color: #474747;
	font-size: 13px;
	line-height: 18px;
	font-family: pt sans, sans-serif;
	text-align: right;
	margin: 0 0 0 20px;
}

/* ----------------- search ----------------- */
.search-header {
	position: relative;
}
	.search-header__field {
		padding: 5px 15px;
		background: #e6ede9;
		border-radius: 6px;
		box-sizing: border-box;
		
		-webkit-transform: skew(-12deg);
		-moz-transform: skew(-12deg);
		transform: skew(-12deg);
		
		overflow: hidden;
	}
		.search-header__input {
			width: 100%;
			height: 40px;
			background: none;
			border: 0;
			
			-webkit-transform: skew(12deg);
			-moz-transform: skew(12deg);
			transform: skew(12deg);
		}
		.search-header__input::-webkit-input-placeholder {color:#b0bcb5;}
		.search-header__input::-moz-placeholder          {color:#b0bcb5;}/* Firefox 19+ */
		.search-header__input:-moz-placeholder           {color:#b0bcb5;}/* Firefox 18- */
		.search-header__input:-ms-input-placeholder      {color:#b0bcb5;}
	.search-header__ctrl {
		float: right;
		width: 55px;
		padding-left: 5px;
		box-sizing: border-box;
		
	}
		.search-header__button {
			display: inline-block;
			width: 100%;
			height: 50px;
			text-align: right;
			background: #f37021;
			border-radius: 5px;
			
			-webkit-transition: 0.2s;
			-moz-transition: 0.2s;
			transition: 0.2s;	
			
			-webkit-transform: skew(-12deg);
			-moz-transform: skew(-12deg);
			transform: skew(-12deg);		
		}
		.search-header__button:hover {			
			background: #ff8338;
		}
			.search-header__icon {		
				margin-top: 14px;		
				
				-webkit-transform: skew(12deg);
				-moz-transform: skew(12deg);
				transform: skew(12deg);
			}
	.search-header__result {
		margin-top: 2px;
		width: 100%;
		position: absolute;
		top: 100%;
	}

.search-header--fix {
	background: #ffffff;
}
	.search-header--fix .search-header__ctrl {
		padding: 0;
	}
		.search-header--fix .search-header__button{
			-webkit-transform: none;
			-moz-transform: none;
			transform: none;
			
			height: 47px;
			background: none;			
			text-align: center;
		}
			.search-header--fix .search-header__icon {
				-webkit-transform: none;
				-moz-transform: none;
				transform: none;
			}
			
	.search-header--fix .search-header__field {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		
		padding: 3px 10px 4px;
		background: none;
		border-radius: 0;
	}
		.search-header--fix .search-header__input {
			-webkit-transform: none;
			-moz-transform: none;
			transform: none;
		}
		
.search-result {
	box-shadow: 1px 1px 5px rgba(68, 75, 71, .35);
}
	.search-result__title {
		padding: 10px 20px;
		font-family: pt sans narrow, sans-serif;
		font-size: 17px;
		font-weight: 700;
		color: #b1bbb6;
		text-transform: uppercase;
		
		border-bottom: 1px solid #c6d4cc;
	}
	
	.search-result__body {
		padding: 5px 20px;
	}
		.search-result__item {
			padding: 5px 0;
		}
			.search-result__item-photo {
				height: 50px;
				width: 50px;
				float: left;
				box-sizing: border-box;
				box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
			}
				.search-result__item-img {
					width: 100%;
					height: 100%;
					background-size: cover;
					background-position: center center;
				}
			.search-result__item-name {
				padding: 5px 10px 0;
				height: 44px;
				margin-bottom: 6px;
				overflow: hidden;
				box-sizing: border-box;
				
				font-family: pt sans, sans-serif;
				font-size: 15px;
				font-weight: 400;
				line-height: 22px;
				color: #363636;
			}
				.search-result__item-name b {
					color: #ea5b0a;
				}
			.search-result__item-price {		
				width: 95px;
				float: right;
				padding: 5px;
				box-sizing: border-box;
				
				font-family: pt sans, sans-serif;
				font-size: 17px;
				font-weight: 700;
				line-height: 22px;
				color: #363636;
			}
			
	.search-result__link {
		padding: 10px 20px;
		font-family: pt sans narrow, sans-serif;
		font-size: 17px;
		font-weight: 700;
		color: #b1bbb6;
		text-transform: uppercase;
		overflow: hidden;
		border-top: 1px solid #c6d4cc;
	}
	.search-result__footer {
		padding: 10px 20px;
		
		font-family: pt sans narrow, sans-serif;
		font-size: 14px;
		font-weight: 700;
		color: #363636;
		text-align: center;
		text-transform: uppercase;
		background: #e6ede9;
		overflow: hidden;
	}
div.title-search-result {
    margin: 0;
	overflow: visible;
	border: 0;
}

/* ----------------- nav ----------------- */
.nav {
	position: relative;
	height: 60px;
	background: url(image/menu-bg.png) no-repeat;
	position: relative;
	z-index: 19;
}
.nav:after,
.nav:before { 
	content: "";
	position: absolute;
	top: 100%;
	border: 5px solid #022B0B;
	border-bottom-color: transparent;
}
.nav:after {
	left: 0;
	border-left-color: transparent;
}
.nav:before {
	right: 0;
	border-right-color: transparent;
}
/*.nav__inner {
	width: 1260px;
	text-align: justify;
	margin: 0 auto;
	height: 60px;
}*/

.nav__ul {
	padding: 0 10px;
	margin: 0;
}
.nav__li {
	display: inline-block;
	height: 50px;
	padding: 10px 3px 0;
}
.nav__li--action .nav__link{
	color: #ea5b0a;;
}
.nav__link {
	color: #fff;
	font-size: 17px;
	line-height: 19px;
	font-family: pt sans narrow, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px #0d4222;
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.nav__link.nav__link_active, .nav__link:hover {
	background: #f37021;
	text-decoration: none;
	text-shadow: none;
	color: #fff;
}
@media screen and (max-width: 1365px) {
	.nav:after,
	.nav:before {
		display: none;
	}
	.nav__link {
		font-size: 14px;
		line-height: 19px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.nav__li {
		padding: 10px 5px 0;
	}
	/*.nav__inner {
		width: 960px;
	}*/
}
.nav__popup {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #0e451b;
	text-align: left;
	height: 0;
	overflow: hidden;
}
.nav__li:hover .nav__popup {
	height: auto;
	border-top: 3px solid #0b3515;
}
.nav__popup-inner {
	/*width: 1260px;*/
	margin: 0 auto;
	padding: 35px 0;
}
.nav__popup-inner:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.nav__ul-inner {
	width: 25%;
	float: left;
	box-sizing: border-box;
}
@media screen and (max-width: 1365px) {
	.nav__popup-inner {
		/*width: 960px;*/
	}
}
.nav__li-in {
	margin: 0 20px 10px 0;
}
.nav__link-in {
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	line-height: 22px;
	font-family: pt sans narrow, sans-serif;
}
.nav__link-in_active {
	text-decoration: none;
	color: #ea5b0a;
}
.nav__li-in-2 {
	margin-bottom: 10px;
}
.nav__link-in-2 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	line-height: 22px;
	font-family: pt sans narrow, sans-serif;
	padding-left: 17px;
	text-transform: uppercase;
	position: relative;
}
.nav__link-in-2:before {
	content: "";
	background: #f37021;
	width: 8px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 10px;
}
.nav__ul-in-2 {
	padding-top: 10px;
}

/* ----------------- pagination ----------------- */
.pagination {
	font-size: 0;
	line-height: 0;
	letter-spacing: -3px;
}
.pagination__link {
	font-family: pt sans, sans-serif;
	color: #fff;
	text-shadow: 0 1px #c02101;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: normal;
	background: #f37021;
	border-bottom: 2px solid #c02101;
	border-top: 1px solid #f37021;
	text-decoration: none;
	width: 33px;
	text-align: center;
	padding: 8px 0;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-shadow: 0 1px #c02101;
	border-left: 1px solid #f9a95a;
	border-right: 1px solid #ee4514;
	font-weight: bold;
}
.pagination__link:hover {
	background: #ff8338;
	color: #fff;
	text-shadow: none;
	border-right-color: #ee4514;
}
.pagination__link_active,
.pagination__link:active {
	background: #c02101;
	color: #fff;
	border-right-color: #a81401;
}
.pagination__link_prev {
	border-left: none;
	border-radius: 3px 0 0 3px;
}
.pagination__link_next {
	border-right: none;
	border-radius: 0 3px 3px 0;
}

/* ----------------- blog-post ----------------- */
.blog-back {
	margin-top: -11px;
	margin-left: -20px;
	display: inline-block;
	margin-bottom: 10px;
}
	.blog-back a {
		display: inline-block;
		position: relative;
		padding: 0 30px;
		border: 2px solid #e6ede9;
		border-radius: 100px;
		font-family: pt sans narrow, sans-serif;
		font-size: 14px;
		line-height: 36px;
		font-weight: 700;
		color: #85908a;
		text-transform: uppercase;
		box-sizing: border-box;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		transition: .2s;
	}
	.blog-back a:hover {
		background: #E6EDE9;
	}
	.blog-back a:before {
		content: "";
		position: absolute;
		top: 12px;
		left: 16px;
		width: 8px;
		height: 12px;		
		background: url('image/icon_sprite.png') no-repeat;
		background-position: -315px 0;
	}
.blog-post {
	margin: 0 0 45px;
    padding: 0 0 20px;
	border-bottom: 2px solid #e6ede9;
}
.blog-post-last {
	/*margin: 0;
	border-bottom: 0;*/
}
	.blog-post img {
		max-width: 100%;
		margin: 0 0 20px;
	}
	.blog-post-title {
		margin: 0px 0 7px;
		padding: 0;
		
		font-size: 22px;
		font-weight: bold;
		line-height: 30px;
		font-family: pt sans narrow, sans-serif;
		
		background: none;
		text-transform: uppercase;
	}
		/*.blog-post-title span, */
		.blog-post-title a:link, 
		.blog-post-title a:visited, 
		.blog-post-title a:active {
			color: #363636;
		
			-webkit-transition: .2s;
			-moz-transition: .2s;
			transition: .2s;
		}
		/*.blog-post-title span:hover, */
		.blog-post-title a:hover {
			color: #EA5B0A;
		}
	.blog-post-current .blog-post {
		border: 0;
		margin: 0;
	}
	.blog-post-current .blog-post-title{
		margin: 0px 0 11px;
		font-size: 35px;
		line-height: 40px;
	}	
	.blog-post-info {}
	.blog-post-rating {}
	.blog-author {}
		.blog-author-icon {}
	
	.blog-post-date {
	    margin: 5px 0 0;
		padding: 0;
		font-size: 15px;
		color: #959595;
		line-height: 22px;
		font-weight: 700;
		display: block;
	}
		.blog-post-day {}
		.blog-post-time {}
		.blog-post-date-formated {}
		
	.blog-post-meta {
		padding: 0;
	}
	
	.blog-post-tag {
		padding: 0;
		margin-bottom: 2px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
		font-family: pt sans narrow, sans-serif;
	}
		.blog-post-tag a, 
		.blog-comment-meta a, 
		.blog-mainpage-meta a {
			color: #959595;
			text-decoration: underline;
		}
		.blog-post-tag a:hover, 
		.blog-comment-meta a:hover, 
		.blog-mainpage-meta a:hover {
			text-decoration: none;
		}
	.blog-post-comments-link {
		display: inline-block;
		padding: 0;
		height: auto;
		background: none;
	}
	.blog-post-comments-link a {
		display: block;
		padding: 0 30px;
		border: 2px solid #e6ede9;
		border-radius: 100px;
		
		font-family: pt sans narrow, sans-serif;
		font-size: 14px;
		line-height: 36px;
		font-weight: 700;
		color: #85908a;
		text-transform: uppercase;
		
		box-sizing: border-box;
		
		-webkit-transition: .2s;
		-moz-transition: .2s;
		transition: .2s;
	}
	.blog-post-comments-link a:hover {
		background: #E6EDE9;
	}
	.blog-post-content {
		padding: 0 0 20px;
		border: 0;
	}
	.blog-add-comment {
		display: inline-block;
		text-align: left;
		padding: 0;
		margin-bottom: 20px;
	}
		.blog-add-comment a {    
			display: inline-block;
			position: relative;
			padding: 0 30px;
			border: 2px solid #e6ede9;
			border-radius: 100px;
			font-family: pt sans narrow, sans-serif;
			font-size: 14px;
			line-height: 36px;
			font-weight: 700;
			color: #85908a;
			text-transform: uppercase;
			box-sizing: border-box;
			-webkit-transition: .2s;
			-moz-transition: .2s;
			transition: .2s;
		}
		.blog-add-comment a:before { 
			content: "+";
			position: absolute;
			top: -1px;
			left: 12px;
			font-size: 28px;
			font-family: pt sans, sans-serif;
			font-weight: 400;
		}
		.blog-add-comment a:after { 
			content: "";
			position: absolute;
			top: 16px;
			right: 16px;
			border: 4px solid;
			border-left-color: transparent;
			border-right-color: transparent;
			border-bottom-color: transparent;
		}
	
	div.blog-comment-form {
		width: 100%;
		margin: 0 0 30px;
	}
	.blog-comments-more {
		padding: 0 20px;
		margin-bottom: 60px;
		line-height: 50px;
		text-align: right;		
		border-top: 2px solid #e6ede9;
		
		font-family: 'pt sans narrow', sans-serif;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		color: #85908a;
	}
	.blog-comments-count {
		padding: 0 20px;
		line-height: 40px;
		text-align: right;	
		
		font-family: 'pt sans narrow', sans-serif;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		color: #85908a;
	}
	div.blog-textinfo {
		clear: both;
		margin: 20px 0 40px;
		position: relative;
		top: 20px;
	}
/* ----------------- Комментарии ----------------- */
div.blog-comment-fields {
	padding: 30px 35px;
	background: #e6ede9;
}
	.blog-comment-field {
		margin: 0 0 20px;
		padding: 0;
	}
div.blog-comment-form div.bxlhe-frame {
    /* width: auto!important; */
    max-width: 460px;
    padding-right: 30px;
    box-sizing: border-box;
    float: left;
    border: 0;
    background: none!important;
    overflow: hidden;
}
div.blog-comment-form div.bxlhe-frame.is-full {
	width: 100% !important;
	padding: 0;
}
div.blog-errors {
	margin: 0 0 20px;
}
div.blog-comment-buttons {
	margin: 0;
	padding: 30px 0 0;
	clear: both;
}
	div.blog-comment-buttons input {
		display: inline-block;
		height: 36px;
		padding: 0 35px;
		
		border: 0;
		border-radius: 3px;
		border-bottom: 2px solid #c02101;
		box-shadow: 0 2px rgba(0,0,0,0.1);
		background: #f37021;
		
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		font-family: pt sans, sans-serif;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		text-shadow: 0 1px #c02101;
		
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		transition: 0.2s;
		
		white-space: nowrap;
		
		box-sizing: border-box;
	}
	div.blog-comment-buttons input:hover {
		background: #ff8338;
		color: #fff;
	}
	div.blog-comment-buttons input:active {
		background: #c02101;
		color: #fff;
	}
	.blog-comment-field-captcha {
		/* width: 31.3433%; */
		max-width: 220px;
		/* float: left; */
		min-width: 180px;
		display: inline-block;
	}
	.blog-comment-field-captcha-image {
		width: auto;
		position: relative;
		margin-bottom: 10px;
	}
	
	.blog-comment-field-captcha-label .txt-input {
		width: 180px;
	}
	.captcha-reset {
		position: absolute;
		top: 9px;
		left: 100%;
		margin-left: 6px;
	}
		.captcha-reset a {
			display: inline-block;
			width: 30px;
			height: 30px;
			background: url(image/icon_sprite.png);
			background-position: -326px 0;
		}
/*.bxlhe-editor-toolbar-row {
	display: none;
}*/
.blog-comment {
	padding-top: 20px;
}
.blog-comment-meta {
	padding: 18px 0 5px;
}
div.blog-comment-line {
	background: none;
	width: 100%;
	border-bottom: 2px solid #e6ede9;
}
.blog-comment-meta a {
	font-size: 15px;
	color: #c2c2c2;
}
span.blog-vert-separator {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 1px;
	margin: 0 5px;
    background-color: #c2c2c2;
}
.blog-comment-avatar {
    width: 36px;
    height: 36px;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #e6ede9;
	background-color: #ffffff;
    box-sizing: border-box;
}
div.blog-comment .blog-author {
	line-height: 1;
}
.blog-author {
	display: block;
}
	.blog-author a {
		font-family: pt sans narrow, sans-serif;
		color: #363636;
		font-size: 14px;
		text-decoration: underline;
		text-transform: uppercase;
	}
	.blog-author a:hover {
		text-decoration: none;
	}
.blog-comment-date {
	display: block;
    margin-bottom: 3px;
	color: #959595;
	font-size: 13px;
	line-height: 17px;
}

.blog-comment-content {
	padding: 10px 0 15px 46px;
}
.blog-post-hide-link a {   
	font-size: 15px;
	color: #c2c2c2;
}
/* ----------------- blog-tags-cloud ----------------- */
div.blog-tags-cloud {
	margin-top: 15px;
	padding-bottom: 30px;
	text-align: left;
}
	.blog-tags-cloud a {
		display: inline-block;
		color: #363636;
	}
/* ----------------- calendar ----------------- */
.blog-sidebar-title {
	text-align: left;
    padding: 15px 0 17px;
	border-bottom: 1px solid #E6EDE9;
	font-family: pt sans narrow, sans-serif;
	font-size: 22px;
}
.blog-calendar {
	margin-bottom: 41px;
}
	.blog-calendar-table-control {
		margin-top: 6px;
	}
	.blog-calendar .blog-calendar-table-control td {
		padding: 0;
		line-height: 35px;
		text-transform: uppercase;
	}
	.blog-calendar .blog-calendar-table-control td:first-child {
		text-align: left;
		padding: 0;
		width: 50px;
	}
	.blog-calendar .blog-calendar-table-control td:last-child {
		text-align: right;
		padding:  0;
		width: 50px;
	}
	.blog-calendar .blog-calendar-table-control td:first-child a,
	.blog-calendar .blog-calendar-table-control td:last-child  a,
	.blog-calendar .blog-calendar-table-control td:first-child span,
	.blog-calendar .blog-calendar-table-control td:last-child  span{
		text-align: center;
		display: inline-block;
		width: 45px;
		height: 45px;
		line-height: 45px;
		border-radius: 50px;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		transition: .2s;
	}
	/*.blog-calendar .blog-calendar-table-control td:first-child a:hover,
	.blog-calendar .blog-calendar-table-control td:last-child  a:hover{
		background: #EA5B0A;
	}*/
	.blog-calendar table {
		line-height: 40px;
	}
		.blog-calendar table tr {
			border: 0;
		}
		.blog-calendar table tr:nth-child(odd) {
			display: none;
		}
		.blog-calendar table tr:first-child {
			display: table-row;
		}
			.blog-calendar table th {
				padding: 0px;
			}
			.blog-calendar table td {
				padding: 0px;
			}	
			
			.blog-calendar .blog-calendar-table th {
				width: 50px;
				padding: 4px 5px 0;
				text-align: center;
				text-transform: uppercase;
				color: #b1bbb6;
				font-weight: 700;
				line-height: 30px;
				border-bottom: 1px solid #E6EDE9;
			}
			.blog-calendar .blog-calendar-table td {
				width: 50px;
				padding: 5px;
				text-align: center;
				font-size: 15px;
				font-weight: 700;
			}
			
			.blog-calendar .blog-calendar-table tr:nth-child(2) td {
				padding-top: 10px;
			}
			
	.blogCalHighlight a,
	.blogCalToday a,
	.blogCalToday,
	.blogCalHighlight {
		color: #EA5B0A;
	}
	.blog-calendar-table .blogCalSelected a {
		height: 100%;
		width: 100%;
		display: block;
		background: #EA5B0A;
		border-radius: 50%;
		color: #ffffff;
	}
	.blog-calendar-table .blogCalEvent a {
		height: 100%;
		width: 100%;
		display: block;
		border: 2px solid #EA5B0A;
		border-radius: 50%;
		color: #363636;
		box-sizing: border-box;
		line-height: 36px;
	}

@media screen and (max-width: 1365px) {
	.blog-calendar table {
		line-height: 26px;
	}
	.blog-calendar-table .blogCalEvent a {
		line-height: 22px;
	}
	div.blog-comment-form div.bxlhe-frame {
		width: 100% !important;
		padding: 0;
	}
}
/*  Соц. сети  */
.custom-share {
	float: right;
}
.ya-share2 {}
		.custom-share .ya-share2__container_size_m .ya-share2__item {
			margin: 0 0 0 10px;
		}
		.custom-share .ya-share2__item:hover {
			opacity: 1;
		}
		.ya-share2__link {}
			.custom-share .ya-share2__badge {
			
			}
			.custom-share .ya-share2__item .ya-share2__badge {
				width: 80px;
				height: 40px;
				padding: 11px 15px 0;
				background: #e6ede9;
				color: #363636;
				border-radius: 100px;
				box-sizing: border-box;
				-webkit-transition: .2s;
				-moz-transition: .2s;
				transition: .2s;
			}
			.custom-share .ya-share2__item .ya-share2__badge .ya-share2__icon {
				vertical-align: middle;
				background-image: url(image/icon_sprite.png);
				background-repeat: no-repeat;
				background-size: contain;
				background-size: auto;
			}
			.custom-share .ya-share2__item_service_vkontakte:hover .ya-share2__badge {
				background: #6b93be;
			}
				.custom-share .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
					width: 18px;
					height: 10px;
					background-position: 0 -175px;
				}
				.custom-share .ya-share2__container_size_m .ya-share2__item_service_vkontakte:hover .ya-share2__icon {
					background-position: -21px -175px;
				}
			
				
			.custom-share .ya-share2__item_service_facebook:hover .ya-share2__badge {
				background: #4367b2;
			}
				.custom-share .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
					width: 8px;
					height: 14px;
					background-position: 0 -188px;
				}
				.custom-share .ya-share2__container_size_m .ya-share2__item_service_facebook:hover .ya-share2__icon {
					background-position: -11px -188px;
				}
			
			.custom-share .ya-share2__item_service_twitter:hover .ya-share2__badge {
				background: #1da1f2;
			}
				.custom-share .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
					width: 14px;
					height: 11px;
					background-position: 0 -205px;
				}
				.custom-share .ya-share2__container_size_m .ya-share2__item_service_twitter:hover .ya-share2__icon {
					background-position: -16px -205px;
				}
			
			.custom-share .ya-share2__container_size_m .ya-share2__counter {}
				.custom-share .ya-share2__counter:before {display: none;}			

			.custom-share .ya-share2__container_size_m .ya-share2__counter {
				padding: 0 0 0 10px;
				vertical-align: middle;
				font-family: pt sans narrow, sans-serif;
				font-size: 14px;
				font-weight: 700;
				color: #85908a;
				text-transform: uppercase;
				box-sizing: border-box;
				-webkit-transition: .2s;
				-moz-transition: .2s;
				transition: .2s;
			}
			.custom-share .ya-share2__item:hover .ya-share2__badge .ya-share2__counter {
				color: #ffffff;
			}


/*
			.custom-share .ya-share2__badge {
				width: 80px;
				height: 40px;
				padding: 11px 15px 0;
				background: #e6ede9;
				color: #363636;
				border-radius: 100px;
				box-sizing: border-box;
				-webkit-transition: .2s;
				-moz-transition: .2s;
				transition: .2s;
			}
			.custom-share .ya-share2__badge--vk:hover {
				background: #6b93be;
				color: #ffffff;
			}
			.custom-share .ya-share2__badge--fb:hover {
				background: #4367b2;
				color: #ffffff;
			}
			.custom-share .ya-share2__badge--tw:hover {
				background: #1da1f2;
				color: #ffffff;
			}
			
			.custom-share  .ya-share2__icon {
				vertical-align: middle;
				background-repeat: no-repeat;
				background-size: contain;
				background-size: auto;
			}
			.custom-share .ya-share2__icon--vk {
				width: 18px;
				height: 10px;
				background-image: url(image/icon_sprite.png);
				background-position: 0 -175px;
			}
				.custom-share .ya-share2__badge:hover .ya-share2__icon--vk {
					background-position: -21px -175px;
				}

			.custom-share .ya-share2__icon--fb {
				width: 8px;
				height: 14px;
				background-image: url(image/icon_sprite.png);
				background-position: 0 -188px;
			}
				.custom-share .ya-share2__badge:hover .ya-share2__icon--fb {
					background-position: -11px -188px;
				}
				
			.custom-share .ya-share2__icon--tw {
				width: 14px;
				height: 11px;
				background-image: url(image/icon_sprite.png);
				background-position: 0 -205px;
			}
				.custom-share .ya-share2__badge:hover .ya-share2__icon--tw {
					background-position: -16px -205px;
				}

			.custom-share .ya-share2__counter {
				padding: 0 0 0 10px;
				vertical-align: middle;
				font-family: pt sans narrow, sans-serif;
				font-size: 14px;
				font-weight: 700;
				color: #85908a;
				text-transform: uppercase;
				box-sizing: border-box;
				-webkit-transition: .2s;
				-moz-transition: .2s;
				transition: .2s;
			}*/			
/* rating */
.blog-post-rating {
	display: inline-block;
    position: relative;
    padding: 0 20px;
    border: 2px solid #e6ede9;
    border-radius: 100px;
    font-family: pt sans narrow, sans-serif;
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    color: #85908a;
    text-transform: uppercase;
    box-sizing: border-box;
}

	.rating-vote  {
		display: inline-block;
	}
	.rating-vote-disabled {}

	.rating-vote-plus,
	.rating-vote-minus {
		display: inline-block;
		vertical-align: middle;
		width: 26px;
		height: 24px;
		background-image: url(image/icon_sprite.png);
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.rating-vote-plus  {
		background-position: -257px 0;
	}		
	.rating-vote-minus {
		background-position: -228px 0;
	}
	
	.rating-vote-result {
		display: inline-block;
		vertical-align: middle;
		width: 38px;
		
		text-align: center;
		font-family: 'pt sans narrow', sans-serif;
		font-size: 14px;
		font-weight: 700;
		color: #85908a;
	}
	.rating-vote-result-plus {}

.blog-post-rate {
	border: 0;
}
	.blog-post-rate-icon {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		width: 26px;
		height: 24px;
		background-image: url(image/icon_sprite.png);
		background-repeat: no-repeat;
		background-position: -286px 0;
	}
	.blog-post-rate-result {
		display: inline-block;
		vertical-align: middle;
		
		text-align: center;
		font-family: 'pt sans narrow', sans-serif;
		font-size: 14px;
		font-weight: 700;
		color: #85908a;
	}

/* ----------------- social ----------------- */	
.social {
	margin-bottom: 64px;
	text-align: left;
}
	.social__list {
		margin-top: 15px;
	}
	.social__link {
		display: inline-block;
		width: 48px;
		height: 48px;
		margin: 0 6px;
		vertical-align: top;
		background: url(image/social.png) no-repeat;
	}
	.social__link_vk {
		background-position: 0 0;
	}
	.social__link_vk:hover {
		background-position: 0 -53px;
	}
	.social__link_inst {
		background-position: -60px 0;
	}
	.social__link_inst:hover {
		background-position: -60px -53px;
	}
	.social__link_tw {
		background-position: -120px 0;
	}
	.social__link_tw:hover {
		background-position: -120px -53px;
	}


.blog-comment-cont {overflow: hidden;}






















