@import "_alphabeth.css";
@import "_newslist.css";



















.authorProfile {
	display: flex;
	margin-bottom: 38px;
	position: relative;
}








.authorPhoto {
	position: relative;
	padding-top: 24px;
	/* float: left; */
	font-size: 0;
}
.authorPhoto__label {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 6px 13px;
	background: #000;
}
.authorPhoto__image {
	cursor: default;
	width: 295px;
	/*height: 280px;*/
}
@media screen and (max-width: 1023px) {
	.authorPhoto__image {
		width: 240px;
		height: 220px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.authorPhoto__image {
		width: 300px;
	}
}









.authorInfo {
    /* margin-left: 324px; */
	padding-top: 24px;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: space-between;
   	/* padding-bottom: 50px; */
}

/* .athorProfile-buttons {
	margin-left: 324px;
} */

.athorProfile-buttons button {
	padding: 7px;
    background-color: white;
    border: 1px solid #d4d4d4;
	border-radius: 7px;
	cursor: pointer;
}

.athorProfile-buttons button:hover {
	opacity: .7;
}

.athorProfile-buttons select {
	width: 100px;
}

/* @media screen and (max-width: 1023px) {
	.authorInfo {
		margin-left: 260px;
	}
	.athorProfile-buttons {
		margin-left: 260px;
	}
} */
.authorInfo p {
	font-weight: 300;
}


.authorInfoDetails {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	/* position: absolute; */
	/* bottom: 46px; */
}
/* @media screen and (max-width: 1023px) {
	.authorInfoDetails {
	    margin-left: 255px;
	    width: calc(100% - 253px);
	}
} */
/* @media screen and (min-width: 1024px) and (max-width: 1279px) {
	.authorInfoDetails {
		margin-left: 320px;
		width: calc(100% - 318px);
	}
}
@media screen and (min-width: 1280px) {
	.authorInfoDetails {
		margin-left: 305px;
		width: calc(100% - 309px);
	}
} */





.authorSocials {
	float: right;
}
.authorSocials__item {
	display: inline-block;
	margin-right: 7px;
}
.authorSocials__link {
	display: block;
	width: 21px;
	height: 21px;
	background-image: url(../_images/icons_sprite.png);
	text-decoration: none;
	border: 0;
	background-size: 188px 333px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { 
	.authorSocials__link {
		background-image: url(../_images/icons_sprite_2x.png);
		/*background-size: 376px 666px;*/
	}
}


.authorSocials__link:hover {
	opacity: .85;
}
.authorSocials__link.view_iconFacebook {
	background-color: #4b68b8;
	background-position: -5px -97px;
}
.authorSocials__link.view_iconVkontakte {
	background-color: #466e9f;
	background-position: -36px -97px;
}
.authorSocials__link.view_iconTwitter {
	background-color: #2dafdf;
	background-position: -67px -97px;
}
.authorSocials__link.view_iconGoogle {
	background-color: #d73d32;
	background-position: -100px -97px;
}
.authorSocials__link.view_iconOdnoklassniki {
	background-color: #f78b0c;
	background-position: -131px -97px;
}



.authorSocialsLinks {
	display: flex;
}

.authorSocialsLinks .authorSocialsLinks {
	margin-bottom: 0;
}


.authorPopularity {
	display: flex;
	/*margin: 0 0 3px;*/
	/*padding-top: 5px;*/
}
.authorPopularity li {
	display: inline-block;
	font-size: 12px;
	margin-right: 15px;
}
.authorPopularity .watchers {
	color: #494949;
}
.authorPopularity .watchers .eye-icon {
	width: 12px;
    height: 9px;
    display: inline-block;
    margin-left: 4px;
    background: url(../_images/icons_sprite.png) -25px -285px no-repeat;
}
.authorPopularity .rate .positive {
	color: #399800;
}
.authorPopularity .rate .negative {
	color: #e80f00;
}

.author__readmore {
    font-size: 18px;
    border-bottom: 1px dashed;
    color: #000;
    text-decoration: none;
    margin-bottom: 25px;
    display: inline-block;
}



























































