@charset "utf-8";
@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;
  font-display: swap;
}

body {
	font-family: 'Trebuchet MS', 'Roboto', sans-serif;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
	font-family:'TrebuchetMS';
	font-size:32px;
}

body .hidden {
	display:none !important;
}

a {
    color: #B2798E;	
}

a:hover {
    color: #B2798E;	
}

.b-top-banner {
    text-align: center;
}

.b-top-banner img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 540px) {
	.b-top-banner {
		margin-top: 0px;
		padding: 0px;
	}	
}

.b-header {
	/*margin: 26px auto 0 auto;*/
	margin: 7px auto 0 auto;
}

.b-header__wrapper {
	/*background: url(../images/ny2020bg.jpg) bottom 7px center no-repeat;*/
	padding-top: 19px;
}

.b-header__wrapper:after {
    content: '';
    display: block;
    height: 2px;
    background: #C4C4C4;
	/*background: #BEDA99;*/
    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 {
    /*width: 376px;/* ny */
    /*margin: -10px 0 -18px 0;/* ny */
}

.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;
	
	/*right: 20px;/* ny */
	/*padding: 0 9px 0 35px;/* ny */

	/*height: 10px;/* ny */
    /*width: 246px;/* ny */
    /*right: 12px;/* ny */
}
/*
.b-header__logo-title:after {
	display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #F2E7EB;
    border-bottom: 1px #fff solid;
    position: absolute;
    bottom: 7px;
    left: 0px;
}
*/
.b-header__logo-title .b-header__logo-img {
	position:relative;
	z-index:1;
}

.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;
	margin: 0 -15px;
}

.b-header__left-text .c_banner-block a > img{
    max-width: 100% !important;	
}

.b-authorize__login {
	background: #D5B1BA;
    color: #323131;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    padding: 5px 14px 4px;
    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-authorize__login .b-authorize__login-pers,
.b-authorize__login .b-authorize__login-pers:hover,
.b-authorize__login .b-authorize__login-pers:focus,
.b-authorize__login .b-authorize__login-pers:active {
    color: #323131;	
	text-decoration: none;	
}

.b-authorize__login .b-authorize__login-logout {
    display: inline-block;
    margin: 0px -5px 0 5px;
    position: relative;
    top: -1px;	
}

.b-header__right-block {
	position: absolute;
    bottom: 16px;
	right: 15px;
    display: flex;
    align-items: flex-end;
}

.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: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 3px;
    border: 1px #323131 solid;
    border-radius: 12px;
    text-align: center;
    line-height: 13px;
    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: 34px;	
}

.b-menu__list {
	text-align:center;
    margin: 24px 0 0 0;
	padding: 0;
    display: flex;
    justify-content: center;
}

.b-menu__list-item {
	display:inline-block;
	/*margin:0 10px;*/
	margin:0 20px;
	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:2;
}

.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 !important;
}

.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 {
	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: 82px 0 0 142px;
	position:relative;
}

.b-sandvich__close {
	position:absolute;
    top: 29px;
    right: 22px;
    width: 22px;
}

.b-sandvich__close img {
    width: 100%;	
}

.b-sandvich__top-logo {
    max-width: 176px;	
}

.b-sandvich__top-list {
	list-style:none;
	padding:0px;
	font-size: 18px;
	line-height: 21px;
	margin: 42px 0 0 22px;
}

.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: 26px 0 0 0px;
}

.b-sandvich__top-soc {
	display:inline-block;
    margin: 0 6px 15px 0;
}

.b-sandvich__top-soc img {
	height:43px;
}

.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: 37px 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 3px;
    display: inline-block;
    vertical-align: top;
    width: 23px;
}

.b-footer-soc span {
	display:inline-block;
	height:22px;
	width:22px;
	border:1px #fff solid;
	border-radius:11px;
}

.b-footer-soc__vk,
.b-footer-soc__tg {
	background: url(../images/bg-ico-footer.svg) 1px 2px no-repeat;
    width: 23px;
}

.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-events__top .b_carousel__sort.active {
	text-decoration:none;	
}

.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 {
	position:relative;
}

.b-brands__item-image-link {
    background: #fff;
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
	position:relative;
}

.brands_scope .b-brands__item-image-link {
	border: 1px solid #656565;
}

.brands_scope div.b-brands__item-image-link {
	border: 1px solid rgb(101 101 101 / 50%);	
}

.b-brands__item-image-block {
    background: #fff;
    height: 270px;
    vertical-align: middle;
    display: table-cell;
    width: 270px;	
}

.q-user-detail__section__data .b-brands__item-image-block {
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-brands__item-image-block img {
    max-width: 100%;	
	width:100%;/* ? */
}

.b-brand-detail .b-brands__item-image-block img {
	width: auto;
}

.b-brands__item-type {
	font-size: 16px;
	line-height:19px;
	color:#B2798E;
	text-transform: uppercase;
	margin:9px 0 0 0;
}

.b-brands__item-name {
    color: #323131;
    font-size: 18px;
    line-height: 21px;
    margin: 14px 0 0 0;
    display: inline-block;
}

.repres-recommended .b-brands__item-name {
	color:#fff;
}

.b-brands__item-name:hover {
	color:#323131;
	text-decoration:none;
}

.repres-recommended .b-brands__item-name:hover {
	color:#fff;
}

.b-brands__item-description {
	color:#ABABAB;
	font-size: 16px;
	line-height:19px;
    margin: 1px 0 0 0;
	font-family: 'Roboto';
}

.b-brands__item-text {
	margin: 10px 0 0 0;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #323131;
}

.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;	
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.b-viewpoint__item-image-block:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;	
}

.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;
	text-transform: uppercase;
}

.b-viewpoint__item-name span {
	display:block;
	text-transform: none;
}

.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;
	display:inline-block;
}

.b-viewpoint .carousel-controls {
    margin: 50px 0 0 0;	
}

.b-events {
	padding: 60px 0 49px;
}

.b-events__top {
    padding: 18px 0 49px;	
}

.b-events__item-image-link {
	
}

.b-events__item-image-block {
    height: 270px;
    vertical-align: middle;
    display: table-cell;	
	position:relative;
}

.b-events__item-image-block_hover {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
    padding: 18px 18px 18px 4px;
    text-align: right;
    font-family: 'Roboto';
    line-height: 30px;
}

.b-events__item-image-block:hover .b-events__item-image-block_hover {
    display: block;	
}

.b-events__item-image-block_hover:hover {
	color:#fff;
	text-decoration:none;
}

.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;
	font-family: 'Roboto';
    overflow: hidden;
    max-height: 65px;
}

.b-events__item-name:hover {
    color: #323131;
	text-decoration: none;
}

.b-events__item-dates {
	color: #656565;
    font-size: 18px;
    line-height: 21px;
	font-family: 'Trebuchet MS';
	margin: 4px 0 0 0;
}

.b-events__top .b-events__item-dates {
	margin: 7px 0 0 0;	
}

.b-learning {
	padding: 49px 0 43px;
	background: #ECECEC;
	margin: 71px 0 0 0;
}

.b-learning__item {
    margin-bottom: 24px;	
	position:relative;
}

.b-learning__item .b-learning__item-name {
    color: #323131;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Roboto';
    margin: 15px 0px 0;
    padding: 5px 28px;
    background: #F4F4F4;
    display: block;
    overflow: hidden;
    max-height: 110px;
}

.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: 110px;
}

.b-learning__item-name:hover {
	color: #323131;
	text-decoration: none;
}

.b-learning__item-top .b-learning__item-bottom {
	margin: 19px 0 0 0;
	font-size: 18px;
	line-height: 22px;
	height: auto;
    padding: 0 24px;
	
    color: #B2798E;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
	min-height: 39px;
    max-height: 39px;
    overflow: hidden;
}

.b-learning__item-city-wrapper {
	margin: 5px 0 0 0;	
    padding: 0 20px;
    text-align: left;
    position: relative;
}

.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;
	text-decoration:none;
}

.b-learning__item-tutor-name-wrapper {
	display:table-cell;
    vertical-align: middle;
    height: 73px;
}

.b-learning__item-bottom {
    margin: 5px 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;
}

.b-techshop.b-techshop-sell {
	padding: 0px 0 63px;
	background:#fff;
}

.b-techshop__item {
	
}

.b-techshop__item-wrapper {
	background:#F4F4F4;
    padding: 15px 15px;	
    margin: 0 0 24px 0;
}

.b-techshop__item-image-link {
	display: table;
   table-layout: fixed;
}

.b-techshop__item-image-block {
    vertical-align: middle;
    display: table-cell;	
	width:100%;
}

.b-techshop__item-image-block img {
    max-width: 100%;	
	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: 86px;
    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;
    min-height: 19px;
}

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

.repres-recommended .carousel-arrow {
	border: 2px #fff solid;	
}

.repres-recommended .carousel-pager {
	color:#fff
}

.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: 'Roboto';
}

.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;
    padding: 0 15px;
}

.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-main-thema__bg {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);	
}

.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-educenter__item {
	margin: 0 0 54px 0;
}

.b-educenter__item .b-educ__item-image-link {
    /*overflow: hidden;*/
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

.b-pubs__item-image-link_wrapper {
    height: 270px;
    display: table-cell;
    vertical-align: middle;
    border: 1px #323131 solid;
	width:100%;
}

.b-educenter__item .b-pubs__item-image-link img {
    max-width: 100%;
	max-height: 100%;
}

.b-pubs__item-image-link {
    display: block;
    text-align: center;
	position:relative;
}

.b-pubs__item-badge {
	position: absolute;
	bottom: 0px;
	right: 0px;
    max-width: 240px;
}

.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;
	max-height: 86px;
    overflow: hidden;
}

.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-rek-wrapper img {
	max-width:100%;
	height: auto;
}

.b-top-block {
	position:relative;
}

.b-top-block__inner {
	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:32px;
	line-height: 42px;
	color: #323131;
	margin:0 0 10px 0;
    font-weight: bold;
}

.b-news__link {
	color:#C4C4C4;
	font-size: 18px;
    line-height: 22px;
	text-transform:uppercase;
}

.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;
    font-family: 'Roboto';
}

.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;	
    text-align: center;
}

.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%;
	height: auto;
	/*width: 100%;*/
}

.b-publication__top {
	padding: 23px 40px 57px;
	background:#ECECEC;
	position:relative;
}

.b-event__age {
    display: flex;
    position: absolute;
    width: 43px;
    height: 43px;
    border: 1px solid #656565;
    border-radius: 22px;
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #656565;
    text-align: center;
    align-items: center;
    justify-content: center;
    bottom: -68px;
    left: 38px;
}

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

.b-publication__top-data {
    margin: 19px 0 0 0;
	font-size: 18px;
	line-height: 22px;
}

.b-publication__top-date {
	display:inline-block;	
	vertical-align:top;
	color:#B2798E;
}

.b-publication__top-views {
	display:inline-block;
	vertical-align:top;
	margin: 0 0 0 40px;
}

.b-publication__top-time {
	display:inline-block;
	vertical-align:top;
	margin: 0 0 0 40px;
}

.b-publication__top-views img {
	display:inline-block;
	vertical-align:top;	
    position: relative;
    top: 4px;
	margin: 0 13px 0 0;
	width:20px;
}

.b-publication__top-author {
	display:inline-block;
	vertical-align:top;
	color:#656565;
	font-weight: bold;
	margin: 0 0 0 40px;
}

.b-publication__top-author:hover {
	color:#656565;
	text-decoration:none;
}

.b-publication__preview {
	margin: 40px 0 0 0;
	font-size: 24px;
	line-height: 30px;
	color:#000;
}

.b-publication__socials {
	margin: 46px 0 0 0;
}

.ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
	display:inline-block !important;
	color:#fff !important;
}

.ya-share2__item_service_vkontakte {
	background-color: #0077FF !important;
    border-radius: 4px;	
    overflow: hidden;
}

.ya-share2__item_service_facebook {
    background-color: #3b5998 !important;
    border-radius: 4px;
    overflow: hidden;	
}

.ya-share2__item_service_telegram {
	background-color: #64A9DC !important;
    border-radius: 4px;	
    overflow: hidden;
}

.ya-share2__item_service_twitter {
    background-color: #00aced !important;
    border-radius: 4px;	
    overflow: hidden;
}

.ya-share2__container_size_m .ya-share2__icon {
    height: 30px !important;
    width: 30px !important;
}

.ya-share2__container_size_m .ya-share2__title {
    line-height: 30px !important;
}

.ya-share2__container_size_m .ya-share2__badge + .ya-share2__title {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 140px !important;
    text-align: center !important;
	font-size:0px;
    height: 30px;
}

.ya-share2__container_size_m .ya-share2__title:after {
	content: 'Поделиться';
	display: inline-block;
	font-size:16px;
	color:#fff;
}

.ya-share2__container_size_m .ya-share2__icon {
	background-size: 30px 30px !important;	
}

.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0 0 0 50px !important;
}

.ya-share2__list_direction_horizontal > .ya-share2__item:first-child {
	margin: 0 0 0 0px !important;
}

.ya-share2__container_size_m {
    text-align: right;
}

.b-publication__detail {
    margin: 47px 0 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-family: 'Roboto';
}

.b-publication__detail figure,
.b-publication__detail .figure {
	margin: 0 0 1rem;
	max-width: 100%;
}

.b-publication__detail .row .col-sm-12 .row {
    margin-right: 0px;
    margin-left: 0px;	
}

.b-publication__detail .row .col-sm-12 .full-image {
    margin: 0 0 0 0px;
}

.b-publication__detail .row .col-sm-12 .n-article__slider-box {
    margin: 0 0 0 0px;
}

.b-publication__detail .row .col-sm-12 .n-article__table-wrap {
    margin: 0 0 0 0px;	
}

.b-publication__detail .row .col-sm-12  .callout {
    margin: 0 0 24px 00px !important;		
}

.b-publication__detail p {
	margin-bottom: 2rem;
}

.b-publication__detail ol,
.b-publication__detail ul {
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.b-publication__sources {
	
}

.b-publication__sources h3 {
	font-size: 18px;
	line-height: 22px;		
	color:#000;
	font-family: 'Roboto';
	text-align:right;
}

.b-publication__sources ol {
	padding:0;
	margin:0;
    list-style-position: inside;	
}

.b-publication__sources ol li {
	font-size: 14px;
	line-height: 17px;	
	color:#000;
	font-family: 'Roboto';
	padding:0;
	margin: 0 0 14px 0;
}

.b-publication__authors {
	margin: 36px 0 0 0;
}

.b-publication__authors h3 {
	font-size: 18px;
	line-height: 22px;		
	color:#000;
	font-family: 'Roboto';
	text-align:right;
}

.b-publication__authors__item {
	margin:0 0 20px 0;
    display: block;
}

.b-publication__authors__img {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    display: inline-block;
    overflow: hidden;	
}

.b-publication__authors__item img {
	width: 100%;
    max-width: 100%;
}

.b-publication__authors__data {
    color: #656565;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 34px 0 0 44px;
    height: 106px;
}

.b-publication__authors__name-1 {
	text-transform: uppercase;
	line-height: 22px;
}

.b-publication__authors__name-2 {
	line-height: 22px;	
	margin:2px 0 0 0;
}

.b-publication__authors__string {
	line-height: 22px;
	margin:2px 0 0 0;	
	font-size:16px;
}

.b-publication__line {
	background:#EFD5DC;
	height:3px;
	margin:45px 0 30px;
}

.b-publication__tags {
	margin: 76px 0 0 0;
}

.b-publication__adv {
	margin: 64px 0 0 0;
}

.b-publication__adv-padd {
    margin: 30px 0 0 0;
}

.b-publication__adv .col-sm-10 {
	color: #656565;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.b-publication__tags h3 {
	font-size: 18px;
	line-height: 22px;		
	color:#000;
	font-family: 'Roboto';
	text-align:right;
}

.b-publication__adv h3 {
	font-size: 18px;
	line-height: 22px;		
	color:#000;
	font-family: 'Roboto';
	text-align:right;
}

.b-publication__tags-link {
	color:#656565;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	border:1px #656565 solid;
    padding: 4px 11px 4px;
	border-radius:11px;
    text-transform: uppercase;
	margin: 0 8px 12px 0;
	vertical-align:top;
    position: relative;
    top: 6px;
}

.b-publication__tags-link:hover {
	color:#B2798E;
	border:1px #B2798E solid;
	text-decoration:none;
}

.b-publication__subscribe {
	margin: 40px 0 0 0;
}

.b-publication__subscribe-inner {
	background: #ECECEC;	
    padding: 22px 25px;
}

.b-publication__subscribe-title {
	font-size:18px;
	line-height: 21px;
	color:#000000;
	font-family: 'Roboto';
    text-align: right;
}

.b-publication__subscribe-link {
    background: #BA8693;
    color: #fff !important;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 13px;
    cursor: pointer;
    margin: 0 0 0 20px;
}

.article-subscribe {
    text-align: center;
    margin: 12px 0 0 0;	
}

.article-subscribe__email {
	
}

.article-subscribe__subscribe {
	background: #BA8693;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 18px;
    cursor: pointer;
    margin: 0 0 0 20px;
    border: none;	
}

.article-subscribe__result {
	
}

.b-publication__subscribe-socials {
	text-align:right;
    margin: 18px 0 0 0;
}

.b-publication__subscribe-socials-title {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto';
    color: #000;
    margin: 6px 20px 0 0;
    font-weight: bold;
    vertical-align: top;
}

.b-publication__subscribe-socials .ya-share2 {
    display: inline-block;	
}

.b-publication__subscribe-socials .ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 0 0 0 19px !important;
}

.b-publication__subscribe .ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
	color: transparent !important;
    width: 100px !important;
}

.b-similar {
	margin: 36px 0 0 0;
}

.b-similar__title {
	font-family:'TrebuchetMS';
	font-size:32px;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 41px;
	color:#323131;
	margin: 0 0 27px 0;
}

.b-comments {
	margin: 36px 0 84px 0;
}

.b-publication .b-comments {
	margin: 36px 0 0px 0;	
}

.b-comments__title {
	font-size: 35px;
	line-height: 41px;
	font-weight: bold;
	color:#323131;
    margin: 0 0 0px 0;
}

.b-popular-event__title {
	margin-bottom:20px;
}

.n-article__comments {
	
}

.b-comments__top {
	font-family:'TrebuchetMS';
	font-size:32px;
	text-align: right;	
    margin: -32px 0 0 0;
}

