.container .page .top_menu ul li, 
.container .page .top_menu ul li,
.container .page .content .left_content .inner_left .inner_left_menu ul li,
.container .page .content .left_content .inner_left .inner_left_bloks .body ul li a,
.container .page .content .left_content .inner_right .actual .body .items .item .name a,
.container .page .content .left_content .main_goroskop_temat .body .item .name a,
.bottom_menu .bottom_fon .body .item_menu .menu ul li a,
.bottom_menu .bottom_fon .body .item_menu .title a,
.footer .body .left .line1 .footer_menu ul li a,
.container .page .content .right_content .goroskop_week .body ul li .title a
{
	transition: 0.3s;
}
.container .page .content .left_content .inner_left .inner_left_menu ul li {
	background: linear-gradient(transparent, #dedede);
}
.container .page .content .left_content .inner_right .text_page h1 {
	margin-top: -10px;
}
.container .page .content .left_content .inner_right .actual .top .nav .left_kn,
.container .page .content .left_content .inner_right .actual .top .nav .right_kn
{
	background: #d7d7d7;
	border-radius: 4px;
	position: relative;	
	width: 31px;
	height: 29px;
	float: left;
	transition: 0.3s;
	text-align: center;
}
.container .page .content .left_content .inner_right .actual .top .nav .left_kn:hover,
.container .page .content .left_content .inner_right .actual .top .nav .right_kn:hover
{
	background: #bb9ecb;
}
.container .page .content .left_content .inner_right .actual .top .nav .left_kn:before {
	content: "<";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.container .page .content .left_content .inner_right .actual .top .nav .right_kn:before {
	content: ">";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.container .page .top_menu ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 100%;
	border-left: solid 1px rgba(0,0,0,0.2);
	border-right: solid 1px rgba(256,256,256,0.1);
}
.container .page .top_menu ul li.active:after, .container .page .top_menu ul li:hover:after {
	border-right: none;
}
.bady-block {
	margin: 20px 0;
}
.bady-block .adsbygoogle {
	width: 100%;
	height: 100px;
}
.yand-under {
	margin: 20px 0;
}
@media (max-width: 768px) {
	.bady-block .adsbygoogle {
		width: 100%;
		height: auto;
	}
}
.body-bg {
	position: absolute;
	width: 100%;
	height: 267px;
	background: url("/images/fon.jpg");
	background-position: 0px -400px;
	background-repeat: repeat-x;
	z-index: 0;
}
.container .header {    
	min-height: 267px;
	background-position: left bottom;
}


.makarony {
	margin: 20px 0;
	border: solid 1px #dddddd;
	padding: 0!important;	
	box-shadow: 0px 0px 15px transparent;
	cursor: pointer;
	transition: 0.5s;
	background: #fff;
}
.makarony:hover {
	/*box-shadow: 0px 0px 15px rgba(0,0,0,0.4);*/
}
@media (min-width: 769px) {
	/*.makarony:hover {
		transform: scale(1.1);
	}*/
}
.makarony_img {
	display: inline-block!important;
	vertical-align: middle;
	width: 200px;
	height: 200px;
}
.makarony_text {
	width: calc(100% - 240px);
	box-sizing: border-box;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
}
.makarony_text .more {
	width: 150px;
	height: 34px;
	border-radius: 17px;
	background: #583c77;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	margin-top: 10px;
}
.makarony_text span {
	font-size: 12px;
	color: #999;
	font-style: italic;
	margin-top: 10px;
	display: block;
	line-height: 18px;
}
.makarony_text b {
	color: red;
	font-size: 26px;
	line-height: 30px;
}

.right-fly {
	position: relative;
	width: 266px;
	height: auto;		
	cursor: pointer;
}
.right-fly.fly {
	position: fixed;
	top: 20px;
}
.right-fly .makarony {
	padding: 15px 15px 0;
	text-align: center;
	margin: 0;
	border: none;
	box-sizing: border-box;	
	overflow: hidden;
}
.right-fly .makarony_h {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.right-fly img {
	max-width: 70%;
	display: block;
	margin: 0 auto 15px;
}
.right-fly p {
	font-size: 16px;
	line-height: 18px;
}
.right-fly p span {
	position: relative;
	transition: 0.5s;
	left: auto;
	bottom: -100px;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
.right-fly:hover p span {
	bottom: 0px;	
}
@media (max-width: 768px) {
	.inner_right {
		padding-left: 20px;
		padding-right: 20px;
	}
	.makarony_img, .makarony_text {
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		vertical-align: top;
		text-align: center;
	}
	.makarony_text .more {
		margin: 10px auto;
	}
	.makarony_h {
		font-size: 20px;
		font-weight: bold;
		line-height: 22px;
		text-align: center;
		margin-bottom: 15px;
	}
	.makarony > img {
		max-width: 190px;
		display: block;
		margin: 15px auto;
	}
	.makarony p span {
		width: 200px;
		height: 34px;
		border-radius: 17px;
		background: #583c77;
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 32px;
		margin-top: 10px;
		margin: 10px auto;
		display: block;
	}
	.container .page .content .left_content .inner_left .inner_left_menu ul li {
		background: linear-gradient(#dedede, #9e9e9e);
		margin-bottom: 0px;
	}
	.container .page .content .left_content .inner_right .actual .top .nav {
		width: 90%;
	}
}

/* gnezdo */

#gnezdo_ru_18510 table td {
	width: 30%;
	vertical-align: top;
}
#gnezdo_ru_18510 table td img {
	width: 100%!important;
	height: auto!important;
}
#gnezdo_ru_18510 .gnezdo_cell_header a {
	font-size: 16px!important;
	line-height: 20px!important;
	transition: 0.3s;
	text-decoration: underline!important;
}
#gnezdo_ru_18510 .gnezdo_cell_header a:hover {
	color: #ec626c!important;
	text-decoration: none!important;
}
#gnezdo_ru_18510 .gnezdo_cell_header {
	margin-top: 0!important;
}

/* mob-fly */

.mob-fly {
	display: none;
}
.mob-fly {
	display: block;
	width: 100%;
	max-width: 1144px; 
	height: 90px;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	transition: 1s;
	opacity: 1; 
	z-index: 1; 
	background: #fff;
}
.mob-fly._hidden {	
	opacity: 0;
	bottom: -90px; 
}
.mob-fly_close {
	position: absolute;
	bottom: 90px;
	right: 0px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;  
	background: #fff;
	color: #000;
	text-align: center;
	cursor: pointer;
}
.mob-fly._hidden .mob-fly_close {	
	opacity: 0;
	bottom: -30px;
}
.mob-fly_close:before {
	content: "×";
	font-size: 44px;
}

.text_page {
	
}
.text_page .text p img {
	max-width: 100%;
}