.experts {
    width: 950px;
    margin: 93px auto 0;
}
.experts-section {
    border-radius: 4px;
    margin: 0 0 24px;
}
.experts-section-title {
    color: #000;
    line-height: 30px;
    font-size: 24px;
    font-family: 'AvenirNext';
    font-weight: 700;
    position: relative;
    margin: 0 0 40px;
}
.experts-section-title.-nobold {
	font-weight: 400;
}
.experts-section-body {
    background: #fff;
}
.experts-section-body-subtitle {
	margin: 10px 0 30px;
    border-bottom: 1px solid #0D407C;
    height: 10px;
}
.experts-section-body-subtitle span {
	font-family: 'AvenirNext';
	font-weight: 700;
	font-size: 20px;
	line-height: 14px;
	color: #0D407C;
	display: inline-block;
	padding: 0 15px;
	background: #fff;
}
a.experts-section-body-expert {
    width: calc(33.333% - 28px);
    background: #FFF;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    float: left;
    margin: 0 41px 40px 0;
    text-decoration: none;
    position: relative;
}
a.experts-section-body-expert:nth-child(3n) {
	margin-right: 0;
}
a.experts-section-body-expert span {
	text-align: center;
    line-height: 80px;
    letter-spacing: -0.09px;
    color: #fff;
    font-size: 24px;
    margin: 0 20px 40px 0;
    display: inline-block;
    float: left;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
}
a.experts-section-body-expert span img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.experts-section-body-expert-info {
	float: left;
	width: calc(100% - 136px);
}
a.experts-section-body-expert b {
    color: #1E2E43;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02px;
    font-family: 'AvenirNext';
    font-weight: 600;    
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 16px 0 2px;
    display: block;
}
a.experts-section-body-expert:hover b {
    color: #327CD8;
}
a.experts-section-body-expert p {
	margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02px;
    color: rgba(0,0,0,0.5) !important;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.experts-section-body-expert b.edit {
	display: block;
    width: calc(100% - 120px);
    float: left;
    line-height: 24px;
    padding: 25px 0 0;
}
.user-invite.-user-invite-new {
	border-radius: 0;
    border-width: 0;
    width: calc(33.333% - 28px);
    padding: 29px 0 0 100px;
    text-align: left;
    height: 121px;
    background: url(../i/recommend-new.svg) no-repeat scroll 0 0 #FFF;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    float: left;
    margin: 0 41px 40px 0;
    text-decoration: none;
    line-height: 22px;
    position: relative;
    color: #327CD8 !important;
    font-family: 'AvenirNext';
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-invite.-user-invite-new:hover {
	
}

.expert {
    width: 887px;
    margin: 0 auto;
}
.expert-title {
    background: #fff;
}
.expert-title-info {
    float: left;
    width: 735px;
    margin: 21px 0 24px;
}
.expert-title-info-h1 {
    color: #000000;
    font-size: 36px;
    font-family: 'AvenirNext';
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.05px;
    margin: 0 0 12px;
}
.expert-title-info-h1-act {
	color: #6F7276;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none !important;
    margin: 0 0 0 15px;
    display: inline-block;
    font-family: 'AvenirNext';
    position: relative;
    top: -6px;
}
.expert-title-info-h1-act i {
	display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../i/plus.svg?1) no-repeat scroll 0 0;
    margin: 0 6px 0 0;
    position: relative;
    top: 2px;
}
.expert-title-info-h1-act:hover {
	color: #327CD8;
}
.expert-title-info-h1-act:hover i {
	background-position: -15px 0;
}
.expert-title-info-sections {
    color: rgba(0,0,0,0.5);
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.03px;
    font-family: 'AvenirNext';
}
.expert-title-info-sections-manage {
	color: #6F7276;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none !important;
	margin: 0 0 0 13px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.expert-title-info-sections-manage:hover {
	color: #327CD8;
}
.expert-title-info-sections-manage i {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../i/plus.svg?1) no-repeat scroll 0 0;
	margin: 0 6px 0 0;
	position: relative;
    top: 2px;
}
.expert-title-info-sections-manage:hover i {
	background-position: -15px 0;
}
.expert-title-info-sections-manage-list {
	width: 198px;
	background: #fff;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	padding: 0 7px 22px;
	position: absolute;
	top: 33px;
	left: 0;
	z-index: 999;
	display: none;
}
.expert-title-info-sections-manage-list.-show {
	display: block;
}
.expert-title-info-sections-manage-list-corner {
	width: 34px;
    height: 9px;
    background: url(../i/corner.svg) no-repeat scroll 0 0;
    position: absolute;
    top: -9px;
    left: 30px;
}
.expert-title-info-sections-manage-list-section {
	
}
.expert-title-info-sections-manage-list-section-title {
	color: #2D2C2C;
	font-size: 14px;
	line-height: 18px;
	margin: 15px 0 7px 18px;
}
.expert-title-info-sections-manage-list-section-el, .expert-title-info-sections-manage-list-section-el:hover {
	color: #4A4A4A;
	font-size: 12px;
	line-height: 15px;
	display: block;
	text-decoration: none !important;
	margin: 0 0 5px;
	padding: 0 0 0 18px;
}
.expert-title-info-sections-manage-list-section-el.-active {
	color: #327CD8;
	background: url(../i/check.svg?1) no-repeat scroll 0 4px;
}
.expert-title-info-sections-manage-list-section-el.-small {
	margin-left: 20px;
}
.expert-title-image {
    float: left;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    position: relative;
    margin: 0 24px 40px 0;
}
.expert-title-image .img {
	text-align: center;
    line-height: 129px;
    letter-spacing: -0.09px;
    color: #fff;
    font-size: 48px;
	display: inline-block;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.expert-title-tabs {
    padding: 21px 0 0;
    border-bottom: 1px solid #EDEDED;
    display: block;
    margin: 0 0 30px;
}
a.expert-title-tabs-link {
    color: rgba(0,0,0,0.5);
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    margin: 0 24px -1px 0;
    padding: 0 0 12px;
    font-family: 'AvenirNext';
    font-weight: 500;
}
a.expert-title-tabs-link.-active {
    color: rgba(0,0,0,0.97);
    border-bottom: 2px solid #327CD8;
}
a.expert-title-tabs-link:nth-child(3n) {
    margin: 0;
}
.expert-body, .expert-ask {
    position: relative;
    margin: 0 0 27px;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 42px 0 15px;
}
.expert-body-title, .expert-ask-head {
    color: #000000;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.67px;
    font-family: 'Hind';
    font-weight: 500;
    margin: 0 0 16px;
}
.expert-body-text {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 22px;
}

.expert-ask-title {
	margin: 0 0 10px;
}
.expert-ask-inner {
	display: block;
	opacity: 1;
}
.expert-ask-title input {
	border-radius: 4px;
	border: 1px solid #ECECEC;
	height: 40px;
	line-height: 40px;
	width: 100%;
    padding: 0 10px;
    font-size: 18px;
    color: #6F7276;
}
.expert-ask-question {
	margin: 0 0 10px;
}
.expert-ask-question textarea {
	border-radius: 4px;
	border: 1px solid #ECECEC;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	color: rgba(111,114,118,0.73);
	height: 300px;
}
a.expert-ask-send {
	text-decoration: none;
	color: #5B5A5A;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	float: right;
}
a.expert-ask-send:hover {
	color: #0D407C;
}
.expert-ask-success {
	display: none;
	opacity: 0;
	text-align: center;
    padding: 25px 0 0;
}
.expert-ask-success img {
	margin: 0 0 38px;
}
.expert-ask-success p {
	margin: 0 0 57px;
	color: #505050;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.6px;
}
.expert-ask-success a {
	margin: 0 0 37px;
    display: inline-block;
    font-size: 18px;
    color: #0D407C;
    text-decoration: none;
    line-height: 22px;
}

.expert-title-image-edit {
	position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 128px;
    cursor: pointer;
}
.expert-title-image-edit-top {
	width: 128px;
    height: 64px;
    background: rgba(255,255,255, 0.56);
    border-radius: 64px 64px 0 0;
}
.expert-title-image-edit:hover .expert-title-image-edit-top {
	background: transparent;
}
.expert-title-image-edit-bottom {
	width: 128px;
    height: 64px;
    background: url(/i/upload.svg) no-repeat scroll 29px 13px rgba(0,0,0,0.8);
    border-radius: 0 0 64px 64px;
    color: #F9F9F9;
    font-size: 13px;
    line-height: 15px;
    padding: 11px 0 0 49px;
}

.expert-title-image-edit-popup {
	background: #fff;
	border-radius: 4px;
	width: 700px;
	margin: 0 auto;
	padding: 0 0 30px;
}
.expert-title-image-edit-popup-title {
	color: #327CD8;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	background: #F9F9F9;
	padding: 0 0 0 19px;
	border-radius: 4px 4px 0 0;
	margin: 0 0 26px;
	position: relative;
	font-family: 'Hind';
    font-weight: 500;
}
.expert-title-image-edit-popup-title.-inactive {
	background: #fff;
	height: 9px;
}
.expert-title-image-edit-popup-title-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	height: 14px;
	width: 14px;
	background: url(/i/close-popup.svg?1) no-repeat scroll 0 0;
}
.expert-title-image-edit-popup-title-close:hover {
	background-position: -15px 0;
}
.expert-title-image-edit-popup-body {
	text-align: center;
}
.expert-title-image-edit-popup-body p {
	color: #242F3F;
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 94px;
    font-family: 'Hind';
    font-weight: 500;
}
.expert-title-image-edit-popup-body-image {
	margin: 0 0 20px;
}
.expert-title-image-edit-popup-body-bold {
	font-family: 'Montserrat';
	font-weight: 500;
	color: #030303;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.6px;
	margin: 0 0 20px;
}
.expert-title-image-edit-popup-body-text {
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.53px;
	color: #4A4A4A;
	margin: 0 0 95px;
}
.expert-title-image-edit-popup-body-write {
	text-decoration: none !important;
	display: block;
	width: 338px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	background: #0D407C;
	text-align: center;
	color: #fff !important;
	font-family: 'Montserrat';
	font-size: 16px;
	margin: 0 auto;
}
.expert-title-image-edit-popup-form, .expert-title-image-edit-popup-form-video {
	display: none;
}
.expert-title-image-edit-popup-body button {
	border-radius: 4px;
	background: #327CD8;
	text-align: center;
	border-width: 0;
	width: 250px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'Hind';
    font-weight: 500;
}

.expert-body-edit-button {
	display: block;
	text-decoration: none;
	height: 24px;
	width: 24px;
	position: absolute;
	top: -30px;
	right: 0;
	background: url(/i/edit.svg?1) no-repeat scroll 0 0;
}
.expert-body-edit-button:hover {
	background-position: -25px 0;
}

.expert-body-edit-textarea {
	display: none;
	border-radius: 4px;
    width: 100%;
    height: 300px;
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.25);
    font-family: 'AvenirNext';
    font-size: 19px;
    line-height: 30px;
}
.expert-body-edit-save {
	color: #5B5A5A;
	text-decoration: none;
	font-size: 18px;
	line-height: 21px;
	margin: 30px auto 0;
	display: none;
	width: 39px;
	font-family: 'AvenirNext';
}
.expert-body-edit-save:hover {
	color: #0D407C;
	text-decoration: none;
}