.b-comments__counter {
    display: inline-block;	
	font-size: 16px;
	line-height: 19px;
	color:#000;
    margin: 0 16px;
}

.b-comments__top .sub-com {
    display: inline-block;	
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color:#656565;
	border:1px #ABABAB solid;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	background: transparent;
    padding: 4px 12px;
	cursor: pointer;
}

.b-comments__main {
	border: 1px #ABABAB solid;
	padding: 18px 17px;
    margin: 22px 0 0 0;
}

.b-comments__main .nc-enter-label {
	font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #BA8693;
    display: inline-block;
    padding: 5px 16px;
    text-decoration: none;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
}

.n-article__comments-box {
    margin: 22px 0 0 0;	
}

.n-article__comments-top {
	
}

.n-article__comments-top span {
    color: #BA8693;	
}

.n-article__comments-top b {
	display: inline-block;
	margin:0 0 0 12px;
}

.n-article__comments-item {
    margin: 0 0 24px 0;	
}

.n-article__comments-item .nc-reply {
	display: inline-block;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #656565;
    border: 1px #ABABAB solid;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    background: transparent;
    padding: 4px 12px;	
	margin: 6px 0 0 0;
}

.n-reply-child {
    margin: 0 0 0 24px;	
}

.reply-form-adapt {
    border: 1px #ABABAB solid;
    padding: 18px 17px;
    margin: 22px 0 0 0;
    min-width: 600px;	
}

.n-article__comments-item .nc-reply:hover {
	text-decoration: none;
}

.n-article__comments-item p {
    font-size: 16px;
    line-height: 21px;
    color: #656565;
    font-family: 'Roboto';
    margin: 8px 0 0 0;
}

.b-comments .metadata {
    margin: -23px 0 0 92px;
}

.b-comments .del_item {
	display: inline-block;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: red;
    border: 1px red solid;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    background: transparent;
    padding: 4px 12px;	
}

.b-comments .del_item:hover {
	text-decoration:none;
}

.n-article__comments-input {
	border: 1px #ABABAB solid;
	padding: 18px 17px;
    margin: 22px 0 0 0;
    width: 100%;	
}

.n-article__comments-btn .nep-button-adapt {
    background: #BA8693;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 18px;
    cursor: pointer;
    margin: 0 0 0 20px;
    border: none;	
}

.b-publication__detail .full-image {
    margin: 0 0 0 -150px;		
}

.b-publication__detail .full-image img {
    margin: 0 0 2rem 0;		
}

.b-publication__detail .full-image img.figure-img {
    margin: 0 0 1.5rem 0;		
}

.b-publication__detail .figure-caption {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #808080;
}

.b-publication__detail .full-size-block {
    margin: 0 0 0 -150px;		
}

.b-publication__detail .all_width {
    max-width: 100% !important;	
}

.b-publication__detail .large-12 {
    width: 100%;	
}

.b-publication__detail .responsive-embed.widescreen {
	position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;	
}

.b-publication__detail .responsive-embed.widescreen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-publication__detail h2 {
    margin-bottom: 2rem;
    font-family: Trebuchet MS;
    font-size: 32px;
    line-height: 43px;
    color: #000;
    font-weight: bold;	
}

.b-publication__detail h3 {
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: bold;
    color: #B2798E;	
    font-family: Trebuchet MS;
}

.b-publication__detail h4 {
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: bold;	
    color: #000;	
    font-family: Trebuchet MS;
}

.b-publication__detail h5 {
    margin-bottom: 2rem;
    font-size: 18px;	
	color: #000;
    font-family: Trebuchet MS;
}

.b-publication__detail h6 {
    margin-bottom: 2rem;	
    font-size: 16px;
    color: #000;
    font-family: Trebuchet MS;
}

.b-publication__detail .card {
	border: 1px solid #ABABAB;
    margin-bottom: 2rem;
}

.b-publication__detail .text-insert {
	border: 1px solid #ABABAB;
	padding:25px 28px;
	font-family: Trebuchet MS;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
    font-weight: bold;
    margin-bottom: 2rem;
}

.b-publication__detail a {
	color:#000;
	text-decoration:underline;
}

.b-publication__detail a:hover {
	color:#000;
	text-decoration:none;
}

.n-article__slider-box {
    margin: 0 0 0 -150px;
}

.n-article__table-wrap {
    margin: 0 0 0 -150px;	
}

.b-publication__detail .callout {
    margin: 0 0 24px -150px !important;		
}


.b-publication__detail > .row > .col-sm-10 > .row {
    margin-right: 0px;
    margin-left: 0px;	
}

.b_events__title {
    color: #323131;
    font-size: 32px;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 75px 0;
}

.b-pubs.b-pubs-top.b-top-block-content {
	margin-bottom: 67px;
}

.b_carousel__title-h1 {
	font-size: 36px;
}

.n-brands__more {
	text-align: center;	
}

.b-content-publications__more,
.b-content-publications__more:hover,
.brand-product__show-more,
.brand-product__show-more:hover,
.brand-pubs__show-more,
.brand-pubs__show-more:hover {
    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: 26px 0 26px 0;
    font-weight: bold;
    cursor: pointer;
	text-decoration:none;	
}

.brand-product__show-more,
.brand-product__show-more:hover {
	padding: 9px 107px;
}

.b-sell {
	margin-bottom: 36px;
}

.c-sell__add-btn,
.c-sell__add-btn:hover {
	background: #B2798E;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    text-decoration: none;
    position: relative;
    margin: 8px 0 0 0;
}

.b-brands-list.b-faq-list {
	margin-bottom: 48px;
}

.b-faq-list .n-brands-filter {
	margin: 0 0 24px 0;
}

.n-brands-filter__item {
	color: #656565;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    border: 1px #656565 solid;
    padding: 4px 11px 4px;
    border-radius: 11px;
    text-transform: uppercase;
    margin: 0 8px 8px 0;
    vertical-align: top;
    position: relative;
    top: 6px;	
    display: inline-block;
}

.n-brands-filter__item:hover {
	color: #B2798E;
    border: 1px #B2798E solid;
    text-decoration: none;
}

.b-brands-list .n-brands-filter__item {
	font-family: Trebuchet MS;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;	
	border-bottom: 1px #fff solid;
	border-radius:0px;
	font-weight: normal;
	padding:0;
    margin: 0 26px 8px 0;
}

.b-brands-list .n-brands-filter__item-active {
	color: #B2798E;
	border:none;
    border-bottom: 1px #B2798E solid;
    text-decoration: none;		
}

.b-brands-list .n-brands-filter__item:hover {
	color: #B2798E;
	border:none;
    border-bottom: 1px #B2798E solid;
    text-decoration: none;	
}

.b-brands-list .n-brands-sort {
    margin: 47px 0 0px 0;
    float: right;	
}

.b-brands-list.b-faq-list .n-brands-sort{
	float:none;
	margin: 12px 0 24px 0;
}

.b-brands-list .n-brands-sort:after {
	content: '';
	clear:both;
	display: block;
}

.b-brands-list .n-brands {
	clear:both;	
    padding-top: 34px;
}

.course__city-choice {
    color: #B2798E;
    display: inline-block;
    margin: 0 0 0 6px;
}

.course__city-choice:hover {
	color:#B2798E;
}

.n-brands-sort__link {
	color:#B2798E;	
    margin: 0 0 0 12px;
}

.n-brands-sort-active {
	text-decoration:underline;
}

.n-brands-sort__link:hover {
	color:#B2798E;	
}

.n-brands-sort {
    margin: 24px 0 12px 0;	
}

.b-content-top {
    margin-top: -16px;
}

.breadcrumb-wrapper {
    padding: 0.75rem 0;	
}

.b-content-top .breadcrumb {
    background: none;
    padding: 0;
    margin: 0px;
    display: inline;
}

.b-content-top .breadcrumb li {
    display: inline;	
}

.b-content-top .breadcrumb a {
    color: #B2798E;
}

.b-content-top h1 {
    font-size: 36px;
    margin: 0 0 24px 0;
    font-family: 'Trebuchet MS';
    font-weight: 600;
}

.b-events .b_carousel__title {
    font-size: 36px;
    font-family: 'Trebuchet MS';
    font-weight: 600;	
}

.b-filter {
	background:#F4F4F4;
	padding: 16px 24px;
    margin: 0 0 34px 0;
}

.b-filter__link {
	color:#B2798E;
	font-size:24px;
	line-height:29px;
}

.b-filter__link.b-filter__link-date {
	
}

.b-filter__link.b-filter__link-date:hover {

}

.b-filter__link:hover {
	color:#B2798E;	
}

.b-filter__link-opened {
	
}

.b-filter__link-date:after {
	content:'';
	background:url(../images/filter_open.svg) 0px 0px no-repeat;
	display: none;
    width: 11px;
    height: 10px;
    margin: 0 0 0 8px;
}

.b-filter__link-date.b-filter__link-opened:after {
	background:url(../images/filter_close.svg) 0px 0px no-repeat;	
}

.b-filter__link-city {
	font-size:16px;
    line-height: 30px;	
	margin:0 30px 0 0px;
}

.b-filter__link-res {
	font-size:16px;
    line-height: 30px;	
	margin:0 30px 0 0px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #F60C0C;
}

.b-filter__link-city:before {
	content:'';
	background:url(../images/b-filter__link-city.svg) 0px 0px no-repeat;
    display: inline-block;
    width: 14px;
    height: 19px;
    margin: 0px 7px 0 0px;
    position: relative;
    top: 4px;	
}

.b-filter__link-med {
	font-size:16px;
    line-height: 30px;	
	margin:0 0 0 0px;
}
/*
.b-filter__link-med:before {
	content:'';
    display: inline-block;
    width: 14px;
    height: 19px;
    margin: 0px 7px 0 0px;
    position: relative;
    top: 4px;	
}
*/
.b-filter__link-translation {
	font-size:16px;
    line-height: 30px;
	color:#ABABAB;
	margin:0 0 0 40px;
}

.b-filter__link-translation:before {
	content:'';
	background:url(../images/b-filter__link-translation.svg) 0px 0px no-repeat;
	display: inline-block;
    width: 21px;
    height: 16px;
    margin: 0px 7px 0 0px;
    position: relative;
    top: 4px;
}

.b-filter__link-translation:hover {
	color:#ABABAB;	
}

.b-filter__link-direction {
	font-size:16px;
    line-height: 30px;	
	margin:0 0px 0 0px;
}
/*
.b-filter__link-direction:before {
	content:'';
	display: inline-block;
    width: 21px;
    height: 16px;
    margin: 0px 7px 0 0px;
    position: relative;
    top: 4px;
}
*/
.b-filter__link-direction:hover {
	color:#ABABAB;	
}

.b-filter__link-type {
	font-size:16px;
    line-height: 30px;	
	margin:0 30px 0 0px;
}

.b-filter__link-type:before {
	content:'';
	display: inline-block;
    width: 21px;
    height: 16px;
    margin: 0px 7px 0 0px;
    position: relative;
    top: 4px;
}

.b-filter__link-type:hover {
	color:#ABABAB;	
}

.b-filter__link-search {
	font-size:16px;
    line-height: 30px;
	color:#ABABAB;	
	margin:0 0 0 25px;
}

.b-filter__link-search:before {
	content:'';
	background:url(../images/b-filter__link-search.svg) 0px 0px no-repeat;
    display: inline-block;
    width: 15px;
    height: 17px;
    margin: 0px 7px 0 0px;
    position: relative;
    top: 4px;
}

.b-filter__link-search:hover {
	color:#ABABAB;	
}

.b-filter__data {
	display:none;
    border-top: 1px #656565 solid;
    margin: 31px 0 0 0;
    padding: 14px 30px 5px 0px;
	position:relative;
}

.b-filter__data a {
	color:#656565;
	font-size:16px;
	line-height: 33px;
    display: inline-block;
    margin: 0 24px 0 0;
}

.b-filter__data a.deactived {
    cursor: text;
    color: rgba(101, 101, 101, 0.5);	
}

.b-filter__data a.deactived:hover {
	text-decoration:none;
}

.b-filter__data_close {
	display: inline-block;
    top: 18px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    margin: 0 0px 0 0 !important;
}

.b-filter__choosed {
    margin: -8px 0 34px;
}

.translation__small {
    display: inline-block;
    margin: 0 0 0 6px;	
}

.b-filter__choosed-item {
	color: #000;
    font-size: 16px;
    line-height: 19px;
    background: #D5B1BA;
    padding: 3px 12px 3px 10px;
    border-radius: 13px;
    margin: 0 12px 12px 0;
	display: inline-block;
}

.b-filter__choosed-item.b-filter__choosed-item_all {
	float: right;
}

.b-filter__choosed-item.b-filter__choosed-item_all.b-filter__choosed-item_deactive {
	display:none;
}

.b-filter__choosed-close {
    position: relative;
    top: -2px;
    margin: 0 8px 0 0;
}

.b-filter__choosed-close img {
	
}

.b-filter__search-input {
    background: #ECECEC;
    color: #656565;
    font-size: 16px;
    line-height: 20px;
    border: none;
    padding: 12px 20px;
    width: 100%;	
}

.b-filter__data_close img {
	
}

.b-filter__data_opened {
	display:block;	
}

.b-filter__link-city:after,
.b-filter__link-med:after,
.b-filter__link-translation:after,
.b-filter__link-search:after,
.b-filter__link-direction:after,
.b-filter__link-type:after {
	content:'';
	background:url(../images/filter_open_g.svg) 0px 0px no-repeat;
	display:inline-block;
    width: 11px;
    height: 8px;
    margin: 0 0 0 8px;
}

.b-filter__link-city.b-filter__link-opened:after,
.b-filter__link-med.b-filter__link-opened:after,
.b-filter__link-translation.b-filter__link-opened:after,
.b-filter__link-search.b-filter__link-opened:after,
.b-filter__link-direction.b-filter__link-opened:after,
.b-filter__link-type.b-filter__link-opened:after {
	background:url(../images/filter_close_g.svg) 0px 0px no-repeat;	
}

.b-filter__right {
	text-align:right;
	text-transform:uppercase;	
}

.b-event__top-title {
	margin: 31px 0 0 0;
	font-size: 20px;
	line-height:24px;
	color:#656565;
}

.b-event__top-title .col-sm-4 {
	padding:0;
}

.b-event__top-title_date {
	background:url(../images/event-date-n.svg) 12px 0px no-repeat;
	background-size: 21px;
    padding: 0 0 0 40px;
	text-transform: uppercase;
}

.b-event__top-title_place {
	background:url(../images/event-place-n.svg) 6px 0px no-repeat;	
	background-size: 21px;
    /*padding: 0 0 4px 30px;*/
	padding: 0 0 0px 30px;
}

.b-event__top-title_place span {
	text-transform: uppercase;
}

.b-event__top-title_place a,
.b-event__top-title_place a:hover {

}

.b-event__top-title_buy {
    text-align: right;
}

#buy_button .nep-button {
    color: #fff;
    padding: 10px 21px 11px 60px;
    background: #B2798E url(../images/event_detail_3.svg) 12px 11px no-repeat;
    text-transform: uppercase;
}

#buy_button .nep-button:hover {
	color:#fff;
	text-decoration:none;
}

.pre-subscribe {
    color: #fff;
    padding: 10px 21px 11px 21px;
    background: #B2798E;
    text-transform: uppercase;	
}

.pre-subscribe:hover {
	color:#fff;
	text-decoration:none;	
}

#buy_button .spoiler {
	display:none;
}

.b-event__top-title_price {
	text-align:right;
	color:#ABABAB;
    margin: 30px 0 0 0;
}

.b-event__organizer {
	text-align:right;
	font-size: 20px;
	line-height:24px;
	color:#656565;
	/*margin:25px 0 0 0;*/
	margin: 25px 0 0 130px;
}

.b-event__organizer > div {
	/*text-align:left;*/
}

.b-event__organizer a {
	color:#B2798E;
}

.b-event-detail {
	margin-bottom:60px;
}

.b-clinic-detail {
	margin-bottom: 24px;
}

.b-brands-list {
	margin-bottom: 24px;	
}

.b-brands__item {
	margin-bottom: 12px;		
}

.brands_scope .b-brands__item {
	margin-bottom: 35px;	
}

.container-bottom {
	margin-bottom: 24px;
}

.publications_scope {
    min-height: 800px;	
}

.b-popup-wrapper {
	background: rgb(0 0 0 / 75%);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
	display:none;
}

.b-popup-search {
    margin: 20% 0 0px 0;
    position: relative;
    border-bottom: 1px #fff solid;
    padding: 0 0 13px;
}

.b-popup-search__title {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #FFFFFF;	
	margin:0 0 16px 0;
}

.b-popup-search__input {
	width: 100%;
    font-size: 20px;
    font-family: 'Roboto';
    background: transparent;
    border: none;
    padding: 0px 85px 0px 0px;
    color: #fff;
	line-height: 24px;
}

.b-popup-search__input:focus,
.b-popup-search__input:focus-visible,
.b-popup-search__input:active {
	border:none;
	outline: none;
}

.b-popup-search__input::-webkit-input-placeholder {
	color: #fff;
}

.b-popup-search__input::-moz-placeholder {
	color: #fff;
}

.b-popup-search__input:-ms-input-placeholder {
	color: #fff;
}

.b-popup-search__input:-moz-placeholder {
	color: #fff;
}

.b-popup-search__submit {
	background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    bottom: 11px;
    right: 12px;
    cursor: pointer;
}

.b-popup-search__close {
    position: absolute;
    top: 0px;
    right: 0px;	
	cursor:pointer;
}

.b-event__bottom {
    background: #F4F4F4;	
	color: #656565;
    padding: 0 0 12px;
}

.b-event__bottom-title {
	padding: 15px 30px;
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #323131;
}

.b-event__bottom-inner {
    padding: 12px 30px;
}

.b-event__bottom-row {
	
}

.b-event__bottom-row .col-sm-6 {
	
}

.b-event__bottom-row .col-sm-6 b {
	
}

.b-learning_top .b-learning__item .b-learning__item-name {
    margin: 15px 0px 0;	
}

.b-learning_top .b-learning__item .b-learning__item-name {
    min-height: 110px;	
}

.b-learning_top .b-learning__item-wrapper {
	position:relative;
    padding: 15px 0px 25px;
}

.b-learning_top .b-learning__item-type {
    padding: 0px 24px 0px;	
}

.b-learning_top .b-learning__item-name__wrapper {
    padding: 0px 0px 0px;		
}

