.b-main{
	padding-bottom: 64px;
}


/*********************************************/
/***** Header BEGIN *****/
/*********************************************/
.b-header__line {
    width: 100%;
    background-color: #191554;
    border-bottom: 1px solid #FFF;
    padding: 16px 0;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.b-header__line.sticky {
    position: fixed;
    top: -250px;
    padding: 8px 0;
    z-index: 1;
    visibility: hidden;
}
.b-header__line.sticky.visible {
    position: fixed;
    top: 0;
    z-index: 10;
    visibility: visible !important;
}
.b-header__main{
	height: 238px;
    background: #191554 url("/uploads/images/bg/bg-header.gif") no-repeat top center;
    padding: 16px 0;
}



#slogan{
    color: #F7F7F7;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 2px #222222;
}
#slogan span{
    font-size: 200%;
}
/* S */
@media(max-width:768px){
    #slogan{
    	display: none;
	}
}



/****** b-langs BEGIN ******/
.b-langs{
	font-size: 13px;
}
.b-langs__item{
	padding: 10px;
	border-right: 1px solid #606060;
}
.b-langs__item:first-child{
	border-left: 1px solid #606060;
}
.b-langs__link{
	color: #FFF;
	text-decoration: none;
}
.b-langs__link:hover{
	color: #FFF;
	text-decoration: underline;
}
/****** END b-langs ******/



/****** b-siteinfo BEGIN ******/
.b-siteinfo{
	/*font-size: 0;*/
}
.b-siteinfo__item {
	display: block;
	margin-left: 30px;
	position: relative;
	font-size: 100%;
	vertical-align: middle;
    color: #FFF;
    text-shadow: 0 0 2px #222;
}
.b-siteinfo__item:first-child{
	margin-left: 0;
}
@media(max-width:768px){
	.b-siteinfo__item_address{
		display: none;
	}
}
.b-siteinfo__ico {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.b-siteinfo__text {
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
}
.b-siteinfo__text a {
    color: #FFF;
}
.b-siteinfo__text_phone {
	white-space: nowrap;
	color: #FFF;
    font-size: 1.3333em;
}

.fa-phone:before {
    content: "\f095";
    color: #FFF;
}
.b-content .fa-phone:before {
    content: "\f095";
    color: #333;
}
.fa-map-marker:before {
    content: "\f041";
    color: #FFF;
}
/****** END b-siteinfo ******/



/****** b-logo BEGIN ******/
.b-logo {
	font-size: 0;
}
/* L */
@media(max-width:1200px){
	.b-logo{
		text-align: center;
	}
}
/* S */
@media(max-width:768px){
	.b-logo{
		text-align: left;
	}
}
/****** END b-logo ******/



/****** toggle-menu BEGIN ******/
.b-toggle-menu{
	display: none;
	cursor: pointer;
}
@media(max-width:768px){
	.b-toggle-menu{
		display: inline-block;
		text-align: right;
	}
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #FFF;
}
/****** END toggle-menu ******/

/*********************************************/
/***** END Header *****/
/*********************************************/





/*********************************************/
/***** Menu BEGIN *****/
/*********************************************/
.b-menu{
	font-size: 0;
	text-align: left;
}
/* L */
@media(max-width:1200px){
	.b-menu{
		margin-top: 12px;
		text-align: center;
	}
}
/* S */
@media(max-width:768px){
	.b-menu.js-toggle{
		margin-top: 0;
		height: 0;
		overflow: hidden;
	}
}

.b-menu__item{
	position: relative;
	display: inline-block;
	margin: 8px 0 8px 30px;
    line-height: 1;
	vertical-align: top;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}
.b-menu__item:first-child{
	margin-left: 0;
}
.b-menu__item:hover .b-menu__submenu{
	display: block;
}
/* L */
@media(max-width:1200px){
	.b-menu__item{
		margin-left: 15px;
		margin-right: 15px;
	}
}
/* S */
@media(max-width:768px){
	.b-menu__item{
		display: block;
		margin: 0;
		border-top: 1px solid #E4E4E4;
	}
	.b-menu__item_arrow:after{
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 15px;
		font: normal normal normal 14px/1 FontAwesome;
		line-height: 1;
		color: #F7D897;
	}
	.b-menu__item_arrow:hover:after{
		content: '\f107';
	}
}
.b-menu__item-contact{
    display: none;
}
.b-header__line.sticky.visible .b-menu__item-contact{
    position: relative;
    float: right;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    margin: 8px 0 8px 30px;
    color: #FFF;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
}
.b-header__line.sticky.visible .b-menu__item-contact a{
    color: #FFF;
}

.b-menu__link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
    text-shadow: 0 0 2px #141048;
}
.b-menu__link:hover{
	color: #F7D897;
}
.b-menu__item_active .b-menu__link:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 1px;
	background: #F7D897;
}
.b-menu__item_active a {
	color: #F7D897;
}
/* S */
@media(max-width:768px){
	.b-menu__link{
		display: block;
		padding: 15px 0;
	}
	.b-menu__item_active .b-menu__link:after{
		display: none;
	}
}


