header.pages {
    padding: 20px 0;
}

header.pages .navBurger {
    background: #000;
    border-top: 11px solid #fff;
    border-bottom: 11px solid #fff
}

header.pages .navBurger:before, header.pages .navBurger:after {
    background-color: #000
}

header.pages .btn {
    color: #fff;
}

header.pages a {
    color: #fff;
}

body h1.pages {
    font-family: 'Merriweather-Bold';
    font-size: 39px;
    color: #000
}

body h1.pages:before {
    display: none
}

body h2.pages, body h3.pages {
    font-family: 'Merriweather-Bold';
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 25px
}

.filter.pages {
    padding: 20px 0
}

.container.flex.pages {
    padding-bottom: 20px;
    border-bottom: 1px solid #b9b9b9
}

.single_product .holder_wrap {
    width: 66%
}

.single_product sidebar {
    width: 31%;
    box-sizing: border-box
}

.catalog {
    background: url("/img/bg-min.png") center repeat-y
}

.catalog .back .component {
    justify-content: space-around;
    max-height: 30px
}

.comments {
    padding-top: 30px
}

.comments li {
    width: 59%;
    padding-bottom: 25px
}

.comments li div.autor img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 30px;
}

.comments li > p {
    padding: 10px 0 20px 0;
    line-height: 1.5;
    font-size: 17px
}

.comments li .date {
    font-size: 12px;
    display: block;
    font-family: "GothaProLig"
}

.comments li a.answer {
    text-transform: uppercase;
    font-family: 'GothaProBol';
    color: #000;
    font-style: italic
}

.comments li .child li {
    width: 100%;
    padding-left: 100px
}

.comments li .child li:nth-child(2n) {
    padding-left: 200px
}

.comments .flex {
    justify-content: flex-start;
    align-items: center
}

.comments .name {
    font-size: 13px;
    font-family: 'GothaProBol';
    padding-left: 20px
}

.all_comments {
    background: transparent;
    color: #ba936d;
    border: 1px solid #ba936d;
    font-family: "GothaProLig"
}

.all_comments:hover {
    background: #ba936d;
    border: 1px solid transparent;
    color: #fff
}

.form_comments {
    width: 74%;
    padding: 25px 0
}

.form_comments textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px 70px 20px;
    display: block;
    font-size: 17px;
    font-family: "GothaProLig";
    border-radius: 5px
}

.catalog.related_post .tab_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.detail_product ul {
    display: flex;
    align-items: center;
    padding: 20px 0
}

.detail_product ul li {
    font-family: 'Merriweather-BoldItalic';
    font-size: 12px
}
.detail_product ul li.cook {
    padding-left: 20px;
}

.detail_product ul li:nth-child(2n) {
    border-right: 1px solid #b9b9b9
}

.detail_product ul li:nth-child(3n) {
    padding-left: 20px
}

.detail_product ul li:nth-child(3n) .fa {
    color: #af212b
}

.detail_product ul li:last-child {
    border-right: 0;
}

.product_list .img_box {
    padding-bottom: 25px
}

.product_list .img_box img.big {
    width: 100%;
    height: auto;
    object-fit: cover
}

.product_list .description {
    padding: 10px 0 10px 34px;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.5
}

.product_list .description:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 100%;
    min-height: 100px;
    background-color: #af967d;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.product_list .ingredients {
    padding-bottom: 10px
}

.product_list .ingredients li {
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: space-between
}

.product_list .ingredients li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    height: 1px;
    background-color: #000
}

.product_list .ingredients li span {
    background: #fff;
    padding: 5px;
    position: relative;
    z-index: 11
}

.product_list .instruction li {
    padding-top: 20px;
    margin-bottom: 40px;
    border-radius: 23px;
    box-shadow: 2px 1px 20px 3px rgba(0, 0, 0, 0.15);
}

.product_list .instruction li .top_text p {
    line-height: 1.5;
    padding: 10px 28px 0 20px;
    font-size: 17px
}

.product_list .instruction li .title {
    padding-left: 20px;
    border-bottom: 1px solid #b9b9b9
}

