@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;
	line-height: 36px;
    font-family: 'TrebuchetMS';
    color: #000;
    font-weight: 700;
}

body .hidden {
	display:none !important;
}

a {
    color: #B2798E;	
}

a:hover {
    color: #B2798E;	
}

.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-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-header {
	margin-top:20px;
	/*height:80px;*/
	border-radius:40px;
	background: rgb(88,54,73);
	background: linear-gradient(90deg, #583649 0%, #865C73 100%);
	box-shadow: 0px 0px 20px 8px rgba(178, 121, 142, 0.12), 0px 8px 32px 0px rgba(88, 54, 73, 0.16);
	z-index: 100;
}

.b-header.header-fixed {
    position: fixed;
    left: 15px;
    width: calc(100% - 30px);
	top: 0px;
}
	
.b-header-container.b-header-container-static {
	height: 100px;
}

.b-header .container {
	height:100%;
}

.b-header-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

.b-header-btns {
    display: flex;
    align-items: center;	
}

.b-header-btn {
    display: inline-flex;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 0 14px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 14px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
	margin:0 0 0 16px;
}

.b-header-btn:hover {
    color: #FFFFFF;
	text-decoration:none;
}

.b-top-search__btn {
	max-width:40px;
}

.b-authorize__login {
	
}

.b-header-btn-ad {
	border-radius:12px;
	margin:0 20px 0 0;
	overflow:hidden;
}

.b-header-menu {
    padding: 0;
    margin: 0;
    display: flex;	
}

.b-header-menu > li {
    list-style: none;	
    display: flex;
	margin:0 22px;
	position:relative;
}

.b-header-menu > li:first-child {
	margin:0 22px 0 0;
}

.b-header-menu > li:last-child {
	margin:0 0 0 22px;
}

.b-header-menu > li > a {
	font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.68;
    display: inline-flex;
    align-items: center;
    line-height: 16px;
}

.b-header-menu > li > a:hover {
	opacity:1;
	text-decoration:none;
}

.b-header-menu > li > a.active {
	opacity:1;	
}

.b-header-menu > li > a.parent:before {
	content:'';
	display: inline-block;
	background: url(../images/header-menu-more.svg) 0px 0px no-repeat;
	width:16px;
	height:16px;
	margin: 0 4px 0 0;
}

.b-header-menu-dropdown {
	display:none;
    position: absolute;
    top: 56px;
    left: 22px;
    background: #583649;
	box-shadow: 0px 0px 20px 8px rgba(178, 121, 142, 0.12), 0px 8px 32px 0px rgba(88, 54, 73, 0.16);
    margin: 0px;
    padding: 12px;
    border-radius: 12px;
    z-index: 1;
}

.b-header-menu-dropdown.active {
	display:block;
}

.b-header-menu-dropdown > li {
	list-style:none;
}

.b-header-menu-dropdown > li > a {
	color:#FFFFFF;
	font-weight:700;
	font-size:14px;
	line-height:16px;
	display:block;
    padding: 8px 10px;
	border-radius:8px;
	white-space: nowrap;
	opacity:0.68;
	min-width:154px;
}
.b-header-menu-dropdown > li > a:hover {
	color:#FFFFFF;
	background:rgba(255, 255, 255, 0.12);
	text-decoration:none;
	opacity:1;
}

.b-header-mobile {
	display:none;
}

.b-header-mobile-menu {
	display:none;
	overflow:auto
}

.body-noscroll {
	overflow:hidden;
}

/* search */

.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;
}

.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;
}

/* \search */

/* main thema */

.b-top-block {
	position:relative;
	margin-top:60px;
}

.b-top-block__inner {
	position:relative;	
}

.b-main-thema {
	background: #ECECEC;
    border-radius: 12px;
    overflow: hidden;
}

.b-main-thema__expert {
    float: right;
    width: 270px;
    text-align: center;
    padding: 0 15px;
}

.b-main-thema__expert-title {
	font-size: 18px;
	line-height: 21px;
	color:#323131;
	text-transform: uppercase;
	margin: 26px 0 0 0;
}

.b-main-thema__expert-img {
    height: 196px;
    width: 196px;
    border: 2px #fff solid;
    border-radius: 98px;
    -moz-border-radius: 98px;
    -webkit-border-radius: 98px;
    display: inline-block;
    margin: 10px auto 0;
    overflow: hidden;
    display: block;
}

.b-learning__item-tutor-photo {
	max-width:100%;
}

.b-main-thema__expert-name {
	font-size: 18px;
	line-height: 21px;
	color: #323131;
	font-weight: 700;
	margin:18px auto 0;
	display: block;
}

.b-main-thema__expert-name:hover {
	color: #323131;
	text-decoration:none;
}

.b-main-thema__expert-position {
	font-size: 14px;
    line-height: 16px;
    color: #323131;
    margin: 20px 0 0 0;
    font-family: 'Roboto';
}

.b-main-thema__left {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 600px;
	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 31px 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: 36px;
    text-transform: uppercase;
    width: 600px;
    line-height: 1.1;
    font-family: 'Roboto';
    font-weight: 700;
}

.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-news {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    margin: 0 0 24px 0;
    padding: 0px 0 0 0;
}

.b-news__title {
    font-size: 36px;
    line-height: 42px;
    color: #323131;
    margin: 0 0 27px 0;
    font-weight: 700;
}

.b-news__link {
	color:#B2798E;
	font-size: 15px;
    line-height: 22px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	display: inline-block;
    margin: 8px 0 0 0;
}

.b-news__item {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 24px 0;
	font-family: 'Roboto';
}

.b-news__item:after {
    margin: 0 0 0px 0;	
}

.b-news__item-date {
	color:#B2798E;
	position:relative;
}

.b-news__item-actual {
	position: absolute;
    right: 0px;
    top: -3px;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
	font-family: 'Roboto';
    color: #fff;
    background: linear-gradient(90deg, #583649 0%, #865C73 100%);
    height: 24px;
    width: 94px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.b-news__item-name {
	display:inline-block;
	color: #323131;
    margin: 12px 0 0 0;
    font-family: 'Roboto';
}

@media (max-width: 767px) {
	.b-main-thema {
        background: #fff;
        margin-left: 0px;
        margin-right: 0px;		
	}
	
	.b-main-thema__left {
		max-width: 100%;
		height: auto;	
		float: none;
	}
	
	.b-main-thema__left-text {
        background: #F4F4F4;
        padding: 20px 20px 24px;
        border-radius: 0 0px 12px 12px;
	}
	
	.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;
		line-height: 24px;		
	}
	
	.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: 28px;
        text-align: center;
        width: 100%;
        margin: 8px 0 0 0;	
	}
	
	.b-main-thema__left-description {
		font-size: 18px;
        line-height: 22px;
        margin: 18px 0 0 0;
	}
	
	.b-main-thema__expert-title {
		font-size: 20px;
        line-height: 24px;
        margin: 24px 0 0 0;
	}
	
	.b-main-thema__expert-img {
        margin: 28px auto 0;
        height: 174px;
        width: 174px;
	}
	
	.b-main-thema__expert-name {
        font-size: 24px;
        line-height: 28px;
        margin: 28px 0 0 0;
        display: block;
        font-family: 'Roboto';
	}
	
	.b-main-thema__expert-position {
		font-size: 16px;
		line-height: 18px;
		margin: 8px 0 0 0;
		font-family: 'Roboto';
	}
	
	.b-news {
		position: static;
		width: 100%;
		margin: 60px 0 24px 0;
	}	
	
	.b-header__left-text .c_banner-block  {
		margin: 0 0 60px 0;
	}
	
}
/* \main thema */

