@font-face {
  font-family: 'TrebuchetMS';
  src: url('../fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/TrebuchetMS.woff') format('woff'), 
  url('../fonts/TrebuchetMS.ttf')  format('truetype'), 
  url('../fonts/TrebuchetMS.svg#TrebuchetMS') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Trebuchet MS', 'Roboto', sans-serif;
}

body .hidden {
	display:none !important;
}

.b-top-banner {
	/*margin-top: 77px;*/
    text-align: center;
}

.b-top-banner img {
	max-width: 100%;
}

@media (max-width: 540px) {
	.b-top-banner {
		margin-top: 0px;
		padding: 0px;
	}	
}

.b-header {
	margin: 26px auto 0 auto;
}

.b-header__wrapper:after {
    content: '';
    display: block;
    height: 2px;
    background: #C4C4C4;
    width: 100%;
    position: relative;
    bottom: 6px;
	z-index: 1;
}

.b-header__logo {
	text-align: center;
}

.b-header__logo-link {
	display: inline-block;
    position: relative;
    z-index: 3;
}

.b-header__logo-img {
	
}

.b-header__logo-title {
    color: #B2798E;
    position: absolute;
    right: 0px;
    bottom: -3px;
    line-height: 17px;
    display: block;
    z-index: 2;
    background: #fff;
    padding: 0 9px 0 22px;
}

.b-header__right {
	text-align: right;
    position: relative;
}

.b-header__left {
	text-align: left;
    position: relative;
}

.b-header__left-text {
	color: #323131;
    font-size: 16px;
    line-height: 20px;
	font-family: 'Roboto';
    position: absolute;
    bottom: 16px;
    left: 15px;
}

.b-authorize__login {
    background: #D5B1BA;
    color: #323131;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 14px;
    border-radius: 11px;
    text-decoration: none;
    vertical-align: bottom;
    display: inline-block;
	float: right;
	margin: 0 0 0 21px;
}

.b-authorize__login:hover,
.b-authorize__login:focus
.b-authorize__login:active {
    color: #323131;	
	text-decoration: none;
}

.b-header__right-block {
	position: absolute;
    bottom: 16px;
	right: 15px;
}

.b-header-soc {
	border: 1px #323131 solid;
    display: inline-block;
    height: 22px;
    width: 22px;
    vertical-align: bottom;
    border-radius: 12px;
    text-align: center;
    line-height: 22px;	
	float: right;
    margin: 0 0 0 7px;
}

.b-header-soc img {
    display: inline-block;
    margin: 0px 0 3px;	
}

.b-top-search {
	position:absolute;
	right:15px;
	top:22px;
	z-index:3;
}

.b-top-search__input {
	border: 1px #323131 solid;
    line-height: 14px;
    color: #323131;
    font-size: 14px;
    padding: 4px 14px;
    border-radius: 14px;
    /*width: 300px;*/
	width:100%;
}

.b-top-search__submit {
    background: transparent;
    border: none;
    padding: 0;
    height: 26px;
    width: 26px;
	cursor: pointer;
    position: absolute;
    top: 1px;
    right: 2px;
}

.b-top-search__submit img {
	max-width: 100%;
	max-height: 100%;
}

.b-top-search__btn {
	color:#323131;
    text-transform: uppercase;
    font-size: 10px;
    padding: 4px 14px;
	border: 1px #323131 solid;
    border-radius: 12px;
    text-align: center;
    line-height: 12px;
    display: inline-block;
}

.b-top-search__btn-m {
    display: inline-block;
}

.b-top-search__btn:hover,
.b-top-search__btn:focus
.b-top-search__btn:active {
	color:#323131;
	text-decoration: none;	
}

.b-top-btn {
	position:absolute;
	left:15px;
	top:24px;
	display: inline-block;
}

.b-top-btn span {
    display: block;
    background: #323131;
    width: 21px;
    height: 3px;
    margin: 0 0 6px 0;
}

.b-top-btn span:last-child {
    margin: 0 0 0px 0;	
}

.b-menu {
	padding-bottom: 54px;	
}

.b-menu__list {
	text-align:center;
    margin: 24px 0 0 0;
	padding: 0;
}

.b-menu__list-item {
	display:inline-block;
	margin:0 10px;
	position: relative;
	list-style: none;
}

.b-menu__list-link {
	font-size: 20px;
	line-height: 23px;
	color: #323131;	
	text-transform: uppercase;
	font-weight: bold;
}

.b-menu__list-link:hover {
	color: #B2798E;	
	text-decoration:none;
}

.b-menu__sub-list-wrap {
    display: none;	
    position: absolute;
    top: 22px;
    left: -16px;
	padding: 5px 0 0 0;
	z-index:1;
}

