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


/*********************************************/
/***** Header BEGIN *****/
/*********************************************/
.b-header__line{
	background-color: #222;
	color: #a1a1a1;

}
@media(max-width:1400px){
	.b-header__main{
		padding: 15px 0;
	}
}

.b-header {
	z-index: 150!important;
	background: #fff;
	position: relative;
}
/****** b-langs BEGIN ******/
.b-langs{
	font-size: 13px;
}
.b-langs__item{
	border-right: 1px solid #606060;
}
.b-langs__item span {
	padding: 10px;
	display: block;
}
.b-langs__item:first-child{
	border-left: 1px solid #606060;
}
.b-langs__link{
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
.b-langs__link:hover{
	color: #fff;
	background: #0fbca6;
}
.b-langs__link {
	display: block;
}
/****** END b-langs ******/



/****** b-siteinfo BEGIN ******/
.b-siteinfo{
	font-size: 0;
}
.b-siteinfo__item {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	font-size: 13px;
	vertical-align: middle;
}
@media(max-width:800px){
	.b-siteinfo__item {
		margin-left: 0;
	}
}
.b-siteinfo__item:first-child{
	margin-left: 0;
}
@media(max-width:960px){
	.b-siteinfo__item_schedule{
		display: none;
	}
}
@media(max-width:768px){
	.b-siteinfo__item_address{
		display: none;
	}
}
.b-siteinfo__ico {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	color: #0BF2D6;
}
.b-siteinfo__text {
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
}
.b-siteinfo__text_phone {
	white-space: nowrap;
	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;
	}
	.b-logo__img {
		max-width: 90px;
	}
}
/****** 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;
	}
}
/****** END toggle-menu ******/

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





/*********************************************/
/***** Menu BEGIN *****/
/*********************************************/
.b-menu{
	font-size: 0;
	text-align: right;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
/* 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;
	}
}
@media(max-width:960px){
	.b-menu__item:nth-child(6) {
		display: none;
	}
}

.b-menu__item{
	position: relative;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
	line-height: 1;
}
.b-menu__item:hover .b-menu__link {
	color: #0fbca6;
}

.b-menu__link--level-0 {

	height:81px;
	box-sizing: content-box;
	padding: 15px 11px;
	position: relative;
	letter-spacing: 0px;
}
@media(max-width: 1280px){
	.b-menu__link--level-0 {
		height:30px;
		font-size: 12px;
		letter-spacing: 0;
		padding: 15px 4px;
	}

}
@media(max-width: 960px){
	.b-menu__link--level-0{
		text-transform: none!important;
	}
}


.b-menu__link--level-0:after {
	content: '';
	position: absolute;
	height: 2px!important;
	width: 100%;
	background: transparent;
	bottom: 0;
	left: 0;
}
.b-menu__item:hover  .b-menu__link--level-0:after {
	background: #0fbca6;
}

.b-menu__link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.b-menu__link .text-el {
	display: inline-block;
	vertical-align: middle;
}
.b-menu__item:first-child{
	margin-left: 0;
}
.b-menu__item:hover .b-menu__submenu{
	display: block;
}
.b-menu__item_rtl .b-menu__submenu{
	right: 0;
	left: auto;
}
.b-menu__item_rtl .b-submenu__submenu{
	right: 100%;
	left: auto;
}
/* L */
@media(max-width:1200px){

}
/* 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: #999;
	}
	.b-menu__item_arrow:hover:after{
		content: '\f107';
	}
}

.b-menu__link{
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}

/*.b-menu__link:hover{*/
	/*color: #1779b9;*/
/*}*/
.b-menu__item_active .b-menu__link:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #0fbca6;
}
/* 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: 100%;
	left: 0;

}
/* S */
@media(max-width:768px){
	.b-menu__submenu{
		position: static;
		padding: 0;
	}
}