/* публикации */

.b-pubs {
	margin: 40px 0 0 0;	
}

.b-pubs.b-pubs-top {
	margin: 0px 0 0 0;		
}

.b-pubs__item {
	margin: 0 0 40px 0;
	position:relative;
}

.b-pubs__item-blog-pic {
	display:block;
	position:absolute;
	z-index:1;
	left: -8px;
	top: -8px;
}

.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;
    border-radius: 12px;
    overflow: hidden;
}

.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-pic.b-pubs__item-pic-blog {
	filter: grayscale(1);
	transition: 0.5s;
}

.b-pubs__item-pic.b-pubs__item-pic-blog:hover {
	filter: grayscale(0);
}

.b-pubs__item-type {
    font-family: 'Roboto';
    color: #B2798E;
    font-size: 14px;
    line-height: 16px;
    margin: 8px 0 0 0;
    font-weight: 500;
}

.b-pubs__item-type-edu {
    font-family: 'Roboto';
    color: #B2798E;
    font-size: 14px;
    line-height: 16px;
    margin: 8px 0 0 0;
    font-weight: 500;
	text-transform:uppercase;
}

.b-pubs__item-name {
    font-size: 18px;
    line-height: 22px;
    color: #323131;
    font-family: 'Roboto';
    display: block;
    font-weight: 500;
    margin: 12px 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: 14px;
    line-height: 16px;
    color: #656565;
    font-family: 'Roboto';
    margin: 8px 0 0 0;
}

.mobile-visible {
    display: none !important;
}

@media (max-width: 767px) {
    .mobile-visible {
        display: block !important;
    }
}

/* \публикации */

/* auth */
.auth-modal .modal-content {
    border-radius: 16px;	
    border: none;
}

.auth-modal .modal-title {
    width: 100%;
    text-align: center;
	font-size: 36px;
	color: #000;
	font-weight: bold;
    padding: 4px 0 4px 24px;
}

.auth-modal .modal-header .close {
    margin-top: 3px;
    margin-right: 0px;
}

.auth-modal .modal-header {
    border-bottom: 1px solid #c4c4c4;
	position:relative;
}

.auth-modal .modal-back {
    position: absolute;
    top: 30px;
    left: 30px;
}

.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:-internal-autofill-selected {
	background-color:#fff;
}

.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;
}

.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;
}

.check-in-form textarea {
    width: 90% !important;	
}

#zapis_edu #send_feedback {
    margin: 20px 0 0 0;
}

.right-banner__item:first-child {
	margin:0 0 40px 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(../images/field-ok.svg) 0px 0px no-repeat;
    width: 20px;
    height: 20px;
}

.auth-modal__form-text-error .auth-modal__item-error-pic {
    background: url(../images/field-error.svg) 0px 0px no-repeat;	
    right: -34px;
}

.b-pubs__tags {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0 0 0;
}

.b-pubs__tag {
	background: rgba(178, 121, 142, 0.1);
    border: 1px rgba(178, 121, 142, 0.6) solid;
    height: 26px;
    border-radius: 13px;
    padding: 0 8px;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 14px;
    color: #323131;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 6px 0;
	white-space: nowrap;
}

.b-pubs__tag:hover {
    color: #323131;
	text-decoration:none;
}

.b-load-more__wrapper {
    text-align: center;
}

.n-brands__more {
    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-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;
}

@media (min-width: 576px)
{
	.auth-modal .modal-dialog {
		max-width: 558px;
	}	
}
/* \auth */

/* learning */
.b-learning {
	padding: 60px 0 60px;
    background: #F4F4F4;
    margin: 100px 0 0 0;
}

.b-learning__item {
    margin-bottom: 24px;	
	position:relative;
}

.b-learning__item .b-learning__item-name {
	color: #323131;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Roboto';
    margin: 16px 0px 0;
    padding: 0px 0px;
    background: none;
    display: block;
    overflow: hidden;
    max-height: 110px;
}

.b-learning__item-wrapper {
	border: 1px #323131 solid;
    padding: 20px 24px 137px;
    border-radius: 12px;
    height: 100%;
    position: relative;
}

.b-learning__item-name__wrapper .b-pubs__tags {
	margin: 16px 0 0 0;	
}

.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: 180px;*/
}

.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: 2px 12px 0 0;
    font-size: 16px;
    line-height: 20px;
}

.b-learning__item-city {
	color: #B2798E;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin: 36px 0 0 0;
}

.b-learning__item-point {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
    margin: 0 8px 0 0;
}

.b-learning__item-tutor {
	margin: 0px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 25px;
    left: 24px;
    width: calc(100% - 48px);
}

.b-learning__item-tutor-photo-wrapper {
	width: 72px;
    height: 72px;
    border-radius: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    display: inline-block;
    overflow: hidden;
}

.b-learning__item-tutor-photo {
	max-width:100%;
	width:100%;
}

.b-learning__item-tutor-name {
    color: #323131;
    height: 72px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto';
    vertical-align: top;
    margin: 0 0 0 16px;
    font-weight: 500;
    text-decoration: none;
    align-items: center;
}

.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: 0px 3px 0 0;
}

.b-learning__item-bottom-pic:last-child {
    margin: 0px 0px 0 0;	
}

.b-learning__item-bottom-pic:hover {
	
}

.b-learning__item-bottom-pic img {
	
}

.b-techshop {
	padding: 60px 0 60px;
    background: #F4F4F4;
    margin: 0px 0 0 0;	
}

.b-techshop.b-techshop-sell {
	padding: 0px 0 63px;
	background:#fff;
}

.b-techshop__item {
	
}

.b-techshop__item-wrapper {
	margin: 0 0 24px 0;
    position: relative;
    padding: 0 0 6px 0;
    height: 100%;
}

.b-techshop__item-image-link {
	display: table;
   table-layout: fixed;
}