.b-menu__submenu{
	display: none;
	position: absolute;
	z-index: 10;
	top: 13px;
	left: 0;
	padding-top: 7px;
}
/* S */
@media(max-width:768px){
	.b-menu__submenu{
		position: static;
		padding: 0;
	}
}



/***** Submenu BEGIN *****/
.b-submenu{
    background: #191554;
	border: 1px solid #E4E4E4;
}
/* S */
@media(max-width:768px){
	.b-submenu{
		border: 0;
	}
}


.b-submenu__item{
	position: relative;
}
.b-submenu__item:hover > .b-submenu__submenu{
	display: block;
}
.b-submenu__item_arrow:after{
	content: '\f105';
	position: absolute;
	right: 5px;
	top: 8px;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 1;
	color: #999;
}
/* S */
@media(max-width:768px){
	.b-submenu__item{
		padding-left: 30px;
	}
	.b-submenu__item_arrow:hover:after{
		content: '\f107';
	}
}


.b-submenu__link{
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	text-decoration: none;
	color: #FFF;
}

.b-submenu__link:hover{
	background-color: #F4F4F4;
    color: #1779B9;
}
@media(max-width:768px){
	.b-submenu__link{
		padding: 10px 0;
		white-space: normal;
	}
	.b-submenu__link:hover{
		background: none;
	}
}


.b-submenu__submenu{
	display: none;
	position: absolute;
	top: -1px;
	left: 100%;
}
@media(max-width:768px){
	.b-submenu__submenu{
		position: static;
	}
}
/*********************************************/
/***** END Menu *****/
/*********************************************/



/*********************************************/
/***** Dashboard BEGIN *****/
/*********************************************/
.b-dashboard{
    text-align: center;
}
.b-dashboard__item{
    margin-top: 32px;
	margin-bottom: 64px;
}
.b-dashboard__item:after{
	content: "";
	display: table;
	clear: both;
}
.b-dashboard__ico{
	float: left;
	margin-right: 20px;
}
.b-dashboard__info{
	overflow: hidden;
}
.b-dashboard__title{
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #000
}
.b-dashboard__link{
	color: #000;
	text-decoration: underline;
}
.b-dashboard_ico-color:nth-child(3n-2) .b-dashboard__ico{
	color: #3e9bd8;
}
.b-dashboard_ico-color:nth-child(3n-1) .b-dashboard__ico{
	color: #6ab521;
}
.b-dashboard_ico-color:nth-child(3n) .b-dashboard__ico{
	color: #f27a21;
}
/*********************************************/
/***** END Dashboard *****/
/*********************************************/





/*********************************************/
/***** Hometext BEGIN *****/
/*********************************************/
.b-hometext{
}
.b-hometext__image__promo {
    background-color: #FFF;
    border: 1px solid #E4E4E4;
    margin: 0 8px 8px 0;
    padding: 4px;
}
.b-hometext__title{
    margin-bottom: 15px;
    line-height: 1;
    color: #333;
    font-size: 2em;
    font-weight: normal;
}
.b-hometext__btn{
	margin-top: 25px;
}
.b-hometext__btn.alink a {
    color: #FFF;
}
/* S */
@media(max-width:768px){
	.b-hometext__image{
		display: none;
	}
}
/*********************************************/
/***** END Hometext *****/
/*********************************************/





