.cat_element {
	display: block;
	position: relative;
}

.cat_element_title {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
	box-shadow: 0px 3px 0px 0px #629100, 0px 10px 0px 0px #E8E8E8;
}

.cat_element_title_h {
        font-size: 30px;
        font-weight: bold;
        color: #333333;
	text-transform: uppercase;
        font-family: 'PT Sans', sans-serif;
	padding-left: 30px;
	padding-right: 10px;
}

.cat_element_title_url {
	display: flex;
	padding-right: 30px;
	align-items: center;
        font-size: 22px;
        color: #666;
        white-space: nowrap;
}

.cat_element_title_url a {
        font-size: 22px;
        color: #666;
        font-style: italic;
        font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.cat_element_title_url a:hover {
        color: #669900;
	text-decoration: underline;
}

.cat_string {
	display: flex;
	justify-content: space-around;
	padding-bottom: 15px;
	color: #9E9E9E;
}

.cat_string a {
        font-weight: normal;
	color: #939393;
}

.cat_string a:hover {
	color: #000;
}

.cat_print {
	padding-left: 27px;
	background-image: url(/img/printing.png);
	background-position-x: 0;
	background-position-y: center;
	background-repeat: no-repeat;
}

.cat_favorite {
	padding-left: 20px;
	background-image: url(/img/izb.png);
	background-position-x: 0;
	background-position-y: center;
	background-repeat: no-repeat;
}

.cat_foto_block {
	display: flex;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.cat_foto {
	display: flex;
	position: relative;
        width: 420px;
}

.cat_foto_foto {
        width: 410px;
}

.cat_info {
	position: relative;
	padding-left: 30px;
}

a.photo:hover img {
        border-top: 1px solid #B5B5B5;
        border-bottom: 1px solid #777777;
        border-left: 1px solid #B5B5B5;
        border-right: 1px solid #777777;
	border-radius: 3px 3px 3px 3px;
	padding: 3px;
        box-shadow: 3px 3px 3px 0 #8D8D8D !important;
}

p.photo {
	text-align: center;
}

.cat_img {
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #B5B5B5;
        border-left: 1px solid #E4E4E4;
        border-right: 1px solid #BDBDBD;
	border-radius: 3px 3px 3px 3px;
	padding: 3px;
        box-shadow: 3px 3px 3px 0 #B8B8B8 !important;
        max-width: 400px;
        height: auto;
}

.cat_lupa {
        margin-left: -402px;
        padding-top: 7px;
}

.cat_some {
        font-family: 'PT Sans Narrow', sans-serif;
        padding-bottom: 4px;
        font-size: 16px;
        font-weight: bold;
	text-transform: uppercase;
	color: #666 !important;
}

.cat_rec {
        font-size: 30px !important;
	color: #619100 !important;
}

a.cat_razd {
        font-family: 'PT Sans Narrow', sans-serif !important;
	color: #619100 !important;
        font-size: 16px !important;
        font-weight: bold !important;
}

a.cat_razd:hover {
	color: #99CC33 !important;
}

.cat_kuh {
	color: #619100 !important;
}

.cat_metki_bottom {
        padding-bottom: 23px;
}

.cat_metki_top {
        padding-top: 18px;
        padding-bottom: 5px;
        font-size: 18px;
}

.cat_add {
        padding-top: 70px;
	text-align: left;
        color: #E6EED6;
	text-decoration: none;
        font-weight: bold;
}

.cat_add a {
        background-color: #619100; 
        padding: 5px 25px 7px 25px;
	border-radius: 17px;
        font-size: 18px;
        color: #E6EED6;
	text-decoration: none;
}

.cat_add a:hover {
        background-color: #8AB82E; 
        color: #fff;
	text-decoration: none;
}

.cat_kkal {
	display: flex;
	justify-content: center;
	width: 100%;
}

.time_pre_pre {
	text-align: right;
        padding-right: 40px;
}

.time_cook_cook {
        border-left: 2px solid #CCC;
	text-align: center;
        padding-right: 40px;
        padding-left: 40px;
}

.nutrition_nutrition {
        border-left: 2px solid #CCC;
	text-align: left;
        padding-left: 40px;
}

.time_pre, .time_cook, .calories {
        font-size: 32px;
        color: #006600;
        font-family: 'PT Sans Narrow', sans-serif;
}

.time_pre_1, .time_cook_1, {
        font-size: 14px;
        color: #444;
        text-transform: uppercase;
        font-family: 'PT Sans Narrow', sans-serif;
}

.nutrition {
        font-size: 16px;
        color: #444;
        font-family: 'PT Sans Narrow', sans-serif;
}

.blockquote {
        position:relative;  
        padding: 0 0 0 55px;
	margin-top: 30px;
        font-size: 18px;
        color: #666;
}

.blockquote:before {
        position:absolute;
        font-size: 400%;
        font-weight: bold;
        font-style: italic;
        color: #CCC;
        font-family: Georgia, "Century Schoolbook L", Serif;
} 

.blockquote:before {
	content: " ,, ";
	left: 1px;
	top:-60px;
}

.blockquote a {
        font-size: 18px;
}

.ingredients {
	padding-right: 80px;
        font-size: 18px;
        color: #666;
	margin-bottom: 40px;
}

.ingredients ul {
	padding-left: 1em;
}

.ingredients li {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
        border-bottom: 1px #E4E4E4 solid;
        list-style: none;
        font-size: 18px;
}

.ingredients a {
        font-size: 18px;
}

.cook_top {
	margin-top: 30px;
}

.cook {
        font-size: 18px;
        color: #666;
}

.cook a {
        font-size: 18px;
}


.cook li {
	margin-bottom: 3px;
        font-size: 18px;
}

.cook ol {
	list-style: none;
	counter-reset: point;
	padding: 0;
	margin-bottom: 30px;
}

.cook ol li {
	margin-bottom: 18px;
	position: relative;
	padding-left: 100px;
}

.cook ol li:before {
	content: "Шаг "counter(point) ": ";
	counter-increment: point 1;
	font-size: 20px;
	border-radius: 20px;
	position: absolute;
	background: #EB8D01;
	left: 0;
	width: 90px;
	padding: 1px 0 3px;
	color: #fff;
	text-align: center;
	font-family: 'Kurale', serif;
}

.cook ul {
	list-style-type: circle;
	padding: 0;
	margin-bottom: 15px;
	margin-left: 130px;
}

.cook ul li {
	position: relative;
	padding-left: 3px;
	padding-bottom: 0;
	margin-bottom: 2px;
}

.cook ul li:before {
	content: none;
}

.cook_ps {
	padding-left: 100px;
	color: #EB8D01;
        font-size: 35px;
        font-weight: bold;
        font-style: italic;
	line-height:0.5;
}

.cook_ps_text, .cook_ps_text a {
        font-size: 18px;
        color: #666;
}

.cook_sovet {
	padding-left: 100px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #EB8D01;
        font-size: 35px;
        font-weight: bold;
        font-style: italic;
	line-height:0.5;
}

.buon_appetito {
	margin-top: 25px;
	margin-bottom: 25px;
        font-size: 34px;
	font-family: 'Lobster', cursive;
        color: #5F9400;
	text-align: center;
}

.cook_random {
	display: flex;
	box-sizing: border-box;
        background-color: #EAF7CF; 
	border-radius: 9px 9px 9px 9px;
	border: 1px solid #E6E7E5;
        padding: 10px 0px 10px 0px;
}

.cook_random a {
        color: #333333;
	text-transform: uppercase;
}

.cook_random a:hover {
	color: #669900;
}

.cook_random_width_1 {
	padding: 0px 0px 0px 10px;
	width: 33%;
	text-align: center;
}

.cook_random_width_2 {
	padding: 0px 10px 0px 10px;
	width: 33%;
	text-align: center;
}

.cook_random_width_3 {
	padding: 0px 10px 0px 0px;
	width: 33%;
	text-align: center;
}

.cook_resemble {
	margin: 30px 20px 0  20px;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

.cook_resemble_right {
        width: 300px;
	margin-left: 10px;
}

.cook_resemble_share {
        font-size: 22px;
        color: #F50000;
        font-family: 'PT Sans Narrow', sans-serif;
        padding-bottom: 4px;
        font-weight: bold;
	text-transform: uppercase;
}

.cook_resemble_transform {
	color: #9E9E9E;
	padding-top: 10px;
}

.cook_resemble_Left {
        color: #444;
        font-weight: bold;
        font-size: 26px;
	line-height: 80%;
}

.cook_resemble_Left {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 18px;
        padding-right: 0;
        margin: 0;
}

.cook_resemble_Left li {
        color: #619100;
}

.cook_resemble_Left a {
        color: #619100;
        font-size: 20px !important;
        font-weight: normal;
        font-family: 'PT Sans Narrow', sans-serif;
}

.cook_resemble_Left a:hover {
        color: #99CC33;
}

.cook_sovet_random {
	background-image: url(/img/strelka.png);
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	margin-left: 25px;
}

.cook_sovet_random a {
	padding-left: 30px;
        font-size: 18px;
        color: #666;
        font-family: 'Kurale', serif;
}

.cook_sovet_random a:hover {
        color: #669900;
}

.cook_comment {

}