.expert.-deleted .expert-title-info-h1 {
	color: #6F7276;
	text-decoration: line-through;
}
a.experts-section-body-expert.-deleted span img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
a.experts-section-body-expert.-deleted b {
	text-decoration: line-through;
	color: #6F7276;
}

.experts-section-body.-cats .experts-section-body-expert {
	width: calc(33.333% - 67px);
	margin: 0 24px 24px 0;
}
.experts-section-body.-cats .experts-section-body-expert.-more {
	width: 128px;
}
.experts-section-body.-cats .experts-section-body-expert.-more:hover {
	border-color: rgba(0,0,0,0.25);
}
.experts-section-body.-cats .experts-section-body-expert.-more span {
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #6F7276;
	border-radius: 50%;
	background: #D8D8D8;
	margin: 14px 0 0 28px;
	font-weight: 500;
    color: #4A4A4A;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 16px 0 0 0;
    font-family: 'AvenirNext';
}
.experts-section-body.-cats .experts-section-body-expert.-more span i {
	font-size: 14px;
    font-family: 'AvenirNext';
    position: relative;
    top: -7px;
    margin: 0;
    float: none;
    color: #4A4A4A;
}
.experts-section-body.-cats a.experts-section-body-expert:nth-child(2n) {
	/*margin-right: 18px;*/
}
.experts-section-body.-cats a.experts-section-body-expert:nth-child(4n) {
	margin-right: 0;
}