.b-learning_top .b-learning__item-tutor {
	display: none;
    margin: 0px 0 0 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 40px 0 0 30px;
}

.b-learning_top .b-learning__item-wrapper:hover .b-learning__item-tutor {
	display:block;
	text-decoration: none;
}

.b-learning_top .b-learning__item-top {
	min-height: 0px;	
}

.b-learning_top .b-learning__item-tutor-name,
.b-learning_top .b-learning__item-tutor-name:hover {
    color: #fff;
	text-decoration:none;
    margin: 32px 0 0 30px;
}

.b-learning_top .b-learning__item-tutor-photo-wrapper {
	width: 135px;
    height: 135px;	
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
}

.b-learning_top .carousel-controls {
    margin: 26px 0 0 0;	
}

.b-filter_couse {
    margin-top: 30px;
}

#course-scope .b-learning__item-wrapper {
	padding: 15px 0px 10px;	
}

#course-scope .b-learning__item-type {
	padding: 0px 20px 0px;		
}

#course-scope .b-learning__item .b-learning__item-name {
    font-size: 18px;
    padding: 5px 20px;		
    min-height: 110px;
}

#course-scope .b-learning__item-tutor {
    padding: 0 20px;
}

#course-scope .b-learning__item-tutor-name {
    margin: 0 0 0 2px;	
}

#course-scope .b-learning__item-top .b-learning__item-bottom {
    padding: 0 20px;
}

#course-scope .b-learning__item-bottom {
	text-align:left;
	position:relative;
}

#course-scope .b-learning__item-commit {
	float:none;
}

#course-scope .b-learning__item-city {
	color:#ABABAB;
	margin: 7px 0 0 0;
}

.b-learning__item-bottom_type {
	position: absolute;
    top: 14px;
    right: 32px;
    max-height: 22px;
    max-width: 22px !important;
	float:right;
}

.b-rek-wrapper-relative {
	position:relative;
}

.b-rek-wrapper-relative .b-rek-wrapper-relative__wrapper {
	margin: 0px 0 0 0;
	position: absolute;
}

#course-scope .b-learning__item-tutor-name-wrapper {
	font-size: 16px;	
}

#course-scope .centers-side {
	border-top: 4px solid #B2798E;
	background-color: #fff;
}

.search-page #search_button {
    background: #D5B1BA;
    color: #323131;
    border: none;
    padding: 0 16px;
    border-radius: 16px;
}

.b-educenter-detail {
	
}

.b-educenter-detail__top {
	margin-bottom:18px;
}

.b-educenter-detail__top-logo {
	
}

.b-educenter-detail__top-logo-img {
    border: 1px #656565 solid;
    height: 195px;
    display: table-cell;
    vertical-align: middle;
	padding: 0px;
}

.b-educenter-detail__top-logo-img img {
	max-width: 100%;
}

.b-educenter-detail__top-data {
    font-size: 16px;
    line-height: 20px;	
}

.b-educenter-detail__top-links {
	
}

.b-educenter-detail__top-links a {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 12px 0;
    display: inline-block;	
}

.b-educenter-detail__top-links a img {
    display: inline-block;
    margin: 0 9px 0 0;	
}

.b-educenter-detail__top-addres {
	
}

.b-educenter-detail__top-addres-wrapper {
    margin: 0 0 0 23px;	
}

.b-educenter-detail__phone-title {
    display: inline-block;
    vertical-align: top;	
}

.b-educenter-detail__phone-data {
    display: inline-block;
    vertical-align: top;	
}

.b-educenter-detail__phone-data a {
    color: #212529;	
}

.b-educenter-detail__email-link {
    color: #212529;		
}

.b-educenter-detail__city {
	
}

.b-educenter-detail__map {
	
}

.b-educenter-detail__map .bx-yandex-map {
	width:100% !important;
	height:240px !important;
}

.b-educenter-detail__city:before {
	content:'';
    background: url(../images/event-place-n.svg) 0px 1px no-repeat;
    background-size: 19px;
	display:inline-block;
    width: 23px;
    height: 20px;
	vertical-align: top;
}

.course-teachers {
	margin-top: 34px
}

.course-teachers h2 {
	margin-bottom:30px;
	font-family:'TrebuchetMS';
	font-size:32px;
	padding:20px 0;
}

.course-teachers-scope {
    display: flex;
    flex-wrap: wrap;	
}

.course-teachers .course-teachers__item {
	margin-bottom: 40px;
	width: auto;
	display: flex;
	/*float:none;*/
}

.course-teachers .course-teachers__item-img {
    width: 140px;
    height: 140px;	
}

.course-teachers .course-teachers__item-descr {
	width: auto;
    /*margin-top: 30px;*/
	max-width: 260px;
}

.course-teachers .course-teachers__item-descr .teachers-item__title {
	font-size: 18px;
	line-height: 22px;
	color:#000;
}

.course-teachers .course-teachers__item-descr .teachers-item__title span {
	text-transform: uppercase;
}

.course-teachers .course-teachers__item-descr .teachers__item-cent {
	font-size: 16px;
	line-height: 22px;
	color:#656565;
}

.b-educenter-wrapper {
	margin-bottom: 122px;
}

.b-popular-courses__title {
	margin-top: 59px;
	font-family:'TrebuchetMS';
	font-size:32px;
	padding:20px 0;
}

.course-courses .b-content-publications__more {
	padding: 9px 84px;
}

.course-courses h2 {
	margin-bottom: 24px;	
}

.course-schedule__list-wrapper h2 {
	margin-bottom: 24px;	
	font-family:'TrebuchetMS';
	font-size:32px;
	padding:20px 0;
}

#advertising img {
	max-width:100%;
	height: auto;
}

.b-learning__item-bottom__more {
	float:right;
	margin:0 20px 0 0
}

.bt-course__top {
	background:#ECECEC;
	padding: 33px 40px;
	font-size:20px;
	line-height:24px;
}

.bt-course__top-all-courses {
	color: #656565;
    display: inline-block;
    font-size: 10px;
    border: 1px #656565 solid;
	float:right;
    top: 33px;
    right: 40px;
    border-radius: 11px;
    text-transform: uppercase;
    line-height: 10px;
    padding: 6px 16px 5px;
}

.bt-course__top-category {
	color:#B2798E;
	text-transform: uppercase;
	font-size:16px;
}

.bt-course__top h1 {
    font-size: 36px;
    line-height: 44px;
    margin: 10px 0 20px 0;
}

.bt-course__top-item {
	margin: 7px 0 0 0;
}

.bt-course__top-schedule {
	
}

.bt-course__top-schedule:before {
	background: url(../images/event-date-n.svg) 0px 0px no-repeat;
    background-size: 21px;
    content: '';
    display: inline-block;
    width: 21px;
    height: 23px;
    margin: 0 15px 0 0;
    position: relative;
    top: 4px;
}

.course-schedule__list-wrapper .course-schedule__list {
    background-color: #fff !important;	
	padding: 0 !important;
}

.course-schedule__list-wrapper .course-schedule__list-item {
	background: #ECECEC;
	padding: 17px 15px;
	margin:0 0 29px 0;
}

.course-schedule__list-wrapper .course-schedule__list-item_web {
	background: #EFD5DC;
}

.course-schedule__list-wrapper .course-schedule__list-item_online {
	background: #E8F4FF;
}

.course-schedule__list-wrapper .course-schedule__list-item .course-item__btn {
    background: #B2798E 10px 10px no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    padding: 7px 40px 6px 40px;
}

.course-schedule__list-wrapper .course-schedule__list-item .course-schedule__price {
	color:#000;
	font-size: 18px;
	line-height: 22px;
    margin: 8px 0 0 -3px;
}

.course-schedule__list-wrapper .course-schedule__list-item .course-schedule__price span {
	color:#656565;
	color:#000;
}

.course-schedule__list-wrapper .course-item__price-block {
	text-align:right;
}	

.course-schedule__list-wrapper .course-schedule__list-item__webinar {
	color:#656565;
	font-size: 20px;
	line-height: 24px;	
}

.course-schedule__list-wrapper .course-schedule__list-item__webinar img {
    display: inline-block;
    margin: 0px 10px 4px 0;
}

.course-schedule__list-wrapper .course-schedule__list-item__datetime {
	background: url(../images/event-date-n.svg) 0px 0px no-repeat;
	background-size: 28px;
    padding: 0 0 0 45px;
}

.course-schedule__list-wrapper .course-item__date {
	color: #656565;
	font-size: 20px;
	line-height: 24px;	
	text-transform: uppercase;
}

.course-schedule__list-wrapper .course-item__time {
	color: #656565;
	font-size: 20px;
	line-height: 24px;	
	text-transform: uppercase;	
}

.course-schedule__list-wrapper .course-item__city {
	color:#323131;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
    margin: 0 0 8px 0;
    vertical-align: top;
}

.course-schedule__list-wrapper .course-item__city:before {
	content:'';
    background: url(../images/event-place-n.svg) 0px 0px no-repeat;
    background-size: 26px;
    display: inline-block;
    width: 28px;
    height: 26px;
    position: relative;
    top: 1px;
    line-height: 26px;
    vertical-align: top;
    left: -2px;
}

.course-schedule__list-wrapper .course-item__street {
	color:#323131;
	font-size: 20px;
	line-height: 24px;	
}

.course-schedule__list-wrapper .course-item__street:before {
	content:'';
    display: inline-block;
    width: 28px;
    height: 20px;
    position: relative;
    top: 3px;
}

.bt-course__center {
	margin-top: 20px;
}

.bt-course__center h2 {
	margin-bottom: 29px;
	font-family:'TrebuchetMS';
	font-size:32px;
	padding:20px 0;
}

.bt-course__center .b-educenter-detail__top {
	margin-top: 26px;
}

.bt-center__cources {
	color: #656565;
    display: inline-block;
    font-size: 10px;
    border: 1px #656565 solid;
    border-radius: 11px;
    text-transform: uppercase;
    line-height: 10px;
    padding: 6px 16px 5px;
    float: right;
}
.course__nav-cal {
    overflow: hidden;
    width: 0px;
    height: 0px;
    border: 0;
}
.course__nav-cal-wrapper .daterangepicker {
	display: block !important;
    position: relative;
    float: none;
    background: transparent;
	border:none;
    text-align: center !important;
    top: -20px !important;
	left:0px !important;
    margin: 0px;
}

.course__nav-cal-wrapper .daterangepicker:before {
	display:none;
}
.course__nav-cal-wrapper .daterangepicker:after {
	display:none;
}

.course__nav-cal-wrapper .daterangepicker .calendar-table {
	background:transparent;
	border:none;
}

.course__nav-cal-wrapper .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
	float:none !important;
	display: inline-block !important;
}

.course__nav-cal-wrapper .daterangepicker td.off,
.course__nav-cal-wrapper .daterangepicker td.off.in-range,
.course__nav-cal-wrapper .daterangepicker td.off.start-date,
.course__nav-cal-wrapper .daterangepicker td.off.end-date {
    background-color: transparent;	
}

.course__nav-cal-wrapper .daterangepicker .calendar-table th, 
.course__nav-cal-wrapper .daterangepicker .calendar-table td {
    min-width: 36px;
    width: 36px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;	
}

#course-scope .centers-side {
    z-index: 0;
    position: relative;	
    line-height: 1.3;
}

#course-scope .centers-side__name, 
#course-scope .centers-side__name:visited {
	color: #B2798E;
	font-size:18px;
    margin: 12px 0 8px 0;
	display:inline-block;
}

#course-scope .centers-side__title {
    margin-bottom: 10px;
}

#course-scope .centers-side__title a {
    color: #000;
}

#course-scope .centers-side__item span {
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    color: black;
}

#course-scope .centers-side__item {
    margin-bottom: 36px;
}

.b-learning__none {
	
}

.course__nav-cal-wrapper__links {
    position: absolute;
    top: 56px;
    left: 0px;
    z-index: 10000;
    text-align: left;
}

.course__nav-cal-wrapper__links a {
    display: block;	
    margin: 0 0 12px 0;
}

.course__nav-cal-wrapper__links a.active {
	color:#B2798E;
}

.course__nav-cal-wrapper .daterangepicker td.active, 
.course__nav-cal-wrapper .daterangepicker td.active:hover {
	background-color: #B2798E;
}

.auth-modal__soc {
	text-align:center;
    margin: 33px 0 26px 0;
}

.auth-modal__soc__item {
	display:inline-block;
	vertical-align:top;
}

.auth-modal__soc__item img {
	display: inline-block;
}

.auth-modal .modal-body {
	padding: 23px 45px 51px;
}

.auth-modal__top-text {
	font-family: 'Roboto';
	color: #656565;
	font-size: 16px;
	text-align:center;
	margin-bottom:30px;
}

.auth-modal__bottom-text {
	font-family: 'Roboto';
	color: #656565;
	font-size: 16px;
	text-align:center;	
	margin: 30px 0 0 0;
}

.auth-modal__bottom-text a {
	color: #B2798E;
	font-size: 18px;
	text-transform: uppercase;
	margin: 21px 0 0 0;
	display: inline-block;
}

.auth-modal__btn {
	display: block;
	margin:18px auto 0px;
	background:#D5B1BA;
	color:#000;
	border-radius:19px;
	height:37px;
	line-height: 37px;
	width:210px;
	text-align:center;
}

.auth-modal__btn:hover {
	color:#000;
	text-decoration: none;
}

.auth-modal__form {

}

.auth-modal__form-item {
	max-width:276px;
    margin: 23px auto;	
	position:relative;
}

#auth-personal .auth-modal__form-item {
    max-width: 350px;	
}

.auth-modal__form-item:after {
	content: '';
	display:block;
	height:1px;
	background:#C4C4C4;
    position: relative;
}

.auth-modal__form-text-error:after {
	content: '';
    background:#F60C0C;
}

.auth-modal__form-text {
	width:100%;
	border: 0;
	font-family: 'Roboto';
	color: #000000;
	font-size: 18px;
    padding: 1px 4px;
	text-align:center;
}

.auth-modal__form-text::-webkit-input-placeholder {
	color: #ABABAB;
}
.auth-modal__form-text::-moz-placeholder {
	color: #ABABAB;
}
.auth-modal__form-text:-ms-input-placeholder {
	color: #ABABAB;
}
.auth-modal__form-text:-moz-placeholder {
	color: #ABABAB;
}

.auth-modal__form-select {
	color: #ABABAB;	
	width:100%;
	border: 0;
	font-family: 'Roboto';
	font-size: 18px;
    padding: 1px 4px;
	background: url(../images/dd-bottom.svg) right center no-repeat;
	cursor: pointer;
	text-align: center;
}

.auth-modal__form-select.auth-modal__form-select-value {
	color: #000000;	
}

.auth-modal__form-select-dd {
    display: block;
    position: absolute;
    background: #fff;
    border: 1px #C4C4C4 solid;
    width: 100%;
    left: 0px;
    top: 29px;
	z-index: 1;
}

.auth-modal__form-select-dd.dd-hidden {
	display:none;
}

.auth-modal__form-select-dd-item {
    display: block;
    padding: 4px 12px;
}

.auth-modal__form-select-dd-item:hover {
	text-decoration:none;
    background: #f3f3f3;
}

.auth-modal__form-select-dd-item.dd-item-active {
    background: #f3f3f3;	
}

.auth-modal__form-phone-1 {
    width: 18%;
    display: inline-block;
    vertical-align: top;
}

.auth-modal__form-phone-2 {
    width: 77%;
    display: inline-block;
    vertical-align: top;
}

.auth-modal__form-phone-delimiter {
    width: 4%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
    top: 3px;
    height: 29px;
    z-index: 1;
}

.auth-modal__form-phone-delimiter-sms {
    width: 22%;	
}

.auth-modal__form-sms {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.auth-modal__error-text {
	display:none;
	color:#F60C0C;
	font-size:14px;
	font-family: 'Roboto';
	margin: 19px 0px 0;
	text-align:center;
}

.auth-modal__error-text-success {
	color:green;
}

.auth-modal__error-text.only-visible {
	display: block;
	visibility: hidden;
}

.auth-modal__error-visible {
	display: block;
}

.auth-modal__error-visible.only-visible {
	visibility: visible;
}

.auth-modal__btn-form {
	margin-top: 23px;
}

.auth-modal__agreement {
	color:#808080;
	font-size: 14px;
	text-align:center;
	margin:32px 0 0 0;
	line-height: 1.4;
}

.auth-modal__agreement label {
	display: inline;
	text-decoration:underline;
	cursor: pointer;
}

.auth-modal__agreement label:hover {
	text-decoration:none;
}

.check-in-form textarea {
    width: 90% !important;	
}

#zapis_edu #send_feedback {
    margin: 20px 0 0 0;
}

.right-banner__item:first-child {
	margin:0 0 24px 0;
}

.auth-modal__item-error-text {
	display:none;
    position: absolute;
    bottom: -21px;
    left: 0px;
    text-align: center;
    color: #F60C0C;
    font-size: 14px;
    font-family: 'Roboto';
    width: 100%;
}

.auth-modal__form-text-error .auth-modal__item-error-text {
	display:block;
}

.auth-modal__btns {
	position: relative;
}

.auth-modal__btns-error {
	display:none;
    position: absolute;
    bottom: -25px;
    left: 0px;
    text-align: center;
    color: #F60C0C;
    font-size: 14px;
    font-family: 'Roboto';
    width: 100%;	
}

.auth-modal__btns-error.auth-modal__btns-error-visible {
	display: block;
}

.auth-modal__item-error-pic {
	position: absolute;
    top: 10px;
    right: -33px;
    background: url(/local/templates/bootstrap/css/../images/field-ok.svg) 0px 0px no-repeat;
    width: 20px;
    height: 20px;
}

.auth-modal__form-text-error .auth-modal__item-error-pic {
    background: url(/local/templates/bootstrap/css/../images/field-error.svg) 0px 0px no-repeat;	
    right: -34px;
}



.auth-modal__item-error-text_hidden {
	display: none;
}

.space-banner-item {
	max-width:100%;
	margin-top: 115px;
	display:block;
	width: 100%;
}
.space-banner-item img {
	max-width:100%;
	width: 100%;	
}

.b-sell-top {
	margin-bottom: 12px;
	background:#ECECEC;
    padding: 20px 0 10px;
}

.auth-modal__soc-error {
    margin: 20px 0 0 0;
    color: red;	
}

