html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong {
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: 600;
}

em {
    font-style: italic;
}

:focus {
    outline: 0;
}

.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
	background-color: #fff;
    font-family: 'PT Sans', Arial, sans-serif;
    /*font-family: 'PT Sans', Arial, sans-serif;*/
	color: #000000;
}

h1 {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 2.625em;
	font-weight: 600;
	color: #000;
	margin: 0 0 40px;
    text-align: center;
}
h2 {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 2.625em;
    font-weight: 600;
    line-height: 1.23;
    margin-bottom: 40px;
    text-align: center;
}
h3 {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 30px;
}
h1 span,
h2 span {
    color: #fdb813;
}
a {
    color: #ff8562;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.centerBlock {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.btn {
    display: inline-flex;
    align-items: center;
    height: 45px;
    font-size: .875em;
    font-family: 'PT Sans', Arial, sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    border: 0 none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn1 {
    color: #000000;
    border: 1px solid #000000;
}
.btn2 {
    color: #ffffff;
    background-color: #1e3c00;
}
.btn3 {
    height: 60px;
    padding-left: 60px;
    padding-right: 60px;
    color: #ffffff;
    background-color: #1e3c00;
}

/*шапка*/
.nav .centerBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.nav .menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
    width: 50%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav .menu li {
    padding-left: 17px;
    padding-right: 17px;
    margin: 0;
    white-space: nowrap;
    list-style: none;
}
.nav .menu li a {
    color: #616161;
    font-weight: 600;
    text-decoration: none;
}
.nav .menu li a:hover,
.nav .menu li a:focus,
.nav .menu li a:active {
    color: #414141;
}
.nav .menu li.current a {
    opacity: .7;
}
.nav .menu.left_menu {
    justify-content: flex-start;
    padding-right: 95px;
    padding-left: 20px;
}
.nav .menu.left_menu li:first-child {
    padding-left: 0;
}
.nav .menu.right_menu {
    justify-content: flex-end;
    padding-left: 95px;
    padding-right: 20px;
}
.nav .menu.right_menu li:first-child {
    padding-left: 0;
}
.custom_logo {
    max-width: 90px;
    padding-top: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: table;
    height: inherit;
    z-index: 100;
}

/*каталог на главной и категория каталога*/
.mod_main_catalog {
    padding-top: 75px;
    padding-bottom: 30px;
}
.mod_subtitle {
    text-align: center;
    max-width: 560px;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 auto 90px;
}
.catalog_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.catalog_items::after {
    content: '';
    width: 29%;
    max-width: 360px;
    margin: 0 20px;
}
.catalog_item {
    width: 29%;
    max-width: 360px;
    margin: 0 1% 50px;
    color: #000000;
    text-decoration: none;
}
.catalog_item_title {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 1.625em;
    font-weight: 600;
}
.catalog_item_title a {
    color: #000000;
    text-decoration: none;
}
.catalog_item_details {
    margin-top: 60px;
}
.catalog_category_items {
    padding: 135px 0;
    align-items: stretch;
}
.catalog_category_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 90px;
}
.catalog_category_item .catalog_item_title {
    font-size: 1.25em;
    margin-bottom: 8px;
}
.catalog_item_intro {
    font-size: .875em;
    line-height: 1.55;
    margin-bottom: 19px;
}
.catalog_item_intro ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.catalog_category_item .catalog_item_details {
    display: inline-flex;
    margin-top: auto;
}
.catalog_item_image {
    position: relative;
}
.new_ico {
    font-weight: 400;
    font-size: .75em;
    font-style: normal;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    color: #ffffff;
    background-color: #ff4a4a;
    box-sizing: border-box;
    padding: 0 10px;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}
.catalog_anim_image {
    display: none;
}

/*статья каталога*/
.popup_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 105px;
}
.popup_col {
    width: 50%;
    max-width: 560px;
    flex-grow: 0;
    margin: 0 20px;
}
.popup_col h1 {
    text-align: left;
    font-size: 1.5em;
    margin-bottom: 20px;
}
.popup_text {
    font-size: .875em;
    line-height: 1.55;
}
.popup_text p {
    padding-bottom: 20px;
}

/*параллакс эффект для фона*/
.mod_parallax {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.mod_parallax_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 2;
}