/*********************************************/
/***** Gallery widget BEGIN *****/
/*********************************************/
.b-gallery-w{
}
.b-gallery-w:after{
	content: "";
	display: table;
	clear: both;
}
.b-gallery-w__item{
	position: relative;
	/* Styles while js loading */
	float: left;
	width: 20%;
}
/* XS */
@media(max-width:480px){
	.b-gallery-w__item:after{
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent;
	}
}
.b-gallery-w__item:hover .b-gallery-w__zoom{
	display: block;
}
.b-gallery-w__zoom{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30, 39, 47);
	background-color: rgba(30, 39, 47, 0.8);
	color: #fff;
}
.b-gallery-w__zoom-wrap-outer{
	display: table;
	height: 100%;
	width: 100%;
}
.b-gallery-w__zoom-wrap-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.b-gallery-w__image{
	display: block;
}
/*********************************************/
/***** END Gallery widget *****/
/*********************************************/


/*********************************************/
/***** Blog widget BEGIN *****/
/*********************************************/
.b-blog-w{
}
.b-blog-w__item{
    position: relative;
    background-color: #EDEDED;
    border: 1px solid #A6A6A6;
    border-radius: 8px;
	margin-bottom: 64px;
    padding: 4% 0 0 0;
    text-align: center;
}
.b-blog-w__item:hover{
    background-color: #E7E7E7;
}
.b-blog-w__item p{
    margin-bottom: 15px;
    text-align: center;
}    
.b-blog-w__item p.srec_font{
    font-size: 1.1em;
}    
.b-blog-w__item p.srec_font strong{
    font-size: 1.25em;
}
.b-blog-w__image{
	margin-bottom: 15px;
    overflow: hidden;
}
.b-blog-w__image img{
    max-width: 92%;
    border-radius: 8px 8px 0 0;
}
.b-blog-w__date{
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
.b-blog-w__title{
	margin-bottom: 5px;
    line-height: 1.3;
    font-size: 1.25em;
	font-weight: normal;
	text-align: center;
}
.b-blog-w__item .b-blog-w__title{
    margin-bottom: 15px;
}
.b-blog-w__item span{
    position: absolute;
    display: block;
    top: 3.1%;
    right: 4%;
    background: #191554;
    border-radius: 0 8px 0 0;
    padding: 4px 8px;
    color: #FAFAFA;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 0 2px #141048;
}
@media(max-width:768px){
    .b-blog-w__item span{
		top: 3.7%;
	}
}
.b-blog-w__item em{
    position: relative;
    display: block;
    background: #FFA500 url("/uploads/images/icon/sleep.png") no-repeat 8px 8px;
    border-radius: 0 0 8px 8px;
    margin: -5px 0 0 0;
    padding: 4px 0 4px 40px;
    color: #1A6AA9;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 0 2px #FFF;
}
/*********************************************/
/***** END Blog widget *****/
/*********************************************/





/*********************************************/
/***** JS Blog widget BEGIN *****/
/*********************************************/
.b-blog-prp.js{
    position: relative;
}
.b-blog-prp__item.js{
    margin-bottom: 50px;
    padding-right: 1em;
    font-family: 'Roboto Condensed', sans-serif;
}
.b-blog-prp__info{
    border: 1px solid #E4E4E4;
    margin-right: 10px;
    padding: 10px;
}
.b-blog-prp__image{
    max-height: 190.59px;
    overflow: hidden;
    margin-bottom: 10px;
}
.b-blog-prp__image img{
    display: block;
}
.b-blog-prp__title{
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
}
.b-blog-prp__prev, .b-blog-prp__next{
    position: absolute;
    bottom: -60px;
    width: 42px;
    height: 42px;
    padding: 0;
    line-height: 42px;
    text-align: center;
}
.b-blog-prp__prev{
    left: 0;
}
.b-blog-prp__next{
    left: 44px;
}
.b-blog-prp__prev .slick-disabled, .b-blog-prp__next .slick-disabled{
    cursor: default;
    opacity: 0.25;
}
/*********************************************/
/***** END JS Blog widget *****/
/*********************************************/





/*********************************************/
/***** Footer BEGIN *****/
/*********************************************/

.b-footer-bottom-helper{
	min-height: 100%;
	overflow: hidden;
}
/* M */
@media(max-width:960px){
	.b-footer-bottom-helper{
		min-height: auto;
		overflow: auto;
	}
}
.b-footer-bottom-helper-2{
	padding-bottom: 300px;
}
/* M */
@media(max-width:960px){
	.b-footer-bottom-helper-2{
		padding-bottom: 0;
	}
}



.b-footer{
	height: 300px;
	margin-top: -300px;
	background-color: #222;
	color: #A6A6A6;
}
/* M */
@media(max-width:960px){
	.b-footer{
		height: auto;
		margin-top: 0;
	}
}
.b-footer__top{
    height: 74px;
    background: #FFF url("/uploads/images/bg/bg-footer.png") repeat-x top left;
    border-bottom: 1px solid #FFF;
}
.b-footer__inner{
	height: 225px;
	padding-bottom:2em;
}
/* M */
@media(max-width:960px){
	.b-footer__inner{
		height: auto;
	}
}

.b-footer__section{
	padding-top: 3em;
	font-size: 0.9em;
}

.b-footer__title{
	margin-bottom: 1em;
	color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    text-shadow: 0 0 2px #000;
}
.b-footer__item{
	margin-top: 1em;
}


/****** b-socgroups BEGIN ******/
.b-socgroups{
    display: none;
	margin-left: -10px;
}
.b-socgroups:after{
	content: "";
	display: table;
	clear: both;
}
.b-socgroups__item{
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	border-radius: 2px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
.b-socgroups__item_vk{
	background-color: #4c89b8;
}
.b-socgroups__item_fb{
	background-color: #3b5998;
}
.b-socgroups__item_gp{
	background-color: #dd4b39;
}
.b-socgroups__item_yt{
	background: #CC181E;
}
/****** END b-socgroups ******/



/****** b-menu-footer BEGIN ******/
.b-menu-footer__item{
	margin-bottom: 0.5em;
}
/****** END b-menu-footer ******/


.b-footer__line{
    background-color: #222;
	border-top: 1px solid #494949;
	padding: 14px 0 10px;
}
.b-footer__line-center{
	text-align: center;
}


/****** b-engine BEGIN ******/
.b-engine{
	font-size: 0.9rem;
}
/****** END b-engine ******/
/*********************************************/
/***** END Footer *****/
/*********************************************/





/*********************************************/
/***** Breadcrumbs BEGIN *****/
/*********************************************/
.b-breadcrumbs{
	border-bottom: 1px solid #E4E4E4;
	padding: 1.3em 0;
	color: #999;
    font-size: 0.9em;
}
.b-breadcrumbs__item{
	float: left;
}
.b-breadcrumbs__item:not(:last-child):after{
	content: '/';
	margin: 0 0.5em 0 0.5em;
}
/*********************************************/
/***** END Breadcrumbs *****/
/*********************************************/





/*********************************************/
/***** Content BEGIN *****/
/*********************************************/
.b-content{
	padding-top: 2.6em;
}
.b-content__title{
	margin-bottom: 1em;
	line-height: 1;
    color: #000;
    font-size: 2.1em;
}
.b-content__description{
	margin-bottom: 2em;
}
.b-content__item{
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #E4E4E4;
}
.b-content__item:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.b-content__item-image{
	float: left;
	margin: 0 2.5% 0 0;
	max-width: 30%;
}
.b-content__item-title{
	margin-bottom: 0.6em;
	line-height: 1.2;
    color: #333;
    font-size: 1.7em;
}
.b-content__item-title-link{
	color: #105787;
}
.b-content__item-title-link:hover{
	color: #1779B9;
}
.b-content__item-category{
	font-style: italic;
	font-size: 0.9em;
	color: #999;
}
.b-content__item-category-title{
	margin-right: 5px;
}
.b-content__item-category-link{
	color: #999;
    font-weight: bold;
}
.b-content__noitems{
}
.b-content__pagination{
	margin-top: 2em;
}
.b-content__section{
}
.b-content__addinfo{
	margin-top: 0.8em;
}



.b-content__bloginfo{
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
    margin-top: 2em;
	padding: 1.3em 0;
}
.b-content__bloginfo-section{
	font-size: 0;
	white-space: nowrap;
}
.b-content__bloginfo_right{
	float: right;
}
/* S */
@media(max-width:768px){
	.b-content__bloginfo_left{
		margin-bottom: 20px;
	}
	.b-content__bloginfo_right{
		float: none;
	}
}
.b-content__bloginfo-title{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 1rem;
}
.b-content__bloginfo-list{
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 1rem;
}

/* Tags */
.b-tags{
	margin:-5px 0 0 -5px;
}
.b-tags:after{
	content: "";
	display: table;
	clear: both;
}
.b-tags__item{
	float: left;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
	margin: 5px 0 0 5px;
	padding: 0.4em 0.8em;
	font-size: 0.9em;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.b-tags__item:hover{
    background-color: #F5F5F5;
    color: #333;
}

/* Content Addinfo */
.b-addinfo{
	color: #999;
	font-size: 0.9em;
}
.b-addinfo__item{
	float: left;
	margin-right: 1em;
}
.b-addinfo__list .b-addinfo__item:last-child{
	margin-right: 0;
}
.b-addinfo__item-icon{
	color: #D0D0D0;
}
.b-addinfo__item-text{
    display: inline-block;
    background-color: #F5F5F5;
    border: 1px solid #E4E4E4;
    margin-right: 10px;
    padding: 10px;
}



/* Sub categories Menu */
.b-subcats{
}
.b-subcats__item{
    margin-bottom: 1em;
}
.b-subcats__item-link {
    padding: 8px 16px;
    color: #1779B9;
    text-decoration: none;
}
.b-subcats__item__active .b-subcats__item-link{
    background-color: #191554;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 2px #141048;
}



/* Popular Items, sorted by amount of views */
.b-blog-popular-w{
}
.b-blog-popular-w__item-addinfo:not(:last-child){
	margin-bottom: 1.5em;
}
.b-blog-popular-w__item-title{
	margin-bottom: 0.4em;
}



/* Latest comments to all articles */
.b-comment-w{

}
.b-comment-w__item-text{
	margin-bottom: 0.4em;
	font-size: 0.9em;
}
.b-comment-w__item-addinfo:not(:last-child){
	margin-bottom: 1.5em;
}

/*********************************************/
/***** END Content *****/
/*********************************************/





/*********************************************/
/***** Pagination BEGIN *****/
/*********************************************/
.b-pagination{
}
.b-pagination__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.b-pagination__item:first-child{
	margin-left: 0;
}
.b-pagination__item a,
.b-pagination_page-active{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
}
.b-pagination_page a,
.b-pagination_page-active
{
	width: 35px;
	text-align: center;
}
.b-pagination_page-active{
	background-color: #F4F4F4;
}
.b-pagination__arrow{
	color: #999;
	position: relative;
	top: 3px;
}
.b-pagination_first{
	margin-right: 20px;
}
.b-pagination_last{
	margin-left: 20px;
}
/*********************************************/
/***** END Pagination *****/
/*********************************************/



/*********************************************/
/***** Comments BEGIN *****/
/*********************************************/
.b-comments{
}
.b-comments__message_info{
	margin-bottom: 1.5em;
}
.b-comments__form{
	margin-bottom: 2em;
}
#b-comments__form-anchor{
	position: absolute;
	margin-top: -250px;
}
/* S */
@media(max-width:768px){
	#b-comments__form-anchor{
		margin-top: -50px;
	}
}

.b-comments__list{
	margin-bottom: 2em;
}

.b-comments__post{
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #E4E4E4;
}
.b-comments__post:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.b-comments__post-header{
	padding-bottom: 5px;
	font-size: 0;
}
.b-comments__post-author{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
.b-comments__post-date{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 1rem;
	color: #999;
}
.b-comments__post-rate{
	display: inline-block;
	margin-top: 4px;
	vertical-align: top;
	font-size: 1rem;
}
.b-comments__post-text{
	margin-bottom: 10px;
}
.b-comments__post-vote{
	font-size: 0;
	color: #999;
}
.b-comments__post-vote-item{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	font-size: 1rem;
	color: #999;
	text-decoration: none;
}

.b-star-number{

}
.b-star-number__ico{
	float: left;
	margin-left: 1px;
	color: #FFB300;
}
.b-star-number__ico:first-child{
	margin-left: 0;
}


.b-star-rating{
	font-size: 0;
}
.b-star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.b-star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.b-star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.b-star-rating__ico:last-child{
	padding-left: 0;
}
.b-star-rating__input{
	display: none;
}
.b-star-rating__ico:hover:before,
.b-star-rating__ico:hover ~ .b-star-rating__ico:before,
.b-star-rating__input:checked ~ .b-star-rating__ico:before
{
	content: "\f005";
}
/*********************************************/
/***** END Comments *****/
/*********************************************/





/*********************************************/
/***** Gallery BEGIN *****/
/*********************************************/
.b-gallery{
}
.b-gallery__menu{
	margin-bottom: 1em;
	font-size: 0.9em;
	text-align: right;
	text-transform: uppercase;
}
/* M */
@media(max-width:960px){
	.b-gallery__menu{
		text-align: left;
	}
}
.b-gallery__menu-item{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0.5em 1em;
}
.b-gallery__menu-item:first-child{
	margin-left: 0;
}
.b-gallery__menu-link.mod-active{
	border-bottom: 2px solid #5cabd6;
}
.b-gallery__description{
	margin-bottom: 2em;
}
.b-gallery__category-album{
	text-align: center;
	margin-bottom: 4em;
}
.b-gallery__category-album-image{
	display: block;
	position: relative;
	margin-bottom: 1.5em;
}
.b-gallery__category-album-img,
.b-gallery__category-album-image-link{
	display: block;
}
.b-gallery__category-album-title{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.b-gallery__category-album-text{
	font-size: 0.9em;
}
.b-gallery__photo{
	position: relative;
	margin-bottom: 4em;
}
/* XS */
@media(max-width:480px){
	.b-gallery__photo:after{
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent;
	}
}
.b-gallery__photo-link,
.b-gallery__photo-img{
	display: block;
}
.b-gallery__photo-text{
	margin-bottom: 0.5em;
	font-size: 0.9em;
}
.b-gallery__photo-link{
	position: relative;
}
.b-gallery__photo-link:hover .b-gallery__zoom{
	display: block;
}
.b-gallery__zoom{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30, 39, 47);
	background-color: rgba(30, 39, 47, 0.8);
	color: #FFF;
}
.b-gallery__zoom-wrap-outer{
	display: table;
	height: 100%;
	width: 100%;
}
.b-gallery__zoom-wrap-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/*********************************************/
/***** END Gallery *****/
/*********************************************/





/*********************************************/
/***** Sidebar BEGIN *****/
/*********************************************/
.b-sidebar{
	border-left: 1px solid #E4E4E4;
	padding-left: 20px;
}
/* M */
@media(max-width:960px){
	.b-sidebar{
		display: block;
        margin-top: 3.5em;
	}
}
.b-sidebar__section{
	margin-bottom: 3.5em;
}
.b-sidebar__section_search-w{
	margin-bottom: 3.5em;
}

/* Search Form */
.b-search-w_blog{
}
.b-search__info{
	margin-bottom: 2em;
}
.b-search-w_blog__submit{
	border: 0;
	background-color: transparent;
}
/*********************************************/
/***** END Sidebar *****/
/*********************************************/





/*********************************************/
/***** fancyBox BEGIN *****/
/*********************************************/
.fancybox-overlay{
	background: rgba(0,0,0,0.7);
}
.fancybox-nav span{
	font-size: 3em;
	margin-top: -1em;
	display: block;
}
.fancybox-nav.fancybox-prev{
	left: 0;
}

.fancybox-nav.fancybox-next{
	right: 0;
}
.fancybox-nav.fancybox-prev span:before{
	content: "\f104"
}
.fancybox-nav.fancybox-next span:before{
	content: "\f105";
}
.fancybox-nav.fancybox-prev span{
	left: 10px;
}
.fancybox-nav.fancybox-next span{
	right: 10px;
}
.fancybox-nav span {
	visibility: visible;
}
#fancybox-loading div:before{
	content: "\f110";
	font-size: 3em;
	color: #FFF;
	-webkit-animation: fa-spin 1.5s infinite linear;
  	animation: fa-spin 1.5s infinite linear;
}
#fancybox-loading{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	cursor: pointer;
	z-index: 8060;
}
.fancybox-close:before{
	padding: 10px;
	content: "\f00d";
	font-size: 2em;
}
.fancybox-close{
	position: absolute;
	top: 35px;
	right: 25px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-inner p{
	padding-right: 20px; /*close button over text*/
}
.fancybox-title{
	padding: 5px;
}
/*********************************************/
/***** END fancyBox *****/
/*********************************************/





/*********************************************/
/***** Scroll Up BEGIN *****/
/*********************************************/
#scrollUp {
    bottom: 16px;
    right: 16px;
	width: 40px;
	height: 40px;
    background: url("/uploads/images/icon/totop.png") no-repeat rgba(25, 21, 84, .75);
    border: 1px solid #FFF;
    border-radius: 3px;
	opacity: 1;
}
#scrollUp:hover {
	opacity: 0.9;
}
/*********************************************/
/***** END Scroll Up *****/
/*********************************************/

    
    


