.b-main{
	padding-bottom: 60px;
}
@media(min-width:768px){
	.b-main.main-scroll {
		padding-top: 75px;
	}
}

/*********************************************/
/***** Header BEGIN *****/
/*********************************************/
.b-header.sticky.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background-color: #fff;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,.15);
}

@media(max-width:768px){
	.b-header.sticky.fixed {
		position: static;
		box-shadow: none;
	}
}

.b-header

.b-header__line{
	background-color: #3a3a3a;
	color: #a6a6a6;
}
.b-header__main{
	padding: 15px 0 0;
}



/****** 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: inline-block;
	margin-left: 30px;
	position: relative;
	font-size: 13px;
	vertical-align: middle;
}
.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;
}
.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;
	position: relative;
	margin-bottom: -55px;
	z-index: 1;
	max-width: 110px;
}

.b-logo--footer {
	padding-top: 10px;
}

/* L */
@media(max-width:1200px){
	.b-logo{
		text-align: center;
	}
}
/* S */
@media(max-width:768px){
	.b-logo{
		text-align: left;
		margin-bottom: 0;
	}
}
/****** END b-logo ******/



/****** toggle-menu BEGIN ******/

.mobile-hide {
	display: none;
}

@media(max-width:768px){
	.mobile-hide {
		display: inline-block;
	}
}
.b-toggle-menu{
	cursor: pointer;
	text-align: right;
	display: inline-block;
}
/****** END toggle-menu ******/

/*********************************************/
/***** END Header *****/
/*********************************************/





/*********************************************/
/***** Menu BEGIN *****/
/*********************************************/
.b-menu{
	font-size: 0;
	text-align: right;
}
/* 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;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	line-height: 1;
}
.b-menu__item--lang {
	padding-left: 15px;
	margin-left: 15px;
}
.b-menu__item--lang::before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	bottom: 0;
	width: 1px;
	background-color: #366487;
}
@media(max-width:768px){
	.b-menu__item--lang {
		padding: 0;
	}
	.b-menu__item--lang::before {
		display: none;
	}
}
.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){
	.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: #999;
	}
	.b-menu__item_arrow:hover:after{
		content: '\f107';
	}
}

.b-menu__link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	transition: all 500ms;
	letter-spacing: 1px;
}

.b-menu__link::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom:-10px;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #0f7fe3;
	transition: all 500ms;
}


.b-menu__link:hover{
	color: #0f7fe3;
}
.b-menu__link:hover::after {
	width: 100%;
}

/* S */
@media(max-width:768px){
	.b-menu__link{
		display: block;
		padding: 15px 0;
	}
	.b-menu__item_active .b-menu__link:after,
	.b-menu__link:hover::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;
	}
}


.user-panel__item {
	display: inline-block;
	font-size: .9rem;
	vertical-align: top;
	position: relative;
	border-top: 0;
	border-bottom: 0;
}

@media(max-width:768px){
	.user-panel__item {
		padding-top: 15px;
	}
}

.user-panel__link {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
}

.user-panel__arrow {
	width: 8px;
	height: 5px;
	display: inline-block;
	fill: #333;
	position: relative;
	top: -4px;
}

.svg-icon {
	max-width: 100%;
	max-height: 100%;
	fill: currentColor;
}

.user-panel__drop {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 100%;
	right: 0;
}
.user-panel__item:hover .user-panel__drop {
	display: block;
}
.overlay {
	padding: 5px 0;
	border: 1px solid #dfe4eb;
	text-align: left;
	background: #fff;
	box-shadow: 0 3px 4px rgba(0,0,0,.15);
}
.overlay__item {
	position: relative;
}
.overlay__item:hover {
	background: #f5f5f5;
}
.overlay__link {
	display: block;
	padding: 5px 30px 5px 10px;
	white-space: nowrap;
	color: #333;
	text-decoration: none;
}

/***** Submenu BEGIN *****/
.b-submenu{
	border: 1px solid #e4e4e4;
	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: #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: #000;
}

.b-submenu__link:hover{
	background-color: #f4f4f4;
}
@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: auto;
}

.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;
	float: left;
	width: 100%;
}

.b-banner-main__phones {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
	min-height: 220px;
	width: 345px;
	background-color: #f5faff;
	text-align: right;
	margin-bottom: 50px;
}
.b-banner-main__phones:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 500%;
	background-color: #f5faff;
}
.main-phones {

}
.main-phones--main {
	display: none;
}