.experts-add-category {
	width: calc(33.333% - 67px);
    height: 110px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.25);
    display: block;
    float: left;
    margin: 0 0 24px;
    text-decoration: none;
    line-height: 110px;
    position: relative;
    color: #53A1E1 !important;
    font-family: 'AvenirNext';
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0;
    text-align: center;
}
.experts-add-category:hover {
	text-decoration: none;
    border-color: #53A1E1;
}

.experts-section-body-empty {
	font-size: 20px;
	line-height: 26px;
	color: #6F7276;
	font-family: 'AvenirNext';
	font-weight: 700;
	text-align: center;
	margin: 9px 0 20px;
}

.user-invite-popup-levels, .user-invite-popup-levels-edit {
	margin: 12px 0 0 102px;
}
.user-invite-popup-levels-el, .user-invite-popup-levels-el-edit {
	font-size: 15px;
	line-height: 18px;
	color: #333743 !important;
	font-weight: 300;
	text-decoration: none !important;
	margin: 0 29px 0 0;
}
.user-invite-popup-levels-el i, .user-invite-popup-levels-el-edit i {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 5px 0 0;
	background: url(../i/level_check.svg) no-repeat scroll 0 0;
	position: relative;
    top: 4px;
}
.user-invite-popup-levels-el.-active, .user-invite-popup-levels-el-edit.-active {
	color: #0D407C;
}
.user-invite-popup-levels-el.-active i, .user-invite-popup-levels-el-edit.-active i {
	background-position: -21px 0;
}
.user-invite-popup-edit {
	width: 250px;
    height: 40px;
    line-height: 40px;
    background: #5B5A5A;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    margin: 66px auto 0;
}
.user-invite-popup-edit.-active {
	background: #0D407C;
}