.b-techshop__item-image-block {
	vertical-align: middle;
    display: table-cell;
    width: 100%;
    border: 1px #ABABAB solid;
    border-radius: 12px;
    overflow: hidden;
}

.b-techshop__item-image-block img {
    max-width: 100%;	
	width:100%;
}

.b-techshop__item-type {
    font-size: 16px;
    line-height: 20px;
    color: #B2798E;
    text-transform: uppercase;
    margin: 12px 0 0 0;
}

.b-techshop__item-name {
	color: #323131;
    font-size: 18px;
    line-height: 22px;
    margin: 8px 0 0px 0;
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 500;
}

.b-techshop__item-name:hover {
	color:#323131;
	text-decoration:none;
}

.b-techshop__item-info {
	/*min-height: 116px;*/
}

.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;
}

.b-techshop__item-price {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0px 0 0 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
/* */

.carousel-controls {
	margin: 45px 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: 22px;
	font-family: 'Roboto';
	font-weight: 300;
}

.carousel-pager__current {
    font-size: 45px;	
}

.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;
}

.b_carousel__top {
	margin: 0 0 40px 0px;
}

.b_carousel__top-wrapper {
    display: flex;		
}

.b_carousel__title {
	color: #323131;
    font-size: 35px;
    line-height: 44px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0 0;
    font-weight: 700;
	letter-spacing: 0.96px;
}

.b_carousel__sorts {
	display: inline-block;
    margin: 15px 0 0 60px;
    vertical-align: top;
    white-space: nowrap;
}

.b_carousel__sort {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ABABAB;
    display: inline-block;
    margin: 0 36px 0 0;
    font-weight: 700;
    text-decoration: none;
}

.b_carousel__sort:last-child {
	margin: 0 0px 0 0;	
}

.b_carousel__sort:hover {
	color:#B2798E;
	text-decoration:none;
}	

.b_carousel__sort.active {
	color:#B2798E;
	text-decoration:none;	
}

.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-learning__item-pics {
	display: flex;
    justify-content: space-between;
}

.carousel-fade .carousel-item {
    transition-duration: 0s;	
}
/* \learning */

/* events */
.b-events {
    padding: 60px 0 49px;
}

.b-events__item-image-block {
    height: 270px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
	overflow:hidden;
	border-radius:12px;
}

.b-events__item-image-block img {
    max-width: 100%;
}

.b-events__item-type {
	font-size: 16px;
    line-height: 20px;
    color: #B2798E;
    text-transform: uppercase;
    margin: 8px 0 0 0;
    font-weight: 400;
}

.b-events__item-image-link {
	display: block;
}

.b-events__item-pretype {
	font-size: 14px;
    line-height: 16px;
    color: #B2798E;
    margin: 8px 0 0 0;
    font-family: 'Roboto';
    font-weight: 500;
}

.b-events__item-dates {
	color: #4D4D4D;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto';
    margin: 12px 0 0 0;
}
/* \events */

/* brands */

.b-brands {
    padding: 60px 0 54px;
}

.b-brands__item-image-link {
    background: #fff;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
}

.b-brands__item-image-block {
    background: #fff;
    height: 270px;
    vertical-align: middle;
    display: table-cell;
    width: 270px;
	border-radius:12px;
	border:1px #ABABAB solid;
    overflow: hidden;
}

.b-brands__item-image-block img {
    max-width: 100%;
    width: 100%;
}

.b-brands__item-name {
	color: #323131;
    font-size: 18px;
    line-height: 22px;
    margin: 12px 0 0 0;
    display: inline-block;
    font-weight: 500;
    font-family: 'Roboto';
}

.b-brands__item-description {
    color: #ABABAB;
    font-size: 14px;
    line-height: 16px;
    margin: 4px 0 0 0;
    font-family: 'Roboto';
}

.b-brands__item-org-link {
    color: #ABABAB;
}

/* \brands */

/* breadcrumbs */

.breadcrumb-wrapper {
    padding: 40px 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;
}

/* \breadcrumbs */

/* publication */

.b-publication {
	
}

.b-publication img {
	max-width: 100%;
	height: auto;
	/*width: 100%;*/
}

.b-publication__top {
	padding: 32px 40px 40px;
	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: 42px;
    font-weight: 700;
    margin: 0px 0 0 0;
	color:#fff;
    /*color: #323131;*/
}

.b-event-detail .b-publication__top-title {
	color: #323131;
}

.b-publication__top-data {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 20px;
	font-weight:500;
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto';
}

.b-publication__top-data-left {
	
}

.b-publication__top-data-right {
	text-align: right;	
	display: flex;
}

.b-publication__top-data-right-l {
	
}

.b-publication__top-data-right-r {
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;	
}

.b-publication__listen {
	display: flex;
    background: rgba(255, 255, 255, 0.2) url(../images/pub-listen.svg) left 12px center no-repeat;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto';
    color: #fff;
    width: 138px;
    height: 40px;
    margin: 0 0 0 32px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 0 0 0 48px;
}

.b-publication__listen:hover {
	color:#fff;
	text-decoration:none;
}

.b-publication__top-date {
	display:inline-block;	
	vertical-align:top;
	color:#B2798E;
	margin: 0 0 6px 0;
}

.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 32px;
}

.b-publication__top-views img {
	display:inline-block;
	vertical-align:top;	
    position: relative;
    top: 4px;
	margin: 0 12px 0 0;
	width:20px;
}

.b-publication__top-author {
	display:inline-block;
	vertical-align:top;
	color:#656565;
	font-weight: 500;
	margin: 0 0 6px 40px;
}

.b-publication__top-author a {
	color:#fff;	
}

.b-publication__top-author:hover {
	color:#656565;
	text-decoration:none;
}

.b-publication__preview {
	margin: 40px 0 0 0;
	font-size: 24px;
	line-height: 28px;
	color:#000;
	font-family: 'Roboto';
}

.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-event-detail .b-publication__detail {
    margin: 40px 0 0 0;	
}

.b-publication__detail figure,
.b-publication__detail .figure {
	margin: 0 0 18px;
	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: 80px 0 0 0;
}

.b-publication__subscribe-inner {
    background: #f4f4f4;
    padding: 32px 40px;
    border-radius: 12px;
}

.b-publication__subscribe-title {
	font-size: 24px;
    line-height: 28px;
    color: #A05A74;
    font-family: 'Roboto';
    text-align: left;
    font-weight: 700;
}

.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 {
    margin: 38px 0 0 0;
    display: flex;
    width: 100%;
}

.article-subscribe__email {
    color: #858687;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid rgba(193, 192, 195, 0.50);
    background: #FFF;	
	width:100%;
}

.article-subscribe__subscribe {
	background: #B2798E;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 13px 60px;
    border-radius: 22px;
    cursor: pointer;
    margin: 0 0 0 20px;
    border: none;
    font-weight: 700;
}