/*модуль Почему мы*/
.mod_why_text {
    padding-top: 105px;
    padding-bottom: 30px;
}
.mod_why_text h2 {
    color: rgb(88, 89, 91);
    font-size: 3.250em;
    text-align: center;
    margin-bottom: 30px;
}
.mod_why_icons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mod_why_icons p {
    width: 100%;
    max-width: 360px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 115px;
}
.mod_why_icons p:nth-child(n+3) {
    margin-bottom: 25px;
}
.mod_why_icons p strong {
    color: rgb(88, 89, 91);
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.17;
    margin-top: 37px;
}

/*модуль Наши партнеры*/
.mod_partners_text {
    padding-top: 150px;
    padding-bottom: 150px;
}
.mod_partners_icons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mod_partners_icons p {
    padding: 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 0;
}

/*ссылка на инстаграм*/
.mod_instagram_text {
    padding-top: 90px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*модуль новостей*/
.main_news {
    padding-top: 135px;
    padding-bottom: 70px;
    background-color: #f2f2f2;
}
.mod_news_item {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 90px;
}
.mod_news_item_link {
    color: #000000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.mod_news_image {
    display: block !important;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mod_news_title {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mod_news_date,
.mod_news_intro {
    font-size: 1.125em;
    line-height: 1.55;
}
.mod_news_item .btn2 {
    margin-top: 20px;
}

/*страница О компании*/
.content h1 {
    padding-top: 40px;
}
.about_content {
    max-width: 760px;
    margin: 0 auto 120px;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.55;
}
.about_content ul {
    margin-bottom: 20px;
    margin-left: 20px;
}
.bg_grey {
    background-color: #ebebeb;
    padding-bottom: 45px;
    padding-top: 1px;
}
.avVideo {
    margin-bottom: 40px;
}
.about_bottom {
    line-height: 1.55;
    padding: 45px 0 0;
}
.about_bottom_row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
}
.about_bottom_row.center {
    justify-content: center;
    margin-top: 120px;
    margin-bottom: 0;
}
.about_bottom_col {
    width: 100%;
    margin: 0 20px;
}
.about_bottom_col.col1 {
    max-width: 260px;
    font-size: 1.5em;
    font-weight: 600;
}
.about_bottom_col.col2 {
    max-width: 560px;
    font-size: 1.25em;
    font-weight: 300;
}
.custom_contactus {
    max-width: 560px;
    margin: 120px auto 0;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
}

.mod_steps_list li {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-bottom: 30px;
}
.mod_steps_list li::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 5px;
}
.mod_steps_list li.last::before {
    display: none;
}
.step_col {
    width: 50%;
    padding-left: 56px;
}
.step_col:first-child {
    padding-left: 0;
    padding-right: 56px;
    text-align: right;
}
.step_col p {
    font-size: .936em;
    font-weight: 300;
    line-height: 1.55;
    margin-bottom: 6px;
    margin-top: 10px;
}
.step_col p strong {
    font-size: 1.467em;
}
.step_number {
    font-size: 1.25em;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
    width: 46px;
    height: 46px;
    margin: 0 auto;
    background-color: #222;
    border-radius: 100%;
    border: 2px solid #fff;
    position: absolute;
    right: auto;
    left: auto;
    top: 5px;
}

/*страница Где купить*/
.buy_text {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 120px;
}
.buy_text.last {
    padding-top: 150px;
    margin-bottom: 150px;
}
.buy_text.last h2 {
    margin-bottom: 90px;
}
.buy_text li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 65px;
}
.buy_text li p {
    font-size: 1.125em;
    font-weight: 700;
    margin: 20px 0;
}
.partner_image {
    width: 220px;
    flex-shrink: 0;
    margin-right: 80px;
}
.partner_text h4 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
}
.partner_text a {
    color: #ff8562;
    text-decoration: none;
}