/***** Submenu BEGIN *****/
.b-submenu{
	border: 1px solid #0fbca6;
	background: #fff;
}
/* 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: #0fbca6;
}
/* 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: #000;
	font-weight: 400;
	font-size: 13px;
}

.b-submenu__link:hover{
	background-color: #0fbca6;
	color: #fff;
}
@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 *****/
/*********************************************/





/*********************************************/
/***** Banner BEGIN *****/
/*********************************************/
.b-banner-main{
	margin: 20px;
    
}

.b-banner-main__item{
	position: relative;
}
/* Only one banner is visible while js is loading */
.b-banner-main.no-js .b-banner-main__item:not(:first-child){
	display: none;
}

.b-banner-main__image{
	margin: 0 auto;
}

.b-banner-main__info{
	text-align: center;
	position: absolute;
	top: 0;
	height: 100%;
}
.b-banner-main__info-helper{
	display: table;
	height: 100%;
	width: 65%;
	margin: auto;
}
.b-banner-main__info-helper-2{
	display:table-cell;
	vertical-align: middle
}

.b-banner-main__title{
	font-size: 65px;
	line-height: 1;
	margin-bottom: 20px;
	color: #fff;
}
/* S */
@media(max-width:768px){
	.b-banner-main__title{
		font-size: 35px;
	}
}
/* XS */
@media(max-width:480px){
	.b-banner-main__title{
		font-size: 20px;
	}
}



.b-banner-main__text{
	margin-bottom: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
/* M */
@media(max-width:960px){
	.b-banner-main__text{
		display: none;
	}
}


.b-banner-main__button{
	padding: 15px 30px;
}
/* L */
@media(max-width:768px){
	.b-banner-main__button{
		/* Link on whole image instead a single button */
		position: absolute;
		z-index: 100;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		font-size: 0;
		background-color: transparent;
		background-color: rgba(0,0,0,0);
	}
	.b-banner-main__button:hover{
		background-color: transparent;
		background-color: rgba(0,0,0,0);
	}
}

.b-banner-main__prev,
.b-banner-main__next{
	position: absolute;
	top: 45%;
	display: block;
}
.b-banner-main__prev{
	left: 5%;
}
.b-banner-main__next{
	right: 5%;
}
.b-banner-main__prev:hover,
.b-banner-main__next:hover{
	background: rgba(255, 255, 255, 0.2);;
}


.b-banner-main .slick-dots{
	position: absolute;
	bottom: 5%;
	display: block;
	width: 100%;
	text-align: center;
}
.b-banner-main .slick-dots li{
	position: relative;
	display: inline-block;
	margin: 0 3px;
}
.b-banner-main .slick-dots button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	cursor: pointer;
	color: transparent;
	border: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}
.b-banner-main .slick-dots .slick-active button{
	background-color: #fff;
}

/*********************************************/
/***** END Banner *****/
/*********************************************/





/*********************************************/
/***** Dashboard BEGIN *****/
/*********************************************/
.b-dashboard{
	display: table;
    text-align: center;
	border-spacing: 30px;
	margin-left: 50px;
}
.b-dashboard__item {
	display: inline-block;
	 width: 330px;
    height: 510px;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	text-align: center;
	background: #fff;
	cursor: pointer;
    margin: 0 30px 30px 0;
    vertical-align: top;
}
.b-dashboard__item:hover .g-btn_l{
	background-color: #25ddc6;
}
.b-dashboard__wrapper {
	display: block;
	padding: 27px 45px 32px 45px;
	text-decoration: none;
}
@media(max-width: 1200px){
	.b-dashboard__wrapper {
		padding: 20px;
	}
	.b-dashboard {
		border-spacing:20px;
		margin: 0;
	}
}
@media(max-width: 1000px){
	.b-dashboard__wrapper {
		padding: 10px;
	}
	.b-dashboard {
		border-spacing:10px;
	}
	.b-dashboard__ico img{
		max-width: 80%;
	}
}
@media(max-width: 600px){
	.b-dashboard,
	.b-dashboard__item {  display: block;}
	.b-dashboard__item {
		max-width: 300px;
		margin: 20px auto;
	}
}
.b-dashboard__item:hover {
	box-shadow: 0px 6px 25px #d5d5d5;

}
.b-dashboard__ico{
	max-height: 145px;
	width:auto;
}
.b-dashboard__info{

}
.b-dashboard__title{
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 7px;
}
.b-dashboard__link{
	margin-top: 20px;
}