.product_list .instruction li .title h2 {
    text-transform: none
}

.product_list .instruction li .title span.pages 
{
    font-family: 'Merriweather-Bold';
    font-size: 18px;
    padding-bottom: 25px;
    display: block;
}

.product_list .instruction li .img {
    margin-top: 35px
}

.product_list .instruction li .img img {
    width: 100%;
    min-height: 305px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: -3px
}

sidebar .author_recipe {
    padding: 20px 20px 20px 35px;
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 40px
}

sidebar .author_recipe .flex {
    justify-content: flex-start
}

sidebar .author_recipe .name {
    font-size: 13px;
    font-weight: 700;
    padding-left: 10px
}

sidebar .author_recipe .recipe {
    padding: 30px 0
}

sidebar .author_recipe .recipe li {
    padding: 10px 0;
    justify-content: flex-start;
    position: relative
}

sidebar .author_recipe .recipe li .img {
    width: 31%;
    padding-right: 10px;
    box-sizing: border-box
}

sidebar .author_recipe .recipe li .img img {
    width: 100%;
    height: auto;
    object-fit: cover
}

sidebar .author_recipe .recipe li .text {
    width: 62%;
    margin-left: 10px
}

sidebar .author_recipe .recipe li .text h4.pages {
    font-family: 'Merriweather-Bold';
    font-size: 13px;
    color: #000
}

sidebar .author_recipe .recipe li .text .like {
    position: absolute;
    bottom: 0
}

sidebar .author_recipe .recipe li .text .like ul {
    display: flex;
    justify-content: flex-start
}

sidebar .author_recipe .recipe li .text .like li {
    color: #9e9e9e;
    padding-right: 10px
}

sidebar .author_recipe .recipe li .text .like li .fa {
    padding-right: 5px
}

sidebar .author_recipe .all_recipe {
    color: #af967d;
    font-size: 15px;
    text-decoration: underline;
    font-style: italic;
    display: inline-block;
    padding: 10px 0;
    font-weight: 700
}

sidebar h3.pages {
    text-align: center;
    text-transform: none;
    padding-bottom: 25px
}

sidebar .catalog_min {
    padding: 20px 5px 20px 5px;
    border: 1px solid #b9b9b9;
    margin-bottom: 37px
}

sidebar .catalog_min ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px
}

sidebar .catalog_min ul li {
    padding: 5px;
    font-size: 10px;
    cursor: pointer;
    transition: .5s;
    margin: 10px 5px 10px 0;
    font-family: 'Merriweather-LightItalic';
    border-radius: 5px;
    border: 1px solid #b9b9b9
}

sidebar .catalog_min ul li:hover {
    background: #af967d
}

sidebar .catalog_min ul li:hover a {
    color: #fff
}

sidebar .catalog_min a {
    font-size: 10px;
    color: #1a1a1a
}

sidebar .tags, sidebar .taste {
    margin: 20px 0;
    padding: 20px 10px 20px 30px;
    border: 1px solid #b9b9b9;
    margin-bottom: 37px
}

sidebar .tags li, sidebar .taste li {
    padding: 7px 0 7px 27px;
    position: relative
}

sidebar .tags li:before, sidebar .taste li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background: url("/img/check_icon.png") left no-repeat;
    width: 17px;
    height: 17px
}

sidebar .tags li a, sidebar .taste li a {
    color: #1a1a1a
}

.filter form .flex .top {
    width: 96%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: auto
}

.filter form .flex .top .chosen-container-multi ul.chosen-choices li.IngredientItem {
    background: #c1de97 !important;
    color: #1a1a1a;
    font-size: 14px
}

.filter form .flex .top .chosen-container-multi .chosen-choices li.search-choice {
    padding: 10px 20px 10px 20px;
    border: 1px solid #f2a299;
    max-width: 100%;
    border-radius: 3px;
    background: #f16f5f !important;
    background-clip: padding-box;
    box-shadow: none;
    color: #fff;
    line-height: 15px;
    cursor: default
}

.filter form .flex .top .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/img/delete-sign.png) center no-repeat !important;
    background-size: contain
}