/*********************************************/
/***** Pictute Page BEGIN *****/
/*********************************************/
.pictute_page {
    position: relative;
    display: block;
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 16px 0;
    padding: 0;
}
.pictute_page img {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    max-width: 188px;
    max-height: 125px;
    background-color: #FFF;
    border: 1px solid #E4E4E4;
    margin: 0 8px 8px 0;
    padding: 4px;
}
/*********************************************/
/***** END Pictute Page *****/
/*********************************************/





/*********************************************/
/***** Main Photo BEGIN *****/
/*********************************************/
.main_photo {
    position: relative;
    display: block;
    background-color: #FFF;
    border: 1px solid #E4E4E4;
    padding: 4px;
}
/*********************************************/
/***** END Main Photo *****/
/*********************************************/





/*********************************************/
/***** Tabs Toggle BEGIN *****/
/*********************************************/
.tabs {
    margin: 0;
}
.tabs__toggle {
    display: inline-table;
    width: 33%;
    border-bottom: 1px solid #E4E4E4;
    padding: 8px 0;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #191554;
    text-align: center;
    font-size: 14px;
}
.tabs__toggle:first-child{
    margin-left: 0;
}
.tabs__toggle:hover {
    background-color: #F7F7F7;
    color: #191554;
}
.tabs__toggle_active {
    background-color: #FFF;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #E4E4E4;
    cursor: default;
    color: #333;
}
.tabs__tab {
    clear: both;
    display: block;
    margin-top: 2em;
    padding: 4px;
}
/*********************************************/
/***** END Tabs Toggle *****/
/*********************************************/





