#nextprev{display:inline-block;width: 100%;}
#nextprev .nextpost{float:left; width:45%}
#nextprev .prevpost{float:right; width:45%}
#nextprev .nextpost a, #nextprev .prevpost a {line-height: 26px;color: #4d4d4d;font-size: 18px;font-weight: 500;margin-bottom: 8px;text-decoration: none;}
#nextprev .nextpost a:hover, #nextprev .prevpost a:hover {text-decoration: underline;}
/* ==========================================================================
   BOOTSTRAP
   ========================================================================== */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
/* MODAL */
/* Styles for dialog window */
#small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;



	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* #MODAL */
td.ya-site-form__search-input {
    position: relative !important;
    z-index: 10 !important;
}
.yd-form table:after,div#ya-site-results table{
	border: 0 !important;
}
table.b-head.b-head_type_search-simple:after,table.l-page:after{
	border: 0 !important;
}
.yd-form table td:after,div#ya-site-results table td:after{
	height: 0 !important;
}
table.ya-site-form__search {
    margin: 0;
}
td.ya-site-form__search-wrap {
    position: relative;
    z-index: 10;
}
input.ya-site-form__input-text {
    padding: 10px;
}
input.ya-site-form__submit {
    padding: 10px;
    border: 1px solid #7f9db9;
}
@media (min-width: 768px) {
	.container {
		width: 660px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 890px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1070px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.row {
	/*margin-left: -10px;
	margin-right: -10px;*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 769px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
	img {max-width:100%; height:auto; }
	iframe {max-width:100%;  }
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}

/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'PF DinDisplay Pro';
	src: url('fonts/pfdindisplaypro-bold_0-webfont.woff2') format('woff2'),
		 url('fonts/pfdindisplaypro-bold_0-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'PF DinDisplay Pro';
	src: url('fonts/pfdindisplaypro-italic-webfont.woff2') format('woff2'),
		 url('fonts/pfdindisplaypro-italic-webfont.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'PF DinDisplay Pro';
	src: url('fonts/pfdindisplaypro-light-webfont.woff2') format('woff2'),
		 url('fonts/pfdindisplaypro-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'PF DinDisplay Pro';
	src: url('fonts/pfdindisplaypro-lightital-webfont.woff2') format('woff2'),
		 url('fonts/pfdindisplaypro-lightital-webfont.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'PF DinDisplay Pro';
	src: url('fonts/pfdindisplaypro-med-webfont.woff2') format('woff2'),
		 url('fonts/pfdindisplaypro-med-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'PF DinDisplay Pro';
	src: url('fonts/pfdindisplaypro-reg-webfont.woff2') format('woff2'),
		 url('fonts/pfdindisplaypro-reg-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}


@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('fonts/pfsquaresanspro-italic-webfont.woff2') format('woff2'),
		 url('fonts/pfsquaresanspro-italic-webfont.woff') format('woff');
	font-weight: 400;
	font-style: italic;

}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('fonts/pfsquaresanspro-light-webfont.woff2') format('woff2'),
		 url('fonts/pfsquaresanspro-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;

}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('fonts/pfsquaresanspro-lightitalic-webfont.woff2') format('woff2'),
		 url('fonts/pfsquaresanspro-lightitalic-webfont.woff') format('woff');
	font-weight: 300;
	font-style: italic;

}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('fonts/pfsquaresanspro-medium-webfont.woff2') format('woff2'),
		 url('fonts/pfsquaresanspro-medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('fonts/pfsquaresanspro-regular-webfont.woff2') format('woff2'),
		 url('fonts/pfsquaresanspro-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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 {
	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;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ==========================================================================
   COMMON
   ========================================================================== */
html * {
	max-height: 1000000px;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

*:before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

body {
	background: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #808080;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #808080;
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #808080;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #808080;
	opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font: inherit;
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.hidden {
	display: none;
}

.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
/*	user-select: none;*/
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	padding-top: 12px;
	padding-bottom: 13px;
}

.header__logo {
	float: left;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__nav {
	float: right;
	font-size: 0;
	line-height: 1;
}

.header__menu {
	display: inline-block;
	vertical-align: top;
	margin-right: 48px;
	margin-top: 12px;
}

.header__menu ul {
	font-size: 0;
}

.header__menu li {
	display: inline-block;
}

.header__menu li + li {
	margin-left: 34px;
}

.header__menu a {
	color: #0ba2e8;
	font-family: "PF DinDisplay Pro";
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	display: block;
	text-decoration: none;
}

.header__menu a:hover {
	text-decoration: underline;
}

.header__search {
	vertical-align: top;
	display: inline-block;
	margin-top: 8px;
	/* position: relative; */
}


.header__search a {
	display: block;
	width: 21px;
	height: 22px;
	background: url(img/icon-search.png) no-repeat;
}

.header__search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.header__search form {
	position: absolute;
	right: 0;
	top: -9px;
	display: none;
}

.header__search input[type="text"] {
	display: block;
	width: 327px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
	color: #000;
	font-family: "PF Square Sans Pro";
	font-size: 16px;
	padding-left: 20px;
	padding-right: 56px;
	outline: none;
	font-weight: 400;
}

.header__search input[type="text"]::-webkit-input-placeholder {
	font-style: italic;
	color: #808080;
}

.header__search input[type="text"]::-moz-placeholder {
	font-style: italic;
	color: #808080;
}

.header__search input[type="text"]:-moz-placeholder {
	font-style: italic;
	color: #808080;
}

.header__search input[type="text"]:-ms-input-placeholder {
	font-style: italic;
	color: #808080;
}

.header__search input[type="submit"] {
	position: absolute;
	width: 21px;
	height: 22px;
	top: 9px;
	right: 15px;
	background: url(img/icon-submit.png) no-repeat;
	border: none;
}

.header__search span {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: -30px;
	top: -5px;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.link-catalog:before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 23px;
	vertical-align: middle;
	background: url(img/icon-catalog.png) no-repeat;
	margin-right: 8px;
	position: relative;
	top: -4px;
}

.link-programm:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 24px;
	vertical-align: middle;
	background: url(img/icon-programm.png) no-repeat;
	margin-right: 8px;
	position: relative;
	top: -4px;
}

.link-news:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 21px;
	vertical-align: middle;
	background: url(img/icon-news.png) no-repeat;
	margin-right: 8px;
	position: relative;
	top: -4px;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
	padding-top: 20px;
	padding-bottom: 14px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

.main__title {
	color: #000;
	font-family: "PF Square Sans Pro";
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
}

.main__title a {
	text-decoration: none;
	color: #000;
}

.main__title a:hover {
	color: #0ba2e8;
}

.main__sections {
	float: left;
	width: 180px;
}

.main__articles {
	width: 848px;
	float: right;
}

/* .main__items {
	font-size: 0;
	margin-left: -10px;
}

.main__item {
	width: 276px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
} */

.main__img {
	margin-bottom: 10px;
}

.main__img img {
	display: block;
	width: 100%;
	height: auto;
}

.main__img img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.main__name {
	color: #000;
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
}

.main__name a {
	color: #0ba2e8;
	text-decoration: none;
}

.main__name a:hover {
	color: #000;
}

.main__nav {
	font-size: 0;
	margin-top: 18px;
}

.main__prev {
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 19px;
	background: url(img/prev.png) no-repeat;
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: pointer;
}

.main__next {
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 19px;
	background: url(img/next.png) no-repeat;
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: pointer;
}

.main__prev:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.main__next:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.main__info {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-family: "PF Square Sans Pro";
	font-size: 20px;
	font-weight: 300;
	color: #999;
	position: relative;
	top: 1px;
	margin: 0 20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
/*	user-select: none;*/
}

.main__info span {
	color: #4d4d4d;
}

.main__info b {
	font-weight: 300;
}

.main__slide {
	text-align: justify;
	line-height: 0;
	font-size: 0;
	/* text-justify: newspaper; */
	/* zoom:1; */
	text-align-last: justify;
}

.main__slide:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.main__item {
	position: relative;
	display: inline-block;
	line-height: normal;
	vertical-align: top;
}

.main__article {
	width: 276px;
	text-align: center !important;
	text-align-last: center !important;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
.content {
	padding-top: 30px;
/*	margin-bottom: 45px;*/
}

.content__page {
	overflow: hidden;
}

.content__sidebar {
	width: 250px;
	float: right;
	margin-left: 20px;
}

.content__exit {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.open-sidber {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 0;
	top: 30%;
	background: #f2f2f2 url(img/button.png) no-repeat center center;
	z-index: 5;
	border: 1px solid rgba(0,0,0,0.1);
	border-right: none;
	border-radius: 5px 0 0 5px;
	display: none;
}

/* ==========================================================================
   TITLE
   ========================================================================== */
.title {
	color: #000;
	font-family: "PF Square Sans Pro";
	font-size: 26px;
	line-height: 34px;
}

/* ==========================================================================
   TEXT
   ========================================================================== */
.text {
	color: #4d4d4d;
	font-family: "PF Square Sans Pro";
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	margin-bottom: 25px;
}

.text p + p {
	margin-top: 9px;
}

.text img[align] {
	margin-bottom: 30px;
}

.text_main {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 30px;
	padding-bottom: 25px;
	padding-top: 8px;
}

/* ==========================================================================
   Catalogue
   ========================================================================== */
.cat_inner {
    margin-top:1em;
}

.prov_filter {
    margin-bottom:10px;
}

.cat_inner .cat_item {
    min-height:270px;
    border:1px solid #eee;
}

.cat__img {
    margin-bottom: 5px;
}

.cat__img a {
    display: block;
    position: relative;
}

.cat__img img {
    display: block;
    width: 100%;
    height:100%;
}

.prov_filter a {
    color: #0ba2e8;
    text-decoration: none;
}

.prov_filter a:hover {
    color: #000;
}

.provider .prov_logo {
    text-align:center;
    padding:15px 0;
    border:1px solid #eee;
    max-height:318px;
    min-height:318px;
}

.provider .article ul {
    padding: 0 40px;
}

.provider .article ul li {
    padding: 0;
    list-style-type: square;
}

.provider .article ul li:before {
    background:none;
}

.provider table td {
    padding-left: 20px;
    padding-right: 10px;
}

.provider .post-ratings {
    float:left;
    width:auto;
    margin-right:10px;
}

.provider .post-ratings span {
    font-size:14px;
    line-height:14px;
}

.provider .comments-count {
    margin-left:0;
}

/* ==========================================================================
   NEWS
   ========================================================================== */
.news {

}

.news .row {
	font-size: 0;
}

.news .col-lg-4 {
	display: inline-block;
	vertical-align: top;
	float: none;
}

.news__buttons {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.news__filter {
	position: relative;
	bottom: -1px;
	font-size: 0;
}

.news__filter span {
	width: 207px;
	height: 51px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px 5px 0px 0px;
	display: inline-block;
	vertical-align: bottom;
	color: #4d4d4d;
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	font-weight: 500;
	padding-top: 4px;
	cursor: pointer;
}

.news__filter span + span {
	margin-left: 15px;
}

.news__filter span:hover,
.news__filter span.active {
	background-color: #0ba2e8;
	color: #fff;
	border-color: #0ba2e8;
}

.news__img {
	margin-bottom: 5px;
}

.news__img a {
	display: block;
	position: relative;
}

.news__img img {
	display: block;
	width: 100%;
	/*height: auto;*/
}

.news__img a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.news__img span {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 52px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	font-family: "PF Square Sans Pro";
	font-weight: 500;
	line-height: 1;
	font-size: 15px;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.news__img span b {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 3px;
}

.news__name {
	font-family: "PF Square Sans Pro";
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 4px;
}

.news__name a {
	color: #0ba2e8;
	text-decoration: none;
}

.news__name a:hover {
	color: #000;
}

.news__description {
	font-family: "PF Square Sans Pro";
	color: #4d4d4d;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}

.news .owl-nav {
	position: absolute;
	right: 0;
	z-index: 2;
	top: -55px;
}

.news .owl-prev {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 19px;
	background: url(img/prev.png) no-repeat;
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: pointer;
}

.news .owl-next {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 19px;
	background: url(img/next.png) no-repeat;
	opacity: 0.2;
	filter: alpha(opacity=20);
	margin-left: 30px;
	cursor: pointer;
}

.news .owl-prev:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.news .owl-next:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/* .news__items {
	overflow: hidden;
} */

.news_inner .news__item {
	position: relative;
	padding-bottom: 17px;
      min-height: 379px;
	margin-bottom: 20px;
}

.news_inner .news__item:after {
	content: '';
	position: absolute;
	height: 1px;
	left: -10px;
	right: -10px;
	bottom: 0;
	background: rgba(0,0,0,0.1);
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.page_navi {
	font-family: "PF DinDisplay Pro";
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #999;
	text-align: center;
	margin-bottom: 10px;
}

.page_navi a {
	color: #999;
	text-decoration: none;
	margin: 0 12px;
	display: inline-block;
	vertical-align: middle;
}

.page_navi a:hover {
	color: #1fb8fc;
}

.page_navi span {
	color: #1fb8fc;
	margin: 0 12px;
	display: inline-block;
	vertical-align: middle;
}

.page_navi .prev {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 14px;
	background: url(img/prev2.png) no-repeat;
	margin-right: 17px;
}

.pagenation .next {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 14px;
	background: url(img/next2.png) no-repeat;
	margin-left: 17px;
}

.page_navi .next, .page_navi .previous {font-size:20px; font-weight:800; }

.page_navi .prev:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.page_navi .next:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.page_navi li {display:inline;}
/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages {
	margin-bottom: 55px;
}

.advantages .row {
	font-size: 0;
}

.advantages .col-lg-3 {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.advantages__items {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 20px;
}

.advantages__item {

}

.advantages__icon {
	line-height: 62px;
	text-align: center;
	margin-bottom: 11px;
}

.advantages__icon img {
	vertical-align: middle;
}

.advantages__caption {
	font-family: "PF Square Sans Pro";
	color: #0ba2e8;
	font-size: 20px;
	font-weight: 500;
	line-height: 23px;
	text-align: center;
	margin-bottom: 7px;
}

.advantages__description {
	font-family: "PF Square Sans Pro";
	color: #4d4d4d;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	text-align: center;
}

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
	margin-bottom: 20px;
}

.nav__title {
	background-color: #0ba2e8;
	border-radius: 7px 7px 0px 0px;
	color: #fff;
	font-family: "PF DinDisplay Pro";
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.nav__items {
	border: 1px solid #e6e6e6;
	border-top: none;
	border-radius: 0px 0px 7px 7px;
	color: #4d4d4d;
	font-family: "PF DinDisplay Pro";
	padding: 2px 7px 15px;
	font-weight: 400;
}

.nav__items a {
	text-decoration: none;
	color: #4d4d4d;
}

.nav__items a:hover span {
	text-decoration: underline;
}

.nav__items li.active > a {
	color: #0ba2e8;
}

.nav__items > ul > li {
	font-size: 20px;
	font-weight: 500;
	line-height: 23px;
	border-top: 1px solid #e6e6e6;
	padding-left: 50px;
	padding-top: 11px;
}

.nav__items > ul > li:first-child {
	border-top: none;
}

.nav__items > ul > li + li {
	margin-top: 11px;
}

.nav__items > ul > li > a {

}

.nav__items > ul > li > ul {
	padding-left: 17px;
	margin-top: 15px;
}

.nav__items > ul > li > ul > li {
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
}

.nav__items > ul > li > ul > li + li {
	margin-top: 16px;
}

.nav__items > ul > li > ul > li > a:before {
	content: '-';
	margin-right: 13px;
}

.nav__items > ul > li > ul > li > a:hover {
	border-color: #000;
}

.link-provider {
	position: relative;
}

.link-equipment {
	position: relative;
}

.link-technologies {
	position: relative;
}

.link-provider:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 20px;
	background: url(img/icon-provider.png) no-repeat;
	left: 11px;
	top: 11px;
}

.link-equipment:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 21px;
	background: url(img/icon-equipment.png) no-repeat;
	left: 9px;
	top: 12px;
}

.link-technologies:before {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(img/icon-technologies.png) no-repeat;
	left: 12px;
	top: 11px;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + span {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: url(img/radio.png) no-repeat;
	position: relative;
	top: -2px;
}

input[type="radio"]:checked + span {
	background: url(img/radio-active.png) no-repeat;
}

/* ==========================================================================
   INTERVIEW
   ========================================================================== */
.interview {
	margin-bottom: 30px;
}

.interview__items {
	color: #4d4d4d;
	font-family: "PF Square Sans Pro";
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
}

.interview__radio {
	float: left;
	margin-right: 10px;
}

.interview__description {
	color: #4d4d4d;
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 10px;
}

.interview__answer {
	overflow: hidden;
	padding-top: 2px;
}

.interview label {
	cursor: pointer;
}

.interview .title {
	margin-bottom: 10px;
}

.interview__buttons {
	font-size: 0;
}

.interview__submit {
	width: 115px;
	height: 38px;
	line-height: 38px;
	background-color: #0ba2e8;
	border-radius: 5px;
	box-shadow: 0 3px 0 #0a8dc9;
	color: #fff;
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding: 0;
	text-align: center !important;
	text-align-last: center !important;
	text-decoration: none;
}

.interview__submit:hover {
	background-color: #5abbe8;
}

.interview__result {
	width: 115px;
	height: 38px;
	line-height: 38px;
	background-color: #cdcdcd;
	border-radius: 5px;
	box-shadow: 0 3px 0 #bdbdbd;
	color: #fff;
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding: 0;
	text-align: center !important;
	text-align-last: center !important;
	text-decoration: none;
}

.interview__result:hover {
	background-color: #d8d8d8;
}

.interview__buttons {
	text-align: justify;
	line-height: 0;
	font-size: 0;
	/* text-justify: newspaper; */
	/* zoom:1; */
	text-align-last: justify;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 15px;
	margin-top: 13px;
}

.interview__buttons:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.interview__button {
	position: relative;
	display: inline-block;
	line-height: normal;
	vertical-align: top;
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.sections {
	text-align: justify;
	line-height: 0;
	font-size: 0;
	/* text-justify: newspaper; */
	/* zoom:1; */
	text-align-last: justify;
	margin-bottom: 18px;
}

.sections:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.sections__item {
	position: relative;
	display: inline-block;
	line-height: normal;
	vertical-align: top;
	padding-top: 13px;
}

.sections a {
	height: 40px;
	background-color: #f2f2f2;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
	color: #4d4d4d;
	font-family: "PF DinDisplay Pro";
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	display: block;
	text-align: center !important;
	text-align-last: center !important;
	text-decoration: none;
}

.sections a:hover,
.sections a.active {
	background-color: #0ba2e8;
	box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.16);
	color: #fff;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	color: #999;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-bottom: 10px;
margin-right: auto;
    margin-left: auto;
}

.breadlinks {
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	color: #999;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	padding-top: 5px;
	padding-bottom: 10px;
margin-right: auto;
    margin-left: auto;
min-height:50px;
}
.breadcrumbs span.mainlink  {
	margin: 0 13px 0 0;
}
.breadcrumbs a {
	color: #0ba2e8;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs span {
	margin: 0 13px;
}

.breadcrumbs .current {
	display: inline-block;
	width: 19px;
	height: 14px;
	background: url(img/icon-current.png) no-repeat;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 0 0 15px;
}

/* ==========================================================================
   ARTICLES
   ========================================================================== */
.articles {
	padding-bottom: 39px;
	padding-top: 43px;
	background: #e7f7ff;
	background: -moz-linear-gradient(top,  #e7f7ff 0%, #fff 100%);
	background: -webkit-linear-gradient(top,  #e7f7ff 0%,#fff 100%);
	background: linear-gradient(to bottom,  #e7f7ff 0%,#fff 100%);
}

.articles .title {
	margin-bottom: 13px;
}

.articles__img {
	margin-bottom: 10px;
}

.articles__img img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	display: block;
	width: 100%;
	height: auto;
}

.articles__img img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	box-shadow: none;
}

.articles__name {
	text-align: center;
	color: #4d4d4d;
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}

.articles__name a {
	color: #4d4d4d;
	text-decoration: none;
}

.articles__name a:hover {
	color: #0ba2e8;
}

/* ==========================================================================
   NOVETLY
   ========================================================================== */
.novetly {
	margin-bottom: 30px;
}

.novetly .title {
	margin-bottom: 5px;
}

.novetly__item {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	margin-bottom: 11px;
}

.novetly__caption {
	font-family: "PF Square Sans Pro";
	color: #000;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
}

.novetly__caption a {
	color: #0ba2e8;
	text-decoration: none;
}

.novetly__caption a:hover {
	color: #000;
}

.novetly__description {
	font-family: "PF Square Sans Pro";
	color: #666;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.novetly__all {
	color: #000;
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	padding-top: 1px;
}

.novetly__all a {
	color: #0ba2e8;
	text-decoration: none;
}

.novetly__all a:hover {
	color: #000;
}

/* ==========================================================================
   COMMENTS
   ========================================================================== */
.comments {
	margin-bottom: 26px;
}

.comments .title {
	margin-bottom: 7px;
}

.comments__text {
	color: #4d4d4d;
	font-family: "PF Square Sans Pro";
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	font-style: italic;
	padding: 12px 4px 14px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	position: relative;
	margin-bottom: 8px;
}

.comments__text:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 21px;
	background: url(img/arr.png) no-repeat;
	left: 29px;
	bottom: -21px;
}

.comments__info {
	color: #999;
	font-family: "PF Square Sans Pro";
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-align: right;
	position: relative;
}

.comments__info span {
	margin: 0 5px;
}

.comments .owl-dots {
	position: absolute;
	right: 0;
	font-size: 0;
	line-height: 1;
	top: -26px;
}

.comments .owl-dot {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #f1f1f1;
}

.comments .owl-dot.active {
	background-color: #bdbdbd;
}

.comments .owl-dot + .owl-dot {
	margin-left: 5px;
}

/* ==========================================================================
   ARTICLE
   ========================================================================== */
.article {
	font-family: "PF Square Sans Pro";
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	color: #666;
	margin-top: 9px;
}

.article p + p {
	margin-top: 10px;
}

.article a {
	color: #0ba2e8;
	text-decoration: none;
}

.article a:hover {
	text-decoration: underline;
}

.article figure {
	margin: 16px 0;
	position: relative;
}

.article b {
	font-weight: 500;
}

.article figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding-left: 14px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 15px;
}

.article figure img {
	display: block;
	width: 100%;
	height: auto;
}

.article img {
	display: block;
	padding:10px 0;
	margin: 0 auto;
}

.article ol {
	margin-top: 10px;
	margin-bottom: 16px;
	counter-reset:li;
}

.article ol li {
	padding-left: 55px;
	position: relative;
}

.article ol li + li {
	margin-top: 12px;
}

.article ol li:before {
	position: absolute;
	left: 35px;
	top: 0;
	content: counter(li) '.';
	counter-increment:li;
}

#toc_container {
	border: 1px solid #e6e6e6 !important;
	border-radius: 5px;
	padding: 14px 20px 15px !important;
	margin-top: 26px !important;
	margin-bottom: 15px !important;
	display: block !important;
	background: #ffffff !important;
}

#toc_container .toc_title {line-height: 26px;
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    text-align: left !important;
}

.toc_list {margin:10px 0 !important;}

.toc_list li {
    padding-left: 55px !important;
    position: relative;
}

.toc_list li + li {
    margin-top: 9px !important;
}

.toc_list li ul {margin-top:9px !important;}
.toc_list li ul li {
    padding-left: 15px !important;
}
.article #toc_container ul li:before {display:none;}


.toc_container ol, .toc_container p {
	margin-bottom: 0;
}

.article h2 {
	line-height: 26px;
	color: #4d4d4d;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 8px;
}

.article h3 {
	line-height: 26px;
	color: #4d4d4d;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 8px;
}

.article p + h2 {
	margin-top: 31px;
}

.article p + h3 {
	margin-top: 25px;
}

.article blockquote {
	color: #999;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-left: 42px;
	padding-right: 42px;
	margin-top: 37px;
	margin-bottom: 35px;
}

.article blockquote:before {
	content: '';
	display: block;
	width: 69px;
	height: 3px;
	background-color: rgba(153,153,153,0.2);
	margin: auto;
	margin-bottom: 18px;
}

.article blockquote:after {
	content: '';
	display: block;
	width: 69px;
	height: 3px;
	background-color: rgba(153,153,153,0.2);
	margin: auto;
	margin-top: 17px;
}

.article ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

.article ul li + li {
	margin-top: 15px;
}

.article ul li {
	position: relative;
	padding-left: 55px;
}

.article ul li:before {
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(img/icon-tele.png) no-repeat;
	left: 20px;
	top: -7px;
}

.vnimanie {
	background-color: #f3f3f3;
	border-radius: 30px 0px;
	padding: 16px 20px;
	margin: 18px 0;
}

table {
	width: 100%;
	position: relative;
	margin-top: 16px;
	color: #4d4d4d;
	margin-bottom: 16px;
}

/*table:after {
	content: '';
	position: absolute;
	top: 34px;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-top: none;
	border-radius: 0 0 7px 7px;
}*/

table th {
	background-color: #0ba2e8;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	height: 34px;
	border-radius: 0 7px 0 0;
	border: none;
	text-align: left;
}

table th:first-child {
	width: 356px;
	border-radius: 7px 0 0 0;
	padding-left: 20px;
}

table td {
	vertical-align: middle;
}

table td {
	position: relative;
	padding-top: 16px;
	padding-bottom: 17px;
	padding-right: 10px;
}

table td:first-child {
	padding-left: 20px;
	padding-right: 10px;
}

table td:after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.09);
	height: 1px;
	left: 10px;
	right: 10px;
	top: 0;
}

table td:first-child:after {
	right: -10px;
}

table tr:first-child + tr td:after {
	display: none;
}

.table2 {
	width: 100%;
	table-layout: fixed;
	position: relative;
	color: #4d4d4d;
	margin-top: 16px;
	margin-bottom: 16px;
}

.table2 th {
	height: 34px;
	background-color: #0ba2e8;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	position: relative;
}

.table2 th:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 1px;
	background-color: rgba(255,255,255,0.3);
}

.table2 th:first-child:before {
	display: none;
}

.table2 th:first-child {
	border-radius: 7px 0 0 0;
}

.table2 th:first-child + th + th {
	border-radius: 0 7px 0 0;
}

.table2 td {
	text-align: center;
	height: 40px;
}

.table2 td {
	position: relative;
}

.table2 td:before {
	content: '';
	position: absolute;
	width: 1px;
	background-color: #e6e6e6;
	top: 0;
	bottom: 0;
	left: 0;
}

.table2 td:first-child:before {
	display: none;
}

.table2:after {
	content: '';
	position: absolute;
	top: 34px;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-top: none;
	border-radius: 0 0 7px 7px;
}

.table2 tr:nth-child(odd) td {
	background-color: #e5f7ff;
}

.table2 tr:first-child + tr td {
	padding-top: 10px;
	height: 50px;
}

.table2 tr:first-child + tr td:before {
	top: 10px;
}

.table2 tr:last-child td {
	padding-bottom: 10px;
	height: 50px;
}

.table2 tr:last-child td:before {
	bottom: 10px;
}

/* ==========================================================================
   POPULARS
   ========================================================================== */
.populars {

}

.populars .title {
	margin-bottom: 9px;
	white-space: nowrap;
}

.populars .owl-dots {
	font-size: 0;
	line-height: 1;
	text-align: center;
	margin-top: 13px;
}

.populars .owl-dot {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #f1f1f1;
}

.populars .owl-dot.active {
	background-color: #bdbdbd;
}

.populars .owl-dot + .owl-dot {
	margin-left: 5px;
}
a.jm-post-like.liked,.jm-post-like{
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -12px;
}

/* ==========================================================================
   INFO
   ========================================================================== */
.info {
	border-top: 1px solid rgba(153,153,153,0.2);
	border-bottom: 1px solid rgba(153,153,153,0.2);
	font-size: 0;
	padding-top: 20px;
	padding-bottom: 18px;
	margin-bottom: 32px;
	margin-top: 26px;
	overflow: hidden;
}

.like {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.like__button {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	background: url(img/icon-like.png) no-repeat;
	position: relative;
	top: -1px;
}

.like__count {
	color: #999;
	font-family: "PF Square Sans Pro";
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.comments-count {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	font-family: "PF Square Sans Pro";
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-left: 74px;
}

.comments-count:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 18px;
	background: url(img/icon-comments.png) no-repeat;
	margin-right: 6px;
}

.share {
	font-size: 0;
}

.share a + a {
	margin-left: 16px;
}

.share a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.fb {
	display: inline-block;
	vertical-align: bottom;
	background: url(img/fb.png) no-repeat;
	width: 7px;
	height: 13px;
}

.tw {
	display: inline-block;
	vertical-align: bottom;
	background: url(img/tw.png) no-repeat;
	width: 12px;
	height: 10px;
	position: relative;
	top: -1px;
}

.gp {
	display: inline-block;
	vertical-align: bottom;
	background: url(img/gp.png) no-repeat;
	width: 19px;
	height: 12px;
}

.tt {
	display: inline-block;
	vertical-align: bottom;
	background: url(img/tt.png) no-repeat;
	width: 8px;
	height: 13px;
}

.info__left {
	float: left;
}

.info__right {
	float: right;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.reviews {
	border-bottom: 1px solid rgba(153,153,153,0.2);
	padding-bottom: 38px;
	margin-bottom: 23px;
}

.reviews .title {
	margin-bottom: 13px;
}

.reviews__item + .reviews__item {
	margin-top: 23px;
}

.reviews__ava {
	float: left;
	margin-right: 12px;
}

.reviews__ava img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.reviews__ovh {
	overflow: hidden;
}

.reviews__name {
	font-family: "PF DinDisplay Pro";
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	margin-bottom: 6px;
}

.reviews__text {
	font-family: "PF DinDisplay Pro";
	color: #808080;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	font-style: italic;
}

/* ==========================================================================
   FEEDBACK
   ========================================================================== */
.feedback {

}

.feedback .title {
	margin-bottom: 13px;
}

.input {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #ebebeb;
	color: #000;
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	font-weight: 400;
	padding: 0 13px;
	border: none;
	outline: none;
	margin-bottom: 20px;
}

.textarea {
	display: block;
	width: 100%;
	background-color: #ebebeb;
	color: #000;
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	border: none;
	outline: none;
	padding: 10px 13px;
	margin-bottom: 20px;
	resize: none;
}

.submit {
	padding: 0 27px;
	height: 38px;
	line-height: 38px;
	border: none;
	outline: none;
	background: #0ba2e8;
	display: inline-block;
	color: #fff;
	font-family: "PF Square Sans Pro";
	font-size: 18px;
	font-weight: 500;
}

.submit:hover {
	background: #5abbe8;
}

.feedback__button {
	text-align: center;
	margin-top: 10px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	background: #646464;
	padding-bottom: 12px;
	padding-top: 17px;
}

.footer__nav {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 8px;
}

.footer__nav ul {
	text-align: justify;
	line-height: 0;
	font-size: 0;
	/* text-justify: newspaper; */
	/* zoom:1; */
	text-align-last: justify;
}

.footer__nav ul:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.footer__nav li {
	position: relative;
	display: inline-block;
	line-height: normal;
	vertical-align: top;
}

.footer__nav a {
	display: block;
	line-height: 1;
	color: #fff;
	font-family: "PF DinDisplay Pro";
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.footer__nav a:hover {
	text-decoration: underline;
}

.footer__logo {
	float: left;
}

.footer__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.footer__counter {
	float: right;
	margin-top: 4px;
}

.footer__info {
	padding-top: 19px;
}

/* ==========================================================================
   UP
   ========================================================================== */
.up {
	display: none;
	width: 49px;
	height: 49px;
	background: url(img/icon-up.png) no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 5;
}

.up:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* ==========================================================================
   NAVI
   ========================================================================== */
.navi {
	position: fixed;
	width: 1200px;
	margin: auto;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 5;
	display: none;
}

.navi .prev {
	position: absolute;
	top: 0;
	width: 39px;
	height: 39px;
	background: url(img/prev3.png) no-repeat;
	left: 10px;
	margin-top: -20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.navi .prev:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.navi .next {
	position: absolute;
	top: 0;
	width: 39px;
	height: 39px;
	background: url(img/next3.png) no-repeat;
	right: 10px;
	margin-top: -20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.navi .next:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ==========================================================================
   NF
   ========================================================================== */
.nf {
	padding-top: 52px;
	padding-bottom: 75px;
}

.nf__img {
	float: left;
}

.nf__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.nf__info {
	float: right;
	width: 514px;
	margin-top: 140px;
}

.nf__title {
	color: #000;
	font-family: "PF Square Sans Pro";
	font-size: 43px;
	line-height: 51px;
	font-weight: 500;
	margin-bottom: 30px;
}

.nf__text {
	font-family: "PF Square Sans Pro";
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	color: #666;
}

.nf__text a {
	color: #0ba2e8;
	text-decoration: none;
}

.nf__text a:hover {
	text-decoration: underline;
}

/* ==========================================================================
   OWL CAROUSEL
   ========================================================================== */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
/*	user-select: none;*/
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
/*	user-select: none;*/
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/* USER STYLE */
#polls-widget-2 h2.widgettitle{
	color: #000;
    font-family: "PF Square Sans Pro";
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}
strong.pollquest,#polls-2 p strong{
	color: #4d4d4d;
    font-family: "PF Square Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
ul.wp-polls-ul li input{
	display: none;
}
ul.wp-polls-ul li input+label{
    display: inline-block;
    vertical-align: middle;
    background: url(img/radio.png) no-repeat;
    position: relative;
    top: -2px;
    background-position: 0 center;
    padding-left: 20px;
}
ul.wp-polls-ul li input[type="radio"]:checked + label {
    background: url(img/radio-active.png) no-repeat;
    background-position: 0 center;
}
ul.wp-polls-ul {
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
ul.wp-polls-ul li{
    color: #4d4d4d;
    font-family: "PF Square Sans Pro";
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    padding-top: 5px;
}
.button-ans input.Buttons{
    width: 115px;
    height: 38px;
    line-height: 38px;
    background-color: #0ba2e8;
    border-radius: 5px;
    box-shadow: 0 3px 0 #0a8dc9;
    color: #fff;
    font-family: "PF Square Sans Pro";
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 0;
    text-align: center !important;
    text-align-last: center !important;
    text-decoration: none;
}
p.button-ans,.res-p{
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.res-p{
	margin-left: 4%;
}
a.resul-qest {
	width: 115px;
    height: 38px;
    line-height: 38px;
    background-color: #cdcdcd;
    border-radius: 5px;
    box-shadow: 0 3px 0 #bdbdbd;
    color: #fff;
    font-family: "PF Square Sans Pro";
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 0;
    text-align: center !important;
    text-align-last: center !important;
    text-decoration: none;
}
.wpp-thumbnail {
    float: none;
    margin: 0 0 10px 0 !important;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    height: auto;
}
.wpp-thumbnail:hover{
    opacity: 0.9;
    filter: alpha(opacity=90);
    box-shadow: none;
}
.wpp-list li>a:hover {
    color: #0ba2e8;
}
.wpp-list li>a {
    display: block;
    text-align: center;
    color: #4d4d4d;
    font-family: "PF Square Sans Pro";
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    margin-top: 10px;
}
.wpp-list li {
    overflow: hidden;
    float: none;
    clear: both;
    width: 24%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}
.button-ans input.Buttons:hover {
    background-color: #5abbe8;
}
a.resul-qest:hover {
    background-color: #d8d8d8;
}
a.jm-post-like{
	text-decoration: none;
}
#wpspn-nextpost a, #wpspn-prevpost a{
	border-top: 0 !important;
	border-bottom: 0 !important;
}
#wpspn-nextpost a, #wpspn-prevpost a{
	font-size: 0 !important;
}
#wpspn-prevpost a{
    width: 39px;
    height: 39px;
    opacity: 0.5;
    background: url(img/prev3.png) no-repeat;
}
#wpspn-nextpost a{
	width: 39px;
    height: 39px;
    opacity: 0.5;
    background: url(img/next3.png) no-repeat;
}
#wpspn-prevpost a:hover,#wpspn-nextpost a:hover{
	opacity: 1;
}
#wpspn-prevpost a {
    left: 85px !important;
    margin-top: 33px !important;
    width: 40px !important;
}
#wpspn-nextpost a {
    right: 85px !important;
    margin-top: 33px !important;
    width: 40px !important;
}
@media (max-width: 767px) {
	.wpp-list li {
		width: 48%;
	}
	a.jm-post-like.liked, .jm-post-like{
		left: 0;
	}
.breadlinks {
	padding-top: 5px;
	padding-bottom: 10px;
min-height:100px;
}
}

/* search */

.yd-form table:after{
	border: 0 !important;
	margin: 0 !important;
}
.yd-form table td:after{
	height: 0 !important;
}
table.ya-site-form__search {
    margin: 0;
}
table.ya-site-form__search-input-layout {
    margin: 0;
}
input.ya-site-form__input-text {
    display: block;
    max-width: 327px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
    color: #000;
    font-family: "PF Square Sans Pro";
    font-size: 16px;
    padding-left: 20px;
    padding-right: 56px;
    outline: none;
    font-weight: 400;
}
.yd-form {
	display: none;
    max-width: 327px;
    position: absolute;
    right: 0;
    top: -21px;
}
.active-form.active+.yd-form{
	display: block;
}
.close-form {
	display: none;
    font-size: 30px;
    position: absolute;
    z-index: 12;
    top: -5px;
    right: -15px;
    color: #000;
}
.close-form.active {
    display: block;
    cursor: pointer;
}
input.ya-site-form__input-text {
    border: 0 !important;
    position: relative;
    z-index: 11;
}

td.ya-site-form__search-wrap {
    padding: 0 !important;
}
input.ya-site-form__submit {
    position: absolute;
    font-size: 0 !important;
    width: 21px !important;
    height: 22px;
    top: 9px;
    right: 15px;
    background: url(img/icon-submit.png) no-repeat;
    border: none;
    z-index: 111;
    text-indent: 1000px !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "PF Square Sans Pro" !important;
    font-size: 16px !important;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: "PF Square Sans Pro";
    font-size: 16px !important;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: "PF Square Sans Pro";
    font-size: 16px !important;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: "PF Square Sans Pro";
    font-size: 16px !important;
}
/* search */
.reviews__items{
    padding-bottom: 10px;
    border-bottom: 1px dotted black;
    margin-bottom: 10px
}
.reviews__items:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 480px){
   .close-form{
    font-size: 30px;
    position: absolute;
    z-index: 12;
    top: -25px;
    right: -5px;
    color: #000;
	}
	    .yd-form {
	    display: none;
	    max-width: 327px;
	    position: absolute;
	    right: -8px;
	    margin-left: -502px;
	    top: -25px;
	}
}
/* #USER STYLE */

.otzyv {
	border: 1px solid rgba(208, 216, 220, 0.63);
	padding-left: 76px;
	padding-right: 28px;
	border-radius: 4px;
	font-weight: 300;
	font-style: italic;
	position: relative;
	padding-top: 17px;
	padding-bottom: 21px;
	margin-top: 19px;
	margin-bottom: 17px;
}

.otzyv:before {
	content: '';
	position: absolute;
	width: 35px;
	height: 33px;
	background: url(img/icon-review.png) no-repeat;
	left: 20px;
	top: 19px;
}

.otzyv span, .otzyv i {display: block; margin-top:10px;}


.wp-social-login-provider-list {padding-left: 0 !important;}

.wp-video {
	margin-left: auto;
    margin-right: auto;
}

a.comment-reply-link {    text-decoration: none;
    color: #0ba2e8;font-size: 14px;}

li.comment { margin-top: 30px;}

.second-title {text-align: right;}
.second-title a {text-decoration: none;color: red;}

li.depth-2 {margin-left: 15px;}
li.depth-3 {margin-left: 30px;}


.comments .owl-carousel a.item {display: block;text-decoration: none;}

ins iframe {padding:0;}
iframe {padding:20px 0;}

.linkhead {width: 1070px; margin: 10px auto 0 auto; padding:0 10px; }

.rsyaline {padding:15px 0; border-left:4px solid red; }
.otstadsens {padding:15px 0;}

.ya-page_js_yes .ya-site-form_inited_no { display: none; }

.adverts { color: #ffffff; background-color: #00a0e3; font-size:17px; font-weight:600; border:3px solid #00a0e3; }

.display-close:before {
    content: 'Закрыть рекламу X ';
    font-size: 19px;
 padding-left: 10px;
}

/* Img caption styles*/
.wp-caption {
    text-align:center;
}


.wp-caption p.wp-caption-text {
    font-size: 14px;
    color:#999;
    font-style:italic;
    margin-bottom:40px;
}

.header__menu a.link-catalog {
    color:#f00;
}

.reviews p {
    margin-bottom:10px;
    font-size:14px;
}

.reviews .comment-author {
    line-height:16px;
    margin-bottom: 10px;
}

.reviews .comment_author_avatar {
    float:left;
}

.reviews .comment-author .star-rating {
    display:inline-block;
}

.reviews .comment-author > span {
    font-size:14px;
    color:#666;
    padding: 0 10px;
}

.screen-reader-text{ position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; word-wrap: normal!important; }
.star-rating .star-full:before { content: "\f155"; }
.star-rating .star-half:before { content: "\f459"; }
.star-rating .star-empty:before { content: "\f154"; }
.star-rating .star {
    color: #f00;
    display: inline-block;
    font-family: dashicons;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 16px;
}

.reviews .reply {
    float:left;
}

.reviews .review_like, .reviews .review_dislike {
    float:right;
    font-size: 14px;
}

.reviews .review_like a {
    color:#00a046;
    text-decoration: none;
}

.reviews .review_dislike a {
    color:#f00;
    padding-left:12px;
    text-decoration: none;
}

.reviews .review_like a:hover, .reviews .review_dislike a:hover {
    text-decoration: none;
}

#respond .star-rating {
    display:inline-block;
}

.rtable {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	border-collapse: collapse;
	border-spacing: 0;
}


.rtable,
.rtable--flip tbody {
	-webkit-overflow-scrolling: touch;
	background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
	background-size: 10px 100%, 10px 100%;
	background-attachment: scroll, scroll;
	background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
	background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
	background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
	background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 20px 100%;
}

.rtable th {
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	background: #f2f0e6;
}

.rtable th,
.rtable td {
	padding: 6px 12px;
	border: 1px solid #d9d7ce;
}

.rtable--flip {
	display: flex;
	overflow: hidden;
	background: none;
}

.rtable--flip thead {
	display: flex;
	flex-shrink: 0;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
}

.rtable--flip tbody {
	display: flex;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
}

.rtable--flip tr {
	display: flex;
	flex-direction: column;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
	flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
	display: block;
}

.rtable--flip td {
	background-image: none !important;
	border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
	border-bottom: 0;
}