@charset "utf-8";
/*===== ОБО МНЕ =====*/

/*
d03370
*/


body{
	background: #fff;
}

/*===== WRAPPER =====*/
body > .wrapper{	
	position: relative;
	width: 100%;
	height: 100%;
}
body .cont_wrap{
	width: 100%;
	
	padding: 150px 50px 50px 50px;
	box-sizing: border-box;
}
@media screen and (max-width: 1000px){
	body .cont_wrap{		
		padding: 80px 25px 25px 25px;
	}
}
@media screen and (max-width: 600px){
	body .cont_wrap{		
		padding: 80px 15px 15px 15px;
	}
}




/*==== ОБЩЕЕ  ====*/

/* ЗАГОЛОВОК */
.header{
	margin-bottom: 20px;
	
	text-align: center;
	
	color: #333;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 39px;
	text-transform: uppercase;
	text-align: left;
}











/*===== ЛОГОТИП И ШАПКА =====*/
.topper{
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.topper .logo{
	background: url('/alex/images/topper/logo.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.menu > tbody > tr > td .wrap{
	color: #000;
}
.menu > tbody > tr > td .wrap:hover, 
.menu > tbody > tr > td .wrap.selected{
	color: #fff;
}




/*===== ТАБЛИЦА РАЗМЕТКИ =====*/
.razm{
	width: 95%;
	margin: 0px auto;
}
.razm > tbody > tr > td{
	border: 0px solid blue;
	
	vertical-align: top;
}
.razm > tbody > tr > td.right{
	width: 1px;
	
	padding-left: 35px;
}
@media screen and (max-width: 1000px){
	.razm > tbody > tr > td.right{		
		padding-left: 5px;
		
		text-align: center;
	}
	.razm > tbody > tr > td.right .right_col{		
		display: inline-block;
	}
}


/*===== ПОСТ БЛОГА =====*/
.razm > tbody > tr > td.left > .wrap.blog_post{	
	border-radius: 35px;
	
	padding: 35px;
	
	box-sizing: border-box;
	
	background-color: #f3f0f6;	
}
@media screen and (max-width: 600px){
	.razm > tbody > tr > td.left > .wrap.blog_post{	
		padding: 15px;
	}
}
.blog_post p{
	display: block;
	
	margin-bottom: 15px;
}
.blog_text_w,
.blog_post p{
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	text-align: left;
}
@media screen and (max-width: 600px){
	.blog_text_w,
	.blog_post p{
		font-size: 14px;
		line-height: 18px;
	}
}
.blog_post .img{
	width: 100%;
	height: auto;
	
	margin-bottom: 25px;
}

/* ПОДЕЛИТЬСЯ СВЕРХУ */
.share_top_w{
	padding-bottom: 15px;
}
.share_top_w .button{
	width: calc(50% - 15px);
	height: 60px;
	box-sizing: border-box;
			
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (max-width: 1100px){
	.share_top_w .button{
		width: 100%;
	}
}
.share_top_w .button, 
.share_top_w .button a{
	color: #fff;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.share_top_w .button.fb{
	float: left;
	
	padding: 16px 15px 18px 15px;
	
	background: rgba(59, 89, 153, 1);
}
@media screen and (max-width: 1100px){
	.share_top_w .button.fb{
		margin-bottom: 15px;
		
		padding: 16px 10px 18px px;
	}
}
.share_top_w .button.fb:hover{
	background: rgba(59, 89, 153, 0.9);
}
.share_top_w .button.vk{
	float: right;
	
	padding: 14px 15px 18px 15px;
	
	background: rgba(93, 131, 170, 1);	
}
@media screen and (max-width: 1100px){
	.share_top_w .button.vk{		
		padding: 14px 10px 18px 10px;
	}
}
.share_top_w .button.vk:hover{	
	background: #55799E;	
}
.share_top_w .icon{
	display: inline-block;
	position: relative;	
}
.share_top_w .icon-fb{	
	top: 2px;
	
	margin-right: 1px;
	
	font-size: 19px;
}
.share_top_w .icon-vk{	
	top: 2px;
	
	margin-right: 3px;

	font-size: 22px;
}


/* ЛАЙК/ПОДЕЛИТЬСЯ - снизу */
.share_wrap{	
	border: 1px dashed #aaa;
	border-radius: 5px;
	
	margin-top: 25px;
	
	padding: 25px 15px 60px 15px;
	
	background: #fff;
	
	text-align: center;
}
.share_wrap .header{
	margin-bottom: 30px;
	
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	text-transform: none;
}
.share_w{
	
	display: inline-block;
}
.share_w.vk{
	width: 150px;
	
	margin-right: 25px;
}
.share_w.fb{
	width: 180px;
}

/*===== НЕДАВНИЕ ПОСТЫ =====*/
.recent_w{
	border-top: 1px solid rgba(204, 204, 204, 1);
	
	margin-top: 40px;
	
	padding-top: 20px;
}
.recent_w .rec_header{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	
	margin-bottom: 0px;
}
.recent{	
	table-layout: fixed;
}
.recent > tbody > tr > td{
	padding: 15px;
	
	vertical-align: top;
}
.recent .img_wrap{	
	border-radius: 10px;
	
	display: inline-block;
	position: relative;
	
	width: 100%;
	height: 200px;
	
	margin-bottom: 10px;
	
	overflow: hidden;
}
.recent .img_wrap .cover{
	width: 100%;
	height: 100%;
	
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	
	opacity: 0;
	background: #d03370;
	
	cursor: pointer;
	
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.recent .img_wrap .cover:hover{
	opacity: 0.7;
}
.recent .img_pse{	
	display: inline-block;
			
	width: 100%;
	height: 100%;
	
	position: relative;
	z-index: 1;
	
	margin-bottom: 8px;
	
	cursor: pointer;
	
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.recent .img_wrap:hover .img_pse{
	transform: scale(1.1, 1.1);
}
.recent .recent_header{
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	cursor: pointer;
	text-transform: uppercase;
	
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (max-width: 870px){
	.recent .recent_header{
		text-align: center;
	}
}
.recent .recent_header:hover{
	color: #d03370;
}



/*== КОММЕНТАРИИ ==*/
.comments{
	border-top: 1px solid rgba(204, 204, 204, 1);
	
	margin-top: 40px;
	
	padding-top: 20px;
}
.header_w{			
	padding: 5px;
	
	text-align: left;	
}
.header_w .header{	
	display: inline-block;
	position: relative;
	top: 7px;
	
	font-size: 25px; 
	line-height: 25px;
}
.comments .header_w delim{
	display: none;
}
@media screen and (max-width: 720px){
	.comments .header_w delim{
		display: block;
	}
}
.header_w .tab{
	border-radius: 5px;
	border: 2px solid #d03370;
	
	display: inline-block;
	
	padding: 8px 15px;
			
	color: #d03370;
	cursor: pointer;
	font-family: ProximaNovaRegular;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 1px;
		
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.header_w .tab:hover{
	border-color: #E63C7E;
	background: #E63C7E;
	box-shadow: 0 3px 0 #D10051;
	
	color: #fff;
}
.header_w .tab.selected{
	border-color: #d03370;
	background: #d03370;
	box-shadow: 0 3px 0 #B50046;
	
	color: #fff;
}
.header_w .tab.vk{
	margin-left: 50px;
	margin-right: 20px;
}
@media screen and (max-width: 720px){
	.header_w .tab.vk{
		margin-left: 0px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 720px){
	.header_w .tab.fb{
		margin-bottom: 10px;
	}
}

.vidget_w{
	border: 0px solid red;
}
.vidget_w.fb{
	border: 1px solid rgba(204, 204, 204, 1);
		
	padding: 10px;
	box-sizing: border-box;
	
	background: #fafbfc;
}
.vidget_w.fb .fb-comments{
	height: 195px;
}





