.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: 40px 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;
	font-weight:700;
}

.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;
	border-radius:12px;
}

.figure-img {
    margin-bottom: 18px;
    line-height: 1;
}

.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: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.b-publication__detail .full-size-block {
    margin: 0 0 0 -150px;
    /*border-radius: 12px;*/
    overflow: hidden;
    /*border: 1px solid #ABABAB;*/	
}

.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-publication__top-wrapper {
	position: relative;
	overflow: hidden;
	min-height: 223px;
	border-radius: 16px;
	border: 1px solid #000;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.b-publication__top-image {
	
}

.b-publication__top-wrapper .b-publication__top {
    position: absolute;
    width: 100%;
    bottom: 0px;
	background: rgba(50, 49, 49, 0.42);
	backdrop-filter: blur(4px);
    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;
	display: block;
}

.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 {
	padding: 0 0 1px 0;
	text-decoration:none;
	margin: 0 0 20px 0;
}

.element-block .b-brands__item {
	border-radius: 12px;
	border: 1px solid #ABABAB;
	overflow:hidden;
}

.element-block .b-brands__item-image-block {
	border:0;
	border-radius:0;
}

.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: #656565;
    padding: 8px 24px 24px;
    font-family: 'Roboto';
    font-size: 16px;
}

.element-block .b-brands__item-type {
	padding:0 24px;
    font-family: 'Roboto';
}

.element-block .b-brands__item-name {
	padding:0 24px;	
    font-family: 'Roboto';
}

.element-block .b-brands__item-description {
	padding:0 24px;	
    font-family: 'Roboto';
}

.middle-adv {
	margin:40px 0 0 0;
	display:block;
}

.middle-adv-m {
	margin:40px 0 0 0;
	display:none;
}

.b-adv-not-top-margin .middle-adv,
.b-adv-not-top-margin .middle-adv-m {
	margin:0px 0 40px 0;	
}

.middle-adv img,
.middle-adv-m img {
	width:100%;
}

.b-header-menu-authorize__login {
	color: #fff !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    margin: 12px 0 0 0;
    min-width: 150px;	
}

#top-adapt-banner,
#bottom-adapt-banner {
	background: #fff;
}

.adapt-banner_fixed {
	position: fixed;
    top: 10px;		
}

.aside_z {
	position: fixed;
    /*top: 10px;*/
	top: 120px;
	z-index: 1;
}

.adapt-banner_fixed_z {
	z-index: 2;	
}

.b-publication .b-pubs__tags {
	margin: 24px 0 0 0;		
}

.b-publication .b-pubs__tag {
    height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 18px;
}

.b-publication .border {
    border: 1px solid #ABABAB !important;
    border-radius: 12px;
    overflow: hidden;
}

.b-publication__soc-comments {
	padding: 24px 40px;
	border-radius: 12px;
	background: linear-gradient(119deg, #935578 16.75%, #583649 100%);
}

.b-publication__soc-comments-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.b-publication__soc-comments-socs {
	display:flex;
	margin: 30px 0 0 0;
}

.b-publication__soc-comments-soc {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.20);
	display:flex;
	width:48px;
	height:48px;
    justify-content: center;
    align-items: center;
	margin: 0 20px 0 0;
}

.b-publication__soc-comments-soc img {
	width: 24px;
    height: 24px;	
}

.b-publication__top-data.b-publication__top-data-desktop {
	display: flex;
}
	
.b-publication__top-data.b-publication__top-data-mobile {
	display: none;
}

.row-lines {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 2rem;
}

.expert-opinion {
    position: relative;
}

.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;
}

.expert-opinion__text {
    padding: 0px 0 0px;
    margin: 35px 0;
}

.n-article__table-wrap table {
    font-size: 14px;
    margin-bottom: 12px;
}

.n-article__table-wrap table tbody th, 
.n-article__table-wrap table tbody td {
    padding: .5rem .625rem .625rem;
}

.n-article__table-wrap table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

.b-content-top h1 {
    font-size: 36px;
	line-height: 42px;
    margin: 0 0 40px 0;
    font-family: 'Trebuchet MS';
    font-weight: 700;
}

.b-top-block-section-list {
	background: #F4F4F4;
    padding: 32px 0 26px;
}

.b-top-block-sections {
    display: flex;
    flex-wrap: wrap;
}

.b-top-block-section {
    background: rgba(178, 121, 142, 0.1);
    border: 1px rgba(178, 121, 142, 0.6) solid;
    height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 18px;
    color: #323131;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 6px 0;
    white-space: nowrap;	
}

.b-top-block-section:hover {
    color: #323131;
	text-decoration:none;
}

.b-learning.b-learning-top {
    padding: 0px 0 60px;
    background: none;
    margin: 0px 0 0 0;	
}

.b-learning.b-learning-top .b_carousel__top {
    margin: 0 0 24px 0px;
}

.b-learning.b-learning-top .b_carousel__sorts {
    margin: 0px 0 0 0px;
}

.b-learning.b-learning-top .b_carousel__sort {
    font-size: 16px;
    line-height: 24px;
}

/* \publication */

/* filter */

.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;	
}

/* \filter */

.meta-h1-section {
    margin-bottom: 40px;	
}

.b-filter-wrapper {
	background:#F4F4F4;
	padding: 32px 0;
	margin-bottom:60px;
}

#course-scope .b-learning__item-name__wrapper,
.b-learning-top-rec .b-learning__item-name__wrapper {
    padding: 20px 24px;
    margin: 16px -24px 0;
    background: #F4F4F4;
}

#course-scope .b-learning__item .b-learning__item-name,
.b-learning-top-rec .b-learning__item .b-learning__item-name {
	margin: 0;
}

#course-scope .b-learning__item-city,
.b-learning-top-rec .b-learning__item-city {
    margin: 0px 0 16px 0;
}

/* edu */

.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: #f4f4f4;
    padding: 40px 48px;
    font-size: 20px;
    line-height: 22px;
    border-radius: 16px;
}

.bt-course__top-all-courses {
	color: #B2798E;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
    padding: 8px 0 0 0;
	float:right;
}

.bt-course__top-category {
	background: rgba(178, 121, 142, 0.1);
    border: 1px rgba(178, 121, 142, 0.6) solid;
    height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 18px;
    color: #323131;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 6px 0;
    white-space: nowrap;
}

.bt-course__top h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 32px 0 32px 0;
    font-weight: 700;
}

.bt-course__top-item {
	margin: 0px 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: 16px 9px;
	margin:0 0 24px 0;
	border-radius:12px;
}

.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: 0px 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}

.course-schedule__list-wrapper .course-schedule__list-item .course-item__btn:hover {
	text-decoration:none;
}