.b-menu__sub-list {
    text-align: left;
    background: #F5F5F5;
    padding: 18px 17px;
	min-width:213px;
}

.b-menu__sub-list-item {
    list-style: none;
    padding: 0px;	
    margin: 0 0 16px 0;
	line-height: 18px;
}

.b-menu__sub-list-link {
	color:#323131;
	font-size: 15px;
	text-transform: uppercase;
}

.b-menu__sub-list-link:hover {
	color: #B2798E;	
	text-decoration:none;
}

.active .b-menu__list-link {
	color: #B2798E;
}

.b-menu__list-item:hover .b-menu__sub-list-wrap {
	display: block;
}

.mobile-hidden {
	display: block !important;
}

.mobile-visible {
	display:none !important;
}

.mobile-hidden-ib {
	display: inline-block !important;
}

.mobile-visible-ib {
	display:none !important;
}

.search-opened {
    /*top: 54px;*/
	width:100%;
}

.b-sandvich {
	position: fixed;
    top: 0px;
    left: -394px;
    width: 394px;
    height: 100%;
    background: #fff;
    z-index: 101;
	-webkit-transition: left 0.5s;
    transition: left 0.5s;
}

.b-sandvich.opened {
    left: 0px;	
}

.b-background {
	background: rgba(50, 49, 49, 0.5);
	position: fixed;
    top: 0px;
    left: 0px;
	width:100%;	
	height: 100%;
    z-index: 100;
}

.b-sandvich__top {
	padding: 136px 0 0 142px;
}

.b-sandvich__top-logo {
	
}

.b-sandvich__top-list {
	list-style:none;
	padding:0px;
	font-size: 18px;
	line-height: 21px;
	margin:62px 0 0 23px;
}

.b-sandvich__top-list-item {
	padding:0;
    margin: 0 0 15px 0;
}

.b-sandvich__top-list-link {
	color:#323131;
}

.b-sandvich__top-list-link:hover {
	color:#323131;
	text-decoration:none;
}

.b-sandvich__top-list-title {
	text-transform: uppercase;
	font-weight: bold;
}

.b-sandvich__top-link {
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
}

.b-sandvich__top-socs {
	margin: 144px 0 0 17px;
}

.b-sandvich__top-soc {
	display:inline-block;
	margin:0 17px 0 0
}

.b-sandvich__top-prof {
	
}

.b-sandvich__login {
	display: block;
	background:#C4C4C4;
	margin: 38px 0 0 0;
	color:#323131;
	font-size: 18px;
	height:76px;
	line-height:76px;
	text-transform: uppercase;
	padding:0 0 0 164px;
}

.b-sandvich__login:hover {
	color:#323131;
	text-decoration: none;
}

.b-sandvich__register {
	display: block;
	background:#B2798E;
	color:#323131;
	font-size: 18px;
	height:76px;
	line-height:76px;
	text-transform: uppercase;	
	padding:0 0 0 164px;
}

.b-sandvich__register:hover {
	color:#323131;
	text-decoration: none;
}

.b-sandvich__bottom {
	background:#4D4D4D;
	padding: 61px 0 172px 164px;
}

.b-sandvich__bottom-list {
	list-style:none;
	padding:0px;
	font-size: 16px;
	line-height: 19px;
}

.b-sandvich__bottom-list-item {
	padding:0;
    margin: 0 0 20px 0;
}

.b-sandvich__bottom-list-link {
	color:#C4C4C4;
	text-transform: uppercase;
}

.b-sandvich__bottom-list-link:hover {
	color:#C4C4C4;
	text-decoration:none;
}

.b-menu__mobile-container {
	position:relative;
}

.b-menu__mobile-container {
	display:none;
}

.b-footer {
	padding: 39px 0 46px 0;
	background:#4D4D4D;
	text-align:center;
}

.b-footer__logo {
	display:inline-block;
}

.b-footer__logo-img {
    display: inline-block;
    margin: 0 0 0 38px;	
}

.b-footer__text-top {
	color: #808080;
	font-size: 14px;
	line-height: 16px;
    margin: 18px 0 0 0;
}

.b-footer-menu {
	margin: 18px auto 0;	
}

.b-footer-menu__list {
	border-top:1px #ABABAB solid;
	border-bottom:1px #ABABAB solid;
}

.b-footer-menu__list {
	width: 100%;
    padding: 0;
	white-space: nowrap;
	overflow: auto;	
	margin: 0;
}