.auth-modal__soc-error.auth-modal__soc-error_hidden {
	display:none;
}

.auth-modal__error-form {
	border: 1px #F60C0C solid;
    padding: 10px 13px 13px 13px;		
}

.auth-modal__error-form_grey {
	border: 1px #C4C4C4 solid;
}

.auth-modal__error-form__title {
	font-family:'Roboto';
	color:#000;
	text-align:center;
}

.auth-modal__error-form__btns {
    margin: 30px 0 0 0;
	text-align:center;
}

.auth-modal__error-form__btn {
	display: inline-block;
	color:#B2798E;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 20px;
}

.auth-modal__error-form-hidden {
	display: none;	
}

.auth-modal__error-form__input {
	margin:34px auto 0;
	max-width:208px;
	position:relative;
}

#auth-modal__error-form__email.auth-modal__form-text-error:after {
	display:none;
}

.auth-modal__error-form__email-resend-error {
	text-align:center;
	color:#F60C0C;
	margin:6px 0 0 0;
	display:none;
}

.auth-modal__error-form__input:after {
    content: '';
    display: block;
    height: 1px;
    background: #C4C4C4;
    position: relative;
}

.auth-modal__error-form__email {
	display: none;
}

.auth-modal__bottom-text-error {
	color:#F60C0C;
	font-size:14px;
}

.space-brand {
	/*background: url(../images/space2.jpg);*/
    /*background: url(../images/artsakh.jpg) 0px 0px;*/
	/*background: url(../images/fon_gray.svg);*/
	background: url(../images/23feb-bg.jpg);
    margin-bottom: 105px;
    /*background-repeat: no-repeat;*/
    background-size: 100%;
}

.space-brand .container {
	/*background: rgb(255 255 255 / 89%);*/
	background: #fff;
}

.space-brand .b-brands-list-top .container {
	background: transparent;
}

.space-brand .container.b-header {
	padding-top: 30px;
	background: transparent;
}

.space-brand .container.b-top-banner {
	background: transparent;	
}

.space-brand .container.b-sell {
	background: transparent;	
    padding-right: 0px;
    padding-left: 0px;
}

.space-brand .container.b-sell.b-sell-detail {
	background: #fff;	
    padding-right: 35px;
    padding-left: 35px;
	padding-bottom: 24px;
}

.space-brand .container.b-sell > .row:nth-child(1),
.space-brand .container.b-sell > .row:nth-child(2) {
	background: #fff;
    padding-bottom: 12px;
}

.space-brand .container.b-sell > .row:nth-child(2) {
	margin-bottom:12px;
}

.space-brand .b-viewpoint .container {
    background: #F4F4F4;	
}

.space-brand .b-learning .container {
    background: #ECECEC;	
}

.space-brand .b-brands .container {
    background: #F4F4F4;	
}

.space-brand .b-footer .container {
    background: #4D4D4D;	
}

.space-brand .b-events {
	margin: 31px 0 37px;
    padding: 0px 0 0px;
	background:#fff;
}

.space-brand .b-events .container {
    padding-top: 26px;
    padding-bottom: 26px;	
}

.space-brand .b-pubs {
    margin: 0px 0 0 0;
}

.space-brand .b-pubs .container {
	padding-top: 54px;	
}

.space-brand .b-content-publications__more, .b-content-publications__more:hover {
    margin: 26px 0 26px 0;	
}

.space-brand .b-learning {
    margin: 45px 0 0 0;
}

.space-brand .b-techshop {
	margin: 31px 0 37px;
    padding: 0px 0 0px;
	background:#fff;
}

.space-brand .b-techshop .container {
    padding-top: 26px;
    padding-bottom: 26px;
}

.space-brand .b-section__right {
    right: 35px;
}

.space-brand .b-comments {
    margin: 0;
}

.space-brand .b-comments .container {
    padding-top:36px;
	padding-bottom:84px;
}

.space-brand .b-similar {
    margin: 0px 0 0 0;
}

.space-brand .b-similar .container {
    padding-top: 36px;
}

.space-brand .b-events {
    padding: 0px 0 0px;
}

.space-brand .b-events .container {
	padding-top: 34px;
	padding-bottom: 23px;
}

.space-brand .b-events.b-events__top {
    margin: 0px 0 0px;
    padding: 0px 0 0px;
    background: transparent;	
}

.space-brand .b-events.b-events__top .container {
	padding-top: 34px;
	padding-bottom: 46px;	
}

.space-brand .b-event-detail {
    margin-bottom: 34px;
    padding-bottom: 26px;
}

.space-brand .b-learning_top {
    margin-top: 24px;	
}

.space-brand .b-popular-courses__title {
    margin-top: 35px;
}

.space-brand .b-educenter-wrapper {
	margin-bottom: 0px;
    padding-bottom: 122px;
}

.space-brand .clinic-list {
    margin-bottom: 26px;	
}

.space-brand .b-clinic-detail {
    margin-bottom: 0px;
    padding-bottom: 24px;
}

.space-brand .b-header__logo-title {
	/*background:transparent;
    bottom: 4px;*/
}

.space-brand .b-learning_top {
    margin-top: 0px;
}

.space-brand .b-learning_top .container {
    padding-top: 24px;	
}

.space-brand .b-popup-wrapper .container {
	background: transparent;
}

#send_form input[type="text"],
#send_form input[type="email"] {
    font-size: 18px !important;
    color: #000 !important;
    border: none !important;
    border-bottom: 1px #eddfe5 solid !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    max-width: 100% !important;
    font-weight: 600;
    min-width: 300px;
    margin: 0 0 14px 0;
}

#send_form input[type="submit"] {
    background: #684A5B;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    border: none;
    padding: 12px 40px;
    float: right;
    font-size: 12px;
}

.b-brands-list-top {
	position:relative;
}

.b-brands-list-top__title {
	font-family: Trebuchet MS;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #B2798E;
    position: absolute;
    top: -48px;
    left: 180px;
}

.repres-recommended .b-brands-list-top__title {
    left: 314px;	
}

.b-brands-template {
    padding: 49px 0 43px;
    background: #ECECEC;
    margin: 0 0 54px 0;	
}

.b-brands-template.repres-recommended {
	background: #808080;
}

.carousel-controls {
    margin: 23px 0 0 0;
}

.b-brand-detail {
	margin-bottom:36px;
}

.b-brand-detail__h1 {
    margin: 0 0 25px 0;	
}

.b-brand-detail__top {
	
}

.b-brands__item-image-block-wrapper {
    border: 1px solid #656565;
    text-align: center;
	display:table;
    overflow: hidden;
}

.b-brand-detail__filter {
	font-family: Trebuchet MS;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #B2798E;	
	margin:0 0 23px 0;
}

.b-brand-detail__prop {
	font-family: Roboto;
	font-weight: normal;
	font-size: 20px;
    line-height: 30px;
	color: #000000;	
}

.b-brands-list-top__h3 {
	margin-bottom:24px;
}

.b-brand-detail .b-brands-list-top__h3 {
    margin-top: 57px;	
}

.b-brand-detail .b-element__banner .b-brands-list-top__h3 {
    margin-top: 30px;
    font-size: 24px;	
}

.brands_scope .b-brands-pub__item .b-brands__item-image-link {
    border: none;
}

.b-content-publications__more.brand-product__show-more,
.b-content-publications__more.brand-product__show-more:hover {
    padding: 9px 106px;	
}

.brand-pubs__show-more,
.brand-pubs__show-more:hover {
    padding: 9px 106px;	
}

.b-brands-blog-post {
	
}

.b-brands-blog-post__item {
	margin-bottom: 12px;	
}

.b-brands-blog-post__item-wrapper {
	background: #F4F4F4;
    text-align: center;	
    padding: 25px 12px 0;
}

.b-brands-blog-post__item-sub-wrapper {
	min-height: 150px;
}

.b-brands-blog-post__item-img {
    height: 130px;
    width: 130px;
    vertical-align: middle;
    display: block;
    text-align: center;
    border-radius: 65px;
    border: 2px #fff solid;
    overflow: hidden;	
	margin:0 auto;
}

.b-brands-blog-post__item-img img {
    max-width: 100%;
    width: 100%;	
}

.b-repres-detail__top {
	
}

.b-repres__item-image-block-wrapper {
	border: 1px solid #656565;
    text-align: center;
    display: table;	
}

.b-repres__item-image-block {
    background: #fff;
    height: 193px;
    vertical-align: middle;
    display: table-cell;
    width: 193px;
}

.b-repres__top-contacts {
	margin:30px 0 0px 0;	
	color: #656565;
}

.b-repres__top-link-location {
	background: url(../images/repres-location.svg) 0px 0px no-repeat;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	padding:0 0 0 25px;
	color: #656565;
	min-height: 30px;
}

.b-repres__top-link-location span {
	text-transform: uppercase;
	text-decoration:none;
}

.b-repres__top-contacts__item {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;	
	padding:0 0 0 25px;
}

.b-repres__top-contacts__site {
    padding: 0 0 0 25px;
    display: inline-block;
    margin: 16px 0 0 0;
}

.b-repres__top-contacts__site a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;		
}

.b-repres__top-link {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;	
	margin: 0 0 12px 0;
	display:inline-block;
}

.b-repres__top-link img {
	vertical-align:top;
}

.b-repres__top-link span {
    vertical-align: top;
    display: inline-block;
    margin: 1px 0 0 8px;
}

.repres-detail__map {
	margin:18px 0 0 0;
}

.repres__brands {
    margin: 18px 0 0 0;	
}

.repres__brands h3 {
	font-family: Trebuchet MS;
	font-size: 32px;
	line-height: 39px;
	color: #000000;	
	margin: 0 0 16px 0;
}

.repres__brands .b-content-publications__more {
    padding: 9px 107px;	
}

.b-repres-publication__authors {
	
}

.b-repres-publication__authors h3 {
	font-family: Trebuchet MS;
	font-size: 32px;
	line-height: 39px;	
	margin: 67px 0 30px;
}

.b-repres-publication__authors .b-publication__authors__data {
    margin: 34px 0 0 22px;	
}

.b-repres-publication__authors .b-publication__authors__name-1 {
	font-family: Trebuchet MS;
	font-size: 18px;
	line-height: 22px;	
	color:#000;
}

.b-repres-publication__authors .b-publication__authors__name-2 {
	font-family: Trebuchet MS;
	font-size: 18px;
	line-height: 22px;	
	color:#000;
}

.b-repres-publication__authors .b-publication__authors__string {
	font-size: 18px;
	line-height: 22px;		
}

.b-repres-filials {
    margin: 76px 0 0 0;
}

.b-repres-filials h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	margin:0 0 42px 0;
}

.b-repres-filials .b-brands__item-image-link {
	border: 1px solid #656565;	
}

.b-repres-filials .b-brands__item {
	margin-bottom: 36px;
}

.b-brands__item__preview {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;	
    margin: 26px 0 0 0;
}

.b-brands__item__detail {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}

.b-brands__product-image-block {
	width:462px;
	height:462px;
}

.b-brands__item__section {
	font-family: Trebuchet MS;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #B2798E;	
}

.b-brands__item__brand {
	font-family: Trebuchet MS;
	font-size: 18px;
	line-height: 22px;
	color: #656565;	
	margin: 13px 0 0 0;
	display: inline-block;
}

.b-brands__item__repres {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 8px 0 0 0;
}

.b-brands__item__repres a {
	color: #B2798E;	
}

.b-brands__item__pubs-cntr {
	background:url(../images/brand-pubs.svg) 0px 0px no-repeat;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #B2798E;
    margin: 13px 0 0 0;
	padding: 0 0 0 23px;
	display:inline-block;
}

.b-brands__item__pubs-cntr span {
	color: #656565;	
}

.b-repres-publication__authors-btns {
	text-align:center;
}

.b-repres-publication__authors-btn,
.b-repres-publication__authors-btn:hover {
	display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #323131;
    background: #ECECEC;
    padding: 9px 107px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    margin: 26px 0 26px 0;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;	
}

.b-brand-detail__top-links {
	margin-top: 83px;
}

.b-brand-detail__top-link {
	padding:0 0 0 22px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #B2798E;
    margin: 0 40px 0 0;
}

.b-brand-detail__top-link:last-child {
	margin:0 0px 0 0;
}

.b-brand-detail__top-link_prod {
	background: url(../images/brand-pic-product.svg) 0px 0px no-repeat;
	padding:0 0 0 30px;
}

.b-brand-detail__top-link_pub {
	background: url(../images/brand-pic-pub.svg) 0px 0px no-repeat;	
}

.b-brand-detail__top-link span {
	color: #656565;	
}

.b-brand-detail__top-link:hover span {
	text-decoration:none;
}

.quote,
.blockquote {
    margin-bottom: 2rem;
	position: relative;
}

.quote:before,
.blockquote:before {
	content: '';
    background: #B2798E;
    height: 100%;
    position: absolute;
    width: 2px;
    left: -30px;
}

.quote__text,
.blockquote > p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 27px;
	color: #808080;	
}

.quote__text:before {
	content:'«';
}

.quote__text:after {
	content:'»';	
}

.quote__author,
.blockquote-footer {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #808080;
    margin-top: 2rem;
}

.row-lines {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 2rem;
}
/*
.row-lines + .row + .row-lines {
	border-top: none;
	margin-top: -2rem;
}
*/
.expert-opinion {
	position:relative;
}

.expert-opinion__text {
	padding: 0px 0 0px;
	margin: 35px 0;
}

.expert-opinion__author {
	position:absolute;
    left: -180px;
	top: 5px;
}

.expert-opinion__author-item {
	font-family: Trebuchet MS;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #656565 !important;
    max-width: 140px;
    display: block;
	text-decoration:none !important;
}

.expert-opinion__author-item img {
    border-radius: 50%;
    width: 140px;
	height: 140px;
    display: inline-block;
    margin-bottom: 43px;
    cursor: pointer;	
}

.expert-opinion__author-item span {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}

.expert-opinion__author-item p {
    margin-top: 19px;	
	margin-bottom:0px;
}

.dialog-author {
	border: 1px solid #ABABAB;
	padding: 30px 22px;
	margin: 0 0 55px 0;
}

.dialog-author__image {
	border-radius: 50%;
    display: inline-block;
	float: left;
}

.dialog-author__right {
	padding:0 0 0 230px;
    min-height: 200px;
}

.dialog-author__name {
	font-family: Trebuchet MS;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	color: #000000;	
	font-weight: bold;
	text-decoration:none !important;
}

.dialog-author__spec {
	font-family: Trebuchet MS;
	font-size: 22px;
	line-height: 32px;
	color: #000000;		
}

.dialog-author__text {
	color: #808080;
	margin:30px 0 0 0;
}

.dialog-answer {
	position:relative;
	margin:0 0 30px 0;
}

.dialog-author__small-pic {
	position:absolute;
	border-radius: 50%;
    display: inline-block;
	top: 0px;
	left: -120px;
}

.dialog-author__small-text {
	font-weight:bold;
	display: block;
}

.b-publication__top-wrapper {
	position: relative;
	overflow: hidden;
	min-height: 237px;
}

.b-publication__top-image {
	
}

.b-publication__top-wrapper .b-publication__top {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: rgba(50, 49, 49, 0.42);
    color: #fff;	
}

.b-publication__top-wrapper .b-publication__top-section-link {
    color: #fff;
}

.b-publication__top-wrapper .b-publication__top-date {
    color: #fff;
}

.b-publication__top-wrapper .b-publication__top-author {
    color: #fff;
}

.element-block {
    max-width: 270px;
    float: right;
	margin: 0 0 24px 24px;
    position: relative;
    z-index: 1;
}

.element-block .b-events__item-name {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-decoration:none;
	color: #323131;
	margin: 6px 0 0 0;
}

.element-block .b-events__item-type {
	font-family: Trebuchet MS;
	font-size: 16px;
	line-height: 19px;	
}

.element-block .b-learning__item-name__wrapper {
	min-height: 0px;
    margin: 0 -24px;	
}

.element-block .b-learning__item .b-learning__item-name {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #323131;
	padding: 10px 24px;	
}

.element-block .b-learning__item-city {
	font-family: Trebuchet MS;
	font-size: 18px;
	line-height: 22px;
	color: #ABABAB;	
}

.element-block .b-learning__item-city-wrapper {
    margin: 10px 0 0 0;
    padding: 0 0px;
}

.element-block .b-learning__item-tutor {
    margin: 7px 0 0 0;
}

.element-block .b-learning__item-top .b-learning__item-bottom {
    padding: 0 0px;	
    margin: 12px 0 0 0;
}

.element-block .b-learning__item-top {
	min-height:0px;
}

.element-block .course-item__btn {
    display: block;
	font-family: Trebuchet MS;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 9px 20px;
    border-radius: 18px;
    cursor: pointer;
    margin: 0 0 0 0px;
	text-decoration:none;
	text-align:center;
}

.element-block .b-learning__item-bottom {
    margin: 22px 0 0 0;	
}

.element-block .b-brands__item-image-link {
    border: 1px solid #656565;
	padding: 0 0 1px 0;
	text-decoration:none;
}

.element-block .b-brands__item-org-link {
    color: #ABABAB;
	text-decoration:none;
}

.element-block .b-brands__item-name {
	color: #323131;
	text-decoration:none;
	font-family: 'Trebuchet MS';
	font-size: 20px;
}

.element-block .b-brands__item-text {
	color: #808080;
}

.intercharm-link {
    margin-right: 1px;
    margin-top: -32px;
    margin-left: -42px;
    margin-bottom: -36px;
	max-height: 85px;
}

.intercharm-link a {
	display: inline-block;
    position: relative;
	/*max-width: 126px;*/
	max-width: 143px;
	overflow:hidden;
	top: 18px;
    /*top: -6px;*/
}

.intercharm-link a img,
.intercharm-link a svg {
		width: 126px;
		position: relative;
		/*top: 4px;*/
		top: 0px;
}

.intercharm-link__mobile {
	display:none;
	margin-right: 8px;
    margin-top: -34px;
    margin-bottom: -40px;
}

.b-medicine-attention {
	min-height: 48px;
    background: #C4C4C4;
    text-align: center;
    position: relative;
	display: none;
}

.b-medicine-attention__visible {
	display: block;
}

.b-medicine-attention__close {
	position: absolute;
    top: 9px;
    right: 32px;
}

.b-medicine-attention__close img {
	
}

.b-medicine-attention__text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #323131;
    display: block;
    padding: 12px 47px 0;
}