.course-schedule__list-wrapper .course-schedule__list-item .course-schedule__price {
    color: #323131;
    font-size: 18px;
    line-height: 22px;
    margin: 12px 0 0 0px;
}

.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;
    padding: 0 0 0 39px;
}

.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;
    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;	
	display:block;
}

.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: 16px;
}

.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;
}

.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;
}

.bt-course__top-category-wrapper {
	
}

.bt-course__top-schedule-btn {
    background: #B2798E 10px 10px no-repeat;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
	font-weight:700;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    padding: 0px 60px;
    margin: 40px 0 0 0;
    display: inline-flex;
	height:44px;
	align-items: center;
    justify-content: center;
}

.bt-course__top-schedule-btn:hover {
    background: #B2798E 10px 10px no-repeat;
    color: #fff;
    text-decoration: none;
}

.course-teachers-scope {
    display: flex;
    flex-wrap: wrap;
	margin: 32px 0 0 0;
}

.course-teachers__item {
    padding-left: 10px;
    float: left;
    width: 33%;
    box-sizing: border-box;
    margin-bottom: 15px;
    min-height: 117px;
}

.course-teachers .course-teachers__item {
    margin-bottom: 40px;
    width: auto;
    display: flex;
}

.course-teachers__item-img {
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    width: 72px;
    height: 72px;
}

.course-teachers .course-teachers__item-img {
    width: 140px;
    height: 140px;
}

.course-teachers__item-descr {
    display: inline-block;
    width: 100px;
    margin-left: 16px;
    vertical-align: top;
}

.course-teachers .course-teachers__item-descr {
    width: auto;
    /* margin-top: 30px; */
    max-width: 260px;
}

.teachers-item__title {
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #B2798E;
}

.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 {
	text-decoration:none;
}

.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;
}

.course-schedule__list-wrapper .course-item__street {
    color: #323131;
    font-size: 20px;
    line-height: 24px;
}

.b-educenter-detail {
	
}

.b-educenter-detail__top {
    margin-bottom: 18px;
}

.bt-course__center .b-educenter-detail__top {
    margin-top: 26px;
}

.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;
    border-radius: 12px;
    overflow: hidden;
}

.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-addres {
    font-family: 'Roboto';
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;	
}

.b-educenter-detail__city {
	text-transform:uppercase;
}

.b-educenter-detail__city:before {
    content: '';
    background: url(/local/templates/bootstrap/css/../images/event-place-n.svg) 0px 1px no-repeat;
    background-size: 19px;
    display: inline-block;
    width: 23px;
    height: 20px;
    vertical-align: top;
	margin: 0 8px 0 0;
}

.b-educenter-detail__top-addres-wrapper {
    margin: 0 0 0 30px;
}

.b-educenter-detail__email-link {
    color: #656565;
}

.b-educenter-detail__phone-title {
    display: inline-block;
    vertical-align: top;
}

.b-educenter-detail__phone-data {
    display: block;
    vertical-align: top;
}

.b-educenter-detail .b-educenter-detail__phone-data {
	display:inline-block;
}

.bt-center__cources {
	color: #B2798E !important;
    display: block;
    font-size: 15px;
    border: none;
    border-radius: 11px;
    text-transform: uppercase;
    line-height: 10px;
    padding: 0;
    float: none;
    font-weight: 700;
    margin: 22px 0 0 -30px;
}

.b-educenter-detail-title {
	color: #323131;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;	
	margin-bottom:16px;
}

.b-educenter-detail-link {
	text-decoration:underline;
}

.b-educenter-wrapper .b-publication__subscribe {
	margin: 60px -15px 0;
}

.course-popular-title {
	margin: 60px 0 32px;
}
/* \edu */

/* events */

.b-events.b-events-top .b_carousel__sorts {
    margin: 0px 0 0 0px;
}

.b-events__item-name {
	color: #323131;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin: 12px 0 0 0;
	display:block;
}

.b-events.b-events-top {
	padding: 0px 0 49px;
}

.b-event__top-title {
    margin: 26px 0 0 0;
    font-size: 20px;
    line-height: 24px;
    color: #656565;
}

.b-event__top-title_date {
    background: url(../images/event-date-n2.svg) 12px 0px no-repeat;
    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 0px 30px;
}

.b-event__organizer {
    text-align: right;
    font-size: 20px;
    line-height: 24px;
    color: #656565;
    /* margin: 25px 0 0 0; */
    margin: 40px 0 0 130px;
}

.b-event__organizer a {
    color: #B2798E;
}

.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: -84px;
    left: 38px;
}

.b-event-detail .b-publication__top {
	border-radius: 16px;
	background:#F4F4F4;
	padding: 40px 48px;
}

.b-event__top-title_place-city {
	text-transform:uppercase;
}

.b-event__bottom {
    background: #F4F4F4;
    color: #656565;
    padding: 0 0 12px;
    border-radius: 16px;
    overflow: hidden;
}

.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;
}

/* \events */

/* sell */

.b-sell-top {
    background: #F4F4F4;
    padding: 26px 0 0px;
}

.n-brands-filter__item {
	color: #323131;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
    padding: 0px 15px;
    border-radius: 18px;
    text-transform: none;
    margin: 0 8px 8px 0;
    vertical-align: top;
    position: relative;
    top: 6px;
    display: inline-flex;
    border: 1px solid rgba(178, 121, 142, 0.60);
    height: 36px;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    background: rgba(178, 121, 142, 0.10);
}

.n-brands-filter__item:hover,
.n-brands-filter__item.n-brands-filter__item-active {
	border: 1px solid #B2798E;
	background: #B2798E;
	color:#fff;
	text-decoration:none;
}

.course__head {
    margin: 0 0 24px 12px;
}

.course__city-choice {
    color: #B2798E;
    display: inline-block;
    margin: 0 0 0 6px;
}

.c-sell__add-btn, .c-sell__add-btn:hover {
	background: #B2798E;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    display: inline-flex;
    padding: 0px 50px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    text-decoration: none;
    position: relative;
    margin: 8px 0 0 0;
    height: 44px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.n-brands-sort {
    margin: 48px 0 32px 0;
	font-family: 'Roboto';
}

.n-brands-sort__link {
    color: #B2798E;
    margin: 0 0 0 12px;
	font-weight: 400;
}

.n-brands-sort-active,
.n-brands-sort__link:hover {
    text-decoration: none;
	font-weight: 600;
}

.city-modal {
    display: none;
    position: absolute;
    width: 515px;
    background-color: #e0e0e0;
    border: 1px solid black;
    padding: 40px 25px;
    z-index: 999999;
    top: 5%;
    left: 50%;
    margin-left: -257px;
    width: 515px;
}

#city-close {
    text-decoration: none;
    color: #818181;
    background-color: #eadfe6;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 27px;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 14px;
}