.experts-section-title-manage {
	display: inline-block;
}
.experts-section-title-manage a {
	width: 16px;
	height: 16px;
	display: inline-block;
	text-decoration: none !important;
	margin: 0 0 0 8px;
    position: relative;
    top: 1px;
}
.experts-section-title-manage-edit {
	background: url(../i/edit-cats.svg?1) no-repeat scroll 0 0;
}
.experts-section-title-manage-delete {
	background: url(../i/delete-cats.svg?1) no-repeat scroll 0 0;	
	margin: 0 0 0 10px;
}
.expert-title-info-noactive {
	color: #6F7276;
	font-size: 20px;
	line-height: 24px;
	margin: 40px 0 80px;
}
.expert-title-back {
	text-align: center;
}
.expert-title-back-link {
	display: inline-block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	background: #6F7276;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.expert-title-back-link:hover {
	background: #0D407C;
	color: #fff;
	text-decoration: none;
}

.expert-title-image-edit-popup-body-progress {
	display: none;
	width: 500px;
    margin: 0 auto;
    position: relative;
}
.expert-title-image-edit-popup-body-progress-title {
	color: #242F3F;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 12px;
}
.expert-title-image-edit-popup-body-progress-name {
	font-weight: 300;
    color: #2F2F2F;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 6px;
}
.expert-title-image-edit-popup-body-progress-count {
	font-family: 'PT_Sans-Narrow';
    color: #A9A9A9;
    font-size: 11px;
    line-height: 14px;
}
.expert-title-image-edit-popup-body-progress-bar {
	width: 500px;
    height: 4px;
    background: rgba(216,216,216,0.5);
    border-radius: 40px;
    margin: 8px 0 0;
    position: relative;
}
.expert-title-image-edit-popup-body-progress-bar-fill {
	width: 0px;
    height: 4px;
    border-radius: 40px;
    background: #4990E2;
}
.expert-title-image-edit-popup-body-progress-close {
	background: url(../i/close_video.svg) no-repeat scroll 0 0;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 80px;
}
.expert-title-image-edit-popup-body-progress-close:hover {
	background-position: -14px 0;
}
.expert-title-image-edit-popup-body-progress-attach {
	width: 250px;
	height: 40px;
	line-height: 40px;
	background: #6F7276;
	border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	margin: 27px auto 0;
	display: block;
	text-decoration: none;
}
.expert-title-image-edit-popup-body-progress-attach.-active {
	background: #0D407C;
}
.expert-title-image-edit-popup-body-progress-attach:hover {
	text-decoration: none;
	color: #fff;
}