.b-article-read-more {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 38px 0 44px;
}

.b-article-read-more__text {
	font-family: Roboto;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #000000;	
	max-width:614px;
	margin:0 auto;
}

.b-article-read-more__btns {
	margin: 34px 0 0 0;
	text-align:center;
}

.b-article-read-more__btn {
	background: #B2798E;
	border-radius: 60px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	align-items: center;
	text-align: center;
	color: #000000;	
	padding:9px 82px 9px;
	text-decoration:none !important;
}

.c-lk-ads__item-props li {
	list-style:none;
}

.c-lk-ads-add__lines li {
	list-style:none;
}

.course-top {
	
}

.course-top__menu {
    float: right;
    position: relative;
    top: 16px;
}

.course-top__menu-center {
	top: 0px;	
}

.course-top__menu-item {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #323131;
	border-bottom: 1px solid #C4C4C4;
	display: inline-block;
	padding: 0 24px 16px;
	text-decoration: none;
}

.course-top__menu-item:hover {
	text-decoration:none;
}

.course-top__menu-item.active {
	padding: 0 24px 15px;
	color: #B2798E;
	border-bottom:2px #B2798E solid;	
}

.course-top h1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.03em;
	color: #323131;	
}

.course-top-popular {
	
}

.b-courses-online {
	padding: 19px 0 43px;
    margin: 20px 0 0 0;	
}

.b-courses-online .b_carousel__top {
    position: relative;
    margin: 0;	
}

.b-courses-online .b_carousel__top .b_carousel__sort {
	position: absolute;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    top: -70px;
    left: 304px;	
}

.b-courses-online .b-learning__item-wrapper {
	background: #F4F4F4;
	position: relative;
}

.b-courses-online .b-learning__item .b-learning__item-name {
	padding: 5px 0px;
}

.b-courses-online .b-learning__item-top {
	min-height: 0px;
}

.b-courses-online .b-learning__item-tutor {
	margin: 0px 0 0 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 13px 31px 20px;
    height: 100%;
	display:none;
}

.b-courses-online .b-learning__item-wrapper:hover .b-learning__item-tutor {
	display:block;
}

.b-courses-online .b-learning__item-tutor-photo-wrapper {
    width: 135px;
    height: 135px;
    border-radius: 68px;
    -moz-border-radius: 68px;
    -webkit-border-radius: 68px;	
}

.b-courses-online .b-learning__item-tutor-name-wrapper {
    height: 135px;
    color: #fff;
}

.b-courses-online .b-learning__item-tutor-name {
    margin: 0 0 0 26px;
	text-decoration:none;
}

.carousel-fade .carousel-item {
    transition-duration: 0s;	
}

.n-online-filter {
	margin-top:41px;
}

.n-online-filter .b-online-filter__direction-link {
	font-family: Trebuchet MS;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;	
	border-bottom: 1px #fff solid;
	border-radius:0px;
	font-weight: normal;
	padding:0;
    margin: 0 30px 4px 0;
	color: #656565;	
    display: inline-block;
}

.n-online-filter .b-online-filter__direction-link.active {
	color: #B2798E;
	border:none;
    /*border-bottom: 1px #B2798E solid;*/
    text-decoration: none;		
}

.n-online-filter .b-online-filter__direction-link:hover {
	color: #B2798E;
	border:none;
    /*border-bottom: 1px #B2798E solid;*/
    text-decoration: none;	
}

.n-brands-sort.n-brands-sort-online {
    margin: 37px 0 27px 0;
    float: right;
}

/* */
.b-direction-link-choose {
	display:none;
}

.course-schedule__none {
	
}

.course-schedule__none a {
	
}

.b-rescheduled {
    margin: 0 0 0 10px;
}

.b-rescheduled__title,
.b-rescheduled__title:hover {
	font-family: Roboto;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #F60C0C;	
	text-transform:uppercase;
	display:block;
}

.b-rescheduled__data {
	min-height:40px;
}

.b-rescheduled__data .carousel-inner {
    padding: 0 5px;
}

.b-rescheduled .carousel-control-prev {
    width: 20px;
    left: -10px;	
}

.b-rescheduled .carousel-control-prev-icon {
	background:url(../images/rs-prev.svg) 0px 4px no-repeat;
}

.b-rescheduled .carousel-control-next {
    width: 20px;
    right: -10px;	
}

.b-rescheduled .carousel-control-next-icon {
	background:url(../images/rs-next.svg) 11px 4px no-repeat;	
}

.b-rescheduled__data-item {
	font-family: Roboto;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #323131;	
	width: 250px;
}

.b-rescheduled__data-item a {
	font-family: Roboto;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #323131;		
}

.b-event-rs {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #F60C0C;	
	margin-bottom:32px;
}

.b-event-rs-date {
	font-size: 20px;
	line-height: 24px;
	color: #F60C0C;
	text-transform:uppercase;	
}

.b-rescheduled-mobile {
	margin-top:20px;
}

.b-rescheduled-mobile .b-rescheduled__title {
	font-size: 18px;
	line-height: 22px;	
}

.b-rescheduled-mobile .b-rescheduled__data .carousel-inner {
    padding: 0 0px;
    margin: 0 20px;
    width: auto;
}

.b-rescheduled-mobile .b-rescheduled__data-item {
	max-width: 100%;
    margin: 0 0px 0 0;
	display:none !important;
}

.b-rescheduled-mobile .b-rescheduled__data-item.active {
	max-width: 100%;
    margin: 0 0px 0 0;
	display:inline-block !important;
}

.b-rescheduled-mobile .b-rescheduled__data-item a {
    display: inline-block;
    white-space: normal;
    word-break: break-word;
}

.bt-course__top-online {
	margin: 32px 0 0 0;
}

.bt-course__top-online .course-item__btn {
	float: right;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px 39px;
    border-radius: 20px;
	text-decoration:none;
}

.bt-course__top-online .course-item__btn:hover {
	text-decoration:none;
}

.bt-course__top-online-price {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: left;
	color: #000000;	
}

.bt-course__top-online-detail {
	text-align:right;	
}

.bt-course__top-online.bt-course__top-online-detail .course-item__btn {
	float:none;
	margin: 18px 0 0;
}

.bt-course__top-online-detail .bt-course__top-online-price {
	text-align:right;	
}

#course-scope .b-learning__item-online .b-learning__item-wrapper {
	padding: 0px 0px 10px;
}

#course-scope .b-learning__item.b-learning__item-online .b-learning__item-name {
    margin: 0px 0px 0;
}

.b-learning__item-center-link {
	font-size: 16px;
	line-height: 20px;
	color: #656565;
	min-height: 43px;
	display: inline-block;
}

#gdpr-cookie-message p {
	text-align:left !important;
}

.b-cookies-btn {
	float: right;
    margin: 5px 0 0 0;	
}

div#gdpr-cookie-message {
    padding: 15px 0 10px 0px !important;
	position:relative !important;
}

.bt-course__top-online .b24-web-form-popup-btn-54 {
	display:none;
}

.n-article__slider .slick-track {
	white-space: nowrap;
}

.n-article__slider-item {
	float:none !important;
	display: inline-block !important;
	vertical-align:top;
}

.bt-course__top-item span {
	color: #B2798E;
}

.b-lawfaq__article-comp {
    color: #B2798E;
    border: none;
    text-decoration: none;
    font-family: 'Trebuchet MS';
    font-size: 16px;
    line-height: 19px;
	text-transform: uppercase;	
	margin: 0 0 10px 0;
}

.b-lawfaq__article-date {
    font-family: 'Trebuchet MS';
    font-size: 18px;
    line-height: 22px;
    color: #323131;
    margin: 0 0 12px 0;
    display: inline-block;
}