.city-modal__title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: black;
    margin-bottom: 18px;
}

.city-list {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    list-style: none;
}

.city-item {
    display: inline-block;
    margin-bottom: 35px;
    vertical-align: top;
    width: 32%;
}

.city-item__big {
    font-size: 24px;
    color: #a5437a;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}

.city-item a, 
.city-item a:visited {
    font-size: 14px;
    color: black;
    line-height: 25px;
    text-decoration: none;
}

.city-item__big {
    font-size: 24px;
    color: #a5437a;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}

.b_carousel__top-title {
	color: #B2798E;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;	
	margin:0 0 24px;
}

.b-techshop.b-techshop-top {
	background:none;
	padding: 60px 0 80px;
}

.b-brands.b-brands-top {
	padding: 0px 0 54px;	
}

/* \sell */

/* brands */

.b-brands-list .n-brands-sort {
    margin: 47px 0 0px 0;
    float: right;
}

.b-brands-list .n-brands {
    clear: both;
    padding-top: 34px;
}

.brands_scope .b-brands__item {
    margin-bottom: 35px;
}

/* \brands */

.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;
}

.container-bottom {
    margin-bottom: 24px;
}

/*  spinner */

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: text-bottom;
  border: 2px #ABABAB solid;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* \spinner */

.hidden-row-more {
	display:none;
}

.b-content-publications__more-spinner {
	visibility:hidden;
}

.b-content-publications__more-spinner.active {
	visibility:visible;
}

.tags_page .b-pubs__tags {
	margin: 24px 0 0 0;		
}

.tags_page .b-pubs__tag {
    height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 18px;
}

.tags_page {
    min-height: 500px;	
}

.tags_page-section {
	margin:0 0 48px 0;
}

.tags_page-section-title {
	color: #323131;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;	
	margin: 0 0 24px 0;
}

.brands_scope > .col-sm-3 {
	margin-bottom: 40px;
}

.n-brands-filter {
	
}

.b-brand-detail__filters {
    display: flex;
    flex-wrap: wrap;	
    margin-bottom: 26px;
}

.b-brand-detail__filter {
	height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 18px;
	color: #323131;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 6px 0;
    white-space: nowrap;
    font-family: 'Roboto';
    background: rgba(178, 121, 142, 0.1);
    border: 1px rgba(178, 121, 142, 0.6) solid;
}

.b-brand-detail__prop {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #323131;
	margin: 0 0 8px 0;
}

.b-brand-detail__top-links {
    margin-top: 70px;
}

.b-brand-detail__top-link {
    padding: 0 0 0 22px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #B2798E;
    margin: 0 40px 0 0;
    display: inline-block;
}

.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: #323131;
}

.b-clinics-list-city {
	color: #B2798E;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;	
	margin: 12px 0 0 0;
}

.b-clinics-list-metro {
	color: #B2798E;
	font-size: 14px;
	font-weight: 400;	
	margin: 2px 0 0 0;
	background:url(../images/clinic-metro.svg) left center no-repeat;
	padding: 0 0 0 21px;
}

/* user */
.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;
	border-radius:12px;
	overflow:hidden;
}

.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;
    border-radius: 16px;
    overflow: hidden;
}

.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;
}
/* \user */

/* legistation */

.filter, .content-block-border, .popup {
    position: relative;
    padding: 15px 10px;
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    -o-border-radius: 10px 0;
    -ms-border-radius: 10px 0;
    border-radius: 10px 0;
}

.filter {
    border: 3px solid #f0e8dc;
}

.filter .wrap_filter_list {
    margin: 15px 0 25px 0;
}

.filter input[type="text"], input.openid, .style_table input[type="text"], .simple_table input[type="text"], .simple_table input[type="email"], .style_table input[type="password"], .simple_table input[type="password"], .style_table select {
    width: 136px;
    height: 24px;
    line-height: 24px;
    color: #999;
    padding: 0 3px;
    margin: 0 6px 0 0;
    font-style: normal;
    display: inline-block;
}

.filter input.title {
    width: 445px;
}

.wrap_filter_list input[type="text"] {
    vertical-align: top;
}

.filter table td {
    padding: 4px 5px 4px 0;
}

.wrap_filter_sorting {
    border-top: 1px solid #f3efea;
    position: relative;
    zoom: 1;
    padding-top: 25px;
}

.wrap_show_button {
    padding-right: 12px;
    background-color: #fff;
    position: absolute;
    top: -14px;
    left: -1px;
}

.show_button {
    background: url(/i/bg-show-button.png) no-repeat;
    width: 79px;
    height: 27px;
    border: 0 none;
}

.right {
    float: right;
}

.wrap_filter_sorting a {
    margin: 0 5px;
    text-decoration: none;
    color: #B2798E;
}

.filter a span {
    border-bottom: 1px dotted #B2798E;
    color: #B2798E;
}

.wrap_filter_sorting a {
    margin: 0 5px;
    text-decoration: none;
    color: #B2798E;
}

.publications article {
    margin: 0 auto;
    padding: 19px 10px;
    overflow: hidden;
    position: relative;
}

.publications .title {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 5px;
}

.publications .title>a {
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.wrap_date_rating .gray, .wrap_date_rating .value, .wrap_date_rating .screening {
    vertical-align: top;
    display: inline-block;
}

.screening {
    font-size: 10px;
    color: #666;
    background: url(/i/screening.png) left 5px no-repeat;
    padding-left: 15px;
    margin-left: 10px;
}

.section_block .section_right .section_right_top, .section_block .section_right_top {
    border-bottom: 1px solid #c397af;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.wrap_date_rating .gray, .wrap_date_rating .value, .wrap_date_rating .screening {
    vertical-align: top;
    display: inline-block;
}

.lowfaq-pdf, .lowfaq-print {
    display: inline-block;
    position: relative;
    top: -3px;
    left: 5px;
}

.lowfaq-pdf img, .lowfaq-print img {
    max-width: 24px;
    height: 22px;
}
/* \legistation */

/* search */

.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;
}

.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-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 .n-brands-sort {
    text-align: right;
    margin: 32px 0 16px 0;
    border-top: 1px #000 solid;
}

.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-description {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin: 0 0 5px 0;
}

.isearch-page-list-item-bottom-item {
    font-family: 'Trebuchet MS';
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #B2798E;
    display: inline-block;
}

.isearch-page-list-item-bottom-date {
    color: #ABABAB;
    display: inline-block;
    margin: 0 0 0 36px;
}

.n-article__slider-arrows {
    float: right;
    margin-top: 0;
    margin-right: 20px;
}

.prev-arrow, .next-arrow {
    color: gray;
    background: url(../images/slider-arrow.png) #e9e5e5 no-repeat 8px 7px;
    width: 26px;
    height: 26px;
    line-height: 1.786em;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
}