/*********************************************/
/***** END Dashboard *****/
/*********************************************/





/*********************************************/
/***** Hometext BEGIN *****/
/*********************************************/
.b-hometext{

}
.b-hometext__link {
	display: block;	
}
.b-hometext__title{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
	color: #000;
}
.b-hometext__title--landing {
	text-decoration: none;
	margin-bottom: 22px;
	display: block;
}
.b-hometext__title--landing:hover {
	color: #0fbca6;
	text-decoration: underline;
}

.b-hometext__btn{
	margin-top: 25px;
}
/* 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%;
}
.b-gallery-w__heading {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	max-width: 80%;
	margin: 0 auto;
}
.b-gallery-w__description {
	font-size: 13px;
	max-width: 80%;
	margin: 0 auto;
}
/* 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 *****/
/*********************************************/





/*********************************************/
/***** Review widget BEGIN *****/
/*********************************************/
.b-review-w {
	text-align: center;
}

.b-review-w__photo{
	margin-bottom: 10px;
}
.b-review-w__img{
	/* cancel slick-carusel default img display block */
	display: inline !important;
	border-radius: 50%;
}
.b-review-w__desc{
	font-size: 16px;
	margin-bottom: 15px;
}
.b-review-w__name{
	font-weight: bold;
	color: #000;
}
.b-review-w__url{
	color: #1779b9;
	margin-left: 5px;
}

.b-review-w__prev,
.b-review-w__next
{
	margin: 35px 5px 0;
	display: inline-block;
}
/*********************************************/
/***** END Review widget *****/
/*********************************************/





/*********************************************/
/***** Blog widget BEGIN *****/
/*********************************************/
.b-blog-w {

}

.b-blog-w__item{
	margin-bottom: 50px;
}
.b-blog-w__image{
	margin-bottom: 15px;
}
.b-blog-w__date{
	display: block;
	margin-bottom: 5px;
	font-size: 11px;

	color: #999;
}
.b-blog-w__title{
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.3;
}
/*********************************************/
/***** END Blog widget *****/
/*********************************************/





/*********************************************/
/***** Partner widget BEGIN *****/
/*********************************************/
.b-partner-w {
	padding: 0 35px;
	text-align: center;
}

.b-partner-w__item{
	display: block;
	float: left;
	width: 20%;
	height: 200px;
	background: #583df2;
	text-align: center;
}
@media(max-width:960px){
	.b-partner-w__item{
		width: 33%;
	}
}
@media(max-width:768px){
	.b-partner-w__item{
		width: 50%;
	}
}
@media(max-width:500px){
	.b-partner-w__item{
		width: 100%;
	}
}
.b-partner-w__item img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.b-partner-w__item:before {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: '';
}
.b-partner-w__item:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0, .5);
	position: relative;
	z-index: 10;
}