.b-footer-menu__list-item {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.b-footer-menu__list-link {
	color: #C4C4C4;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
}

.b-footer-menu__list-link:hover {
	color: #C4C4C4;
	text-decoration:none;
}

.b-footer__text-bottom {
	color: #808080;
	font-size: 14px;
	line-height: 16px;
    margin: 18px auto 0;	
	max-width: 490px;
}

.b-footer-socs {
	margin:18px 0 0 0;
}

.b-footer-soc {
	margin: 0 4px;
	display: inline-block;
}

.b-footer-soc img {
	
}

.b-footer-age {
	color: #C4C4C4;
	font-size: 16px;
	line-height: 19px;
	border: 1px #C4C4C4 solid;
	margin: 19px auto 0;
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 33px;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
}

.b-brands {
	padding: 87px 0 87px;
	background:#F4F4F4;
}

.b_carousel {
	
}




.b_carousel__top {

    margin: 0 0 32px 0px;
}

.b_carousel__top-wrapper {
    display: flex;		
}

.b_carousel__title {
	color: #323131;
	font-size: 32px;
    line-height: 38px;
	display: inline-block;
	vertical-align:top;
    margin: -12px 0 0 0;
}

.b_carousel__sorts {
	display: inline-block;
	margin:0 0 0 46px;
	vertical-align:top;
    white-space: nowrap;
}

.b_carousel__sort {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color:#ABABAB;
	display: inline-block;
	margin: 0 36px 0 0;
}

.b_carousel__sort:last-child {
	margin: 0 0px 0 0;	
}

.b_carousel__sort:hover {
	color:#B2798E;
	text-decoration:underline;
}	

.b_carousel__sort.active {
	color:#B2798E;
	text-decoration:underline;	
}

.b_carousel__tags {
	display: inline-block;	
	vertical-align:top;
	margin:0 0 0 36px;
}

.b_carousel__tag {
	font-size: 16px;
	line-height: 20px;
	color:#ABABAB;
	display: inline-block;
	margin: 0 24px 0 0;
}

.b_carousel__tag:hover {
	color:#B2798E;
	text-decoration:underline;
}

.b-brands__item {
	
}

.b-brands__item-image-link {
    background: #fff;
    width: 100%;
    display: block;
    text-align: center;
}

.b-brands__item-image-block {
    background: #fff;
    height: 270px;
    vertical-align: middle;
    display: table-cell;
    width: 270px;	
}

.b-brands__item-image-block img {
    max-width: 100%;	
}

.b-brands__item-type {
	font-size: 16px;
	line-height:19px;
	color:#B2798E;
	text-transform: uppercase;
	margin:10px 0 0 0;
}

.b-brands__item-name {
    color: #323131;
    font-size: 18px;
    line-height: 21px;
    margin: 4px 0 0 0;
    min-height: 43px;
    display: inline-block;
}

.b-brands__item-name:hover {
	color:#323131;
	text-decoration:none;
}

.b-brands__item-description {
	color:#ABABAB;
	font-size: 16px;
	line-height:19px;
    margin: 10px 0 0 0;
	font-family: 'Roboto';
}

.b-brands__item-org-link {
	color:#ABABAB;	
}

.b-brands__item-org-link:hover {
	color:#ABABAB;	
	text-decoration: none;
}

.b-bands__item-text {
	font-family: 'Roboto';	
}

/* */
.b-viewpoint {
	padding: 56px 0 50px;
	background:#F4F4F4;
}

.b-viewpoint__item-wrapper {
    padding: 15px 15px;	
    text-align: center;
}

.b-viewpoint__item-image-link {
    display: block;
    text-align: center;
}

.b-viewpoint__item-image-block {
	height: 162px;
	width: 162px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    border-radius: 78px;
    border: 2px #fff solid;
    overflow: hidden;	
}

.b-viewpoint__item-image-block img {
    max-width: 100%;	
	width: 100%;
}

.b-viewpoint__item-name {
	font-size:18px;
	line-height: 21px;
	text-align:center;
	margin: 12px 0 0 0;
	color: #323131;
	font-weight: bold;
	display: inline-block;
}

.b-viewpoint__item-name:hover {
	color: #323131;
	text-decoration: none;
}

.b-viewpoint__item-cit {
	font-size:16px;
	line-height: 19px;
	text-align:center;
	margin: 8px 0 0 0;	
	font-family: 'Roboto';	
	color: #323131;
}

.b-viewpoint .carousel-controls {
    margin: 50px 0 0 0;	
}

/* */

.b-events {
	padding: 60px 0 49px;
}

.b-events__item-image-link {
	
}

.b-events__item-image-block {
    height: 270px;
    vertical-align: middle;
    display: table-cell;	
}

.b-events__item-image-block img {
    max-width: 100%;	
}

.b-events__item-type {
	font-size: 16px;
	line-height:19px;
	color:#B2798E;
	text-transform: uppercase;
	margin:9px 0 0 0;
}

.b-events__item-name {
    color: #323131;
    font-size: 18px;
    line-height: 21px;
    margin: 12px 0 0 0;
    display: inline-block;
}

.b-events__item-name:hover {
    color: #323131;
	text-decoration: none;
}

.b-events__item-dates {
	color: #656565;
    font-size: 18px;
    line-height: 21px;
	font-family: 'Roboto';
	margin: 4px 0 0 0;
}

/* */

.b-learning {
	padding: 1px 0 43px;
	background: #ECECEC;
	margin: 71px 0 0 0;
}

.b-learning__item-wrapper {
	border: 1px #323131 solid;
	padding: 15px 24px 25px;
}

.b-learning__item-top {
  /*  min-height: 340px;	*/
}

.b-learning__item-type {
	color: #B2798E;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
    max-height: 19px;
    overflow: hidden;
}

.b-learning__item-name__wrapper {
    min-height: 110px;	
}

.b-learning__item-name {
	color: #323131;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Roboto';
    margin: 15px -23px 0;
    padding: 5px 28px;
    background: #F4F4F4;
    display: block;
    overflow: hidden;
    max-height: 160px;
	min-height: 160px;
}

.b-learning__item-name:hover {
	color: #323131;
	text-decoration: none;
}

.b-learning__item-bottom {
	margin: 19px 0 0 0;
	font-size: 18px;
	line-height: 22px;
    text-align: center;
    position: relative;
}

.b-learning__item-top .b-learning__item-bottom {
    text-align: left !important;
	margin: 19px 0 0 0;
	font-size: 18px;
	line-height: 22px;
	height: auto;
    padding: 0 0px;
}

.b-learning__item-bottom_type {
	position: absolute;
	top:0px;
	right:20px;
}

.b-learning__item-date {
	color: #B2798E;
	display: inline-block;
	vertical-align: top;
    margin: 0 12px 0 0;
}

.b-learning__item-city {
    color: #323131;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}

.b-learning__item-point {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
    margin: 0 8px 0 0;
}

.b-learning__item-tutor {
	margin: 24px 0 0 0;
}

.b-learning__item-tutor-photo-wrapper {
	width: 73px;
	height: 73px;
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	border: 1px #fff solid;
	display: inline-block;
	overflow:hidden;
}

.b-learning__item-tutor-photo {
	max-width:100%;
	width:100%;
}

.b-learning__item-tutor-name {
    color: #323131;
    height: 73px;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto';
    vertical-align: top;
    margin: 0 0 0 20px;
	font-weight: 600;
}

.b-learning__item-tutor-name-wrapper {
	display:table-cell;
    vertical-align: middle;
    height: 73px;
}

.b-learning__item-bottom {
	margin: 10px 0 0 0;
	height: 37px;
}

.b-learning__item-commit {
	float: right;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 50px 10px;
	background: #B2798E;
	border-radius: 46px;
	-moz-border-radius: 46px;
	-webkit-border-radius: 46px;
}

.b-learning__item-commit:hover {
	text-decoration: none;
	color: #fff;
}

.b-learning__item-bottom-pic {
	display: inline-block;
	vertical-align: top;
    margin: 6px 33px 0 0;
}

.b-learning__item-bottom-pic:last-child {
	margin: 6px 0px 0 0;		
}

.b-learning__item-bottom-pic:hover {
	
}

.b-learning__item-bottom-pic img {
	
}
/* */

.b-techshop {
	padding: 57px 0 63px;
	background:#fff;
}

.b-techshop__item {
	
}

.b-techshop__item-wrapper {
	background:#F4F4F4;
    padding: 15px 15px;	
}

.b-techshop__item-image-link {
	display: block;	
}

.b-techshop__item-image-block {
    height: 270px;
    vertical-align: middle;
    display: table-cell;	
}

.b-techshop__item-image-block img {
    max-width: 100%;	
}

.b-techshop__item-type {
	font-size: 15px;
	line-height:19px;
	color:#B2798E;
	text-transform: uppercase;
	margin:10px 0 0 0;
}

.b-techshop__item-name {
    color: #323131;
    font-size: 18px;
    line-height: 21px;
    margin: 4px 0 0 0;
    min-height: 70px;
    display: inline-block;
	font-family: 'Roboto';	
}

.b-techshop__item-name:hover {
	color:#323131;
	text-decoration:none;
}

.b-techshop__item-city {
	color:#808080;
    font-size: 16px;
    line-height: 19px;
	margin: 10px 0 0 0;
}

.b-techshop__item-buttons {
	text-align:center;
	margin: 16px 0 0 0;
}

.b-techshop__item-buy {
	background:#B2798E;
	color:#fff;
    font-size: 16px;
    line-height: 19px;
	display: inline-block;
	padding: 9px 60px;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
}

.b-techshop__item-buy:hover {
	color:#fff;
	text-decoration: none;
}
/* */

.carousel-controls {
	margin: 66px 0 0 0;
	text-align:center;
}

.carousel-arrow {
	border: 2px rgba(50, 49, 49, 0.7) solid;
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 37px;
    text-align: center;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	cursor: pointer;
}

.carousel-arrow img {
    max-width: 100%;
    position: relative;
    top: 4px;
}

.carousel-arrow-left {
	margin: 0 116px 0 0;
}

.carousel-arrow-right {
	margin: 0 0 0 116px;
}

.carousel-arrow-left img {
    right: 1px;	
}

.carousel-arrow-right img {
    left: 1px;	
}

.carousel-pager {
	line-height: 33px;
    color: #323131;
    display: inline-block;
    font-size: 24px;
	font-family: 'Ubuntu';
	font-weight: 300;
}

.carousel-pager__current {
    font-size: 39px;	
}

.b-main-top {
	
}

.b-main-thema {
	background:#ECECEC;
}

.b-main-thema__expert {
	float:right;
    width: 260px;
	text-align:center;
}

.b-main-thema__expert-title {
	font-size: 18px;
	line-height: 21px;
	color:#323131;
	text-transform: uppercase;
	margin: 25px 0 0 0;
}

.b-main-thema__expert-img {
	height: 192px;
    width: 192px;
    border: 2px #fff solid;
    border-radius: 98px;
    -moz-border-radius: 98px;
    -webkit-border-radius: 98px;
    display: inline-block;
    margin: 10px 0 0 0;
	overflow:hidden;
}

.b-learning__item-tutor-photo {
	max-width:100%;
}

.b-main-thema__expert-name {
	font-size: 18px;
	line-height: 21px;
	color: #323131;
    font-family: 'Roboto';
	font-weight: 600;
	margin:18px 0 0 0;
	display: inline-block;
}

.b-main-thema__expert-name:hover {
	color: #323131;
	text-decoration:none;
}

.b-main-thema__expert-position {
	font-size: 16px;
	line-height: 19px;	
	color: #323131;
	margin: 8px 0 0 0;
    font-family: 'Roboto';
}

.b-main-thema__left {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 595px;
	float: left;
}

.b-main-thema__left-pic {
    height: 391px;
}

.b-main-thema__left-title {
    position: absolute;
    left: 0px;
    top: 171px;
    color: #323131;
    font-size: 20px;
    line-height: 23px;
    padding: 8px 19px 8px 31px;
    background: #ECECEC;
    text-transform: uppercase;
}

.b-main-thema__left-name {
	position: absolute;
    left: 0px;
    top: 223px;
    padding: 0 15px 0 31px;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    width: 600px;
    line-height: 1.1;
    font-family: 'Roboto';
    font-weight: 600;
}

.b-main-thema__left-description {
    font-size: 24px;
    text-transform: none;
    font-weight: normal;
    margin: 4px 0 0 0;
}

.b-main-thema__expert-question {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: bold;
	background: #B2798E;
	padding: 8px 15px;
	border-radius:19px;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	display:inline-block;
	margin:36px 0 0 0;
}

.b-main-thema__expert-question:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.b-pubs {
	margin: 54px 0 0 0;	
}

.b-pubs.b-pubs-top {
	margin: 0px 0 0 0;		
}

.b-pubs__item {
	margin: 0 0 54px 0;
}

.b-pubs__item-image-link {
    display: block;
    text-align: center;
}

.b-pubs__item-big .b-pubs__item-image-link {
    max-height: 302px;
    overflow: hidden;
}

.b-pubs__item-big .b-pubs__item-image-link .b-pubs__item-pic {
	width: 100%;	
}

.b-pubs__item-pic {
	display:inline-block;
	max-width:100%;
}

.b-pubs__item-type {
	color: #B2798E;
	font-size: 16px;
	line-height: 19px;
	text-transform:uppercase;
	margin: 10px 0 0 0;
}

.b-pubs__item-name {
    font-size: 18px;
    line-height: 21px;
    color: #323131;
    font-family: 'Roboto';
    display: inline-block;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.b-pubs__item-big .b-pubs__item-name {
    font-size: 24px;
    line-height: 28px;	
}

.b-pubs__item-name:hover {
	color: #323131;
	text-decoration:none;
}

.b-pubs__item-description {
    font-size: 16px;
    line-height: 21px;
    color: #656565;
    font-family: 'Roboto';
    margin: 9px 0 0 0;
}

.b-load-more__wrapper {
	text-align:center;
}

.b-load-more {
	display:inline-block;
    font-size: 15px;
    line-height: 18px;
	text-transform: uppercase;
	color: #323131;
	background: #ECECEC;
	padding: 9px 225px;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	margin: 66px 0 0 0;
	font-weight: bold;
	cursor: pointer;
}

.b-load-more:hover {
	color: #323131;
	text-decoration: none;
}

.b-rek-wrapper {
	text-align:center;
    margin: 0 0 20px 0;
}

.b-top-block {
	position:relative;
}

.b-pubs__section-page {
	margin-top:0px;
}

.b-news {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 270px;
	border-top: 5px #EFD5DC solid;
	margin: 0 0 24px 0;
    padding: 24px 0 0 0;
}

.b-news__title {
	font-size:36px;
	line-height: 42px;
	color: #323131;
	margin:0 0 10px 0;
    font-weight: bold;
}

.b-news__item {
	font-size:18px;
	line-height: 22px;	
    margin: 0 0 24px 0;
}

.b-news__item:after {
    margin: 0 0 0px 0;	
}

.b-news__item-date {
	color:#B2798E;
}

.b-news__item-name {
	display:inline-block;
	color: #323131;
    margin: 4px 0 0 0;
}

.b-news__item-name:hover {
	color: #323131;
	text-decoration: underline;
}

.b-section__right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 270px;	
	z-index:1;
}

.b-section-menu {
	border: 1px #ABABAB solid;
	padding: 19px 15px 15px;
	text-align:right;
}

.b-section-menu__item {
	color: #323131;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 16px 0;
    font-weight: bold;
}

.b-section-menu__item.active {
    color: #B2798E;	
	text-decoration: underline;
}

.b-section-menu__item:hover {
	color:#323131;
	text-decoration: underline;
}

.b-section-small-rek {
	margin: 16px 0 0 0;	
}

.b-section-small-rek img {
	max-width:100%;
}

.b-article-small-rek {
	margin: 0px 0 23px 0;	
}

.b-article-small-rek img {
	max-width:100%;
}

.b-publication {
	
}

.b-publication img {
	max-width: 100%;
}

.b-publication__top {
	padding: 23px 40px 57px;
	background:#ECECEC;	
}

.b-publication__top-section {
	color: #B2798E;
}

.b-publication__top-section-link {
	font-size:16px;
	line-height: 19px;	
	text-transform: uppercase;
	color: #B2798E;
}

.b-publication__top-section-link:hover {
	color: #B2798E;	
}

.b-publication__top-title {
	font-size:36px;
	line-height: 44px;
	font-weight: bold;
	margin: 4px 0 0 0;
}

@media (min-width: 767px) and (max-width: 1199px) {
	.b-header__logo-title {
	    right: -40px;	
	}
	
	.b-menu__list-link {
		font-size: 16px;
	}
	
	.b-news {
		width: 210px;
		padding: 10px 0 0 0;		
	}
	
	.b-section__right {
		width: 210px;		
	}
	
	.b-news__title {
		font-size: 32px;
		line-height: 34px;
	}
	
	.b-news__item {
		font-size: 16px;
		line-height: 18px;
	}
	
	.b-main-thema__expert {
		width: 210px;
	}
	
	.b-main-thema__left {
		max-width: 475px;
	}
	
	.b-main-thema__left-name {
		width: 475px;
	}
	
	.b-pubs__item-name {
		font-size: 18px;
		line-height: 20px;
		margin: 8px 0 0 0;		
	}
	
	.b-pubs__item-type {
		font-size: 14px;
	}
	
	.b-pubs__item-big .b-pubs__item-name {
		font-size: 22px;
		line-height: 26px;
	}
	
	.b-load-more {
		margin: 26px 0 0 0;	
	}
	
	.b-learning__item-commit {
		padding: 8px 22px 10px;	
	}
	
	.b-learning__item-bottom-pic {
		margin: 6px 22px 0 0;
	}
	
	.b-techshop__item-buy {
		padding: 9px 32px;
	}
	
	.b-section-menu__item {
		font-size: 12px;
		line-height: 14px;
		margin: 0 0 10px 0;
	}	
	
	.b-header__left-text {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.b-header__logo-title {
	    right: -110px;	
	}	
	
	.b-menu__list-link {
		font-size: 12px;
	}
	
	.b-menu__list-item {
	    margin: 0 6px;	
	}
	
	.b-news {
		width: 150px;
	}
	
	.b-section__right {
		width: 150px;		
	}
	
	.b-news__title {
		font-size: 28px;
		line-height: 30px;
	}
	
	.b-news__item {
		font-size: 14px;
		line-height: 16px;
	    margin: 0 0 14px 0;
	}
	
	.b-main-thema__expert {
		width: 150px;
	}
	
	.b-main-thema__expert-title {
		font-size: 16px;
		margin: 20px 0 0 0;
	}
	
	.b-main-thema__expert-img {
		max-width: 90%;
		height: auto;		
	}
	
	.b-main-thema__expert-name {
		font-size: 16px;
		line-height: 19px;
		margin: 8px 0 0 0;
	}
	
	.b-main-thema__expert-position {
		font-size: 12px;
		line-height: 17px;
		margin: 6px 0 0 0;
	}
	
	.b-main-thema__left {
		max-width: 355px;
	}
	
	.b-main-thema__left-name {
		width: 355px;
		font-size: 26px;
	}
	
	.b-main-thema__left-description {
		font-size: 20px;
	}
	
	.b-pubs__item-name {
		font-size: 16px;
		line-height: 18px;
	}
	
	.b-pubs__item-description {
		display: none;
	}
	
	.b-pubs__item-big .b-pubs__item-name {
		font-size: 18px;
		line-height: 22px;
	}
	
	.b-learning__item-type {
		font-size: 14px;
		line-height: 16px;
	}
	
	.b-learning__item-name {
		font-size: 16px;
		line-height: 18px;
		padding: 5px 15px;
	    margin: 15px -15px 0;
	}
	
	.b-learning__item-wrapper {
		padding: 15px 15px 25px;
	}
	
	.b-learning__item-bottom {
		margin: 18px 0 0 0;
	    font-size: 16px;
		line-height: 20px;
	}
	
	.b-learning__item-tutor-name {
		font-size: 16px;
		line-height: 19px;
		margin: 0 0 0 20px;
	}
	
	.b-learning__item-commit {
		padding: 8px 14px 8px;
		font-size: 12px;
		line-height: 15px;
	}
	
	.b-learning__item-bottom-pic {
		margin: 6px 12px 0 0;
	}
		
	.b-events__item-image-block {
		height: 150px;
	}
	
	.b-events__item-type {
		font-size: 14px;
		line-height: 17px;
		margin: 4px 0 0 0;
	}
	
	.b-events__item-name {
		font-size: 14px;
		line-height: 16px;
		margin: 8px 0 0 0;
	}
	
	.b-events__item-dates {
		font-size: 12px;
		line-height: 16px;
	}
	
	.b-viewpoint__item-image-block {
		height: auto;
	}
	
	.b-viewpoint__item-cit {
		font-size: 12px;
		line-height: 16px;
	}
	
	.b-viewpoint__item-wrapper {
		padding: 15px 10px;
	}
	
	.b-techshop__item-image-block {
		height: auto;
	}
	
	.b-techshop__item-name {
		font-size: 12px;
		line-height: 14px;
	}
	
	.b-techshop__item-buy {
		padding: 7px 16px;
		font-size: 14px;
		line-height: 16px;
	}
	
	.b_carousel__tags {
		display: none !important;
	}
	
	.b-brands__item-image-block {
		width: 150px;
		height: 150px;
	}
	
	.b-section-menu__item {
		font-size: 8px;
		line-height: 10px;
		margin: 0 0 4px 0;
	}
}

@media (max-width: 767px) {
	.mobile-hidden {
		display:none !important;
	}

	.mobile-visible {
		display: block !important;
	}
	
	.mobile-hidden-ib {
		display:none !important;
	}

	.mobile-visible-ib {
		display: inline-block !important;
	}

	.b-top-banner {
		margin-top: 0px;
		padding: 0px;
	}	
	
	.b-menu__list-link {
		font-size: 18px;
	}
	
	.b-sandvich.opened {
		left: -98px;
	}
	
	.b-header {
		margin: 16px auto 0 auto;
	}
	
	.b-header__logo-link {
		max-width: 201px;
	}
	
	.b-header__logo-img {
		max-width: 100%;
	}
	
	.b-header__wrapper:after {
	    margin: 10px 0 0 0;
		bottom: 0px;		
	}
	
	.b-header__logo-title {
		position: relative;
		right: 0px;
		bottom: 0px;
	    padding: 0 0px 0 0px;
		text-align: center;
	    margin: 12px 0 0 0;
		background: transparent;
	}
	
	.b-header__right-block {
		display: none;
	}
	
	.b-top-btn {
		left: 15px;
		top: -87px;
	}
	
	.b-top-search {
		right: 13px;
		top: -93px;
	}
	
	.search-opened {
		width: 100%;
		right: 0px;
		top: -34px;
		margin: 0;		
		padding: 0 15px;
	}
	
	.b-top-search__input {
		width: 100%;
		padding: 4px 24px 4px 14px;
	}
	
	.b-top-search__submit {
		height: 26px;
		width: 26px;
		top: 1px;
		right: 18px;
	}
	
	.b-menu__list {
		white-space: nowrap;
		overflow: auto;		
	}
	
	.b-menu__list-item:hover .b-menu__sub-list-wrap {
		display: none;
	}
	
	.b-menu__mobile-container {
		display:block;
	}
	
	.b-sandvich.opened {
		left: -74px;
	}
	
	.b-footer-menu > .row {
		border-top: none;
		border-bottom: none;
	}
	
	.b_carousel__top {
		display: block;
	}
	
	.b_carousel__top-wrapper {
		display: block;
	}
	
	.b_carousel__sorts {
		display: block;
		margin: 6px 0 0 0px;
	}
	
	.carousel-inner {
		white-space: nowrap;
		overflow: auto;		
	}
	
	.carousel-item {
		display: inline-block !important;
		vertical-align: top;
		opacity: 1 !important;
		width: auto;
	    margin: 0 30px 0 0;
	}
	
	.carousel-item:last-child {
		margin: 0 0px 0 0;
	}
	
	.carousel-item .row {
		display: block;		
	}
	
	.carousel-item .row .col-sm-3 {
		width: 300px;
		white-space: normal;
		vertical-align: top;
		display: inline-block;		
	}
	
	.carousel-item .row .col-sm-4 {
		width: 300px;
		white-space: normal;
		vertical-align: top;
		display: inline-block;		
	}
	
	.b-learning__item-bottom {

	}
	
	.b-learning__item-tutor-name {
		font-size: 16px;
		line-height: 19px;		
	}
	
	.b-learning__item-name {
		font-size: 17px;
		line-height: 21px;
		padding: 13px 24px;
	}
	
	.b-learning__item-tutor {
		margin: 16px 0 0 0;
	}
	
	/* */
	
	.b-menu {
		padding-bottom: 17px;
	}
	
	.b-menu__list {
		margin: 15px 0 0 0;
	}
	
	.b-main-thema {
	    background: #fff;
		margin-left: -15px;
		margin-right: -15px;		
	}
	
	.b-main-thema__left {
		max-width: 100%;
		height: auto;	
		float: none;
	}
	
	.b-main-thema__left-text {
		background: #F4F4F4;
		padding: 19px 15px;
	}
	
	.b-main-thema__left-pic {
		max-width: 100%;
		height: auto
	}
	
	.b-main-thema__left-title {
		position: static;
		text-align: center;
		padding: 0;
		margin: 0px 0 0 0;	
		background: none;		
	}
	
	.b-main-thema__expert {
		float:none;
		width: 100%;
	    padding: 0 15px;
	}
	
	.b-main-thema__left-name {
		position: static;
		padding: 0px;
		color: #323131;
		font-size: 24px;
		line-height: 34px;
		text-align: center;
		width: 100%;
		margin: 7px 0 0 0;		
	}
	
	.b-main-thema__left-description {
		font-size: 18px;
		line-height: 21px;
		margin: 8px 0 0 0;
	}
	
	.b-main-thema__expert-title {
		font-size: 20px;
		line-height: 23px;
		margin: 27px 0 0 0;
	}
	
	.b-main-thema__expert-img {
		margin: 33px 0 0 0;	
	}
	
	.b-main-thema__expert-name {
		font-size: 24px;
		line-height: 28px;	
		margin: 26px 0 0 0;
	}

	.b-main-thema__expert-position {
		font-weight: 300;	
	}
	
	.b-news {
		position: static;
		width: 100%;
		margin: 36px 0 24px 0;
	}
	
	.b-section__right {
		position: static;
		width: 100%;
		margin: 36px 0 24px 0;		
	}
	
	.b-news__title {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 18px 0;
	}
	
	.b-pubs__item-image-link {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.b-pubs__item-type {
		margin: 11px 0 0 0;
	}
	
	.b-pubs__item-name {
		margin: 3px 0 0 0;
	}
	
	.b-pubs__item-description {
		display: none;
	}
	
	.b-pubs__item {
		margin: 0 0 20px 0;
	}
	
	.b-pubs__item-big .b-pubs__item-name {
		font-size: 20px;
		line-height: 23px;
	}
	
	.b-load-more {
		padding: 9px 67px;
	    margin: 16px 0 0 0;
	}
	
	.b_carousel__sort {
	    margin: 0 10px 0 0;	
	}
	
	.b-header__left-text {
		display:none;
	}
	
	/* */
}