.expert-title-image-edit-popup-experts {
	margin: 0 40px;
}
.expert-title-image-edit-popup-experts-link {
	display: block;
    float: left;
    width: calc(50% - 10px);
    height: 80px;
    margin: 0 20px 10px 0;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    background: #f9f9f9;
    line-height: 80px;
    text-decoration: none;
}
.expert-title-image-edit-popup-experts-link:hover {
	text-decoration: none;
	border-color: grey;
}
.expert-title-image-edit-popup-experts-link:nth-child(2n) {
	margin-right: 0px;
}
.expert-title-image-edit-popup-experts-link img {
	width: 70px;
    height: 70px;
    margin: 0 8px 0 8px;
    border-radius: 50%;
    position: relative;
    top: -3px;
}
.expert-title-image-edit-popup-experts-link span {
	font-family: 'PT_Sans-Narrow';
    color: #000;
    font-size: 16px;
}

.experts-section-line {
	width: 100%;
    margin: 0 0 40px;
    text-align: left;
    border-bottom: 2px solid #327CD8;
    padding: 0 0 10px;
}
.experts-section-line span {
	font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'AvenirNext';
    color: #327CD8;
    padding: 0;
    display: block;
}
.experts-section-noresult {
	text-align: center;
    margin: 100px 0 300px;
    display: none;
}
.experts-section-noresult-icon {
	background: url(../i/small_search.svg) no-repeat scroll 0 0;
    width: 96px;
    height: 96px;
    margin: 0 auto 30px;
    background-size: 96px;
    opacity: 0.2;
}
.experts-section-noresult b {
	font-weight: 600;
    font-family: 'AvenirNext';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02px;
    color: #000000;
    margin: 0 0 10px;
    display: block;
}
.experts-section-noresult p {
	margin: 0;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-family: 'AvenirNext';
    color: #000000;
    letter-spacing: -0.02px;
}

#popupInactive {
	width: 374px;
}

.article-body-text {
	font-family: 'AvenirNext';
    font-size: 18px;
    line-height: 23px;
    color: #000;
    letter-spacing: -0.03px;
}