.b-lawfaq__article-text {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.b-lawfaq__article-detail .b-lawfaq__article-text {
	font-size: 24px;
	line-height: 28px;
}

.b-lawfaq__article-text:hover {
	text-decoration:none;
	color: #000000;
}

.b-faq-list .block_pink {
	margin-bottom: 0px;	
}

.b-faq-list .b-experts-right {
	background: #F4F4F4;
	text-align:center;
}

.b-faq-list .b-experts-right__title {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #323131;	
}

.b-faq-list .b-experts-right__link {
    float: none;
    display: inline-block;
}

.b-faq-list .b-experts-right__image {
    float: none;
    border-radius: 70px;
	border:2px #fff solid;
}

.b-faq-list .b-experts-right__name {
    padding-left: 0px;
    margin-bottom: 6px;
    color: #000;
    text-decoration: none;
    display: block;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-top: 27px;
}

.b-faq-list .b-experts-right__name span {
	text-transform: uppercase;
}

.b-faq-list .b-experts-right__comp {
    padding-left: 0px;
	color:#656565;
	font-size: 18px;
	line-height: 22px;
}

.b-faq-list .b-experts-right__item {
    margin-bottom: 40px;
}

.b-lawfaq__article-detail {
	background: #ECECEC;	
	padding: 22px 40px 40px;
}

.b-lawfaq__expert__link {
	display: inline-block;
	margin: 35px 0 0px 0;
}

.b-lawfaq__expert__image {
    border-radius: 70px;
	border:2px #fff solid;	
}

.b-lawfaq__expert__name {
	font-family: 'Trebuchet MS';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000000;	
}

.askquestion-btn-wrapper {
	position:relative
}

.askquestion-btn {
	display: inline-block;
	position:absolute;
	right:0px;
	bottom: 26px;
	background: #C22A2A;
	border-radius: 60px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	width: 200px;
	text-align:center;
	cursor:pointer;
}

.askquestion-btn:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.b-lawfaq__article-question-block {
	margin: 60px 0 43px;	
}

.b-lawfaq__article-question-block h2 {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 35px;
	line-height: 41px;
	color: #323131;	
	margin: 0 0 24px;
}

.b-lawfaq__article-question-block p {
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 21px;
	margin: 24px 0 24px;
}

.b-lawfaq__article-question-block a {
	background: #C22929;
	border-radius: 60px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 200px;
	display: inline-block;
}

.b-lawfaq__article-question-block a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.b-lawfaq__similar {
	margin: 72px 0 0 0;	
}

.b-lawfaq__similar h2 {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 35px;
	line-height: 41px;
	color: #323131;	
	margin: 0 0 24px;	
}

.b-lawfaq__publications.publications article {
	padding: 19px 0px;	
}

.b-lawfaq__publications.publications .b-lawfaq__article-title-top {
	color: #B2798E;
    font-weight: normal;
    font-size: 16px;
}

.b-faq-list .title.block_pink .b-lawfaq__article-title-top {
	display: inline-block;
	width: 160px;
	height: 28px;
	background: #BA8693;
	border-radius: 60px;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 12px 0 0 0;
}

.b-faq-list .title.block_pink .b-lawfaq__article-title-top:hover {
	text-decoration:none;
}

.b-lawfaq__publications.publications .title.block_pink {
	font-size: 16px;	
}

.b-lawfaq__article-overdate-block {
	background: rgba(194, 42, 42, 0.11);
	padding: 5px 5px;
    margin: 0 0 6px 0;
}

.b-lawfaq__article-overdate-block .b-lawfaq__article-overdate {
    margin: 0 8px 0 0;
}

.b-lawfaq__article-overdate-block span {
	display: inline;
}

.b-lawfaq__article-overdate {
	display: inline-block;
    position: relative;
    left: 6px;
    top: -1px;
}

.b-faq-list-h1 {
	display: none;
    font-size: 36px;
    margin: 0 0 24px 0;
    font-family: 'Trebuchet MS';
    font-weight: 600;
}

.adapt-banner_fixed {
	position: fixed;
    top: 10px;		
}

.aside_z {
	position: fixed;
    top: 10px;
	z-index: 1;
}

.adapt-banner_fixed_z {
	z-index: 2;	
}

.iblogs {
	margin: 0 0 24px 0;
}

.iblogs__col {
	margin:0 0 53px 0;	
}

.iblogs__item {
	display: block;
	text-decoration:none;
    overflow: hidden;
	height: 100%;
	border-bottom: 1px solid #C4C4C4;
}

.iblogs__item:hover {
	text-decoration:none;
}

.iblogs__item-picture {
    border: 2px #fff solid;
    border-radius: 79px;
	width:158px;
    display: block;
    margin: 0px auto 0px;
    position: relative;
    z-index: 1;
}

.iblogs__item-picture-wrapper {
    border-radius: 80px;
	display: block;
    width: 160px;
    margin: 0px auto -62px;
}

.iblogs__item-picture-empty {
    border: 2px #fff solid;
    border-radius: 150px;
	width:158px;
    display: block;
    margin: 0px auto -62px;
    position: relative;
    z-index: 1;	
	display:block;
	width:158px;
	height: 158px;
	background: #F4F4F4;
}

.iblogs__item-description {
	background: #F4F4F4;	
	text-align:center;
	border: 1px solid #C4C4C4;
	padding: 85px 20px 54px;
	position:relative;
	height: 100%;
}

.iblogs__item-name {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;	
	color: #323131;
	display: block;
}

.iblogs__item-name span {
	display: block;
	text-transform: none;	
}

.iblogs__item-date {
	font-family: 'Trebuchet MS';
	font-size: 18px;
	line-height: 22px;
	color: #B2798E;	
	margin: 22px 0 0 0;
}

.iblogs__item-post {
	margin: 34px 0 0 0;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 19px;
	color: #323131;	
	display: inline-block;
}

.iblogs .right-banner__item:first-child {
    margin: 0 0 0px 0;
}

.iblogs h1.iblogs-h1 {
    font-size: 36px;
    margin: 0 0 42px 0;
    font-family: 'Trebuchet MS';
    font-weight: 600;
}

.iblogs-author {
	
}

.iblogs-author-bg {
	
}

.iblogs .b-news {
    left: 15px;
    width: 255px;	
}

.iblogs__author-picture-link {
    border: 2px #fff solid;
    border-radius: 150px;
	width:158px;
    display: block;
    margin: 0px 0px 0px;
    position: relative;
    z-index: 1;	
	position: absolute;
	left:22px;
	top: 26px;
	overflow:hidden;
}

.iblogs__author-picture {
	display: inline-block;
	width:100%;
}

.iblogs__author-content {
	
}

.iblogs-author-bg {
	position:relative;
	background: #F4F4F4;
	border: 1px solid #C4C4C4;
	padding: 24px 24px 24px 200px;
	min-height: 140px;
}

.iblogs-author-name {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	color: #656565;	
}

.iblogs-author-spec {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #323131;
    margin: 10px 0 0 0;
}

.iblogs-author-link {
	font-family: 'Trebuchet MS';
	font-size: 16px;
	line-height: 19px;
	color: #B2798E;	
	position: absolute;
    bottom: 24px;
    right: 24px;
}

.iblogs-author-blog-name {
	font-family: Trebuchet MS;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #B2798E;	
	margin: 15px 0 0 200px;
}

.iblogs-author-posts {
    margin: 39px 0 0 200px;
}

.iblogs-author-posts-item {
    margin: 0 0 24px 0;	
}

.iblogs-author-posts-item-name {
	font-family: 'Trebuchet MS';
	font-size: 32px;
	line-height: 37px;
	color: #000000;	
}

.iblogs-author-posts-item-name:hover {
	color: #000000;	
	text-decoration: none;
}

.iblogs-author-posts-item-date {
	font-family: 'Trebuchet MS';
	font-size: 18px;
	line-height: 22px;
	color: #B2798E;	
	margin: 8px 0 0 0;
}

.iblogs-author-posts-item-text {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin: 8px 0 0 0;
}

.iblogs-author-posts .b-content-publications__more {
	padding: 9px 40px;
}

.iblogs-detail {
	margin: 36px 0 0 0px;	
}

.iblogs-detail-h1 {
	font-family: 'Trebuchet MS';
	font-size: 36px;
	line-height: 44px;
	color: #323131;	
}

.iblogs-detail-subheader {
	margin:11px 0 0 0;
}

.iblogs-detail-date {
	display:inline-block;
	font-family: 'Trebuchet MS';
	font-size: 18px;
	line-height: 22px;
	color: #B2798E;
}

.iblogs-detail-viewed {
	display:inline-block;	
	font-family: 'Trebuchet MS';
	font-size: 18px;
	line-height: 22px;
	color: #323131;
	margin:0 0 0 50px;
}

.iblogs-detail-viewed:before {
	content: '';
	display:inline-block;
	background:url(../images/post-viewed-pic.svg) 0px 0px no-repeat;
	width:20px;
	height:13px;
	margin:0 13px 0 0;
}

.iblogs-detail .b-publication__detail {
	margin: 66px 0 0px 200px;
}

.iblogs-bottom {
	margin: 120px 0 0 0;
}

.isearch-popup-result {
	z-index:10;
}

.isearch-popup-result ul {
	padding: 12px 0 0;	
}

.isearch-popup-result ul li {
	list-style:none;
    margin: 0 0 5px 0;
}

.isearch-popup-result ul li a.isearch-main-link {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #ECECEC;	
}

.isearch-popup-result ul li a.isearch-main-link span {
	font-weight: bold;
}

.isearch-popup-result ul li a.isearch-section-link {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #ECECEC;	
	text-decoration:underline;
}

.title-search-result {
	z-index:100;
}

.isearch-page {
	
}

.isearch-page-title {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.03em;
	color: #323131;	
	margin:0 0 13px 0;
}

.isearch-page-title span {
	color: #B2798E;
}

.isearch-page-sections {
	
}

.isearch-page-sections-item {
	font-family: 'Trebuchet MS';
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #656565;
	display: inline-block;
	margin: 0 20px 10px 0;
    letter-spacing: 0.5px;
}

.isearch-page-sections-item:hover,
.isearch-page-sections-item.active {
	color: #B2798E;
	text-decoration-line: underline;
	font-weight: bold;
	letter-spacing: 0px;
}

.isearch-page-sections-item.active {
	font-weight: bold;	
}

.isearch-page .n-brands-sort {
	text-align:right;
	margin: 32px 0 16px 0;
	border-top: 1px #000 solid;
}

.isearch-page .n-brands-sort .n-brands-sort__link {
	color:#000;
}

.isearch-page .n-brands-sort .n-brands-sort__link:hover,
.isearch-page .n-brands-sort .n-brands-sort__link.active {
	color:#B2798E;
}

.isearch-page-list {
	
}

.isearch-page-list-item {
	margin: 0 0 35px 0;
}

.isearch-page-list-item-title {
	font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin: 0px 0 12px 0;
    display: inline-block;
}

.isearch-page-list-item-title b {
	/*color: #B2798E;*/	
}

.isearch-page-list-description {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;	
	color: #000;
    margin: 0 0 5px 0;
}

.isearch-page-list-description b {
	color: #B2798E;
}

.isearch-page-list-item-bottom {
	
}

.isearch-page-list-item-bottom-item {
	font-family: 'Trebuchet MS';
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #B2798E;	
	display: inlien-block;
}

.isearch-page-list-item-bottom-date {
	color:#ABABAB;
	display: inline-block;
    margin: 0 0 0 36px;
}

.b-page-search {
    margin: 0 0 31px 0;
}

.b-page-search__input {
    width: 100%;
    border: 1px solid #C4C4C4;
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 30%;
    color: #656565;
    padding: 8px 10px 9px 10px;
    margin: 0 0 0px 0;
}

.isearch-popup-result.isearch-popup-result-page {
    z-index: 10;
    background: #fff;
	padding: 5px 11px 2px;
    border: 1px #C4C4C4 solid;
    position: relative;
    top: -3px;
}

.isearch-popup-result.isearch-popup-result-page ul li a.isearch-main-link {
    color: #000;
}

.isearch-popup-result.isearch-popup-result-page ul li a.isearch-main-link:hover {
	color: #B2798E
}

.isearch-popup-result ul li a.isearch-section-link {
    color: #000;
}

.isearch-popup-result ul li a.isearch-section-link:hover {
	color: #B2798E
}

.b-brands__item-image-link_wrapper {
    position: absolute;
    background: rgb(255 255 255 / 50%);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;	
    z-index: 1;
}

.q2-filter {
	background: #F4F4F4;
	padding: 20px 0;
}

.q2-filter__title {
	font-family: 'Trebuchet MS';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #323131;	
}

.q2-filter__col {
	position:relative;
}

.q2-filter__clear {
    position: absolute;
    top: 7px;
    right: 15px;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 16px;
    color: #858687;
}

.q2-filter__sorting {
	margin: 30px 0 0 0;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 19px;
	color: #323131;
}

.q2-filter__btn {
	color: #B2798E;
	margin: 0 0 0 20px;
}

.q2-filter__btn-active {
	font-weight: bold;
}

.q2-filter__controls  {
	margin: 32px 0 0 0;
	display: flex;
    justify-content: space-between;
}

.q2-filter__controls-item {
	
}

.q2-filter__submit {
	width: 170px;
	height: 36px;
	background: #C1C0C3;
	border-radius: 67px;
	font-family: 'Trebuchet MS';
	font-weight: 700;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	border: none;
	cursor: pointer;
}

.q2-filter__submit:hover {
	color:#fff;
	background:#B2798E;
	text-decoration:none;
}

.q2-filter__search {
	position:relative;
}

.q2-filter__search-input {
	height: 36px;
	line-height: 36px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 3px;	
	padding: 0 44px 0 44px;
	
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 16px;
	width: 570px;
}

.q2-filter__search-input::-webkit-input-placeholder {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 16px;
	color: #858687;
}
.q2-filter__search-input::-moz-placeholder {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 16px;
	color: #858687;
}
.q2-filter__search-input:-ms-input-placeholder {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 16px;
	color: #858687;
}
.q2-filter__search-input:-moz-placeholder {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 16px;
	color: #858687;
}

.q2-filter__search-btn {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 9px;
    left: 13px;
	background: url(../images/q2-filter__search-btn.svg) 0px 0px no-repeat;
	z-index:1;
}

.q2-filter__search-close {
    display: none;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 12px;
    right: 13px;
	background: url(../images/q2-filter__search-close.svg) 0px 0px no-repeat;
	z-index:1;	
}

.q2-filter__search-close.q2-filter__search-close_active {
	display: block;
}

.q2-filter__search-select {
	width: 370px;
	height: 36px;
	background: #FFFFFF url(../images/q2-filter__search-select-bottom.svg) right 10px center no-repeat;
	border: 1px solid #ECECEC;
	border-radius: 3px;	
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #858687;
	padding: 0 34px 0 10px;
	position:relative;
	cursor: pointer;
}

.q2-filter__search-select.q2-filter__search-select_opened {
	background: #FFFFFF url(../images/q2-filter__search-select-top.svg) right 10px center no-repeat;
}

.q2-filter__search-select-popup {
	display:none;
	position: absolute;
	top: 41px;
	left: 0px;
	background:#fff;
	z-index:1;
	width: 100%;
	max-height: 287px;
	border: 1px solid rgba(178, 121, 142, 0.5);
	border-radius: 3px;
	overflow-y: auto;
}

.q2-filter__search-select.q2-filter__search-select_opened .q2-filter__search-select-popup {
	display: block;
}

.q2-filter__search-option {
	display: block;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #323131;
	height: 36px;
	padding: 0 10px;
}

.q2-filter__search-option.q2-filter__search-option_active,
.q2-filter__search-option:hover {
	color: #B2798E;
	text-decoration: none;
}

.q2-users-list {
	margin: 55px 0 129px 0;
}

.q-user-detail__section .q2-users-list {
	margin: 0px 0 0px 0;	
}

.q2-users-list__wrapper {
	
}

.q2-users-list__item {
	margin: 0 0 55px 0;
}

.q2-users-list__item-img-link {
	display: block;
}

.q2-users-list__item-img {
	max-width: 100%;
	width: 100%;
}

.q2-users-list__item-city {
	font-family: 'Trebuchet MS';
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #B2798E;	
	margin: 13px 0 0 0;
}

.q2-users-list__item-title {
	font-family: 'Trebuchet MS';
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #323131;
	margin: 10px 0 0 0;	
	display: block;
}

.q2-users-list__item-title:hover {
	text-decoration: none;
}

.q2-users-list__item-prof {
	font-family: 'Trebuchet MS';
	font-size: 16px;
	line-height: 19px;
	color: #858687;	
	margin: 7px 0 0 0;
}

.q2-users-pager {
    margin: 22px 0 0 0;
    display: flex;
    justify-content: center;
}

.q2-users-pager-limit {
	font-family: 'Trebuchet MS';
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #B2798E;
    display: flex;
    align-items: center;
}

.q2-users-pager-prev {
	background: url(../images/q2-users-pager-prev.svg) left center no-repeat;
	padding: 0 0 0 23px;
	margin: 0 25px 0 0;
}

.q2-users-pager-next {
	background: url(../images/q2-users-pager-next.svg) right center no-repeat;
	padding: 0 23px 0 0;
	margin: 0 0 0 25px;
}

.q2-users-pager-item {
    font-family: 'Trebuchet MS';
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #323131;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.q2-users-pager-item.q2-users-pager-item_active {
	background: #B2798E;
	color:#fff;
}

.q2-users-pager-item.q2-users-pager-item_dots {
	
}

.q2-filter__middle-tags {
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap:wrap;
}

.q2-filter__middle-tag {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 19px;
	color: #323131;	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 15px;
	gap: 10px;
	height: 36px;
	background: rgba(178, 121, 142, 0.1);
	border: 1px solid rgba(178, 121, 142, 0.6);
	border-radius: 20px;
    width: fit-content;
	margin:0 10px 10px 0;
	position:relative;
	cursor:pointer;
}

.q2-filter__middle-tag:hover {
	text-decoration: none;
	color: #323131;	
}

.q2-filter__middle-tag_active {
	padding-right:46px;
	background: #B2798E;
	border: 1px solid #B2798E;
	color:#fff;
	cursor:text;
}

.q2-filter__middle-tag_active:hover {
	text-decoration: none;
	color:#fff;	
}

.q2-filter__middle-tag-close {
	background: url(../images/q2-filter__middle-tag-close.svg) center center no-repeat;
    width: 20px;
    height: 20px;
	display: block;
	position: absolute;
    top: 8px;
    right: 15px;
	cursor: pointer;
}

.q-user-detail__top {
	display: flex;
	flex-wrap:wrap;
	background: #F4F4F4;
}

.q-user-detail__top-pic {
	width:370px;
}

.q-user-detail__top-pic img {
	max-width:100%;
	width:100%;
}

.q-user-detail__top-data {
    padding: 35px 30px 40px;
    position: relative;
    width: 500px;
}

.q-user-detail__top-city {
	background: url(../images/q-user-map-marker-alt.svg) 0px 2px no-repeat;
	font-family: 'Trebuchet MS';
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #B2798E;	
	padding: 0 0 0 23px;
}

.q-user-detail__top-checked {
	background: url(../images/quser_checked.svg) 0px 0px no-repeat;
    height: 35px;
    padding: 0 0 0 44px;
    position: absolute;
    display: flex;
    top: 35px;
    right: 30px;
    font-family: 'Trebuchet MS';
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    color: #235A66;
    align-items: center;
}

.q-user-detail__top-h1 {
	font-family: 'Trebuchet MS';
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
	color: #323131;	
	margin: 23px 0 0 0;
}

.q-user-detail__top-spec {
	font-family: 'Trebuchet MS';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #858687;	
	margin: 15px 0 0 0;
}

.q-user-detail__top-brands {
	display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 30px;
    bottom: 40px;	
}

.q-user-detail__top-brand {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    gap: 10px;
    height: 36px;
    background: rgba(178, 121, 142, 0.1);
    border: 1px solid rgba(178, 121, 142, 0.6);
    border-radius: 20px;
    font-family: 'Trebuchet MS';
    font-size: 16px;
    line-height: 19px;
    color: #323131;
    margin: 0 10px 10px 0;
    width: fit-content;
}

.q-user-detail__top-brand:hover {
	text-decoration:none;
	color:#fff;
	background: #B2798E;
}

.q-user-detail__top-brands-title {
	width: 100%;
	font-family: 'Trebuchet MS';
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #323131;
	margin:0 0 15px 0;
}

.q-user-detail__section {
	margin: 40px 0 20px;
}

.q-user-detail__section__title {
	font-family: 'Trebuchet MS';
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
	color: #323131;
}

.q-user-detail__section__description {
	font-family: 'Trebuchet MS';
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #B2798E;	
	margin: 10px 0 20px 0;
}

.q-user-detail__section__data {
	margin: 20px 0 0 0;
}

.q-user-detail__section__data .row.brands_scope {
    margin-right: 0px;
    margin-left: 0px;	
}

.q-user-detail__section__item {
	position:relative;
    border-bottom: 1px solid rgb(193 192 195 / 50%);
	padding:0 200px 0 0;
}

.q-user-detail__section__item__hided {

}

.q-user-detail__section__item__hided.hided {
	display:none;	
}

.q-user-detail__section__item:before {
	content:'';
	display:block;
	background: #B2798E;
	width:6px;
	height:6px;
	border-radius:3px;
	position: absolute;
	left:7px;
	top:50%;
	margin:-3px 0 0 0;
}

.q-user-detail__section__file {
	color: #C1C0C3;
    background: url(../images/quser-certificate-clear.svg) left center no-repeat;
    padding: 0 0 0 39px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin: -12px 0 0 0;
}

.q-user-detail__section__file.q-user-detail__section__file-active {
	background:url(../images/quser-certificate.svg) left center no-repeat;	
	color: #B2798E;
}

.q-user-detail__section__text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #323131;	
	padding: 20px 0 20px 30px;;
}

.q-user-detail__section__item-spec {
    padding: 20px 0 3px 30px;	
}

.q-user-detail__section__text span {
	font-family: 'Roboto';
    font-size: 14px;
    line-height: 16px;
    color: #858687;	
}

.q-user-detail__section-all {
	font-family: 'Trebuchet MS';
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #B2798E;
	margin: 15px 0 0 0;
	background: url(../images/q2-filter__search-select-bottom.svg) right center no-repeat;
	padding: 0 30px 0 0;
	display: inline-block;
}

.q-user-detail__section-all.active {
	background: url(../images/q2-filter__search-select-top.svg) right center no-repeat;	
}

.q-user-detail__section__position {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 16px;
	color: #858687;	
	margin: 5px 0 0 0;
}

.q-user-detail__section .b-learning__item-name {
	margin: 15px 0px 0;
	max-height: 300px;
	min-height:86px;
}

.q-user-detail__section .b-learning__item-name__wrapper {
    min-height: 0px;
}

.q-user-detail__section .b-learning__item-city {
    display: block;
}

.q-user-detail__section .b-learning__item-date {
    display: block;
    margin: 7px 0px 0 0;
}

.q-user-detail__section .b-learning__item-top .b-learning__item-bottom {
    margin: 14px 0 0 0;
    min-height: 50px;
    max-height: 50px;
}

.q-user-detail__section .b-learning__item-top {
    /*min-height: 226px;*/
	min-height: 0px;
	padding: 0 0 16px 0;
}

.q-user-detail__section #course-scope .b-learning__item-wrapper {
    margin: 0 0 28px 0;
}

.q-user-detail__section .course-schedule__scope {
    margin-top: 18px;	
}

.q-user-detail__section .b-load-more.b-content-publications__more,
.q-user-detail__section .b-load-more.b-content-publications__more:hover {
    padding: 9px 76px;
	margin: 0px 0 26px 0;	
}

.b-content-publications__more.brand-pubs__show-more.b-user-pubs-more,
.b-content-publications__more.brand-pubs__show-more.b-user-pubs-more:hover {
    margin: 0px 0 26px 0;
    padding: 9px 79px;	
}

.q-user-detail-blog__item {
	position:relative;
	border: 1px solid rgba(193, 192, 195, 0.5);
	border-radius: 3px;
	padding: 15px;
	margin: 0 0 20px 0;
}

.q-user-detail-blog__item:nth-child(even) {
	background: rgba(178, 121, 142, 0.05);	
}

.q-user-detail-blog__item-date {
	position: absolute;
	top:15px;
	right:15px;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 19px;
	color: #B2798E;	
}

.q-user-detail-blog__item-title {
	font-family: 'Trebuchet MS';
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #323131;	
	padding:0 111px 0 0;
	display: block;
}

.q-user-detail-blog__item-title:hover {
	color: #B2798E;
}

.q-user-detail-blog__item-description {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 20px;
	color: #656565;	
	margin: 10px 0 0 0;
}

.q-user-detail__section__data .q2-users-list__item {
	margin: 0 0 0px 0;	
}

.q-user-detail {
	margin-bottom: 117px;
}

.q-user-detail__works .q-user-detail__section__item:before {
	display:none;
}

.q-user-detail__works .q-user-detail__section__text {
    padding: 20px 0 5px 0px;
}

.q-user-detail__works .q-user-detail__section__position {
    margin: 5px 0 20px 0;
}

.q-user-detail__works .q-user-detail__section__item {
    padding: 0 20px 0 0;
}

.q-user-detail__section .b-learning__item-name {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 23px;
    max-height: 86px;
    min-height: 86px;
}

.q2-filter__sorting-mobile-block {
	display:inline-block;
}

.q2-filter__sorting-mobile-block-title {
	display:none;
}

.q2-filter__sorting-mobile-popup {
	display:inline-block;
}

.q2-filter__controls-mobile-search {
	display:none;
}

.q2-filter__search-select-popup-title {
	display:none;
}

.q2-filter__search-popup-title {
	display:none;
}

.q2-filter__submit-mobile {
	display:none;
}

.mobile-filter-bg {
	display:none;
}

.n-brands-promo-text {
	
}

.bt-course__top-schedule-btn {
	background: #B2798E 10px 10px no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    padding: 7px 40px 6px 40px;	
    margin: 6px 0 0 0;
    display: inline-block;	
}

.bt-course__top-schedule-btn:hover {
	background: #B2798E 10px 10px no-repeat;
    color: #fff;	
	text-decoration:none;
}

.offer-subscribtions-select {
	margin: 12px 0 0 0;
}

.offer-subscribtions-select ul {
	margin: 0;
	padding: 0;
}

.offer-subscribtions-select ul li {
	list-style:none;
}

.nep-button.nep-button-new {
    background: #B2798E 10px 10px no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    padding: 7px 40px 6px 40px;
    display: inline-block;	
}

.nep-button.nep-button-new:hover {
	text-decoration:none;
}

.catalog-price-offer-new {
	color:#000;
}

.catalog-element-books-offer {
	
}

.catalog-element-books-offer-img {
	max-width:100%;
	height: auto;
}

.catalog-element-books-offer-preview {
	margin: 12px 0 0 0;
}

.catalog-element-books-offer .catalog-price-offer-new {
    font-size: 22px;
    margin: 0 10px 0 0;	
}

.bx_order_make .bx_logotype span {
    background-size: cover;
}

.payment input[type=radio]:before, .delivery input[type=radio]:before {
	width: 21px;
	height: 21px;
}

.btn-success {
    color: #fff;
    background-color: #1e7e34 !important;
    border-color: #1c7430 !important;
}

.confirm-paysistem .btn-success {
	background: #B2798E;
	background-color: #B2798E !important;
    border-color: #B2798E !important;
	color:#000;
	border:0;
	box-shadow: none;
	padding: 6px 25px!important;
	text-transform: uppercase;
}

.intercharm-link-desktop {
	display: inline-block;
}

.intercharm-link-mobile {
	display: none;	
}

.b-publication__detail-adv {
    margin: 0px 0 0px 185px;	
	clear: both;
}

body .fullscreen-banner-top {
	z-index: 10000000 !important;
}

#top-adapt-banner,
#bottom-adapt-banner {
	background: #fff;
}

.c-lk-ads-add__promo {
	margin: 20px 36px 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.c-lk-ads-add__promo-btn {
	background: #EB7A3A url(../images/ads-hot.svg) 15px center no-repeat;
    height: 45px;
    width: 200px;
    border-radius: 23px;
    display: flex;
    font-size: 16px;
    line-height: 19px;
    color: #fff !important;
    text-decoration: none;
    align-items: center;
    padding-left: 47px;
	cursor:pointer;
}

.c-lk-ads-add__promo-btn.c-lk-ads-add__promo-btn-extend {
	background: #EB7A3A;
	width:140px;
    padding-left: 0px;
	justify-content: center;
}

.c-lk-ads-add__promo-btn:hover {
	color:#fff !important;
	text-decoration:none;	
}

.c-lk-ads-add__promo-timer {
    margin: 0 15px 0 0;	
}

.c-lk-ads-add__promo-timer-days {
    color: #858687;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}

.c-lk-ads-add__promo-timer-line {
    display: flex;
    align-items: flex-end;	
}

.c-lk-ads-add__promo-timer-line img {
	
}

.c-lk-ads-add__promo-timer-line-bar {
    background: #EDEDED;
    width: 170px;
    height: 9px;
    border-radius: 5px;
    margin: 0 0 3px 5px;
    position: relative;
    overflow: hidden;
}

.c-lk-ads-add__promo-timer-line-bar-active {
    background: #EB7A3A;
    position: absolute;
    height: 9px;
}

.b-header__logo-link {
	width: 333px;
	height: 126px;
}

.b-header__logo-link #animation_container {
    position: relative;
    top: -52px;
    left: -172px;
	background: transparent !important;	
}

.b-header__logo-link #animation_container canvas#canvas {
	background: transparent !important;
}