.js.b-partner-w__item:nth-child(9n + 1){background: #b82924;  height: 242px;}
.js.b-partner-w__item:nth-child(9n + 2){background: #ffb100;  height: 320px;}
.js.b-partner-w__item:nth-child(9n + 3){background: #6fbb44;  height: 176px;}
.js.b-partner-w__item:nth-child(9n + 4){background: #5a1b73;  height: 224px;}
.js.b-partner-w__item:nth-child(9n + 4){background: #11b9d6;  height: 263px;}
.js.b-partner-w__item:nth-child(9n + 5){background: #8f2d54;  height: 285px;}
.js.b-partner-w__item:nth-child(9n + 6){background: #b82924;  height: 380px;}
.js.b-partner-w__item:nth-child(9n + 7){background: #11b9d6;  height: 245px;}
.js.b-partner-w__item:nth-child(9n + 8){background: #ffb100;  height: 233px;}




.b-partner-w__prev,
.b-partner-w__next{
	position: absolute;
	top: 0;
	display: inline-block;
	margin: 5px 0;
}
.b-partner-w__prev{
	left: 0;
}
.b-partner-w__next{
	right: 0;
}
/*********************************************/
/***** END Partner widget *****/
/*********************************************/





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

.b-footer-bottom-helper{
	min-height: 80%;
	overflow: hidden;
}
.b-footer__top {
	border-bottom: 1px solid #494949;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.b-footer__heading {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}
/* M */
@media(max-width:960px){
	.b-footer-bottom-helper{
		min-height: auto;
		overflow: auto;
	}
}

/* M */
@media(max-width:960px){
	.b-footer-bottom-helper-2{
		padding-bottom: 0;
	}
}



.b-footer{


	background-color: #222;
	color: #a6a6a6;
}
/* M */
@media(max-width:960px){
	.b-footer{
		height: auto;
		margin-top: 0;
	}
}
.b-footer__inner{

	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;
	text-transform: uppercase;
	color: #fff;
}
@media(max-width:480px){
	.b-footer__title {
			margin-top:10px;	
	}
}
.b-footer__title--hidden {
	opacity: 0;
}
.b-footer__item{
	margin-top: 1em;
}
.b-footer__item--max-width {
	max-width: 227px;
}
.f-s_0 {
	font-size: 0;
}

/****** b-socgroups BEGIN ******/
.b-socgroups{
	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_fb:hover {
	background: #2f477a;
}
.b-socgroups__item_gp{
	background-color: #dd4b39;
}
.b-socgroups__item_gp:hover {
	background: #b13c2e;
}

.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{
	border-top: 1px solid #494949;
	padding: 14px 0 10px;
}
.b-footer__line-right{
	float: right;
}
/* S */
@media(max-width:768px){
	.b-footer__line-left{
		text-align: center;
		margin-top: 20px;
	}
	.b-footer__line-right{
		float: none;
		text-align: center;
		margin: 20px 0 10px;
	}
}


/****** b-userbar BEGIN ******/
.b-userbar{
	font-size: 0;
}
.b-userbar__item{
	display: inline-block;
	font-size: 13px;
	line-height: 1.3;
	padding: 0 20px;
	border-left: 1px solid #494949;
	vertical-align: middle;
	max-width: 200px;
}
.b-userbar__item:first-child{
	border-left: 0;
	padding-left: 0;
}
.b-userbar__item:last-child{
	padding-right: 0;
}
.b-userbar__icon{
	display: inline-block;
	vertical-align: middle;
}
.b-userbar__link{
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
/****** END b-userbar BEGIN ******/


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





/*********************************************/
/***** Breadcrumbs BEGIN *****/
/*********************************************/
.b-breadcrumbs{
	border-top: 2px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 1.3em 0 1.3em 0;
	font-size: 0.9em;
	color: #999;
}
.b-breadcrumbs__category {
	margin-top: -2.6em;
}
.b-breadcrumbs__item{
	float: left;
}
.b-breadcrumbs__item:not(:last-child):after{
	content: '/';
	margin: 0 0.5em 0 0.5em;
}
/* S */
@media(max-width:768px){
	.b-breadcrumbs__item:last-child{
		display: none;
	}
}
/*********************************************/
/***** END Breadcrumbs *****/
/*********************************************/





/*********************************************/
/***** Content BEGIN *****/
/*********************************************/
.b-content{
	padding-top: 2.6em;
}
.b-content__title{
	color: #000;
	line-height: 1;
	margin-bottom: 1em;
	font-size: 2.14em;
}
.b-content__title--center {
	text-align:center;
}
.b-content__title--contacts {
	font-size: 2.2em;
}
.b-content__title--landing {
	font-size:2.3rem;
}
.b-content__description{
	margin-bottom: 2em;
}
.b-content__description--cat-team {
	max-width: 720px;
}
.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.5em 2.5% 0 0;
	max-width: 30%;
}
.b-content__item-title{
	font-size: 1.7em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

.b-content__item-title-link{
	color: #105787;
}
.b-content__item-title-link:hover{
	color: #1779b9;
}
/* S */
@media(max-width:768px){
	.b-content__item-text{
		display: none;
	}
}

.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;
}
.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;
	padding: 1.3em 0 1.3em 0;
	margin-top: 2em;
}
.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;
	margin:5px 0 0 5px;
	padding: 0.4em 0.8em;
	background: #f7f7f7;
	border-radius: 5px;
	font-size: 0.9em;
}

.b-share{
	margin-left: -5px;
}
.b-share__handle{
	margin-left: 5px;
}

/* 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;
}



/* Sub categories Menu */
.b-subcats{

}
.b-subcats__item:not(:last-child){
	margin-bottom: 0.5em;
}



/* 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: none;
	}
}
.b-sidebar__section{
	margin-bottom: 3.5em;
}
.b-sidebar__section_search-w{
	margin-bottom: 2em;
}

/* 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 *****/
/*********************************************/

/*********************************************/
/***** END icon *****/
/*********************************************/

.icon-arrow-down {
	width: 53px;
	height: 27px;
	background-image: url('../img/sprite.png');
	background-position: 0 0;
	display: inline-block;
}
.icon-to-shop {
	width: 117px;
	height: 15px;
	display: inline-block;
	background-image: url('../img/sprite.png');background-position: 0 -36px;
}

.icon-date {
	height: 14px;
	width: 12px;
	display: inline-block;
	background-image: url('../img/sprite.png');
	background-position: 0px -57px;
	position: relative;
	top:4px;
}
.icon-instagram {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url('../img/sprite.png');
	background-position: 0px -77px;
}
.icon-instagram:hover {
	background-position: -45px -77px;
}
.icon-footer-logo {
	height: 84px;
	width: 124px;
	display: block;
	background-image: url('../img/sprite.png');
	background-position: 0px -124px;
	float: right;
}
.btn-download-icon {
	width: 56px;
	height: 72px;
	display: inline-block;
	background-image: url('../img/sprite.png');
	background-position: 0px -214px;


}
/*********************************************/
/***** END icon *****/
/*********************************************/




.btn-to-shop {
	display: inline-block;
	background: #222;
	border-radius: 8px;
	/* padding: 15px 32px 15px 35px; */
	padding: 0 15px;
	margin-left: 38px;
	position: relative;
	transition: .3s;
	font-family: 'Conv_UkrainianJikharev',Sans-Serif;
	color:#0BF2D6;
	text-decoration:none;
	line-height: 44px;
	white-space:nowrap;
	    font-size: 17px;
}
.btn-to-shop:before {
	content: '';
	position: absolute;
	left:5px;
	top:5px;
	bottom: 5px;
	right: 5px;
	background: transparent;
	border: 2px solid #0BF2D6;
	border-radius: 4px;
	transition: .3s;
}

.btn-to-shop:hover {
	background: #0BF2D6;
	color:#414141;
}
@media(max-width: 960px){
	.btn-to-shop:not(.btn-to-shop--mobile) {
		padding: 10px 16px 10px 16px;
		margin-left: 20px;
	}
}
.btn-to-shop--mobile {
	display: none;
}
@media(max-width:768px){
	.btn-to-shop--mobile {
		display: inline-block;
		margin-right: 30px;
	}
}
@media(max-width:400px){
	.btn-to-shop--mobile {
		margin: 0 10px;
	}
	.btn-to-shop--mobile:before {
		
	}
}

/*********************************************/
/***** BEGIN main_promo *****/
/*********************************************/
.main-promo {
	display: block;
	text-decoration: none;
	height:600px;
	height: 100vh;
	background-color: #150902;
	background-image: url("../img/main_promo-bg.png");
	background-size: cover;
	background-position: center center;
	text-align: center;
	font-size: 0;
	position: relative;
}
.main-promo__logo {
	max-width: 60%;
	display: inline-block;
	vertical-align: middle;
}
.main-promo:before {
	width: 0;
	display: inline-block;
	height:100px;
	height: 100%;
	vertical-align: middle;
	content: '';
}
.main-promo__desc {
	font-family: 'proxima_nova_ltlight';
	color: #98d5d7;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1;
	margin-top: 26px;
}
@media(max-width: 800px){
	.main-promo__desc {
		font-size: 14px;
		letter-spacing: 1px;
	}
}
.main-promo__btn {
	width: 94px;
	height: 94px;
	background: #0f0f0d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -47px;
	display: block;
	text-align: center;
	padding-top: 34px;
	transition: .3s;
}
.main-promo__btn:hover {
	background: #15e8ce;
}
.main-promo__btn:hover .icon-arrow-down{
	background-position: -54px 0;
}
/*********************************************/
/***** END main_promo *****/
/*********************************************/


/*********************************************/
/***** our-team BEGIN *****/
/*********************************************/
.our-team {

}
.our-team__list {
	margin-left: -50px;
	margin-top: -30px;
	font-size: 0;
	text-align: center;
}
.our-team__photo-block {
	display: inline-block;
	width: 272px;
	height: 204px;
	margin-left: 30px;
	margin-top: 30px;
	text-decoration: none;
}
.our-team__wrap {
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
}
.our-team__pb-hover {
	height: 100%;
	background-color: rgba(0,0,0, 0.5);
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	opacity: 0;
	transition-timing-function: easy;
	transition-duration: .3s;
}
.our-team__pb-hover:hover {
	opacity: 1;
}
.our-team__name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 14px;
	margin-bottom: 14px;
	position: relative;
	text-transform: uppercase;
}
.our-team__name:before {
	content: '';
	background: #a7a7a7;
	width: 42px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -21px;
}
.our-team__position {
	font-size: 13px;
}
/*********************************************/
/***** our-team END *****/
/*********************************************/


/*********************************************/
/***** contacts START *****/
/*********************************************/

.g-contacts h3{
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
.g-contacts p {
	color: #666666;
	font-size: 1rem;
}
/*********************************************/
/***** contacts END *****/
/*********************************************/


/*********************************************/
/***** .category-menu BEGIN *****/
/*********************************************/

.category-menu{
	background: #0fbca6;
}
.category-menu__container {
	display: table;
	width: 100%;
	text-align: center;
	table-layout: fixed;
	position: relative;
}
.category-menu__item:last-child:after {
	content: '';
	width: 1px;
	top:0;
	height: 100%;
	position: absolute;
	right: 0;
	background: #14d0b8;
}
.category-menu__item {
	display: table-cell;
	position: relative;
}
.category-menu__item-heading {
	position: relative;
	display: block;
	text-decoration: none;

}
.category-menu__item-heading:hover {
	background: #0fb19c;
}


.category-menu__item-heading:before {
	content: '';
	width: 0;
	height: 94px;
	display: inline-block;
	vertical-align: middle;
}
.category-menu__item-heading:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	background: #14d0b8;
}
.category-menu__item-heading-link {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	max-width: 90%;
}
/*********************************************/
/***** .category-menu END *****/
/*********************************************/


/*********************************************/
/***** .category-menu MOBILE BEGIN *****/
/*********************************************/
.cat-menu-mobile {
	display: none;
}
@media(max-width:960px){
	.cat-menu-mobile {
		display: block;
	}
}
.cat-menu-mobile__list {
	margin-top: 15px;
	display: none;
}
.cat-menu-mobile__list.active {
	display: block;
}
.cat-menu-mobile__item {
	border-top: 1px solid #e4e4e4;
}
.cat-menu-mobile__link {
	display: block;
	text-decoration: none;
	padding: 15px 0;
	text-transform: uppercase;
	position: relative;
	vertical-align: middle;
	font-weight: 600;
	color: #000;
}
.cat-menu-mobile__button-text-el {
	display: inline-block;
	font-size: 1.2rem;
}
.cat-menu-mobile__button {
	cursor: pointer;
}
/*********************************************/
/***** .category-menu MOBILE END *****/
/*********************************************/



/*********************************************/
/***** .portfolio MOBILE END *****/
/*********************************************/

.portfolio {

}
.portfolio__list {
	font-size: 0;
}

.portfolio__pages {
	display: inline-block;
	vertical-align: top;
	width: 25%;


	position: relative;
}
.portfolio__inside {
	background: #000;
	position: absolute;
	top:15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background-size: cover;
	background-position: center center;
}
.portfolio__pages:after {
	content: '';
	padding-top: 80%;
	display: block;
}
.h-2.portfolio__pages:after {
	padding-top: 160%;
}


.portfolio__wrap {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0, 0.6);
	transition: .3s;
	opacity: 0;
}
.portfolio__wrap:hover {
	opacity: 1;
}
.portfolio__cell {
	display: table-cell;
	vertical-align: middle;
}
.portfolio__pages-heading {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	max-width: 90%;
}
.portfolio__pages-description {
	margin-top: 12px;
	display: inline-block;
	max-width: 90%;
}

.portfolio__button {
	border: 2px solid #0bd1b9;
	font-weight: bold;
	line-height: 36px;
	padding: 0 30px;
	border-radius: 3px;
	display: inline-block;
	margin-top: 17px;
}

@media(max-width: 1400px){
	.portfolio__pages{
		width: 33%;
	}
	.portfolio__inside{
		top:10px;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
}
@media(max-width:960px){
	.portfolio__pages{
		width: 50%;
	}
	.portfolio__inside{
		top:7px;
		bottom: 7px;
		left: 7px;
		right: 7px;
	}
}
@media(max-width:768px){
	.portfolio__pages{
		width: 50%;
	}
	.portfolio__inside{
		top:5px;
		bottom: 5px;
		left: 5px;
		right: 5px;
	}
}
@media(max-width:480px){
	.portfolio__pages{
		width: 100%;
	}
	.portfolio__inside{
		top:10px;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	.portfolio__pages:after{
		padding-top: 60%;
	}
	.h-2.portfolio__pages:after {
		padding-top: 80%;
	}
}
/*********************************************/
/***** .portfolio MOBILE END *****/
/*********************************************/

/*********************************************/
/***** btn-download START *****/
/*********************************************/
.btn-download {
	width: 170px;
	height: 156px;
	border: 1px solid #e4e4e4;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	text-decoration: none;
	text-align: center;
}
.btn-download-icon__wrap {
	margin-top: 19px;

}
.btn-download__title {
	color: #000;
	margin-top: 8px;
}
.btn-download__size {
	color: #999999;
}
/*********************************************/
/***** btn-download END *****/
/*********************************************/



/*********************************************/
/***** btn-to-up START *****/
/*********************************************/
.btn-to-up {
	width: 94px;
    height: 94px;
    background: #0f0f0d;
    display: block;
    text-align: center;
    padding-top: 34px;
    transition: .3s;
	position: absolute;
	bottom: 20px;
	z-index: 100;
	right: -200px;
	cursor: pointer;
	opacity: 0;
}
.btn-to-up:hover {
	background: #15e8ce;
}
.btn-to-up:hover .icon-arrow-down {
    background-position: -54px 0;
}
@media (max-width: 1650px){
	.btn-to-up {
		right: -100px;
	}
}
@media (max-width: 1420px){
	.btn-to-up {
		right: 0;
	}
}
@media (max-width: 1200px){
	.btn-to-up {
		display: none!important;
	}
}
.btn-to-up.active {
	opacity: 1;
}
.btn-to-up .icon-arrow-down {
	transform: rotate(180deg);
}
.g-container--fixed {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

/*********************************************/
/***** btn-to-up END *****/
/*********************************************/