.new-feed-search {
	margin: -8px 0 48px;
    position: relative;
    width: 100%;
}
.new-feed-search #users-search {
	width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    border-width: 0;
    font-family: 'AvenirNext';
    font-size: 18px;
    letter-spacing: -0.03px;
    padding: 0 44px 0 16px;
    outline: none;
    background: url(../i/small_search.svg) no-repeat scroll right center #F7F7F5;
    background-position-x: calc(100% - 12px);
}
.new-feed-search #users-search:focus {
	
}



.expert-wrapper-profile {
	margin: 40px 0 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 50px 0 0;
}
.expert-wrapper-profile-column {
	width: 392px;
    float: left;
    margin: 0 65px 0 0;
}
.expert-wrapper-profile-column.-nom {
	margin: 0;
}
.expert-wrapper-input {
	margin: 0 0 48px;
}
.expert-wrapper-input p {
	margin: 0;
    font-family: 'AvenirNext';
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.03px;
}
.expert-wrapper-input label {
	color: rgba(0,0,0,0.5);
    font-size: 18px;
    line-height: 25px;
    display: block;
    margin: 0 0 4px;
    font-family: 'AvenirNext';
    letter-spacing: -0.03px;
    font-weight: 400;
}
.expert-wrapper-input span, .expert-wrapper-input input, .expert-wrapper-input textarea {
	display: none;
    color: #000000;
    font-size: 18px;
    line-height: 46px;
    height: 46px;
    border: 1px solid rgba(0,0,0,0.5);
    padding: 0 12px;
    width: 100%;
    font-family: 'AvenirNext';
    outline: none !important;
}
.expert-wrapper-input textarea {
	height: 138px;
}
.expert-wrapper-profile-column .expert-wrapper-input span, .expert-wrapper-profile-column .expert-wrapper-input input {
	width: 432px;
}
.expert-name {
	display: none;
}



@media all and (min-width: 768px) and (max-width: 1024px) {

	a.experts-section-body-expert, .user-invite.-user-invite-new {
		width: calc(50% - 21px);
	}
	a.experts-section-body-expert:nth-child(3n) {
		margin-right: 41px;
	}
	a.experts-section-body-expert:nth-child(2n) {
		margin-right: 0;
	}
	
	
	.experts-section-body.-cats a.experts-section-body-expert, .experts-add-category {
		width: calc(50% - 21px);
	}
	.experts-section-body.-cats a.experts-section-body-expert:nth-child(2n) {
		margin: 0;
	}
	
	
	
	.expert {
		width: 100%;
	}
	.expert-title-info {
		width: calc(100% - 152px);
	}
	
}



@media all and (max-width: 767px) {
	
	a.experts-section-body-expert, .user-invite.-user-invite-new {
		width: 100%;
	}
	a.experts-section-body-expert, .user-invite.-user-invite-new {
		margin-right: 0;
	}
	
	
	
	.experts-section-body.-cats a.experts-section-body-expert, .experts-add-category {
		width: 100%;
	}
	.experts-section-body.-cats a.experts-section-body-expert:nth-child(2n) {
		margin: 0 0 24px;
	}
	a.experts-section-body-expert b.edit {
		padding: 43px 0 0;
	}
	a.experts-section-body-expert b.edit br {
		display: none;
	}
	
	
	
	.expert {
		width: calc(100% - 20px);
	}
	.expert-title {
		padding: 10px 20px 33px 20px;
	}
	.expert-title-image {
		float: none;
		margin: 0 auto 24px;
	}
	.expert-title-info {
		text-align: center;
		width: 100%;
		float: none;
	}
	.expert-title-info-h1 {
		font-size: 25px;
		line-height: 30px;
	    margin: 0 0 20px;
	}
	a.expert-title-tabs-link {
		font-size: 17px;
		line-height: 17px;
	}
	
	.experts-section-line span {
		font-size: 16px;
	}
	
}



@media all and (max-width: 767px) {
	
	.experts-section-line span {
		padding: 0 10px;
	}
	
}