.filter form .flex .top .IngredientContainer {
    position: relative;
    font-family: "Merriweather-Italic";
    display: block;
}

.filter form .flex .top .IngredientContainer:before {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 50%;
    background: url(/img/filter_icon.png) center no-repeat;
    width: 29px;
    height: 24px;
    z-index: 1;
    transform: translateY(-50%)
}

.filter form .flex .top .search-field input {
    font-family: "Merriweather-Italic"
}

.filter form .flex .top .chosen-container {
    width: 720px !important;
    font-size: 16px;
    font-family: "Merriweather-Italic"
}

select{
    width: 720px !important;
}
.filter form .flex .top .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.filter form .flex .top .search-choice.CatalogItem {
    text-transform: uppercase;
    padding: 10px 20px
}

.links_box {
    padding: 10px;
    width: 87%;
    box-sizing: border-box;
    margin-bottom: 10px
}

.links_box li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0
}

.links_box li a {
    font-family: 'Merriweather-Bold';
    color: #af967d
}

.catalog .flip-container.news .front img.new:hover .catalog .flip-container.news .flipper.new {
    transform: rotateY(180deg) !important
}

.catalog .catalog_title {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.catalog .catalog_title .radio_box {
    position: absolute;
    top: -30px;
    right: -55px;
    width: 50px
}
#no-data{
    position: relative;
    border-top: 2px solid #9e9e9e;
    padding: 10px 0;
}
#no-data h3{
    text-align: center;
    color: #9e9e9e;
    font-size: 17px;
    box-sizing: border-box;
    margin: auto;
    background: #fff;
    padding: 0 20px;
    position: relative;
    top: -21px;
    display: inline-block;
}
#no-data h3:before{
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    background-color: #9e9e9e;
    width: 5px;
    height: 2px;
}
#no-data h3:after{
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    background-color: #9e9e9e;
    width: 5px;
    height: 2px;
}
.news .border_top {
    padding-top: 30px;
    background: url(/img/cabinet/cab_bg.png) top center no-repeat;
}
@media screen and (max-width: 500px) {
    .catalog .flip-container .back p:before, .catalog .flip-container .front .descr:before {
        top: auto;
        bottom: 0;
        left: 0;
        height: 50%;
        background: rgba(255, 255, 255, 0.5);
        width: 100%
    }
    #no-data h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .catalog .flip-container .back p:before, .catalog .flip-container .front .descr:before {
        height: 40%
    }
}


/*Recipe_wrapper*/
.recipe_wrapper h1 {
    font-family: 'Merriweather-Bold';
    color: #000;
    font-size: 39px;
    margin: 30px 0 40px;
    padding-bottom: 0
}

.recipe_wrapper h1:before {
    display: none
}

.recipe_wrapper select:required:invalid {
    color: gray
}

.recipe_wrapper option[value=""][disabled] {
    display: none
}

.recipe_wrapper option {
    color: black
}

.recipe_wrapper form ::-webkit-input-placeholder {
    color: #959595;
    opacity: 1 !important
}

.recipe_wrapper form ::-moz-placeholder {
    color: #959595;
    opacity: 1 !important
}

.recipe_wrapper form :-moz-placeholder {
    color: #959595;
    opacity: 1 !important
}

.recipe_wrapper form :-ms-input-placeholder {
    color: #959595;
    opacity: 1 !important
}

.recipe_wrapper .form_section {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #9e9e9e
}