@media(max-width:768px){
	.main-phones--main {
		display: table;
		margin: 30px auto;
	}
}


.main-phones__title {
	display: inline-block;
	padding: 0 30px;
	font-size: 21px;
	font-weight: 500;
	line-height: 46px;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
	border: 1px solid #0f7fe3;
	background-color: #0f7fe3;
}
.main-phones__title:hover {
	background-color: #fff;
	color: #0f7fe3;
}
.main-phones__content {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

@media(max-width:768px){
	.b-banner-main {
		display: none;
	}
}

.b-banner-main__info {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: flex-end;
}
.b-banner-main__info-helper{
	background-color: #0f7fe3;
	color: #fff;
	width: 100%;
	height: 100%;
	max-width: 820px;
	min-height: 195px;
	text-align: left;
	padding: 10px 65px;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

@media(max-width:1200px){
	.b-banner-main__info-helper {
		display: none;
	}
}

.b-banner-main__info-helper-2{
	min-height: 190px;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.b-banner-main__title{
	font-size: 48px;
	line-height: 1;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 4px;
}
/* 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{
	color: #fff;
	font-size: 21px;
	max-width: 505px;
}
.b-banner-main__text p {
	margin-bottom: 0;
}

/* M */
@media(max-width:1200px){
	.b-banner-main__text{
		display: none;
	}
}


.b-banner-main__button {
	display: inline-block;
	color: #0f7fe3;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	background-color: #fff;
	border: 1px solid #fff;
	width: 100%;
	padding: 0 10px;
	max-width: 205px;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
}

.b-banner-main__button:hover {
	background-color: #055ba9;
	border-color: #055ba9;
	color: #d8edff;
}

/* L */

.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 .slick-dots{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 100%;
	max-width: 1200px;
}
.b-banner-main .slick-dots li{
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
}
.b-banner-main .slick-dots button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 50px;
	height: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	background-color: #fff;
}
.b-banner-main .slick-dots .slick-active button,
.b-banner-main .slick-dots .slick-active button:hover {
	background-color: #0f7fe3;
}

/*********************************************/
/***** END Banner *****/
/*********************************************/





/*********************************************/
/***** Dashboard BEGIN *****/
/*********************************************/
.b-dashboard{

}
.b-dashboard__item{
	margin-bottom: 20px;
	text-align: center;
}
.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: 16px;
	line-height: 1;
	margin: 0 22px 10px 22px;
	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;
}

@media(max-width:768px){
	.b-dashboard_ico-color {
		padding-left: 0!important;
	}
}

/*********************************************/
/***** END Dashboard *****/
/*********************************************/





/*********************************************/
/***** Hometext BEGIN *****/
/*********************************************/
.b-hometext{

}
.b-hometext__title{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.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%;
}
/* 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__block {
	padding: 0 30px;
	padding-bottom: 50px;
}

.b-blog-w__block:last-of-type {
	padding-bottom: 0;
}

@media(max-width:768px) {
	.b-blog-w__block {
		padding: 0 15px!important;
		margin-bottom: 30px;
	}
}
.b-blog-w__item{
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
}

@media(max-width:768px){
	.b-blog-w__item {
		height: auto;
	}
}

.b-blog-w__btn {
	cursor: pointer;
}


.b-blog-w__image{
	width: 100%;
	top: 0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

@media(max-width:768px){
	.b-blog-w__image {
		position: relative;
		height: 350px
	}
}

.b-blog-w__image img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	height: 100%;
	min-width: 100%;
	width: auto;
	max-width: none;
}

@media(max-width:1200px){
	.b-blog-w__image img {

	}
}

.b-blog-w__item:hover .b-blog-w__image img {

}

.b-blog-w__title{
	position: relative;
	z-index: 1;
	font-weight: 600;
	font-size: 16px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 75px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,128,255,.9);
	border-radius: 10px;
}

@media (min-width: 960px) {
	.b-blog-w__title {
		font-size: 21px;
	}
}

.b-blog-w__title span {
	display: block;
	max-width: 375px;
	text-align: center;
}

.b-blog-w__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;

	position: absolute;
	left: 0;
	right: 0;
	top: 275px;
	width: 100%;
	z-index: 1;
}

/*@media(max-width:768px){*/
	/*.b-blog-w__content {*/
		/*position: static;*/
		/*background-color: rgba(0,128,255,.9);*/
	/*}*/
	/*.b-blog-w__title {*/
		/*background-color: transparent;*/
	/*}*/
/*}*/

.b-blog-w__extra-info {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

@media (min-width: 960px) {
	.b-blog-w__extra-info {
		font-size: 18px;
	}
}

.b-blog-w__extra-info div {
	max-width: 435px;
	margin: 0 auto 30px;
}

.b-blog-w__item:hover .b-blog-w__title {
	margin-bottom: 15px;
	background-color: transparent;
}
.b-blog-w__item:hover .b-blog-w__content {
	background-color: rgba(0,128,255,.9);
	top: 0;
	bottom: 0;

	-webkit-transition: top .3s ease-out;
	-moz-transition: top .3s ease-out;
	-o-transition: top .3s ease-out;
	transition: top .3s ease-out;
}

/*@media(max-width:768px){*/
	/*.b-blog-w__extra-info {*/
		/*display: block;*/
		/*position: static;*/
		/*padding: 10px;*/
	/*}*/
	/*.b-blog-w__item:hover .b-blog-w__title {*/
		/*margin-bottom: 0;*/
	/*}*/
/*}*/

.b-blog-w__extra-info .g-text_sub {
	margin-bottom: 10px;
}
.b-blog-w__extra-info .g-link {
	display: inline-block;
	margin: 0 auto;
	padding: 0 35px;
	line-height: 34px;
	font-size: 14px;
	color: #d8edff;
	border: 1px solid #055ba9;
	background-color: #055ba9;
	transform: translate(0, 0);
	border-radius: 30px;
}

.b-blog-w__extra-info .g-link:hover {
	background-color: #d8edff;
	border-color: #d8edff;
	color: #055ba9;
}
/*********************************************/
/***** END Blog widget *****/
/*********************************************/





/*********************************************/
/***** Partner widget BEGIN *****/
/*********************************************/
.b-partner-w {
	padding: 0 45px;
	text-align: center;
}

.b-partner-w__item{
	margin: 0 20px 0 20px;
}
.b-partner-w__item a {
	min-height: 75px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/*.b-partner-w__item img {*/
	/*filter:  brightness(0);*/
	/*opacity: .5;*/
/*}*/
/*.b-partner-w__item a:hover img {*/
	/*filter: grayscale(0);*/
	/*opacity: 1;*/
/*}*/

.b-partner-w__arrow{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 60px;
	height: 32px;
	background-color: #0f7fe3;
	overflow: hidden;
}
.b-partner-w__arrow span {
	top: 6px;
	position: absolute;
}
.b-partner-w__arrow:hover {
	cursor: pointer;
}
.b-partner-w__arrow span svg {
	display: block;
	fill: #fff;
}
.b-partner-w__arrow--left {
	left: 0;
}
.b-partner-w__arrow--left span {
	left: 50%;
}
.b-partner-w__arrow--left:hover span {
	left: 7px;
	-webkit-transition: left .5s ease-out;
	-moz-transition: left .5s ease-out;
	-o-transition: left .5s ease-out;
	transition: left .5s ease-out;
}
.b-partner-w__arrow--right {
	right: 0;
}
.b-partner-w__arrow--right span {
	right: 50%;
}
.b-partner-w__arrow--right:hover span {
	right: 7px;
	-webkit-transition: right .5s ease-out;
	-moz-transition: right .5s ease-out;
	-o-transition: right .5s ease-out;
	transition: right .5s ease-out;
}


/*********************************************/
/***** END Partner 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;
	}
}

@media(max-width:768px){
	.btn-callback__form  {
		width: 270px;
	}
}

.btn-callback {
	position: absolute;
	width: 212px;
	left: -167px;
	top: -44px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);

	-webkit-transform-origin:100% 100%;
	-moz-transform-origin:100% 100%;
	transform-origin:100% 100%;
	background-color: #000;
	z-index: 100;
	cursor: pointer;
}
.btn-callback:hover,
.btn-callback__wrap.open .btn-callback {
	background-color: #0d6cc1;
}
.btn-callback__wrap.open .btn-callback:hover {
	background-color: #000;
}

.btn-callback .link {
	display: block;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
}



.b-footer{
	margin-top: -300px;
	background-color: #0e2435;
	color: #999;
}
.b-footer__item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	margin-bottom: 3px;
}
.b-footer__ico {
	margin-right: 5px;
	width: 15px;
	text-align: center;
}
.b-footer__ico--pin {
	position: relative;
	top: 2px;
}
.b-footer__ico svg {
	fill: #0f7fe3;
}
.b-footer__text {
	font-size: 14px;
}

.b-footer__basement__item {
	margin-left: 10px;
}

.b-footer__basement-link {
	color: #999;
	text-decoration: underline;
	font-size: 14px;
}

.b-footer__basement-link:hover {
	text-decoration: none;
}

.scrollTop {
	position: fixed;
	bottom: 100px;
	left: 0;
	right: 0;
	z-index: 10000;
}

.scrollTop.hidden {
	display: none;
}

.scrollTop__inner {
	max-width: 1255px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.scrollTop__btn {
	position: absolute;
	right: 0;
	top: -25px;
	width: 50px;
	height: 50px;
	background: #0f7fe3 url("/templates/businessimage/_img/arrow_top.png") no-repeat center;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,.35);
	border-radius: 50%;
}

.scrollTop__btn:hover {
	transform: scale(1.1,1.1);
}


/* M */
@media(max-width:960px){
	.b-footer{
		height: auto;
		margin-top: 0;
	}
}
.b-footer__inner{
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
/* M */
@media(max-width:960px){
	.b-footer__inner{
		height: auto;
	}
}

.b-footer__section{
	padding-top: 3em;
	font-size: 1.15em;
}

.b-footer__wrapper {
	max-width: 1170px;
	margin: 0 auto;
}

@media(min-width: 1400px) {
	.b-footer__wrapper {
		padding-left: 10px;
	}
}

@media(min-width: 1400px) {
	.b-footer__col--menu {
		padding-left: 70px !important;
	}
}

@media(max-width: 1200px){
	.b-footer__col--logo {
      display: none;
	}
}

.b-footer__col--info {
	padding-left: 10px !important;
}

@media(min-width: 1400px) {
	.b-footer__section--desc {
      margin-left: 15px;
	}
}
.b-footer__section--contacts {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.b-footer__section--contacts .b-footer__item {
	position: relative;
}
.b-footer__section--contacts .b-footer__item:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	width: 1px;
	background-color: #324553;
}

.b-footer__title{
	margin-bottom: 1em;
}
.b-footer__item{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


/****** b-socgroups BEGIN ******/
.b-socgroups{
	margin-left: -10px;
	margin-bottom: 10px;
}
.b-socgroups:after{
	content: "";
	display: table;
	clear: both;
}
.b-socgroups__item{
	display: inline-block;
	margin-left: 15px;
	color: #0f7fe3;
	text-decoration: none;
}

.b-socgroups__item::before {
	font-size: 20px;
}
/****** END b-socgroups ******/



/****** b-menu-footer BEGIN ******/
.b-menu-footer__item{
	margin-bottom: .3em;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
/****** END b-menu-footer ******/


.b-footer__line{
	border-top: 1px solid #324553;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0px;
}
.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;
}

@media (min-width: 769px) {
	.b-breadcrumbs .g-container {
		padding-left: 150px;
	}
}

.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{
	font-size: 2.1em;
	color: #000;
	line-height: 1;
	margin-bottom: 1em;
	font-size: 2em;
}
.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.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 *****/
/*********************************************/

.btn-callback__wrap {
	position: fixed;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	overflow: hidden;
	width: 330px;
	display: none;
}

@media (max-width: 768px) {
	.btn-callback__wrap {
		right: -270px;
	}
}

.btn-callback__wrap.open {
	display: block;
	z-index: 10002;
}

.btn-callback__form {
	width: 330px;
	padding: 50px 20px 30px 20px;
	background-color: #fff;
}


.btn-callback:hover,
.btn-callback__wrap.open .btn-callback {
	background-color: #0d6cc1;
}

.btn-callback__wrap.open .btn-callback:hover {
	background-color: #000;
}

.btn-callback .link {
	display: block;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
}

.btn-callback__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 13px;
	cursor: pointer;
}

.popup-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10001;
}

.hidden {
	display: none !important;
}