.c_banner-block > a > div:nth-child(2) {
	scale: 0.75;
}

.ny-yell {
	display:none;
}

.mobile-yell-block {
	display:none;
}

.random-list {
	display: flex;
	flex-wrap: wrap;
}

.random-item {
	display:none;
}

@media (min-width: 1250px)
{
	.space-brand .container {
		padding-right: 35px;
		padding-left: 35px;
		max-width: 1240px;
	}
	
	.bx_order_make .bx_description {
		margin-left: 9px;
	}
	
	.ny-yell {
		display:block;
	}
	
}

@media (max-width: 768px) {
	.space-brand .container.b-sell {
		padding-right: 15px;
		padding-left: 15px;
	}
	.space-brand .container.b-sell.b-sell-detail {	
		padding-right: 15px;
		padding-left: 15px;
	}
	.b-pubs__item-name {
		max-height: 200px;
		overflow: hidden;
	}
	
	.b-header__logo-link #animation_container {
		position: relative;
        top: -69px;
        left: -255px;
		scale: 0.32 !important;
		background: transparent !important;
	}
	
	.mobile-yell-block {
        display: flex;
        align-items: flex-end;
        position: absolute;
        right: 7px;
        bottom: 36px;
        scale: 0.9;
	}
}

@media (min-width: 1170px)
{
	.footer-banner {
		left: 50% !important;
		margin-left: -585px !important;
		position:fixed !important;
		bottom: 0px !important;
		top:unset !important;
	}
}

@media (max-width: 480px)
{
	.space-banner-item {
		margin-top: 0px;
	}
	
	.space-brand .container.b-header {
		margin-top:0px;
	}
	
}

@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;
		padding:0;
	}
	
	.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;
	}
	
	.b-publication__subscribe-title {
		font-size: 16px;
	}
	
	.b-publication__detail .full-image {
		margin: 0 0 0 -120px;		
	}
	
	.b-publication__detail .full-size-block {
		margin: 0 0 0 -120px;		
	}
	
	.n-article__slider-box {
		margin: 0 0 0 -120px;
	}
	
	.n-article__table-wrap {
		margin: 0 0 0 -120px;	
	}
	
	.b-publication__detail .callout {
		margin: 0 0 24px -120px !important;		
	}
}

@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;
	}
	
	.b-publication__top-title {
		font-size: 32px;
		line-height: 36px;
	}
	
	.ya-share2__container_size_m .ya-share2__badge + .ya-share2__title {
		width: 120px !important;
	}
	
	.ya-share2__list_direction_horizontal > .ya-share2__item {
		margin: 0 0 0 19px !important;
	}
	
	.b-publication__detail .full-image {
		margin: 0 0 0 -90px;		
	}
	
	.b-publication__detail .full-size-block {
		margin: 0 0 0 -90px;		
	}
	
	.n-article__slider-box {
		margin: 0 0 0 -90px;
	}
	
	.n-article__table-wrap {
		margin: 0 0 0 -90px;	
	}
	
	.b-publication__detail .callout {
		margin: 0 0 24px -90px !important;		
	}
	
	.b-learning_top .b-learning__item .b-learning__item-name {
		font-size: 18px;
		line-height: 26px;	
		padding: 5px 20px;		
	}
	
	.b-learning_top .b-learning__item-wrapper:hover .b-learning__item-tutor {
		padding: 20px 0 0 35px;	
	}
	
	.b-learning_top .b-learning__item-tutor-name, .b-learning_top .b-learning__item-tutor-name:hover {
		color: #fff;
		text-decoration: none;
		margin: 0px 0 0 30px;
	}
	
	.b-educenter-detail__top-logo-img {
		height: 105px;
		padding: 5px;
	}
	
	.course-schedule__list-item .col-lg-5 {
	    margin: 8px 0 8px;	
	}
	
	.course-schedule__list-wrapper .course-item__city {
		margin: 0 0 0px 0;
	}
	
	.course-schedule__list-wrapper .course-item__price-block {
		text-align: center;
	}
	
	.course-schedule__list-wrapper .course-schedule__list-item .course-item__btn {
		background: #B2798E url(../images/course-order.svg) 36px 10px no-repeat;
		padding: 10px 39px 10px 73px;
	}
	
	.course-teachers__item {
		text-align:center;
	}
	
	.course-teachers h2 {
		text-align:center;
	}
	
	.course-schedule__list-wrapper h2 {
		text-align:center;
	}
	
	.bt-course__center h2 {
		text-align:center;
	}
}

@media (max-width: 767px) {
	.pre-subscribe {
		margin: 12px auto;
		float: none !important;
		display: block;
		text-align: center;
		max-width: 300px;
	}
	
	.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;
        max-height: 90px;
	}
	
	.b-header__logo-img {
		max-width: 100%;
	}
	
	.b-header__wrapper:after {
	    margin: 10px 0 0 0;
		bottom: 0px;	
		/*display:none; /* ny */
	}
	
	.b-header__logo-img {
		/*margin: 0px 0 8px 0; /* ny */
	}
	
	.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;
		/*display:none; /* ny */
	}
	
	.b-header__right-block > a {
		display: none;
	}
	
	.b-learning__item-bottom-pic {
		display:none;
	}
	
	.b-authorize__login {
		display:none;
	}
	
	.b-top-btn {
		left: 15px;
		/*top: -87px;*/
		top: -52px;
	}
	
	.b-top-search {
		right: 13px;
		/*top: -93px;*/
		top: -54px;
	}
	
	.b-rescheduled-menu .b-top-search {
		/*top: -65px; /* ny */
	}
	
	.b-rescheduled-menu .b-top-btn {
		/*top: -61px; /* ny */
	}
	
	.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-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-tutor-name {
		font-size: 16px;
		line-height: 19px;		
	}
	
	.b-learning__item-name {
		font-size: 17px;
		line-height: 21px;
		padding: 13px 28px;
	}
	
	.b-learning__item-tutor {
		margin: 16px 0 0 0;
	}
	
	.b-menu {
		padding-bottom: 42px;
	}
	
	.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;
		z-index: 1;
		position: relative;
	}
	
	.b-main-thema__bg {
		display:none;
	}
	
	.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;
	    display: block;
	}
	
	.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;*/
		display: block;
		position: relative;
		top: 0px;
		left: 0px;
	}
	
	.b-publication__top {
		padding: 16px 20px 32px;
		background: #ECECEC;
	}
	
	.b-publication__top-title {
		font-size: 26px;
		line-height: 32px;
	}
	
	.b-publication__preview {
		margin: 20px 0 0 0;
		font-size: 18px;
		line-height: 24px;
	}
	
	.ya-share2__container_size_m .ya-share2__badge + .ya-share2__title {
		width: 68px !important;
	    height: 26px;
	}
	
	.ya-share2__container_size_m .ya-share2__title:after {
		font-size: 11px;
		line-height: 26px;
	}
	
	.ya-share2__list_direction_horizontal > .ya-share2__item {
		margin: 0 0 0 5px !important;
	}
	
	.ya-share2__container_size_m .ya-share2__icon {
		height: 24px !important;
		width: 24px !important;
	}
	
	.b-publication__tags {
		margin: 24px 0 0 0;
	}
	
	.b-publication__adv {
		margin: 24px 0 0 0;
	}
	
	.b-publication__subscribe-link {
		display: block;
		width: 113px;
		margin: 8px auto 0;		
	}
	
	.b-publication__subscribe-title {
		font-size: 14px;
		line-height: 21px;
		text-align: center;
	}
	
	.article-subscribe__subscribe {
	    margin: 8px auto 0;
		display: block;		
	}
	
	.b-publication__subscribe-socials {
		text-align: center;
	}
	
	.b-publication__subscribe-socials-title {
		margin: 6px 0px 0 0;
	}
		
	.b-publication__subscribe .ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
		width: 30px !important;
	}
	
	.b-publication__subscribe .ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title:after {
		color:transparent;
	}
	
	.b-publication__subscribe-socials .ya-share2__list_direction_horizontal > .ya-share2__item {
		margin: 0 0 0 10px !important;
	}
	
	.b-element__banner {
		text-align: center;
		margin: 12px 0 0 0;		
	}
	
	.b-similar__title {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 18px 0;
		text-align: center;		
	}
	
	.b-comments__title {
		font-size: 32px;
		line-height: 38px;
		text-align: center;	
	}
	
	.b-comments__top {
		text-align: center;
		margin: 8px 0 0 0;
	}
	
	.b-publication__detail .full-image {
		margin: 0 0 0 -67px;		
	}
	
	.b-publication__detail .full-size-block {
		margin: 0 0 0 -67px;		
	}
	
	.n-article__slider-box {
		margin: 0 0 0 -67px;
	}
	
	.n-article__table-wrap {
		margin: 0 0 0 -67px;	
	}
	
	.b-publication__detail .callout {
		margin: 0 0 24px -67px !important;		
	}
	
	.b-sandvich__top {
		padding: 24px 0 0 120px;
	}
	
	.b-sandvich__close {
		top: 24px;
	}
	
	.b-sandvich__bottom {
		padding: 32px 0 120px 147px;
	}
	
	.b-publication__top-author {
		margin: 12px 0 0 0px;
	}
	
	.ya-share2__container_size_m {
		text-align:center;
	}
	
	.body__inner .b-news {
		display:none;
	}
	
	.b-publication__detail h2 {
		font-size: 24px;
	}
	
	.b-publication__sources h3,
	.b-publication__authors h3,
	.b-publication__tags h3,
	.b-publication__adv h3,
	.b-similar .b-similar__title {
		text-align:left;
	}
	
	.b-publication__authors__img {
		width: 100px;
		height: 100px;		
	}
	
	.b-publication__authors__data {
		color: #656565;
		font-size: 18px;
		display: inline-block;
		vertical-align: top;
		margin: 0px 0 0 20px;
		height: auto;
		width: 60%;		
	}
	
	.b-learning_top .b-learning__item .b-learning__item-name {
		font-size: 18px;
		line-height: 26px;	
		padding: 5px 20px;		
	}
	
	.b-learning_top .b-learning__item-wrapper:hover .b-learning__item-tutor {
		padding: 20px 0 0 35px;	
	}
	
	.b-learning_top .b-learning__item-tutor-name, .b-learning_top .b-learning__item-tutor-name:hover {
		color: #fff;
		text-decoration: none;
		margin: 0px 0 0 30px;
	}
	
	.b-learning_top .b-learning__item-tutor-photo-wrapper {
		width: 90px;
		height: 90px;
	}
	
	.b-learning_top .b-learning__item-tutor-name, .b-learning_top .b-learning__item-tutor-name:hover {
		margin: 0px 0 0 10px;
	}
	
	.b-learning_top .b-learning__item-tutor {
		padding: 20px 0 0 20px;	
	}
	
	.b-rek-wrapper-relative .b-rek-wrapper-relative__wrapper {
		position:relative;
	}
	
	.course-schedule__list-wrapper .course-item__price-block {
		text-align: left;
	}
	
	.course-schedule__list-wrapper .course-schedule__list-item .col-md-4 {
		margin: 0 0 12px 0;
	}
	
	.bt-center__cources {
		margin: 12px 0 0 0;
		float: none;
		display: block;
		text-align: center;
		width: 200px;
	}	
	
	.bt-course__top-item {
		margin: 18px 0 0 0;
	}
	
	.breadcrumb-wrapper {
	    display: none;	
	}
	
	.bt-course__top h1 {
		
	}
	
	.bt-course__top h1 {
		font-size: 28px;
		line-height: 36px;
	}
	
	#advertising {
		text-align:center;
		margin-bottom: 24px;
	}
	
	.course-schedule__list-item .col-lg-5 {
	    margin: 8px 0 8px;	
	}
	
	.course-schedule__list-wrapper .course-item__city {
		margin: 0 0 0px 0;
	}
	
	.course-schedule__list-wrapper .course-item__price-block {
		text-align: center;
	}
	
	.course-schedule__list-wrapper .course-schedule__list-item .course-item__btn {
		background: #B2798E url(../images/course-order.svg) 36px 10px no-repeat;
		padding: 10px 39px 10px 73px;
	}
	
	.course-teachers__item {
		text-align:center;
	}
	
	.course-teachers h2 {
		text-align:center;
	}
	
	.course-schedule__list-wrapper h2 {
		text-align:center;
	}
	
	.bt-course__center h2 {
		text-align:center;
	}
	
	.course__nav-cal-wrapper .daterangepicker.ltr .ranges, 
	.course__nav-cal-wrapper .daterangepicker.ltr .drp-calendar {
		display:none !important;
	}
	
	.course__nav-cal-wrapper__links {
		position: relative;
		top: 0px;
	}
	
	.b-filter__link-direction:before {
		display:none;
	}
	
	.b-filter__link-type:before {
		display:none;
	}
	
	.auth-modal__btns-error {
		bottom: -44px;	
	}
	
	.auth-modal__agreement {
		margin: 42px 0 0 0;
	}
	
	.c-sell__gallery-thumbs {
		display: block;
		padding: 0 0 0 0px;
		margin: 15px 0 0 0;
	}
	
	.c-sell__gallery-thumbs li {
		width: 60px;
		height: 60px;
		margin: 0px 4px 22px 0;
		display: inline-block;
	}
	
	.c-sell__gallery-thumbs li img {
		max-width: 100%;
	}
	
	.shop-catalog .catalog-element td {
		display: block;
		width:100%;
	}
	
	.shop-catalog .catalog-element td img {
		max-width: 100%;
		height: auto;
	}
	
	.shop-catalog .catalog-element td h1 {
		display: none;
	}
	
	.b-brands__item-image-block {
		height: auto;
		width: auto;
	    padding: 5px;
	}	
	
	.expert-opinion__author {
		position: relative;
		left: 0px;
		top: 0px;
	}
	
	.expert-opinion__author-item {
		margin: 0 auto;
	}
	
	.dialog-author__image {
		display: block;
		float: none;
		margin: 0 auto;
	}
	
	.dialog-author__right {
		padding: 12px 0 0 0px;
		text-align: center;
		min-height: 0px;
	}
	
	.intercharm-link {
		/*display:none;*/
		margin-left: 0px;
		margin-top: -17px;
	}

	.intercharm-link__mobile {
		display:inline-block;
	}
	
	.intercharm-link__mobile a img {
		width: 91px;
		width: 150px;
	}
	
	.intercharm-link__mobile a {
		top: -3px;
		position: relative;
	}
	
	.b-medicine-attention {

	}

	.b-medicine-attention__visible {

	}

	.b-medicine-attention__close {
		right: 21px;
	}

	.b-medicine-attention__text {
		padding: 12px 47px 10px;
	}
	
	.blog-post-content img {
		max-width: 100%;
		height: auto;
	}
	
	.b-header__logo-title:after {
		display: none;
	}
	
	.b-header {
		/*background: url(/local/templates/bootstrap/css/../images/ny2020bg.jpg) bottom 0px left -1px no-repeat;*/
		border-bottom: 2px #C4C4C4 solid;
	}
	
	.b-header__wrapper {
		background: none;
	}
	
	.b-header__wrapper:after {
		display: none;
	}
	
	.b-header__logo-title {
		margin: 12px 0 6px 0px;	
	}
	
	.b-menu {
		padding-bottom: 32px;
	}
	
	.b-menu__list {
		/*padding: 0 0 10px 0;
		margin: 15px 0 0 0;*/
		
		padding: 13px 0 15px 0;
		margin: 10px 0 -15px 0;
		display:flex;
		justify-content: flex-start;
	}
	
	.b-lawfaq__article-detail {
		padding: 22px 25px 40px;
		margin: 0 -15px;
	}
	
	.b-lawfaq__article-question-block {
		text-align: center;
	}
	
	.b-lawfaq__expert {
		text-align: center;
	}
	
	.b-lawfaq__expert__link {
		margin: 35px 0 6px 0;
		display: block;
	}
	
	.b-faq-list-h1 {
		display: block;
	}
	/* */
}