@media (max-width: 767px) {
    .recipe_wrapper .form_section {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.recipe_wrapper .form_section input, .recipe_wrapper .form_section select {
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.recipe_wrapper .form_section .red {
    color: #a30000
}

.recipe_wrapper .form_section .filter {
    margin-top: 30px;
    padding: 0;
    text-align: center;
    border-top: 1px solid #9e9e9e
}

.recipe_wrapper .form_section .filter .title {
    background: #fff;
    width: auto;
    display: inline-block
}

.recipe_wrapper .form_section .filter .title h3 {
    padding-left: 30px;
    padding-right: 30px
}

.recipe_wrapper .form_section .filter.no_lines .title h3 {
    padding-left: 0
}

.recipe_wrapper .form_section .filter.no_lines .title h3:before {
    display: none
}

.recipe_wrapper .form_section .filter.no_lines .title h3:after {
    display: none
}

.recipe_wrapper .form_section .form_title {
    font-size: 18px;
    line-height: 60px;
    font-family: 'Merriweather-Bold'
}

.recipe_wrapper .form_section .form_title + p {
    font-family: 'GothaProLig';
    line-height: 20px;
    padding: 10px 0
}

.recipe_wrapper .form_section .base_line {
    margin-top: 40px;
    overflow: hidden
}

.recipe_wrapper .form_section .base_line .line_title {
    float: left;
    width: 200px;
    line-height: 41px
}

.recipe_wrapper .form_section .base_line input, .recipe_wrapper .form_section .base_line select {
    line-height: 40px;
    height: 41px;
    width: 100%;
    max-width: 570px;
    display: block;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #31373b
}

.recipe_wrapper .form_section .base_line input:focus, .recipe_wrapper .form_section .base_line select:focus {
    color: #000 !important
}

.recipe_wrapper .form_section .base_line select {
    background: #fff url("../img/select_arrow.png") right center no-repeat
}

@media (max-width: 767px) {
    .recipe_wrapper .form_section .base_line {
        margin-top: 10px
    }
}

.recipe_wrapper .form_section .padded_cont {
    position: relative;
    padding: 0 200px
}

.recipe_wrapper .form_section .padded_cont .line_title {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 41px;
    width: 200px
}

.recipe_wrapper .form_section .padded_cont .line_subtitle {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    width: 200px;
    text-align: right;
    font-size: 13px
}

.recipe_wrapper .form_section .padded_cont .line {
    margin-top: 10px;
    position: relative
}

.recipe_wrapper .form_section .padded_cont .line:first-child .remove_line {
    display: none
}

.recipe_wrapper .form_section .padded_cont .line .remove_line {
    position: absolute;
    right: -40px;
    width: 15px;
    height: 20px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.recipe_wrapper .form_section .padded_cont .line .remove_line:before, .recipe_wrapper .form_section .padded_cont .line .remove_line:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 2px;
    width: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #696969;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.recipe_wrapper .form_section .padded_cont .line .remove_line:before:hover, .recipe_wrapper .form_section .padded_cont .line .remove_line:after:hover {
    background-color: #000
}

.recipe_wrapper .form_section .padded_cont .line .remove_line:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.recipe_wrapper .form_section .padded_cont .line .remove_line:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.recipe_wrapper .form_section .padded_cont input {
    line-height: 40px;
    height: 41px;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #31373b
}

.recipe_wrapper .form_section .padded_cont input:focus {
    color: #000 !important
}

.recipe_wrapper .form_section .padded_cont .ing1 {
    max-width: 370px;
    width: 100%
}

.recipe_wrapper .form_section .padded_cont .ing2, .recipe_wrapper .form_section .padded_cont .ing3 {
    max-width: 70px;
    width: 100%;
    margin-left: 21px
}

.recipe_wrapper .form_section .additional_list, .recipe_wrapper .form_section .recipe_step {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .recipe_wrapper .form_section .additional_list, .recipe_wrapper .form_section .recipe_step {
        margin-bottom: 25px
    }
}

.recipe_wrapper .form_section .additional_list h3, .recipe_wrapper .form_section .recipe_step h3 {
    position: relative
}

.recipe_wrapper .form_section .additional_list h3 .remove_list, .recipe_wrapper .form_section .recipe_step h3 .remove_list {
    position: absolute;
    right: 0;
    width: 15px;
    height: 20px;
    cursor: pointer;
    top: 3px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.recipe_wrapper .form_section .additional_list h3 .remove_list:before, .recipe_wrapper .form_section .recipe_step h3 .remove_list:before, .recipe_wrapper .form_section .additional_list h3 .remove_list:after, .recipe_wrapper .form_section .recipe_step h3 .remove_list:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 2px;
    width: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #696969;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.recipe_wrapper .form_section .additional_list h3 .remove_list:before:hover, .recipe_wrapper .form_section .recipe_step h3 .remove_list:before:hover, .recipe_wrapper .form_section .additional_list h3 .remove_list:after:hover, .recipe_wrapper .form_section .recipe_step h3 .remove_list:after:hover {
    background-color: #000
}

.recipe_wrapper .form_section .additional_list h3 .remove_list:before, .recipe_wrapper .form_section .recipe_step h3 .remove_list:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.recipe_wrapper .form_section .additional_list h3 .remove_list:after, .recipe_wrapper .form_section .recipe_step h3 .remove_list:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.recipe_wrapper .form_section .add_container {
    margin: 50px 0 0
}

@media (max-width: 767px) {
    .recipe_wrapper .form_section .add_container {
        margin: 25px 0 0
    }
}

.recipe_wrapper .add_control {
    text-align: center;
    border-top: 1px solid #9e9e9e
}

.recipe_wrapper .add_control .add_line, .recipe_wrapper .add_control .add_rec {
    background: #fff;
    top: -12px;
    font-size: 17px;
    color: #76a7d4;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.recipe_wrapper .add_control span {
    display: block;
    color: #2a2a2a;
    font-size: 13px;
    margin-top: 10px
}

.recipe_wrapper .recipe_cont {
    counter-reset: section
}

.recipe_wrapper .recipe_cont .counter:before {
    counter-increment: section;
    content: counter(section);
    display: inline-block
}

.recipe_header {
    padding-bottom: 35px !important;
    border-bottom: 1px solid #b9b9b9
}

.form_section.no_border {
    border-bottom: none !important
}

.button_holder {
    padding-top: 40px;
    padding-bottom: 90px;
    border-bottom: 1px solid #b9b9b9;
    text-align: center
}

.button_holder .usual_btn {
    background: transparent;
    display: inline-block;
    text-align: center;
    font-family: 'GothaProReg';
    font-size: 17px;
    border: 0;
    padding: 11px 40px;
    transition: 1s;
    cursor: pointer;
    color: #76a7d4;
    margin: 25px 0
}

.button_holder .usual_btn:hover {
    color: #3675ae
}


@media (max-width: 999px) {
    .recipe_wrapper .form_section .base_line {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto
    }

    .recipe_wrapper .form_section .base_line .line_title {
        float: none;
        display: block
    }

    .recipe_wrapper .form_section .ing_form {
        padding-top: 70px
    }

    .recipe_wrapper .form_section .line {
        overflow: hidden
    }

    .recipe_wrapper .form_section .padded_cont {
        padding-right: 0;
        padding-left: 0;
        max-width: 570px;
        margin-left: auto;
        margin-right: auto
    }

    .recipe_wrapper .form_section .padded_cont .line_title {
        left: 0;
        top: 20px;
        display: block
    }

    .recipe_wrapper .form_section .padded_cont .line_subtitle {
        display: none
    }

    .recipe_wrapper .form_section .padded_cont .ing1 {
        float: left;
        max-width: 40%;
        width: 100%
    }

    .recipe_wrapper .form_section .padded_cont .ing2, .recipe_wrapper .form_section .padded_cont .ing3 {
        float: left;
        max-width: 14%;
        width: 100%;
        margin-left: 5%
    }

    .button_holder {
        padding-top: 20px;
        padding-bottom: 40px
    }
}

@media (max-width: 767px) {
    .recipe_wrapper .form_section {
        border-bottom: 0
    }

    .recipe_wrapper h1 {
        margin-bottom: 10px;
        margin-top: 15px;
        font-size: 35px
    }

    .button_holder .btn, .button_holder .usual_btn {
        margin-top: 10px;
        margin-bottom: 10px
    }
}
html,
body {
    height: 100%;
    overflow-x: hidden;
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
h3, h4{
    font-weight: normal;
}
main {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}

@media(max-width: 768px) {
  .ing2 {
    margin: 0;
    max-width: 140px;
  }
  .ing3 {
   margin: 0 0 0 10px;
    max-width: 140px;
  }
  .chosen-container {
     max-width: 300px;
      width: auto!important;
  }
}