/*********************************************/
/***** Feedback BEGIN *****/
/*********************************************/
.b-feedback__item{
    margin-bottom: 1.5em;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
}
.b-feedback__item:last-child{
    margin-bottom: 0;
}
.b-feedback__text{
    display: inline-block;
    vertical-align: middle;
    color: #222;
    font-size: 24px;
}
.b-feedback__text span{
    display: block;
    color: #666;
    font-size: 16px;
}
.b-feedback__ico{
	display: inline-block;
    width: 46px;
    border: 1px solid #E4E4E4;
    margin-right: 8px;
    padding: 8px;
	vertical-align: middle;
    color: #FFA500;
    text-align: center;
}
.b-feedback__link{
    color: #1779B9;
    text-decoration: none;
}
.b-feedback__link:hover{
    color: #FFA500;
}
/*********************************************/
/***** END Feedback *****/
/*********************************************/





/*********************************************/
/***** Table BEGIN *****/
/*********************************************/
.prices {
}
.prices tr td {
    border: 1px solid rgba(228, 228, 228, 1);
    padding: 4px 8px;
}
.prices tr td:first-child {
    width: 36%;
    text-align: right;
}
.prices tr td:last-child {
    width: 64%;
    text-align: left;
}
/*********************************************/
/***** END Table *****/
/*********************************************/