@media (max-width: 575px) {
	.b-publication__detail .full-image {
		margin: 0 -15px 0 -15px;	
	}	
	
	.b-publication__detail .full-size-block {
		margin: 0 -15px 0 -15px;		
	}
	
	.n-article__slider-box {
		margin: 0 -15px 0 -15px;
	}
	
	.n-article__table-wrap {
		margin: 0 0 0 0px;	
	}
	
	.b-publication__detail .callout {
		margin: 0 0 12px 0px !important;	
	}
	
	.b-filter__right {
		text-align:left;	
	}
	
	.b-filter__link {
		display:block;
		margin: 8px 0 0 0;
	}
	
	.publications_scope {
		min-height: 0px;	
	}
	
	.mobile-top-banner-wrapper {
		text-align: center;
		margin: 24px 0 0 0;		
	}
	
	.b-educenter-detail__top-logo {
		margin: 0 0 20px 0;
	    text-align: center;
	}
	
	.b-educenter-detail__top-logo-img {
		height: auto;
		display: inline-block;
	}
	
	.b-educenter-detail__top-data {
		max-width: 320px;
		margin: 0 auto 24px;
	}
	
	.b-educenter-detail__top-links {
		max-width: 320px;
		margin: 0 auto;
	}	
	
	.b-content-publications__more, .b-content-publications__more:hover {
	    padding: 9px 80px;	
	}
	
	#send_form td {
		display: block;
	}
	
	#send_form input[type="text"], #send_form input[type="email"] {
		margin: 6px 0 24px 0;
	}
	
	#send_form input[type="submit"] {
		display: block;
		float: none;
		margin: 12px auto;
	}
	
	#send_form table {
		width: 100%;
	}
	
	.brands_scope .b-brands__item-image-link {
		display: table;
	}
	
	.b-brands__item-image-block {
		width: 100%;	
	}
	
	.b-brands__item-image-block {
		padding: 15px;
	}
	
	.b-brands__item-image-block-wrapper {
		margin: 0 0 24px 0;
		width:100%;
	}
	
	.b-brands-list-top__title {
		display:none;
	}
	
	.b-brands__item-image-block {
		text-align:center;
	}
	
	.b-brands__item-image-link {
		display: table;	
		min-height: 270px;
	}
	
	.b-repres__item-image-block-wrapper {
		margin: 0 0 20px 0;
	}
	
	.b-repres__top-contacts {
		margin: 30px 0 8px 0;
	}
	
	.b-repres__top-contacts__site {
	    padding: 0 0 0 28px;	
	}
	
	.b-brand-detail__top-link {
		margin: 0 0px 12px 0;
		display: block;
	}	
	
	.b-brand-detail__top-links {
		margin-top: 40px;		
	}
	
	.b-publication__top-wrapper .b-publication__top {
		padding: 16px 15px 15px;
	}
	
	.b-publication__top-wrapper .b-publication__top-author {
		margin: 2px 0 0 0px;
	}
	
	.b-publication__top-wrapper .b-publication__top-time {
		margin: 2px 0 0 0px;
	}
	
	.b-publication__top-wrapper .b-publication__top-section-link {
		font-size: 14px;
	}
	
	.b-publication__top-wrapper .b-publication__top-title {
		font-size: 23px;
		line-height: 28px;
	}
	
	.b-publication__top-wrapper .b-publication__top-data {
		margin: 15px 0 0 0;
		font-size: 16px;
		line-height: 20px;
	}
	
	.element-block {
		float: none;
		margin: 24px auto;
	}
	
	.dialog-author__right {
		padding: 36px 0 0 0px;
	}
	
	.dialog-author {
		padding: 30px 22px 48px;
	}
	
	.expert-opinion__author {
		margin: 30px 0 0 0;
	}
	
	.expert-opinion__author-item {
		max-width: 180px;
	}
	
	.quote:before,
	.blockquote:before	{
		content: '';
		background: #B2798E;
		height: 2px;
		position: relative;
		width: 158px;
		left: 0px;
		display: block;
		margin: 0 0 20px 0;		
	}
	
	.course-top__menu-item {
		padding: 0 20px 16px;
	}	
	
	.course-top__menu-item.active {
		padding: 0 20px 15px;
	}
	
	.course-top__menu {
		float: none;
		top: 0px;
		text-align: center;
	}
	
	.course-top h1 {
		margin: 28px 0 0 0;
	}
	
	.b-courses-online {
		display: none;
	}
	
	.b-direction-link-choose,
	.b-direction-link-choose:hover,
	.b-direction-link-choose:focus {
		position: relative;
		background: #F4F4F4;
		font-weight: bold;
		font-size: 16px;
		line-height: 19px;
		text-transform: uppercase;
		color: #656565;
		display: block;
		padding: 7px 15px 6px;
		margin: 0 -15px;
		text-decoration:none;
	}

	.b-direction-link-choose:after {
		position: absolute;
		top: 12px;
		right: 15px;
		content:'';
		display:block;
		width:17px;
		height: 9px;
		background: url(../images/b-down.svg) 0px 0px no-repeat;
	}

	.b-direction-link-choose.opened:after {
		background: url(../images/b-up.svg) 0px 0px no-repeat;
	}

	.b-direction-link-choose-block .b-online-filter__direction-link {
		display:none;
	}

	.b-direction-link-choose-block .b-online-filter__direction-link.active {
		display:block;
	}

	.b-direction-link-choose.opened + .b-direction-link-choose-block .b-online-filter__direction-link {
		display:block;
	}

	.n-online-filter .b-online-filter__direction-link {
		margin: 7px 30px 7px 0;	
	}
	
	.bt-course__top-online .course-item__btn {
		float:none;
		margin-bottom:24px;
	}
	
	.space-brand {
		/*margin-top: 160px;*/	
		background:none;
	}
	
	#gdpr-cookie-message .col-lg-12 {
		display: flex;flex-flow: wrap;
	}
	
	div#gdpr-cookie-message .b-cookies-btn {
		order: 1;
		float: none !important;
		
		text-align: center !important;
		width: 100%;
	}
	
	#gdpr-cookie-message p {
		padding: 0 0px !important;
	}
	
	.b-cookies-text {
		order: 0;
	}
	
	.b-sandvich__login {
		padding: 0 0 0 146px;	
	}
	
	#gdpr-cookie-message p {
		color: #333;
		font-size: 11px;
		line-height: 1.2em;
		margin-bottom: 4px;
		margin-top: 6px;
	}
	
	.b-brands-list .n-brands-filter__item {
		display: block;
	}
	
	.b-brands-list .n-brands-filter__item-active {
		border-bottom:none;
		text-decoration:underline;
		margin: 0 26px 12px 0;
	}
	
	.askquestion-btn {
		position:relative;
		right:0px;
		bottom: 0px;
		margin:0 0 12px 0;
	}
	
	.iblogs__author-picture-link {
		width: 130px;		
	}
	
	.iblogs__author-picture {
		width: 130px;
		left: 12px;
		top: 12px;
	}	
	
	.iblogs-author-bg {
		padding: 12px 16px 16px 160px;
	}
	
	.iblogs-author-name {
		/*font-size: 28px;
		line-height: 32px;*/
		font-size: 20px;
		line-height: 22px;
	}
	
	.iblogs-author-link {
		font-size: 18px;
		line-height: 19px;
		position: relative;
		bottom: 0px;
		right: 0px;
		margin: 12px 0 0 0;
		display: inline-block;
	}
	
	.iblogs-author-blog-name {
		margin: 15px 0 0 0px;
	}
	
	.iblogs-author-posts {
		margin: 39px 0 0 0px;
	}
	
	.iblogs-author-posts-item-name {
		font-size: 28px;
		line-height: 32px;
	}
	
	.iblogs-detail .b-publication__detail {
		margin: 66px 0 0 0px;
	}
	
	.iblogs .detail-bottom-adapt-banner {
		margin: 12px 0 0 0;
	}
	
	.b-popup-search__submit img {
		max-width: 23px;	
	}
	
	.isearch-popup-result ul li a.isearch-main-link {
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
		display: block;
		overflow: hidden;
	}
	
	.isearch-popup-result ul li {
		margin: 0 0 8px 0;
	}
	
	.isearch-page-sections-item {
	    margin: 0 15px 10px 0;	
	}
	
	.q2-filter__controls {
		flex-wrap: wrap;
	}
	
	.q2-filter__controls-item {
		width: 100%;
	}
	
	.q2-filter__search-input {
		width: 100%;
	}
	
	.q2-filter__search-select {
		width: calc(100% - 50px);
	}
	
	.q2-filter__controls-item {
		width: 100%;
		margin: 0 0 8px 0;
	}
	
	.q2-users-pager-limit {
		font-size: 0px;
		color: transparent;
		overflow: hidden;
	}
	
	.q2-users-pager-next {
		background: url(../images/q2-users-pager-next.svg) center center no-repeat;
		margin: 0 0 0 10px;
		padding: 0 18px 0 0;
	}
	
	.q2-users-pager-prev {
		background: url(../images/q2-users-pager-prev.svg) center center no-repeat;
		margin: 0 10px 0 0;
		padding: 0 0 0 18px;
	}
	
	.q2-users-pager-item {
		margin: 0 2px;
	}
	
	.q2-users-pager-item.q2-users-pager-item_dots {
		margin: 0px 0px;
	}
	
	.q2-filter__middle-tags {
		margin: 15px 0 0 0;
		flex-wrap: nowrap;
		overflow: auto;
	}
	
	.q2-filter__middle-tag {
		white-space: nowrap;	
	}
	
	.q2-filter__sorting {
		margin: 20px 0 0 0;
	}
	
	.q2-filter__sorting-mobile-block {
		position:relative;
	}
	
	.q2-filter__sorting-mobile-block-title {
		display: inline-block;
		font-family: 'Roboto';
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		color: #B2798E;
		margin:0 0 0 20px;
		padding:0 24px 0 0;
		background: url(../images/q2-filter__search-select-bottom.svg) right top 6px no-repeat;
		cursor:pointer;
	}
	
	.q2-filter__sorting-mobile-block.active .q2-filter__sorting-mobile-block-title {
		background: url(../images/q2-filter__search-select-top.svg) right top 6px no-repeat;
	}
	
	.q2-filter__sorting-mobile-popup {
		display: none;
	}
	
	.q2-filter__sorting-mobile-block.active .q2-filter__sorting-mobile-popup {
		display: block;
		position: absolute;
		top: 35px;
		left: 5px;
		background: #FFFFFF;
		border: 1px solid rgba(178, 121, 142, 0.5);
		border-radius: 3px;
		padding: 15px 15px 0;
		z-index: 1;
		width: 162px;
	}
	
	.q2-filter__sorting-mobile-block .q2-filter__btn {
	    color: #B2798E;
		margin: 0 0 15px 0px;
		display: block;	
	}
	
	.q2-filter__clear span {
		display: none;
	}
	
	.q-user-detail__top-brands {
		position: relative;
		left: 0px;
		bottom: 0px;
		margin: 40px 0 0 0;
	}
	
	.q-user-detail__section__item {
		position: relative;
		padding: 0 0px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.q-user-detail__section__text {
		order: 1;
	}
	
	.q-user-detail__section__file {
		position: relative;
		top: 0px;
		right: 0px;
		margin: 0px 0 0 0;
		order: 2;
		margin: 0px 0 20px 28px;
	}
	
	.q-user-detail__section__item:before {
		left: 7px;
		top: 28px;
		margin: 0px 0 0 0;
	}
	
	.q-user-detail__works .q-user-detail__section__position {
	    order: 2;	
	}
	
	.q2-filter__search {
		display:none;
		margin: 0;
	}
	
	.q2-filter__search.active {
		display: block;
	}
	
	.q2-filter__submit {
		display:none;		
	}
	
	.q2-filter__controls-mobile-search {
		display: block;
		background: #fff url(../images/q2-filter__search-btn.svg) center center no-repeat;
		width: 40px;
		height: 36px;
		border: 1px solid #ECECEC;
		border-radius: 3px;
		margin:0 10px 0 0;
	}
	
	.q2-filter__search-city {
		display:flex;
	}
	
	.q2-filter__search-select:before {
		/*
		content: 'Город';
		display:block;
		position:absolute;
		top: -20px;
		left: 10px;
		font-family: 'Trebuchet MS';
		font-weight: 700;
		font-size: 12px;
		line-height: 14px;
		color: #B2798E;
		*/
	}
	
	.q2-filter__search-select-popup-title,
	.q2-filter__search-popup-title {
		position: relative;
		font-family: 'Trebuchet MS';
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 19px;
		display: block;
		align-items: center;
		text-align: center;
		color: #B2798E;
		border-bottom: 1px solid #F4F4F4;
		width: 100%;
		padding: 9px 0;
	}
	
	.q2-filter__search-select-popup-close,
	.q2-filter__search-popup-title-close {
		background: url(../images/q2-filter__search-select-popup-close.svg) center center no-repeat;
		position:absolute;
		top: 11px;
		right: 20px;
		display:block;
		width:15px;
		height:15px;
	}
	
	.q2-filter__search-select-popup,
	.q2-filter__search-popup {
		overflow-y: hidden;
		max-height: 75%;
		position: fixed;
		top: auto;
		bottom: 0px;
		z-index: 10;
		border-radius: 15px 15px 0px 0px;
	}
	
	.q2-filter__search-select-popup {
		height:75%;
	}
	
	.q2-filter__search-popup {
	    width: 100%;
		left: 0px;
		background: #fff;	
	}
	
	.q2-filter__search-select-popup-wrapper {
	    overflow-y: auto;
		max-height: 100%;
		padding: 0 10px;
	}
	
	.q2-filter__search-select {
		position: unset;
	}
	
	.q2-filter__search-popup-wrapper {
		padding: 25px 20px 54px;
		position: relative;
	}
	
	.q2-filter__search-popup-wrapper-input {
		position:relative;
	}
	
	.q2-filter__submit-mobile {
		margin: 20px 0 0 0;
		width: 100%;
		background: #C1C0C3;
		border-radius: 67px;
		height: 36px;
		font-family: 'Trebuchet MS';
		font-weight: 700;
		font-size: 15px;
		line-height: 17px;
		display: flex;
		align-items: center;
		text-align: center;
		text-transform: uppercase;
		color: #FFFFFF;
		border: none;
		justify-content: center;
	}
	
	.mobile-filter-bg {
		background: rgba(49, 49, 50, 0.5);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: 9;
	}
	
	.mobile-filter-bg.active {
		display:block;
	}
	
	.q2-users-list {
		margin: 30px 0 80px 0;
	}
	
	.q2-users-list__item {
		margin: 0 0 30px 0;
	}
	
	.q-user-detail-first {
		padding: 0px;
	}
	
	.q-user-detail__top-data {
		padding: 24px 25px 20px;
		position: relative;
		width: 100%;
	}
	
	.q-user-detail__top-h1 {
		margin: 20px 0 0 0;
	}
	
	.q-user-detail__top-checked {
		height: 35px;
		padding: 0 12px 0 42px;
		position: absolute;
		display: flex;
		top: 20px;
		right: 20px;
		background: linear-gradient(243.03deg, rgba(175, 109, 133, 0.1) 9.42%, rgba(178, 121, 142, 0.1) 31.13%, rgba(228, 176, 195, 0.1) 46.71%, rgba(178, 121, 142, 0.1) 65.95%, rgba(155, 103, 122, 0.1) 88.07%);
		border-radius: 69px;
	}
	
	.q-user-detail__top-checked:before {
		content:'';
		background: url(../images/q-user-detail__top-checked-mobile.svg) 0px 0px no-repeat;
		position: absolute;
		top: 10px;
		left: 12px;
		width: 20px;
		height: 15px;
	}
	
	.q-user-detail__top-checked span {
		font-family: 'Trebuchet MS';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		/* identical to box height */

		text-transform: uppercase;

		background: linear-gradient(243.03deg, #AF6D85 9.42%, #B2798E 31.13%, #D99EB4 46.71%, #B2798E 65.95%, #9B677A 88.07%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;		
	}
	
	.q-user-detail__top-checked span br{
		display:none;
	}
	
	.q-user-detail__top-pic {
		width: 100%;
	}
	
	.q-user-detail-blog__item-date {
		position: relative;
		top: 0px;
		right: 0px;
		margin: 0 0 10px 0;
	}
	
	.q-user-detail-blog__item-title {
		padding: 0 0px 0 0;
	}
	
	.q-user-detail__section__data .q2-users-list__item {
		margin: 0 0 20px 0;
	}
	
	.q-user-detail__top {
		margin: 0 -15px;
	}
	
	.b-event-detail .b-publication__top {
		margin: 0 -15px;
	}
	
	.b-event-detail .b-event__top-title_place {
		background: url(../images/event-place-n.svg) 12px 2px no-repeat;
		background-size: 21px;
		padding: 0 0 0px 40px;
		margin: 10px 0 0 0;
	}
	
	.b-event-detail .b-event__organizer {
		padding: 0 0 0 55px;	
	}
	
	.b-event-detail .b-event__organizer-st-bl {
		display: block;
	}
	
	.b-event__age {
	    bottom: -64px;
		left: 20px;	
	}
	
	.b-event__organizer {
		margin: 25px 0 0 0px;	
	}
	
	.books-offers-tmpl {
		
	}
	
	.books-offers-tmpl.publications .pub_img {
		float: none;
		padding: 0px;
	}
	
	.books-offers-tmpl.publications .pub_img img {
		padding: 0px;
		max-width: 100%;
		max-height: 1000px;
		width:100%;
	}
	
	.store-cart {
		padding-left: 0px;
	}
	
	.books-offers-tmpl.publications .pub_desc {
		margin-left: 0px;
	}
	
	.books-offers-tmpl .item-left {
		float: none;
		width: 100%;
		margin: 12px 0 0 0;
	}
	
	.books-offers-tmpl .item-right {
		float: none;
		width: 100%;
		text-align: left;
	}
	
	.books-offers-tmpl.publications article p {
		font-size: 14px!important;
	}
	
	.catalog-element-books-offer h1 {
		font-size: 26px;
		margin: 12px 0 0px;
	}
	
	.subscribtion-video {
		width: 100%;
		height: 250px;
	}
	
	#ORDER_FORM .personal-page__menu {
	    padding: 25px 25px 0px !important;	
	}
	
	#buy_button .nep-button {
		margin: 8px 0 0 0;
		display: inline-block;
	}
	
	.b-event__top-title_price {
		margin: 20px 0 0 0;
	}
	
	.mobile-right-banner-item-last {
		margin-bottom: 24px;
	}
	
	.intercharm-link-desktop {
		display: none;
	}

	.intercharm-link-mobile {
		display: inline-block;
	}
	
	.intercharm-link a img {
		width: 126px !important;
	}
	
	.b-publication__detail-adv {
		margin: 0px -15px;
	}
	
	.iblogs {	
		overflow:hidden;
	}
	
	.filter-box.c_and_s {
		display:none;
	}
	
	.clinic-rate {
		display:none;
	}
	
	.c-lk-ads-add__lines {
		padding: 0;
	}
	
	.c-lk-ads-add__lines-right {
		float: none;
		margin: 0 0 8px 0;
	}
	
	.c-name-fld {
		width: 100% !important;
	}
	
	.c-desciption-fld {
		width: 100% !important;
	}
	
	.c-lk-ads-add:after {
		content:'';
		display:block;
		clear:both;
	}
	
	.c-lk-ads-add {
		margin-bottom: 10px;
	}
	
	.file-block {
		width: 100%;
	}
	
	.intercharm-link a {
	    top: 11px;	
	}
	
	.b-publication__detail table {
		font-size:14px;
	}
	
	.c-lk-ads-add__promo {
		margin: 20px 0 20px 0;
	}
	
	.c_banner-block > a > div:nth-child(2) {
		scale: 0.75;
	}
	
	.b-filter__choosed {
		margin: 0px 0 0px;
	}
	
	.b-brands-list .n-brands-sort {
		float: none;
	}
}

@media (max-width: 321px) {
	.b-publication__top-wrapper .b-publication__top-title {
		font-size: 18px;
		line-height: 22px;
	}
	
	.course-top__menu-item {
		padding: 0 10px 16px;
	}	
	
	.course-top__menu-item.active {
		padding: 0 10px 15px;
	}
}