.slider-counter {
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.next-arrow {
    transform: rotate(180deg);
}

.n-article__slider-title {
    color: #4f4d4d;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    min-height: 18px;
    margin: 4px 0 30px 0;
}

.n-article__slider-item img {
    margin-bottom: 15px;
    width: 100%;
}

/* \search */

/* blog */
.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;
}

.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;	
}
/* \blog */

/* brand products */

.b-brand-detail__h1 {
    margin: 0 0 25px 0;	
}

.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;
}
/* \brand products */

.b-educenter-detail__map .bx-yandex-map {
    width: 100% !important;
    height: 240px !important;
}

.b-educenter-detail__top-links a img {
display: inline-block;
    margin: 0 9px 0 0;	
}

.course-teachers__more {
    text-align: center;
}

.course-teachers__more .n-brands-detail__btn, .course-teachers__more .n-brands-detail__btn:hover {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #323131;
    background: #ECECEC;
    padding: 9px 84px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    margin: 24px 0 48px 0;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

@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: 767px) {
	.b-footer-menu > .row {
		border-top: none;
		border-bottom: none;
	}	
	
	.b-header-mobile {
		display:inline-block;
		width:24px;
		height:24px;
		background:url(../images/header-mobile-menu.svg) center center no-repeat;
		margin-right: 16px;
	}
	
	.menu-open .b-header-mobile {
		background:url(../images/header-mobile-menu-close.svg) center center no-repeat;
	}
	
	.b-top-search__btn {
		margin-right: 5px;
	}
	
	.b-header-logo {
		display: flex;
		align-items: center;
        margin-left: 9px;	
	}
	
	.b-header-mobile-menu {
		/*display:block;*/
	}
	
	.b-header.menu-open {
        position: fixed;
        left: 15px;
        width: calc(100% - 30px);
	}
	
	.b-header.header-fixed {
        position: fixed;
        left: 15px;
        width: calc(100% - 30px);
		top: 0px;
	}
	
	.b-header-container.b-header-container-static {
		height: 100px;
	}
	
	.body-noscroll .b-header-container {
		height: 100px;
	}
	
	.b-header.menu-open .b-header-mobile-menu {
        display: flex;
        padding-bottom: 30px;
        flex-wrap: wrap;
        align-content: space-between;
	}
	
	.b-header-menu {
		display: block;
		margin: 30px 0 0 0;
	}	
	
	.b-header-menu > li,
	.b-header-menu > li:first-child	{
        margin: 0 0px 8px 0px;
        display: block;
	}
	
	.b-header-menu > li:last-child {
		margin: 0 0 0 0px;
	}
	
	.b-header-menu-dropdown {
        position: relative;
        top: 0px;
        left: 0px;
        background: none;
        padding: 8px 0 0px 24px;
        box-shadow: none;	
	}
	
	.b-header-menu-dropdown > li > a {
        padding: 12px 12px 12px 12px;
	}
	
    .b-header-mobile-menu-ad {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
		padding-top:30px;
    }
	
	.b-header-mobile-menu-ad a {
		border-radius:16px;
		overflow:hidden;
	}
	
	.b-load-more {
        padding: 9px 67px;
        margin: 16px 0 0 0;
    }
	
	.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 .row .col-sm-3 {
        width: 300px;
        white-space: normal;
        vertical-align: top;
        display: inline-block;
    }
	
	.carousel-item .row {
        display: flex;
        flex-wrap: nowrap;
    }
	
	.mobile-hidden {
        display: none !important;
    }
	
	.b_carousel__sorts {
        display: block;
        margin: 12px 0 0 0px;
        font-size: 15px;
    }
	
	.b_carousel__top {
		margin: 0 0 32px 0px;
	}
	
	.middle-adv {
		/*display: none;*/
	}

	.middle-adv-m {
		display: block;
	}
	
	.b-top-block {
		margin-top: 30px;
	}
	
	.b-news__title {
		font-size: 32px;
		line-height: 38px;
		color: #323131;
		margin: 0 0 24px 0;
		font-weight: 700;
	}
	
	.b-news__item-name {
		margin: 11px 0 0 0;
	}
	
	.b-news__link {
		margin: 6px 0 0 0;
	}
	
	.b-pubs {
		margin: 60px 0 0 0;
	}
	
	.b-pubs__item {
		margin: 0 0 60px 0;
	}
	
	.right-banner__item.c_banner-block {
	    margin: 0 0 60px 0;	
	}
	
	.b-pubs .n-brands__more {
		display:none;
	}
	
	.b-learning {
		padding: 48px 0 48px;
		margin: 0px 0 0 0;
	}
	
	.b_carousel__title {
		font-size: 32px;
		line-height: 38px;
	}
	
	.b-header-menu > li > a {
		font-size: 14px;
		line-height: 16px;
		padding: 12px 16px;
	}
	
	.b-header-menu-dropdown > li {
		margin: 0 0 4px 0;
	}
	
	.c_banner-block-mobile {
		display:none;
	}
	
	.b-learning__item-wrapper {
		padding: 20px 24px 109px;
	}
	
	.b-techshop {
		padding: 48px 0 48px;	
	}
	
	.b-brands {
		padding: 48px 0 48px;
	}
	
	.b_carousel__top-wrapper {
		display: block;
	}
	
	.breadcrumb-wrapper {
		display:none;
	}
	
	.b-publication {
		margin-top: 40px;
	}
	
	.b-publication__top {
		padding: 20px 20px 20px;
	}
	
	.b-publication__top-title {
		font-size: 24px;
		line-height: 28px;
	}
	
	.b-publication__top-data.b-publication__top-data-desktop {
		display: none;
	}
	
	.b-publication__top-data.b-publication__top-data-mobile {
		display: flex;
	}
	
	.b-publication__top-data {
		font-size: 14px;
		line-height: 16px;
	}

	.b-publication__top-wrapper .b-publication__top {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}

	.b-publication__top-views {
		margin: 14px 0 0 0px;
	}

	.b-publication__top-time {
		margin: 4px 0 0 0px;
		white-space: nowrap;
	}

	.b-publication__top-author {
		margin: 0 0 0px 0px;
	}

	.b-publication__top-data-right {
		flex-wrap: wrap;
		justify-content: flex-end;
		align-content: space-between;
	}

	.b-publication__listen {
		margin: 0 0 0 0px;	
	}
	
	.b-publication .b-pubs__tag {
		height: 30px;
		border-radius: 15px;
		padding: 0 10px;
		font-size: 14px;
		line-height: 18px;
	}
	
	.b-publication .b-pubs__tags {
		margin: 20px 0 0 0;
	}
	
	.b-publication .b-header__left-text {
		margin-top:40px;
	}
	
	.b-publication__preview {
		font-size: 18px;
		line-height: 24px;
	}
	
	.b-publication__detail {
		margin: 40px 0 0 0;
	}
	
	.b-publication__detail .full-size-block {
        margin: 0 -15px 0 -15px;
		border:none;
		border-radius:0;
    }
	
	.b-publication__detail .figure img.border {
		margin: 0 15px;
		width: calc(100% - 30px);
	}
	
	.element-block {
        float: none;
        margin: 24px auto;
    }
	
	.element-block .b-brands__item {
		border-radius: 0px;
		border: none;
		overflow: hidden;
	}
	.element-block .b-brands__item-image-block {
		border-radius: 12px;
		border: 1px #ABABAB solid;
	}
	
	.element-block .b-brands__item-type {
		padding: 0 0px;
	}
	
	.element-block .b-brands__item-name {
		padding: 0 0px;
	}
	
	.element-block .b-brands__item-description {
		padding: 0 0px;
	}
	
	.element-block .b-brands__item-text {
		padding: 8px 0px 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-publication__adv {
		margin: 40px 0 40px 0;
	}
	
	.b-publication__subscribe {
		margin: 40px 0 0 0;
	}
	
	.b-publication__subscribe > .col-sm-4,
	.b-publication__subscribe > .col-sm-8 {
		padding: 0;	
	}
	
	.b-publication__soc-comments {
		margin: 0 0 12px 0;
		padding: 20px 24px;
	}
	
	.b-publication .right-banner__item.c_banner-block {
		margin-bottom:0px;
	}
	
	.b-publication__soc-comments-socs {
		margin: 20px 0 0 0;
	}
	
	.b-publication__subscribe-inner {
		padding: 20px 24px;
	}
	
	.article-subscribe {
		margin: 32px 0 0 0;
		display: block;
	}
	
	.article-subscribe__email {
		height: 44px;
		margin: 0 0 20px 0;
	}
	
	.article-subscribe__subscribe {
		margin: 0 0 0 0px;
		width: 100%;
	}
	
	.b-similar__title {
		margin: 0 0 12px 0;
	}
	
	.expert-opinion__author {
        position: relative;
        left: 0px;
        top: 0px;
        margin: 30px 0 0 0;
    }
	
	.expert-opinion__author-item {
		margin: 0 auto;
        max-width: 180px;
    }
	
	.n-article__table-wrap {
        margin: 0 0 0 0px;
		overflow-x: auto;
    }
	
	.b-content-top h1 {
		margin: 40px 0 32px 0;
	}
	
	.b-top-block-section-list {
		padding: 24px 0;
	}
	
	.b-top-block-sections {
		display: flex;
		flex-wrap: nowrap;
	}
	
	.b-top-block-section-list .container {
		overflow-x: auto;
	}
	
	.b-filter__right {
        text-align: left;
    }
	
	.b-filter__link {
        display: block;
        margin: 8px 0 0 0;
    }
	
	.b-filter__link-type:before {
		display:none;
	}
	
	.bt-course__top {
		padding: 32px 24px;
		margin: 40px 0 0 0;
	}
	
	.bt-course__top h1 {
		font-size: 28px;
		line-height: 36px;
		margin: 32px 0 32px 0;
	}
	
	.bt-course__top-schedule-btn {
		width: 100%;
	}
	
	.course-schedule__list-wrapper .course-item__time {
		display: block;
	}
	
	.course-schedule__list-wrapper .course-schedule__list-item__datetime {
		padding: 0 0 20px 39px;
	}
	
	.course-schedule__list-wrapper .course-schedule__list-item .course-item__btn {
		width: 100%;
		margin-top: 20px;
	}
	
	.b-educenter-detail__top-logo-img {
		height: 390px;
	}
	
	.b-educenter-detail-title {
		margin-top: 24px;
	}
	
	.bt-center__cources {
		margin: 16px 0 0 -30px;
		width: calc(100% + 30px);
		text-align: center;
	}
	
	.b-filter-wrapper {
		display:none;
	}
	
	.b-event-detail .b-publication__top {
		padding: 40px 24px;	
	}
	
	.b-event__top-title_date {
		background: url(../images/event-date-n2.svg) 0px 0px no-repeat;
		padding: 0 0 34px 30px;
		text-transform: uppercase;
	}
	
	.b-event__top-title_place {
		background: url(../images/event-place-n.svg) 1px 0px no-repeat;
		padding: 0px 0 0px 30px;
	}
	
	.c-sell__gallery-thumbs {
        display: flex;
        padding: 0 0 0 0px;
        margin: 15px 0 0 0;
    }
	
	.c-sell__gallery-thumbs li img {
        max-width: 100%;
    }
	
	.c-sell__gallery-thumbs li {
		margin: 0px 5px 12px 0;
	}
	
	.c-sell__show-phone,
	.c-sell__show-email	{
		font-size: 15px;
		line-height: 19px;
		cursor: pointer;
		margin: 0 0 18px 0;
		border-radius: 22px;
		-moz-border-radius: 22px;
		-webkit-border-radius: 19px;
		text-transform: uppercase;
		padding: 0;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 700;
		width: 100%;
	}
	
	.c-sell__gallery-big {
		width: 100%;
	}
	
	.b-techshop.b-techshop-top {
		padding: 0px 0 80px;
	}
	
	.b-brands__item-image-block {
		width: 100%;
		height: auto;
		display: flex;		
	}
	
	.tags_page .b-pubs__tag {
		height: 30px;
		border-radius: 15px;
		padding: 0 10px;
		font-size: 14px;
		line-height: 18px;
	}
	
	.n-brands-filter {
		display: flex;
		flex-wrap: nowrap;
	}
	
	.b-sell-top .col-sm-9,
	.b-sell-top .col-sm-12 {
		overflow-x: auto;	
	}
	
	.c-sell__add-btn, 
	.c-sell__add-btn:hover {
		width: 100%;
		margin: 24px 0 0 0;		
	}
	
	.n-brands-sort {
		margin: 32px 0 32px 0;
	}
	
	.tags_page {
		min-height: auto;	
	}
	
	.n-article__slider-arrows {
        position: initial;
        text-align: center;
        float: none;
        margin-top: 0;
    }
	
	.n-article__slider-title {
        margin-bottom: 10px;
    }
	
    .n-article__slider-box {
        margin: 0 -15px 0 -15px;
    }
	
	.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;
	}
	
    .iblogs__author-picture {
        width: 130px;
        left: 12px;
        top: 12px;
    }
	
	.iblogs__author-picture-link {
		width: 130px;		
	}
	
	.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;
	}
}

@media (max-width: 575px) {
    .b-content-publications__more, .b-content-publications__more:hover {
        padding: 9px 80px;
    }	
}