/*рецепты*/
.category_header {
    padding-top: 135px;
}
.category_header h1 {
    padding-top: 0;
}
.category_header .article_text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.parent_name {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 22px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.5px;
}
.recipes_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 90px;
}
.recipe_item {
    width: 31%;
    max-width: 360px;
    display: flex;
}
.recipe_item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-top: 40px;
    color: #000000;
}
.recipe_image {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all ease-in-out 0.2s;
}
.recipe_item a:hover .recipe_image {
    opacity: .8;
}
.recipe_heading {
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.recipes_count {
    font-size: .75em;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 8px;
}
.recipe_heading strong {
    font-size: 1.5em;
    font-weight: 600;
    color: #222222;
}

.recipe_item_image {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*статьи*/
.articles_items {
    display: flex;
    flex-direction: column;
    margin: 120px 0;
    border-bottom: 1px solid #eee;
}
.article_item a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
}
.article_item a:hover {
    background-color: #fafafa;
}
.article_image_wrap {
    width: 50%;
    flex-grow: 0;
    display: flex;
}
.article_image {
    width: 100%;
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.article_descr {
    width: 50%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 30px 40px;
}
.article_descr strong {
    font-size: 2.25em;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.article_descr em {
    font-size: 1.125em;
    font-weight: 300;
    font-style: normal;
    color: #4b4b4b;
}
.article_intro {
    text-align: center;
}
.article_text_wrapper {
    padding-top: 120px;
    padding-bottom: 75px;
}
.article_fulltext {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
.article_item_image {
    float: right;
    margin: 0;
    padding: 6px 0 20px 30px;
    width: 100%;
    max-width: 460px;
}
.image_caption {
    font-size: .813em;
    color: #4d4d4d;
    padding-top: 10px;
}
.article_text {
    font-size: 1.25em;
    line-height: 1.55;
}

/*контакты*/
.contacts_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 150px 0;
}
.contacts_text {
    width: 100%;
    max-width: 460px;
    margin: 0 20px;
}
.contacts_text h1 {
    font-size: 1.75em;
    text-align: left;
    padding-top: 0;
    margin-bottom: 30px;
}
.contacts_text p {
    font-size: 1.25em;
    line-height: 1.55;
}
.contacts_map {
    width: 100%;
    max-width: 660px;
    margin: 0 20px;
}
.contacts_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contacts_form {
    width: 100%;
    max-width: 760px;
    padding-bottom: 105px;
}
.form_field {
    margin-bottom: 25px;
    position: relative;
}
.form_field label {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form_field span {
    font-size: 1.25em;
    line-height: 1.55;
    margin-bottom: 5px;
}
.form_field input {
    color: #000000;
    border: 1px solid #000000;
    margin: 0;
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 1em;
    height: 60px;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.form_field textarea {
    color: #000000;
    border: 1px solid #000000;
    margin: 0;
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 1em;
    height: 110px;
    padding: 17px 20px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    resize: vertical;
}
.form_field input.error_field,
.form_field textarea.error_field {
    border-color: #F95D51;
}
.form_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.form_btn p {
    margin-top: 30px;
    text-align: center;
    font-size: .938em;
    line-height: 1.55;
}
.form_btn p.success_btn {
    margin-top: 0;
    cursor: inherit;
}

.popup_required_field {
    padding: 3px 7px;
    position: absolute;
    right: 0;
    top: 7px;
    background-color: #F95D51;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: .75em;
    font-style: normal;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.popup_required_field::before {
    content: '';
    position: absolute;
    left: 46%;
    bottom: -10px;
    border: 5px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 5px;
    border-top: 5px solid #F95D51;
}

/*новости*/
.news_item_images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.news_image {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
    cursor: pointer;
}
.news_image_small {
    width: 33%;
}
.news_image_large {
    width: 66%;
}
.news_image_full {
    width: 100%;
}
.news_text_wrapper {
    padding-top: 40px;
    padding-bottom: 75px;
}

/*пагинация*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}
.pagination li {
    list-style: none;
    position: relative;
    color: #000000;
    padding-right: 10px;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.pagination li::after {
    content: '→';
    font-weight: 300;
    color: #858585;
    padding-left: 10px;
}
.pagination li:last-child::after {
    display: none;
}
.pagination li a {
    color: #000000;
    text-decoration: none;
}
.pagination li a:hover {
    opacity: .6;
}

/*футер*/
.footer {
    padding-top: 60px;
    padding-bottom: 75px;
    background-color: #1e3c00;
    text-align: center;
}
.footer_menu {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.footer_menu .menu {
    display: flex;
    justify-content: center;
}
.footer_menu .menu li {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}
.footer_menu .menu li a {
    color: #ffffff;
    font-size: .875em;
    font-weight: 600;
    text-decoration: none;
}
.footer_copyright {
    color: #ffffff;
    font-size: .875em;
    opacity: .7;
}
.footer_copyright img {
    margin-bottom: 40px;
}

/*всплывающее окно*/
.popup_showed {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}
.popup_window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #ffffff;
    z-index: 999;
}
.close_btn {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background-image: url(../images/popup_close.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    text-indent: -9999px;
    z-index: 100;
}
.close_btn:hover {
    opacity: .6;
}
.popup_back {
    font-size: .875em;
    line-height: 1.55;
    cursor: pointer;
    opacity: .8;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 9;
}
.popup_back::before {
    content: "←\a0";
    font-family: Arial,Helvetica,sans-serif;
}

.fancybox-bg {
    background-color: #fff !important;
    opacity: 1 !important;
}