/*style for details*/
.recipes_detail .name .obj img {
    margin-top: 0;
}
.recipes_detail .name.part_1{
    margin-top: 220px;
    padding-bottom: 80px;
}

.recipes_detail .name .obj,
.part_1.name .obj_con{
    width: 50%;
    height: auto;
    margin: 0;
    -moz-box-sizing: border-box; /* Для Firefox */
    box-sizing: border-box; /* Ширина блока с полями */
}

.recipes_detail .name.has-use-list .obj {
    width: 45%;
}
.recipes_detail .name.has-use-list .obj img {
    max-width: 100%;
}
.recipes_detail .name.has-use-list .obj_con {
    width: 55%;
}

.part_1.name .obj_con{
    padding-left: 50px;
    margin-top: -9px;
}

.recipes_detail .obj_con  .right_mix{
    float: none;
    width: auto;
    margin-top: 60px;
}
.part_1.name .obj_con h2{
   line-height: 24px;

}

.recipes_detail  .obj_con  .share .ico {
    width: 34px;
    height: 34px;
}
.recipes_detail .obj_con .toolbar .facebook {
    background-position: -158px -45px;
}
.recipes_detail  .obj_con  .toolbar .twitter {
    background-position: -122px -45px;
}
.recipes_detail .obj_con  .toolbar .pinterest{
    background-position: -230px -45px;
}

.recipes_detail .left_prepare{
    float: left;
    width: 346px;
    margin-left: 50px;
}
.recipes_detail .method{
    padding: 50px 0 60px;
}
.recipes_detail .left_prepare h2,
.recipes_detail .left_prepare ul li{
    margin-left: 0;
    padding-left: 0;
}
.directions li{
    position: relative;
    padding-left: 45px;
    line-height: 20px;
    counter-increment: li;
    width: auto;
}
.directions li:before{
    content: counter(li);
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: -4px;
    background: #b49566;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #000000;
    font-size: 14px;
}
.directions ol{
    margin: 0;
}
.part_2{
    border: 0 none transparent;
}
.recipes_detail .left_prepare {
    width: 220px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 30px;
}
.directions{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 650px;
    float: left;
}
.recipes_detail .part_2  h2{
    padding-bottom: 0;
    margin-bottom: 40px;
}
.recipes_detail .method.part_2{
    position: relative;
}
.recipes_detail .name .obj img {
    margin-top: -90px;
}
.recipes_detail .method .sub_tit {
    margin: 25px 0 40px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #bc9b6a;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
}
.recipes_detail .name .obj img.normal {
    margin-top: 0;
}

.part_1.name .obj_con h2 {
    margin-top: 45px;
}
.part_1.name .obj_con h2 span{
    margin-bottom: 40px;
    display: block;
}
.recipes_detail .obj_con .right_mix{
    margin-top: 35px;
}
.recipes_detail .toolbar .right,
.recipes_detail .toolbar{
    position: relative;
    right: auto;
    height: auto;
}
.recipes_detail .name.part_1 {
    padding-bottom: 50px;
}
html .recipes_detail .left_prepare ul li {
    line-height: 17px;
    padding-top: 0;
    padding-bottom: 25px;
    margin: 0;
}
.directions h3{
    margin-top:0;
}
.recipes_detail .part_2 h2{
    line-height: 18px;
}
#header nav > ul ~ .select-cnt ~ .select-cnt{
    display: none!important;
}