@charset "UTF-8";

/*
Theme Name: Fork
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.main-nav,
.nav-drop ul li,
.footer-nav ul,
.social-networks,
.footer-list,
.slick-slider .slick-dots,
.common-page ul,
.common-page ol,
.anchor-list,
.ss-inline-share-wrapper .ss-social-icons-container,
.social,
.breadcrumbs,
.news-post .info-list,
.intro-post .info-list,
.news-post .box-post-control ul:not(.social):not(.ss-social-icons-container),
.intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container),
.stars-rating-list,
.star-rate,
.section-ingredients ul:not(.social),
.tags ul,
.section-success-stories .col-form ul,
.join-block .benefits,
.data-list,
.search-holder .tags ul,
.post-links,
.post-grid,
.links-list,
.pagination,
.news-posts-holder .post .category-list,
.posts-sort ul,
.tool-section .tool-list,
.post-controls .btns-box,
.food-category,
.guide-foods ul,
.accordion,
.intro-shop .slick-dots,
.shop-product-page .post-tab-content ul.undotted,
.images-list,
.features-list,
.reviews-slider .slick-dots,
.recipe-hero .text-block ul:not([class]),
.course-block .list-holder ul,
.dr-list,
.benefits-list,
.info-frame ul,
.info-block ul,
.recipes-nav,
.started-hero .meta-list,
.banner-post-heading .meta-list,
.control-nav,
.started-content .content-holder ul,
.recipe-meal-planner-block .meta-list,
.photo-webinar-list,
.health-topics-page .news-post ul:not([class]),
.health-topics-list,
.frozen-hero .text-block .list,
.frozen-page_product-item .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.container:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  outline: none;
}

* {
  max-height: 1000000px;
}

body {
  color: #00243e;
  background: #fff;
  font: 18px/1.78 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  min-width: 375px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.36px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

video,
iframe,
object,
embed {
  max-width: 100%;
  display: block;
}

#__bs_notify__ {
  display: none;
}

.gm-style img {
  max-width: none;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

.resize-active #header * {
  transition: none !important;
}

h1,
.h1,
.shop-product-page .shop-filter h2.filter-heading,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 0.5em;
  color: #00243e;
  text-transform: uppercase;
  letter-spacing: 0.022em;
}

h1 a,
.h1 a,
.shop-product-page .shop-filter h2.filter-heading a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
  color: #00243e;
}

h1 a:hover,
.h1 a:hover,
.shop-product-page .shop-filter h2.filter-heading a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
  color: #02a58f;
}

h1 mark,
.h1 mark,
.shop-product-page .shop-filter h2.filter-heading mark,
h2 mark,
.h2 mark,
h3 mark,
.h3 mark,
h4 mark,
.h4 mark,
h5 mark,
.h5 mark,
h6 mark,
.h6 mark,
.h mark {
  color: #02a58f;
  background: none;
}

h1,
.h1,
.shop-product-page .shop-filter h2.filter-heading {
  font-size: 40px;
  line-height: 1.26;
  letter-spacing: -0.4px;
}

h1 a,
.h1 a,
.shop-product-page .shop-filter h2.filter-heading a {
  text-decoration: none;
}

h1 a:hover,
.h1 a:hover,
.shop-product-page .shop-filter h2.filter-heading a:hover {
  color: #02a58f;
}

h2,
.h2 {
  font-size: 27px;
  letter-spacing: -0.1px;
}

h2 a,
.h2 a {
  text-decoration: none;
}

h2 a:hover,
.h2 a:hover {
  color: #02a58f;
}

h3,
.h3 {
  font-size: 20px;
  letter-spacing: -0.07px;
}

h3 a,
.h3 a {
  text-decoration: none;
}

h3 a:hover,
.h3 a:hover {
  color: #02a58f;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

.banner .banner-wrap a {
  text-decoration: none;
}

.banner .banner-wrap a:hover {
  color: #02a58f;
}

a {
  text-decoration: none;
  color: #02a58f;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

a:hover {
  text-decoration: none;
  color: #03d7bb;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  color: rgba(0, 0, 0, 0.52);
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: block;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 15px 17px;
  font-size: 18px;
  line-height: 24px;
  height: 55px;
  width: 100%;
  margin: 0;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.52);
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.52);
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.52);
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.52);
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: rgba(0, 0, 0, 0.52);
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #00243e;
}

select {
  -webkit-border-radius: 0;
}

select .hideme {
  display: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 150px;
  min-height: 120px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  outline: none;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
  color: #02a58f;
}

@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon.ttf?7vpel4") format("truetype"), url("./fonts/icomoon.woff?7vpel4") format("woff"), url("./fonts/icomoon.svg?7vpel4") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
.main-nav > li > a:after,
.footer-nav .title-opener:before,
.course-block .list-holder ul li:before,
.menu-bar .recipes-title a:before,
.cookie-banner .container:before,
.frozen-hero .text-block .list li:before,
.frozen-page_product-item .info-list a:before,
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zoom:before {
  content: "\e935";
}

.icon-tick3:before,
.frozen-hero .text-block .list li:before {
  content: "\e934";
}

.icon-minus:before,
.main-nav > li.has-drop-down.hover > a:after,
.footer-nav.active .title-opener:before {
  content: "\e932";
}

.icon-plus:before,
.main-nav > li > a:after,
.footer-nav .title-opener:before,
.frozen-page_product-item .info-list a:before {
  content: "\e933";
}

.icon-clock:before {
  content: "\e931";
}

.icon-attention:before {
  content: "\e92e";
}

.icon-comments:before {
  content: "\e92f";
}

.icon-flag:before {
  content: "\e930";
}

.icon-arrow-top:before,
.menu-bar .recipes-title a:before {
  content: "\e92a";
}

.icon-arrow-left:before {
  content: "\e92b";
}

.icon-arrow-right2:before {
  content: "\e92c";
}

.icon-arrow-down:before,
.menu-bar.active .recipes-title a:before {
  content: "\e92d";
}

.icon-bookmark:before {
  content: "\e929";
}

.icon-shield:before,
.cookie-banner .container:before {
  content: "\e927";
}

.icon-close:before {
  content: "\e928";
}

.icon-arrow-right:before {
  content: "\e926";
}

.icon-tick2:before {
  content: "\e924";
}

.icon-square:before {
  content: "\e925";
}

.icon-added:before,
.menu-slider .link-add.active i:before {
  content: "\e921";
}

.icon-add:before {
  content: "\e922";
}

.icon-remove:before {
  content: "\e923";
}

.icon-down:before {
  content: "\e920";
}

.icon-tick:before,
.course-block .list-holder ul li:before {
  content: "\e91f";
}

.icon-phone_icon:before {
  content: "\e91f";
}

.icon-repeat:before {
  content: "\e91e";
}

.icon-facebook2:before {
  content: "\e91d";
}

.icon-stop:before {
  content: "\e91a";
}

.icon-warning:before {
  content: "\e91b";
}

.icon-star-even:before {
  content: "\e91c";
}

.icon-cooking:before {
  content: "\e910";
}

.icon-grid:before {
  content: "\e911";
}

.icon-planner:before {
  content: "\e912";
}

.icon-list:before {
  content: "\e913";
}

.icon-basket:before {
  content: "\e905";
}

.icon-download:before {
  content: "\e906";
}

.icon-email:before {
  content: "\e907";
}

.icon-play-fill:before {
  content: "\e908";
}

.icon-play:before {
  content: "\e909";
}

.icon-print:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

.icon-serving:before {
  content: "\e90c";
}

.icon-star:before {
  content: "\e90d";
}

.icon-time:before {
  content: "\e90e";
}

.icon-phone:before {
  content: "\e90f";
}

.icon-filter:before {
  content: "\e914";
}

.icon-pause:before {
  content: "\ea16";
}

.icon-ico1:before {
  content: "\e917";
}

.icon-ico2:before {
  content: "\e918";
}

.icon-ico3:before {
  content: "\e919";
}

.icon-book:before {
  content: "\e915";
}

.icon-phone-mod:before {
  content: "\e916";
}

.icon-instagram:before {
  content: "\e900";
}

.icon-youtube-play:before {
  content: "\e901";
}

.icon-pinterest-p:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-facebook-f:before {
  content: "\e904";
}

/**
 * @license
 * MyFonts Webfont Build ID 3768037, 2019-05-29T14:50:22-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Freehand575BTWXX-Regular by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/freehand-575/freehand-575/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3768037
 * 
 * © 2019 MyFonts Inc
*/

/**
 * @license
 * MyFonts Webfont Build ID 3899894, 2020-05-06T16:21:51-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: NeuzeitGro-Reg by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/neuzeit-grotesk/t-regular/
 * 
 * Webfont: NeuzeitGro-Bol by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/neuzeit-grotesk/t-bold/
 * 
 * 
 * Webfonts copyright: (URW)++,Copyright 2014 by (URW)++ Design &amp;amp; Development
 * 
 * © 2020 MyFonts Inc
*/

@font-face {
  font-family: 'Freehand575';
  src: url("./fonts/freehand575.woff2") format("woff2"), url("./fonts/freehand575.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'NeuzeitGro';
  src: url("./fonts/neuzeitgro-reg-webfont.woff2") format("woff2"), url("./fonts/neuzeitgro-reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeuzeitGro';
  src: url("./fonts/neuzeitgro-bol-webfont.woff2") format("woff2"), url("./fonts/neuzeitgro-bol-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Slick slider styles */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0 0 0;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

/* custom select styles */

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: none;
  background: #f2f2f2;
  margin: 0 0 12px;
  min-width: 97px;
  height: 54px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 54px;
  margin: 0 40px 0 8px;
  text-align: center;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 46px;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: transparent;
}

.jcf-select .jcf-select-opener:after {
  content: "";
  height: 6px;
  width: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -4px;
  transform: rotate(135deg);
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: 0;
  right: 0;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: none;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #f2f2f2;
  line-height: 21px;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 7px 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 25px 5px 9px;
  color: #000;
  height: 1%;
}

.jcf-list .jcf-option.jcf-option-hideme,
.jcf-list .jcf-option.jcf-option-opt-default {
  display: none;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(200px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveDown {
  0% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveDownImage {
  0% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(-13px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes moveLeft {
  0% {
    transform: translate3d(100%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes bgChange {
  100% {
    background: none;
    z-index: -1;
  }
}

@keyframes BF-bg {
  0% {
    background: #02a58f;
  }

  49% {
    background: #02a58f;
  }

  50% {
    background: #222;
  }

  99% {
    background: #222;
  }

  100% {
    background: #02a58f;
  }
}

@keyframes BF-bg-slide {
  100% {
    left: 100%;
  }
}

@keyframes BF-slide {
  100% {
    left: 15px;
    transform: translate(0, -50%);
  }
}

@keyframes BF-slide-mob {
  100% {
    left: 100%;
    transform: translate(0, -50%);
  }
}

@keyframes BF-color {
  0% {
    color: #222;
  }

  49% {
    color: #222;
  }

  50% {
    color: #02a58f;
  }

  99% {
    color: #02a58f;
  }

  100% {
    color: #fff;
  }
}

body.fancy-zoom-active,
body.nav-active {
  overflow: hidden;
}

[id="header"] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.header-holder {
  background: #00243e;
  padding: 5px 0;
}

.header-holder .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-holder .container:after {
  display: none;
}

.header-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.login-frame {
  color: #02a58f;
  text-transform: uppercase;
  font: 700 14px/1.3 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.05px;
  padding-top: 2px;
  text-align: right;
}

.login-frame a:hover {
  color: #02cdb2;
}

.cart-block {
  padding-left: 40px;
}

.cart-block a {
  color: #fff;
  display: block;
  position: relative;
  font-size: 23px;
  line-height: 1;
}

.cart-block a:hover {
  color: #02a58f;
}

.cart-block .count {
  position: absolute;
  top: -0.6em;
  right: -0.6em;
  font: 700 9px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 13px;
  height: 13px;
  padding: 1px;
  border-radius: 50%;
  background-color: #fff;
  color: #00243e;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-frame {
  background: #f2f2f2;
  position: relative;
}

.header-frame > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-frame > .container:after {
  display: none;
}

.main-nav {
  font: 700 14px/1.3 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  display: -ms-flexbox;
  display: flex;
}

.main-nav li {
  margin-left: 5.6%;
}

.main-nav li.hover .nav-drop {
  opacity: 1;
  visibility: visible;
}

.main-nav li:first-child {
  margin-left: 0;
}

.main-nav a {
  color: #00243e;
}

.main-nav a:hover {
  color: #02a58f;
}

.main-nav > li.active > a {
  color: #02a58f;
}

.main-nav > li.active > a:before {
  opacity: 1;
  visibility: visible;
}

.main-nav > li.hover > a {
  color: #02a58f;
}

.main-nav > li.hover > a:before {
  opacity: 1;
  visibility: visible;
}

.main-nav > li > a {
  display: block;
  position: relative;
  padding: 22px 0 20px;
  white-space: nowrap;
}

.main-nav > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #02a58f;
  width: 30px;
  height: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.main-nav > li > a:after {
  color: #02a58f;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.main-nav > li > a:hover:before {
  opacity: 1;
  visibility: visible;
}

.nav-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  padding: 41px 0 19px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.nav-drop .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-drop .nav-drop-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-drop ul {
  padding: 0 44px 0 0;
  width: 214px;
  text-transform: none;
  letter-spacing: 0.5px;
}

.nav-drop ul li {
  padding: 0;
  margin: 0 0 20px;
}

.nav-drop ul li:before {
  display: none;
}

.nav-drop .drop-block {
  width: 194px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  overflow: hidden;
  font: 700 15px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav-drop .drop-block .image-block {
  position: relative;
  z-index: 1;
}

.nav-drop .drop-block .decor {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}

.nav-drop .drop-block .decor .st0 {
  fill: #fff;
}

.nav-drop .drop-block .description {
  position: relative;
  z-index: 2;
}

.nav-drop .drop-block .title {
  display: block;
  margin-bottom: 11px;
}

.nav-drop .drop-block .link {
  font-size: 13px;
  letter-spacing: 0.97px;
  color: #02a58f;
}

.nav-drop .drop-block .link:hover {
  color: #02cdb2;
}

.nav-drop .drop-block.drop-recipe-app {
  background: #ceeb9f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 12px 0 15px;
}

.nav-drop .drop-block.drop-recipe-app .image-block {
  margin-right: 15px;
}

.nav-drop .drop-block.drop-recipe-app .decor {
  transform: scale(-1, 1) rotate(-66deg);
  bottom: -27px;
  right: -14px;
}

.nav-drop .drop-block.drop-recipe-app .description {
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 22px;
}

.nav-drop .drop-block.drop-meal-planner {
  background: #fdf7ba;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: center;
  padding: 12px 15px 0;
}

.nav-drop .drop-block.drop-meal-planner .image-block {
  margin: -4px 0 0 -20px;
}

.nav-drop .drop-block.drop-meal-planner .decor {
  opacity: 0.7;
}

.nav-drop .drop-block.drop-meal-planner .decor.left {
  bottom: 16px;
  left: 9px;
  transform: rotate(-65deg);
}

.nav-drop .drop-block.drop-meal-planner .decor.right {
  bottom: 16px;
  right: -13px;
  transform: scale(-1, 1) rotate(-66deg);
}

.nav-drop .drop-block.drop-meal-planner .decor .st0 {
  fill: #ffcf77;
}

.nav-drop .drop-block.drop-film {
  position: relative;
}

.nav-drop .drop-block.drop-film .description {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100px;
  padding-top: 4px;
}

.nav-drop .drop-block.drop-film .title a {
  color: #fff;
}

.nav-drop .drop-block.drop-film .title a:hover {
  color: #02a58f;
}

.nav-drop .drop-block.drop-shop {
  background: #ceeb9f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 3px 16px 10px;
}

.nav-drop .drop-block.drop-shop .image-block {
  margin-right: 13px;
}

.nav-drop .drop-block.drop-shop .decor {
  transform: scale(-1, 1) rotate(-66deg);
  bottom: -7px;
  right: -10px;
}

.nav-drop .drop-block.drop-shop .description {
  -ms-flex: 1;
  flex: 1;
  padding: 13px 0 0;
}

.nav-drop .drop-post-article {
  text-transform: none;
  width: 47%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 21px;
}

.nav-drop .drop-post-article .image-block {
  padding-right: 20px;
}

.nav-drop .drop-post-article .description {
  -ms-flex: 1;
  flex: 1;
  padding-top: 4px;
}

.nav-drop .drop-post-article .title {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 9px;
}

.nav-drop .drop-post-article p {
  font: 12px/1.75 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  letter-spacing: 0.24px;
  margin-bottom: 19px;
}

.nav-drop .drop-post-article .link-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-drop .drop-post-article .link {
  font-size: 13px;
  letter-spacing: 0.97px;
  text-transform: uppercase;
  color: #02a58f;
  margin-right: 21px;
}

.nav-drop .drop-post-article .link:hover {
  color: #02cdb2;
}

.nav-opener {
  display: none;
  width: 22px;
  height: 17px;
  position: relative;
  margin-left: 15px;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
  position: absolute;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  left: 8px;
  right: 0;
  background-color: #fff;
}

.nav-opener:after,
.nav-opener:before {
  content: '';
  top: 0;
  margin: 0;
  left: 0;
}

.nav-opener:after {
  top: 100%;
  margin-top: -2px;
}

.nav-slide {
  --topIndent: 256px;
}

.search-openclose .search-opener {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  margin-right: 41px;
}

.search-openclose .search-opener i {
  display: block;
}

.search-openclose .pop-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.search-openclose .pop-search.js-slide-hidden {
  display: block;
}

.search-openclose .search-form {
  width: 214px;
  min-width: 214px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.search-openclose input {
  font: 14px/18px "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  height: 60px;
  padding: 20px 50px 20px 19px;
  letter-spacing: 1.05px;
  color: #00243e;
  background: #fff;
  border-color: #fff;
  margin: 0;
}

.search-openclose input::-webkit-input-placeholder {
  text-transform: uppercase;
}

.search-openclose input::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
}

.search-openclose input:-moz-placeholder {
  text-transform: uppercase;
}

.search-openclose input:-ms-input-placeholder {
  text-transform: uppercase;
}

.search-openclose input.placeholder {
  text-transform: uppercase;
}

.search-openclose input:focus {
  border-color: #fff;
}

.search-openclose button[type=submit] {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #02a58f;
  font-size: 19px;
  line-height: 1;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
}

.search-openclose button[type=submit]:hover {
  color: #03d7bb;
}

.search-openclose button[type=submit] span {
  display: none;
}

.header-mobile .container:after {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #f2f2f2 url(./images/bg-header-01.png) no-repeat 50% 0;
  z-index: 10001;
  transform: translateY(-100%);
  transition: transform 0.4s;
}

.fixedHeader .header {
  transform: translateY(0);
}

.fixedHeader .header .alert-bar {
  visibility: visible;
}

.header.mp-squeeze {
  background-image: none;
}

.header.mp-squeeze .rate-container {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 20px 0 0;
}

.header.mp-squeeze .rate-container .rate-box {
  padding: 0;
}

.header.mp-squeeze .rate-container .note {
  margin: 0;
}

.header.mp-squeeze .app-holder {
  margin: 0 -7px;
}

.header.mp-squeeze .app-holder a {
  width: 137px;
}

.header.mp-squeeze .app-container {
  width: 100%;
}

.header.mp-squeeze .button-block .btn {
  min-width: 250px;
}

.header > .container {
  height: 100%;
  min-height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header > .container:after {
  display: none;
}

.header .logo-tool {
  margin-bottom: 10px;
}

.header .app-holder {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .button-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .button-block .note {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 27px 0 0;
  color: #00243e;
}

.header .button-block .note-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  letter-spacing: 0.32px;
  padding: 2px 30px 0 0;
}

.header .button-block .note-list li {
  padding-bottom: 2px;
}

.header .button-block .note-list li:before {
  content: '|';
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.header .button-block .note-list li:first-child:before,
.header .button-block .note-list li:last-child:before {
  display: none;
}

.header .button-block .note-list li:last-child {
  width: 100%;
}

.header .button-block .btn {
  min-width: 0;
}

.promo-header {
  background: #fcd662;
  font: 700 18px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 15px 0 14px;
  color: #00243e;
  text-align: center;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

.promo-header .container {
  -ms-flex-pack: center;
  justify-content: center;
}

.promo-header p {
  margin: 0;
}

.promo-header p a {
  color: inherit;
  text-decoration: underline;
}

.promo-header p a:hover {
  color: #02a58f;
}

.alert-bar {
  background: #dd414a;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: 100%;
  font-weight: 700;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.28);
  letter-spacing: 1.9px;
  font-size: 16px;
  visibility: hidden;
}

.alert-bar p {
  margin-bottom: 0;
}

.anniversary-header {
  color: #00243e;
  background: #10c1a0;
  font: 18px/1.25 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  overflow: hidden;
}

.anniversary-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 60px;
}

.anniversary-header img {
  margin: 6px 28px 0 -100px;
}

.anniversary-header p {
  margin-bottom: 0;
}

.hello-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility 0s .3s;
}

.hello-overlay .hello-overlay-clicker {
  position: absolute;
  top: -9999px;
  right: 0;
  bottom: -9999px;
  left: 0;
}

.hello-overlay .hello-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) scale(0);
  transition: transform .3s;
  padding: 20px 0;
}

.hello-overlay .hello-wrapper.before-you-go .box {
  display: block;
  color: #fff;
  background: #02a58f;
  max-width: 458px;
  padding: 67px 30px 30px;
  margin: 0 auto;
}

.hello-overlay .hello-wrapper.before-you-go .box .close-overlay {
  top: 17px;
  right: 17px;
  width: 28px;
  height: 28px;
}

.hello-overlay .hello-wrapper.before-you-go .box .close-overlay:before,
.hello-overlay .hello-wrapper.before-you-go .box .close-overlay:after {
  background: #fff;
}

.hello-overlay .hello-wrapper.before-you-go .text-holder {
  letter-spacing: 0.36px;
  padding: 0 12px 44px;
}

.hello-overlay .hello-wrapper.before-you-go h2 {
  color: #ceeb9f;
  margin-bottom: 13px;
}

.hello-overlay .hello-wrapper.before-you-go .subscribe-form input[type=email] {
  margin-bottom: 20px;
  letter-spacing: 0.36px;
  padding-left: 19px;
  padding-right: 19px;
  background: #fff;
  border-color: #fff;
  color: rgba(0, 36, 62, 0.6);
}

.hello-overlay .hello-wrapper.before-you-go .subscribe-form .btn {
  display: block;
  width: 100%;
  font-weight: 700;
}

.hello-overlay .hello-wrapper.before-you-go .btn {
  background: #00243e;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .close-overlay {
  top: 17px;
  right: 18px;
  width: 27px;
  height: 27px;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .close-overlay:before,
.hello-overlay .hello-wrapper.recipe-app-lightbox .close-overlay:after {
  background: #00243e;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .box {
  background: #ceeb9f;
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px 33px 46px;
  overflow: hidden;
  position: relative;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .image-box {
  position: absolute;
  left: 33px;
  top: 30px;
  z-index: 1;
  width: 218px;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .image-box .decor {
  position: absolute;
  z-index: -1;
  bottom: -11px;
  width: 190px;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .image-box .decor.left {
  left: -76px;
  transform: rotate(2deg);
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .image-box .decor.right {
  transform: scale(-1, 1) translateX(-100%) rotate(1deg);
  bottom: -15px;
  right: 125px;
  width: 196px;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .image-box .decor .st0 {
  fill: #fff;
  opacity: 0.5;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .description {
  width: 55%;
  padding: 21px 0 0;
  color: #00243e;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .description h2 {
  margin-bottom: 13px;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .description p {
  margin-bottom: 19px;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .description .btn {
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 2;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .rate-box {
  padding-bottom: 30px;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .rate-box .rated-count {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #02a58f;
  margin: 2px 7px 0 0;
}

.hello-overlay .hello-wrapper.recipe-app-lightbox .rate-box .star-rate {
  font-size: 21px;
}

.hello-overlay.cookie-true {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility .3s;
}

.hello-overlay.cookie-true .hello-wrapper {
  transform: translateY(-50%) scale(1);
}

.hello-overlay .box {
  background-color: #fff;
  padding: 0 61px 0 38px;
  text-align: center;
  position: relative;
  letter-spacing: .02em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hello-overlay .box .image-block {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 46.5%;
}

.hello-overlay .box .description {
  width: 53.5%;
  padding: 76px 0 75px 46px;
}

.hello-overlay .box .text-frame {
  padding-bottom: 33px;
}

.hello-overlay .box h1 {
  margin: 0 0 8px;
  letter-spacing: -.01em;
}

.hello-overlay .box p {
  margin-bottom: 0;
}

.hello-overlay .box .app-form {
  display: -ms-flexbox;
  display: flex;
}

.hello-overlay .box .app-form input[type=email] {
  height: 55px;
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.hello-overlay .box .app-form input[type=submit] {
  margin: 0 0 0 15px;
  font-weight: 700;
  min-width: 181px;
}

.hello-overlay .box .overlay-continue {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 600;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .12em;
}

.hello-overlay .box .close-overlay {
  position: absolute;
  top: 31px;
  right: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
}

.hello-overlay .box .close-overlay:after,
.hello-overlay .box .close-overlay:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 100%;
  left: 0;
  background-color: #000;
  transition: all .3s;
  transform: rotate(45deg);
}

.hello-overlay .box .close-overlay:after {
  transform: rotate(-45deg);
}

.hello-bar {
  color: #00243e;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19999;
  font: 16px/1.25 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.87px;
}

.hello-bar.type-1 .content-wrap {
  padding-left: 29px;
}

.hello-bar.type-1 .discount-box {
  transform: translateY(-200px);
  animation: 0.4s linear 1s forwards moveDown;
}

.hello-bar.type-1 .image-block img {
  display: block;
  transform: translateY(-200px);
  animation: 0.4s linear 1s forwards moveDownImage;
}

.hello-bar.type-1 .text-frame {
  text-align: center;
}

.hello-bar.type-1 .title {
  transform: translateY(200px);
  animation: 0.4s linear forwards moveUp;
}

.hello-bar.type-1 p {
  transform: translateY(200px);
  animation: 0.5s linear 0.4s forwards moveUp;
}

.hello-bar.type-1 .btn {
  will-change: transform;
  transform: translateY(-200px);
  animation: 0.4s linear 1s forwards moveDown, 0.12s linear 1.65s forwards pulse;
}

.hello-bar.type-2 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #ff7278;
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  animation: 1.5s linear 0.2s forwards moveLeft;
}

.hello-bar.type-2 .bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background: #ceeb9f;
}

.hello-bar.type-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #a1afed;
  animation: 0s linear 0.9s forwards bgChange;
}

.hello-bar.type-2 .title span {
  opacity: 0;
  animation: 0.4s ease-out 1.7s forwards fadeIn;
}

.hello-bar.type-2 .title span:nth-child(2) {
  animation-delay: 2.1s;
}

.hello-bar.type-2 .title span:nth-child(3) {
  animation-delay: 2.5s;
}

.hello-bar.type-2 p {
  transform: translateY(200px);
  animation: 0.5s linear 2.6s forwards moveUp;
}

.hello-bar.type-2 .btn {
  transform: scale(0);
  will-change: transform;
  animation: 0.3s linear 3.35s forwards scale;
}

.hello-bar.anniversary {
  color: #fff;
  font-size: 27px;
  line-height: 1.26;
  letter-spacing: -0.1px;
  overflow: hidden;
}

.hello-bar.anniversary .text-frame {
  text-align: left;
}

.hello-bar.anniversary p b {
  display: block;
}

.hello-bar.bg-primary-green .text-frame:hover {
  color: #00243e;
}

.hello-bar.bg-light-green .bg:before {
  background: #fcd662;
}

.hello-bar.bg-light-green .btn {
  color: #fff;
  background: #00243e;
}

.hello-bar.bg-light-green .btn:hover {
  background: #00365d;
}

.hello-bar.bg-light-pink .text-frame {
  color: #fff;
}

.hello-bar.bg-light-pink .text-frame:hover {
  color: #00243e;
}

.hello-bar.bg-light-pink .btn-close {
  color: #fff;
}

.hello-bar.bg-light-pink .btn-close:hover {
  color: #00243e;
}

.hello-bar.black-friday {
  color: #fff;
  background: #000;
  text-align: center;
  height: 100px;
}

.hello-bar.black-friday:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: BF-bg 2s ease-out forwards, BF-bg-slide 0.7s linear 2.5s forwards;
}

.hello-bar.black-friday .container {
  position: relative;
  height: 100%;
}

.hello-bar.black-friday .content-wrap {
  height: 100%;
  min-height: 0;
}

.hello-bar.black-friday .btn-close {
  color: #fff;
  line-height: 1;
}

.hello-bar.black-friday .btn-close:hover {
  color: #02a58f;
}

.hello-bar.black-friday .heading {
  display: block;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: BF-color 2s ease-out forwards, BF-slide 0.3s linear 3.2s forwards;
}

.hello-bar.black-friday .promo-columns {
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.13em;
  width: 51.5%;
  margin: 0 0 0 auto;
}

.hello-bar.black-friday .promo-columns .column {
  width: 33.33%;
  opacity: 0;
  animation: fadeIn 0.5s ease-out 3.5s forwards;
}

.hello-bar.black-friday .promo-columns .column:nth-child(2) {
  animation-delay: 4.2s;
}

.hello-bar.black-friday .promo-columns .column:nth-child(3) {
  animation-delay: 4.9s;
}

.hello-bar.black-friday .promo-columns strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.hello-bar.labor {
  border-bottom: 1px solid #fff;
}

.hello-bar.labor .content-wrap {
  min-height: 60px;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.hello-bar.labor .text-box {
  text-align: center;
}

.hello-bar.labor .text-box.title-block {
  padding: 0 45px;
}

.hello-bar.labor .text-box:not(.title-block) {
  opacity: 0;
  animation: 0.4s ease-out 3s forwards fadeIn;
}

.hello-bar.labor .text-box:not(.title-block):last-child {
  animation-delay: 3.5s;
}

.hello-bar.labor .text-box b {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #dd414a;
  opacity: 0;
  animation: 0.4s ease-out 1s forwards fadeIn;
}

.hello-bar.labor .text-box b:nth-child(2) {
  animation-delay: 1.3s;
}

.hello-bar.labor .text-box b:nth-child(3) {
  animation-delay: 1.6s;
}

.hello-bar.labor .btn-close {
  color: #fff;
  font-weight: 700;
}

.hello-bar.labor .btn-close:hover {
  color: #02a58f;
}

.hello-bar .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 15px;
}

.hello-bar .content-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100px;
  padding-right: 49px;
}

.hello-bar .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hello-bar .discount-box {
  color: #00243e;
  background: #ceeb9f;
  width: 136px;
  height: 136px;
  position: static;
  padding: 24px 15px 18px;
  transform: none;
  font-size: 37px;
  line-height: 0.84;
  letter-spacing: 0;
  margin: -18px 30px -18px 0;
}

.hello-bar .discount-box i {
  display: block;
  font-style: normal;
  transform: rotate(-11deg);
}

.hello-bar .image-block {
  height: 100px;
  overflow: hidden;
}

.hello-bar .text-frame {
  display: block;
  padding-top: 2px;
  color: inherit;
}

.hello-bar .text-frame:hover {
  color: #02a58f;
}

.hello-bar .title {
  display: block;
  font-size: 27px;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
}

.hello-bar p {
  margin-bottom: 0;
}

.hello-bar .btn {
  min-width: 235px;
}

.hello-bar .btn-close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

[id="footer"] {
  background: #00243e;
  color: #fff;
  font: 700 14px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  padding: 61px 0 60px;
}

[id="footer"].alt-footer {
  padding: 33px 0 31px;
}

[id="footer"].alt-footer .social-networks {
  padding: 0 0 0 82px;
}

[id="footer"] a {
  color: #fff;
}

[id="footer"] a:hover {
  color: #02a58f;
}

.footer-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 48px;
}

.footer-holder .footer-nav {
  width: 25%;
  padding: 0 10px;
}

.footer-nav_holder {
  display: -ms-flexbox;
  display: flex;
  width: calc(66% + 20px);
  margin: 0 -10px;
}

.footer-nav .title-opener {
  display: block;
  font-size: 16px;
  letter-spacing: 1.2px;
  color: #02a58f;
  margin-bottom: 40px;
}

.footer-nav .title-opener:before {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 12px;
  font-weight: 700;
  display: none;
}

.footer-nav ul {
  padding: 0;
}

.footer-nav ul li {
  padding: 0 0 16px;
}

.footer-nav ul li:before {
  display: none;
}

.social-networks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: -4px -12px 0;
  font-size: 23px;
}

.social-networks li {
  padding: 0 12px;
}

.social-networks a.icon-youtube-play {
  font-size: 1.24em;
}

.social-networks a.icon-twitter {
  font-size: 1.12em;
}

.footer-frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 4.8%;
}

.footer-copy .copy {
  display: block;
  color: #fff;
  margin: 0 32px 0 0;
}

.footer-copy .copy mark {
  background: none;
  color: inherit;
}

.footer-copy p {
  margin: 0;
}

.footer-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-list li {
  padding: 0 60px 0 0;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.text-center {
  text-align: center;
}

.gray-color {
  background: #f2f2f2;
}

.yellow-color {
  background: #fdf7ba;
}

.yellow-color h2 {
  color: #000;
}

.bg-stretch {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.img-stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img-stretch img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.desktop-hide {
  display: none;
}

.bg-primary-green {
  background: #02a58f;
}

.bg-primary-green .btn {
  color: #fff;
  background: #00243e;
}

.bg-primary-green .btn:hover {
  background: #00365d;
}

.bg-primary-green .btn-close {
  color: #fff;
}

.bg-primary-green .btn-close:hover {
  color: #00243e;
}

.bg-primary-yellow {
  background: #fcd662;
}

.bg-light-orange {
  background: #ffcf77;
}

.bg-primary-blue {
  background: #00243e;
  color: #fff;
}

.bg-primary-blue .slick-slider .slick-prev,
.bg-primary-blue .slick-slider .slick-next {
  color: #fff;
}

.bg-light-pink {
  background: #ff7278;
}

.bg-light-green {
  background: #ceeb9f;
}

.bg-light-purple {
  background: #a1afed;
}

.bg-light-yellow {
  background: #fdf7ba;
}

.bg-light-gray {
  background: #f2f2f2;
}

.bg-light-gray .accordion .opener,
.bg-light-gray .accordion .slide-frame {
  background: #fff;
}

.bg-light-gray input[type='text'],
.bg-light-gray input[type='tel'],
.bg-light-gray input[type='email'],
.bg-light-gray input[type='search'],
.bg-light-gray input[type='password'],
.bg-light-gray textarea {
  background: #fff;
  border-color: #fff;
}

.color-light-purple {
  color: #a1afed;
}

.color-light-yellow {
  color: #fdf7ba;
}

.color-light-orange {
  color: #ffcf77;
}

.color-lilac {
  color: #8593e3;
}

.color-primary-yellow {
  color: #fcd662;
}

.color-primary-green {
  color: #02a58f;
}

.color-light-green {
  color: #ceeb9f;
}

.color-light-orange {
  color: #ffcf77;
}

.color-light-pink {
  color: #ff7278;
}

.nav-select,
.jcf-select-nav-select {
  display: none !important;
}

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.container.-huge {
  max-width: 1366px;
}

.container.container-lg {
  max-width: 1326px;
}

.padding-none {
  padding: 0;
}

.columns-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.columns-holder [class^="col-"],
.columns-holder [class*=" col-"] {
  padding: 0 10px 20px;
}

.columns-holder .col-12 {
  width: 100%;
}

.columns-holder .col-8 {
  width: 66.67%;
}

.columns-holder .col-6 {
  width: 50%;
}

.columns-holder .col-4 {
  width: 33.33%;
}

.columns-holder .col-3 {
  width: 25%;
}

a.btn,
input.btn,
span.btn,
button.btn {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  outline: none;
  color: #00243e;
  background-color: #10c1a0;
  text-decoration: none;
  border: none;
  min-width: 235px;
  margin: 0;
  padding: 19px 25px 17px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: color 0.3s, background 0.3s, border 0.3s;
  white-space: nowrap;
}

a.btn.link {
  background-color: #CEEB9F;
  text-decoration: none;
}

a.btn:hover,
input.btn:hover,
span.btn:hover,
button.btn:hover {
  color: #fff;
  background-color: #009b9b;
}

a.btn .icon-arrow-right,
input.btn .icon-arrow-right,
span.btn .icon-arrow-right,
button.btn .icon-arrow-right {
  font-size: 0.7em;
  margin: 3px 4px 0 22px;
  display: inline-block;
  vertical-align: top;
}

a.btn.btn-red-light,
input.btn.btn-red-light,
span.btn.btn-red-light,
button.btn.btn-red-light {
  background: #dd414a;
}

a.btn.btn-red-light:hover,
input.btn.btn-red-light:hover,
span.btn.btn-red-light:hover,
button.btn.btn-red-light:hover {
  background: #c7242d;
}

a.button,
span.button {
  font-size: 16px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.lightbox-demo {
  padding: 5px;
  width: 300px;
}

.lightbox-demo h2 {
  margin: 0 0 10px;
}

.lightbox-demo p {
  margin: 0;
}

.btn-close {
  color: #00243e;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: color 0.3s;
}

.btn-close:hover {
  color: #02a58f;
}

.btn-close.white {
  color: #fff;
}

.btn-close.white:hover {
  color: #00243e;
}

.btn-close i {
  display: block;
}

.slick-slider .slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px;
  padding-top: 30px;
}

.slick-slider .slick-dots li {
  margin: 0 5px;
}

.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.slick-slider .slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: 0.7;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s;
}

.slick-slider .slick-dots button:hover {
  opacity: 1;
}

.common-page {
  padding: 50px 0 30px;
}

.common-page .heading {
  text-align: center;
  padding-bottom: 30px;
}

.common-page h1 {
  margin-bottom: 0;
}

.common-page .anchor-list {
  padding-top: 20px;
}

.common-page .section {
  padding: 30px 0;
}

.common-page h2 {
  margin-bottom: 10px;
}

.common-page .link-email,
.common-page .link-tel {
  color: #00243e;
}

.common-page .link-email:hover,
.common-page .link-tel:hover {
  color: #02a58f;
}

.common-page address {
  font-style: normal;
}

.common-page address a {
  color: #00243e;
}

.common-page address a:hover {
  color: #02a58f;
}

.common-page address dl dt {
  float: left;
  clear: left;
  margin: 0 10px 0 0;
}

.common-page address dl dd {
  margin: 0;
  overflow: hidden;
}

.common-page ul,
.common-page ol {
  margin-left: 20px;
}

.common-page ul:not([class]) {
  padding: 0 0 10px;
}

.common-page ul:not([class]) li {
  position: relative;
  padding: 0 0 10px 20px;
}

.common-page ul:not([class]) li:before {
  content: '';
  background: #00243e;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 50%;
}

.common-page ol {
  counter-reset: item;
  padding: 0 0 10px;
}

.common-page ol li {
  position: relative;
  padding: 0 0 10px 30px;
}

.common-page ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
}

.common-page ol ol li:before {
  content: counter(item, lower-latin) ".";
}

.common-page .table ul,
.common-page .table ol {
  margin-left: 0;
}

.table {
  margin-bottom: 30px;
}

.table table.data-table td.col-big {
  width: 65%;
}

.table table.data-table th {
  text-align: left;
}

.table table th,
.table table td {
  border: 1px solid #000;
  padding: 10px 15px;
}

.table table th {
  background: #ccc;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.3;
}

.table table td {
  vertical-align: top;
}

.table table td:first-child {
  vertical-align: top;
}

.table table i {
  display: block;
  text-align: center;
}

.table table i.icon-tick2 {
  font-size: 0.85em;
}

.anchor-list {
  font-weight: 700;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.anchor-list li {
  margin-bottom: 10px;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.ss-inline-share-wrapper {
  text-align: center;
  margin: 0;
  font-family: inherit;
}

.ss-inline-share-wrapper.ss-with-counter-border .ss-inline-counter {
  border: none;
  margin: 0;
  padding: 0;
}

.ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a {
  height: auto;
  line-height: 1;
}

.ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a i,
.ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a .ss-network-icon {
  min-width: 0;
  width: auto;
  height: auto;
}

.ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a svg {
  height: 20px;
  display: block;
}

.ss-inline-share-wrapper.ss-rounded-icons .ss-social-icons-container > li > a {
  border-radius: 0;
}

.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li {
  margin: 0 16px 0 0 !important;
}

.ss-inline-share-wrapper.ss-with-spacing .ss-network-icon {
  background: none;
}

.ss-inline-share-wrapper .ss-inline-share-content {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ss-inline-share-wrapper .ss-inline-share-content .ss-network-label {
  display: none;
}

.ss-inline-share-wrapper .ss-social-icons-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ss-inline-share-wrapper .ss-social-icons-container > li {
  display: block;
  float: none;
  line-height: 1;
}

.ss-inline-share-wrapper .ss-social-icons-container > li > a {
  background: none;
  color: #02a58f !important;
  border: none !important;
}

.ss-inline-share-wrapper .ss-social-icons-container > li > a:hover {
  color: #03d7bb !important;
}

.ss-inline-share-wrapper .ss-social-icons-container > li > a:after {
  display: none;
}

.ss-inline-share-wrapper .ss-social-icons-container > li > a i {
  background: none;
  font-size: 22px;
}

.ss-total-counter {
  padding: 4px 0 0;
  text-align: center;
}

.ss-total-counter > span:first-child {
  font: 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

.ss-total-counter > span:last-child {
  display: none;
}

.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
  font-size: 22px;
}

.social li {
  margin: 0 10px;
}

.social a {
  display: block;
  line-height: 1;
}

.bg-image-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.bg-image-cover-link + .container > .banner-wrap,
.bg-image-cover-link + .row {
  position: relative;
  z-index: 2;
}

.banner {
  position: relative;
}

.banner.home .button {
  color: #009b9b;
}

.banner.home .button:hover {
  color: #3ce4e4;
}

.banner.home .container {
  height: auto;
  padding-top: 104px;
  padding-bottom: 103px;
}

.banner.home p {
  margin-bottom: .4em;
}

.banner .badge {
  position: absolute;
  bottom: 14px;
  right: 18px;
  z-index: 20;
}

.banner .bg-stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner .container {
  position: relative;
  height: 566px;
}

.banner .container:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.banner .author {
  position: absolute;
  top: 100%;
  font: 500 10px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  right: 0;
  text-transform: uppercase;
  margin: 9px 16px 0 0;
  letter-spacing: 0.1em;
  z-index: 1;
}

.banner .banner-wrap {
  max-width: 476px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.banner .banner-wrap:before {
  content: "";
  border: 3px solid #000;
  position: absolute;
  height: calc(100% + 90px);
  width: calc(100% + 120px);
  top: -45px;
  left: calc(-50% - 120px);
  z-index: 1;
}

.banner .banner-wrap .inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 43px 49px;
}

.banner .banner-wrap * {
  color: #000;
}

.banner h2 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 13px;
  letter-spacing: 1.7px;
}

.banner h1 {
  line-height: 1.12;
  letter-spacing: -0.1px;
  margin-bottom: 13px;
}

.banner p:last-child {
  margin-bottom: 0;
}

.home-banner.post-item.promo-full .badge {
  position: absolute;
  top: -73px;
  right: -91px;
  z-index: 20;
}

.banner-block {
  background: #fff;
  width: 100%;
  max-width: 515px;
  position: absolute;
  bottom: 30px;
  left: 15px;
  padding: 32px 31px 28px;
}

.banner-block h1,
.banner-block h2 {
  text-transform: none;
  letter-spacing: -0.1px;
}

.banner-block .promo-title {
  background: #fcd662;
  position: absolute;
  bottom: 100%;
  left: -18px;
  right: -25px;
  font: 700 30px/1.2 "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
  letter-spacing: -0.015em;
  padding: 10px 15px 14px;
  text-align: center;
}

.banner-block .promo-title:before,
.banner-block .promo-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  border: solid;
  border-width: 0 18px 24px 0;
  border-color: transparent #cba940 transparent transparent;
  width: 0;
  height: 0;
}

.banner-block .promo-title:after {
  left: auto;
  right: 0;
  border-width: 0 0 18px 25px;
  border-color: transparent transparent transparent #cba940;
}

.banner-block .date {
  display: block;
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 13px;
}

.banner-block .date sup {
  font-size: 60%;
}

.banner-block .price-frame {
  padding-bottom: 3px;
}

.banner-block .price-frame ins,
.banner-block .price-frame del {
  display: block;
}

.banner-block .price-frame ins {
  color: #fea501;
  font: 700 22px/1.2 "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
  letter-spacing: -0.02em;
  text-decoration: none;
  margin-bottom: 9px;
}

.banner-block .price-frame del {
  display: inline-block;
  vertical-align: top;
  font: 700 18px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.08em;
  text-decoration: none;
  position: relative;
}

.banner-block .price-frame del:before {
  content: '';
  background: url(./images/slash.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3px;
  right: -3px;
  margin-top: -1px;
  height: 8px;
  z-index: 1;
}

.banner-block .frame,
.text-block .frame  {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}

.banner-block .frame .btn,
.text-block .frame .btn {
  margin-bottom: 24px;
}

.banner-block .frame .link,
.text-block .frame .link {
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.banner-block .price {
  display: block;
  font-size: 16px;
  margin-left: 24px;
}

.banner-block .breadcrumbs {
  font-size: 16px;
  letter-spacing: 1.87px;
}

.section-intro {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 63px 0 40px;
}

.section-intro h1,
.section-intro h2,
.section-intro h3,
.section-intro h4 {
  color: inherit;
}

.section-intro h2 {
  margin-bottom: 18px;
}

.section-intro p {
  margin-bottom: 39px;
}

.section-intro .text-block {
  max-width: 630px;
}

.section-intro .button-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-intro .button-holder .btn {
  min-width: 270px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 20px;
}

.breadcrumbs {
  font: 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
  width: 100%;
}

.breadcrumbs li:before {
  display: inline-block;
  vertical-align: top;
  content: '>';
  margin: 0 13px;
}

.breadcrumbs li.home:before {
  display: none;
}

.breadcrumbs a {
  text-decoration: none;
  color: #000;
}

.breadcrumbs a:hover {
  color: #02a58f;
}

.news-post,
.intro-post {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 84px 0 15px;
}

.news-post .col-6,
.intro-post .col-6 {
  width: 50%;
}

.news-post h1,
.intro-post h1 {
  line-height: 1.25;
  letter-spacing: -.005em;
}

.news-post .col-wrap,
.intro-post .col-wrap {
  border: 3px solid #000;
  margin-top: -131px;
  padding-top: 100px;
  padding: 95px 65px 45px;
}

.news-post .rate-box,
.intro-post .rate-box {
  padding: 3px 0;
  margin-bottom: 58px;
  overflow: hidden;
}

.news-post .info-list,
.intro-post .info-list {
  margin-bottom: 49px;
  overflow: hidden;
}

.news-post .info-list li,
.intro-post .info-list li {
  overflow: hidden;
  margin-bottom: 19px;
  padding-left: 5px;
}

.news-post .info-list li > span,
.intro-post .info-list li > span {
  font: 600 15px/1.68 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  overflow: hidden;
  letter-spacing: .115em;
}

.news-post .info-list i,
.intro-post .info-list i {
  float: left;
  font-size: 27px;
  margin-right: 15px;
}

.news-post .info-list i.icon-serving,
.intro-post .info-list i.icon-serving {
  font-size: 32px;
  line-height: 28px;
  margin-left: -3px;
  margin-right: 12px;
}

.news-post .box-post-control,
.intro-post .box-post-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.news-post .box-post-control ul:not(.social):not(.ss-social-icons-container),
.intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) {
  display: -ms-flexbox;
  display: flex;
  font: 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: -17px;
}

.news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li,
.intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li {
  padding-left: 4px;
  padding-right: 6px;
}

.news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li:after,
.intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li:after {
  content: '';
  display: table;
  clear: both;
}

.news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) a:not(.button),
.intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) a:not(.button) {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) a:not(.button):hover,
.intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) a:not(.button):hover {
  color: #02a58f;
}

.news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) i,
.intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) i {
  float: left;
  font-size: 27px;
  margin-right: 14px;
  color: #02a58f;
  transform: translateY(-25%);
}

.news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) i.icon-print,
.intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) i.icon-print {
  font-size: 29px;
}

.news-post .box-post-control .frame-block,
.intro-post .box-post-control .frame-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.news-post .post-container,
.intro-post .post-container {
  position: relative;
  padding: 0 96px 0 70px;
  letter-spacing: .022em;
}

.news-post .post-container p,
.intro-post .post-container p {
  margin-bottom: 24px;
}

.news-post .post-container p a,
.intro-post .post-container p a {
  text-decoration: none;
}

.news-post .post-container .btn-more,
.intro-post .post-container .btn-more {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.news-post .post-container .btn-more span.expanded,
.intro-post .post-container .btn-more span.expanded {
  display: none;
}

.news-post .post-container .active .btn-more span.collapsed,
.intro-post .post-container .active .btn-more span.collapsed {
  display: none;
}

.news-post .post-container .active .btn-more span.expanded,
.intro-post .post-container .active .btn-more span.expanded {
  display: inline;
}

.news-post .post-container .slide,
.intro-post .post-container .slide {
  overflow: hidden;
}

.news-post .post-info,
.intro-post .post-info {
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px 51px 40px 0;
}

.news-post .post-info p,
.intro-post .post-info p {
  margin: 0;
}

.news-post .post-info .link-add,
.intro-post .post-info .link-add {
  display: block;
  font: 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 2px 0 0 51px;
}

.news-post .post-info .link-add a,
.intro-post .post-info .link-add a {
  color: inherit;
}

.news-post .post-info .link-add a:hover,
.intro-post .post-info .link-add a:hover {
  color: #02a58f;
}

.news-post .post-info .link-add i,
.intro-post .post-info .link-add i {
  display: inline-block;
  vertical-align: top;
  font-size: 27px;
  color: #02a58f;
  margin: -8px 21px -8px 0;
}

.intro-post {
  display: block;
  padding-bottom: 61px;
}

.intro-post:before {
  content: '';
  position: absolute;
  bottom: -63px;
  right: -33px;
  z-index: -1;
  background: url(./images/decor-onion.png) no-repeat;
  background-size: 100% 100%;
  width: 338px;
  height: 357px;
}

.intro-post .post-container {
  padding: 0;
  max-width: 986px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.78;
  transform: translateX(-6px);
}

.intro-post .box-post-control {
  padding-bottom: 35px;
}

.intro-post .box-post-control ul:not(.social) {
  letter-spacing: 0.11em;
  margin: 0;
}

.intro-post .box-post-control ul:not(.social) li.watch-video,
.intro-post .box-post-control ul:not(.social) li.print-box {
  font-size: 13px;
}

.intro-post .post-openclose {
  max-width: 723px;
  padding-bottom: 19px;
}

ul li.print-box {
  position: relative;
}

ul li.print-box .slide-print {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 380px;
  letter-spacing: .02em;
  box-shadow: 0 8px 23px rgba(0, 0, 0, 0.15);
  z-index: 5;
  text-align: center;
  padding: 33px 40px 40px;
  margin: 0 0 16px -2px;
}

ul li.print-box .slide-print.js-slide-hidden {
  display: block;
}

ul li.print-box .slide-print:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}

ul li.print-box p {
  margin-bottom: 25px;
}

ul li.print-box .row-input {
  margin-bottom: 20px;
}

ul li.print-box .row-input input[type='email'] {
  padding: 15px 23px;
}

ul li.print-box .btns-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul li.print-box .btns-row a.popup-print,
ul li.print-box .btns-row .btn {
  display: inline-block;
  vertical-align: top;
  outline: none;
  color: #00243e;
  background-color: #10c1a0;
  text-decoration: none;
  padding: 14px 17px 17px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2em;
  border: none;
  outline: none;
  width: 46.5%;
}

ul li.print-box .btns-row a.popup-print:hover,
ul li.print-box .btns-row .btn:hover {
  background-color: #009b9b;
}

ul li.print-box .btns-row a.popup-print {
  color: #10c1a0;
  background: #fff;
}

ul li.print-box .btns-row a.popup-print:hover {
  color: #00243e !important;
  background-color: #10c1a0;
}

.rate-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.rate-container .comments-link {
  margin: 4px 0 0 41px;
}

.stars-rating-list {
  display: -ms-flexbox;
  display: flex;
  color: #e8e7e7;
  font-size: 21px;
  line-height: 1;
}

.stars-rating-list.readonly {
  color: rgba(2, 165, 143, 0.3);
}

.stars-rating-list.readonly li {
  pointer-events: none;
}

.stars-rating-list.readonly .selected-star {
  display: block;
}

.stars-rating-list li {
  position: relative;
  cursor: pointer;
  margin-left: 4px;
}

.stars-rating-list li:first-child {
  margin-left: 0;
}

.stars-rating-list li.hover .icon-star,
.stars-rating-list li.selected .icon-star {
  color: #02a58f;
}

.stars-rating-list .selected-star {
  position: absolute;
  top: 0;
  left: 0;
  color: #02a58f;
  overflow: hidden;
  display: none;
}

.comments-link {
  display: inline-block;
  vertical-align: top;
  font: 13px/1.15 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #00243e;
}

.comments-link:hover {
  color: #02a58f;
}

.comments-link span {
  display: inline-block;
  vertical-align: top;
  color: #02a58f;
  margin: -4px 9px 0 0;
  font-size: 1.5em;
}

.rate-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.rate-box .img-rate img {
  display: block;
}

.rate-box .rate-wrap {
  position: relative;
}

.rate-box .title {
  display: block;
  font: 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  margin: 4px 15px 0 0;
}

.rate-box .review-total-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.star-rate {
  display: -ms-flexbox;
  display: flex;
  float: left;
  color: rgba(2, 165, 143, 0.3);
  font-size: 19px;
}

.star-rate li {
  margin: 0 3px 0 2px;
}

.star-rate .active {
  color: #02a58f;
}

.rated-count {
  display: block;
  position: relative;
  color: #00243e;
  font: 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 2px 0 0 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.comments-section {
  padding: 40px 0;
}

.comments-section .headline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 29px;
}

.comments-section .headline h2 {
  margin-bottom: 0;
}

.comments-section .headline h2 span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.48em;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-top: 7px;
}

.comments-section .headline .rate-box {
  padding: 0 0 6px 40px;
}

.comments-section .headline .rate-box .comment-popup {
  opacity: 1;
  visibility: visible;
  width: 349px;
  margin-top: 17px;
}

.comments-section .headline .rate-box .comment-popup:before {
  bottom: auto;
  top: 0;
  border-color: #fff #fff transparent transparent;
}

.comments-section .comments-open-close .comments-opener,
.comments-section .comment-block .reply,
.comments-section .comment-block .show-replies,
.comments-section .more-comments a {
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.comments-section .comments-open-close .comments-opener i,
.comments-section .comment-block .reply i,
.comments-section .comment-block .show-replies i,
.comments-section .more-comments a i {
  display: inline-block;
  vertical-align: top;
  font-size: 0.4em;
  margin: 13px 0 0 10px;
}

.comments-section .comment-popup {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: 329px;
  box-shadow: 0 8px 23px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.comments-section .comment-popup:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  margin: 0 0 -18px -4px;
  border: 9px solid #fff;
  border-color: transparent transparent #fff #fff;
  width: 0;
  height: 0;
  transform-origin: 0 0;
  transform: translateX(-50%) rotate(-45deg);
  box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
}

.comments-section .comment-popup .frame {
  display: block;
  background: #fff;
  padding: 31px 30px 30px;
}

.comments-section .comment-popup .title-line {
  display: block;
  text-transform: uppercase;
  font: 16px/1.25 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.87px;
  text-align: center;
}

.comments-section .comment-popup .title-line i {
  display: inline-block;
  vertical-align: top;
  font-size: 1.7em;
  margin: -4px 13px 0 0;
}

.comments-section .comment-popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #00243e;
  font-size: 1.1em;
  font-weight: 700;
}

.comments-section .comment-popup .close:hover {
  color: #02a58f;
}

.comments-open-close {
  border: solid #ccd3d8;
  border-width: 1px 0;
  padding: 18px 0;
  margin-bottom: 43px;
}

.comments-open-close.active .comments-opener i {
  transform: scale(1, -1);
}

.comments-open-close .comments-opener i {
  transition: transform 0.3s;
}

.comments-open-close .comments-slide {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.comments-open-close .slide-frame {
  padding: 21px 0 22px;
}

.comment-form.error .error-message {
  display: block;
}

.comment-form.error .error-popup {
  opacity: 1;
  visibility: visible;
}

.comment-form .rate-box {
  padding-bottom: 31px;
}

.comment-form .rate-box .img-rate {
  position: relative;
}

.comment-form label {
  display: block;
  font: 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  margin-bottom: 7px;
}

.comment-form input[type='text'],
.comment-form input[type='tel'],
.comment-form input[type='email'],
.comment-form input[type='search'],
.comment-form input[type='password'],
.comment-form textarea {
  color: #00243e;
  padding-left: 19px;
  padding-right: 19px;
  margin-bottom: 32px;
  letter-spacing: 0.36px;
}

.comment-form input[type='text']::-webkit-input-placeholder,
.comment-form input[type='tel']::-webkit-input-placeholder,
.comment-form input[type='email']::-webkit-input-placeholder,
.comment-form input[type='search']::-webkit-input-placeholder,
.comment-form input[type='password']::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #00243e;
  opacity: 0.6;
}

.comment-form input[type='text']::-moz-placeholder,
.comment-form input[type='tel']::-moz-placeholder,
.comment-form input[type='email']::-moz-placeholder,
.comment-form input[type='search']::-moz-placeholder,
.comment-form input[type='password']::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  opacity: 1;
  color: #00243e;
  opacity: 0.6;
}

.comment-form input[type='text']:-moz-placeholder,
.comment-form input[type='tel']:-moz-placeholder,
.comment-form input[type='email']:-moz-placeholder,
.comment-form input[type='search']:-moz-placeholder,
.comment-form input[type='password']:-moz-placeholder,
.comment-form textarea:-moz-placeholder {
  color: #00243e;
  opacity: 0.6;
}

.comment-form input[type='text']:-ms-input-placeholder,
.comment-form input[type='tel']:-ms-input-placeholder,
.comment-form input[type='email']:-ms-input-placeholder,
.comment-form input[type='search']:-ms-input-placeholder,
.comment-form input[type='password']:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #00243e;
  opacity: 0.6;
}

.comment-form input[type='text'].placeholder,
.comment-form input[type='tel'].placeholder,
.comment-form input[type='email'].placeholder,
.comment-form input[type='search'].placeholder,
.comment-form input[type='password'].placeholder,
.comment-form textarea.placeholder {
  color: #00243e;
  opacity: 0.6;
}

.comment-form textarea {
  height: 203px;
  min-height: 150px;
}

.comment-form .note {
  display: block;
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: 0.28px;
  margin: -22px 0 41px;
}

.comment-form .error-popup {
  top: 100%;
  color: #dd414a;
  margin-top: 22px;
}

.comment-form .error-popup:before {
  bottom: auto;
  top: 0;
  border-color: #fff #fff transparent transparent;
}

.comment-form .error-popup .frame {
  padding: 31px 19px 26px;
}

.comment-form .error-message {
  padding-top: 10px;
  display: none;
}

.comment-form .error-message .note {
  margin: 0;
  color: #dd414a;
}

.comment-form .submit-frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.comment-form .submit-frame .btn {
  min-width: 235px;
  margin: 0 5px;
  letter-spacing: 1.5px;
}

.comment-form .submit-frame input[type=reset] {
  min-width: 166px;
  background: none;
  color: #10c1a0;
}

.comment-form .submit-frame input[type=reset]:hover {
  background: #10c1a0;
  color: #fff;
}

.reply-form {
  border-bottom: 1px solid #ccd3d8;
  padding: 12px 0 40px;
  margin-bottom: 19px;
}

.reply-form .title {
  display: block;
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.comment-block {
  padding-bottom: 24px;
}

.comment-block .meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font: 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
}

.comment-block .meta .holder {
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
}

.comment-block .title-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-block span,
.comment-block strong {
  display: block;
}

.comment-block .name {
  text-transform: none;
  font-size: 20px;
  letter-spacing: -0.07px;
  margin-right: 20px;
}

.comment-block .time {
  margin-top: 4px;
}

.comment-block .reply {
  margin: 1px 21px 0 0;
}

.comment-block .report {
  font-size: 1.55em;
}

.comment-block .reply,
.comment-block .report {
  color: rgba(0, 36, 62, 0.4);
}

.comment-block .reply:hover,
.comment-block .report:hover {
  color: #02a58f;
}

.comment-block .report-holder {
  position: relative;
}

.comment-block .report-holder.report-active .report-popup {
  opacity: 1;
  visibility: visible;
}

.comment-block .report-holder .report-popup {
  bottom: 100%;
  margin-bottom: 23px;
  width: 360px;
}

.comment-block .report-holder .report-popup .title-line {
  margin-bottom: 29px;
}

.comment-block .report-holder .report-popup .submit-frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px;
}

.comment-block .report-holder .report-popup .btn {
  min-width: 150px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 5px;
}

.comment-block .report-holder .report-popup input[type=reset] {
  min-width: 140px;
  background: none;
  color: #10c1a0;
}

.comment-block .report-holder .report-popup input[type=reset]:hover {
  background: #10c1a0;
  color: #fff;
}

.comment-block .report-holder .report-popup .message-block .title-line {
  margin-bottom: 0;
}

.comment-block .rate-box {
  margin: -3px 0 21px;
}

.comment-block .comment-block {
  padding: 14px 0 0 40px;
}

.comment-block .show-replies {
  display: inline-block;
  vertical-align: top;
  color: rgba(0, 36, 62, 0.4);
  margin: 12px 0 17px 40px;
}

.comment-block .show-replies:hover {
  color: #02a58f;
}

.more-comments {
  margin: -10px 0 0;
}

.add-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  font: 15px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  position: relative;
  z-index: 6;
  text-transform: uppercase;
}

.add-info .meal-box {
  width: 100%;
  padding-top: 16px;
}

.add-info .meal-box a.button {
  display: inline;
  margin-left: 8px;
  text-transform: none;
  letter-spacing: 1px;
}

.check-icon {
  position: relative;
  width: 28px;
  display: inline-block;
  height: 20px;
}

.check-icon:before,
.check-icon:after {
  content: "";
  position: absolute;
}

.check-icon:before {
  height: 20px;
  width: 20px;
  border: 2px solid #02a58f;
  top: 3px;
  left: 3px;
}

.check-icon:after {
  height: 21px;
  width: 10px;
  border-bottom: 3px solid #02a58f;
  border-right: 3px solid #02a58f;
  transform: rotate(45deg) skew(6deg);
  top: -4px;
  left: 11px;
}

.share-frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.share-frame .social-wrapper {
  padding: 0 0 2px 40px;
}

.social-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.social-wrapper .title {
  display: block;
  font: 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 4px 15px 0 0;
}

.section-ingredients {
  background-color: #ceeb9f;
  font-size: 16px;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 2;
  min-height: 320px;
  padding: 61px 91px 31px 71px;
  margin-bottom: 84px;
}

.section-ingredients h2 {
  text-transform: uppercase;
  letter-spacing: 0.026em;
  margin-bottom: 29px;
}

.section-ingredients .subtitle {
  display: block;
  color: #009b9b;
  text-transform: uppercase;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
}

.section-ingredients ul:not(.social) {
  margin-bottom: 34px;
  overflow: hidden;
}

.section-ingredients ul:not(.social) li {
  margin-bottom: 10px;
}

.s-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-box .col-8 {
  width: 69.2%;
}

.s-box .col-3 {
  width: 25%;
  max-width: 285px;
}

.section-instruction {
  margin-bottom: 62px;
}

.section-instruction h2 {
  margin-bottom: 30px;
  letter-spacing: -0.1px;
}

.section-instruction .instruction-box {
  padding: 0 0 80px 6.2%;
  margin-top: -25px;
  position: relative;
}

.section-instruction .instruction-box ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-instruction .instruction-box ol li {
  counter-increment: step-counter;
  margin-bottom: 32px;
  letter-spacing: .022em;
  padding-right: 20px;
  padding-left: 67px;
  position: relative;
}

.section-instruction .instruction-box ol li:before {
  content: counter(step-counter);
  margin-right: 41px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 600;
  min-width: 30px;
  position: absolute;
  top: 5px;
  left: 0;
}

.tags {
  display: -ms-flexbox;
  display: flex;
  font: 700 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.tags span {
  color: #99a7b2;
  margin-left: 4px;
}

.tags .title {
  font-weight: 600;
  margin-right: 4px;
  margin-left: -1px;
}

.tags ul {
  display: -ms-flexbox;
  display: flex;
  color: #999;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags ul li:before {
  content: ', ';
  padding-right: 1px;
}

.tags ul li:first-child:before {
  display: none;
}

.tags ul a {
  color: #999;
  text-decoration: none;
}

.tags ul a:hover {
  color: #02a58f;
}

.news-post .s-box .tags .title {
  font-weight: 600;
  font-size: inherit;
  font-family: inherit;
  margin: 0 4px 0 -1px;
  letter-spacing: 0;
}

.short-post {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .022em;
  text-align: center;
  background: #f2f2f2;
}

.short-post:not(:first-child) {
  margin-top: 40px;
}

.short-post .img-box {
  position: relative;
  margin-bottom: 25px;
}

.short-post .img-box .category {
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.78;
  font-weight: 600;
  letter-spacing: .11em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 13px 18px 9px 0;
  color: #000;
  text-decoration: none;
  transition: color .3s;
}

.short-post .img-box .category:hover {
  color: #02a58f;
}

.short-post .post-content {
  padding: 0 25px 30px;
}

.short-post p {
  margin: 0 10px 27px;
}

.short-post h3 {
  line-height: 1.35;
  letter-spacing: 0.00em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.short-post .btn {
  min-width: 0;
}

.s-post-mod .short-post {
  text-align: center;
}

.s-post-mod .short-post .post-content {
  background-color: #f2f2f2;
  padding: 24px 30px 30px;
}

.s-post-mod .short-post .img-box {
  margin-bottom: 0;
}

.s-post-mod .short-post .category {
  text-align: center;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f2f2f2;
  padding: 11px 3px 0px;
  min-width: 166px;
}

.s-post-mod .short-post .btn {
  min-width: 205px;
}

.s-post-mod .short-post h4 {
  margin-bottom: 13px;
  font-size: 20px;
  letter-spacing: 0;
}

.s-post-mod .download-block {
  display: block;
  margin-top: 80px;
  background: #02a58f;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 1.82;
  letter-spacing: 0.32px;
}

.s-post-mod .download-block .image-block {
  position: static;
  transform: none;
  text-align: center;
  margin: 0 0 33px;
  width: auto;
}

.s-post-mod .download-block .download-col {
  max-width: none;
  padding: 0;
}

.s-post-mod .download-block .download-block_title {
  display: block;
  font: 700 14px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 17px;
}

.s-post-mod .download-block h2 {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.2px;
  color: #fff;
  margin-bottom: 12px;
}

.s-post-mod .download-block p {
  margin-bottom: 30px;
}

.section-video {
  position: relative;
  margin-bottom: 71px;
}

.section-video.unbordered:after {
  display: none;
}

.section-video .img-video {
  position: relative;
}

.section-video .img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  color: #fff;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 29;
  padding: 0 0 28px;
}

.section-video .img-title.email-active .email-popup {
  opacity: 1;
  visibility: visible;
}

.section-video .img-title .icon-pause,
.section-video .img-title .icon-play-fill {
  font-size: 72px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 20;
}

.section-video .img-title .icon-pause:hover,
.section-video .img-title .icon-play-fill:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.section-video .img-title h3 {
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -.005em;
  padding-right: 8px;
  margin-bottom: 23px;
  color: #fff;
  transition: opacity .3s;
}

.section-video .video-title {
  display: block;
  text-transform: uppercase;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .12em;
  margin-bottom: 16px;
  transition: opacity .3s;
}

.section-video .email-popup {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: -56px;
  transform: translateX(-50%);
  z-index: 40;
  width: 452px;
  box-shadow: 0 8px 23px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.section-video .email-popup:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  margin: 0 0 -17px -4px;
  border: 9px solid #fff;
  border-color: transparent transparent #fff #fff;
  width: 0;
  height: 0;
  transform-origin: 0 0;
  transform: translateX(-50%) rotate(-45deg);
  box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
}

.section-video .email-popup .frame {
  display: block;
  background: #fff;
  padding: 31px 40px 40px;
}

.section-video .email-popup .title-line {
  display: block;
  text-transform: uppercase;
  color: #00243e;
  font: 16px/1.25 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.87px;
  text-align: center;
  margin-bottom: 29px;
}

.section-video .email-popup input[type=email] {
  margin-bottom: 20px;
}

.section-video .email-popup .submit-frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.section-video .email-popup .submit-frame .btn {
  min-width: 181px;
  margin: 0 5px;
  letter-spacing: 1.5px;
}

.section-video .email-popup .submit-frame input[type=reset] {
  background: none;
  color: #10c1a0;
}

.section-video .email-popup .submit-frame input[type=reset]:hover {
  background: #10c1a0;
  color: #fff;
}

.section-video .logo-video {
  position: absolute;
  bottom: 20px;
  right: 18px;
  transition: opacity .3s;
}

.section-video img {
  width: 100%;
  max-width: none;
}

.section-video .text-block {
  color: #00243e;
  letter-spacing: -0.01em;
  padding: 30px 0 13px;
}

.section-video .text-block p {
  margin: 0;
}

.section-video .video-embed {
  display: block;
  opacity: 0;
  z-index: -5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.section-video .video-embed:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-video .video-embed iframe {
  border: none !important;
  width: 100% !important;
  height: 100% !important;
}

.section-video.play .img-title {
  z-index: -1;
  transition: z-index .3s .3s;
}

.section-video.play .img-title .icon-play-fill {
  opacity: 0;
  transition: opacity .3s;
}

.section-video.play h3,
.section-video.play .video-title,
.section-video.play .logo-video {
  opacity: 0;
}

.section-video.play .video-embed {
  opacity: 1;
  z-index: 5;
}

.section-video.play .video-embed:after {
  display: none;
}

.section-video.hover.play .img-title .icon-pause {
  opacity: 1;
}

.section-video.modified {
  margin-bottom: 60px;
}

.section-video.modified .img-title {
  padding-bottom: 2px;
}

.section-video.modified .img-title h3 {
  padding-right: 4px;
  margin-bottom: 17px;
}

.product-download {
  margin-bottom: 69px;
}

.product-download .holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-download .col-6-5 {
  width: 54.4%;
}

.product-download .col-6-5 picture {
  display: block;
}

.product-download .col-6-5 picture img {
  width: 100%;
  max-width: none;
}

.product-download .col-6 {
  width: 50%;
  margin-left: -4.4%;
  border: 3px solid #000;
  z-index: 3;
}

.product-download .download-form {
  padding: 60px 92px 67px 117px;
  letter-spacing: .022em;
}

.product-download .title {
  display: block;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.78;
  font-weight: 600;
  letter-spacing: .12em;
  margin-bottom: 4px;
}

.product-download p {
  padding-right: 10px;
  margin-bottom: 36px;
}

.product-download h3 {
  letter-spacing: -.002em;
  font-weight: 600;
  margin-bottom: 15px;
}

.download-form .row {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.download-form input {
  width: calc(100% - 48px);
  height: 50px;
  font-size: 16px;
  letter-spacing: 0.33px;
  padding-right: 45px;
}

.download-form button {
  background-color: #10c1a0;
  color: #fff;
  border: none;
  width: 48px;
  font-size: 23px;
  padding: 15px 10px 17px;
}

.download-form button:hover {
  background-color: #009b9b;
}

.download-form button span {
  display: block;
}

.download-block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #fff;
  letter-spacing: 0.025em;
  margin-bottom: 127px;
}

.download-block .image-block {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}

.download-block .download-col {
  background: #02a58f;
  width: 100%;
  max-width: 894px;
  padding: 63px 10.7% 60px 63px;
}

.download-block .download-form .row {
  padding: 0;
}

.download-block .download-form input[type=email] {
  width: 100%;
  background: #fff;
}

.download-block .download-form button[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: #02a58f;
}

.download-block .download-form button[type=submit]:hover {
  color: #03d7bb;
}

.download-block .title {
  display: block;
  font: 13px/1.4 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 11px;
}

.download-block h2 {
  color: #ceeb9f;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: -0.007em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-recipe {
  position: relative;
}

.story-holder {
  position: relative;
  z-index: 1;
}

.story-holder:before {
  content: '';
  position: absolute;
  bottom: -38px;
  left: -66px;
  z-index: -1;
  background: url(./images/decor-branch.png) no-repeat;
  width: 274px;
  height: 447px;
}

.story-block {
  max-width: 700px;
  margin: 0 auto;
  padding: 48px 0 45px;
  letter-spacing: .023em;
}

.story-block h2 {
  text-align: center;
  margin-bottom: 28px;
}

.story-block p {
  margin-bottom: 32px;
}

.recipe-container {
  text-align: left;
  padding-bottom: 90px;
}

.recipe-container .image-block {
  margin-bottom: 20px;
}

.recipe-container .image-block img {
  width: 100%;
}

.recipe-container h2 {
  text-align: left;
  margin-bottom: 8px;
  line-height: 1.34;
}

.recipe-container h2 a {
  color: #00243e;
}

.recipe-container h2 a:hover {
  color: #02a58f;
}

.recipe-container p {
  margin-bottom: 20px;
}

.recipe-container .btn {
  letter-spacing: 0.2em;
}

.image-hero-top {
  min-height: 469px;
  position: relative;
}

.image-hero-top .bg-stretch {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.section-success-stories {
  padding-top: 66px;
  padding-bottom: 65px;
}

.section-success-stories .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-success-stories .container:after {
  display: none;
}

.section-success-stories .col-form {
  width: 66.55%;
  letter-spacing: .022em;
}

.section-success-stories .col-form .gform_description {
  display: block;
  margin-bottom: 46px;
}

.section-success-stories .col-form .gform_footer.top_label {
  padding: 5px 0;
  margin-bottom: 30px;
}

.section-success-stories .col-form ul .gfield {
  margin-bottom: 30px;
}

.section-success-stories .col-form ul .gfield > br {
  display: none;
}

.section-success-stories .col-form ul .gfield.gfield_no_follows_desc > strong {
  font-weight: 500;
  font-size: 20px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  padding-top: 20px;
  margin-bottom: 5px;
}

.section-success-stories .col-form ul .gfield.description-item.gfield_html_formatted.gfield_no_follows_desc {
  font-size: 15px;
  line-height: 1.7;
  padding-top: 1px;
  letter-spacing: .022em;
  margin-bottom: 25px;
}

.section-success-stories .col-form ul .gfield .gfield_checkbox li {
  position: relative;
}

.section-success-stories .col-form ul .gfield .gfield_checkbox li input {
  position: absolute;
  top: 0;
  left: -9999px;
}

.section-success-stories .col-form ul .gfield .gfield_checkbox li input:checked + label:before {
  background-color: #02a58f;
}

.section-success-stories .col-form ul .gfield .gfield_checkbox li label {
  font-weight: 500;
  font-size: 17px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
  margin-bottom: 5px;
  padding-left: 49px;
}

.section-success-stories .col-form ul .gfield .gfield_checkbox li label:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  transition: background-color .3s;
}

.section-success-stories .col-form ul label.gfield_label {
  display: none;
}

.section-success-stories .col-form ul label.gfield_label.label-checkbox {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.section-success-stories .col-form .gform_validation_container,
.section-success-stories .col-form .gform_wrapper .gform_validation_container,
.section-success-stories .col-form body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
.section-success-stories .col-form body .gform_wrapper li.gform_validation_container,
.section-success-stories .col-form body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.section-success-stories .col-form .gform_button.button {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  outline: none;
  color: #00243e;
  background-color: #10c1a0;
  text-decoration: none;
  border: none;
  margin: 0;
  padding: 19px 25px 17px;
  min-width: 235px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

.section-success-stories .col-form .gform_button.button:hover {
  background-color: #009b9b;
}

.section-success-stories .col-form textarea {
  height: 300px;
  resize: none;
}

.section-success-stories .col-form input[type="file"] {
  line-height: 1.2;
  font-size: 16px;
}

.section-success-stories .col-form input + .screen-reader-text {
  display: none;
}

.section-success-stories h1 {
  line-height: 1.15;
  font-weight: bold;
  margin-bottom: 22px;
  letter-spacing: -.01em;
}

.section-success-stories .col-info {
  width: 25%;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .02em;
}

.section-success-stories .col-info.mob-only {
  display: none;
}

.section-success-stories .col-info h2 {
  font-weight: bold;
  line-height: 1.778;
  margin-bottom: 17px;
  letter-spacing: 0;
}

.section-success-stories .col-info p {
  margin-bottom: 27px;
}

.section-success-stories .col-info .title {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 17px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  margin-bottom: 6px;
}

.widget-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.author-block {
  position: relative;
  z-index: 2;
  background-color: #ceeb9f;
  margin-bottom: 77px;
}

.author-block .holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 60px 50px 78px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.author-block .img-box {
  width: 22%;
  margin-bottom: 8px;
}

.author-block .img-box img {
  border-radius: 50%;
}

.author-block .text {
  width: 69.8%;
  padding-top: 5px;
}

.author-block .text .title {
  display: block;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #009b9b;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.author-block .text h2 {
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.author-block .text p {
  margin-bottom: 22px;
}

.author-block .text .more {
  font: 700 16px/1.3 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.author-block .text .more:hover {
  color: #00243e;
}

.contact-form-widget {
  margin-bottom: 61px;
}

.section-more {
  text-align: center;
  padding-top: 43px;
  margin-bottom: 28px;
}

.section-more.section-shortpost {
  text-align: left;
  padding-top: 50px;
  margin-bottom: 20px;
}

.section-more.section-shortpost .slider .img-box {
  margin-bottom: 55px;
}

.section-more.section-shortpost .slider .img-box .category {
  left: 0;
  right: 0;
  bottom: -57px;
  transform: none;
  padding-right: 0;
  padding-left: 0;
}

.section-more.section-shortpost .slider .img-box .category:hover {
  background-color: transparent;
  color: #02a58f;
}

.section-more h2 {
  margin-bottom: 34px;
  letter-spacing: 0;
}

.section-more .slick-arrow {
  display: none !important;
}

.section-more .slick-track {
  overflow: hidden;
}

.section-more .slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.section-more .slider * {
  outline: none !important;
}

.section-more .slider .slide {
  width: calc(100% / 3);
  padding: 0 10px 47px;
}

.section-more .slider h3 {
  line-height: 1.35;
  margin: 0 15px;
  text-transform: none;
  letter-spacing: -0.07px;
}

.section-more .slider h3 a {
  color: #00243e;
  text-decoration: none;
}

.section-more .slider h3 a:hover {
  color: #02a58f;
}

.section-more .slider .title {
  position: absolute;
  top: 17%;
  left: 11%;
  max-width: 204px;
  color: #fff;
  text-align: left;
  font: 700 40px/1.26 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.section-more .slider .img-box {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}

.section-more .slider .img-box.bg-light-orange .title {
  color: #00243e;
}

.section-more .slider .img-box img {
  width: 100%;
  max-width: none;
}

.section-more .slider .img-box .icon-play-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 72px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

.section-more .slider .img-box .category {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font: 16px/1.26 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  background-color: #fff;
  color: #00243e;
  text-decoration: none;
  padding: 12px 26px 11px;
  white-space: nowrap;
  transition: background-color .3s, color .3s;
}

.section-more .slider .img-box .category:hover {
  background-color: #02a58f;
  color: #fff;
}

.join-block {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f2f2f2;
  padding: 65px 0 81px;
  margin-bottom: 50px;
  /*testing*/
}

.join-block:before,
.join-block:after {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 174px;
  height: 320px;
  z-index: -1;
  background: url(./images/decor-join-block-01.png) no-repeat;
}

.join-block:after {
  top: auto !important;
  left: auto !important;
  bottom: -20px;
  right: 0;
  width: 247px;
  height: 311px;
  background-image: url(./images/decor-join-block-02.png);
}

.join-block.modified {
  border-top: none;
  background-color: #f2f2f2;
  padding-bottom: 76px;
  margin-bottom: 0;
}

.join-block.modified.signup-section {
  padding: 58px 0 82px;
}

.join-block.modified.signup-section h2 {
  margin-bottom: 41px;
}

.join-block.modified.signup-section .row {
  max-width: 842px;
}

.join-block.modified.signup-section .row .input-box {
  width: 38.5%;
}

.join-block.modified.signup-section .row .input-box.submit {
  width: 23%;
}

.join-block.modified .row input {
  background-color: #fff;
  border-color: #fff;
}

.join-block.join-social {
  padding: 75px 0 65px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.join-block.join-social:before {
  bottom: -17px;
  width: 267px;
  height: 284px;
  background-image: url(./images/decor-onion-02.png);
}

.join-block.join-social:after {
  top: -38px;
  right: -5px;
  width: 200px;
  height: 293px;
  background-image: url(./images/decor-vegetables-03.png);
}

.join-block.join-social h2 {
  margin-bottom: 33px;
}

.join-block .text-block {
  max-width: 900px;
  margin: 0 auto;
}

.join-block h2 {
  color: #00243e;
  margin-bottom: 48px;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: -0.003em;
}

.join-block h2 + p {
  margin-bottom: 36px;
}

.join-block .social {
  font-size: 36px;
}

.join-block .social li {
  margin: 0 19px 10px;
}

.join-block .social a {
  font-size: inherit;
}

.join-block .social a.icon-twitter {
  font-size: 1.1em;
}

.join-block .social a.icon-youtube-play {
  font-size: 1.15em;
}

.join-block .row,
.join-block .row-frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}

.join-block .row .input-box,
.join-block .row-frame .input-box {
  padding: 0 10px;
  width: 39.6%;
}

.join-block .row .input-box.submit,
.join-block .row-frame .input-box.submit {
  width: 20.8%;
}

.join-block .row input[type='text'],
.join-block .row input[type='tel'],
.join-block .row input[type='email'],
.join-block .row input[type='search'],
.join-block .row input[type='password'],
.join-block .row textarea,
.join-block .row-frame input[type='text'],
.join-block .row-frame input[type='tel'],
.join-block .row-frame input[type='email'],
.join-block .row-frame input[type='search'],
.join-block .row-frame input[type='password'],
.join-block .row-frame textarea {
  background: #fff;
  border-color: #fff;
}

.join-block .row button,
.join-block .row-frame button {
  background-color: #10c1a0;
  border: none;
  text-transform: uppercase;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.78;
  font-weight: 700;
  letter-spacing: .11em;
  padding: 14px 20px 13px;
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  transition: background-color .3s;
}

.join-block .row button:hover,
.join-block .row-frame button:hover {
  color: #fff;
  background: #009b9b;
}

.join-block .columns-holder {
  padding: 2px 0 24px;
  text-align: left;
  font: 700 16px/1.75 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -ms-flex-pack: center;
  justify-content: center;
}

.join-block .columns-holder [class^="col-"],
.join-block .columns-holder [class*=" col-"] {
  max-width: 420px;
  padding: 0 16px;
}

.join-block .columns-holder h3 {
  font-size: 30px;
  margin-bottom: 35px;
}

.join-block .benefits {
  counter-reset: item;
}

.join-block .benefits li {
  position: relative;
  padding-left: 63px;
  margin-bottom: 30px;
}

.join-block .benefits li:before {
  content: counter(item) "";
  counter-increment: item;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 28px;
  line-height: 1;
  color: #02a58f;
  width: 38px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(./images/bg-circle-01.png) no-repeat;
}

.join-block .button-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 13px;
}

.join-block .button-holder .btn {
  margin: 0 15px 15px;
}

.data-list {
  color: #00243e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  padding-bottom: 30px;
}

.data-list:last-child {
  padding-bottom: 0;
}

.data-list li:before {
  content: '|';
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.data-list li:first-child:before {
  display: none;
}

.join-section {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 43px 0 39px;
}

.join-section .decor-container .decor {
  position: absolute;
  z-index: -1;
  opacity: 0.18;
}

.join-section .decor-container .decor.decor-leafy-green {
  left: -57px;
  top: -38px;
  width: 142px;
}

.join-section .decor-container .decor.decor-nuts {
  left: 11.85%;
  bottom: -40px;
}

.join-section .decor-container .decor.decor-orange {
  right: 9.5%;
  top: -40px;
  transform: scale(-1, 1);
}

.join-section .decor-container .decor.decor-onion {
  right: -41px;
  bottom: -11px;
  width: 132px;
  transform: scale(-1, 1);
}

.join-section .decor-container .decor .st0 {
  fill: #00243e;
}

.join-section .container *:last-child {
  margin-bottom: 0;
}

.join-section h2 {
  text-transform: none;
  margin-bottom: 16px;
}

.join-section .subscribe-form {
  max-width: 838px;
  margin: 0 auto;
  padding: 14px 0 0;
}

.join-section .subscribe-form input[type='text'],
.join-section .subscribe-form input[type='tel'],
.join-section .subscribe-form input[type='email'],
.join-section .subscribe-form input[type='search'],
.join-section .subscribe-form input[type='password'] {
  height: 50px;
  margin: 0 0 15px;
}

.join-section .subscribe-form .subscribe-form_submit {
  padding-top: 15px;
}

.post-page.search-page {
  padding-top: 79px;
}

.post-page.search-page .news-posts-holder {
  border: 0;
  padding-top: 6px;
}

.post-page.search-page .post-filters .row {
  margin: 0 -25px;
  margin-bottom: 89px;
}

.post-page.search-page .post-filters .col {
  padding: 0 25px;
}

.post-page.search-page .post-filters .col-7 {
  width: 56%;
}

.post-page.search-page .post-filters .col-5 {
  width: 44%;
}

.post-page.recipe-collection .post-holder {
  padding-bottom: 0;
}

.recipe-collection .news-post {
  margin-bottom: 0;
  padding-bottom: 0;
}

.recipe-collection .news-post .post-head {
  padding-bottom: 0;
}

.post-filters {
  margin: 0 auto;
}

.post-filters .post-filters-heading {
  background: #ceeb9f;
  padding: 76px 0 70px;
  text-align: center;
}

.post-filters h2 {
  color: #000;
  margin-bottom: 34px;
}

.post-filters .post-wrap {
  padding: 70px 0 31px;
}

.post-filters .wrap-inner {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.post-filters .row {
  display: -ms-flexbox;
  display: flex;
  margin: 42px -5px 0;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-filters .row:not(:last-child) {
  margin-bottom: 89px;
}

.post-filters .row + .search-result {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: .12em;
  line-height: 1.2;
  margin-bottom: 10px;
  width: 100%;
  padding: 8px 0 0;
}

.post-filters .col {
  padding: 0 5px;
}

.post-filters .col-5 {
  width: 22.5%;
}

.post-filters .col-7 {
  width: 49.5%;
}

.search-holder {
  position: relative;
}

.search-holder.is-change [type="reset"] {
  opacity: 1;
  visibility: visible;
}

.search-holder.is-tags .tags {
  opacity: 1;
  visibility: visible;
}

.search-holder.is-results .search-result {
  opacity: 1;
  visibility: visible;
}

.search-holder .search-result {
  position: absolute;
  bottom: -35px;
  left: 0;
  text-align: right;
  width: 100%;
  letter-spacing: .5px;
  opacity: 0;
  visibility: hidden;
}

.search-holder .tags {
  width: 100%;
  position: absolute;
  bottom: -35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .11em;
  opacity: 0;
  visibility: hidden;
}

.search-holder .tags .title {
  font-weight: 600;
  margin-right: 4px;
  margin-left: -1px;
}

.search-holder .tags ul {
  display: -ms-flexbox;
  display: flex;
  color: #999;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-holder .tags ul li:before {
  content: ', ';
  padding-right: 1px;
}

.search-holder .tags ul li:first-child:before {
  display: none;
}

.search-holder .tags ul a {
  color: #999;
  text-decoration: none;
}

.search-page .select-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 0 -20px;
}

.select-row .col {
  padding: 0 20px;
}

.select-row .col.col-6 {
  width: 50%;
}

.select-row .jcf-select {
  width: 100%;
  margin: 0;
  height: 55px;
  border: none;
  background: #fff;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 60px 15px 29px;
}

.select-row .jcf-select .jcf-select-text {
  font-size: 18px;
  line-height: 22px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-align: left;
  margin: 0;
}

.select-row .jcf-select .jcf-select-text:hover {
  cursor: pointer;
}

.search-page .select-row .jcf-select .jcf-select-text {
  font-size: 27px;
  line-height: 43px;
}

.search-page .select-row .jcf-select .jcf-select-text .jcf-option-option {
  font-size: 20px;
  font-weight: 600;
}

.select-row .jcf-select .jcf-select-opener {
  background-color: transparent;
  width: 62px;
  height: 100%;
}

.select-row .jcf-select .jcf-select-opener:after {
  content: "";
  height: 12px;
  width: 12px;
  border-top: none;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -14px;
  transform: rotate(45deg) translate(-50%, -50%);
}

.search-page .select-row .jcf-select .jcf-select-opener:after {
  height: 9px;
  width: 9px;
}

.select-row .jcf-select.jcf-drop-active .jcf-select-opener {
  transform: scale(1, -1);
}

.select-row .jcf-focus,
.select-row .jcf-focus * {
  border-color: #000 !important;
}

.jcf-select-drop.jcf-select-select-filter {
  background-color: #fff;
  border-bottom: 3px solid #000;
  box-shadow: 0 8px 23px rgba(0, 0, 0, 0.15);
  margin-top: 3px;
  width: 100%;
  min-width: 280px;
}

.jcf-select-drop.jcf-select-select-filter .jcf-list {
  background-color: #fff;
  text-align: left;
}

.jcf-select-drop.jcf-select-select-filter .jcf-select-drop-content {
  border: none;
}

.jcf-select-drop.jcf-select-select-filter .jcf-list .jcf-option {
  height: auto;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  padding: 9px 38px;
}

.jcf-select-drop.jcf-select-select-filter .jcf-list .jcf-option.jcf-hover,
.jcf-select-drop.jcf-select-select-filter .jcf-list .jcf-option.jcf-selected {
  background: #e6e6e6;
}

.jcf-select-drop.jcf-select-select-filter .jcf-list .jcf-option:hover {
  cursor: pointer;
}

.jcf-select-drop.jcf-select-select-filter .jcf-list-content {
  padding: 29px 0;
  max-height: 580px !important;
}

.jcf-select-drop.jcf-select-select-filter.jcf-select-filter-even {
  margin-top: -3px;
  min-width: 476px;
}

.jcf-select-drop.jcf-select-select-filter.jcf-select-filter-even .jcf-list .jcf-option {
  font-size: 20px;
  padding: 11px 49px;
}

.jcf-select-drop.jcf-select-select-filter.jcf-select-filter-even .jcf-list .jcf-option.jcf-option-separated-top {
  margin-top: 42px;
  position: relative;
  overflow: visible;
}

.jcf-select-drop.jcf-select-select-filter.jcf-select-filter-even .jcf-list .jcf-option.jcf-option-separated-top:before {
  content: '';
  position: absolute;
  top: -21px;
  left: 52px;
  right: 52px;
  height: 1px;
  background-color: #000;
}

.jcf-select-drop.jcf-select-select-filter.jcf-select-filter-even .jcf-list .jcf-option.jcf-hover {
  color: #02a58f;
}

.jcf-select-drop.jcf-select-select-filter.jcf-select-filter-even .jcf-list-content {
  padding: 32px 0 36px;
  max-height: 750px !important;
}

.search-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.search-row [type="search"],
.search-row [type="submit"] {
  height: 55px;
}

.search-row [type="search"] {
  background: #fff;
  border-color: #fff;
  width: calc(100% - 74px);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.025em;
  padding: 15px 28px;
}

.search-row [type="search"]::-webkit-input-placeholder {
  color: #999;
}

.search-row [type="search"]::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.search-row [type="search"]:-moz-placeholder {
  color: #999;
}

.search-row [type="search"]:-ms-input-placeholder {
  color: #999;
}

.search-row [type="search"].placeholder {
  color: #999;
}

.search-row [type="submit"] {
  text-align: center;
  width: 74px;
  padding: 0;
  margin: 0;
  display: block;
  background: #10c1a0;
  border: none;
  color: #fff;
}

.search-row [type="submit"]:hover {
  background-color: #009b9b;
}

.search-row [type="submit"]:focus {
  outline: none;
}

.search-row [type="submit"] i {
  vertical-align: middle;
  font-size: 20px;
}

.search-row [type="reset"] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 74px;
  width: 50px;
  font-size: 0;
  background-color: transparent;
  border: none;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.search-row [type="reset"]:before,
.search-row [type="reset"]:after {
  content: "";
  font-size: 90px;
  height: 16px;
  width: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.search-row [type="reset"]:before {
  transform: rotate(-45deg);
}

.search-row [type="reset"]:after {
  transform: rotate(45deg);
}

.search-row [type="reset"]:hover {
  cursor: pointer;
}

.search-row [type="reset"]:focus {
  outline: none;
}

.post-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -25px 42px;
  font-size: 15px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.post-links li {
  padding: 0 25px 11px;
}

.post-links li.is-active a:after {
  width: 30px;
  opacity: 1;
  visibility: visible;
}

.post-links li.is-active a:hover {
  color: inherit;
}

.post-links a {
  text-decoration: none;
  color: #000;
  position: relative;
}

.post-links a:hover {
  color: #009b9b;
}

.post-links a:after {
  transition: all .3s ease-in-out;
  content: "";
  background-color: #009b9b;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.post-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.post-view b {
  font-size: 13px;
  font-weight: 600;
  margin-right: 28px;
  margin-left: -1px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
}

.post-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  font-size: 20px;
  margin: 0 0 -10px;
}

.post-grid li {
  padding: 0 0 10px;
}

.post-grid li:not(:last-child) {
  padding-right: 22px;
}

.post-grid li.is-active span {
  color: #999;
}

.post-grid span {
  color: #000;
  text-decoration: none;
  display: block;
}

.post-grid span:hover {
  color: #999;
}

.post-grid i {
  font-size: 27px;
}

.post-item {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.post-item.post-simple {
  padding-top: 0;
  padding-bottom: 0;
}

.post-item.post-simple.img-right .content-block,
.post-item.post-simple.img-left .content-block {
  border: none;
}

.post-item.post-simple.img-right .content-block {
  padding-left: 0;
  padding-right: 90px;
}

.post-item.post-simple .row {
  height: 100%;
  min-height: 560px;
}

.post-item.post-simple .content-block {
  border: none;
}

.post-item.post-simple h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .6px;
  margin-bottom: 28px;
}

.post-item.post-simple a {
  text-decoration: none;
}

.post-item.promo {
  text-align: center;
  padding: 0;
}

.post-item.promo.promo-uncontainered .container {
  padding: 0;
}

.post-item.promo.promo-uncontainered .row {
  padding: 42px 10% 51px;
}

.post-item.promo .row {
  background-color: #f2f2f2;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-item.promo a.row {
  min-height: 350px;
  height: auto;
  padding: 56px 10% 47px;
  text-decoration: none;
}

.post-item.promo a.row.pink {
  color: #fff;
  background: #fe7178;
}

.post-item.promo a.row.pink:hover {
  background: #fe5860;
}

.post-item.promo a.row.pink h3 span:last-child {
  color: #00243e;
}

.post-item.promo a.row.dark-blue {
  color: #fff;
  background: #00243e;
}

.post-item.promo a.row.dark-blue:hover {
  background: #003358;
}

.post-item.promo a.row.dark-blue h3 span:last-child {
  color: #02a58f;
}

.post-item.promo a.row.yellow {
  color: #fff;
  background: #fcd662;
}

.post-item.promo a.row.yellow:hover {
  background: #fccf49;
}

.post-item.promo a.row.yellow .icon-block {
  color: #00243e;
}

.post-item.promo a.row.yellow h3 span:last-child {
  color: #00243e;
}

.post-item.promo a.row h3 {
  color: #fff;
}

.post-item.promo a.row h3 span {
  display: block;
}

.post-item.promo .category {
  display: none;
}

.post-item.promo h3 {
  font-size: 34px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 17px;
  transition: color 0.3s;
}

.post-item.promo p {
  margin-bottom: 35px;
}

.post-item.promo-full {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 90px;
}

.post-item.promo-full .container {
  max-width: 970px;
}

.post-item.promo-full .row {
  min-height: 350px;
  height: auto;
  background-color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 56px 8.1% 47px;
  position: relative;
}

.post-item.promo-full .category {
  display: none;
}

.post-item.promo-full h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 17px;
}

.post-item.promo-full p {
  margin-bottom: 35px;
}

.post-item.promo-full p + .rating-stars {
  margin-top: -13px;
}

.post-item.promo-full .bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.post-item.home-banner .category {
  display: block;
  width: 100%;
}

.post-item.post-banner .row {
  height: 490px;
}

.post-item.post-banner .img-block {
  width: 52%;
}

.post-item.post-banner .img-block .bg-stretch {
  width: calc(47.4% + 46px);
  background-position: center right;
}

.post-item.post-banner .content-block {
  width: 48%;
}

.post-item.post-banner h3 {
  font-size: 36px;
  margin-bottom: 19px;
}

.post-item.post-banner p {
  margin-bottom: 33px;
}

.post-item.post-banner .btn + p {
  margin-top: 25px;
}

.post-item:not(:last-child) {
  margin-bottom: 31px;
}

.post-item:last-of-type,
.post-item.promo-full {
  margin-bottom: 0;
}

.post-item.img-right .img-block {
  -ms-flex-order: 2;
  order: 2;
}

.post-item.img-right .img-block .bg-stretch {
  left: auto;
  right: 0;
}

.post-item.img-right .content-block {
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 90px;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  background: #fff;
  z-index: 2;
  border: 3px solid #000;
  padding-left: 70px;
  background-color: transparent;
}

.post-item.img-right .img-block {
  width: 50%;
}

.post-item.img-left .row {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-item.img-left .img-block .bg-stretch {
  right: auto;
  left: 0;
}

.post-item.img-left .content-block {
  padding-left: 90px;
  padding-right: 70px;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #000;
  position: relative;
  z-index: 2;
}

.post-item.post-article {
  width: 100%;
  padding: 0;
}

.post-item.post-article .img-block {
  height: 293px;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.post-item.post-article .img-block img {
  width: 100%;
}

.post-item.post-article .content-block {
  width: 100%;
  padding-left: 0;
}

.post-item.post-article .content-block a {
  color: #000;
  text-decoration: none;
}

.post-item.post-article .content-block a:hover {
  color: #02a58f;
}

.post-item.post-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.post-item.post-intro:not(:last-child) {
  margin-bottom: 41px;
}

.post-item.post-intro .img-block {
  width: 195px;
  position: relative;
  height: 110px;
}

.post-item.post-intro .img-block img {
  width: 100%;
}

.post-item.post-intro .content-block {
  width: calc(100% - 195px);
  padding-left: 39px;
}

.post-item.post-book {
  margin-bottom: 0;
}

.post-item.post-book.img-right .img-block {
  text-align: left;
  padding-right: 0;
  padding-left: 31px;
}

.post-item.post-book.img-right .img-block:before {
  right: auto;
  left: 18.7%;
}

.post-item.post-book.img-right .content-block {
  padding-left: 0;
}

.post-item.post-book .row {
  height: 400px;
}

.post-item.post-book h3 {
  font-size: 27px;
}

.post-item.post-book .img-block {
  width: 38%;
  position: relative;
  padding-right: 31px;
  text-align: right;
  margin-bottom: 30px;
}

.post-item.post-book .img-block:before {
  content: "";
  height: calc(100% + 130px);
  width: 400%;
  position: absolute;
  top: -65px;
  right: 18.7%;
  border: 3px solid #000;
  z-index: -1;
}

.post-item.post-book img {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.post-item.post-book .content-block {
  width: 62%;
  border: none;
}

.post-item.post-book .category {
  font-style: italic;
}

.post-item.post-modified {
  text-align: left;
}

.post-item.post-modified .container {
  max-width: 1112px;
}

.post-item.post-modified .row {
  padding: 129px 7% 129px 8%;
}

.post-item.post-kits {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.post-item.post-kits.img-right .img-block {
  text-align: left;
  padding-right: 0;
  padding-left: 46px;
}

.post-item.post-kits.img-right .img-block:before {
  right: auto;
  left: 0;
}

.post-item.post-kits.img-right .content-block {
  padding-left: 0;
  padding-right: 100px;
}

.post-item.post-kits .row {
  height: auto;
}

.post-item.post-kits h3 {
  font-size: 27px;
}

.post-item.post-kits .img-block {
  width: 36%;
  position: relative;
  padding-right: 46px;
  text-align: right;
}

.post-item.post-kits .img-block:before {
  content: "";
  height: calc(100% - 230px);
  width: 400%;
  position: absolute;
  top: 114px;
  right: 0;
  border: 3px solid #000;
  z-index: -1;
}

.post-item.post-kits img {
  margin-bottom: -93px;
}

.post-item.post-kits .content-block {
  width: 64%;
  border: none;
  padding-left: 100px;
}

.post-item .btn-holder {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 14px;
}

.post-item .btn-holder a {
  margin: 0 10px 14px;
}

.post-item .marker {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 600;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 12px;
  letter-spacing: .4px;
}

.post-item .label-block {
  text-align: right;
  width: 100%;
}

.post-item .label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  background: #f58747;
  text-transform: uppercase;
  padding: 10px 49px 10px 51px;
  margin: -26px -15.1% 0 0;
  letter-spacing: 0.12em;
  font: 600 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.post-item .label:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border: solid;
  border-width: 18px 0 18px 10px;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
}

.post-item .label:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -16px;
  border: solid;
  border-width: 0 0 16px 20px;
  border-color: transparent transparent transparent #63371d;
  width: 0;
  height: 0;
}

.post-item .label sup {
  font-size: 60%;
}

.post-item .row {
  height: 392px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item .img-block {
  width: 54%;
  z-index: 1;
}

.post-item .img-block .bg-stretch {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 46%;
  height: 100%;
  width: calc(50% + 46px);
}

.post-item .btn-video-play {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 75px;
  color: #fff;
  margin: auto;
  height: 75px;
  width: 75px;
  z-index: 9;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: background-color .3s ease-in-out;
}

.post-item .btn-video-play:hover {
  background-color: transparent;
}

.post-item .content-block {
  width: 46%;
  padding-left: 70px;
}

.post-item .category {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding-bottom: 7px;
  letter-spacing: 1.7px;
}

.post-item .category:last-child {
  padding-bottom: 0;
}

.post-item .category a {
  color: #000;
  text-decoration: none;
}

.post-item h3:last-child,
.post-item p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-item h3 {
  line-height: 1.36;
  font-size: 20px;
  text-transform: none;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 23px;
}

.post-item h3 a {
  color: #000;
  text-decoration: none;
}

.post-item h3 a:hover {
  color: #02a58f;
}

.post-item h2 {
  line-height: 1.3;
  margin-bottom: 25px;
}

.post-item h2 a {
  color: #000;
  text-decoration: none;
}

.post-item p {
  margin-bottom: 26px;
  letter-spacing: .6px;
  width: 100%;
}

.post-item p.custom-txt {
  font: 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.post-item p.text-xl {
  font-size: 20px;
}

.post-item p.text-sm sup {
  font-size: 60%;
  letter-spacing: 0.06em;
}

.post-item strong {
  font-weight: 400;
  color: #009b9b;
}

.post-item .icon-block {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  font-size: 56px;
}

.post-item .btn + p {
  margin-top: 14px;
}

.post-item .button {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  letter-spacing: 1.7px;
}

.post-item + .links-list {
  padding-top: 26px;
}

.post-item blockquote {
  margin: 0 0 22px;
}

.post-item blockquote:before,
.post-item blockquote:after {
  display: block;
}

.post-item .name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.post-item .name a {
  color: #000;
}

.post-item .name a:hover {
  color: #02a58f;
}

.post-item .left {
  width: 53%;
}

.post-item .right {
  width: 47%;
  position: relative;
  padding-left: 15%;
}

.post-item .right:after {
  content: "";
  height: calc(100% + 140px);
  width: 400%;
  position: absolute;
  top: -70px;
  left: 12%;
  border: 3px solid #000;
  z-index: 1;
}

.post-item .right .inner {
  position: relative;
  z-index: 2;
}

.post-item .right p {
  font-size: 14px;
}

.post-item .price {
  font-size: 20px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 45px;
  z-index: 9;
  position: relative;
}

.post-item .price b {
  font-size: 36px;
  display: block;
  font-weight: 700;
  padding-bottom: 9px;
}

.rating-stars {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #02a58f;
  padding-bottom: 27px;
}

.rating-stars .amount {
  padding-right: 9px;
  letter-spacing: 0.02em;
  display: block;
}

.post-holder.post-home {
  padding-bottom: 72px;
}

.post-holder.post-home > .container {
  border-top: 3px solid #000;
  padding-top: 64px;
}

.post-holder.post-home h2 {
  line-height: 1.45;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 65px;
}

.post-holder.post-home .post-item .row {
  height: 259px;
}

.post-holder.post-home .post-item h3 {
  margin-bottom: 10px;
}

.post-holder.post-home .post-item p {
  margin-bottom: 12px;
}

.post-social {
  padding: 57px 0 57px;
}

.popup {
  display: none;
  padding: 0;
  margin: 0;
}

.popup-wrapper {
  padding: 35px 20px;
}

.popup-video {
  width: 900px;
  max-width: 100%;
}

.popup-video #video-vimeo,
.popup-video #video {
  width: 800px;
  height: 600px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.section-promopost {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-promopost .container {
  max-width: 900px;
}

.section-promopost .bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.post-articles-holder {
  padding-top: 70px;
}

.post-articles-holder .top-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 35px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-articles-holder .top-wrap h2 {
  width: calc(100% - 90px);
  margin-bottom: 0;
}

.post-articles-holder .top-wrap .button {
  max-width: 90px;
  line-height: 1.2;
  margin-top: 8px;
}

.post-articles-holder .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px;
}

.post-articles-holder .row > .col {
  padding: 0 50px;
}

.post-articles-holder .row > .col-6 {
  width: 50%;
}

.post-story {
  border-top: 3px solid #000;
  padding-top: 38px;
  padding-bottom: 64px;
}

.links-list li {
  padding: 15px 0 17px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

.links-list li:first-child {
  border-top: 1px solid #ccc;
}

.links-list li.video-item {
  padding-left: 44px;
  position: relative;
}

.links-list a:not([class]) {
  text-decoration: none;
  color: #000;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
}

.links-list a:not([class]):hover {
  color: #009b9b;
}

.links-list i {
  font-size: 30px;
  position: absolute;
  top: 14px;
  left: 0;
}

.filter-by {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  padding-bottom: 16px;
  font-size: 13px;
}

.filter-by .title {
  padding-right: 35px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.filter-by .post-links {
  margin-bottom: 0;
  margin-bottom: -11px;
  font-size: 13px;
}

.filter-by .post-links li {
  padding-right: 33px;
}

.filter-by .post-links li.is-active a {
  color: #000;
  background: none;
}

.filter-by .post-links a {
  color: #999;
}

.filter-by .post-links a:hover {
  color: #000;
}

.filter-by .post-links a:after {
  display: none;
}

.pagination {
  margin: 0 -45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 0 80px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.pagination li {
  padding: 0 11px;
}

.pagination li.is-active strong:after {
  opacity: 1;
  visibility: visible;
}

.pagination li.disabled a {
  background-color: #f2f2f2;
  color: #999;
  cursor: default;
  pointer-events: none;
}

.pagination li.prev,
.pagination li.next {
  padding: 0 45px;
}

.pagination a:not(.btn),
.pagination strong,
.pagination span {
  text-decoration: none;
  color: #000;
  position: relative;
  min-width: 18px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.pagination a:not(.btn):after,
.pagination strong:after,
.pagination span:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}

.pagination a:not(.btn):hover {
  color: #009b9b;
}

.pagination .btn {
  font-size: 14px;
  font-weight: 700;
  min-width: 100px;
  padding: 20px 15px 19px;
}

.category-block-holder {
  padding: 57px 0;
  background: #ceeb9f;
}

.category-block-holder h2 {
  margin: 0 60px 13px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  color: #000;
}

.category-block-holder .intro-heading {
  font-size: 18px;
  line-height: 1.78;
  max-width: 770px;
  padding-bottom: 20px;
}

.category-intro {
  position: relative;
}

.category-slider {
  text-align: center;
  position: relative;
}

.category-slider .slick-list {
  margin: 0 -10px;
}

.category-slider .item {
  padding: 0 10px;
}

.category-slider .img-block {
  position: relative;
}

.category-slider .img-block img {
  width: 100%;
}

.category-slider .content-block {
  width: 100%;
  padding: 0 1px;
  border: none;
  -ms-flex-align: center;
  align-items: center;
}

.category-slider .category {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding-bottom: 7px;
  letter-spacing: 1.7px;
  padding: 0 10px;
  width: auto;
  position: relative;
  z-index: 10;
  margin-top: -46px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  height: 46px;
}

.category-slider .category span,
.category-slider .category a {
  height: 100%;
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 14px 20px 10px;
  line-height: 1.78;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s, background 0.3s;
}

.category-slider .category span:hover,
.category-slider .category a:hover {
  background-color: #02a58f;
  color: #fff;
}

.category-slider h3 {
  font: 700 13px/1.54 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.027em;
  margin-top: 16px;
  margin-bottom: 0;
}

.category-slider h3 a {
  text-decoration: none;
  color: #000;
}

.category-slider h3 a:hover {
  color: #02a58f;
}

.category-nav .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -5px;
  font-size: 0;
  text-indent: -999px;
  border: none;
  background-color: transparent;
  padding: 0;
  height: 20px;
  width: 20px;
}

.category-nav .slick-arrow:hover:after {
  border-color: #02a58f;
}

.category-nav .slick-arrow:after {
  content: "";
  height: 10px;
  width: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(54deg) skew(21deg);
  transition: border 0.3s ease-in-out;
}

.category-nav .slick-arrow.slick-prev {
  right: 27px;
  transform: scale(-1, 1);
}

.news-post {
  position: relative;
  padding-top: 80px;
  margin: 0 0 49px;
  display: block;
}

.news-post .breadcrumbs {
  margin-bottom: 28px;
}

.news-post .img-block {
  position: relative;
  margin-bottom: 53px;
}

.news-post .img-block img {
  width: 100%;
  max-width: none;
}

.news-post .post-head {
  padding-left: 6.2%;
  padding-bottom: 60px;
}

.news-post .post-info {
  font-size: 15px;
  padding: 2px 51px 0 0;
  letter-spacing: .02em;
}

.news-post .author {
  position: absolute;
  top: 0;
  font: 500 10px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  right: 0;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .1em;
  z-index: 5;
  padding: 12px 37px 10px 41px;
  background-color: rgba(255, 255, 255, 0.5);
}

.news-post .modified {
  border: none;
  margin-bottom: 0;
}

.news-post .modified .frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.news-post .modified .img-block {
  width: 62%;
  margin-bottom: 62px;
}

.news-post .modified .box-post-control {
  width: 100%;
}

.news-post .modified .author {
  padding: 12px 40px 10px;
}

.news-post .modified .head-main {
  width: 38%;
  padding: 0 0 46px 7.3%;
}

.news-post .modified .head-main h1 {
  line-height: 1.15;
  text-transform: none;
}

.news-post .box-post-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li {
  padding: 0;
  margin-right: 60px;
}

.news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li i {
  float: left;
  font-size: 27px;
  margin-right: 18px;
  color: #02a58f;
}

.news-post .s-box .title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 18px;
  letter-spacing: -.004em;
}

.news-post .s-box .col-8 {
  padding-left: 6.2%;
}

.news-post .s-box .col > .post-content {
  margin-bottom: 32px;
}

.news-post .s-box .col > .post-content .box {
  overflow: hidden;
  padding-bottom: 2px;
}

.news-post .s-box .col > .post-content .box p {
  margin-bottom: 18px;
}

.news-post .s-box .sources-block {
  border-top: 3px solid #000;
}

.news-post .s-box .sources-block.accordion li .opener {
  padding: 20px 40px 16px 0;
}

.news-post .s-box .sources-block.accordion li .opener:first-child {
  border-top: none;
}

.news-post .s-box .sources-block.accordion .slide {
  max-width: 100%;
  font-size: 15px;
  padding-bottom: 11px;
}

.news-post .s-box .sources-block ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.news-post .s-box .sources-block ol li {
  counter-increment: step-counter;
  margin-bottom: 23px;
  letter-spacing: .022em;
  list-style-type: none;
}

.news-post .s-box .sources-block ol li:before {
  content: "[" counter(step-counter, lower-roman) "]";
  font-weight: normal;
  float: left;
  margin-right: 5px;
}

.news-post .s-box .sources-block ol li a {
  text-decoration: none;
}

.post-content .text-frame {
  padding-bottom: 23px;
}

.post-content .compilation-block p {
  margin-bottom: 20px;
}

.post-content h2 {
  margin-bottom: 20px;
}

.post-content p {
  margin-bottom: 10px;
}

.post-content p + h2,
.post-content p + h3 {
  padding-top: 20px;
}

.post-content h3 {
  margin-bottom: 20px;
}

.section-own-success {
  padding-bottom: 60px;
}

.section-own-success .row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-own-success .col-content {
  width: 50%;
  padding: 49px 67px 58px;
  background-color: #f2f2f2;
}

.section-own-success h2 {
  line-height: 1.6;
}

.section-own-success p {
  margin-bottom: 2em;
}

.section-own-success .col-image {
  width: 50%;
  position: relative;
}

.section-own-success .col-image .bg-stretch {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* styles for inline ad and new sidebar news */

.content-inline-ad,
.up-next-article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.67;
  padding: 70px 0 80px;
  max-width: 620px;
}

.content-inline-ad + .inline-ads-block,
.up-next-article + .inline-ads-block {
  margin-top: -25px;
}

.content-inline-ad > a,
.up-next-article > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #00243e;
}

.content-inline-ad > a:hover,
.up-next-article > a:hover {
  color: #02a58f;
}

.content-inline-ad > a:hover .heading span,
.up-next-article > a:hover .heading span {
  color: #02a58f;
}

.content-inline-ad .image-block,
.up-next-article .image-block {
  margin: 0 20px 0 0;
}

.content-inline-ad .description,
.up-next-article .description {
  -ms-flex: 1;
  flex: 1;
}

.content-inline-ad .heading,
.up-next-article .heading {
  color: #02a58f;
  display: block;
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.content-inline-ad .heading span,
.up-next-article .heading span {
  color: #00243e;
  transition: color 0.3s;
}

.content-inline-ad p,
.up-next-article p {
  margin-bottom: 0;
}

.content-inline-ad .date,
.up-next-article .date {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.up-next-article {
  font: 700 20px/1.36 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.07px;
  max-width: none;
}

.up-next-article .description {
  max-width: 340px;
}

.related-news {
  padding-bottom: 44px;
  font: 20px/1.36 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.related-news .image-block {
  margin-bottom: 19px;
}

.related-news .image-block img {
  margin-bottom: 26px;
}

.related-news .heading {
  font-weight: 600;
}

.related-news a {
  color: #00243e;
}

.related-news a:hover {
  color: #02a58f;
}

.related-news .date {
  display: block;
  font-size: 15px;
  letter-spacing: 0.027em;
  text-transform: uppercase;
}

.heading-news {
  font: 20px/1.3 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 24px;
}

.news-page {
  padding-top: 14px;
  padding-bottom: 70px;
}

.news-page .section-more h2 {
  margin-bottom: 34px;
}

.news-page .pagination {
  padding-top: 50px;
  padding-bottom: 69px;
}

.news-page .tab-content {
  position: relative;
  overflow: hidden;
}

.news-page .tab-content .js-tab-hidden {
  position: absolute;
  top: -99999px;
  left: 0;
  max-width: 100%;
}

.news-posts-holder {
  border: 3px solid #000;
  border-width: 3px 0;
  margin-top: -21px;
  padding-top: 56px;
  margin-bottom: 9px;
}

.news-posts-holder .heading {
  text-align: center;
  padding-top: 5px;
  margin-bottom: 26px;
}

.news-posts-holder .post-headline {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: .143em;
  line-height: 1.4;
  margin-bottom: 10px;
  overflow: hidden;
  margin-bottom: 38px;
}

.news-posts-holder .post-headline p {
  margin-bottom: 20px;
}

.news-posts-holder .post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.news-posts-holder .post time {
  display: block;
  font-size: 15px;
  margin-top: -12px;
  margin-bottom: 2px;
}

.news-posts-holder .post .img-box {
  width: 31.6%;
}

.news-posts-holder .post p {
  margin-bottom: 2px;
}

.news-posts-holder .post p a {
  color: #000;
  text-decoration: none;
}

.news-posts-holder .post p a:hover {
  color: #02a58f;
}

.news-posts-holder .post .category {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.news-posts-holder .post .category a {
  color: #000;
  text-decoration: none;
}

.news-posts-holder .post .category a:hover {
  color: #02a58f;
}

.news-posts-holder .post .category-list {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
}

.news-posts-holder .post .category-list li:not(:first-child) {
  position: relative;
  padding-left: 27px;
}

.news-posts-holder .post .category-list li:not(:first-child):before {
  content: "";
  height: 5px;
  width: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 7px;
  left: 10px;
  margin: auto;
  transform: rotate(54deg) skew(21deg);
}

.news-posts-holder .post .category-list a {
  color: #000;
  text-decoration: none;
}

.news-posts-holder .post .category-list a:hover {
  color: #02a58f;
}

.news-posts-holder .post .btn.btn-mob {
  display: none;
}

.news-posts-holder .post h3 {
  line-height: 1.35;
  margin: 0 0 17px;
  letter-spacing: 0;
  text-transform: none;
}

.news-posts-holder .post h3 a {
  text-decoration: none;
  color: #000;
}

.news-posts-holder .post h3 a:hover {
  color: #02a58f;
}

.news-posts-holder .post-content {
  width: 68.4%;
  padding: 14px 0 0 60px;
  letter-spacing: .025em;
}

.compilation-block {
  max-width: 688px;
  padding-bottom: 79px;
}

.compilation-block .image-block {
  margin-bottom: 20px;
}

.compilation-block h2 {
  line-height: 1.34;
  letter-spacing: 0;
  margin-bottom: 9px;
}

.compilation-block h2 a {
  color: #00243e;
}

.compilation-block h2 a:hover {
  color: #02a58f;
}

.compilation-block .btn {
  letter-spacing: 0.2em;
}

.posts-sort {
  margin: 0 0 88px;
}

.posts-sort .filter-opener {
  display: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.posts-sort .filter-opener i {
  display: block;
  line-height: 38px;
  position: relative;
  width: 38px;
  height: 38px;
}

.posts-sort .filter-opener i:before {
  text-indent: -9999px;
  overflow: hidden;
  height: 7px;
  width: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(144deg) skew(21deg) translateX(-50%) translateY(-50%);
  margin: -4px 0 0 -10px;
}

.posts-sort.active .filter-opener i:before {
  margin: -2px 0 0 2px;
  transform: rotate(-35deg) skew(21deg) translateX(-50%) translateY(-50%);
}

.posts-sort ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.posts-sort li {
  padding: 0 25px 11px;
}

.posts-sort li.active a:hover {
  color: inherit;
}

.posts-sort li.active a:after {
  width: 30px;
  opacity: 1;
  visibility: visible;
}

.posts-sort li a {
  color: #00243e;
  text-decoration: none;
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}

.posts-sort li a:hover {
  color: #009b9b;
}

.posts-sort li a:after {
  transition: all .3s ease-in-out;
  content: "";
  background-color: #009b9b;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.featured-block-holder {
  padding: 58px 0 69px;
}

.featured-block-holder .top-wrap {
  position: relative;
  padding-bottom: 27px;
}

.featured-block-holder .button {
  position: absolute;
  bottom: 7px;
  right: 70px;
}

.featured-block-holder .featured-slider.post-holder.is-grid {
  padding: 0;
  margin: 0 -20px;
  max-width: none;
}

.featured-block-holder .featured-slider.post-holder.is-grid .post-item {
  padding: 0 20px;
  width: 25%;
  text-align: left;
}

.featured-block-holder .featured-slider.post-holder.is-grid .post-item .btn-video-play {
  width: 46px;
  height: 46px;
  font-size: 46px;
}

.featured-block-holder .featured-slider.post-holder.is-grid .post-item .title {
  display: block;
  color: #00243e;
  letter-spacing: -0.01em;
}

.featured-block-holder .featured-slider.post-holder.is-grid .post-item .title a {
  color: inherit;
}

.featured-block-holder .featured-slider.post-holder.is-grid .post-item .title a:hover {
  color: #02a58f;
}

.featured-block-holder .featured-slider.post-holder.is-grid .img-block {
  height: auto;
  margin-bottom: 22px;
}

.featured-block-holder .featured-slider.post-holder.is-grid .img-block img {
  width: 100%;
}

.featured-slider,
.menu-slider,
.health-topics-slider {
  display: -ms-flexbox;
  display: flex;
}

.featured-slider .slick-arrow,
.menu-slider .slick-arrow,
.health-topics-slider .slick-arrow {
  position: absolute;
  top: -64px;
  right: 19px;
  font-size: 0;
  text-indent: -999px;
  border: none;
  background-color: transparent;
  padding: 0;
  height: 20px;
  width: 20px;
  z-index: 99;
}

.featured-slider .slick-arrow:hover:after,
.menu-slider .slick-arrow:hover:after,
.health-topics-slider .slick-arrow:hover:after {
  border-color: #03d7bb;
}

.featured-slider .slick-arrow:after,
.menu-slider .slick-arrow:after,
.health-topics-slider .slick-arrow:after {
  content: "";
  height: 16px;
  width: 16px;
  border-top: 4px solid #02a58f;
  border-right: 4px solid #02a58f;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg) skew(0);
  transition: border 0.3s;
}

.featured-slider .slick-arrow.slick-prev,
.menu-slider .slick-arrow.slick-prev,
.health-topics-slider .slick-arrow.slick-prev {
  right: 46px;
  transform: scale(-1, 1);
}

.brands-holder {
  padding: 58px 0 82px;
}

.brands-holder h2 {
  margin-bottom: 37px;
  text-align: center;
}

.brands-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.brands-product .item {
  max-width: 16.6%;
  padding: 0 10px;
}

.brands-product a {
  display: block;
}

.brands-product img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.tool-section {
  padding-top: 61px;
  padding-bottom: 93px;
}

.tool-section .tool-list {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 41px;
}

.tool-section .tool-list li {
  padding: 0 24px;
}

.tool-section .tool-list i {
  display: block;
}

.tool-section .tool-list i.icon-planner {
  font-size: 45px;
}

.tool-section .tool-list i.icon-cooking {
  font-size: 43px;
}

.tool-section .tool-list i.icon-phone-mod {
  font-size: 42px;
}

.tool-section .tool-list i.icon-book {
  font-size: 40px;
  padding-top: 2px;
}

.tool-heading {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 40px;
  letter-spacing: .022em;
}

.tool-heading h1 {
  margin-bottom: 27px;
  letter-spacing: 0;
}

.product-post {
  margin-bottom: 4px;
  padding: 33px 0;
}

.product-post.discount-item .col-6-5 .ico-tool-box {
  background: #000;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 30px 36px;
  text-transform: none;
}

.product-post.discount-item .col-6-5 .ico-tool-box .title-ico {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0;
}

.product-post.discount-item .col-6-5 .ico-tool-box .discount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #f58747;
  margin: 0 0 -14px;
  text-transform: uppercase;
  font: 23px/1 "Freehand575", "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
}

.product-post.discount-item .col-6-5 .ico-tool-box .discount span {
  display: block;
}

.product-post.discount-item .col-6-5 .ico-tool-box .discount .number {
  font-size: 90px;
  letter-spacing: -0.01em;
  margin: 0 6px 0 0;
}

.product-post.discount-item .col-6-5 .ico-tool-box .discount .frame-block {
  text-align: left;
  margin-top: -16px;
}

.product-post.discount-item .col-6-5 .ico-tool-box .discount .percent {
  font-size: 40px;
  margin: 0 0 -4px 3px;
}

.product-post .store-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1px;
}

.product-post .store-box span {
  display: block;
  margin: 0 20px 0 0;
}

.product-post .store-box span a {
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
}

.product-post .store-box span a:hover {
  opacity: 0.8;
}

.product-post .store-box + .btn-box {
  margin-top: 20px;
}

.product-post .holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-post .col-6-5 {
  width: 50%;
  position: relative;
}

.product-post .col-6-5 .ico-tool-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  text-align: center;
  color: #fff;
  padding: 42px 30px 0 32px;
  text-transform: uppercase;
}

.product-post .col-6-5 .ico-tool-box i {
  display: block;
  height: 85px;
  margin-bottom: 19px;
  padding-left: 8px;
}

.product-post .col-6-5 .ico-tool-box .title-ico {
  font: 500 13px/1.4 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  letter-spacing: .12em;
}

.product-post .col-6-5 picture {
  display: block;
}

.product-post .col-6-5 picture img {
  width: 100%;
  max-width: none;
}

.product-post .col-6 {
  width: 54.3%;
  margin-left: -4.3%;
  border: 3px solid #000;
  z-index: 3;
}

.product-post .post-content {
  padding: 35px 45px 42px 117px;
  letter-spacing: .022em;
}

.product-post.post-right .col-6 {
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: -4.3%;
}

.product-post.post-right .col-6-5 {
  -ms-flex-order: 2;
  order: 2;
}

.product-post.post-right .post-content {
  padding: 35px 65px 42px 92px;
  letter-spacing: .022em;
}

.product-post p {
  margin-bottom: 29px;
}

.product-post h2 {
  letter-spacing: -.002em;
  margin-bottom: 23px;
  line-height: 1.5;
}

.contributors-page {
  padding-top: 59px;
  padding-bottom: 0;
}

.contributors-page.contributors-detail-page {
  padding-top: 0;
}

.contributors-page.contributors-detail-page .news-posts-holder {
  border: none;
  margin-top: 0;
  padding-bottom: 51px;
}

.contributors-page .post-item {
  margin-bottom: 70px;
}

.contributors-page .post-item .row {
  padding: 42px 10% 51px;
}

.contributors-intro-post {
  padding: 74px 0 44px;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}

.contributors-intro-post .control-line {
  padding-bottom: 15px;
}

.contributors-intro-post .control-line a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: .12em;
}

.contributors-intro-post .post-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contributors-intro-post .post-content .image-col {
  width: 43.35%;
  padding-top: 9px;
}

.contributors-intro-post .post-content .image-col img {
  width: 100%;
  max-width: none;
}

.contributors-intro-post .post-content a {
  text-decoration: none;
}

.contributors-intro-post .post-content .content-col {
  width: 50%;
  letter-spacing: .023em;
}

.contributors-intro-post .post-content .content-col h2 {
  line-height: 1.5;
  letter-spacing: -.008em;
}

.contributors-intro-post .post-content .content-col p {
  margin-bottom: 32px;
}

.contributors-intro-post .social {
  padding-top: 11px;
}

.contributors-heading {
  text-align: center;
  max-width: 970px;
  margin: 0 auto 56px;
  letter-spacing: .022em;
  overflow: hidden;
}

.contributors-heading h1 {
  margin-bottom: 11px;
  letter-spacing: 0;
}

.contributors-heading p {
  margin-bottom: 20px;
}

.contributors-holder {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0 0;
}

.contributors-holder .col-3 {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 53px;
  text-align: center;
}

.contributors-holder .col-3 .contributor-box > .img {
  display: block;
  overflow: hidden;
}

.contributors-holder .col-3 picture {
  display: block;
  margin-bottom: 26px;
}

.contributors-holder .col-3 picture img {
  width: 100%;
  max-width: none;
}

.contributors-holder .col-3 .title {
  display: block;
  padding: 0 20px;
  text-transform: uppercase;
  color: #000;
  font: 700 13px/1.55 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: .12em;
}

.contributors-holder .col-3 .title a {
  color: #000;
  text-decoration: none;
}

.contributors-holder .col-3 .title a:hover {
  color: #02a58f;
}

.film-page {
  padding: 0;
}

.film-page .post-item .row {
  height: auto;
}

.film-page .section-video {
  max-width: 1050px;
  margin: 0 auto 80px;
  padding-top: 17px;
}

.banner-post-heading {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 0 83px;
  letter-spacing: 0.36px;
  overflow: hidden;
}

.banner-post-heading + .anchor-nav {
  margin-top: -83px;
}

.banner-post-heading .container {
  max-width: 900px;
  padding-top: 81px;
  padding-bottom: 81px;
  position: relative;
  z-index: 1;
}

.banner-post-heading .decor-images .decor {
  position: absolute;
  z-index: -1;
}

.banner-post-heading .decor-images .decor.decor-potato {
  top: -73px;
  left: -17.7%;
}

.banner-post-heading .decor-images .decor.decor-broccoli {
  bottom: -20px;
  left: -20%;
}

.banner-post-heading .decor-images .decor.decor-leafy-green {
  top: 15px;
  right: -21.5%;
  transform: scale(-1, 1);
}

.banner-post-heading .decor-images .decor.decor-orange {
  bottom: -36px;
  right: -8.8%;
  transform: scale(-1, 1);
}

.banner-post-heading .decor-images .decor .st0 {
  fill: #02a58f;
}

.banner-post-heading .title {
  display: block;
  text-transform: uppercase;
  font: 700 16px/1.25 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.87px;
  margin-bottom: 14px;
}

.banner-post-heading h1 {
  letter-spacing: -0.4px;
  text-transform: none;
  margin-bottom: 18px;
}

.banner-post-heading p {
  margin-bottom: 35px;
}

.banner-post-heading .ss-inline-share-wrapper .ss-social-icons-container > li > a i {
  display: block;
  line-height: 28px;
  font-size: 28px;
}

.banner-post-heading .ss-inline-share-wrapper .ss-social-icons-container > li > a i.ss-twitter {
  font-size: 34px;
}

.film-post .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li {
  margin-right: 28px !important;
}

.film-post .post-tabs {
  padding: 20px 0 0;
}

.film-post .post-tabs p {
  margin-bottom: 10px;
}

.film-post .post-tabs p a {
  text-decoration: none;
}

.film-post .post-tabs p i {
  font-style: italic;
}

.film-post .js-tab-hidden {
  display: block !important;
  position: absolute !important;
  top: -99999px !important;
}

.film-post .post-tab-content {
  overflow: hidden;
}

.film-post .post-tab-content h2 {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
}

.film-post .post-tab-content p + h2 {
  padding-top: 44px;
}

.film-post .post-tab-content .image-post {
  padding: 29px 0 39px;
}

.film-post .post-tab-content .image-post img {
  width: 100%;
  max-width: none;
}

.film-post .post-tab-content .tab {
  max-width: 761px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 29px;
}

.film-post .post-tab-content .tab.tab2 {
  max-width: none;
  padding: 7px 0 21px;
}

.film-post .post-tab-content .tab.tab3 {
  max-width: none;
  padding: 7px 0 21px;
}

.film-post .post-tab-content .tab.tab3 .news-posts-holder {
  border: none;
  padding-top: 0;
  margin: -2px 0 34px;
}

.film-post .post-tab-content .tab.tab3 .news-posts-holder .post h3 .category {
  display: inline;
  margin-bottom: 0;
  letter-spacing: 0.12em;
}

.film-post .post-tab-content .tab.tab3 .news-posts-holder .post p {
  margin-bottom: 10px;
}

.film-post .post-tab-content .tab.tab3 .news-posts-holder .post-content {
  line-height: 1.7;
  font-size: 20px;
}

.post-controls {
  text-align: center;
  background: #f2f2f2;
  padding: 44px 20px 28px;
  margin-bottom: 53px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post-controls .decor-images img {
  position: absolute;
  z-index: -1;
}

.post-controls .decor-images img.decor-onion {
  left: -49px;
  bottom: -49px;
  opacity: 0.25;
}

.post-controls .decor-images img.decor-lettuce {
  left: 20.2%;
  top: -112px;
  opacity: 0.35;
  transform: rotate(78deg);
}

.post-controls .decor-images img.decor-turnip {
  right: 19.5%;
  top: -43px;
  opacity: 0.25;
  transform: rotate(-62deg);
}

.post-controls .decor-images img.decor-wheat {
  right: -70px;
  bottom: -29px;
  opacity: 0.1;
  transform: rotate(3deg);
}

.post-controls .btn-title {
  display: block;
  color: #00243e;
  font: 700 27px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.1px;
  margin: 0 0 28px;
}

.post-controls .btns-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.post-controls .btns-box li {
  padding: 0 10px 20px;
}

.post-controls .btns-box .btn {
  font-size: 16px;
  min-width: 194px;
  letter-spacing: 2px;
  padding: 19px 20px 17px;
}

.post-controls .note-text {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.24px;
  font-style: italic;
  color: #00243e;
  padding: 11px 0 0;
}

.about-page {
  padding: 0;
}

.about-page .category-block-holder {
  text-align: center;
  padding: 43px 0 51px;
  margin-bottom: 70px;
}

.about-page .category-slider {
  text-align: center;
  margin-bottom: 33px;
}

.about-page .category-slider .slick-list {
  margin: 0 -10px;
}

.about-page .category-slider .slick-track {
  margin: 0;
}

.about-page .category-slider .item {
  padding: 0 10px;
}

.about-page .category-slider h3 {
  line-height: 1.6;
  min-height: 40px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-page .category-slider .slick-arrow.slick-prev {
  right: 28px;
}

.about-page .category-slider .slick-arrow.slick-next {
  right: -4px;
}

.one-page-slider .slide {
  position: relative;
  min-height: calc(100vh - 60px);
  padding: 133px 0 134px;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.one-page-slider .slide .mob-show {
  display: none;
}

.one-page-slider .slide:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
}

.one-page-slider .slide .bg-stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.one-page-slider .slide .text {
  overflow: hidden;
  padding: 50px 93px 77px;
  letter-spacing: .024em;
  width: 100%;
}

.one-page-slider .slide .text .btn {
  background: none;
  color: #02a58f;
  padding: 6px 0 0;
  font-weight: 600;
  letter-spacing: .185em;
  margin: 0 0 0 -4px;
}

.one-page-slider .slide .text .btn:hover {
  color: #03d7bb;
}

.one-page-slider .slide .text > .btns-holder {
  position: static;
  bottom: auto;
  left: auto;
  transform: none;
  margin-top: -2px;
}

.one-page-slider .slide .text > .btns-holder .btn-prev,
.one-page-slider .slide .text > .btns-holder .btn-next {
  border: 2px solid #fff;
}

.one-page-slider .slide .text > .btns-holder .btn-prev span,
.one-page-slider .slide .text > .btns-holder .btn-next span {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.one-page-slider .slide .btns-holder {
  position: absolute;
  bottom: 45px;
  left: 50%;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  min-width: 122px;
}

.one-page-slider .slide .count {
  margin: 3px 10px 0 9px;
}

.one-page-slider .slide .btn-prev,
.one-page-slider .slide .btn-next {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #000;
  border-radius: 50%;
}

.one-page-slider .slide .btn-prev:hover,
.one-page-slider .slide .btn-next:hover {
  opacity: .5;
}

.one-page-slider .slide .btn-prev span,
.one-page-slider .slide .btn-next span {
  height: 7px;
  width: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 2px;
  transform: rotate(-35deg) skew(21deg) translateX(-50%) translateY(-50%);
}

.one-page-slider .slide .btn-next span {
  transform: rotate(144deg) skew(21deg) translateX(-50%) translateY(-50%);
  margin: -4px 0 0 -10px;
}

.one-page-slider .slide .container-box {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.one-page-slider .slide h1 {
  color: #fff;
}

.one-page-slider .slide h3 {
  font-weight: 600;
  letter-spacing: -.006em;
  margin-left: -2px;
  line-height: 1.36;
  margin-bottom: 24px;
}

.one-page-slider .slide.slide1 {
  background-size: contain;
  padding: 104px 0;
}

.one-page-slider .slide.slide1 .btns-holder {
  -ms-flex-pack: center;
  justify-content: center;
}

.one-page-slider .slide.slide1 h1 {
  margin-bottom: 11px;
  line-height: 1.78;
}

.one-page-slider .slide.slide1 .container-box {
  background: none;
  text-align: center;
  color: #fff;
  line-height: 1.48;
  font-size: 26px;
  max-width: 500px;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: .02em;
}

.one-page-slider .slide.slide1 .text {
  padding: 0;
}

.believe-block {
  text-align: center;
  padding-top: 62px;
  padding-bottom: 80px;
}

.believe-block h2.h1,
.believe-block .shop-product-page .shop-filter h2.filter-heading,
.shop-product-page .shop-filter .believe-block h2.filter-heading {
  margin-bottom: 51px;
}

.believe-block .ico-box {
  width: 100px;
  height: 100px;
  font-size: 46px;
  border-radius: 50%;
  margin: 0 auto 30px;
  background-color: #f2f2f2;
}

.believe-block .ico-box i {
  display: block;
  line-height: 100px;
}

.believe-block .ico-box i.icon-ico2 {
  line-height: 96px;
  padding-top: 4px;
  font-size: 44px;
}

.believe-block .cols-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.believe-block .cols-box .col4 {
  width: calc(100% / 3 - .1px);
  padding: 0 40px;
  letter-spacing: .02em;
}

.believe-block .cols-box p {
  margin-bottom: 6px;
}

.diet-page .post-item {
  margin-bottom: 70px;
}

.diet-page .post-item.promo-full h3 {
  font-size: 26px;
}

.intro-block {
  padding-bottom: 47px;
  text-align: center;
}

.intro-block .container {
  border-bottom: 3px solid #000;
  padding-top: 63px;
  padding-bottom: 47px;
}

.intro-block .inner {
  max-width: 921px;
  margin: 0 auto;
}

.intro-block h1 {
  margin-bottom: 11px;
}

.plant-foods {
  text-align: center;
  padding-bottom: 74px;
}

.plant-foods h2 {
  margin-bottom: 11px;
}

.plant-foods p {
  margin-bottom: 56px;
}

.food-category {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px -20px;
}

.food-category li {
  width: 20%;
  padding: 0 20px 20px;
}

.food-category .image {
  margin: 0 auto 27px;
}

.food-category .image,
.food-category .image picture {
  height: 196px;
  width: 196px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}

.food-category .image:hover img {
  transform: scale(1.04);
}

.food-category .image img {
  max-height: 100%;
  display: block;
  transition: transform .3s ease-in-out;
  border-radius: 50%;
  overflow: hidden;
}

.food-category h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 14px;
  letter-spacing: 1.7px;
  line-height: 1.3;
}

.food-category h3 a {
  color: #000;
  text-decoration: none;
}

.food-category h3 a:hover {
  color: #02a58f;
}

.food-category span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
}

.guide-foods {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -36px;
  padding-bottom: 78px;
}

.guide-foods .col {
  width: 33.33%;
  padding: 0 15px 36px;
}

.guide-foods h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 42px;
  padding-bottom: 22px;
  border-bottom: 3px solid #000;
}

.guide-foods li:not(:last-child) {
  padding-bottom: 24px;
}

.guide-foods .image {
  margin-bottom: 19px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #019b34;
}

.guide-foods .image.yellow {
  background-color: #e2cf00;
}

.guide-foods .image.red {
  background-color: #d32306;
}

.guide-foods .image i {
  font-size: 36px;
  color: #fff;
}

.guide-foods span {
  display: block;
}

.guide-foods .title {
  font-size: 15px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.guide-foods .title a {
  color: #000;
  text-decoration: none;
}

.guide-foods .title a:hover {
  color: #02a58f;
}

.guide-foods .info {
  font-size: 15px;
  padding-bottom: 5px;
}

.faq-section {
  padding: 71px 0 50px;
  text-align: center;
}

.faq-section h2 {
  margin-bottom: 47px;
}

.faq-section h2 + p {
  margin: -29px 0 39px;
}

.faq-section .link-holder {
  text-align: center;
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 23px 0 36px;
}

.faq-section .link-holder h3 {
  letter-spacing: -0.005em;
  margin-bottom: 25px;
}

.faq-section .link-holder a i {
  font-size: 0.7em;
  margin: 0 0 0 21px;
}

.faq-block {
  max-width: 765px;
  margin: 0 auto;
  padding-bottom: 16px;
  text-align: left;
}

.faq-block.two-columns {
  max-width: none;
}

.faq-block.two-columns .accordion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.faq-block.two-columns .accordion li {
  width: 50%;
  padding: 0 8px;
}

.faq-block.two-columns .accordion .opener {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.faq-block h2 {
  margin-bottom: 40px;
}

.accordion li {
  margin-bottom: 20px;
}

.accordion li.active .opener:before {
  opacity: 0;
  visibility: hidden;
}

.accordion .opener {
  display: block;
  position: relative;
  color: #00243e;
  background: #fff;
  padding: 12px 60px 10px 33px;
  min-height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.022em;
}

.accordion .opener:after,
.accordion .opener:before {
  content: "";
  background-color: #02a58f;
  width: 20px;
  height: 3px;
  position: absolute;
  transform: translate(-50%);
  top: 50%;
  right: 16px;
}

.accordion .opener:before {
  transform: translate(-50%) rotate(90deg);
  opacity: 1;
  visibility: visible;
}

.accordion .link {
  font-size: 18px;
  line-height: 1.34;
  text-decoration: none;
}

.accordion .link:hover {
  color: #02a58f;
}

.accordion .slide {
  padding: 15px 60px 40px;
  background: #fff;
}

.accordion .slide .link {
  color: #00243e;
  font-size: inherit;
}

.accordion .slide .link:hover {
  color: #02a58f;
}

.accordion p:not(:last-child) {
  margin-bottom: 33px;
}

.intro-shop {
  margin-bottom: 65px;
}

.intro-shop .slick-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-shop .slick-dots button {
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
}

.intro-shop .slick-dots li {
  margin: 0 10px;
}

.intro-shop .slick-dots li.slick-active button {
  background-color: #fff;
}

.shop-content {
  padding-top: 30px;
}

.shop-content .shop-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-content .shop-tab + .pagination {
  padding: 48px 0;
}

.shop-content .item {
  width: 25%;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop-content .item .img-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}

.shop-content .item .img-box:after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  margin-right: -2px;
}

.shop-content .item .img-box img {
  vertical-align: top;
}

.shop-content .item .title {
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  margin: -2px 0 11px;
  letter-spacing: .12em;
  display: block;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.shop-content .item .title a {
  color: #000;
  text-decoration: none;
}

.shop-content .item h4 {
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 4px;
  width: 100%;
}

.shop-content .item h4 a {
  color: #000;
  text-decoration: none;
}

.shop-content .item .cost {
  display: block;
  font-size: 15px;
  margin-bottom: 19px;
  width: 100%;
}

.shop-content .item .btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  min-width: 0;
}

.tool-box {
  text-align: center;
  padding-top: 54px;
  padding-bottom: 30px;
}

.tool-box h1 {
  line-height: 1.25;
  margin-bottom: 69px;
}

.tool-box .cols-box {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -6px 30px;
}

.tool-box .cols-box .col {
  width: calc(100% / 3 - .1px);
  padding: 0 16px;
  letter-spacing: .02em;
  overflow: hidden;
}

.tool-box .cols-box .text {
  margin-bottom: 20px;
}

.tool-box .cols-box p {
  margin-bottom: 0;
}

.tool-box .cols-box h2 {
  margin-bottom: 6px;
}

.tool-box .cols-box .ico-tool-box {
  width: 220px;
  height: 220px;
  text-align: center;
  color: #fff;
  padding: 42px 30px 0 32px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 50%;
  margin: 0 auto 37px;
}

.tool-box .cols-box .ico-tool-box i {
  display: block;
  height: 85px;
  margin-bottom: 19px;
  padding-left: 8px;
  font-size: 85px;
}

.tool-box .cols-box .ico-tool-box .title-ico {
  font: 500 13px/1.4 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  letter-spacing: .12em;
}

.shop-product-page .product-holder {
  background-color: #f2f2f2;
  padding: 48px 0 80px;
  margin-bottom: 81px;
}

.shop-product-page .product-holder .product-wrap {
  padding-top: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-product-page .product-holder .product-wrap .col-6 {
  width: 50.3%;
  position: relative;
}

.shop-product-page .product-holder .product-wrap .col-6:first-child {
  padding-top: 8px;
  width: 49.7%;
  display: -ms-flexbox;
  display: flex;
}

.shop-product-page .product-holder .product-wrap .col-6:first-child .img-block img {
  width: 100%;
  max-width: none;
}

.shop-product-page .product-holder .ss-inline-share-wrapper {
  position: absolute;
  top: 9px;
  right: -3px;
}

.shop-product-page .product-holder .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li {
  margin: 0 0 18px !important;
}

.shop-product-page .product-holder .ss-inline-share-wrapper .ss-inline-share-content {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.shop-product-page .product-holder .ss-inline-share-wrapper .ss-social-icons-container {
  -ms-flex-direction: column;
  flex-direction: column;
}

.shop-product-page .product-holder .ss-inline-share-wrapper .ss-inline-counter {
  -ms-flex-pack: center;
  justify-content: center;
}

.shop-product-page .product-holder .item-form {
  padding-right: 16%;
}

.shop-product-page .product-holder h1 {
  line-height: 1.25;
}

.shop-product-page .product-holder .jcf-select {
  background-color: #fff;
}

.shop-product-page .product-holder .price {
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 5px 0 0 3px;
  margin-bottom: 17px;
}

.shop-product-page .product-holder .price .prev-price {
  font-weight: normal;
  text-decoration: line-through;
  color: #666;
}

.shop-product-page .product-holder .price .new-price {
  position: relative;
  font-weight: 600;
  padding-left: 21px;
  margin-left: 18px;
}

.shop-product-page .product-holder .price .new-price:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  width: 2px;
  height: 19px;
  background-color: #000;
}

.shop-product-page .product-holder .text {
  padding-left: 2px;
  letter-spacing: .028em;
}

.shop-product-page .product-holder .text p {
  margin-bottom: 30px;
}

.shop-product-page .product-holder .box-row {
  position: relative;
  padding-left: 4px;
  padding-bottom: 1px;
}

.shop-product-page .product-holder .ico-product {
  position: absolute;
  right: -92px;
  bottom: 0;
  width: 96px;
  height: 96px;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop-product-page .product-holder .details {
  margin-bottom: 19px;
}

.shop-product-page .product-holder .details strong {
  display: block;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.shop-product-page .product-holder .product-slider {
  width: 67.3%;
}

.shop-product-page .product-holder .slider-tabs {
  width: 86px;
  margin-left: 5.3%;
}

.shop-product-page .product-holder .slider-tabs * {
  outline: none;
  box-shadow: none;
}

.shop-product-page .product-holder .slider-tabs *:focus,
.shop-product-page .product-holder .slider-tabs *:active,
.shop-product-page .product-holder .slider-tabs *:hover {
  outline: none;
  box-shadow: none;
}

.shop-product-page .product-holder .slider-tabs .slide {
  border: none;
  width: 86px !important;
  margin-bottom: 30px;
}

.shop-product-page .product-holder .slider-tabs .slide.slick-current .img-block:after {
  opacity: 1;
}

.shop-product-page .product-holder .slider-tabs .img-block {
  position: relative;
}

.shop-product-page .product-holder .slider-tabs .img-block img {
  display: block;
  width: 100%;
}

.shop-product-page .product-holder .slider-tabs .img-block:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #02a58f;
  opacity: 0;
  transition: opacity .3s;
}

.shop-product-page .posts-sort {
  margin: 0 0 34px;
}

.shop-product-page .post-tab-content {
  max-width: 948px;
  margin: 0 auto 35px;
  overflow: hidden;
  letter-spacing: 0.02em;
}

.shop-product-page .post-tab-content p {
  margin-bottom: 32px;
}

.shop-product-page .post-tab-content ul.undotted {
  margin-bottom: 32px;
}

.shop-product-page .shop-filter {
  border-bottom: 3px solid #000;
  padding-bottom: 38px;
  margin-bottom: 27px;
}

.shop-product-page .shop-filter h2.filter-heading {
  text-align: center;
  margin-bottom: 3px;
}

.shop-product-page .tool-box {
  padding-bottom: 60px;
}

.shop-product-page .post-item.promo-full {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-bottom: 80px;
}

.shop-product-page .post-item.promo-full .container {
  max-width: 980px;
}

.shop-product-page .post-item.promo-full .row {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 15% 53px;
}

.shop-product-page .post-item.promo-full .ico-promo-box {
  display: block;
  margin: 0 auto 23px;
  width: 135px;
  height: 135px;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop-product-page .post-item.promo-full h3 {
  margin-bottom: 18px;
}

.jcf-select-select-product-type .jcf-list {
  background-color: #fff;
}

.zoom-fancy {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: #f2f2f2;
}

.zoom-fancy .container {
  position: relative;
  background-color: #fff;
  height: 100%;
  max-width: 1147px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 42px 64px 0;
  overflow: auto;
}

.zoom-fancy .container:after {
  display: none;
}

.zoom-fancy h2 {
  width: 100%;
  font-size: 20px;
  margin-bottom: 22px;
}

.zoom-fancy h2 br {
  display: none;
}

.zoom-fancy .zoom-fancy-close {
  position: absolute;
  top: 25px;
  right: 20px;
  text-indent: -9999px;
  overflow: hidden;
  width: 23px;
  height: 23px;
}

.zoom-fancy .zoom-fancy-close:before,
.zoom-fancy .zoom-fancy-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
}

.zoom-fancy .zoom-fancy-close:after {
  transform: rotate(45deg);
}

.zoom-fancy .slider-lightbox {
  width: 86.3%;
  text-align: center;
}

.zoom-fancy .slider-lightbox .slide-fancy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zoom-fancy .slider-lightbox .slide-fancy:after {
  content: '';
  height: 100%;
  width: 1px;
}

.zoom-fancy .slider-lightbox .slick-current {
  z-index: 20;
}

.zoom-fancy .slider-lightbox img {
  margin: 0 auto;
}

.zoom-fancy .slider-lightbox-tabs {
  width: 8.6%;
  text-align: center;
  margin-right: 13px;
}

.zoom-fancy .slider-lightbox-tabs .slide-fancy {
  margin-bottom: 28px;
}

.zoom-fancy .slider-lightbox-tabs .slide-fancy.slick-current img {
  border: 2px solid #048b8b;
}

.shop-product-page .zoom-box {
  position: absolute;
  bottom: -27px;
  width: 67.4%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.6px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.shop-product-page .zoom-box > * {
  cursor: pointer;
}

.shop-product-page .zoom-box i {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  padding-right: 8px;
  margin-left: 4px;
  margin-top: 2px;
}

.discount-message {
  background-color: #f58747;
  padding: 6px 0;
  font-size: 20px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: .4px;
}

.hero-holder {
  position: relative;
}

.hero-holder .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-holder .container:after {
  display: none;
}

.hero-holder .intro-left {
  padding: 110px 0;
  width: 60%;
}

.hero-holder .intro-left .bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  height: 100%;
  z-index: -1;
}

.hero-holder .intro-right {
  width: 40%;
}

.hero-holder .intro-right .intro-promo {
  min-height: 50%;
}

.hero-holder .intro-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16%;
  position: relative;
  max-width: 573px;
}

.hero-holder .intro-text:after {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 300%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.hero-holder .intro-text .img-box {
  width: 38%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero-holder .intro-text .img-box picture {
  display: block;
}

.hero-holder .intro-text .col {
  width: 62%;
  padding-right: 20px;
  letter-spacing: .022em;
  padding: 58px 30px 88px 0;
}

.hero-holder .intro-text .col h1 {
  font-size: 27px;
  margin-bottom: 1.2em;
  line-height: 1.5;
}

.hero-holder .intro-text .col h1 a {
  color: #000;
}

.hero-holder .intro-text .col h1 a:hover {
  color: #02a58f;
}

.hero-holder .intro-text .col h2 {
  font-size: 20px;
  margin-bottom: .1em;
}

.hero-holder .intro-text .col .btn {
  letter-spacing: .12em;
  font-size: 13px;
  padding: 16px 15px;
  min-width: 166px;
  text-align: center;
}

.intro-promo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 42px 0 42px 40px;
}

.intro-promo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15%;
  height: 1px;
  width: 300%;
  background-color: #ccc;
  z-index: -2;
}

.intro-promo .text-box {
  width: 61%;
  padding-right: 20px;
}

.intro-promo .image-box {
  width: 39%;
  text-align: right;
  padding-right: 16px;
}

.intro-promo h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: .3em;
}

.intro-promo h2 a {
  color: #000;
}

.intro-promo h2 a:hover {
  color: #02a58f;
}

.intro-promo .marker-special {
  margin-top: 20px;
}

.marker-special {
  letter-spacing: 2px;
  padding: 5px 13px;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: #f58747;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.checkout-section {
  overflow: hidden;
  margin: 0 -30px 83px;
}

.checkout-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-products {
  width: calc(100% - 400px);
  padding: 73px 4% 0 8.15%;
}

.col-products .td1 {
  width: 30%;
  padding-top: 5px;
  padding-right: 5%;
}

.col-products .td2 {
  width: 37.5%;
  padding-right: 5%;
}

.col-products .td3 {
  width: 20.7%;
  padding-top: 5px;
}

.col-products .td4 {
  width: 11.8%;
}

.col-products .post-block,
.col-products .checkout-post-heading {
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  margin-bottom: 40px;
}

.col-products .post-block .th1,
.col-products .checkout-post-heading .th1 {
  width: 30.5%;
  padding-top: 0;
}

.col-products .post-block .th2,
.col-products .checkout-post-heading .th2 {
  width: 37%;
}

.col-products .post-block .th3,
.col-products .checkout-post-heading .th3 {
  width: 20.7%;
  padding-top: 0;
}

.col-products .post-block .th4,
.col-products .checkout-post-heading .th4 {
  width: 11.8%;
  padding-top: 0;
}

.col-products .price {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}

.col-products .availibility {
  font-size: 13px;
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
}

.col-products .controls {
  font-size: 13px;
  font-weight: 500;
}

.col-products .controls span {
  display: -ms-flexbox;
  display: flex;
}

.col-products .controls span span {
  padding: 0 7px;
}

.col-products .controls a {
  text-decoration: none;
}

.col-products .title {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .12em;
}

.col-products .post-block {
  margin-left: 0;
  margin-bottom: 37px;
}

.col-products .post-block h3 {
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 14px;
}

.col-products .post-block .img-box {
  position: relative;
  max-width: 192px;
  height: 198px;
  background-color: #fff;
  border: 2px solid #f2f2f2;
  overflow: hidden;
}

.col-products .post-block .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: none;
}

.col-order {
  width: 400px;
  background-color: #f2f2f2;
  padding: 72px 10px 64px 51px;
}

.col-order .order-list {
  font-weight: 500;
  font-size: 20px;
  padding: 13px 0 8px;
  overflow: hidden;
  margin: 0;
}

.col-order .order-list dt {
  float: left;
  width: 50%;
  margin: 0 0 11px;
}

.col-order .order-list dd {
  overflow: hidden;
  width: 50%;
  text-align: right;
  margin: 0 0 11px;
}

.col-order .order-list .green {
  text-decoration: none;
}

.col-order .order-list b {
  font-weight: bold;
}

.col-order .input-box {
  position: relative;
  margin-bottom: 30px;
}

.col-order .input-box input {
  background-color: #fff;
  padding: 11px 49px 10px 19px;
  font-size: 16px;
  letter-spacing: .015em;
  height: 55px;
  border-color: #fff;
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.col-order .input-box .arrow-decor {
  height: 7px;
  width: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 24px;
  margin: -4px 0 0 -4px;
  transform: rotate(45deg);
}

.col-order .input-box button.promo-check {
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.col-order .summary-title {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .12em;
  margin-bottom: 23px;
}

.col-order .row {
  max-width: 237px;
  overflow: hidden;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.col-order .row.row-btn {
  margin-bottom: 43px;
}

.faq-page {
  padding-top: 59px;
}

.faq-page h1 {
  text-align: center;
  margin-bottom: 56px;
}

.faq-page .post-tabs {
  padding-bottom: 80px;
}

.faq-page .posts-sort {
  margin-bottom: 71px;
}

.faq-page .tab.js-tab-hidden {
  display: block !important;
  position: absolute !important;
  top: -9999px !important;
}

.contact-page {
  padding-top: 59px;
}

.contact-page .s-box {
  padding-bottom: 96px;
}

.contact-page .s-box .col-8 {
  border: none;
}

.contact-page .s-box .col-3 {
  padding-top: 13px;
}

.contact-page h1 {
  margin-bottom: 11px;
}

.contact-page p {
  margin-bottom: 32px;
}

.contact-page p a {
  text-decoration: none;
}

.contact-page .form-row {
  padding-bottom: 32px;
}

.contact-page .form-row.checkbox-row {
  padding-bottom: 65px;
}

.contact-page textarea {
  height: 300px;
}

.contact-page .links-list li {
  padding: 0 0 22px;
  border: none;
}

.contact-page .links-list li:last-child {
  padding-bottom: 0;
}

.contact-page input::-webkit-input-placeholder,
.contact-page textarea::-webkit-input-placeholder {
  color: #000;
}

.contact-page input::-moz-placeholder,
.contact-page textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}

.contact-page input:-moz-placeholder,
.contact-page textarea:-moz-placeholder {
  color: #000;
}

.contact-page input:-ms-input-placeholder,
.contact-page textarea:-ms-input-placeholder {
  color: #000;
}

.contact-page input.placeholder,
.contact-page textarea.placeholder {
  color: #000;
}

.sidebar-block {
  padding-bottom: 51px;
}

.sidebar-block:last-child {
  padding-bottom: 0;
}

.sidebar-block h2 {
  font-size: 27px;
  margin-bottom: 20px;
}

.checkbox-row {
  position: relative;
}

.checkbox-row [type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox-row [type="checkbox"]:checked ~ label:after {
  opacity: 1;
  visibility: visible;
}

.checkbox-row label {
  padding-left: 45px;
  position: relative;
  font-size: 15px;
  display: block;
}

.checkbox-row label:before {
  content: "";
  height: 30px;
  width: 30px;
  background-color: #f2f2f2;
  position: absolute;
  top: -2px;
  left: 0;
}

.checkbox-row label:after {
  content: "";
  width: 8px;
  height: 14px;
  border-bottom: 2px solid #009b9b;
  border-right: 2px solid #009b9b;
  position: absolute;
  top: 4px;
  left: 11px;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
}

.checkbox-row label:hover {
  cursor: pointer;
}

.contact-block {
  padding-bottom: 29px;
  line-height: 1.35;
}

.contact-block:last-child {
  padding-bottom: 0;
}

.contact-block h3 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.contact-block a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.contact-block a:hover {
  color: #02a58f;
}

.books-page .promo-full .row {
  min-height: 244px;
}

.books-page .post-holder {
  padding-top: 36px;
}

.books-page .button-holder {
  padding-top: 100px;
  text-align: center;
}

.books-page .post-social {
  padding: 86px 0 86px;
}

.books-page .post-main {
  margin-bottom: 70px;
}

.books-page .join-block h2 {
  margin-bottom: 50px;
}

.recipe-app-page .promo-full {
  margin-bottom: 67px;
}

.recipe-app-page .reviews-slider cite {
  color: #fe7178;
}

.intro-heading {
  text-align: center;
  max-width: 874px;
  margin: 0 auto;
  padding-bottom: 39px;
}

.intro-heading h2 {
  margin-bottom: 17px;
}

.intro-heading p {
  margin: 0;
}

.images-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

.images-list li {
  padding: 0 15px;
}

.images-list img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: none;
}

.recipe-block {
  padding-bottom: 74px;
}

.features-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 1060px;
  margin: 0 auto 3px;
  color: #00243e;
  font: 700 18px/1.34 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.features-list li {
  width: 25%;
  padding: 0 35px 50px;
}

.features-list span {
  display: block;
}

.features-list .image {
  display: block;
  margin-bottom: 24px;
}

.reviews-block {
  background-color: #f2f2f2;
  text-align: center;
  padding: 72px 0 56px;
}

.reviews-block h2 {
  margin-bottom: 48px;
  color: #fff;
}

.reviews-slider {
  margin: 0 -10px 50px;
}

.reviews-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.reviews-slider .slick-slide {
  height: inherit !important;
}

.reviews-slider.modified .item {
  padding-top: 32px;
  position: relative;
}

.reviews-slider.modified .item:before {
  content: "";
  height: 3px;
  width: 48px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.reviews-slider.modified blockquote {
  height: 100%;
}

.reviews-slider.modified p {
  margin-bottom: 26px;
}

.reviews-slider .item {
  width: calc(33.33% + 20px);
  margin: 0 10px;
  padding: 40px 35px 23px;
  color: #00243e;
  background: #fff;
}

.reviews-slider .star-rating {
  padding-bottom: 17px;
}

.reviews-slider .star-rating img {
  margin: 0 auto;
}

.reviews-slider .photo {
  margin-bottom: 18px;
}

.reviews-slider .photo img {
  margin: 0 auto;
}

.reviews-slider blockquote {
  margin: 0;
}

.reviews-slider blockquote:before,
.reviews-slider blockquote:after {
  display: none;
}

.reviews-slider p {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  position: relative;
}

.reviews-slider p:before,
.reviews-slider p:after {
  display: inline-block;
}

.reviews-slider p:before {
  content: "“";
}

.reviews-slider p:after {
  content: "”";
}

.reviews-slider cite {
  display: block;
  font-style: normal;
  color: #02a58f;
  text-transform: uppercase;
  margin-bottom: 17px;
  font: 700 20px/1.3 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.reviews-slider .image {
  width: 81px;
}

.reviews-slider .image img {
  overflow: hidden;
  border-radius: 50%;
}

.reviews-slider .location {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
}

.reviews-slider .text-frame {
  width: calc(100% - 81px);
  padding-left: 15px;
}

.reviews-slider .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
}

.reviews-slider .slick-dots li {
  margin: 0 6px;
}

.reviews-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.reviews-slider .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.reviews-slider .slick-dots button:hover {
  opacity: 1;
}

.reviews-slider .slick-arrow {
  position: absolute;
  top: -83px;
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: transparent;
  height: 20px;
  width: 20px;
  padding: 0;
}

.reviews-slider .slick-arrow:before {
  content: "";
  height: 10px;
  width: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 6px;
  left: 5px;
  margin: -2px 0 0 2px;
  transform: rotate(52deg) skew(21deg);
}

.reviews-slider .slick-arrow.slick-prev {
  right: 33px;
}

.reviews-slider .slick-arrow.slick-prev:before {
  transform: rotate(-131deg) skew(21deg);
}

.reviews-slider .slick-arrow.slick-next {
  right: 0px;
}

.stars .stars-inner {
  display: block;
  height: 19px;
  width: 125px;
  margin-top: -4px;
  background: url("./images/bg-stars.png") no-repeat;
}

.recipe-hero {
  margin-bottom: 106px;
  position: relative;
}

.recipe-hero.v2 {
  padding: 60px 0 72px;
  margin-bottom: 80px;
}

.recipe-hero.v2 .text-block {
  text-align: center;
  background: #fff;
  max-width: 575px;
  width: 100%;
  padding: 50px 63px 60px;
}

.recipe-hero.v2 .text-block .block {
  font-size: 18px;
  line-height: 1.78;
  padding-bottom: 33px;
}

.recipe-hero.v2 .meta {
  -ms-flex-pack: center;
  justify-content: center;
}

.recipe-hero.v2 .meta .rating-stars {
  padding-right: 1.1vw;
}

.recipe-hero.v2 .app-holder {
  -ms-flex-pack: center;
  justify-content: center;
}

.recipe-hero .bg-stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.recipe-hero .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recipe-hero .container:after {
  display: none;
}

.recipe-hero .text-block {
  width: 38%;
  padding: 30px 0 38px 21px;
}

.recipe-hero .text-block .title {
  display: block;
  text-transform: uppercase;
  color: #00243e;
  letter-spacing: -0.007em;
  font: 700 18px/1.3 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: -2px 0 17px;
}

.recipe-hero .text-block .block {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #00243e;
  padding-bottom: 49px;
}

.recipe-hero .text-block .block *:last-child {
  margin-bottom: 0;
}

.recipe-hero .text-block ul:not([class]) li {
  padding: 0 0 0 20px;
  position: relative;
}

.recipe-hero .text-block ul:not([class]) li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 1px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #00243e;
}

.recipe-hero .text-block .btn {
  margin-bottom: 22px;
}

.recipe-hero .note {
  display: block;
  color: #00243e;
  letter-spacing: 0.027em;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 2px;
}

.recipe-hero .meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #00243e;
}

.recipe-hero .meta .rating-stars {
  width: auto;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 2.1vw 0 0;
}

.recipe-hero .meta .text {
  display: block;
}

.recipe-hero .app-holder {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.recipe-hero .image-block {
  width: calc(50% + 50px);
  margin-right: -50px;
  position: relative;
}

.recipe-hero .image-block img {
  width: 100%;
}

.recipe-hero .image-block .logo-recipe {
  position: absolute;
  right: 50px;
  bottom: 47px;
  width: 372px;
}

.recipe-hero .image-block .logo-recipe img {
  width: 100%;
}

.app-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.app-holder a {
  display: block;
  margin: 0 10px;
  transition: opacity 0.3s;
}

.app-holder a:hover {
  opacity: 0.8;
}

.recipe-frame {
  color: #fff;
  background: #fe7178;
  margin-bottom: 108px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.022em;
  position: relative;
  z-index: 1;
}

.recipe-frame:last-child {
  margin-bottom: 121px;
}

.recipe-frame:before,
.recipe-frame:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(./images/decor-wheat-02.png) no-repeat;
  background-size: 100% 100%;
  width: 350px;
  height: 165px;
}

.recipe-frame:after {
  left: auto;
  right: 0;
  background-image: url(./images/decor-orange-01.png);
  width: 222px;
  height: 136px;
}

.recipe-frame.alignright .holder {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 5.7%;
}

.recipe-frame.alignright .image-block {
  margin-right: 0;
  margin-left: 7.3%;
}

.recipe-frame.alignright .image-block .decor {
  width: 202px;
  left: auto;
  right: -14px;
  bottom: -6px;
}

.recipe-frame.recipe-frame-alt:before {
  background-image: url(./images/decor-beans-01.png);
  width: 104px;
  height: 202px;
}

.recipe-frame.recipe-frame-alt:after {
  right: 24.5%;
  background-image: url(./images/decor-onion-03.png);
  width: 197px;
  height: 153px;
}

.recipe-frame.recipe-frame-alt .holder:before {
  background-image: url(./images/decor-peas-01.png);
  width: 232px;
  height: 70px;
  left: 16.7%;
  transform: none;
}

.recipe-frame .holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6.9%;
  min-height: 363px;
  position: relative;
  z-index: 1;
}

.recipe-frame .holder:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
  background: url(./images/decor-cabbage-01.png) no-repeat;
  background-size: 100% 100%;
  width: 242px;
  height: 87px;
}

.recipe-frame h1,
.recipe-frame h2,
.recipe-frame h3 {
  color: inherit;
  margin-bottom: 9px;
}

.recipe-frame p:last-child {
  margin: 0;
}

.recipe-frame .image-block {
  position: relative;
  margin: -58px 5.7% -66px 0;
  width: 27%;
}

.recipe-frame .image-block .decor {
  position: absolute;
  left: -59px;
  bottom: -1px;
  width: 161px;
}

.recipe-frame .description {
  width: 60%;
  padding: 20px 0 24px;
}

.logo-course {
  position: absolute;
  right: 50px;
  bottom: 74px;
}

.cooking-course-page .banner {
  color: #00243e;
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 52px;
}

.cooking-course-page .banner .container {
  height: 625px;
}

.cooking-course-page .banner h1 {
  margin-left: -20px;
  margin-right: -20px;
}

.cooking-course-page .banner-block {
  max-width: 575px;
  padding: 36px 43px 41px;
  text-align: center;
}

.cooking-course-page .banner-block h1 {
  margin-bottom: 15px;
}

.cooking-course-page .banner-block .data-list {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cooking-course-page .promo-full {
  margin-bottom: 31px;
}

.cooking-course-page .promo-full .row {
  position: relative;
}

.cooking-course-page .promo-full + .courses-section {
  margin-top: -31px;
}

.cooking-course-page .post-holder {
  padding-bottom: 77px;
}

.cooking-course-page .section-video {
  margin-top: -6px;
  margin-bottom: 0;
  position: relative;
}

.cooking-course-page .recipe-block {
  text-align: center;
  padding-top: 74px;
  padding-bottom: 104px;
}

.cooking-course-page .recipe-block .btn-holder {
  padding-top: 70px;
}

.cooking-course-page .featured-block-holder {
  padding-top: 48px;
}

.cooking-course-page .post-modified {
  margin-bottom: 0;
}

.cooking-course-page .join-block {
  color: #00243e;
  background: #fcd662;
}

.cooking-course-page .join-block:before {
  background-image: url(./images/decor-vegetables-04.png);
  width: 283px;
  height: 491px;
  top: 50%;
  transform: translateY(-50%);
}

.cooking-course-page .join-block:after {
  background-image: url(./images/decor-vegetables-05.png);
  width: 321px;
  height: 568px;
  bottom: 50%;
  transform: translateY(50%);
}

.cooking-course-page .join-block h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cooking-course-page .join-block.benefits-frame {
  margin-bottom: 57px;
  font-size: 18px;
  line-height: 1.78;
  padding: 50px 0 59px;
}

.cooking-course-page .join-block.benefits-frame:before {
  width: 267px;
  height: 946px;
  background-image: url(./images/decor-vegetables-06.png);
}

.cooking-course-page .join-block.benefits-frame:after {
  width: 250px;
  height: 854px;
  background-image: url(./images/decor-vegetables-07.png);
}

.cooking-course-page .join-block.promo-course {
  margin-bottom: 81px;
}

.cooking-course-page .join-block.promo-course:before {
  width: 281px;
  height: 543px;
  background-image: url(./images/decor-vegetables-08.png);
}

.cooking-course-page .join-block.promo-course:after {
  width: 322px;
  height: 539px;
  background-image: url(./images/decor-vegetables-09.png);
}

.cooking-course-page .join-block.promo-course .data-list {
  font-size: 16px;
}

.courses-section {
  background: #f2f2f2;
  margin: 0 0 81px;
  padding: 68px 0 18px;
}

.courses-section .text-container {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 38px;
  letter-spacing: 0.027em;
}

.courses-section .text-container p {
  margin-bottom: 5px;
}

.courses-section .text-row {
  text-align: center;
  padding: 0 0 34px;
  letter-spacing: 0.022em;
}

.courses-holder {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 62px;
}

.courses-holder.no-same-height {
  -ms-flex-align: start;
  align-items: flex-start;
}

.courses-holder .col {
  width: 50%;
  padding: 0 15px;
}

.course-block {
  background: #fff;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 37px 60px 24px;
  border-top: 3px solid #000;
  letter-spacing: 0.015em;
  position: relative;
}

.course-block.popular {
  border-color: #f58747;
}

.course-block.modify .heading {
  padding-bottom: 22px;
}

.course-block .label {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #f58747;
  font: 600 13px/1.34 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 6px 21px 9px;
}

.course-block .heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 12px;
}

.course-block .heading img {
  margin: -2px 27px 0 0;
}

.course-block h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: left;
  margin: 0;
}

.course-block h2 span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.12em;
  margin: 0 0 -1px 3px;
  text-transform: uppercase;
}

.course-block .text-frame {
  padding: 0 0 2px;
  min-height: 116px;
}

.course-block .list-holder {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: solid #d9d9d9;
  border-width: 1px 0;
  padding: 22px 0 0;
  margin-bottom: 22px;
}

.course-block .list-holder .title {
  display: block;
  margin-bottom: 17px;
}

.course-block .list-holder ul {
  margin-bottom: 11px;
  font: 500 15px/1.34 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.113em;
}

.course-block .list-holder ul li {
  position: relative;
  padding: 0 0 15px 39px;
}

.course-block .list-holder ul li:before {
  color: #f58747;
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.course-block .info {
  vertical-align: top;
  width: 20px;
  height: 20px;
  border: 2px solid #f58747;
  border-radius: 50%;
  margin: 0 0 0 5px;
  padding: 1px 0 0 2px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.course-block .meta {
  padding: 0 0 0 2px;
}

.course-block .price-block {
  padding: 0 0 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
}

.course-block .price-block ins {
  display: block;
  color: #f58747;
  text-decoration: none;
  font: 700 37px/1.2 'Caveat', cursive;
  letter-spacing: -0.04em;
  margin-bottom: 1px;
}

.course-block .price-block del {
  display: block;
  color: #f58747;
  font: 600 22px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 0 45px 0 0;
}

.course-block .price-block del span {
  color: #00243e;
}

.course-block .price-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.course-block .price-holder .badge-sm {
  margin-left: 20px;
  margin-right: 5px;
  margin-top: -43px;
}

.course-block .button-frame {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 15px;
}

.course-block .button-frame .btn {
  width: calc(50% + 15px + 15px);
  margin: 0 15px;
  min-width: 0;
  display: block;
}

.badge-sm {
  font-size: 13px;
  line-height: 1;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background-color: #f58747;
  text-align: center;
  height: 75px;
  width: 75px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: hidden;
}

.badge-sm strong {
  display: block;
  width: 100%;
  font-size: 20px;
  padding-bottom: 1px;
}

.toggle-course {
  border-top: 1px solid #d9d9d9;
  margin-top: 22px;
}

.toggle-course.active {
  border-top: 0;
}

.toggle-course.active .opn {
  display: none;
}

.toggle-course.active .cls {
  display: inline-block;
}

.toggle-course.active .opener span {
  transform: scale(-1);
}

.toggle-course .list-holder {
  margin-bottom: 0;
}

.toggle-course .cls {
  display: none;
}

.toggle-course .opener {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #009b9b;
  padding: 27px 0;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s;
  margin-bottom: -24px;
}

.toggle-course .opener:hover {
  opacity: .75;
}

.toggle-course .opener p {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
  margin-right: 12px;
  letter-spacing: 1.56px;
}

.toggle-course .opener span {
  font-size: 6px;
  transition: all .3s;
}

.recipe-app-page.meal-planer-page .recipe-hero {
  margin-bottom: 0;
  padding: 52px 0 48px;
  position: relative;
}

.recipe-app-page.meal-planer-page .recipe-hero:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: solid;
  border-width: 25px 36px 0;
  border-color: #fff transparent transparent;
  width: 0;
  height: 0;
}

.recipe-app-page.meal-planer-page .recipe-hero .text-block {
  width: 37%;
  padding: 0 0 38px 7px;
}

.recipe-app-page.meal-planer-page .recipe-hero .text-block .block {
  font-size: 18px;
  line-height: 1.78;
  padding-bottom: 30px;
}

.recipe-app-page.meal-planer-page .recipe-hero .text-block p {
  margin-bottom: 22px;
}

.recipe-app-page.meal-planer-page .recipe-hero .logo-tool {
  margin-bottom: 26px;
}

.recipe-app-page.meal-planer-page .recipe-hero .image-block {
  margin-right: 0;
  width: 60%;
}

.recipe-app-page.meal-planer-page .reviews-slider cite {
  color: #02a58f;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .container {
  max-width: 1170px;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .row {
  text-align: left;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .cols-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .col-text {
  width: 40%;
  padding-top: 26px;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .col-text h1 {
  line-height: 1.25;
  letter-spacing: -.01em;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .col-text p {
  margin-bottom: 32px;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .col-form {
  position: relative;
  width: 55.2%;
  padding: 72px 0 83px 90px;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .col-form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -9999px;
  border: 3px solid #000;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .get-started-form {
  position: relative;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .p-cost {
  color: #ff8a51;
  text-decoration: line-through;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .p-cost > span {
  color: #000;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .p-cost + b.new-cost {
  color: #ff8a51;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: -1px;
  font: bold 32px/1 'Caveat', cursive;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .new-cost {
  color: #ff8a51;
  font: bold 35px/1 'Caveat', cursive;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started h3 {
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 36px;
  color: #000;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started input[type="radio"] + .rad-el {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f2f2f2;
  position: relative;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started input[type="radio"] + .rad-el:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: #02a58f;
  border-radius: 50%;
  opacity: 0;
  transition: .3s;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started input[type="radio"]:checked + .rad-el:after {
  opacity: 1;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .i-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: -.002em;
  margin-bottom: 10px;
  -ms-flex-align: center;
  align-items: center;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .i-frame {
  margin-right: 27px;
  padding: 5px 2px;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .submit-box {
  padding: 36px 2px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .i-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .t-box {
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .t-box b {
  font-weight: 600;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .t-box b i {
  font-size: 15px;
  position: relative;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .t-box b i > span:first-child {
  color: #ff8a51;
  text-decoration: line-through;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .t-box b i > span:first-child > span {
  color: #000;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .t-box b i > span:first-child + span.new {
  color: #ff8a51;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 2px;
  font: bold 25px/1 'Caveat', cursive;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .p-box {
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  position: relative;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .p-box > b {
  font-weight: 600;
  display: block;
  line-height: 1.4;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .separate-offer {
  font-size: 15px;
  line-height: 1.5;
  padding-left: 20px;
}

.recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .separate-offer a {
  text-decoration: none;
}

.planner-posts-holder {
  padding-top: 45px;
  padding-bottom: 11px;
}

.planner-posts-holder .col-image {
  width: 43.3%;
  text-align: center;
  height: 390px;
  position: relative;
}

.planner-posts-holder .col-image.even-height {
  height: 452px;
}

.planner-posts-holder .col-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  left: -9999px;
  border: 3px solid #000;
}

.planner-posts-holder .col-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-height: 142%;
  max-width: 136%;
}

.planner-posts-holder .col-image img.img-t1 {
  margin-top: 5px;
}

.planner-posts-holder .col-image img.img-t2 {
  margin-top: 7px;
  margin-left: -32px;
}

.planner-posts-holder .col-image img.img-t3 {
  margin-top: 38px;
  margin-left: -7px;
}

.planner-posts-holder .col-image img.img-t4 {
  margin-left: 50px;
}

.planner-posts-holder .col-content {
  width: 50%;
  letter-spacing: .024em;
}

.planner-posts-holder .col-content h2 {
  margin-bottom: 31px;
  line-height: 1.5;
  letter-spacing: -.01em;
}

.planner-posts-holder .col-content p {
  margin-bottom: 20px;
}

.planner-posts-holder .planner-post {
  margin-bottom: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.planner-posts-holder .planner-post:nth-child(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.planner-posts-holder .planner-post:nth-child(even) .col-image:before {
  left: 19px;
  right: -9999px;
}

.recipe-app-page.meal-planer-page .post-item.promo-full + .promo-section {
  margin: -67px -9999px 0;
}

.promo-section {
  background-color: #f58747;
  padding: 21px 0;
  margin-bottom: 35px;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1s .5s, opacity 1s .5s;
  position: relative;
  z-index: 200;
  margin-left: -9999px;
  margin-right: -9999px;
}

.promo-section .wrap {
  max-width: 100vw;
  margin: 0 auto;
}

.promo-section.in-viewport {
  opacity: 1;
  transform: translateY(0%);
}

.promo-section .promo-holder {
  text-align: center;
  padding: 26px 20px 29px;
  --border-color: #fff;
  --border-weight: 1px;
  --dash-size: 12.8px;
  --gap-size: 11px;
  position: relative;
  background: #f58747;
}

.promo-section .promo-holder > b {
  display: block;
  font: bold 27px/1.4 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
}

.promo-section .promo-holder:after {
  transition: all .6s ease;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--border-color) 100%, transparent 100%) top left no-repeat, linear-gradient(90deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) top center repeat-x, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) top right no-repeat, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) top left no-repeat, linear-gradient(0deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) center left repeat-y, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) bottom left no-repeat, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) bottom left no-repeat, linear-gradient(90deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) bottom center repeat-x, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) bottom right no-repeat, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) top right no-repeat, linear-gradient(0deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) center right repeat-y, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) bottom right no-repeat;
  background-size: var(--dash-size) var(--border-weight), calc(var(--dash-size) + var(--gap-size)) var(--border-weight), var(--dash-size) var(--border-weight), var(--border-weight) var(--dash-size), var(--border-weight) calc(var(--dash-size) + var(--gap-size)), var(--border-weight) var(--dash-size);
}

.meal-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.meal-intro .col-dr {
  width: 50%;
  background-color: #fff;
  text-align: center;
}

.meal-intro .col-dr .wrap {
  max-width: 682px;
  width: 100%;
  margin-left: auto;
}

.meal-intro .col-dr h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
  padding: 24px 65px 24px;
}

.meal-intro .col-info {
  width: 50%;
  background-color: #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.meal-intro .col-info .wrap {
  max-width: 682px;
  width: 100%;
  margin-right: auto;
  padding: 38px 106px 55px 96px;
}

.meal-intro .col-info h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.2px;
  margin-bottom: .9em;
}

.meal-intro .col-info p {
  margin-bottom: .7em;
  letter-spacing: .4px;
}

.meal-intro .col-info p:before,
.meal-intro .col-info p:after {
  display: inline-block;
}

.meal-intro .col-info p:before {
  content: "“";
}

.meal-intro .col-info p:after {
  content: "”";
}

.meal-intro .col-info .name {
  display: block;
  padding-bottom: 43px;
  font-size: 20px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.dr-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.dr-list li {
  width: 33.33%;
  padding: 20px;
  height: 280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.dr-list .bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 1px);
  z-index: 1;
}

.dr-list .inform {
  background-color: #fff;
  padding: 12px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  z-index: 2;
  position: relative;
}

.dr-list .inform span {
  display: block;
}

.dr-list .inform span:not(:last-child) {
  padding-bottom: 4px;
  margin-bottom: 3px;
  position: relative;
}

.dr-list .inform span:not(:last-child):after {
  content: "";
  height: 1px;
  width: 9px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
}

.badge-wrap {
  position: absolute;
  top: -30px;
  right: -61px;
  background-color: #f58747;
  height: 160px;
  width: 160px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 24px;
}

.badge-wrap:before {
  content: "";
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  border: 2px dashed rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 50%;
}

.badge-wrap .title {
  display: block;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-bottom: 4px;
}

.badge-wrap .price-hold {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.badge-wrap .amount {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}

.badge-wrap .price-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.badge-wrap .percent {
  font-size: 25px;
  font-weight: 700;
}

.badge-wrap .off {
  font-size: 13px;
  font-weight: 600;
}

.bg-video-holder {
  padding-top: 65.8%;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.bg-video-holder.video-active .bg-video {
  opacity: 1;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.about-section {
  color: #fff;
  background: #00243e;
  text-align: center;
  padding: 82px 0 81px;
}

.about-section .intro-heading {
  padding-bottom: 85px;
}

.about-section h1,
.about-section h2,
.about-section h3 {
  color: inherit;
}

.about-section .columns-holder {
  margin-bottom: 41px;
}

.about-section .block {
  color: #00243e;
  background: #fff;
  height: 100%;
  padding: 0 15px 11px;
}

.about-section .block .number {
  color: #fff;
  background: #02a58f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 700 40px/1.1 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto -15px;
  padding: 5px;
  transform: translateY(-50%);
}

.about-section .block h3 {
  font-size: 24px;
  line-height: 1.26;
  letter-spacing: -0.005em;
  margin-bottom: 20px;
}

.about-section .block .image-frame {
  margin-bottom: 20px;
}

.about-section .block .description {
  padding: 0 15px;
}

.benefits-section {
  color: #00243e;
}

.benefits-section.modified .text-block {
  padding-left: 63px;
}

.benefits-section.modified .benefits-list {
  line-height: 1.4;
}

.benefits-section.modified h2 {
  margin-left: -77px;
}

.benefits-section.alignright .container {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.benefits-section.alignright .text-block {
  padding-left: 6.4%;
}

.benefits-section.alignright .benefits-list {
  padding: 52px 0 0;
  margin-bottom: -55px;
}

.benefits-section.alignright .benefits-list li {
  padding-bottom: 55px;
}

.benefits-section.alignright .benefits-list .icon {
  margin-top: -7px;
}

.benefits-section.alignright .image-block {
  margin: 0 -50px 0 0;
}

.benefits-section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefits-section .container:after {
  display: none;
}

.benefits-section .text-block {
  width: 55.6%;
  padding: 30px 0 40px;
}

.benefits-section .benefits-list {
  padding: 26px 0 12px;
}

.benefits-section .image-block {
  width: calc(35% + 50px);
  margin-left: -50px;
  position: relative;
}

.benefits-section .image-block img {
  width: 100%;
}

.benefits-section .image-block .image {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  margin-top: 19px;
}

.benefits-list li {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 39px;
}

.benefits-list .icon {
  margin: 0 37px 0 0;
}

.benefits-list .description {
  -ms-flex: 1;
  flex: 1;
  min-height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefits-list h3 {
  color: #02a58f;
  letter-spacing: -0.005em;
}

.benefits-list p {
  margin: 0;
}

.promo-meals {
  color: #fff;
  background: #00243e;
  text-align: center;
  padding: 88px 0 70px;
}

.promo-meals h1,
.promo-meals h2,
.promo-meals h3 {
  color: inherit;
}

.promo-meals .meal-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65.4% 33%;
  grid-template-columns: 65.4% 33%;
  grid-gap: 1.6%;
  max-width: 950px;
  margin: 0 auto 60px;
}

.promo-meals .meal-holder .block.a {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1 / 3;
}

.promo-meals .meal-holder .block.a .hover-block {
  font-size: 24px;
}

.promo-meals .meal-holder .block.a .hover-block .title {
  font-size: 50px;
  margin-bottom: 37px;
}

.promo-meals .meal-holder .block.a .hover-block .rate-box {
  padding-bottom: 43px;
}

.promo-meals .meal-holder .block.a .hover-block .star-rate {
  font-size: 32px;
}

.promo-meals .meal-holder .block.a .hover-block .star-rate li {
  margin: 0 4px;
}

.promo-meals .meal-holder .block.a .hover-block .rated-count {
  font-size: 24px;
  margin: 2px 0 0 16px;
}

.promo-meals .meal-holder .block.a .hover-block .cooking-time i {
  font-size: 1.75em;
  margin: -9px 29px 0 0;
}

.promo-meals .meal-holder .block.b {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.promo-meals .meal-holder .block.c {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.promo-meals .meal-holder .block a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #00243e;
}

.promo-meals .meal-holder .block a.hover .hover-block {
  opacity: 1;
  visibility: visible;
}

.promo-meals .meal-holder .block img {
  width: 100%;
}

.promo-meals .meal-holder .hover-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(194, 230, 135, 0.94);
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 700 20px/1.09 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.promo-meals .meal-holder .hover-block .title {
  display: block;
  font-size: 35px;
  letter-spacing: -0.005em;
  margin-bottom: 20px;
}

.promo-meals .meal-holder .hover-block .rate-box {
  padding-bottom: 28px;
}

.promo-meals .meal-holder .hover-block .star-rate {
  font-size: 21px;
  color: rgba(0, 36, 62, 0.3);
}

.promo-meals .meal-holder .hover-block .star-rate li {
  margin: 0 3px;
}

.promo-meals .meal-holder .hover-block .star-rate .active {
  color: #00243e;
}

.promo-meals .meal-holder .hover-block .rated-count {
  font-size: 20px;
  font-weight: 700;
  margin: 1px 0 0 12px;
}

.promo-meals .meal-holder .hover-block .cooking-time {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.promo-meals .meal-holder .hover-block .cooking-time i {
  display: inline-block;
  vertical-align: top;
  margin: -1px 17px 0 0;
}

.post-item.signup-item .row {
  padding: 92px 7% 99px;
}

.post-item.signup-item h3 {
  margin-bottom: 20px;
}

.post-item.signup-item p {
  letter-spacing: 0.025em;
}

.post-item.signup-item .join-block {
  border: none;
  background: none;
  margin: -4px 0 0;
  padding: 0;
  width: 100%;
}

.post-item.signup-item .join-block:before,
.post-item.signup-item .join-block:after {
  display: none;
}

.post-item.signup-item .join-block .row-frame {
  max-width: 795px;
}

.post-item.signup-item .join-block .row-frame .input-box {
  width: 38%;
}

.post-item.signup-item .join-block .row-frame input[type=text],
.post-item.signup-item .join-block .row-frame input[type=email] {
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.post-item.signup-item .join-block .row-frame .input-box.submit {
  width: 24%;
}

.info-frame {
  background: #f2f2f2;
  padding: 91px 0 103px;
  font: 18px/1.78 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.info-frame .container {
  max-width: 990px;
}

.info-frame p {
  margin-bottom: 23px;
}

.info-frame ul {
  padding-bottom: 22px;
}

.info-frame ul li {
  position: relative;
  padding: 0 0 0 15px;
}

.info-frame ul li:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #00243e;
}

.section-overview {
  padding: 101px 0 25px;
}

.overview-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.overview-block {
  width: 33.33%;
  padding: 0 15px 30px;
  font: 15px/1.87 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.overview-block .image-block {
  margin: 0 0 27px;
}

.overview-block .title {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 41px;
  padding: 0 0 28px;
  min-height: 88px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #000;
}

.overview-block .description {
  letter-spacing: 0.125em;
  word-spacing: 0.01em;
  padding: 0 10px 0 0;
}

.overview-block p {
  margin-bottom: 34px;
}

.webinar-page {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.022em;
}

.webinar-page .section-webinar {
  position: relative;
  z-index: 2;
}

.webinar-page .section-webinar h2 {
  font-size: 30px;
  letter-spacing: -0.01em;
  margin-bottom: 29px;
}

.inline-ads-block.hero-option {
  max-width: none;
  padding: 0;
  margin: 0 0 92px;
}

.inline-ads-block.hero-option.webinar {
  position: relative;
  z-index: 1;
}

.inline-ads-block.hero-option.webinar:before,
.inline-ads-block.hero-option.webinar:after {
  content: '';
  position: absolute;
  left: -19px;
  bottom: 0;
  background: url(images/hero-bg-06.png) no-repeat;
  background-size: 100% 100%;
  width: 247px;
  height: 272px;
  z-index: 2;
}

.inline-ads-block.hero-option.webinar:after {
  bottom: auto;
  top: -124px;
  left: -22px;
  background-image: url(images/hero-bg-07.png);
  width: 266px;
  height: 339px;
}

.inline-ads-block.hero-option.webinar .labor-hero:before {
  background-image: url(images/hero-bg-05-big.png);
  background-size: 100% 100%;
  width: 284px;
  height: 381px;
  right: -103px;
}

.inline-ads-block.hero-option.webinar .labor-hero-holder {
  padding: 61px 0 0 3%;
  -ms-flex-pack: center;
  justify-content: center;
}

.inline-ads-block.hero-option.webinar .labor-hero-holder .img-box {
  margin: 0 0 -61px;
  width: 44%;
  position: relative;
  z-index: 3;
}

.inline-ads-block.hero-option.webinar .labor-hero-holder .hero-img img {
  margin: 0;
}

.inline-ads-block.hero-option.webinar .labor-hero-holder .text-box {
  width: 50%;
  padding: 11px 0 30px 9.8%;
}

.inline-ads-block.hero-option.webinar .labor-hero-holder .inline-ads-intro-heading .subheading {
  font-size: 16px;
  margin-bottom: 14px;
}

.inline-ads-block.hero-option.webinar .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 55px;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.inline-ads-block.hero-option.webinar .labor-hero-holder .panel-content {
  font-size: 17px;
  margin-bottom: 32px;
}

.inline-ads-block.hero-option.webinar .labor-hero-holder .panel-content time {
  margin-top: 10px;
}

.webinar-information {
  padding: 30px 0;
}

.webinar-information .container {
  max-width: 802px;
  padding: 0 25px;
}

.webinar-information .container h2 {
  text-align: center;
}

.webinar-information p:not(:last-child) {
  margin-bottom: 34px;
}

.webinar-information .book-holder {
  padding: 45px 0 117px;
}

.webinar-information .book-holder .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 16px 0 24px;
}

.webinar-information .book-holder .photo {
  width: 38%;
  padding-top: 9px;
}

.webinar-information .book-holder .photo img {
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.25);
}

.webinar-information .book-holder .description {
  width: 56%;
}

.lightbox-confirmation {
  width: 400px;
  padding: 43px 50px 25px;
  text-align: center;
  letter-spacing: .024em;
}

.lightbox-confirmation p {
  padding: 0 10px;
  margin-bottom: 25px;
}

.lightbox-confirmation .i-line {
  margin-bottom: 20px;
}

.lightbox-confirmation .i-line.i-submit {
  padding: 10px 0 0 4px;
}

.lightbox-confirmation .i-line input {
  padding: 15px 24px;
}

.lightbox-confirmation .i-line button {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  outline: none;
  color: #00243e;
  background-color: #10c1a0;
  text-decoration: none;
  border: none;
  margin: 0;
  padding: 16px 10px;
  min-width: 176px;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .12em;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

.lightbox-confirmation .i-line button:hover {
  background-color: #009b9b;
}

.lightbox-confirmation .fancybox-close-small {
  padding: 6px;
  right: 6px;
  top: 7px;
}

.webinar-offer-box {
  text-align: center;
  padding: 54px 0 0;
  font: 500 20px/1.54 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: .005em;
}

.webinar-offer-box .container {
  max-width: 1140px;
  padding-bottom: 39px;
}

.webinar-offer-box p {
  max-width: 750px;
  margin: 0 auto 20px;
}

.webinar-offer-box .code {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  letter-spacing: .26em;
  padding-left: 6px;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
  --border-color: #f58747;
  --border-weight: 1px;
  --dash-size: 10px;
  --gap-size: 10px;
  position: relative;
  background: #fff;
}

.webinar-offer-box .code:after {
  transition: all .6s ease;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--border-color) 100%, transparent 100%) top left no-repeat, linear-gradient(90deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) top center repeat-x, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) top right no-repeat, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) top left no-repeat, linear-gradient(0deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) center left repeat-y, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) bottom left no-repeat, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) bottom left no-repeat, linear-gradient(90deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) bottom center repeat-x, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) bottom right no-repeat, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) top right no-repeat, linear-gradient(0deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) center right repeat-y, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) bottom right no-repeat;
  background-size: var(--dash-size) var(--border-weight), calc(var(--dash-size) + var(--gap-size)) var(--border-weight), var(--dash-size) var(--border-weight), var(--border-weight) var(--dash-size), var(--border-weight) calc(var(--dash-size) + var(--gap-size)), var(--border-weight) var(--dash-size);
}

.webinar-leading-holder {
  background: #f2f2f2;
  margin: 0 -9999px 48px;
  padding: 87px 9999px 69px;
}

.webinar-leading-holder .icon-block {
  text-align: center;
  margin: -116px 0 43px;
}

.webinar-leading-holder h2 {
  text-align: center;
}

.webinar-controls-holder {
  text-align: center;
  padding-bottom: 87px;
}

.grain-kids-page {
  padding-bottom: 79px;
}

.grain-kids-page .post-holder {
  padding-top: 66px;
  padding-bottom: 79px;
}

.grain-kids-page .inner {
  padding-bottom: 108px;
}

.grain-kids-page .button-holder {
  text-align: center;
}

.info-block .row {
  background-color: #f2f2f2;
  padding: 56px 8% 47px;
}

.info-block h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 39px;
  text-align: center;
}

.info-block .col-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-block .col-8 {
  width: 59%;
}

.info-block .col-4 {
  width: 41%;
}

.info-block .col:not(:last-child) {
  padding-right: 21%;
  position: relative;
}

.info-block .col:not(:last-child):after {
  content: "";
  height: 89%;
  width: 3px;
  position: absolute;
  top: 6px;
  right: 8%;
  background-color: #000;
}

.info-block ul {
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2.2px;
}

.info-block ul li {
  padding-bottom: 20px;
}

.info-block p:last-child {
  margin-bottom: 0;
}

.dressing-page {
  padding-bottom: 99px;
}

.dressing-page .img100 {
  margin-top: 70px;
  margin-bottom: 38px;
}

.dressing-page .recipe-block {
  padding-bottom: 0;
}

.dressing-page .recipe-block .img-box {
  position: relative;
  margin-bottom: 21px;
}

.dressing-page .recipe-block h3 {
  margin-bottom: 4px;
}

.dressing-page .images-list {
  margin-bottom: 68px;
}

.dressing-page .images-list li:hover,
.dressing-page .images-list li:focus,
.dressing-page .images-list li:active {
  outline: none !important;
}

.dressing-page .btn-holder {
  text-align: center;
}

.thanksgiving-page {
  line-height: 1.56;
}

.thanksgiving-page .post-item.promo-full {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 69px;
}

.thanksgiving-page .post-item.promo-full .container {
  max-width: 800px;
}

.thanksgiving-page .post-item.promo-full .row {
  padding: 38px 30px 11px;
  min-height: 0;
}

.thanksgiving-page .post-item.promo-full h1 {
  line-height: 1.14;
  letter-spacing: -0.009em;
}

.thanksgiving-page .post-item.promo-full h1 sup {
  font-size: 60%;
  top: -0.6em;
}

.thanksgiving-page .intro-heading {
  max-width: 790px;
  padding-bottom: 72px;
}

.thanksgiving-page .intro-heading h2 {
  margin: 0 -45px;
  text-transform: none;
}

.thanksgiving-page .intro-heading p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.02em;
}

.thanksgiving-page .intro-heading p a {
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
}

.thanksgiving-page .post-social {
  padding: 29px 0 2px;
}

.menu-section .intro-heading {
  padding-bottom: 42px;
}

.menu-section .intro-heading p {
  margin-top: 22px;
}

.menu-holder.alignright .menu-slider-holder .decor-icon {
  left: auto;
  right: 140px;
  transform: translate(100%, 84px);
}

.menu-slider-holder,
.health-topics-slider-holder {
  position: relative;
  padding-bottom: 80px;
}

.menu-slider-holder .title,
.health-topics-slider-holder .title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
}

.menu-slider-holder .decor-icon,
.health-topics-slider-holder .decor-icon {
  position: absolute;
  left: 73px;
  transform: translate(-100%, 70px);
  bottom: 100%;
  z-index: -1;
}

.health-topics-slider .slick-arrow,
.menu-slider .slick-arrow {
  top: -21px;
  right: 50%;
  transform: translateX(-50%);
  margin: 0 -62px 0 0;
}

.health-topics-slider .slick-arrow.slick-prev,
.menu-slider .slick-arrow.slick-prev {
  right: 50%;
  margin: 0 151px 0 0;
}

.menu-slider {
  margin: 0 -128px 0 -15px;
  padding-top: 42px;
}

.menu-slider .slide {
  width: 390px;
  padding: 0 15px;
  outline: none;
}

.menu-slider .slide * {
  outline: none;
}

.menu-slider .slide img {
  width: 100%;
}

.menu-slider .image-block {
  margin-bottom: 20px;
}

.menu-slider h3 {
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-transform: none;
  margin-bottom: 13px;
}

.menu-slider h3 a {
  color: #000;
}

.menu-slider h3 a:hover {
  color: #02a58f;
}

.menu-slider .link-add {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.12em;
  font: 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.menu-slider .link-add:hover {
  color: #02a58f;
}

.menu-slider .link-add.active span {
  display: none;
}

.menu-slider .link-add.active span.added-text {
  display: block;
}

.menu-slider .link-add i {
  font-size: 27px;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  color: #02a58f;
}

.menu-slider .link-add .added-text {
  display: none;
}

.meal-planner-ad {
  background: #f2f2f2;
  margin: 18px 0 74px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.023em;
  padding: 48px 8% 36px 34.2%;
}

.meal-planner-ad .image-block {
  position: absolute;
  bottom: 0;
  left: 18.5%;
  z-index: 1;
}

.meal-planner-ad .image-block .decor-icon {
  position: absolute;
  bottom: -14px;
  left: 31px;
  transform: translateX(-100%);
  z-index: -1;
}

.meal-planner-ad .image-block .decor-icon img {
  max-width: none;
}

.meal-planner-ad h2 {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #009b9b;
}

.meal-planner-ad p:last-child {
  margin-bottom: 0;
}

.menu-bar {
  max-width: 635px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.menu-bar:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.menu-bar.recipes-added .recipes-title a {
  pointer-events: auto;
  cursor: pointer;
  color: #fff;
}

.menu-bar.recipes-added .recipes-title a:before {
  display: block;
}

.menu-bar.recipes-added .recipes-title a:hover {
  color: #03d7bb;
}

.menu-bar.recipes-added .recipes-title .added {
  display: none;
}

.menu-bar.recipes-added .recipes-title .closed {
  display: inline;
}

.menu-bar.recipes-added .recipes a {
  color: #02a58f;
  text-decoration: underline;
}

.menu-bar.recipes-added .recipes a:hover {
  color: #03d7bb;
}

.menu-bar.recipes-added .btn {
  color: #fff;
  background: #10c1a0;
  pointer-events: auto;
  cursor: pointer;
}

.menu-bar.active:before {
  opacity: 0.75;
  visibility: visible;
}

.menu-bar.active .recipes-title .closed {
  display: none;
}

.menu-bar.active .recipes-title .opened {
  display: inline;
}

.menu-bar .menu-bottom-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px;
  color: #fff;
  background: #00243e;
  font: 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-bar .holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-bar .recipes-title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.menu-bar .recipes-title a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  pointer-events: none;
  cursor: default;
  position: relative;
  padding: 0 29px 0 0;
}

.menu-bar .recipes-title a:before {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 0.6em;
  display: none;
}

.menu-bar .recipes-title .opened,
.menu-bar .recipes-title .closed {
  display: none;
}

.menu-bar .recipes {
  display: block;
  font-weight: 700;
  font-size: 13px;
}

.menu-bar .recipes a {
  color: #999;
  pointer-events: none;
  cursor: default;
}

.menu-bar .btn {
  min-width: 160px;
  font-size: 14px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.85);
  background: #999;
  margin: 0 0 0 18px;
  letter-spacing: 0.12em;
  font-weight: 400;
  pointer-events: none;
  cursor: default;
}

.menu-bar .btn:hover {
  background-color: #009b9b;
}

.menu-bar .recipes-slide {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: none;
  background: #f5f5f5;
  padding: 26px 30px 25px;
  max-height: calc(100vh - 60px - 60px);
  overflow: auto;
  transition: max-height 0.5s;
}

.menu-bar .recipes-slide.js-helloBarHeight {
  max-height: calc(100vh - 60px - 60px - 60px);
}

.menu-bar .recipes-slide .text-block {
  padding: 0 47px 13px 0;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: 0.022em;
}

.menu-bar .recipes-slide .text-block p {
  margin-bottom: 15px;
}

.menu-bar .recipes-slide .recipes-close {
  position: absolute;
  top: 29px;
  right: 32px;
}

.recipes-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.recipes-block .frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.recipes-block a.frame:hover h3 {
  color: #02a58f;
}

.recipes-block .image-block {
  width: 120px;
  min-width: 120px;
}

.recipes-block .description {
  padding: 15px 25px;
}

.recipes-block h3 {
  font: 600 18px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  margin: 0;
  text-transform: none;
  letter-spacing: -0.005em;
  transition: color 0.3s;
}

.recipes-block .btn-delete {
  width: 27px;
  height: 27px;
  font-size: 27px;
  display: block;
  margin: 2px 0 0 20px;
}

.recipes-block .btn-delete i {
  display: block;
}

.menu-email-lightbox {
  max-width: 536px;
  line-height: 1.56;
  text-align: center;
  letter-spacing: 0.023em;
  padding: 31px 55px 32px;
  overflow: visible;
}

.menu-email-lightbox .fancybox-button {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 1;
  padding: 1px;
  transition: background 0.3s;
}

.menu-email-lightbox .fancybox-button:hover {
  background: #02a58f;
}

.menu-email-lightbox h2 {
  margin-bottom: 17px;
  letter-spacing: -0.005em;
}

.menu-email-lightbox p {
  margin-bottom: 27px;
}

.menu-email-lightbox .email-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
}

.menu-email-lightbox .email-form input[type=email] {
  width: calc(100% - 130px);
}

.menu-email-lightbox .email-form input[type=submit] {
  width: 120px;
  min-width: 0;
  display: block;
  padding: 17px 10px 18px;
}

.menu-email-lightbox .link-block {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font: 600 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.blackfriday-hero.shop {
  padding: 83px 0 0;
}

.blackfriday-hero.shop .container {
  max-width: 1262px;
}

.blackfriday-hero.shop .discount-block {
  top: -144px;
  right: -57px;
  width: 387px;
  height: 387px;
  font-size: 70px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 147px 47px 63px 20px;
}

.blackfriday-hero.shop .text-block {
  width: 44%;
}

.blackfriday-hero.shop .text-block .title {
  font-size: 22px;
}

.blackfriday-hero.shop .text-block h2 {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 122px;
}

.blackfriday-hero.shop .image-holder {
  width: calc(56% + 306px);
  margin: -18px 0 0 -306px;
}

.blackfriday-hero.meal-planner {
  padding: 97px 0 0;
}

.blackfriday-hero.meal-planner .container {
  max-width: 1254px;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blackfriday-hero.meal-planner .discount-block {
  padding: 63px 20px 66px 28px;
}

.blackfriday-hero.meal-planner .text-block {
  width: 45%;
  text-align: center;
  padding-bottom: 92px;
}

.blackfriday-hero.meal-planner .text-block .title {
  margin-bottom: 28px;
}

.blackfriday-hero.meal-planner .text-block h2.bordered {
  padding-bottom: 30px;
  margin-bottom: 31px;
}

.blackfriday-hero.meal-planner .text-block h2.bordered:before {
  left: 50%;
  transform: translateX(-50%);
}

.blackfriday-hero.meal-planner .additional-text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.87px;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 9px;
}

.blackfriday-hero.meal-planner .additional-text p {
  margin-bottom: 20px;
}

.blackfriday-hero.meal-planner .image-holder {
  width: 55%;
  padding-right: 8px;
}

.blackfriday-hero.meal-planner .image-holder .decor {
  width: 217px;
}

.blackfriday-hero.meal-planner .image-holder .decor.left {
  left: 159px;
  bottom: 15px;
  transform: translateX(-100%) rotate(-1deg);
}

.blackfriday-hero.meal-planner .image-holder .decor.right {
  right: 27.4%;
  bottom: 15px;
  transform: scale(-1, 1) translateX(-100%) rotate(-1deg);
}

.blackfriday-hero.cooking-course {
  padding: 85px 0 97px;
  z-index: 1;
}

.blackfriday-hero.cooking-course .container {
  max-width: 1254px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blackfriday-hero.cooking-course .discount-block {
  padding: 63px 20px 66px 26px;
}

.blackfriday-hero.cooking-course .text-block {
  width: 53%;
  text-align: center;
}

.blackfriday-hero.cooking-course .text-block .title {
  margin-bottom: 28px;
}

.blackfriday-hero.cooking-course .text-block h2.bordered {
  padding-bottom: 28px;
  margin-bottom: 31px;
}

.blackfriday-hero.cooking-course .text-block h2.bordered:before {
  left: 50%;
  transform: translateX(-50%);
}

.blackfriday-hero.cooking-course .text-block .additional-text {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 13px;
}

.blackfriday-hero.cooking-course .image-holder {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1366px;
  margin: 0 auto;
  bottom: 0;
  width: auto;
  text-align: left;
  z-index: -1;
}

.blackfriday-hero.cooking-course .image-holder .frame {
  display: block;
}

.blackfriday-hero.cooking-course.hero-option {
  --blackfriday-hero-bg: #fcd662;
  color: #00243e;
  padding: 16px 0 0;
}

.blackfriday-hero.cooking-course.hero-option .container {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blackfriday-hero.cooking-course.hero-option .text-block {
  width: 49.8%;
  padding: 46px 0 65px;
}

.blackfriday-hero.cooking-course.hero-option .text-block .additional-text {
  padding-bottom: 3px;
}

.blackfriday-hero.cooking-course.hero-option h2 {
  color: inherit;
  font-size: 53px;
  line-height: 0.95;
  letter-spacing: -0.53px;
  margin: 0 0 20px;
}

.blackfriday-hero.cooking-course.hero-option .image-holder {
  position: static;
  max-width: none;
  margin: 0;
  width: calc(48% + 66px);
  margin-left: -66px;
}

.blackfriday-hero.labor-day {
  --blackfriday-hero-bg: #00243e;
  padding: 56px 0 0;
}

.blackfriday-hero.labor-day.teal .discount-block {
  background: #10c1a0;
}

.blackfriday-hero.labor-day.teal .text-block h1.bordered {
  color: #10c1a0;
}

.blackfriday-hero.labor-day.teal .text-block h1.bordered:before {
  background: #10c1a0;
}

.blackfriday-hero.labor-day.teal .text-block .btn {
  background: #10c1a0;
}

.blackfriday-hero.labor-day.teal .text-block .btn:hover {
  background: #009b9b;
}

.blackfriday-hero.labor-day .discount-block {
  background: #f43a45;
  top: -98px;
  padding: 30px 20px 55px 38px;
  line-height: 0.88;
}

.blackfriday-hero.labor-day .discount-block span {
  margin: 0 -24px 8px 0;
}

.blackfriday-hero.labor-day .text-block {
  width: 51%;
  padding-bottom: 50px;
}

.blackfriday-hero.labor-day .text-block h1.bordered,
.blackfriday-hero.labor-day .text-block h2.bordered {
  color: #f43a45;
  padding-bottom: 30px;
  margin-bottom: 23px;
}

.blackfriday-hero.labor-day .text-block h1.bordered:before,
.blackfriday-hero.labor-day .text-block h2.bordered:before {
  background: #f43a45;
}

.blackfriday-hero.labor-day .text-block h1 span,
.blackfriday-hero.labor-day .text-block h2 span {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.blackfriday-hero.labor-day .text-block .btn {
  background: #f43a45;
}

.blackfriday-hero.labor-day .text-block .btn:hover {
  background: #f54853;
}

.blackfriday-hero.labor-day .additional-text {
  padding: 0 4px 3px;
}

.blackfriday-hero.labor-day .image-holder {
  width: 49%;
  margin-top: -34px;
}

.blackfriday-hero.labor-day .image-holder .decor {
  width: 216px;
}

.blackfriday-hero.labor-day .image-holder .decor.left {
  left: 107px;
  bottom: -17px;
  transform: translateX(-100%) rotate(12deg);
}

.blackfriday-hero.labor-day .image-holder .decor.right {
  right: 95px;
  bottom: -6px;
  transform: scale(-1, 1) translateX(-100%) rotate(12deg);
}

.black-friday-section .blackfriday-hero {
  padding: 28px 0 48px;
}

.black-friday-section .blackfriday-hero .container {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1248px;
}

.black-friday-section .blackfriday-hero .discount-block {
  width: 268px;
  height: 268px;
  top: -118px;
  left: auto;
  transform: none;
  color: #fff;
  right: -55px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 63px 70px 38px 45px;
}

.black-friday-section .blackfriday-hero .text-block {
  width: 24.5%;
  padding-top: 34px;
}

.black-friday-section .blackfriday-hero .text-block .title {
  font-size: 33px;
  letter-spacing: 0.12em;
  margin-bottom: 2px;
}

.black-friday-section .blackfriday-hero .text-block h2 {
  font-size: 60px;
  line-height: 0.9;
  letter-spacing: 0.011em;
}

.black-friday-section .blackfriday-hero .promos {
  padding: 0 2.6% 0 0;
  width: 70%;
}

.black-friday-section .blackfriday-hero .promos .block.meal-planner .image-block {
  margin-top: 20px;
  margin-bottom: -20px;
}

.black-friday-section .blackfriday-hero .promos .block.meal-planner .image-block img:not(.decor) {
  width: 115px;
}

.black-friday-section .blackfriday-hero .promos .block.meal-planner .image-block .decor {
  width: 88px;
  left: 11px;
  bottom: -11px;
}

.black-friday-section .blackfriday-hero .promos .block.cooking-course .image-block {
  margin-right: 0;
  margin-left: 2px;
}

.black-friday-section .blackfriday-hero .promos .block.cooking-course .image-block img:not(.decor) {
  width: 144px;
}

.black-friday-section .blackfriday-hero .promos .block.cooking-course .image-block .decor {
  width: 80px;
  left: 22px;
  bottom: -20px;
}

.black-friday-section .blackfriday-hero .promos .block.all-products .image-block {
  margin-top: 28px;
  margin-bottom: -28px;
}

.black-friday-section .blackfriday-hero .promos .block.all-products .image-block img:not(.decor) {
  width: 123px;
}

.black-friday-section .blackfriday-hero .promos .block.all-products .image-block .decor {
  width: 84px;
  right: -3px;
  bottom: 5px;
}

.black-friday-section .blackfriday-hero .promos .image-block {
  height: 164px;
}

.black-friday-section .blackfriday-hero .promos .btn {
  height: 58px;
  line-height: 1.14;
  padding: 11px 20px;
}

.black-friday-section .blackfriday-hero .promos .btn:before {
  border-width: 29px 0 29px 16px;
}

.black-friday-section .blackfriday-hero .promos .btn:after {
  border-width: 29px 16px 29px 0;
}

.offers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 55px 0 29px;
  max-width: 1170px;
  margin: 0 auto;
}

.offer-block {
  width: 33.33%;
  padding: 0 10px;
  font: 700 12px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.offer-block .image-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 -47px;
}

.offer-block .image-block img {
  border-radius: 50%;
}

.offer-block .discount {
  position: absolute;
  left: -24px;
  top: -29px;
  color: #f58747;
  transform: rotate(-11deg) translateY(-50%);
  margin: 40px 0 0;
  pointer-events: none;
  font: 120px/1.2 "Freehand575", "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
}

.offer-block .discount sup {
  font-size: 32%;
  top: -1.2em;
  margin-left: 8px;
  letter-spacing: -0.02em;
}

.offer-block .description {
  background: #000;
  position: relative;
  padding: 18px 0;
}

.offer-block .title {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.offer-block .link-shop {
  text-transform: uppercase;
  color: #3ce4e4;
  letter-spacing: 0.12em;
  transition: color 0.3s;
}

.offer-block .link-shop:hover {
  color: #02a58f;
}

.blackfriday-hero {
  --blackfriday-hero-bg: #222;
  color: #fff;
  background: var(--blackfriday-hero-bg);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 57px 0 44px;
}

.blackfriday-hero .discount-block {
  position: absolute;
  top: -118px;
  left: -58px;
  width: 330px;
  height: 330px;
  padding: 63px 52px 61px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: var(--blackfriday-hero-bg);
  background: #02a58f;
  transform: rotate(-11deg);
  text-align: center;
  border-radius: 50%;
  letter-spacing: -1.5px;
  font: 80px/0.7 "Freehand575", "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
}

.blackfriday-hero .discount-block strong {
  display: block;
  font: 700 18px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.12em;
  margin: 9px -24px 0 0;
}

.blackfriday-hero .discount-block span {
  font-size: 49px;
  letter-spacing: 0;
  display: block;
  margin: 16px -3px 0 0;
}

.blackfriday-hero .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blackfriday-hero .container:after {
  display: none;
}

.blackfriday-hero .text-block {
  width: 24.9%;
  font-size: 16px;
  line-height: 1.82;
  letter-spacing: 0.32px;
}

.blackfriday-hero .text-block.text-center h1.bordered:before,
.blackfriday-hero .text-block.text-center h2.bordered:before {
  left: 50%;
  transform: translateX(-50%);
}

.blackfriday-hero .text-block .title {
  display: block;
  color: #02a58f;
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  margin-bottom: 24px;
}

.blackfriday-hero .text-block h1,
.blackfriday-hero .text-block h2 {
  color: #fff;
  font-size: 62px;
  line-height: 0.98;
  letter-spacing: -0.62px;
  margin-bottom: 16px;
}

.blackfriday-hero .text-block h1.bordered,
.blackfriday-hero .text-block h2.bordered {
  position: relative;
  padding-bottom: 35px;
}

.blackfriday-hero .text-block h1.bordered:before,
.blackfriday-hero .text-block h2.bordered:before {
  content: '';
  width: 101px;
  height: 3px;
  background: #02a58f;
  position: absolute;
  bottom: 0;
  left: 2px;
}

.blackfriday-hero .text-block h1 span,
.blackfriday-hero .text-block h2 span {
  display: block;
  font-size: 0.435em;
  line-height: 1.27;
  letter-spacing: -0.1px;
  margin: 16px 30px 0;
}

.blackfriday-hero .additional-text {
  text-transform: uppercase;
  font: 700 16px/1.7 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.87px;
}

.blackfriday-hero .additional-text mark {
  display: block;
  color: #fcd662;
  background: none;
}

.blackfriday-hero .price-area {
  padding-bottom: 27px;
}

.blackfriday-hero .price-area ins,
.blackfriday-hero .price-area del {
  display: block;
}

.blackfriday-hero .price-area ins {
  color: #fcd662;
  font: 35px/1.2 "Freehand575", "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
  letter-spacing: -0.025em;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: -2px;
}

.blackfriday-hero .price-area del {
  display: inline-block;
  vertical-align: top;
  font: 700 25px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  color: #7a7a7a;
}

.blackfriday-hero .price-area del:before {
  content: '';
  background: url(./images/slash-02.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3px;
  right: -5px;
  height: 16px;
  z-index: 1;
}

.blackfriday-hero .link-frame {
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  padding-top: 35px;
}

.blackfriday-hero .link-frame a {
  color: #fff;
  text-decoration: underline;
}

.blackfriday-hero .link-frame a:hover {
  color: #02a58f;
}

.blackfriday-hero .promos {
  width: 73%;
  padding: 22px 1.1% 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blackfriday-hero .promos .block {
  width: 33.33%;
  padding: 0 20px;
}

.blackfriday-hero .promos .block.meal-planner .image-block {
  margin-right: 8px;
}

.blackfriday-hero .promos .block.meal-planner .image-block .decor {
  left: -38px;
  bottom: -36px;
}

.blackfriday-hero .promos .block.cooking-course .image-block {
  margin-right: -2px;
  margin-left: -28px;
}

.blackfriday-hero .promos .block.cooking-course .image-block .decor {
  bottom: -27px;
  left: 9px;
}

.blackfriday-hero .promos .block.all-products .image-block {
  margin: 0;
}

.blackfriday-hero .promos .block.all-products .image-block .decor {
  left: auto;
  right: -14px;
  bottom: -30px;
  transform: rotate(48deg);
}

.blackfriday-hero .promos .image-block {
  height: 280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.blackfriday-hero .promos .image-block .decor {
  position: absolute;
  bottom: -25px;
  left: -2px;
  z-index: -1;
  opacity: 0.6;
}

.blackfriday-hero .promos .btn {
  min-width: 0;
  max-width: 230px;
  width: 100%;
  height: 68px;
  position: relative;
  z-index: 1;
  line-height: 1.14;
  padding: 17px 20px;
  background: #02a58f;
}

.blackfriday-hero .promos .btn:hover {
  background: #009b9b;
}

.blackfriday-hero .promos .btn:before,
.blackfriday-hero .promos .btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: solid;
  border-width: 34px 0 34px 19px;
  border-color: transparent transparent transparent var(--blackfriday-hero-bg);
  width: 0;
  height: 0;
}

.blackfriday-hero .promos .btn:after {
  content: '';
  left: auto;
  right: 0;
  border-width: 34px 19px 34px 0;
  border-color: transparent var(--blackfriday-hero-bg) transparent transparent;
}

.blackfriday-hero .promos .btn span {
  display: block;
}

.blackfriday-hero .image-holder {
  width: 56%;
  text-align: center;
}

.blackfriday-hero .image-holder .frame {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
  align-items: flex-end;
  vertical-align: top;
  position: relative;
  z-index: 2;
}

.blackfriday-hero .image-holder .decor {
  position: absolute;
  z-index: -1;
  width: 256px;
  bottom: 122px;
}

.blackfriday-hero .image-holder .decor.left {
  left: 107px;
  transform: translateX(-100%) rotate(4deg);
}

.blackfriday-hero .image-holder .decor.right {
  right: 104px;
  transform: scale(-1, 1) translateX(-100%) rotate(22deg);
}

.blackfriday-hero .image-holder .decor .st0 {
  fill: #fff;
  opacity: 0.4;
}

.blackfriday-hero .image-holder .slogan {
  position: absolute;
  bottom: 103px;
  z-index: -1;
  width: 197px;
  height: 66px;
  background: #02a58f;
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blackfriday-hero .image-holder .slogan:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: solid;
  border-width: 33px 0 33px 17px;
  border-color: transparent transparent transparent var(--blackfriday-hero-bg);
  width: 0;
  height: 0;
}

.blackfriday-hero .image-holder .slogan.left {
  left: 2px;
  transform: translateX(-100%);
  padding-left: 30px;
  padding-right: 7px;
}

.blackfriday-hero .image-holder .slogan.right {
  right: 2px;
  transform: translateX(100%);
  padding-left: 7px;
  padding-right: 22px;
}

.blackfriday-hero .image-holder .slogan.right:before {
  left: auto;
  right: 0;
  border-width: 33px 17px 33px 0;
  border-color: transparent var(--blackfriday-hero-bg) transparent transparent;
}

.blackfriday-hero .note-frame {
  padding-top: 19px;
  letter-spacing: 0;
}

.blackfriday-hero .note-ribbon {
  height: 60px;
  position: relative;
  background: #fff;
  font: 700 30px/1.2 "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
  letter-spacing: -0.3px;
  padding: 10px 15px;
  margin-bottom: 31px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blackfriday-hero .note-ribbon:before,
.blackfriday-hero .note-ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: solid;
  border-width: 30px 0 30px 19px;
  border-color: transparent transparent transparent var(--blackfriday-hero-bg);
  width: 0;
  height: 0;
}

.blackfriday-hero .note-ribbon:after {
  content: '';
  left: auto;
  right: 0;
  border-width: 30px 19px 30px 0;
  border-color: transparent var(--blackfriday-hero-bg) transparent transparent;
}

.blackfriday-hero.blackfriday-home .discount-block {
  left: auto;
  transform: rotate(11deg);
  right: -65px;
}

.blackfriday-hero.blackfriday-home .discount-block span {
  font-size: 1em;
  letter-spacing: inherit;
  margin: 1px -14px 0 0;
}

.blackfriday-hero.blackfriday-home h2 {
  font-size: 53px;
  line-height: 0.95;
  letter-spacing: -0.53px;
  margin-bottom: 16px;
}

.webinar-hero {
  overflow: hidden;
}

.webinar-hero .inline-ads-block.hero-option {
  margin-bottom: 0;
}

.webinar-hero .inline-ads-block.hero-option.webinar .labor-hero-holder {
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 59px;
}

.webinar-hero .inline-ads-block.hero-option.webinar .labor-hero-holder .img-box {
  margin: 0;
}

.webinar-hero .inline-ads-block.hero-option.webinar .labor-hero-holder .text-box {
  padding-top: 8px;
  padding-bottom: 0;
}

.webinar-hero .inline-ads-block.hero-option.webinar .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 60px;
  line-height: 1.14;
}

.section-hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(64.62% - 5px) calc(35.38% - 5px);
  grid-template-columns: calc(64.62% - 5px) calc(35.38% - 5px);
  grid-gap: 10px;
  margin: 0 0 10px;
}

.section-hero .hero-block {
  position: relative;
}

.section-hero .hero-block.a {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.section-hero .hero-block.b {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.section-hero .hero-block.c {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.section-hero .hero-block > img,
.section-hero .hero-block > picture > img,
.section-hero .hero-block > a > picture > img {
  width: 100%;
}

.section-hero .hero-block .description {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 408px;
  color: #00243e;
  background: #fff;
  padding: 23px 20px 18px;
  letter-spacing: 1.63px;
  font: 14px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.section-hero .hero-block .description a:not(.btn) {
  color: #00243e;
}

.section-hero .hero-block .description a:not(.btn):hover {
  color: #02a58f;
}

.section-hero .hero-block .description .category {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-hero .hero-block .description h2 {
  text-transform: none;
  margin: 0;
  line-height: 1.34;
  letter-spacing: -0.07px;
}

.section-hero .hero-block .description p {
  font: 16px/1.75 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  letter-spacing: 0.32px;
  margin: 12px 0 30px;
}

.frozen-home-hero {
  overflow: hidden;
}

.frozen-home-hero .image-block {
  width: 100%;
  position: relative;
  float: left;
  left: 50%;
  min-width: 1500px;
}

.frozen-home-hero .image-block img {
  width: 100%;
  position: relative;
  float: left;
  left: -50%;
}

.section-news {
  color: #fff;
  background: #02a58f;
  padding: 30px 0;
}

.section-news h2 {
  color: #fdf7ba;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.24;
}

.section-news h2 span {
  display: block;
  color: #fff;
}

.news-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.news-holder .heading-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(20% - 20px);
  margin: 0 10px;
}

.news-holder .news-block {
  height: 100%;
}

.news-slider {
  width: 80%;
}

.news-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.news-slider .slide {
  width: 25%;
  padding: 0 10px;
  height: auto;
}

.news-slider .slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 20px;
}

.news-block {
  letter-spacing: -0.07px;
  background: #fff;
  position: relative;
  font: 18px/1.34 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-block .description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 17px 15px 69px;
  color: #00243e;
}

.news-block .description a {
  color: inherit;
}

.news-block .description a:hover {
  color: #02a58f;
}

.news-block .category {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.63px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.news-block p {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

.news-block time {
  position: absolute;
  left: 15px;
  bottom: 14px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #4c6979;
}

.content-box {
  background: #fdf7ba;
  position: relative;
  z-index: 1;
  margin-right: -31px;
}

.content-box .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.content-box .container:after {
  display: none;
}

.content-box .image-block {
  width: 45%;
  margin: -18px 0 -26px;
}

.content-box .decor {
  position: absolute;
  right: -76px;
  bottom: 0;
  z-index: -1;
  width: 54%;
}

.content-box .text-block {
  width: 50%;
  padding: 36px 0 40px 52px;
}

.content-box h2 {
  margin-bottom: 18px;
}

.content-box p {
  margin-bottom: 29px;
}

.section-health-topics {
  padding: 64px 0 60px;
}

.health-topics-slider-holder {
  padding: 3px 0 0;
}

.health-topics-slider {
  margin: 0 -10px;
  padding: 40px 0 41px;
  text-align: center;
}

.health-topics-slider .slide {
  padding: 0 10px;
}

.health-topics-slider .image-block {
  margin-bottom: 19px;
}

.health-topics-slider h3 {
  text-transform: none;
  margin: 0 7px;
}

.health-topics-slider .slick-arrow {
  margin-right: -121px;
  font-size: 22px;
  line-height: 1;
  text-indent: 0;
  color: #02a58f;
  width: 14px;
  height: 22px;
  top: -22px;
}

.health-topics-slider .slick-arrow:after {
  display: none;
}

.health-topics-slider .slick-arrow:hover {
  color: #03d7bb;
}

.health-topics-slider .slick-arrow.slick-prev {
  margin-right: 99px;
  transform: none;
}

.health-topics-slider .slick-dots button {
  background: #00243e;
  opacity: 0.3;
}

.section-recipes {
  background: #ceeb9f;
  text-align: center;
  padding: 63px 0 39px;
}

.section-recipes .section-recipes_heading {
  position: relative;
  padding: 0 350px;
  margin-bottom: 37px;
  text-align: center;
}

.section-recipes h2 {
  margin-bottom: 0;
}

.section-recipes .search-form {
  position: absolute;
  right: 0;
  top: -3px;
  width: 344px;
}

.section-recipes .search-form input[type=search] {
  background: #fff;
  padding-right: 70px;
  letter-spacing: 0.02em;
  color: #000;
}

.section-recipes .search-form button[type=submit] {
  background: none;
  border: none;
  margin: 2px 0 0;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  color: #00243e;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
}

.section-recipes .columns-holder {
  margin-bottom: 43px;
}

.recipe-box {
  display: block;
  color: #00243e;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.col-full .recipe-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.col-full .recipe-box .image-block {
  width: 50.7%;
}

.col-full .recipe-box .description {
  font-size: 18px;
  line-height: 1.78;
  width: 49.3%;
  padding: 30px 7% 10px;
  text-align: left;
}

.col-full .recipe-box .category {
  display: inline-block;
  vertical-align: top;
  position: static;
  padding: 0;
  transform: none;
  margin-bottom: 22px;
  white-space: normal;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col-full .recipe-box .category:hover {
  color: #02a58f;
  background: none;
}

.col-full .recipe-box .title {
  font-size: 27px;
  line-height: 1.26;
  padding: 0 0 18px;
}

.recipe-box img {
  width: 100%;
}

.recipe-box .description {
  min-height: 94px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #fff;
}

.recipe-box .category {
  position: absolute;
  bottom: 94px;
  left: 50%;
  transform: translateX(-50%);
  color: #00243e;
  background: #fff;
  font: 16px/1.3 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 13px 25px 11px;
}

.recipe-box .category:hover {
  color: #02a58f;
}

.recipe-box .title {
  display: block;
  font: 700 20px/1.36 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.07px;
  padding: 12px 37px 8px;
}

.recipe-box .title a {
  color: #00243e;
}

.recipe-box .title a:hover {
  color: #02a58f;
}

.recipes-nav-holder h2 {
  margin-bottom: 26px;
}

.recipes-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
  text-transform: uppercase;
  font: 700 16px/1.14 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
}

.recipes-nav li {
  width: 194px;
  margin: 0 10px 20px;
}

.recipes-nav a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #00243e;
  background: #daefb6;
  padding: 10px 15px;
  min-height: 55px;
}

.recipes-nav a:hover {
  background: #bae177;
}

.section-tools {
  text-align: center;
  padding: 63px 0 35px;
}

.section-tools h2 {
  margin-bottom: 37px;
}

.section-tools_block {
  font: 700 20px/1.36 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.07px;
  text-align: center;
}

.section-tools_block .image-block {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}

.section-tools_block .logo-tool {
  position: absolute;
  top: 33px;
  left: 40px;
  text-align: left;
}

.section-tools_block a {
  color: #00243e;
}

.section-tools_block a:hover {
  color: #02a58f;
}

.section-tools_block .title {
  display: block;
  max-width: 320px;
  margin: 0 auto 24px;
}

.section-tools_block .more {
  font-size: 0.8em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-tools_block .more i {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 12px;
  color: #02a58f;
  font-size: 0.7em;
}

.testimonials-slideshow {
  background: #a1afed;
  padding: 50px 0;
}

.testimonials-slider {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.testimonials-slider:before {
  content: '';
  background: url(./images/img-quotes.png) no-repeat;
  background-size: 100% 100%;
  width: 221px;
  height: 200px;
  position: absolute;
  top: -69px;
  right: 0;
  z-index: -1;
}

.testimonials-slider .slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonials-slider .image-block {
  width: 45.6%;
}

.testimonials-slider blockquote {
  width: 49.2%;
  font: 700 40px/1.25 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 79px 5% 30px 0;
}

.testimonials-slider blockquote p {
  margin-bottom: 17px;
}

.testimonials-slider blockquote cite {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1.5px;
  display: block;
  text-transform: uppercase;
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  position: absolute;
  top: 24px;
  left: 50.9%;
  z-index: 20;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.testimonials-slider .slick-prev:hover,
.testimonials-slider .slick-next:hover {
  color: #02a58f;
}

.testimonials-slider .slick-next {
  left: 53.8%;
}

.testimonials-slider .slick-dots {
  display: none !important;
}

.testimonials-slider .slick-dots button {
  background: #00243e;
  opacity: 0.3;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  background: #00243e;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.026em;
  padding: 24px 0 27px;
  transition: opacity 0.3s, visibility 0.3s;
}

.cookie-banner.cookie-close {
  opacity: 0;
  visibility: hidden;
}

.cookie-banner .container {
  position: relative;
  padding: 0 76px;
}

.cookie-banner .container:before {
  position: absolute;
  top: 9px;
  left: 16px;
  font-size: 34px;
}

.cookie-banner .close {
  position: absolute;
  top: 6px;
  right: 19px;
  width: 29px;
  height: 29px;
}

.cookie-banner .close:hover:after,
.cookie-banner .close:hover:before {
  background: #02a58f;
}

.cookie-banner .close:after,
.cookie-banner .close:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 100%;
  left: 0;
  background: #fff;
  transition: all .3s;
  transform: rotate(45deg);
}

.cookie-banner .close:after {
  transform: rotate(-45deg);
}

.cookie-banner a {
  color: inherit;
  text-decoration: underline;
}

.cookie-banner a:hover {
  text-decoration: none;
}

.cookie-banner p {
  margin: 0;
}

.recipe-app-page.meal-planer-page.labor-page .pricing-section .bg-section {
  background: #02a58f;
}

.recipe-app-page.meal-planer-page.labor-page .pricing-section .price-block {
  padding: 0 0 28px;
}

.recipe-app-page.meal-planer-page.labor-page .pricing-section .price-block ins {
  color: #00243e;
  letter-spacing: -2.6px;
}

.recipe-app-page.meal-planer-page.labor-page .pricing-section .price-block ins small {
  font-size: 38px;
  margin: 0;
}

.recipe-app-page.meal-planer-page.labor-page .pricing-section .block {
  padding: 35px 20px 45px;
}

.recipe-app-page.meal-planer-page.labor-page .pricing-section .block h3 {
  font-size: 26px;
}

.recipe-app-page.meal-planer-page.labor-page .pricing-section .label-price {
  background: #dd414a;
}

.labor-hero {
  background: #00243e;
  overflow: hidden;
}

.labor-hero-holder {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-top: 61px;
}

.labor-hero-holder .img-box {
  width: 50%;
  position: relative;
  padding-left: 9%;
  margin-top: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.labor-hero-holder .text-box {
  width: 50%;
  text-transform: uppercase;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  z-index: 1;
}

.labor-hero-holder .inline-ads-intro-heading {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 30px;
}

.labor-hero-holder .inline-ads-intro-heading:after {
  content: "";
  width: 101px;
  height: 3px;
  background: #dd414a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.labor-hero-holder .inline-ads-intro-heading > *:last-child {
  margin-bottom: 0;
}

.labor-hero-holder .inline-ads-intro-heading h1 {
  color: #dd414a;
  margin-bottom: 21px;
  font-size: 62px;
  line-height: 0.82;
  letter-spacing: -0.62px;
}

.labor-hero-holder .inline-ads-intro-heading p {
  font-size: 27px;
  line-height: 1.26;
  letter-spacing: -0.1px;
}

.labor-hero-holder .panel-content {
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 1.87px;
  max-width: 430px;
  margin: 0 auto 20px;
}

.labor-hero-holder .panel-content > *:last-child {
  margin-bottom: 0;
}

.labor-hero-holder .panel-content p {
  margin-bottom: 18px;
}

.labor-hero-holder .panel-content i {
  text-transform: none;
  letter-spacing: 0;
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.labor-hero-holder .hero-bg {
  position: absolute;
  left: 0;
  margin: auto;
  bottom: -75px;
  right: -127px;
}

.labor-hero-holder .hero-img {
  position: relative;
  z-index: 2;
}

.labor-hero-holder.labor-hero-planner .img-box {
  width: 35%;
  padding-left: 4%;
}

.labor-hero-holder.labor-hero-planner .text-box {
  width: 65%;
  padding-top: 30px;
}

.labor-hero-holder.labor-hero-planner .hero-bg {
  left: -50px;
  right: -120px;
}

.labor-hero-holder.labor-hero-planner .inline-ads-intro-heading {
  max-width: 100%;
  font-size: 15px;
  margin-bottom: 51px;
  padding-bottom: 41px;
  color: #fff;
}

.labor-hero-holder.labor-hero-planner .inline-ads-intro-heading h1 {
  margin-bottom: 27px;
  color: #02a58f;
}

.labor-hero-holder.labor-hero-planner .inline-ads-intro-heading p {
  font-size: 29px;
  line-height: 1.46;
}

.labor-hero-holder.labor-hero-planner .inline-ads-intro-heading::after {
  background: #02a58f;
}

.labor-hero-holder.labor-hero-planner .panel-content {
  margin-bottom: 43px;
}

.discount-box {
  background: #dd414a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00243e;
  transform: rotate(-11deg);
  font-family: "Freehand575", "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
  z-index: 1;
  padding-top: 100px;
  width: 325px;
  height: 325px;
  border-radius: 50%;
  position: absolute;
  top: -174px;
  left: -98px;
  line-height: 1.1;
  font-size: 16px;
  letter-spacing: 0;
}

.discount-box span {
  display: block;
  font-size: 3.0625em;
  margin-bottom: 7px;
}

.discount-box strong {
  font-size: 5em;
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -1.3px;
}

.pricing-section {
  padding: 50px;
  position: relative;
  font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
}

.pricing-section .bg-section {
  background: #001e3a;
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  z-index: -1;
}

.pricing-section .bg-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-section .container {
  padding-top: 55px;
  padding-bottom: 73px;
}

.pricing-section .script-font .price-block ins {
  font-family: "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
}

.pricing-section .price-block {
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0 10px;
  color: #00243e;
}

.pricing-section .price-block ins {
  font-size: 60px;
  text-decoration: none;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #000;
}

.pricing-section .price-block ins small {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.pricing-section .price-block ins sup {
  font-size: 60%;
  top: -0.55em;
}

.pricing-section .price-block del {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  color: #dd414a;
}

.pricing-section .price-block del span {
  color: #00243e;
}

.pricing-section .intro-heading {
  color: #fff;
  padding-bottom: 36px;
}

.pricing-section .intro-heading h2 {
  color: inherit;
}

.pricing-section .columns-holder {
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-section .col {
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px 25px;
  max-width: 400px;
  width: 100%;
}

.pricing-section .block {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 54px 20px 58px;
  width: 100%;
}

.pricing-section .block h3 {
  color: #02a58f;
  font-size: 22px;
}

.pricing-section .label-price {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #02a58f;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  position: absolute;
  top: -31px;
  right: -28px;
  text-align: center;
  line-height: 1;
  padding: 2px;
}

.inline-ads-block {
  padding: 55px 0 80px;
  max-width: 718px;
  margin: 0 auto;
}

.inline-ads-block .labor-hero {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.inline-ads-block .labor-hero-holder {
  padding: 30px 0 0;
  position: relative;
  z-index: 1;
}

.inline-ads-block .labor-hero-holder .discount-box {
  width: 98px;
  height: 98px;
  top: -42px;
  left: auto;
  right: -30px;
  font-size: 28px;
  line-height: 0.93;
  letter-spacing: 0.005em;
  padding: 16px 4px 4px;
}

.inline-ads-block .labor-hero-holder .discount-box span {
  font-size: 1em;
}

.inline-ads-block .labor-hero-holder .img-box {
  width: 39.5%;
  padding-left: 0;
  margin-top: -42px;
}

.inline-ads-block .labor-hero-holder .hero-img {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.inline-ads-block .labor-hero-holder .hero-img .decor {
  position: absolute;
  left: -47px;
  bottom: 0;
  z-index: -1;
}

.inline-ads-block .labor-hero-holder .hero-img .decor.right {
  left: auto !important;
  right: -58px;
}

.inline-ads-block .labor-hero-holder .hero-bg {
  bottom: 0;
  right: -12px;
}

.inline-ads-block .labor-hero-holder .decor-img .decor {
  position: absolute;
  right: 0;
  z-index: -1;
}

.inline-ads-block .labor-hero-holder .decor-img .decor.top {
  top: 0;
}

.inline-ads-block .labor-hero-holder .text-box {
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

.inline-ads-block .labor-hero-holder .inline-ads-intro-heading {
  padding-bottom: 0;
  margin-bottom: 5px;
}

.inline-ads-block .labor-hero-holder .inline-ads-intro-heading:after {
  display: none;
}

.inline-ads-block .labor-hero-holder .inline-ads-intro-heading .subheading {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1.63px;
  color: #00243e;
  margin: 0 0 -1px 2px;
}

.inline-ads-block .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #dd414a;
}

.inline-ads-block .labor-hero-holder .panel-content {
  font-size: 14px;
  line-height: 1.58;
  letter-spacing: 0.07em;
  max-width: none;
  margin: 0 0 15px;
}

.inline-ads-block .labor-hero-holder .btn:not(.btn-red-light) {
  background: #00243e;
}

.inline-ads-block .labor-hero-holder .btn:not(.btn-red-light):hover {
  background: #00365d;
}

.inline-ads-block.fall-magazine .labor-hero {
  background: #02a58f;
}

.inline-ads-block.fall-magazine .labor-hero-holder {
  padding-top: 25px;
}

.inline-ads-block.fall-magazine .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 13px;
}

.inline-ads-block.fall-magazine .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 28px;
  line-height: 1.08;
  color: #ceeb9f;
}

.inline-ads-block.fall-magazine .labor-hero-holder .img-box {
  width: 43.4%;
}

.inline-ads-block.fall-magazine .labor-hero-holder .hero-img .decor {
  left: -52px;
}

.inline-ads-block.fall-magazine .labor-hero-holder .hero-img .decor.right {
  right: -53px;
}

.inline-ads-block.fall-magazine .labor-hero-holder .text-box {
  padding-bottom: 5px;
}

.inline-ads-block.fall-magazine .labor-hero-holder .panel-content {
  line-height: 1.3;
  letter-spacing: 0.027em;
  margin-bottom: 18px;
}

.inline-ads-block.fall-magazine .labor-hero-holder .btn {
  color: #fff;
}

.inline-ads-block.recipe-app .labor-hero {
  background: #ff7278;
}

.inline-ads-block.recipe-app .labor-hero-holder {
  padding-top: 27px;
}

.inline-ads-block.recipe-app .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 7px;
}

.inline-ads-block.recipe-app .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 28px;
  line-height: 1.08;
  color: #fff;
}

.inline-ads-block.recipe-app .labor-hero-holder .hero-img .decor {
  left: -46px;
  bottom: -17px;
}

.inline-ads-block.recipe-app .labor-hero-holder .hero-img .decor.right {
  right: -38px;
}

.inline-ads-block.recipe-app .labor-hero-holder .text-box {
  width: 55%;
  padding-bottom: 15px;
  margin-left: -13px;
}

.inline-ads-block.recipe-app .labor-hero-holder .panel-content {
  line-height: 1.3;
  color: #00243e;
  max-width: 290px;
  margin: 0 auto 15px;
}

.inline-ads-block.recipe-app .labor-hero-holder .btn {
  color: #fff;
}

.inline-ads-block.cooking-course {
  overflow: hidden;
}

.inline-ads-block.cooking-course .labor-hero {
  background: #fcd662;
}

.inline-ads-block.cooking-course .labor-hero-holder {
  padding-top: 32px;
}

.inline-ads-block.cooking-course .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 14px;
}

.inline-ads-block.cooking-course .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 32px;
  line-height: 0.94;
  color: #fff;
}

.inline-ads-block.cooking-course .labor-hero-holder .img-box {
  width: 43.4%;
  text-align: left;
  margin-top: -77px;
}

.inline-ads-block.cooking-course .labor-hero-holder .hero-img .decor {
  left: -2px;
  bottom: -46px;
  width: 170px;
}

.inline-ads-block.cooking-course .labor-hero-holder .hero-img .decor.right {
  right: -20px;
  bottom: -90px;
  width: 190px;
  transform: rotate(15deg);
}

.inline-ads-block.cooking-course .labor-hero-holder .decor-img .decor.top {
  top: -141px;
  right: -44px;
  transform: rotate(-9deg);
}

.inline-ads-block.cooking-course .labor-hero-holder .text-box {
  padding-bottom: 5px;
  margin-left: 10px;
}

.inline-ads-block.cooking-course .labor-hero-holder .panel-content {
  line-height: 1.3;
  color: #00243e;
  letter-spacing: 0.07em;
  margin-bottom: 17px;
}

.inline-ads-block.cooking-course .labor-hero-holder .btn {
  color: #fff;
}

.inline-ads-block.webinar .labor-hero {
  background: #a1b0ed;
  z-index: 1;
}

.inline-ads-block.webinar .labor-hero:before,
.inline-ads-block.webinar .labor-hero:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(images/hero-bg-05.png) no-repeat;
  width: 96px;
  height: 209px;
  z-index: -1;
}

.inline-ads-block.webinar .labor-hero:after {
  display: none;
  right: auto !important;
  left: -60px;
  background-image: url(images/hero-bg-06.png);
  background-size: 100% 100%;
  width: 160px;
  height: 176px;
}

.inline-ads-block.webinar .labor-hero-holder {
  padding: 39px 20px 0 33px;
}

.inline-ads-block.webinar .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 23px;
  text-align: left;
}

.inline-ads-block.webinar .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 30px;
  line-height: 1.34;
  color: #00243e;
  letter-spacing: -0.007em;
  text-transform: none;
  text-align: left;
}

.inline-ads-block.webinar .labor-hero-holder .img-box {
  width: 32%;
  text-align: left;
  margin-top: -81px;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.inline-ads-block.webinar .labor-hero-holder .hero-img {
  text-align: center;
}

.inline-ads-block.webinar .labor-hero-holder .hero-img img {
  border-radius: 50%;
  margin-bottom: -18px;
}

.inline-ads-block.webinar .labor-hero-holder .text-box {
  padding: 0 0 12px 38px;
  text-align: left;
  width: 55%;
}

.inline-ads-block.webinar .labor-hero-holder .panel-content {
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.07em;
  margin-bottom: 17px;
}

.inline-ads-block.webinar .labor-hero-holder .panel-content time {
  color: #00243e;
  display: block;
  margin-top: 7px;
}

.inline-ads-block.webinar .labor-hero-holder .btn {
  color: #fff;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.inline-ads-block.meal-planner .labor-hero-holder {
  padding-top: 27px;
}

.inline-ads-block.meal-planner .labor-hero-holder .text-box {
  width: 56%;
  padding-bottom: 12px;
}

.inline-ads-block.meal-planner .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 14px;
}

.inline-ads-block.meal-planner .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 32px;
  line-height: 1;
  color: #289793;
}

.inline-ads-block.meal-planner .labor-hero-holder .panel-content {
  margin-bottom: 18px;
}

.inline-ads-block.meal-planner .labor-hero-holder .btn {
  background: #289793;
}

.inline-ads-block.meal-planner .labor-hero-holder .btn:hover {
  background: #23837f;
}

.inline-ads-block.fresh-start .labor-hero {
  background: #fdf7ba;
}

.inline-ads-block.fresh-start .labor-hero-holder {
  padding-top: 28px;
}

.inline-ads-block.fresh-start .labor-hero-holder .img-box {
  width: 38%;
}

.inline-ads-block.fresh-start .labor-hero-holder .hero-img .decor.left {
  width: 138px;
  left: -54px;
  bottom: 14px;
  transform: rotate(14deg);
}

.inline-ads-block.fresh-start .labor-hero-holder .hero-img .decor.right {
  width: 140px;
  right: -37px;
  bottom: -10px;
  transform: scale(-1, 1) rotate(-14deg);
}

.inline-ads-block.fresh-start .labor-hero-holder .hero-img .decor .st0 {
  fill: #fcd662;
}

.inline-ads-block.fresh-start .labor-hero-holder .text-box {
  width: 58%;
  color: #00243e;
  padding-bottom: 7px;
}

.inline-ads-block.fresh-start .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 8px;
}

.inline-ads-block.fresh-start .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 27px;
  line-height: 1.12;
  max-width: 300px;
  margin: 0 auto;
  color: #00243e;
}

.inline-ads-block.fresh-start .labor-hero-holder .panel-content {
  line-height: 1.3;
  letter-spacing: 1.63px;
  margin-bottom: 18px;
}

.inline-ads-block.fresh-start .labor-hero-holder .btn {
  background: #10c1a0;
}

.inline-ads-block.fresh-start .labor-hero-holder .btn:hover {
  background: #009b9b;
}

.inline-ads-block.black-friday .labor-hero {
  background: #222;
}

.inline-ads-block.black-friday .labor-hero-holder {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 29px 0 0 25px;
}

.inline-ads-block.black-friday .labor-hero-holder .discount-box {
  background: #02a58f;
  top: -20px;
  right: -20px;
  z-index: 5;
}

.inline-ads-block.black-friday .labor-hero-holder .img-box {
  width: 52%;
  margin: 0;
}

.inline-ads-block.black-friday .labor-hero-holder .img-box .decor {
  position: absolute;
  z-index: -1;
  width: 142px;
  bottom: 49px;
}

.inline-ads-block.black-friday .labor-hero-holder .img-box .decor.left {
  left: 120px;
  transform: translateX(-100%) rotate(22deg);
}

.inline-ads-block.black-friday .labor-hero-holder .img-box .decor.right {
  right: 124px;
  bottom: 59px;
  transform: scale(-1, 1) translateX(-100%) rotate(70deg);
}

.inline-ads-block.black-friday .labor-hero-holder .img-box .decor .st0 {
  fill: #fff;
  opacity: 0.4;
}

.inline-ads-block.black-friday .labor-hero-holder .hero-img {
  overflow: hidden;
}

.inline-ads-block.black-friday .labor-hero-holder .text-box {
  width: 52%;
  text-align: left;
  padding-bottom: 12px;
}

.inline-ads-block.black-friday .labor-hero-holder .title {
  display: block;
  text-transform: uppercase;
  font: 700 15px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.12em;
  color: #02a58f;
  margin-bottom: 16px;
}

.inline-ads-block.black-friday .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 23px;
}

.inline-ads-block.black-friday .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 23px;
  line-height: 1.22;
  color: #fff;
  text-align: left;
}

.inline-ads-block.black-friday .labor-hero-holder .inline-ads-intro-heading h2 mark {
  color: #fcd662;
  background: none;
}

.inline-ads-block.black-friday .labor-hero-holder .panel-content {
  margin-bottom: 18px;
}

.inline-ads-block.black-friday .labor-hero-holder .btn {
  background: #02a58f;
  letter-spacing: 0.125em;
}

.inline-ads-block.black-friday .labor-hero-holder .btn:hover {
  background: #028c79;
}

.inline-ads-block.black-friday.bf-meal-planner .hero-img img {
  margin: 0 -43px -36px 0;
}

.inline-ads-block.black-friday.bf-shop .labor-hero-holder .img-box {
  width: 42%;
  margin: -50px 7.8% 0 0;
}

.inline-ads-block.black-friday.bf-shop .labor-hero-holder .img-box .decor {
  bottom: -10px;
}

.inline-ads-block.black-friday.bf-shop .labor-hero-holder .img-box .decor.left {
  left: 81px;
  transform: translateX(-100%) rotate(-37deg);
}

.inline-ads-block.black-friday.bf-shop .labor-hero-holder .img-box .decor.right {
  right: 81px;
  transform: scale(-1, 1) translateX(-100%) rotate(-36deg);
}

.inline-ads-block.black-friday.bf-shop .labor-hero-holder .hero-img {
  max-width: 201px;
}

.inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .img-box {
  width: 48%;
}

.inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .img-box .decor {
  bottom: -22px;
}

.inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .img-box .decor.left {
  left: 82px;
  transform: translateX(-100%) rotate(-28deg);
}

.inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .img-box .decor.right {
  right: 50%;
  bottom: auto;
  top: -24%;
  transform: scale(-1, 1) translateX(-50%) rotate(101deg);
}

.inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .hero-img {
  display: block;
  margin-left: -42px;
}

.inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .hero-img img {
  margin: 0 -102px -7px 0;
}

.inline-ads-block.new-year .labor-hero {
  background: #02a58f;
}

.inline-ads-block.new-year .labor-hero-holder .discount-box {
  color: #00243e;
  background: #ceeb9f;
  width: 118px;
  height: 118px;
  padding: 16px 10px 13px;
  top: -45px;
  font-size: 32px;
  line-height: 0.83;
}

.inline-ads-block.new-year .labor-hero-holder .img-box .decor.right {
  transform: scale(-1, 1) translateX(-100%) rotate(-11deg);
}

.inline-ads-block.new-year .labor-hero-holder .img-box .decor .st0 {
  fill: #fff;
  opacity: 0.3;
}

.inline-ads-block.new-year .labor-hero-holder .inline-ads-intro-heading .subheading {
  color: #fff;
  font-size: 14px;
  margin: 0 0 10px;
}

.inline-ads-block.new-year .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 27px;
  line-height: 1.12;
  color: #fff;
}

.inline-ads-block.new-year .labor-hero-holder .btn {
  color: #fff;
}

.inline-ads-block.new-year.ny-meal-planner .labor-hero-holder {
  padding-top: 27px;
}

.inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .img-box {
  width: 44%;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  margin-top: -53px;
}

.inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .img-box .decor {
  width: 120px;
}

.inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .img-box .decor.right {
  bottom: 66px;
  right: 67px;
}

.inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .text-box {
  width: 49%;
  padding: 0 0 15px 7%;
}

.inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .inline-ads-intro-heading h2 {
  max-width: 200px;
  margin: 0 auto;
}

.inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .panel-content {
  letter-spacing: 1.63px;
  margin-bottom: 10px;
}

.inline-ads-block.anniversary .labor-hero {
  background: #02a58f;
}

.inline-ads-block.anniversary .labor-hero:before,
.inline-ads-block.anniversary .labor-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100px;
  background: url(./images/bg-decor-anniversary-top-01.png) repeat-x 50% 0;
  background-size: 1093px 100px;
}

.inline-ads-block.anniversary .labor-hero:after {
  top: auto;
  bottom: 0;
  background-image: url(./images/bg-decor-anniversary-bottom-01.png);
  height: 62px;
  background-size: 1019px 62px;
}

.inline-ads-block.anniversary .labor-hero-holder {
  padding-top: 28px;
}

.inline-ads-block.anniversary .labor-hero-holder .discount-box {
  color: #00243e;
  background: #ceeb9f;
  width: 118px;
  height: 118px;
  padding: 20px 10px 13px;
  top: -45px;
  font-size: 32px;
  line-height: 0.83;
}

.inline-ads-block.anniversary .labor-hero-holder .img-box {
  width: 51%;
}

.inline-ads-block.anniversary .labor-hero-holder .text-box {
  width: 38%;
  padding: 0 0 10px 2.6%;
}

.inline-ads-block.anniversary .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 17px;
}

.inline-ads-block.anniversary .labor-hero-holder .inline-ads-intro-heading .subheading {
  color: #fff;
  font-size: 14px;
  margin: 0 0 9px;
}

.inline-ads-block.anniversary .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -0.1px;
  color: #fff;
}

.inline-ads-block.anniversary .labor-hero-holder .btn {
  color: #fff;
}

.inline-ads-block.anniversary-webinar .labor-hero {
  background: #a1afed;
}

.inline-ads-block.anniversary-webinar .labor-hero:before,
.inline-ads-block.anniversary-webinar .labor-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 60px;
  background: url(./images/bg-decor-anniversary-top-01.png) repeat-x 50% 0;
  background-size: 656px 60px;
}

.inline-ads-block.anniversary-webinar .labor-hero:after {
  top: auto !important;
  bottom: 0;
  height: 40px;
  background-image: url(./images/bg-decor-anniversary-bottom-01.png);
  background-size: 657px 40px;
}

.inline-ads-block.anniversary-webinar .labor-hero-holder {
  padding: 28px 9% 0 5.5%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inline-ads-block.anniversary-webinar .labor-hero-holder .img-box {
  width: 52.1%;
  margin-top: -65px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.inline-ads-block.anniversary-webinar .labor-hero-holder .photo-webinar-list {
  margin: 0 -6px;
}

.inline-ads-block.anniversary-webinar .labor-hero-holder .photo-webinar-list li {
  padding: 0 6px 13px;
}

.inline-ads-block.anniversary-webinar .labor-hero-holder .photo-webinar-list img {
  border-radius: 7px;
  box-shadow: 3px 7px 15px rgba(0, 0, 0, 0.3);
}

.inline-ads-block.anniversary-webinar .labor-hero-holder .photo-webinar-list .name {
  font-size: 8px;
  line-height: 1.14;
  letter-spacing: 0.29px;
  border-radius: 0 0 7px 7px;
  padding: 5px 5px 2px;
}

.inline-ads-block.anniversary-webinar .labor-hero-holder .text-box {
  width: 36%;
  padding: 0 0 10px;
}

.inline-ads-block.anniversary-webinar .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 17px;
}

.inline-ads-block.anniversary-webinar .labor-hero-holder .inline-ads-intro-heading .subheading {
  color: #fff;
  font-size: 14px;
  margin: 0 0 9px;
}

.inline-ads-block.anniversary-webinar .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -0.1px;
  color: #fff;
}

.inline-ads-block.anniversary-webinar .labor-hero-holder .btn {
  color: #fff;
}

.inline-ads-block.home-redesign {
  max-width: none;
  padding: 60px 0;
  margin: 0 -15px;
}

.inline-ads-block.home-redesign .labor-hero-holder .logo-tool {
  position: absolute;
  top: 40px;
  right: 50px;
}

.inline-ads-block.home-redesign .labor-hero-holder .text-box {
  text-align: left;
  text-transform: none;
  width: 64%;
  padding: 22px 0 27px 5.1%;
}

.inline-ads-block.home-redesign .labor-hero-holder .panel-content {
  font: 18px/1.78 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  letter-spacing: 0.36px;
  max-width: 490px;
  margin-bottom: 17px;
}

.inline-ads-block.home-redesign .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 18px;
}

.inline-ads-block.home-redesign .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 27px;
  line-height: 1.26;
  letter-spacing: -0.1px;
  color: #fff;
}

.inline-ads-block.home-redesign .labor-hero-holder .more {
  font: 700 16px/1.1 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}

.inline-ads-block.home-redesign .labor-hero-holder .more:hover {
  color: #02a58f;
}

.inline-ads-block.home-redesign .labor-hero-holder .more i {
  display: inline-block;
  vertical-align: top;
  font-size: 0.7em;
  color: #02a58f;
  margin: 1.1em 0 0 13px;
}

.inline-ads-block.home-redesign .labor-hero-holder .img-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: 0;
  width: auto;
}

.inline-ads-block.home-redesign.cooking-course-home .labor-hero {
  background: #fcd662;
}

.inline-ads-block.home-redesign.cooking-course-home .labor-hero-holder .text-box {
  color: #00243e;
}

.inline-ads-block.home-redesign.cooking-course-home .labor-hero-holder .inline-ads-intro-heading h2 {
  color: inherit;
}

.inline-ads-block.home-redesign.cooking-course-home .labor-hero-holder .more {
  color: inherit;
}

.inline-ads-block.home-redesign.cooking-course-home .labor-hero-holder .more:hover {
  color: #02a58f;
}

.inline-ads-block.home-redesign.recipe-app-home .labor-hero {
  background: #ff7278;
}

.inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder {
  padding-top: 28px;
}

.inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .logo-tool {
  top: 50%;
  right: auto;
  left: 30px;
  transform: translateY(-50%);
  margin-top: -4px;
  text-align: left;
}

.inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .text-box {
  color: #00243e;
  text-align: center;
  max-width: 634px;
  margin: 0 auto;
  padding: 0 0 18px;
}

.inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 7px;
}

.inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .inline-ads-intro-heading h2 {
  color: inherit;
}

.inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .panel-content {
  max-width: none;
  margin: 0;
}

.inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .more {
  color: inherit;
}

.inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .more:hover {
  color: #02a58f;
}

.inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .img-box {
  right: 3.2%;
}

.inline-ads-block.full-width {
  padding-bottom: 84px;
  max-width: none;
  margin: 0;
}

.inline-ads-block.full-width.recipe-app .labor-hero-holder {
  padding-top: 54px;
}

.inline-ads-block.full-width.recipe-app .labor-hero-holder .img-box {
  width: 38.7%;
  margin-top: -106px;
}

.inline-ads-block.full-width.recipe-app .labor-hero-holder .hero-img .decor {
  width: 143px;
  left: -68px;
  bottom: -13px;
}

.inline-ads-block.full-width.recipe-app .labor-hero-holder .hero-img .decor.right {
  width: 147px;
  right: -79px;
}

.inline-ads-block.full-width.recipe-app .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 15px;
}

.inline-ads-block.full-width.recipe-app .labor-hero-holder .inline-ads-intro-heading h2 {
  font-size: 34px;
}

.inline-ads-block.full-width.recipe-app .labor-hero-holder .text-box {
  padding-bottom: 34px;
  width: 51%;
  margin-left: -11px;
}

.inline-ads-block.full-width.recipe-app .labor-hero-holder .panel-content {
  font: 18px/1.78 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  letter-spacing: 0.027em;
  text-transform: none;
  max-width: none;
  margin-bottom: 21px;
}

.inline-ads-block.full-width.cooking-course {
  padding-top: 75px;
  margin-top: -20px;
}

.inline-ads-block.full-width.cooking-course .labor-hero-holder {
  padding-top: 45px;
}

.inline-ads-block.full-width.cooking-course .labor-hero-holder .img-box {
  width: 32.5%;
  margin-top: -114px;
}

.inline-ads-block.full-width.cooking-course .labor-hero-holder .hero-img {
  display: block;
}

.inline-ads-block.full-width.cooking-course .labor-hero-holder .hero-img picture img {
  width: 100%;
}

.inline-ads-block.full-width.cooking-course .labor-hero-holder .hero-img .decor.left {
  left: 29px;
}

.inline-ads-block.full-width.cooking-course .labor-hero-holder .hero-img .decor.right {
  right: -73px;
  bottom: -98px;
  width: 220px;
}

.inline-ads-block.full-width.cooking-course .labor-hero-holder .text-box {
  width: 47%;
  margin-left: 7.7%;
}

.inline-ads-block.full-width.cooking-course .labor-hero-holder .inline-ads-intro-heading {
  margin-bottom: 20px;
}

.inline-ads-block.full-width.cooking-course .labor-hero-holder .panel-content {
  margin-bottom: 24px;
}

.rail-ads {
  margin-top: 40px;
}

.rail-ads:first-child {
  margin-top: 0;
}

.rail-ads .image-holder {
  height: 378px;
  position: relative;
  z-index: 1;
  background: #ff7278;
  padding: 27px 17px 27px 29px;
}

.rail-ads .image-holder h2 {
  color: #ceeb9f;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
}

.rail-ads .image-holder h2 span {
  display: block;
  color: #fff;
}

.rail-ads .image-block {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.rail-ads .description {
  color: #fff;
  background: #02a58f;
  font-size: 15px;
  line-height: 1.68;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 26px 31px;
  position: relative;
  z-index: 1;
}

.rail-ads .description:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(images/rail-ads-decor-01.png) no-repeat;
  width: 144px;
  height: 188px;
}

.rail-ads .description p {
  margin-bottom: 20px;
}

.rail-ads .btn {
  background: #ff7278;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  min-width: 0;
}

.rail-ads .btn:hover {
  background: #ff5e64;
}

.rail-ads.recipe-add .image-block {
  bottom: auto;
  top: 0;
}

.rail-ads.cooking-course .image-holder {
  background: #fcd662;
}

.rail-ads.cooking-course .image-holder h2 {
  color: #02a58f;
}

.rail-ads.cooking-course .image-block {
  bottom: -11px;
}

.rail-ads.cooking-course .btn {
  background: #fcd662;
}

.rail-ads.cooking-course .btn:hover {
  background: #fbca35;
}

.rail-ads.meal-planner .image-holder {
  background: #00243e;
  padding-right: 60px;
}

.rail-ads.meal-planner .image-holder h2 {
  color: #fff;
}

.rail-ads.meal-planner .image-holder h2 span {
  color: #02a58f;
}

.rail-ads.meal-planner .image-block {
  z-index: 1;
}

.rail-ads.meal-planner .btn {
  color: #fff;
  background: #00243e;
}

.rail-ads.meal-planner .btn:hover {
  background: #00365d;
}

.get-started-page p a {
  font-weight: 700;
}

.started-hero {
  background: #fdf7ba;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 78px 0 73px;
}

.started-hero .container {
  max-width: 950px;
}

.started-hero .decor {
  opacity: 0.8;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.started-hero .decor.left {
  left: 0;
  margin-top: 19px;
}

.started-hero .decor.right {
  right: 0;
  margin-top: -5px;
}

.started-hero .decor.bottom {
  top: auto !important;
  bottom: 0;
  display: none;
}

.started-hero .title {
  display: block;
  text-transform: uppercase;
  font: 700 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.125em;
  margin-bottom: 8px;
}

.started-hero h1 {
  text-transform: none;
  color: #000;
  font-size: 36px;
  margin-bottom: 17px;
}

.started-hero p {
  margin-bottom: 27px;
}

.started-hero .meta-list,
.banner-post-heading .meta-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.28px;
  padding-bottom: 48px;
}

.started-hero .meta-list li:before,
.banner-post-heading .meta-list li:before {
  content: '|';
  display: inline-block;
  vertical-align: top;
  font-size: 1.3em;
  margin: -4px 18px 0;
}

.started-hero .meta-list li:first-child:before,
.banner-post-heading .meta-list li:first-child:before {
  display: none;
}

.started-hero .meta-holder,
.banner-post-heading .meta-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.started-hero .meta-holder .control-nav,
.banner-post-heading .meta-holder .control-nav {
  padding: 6px 28px 0 0;
}

.started-hero .meta-holder .ss-inline-share-wrapper,
.banner-post-heading .meta-holder .ss-inline-share-wrapper {
  padding-left: 24px;
}

.started-hero .meta-holder .ss-inline-share-wrapper .ss-total-counter,
.banner-post-heading .meta-holder .ss-inline-share-wrapper .ss-total-counter {
  color: #02a58f;
}

.started-hero .meta-holder .ss-inline-share-wrapper .ss-total-counter span:first-child,
.banner-post-heading .meta-holder .ss-inline-share-wrapper .ss-total-counter span:first-child {
  color: inherit;
}

.started-hero .meta-holder .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li,
.banner-post-heading .meta-holder .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li {
  margin-right: 22px !important;
}

.control-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
  font: 13px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.control-nav li {
  padding: 0 25px;
}

.control-nav a {
  color: inherit;
}

.control-nav a:hover {
  color: #02a58f;
}

.control-nav i {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.4em;
  margin: -2px 13px 0 0;
  color: #02a58f;
}

.anchor-nav {
  background: #02a58f;
  padding: 26px 0 24px;
}

.anchor-nav .jcf-select {
  margin-bottom: 0;
}

.anchor-nav .anchor-list {
  font-size: 16px;
  letter-spacing: 1.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}

.anchor-nav .anchor-list li {
  margin: 0 25px;
}

.anchor-nav .anchor-list a {
  color: #fff;
}

.anchor-nav .anchor-list a:hover {
  color: #fdf7ba;
}

.started-content h1,
.started-content h2,
.started-content h3,
.started-content h4 {
  color: #000;
}

.started-content h1 a,
.started-content h2 a,
.started-content h3 a,
.started-content h4 a {
  color: inherit;
}

.started-content h1 a:hover,
.started-content h2 a:hover,
.started-content h3 a:hover,
.started-content h4 a:hover {
  color: #02a58f;
}

.started-content h2 {
  margin-bottom: 36px;
}

.started-content h3 {
  line-height: 1.3;
  letter-spacing: -0.007em;
}

.started-content .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px;
}

.started-content [class^="col-"],
.started-content [class*=" col-"] {
  padding: 0 20px;
}

.started-content .col-3 {
  width: 27.5%;
}

.started-content .col-6 {
  width: 50%;
}

.started-content .col-8 {
  width: 68%;
}

.started-content .columns:nth-child(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.started-content .columns:nth-child(even) .text-block {
  padding: 0 20px 0 0;
}

.started-content .content-holder {
  padding: 23px 0 81px;
}

.started-content .content-holder:first-child {
  padding-bottom: 35px;
}

.started-content .content-holder:first-child .columns {
  -ms-flex-direction: row;
  flex-direction: row;
}

.started-content .content-holder ul {
  padding-bottom: 1.8em;
}

.started-content .content-holder ul li {
  position: relative;
  padding: 0 0 0 15px;
}

.started-content .content-holder ul li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  background: #00243e;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.started-content .content-holder .image-block blockquote {
  margin: 0;
  padding: 35px 15px 36px;
  color: #fdf7ba;
  background: #00243e;
  text-align: center;
  letter-spacing: 0;
  font: 700 22px/1.28 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.started-content .content-holder .image-block blockquote p {
  max-width: 420px;
  margin: 0 auto 4px;
}

.started-content .content-holder .image-block blockquote cite {
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.12em;
}

.started-content .text-block {
  padding: 0 0 0 20px;
  margin-top: -9px;
}

.started-content .text-block *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.started-content .text-block h2 {
  margin-bottom: 19px;
}

.started-content p {
  margin-bottom: 1.8em;
}

.started-content .aside {
  padding-top: 13px;
}

.started-content .aside-section {
  padding-bottom: 30px;
}

.started-content .aside-section .image-frame {
  margin-bottom: 33px;
}

.started-content .aside-section .description {
  padding: 0 5px;
}

.started-content .aside-section .title {
  display: block;
  color: #02a58f;
  text-transform: uppercase;
  font: 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.12em;
  margin-bottom: 9px;
}

.category-block-holder.started-category-block {
  padding: 84px 0 80px;
}

.category-block-holder.started-category-block .intro-heading {
  max-width: 944px;
  padding-bottom: 42px;
}

.category-block-holder.started-category-block h2 {
  text-transform: uppercase;
  letter-spacing: -0.007em;
  margin: 0 0 29px;
}

.get-started-category {
  position: relative;
}

.get-started-category .category-slider {
  margin-bottom: 42px;
}

.get-started-category .category-nav {
  position: absolute;
  top: 78px;
  left: -28px;
  right: -28px;
}

.get-started-category .category-nav .slick-arrow {
  right: 0;
}

.get-started-category .category-nav .slick-arrow:after {
  width: 26px;
  height: 26px;
  border-top-width: 4px;
  border-right-width: 4px;
  transform: rotate(49deg) skew(8deg);
}

.get-started-category .category-nav .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}

.started-info-holder {
  padding: 93px 0 49px;
}

.started-info-holder h2 {
  max-width: 800px;
  margin-bottom: 33px;
  color: #000;
  letter-spacing: -0.007em;
}

.started-info-holder .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

.started-info-holder .text-block {
  width: 46.5%;
}

.started-info-holder .text-block p {
  margin-bottom: 32px;
}

.started-info-holder .download-block {
  width: 49%;
  margin-bottom: 24px;
}

.started-info-holder .download-block .decor {
  position: absolute;
  bottom: 100%;
  right: -21px;
  z-index: -1;
  margin-bottom: -185px;
}

.started-info-holder .download-block .download-col {
  text-align: center;
  padding: 76px 10.5% 79px;
}

.started-info-holder .download-block .title {
  font-weight: 700;
  margin-bottom: 17px;
}

.started-info-holder .download-block h3 {
  text-transform: none;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 17px;
  color: #fdf7ba;
}

.started-info-holder .download-block p {
  margin-bottom: 28px;
}

.started-info-holder .download-block .download-form {
  padding: 0 10px;
}

.started-info-holder .download-block .download-form input[type=email] {
  padding-left: 18px;
}

.started-info-holder .download-block .download-form button[type=submit] {
  width: 68px;
}

.tools-section {
  background: #fdf7ba;
  padding: 75px 0 48px;
}

.tools-section h2 {
  color: #000;
  text-align: center;
  margin-bottom: 21px;
}

.tools-section .intro-heading {
  max-width: 800px;
  padding-bottom: 39px;
}

.tools-section .tools-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.tools-section .tools-columns .col {
  width: 25%;
  padding: 0 10px;
}

.tool-block {
  height: 100%;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 33px 25px 231px;
}

.tool-block .icon-block {
  display: none;
}

.tool-block h3 {
  text-transform: none;
  font-size: 27px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.tool-block .image-block {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  z-index: -1;
}

.resources-section {
  text-align: center;
  padding: 91px 0 34px;
}

.resources-section h2 {
  color: #000;
  margin-bottom: 33px;
}

.resources-section .intro-heading {
  max-width: 850px;
  padding-bottom: 33px;
}

.resources-section .intro-heading h3 {
  color: #000;
  text-transform: none;
  font-size: 27px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.video-holder {
  padding: 30px 0 101px;
}

.video-holder .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-holder .container:after {
  display: none;
}

.video-holder .text-block {
  width: 42%;
  padding: 13px 0 0;
}

.video-holder h3 {
  color: #000;
  text-transform: none;
  font-size: 27px;
  letter-spacing: 0;
  margin-bottom: 23px;
}

.video-holder p {
  margin-bottom: 31px;
}

.video-holder .section-video {
  width: 51.2%;
  margin: 0;
}

.video-holder .section-video .img-title {
  padding: 6px 0 0;
}

.video-holder .section-video .img-title .icon-play-fill {
  font-size: 50px;
}

.tags-section {
  color: #666;
  font: 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 22px 0 20px;
}

.tags-section p {
  margin-bottom: 0;
}

.blackfriday-hero.new-year {
  background: #00243e;
}

.blackfriday-hero.new-year .discount-block {
  color: #00243e;
  background: #ceeb9f;
}

.blackfriday-hero.new-year h2.bordered:before {
  background: #fff;
}

.blackfriday-hero.new-year.meal-planner {
  padding-top: 65px;
}

.blackfriday-hero.new-year.meal-planner .container {
  max-width: 1300px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blackfriday-hero.new-year.meal-planner .discount-block {
  padding: 89px 4px 6px 10px;
  -ms-flex-pack: center;
  justify-content: center;
}

.blackfriday-hero.new-year.meal-planner .discount-block span {
  margin: 2px -24px 20px 0;
}

.blackfriday-hero.new-year.meal-planner .text-block {
  width: 52%;
  padding-bottom: 63px;
}

.blackfriday-hero.new-year.meal-planner .text-block h2.bordered {
  padding-bottom: 30px;
  margin-bottom: 31px;
}

.blackfriday-hero.new-year.meal-planner .additional-text {
  max-width: none;
  line-height: 1.7;
  letter-spacing: 1.87px;
  padding-bottom: 19px;
}

.blackfriday-hero.new-year.meal-planner .additional-text p {
  margin-bottom: 10px;
}

.blackfriday-hero.new-year.meal-planner .image-holder {
  width: 47.1%;
  margin: 91px 0 0 -0.4%;
}

.blackfriday-hero.new-year.meal-planner .image-holder .decor.left {
  width: 214px;
  left: 123px;
  bottom: 9px;
  transform: translateX(-100%) rotate(-50deg);
}

.blackfriday-hero.new-year.meal-planner .image-holder .decor.right {
  width: 216px;
  right: 81px;
  bottom: 8px;
  top: auto;
  transform: scale(-1, 1) translateX(-100%) rotate(-50deg);
}

.blackfriday-hero.new-year.meal-planner .image-holder .decor .st0 {
  opacity: 0.3;
}

.blackfriday-hero.anniversary {
  background: #02a58f;
  padding: 130px 0 75px;
}

.blackfriday-hero.anniversary:before,
.blackfriday-hero.anniversary:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 125px;
  background: url(./images/bg-decor-anniversary-top-01.png) repeat-x 50% 0;
}

.blackfriday-hero.anniversary:after {
  top: auto;
  bottom: 0;
  height: 83px;
  background-image: url(./images/bg-decor-anniversary-bottom-01.png);
}

.blackfriday-hero.anniversary .logo-anniversary {
  position: absolute;
  bottom: 71px;
  right: 20px;
  z-index: -1;
}

.blackfriday-hero.anniversary .discount-block {
  color: #00243e;
  background: #ceeb9f;
  font-size: 54px;
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: none;
  -ms-flex-pack: center;
  justify-content: center;
  transform: rotate(-11deg);
  width: 326px;
  height: 326px;
  left: -54px;
  top: -90px;
  padding: 86px 40px 25px 55px;
}

.blackfriday-hero.anniversary .discount-block span {
  font-size: 80px;
  letter-spacing: -1.5px;
  margin: 14px 18px 0 0;
}

.blackfriday-hero.anniversary .image-holder {
  width: 38%;
  margin: -10px 0 0;
}

.blackfriday-hero.anniversary .text-block {
  width: 56%;
}

.blackfriday-hero.anniversary .text-block h2.bordered {
  font-size: 62px;
  line-height: 1.06;
  letter-spacing: -0.62px;
  padding-bottom: 31px;
  margin-bottom: 31px;
}

.blackfriday-hero.anniversary .text-block h2.bordered:before {
  background: #00243e;
}

.blackfriday-hero.anniversary .additional-text {
  max-width: 414px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.87px;
  padding-bottom: 19px;
}

.blackfriday-hero.anniversary .additional-text p {
  margin-bottom: 10px;
}

.blackfriday-hero.anniversary .btn {
  color: #fff;
  background: #00243e;
}

.blackfriday-hero.anniversary .btn:hover {
  background: #00365d;
}

.blackfriday-hero.anniversary .note-frame {
  padding-top: 20px;
}

.blackfriday-hero.anniversary.hero-option {
  padding: 112px 0 0;
}

.blackfriday-hero.anniversary.hero-option .container {
  max-width: 1366px;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blackfriday-hero.anniversary.hero-option .image-holder {
  width: calc(46% + 40px);
  margin: 0 -40px 0 0;
}

.blackfriday-hero.anniversary.hero-option .text-block {
  width: 54%;
  padding-bottom: 62px;
}

.blackfriday-hero.anniversary.webinar {
  background: #a1afed;
  padding-bottom: 45px;
}

.blackfriday-hero.anniversary.webinar .container {
  max-width: 1330px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blackfriday-hero.anniversary.webinar .image-holder {
  width: 42%;
  margin: -22px 0 0;
}

.blackfriday-hero.anniversary.webinar .text-block h2.bordered {
  color: #00243e;
}

.blackfriday-hero.anniversary.webinar .text-block h2.bordered span {
  color: #fff;
}

.anniversary-page .blackfriday-hero.anniversary {
  background: #ff7278;
  padding: 146px 0 124px;
}

.anniversary-page .blackfriday-hero.anniversary .container {
  -ms-flex-align: center;
  align-items: center;
}

.anniversary-page .blackfriday-hero.anniversary .image-holder {
  margin-top: -26px;
}

.anniversary-page .blackfriday-hero.anniversary .text-block h2.bordered {
  line-height: 0.98;
  padding-bottom: 21px;
  margin-bottom: 26px;
}

.anniversary-page .blackfriday-hero.anniversary .additional-text {
  font-size: 27px;
  line-height: 1.26;
  letter-spacing: -0.1px;
  padding-bottom: 0;
}

.anniversary-page .section-more {
  padding: 83px 0 23px;
}

.anniversary-page .section-more .slider .img-box {
  overflow: hidden;
  min-height: 306px;
}

.anniversary-page .section-more .slider .img-box img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: auto;
  max-width: 100%;
}

.anniversary-content {
  padding: 34px 0 0;
}

.anniversary-content .intro-heading {
  padding-bottom: 80px;
}

.anniversary-content-holder {
  margin: 0 0 2px;
}

.anniversary-content-holder .anniversary-content-block:nth-child(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.anniversary-content-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 78px;
}

.anniversary-content-block .image-block {
  width: 41%;
}

.anniversary-content-block .description {
  width: 50.2%;
}

.anniversary-content-block .description h2 {
  margin-bottom: 18px;
}

.anniversary-content-block .description p {
  margin-bottom: 39px;
}

.recipes-section {
  padding: 84px 0 80px;
  position: relative;
  z-index: 1;
}

.recipes-section .logo-stamp-anniversary {
  position: absolute;
  top: 62px;
  right: -27px;
  z-index: -1;
}

.recipes-meal-planner-slider {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  max-width: 210px;
  margin: -2px auto 30px;
}

.recipes-meal-planner-slider.slick-initialized {
  display: block;
}

.recipes-meal-planner-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.recipes-meal-planner-slider .slide {
  height: inherit;
  padding: 7px 5px 0;
}

.recipes-meal-planner-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #02a58f;
  font-size: 1.5em;
  line-height: 1;
}

.recipes-meal-planner-slider .slick-prev {
  left: -35px;
}

.recipes-meal-planner-slider .slick-next {
  right: -35px;
}

.recipe-meal-planner-block {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  color: #00243e;
  font: 0.9rem/1.1 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.31px;
  padding: 0 9px 10px;
}

.recipe-meal-planner-block .image-block {
  position: relative;
  margin: 0 -9px 11px;
}

.recipe-meal-planner-block .image-block img {
  width: 100%;
}

.recipe-meal-planner-block .day {
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translate(-50%, 0);
  min-width: 45px;
  color: #fff;
  background: #02a58f;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 5px;
}

.recipe-meal-planner-block .title {
  display: block;
  font-size: 1em;
  letter-spacing: 0.19px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.recipe-meal-planner-block p {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 23px;
}

.recipe-meal-planner-block .meta-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #4c6979;
  font-size: 0.9em;
  margin: 0 0 0 -3px;
}

.recipe-meal-planner-block .meta-list li {
  padding-left: 3px;
}

.recipe-meal-planner-block .meta-list span {
  font-size: 0.82em;
  display: inline-block;
  vertical-align: top;
  margin: 2px 2px 0 0;
  color: #7f949f;
}

.photo-webinar-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.photo-webinar-list li {
  width: 33.33%;
  padding: 0 10px 20px;
  position: relative;
  z-index: 1;
}

.photo-webinar-list a {
  display: block;
  position: relative;
  z-index: 1;
}

.photo-webinar-list img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.3);
}

.photo-webinar-list .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 36, 62, 0.8);
  font: 700 14px/1 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 0 0 10px 10px;
  padding: 8px 5px 6px;
}

.health-topics-page .banner-post-heading .decor-images .decor .st0 {
  fill: #fff;
  opacity: 0.4;
}

.health-topics-page .banner-post-heading .container *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.health-topics-page .banner-post-heading .title + h1 {
  text-transform: none;
}

.health-topics-page .banner-post-heading h1 {
  text-transform: uppercase;
}

.health-topics-page .author-block {
  margin-bottom: 40px;
}

.health-topics-page .news-post {
  margin-bottom: 0;
  padding-bottom: 48px;
}

.health-topics-page .news-post .s-box .col-8 {
  width: 66.8%;
  padding-left: 8.5%;
}

.health-topics-page .news-post .health-topics-post-frame {
  padding-bottom: 61px;
}

.health-topics-page .news-post .health-topics-post-frame + .tags {
  margin-top: -6px;
}

.health-topics-page .news-post .image-container {
  text-align: center;
  padding: 9px 0 19px;
}

.health-topics-page .news-post .image-container h2 {
  margin-bottom: 40px;
}

.health-topics-page .news-post ul:not([class]) {
  padding: 0 0 0 12px;
}

.health-topics-page .news-post ul:not([class]) li {
  position: relative;
  padding: 0 0 10px 24px;
}

.health-topics-page .news-post ul:not([class]) li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00243e;
}

.health-topics-page .news-post .accordion {
  padding: 6px 0 0;
}

.health-topics-page .news-post .accordion li {
  margin-bottom: 0;
}

.health-topics-page .news-post .accordion .opener {
  padding: 15px 45px 15px 0;
  font: 700 20px/1.36 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  min-height: 0;
  cursor: pointer;
}

.health-topics-page .news-post .accordion .opener:before,
.health-topics-page .news-post .accordion .opener:after {
  right: -2px;
  height: 2px;
  margin-top: -4px;
}

.health-topics-page .news-post .accordion .slide {
  padding: 4px 15px 16px 30px;
}

.health-topics-page .news-post .accordion p {
  margin-bottom: 10px;
}

.health-topics-page .content-inline-ad,
.health-topics-page .up-next-article {
  padding-top: 9px;
}

.health-topics-list {
  margin-bottom: 99px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 39px 20px;
}

.health-topics-list .image-block {
  margin-bottom: 22px;
}

.health-topics-list .image-block a {
  display: block;
  height: 100%;
  transition: opacity 0.3s;
}

.health-topics-list .image-block a:hover {
  opacity: 0.8;
}

.health-topics-list .image-block img {
  width: 100%;
}

.health-topics-list .title {
  display: block;
  text-align: center;
  font: 700 20px/1.3 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.07px;
}

.health-topics-list .title a {
  color: #00243e;
}

.health-topics-list .title a:hover {
  color: #02a58f;
}

.frozen-hero {
  position: relative;
  z-index: 2;
  padding: 87px 0 94px;
  background-image: radial-gradient(circle at 64% 36%, #ffcf77, #ffcf77 37%, #ffa132 90%);
}

.frozen-hero .sign {
  position: absolute;
  right: 19px;
  top: 18px;
}

.frozen-hero .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.frozen-hero .image-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 39%;
  max-width: 626px;
}

.frozen-hero .text-block {
  width: 56%;
  margin: 0 0 0 auto;
}

.frozen-hero .text-block .title {
  display: inline-block;
  vertical-align: top;
  color: #02a58f;
  letter-spacing: 0;
  font: 57px/1.1 "Freehand575", "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
  transform: rotate(-8deg);
  margin: 0 0 -2px -54px;
}

.frozen-hero .text-block h1 {
  margin-bottom: 17px;
}

.frozen-hero .text-block p {
  margin-bottom: 23px;
}

.frozen-hero .text-block .list {
  font-size: 16px;
  letter-spacing: 0.32px;
  text-align: left;
  columns: 2;
  column-gap: 30px;
  padding-bottom: 30px;
}

.frozen-hero .text-block .list li {
  position: relative;
  padding: 0 0 5px 24px;
}

.frozen-hero .text-block .list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 0.7em;
  color: #00243e;
}

.frozen-page_products-lightbox {
  width: 832px;
  padding: 53px;
  text-align: center;
}

.frozen-page_products-lightbox .title {
  display: block;
  letter-spacing: -0.4px;
  font: 700 40px/1.25 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 27px;
}

.frozen-page_products-lightbox .lightbox-holder {
  width: 555px !important;
  height: 540px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
}

.frozen-page_products-lightbox .panzoom-controls {
  
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.frozen-page_products-lightbox .panzoom-controls button {
  display: block;
  width: auto;
  height: auto;
  background: none;
  border: none;
  margin: 0 14px;
  padding: 0;
  font-size: 23px;
  line-height: 1;
  color: #02a58f;
}

.frozen-page_products-lightbox .panzoom-controls button:hover {
  color: #03d7bb;
}

.frozen-page_products-lightbox .fancybox-button {
  width: 80px;
  height: 80px;
  z-index: 100;
  opacity: 1;
}

.frozen-page_products-lightbox .fancybox-button:hover svg path {
  color: #03d7bb;
}

.frozen-page_products-lightbox .fancybox-button svg path {
  color: #02a58f;
  transition: color 0.3s;
}

.frozen-page_info {
  position: relative;
  z-index: 1;
  padding: 113px 0 91px;
}

.frozen-page_info .text-block {
  max-width: 560px;
  padding-left: 24px;
}

.frozen-page_info h2 {
  text-transform: none;
  margin-bottom: 17px;
}

.frozen-page_products {
  padding: 84px 0 81px;
}

.frozen-page_product-holder {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -37px 51px;
  padding: 0 3.8%;
  justify-content: center;
}

.frozen-page_product-holder .frozen-page_product-item {
  width: 50%;
  padding: 0 37px;
}

.frozen-page_product-item {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.frozen-page_product-item .image-block {
  margin-bottom: 11px;
}

.frozen-page_product-item .link-zoom {
  display: block;
  width: 30px;
  font-size: 30px;
  line-height: 1;
  margin: 0 auto 17px;
}

.frozen-page_product-item .title {
  letter-spacing: -0.07px;
  font: 700 20px/1.35 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-height: 54px;
  max-width: 260px;
  margin: 0 auto 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.frozen-page_product-item p {
  font-style: italic;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 28px;
}

.frozen-page_product-item .info-list {
  text-align: left;
  font: 700 14px/1.3 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  border-top: 1px solid #c6cdd2;
}

.frozen-page_product-item .info-list li {
  border-bottom: 1px solid #c6cdd2;
}

.frozen-page_product-item .info-list a {
  position: relative;
  color: #00243e;
  display: block;
  padding: 26px 35px 25px 10px;
}

.frozen-page_product-item .info-list a:before {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 0.7em;
  color: #02a58f;
  font-size: 18px;
}

.frozen-page_product-item .info-list a:hover {
  color: #02a58f;
}

.frozen-page_social {
  position: relative;
  z-index: 1;
  padding: 133px 0 122px;
}

.frozen-page_social .text-block {
  max-width: 584px;
  padding-right: 44px;
  margin: 0 0 0 auto;
  text-align: right;
}

.frozen-page_social h2 {
  text-transform: none;
  margin-bottom: 17px;
}

.frozen-page_social p {
  margin-bottom: 34px;
}

.frozen-page_social .social-networks {
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 32px;
  line-height: 1;
  margin: 0;
}

.frozen-page_social .social-networks li {
  padding: 0 0 0 40px;
}

.frozen-page_social .social-networks a.icon-youtube-play,
.frozen-page_social .social-networks a.icon-twitter {
  font-size: 1.3em;
}

.frozen-page_testimonials {
  position: relative;
  background: none;
  margin: 0;
  padding: 93px 0 67px;
}

.frozen-page_testimonials .testimonials-slider {
  max-width: 400px;
  margin: 0;
}

.frozen-page_testimonials .testimonials-slider:before {
  top: -93px;
  right: -25%;
}

.frozen-page_testimonials .testimonials-slider .slick-arrow {
  display: none !important;
}

.frozen-page_testimonials .testimonials-slider .slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -2px -5px 0;
}

.frozen-page_testimonials .testimonials-slider .slick-dots li {
  margin: 0 5px;
}

.frozen-page_testimonials .testimonials-slider .slick-dots li.slick-active button {
  background: #fff;
}

.frozen-page_testimonials .testimonials-slider .slick-dots button {
  opacity: 1;
  width: 9px;
  height: 9px;
}

.frozen-page_testimonials .testimonials-slider .slick-dots button:hover {
  background: #fff;
}

.frozen-page_testimonials .testimonials-slider blockquote {
  padding: 0;
  margin: 0;
  width: auto;
}

.store-locator-page .banner-post-heading {
  background: #fdf7e1;
  position: relative;
  z-index: 1;
}

.store-locator-page .banner-post-heading .container {
  position: static;
  padding-top: 82px;
  padding-bottom: 79px;
}

.store-locator-page .banner-post-heading .decor {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.store-locator-page .banner-post-heading .decor.right {
  left: auto;
  right: 0;
}

.store-locator-page .banner-post-heading p {
  margin-bottom: 0;
}

.store-locator {
  padding: 0 30px;
}

@media (min-width: 375px) {
  .recipes-meal-planner-slider .slick-prev {
    left: -30px;
  }

  .recipes-meal-planner-slider .slick-next {
    right: -30px;
  }
}

@media (min-width: 480px) {
  .recipes-meal-planner-slider {
    max-width: 420px;
  }
}

@media (min-width: 768px) {
  .header.mp-squeeze .app-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
  }

  .footer-nav .slide {
    height: auto !important;
  }

  .footer-nav .js-slide-hidden {
    position: static !important;
  }

  .mobile-visible {
    display: none !important;
  }

  .tablet-hidden {
    display: none !important;
  }

  .join-section .subscribe-form {
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }

  .join-section .subscribe-form input[type='text'],
  .join-section .subscribe-form input[type='tel'],
  .join-section .subscribe-form input[type='email'],
  .join-section .subscribe-form input[type='search'],
  .join-section .subscribe-form input[type='password'] {
    height: 55px;
    width: 36.04%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 2.39% 0 0;
  }

  .join-section .subscribe-form .subscribe-form_submit {
    padding-top: 0;
    width: 23.15%;
  }

  .join-section .subscribe-form input[type=submit] {
    width: 100%;
    min-width: 0;
  }

  .recipe-collection .news-post .post-head br {
    display: none;
  }

  .post-item.promo-full .icon-block {
    font-size: 48px;
  }

  .post-item.promo-full .icon-block.icon-facebook2 {
    font-size: 40px;
  }

  .post-item.post-main .icon-block {
    font-size: 48px;
  }

  .post-holder.is-grid {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .post-holder.is-grid .inner {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-holder.is-grid .post-item {
    width: 33.33%;
    margin-bottom: 0;
    padding: 0 15px 46px;
    text-align: center;
  }

  .post-holder.is-grid .post-item.promo .row {
    padding: 22px 15px 60px;
    min-height: 270px;
    position: relative;
  }

  .post-holder.is-grid .post-item.promo h3 {
    margin: 0;
    color: inherit;
  }

  .post-holder.is-grid .post-item.promo .category {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .post-holder.is-grid .container {
    padding: 0;
  }

  .post-holder.is-grid .row {
    height: auto;
  }

  .post-holder.is-grid .img-block {
    -ms-flex-order: 1;
    order: 1;
    height: 270px;
    width: 100%;
    position: relative;
  }

  .post-holder.is-grid .img-block .bg-stretch {
    width: 100%;
    right: 0;
  }

  .post-holder.is-grid .content-block {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0;
    border: none;
    -ms-flex-align: center;
    align-items: center;
  }

  .post-holder.is-grid .category {
    padding: 0 10px;
    width: auto;
    position: relative;
    z-index: 10;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    height: 45px;
  }

  .post-holder.is-grid .category a,
  .post-holder.is-grid .category span {
    height: 100%;
    color: #000;
    background-color: #fff;
    display: inline-block;
    padding: 14px 27px 10px;
    line-height: 1.78;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s, background 0.3s;
  }

  .post-holder.is-grid .category a:hover,
  .post-holder.is-grid .category span:hover {
    background-color: #02a58f;
    color: #fff;
  }

  .post-holder.is-grid h3 {
    margin: 20px 25px 0;
  }

  .post-holder.is-grid p,
  .post-holder.is-grid .btn {
    display: none;
  }

  .posts-sort ul {
    position: static !important;
    left: 0 !important;
    top: 0 !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .black-friday-section .blackfriday-hero .discount-block br {
    display: none;
  }

  .news-slider .slick-list {
    transform: none !important;
  }

  .news-slider .slick-track {
    transform: none !important;
    width: auto !important;
  }

  .news-slider .slick-track:before,
  .news-slider .slick-track:after {
    display: none;
  }

  .news-slider .slide {
    float: none;
  }

  .news-slider .slide.slick-cloned {
    display: none;
  }

  .news-slider .slick-dots {
    display: none !important;
  }

  .recipes-meal-planner-slider {
    max-width: 730px;
  }

  .recipes-meal-planner-slider .slide {
    padding: 7px 10px 0;
  }

  .recipes-meal-planner-slider .slick-prev {
    left: -15px;
  }

  .recipes-meal-planner-slider .slick-next {
    right: -15px;
  }

  .recipe-meal-planner-block {
    font-size: 1rem;
  }

  .recipe-meal-planner-block .day {
    font-size: 0.8em;
  }
}

@media (min-width: 1024px) {
  .search-openclose .search-opener {
    display: none;
  }

  .search-openclose .pop-search.js-slide-hidden {
    position: static !important;
  }

  .header.mp-squeeze .rate-container {
    padding-right: 30px;
  }

  .header.mp-squeeze .rate-container .rate-box {
    padding: 0 0 6px;
  }

  .header.mp-squeeze .rate-container .note {
    font-size: 0.89rem;
    line-height: 1.4;
    letter-spacing: 0.32px;
  }

  .header.mp-squeeze .app-holder a {
    width: 190px;
    margin: 0 7px;
  }

  .hello-bar .container {
    padding: 0 15px;
  }

  .desktop-hidden {
    display: none !important;
  }

  .slick-slider .slick-dots {
    margin: 0 -7px;
  }

  .slick-slider .slick-dots li {
    margin: 0 7px;
  }

  .slick-slider .slick-dots button {
    width: 12px;
    height: 12px;
  }

  .join-section {
    padding: 85px 0 81px;
  }

  .join-section .container {
    padding: 0 7%;
  }

  .join-section .decor-container .decor.decor-leafy-green {
    left: -35px;
    top: -26px;
    width: 235px;
  }

  .join-section .decor-container .decor.decor-nuts {
    bottom: -106px;
    width: 170px;
  }

  .join-section .decor-container .decor.decor-orange {
    top: -92px;
    width: 202px;
  }

  .join-section .decor-container .decor.decor-onion {
    right: -29px;
    bottom: -78px;
    width: 222px;
  }

  .join-section h2 {
    margin-bottom: 20px;
  }

  .recipes-meal-planner-slider {
    max-width: none;
    padding-top: 2px;
    margin: 0 -8px 50px;
  }

  .recipes-meal-planner-slider .slick-prev {
    left: -20px;
  }

  .recipes-meal-planner-slider .slick-next {
    right: -20px;
  }

  .recipe-meal-planner-block {
    padding: 0 14px 14px;
    line-height: 1.34;
    letter-spacing: 0.5px;
  }

  .recipe-meal-planner-block .image-block {
    margin: 0 -14px 15px;
  }

  .recipe-meal-planner-block .day {
    font-size: 0.94em;
    top: -10px;
    padding: 7px 10px 6px;
    width: 74px;
  }

  .recipe-meal-planner-block .title {
    font-size: 0.78em;
    margin-bottom: 2px;
  }

  .recipe-meal-planner-block p {
    margin-bottom: 30px;
  }

  .recipe-meal-planner-block .meta-list {
    font-size: 0.78em;
    margin-left: -8px;
  }

  .recipe-meal-planner-block .meta-list li {
    padding-left: 8px;
  }

  .recipe-meal-planner-block .meta-list span {
    font-size: 0.88em;
    margin: 3px 3px 0 0;
  }
}

@media (min-width: 1240px) {
  .section-hero .hero-block.a .description {
    left: 50px;
  }

  .recipe-meal-planner-block {
    font-size: 1.13rem;
  }
}

@media (max-width: 1499px) {
  .blackfriday-hero.blackfriday-home {
    padding: 100px 0 50px;
  }
}

@media (max-width: 1349px) {
  .search-openclose .search-form {
    width: 188px;
    min-width: 188px;
  }
}

@media (max-width: 1299px) {
  .main-nav li {
    margin-left: 4%;
  }

  .about-section .block h3 {
    font-size: 22px;
  }
}

@media (max-width: 1239px) {
  body {
    font: 18px/1.78 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  }

  h1,
  .h1,
  .shop-product-page .shop-filter h2.filter-heading {
    font-size: 38px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  .header-holder .container {
    padding: 0 20px;
  }

  .header-frame > .container {
    padding: 0 20px;
  }

  .main-nav {
    font-size: 13px;
  }

  .main-nav li {
    margin-left: 18px;
  }

  .search-openclose .search-form {
    width: 160px;
    min-width: 160px;
  }

  .search-openclose input {
    padding: 15px 40px 15px 10px;
  }

  .search-openclose button[type=submit] {
    right: 12px;
  }

  .hello-overlay .box .app-form input[type=submit] {
    min-width: 150px;
  }

  .hello-bar.type-1 .content-wrap {
    padding-left: 0;
  }

  .hello-bar.black-friday .content-wrap {
    padding-right: 20px;
  }

  .hello-bar.black-friday .heading {
    max-width: 404px;
  }

  .hello-bar.black-friday .promo-columns {
    width: 57%;
  }

  .hello-bar.labor .content-wrap {
    font-size: 14px;
  }

  .hello-bar.labor .text-box.title-block {
    padding: 0 15px;
  }

  .hello-bar.labor .text-box b {
    font-size: 28px;
  }

  .hello-bar .content-wrap {
    padding-right: 36px;
  }

  .hello-bar .image-block {
    margin: 0 0 0 -30px;
  }

  .hello-bar .btn {
    min-width: 180px;
  }

  [id="footer"].alt-footer .social-networks {
    padding-left: 15px;
  }

  .footer-nav_holder {
    width: calc(73% + 20px);
  }

  .social-networks {
    font-size: 22px;
  }

  .footer-copy {
    padding-right: 30px;
  }

  .footer-copy .copy {
    margin-right: 30px;
  }

  .footer-list li {
    padding-right: 30px;
  }

  .banner.modified .container {
    height: 500px;
  }

  .banner .container {
    height: 466px;
  }

  .banner .banner-wrap:before {
    height: calc(100% + 30px);
    top: -15px;
  }

  .banner .banner-wrap .inner {
    padding: 33px 39px;
  }

  .home-banner.post-item.promo-full .badge {
    right: -61px;
    top: -92px;
  }

  .banner-block {
    bottom: 25px;
  }

  .news-post .col-wrap,
  .intro-post .col-wrap {
    padding: 95px 30px 30px;
  }

  .news-post .rate-box,
  .intro-post .rate-box {
    padding: 0;
    margin-bottom: 40px;
  }

  .news-post .info-list,
  .intro-post .info-list {
    margin-bottom: 30px;
  }

  .news-post .info-list li,
  .intro-post .info-list li {
    margin-bottom: 15px;
  }

  .news-post .info-list li > span,
  .intro-post .info-list li > span {
    font-size: 14px;
  }

  .news-post .info-list i,
  .intro-post .info-list i {
    font-size: 22px;
  }

  .news-post .info-list i.icon-serving,
  .intro-post .info-list i.icon-serving {
    font-size: 26px;
    line-height: 22px;
  }

  .news-post .post-container,
  .intro-post .post-container {
    padding: 0 80px 0 30px;
  }

  .intro-post .post-container {
    padding: 0;
    transform: none;
  }

  .section-ingredients {
    padding: 30px 70px 20px 30px;
    font-size: 14px;
  }

  .section-ingredients h2 {
    margin-bottom: 25px;
  }

  .s-box .col-8 {
    width: 66%;
  }

  .s-box .col-3 {
    width: 28%;
  }

  .section-instruction .instruction-box {
    padding: 30px 0 60px;
  }

  .section-instruction .instruction-box ol li {
    margin-bottom: 16px;
  }

  .section-instruction .instruction-box ol li:before {
    margin-right: 10px;
  }

  .short-post {
    font-size: 14px;
    line-height: 1.6;
  }

  .short-post .img-box {
    margin-bottom: 15px;
  }

  .short-post h3 {
    margin-bottom: 5px;
  }

  .product-download .download-form {
    padding: 40px 70px 40px 90px;
  }

  .download-block .image-block {
    right: -2%;
  }

  .download-block .download-col {
    max-width: 800px;
    padding: 63px 14% 60px 30px;
  }

  .author-block .holder {
    padding: 50px 30px 40px;
  }

  .author-block .text {
    width: 74%;
  }

  .section-more .slider .title {
    top: 8%;
    left: 6%;
  }

  .join-block:before,
  .join-block:after {
    transform: scale(0.8);
    left: -20px;
  }

  .join-block:after {
    right: -30px;
  }

  .join-block.join-social:before {
    bottom: -60px;
    left: -50px;
  }

  .join-block.join-social:after {
    right: -40px;
    top: -70px;
  }

  .search-holder .tags {
    bottom: -40px;
  }

  .post-articles-holder .row {
    margin: 0 -10px;
  }

  .post-articles-holder .row > .col {
    padding: 0 10px;
  }

  .news-post .post-head {
    padding-left: 0;
  }

  .news-post .modified .head-main {
    padding-left: 20px;
  }

  .news-post .s-box .col-8 {
    padding-left: 0;
  }

  .news-post .s-box .sources-block ol li {
    margin-bottom: 16px;
  }

  .related-news {
    padding-bottom: 30px;
  }

  .related-news .image-block {
    margin-bottom: 10px;
  }

  .related-news .image-block img {
    margin-bottom: 10px;
  }

  .news-posts-holder .post-content {
    padding-left: 30px;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid {
    margin: 0 -10px;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid .post-item {
    padding: 0 10px;
  }

  .product-post .post-content {
    padding: 40px 70px 40px 90px;
  }

  .product-post.post-right .post-content {
    padding: 40px 70px 40px 60px;
  }

  .contributors-holder {
    margin: 0 -10px;
  }

  .contributors-holder .col-3 {
    padding: 0 10px;
  }

  .banner-post-heading .decor-images .decor.decor-potato {
    left: -9%;
  }

  .banner-post-heading .decor-images .decor.decor-broccoli {
    bottom: -30px;
    left: -7%;
  }

  .banner-post-heading .decor-images .decor.decor-leafy-green {
    top: -25px;
    right: -8%;
  }

  .banner-post-heading .decor-images .decor.decor-orange {
    right: -2%;
  }

  .post-controls .btns-box .btn {
    min-width: 166px;
  }

  .one-page-slider .slide {
    min-height: calc(100vh - 51px);
  }

  .faq-block.two-columns .accordion .opener {
    padding-left: 20px;
  }

  .faq-block.two-columns .accordion .slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-section {
    margin: 0 -15px 60px;
  }

  .col-products {
    padding: 73px 4% 0;
    width: calc(100% - 320px);
  }

  .col-order {
    width: 320px;
    background-color: #f2f2f2;
    padding: 72px 40px 64px;
  }

  .features-list li {
    padding-left: 25px;
    padding-right: 25px;
  }

  .reviews-slider .item {
    padding: 30px 16px 20px;
  }

  .reviews-slider p {
    font-size: 18px;
  }

  .recipe-hero .text-block {
    padding-top: 40px;
    padding-left: 0;
    width: 50%;
  }

  .recipe-hero .text-block .block {
    padding-bottom: 14px;
    font-size: 18px;
  }

  .recipe-hero .text-block ul:not([class]) li:before {
    width: 5px;
    height: 5px;
  }

  .recipe-hero .note {
    font-size: 17px;
  }

  .recipe-hero .image-block {
    width: 48%;
    margin: 0 -15px 0 0;
  }

  .recipe-hero .image-block .logo-recipe {
    bottom: 20px;
    right: 20px;
    width: 30vw;
  }

  .recipe-frame.alignright .holder {
    padding: 0 40px;
  }

  .recipe-frame.alignright .image-block {
    margin-left: 4%;
  }

  .recipe-frame .holder {
    padding: 0 40px;
  }

  .recipe-frame .image-block {
    margin-right: 3%;
  }

  .recipe-frame .description {
    width: 68%;
  }

  .cooking-course-page .banner h1 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .cooking-course-page .banner-block {
    padding: 30px 20px;
    left: 25px;
  }

  .courses-section .text-container {
    padding-bottom: 52px;
  }

  .course-block {
    padding: 40px 35px 25px;
  }

  .course-block .button-frame {
    margin: 0 -10px 15px;
  }

  .course-block .button-frame .btn {
    width: calc(50% + 10px + 10px);
    margin: 0 10px;
    padding: 17px 15px 18px;
  }

  .recipe-app-page.meal-planer-page .recipe-hero .text-block {
    width: 35%;
  }

  .recipe-app-page.meal-planer-page .recipe-hero .text-block .block {
    font-size: 17px;
    line-height: 1.68;
  }

  .recipe-app-page.meal-planer-page .recipe-hero .image-block {
    width: 64%;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .row {
    padding: 40px 5%;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .col-form {
    padding: 40px 0 40px 30px;
  }

  .planner-posts-holder .col-image img.img-t4 {
    margin-left: 25px;
  }

  .planner-posts-holder .planner-post .col-image img {
    max-width: 100%;
  }

  .meal-intro .col-info .wrap {
    padding: 30px 50px;
  }

  .dr-list li {
    padding: 20px 10px;
  }

  .dr-list .inform {
    padding: 10px 5px;
    letter-spacing: 0;
  }

  .badge-wrap {
    right: -15px;
    top: -92px;
  }

  .about-section .block h3 {
    min-height: 81px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-section .block .description {
    padding: 0;
  }

  .benefits-section.alignright .text-block {
    padding-left: 10px;
  }

  .benefits-section.alignright .benefits-list {
    padding-top: 30px;
    margin-bottom: -40px;
  }

  .benefits-section.alignright .benefits-list li {
    padding-bottom: 40px;
  }

  .benefits-section.alignright .image-block {
    margin-right: -15px;
  }

  .benefits-section .image-block {
    width: calc(39% + 15px);
    margin-left: -15px;
  }

  .benefits-section .image-block .image {
    width: 240px;
  }

  .benefits-list li {
    padding-bottom: 25px;
  }

  .benefits-list .icon {
    margin-right: 20px;
  }

  .inline-ads-block.hero-option.webinar:before,
  .inline-ads-block.hero-option.webinar:after {
    left: -80px;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .text-box {
    padding-left: 40px;
  }

  .menu-slider .slide {
    width: 300px;
  }

  .blackfriday-hero.shop .discount-block {
    width: 340px;
    height: 340px;
    font-size: 64px;
    padding-top: 170px;
  }

  .blackfriday-hero.shop .text-block {
    width: 35%;
  }

  .blackfriday-hero.shop .text-block h2 {
    font-size: 54px;
  }

  .blackfriday-hero.shop .image-holder {
    width: calc(52% + 200px);
    margin-left: -200px;
  }

  .blackfriday-hero.meal-planner .discount-block {
    padding-bottom: 54px;
  }

  .blackfriday-hero.meal-planner .discount-block span {
    font-size: 42px;
  }

  .blackfriday-hero.meal-planner .text-block {
    padding-bottom: 70px;
  }

  .blackfriday-hero.meal-planner .image-holder {
    width: 52%;
  }

  .blackfriday-hero.cooking-course .discount-block {
    padding-bottom: 47px;
  }

  .blackfriday-hero.cooking-course .image-holder {
    width: 53%;
    margin: 0;
  }

  .blackfriday-hero.cooking-course.hero-option .text-block {
    width: 54%;
  }

  .blackfriday-hero.cooking-course.hero-option h2 {
    font-size: 46px;
  }

  .blackfriday-hero.cooking-course.hero-option .image-holder {
    width: calc(46% + 30px);
    margin-left: -30px;
  }

  .blackfriday-hero.labor-day .container {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blackfriday-hero.labor-day .discount-block {
    padding-left: 47px;
  }

  .blackfriday-hero.labor-day .text-block {
    width: 50%;
  }

  .blackfriday-hero.labor-day .image-holder {
    width: 36%;
    margin-top: -22px;
    padding: 0 2% 0 4%;
  }

  .black-friday-section .blackfriday-hero {
    padding: 80px 0 70px;
  }

  .black-friday-section .blackfriday-hero .discount-block {
    top: -160px;
    font-size: 28px;
    padding-bottom: 14px;
  }

  .black-friday-section .blackfriday-hero .text-block .title {
    font-size: 28px;
  }

  .black-friday-section .blackfriday-hero .text-block h2 {
    font-size: 52px;
  }

  .black-friday-section .blackfriday-hero .promos {
    padding-right: 0;
    width: 75%;
  }

  .blackfriday-hero .discount-block {
    width: 300px;
    height: 300px;
    padding: 63px 52px 44px 20px;
    font-size: 70px;
  }

  .blackfriday-hero .text-block h1,
  .blackfriday-hero .text-block h2 {
    font-size: 52px;
  }

  .blackfriday-hero .text-block h1 span,
  .blackfriday-hero .text-block h2 span {
    font-size: 0.38em;
    letter-spacing: 1.5px;
    margin-top: 10px;
  }

  .blackfriday-hero .promos {
    padding: 50px 0 0;
  }

  .blackfriday-hero .promos .block {
    padding: 0 10px;
  }

  .blackfriday-hero .image-holder .slogan {
    width: 170px;
    font-size: 15px;
  }

  .blackfriday-hero .image-holder .slogan.left {
    padding-left: 23px;
  }

  .blackfriday-hero .image-holder .slogan.right {
    padding-right: 18px;
  }

  .blackfriday-hero .note-ribbon {
    font-size: 27px;
  }

  .webinar-hero .inline-ads-block.hero-option.webinar .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 55px;
  }

  .section-hero {
    -ms-grid-columns: calc(64.735% - 5px) calc(35.265% - 5px);
    grid-template-columns: calc(64.735% - 5px) calc(35.265% - 5px);
  }

  .section-hero .hero-block .description {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 15px;
  }

  .section-hero .hero-block .description p {
    margin-bottom: 15px;
  }

  .frozen-home-hero .image-block {
    min-width: 1300px;
  }

  .section-news .container {
    padding: 0 20px;
  }

  .section-news h2 {
    font-size: 34px;
  }

  .news-holder {
    margin: 0 -7px;
  }

  .news-holder .heading-block {
    width: calc(20% - 14px);
    margin: 0 7px;
  }

  .news-slider .slide {
    padding: 0 7px;
  }

  .news-block .description {
    padding-bottom: 50px;
  }

  .content-box {
    margin-right: 0;
  }

  .content-box .decor {
    width: 47%;
  }

  .content-box .text-block {
    padding-left: 0;
  }

  .health-topics-slider {
    margin: 0 -5px;
  }

  .health-topics-slider .slide {
    padding: 0 5px;
  }

  .health-topics-slider h3 {
    font-size: 18px;
  }

  .col-full .recipe-box .description {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .col-full .recipe-box .title {
    font-size: 22px;
  }

  .section-tools_block .logo-tool {
    top: 10px;
    left: 15px;
  }

  .testimonials-slider blockquote {
    width: 52%;
    font-size: 32px;
    padding-right: 0;
  }

  .testimonials-slider .slick-prev,
  .testimonials-slider .slick-next {
    left: 90%;
    top: 28%;
  }

  .testimonials-slider .slick-next {
    left: 96%;
  }

  .cookie-banner .container {
    padding: 0 60px;
  }

  .labor-hero-holder .img-box {
    padding-left: 5%;
  }

  .labor-hero-holder .inline-ads-intro-heading h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .labor-hero-holder .inline-ads-intro-heading p {
    font-size: 24px;
    line-height: 1.4;
  }

  .labor-hero-holder.labor-hero-planner .img-box {
    padding-left: 0;
  }

  .labor-hero-holder.labor-hero-planner .inline-ads-intro-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .labor-hero-holder.labor-hero-planner .inline-ads-intro-heading p {
    font-size: 22px;
  }

  .discount-box {
    width: 250px;
    height: 250px;
    padding-top: 25px;
    top: -150px;
    left: -50px;
    font-size: 11px;
  }

  .inline-ads-block.recipe-app .labor-hero-holder .text-box {
    width: 58%;
    margin-left: 0;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .hero-img .decor.right {
    width: 160px;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .text-box {
    margin-left: 0;
  }

  .inline-ads-block.webinar .labor-hero-holder .img-box {
    margin-top: -70px;
  }

  .inline-ads-block.meal-planner .labor-hero-holder .text-box {
    width: 58%;
  }

  .inline-ads-block.meal-planner .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 30px;
  }

  .inline-ads-block.black-friday .labor-hero-holder {
    padding-left: 20px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .text-box {
    width: 53%;
  }

  .inline-ads-block.black-friday .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 22px;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .img-box {
    margin-top: -45px;
  }

  .inline-ads-block.anniversary .labor-hero-holder .text-box {
    width: 42%;
    padding-left: 0;
  }

  .inline-ads-block.anniversary .labor-hero-holder .inline-ads-intro-heading .subheading {
    letter-spacing: 1px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .img-box {
    margin-top: -55px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .text-box {
    width: 42%;
    padding-left: 0;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .inline-ads-intro-heading .subheading {
    letter-spacing: 1px;
  }

  .inline-ads-block.home-redesign {
    margin: 0 -10px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .logo-tool {
    right: 20px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .text-box {
    padding-left: 20px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .img-box {
    width: 60%;
  }

  .inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .logo-tool {
    left: 20px;
  }

  .inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .text-box {
    max-width: 350px;
  }

  .inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .img-box {
    width: auto;
    right: 15px;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .img-box {
    width: 40%;
  }

  .rail-ads .image-holder {
    padding: 20px 16px;
  }

  .rail-ads .description {
    padding: 18px 16px 25px;
  }

  .rail-ads.meal-planner .image-holder {
    padding-right: 76px;
  }

  .started-hero .decor.left {
    left: -60px;
  }

  .started-hero .decor.right {
    right: -50px;
  }

  .anchor-nav .anchor-list li {
    margin: 0 13px;
  }

  .started-content .col-3 {
    width: 31%;
  }

  .started-content .columns:nth-child(even) .text-block {
    padding: 0;
  }

  .started-content .text-block {
    padding: 0;
  }

  .get-started-category .category-nav {
    top: 6.5vw;
    left: 10px;
    right: 10px;
  }

  .get-started-category .category-nav .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
  }

  .get-started-category .category-nav .slick-arrow:after {
    left: -4px;
    width: 14px;
    height: 14px;
    border-top-width: 2px;
    border-right-width: 2px;
    transform: rotate(49deg) skew(8deg);
  }

  .started-info-holder .download-block .download-col {
    padding: 50px 5%;
  }

  .tool-block {
    padding: 30px 15px 170px;
    font-size: 17px;
  }

  .tool-block h3 {
    font-size: 23px;
  }

  .blackfriday-hero.new-year.meal-planner {
    padding-top: 66px;
  }

  .blackfriday-hero.new-year.meal-planner .container {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .blackfriday-hero.new-year.meal-planner .text-block h2.bordered {
    font-size: 49px;
    line-height: 1;
  }

  .blackfriday-hero.new-year.meal-planner .image-holder {
    margin-top: 0;
  }

  .blackfriday-hero.anniversary .logo-anniversary {
    right: 10px;
  }

  .blackfriday-hero.anniversary .text-block h2.bordered {
    font-size: 46px;
    letter-spacing: 0;
  }

  .blackfriday-hero.anniversary.webinar .image-holder {
    margin: 0;
  }

  .anniversary-content-block .description {
    width: 56%;
  }

  .anniversary-content-block .description h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .anniversary-content-block .description p {
    margin-bottom: 15px;
  }

  .recipes-section .logo-stamp-anniversary {
    display: none;
  }

  .photo-webinar-list {
    margin: 0 -6px;
  }

  .photo-webinar-list li {
    padding: 0 6px 12px;
  }

  .photo-webinar-list .name {
    font-size: 12px;
  }

  .health-topics-page .news-post .s-box .col-8 {
    padding-left: 0;
  }

  .frozen-page_info .text-block {
    max-width: 540px;
    padding-left: 0;
  }

  .frozen-page_product-holder {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }

  .frozen-page_product-holder .frozen-page_product-item {
    padding: 0 15px;
  }

  .frozen-page_social .text-block {
    padding-right: 0;
    max-width: 540px;
  }

  .store-locator-page .banner-post-heading .decor.right {
    right: -35px;
  }
}

@media (max-width: 1023px) {
  body {
    font: 17px/1.78 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  }

  h1,
  .h1,
  .shop-product-page .shop-filter h2.filter-heading {
    font-size: 34px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  h3 br,
  .h3 br {
    display: none;
  }

  [id="header"] .logo {
    width: 165px;
  }

  .header-holder {
    padding: 0;
    background: #f2f2f2;
  }

  .header-holder .container {
    display: block;
  }

  .header-block {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
  }

  .login-frame {
    padding-top: 0;
  }

  .cart-block a {
    color: #00243e;
  }

  .header-frame {
    background: none;
    padding-top: 15px;
  }

  .header-frame > .container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
  }

  .main-nav {
    display: block;
    font-size: 17px;
  }

  .main-nav li {
    margin: 0;
  }

  .main-nav li.hover .nav-drop {
    display: block;
  }

  .main-nav > li.has-drop-down > a:after {
    display: block;
  }

  .main-nav > li > a {
    white-space: normal;
  }

  .main-nav > li > a {
    padding: 15px 0;
  }

  .main-nav > li > a:before {
    display: none;
  }

  .nav-drop {
    position: static;
    padding: 10px 0 12px;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .nav-drop .container {
    display: block;
  }

  .nav-drop .nav-drop-holder {
    display: block;
  }

  .nav-drop ul {
    width: auto;
    padding: 0;
    font-size: 15px;
  }

  .nav-drop ul li {
    margin-bottom: 15px;
  }

  .nav-drop .drop-block {
    width: auto;
  }

  .nav-drop .drop-block .title {
    margin-bottom: 0;
  }

  .nav-drop .drop-block .link {
    display: none;
  }

  .nav-drop .drop-block.drop-recipe-app {
    background: none;
    display: block;
    padding: 0;
  }

  .nav-drop .drop-block.drop-recipe-app .description {
    padding: 0;
  }

  .nav-drop .drop-block.drop-meal-planner {
    background: none;
    display: block;
    padding: 0;
    text-align: left;
  }

  .nav-drop .drop-block.drop-film .description {
    position: static;
    transform: none;
    max-width: none;
    padding: 0;
  }

  .nav-drop .drop-block.drop-film .title a {
    color: inherit;
  }

  .nav-drop .drop-block.drop-shop {
    background: none;
    display: block;
    padding: 0;
  }

  .nav-drop .drop-block.drop-shop .description {
    padding: 0;
  }

  .nav-drop .drop-post-article {
    padding: 0;
    width: auto;
    max-width: 350px;
    display: block;
  }

  .nav-drop .drop-post-article .description {
    padding: 0;
  }

  .nav-drop .drop-post-article .title {
    margin-bottom: 4px;
  }

  .nav-drop .drop-post-article p {
    margin-bottom: 5px;
  }

  .nav-opener {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-opener {
    display: block;
  }

  .nav-slide {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 0 35px;
    height: calc(100vh - var(--topIndent));
    overflow: auto;
    transform: translateX(140%);
    transition: transform 0.5s;
  }

  .nav-active .nav-slide {
    transform: translateX(0);
  }

  .search-openclose .pop-search {
    background: #fff;
    overflow: auto;
    height: calc(100vh - 89px);
  }

  .search-openclose .search-form {
    width: 100%;
    min-width: 0;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
  }

  .search-openclose input {
    background: #f2f2f2;
    margin-bottom: 25px;
  }

  .search-openclose button[type=submit] {
    position: static;
    display: block;
    color: #00243e;
    background-color: #10c1a0;
    margin: 0;
    padding: 20px 25px;
    transform: none;
    width: 100%;
    font: 14px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 1.05px;
    text-transform: uppercase;
  }

  .search-openclose button[type=submit] span {
    display: block;
  }

  .search-openclose button[type=submit] i {
    display: none;
  }

  .header-mobile {
    background: #00243e;
    padding: 13px 0;
  }

  .header-mobile .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header.mp-squeeze .button-block .btn {
    min-width: 215px;
  }

  .header > .container {
    min-height: 70px;
  }

  .header .app-holder a {
    width: calc(34% + 20px);
  }

  .header .button-block .note-list {
    padding-right: 15px;
    font-size: 0.85rem;
  }

  .anniversary-header p b {
    display: block;
  }

  .hello-overlay .box {
    padding: 0 25px 0 20px;
  }

  .hello-overlay .box .image-block {
    width: 40%;
  }

  .hello-overlay .box .description {
    width: 60%;
    padding: 50px 0 40px 25px;
  }

  .hello-overlay .box .app-form input[type=email] {
    padding: 15px;
    font-size: 16px;
  }

  .hello-overlay .box .close-overlay {
    top: 15px;
    right: 15px;
  }

  .hello-bar {
    font-size: 14px;
  }

  .hello-bar.type-1 .content-wrap {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hello-bar.anniversary {
    font-size: 23px;
  }

  .hello-bar.anniversary .text-frame {
    width: auto;
  }

  .hello-bar.black-friday .heading {
    max-width: 240px;
    font-size: 22px;
  }

  .hello-bar.black-friday .promo-columns {
    font-size: 15px;
    width: 66%;
    letter-spacing: 0.07em;
  }

  .hello-bar.black-friday .promo-columns strong {
    font-size: 15px;
  }

  .hello-bar.labor .content-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 50px;
  }

  .hello-bar.labor .text-box:not(.title-block) {
    animation-delay: 1s;
  }

  .hello-bar.labor .text-box:not(.title-block):last-child {
    animation-delay: 1.5s;
  }

  .hello-bar .image-block {
    margin: 0 30px 0 -45px;
  }

  .hello-bar .text-frame {
    width: calc(100% - 290px);
  }

  [id="footer"].alt-footer .social-networks {
    padding: 0 0 30px;
  }

  .footer-holder {
    display: block;
  }

  .footer-nav_holder {
    width: auto;
    padding-bottom: 35px;
  }

  .social-networks {
    font-size: 24px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-frame {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-copy {
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }

  .footer-list {
    margin: 0 -13px 35px;
  }

  .footer-list li {
    padding: 0 13px;
  }

  .desktop-hide.tablet {
    display: block;
  }

  .desktop-visible {
    display: none !important;
  }

  .container {
    padding: 0 20px;
  }

  a.btn,
  input.btn,
  span.btn,
  button.btn {
    letter-spacing: 0.08em;
    font-size: 15px;
  }

  .table table.data-table td.col-big {
    width: 60%;
  }

  .banner.home .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-banner.post-item.promo-full .badge {
    max-width: 180px;
    right: -31px;
    top: -58px;
  }

  .banner-block .promo-title {
    font-size: 26px;
    padding: 7px 15px 10px;
  }

  .section-intro .text-block {
    max-width: 520px;
  }

  .news-post .col-wrap,
  .intro-post .col-wrap {
    padding: 95px 20px 20px;
  }

  .news-post .info-list li > span,
  .intro-post .info-list li > span {
    font-size: 12px;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container),
  .intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) {
    display: block;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li,
  .intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li {
    margin-bottom: 15px;
  }

  .news-post .post-container,
  .intro-post .post-container {
    padding: 0 40px 0 30px;
  }

  .news-post .post-info .link-add,
  .intro-post .post-info .link-add {
    margin-left: 20px;
  }

  .intro-post:before {
    width: 200px;
    height: 211px;
    bottom: -20px;
  }

  .intro-post .post-container {
    padding: 0 5px;
    margin: 0;
    max-width: 570px;
  }

  ul li.print-box {
    overflow: visible !important;
  }

  ul li.print-box .slide-print {
    left: -18px;
    transform: none;
  }

  .star-rate {
    font-size: 16px;
  }

  .comment-form .submit-frame .btn {
    min-width: 200px;
  }

  .add-info .meal-box {
    padding-top: 0;
  }

  .section-ingredients {
    padding: 20px 30px;
    font-size: 12px;
  }

  .s-box .col-8 {
    width: 64%;
  }

  .s-box .col-3 {
    width: 33%;
  }

  .short-post .post-content {
    padding: 0 15px 28px;
  }

  .short-post p {
    margin: 0 0 20px;
  }

  .s-post-mod .short-post .post-content {
    padding: 15px 13px 17px;
  }

  .s-post-mod .short-post .btn {
    min-width: 0;
  }

  .s-post-mod .download-block {
    padding: 20px 16px;
    font-size: 15px;
    line-height: 1.68;
  }

  .s-post-mod .download-block h2 {
    font-size: 24px;
  }

  .section-video .email-popup .frame {
    padding: 20px;
  }

  .section-video .email-popup .submit-frame .btn {
    min-width: 200px;
  }

  .product-download .download-form {
    padding: 20px 20px 20px 50px;
  }

  .product-download .title {
    font-size: 12px;
  }

  .download-block {
    margin-bottom: 90px;
  }

  .download-block .image-block {
    width: 36%;
    right: -8%;
    top: 10px;
    transform: none;
  }

  .download-block .download-col {
    padding-right: 30%;
  }

  .download-block h2 {
    font-size: 40px;
  }

  .recipe-container {
    padding-bottom: 60px;
  }

  .author-block .holder {
    padding: 40px 20px;
  }

  .author-block .img-box {
    width: 26%;
  }

  .author-block .text {
    width: 70%;
  }

  .section-more .slider h3 {
    margin: 0;
  }

  .section-more .slider .title {
    left: 20px;
    top: 20px;
    font-size: 26px;
    max-width: 140px;
  }

  .section-more .slider .img-box .category {
    padding: 8px 15px 6px;
    font-size: 12px;
  }

  .join-block:before,
  .join-block:after {
    transform: scale(0.65);
    left: -40px;
  }

  .join-block:after {
    right: -48px;
    bottom: -10px;
  }

  .join-block.modified.signup-section .row .input-box {
    width: 37%;
  }

  .join-block.modified.signup-section .row .input-box.submit {
    width: 26%;
  }

  .join-block.join-social {
    font-size: 17px;
    line-height: 1.72;
  }

  .join-block .columns-holder [class^="col-"],
  .join-block .columns-holder [class*=" col-"] {
    padding: 0 10px;
  }

  .join-block .columns-holder h3 {
    font-size: 27px;
  }

  .post-filters .col-5 {
    width: 33%;
  }

  .post-filters .col-7 {
    width: 58%;
  }

  .select-row .jcf-select {
    padding-left: 15px;
  }

  .jcf-select-drop.jcf-select-select-filter .jcf-list .jcf-option {
    padding: 9px 20px;
  }

  .jcf-select-drop.jcf-select-select-filter .jcf-list-content {
    padding: 20px 0;
  }

  .jcf-select-drop.jcf-select-select-filter.jcf-select-filter-even .jcf-list .jcf-option {
    padding: 10px 20px;
  }

  .jcf-select-drop.jcf-select-select-filter.jcf-select-filter-even .jcf-list-content {
    padding: 20px 0;
  }

  .search-row [type="search"] {
    padding: 15px;
  }

  .post-links {
    margin: 0 -12px 20px;
  }

  .post-links li {
    padding: 0 12px 11px;
  }

  .post-item.promo a.row {
    padding: 20px 15px 25px;
  }

  .post-item.promo h3 {
    font-size: 24px;
    line-height: 1.15;
  }

  .post-item.post-banner .row {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .post-item.post-banner .img-block .bg-stretch {
    background-size: contain;
  }

  .post-item.post-kits .img-block:before {
    height: 62%;
    top: 10%;
  }

  .post-item.post-kits img {
    margin-bottom: -50px;
  }

  .post-item .label {
    margin-right: -15.9%;
    margin-bottom: 23px;
  }

  .post-item .row {
    height: 310px;
  }

  .post-item .content-block {
    padding-left: 40px;
  }

  .post-item .category {
    font-size: 12px;
  }

  .post-item h3 {
    font-size: 17px;
  }

  .post-item .icon-block {
    font-size: 46px;
  }

  .news-post {
    padding-top: 50px;
  }

  .news-post .post-head {
    padding-bottom: 50px;
  }

  .news-post .post-info {
    padding-right: 20px;
  }

  .news-post .modified .frame {
    display: block;
  }

  .news-post .modified .img-block {
    width: auto;
  }

  .news-post .modified .head-main {
    width: auto;
    padding: 0;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) {
    display: -ms-flexbox;
    display: flex;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .post-content .text-frame {
    padding-bottom: 0;
  }

  .section-own-success .col-content {
    padding: 35px 33px;
  }

  .content-inline-ad,
  .up-next-article {
    padding: 40px 0 50px;
  }

  .up-next-article {
    font-size: 16px;
  }

  .up-next-article .image-block {
    width: 50%;
  }

  .related-news {
    font-size: 16px;
  }

  .related-news .date {
    font-size: 13px;
  }

  .news-posts-holder .post-content {
    padding-left: 20px;
  }

  .compilation-block {
    padding-bottom: 60px;
  }

  .posts-sort li {
    padding: 0 12px 11px;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid .img-block {
    margin-bottom: 10px;
  }

  .brands-product {
    margin-bottom: -20px;
  }

  .brands-product .item {
    max-width: none;
    width: 33.33%;
    padding-bottom: 20px;
  }

  .product-post .store-box span {
    width: 43%;
    margin-right: 10px;
  }

  .product-post .post-content {
    padding: 20px 50px 20px 60px;
  }

  .product-post.post-right .post-content {
    padding: 20px 50px 20px 30px;
  }

  .contributors-holder .col-3 {
    width: calc(100% / 3 - 0.1px);
  }

  .film-page .post-item .row {
    height: auto;
  }

  .film-post .post-tab-content .tab.tab3 .news-posts-holder .post-content {
    font-size: 18px;
    line-height: 1.78;
  }

  .post-controls .decor-images img.decor-onion {
    width: 140px;
  }

  .post-controls .decor-images img.decor-lettuce {
    width: 110px;
    top: -85px;
  }

  .post-controls .decor-images img.decor-turnip {
    width: 120px;
  }

  .post-controls .decor-images img.decor-wheat {
    width: 160px;
  }

  .believe-block .cols-box .col4 {
    padding: 0 20px;
  }

  .food-category {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .food-category li {
    width: 33.33%;
  }

  .guide-foods h3 {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .faq-block.two-columns .accordion {
    display: block;
    margin: 0;
  }

  .faq-block.two-columns .accordion li {
    width: 100%;
    padding: 0;
  }

  .accordion .opener {
    padding-left: 20px;
  }

  .accordion .slide {
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-shop .slick-dots {
    bottom: 10px;
  }

  .shop-content .item {
    width: calc(100% / 3 - 0.1px);
  }

  .tool-box .cols-box .btn {
    min-width: 0;
  }

  .shop-product-page .product-holder {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .shop-product-page .product-holder .product-wrap {
    padding-top: 8px;
  }

  .shop-product-page .product-holder button.btn {
    min-width: 0;
  }

  .shop-product-page .product-holder .ico-product {
    right: -73px;
  }

  .zoom-fancy {
    max-width: 100vw;
  }

  .zoom-fancy .container {
    max-width: 100%;
    padding: 10px;
  }

  .hero-holder .intro-left {
    width: 53%;
    padding: 70px 0;
  }

  .hero-holder .intro-left .bg-stretch {
    width: 53%;
  }

  .hero-holder .intro-right {
    width: 47%;
  }

  .hero-holder .intro-text {
    margin-right: 7%;
  }

  .hero-holder .intro-text .col {
    padding-right: 0;
  }

  .intro-promo {
    padding: 10px 0 10px 20px;
  }

  .intro-promo .text-box {
    width: 70%;
  }

  .intro-promo .image-box {
    width: 30%;
  }

  .checkout-form {
    display: block;
  }

  .col-products {
    width: auto;
  }

  .col-order {
    width: auto;
  }

  .col-order .row {
    max-width: none;
  }

  .features-list {
    font-size: 15px;
    letter-spacing: 0.02em;
  }

  .features-list li {
    padding-right: 10px;
    padding-left: 10px;
  }

  .features-list .image {
    width: 70%;
    margin: 0 auto 15px;
  }

  .reviews-slider .item {
    width: calc(50% + 20px);
  }

  .recipe-hero {
    margin-bottom: 50px;
  }

  .recipe-hero.v2 {
    padding-bottom: 80px;
  }

  .recipe-hero.v2 .text-block {
    padding: 30px;
  }

  .recipe-hero.v2 .meta {
    display: -ms-flexbox;
    display: flex;
  }

  .recipe-hero.v2 .meta .rating-stars {
    padding: 0 25px 0 0;
  }

  .recipe-hero.v2 .app-holder {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px;
  }

  .recipe-hero.v2 .app-holder a {
    margin: 0 10px;
  }

  .recipe-hero .text-block {
    padding: 20px 0 0;
    width: 48%;
  }

  .recipe-hero .text-block .block {
    font-size: 17px;
    line-height: 1.72;
  }

  .recipe-hero .text-block ul:not([class]) li {
    padding: 0;
  }

  .recipe-hero .text-block ul:not([class]) li:before {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 12px 10px 0 0;
  }

  .recipe-hero .meta {
    display: block;
  }

  .recipe-hero .meta .rating-stars {
    padding: 0 0 10px;
  }

  .recipe-hero .app-holder {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .recipe-hero .app-holder a {
    margin: 0 0 15px;
  }

  .recipe-hero .image-block {
    width: 54%;
  }

  .recipe-frame {
    font-size: 16px;
    margin-bottom: 60px;
  }

  .recipe-frame:last-child {
    margin-bottom: 60px;
  }

  .recipe-frame:before,
  .recipe-frame:after {
    width: 210px;
    height: 99px;
  }

  .recipe-frame:after {
    width: 133px;
    height: 82px;
  }

  .recipe-frame.alignright .holder {
    padding: 0 20px;
  }

  .recipe-frame.alignright .image-block .decor {
    width: 17vw;
  }

  .recipe-frame.recipe-frame-alt:before {
    width: 62px;
    height: 121px;
  }

  .recipe-frame.recipe-frame-alt:after {
    width: 118px;
    height: 92px;
    right: 21%;
  }

  .recipe-frame.recipe-frame-alt .holder:before {
    width: 139px;
    height: 42px;
  }

  .recipe-frame .holder {
    padding: 0 20px 0 24px;
    min-height: 270px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .recipe-frame .holder:before {
    width: 145px;
    height: 52px;
  }

  .recipe-frame h1,
  .recipe-frame h2 {
    font-size: 32px;
  }

  .recipe-frame .image-block {
    margin: -40px 0;
  }

  .recipe-frame .image-block .decor {
    width: 13vw;
    left: -30px;
  }

  .recipe-frame .description {
    width: 70%;
  }

  .logo-course {
    width: 290px;
    bottom: 20px;
  }

  .cooking-course-page .banner-block {
    bottom: 90px;
  }

  .courses-section .text-container h2 {
    font-size: 26px;
  }

  .courses-holder {
    margin: 0 -10px 50px;
  }

  .courses-holder .col {
    padding: 0 10px;
  }

  .course-block {
    padding: 40px 15px 25px;
  }

  .course-block .heading img {
    margin: -6px 15px 0 0;
  }

  .course-block h2 {
    font-size: 26px;
  }

  .course-block .list-holder ul {
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .course-block .list-holder ul li {
    padding: 0 0 10px 23px;
  }

  .course-block .list-holder ul li:before {
    font-size: 14px;
    top: 2px;
  }

  .course-block .info {
    border-width: 1px;
    padding-left: 1px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    margin-left: 4px;
  }

  .course-block .price-block ins {
    font-size: 26px;
  }

  .course-block .price-block del {
    font-size: 17px;
    padding-right: 20px;
  }

  .course-block .price-holder .badge-sm {
    margin-left: 4px;
  }

  .course-block .button-frame {
    margin: 0 -5px 10px;
  }

  .course-block .button-frame .btn {
    width: calc(50% + 5px + 5px);
    margin: 0 5px;
    padding: 15px 10px 15px;
    font-size: 13px;
  }

  .recipe-app-page.meal-planer-page .recipe-hero {
    padding: 0;
  }

  .recipe-app-page.meal-planer-page .recipe-hero .container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .recipe-app-page.meal-planer-page .recipe-hero .text-block {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
  }

  .recipe-app-page.meal-planer-page .recipe-hero .image-block {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started h3 {
    font-size: 20px;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .i-frame {
    margin-right: 14px;
    padding: 0;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .submit-box {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .t-box {
    font-size: 15px;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .t-box b i {
    font-size: 13px;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .p-box {
    font-size: 15px;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .separate-offer {
    font-size: 13px;
    padding: 0 0 20px;
  }

  .planner-posts-holder .col-image {
    height: 250px;
  }

  .planner-posts-holder .col-image.even-height {
    height: 300px;
  }

  .planner-posts-holder .col-image img.img-t3 {
    margin-top: 22px;
  }

  .dr-list li {
    width: 50%;
    height: 200px;
  }

  .about-section .columns-holder {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -30px;
  }

  .about-section .columns-holder [class^="col-"],
  .about-section .columns-holder [class*=" col-"] {
    width: 50%;
    max-width: 340px;
    padding-bottom: 80px;
  }

  .about-section .block h3 {
    min-height: 54px;
  }

  .benefits-section.modified .text-block {
    padding-left: 86px;
  }

  .benefits-section.modified h2 {
    margin-left: -64px;
  }

  .benefits-section.alignright .text-block {
    padding-left: 0;
  }

  .benefits-section.alignright .benefits-list {
    padding-top: 0;
  }

  .benefits-section.alignright .benefits-list li {
    padding-bottom: 20px;
  }

  .benefits-section .text-block {
    width: 55%;
  }

  .benefits-section .text-block h2 {
    font-size: 28px;
  }

  .benefits-section .benefits-list {
    padding: 0;
  }

  .benefits-section .image-block {
    width: calc(43% + 15px);
  }

  .benefits-section .image-block .image {
    width: 180px;
  }

  .benefits-list .icon {
    width: 48px;
    margin: 2px 15px 0 1px;
  }

  .benefits-list .description {
    min-height: 48px;
  }

  .benefits-list h3 {
    font-size: 21px;
    margin-bottom: 5px;
  }

  .promo-meals .meal-holder {
    -ms-grid-columns: 65.7% 32.7%;
    grid-template-columns: 65.7% 32.7%;
  }

  .promo-meals .meal-holder .block.a .hover-block .title {
    font-size: 42px;
    margin-bottom: 30px;
  }

  .promo-meals .meal-holder .block.a .hover-block .star-rate {
    font-size: 26px;
  }

  .promo-meals .meal-holder .block.a .hover-block .rated-count {
    font-size: 20px;
  }

  .promo-meals .meal-holder .block.a .hover-block .cooking-time i {
    font-size: 1.5em;
    margin-right: 16px;
    margin-top: -7px;
  }

  .promo-meals .meal-holder .hover-block {
    font-size: 18px;
  }

  .promo-meals .meal-holder .hover-block .title {
    font-size: 26px;
  }

  .promo-meals .meal-holder .hover-block .star-rate {
    font-size: 19px;
  }

  .promo-meals .meal-holder .hover-block .rated-count {
    font-size: 18px;
    margin: -2px 0 0 6px;
  }

  .promo-meals .meal-holder .hover-block .cooking-time i {
    margin-right: 10px;
  }

  .post-item.signup-item .row {
    padding: 90px 30px;
  }

  .post-item.signup-item .join-block .join-form {
    margin: 0 -10px;
  }

  .post-item.signup-item .join-block .row-frame .input-box {
    width: 37%;
  }

  .post-item.signup-item .join-block .row-frame .input-box.submit {
    width: 28%;
  }

  .info-frame {
    padding: 60px 10px;
  }

  .section-overview {
    padding: 60px 0 5px;
  }

  .overview-block .title {
    font-size: 18px;
  }

  .overview-block .description {
    padding: 0;
    word-spacing: 0;
    letter-spacing: 0.09em;
  }

  .webinar-page {
    font-size: 17px;
    line-height: 1.72;
  }

  .inline-ads-block.hero-option {
    margin-bottom: 30px;
  }

  .inline-ads-block.hero-option.webinar:before,
  .inline-ads-block.hero-option.webinar:after {
    width: 160px;
    height: 176px;
    left: -40px;
  }

  .inline-ads-block.hero-option.webinar:after {
    width: 170px;
    height: 217px;
    top: -80px;
  }

  .inline-ads-block.hero-option.webinar .labor-hero:before {
    width: 170px;
    height: 228px;
    right: -50px;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder {
    padding: 40px 0;
    -ms-flex-align: center;
    align-items: center;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .img-box {
    margin: 0;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .text-box {
    padding: 30px 0 0 30px;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 36px;
    line-height: 1.14;
  }

  .webinar-leading-holder {
    margin: 0 -999px 40px;
    padding: 50px 999px;
  }

  .webinar-leading-holder .icon-block {
    margin-top: -78px;
  }

  .info-block .col:not(:last-child) {
    padding-right: 10%;
  }

  .thanksgiving-page .intro-heading h2 {
    margin: 0;
  }

  .menu-slider-holder .decor-icon,
  .health-topics-slider-holder .decor-icon {
    left: 110px;
  }

  .health-topics-slider .slick-arrow,
  .menu-slider .slick-arrow {
    margin-right: -120px;
  }

  .health-topics-slider .slick-arrow.slick-prev,
  .menu-slider .slick-arrow.slick-prev {
    margin-right: 109px;
  }

  .menu-slider {
    margin: 0 -25px 0 -10px;
  }

  .menu-slider .slide {
    padding: 0 10px;
    width: 244px;
  }

  .meal-planner-ad {
    padding: 40px 20px 30px 33%;
  }

  .meal-planner-ad .image-block {
    left: 17%;
  }

  .menu-bar .recipes-slide {
    max-height: calc(100vh - 51px - 60px);
  }

  .menu-bar .recipes-slide.js-helloBarHeight {
    max-height: calc(100vh - 51px - 60px - 60px);
  }

  .blackfriday-hero.shop {
    padding-top: 105px;
  }

  .blackfriday-hero.shop .discount-block {
    top: -123px;
    right: -76px;
    width: 300px;
    height: 300px;
    font-size: 60px;
    padding-top: 158px;
    padding-right: 76px;
  }

  .blackfriday-hero.shop .text-block {
    width: auto;
    padding-bottom: 50px;
  }

  .blackfriday-hero.shop .text-block .title {
    font-size: 18px;
  }

  .blackfriday-hero.shop .text-block h2 {
    font-size: 50px;
    line-height: 0.96;
    margin-bottom: 40px;
  }

  .blackfriday-hero.shop .image-holder {
    width: 100%;
    margin: 0;
  }

  .blackfriday-hero.meal-planner .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blackfriday-hero.meal-planner .discount-block {
    padding-left: 40px;
    padding-bottom: 48px;
  }

  .blackfriday-hero.meal-planner .text-block {
    width: auto;
    padding-bottom: 40px;
  }

  .blackfriday-hero.meal-planner .text-block h2.bordered {
    margin-bottom: 40px;
  }

  .blackfriday-hero.meal-planner .image-holder {
    width: auto;
    margin: 0;
  }

  .blackfriday-hero.cooking-course {
    padding-bottom: 0;
  }

  .blackfriday-hero.cooking-course .discount-block {
    padding: 63px 20px 43px 30px;
  }

  .blackfriday-hero.cooking-course .text-block {
    width: auto;
    max-width: 480px;
    padding-bottom: 40px;
  }

  .blackfriday-hero.cooking-course .image-holder {
    position: static;
    left: auto;
    width: 60%;
    margin: 0 auto;
  }

  .blackfriday-hero.cooking-course .image-holder .frame {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .blackfriday-hero.cooking-course.hero-option .text-block {
    width: auto;
    max-width: 520px;
  }

  .blackfriday-hero.cooking-course.hero-option .image-holder {
    width: auto;
    margin: 0;
    text-align: center;
  }

  .blackfriday-hero.labor-day {
    padding-top: 65px;
  }

  .blackfriday-hero.labor-day .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blackfriday-hero.labor-day .discount-block {
    top: -128px;
    font-size: 52px;
    line-height: 0.8;
    padding: 30px 30px 36px 52px;
  }

  .blackfriday-hero.labor-day .discount-block span {
    margin: 0 -12px 5px 0;
  }

  .blackfriday-hero.labor-day .text-block {
    width: auto;
    max-width: 330px;
    padding-bottom: 30px;
  }

  .blackfriday-hero.labor-day .image-holder {
    width: auto;
    padding: 0;
    margin-top: 0;
  }

  .black-friday-section .blackfriday-hero .discount-block {
    top: -130px;
    font-size: 29px;
    padding-bottom: 28px;
  }

  .black-friday-section .blackfriday-hero .text-block {
    width: auto;
    padding: 27px 0;
    max-width: 470px;
  }

  .black-friday-section .blackfriday-hero .promos {
    width: auto;
  }

  .black-friday-section .blackfriday-hero .promos .block {
    margin: 0;
  }

  .offer-block .image-block {
    max-width: 200px;
    margin: 0 auto -30px;
  }

  .offer-block .discount {
    font-size: 90px;
    left: -10px;
  }

  .offer-block .discount sup {
    font-size: 40%;
    top: -0.9em;
  }

  .offer-block .title {
    font-size: 17px;
  }

  .blackfriday-hero .discount-block {
    width: 280px;
    height: 280px;
    font-size: 62px;
    top: -128px;
    padding-bottom: 34px;
  }

  .blackfriday-hero .discount-block span {
    font-size: 40px;
    margin: 4px 0 0;
  }

  .blackfriday-hero .container {
    display: block;
  }

  .blackfriday-hero .text-block {
    width: auto;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
  }

  .blackfriday-hero .text-block h1,
  .blackfriday-hero .text-block h2 {
    font-size: 50px;
    line-height: 0.96;
    margin-bottom: 40px;
  }

  .blackfriday-hero .text-block h1.bordered:before,
  .blackfriday-hero .text-block h2.bordered:before {
    left: 50%;
    transform: translateX(-50%);
  }

  .blackfriday-hero .promos {
    width: auto;
    padding-top: 10px;
  }

  .blackfriday-hero .promos .block {
    max-width: 268px;
    margin: 0 auto;
  }

  .blackfriday-hero .image-holder {
    width: 100%;
  }

  .blackfriday-hero .image-holder .slogan {
    width: 180px;
    font-size: 16px;
  }

  .webinar-hero .inline-ads-block.hero-option.webinar .labor-hero-holder {
    padding-bottom: 40px;
  }

  .webinar-hero .inline-ads-block.hero-option.webinar .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 36px;
  }

  .section-hero {
    -ms-grid-columns: calc(50% - 5px) calc(50% - 5px);
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  }

  .section-hero .hero-block.a {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .section-hero .hero-block.b {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .section-hero .hero-block.c {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .section-hero .hero-block .description {
    padding-bottom: 11px;
  }

  .section-hero .hero-block .description h2 {
    font-size: 17px;
  }

  .section-hero .hero-block .description p {
    font-size: 14px;
    margin: 10px 0;
  }

  .section-hero .hero-block .description .btn {
    font-size: 14px;
    padding: 14px 20px 12px;
  }

  .frozen-home-hero .image-block {
    min-width: 700px;
  }

  .news-holder .heading-block {
    display: block;
    width: 100%;
    text-align: center;
  }

  .news-slider {
    width: 100%;
  }

  .news-block {
    font-size: 17px;
  }

  .content-box .image-block {
    width: 49%;
  }

  .content-box .decor {
    width: 50%;
  }

  .health-topics-slider .slick-arrow {
    margin-right: -124px;
  }

  .health-topics-slider .slick-arrow.slick-prev {
    margin-right: 91px;
  }

  .section-recipes {
    padding: 60px 0;
  }

  .section-recipes .section-recipes_heading {
    padding: 0;
  }

  .section-recipes h2 {
    margin-bottom: 20px;
  }

  .section-recipes .search-form {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .col-full .recipe-box .description {
    padding: 15px;
    font-size: 15px;
  }

  .col-full .recipe-box .category {
    margin-bottom: 10px;
  }

  .col-full .recipe-box .title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .col-full .recipe-box p {
    margin-bottom: 0;
  }

  .recipe-box .category {
    font-size: 15px;
    padding: 11px 15px 9px;
  }

  .recipe-box .title {
    font-size: 18px;
    padding: 10px;
  }

  .section-tools_block {
    font-size: 17px;
  }

  .section-tools_block .logo-tool img {
    width: 76%;
  }

  .section-tools_block .title {
    margin-bottom: 20px;
  }

  .section-tools_block .more {
    font-size: 0.9em;
  }

  .section-tools_block .more i {
    margin-top: 7px;
  }

  .testimonials-slider {
    margin-bottom: 100px;
  }

  .testimonials-slider:before {
    width: 142px;
    height: 128px;
  }

  .testimonials-slider .slide {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .testimonials-slider .image-block {
    width: auto;
  }

  .testimonials-slider .image-block img {
    margin: 0 auto;
  }

  .testimonials-slider blockquote {
    width: auto;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.2px;
    padding: 0 0 30px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .testimonials-slider blockquote p {
    margin-bottom: 24px;
  }

  .testimonials-slider blockquote cite {
    font-size: 14px;
  }

  .testimonials-slider .slick-dots {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .labor-hero-holder {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .labor-hero-holder .img-box {
    width: 40%;
  }

  .labor-hero-holder .text-box {
    padding-right: 4%;
  }

  .labor-hero-holder.labor-hero-planner {
    padding-top: 30px;
  }

  .labor-hero-holder.labor-hero-planner .text-box {
    width: 57%;
  }

  .discount-box {
    top: -233px;
  }

  .pricing-section {
    padding: 30px;
  }

  .pricing-section .bg-section {
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }

  .pricing-section .col {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 335px;
  }

  .inline-ads-block {
    padding-bottom: 50px;
  }

  .inline-ads-block .labor-hero-holder .discount-box {
    top: -60px;
  }

  .inline-ads-block .labor-hero-holder .img-box {
    width: 37%;
  }

  .inline-ads-block .labor-hero-holder .hero-img {
    width: 80%;
    margin: 0 auto;
  }

  .inline-ads-block .labor-hero-holder .text-box {
    width: 59%;
    padding-right: 3%;
    padding-bottom: 10px;
  }

  .inline-ads-block .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 32px;
  }

  .inline-ads-block .labor-hero-holder .panel-content {
    font-size: 13px;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 25px;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .hero-img {
    width: auto;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .hero-img .decor {
    width: 140px;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .decor-img .decor.top {
    display: none;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .text-box {
    padding-right: 10px;
  }

  .inline-ads-block.webinar .labor-hero-holder {
    padding: 20px 15px;
    -ms-flex-align: center;
    align-items: center;
  }

  .inline-ads-block.webinar .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .inline-ads-block.webinar .labor-hero-holder .img-box {
    width: 38%;
    margin-top: 0;
  }

  .inline-ads-block.webinar .labor-hero-holder .hero-img {
    width: auto;
  }

  .inline-ads-block.webinar .labor-hero-holder .text-box {
    padding: 0 0 0 15px;
    width: 62%;
  }

  .inline-ads-block.webinar .labor-hero-holder .panel-content {
    font-size: 14px;
    margin-bottom: 0;
  }

  .inline-ads-block.meal-planner .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 27px;
  }

  .inline-ads-block.fresh-start .labor-hero-holder {
    padding-top: 20px;
  }

  .inline-ads-block.fresh-start .labor-hero-holder .img-box {
    width: 45%;
  }

  .inline-ads-block.fresh-start .labor-hero-holder .text-box {
    width: 55%;
    padding-bottom: 0;
  }

  .inline-ads-block.fresh-start .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 22px;
    max-width: 280px;
  }

  .inline-ads-block.fresh-start .labor-hero-holder .panel-content {
    font-size: 12px;
  }

  .inline-ads-block.black-friday .labor-hero-holder {
    padding: 20px 0 0 15px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .img-box .decor {
    width: 110px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .img-box .decor.left {
    left: 101px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .img-box .decor.right {
    right: 90px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .hero-img {
    width: auto;
  }

  .inline-ads-block.black-friday .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 18px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .panel-content {
    margin-bottom: 6px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .btn {
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .inline-ads-block.black-friday.bf-meal-planner .hero-img img {
    margin: 0 -20px 0 0;
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .img-box .decor.left {
    left: 40px;
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .img-box .decor.right {
    right: 40px;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .img-box {
    width: 44%;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .img-box .decor.left {
    left: 50px;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .hero-img {
    margin-left: -60px;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .text-box {
    width: 56%;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 16px;
  }

  .inline-ads-block.new-year .labor-hero-holder .discount-box {
    width: 100px;
    height: 100px;
    font-size: 27px;
    right: -35px;
    top: -55px;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder {
    -ms-flex-align: center;
    align-items: center;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .img-box {
    margin-top: 8px;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .hero-img {
    width: 100%;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .text-box {
    width: 51%;
    padding: 0 2% 15px 0;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .btn {
    min-width: 0;
    padding-left: 17px;
    padding-right: 17px;
  }

  .inline-ads-block.anniversary .labor-hero-holder {
    padding-top: 50px;
  }

  .inline-ads-block.anniversary .labor-hero-holder .discount-box {
    width: 100px;
    height: 100px;
    font-size: 27px;
    right: -35px;
    top: -55px;
  }

  .inline-ads-block.anniversary .labor-hero-holder .img-box {
    width: 50%;
  }

  .inline-ads-block.anniversary .labor-hero-holder .hero-img {
    width: 100%;
  }

  .inline-ads-block.anniversary .labor-hero-holder .text-box {
    width: 50%;
  }

  .inline-ads-block.anniversary .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 25px;
  }

  .inline-ads-block.anniversary .labor-hero-holder .btn {
    min-width: 0;
    padding-left: 17px;
    padding-right: 17px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder {
    padding: 28px 15px 0;
    -ms-flex-align: center;
    align-items: center;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .img-box {
    margin-top: -70px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .hero-img {
    width: 100%;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .photo-webinar-list {
    max-width: 288px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .photo-webinar-list li {
    width: 50%;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .text-box {
    width: 47%;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 25px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .btn {
    min-width: 0;
    padding-left: 17px;
    padding-right: 17px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .logo-tool {
    top: 30px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .text-box {
    padding: 12px 0 17px 20px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .panel-content {
    font-size: 17px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 25px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .img-box {
    width: 56%;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .hero-img {
    width: auto;
  }

  .inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .logo-tool img {
    width: 80%;
  }

  .inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .text-box {
    max-width: 300px;
  }

  .inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .img-box {
    width: 26%;
    right: 10px;
  }

  .inline-ads-block.full-width.recipe-app .labor-hero-holder .text-box {
    width: 58%;
    margin-left: 0;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .img-box {
    width: 44.5%;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .hero-img .decor.right {
    width: 200px;
    right: -60px;
  }

  .rail-ads .image-holder {
    height: 350px;
  }

  .rail-ads .image-holder h2 {
    font-size: 30px;
  }

  .rail-ads .btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rail-ads.meal-planner .image-holder {
    padding-right: 105px;
  }

  .started-hero .decor {
    transform: translateY(-50%) scale(0.8);
  }

  .started-hero .decor.left {
    left: -100px;
    margin: 0;
  }

  .started-hero .decor.right {
    right: -100px;
    margin: 0;
  }

  .anchor-nav .anchor-list {
    letter-spacing: 0.02em;
  }

  .anchor-nav .anchor-list li {
    margin: 0 10px;
  }

  .started-content .columns {
    display: block;
    margin: 0;
  }

  .started-content [class^="col-"],
  .started-content [class*=" col-"] {
    padding: 0;
  }

  .started-content .col-3 {
    width: auto;
  }

  .started-content .col-6 {
    width: auto;
  }

  .started-content .col-8 {
    width: auto;
  }

  .started-content .content-holder {
    padding-bottom: 50px;
  }

  .started-content .content-holder .image-block {
    text-align: center;
  }

  .started-content .content-holder .image-block blockquote {
    max-width: 550px;
    margin: 0 auto;
  }

  .started-content .text-block {
    margin: 0 0 32px;
  }

  .started-content .aside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .started-content .aside-section {
    max-width: 315px;
    padding: 0 15px 30px;
  }

  .started-content .aside-section .image-frame {
    margin-bottom: 18px;
  }

  .get-started-category .category-nav {
    top: 11.4vw;
  }

  .started-info-holder .row {
    display: block;
  }

  .started-info-holder .text-block {
    width: auto;
    padding-bottom: 30px;
  }

  .started-info-holder .download-block {
    width: auto;
  }

  .started-info-holder .download-block .decor {
    margin-bottom: -280px;
  }

  .started-info-holder .download-block .download-col {
    max-width: 600px;
    margin: 0 auto;
  }

  .tools-section .tools-columns {
    max-width: 750px;
    margin: 0 auto;
  }

  .tools-section .tools-columns .col {
    width: 50%;
    max-width: 302px;
    padding-bottom: 20px;
  }

  .tool-block {
    padding-bottom: 230px;
  }

  .video-holder .container {
    display: block;
  }

  .video-holder .text-block {
    width: auto;
    text-align: center;
    padding: 0 0 40px;
  }

  .video-holder .section-video {
    width: auto;
  }

  .blackfriday-hero.new-year.meal-planner {
    padding-top: 90px;
    margin-bottom: 0 !important;
  }

  .blackfriday-hero.new-year.meal-planner .discount-block {
    padding-top: 118px;
    padding-left: 22px;
  }

  .blackfriday-hero.new-year.meal-planner .text-block {
    width: auto;
    padding-bottom: 50px;
  }

  .blackfriday-hero.new-year.meal-planner .text-block h2.bordered {
    font-size: 52px;
  }

  .blackfriday-hero.new-year.meal-planner .image-holder {
    width: auto;
    margin: 0 76px 50px 0;
  }

  .blackfriday-hero.anniversary {
    padding-bottom: 100px;
  }

  .blackfriday-hero.anniversary .discount-block {
    width: 300px;
    height: 300px;
    top: -123px;
    left: -76px;
    font-size: 48px;
    padding-top: 130px;
    padding-bottom: 20px;
  }

  .blackfriday-hero.anniversary .discount-block span {
    font-size: 60px;
    margin-right: 10px;
  }

  .blackfriday-hero.anniversary .image-holder {
    width: auto;
    margin: 0 0 60px;
  }

  .blackfriday-hero.anniversary .text-block {
    width: auto;
    max-width: 600px;
  }

  .blackfriday-hero.anniversary .text-block h2.bordered {
    font-size: 54px;
  }

  .blackfriday-hero.anniversary.hero-option {
    padding-top: 110px;
  }

  .blackfriday-hero.anniversary.hero-option .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blackfriday-hero.anniversary.hero-option .image-holder {
    width: auto;
    margin: 0;
  }

  .blackfriday-hero.anniversary.hero-option .text-block {
    padding-bottom: 20px;
    max-width: 400px;
  }

  .blackfriday-hero.anniversary.hero-option .text-block h2.bordered {
    font-size: 44px;
  }

  .blackfriday-hero.anniversary.webinar .image-holder {
    width: auto;
  }

  .blackfriday-hero.anniversary.webinar .text-block {
    width: auto;
    max-width: 500px;
    padding-bottom: 40px;
  }

  .anniversary-page .section-more .slider .img-box {
    min-height: 210px;
  }

  .anniversary-page .section-more .slider .img-box img {
    transform: scale(0.85);
    transform-origin: 100% 100%;
  }

  .anniversary-content-holder {
    margin: 0;
    padding-top: 30px;
  }

  .anniversary-content-block {
    display: block;
    text-align: center;
  }

  .anniversary-content-block .image-block {
    width: auto;
    margin-bottom: 32px;
  }

  .anniversary-content-block .description {
    width: auto;
    max-width: 650px;
    margin: 0 auto;
  }

  .photo-webinar-list {
    max-width: 530px;
    margin: 0 auto;
  }

  .health-topics-page .news-post {
    padding-bottom: 18px;
  }

  .health-topics-page .news-post .s-box .col-8 {
    width: 63.8%;
  }

  .health-topics-page .news-post .health-topics-post-frame {
    padding-bottom: 40px;
  }

  .health-topics-page .news-post .image-container {
    padding: 0 0 10px;
  }

  .health-topics-page .content-inline-ad,
  .health-topics-page .up-next-article {
    padding-top: 0;
  }

  .health-topics-list {
    grid-gap: 30px 15px;
  }

  .health-topics-list .image-block {
    margin-bottom: 12px;
  }

  .frozen-hero {
    padding: 40px 0 60px;
  }

  .frozen-hero .sign {
    width: 129px;
    right: 10px;
    top: 10px;
  }

  .frozen-hero .text-block {
    width: 59%;
  }

  .frozen-hero .text-block .title {
    margin-left: 0;
  }

  .frozen-hero .text-block .list {
    columns: auto;
  }

  .frozen-page_products-lightbox {
    width: 738px;
    padding: 40px;
  }

  .frozen-page_info {
    padding: 70px 0 60px;
  }

  .frozen-page_info .text-block {
    width: 60%;
  }

  .frozen-page_product-holder {
    margin-left: -10px;
    margin-right: -10px;
  }

  .frozen-page_product-holder .frozen-page_product-item {
    padding: 0 10px;
  }

  .frozen-page_social {
    padding: 90px 0;
  }

  .frozen-page_social .text-block {
    width: 60%;
  }

  .frozen-page_testimonials .testimonials-slider {
    width: 40%;
  }

  .frozen-page_testimonials .testimonials-slider blockquote {
    text-align: left;
    font-size: 28px;
    line-height: 1.3;
  }

  .store-locator-page .banner-post-heading .decor.right {
    right: -80px;
  }

  .store-locator {
    padding: 0 20px;
  }

  .banner-block .frame,
  .text-block .frame  {
    flex-direction: column;
    gap: 0;
  }

  a.btn.link:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 767px) {
  body {
    font: 16px/1.82 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: 0.32px;
  }

  h1,
  .h1,
  .shop-product-page .shop-filter h2.filter-heading,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    line-height: 1.1;
    margin-bottom: 0.52em;
  }

  h1,
  .h1,
  .shop-product-page .shop-filter h2.filter-heading {
    font-size: 26px;
    line-height: 1.1;
  }

  h2,
  .h2 {
    font-size: 22px;
  }

  h3,
  .h3 {
    font-size: 17px;
  }

  h4,
  .h4 {
    font-size: 17px;
  }

  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  textarea {
    padding: 15px 17px;
    font-size: 17px;
  }

  .jcf-select.jcf-drop-active .jcf-select-opener:after {
    margin-top: -3px;
    transform: rotate(135deg) scale(-1);
  }

  .jcf-select {
    display: block;
    width: 100%;
    height: 60px;
  }

  .jcf-select .jcf-select-text {
    font-size: 17px;
    line-height: 64px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 36, 62, 0.4);
    text-align: left;
    margin: 0 40px 0 14px;
  }

  .jcf-select .jcf-select-text span:not(.jcf-option-hideme):not(.jcf-option-opt-default) {
    color: #00243e;
  }

  .jcf-select .jcf-select-opener:after {
    width: 12px;
    height: 12px;
    border-top: 4px solid #02a58f;
    border-right: 4px solid #02a58f;
    margin-top: -7px;
    transition: transform 0.3s;
  }

  body > .jcf-select-drop {
    border: solid #fff;
    border-width: 1px 0;
  }

  .jcf-list {
    text-align: left;
    font: 17px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  }

  .jcf-list .jcf-option {
    color: #00243e;
    padding: 15px;
  }

  .cart-block {
    padding-left: 15px;
  }

  .nav-slide {
    --topIndent: 130px;
  }

  .search-openclose input {
    font-size: 15px;
    padding: 16px 19px 14px;
  }

  .header.mp-squeeze > .container {
    min-height: 62px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header.mp-squeeze .logo-tool {
    display: block;
    width: 136px;
  }

  .header.mp-squeeze .button-block .btn {
    font-size: 0.75rem;
    min-width: 0;
    padding: 14px 11px;
  }

  .header > .container {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
  }

  .header .logo-tool {
    display: none;
    margin-bottom: 6px;
  }

  .header .app-holder {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% + 20px);
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header .app-holder a {
    width: 158px;
  }

  .header .button-block {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 -5px;
  }

  .header .button-block .note {
    margin-right: 15px;
  }

  .header .button-block .note.mobile-sm {
    font-size: 10px;
  }

  .header .button-block .btn {
    padding: 16px 10px 15px;
    min-width: 0;
  }

  .promo-header {
    font-size: 14px;
    line-height: 1.3;
    padding: 11px 0 9px;
  }

  .alert-bar {
    padding: 5px 0;
    letter-spacing: .9px;
    font-size: 12px;
  }

  .anniversary-header {
    font-size: 14px;
    line-height: 1.22;
    letter-spacing: 1.23px;
  }

  .anniversary-header .container {
    height: 50px;
    padding-top: 4px;
  }

  .hello-overlay .hello-wrapper.before-you-go .box {
    max-width: 315px;
    padding: 25px 20px 20px;
  }

  .hello-overlay .hello-wrapper.before-you-go .box .close-overlay {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
  }

  .hello-overlay .hello-wrapper.before-you-go .text-holder {
    letter-spacing: 0.32px;
    font-size: 16px;
    line-height: 1.82;
    padding: 0 0 12px;
  }

  .hello-overlay .hello-wrapper.before-you-go h2 {
    margin-bottom: 6px;
  }

  .hello-overlay .hello-wrapper.before-you-go .subscribe-form input[type=email] {
    height: 50px;
    font-size: 16px;
    letter-spacing: 0.32px;
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 15px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .close-overlay {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .box {
    max-width: 315px;
    text-align: center;
    padding: 20px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .image-box {
    position: relative;
    left: auto;
    top: auto;
    width: 48px;
    margin-right: 23px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .image-box .decor {
    width: 46px;
    bottom: 13px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .image-box .decor.left {
    left: -26px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .image-box .decor.right {
    width: 46px;
    right: 24px;
    bottom: 14px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .description {
    width: auto;
    font-size: 16px;
    line-height: 1.82;
    padding-top: 0;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .description h2 {
    margin: 0;
    text-align: left;
    line-height: 1.1;
    width: 152px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .description p {
    margin-bottom: 14px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .description .btn {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 20px 12px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .rate-box {
    padding: 0 0 19px 4px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .rate-box .rated-count {
    margin: 3px 5px 0 0;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .rate-box .star-rate {
    font-size: 18px;
  }

  .hello-overlay .hello-wrapper.recipe-app-lightbox .rate-box .star-rate li {
    margin-right: 5px;
  }

  .hello-overlay .container {
    padding: 0 20px;
  }

  .hello-overlay .box {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hello-overlay .box .image-block {
    width: auto;
    margin: 0 auto;
    max-width: 295px;
  }

  .hello-overlay .box .description {
    width: 100%;
    padding: 23px 0 19px;
  }

  .hello-overlay .box .text-frame {
    font-size: 15px;
    line-height: 1.54;
    padding: 0 7px 14px;
  }

  .hello-overlay .box h1 {
    line-height: 1.25;
    margin-bottom: 13px;
  }

  .hello-overlay .box p {
    margin-bottom: 8px;
  }

  .hello-overlay .box .app-form {
    display: block;
  }

  .hello-overlay .box .app-form input[type=email] {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 18px;
    height: 50px;
    padding: 15px 13px;
    letter-spacing: 0.1em;
  }

  .hello-overlay .box .app-form input[type=submit] {
    margin: 0;
    padding: 18px 15px 17px;
    min-width: 176px;
    letter-spacing: 0.17em;
  }

  .hello-overlay .box .close-overlay {
    top: 11px;
    right: 12px;
    width: 23px;
    height: 23px;
  }

  .hello-bar {
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 1.05px;
  }

  .hello-bar.type-1 .text-frame {
    text-align: left;
  }

  .hello-bar.anniversary {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1.4px;
  }

  .hello-bar.anniversary .content-wrap {
    padding-right: 22px;
  }

  .hello-bar.anniversary .text-frame {
    max-width: 334px;
  }

  .hello-bar.anniversary p b {
    display: inline;
  }

  .hello-bar.black-friday {
    height: 50px;
  }

  .hello-bar.black-friday .content-wrap {
    width: calc(100% - 16px - 4px);
    padding-right: 0;
  }

  .hello-bar.black-friday .btn-close {
    margin-left: 4px;
    opacity: 0;
    animation: fadeIn 0.3s linear 3s forwards;
  }

  .hello-bar.black-friday .heading {
    font-size: 13px;
    letter-spacing: 1.52px;
    max-width: none;
    width: 100%;
    animation: BF-color 2s ease-out forwards, BF-slide-mob 0.7s linear 2.5s forwards;
  }

  .hello-bar.black-friday .promo-columns {
    font-size: 11px;
    letter-spacing: 0.13em;
    width: 100%;
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hello-bar.black-friday .promo-columns .column {
    max-width: 130px;
    animation-delay: 3s;
  }

  .hello-bar.black-friday .promo-columns .column:nth-child(2) {
    animation-delay: 3.7s;
  }

  .hello-bar.black-friday .promo-columns .column:nth-child(3) {
    animation-delay: 4.4s;
  }

  .hello-bar.black-friday .promo-columns strong {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .hello-bar.labor .content-wrap {
    font-size: 9px;
    line-height: 1.12;
    letter-spacing: 1.05px;
    padding: 5px 0 0;
  }

  .hello-bar.labor .text-box {
    padding-bottom: 4px;
  }

  .hello-bar .content-wrap {
    min-height: 75px;
  }

  .hello-bar .discount-box {
    width: 80px;
    height: 80px;
    font-size: 22px;
    line-height: 0.82;
    padding: 16px 7px 14px;
    margin: -3px 17px -3px -5px;
  }

  .hello-bar .image-block {
    height: 75px;
    width: 113px;
    margin: 0 11px 0 -32px;
  }

  .hello-bar .text-frame {
    width: auto;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0;
  }

  .hello-bar .title {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1.4px;
    margin-bottom: 3px;
  }

  [id="footer"] {
    padding: 42px 0;
  }

  [id="footer"].alt-footer {
    padding: 42px 0;
  }

  [id="footer"].alt-footer .social-networks {
    padding-bottom: 23px;
  }

  [id="footer"] .app-holder {
    padding: 10px;
    background: #f2f2f2;
  }

  [id="footer"] .app-holder a {
    width: 157px;
  }

  .footer-holder {
    margin: 0 0 23px;
  }

  .footer-holder .footer-nav {
    width: auto;
    padding: 0 0 8px;
  }

  .footer-nav_holder {
    display: block;
    margin: 0;
    padding-bottom: 9px;
  }

  .footer-nav .title-opener {
    font-size: 14px;
    position: relative;
    margin-bottom: 24px;
  }

  .footer-nav .title-opener:before {
    display: block;
  }

  .footer-nav ul {
    padding: 0 0 7px 20px;
  }

  .footer-frame {
    font-size: 11px;
    margin: 0 -5px;
    letter-spacing: 0.83px;
  }

  .footer-copy {
    letter-spacing: 0.83px;
  }

  .footer-copy .copy {
    margin-right: 26px;
  }

  .footer-list {
    text-align: center;
    margin-bottom: 20px;
  }

  .desktop-hide.mob {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-hidden {
    display: none !important;
  }

  .tabset-select {
    display: none !important;
  }

  .nav-select,
  .jcf-select-nav-select {
    display: block !important;
  }

  .container {
    padding: 0 20px;
  }

  .columns-holder {
    display: block;
    margin: 0;
  }

  .columns-holder [class^="col-"],
  .columns-holder [class*=" col-"] {
    padding: 0 0 20px;
  }

  .columns-holder .col-12 {
    width: auto;
  }

  .columns-holder .col-8 {
    width: auto;
  }

  .columns-holder .col-6 {
    width: auto;
  }

  .columns-holder .col-4 {
    width: auto;
  }

  .columns-holder .col-3 {
    width: auto;
  }

  a.btn,
  input.btn,
  span.btn,
  button.btn {
    font-size: 14px;
    padding: 18px 20px 17px;
    letter-spacing: 1.5px;
    min-width: 256px;
  }

  a.btn .icon-arrow-right,
  input.btn .icon-arrow-right,
  span.btn .icon-arrow-right,
  button.btn .icon-arrow-right {
    font-size: 0.9em;
    margin: 1px 0 0 12px;
  }

  .btn-close {
    font-size: 11px;
  }

  .common-page {
    padding-top: 30px;
  }

  .common-page .heading {
    padding-bottom: 15px;
  }

  .common-page address dl dt {
    float: none;
    display: block;
    margin: 0 0 1px;
    font-weight: 700;
  }

  .common-page address dl dd {
    margin-bottom: 15px;
  }

  .common-page ul,
  .common-page ol {
    margin-left: 0;
  }

  .common-page ul:not([class]) li:before {
    top: 12px;
  }

  .common-page ol li {
    padding-left: 25px;
  }

  .table {
    overflow-x: auto;
  }

  .table table {
    width: 720px;
  }

  .mt-5 {
    margin-top: 25px !important;
  }

  .mb-5 {
    margin-bottom: 25px !important;
  }

  .banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 420px;
    padding: 0 0 20px;
  }

  .banner.modified {
    padding-top: 171px;
  }

  .banner.modified .bg-stretch {
    max-height: 171px;
  }

  .banner.modified .container {
    height: auto;
  }

  .banner .badge {
    top: 0;
    right: 0;
    bottom: auto;
    width: 176px;
  }

  .banner .container {
    width: 100%;
    height: auto;
  }

  .banner .container:after {
    display: none;
  }

  .banner .author {
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
    margin: 0;
    padding: 3px 4px;
    letter-spacing: 0.12em;
    display: none;
  }

  .banner .banner-wrap {
    vertical-align: top;
    display: block;
  }

  .banner .banner-wrap:before {
    height: calc(100% + 30px);
    width: 100%;
    left: 0;
    z-index: 2;
    top: auto;
    bottom: 0;
    border-width: 2px;
  }

  .banner .banner-wrap .inner {
    padding: 24px 31px 33px;
    position: relative;
    z-index: 3;
    background: none;
  }

  .banner h1 {
    font-size: 22px;
    line-height: 1.12;
    letter-spacing: -0.08px;
    margin-bottom: 17px;
  }

  .home-banner.post-item.promo-full {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-banner.post-item.promo-full .badge {
    right: -28px;
    max-width: 132px;
    top: -61px;
  }

  .banner-block {
    position: static;
    max-width: none;
    text-align: center;
    padding: 0 20px 20px;
  }

  .banner-block .promo-title {
    position: static;
    display: block;
    font-size: 20px;
    margin: -30px -21px 27px;
    padding: 6px 15px;
  }

  .banner-block .promo-title:before,
  .banner-block .promo-title:after {
    display: none;
  }

  .banner-block .date {
    font-size: 14px;
    letter-spacing: 0.04em;
    padding-top: 1px;
    margin-bottom: 16px;
  }

  .banner-block .price-frame ins {
    font-size: 19px;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
  }

  .banner-block .price-frame del {
    font-size: 14px;
  }

  .banner-block .frame .link,
  .text-block .frame .link {
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .banner-block .price {
    margin: 15px 0 0;
    font-size: 17px;
  }

  .banner-block .breadcrumbs {
    font-size: 11px;
    letter-spacing: 1.28px;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00243e;
    padding: 10px 29px 4px;
    margin: 0 0 -30px;
    width: auto;
    position: relative;
    top: -25px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    background: #fff;
  }

  .banner-block .breadcrumbs + h1 {
    margin-top: -10px;
  }

  .banner-block .breadcrumbs a {
    color: #00243e;
  }

  .section-intro {
    text-align: center;
    padding: 42px 0 57px;
  }

  .section-intro h2 {
    margin-bottom: 14px;
  }

  .section-intro p {
    margin-bottom: 30px;
  }

  .section-intro .text-block {
    margin: 0 auto;
  }

  .section-intro .button-holder {
    -ms-flex-align: center;
    align-items: center;
  }

  .section-intro .button-holder .btn {
    min-width: 256px;
    margin-bottom: 10px;
  }

  .breadcrumbs {
    font-size: 11px;
    letter-spacing: 1.28px;
    margin-bottom: 14px;
  }

  .breadcrumbs li:before {
    margin: 0 9px;
  }

  .news-post,
  .intro-post {
    display: block;
    padding: 80px 0 15px;
  }

  .news-post .col-6,
  .intro-post .col-6 {
    width: auto;
  }

  .news-post h1,
  .intro-post h1 {
    margin-bottom: 18px;
  }

  .news-post .col-wrap,
  .intro-post .col-wrap {
    border-width: 2px;
    margin-top: -111px;
    padding: 51px 27px 16px;
  }

  .news-post .rate-box,
  .intro-post .rate-box {
    margin-bottom: 27px;
  }

  .news-post .info-list,
  .intro-post .info-list {
    margin-bottom: 6px;
  }

  .news-post .info-list li,
  .intro-post .info-list li {
    padding-left: 2px;
    margin-bottom: 27px;
  }

  .news-post .info-list li > span,
  .intro-post .info-list li > span {
    font-size: 15px;
    line-height: 1.45;
  }

  .news-post .info-list li > span span,
  .intro-post .info-list li > span span {
    display: inline-block;
    vertical-align: top;
  }

  .news-post .info-list i,
  .intro-post .info-list i {
    font-size: 21px;
    margin-right: 8px;
    min-width: 30px;
  }

  .news-post .info-list i.icon-serving,
  .intro-post .info-list i.icon-serving {
    line-height: 24px;
    font-size: 25px;
    margin-left: -2px;
    margin-right: 9px;
  }

  .news-post .box-post-control,
  .intro-post .box-post-control {
    display: block;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container),
  .intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) {
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li,
  .intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li {
    padding-left: 30px;
    margin-bottom: 19px;
    position: relative;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) a:not(.button),
  .intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) a:not(.button) {
    display: block;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) i,
  .intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) i {
    font-size: 21px;
    min-width: 30px;
    transform: none;
    position: absolute;
    top: -4px;
    left: 0;
    margin: 0;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) i.icon-print,
  .intro-post .box-post-control ul:not(.social):not(.ss-social-icons-container) i.icon-print {
    font-size: 23px;
    line-height: 20px;
  }

  .news-post .post-container,
  .intro-post .post-container {
    padding: 27px 0 12px;
  }

  .news-post .post-container p,
  .intro-post .post-container p {
    margin-bottom: 0;
  }

  .news-post .post-container .btn-more,
  .intro-post .post-container .btn-more {
    margin-bottom: 18px;
  }

  .news-post .post-info,
  .intro-post .post-info {
    display: block;
    font-size: 15px;
    padding: 0 0 20px;
  }

  .news-post .post-info .link-add,
  .intro-post .post-info .link-add {
    margin: 29px 0 0;
    letter-spacing: 0.09em;
  }

  .news-post .post-info .link-add i,
  .intro-post .post-info .link-add i {
    font-size: 20px;
    margin: -2px 10px -2px -2px;
  }

  .intro-post {
    padding: 0 0 54px;
  }

  .intro-post:before {
    background-image: url(./images/decor-onion-m.png);
    width: 128px;
    height: 241px;
    right: -20px;
    bottom: -6px;
  }

  .intro-post .post-container {
    font-size: 17px;
    line-height: 1.72;
  }

  .intro-post .box-post-control ul:not(.social) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.62;
  }

  ul li.print-box .slide-print {
    width: 300px;
    padding: 20px 25px 25px;
    left: 0;
    transform: none;
  }

  ul li.print-box .btns-row a.popup-print,
  ul li.print-box .btns-row .btn {
    padding: 14px 18px 15px;
    letter-spacing: .1em;
  }

  .rate-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .rate-container .comments-link {
    margin-left: 0;
    display: block;
  }

  .rate-box {
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 14px;
  }

  .rate-box .img-rate {
    width: 125px;
  }

  .rate-box .title {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 2px 20px 0 0;
  }

  .star-rate {
    font-size: 17px;
  }

  .star-rate li {
    margin: 0 8px 0 0;
  }

  .star-rate li span {
    display: block;
  }

  .comments-section .headline {
    display: block;
    padding-bottom: 20px;
  }

  .comments-section .headline h2 {
    margin-bottom: 19px;
  }

  .comments-section .headline h2 span {
    font-size: 0.5em;
  }

  .comments-section .headline .rate-box {
    padding: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .comments-section .headline .rate-box .comment-popup {
    width: 296px;
    margin-top: 12px;
  }

  .comments-section .headline .rate-box .comment-popup .frame {
    padding: 17px 15px 15px;
  }

  .comments-section .headline .rate-box .comment-popup .close {
    right: 4px;
    top: 6px;
    font-size: 0.8em;
  }

  .comments-section .comments-open-close .comments-opener,
  .comments-section .comment-block .reply,
  .comments-section .comment-block .show-replies,
  .comments-section .more-comments a {
    font-size: 14px;
  }

  .comments-section .comments-open-close .comments-opener i,
  .comments-section .comment-block .reply i,
  .comments-section .comment-block .show-replies i,
  .comments-section .more-comments a i {
    font-size: 0.48em;
    margin-top: 12px;
  }

  .comments-section .comment-popup {
    width: 270px;
  }

  .comments-section .comment-popup:before {
    border-width: 8px;
    margin-bottom: -16px;
  }

  .comments-section .comment-popup .frame {
    padding: 22px 20px 20px;
  }

  .comments-section .comment-popup .title-line {
    font-size: 14px;
    line-height: 1.22;
    letter-spacing: 1.63px;
  }

  .comments-section .comment-popup .title-line i {
    font-size: 1.55em;
    margin-right: 8px;
  }

  .comments-section .comment-popup .close {
    font-size: 1em;
  }

  .comments-open-close {
    padding: 15px 0;
    margin-bottom: 34px;
  }

  .comments-open-close .slide-frame {
    padding: 25px 0 14px;
  }

  .comment-form .rate-box {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 28px;
  }

  .comment-form label {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
  }

  .comment-form input[type='text'],
  .comment-form input[type='tel'],
  .comment-form input[type='email'],
  .comment-form input[type='search'],
  .comment-form input[type='password'],
  .comment-form textarea {
    font-size: 16px;
    height: 50px;
    letter-spacing: 0.48px;
    padding: 12px 17px;
    margin-bottom: 28px;
  }

  .comment-form textarea {
    height: 171px;
  }

  .comment-form .note {
    margin: -18px 0 30px;
  }

  .comment-form .error-popup {
    margin-top: 19px;
  }

  .comment-form .error-popup .frame {
    padding: 18px 16px 14px;
  }

  .comment-form .submit-frame .btn {
    min-width: 167px;
  }

  .comment-form .submit-frame input[type=reset] {
    min-width: 154px;
  }

  .comment-block {
    font-size: 16px;
    line-height: 1.82;
    padding-bottom: 18px;
  }

  .comment-block .meta {
    padding-bottom: 12px;
  }

  .comment-block .meta .holder {
    padding-top: 0;
  }

  .comment-block .name {
    font-size: 18px;
    margin-right: 16px;
  }

  .comment-block .time {
    margin-top: 2px;
  }

  .comment-block .reply {
    margin: 3px 20px 0 0;
  }

  .comment-block .report-holder .report-popup {
    left: auto;
    right: -9px;
    transform: none;
    width: 355px;
    margin-bottom: 16px;
  }

  .comment-block .report-holder .report-popup:before {
    left: auto;
    right: 12px;
    transform: rotate(-45deg);
  }

  .comment-block .report-holder .report-popup .title-line {
    max-width: 236px;
    margin: 0 auto 17px;
  }

  .comment-block .report-holder .report-popup .btn {
    min-width: 163px;
  }

  .comment-block .rate-box {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -3px 0 15px;
    padding-bottom: 0;
  }

  .comment-block .comment-block {
    padding: 13px 0 0 30px;
  }

  .comment-block .comment-block .meta {
    padding-bottom: 9px;
  }

  .comment-block .show-replies {
    margin-left: 30px;
  }

  .add-info .meal-box a.button {
    margin-left: 0;
  }

  .check-icon:before {
    height: 16px;
    width: 16px;
    left: 3px;
  }

  .check-icon:after {
    height: 18px;
    width: 6px;
    top: -3px;
    left: 9px;
    transform: rotate(45deg) skew(2deg);
    left: 12px;
  }

  .share-frame {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .share-frame .social-wrapper {
    padding: 0 0 20px;
  }

  .section-ingredients {
    padding: 37px 20px 12px;
    margin: 0 -20px 33px;
    font-size: 15px;
    line-height: 1.45;
    min-height: 0;
  }

  .section-ingredients h2 {
    margin-bottom: 26px;
    letter-spacing: -0.005em;
    margin-bottom: 28px;
  }

  .section-ingredients .subtitle {
    font-size: 17px;
    margin-bottom: 14px;
    letter-spacing: 0.02em;
  }

  .section-ingredients ul:not(.social) {
    margin: 0 60px 15px 0;
  }

  .section-ingredients ul:not(.social) li {
    margin-bottom: 21px;
  }

  .s-box {
    display: block;
  }

  .s-box .col-8 {
    width: auto;
    border-width: 2px;
    margin-bottom: 34px;
  }

  .s-box .col-3 {
    width: auto;
    max-width: none;
  }

  .section-instruction {
    margin-bottom: 28px;
  }

  .section-instruction h2 {
    font-size: 26px;
    margin-bottom: 22px;
    letter-spacing: -0.2px;
  }

  .section-instruction .instruction-box {
    padding: 20px 0 12px;
    margin-bottom: 0;
  }

  .section-instruction .instruction-box ol li {
    padding-right: 0;
    margin-bottom: 29px;
    margin-right: -2px;
    padding-left: 30px;
  }

  .section-instruction .instruction-box ol li:before {
    top: 2px;
    margin-right: 0;
  }

  .section-instruction .s-box .col-3 {
    width: auto;
  }

  .tags {
    display: block;
  }

  .tags span {
    margin-left: 0;
  }

  .tags .title {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }

  .tags ul {
    display: inline;
  }

  .tags ul li:before {
    display: none;
  }

  .tags ul li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 3px;
  }

  .tags ul li:after {
    content: ', ';
    padding-right: 1px;
  }

  .tags ul li:last-child:after {
    display: none;
  }

  .short-post {
    font-size: 15px;
    line-height: 1.75;
  }

  .short-post .img-box {
    margin-bottom: 23px;
  }

  .short-post .img-box img {
    max-width: none;
    width: 100%;
  }

  .short-post .img-box .category {
    padding: 13px 16px 13px 0;
  }

  .short-post p {
    margin-bottom: 14px;
  }

  .short-post h3 {
    margin-bottom: 4px;
    line-height: 1.42;
    letter-spacing: 0;
  }

  .short-post .btn {
    min-width: 256px;
  }

  .s-post-mod {
    padding-top: 44px;
  }

  .s-post-mod .short-post .post-content {
    padding-top: 20px;
  }

  .s-post-mod .short-post .category {
    padding: 13px 6px 13px;
  }

  .s-post-mod .short-post .btn {
    min-width: 256px;
  }

  .s-post-mod .download-block {
    margin-top: 40px;
    padding: 30px;
    font-size: 16px;
    line-height: 1.82;
  }

  .s-post-mod .download-block h2 {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .s-post-mod .download-block .download-form {
    margin-right: 0;
  }

  .section-video {
    margin: 0 -20px 25px;
  }

  .section-video .img-title {
    width: 90%;
    padding-bottom: 6px;
  }

  .section-video .img-title .icon-pause,
  .section-video .img-title .icon-play-fill {
    font-size: 36px;
  }

  .section-video .img-title h3 {
    margin-bottom: 16px;
    padding-right: 0;
    line-height: 1.55;
  }

  .section-video .video-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .section-video .video-title + a {
    font-size: 65px !important;
  }

  .section-video .email-popup {
    width: 355px;
  }

  .section-video .email-popup:before {
    border-width: 8px;
    margin-bottom: -16px;
  }

  .section-video .email-popup .frame {
    padding: 22px 20px 20px;
  }

  .section-video .email-popup .title-line {
    font-size: 14px;
    line-height: 1.22;
    letter-spacing: 1.63px;
    margin-bottom: 17px;
  }

  .section-video .email-popup input[type=email] {
    height: 50px;
  }

  .section-video .email-popup .submit-frame .btn {
    min-width: 150px;
  }

  .section-video .email-popup .submit-frame input[type=reset] {
    min-width: 154px;
  }

  .section-video .logo-video {
    width: 77px;
    height: 31px;
  }

  .section-video .text-block {
    padding: 9px 0 0;
  }

  .section-video.modified {
    margin: 0 -20px 35px;
  }

  .section-video.modified .img-title {
    padding-bottom: 34px;
  }

  .section-video.modified .img-title h3 {
    margin-bottom: 13px;
  }

  .product-download {
    margin-bottom: 31px;
  }

  .product-download .holder {
    display: block;
    margin: 0 -20px;
  }

  .product-download .col-6-5 {
    width: auto;
  }

  .product-download .col-6 {
    width: auto;
    margin: -43px 20px 0;
    border-width: 2px;
    position: relative;
    z-index: 3;
  }

  .product-download .download-form {
    padding: 59px 15px 36px;
    text-align: center;
    font-size: 15px;
  }

  .product-download .title {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .product-download p {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .product-download h3 {
    margin-bottom: 7px;
  }

  .download-form .row {
    padding: 0 8px;
  }

  .download-form input {
    width: calc(100% - 54px);
    height: 50px;
    font-size: 16px;
    padding-right: 45px;
  }

  .download-form button {
    width: 54px;
    height: 50px;
    font-size: 22px;
    padding: 10px;
  }

  .download-block {
    margin-bottom: 40px;
  }

  .download-block .image-block {
    width: 159px;
    right: -22px;
    top: 20px;
  }

  .download-block .download-col {
    padding: 29px 130px 30px 29px;
  }

  .download-block .download-form {
    margin-right: -99px;
  }

  .download-block .title {
    letter-spacing: 0.13em;
  }

  .download-block h2 {
    font-size: 25px;
    line-height: 0.96;
    margin-bottom: 13px;
  }

  .story-holder {
    display: none;
  }

  .story-block {
    overflow: visible;
    padding-top: 15px;
  }

  .recipe-container {
    padding-bottom: 45px;
  }

  .recipe-container .image-block {
    margin-bottom: 19px;
  }

  .recipe-container .image-block img {
    width: 100%;
  }

  .recipe-container h2 {
    margin-bottom: 7px;
  }

  .recipe-container p {
    margin-bottom: 17px;
  }

  .image-hero-top {
    min-height: 350px;
  }

  .section-success-stories {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-success-stories .container {
    display: block;
  }

  .section-success-stories .col-form {
    width: auto;
  }

  .section-success-stories .col-form .gform_button.button {
    font-size: 14px;
    min-width: 256px;
    padding: 18px 20px 17px;
  }

  .section-success-stories .col-info {
    width: auto;
    display: none;
  }

  .section-success-stories .col-info.mob-only {
    display: block;
  }

  .author-block {
    margin: 0 -20px 24px;
  }

  .author-block .holder {
    display: block;
    position: relative;
    padding: 64px 18px 33px;
    text-align: center;
    font-size: 15px;
    line-height: 1.74;
  }

  .author-block .img-box {
    width: 201px;
    float: none;
    display: block;
    margin: 0 auto 27px;
  }

  .author-block .text {
    width: auto;
  }

  .author-block .text .title {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    letter-spacing: 0.12em;
  }

  .author-block .text h2 {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .author-block .text p {
    margin-bottom: 13px;
  }

  .author-block .text .more {
    font-size: 13px;
    letter-spacing: 0.12em;
  }

  .contact-form-widget {
    text-align: center;
    margin: 0 -20px 4px;
  }

  .section-more {
    padding-top: 19px;
    margin-bottom: 10px;
  }

  .section-more.section-shortpost {
    padding-top: 35px;
    margin-bottom: 11px;
    padding-right: 0;
    padding-left: 0;
  }

  .section-more.section-shortpost .slider .img-box .category {
    bottom: -50px;
  }

  .section-more.section-shortpost .slider {
    padding-right: 15px;
  }

  .section-more h2 {
    margin-bottom: 29px;
  }

  .section-more .slider {
    display: block;
    margin: 0 -20px 0 -7.5px;
    overflow: hidden;
  }

  .section-more .slider .slide {
    width: 295px;
    float: left;
    padding: 0 8px 1px;
  }

  .section-more .slider:not(.slick-initialized) .slide:not(:first-child) {
    display: none;
  }

  .section-more .slider h3 {
    font-size: 18px;
    line-height: 1.34;
    margin: 0 10px;
  }

  .section-more .slider .title {
    left: 32px;
    top: 37px;
    font-size: 28px;
    line-height: 1.24;
    letter-spacing: -0.6px;
  }

  .section-more .slider .img-box {
    margin-bottom: 11px;
  }

  .section-more .slider .img-box .icon-play-fill {
    font-size: 48px;
  }

  .section-more .slider .img-box .category {
    padding: 9px 25px;
    letter-spacing: 1.28px;
    font-size: 11px;
  }

  .join-block {
    padding: 48px 10px 38px;
    margin-bottom: 25px;
  }

  .join-block:last-child {
    margin-bottom: 0;
  }

  .join-block:before,
  .join-block:after {
    background-image: url(./images/decor-join-block-01-m.png);
    width: 43px;
    height: 159px;
    left: 0;
    top: -32px;
    transform: scale(1);
  }

  .join-block:after {
    background-image: url(./images/decor-join-block-02-m.png);
    width: 113px;
    height: 156px;
    right: 0;
    bottom: -5px;
  }

  .join-block.modified {
    margin-right: 0;
    margin-left: 0;
    padding-top: 32px;
    padding-bottom: 26px;
  }

  .join-block.modified.signup-section {
    padding: 40px 0 30px;
  }

  .join-block.modified.signup-section h2 {
    margin-bottom: 20px;
  }

  .join-block.modified.signup-section .row {
    margin: 0;
  }

  .join-block.modified.signup-section .row .input-box {
    width: auto;
  }

  .join-block.modified.signup-section .row .input-box.submit {
    width: auto;
  }

  .join-block.join-social {
    padding: 48px 0 31px;
  }

  .join-block.join-social:before {
    background-image: url(./images/decor-onion-02-m.png);
    top: auto;
    bottom: -21px;
    left: -11px;
    width: 103px;
    height: 134px;
  }

  .join-block.join-social:after {
    background-image: url(./images/decor-vegetables-03-m.png);
    right: -10px;
    top: -22px;
    bottom: auto !important;
    width: 87px;
    height: 127px;
  }

  .join-block.join-social h2 {
    max-width: 200px;
    margin: 0 auto 18px;
  }

  .join-block h2 + p {
    margin-bottom: 21px;
  }

  .join-block h2 {
    margin: 0 auto 30px;
    max-width: 286px;
    line-height: 1.1;
  }

  .join-block .social {
    font-size: 24px;
  }

  .join-block .social li {
    margin: 0 12px 10px;
  }

  .join-block .row,
  .join-block .row-frame {
    display: block;
    margin: 0 -10px;
  }

  .join-block .row .input-box,
  .join-block .row-frame .input-box {
    padding: 0;
    width: auto;
    margin-bottom: 14px;
  }

  .join-block .row .input-box.submit,
  .join-block .row-frame .input-box.submit {
    width: auto;
    text-align: center;
    padding-top: 18px;
  }

  .join-block .row input,
  .join-block .row-frame input {
    padding: 14px 19px;
    height: 51px;
  }

  .join-block .row button,
  .join-block .row-frame button {
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.2;
    min-width: 256px;
    padding: 18px 20px 17px;
  }

  .join-block .columns-holder {
    padding: 11px 0 0;
    margin-bottom: -10px;
    font-size: 14px;
    line-height: 1.58;
    letter-spacing: 0.036em;
  }

  .join-block .columns-holder [class^="col-"],
  .join-block .columns-holder [class*=" col-"] {
    padding: 0 10px 11px;
  }

  .join-block .columns-holder h3 {
    font-size: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 23px;
  }

  .join-block .benefits li {
    padding-left: 51px;
    min-height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .join-block .benefits li:before {
    top: 3px;
    width: 35px;
    height: 35px;
    background-image: url(./images/bg-circle-01-m.png);
  }

  .join-block .button-holder {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
  }

  .data-list {
    display: block;
    text-align: center;
    font-size: 17px;
  }

  .data-list li {
    margin-top: 11px;
  }

  .data-list li:first-child {
    margin-top: 0;
  }

  .data-list li:before {
    display: none;
  }

  .post-page {
    padding-bottom: 0;
  }

  .post-page.search-page {
    padding-top: 26px;
  }

  .post-page.search-page .post-filters .col {
    width: 100%;
  }

  .post-page.search-page .post-filters .select-row .col {
    padding: 0;
  }

  .post-page.recipe-collection .post-holder {
    padding-bottom: 4px;
    margin-bottom: 0;
  }

  .post-page.recipe-all .post-holder {
    padding-bottom: 34px;
  }

  .recipe-collection .news-post .post-info i {
    margin-left: 0;
  }

  .post-filters {
    padding-bottom: 12px;
  }

  .post-filters .post-filters-heading {
    padding: 29px 0 41px;
  }

  .post-filters h2 {
    font-size: 26px;
    line-height: 1.28;
    margin-bottom: 9px;
    text-transform: none;
  }

  .post-filters .post-wrap {
    padding: 40px 15px 0;
  }

  .post-filters .row {
    margin-top: 17px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-filters .row:not(:last-child) {
    margin-bottom: 34px;
  }

  .post-filters .col {
    width: 100%;
  }

  .post-filters .col:first-child {
    padding-bottom: 20px;
  }

  .post-filters .col.post-view {
    display: none;
  }

  .search-holder .tags {
    display: block;
    bottom: -35px;
  }

  .search-holder .tags .title {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }

  .search-holder .tags ul {
    display: inline;
  }

  .search-holder .tags ul li:before {
    display: none;
  }

  .search-holder .tags ul li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 3px;
  }

  .search-holder .tags ul li:after {
    content: ', ';
    padding-right: 1px;
  }

  .search-holder .tags ul li:last-child:after {
    display: none;
  }

  .search-page .select-row {
    margin: 0;
    display: block;
  }

  .select-row .col {
    padding: 0;
  }

  .select-row .col.col-6 {
    width: auto;
  }

  .select-row .jcf-select {
    height: 50px;
    padding: 15px 50px 13px 20px;
    border: none;
  }

  .select-row .jcf-select .jcf-select-text {
    font-size: 19px;
    color: #000;
  }

  .select-row .jcf-select .jcf-select-opener {
    width: 52px;
  }

  .select-row .jcf-select .jcf-select-opener:after {
    width: 9px;
    height: 9px;
    margin-left: -4px;
    transform: rotate(39deg) translate(-50%, -50%) skew(-14deg);
    transition: transform 0.3s;
  }

  .select-row .jcf-select.jcf-drop-active .jcf-select-opener {
    transform: none;
  }

  .select-row .jcf-select.jcf-drop-active .jcf-select-opener:after {
    transform: rotate(135deg) scale(-1);
    margin: auto;
    top: 4px;
  }

  .jcf-select-drop.jcf-select-select-filter {
    margin-top: 0;
    border: solid #fff;
    border-width: 1px 0;
    box-shadow: none;
    background: inherit;
  }

  .jcf-select-drop.jcf-select-select-filter .jcf-list {
    background: #f2f2f2;
  }

  .jcf-select-drop.jcf-select-select-filter .jcf-list .jcf-option {
    font-weight: 400;
    font-size: 17px;
    padding: 15px;
  }

  .jcf-select-drop.jcf-select-select-filter .jcf-list-content {
    padding: 0;
  }

  .jcf-select-drop.jcf-select-select-filter.jcf-select-filter-even {
    min-width: auto;
    margin-top: 0;
  }

  .jcf-select-drop.jcf-select-select-filter.jcf-select-filter-even .jcf-list .jcf-option.jcf-option-separated-top:before {
    left: 20px;
    right: 20px;
  }

  .search-row [type="search"],
  .search-row [type="submit"] {
    height: 50px;
  }

  .search-row [type="search"] {
    color: #5f6060;
    font-size: 17px;
    padding: 12px 18px;
    width: calc(100% - 53px);
  }

  .search-row [type="submit"] {
    width: 53px;
    background: #fff;
    color: #10c1a0;
  }

  .post-links {
    margin: 0 0 22px;
    border: 1px solid #02a58f;
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .post-links li {
    padding: 0;
    width: 50%;
  }

  .post-links li.is-active a {
    color: #fff;
    background: #02a58f;
  }

  .post-links a {
    display: block;
    text-align: center;
    padding: 15px 10px 11px;
  }

  .post-links a:after {
    display: none;
  }

  .post-item {
    padding: 0;
    margin-bottom: 36px;
  }

  .post-item .container {
    padding: 0;
  }

  .post-item.post-simple.img-right .content-block {
    padding-right: 0;
    padding-left: 0;
  }

  .post-item.post-simple .row {
    min-height: 0;
    height: auto;
  }

  .post-item.post-simple h3 {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.48;
  }

  .post-item.post-simple .category {
    display: none;
  }

  .post-item.promo.promo-uncontainered {
    margin: 0 -15px;
  }

  .post-item.promo.promo-uncontainered .row {
    padding: 32px 5% 30px;
  }

  .post-item.promo.promo-uncontainered .row .icon-block {
    padding-bottom: 14px;
  }

  .post-item.promo.promo-uncontainered .row h3 {
    line-height: 1.33;
  }

  .post-item.promo a.row {
    padding: 20px 10px 42px;
    min-height: 0;
    height: 100%;
  }

  .post-item.promo .container {
    height: 100%;
  }

  .post-item.promo .category {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 12px;
    padding: 0 10px;
    width: auto;
    z-index: 10;
    margin-top: -35px;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
  }

  .post-item.promo .category span {
    height: 100%;
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 11px 10px 9px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s, background 0.3s;
  }

  .post-item.promo h3 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .post-item.promo-full p + .rating-stars {
    margin-top: 0;
  }

  .post-item.promo-full {
    margin-bottom: 0;
    padding: 15px 17px;
    padding: 50px 17px;
  }

  .post-item.promo-full .row {
    padding: 32px 39px 30px;
  }

  .post-item.promo-full .category {
    display: none;
  }

  .post-item.promo-full h3 {
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 26px;
    margin-bottom: 20px;
  }

  .post-item.promo-full p {
    font-size: 16px;
    margin-bottom: 26px;
  }

  .post-item.promo-full p,
  .post-item.promo-full .btn {
    display: block;
  }

  .post-item.promo-full .text-sm {
    font-size: 15px;
  }

  .post-item.home-banner .category {
    display: block;
  }

  .post-item.post-main {
    margin-bottom: 0;
  }

  .post-item.post-main .row {
    padding: 32px 30px 30px;
  }

  .post-item.post-main .category {
    display: none;
  }

  .post-item.post-main h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .post-item.post-main p {
    margin-bottom: 12px;
  }

  .post-item.post-main p,
  .post-item.post-main .btn {
    display: block;
  }

  .post-item.post-banner {
    margin-bottom: 70px;
  }

  .post-item.post-banner .row {
    height: auto;
  }

  .post-item.post-banner .img-block {
    width: 100%;
    height: 269px;
  }

  .post-item.post-banner .img-block .bg-stretch {
    width: 100%;
    background-position: center;
  }

  .post-item.post-banner .content-block {
    width: 100%;
  }

  .post-item.post-banner p {
    display: block;
  }

  .post-item.post-banner .btn {
    display: inline;
  }

  .post-item:not(:last-child) {
    margin-bottom: 62px;
  }

  .post-item.img-right .img-block {
    -ms-flex-order: 1;
    order: 1;
  }

  .post-item.img-right .content-block {
    width: 100%;
    border: none;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    padding-left: 0;
  }

  .post-item.img-right .img-block {
    width: 100%;
  }

  .post-item.post-article .img-block {
    height: 189px;
  }

  .post-item.post-article p {
    display: block;
  }

  .post-item.post-intro {
    width: 180px;
    float: left;
    padding: 0 7.5px 1px;
  }

  .post-item.post-intro:not(:last-child) {
    margin-bottom: 0;
  }

  .post-item.post-intro .img-block {
    width: 100%;
    height: 88px;
  }

  .post-item.post-intro .content-block {
    width: 100%;
    padding-left: 0;
  }

  .post-item.post-book .row {
    height: auto;
  }

  .post-item.post-book h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .post-item.post-book p {
    display: block;
  }

  .post-item.post-book .btn {
    display: inline-block;
  }

  .post-item.post-book .img-block {
    width: 100%;
    padding-right: 0;
    height: auto;
    overflow: visible;
  }

  .post-item.post-book .img-block:before {
    right: 20px;
    height: calc(100% + 20px);
    top: -10px;
    border-width: 2px;
    max-width: 100%;
  }

  .post-item.post-book .content-block {
    width: 100%;
  }

  .post-item.post-kits {
    width: 100%;
  }

  .post-item.post-kits.img-right .content-block {
    padding-right: 0;
  }

  .post-item.post-kits .row {
    height: auto;
  }

  .post-item.post-kits h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .post-item.post-kits p {
    display: block;
  }

  .post-item.post-kits .img-block {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .post-item.post-kits .img-block:before {
    height: 60%;
    border-width: 2px;
  }

  .post-item.post-kits img {
    margin-bottom: -12px;
  }

  .post-item.post-kits .content-block {
    width: 100%;
    padding-left: 0;
  }

  .post-item .label-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  .post-item .label {
    display: block;
    margin: 0;
    padding: 10px 15px;
    letter-spacing: 0.11em;
  }

  .post-item .label:before {
    display: none;
  }

  .post-item .label:after {
    display: none;
  }

  .post-item .row {
    height: auto;
  }

  .post-item .img-block {
    width: 100%;
    height: 117px;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
  }

  .post-item .img-block .bg-stretch {
    width: 100%;
    right: 0;
  }

  .post-item .btn-video-play {
    font-size: 45px;
    height: 45px;
    width: 45px;
  }

  .post-item .content-block {
    padding-left: 0;
    width: 100%;
  }

  .post-item .category {
    line-height: 1.3;
    padding-bottom: 6px;
  }

  .post-item h3:last-child,
  .post-item p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .post-item h3 {
    margin-bottom: 0;
    line-height: 1.48;
  }

  .post-item h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .post-item p.custom-txt {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .post-item p {
    display: none;
    font-size: 15px;
  }

  .post-item .icon-block {
    font-size: 49px;
    padding-bottom: 22px;
  }

  .post-item .btn {
    display: none;
  }

  .post-item + .links-list {
    padding-top: 31px;
  }

  .post-item .name {
    display: none;
  }

  .post-item .left {
    width: 100%;
    padding-bottom: 50px;
  }

  .post-item .right {
    width: 100%;
  }

  .post-item .right:after {
    height: calc(100% + 26px);
    top: -13px;
    left: 7%;
  }

  .post-item .price {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .post-item .price b {
    font-size: 18px;
    padding-bottom: 3px;
  }

  .post-holder {
    padding: 0 20px;
    margin-bottom: -36px;
  }

  .post-holder.is-grid .post-item,
  .post-holder.is-list .post-item {
    width: 50%;
    padding: 0 10px;
  }

  .post-holder.is-grid .post-banner,
  .post-holder.is-list .post-banner {
    width: 100%;
  }

  .post-holder.post-home > .container {
    border-width: 2px;
    padding-top: 23px;
    padding-bottom: 12px;
  }

  .post-holder.post-home h2 {
    margin-bottom: 11px;
  }

  .post-holder.post-home .post-item {
    width: 100%;
  }

  .post-holder.post-home .post-item:nth-child(2n) .img-block {
    margin-right: 0;
    margin-left: -15px;
  }

  .post-holder.post-home .post-item .row {
    height: auto;
  }

  .post-holder.post-home .post-item .content-block {
    padding-left: 30px;
    padding-right: 50px;
  }

  .post-holder.post-home .post-item .img-block {
    width: calc(100% + 15px);
    margin-right: -15px;
    height: 200px;
    margin-bottom: 24px;
  }

  .post-holder.post-home .post-item p {
    display: block;
  }

  .post-holder .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .post-social {
    padding: 37px 0 39px;
  }

  .popup-video #video-vimeo,
  .popup-video #video {
    height: 300px;
  }

  .post-articles-holder {
    padding-top: 40px;
  }

  .post-articles-holder .top-wrap {
    padding-bottom: 18px;
  }

  .post-articles-holder .row > .col {
    padding-bottom: 32px;
  }

  .post-articles-holder .row > .col-6 {
    width: 100%;
  }

  .post-story {
    border-width: 2px;
    padding-bottom: 0;
    padding-top: 23px;
  }

  .post-story .slider {
    display: block;
    margin: 0 -20px 0 -7.5px;
    padding-right: 15px;
    overflow: hidden;
  }

  .post-story .slider .slick-arrow {
    display: none !important;
  }

  .links-list li.video-item {
    padding-left: 34px;
  }

  .links-list li {
    padding: 10px 0 12px 0;
    line-height: 1.48;
  }

  .links-list i {
    font-size: 22px;
    top: 11px;
  }

  .filter-by {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .filter-by .title {
    width: 100%;
    padding-right: 0;
  }

  .filter-by .post-links {
    border: none;
  }

  .filter-by .post-links li {
    width: auto;
  }

  .filter-by .post-links a {
    display: inline;
    padding: 0;
  }

  .pagination {
    padding: 36px 0 35px;
    margin: 0 -7px;
    font-size: 13px;
  }

  .pagination li {
    padding: 2px 7px 0;
  }

  .pagination li.prev,
  .pagination li.next {
    padding: 0 15px;
  }

  .pagination a:not(.btn),
  .pagination strong,
  .pagination span {
    min-width: 15px;
  }

  .pagination a:not(.btn):after,
  .pagination strong:after,
  .pagination span:after {
    bottom: 1px;
  }

  .pagination .btn {
    min-width: 80px;
    font-size: 14px;
    letter-spacing: 0.16em;
    padding: 18px 15px 16px;
  }

  .category-block-holder {
    padding: 40px 0;
  }

  .category-block-holder h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #00243e;
    text-align: left;
    width: calc(100% - 70px);
    margin: 0 0 15px;
  }

  .category-block-holder .intro-heading {
    text-align: left;
  }

  .category-block-holder .intro-heading p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
  }

  .category-slider .item {
    width: 300px;
  }

  .category-slider .img-block {
    margin-bottom: 12px;
  }

  .category-slider .content-block {
    text-align: left;
    padding: 0;
  }

  .category-slider .category {
    margin-top: 0;
    height: auto;
    font-size: 11px;
    padding: 0;
  }

  .category-slider .category span,
  .category-slider .category a {
    padding: 0;
    line-height: inherit;
  }

  .category-nav .slick-arrow {
    right: -5px;
    top: -7px;
  }

  .category-nav .slick-arrow:after {
    height: 8px;
    width: 8px;
    border-width: 2px;
  }

  .category-nav .slick-arrow.slick-prev {
    right: 31px;
  }

  .news-post {
    padding-top: 26px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .news-post .breadcrumbs {
    margin-bottom: 27px;
  }

  .news-post .img-block {
    margin-bottom: 26px;
  }

  .news-post .post-head {
    padding-bottom: 40px;
  }

  .news-post .post-info {
    padding: 13px 0 0;
    font-size: 15px;
    margin-bottom: 32px;
  }

  .news-post .author {
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 8px;
    margin: 0;
    padding: 4px;
  }

  .news-post .modified {
    border-bottom: 3px solid #000;
    padding-bottom: 37px;
    margin-bottom: 37px;
  }

  .news-post .modified .img-block {
    margin-bottom: 24px;
  }

  .news-post .modified .author {
    padding: 4px;
  }

  .news-post .modified .head-main {
    padding: 0;
  }

  .news-post .modified .head-main h1 {
    line-height: 1.25;
  }

  .news-post .box-post-control {
    display: block;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) {
    display: block;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li {
    margin-bottom: 20px;
  }

  .news-post .box-post-control ul:not(.social):not(.ss-social-icons-container) li i {
    font-size: 20px;
    min-width: 30px;
    margin-right: 6px;
  }

  .news-post .s-box {
    padding: 0;
  }

  .news-post .s-box .title {
    margin-bottom: 27px;
  }

  .news-post .s-box .col-8 {
    margin-bottom: 0;
  }

  .news-post .s-box .col > .post-content {
    margin-bottom: 1px;
  }

  .news-post .s-box .col > .post-content .box p {
    margin-bottom: 29px;
  }

  .news-post .s-box .sources-block {
    padding-bottom: 1px;
  }

  .news-post .s-box .sources-block ol li {
    padding-right: 0;
    margin-bottom: 29px;
    margin-right: -2px;
  }

  .post-content .compilation-block p {
    margin-bottom: 17px;
  }

  .post-content h2 {
    margin-bottom: 13px;
  }

  .section-own-success .col-content {
    width: 100%;
  }

  .section-own-success .col-image {
    width: 100%;
    height: 300px;
  }

  .content-inline-ad,
  .up-next-article {
    display: block;
    margin: 0 auto;
    padding: 30px 0 40px;
  }

  .content-inline-ad > a,
  .up-next-article > a {
    display: block;
  }

  .content-inline-ad .image-block,
  .up-next-article .image-block {
    margin: 0 0 20px;
  }

  .content-inline-ad .heading,
  .up-next-article .heading {
    font-size: 13px;
    letter-spacing: 0.97px;
    margin-bottom: 9px;
  }

  .content-inline-ad p,
  .up-next-article p {
    margin: 0;
  }

  .up-next-article {
    font-size: 19px;
  }

  .up-next-article .image-block {
    width: auto;
    margin-bottom: 20px;
  }

  .up-next-article .description {
    max-width: none;
  }

  .related-news {
    max-width: 285px;
    margin: 0 auto;
    text-align: left;
  }

  .related-news .image-block img {
    display: block;
    margin: 0 auto 10px;
  }

  .heading-news {
    text-align: center;
  }

  .news-page {
    padding-top: 8px;
    padding-bottom: 0;
  }

  .news-page .section-more {
    margin-bottom: 33px;
  }

  .news-page .section-more h2 {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .news-page .pagination {
    padding: 23px 0 0;
  }

  .news-posts-holder .post-headline {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .news-posts-holder {
    margin-top: 0;
    border-width: 2px 0 0;
    padding: 30px 0 3px;
    margin: 0 5px 8px;
  }

  .news-posts-holder .post {
    display: block;
    padding: 30px 0 0;
    margin-bottom: 3px;
    border-top: 2px solid #000;
  }

  .news-posts-holder .post .img-box {
    width: auto;
  }

  .news-posts-holder .post .img-box img {
    width: 100%;
    max-width: none;
  }

  .news-posts-holder .post p {
    margin-bottom: 21px;
  }

  .news-posts-holder .post .btn.btn-mob {
    display: inline-block;
    vertical-align: top;
    padding: 14px 14px 15px;
    letter-spacing: .17em;
  }

  .news-posts-holder .post h3 {
    font-size: 19px;
    margin-bottom: 6px;
  }

  .news-posts-holder .post-content {
    width: auto;
    padding: 25px 0;
    font-size: 15px;
  }

  .compilation-block {
    padding-bottom: 45px;
  }

  .compilation-block .image-block img {
    width: 100%;
  }

  .posts-sort {
    position: relative;
    margin: 0;
  }

  .posts-sort + .post {
    border: none !important;
  }

  .posts-sort .filter-opener {
    display: block;
  }

  .posts-sort ul {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 4px;
    z-index: 3;
    width: calc(100% - 50px);
  }

  .posts-sort li {
    padding: 5px 12px;
  }

  .posts-sort li a {
    font-size: 12px;
  }

  .posts-sort li a:after {
    height: 2px;
    bottom: -9px;
  }

  .posts-sort .jcf-select {
    margin-bottom: 25px;
  }

  .featured-block-holder {
    padding: 33px 0 41px;
  }

  .featured-block-holder .top-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3px;
  }

  .featured-block-holder .button {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 90px;
  }

  .featured-block-holder h2 {
    font-size: 20px;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid {
    margin: 0 -20px 0 -8px;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid .post-item {
    width: 166px;
    padding: 0 7px;
    margin-bottom: 0;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid .post-item .btn-video-play {
    width: 23px;
    height: 23px;
    font-size: 23px;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid .img-block {
    height: auto;
    margin-bottom: 8px;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid .category {
    padding: 0 10px;
    width: auto;
    position: relative;
    z-index: 10;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    height: 50px;
    text-align: center;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid .category a {
    height: 100%;
    background-color: #fff;
    display: inline-block;
    padding: 16px 20px 10px;
    line-height: 1.78;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid .category a:hover {
    background-color: #02a58f;
    color: #fff;
  }

  .featured-block-holder .featured-slider.post-holder.is-grid h3 {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .featured-slider .slick-arrow:after,
  .menu-slider .slick-arrow:after,
  .health-topics-slider .slick-arrow:after {
    height: 7px;
    width: 7px;
    border-width: 3px;
    transform: rotate(53deg) skew(15deg);
  }

  .brands-holder {
    padding: 32px 0 49px;
  }

  .brands-holder h2 {
    margin-bottom: 32px;
  }

  .brands-product {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -37px;
  }

  .brands-product .item {
    width: 50%;
    padding: 0 10px 37px;
  }

  .tool-section {
    padding-top: 18px;
    padding-bottom: 5px;
  }

  .tool-section .tool-list {
    margin-bottom: 23px;
  }

  .tool-section .tool-list li {
    padding: 0 22px;
  }

  .tool-section .tool-list i.icon-planner {
    font-size: 42px;
  }

  .tool-section .tool-list i.icon-cooking {
    font-size: 38px;
    padding-bottom: 2px;
  }

  .tool-section .tool-list i.icon-phone-mod {
    font-size: 39px;
  }

  .tool-section .tool-list i.icon-book {
    font-size: 37px;
  }

  .tool-heading {
    padding: 0 5px;
    margin-bottom: 20px;
  }

  .tool-heading h1 {
    margin-bottom: 15px;
  }

  .product-post {
    margin-bottom: 23px;
    padding: 6px 0;
  }

  .product-post.discount-item .col-6-5 .ico-tool-box {
    padding: 10px 24px 14px;
  }

  .product-post.discount-item .col-6-5 .ico-tool-box .title-ico {
    font-size: 16px;
  }

  .product-post.discount-item .col-6-5 .ico-tool-box .discount {
    font-size: 20px;
  }

  .product-post.discount-item .col-6-5 .ico-tool-box .discount .percent {
    font-size: 38px;
    margin-bottom: 1px;
  }

  .product-post .store-box span {
    max-width: 146px;
  }

  .product-post .store-box span:first-child {
    margin-top: 0;
  }

  .product-post .holder {
    display: block;
    margin: 0 -15px;
  }

  .product-post .col-6-5 .ico-tool-box {
    padding: 35px 15px 0 17px;
    width: 184px;
    height: 184px;
  }

  .product-post .col-6-5 .ico-tool-box i {
    font-size: 71px;
    margin-bottom: 11px;
    padding-left: 8px;
  }

  .product-post .col-6-5 .ico-tool-box .title-ico {
    line-height: 1.2;
  }

  .product-post .col-6-5 {
    width: auto;
  }

  .product-post .col-6 {
    width: auto;
    margin: -45px 20px 0;
    border-width: 2px;
    position: relative;
    z-index: 3;
  }

  .product-post .post-content {
    padding: 61px 20px 25px;
    font-size: 15px;
  }

  .product-post.post-right .col-6 {
    width: auto;
    margin: -45px 20px 0;
    border-width: 2px;
    position: relative;
    z-index: 3;
  }

  .product-post.post-right .post-content {
    padding: 61px 20px 25px;
    font-size: 15px;
  }

  .product-post p {
    padding: 0;
    margin-bottom: 16px;
  }

  .product-post h2 {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.55;
  }

  .contributors-page {
    padding-top: 18px;
    padding-bottom: 5px;
  }

  .contributors-page .post-item {
    margin-bottom: 35px;
  }

  .contributors-intro-post {
    padding: 20px 0;
  }

  .contributors-intro-post .post-content {
    display: block;
  }

  .contributors-intro-post .post-content .image-col {
    width: auto;
    padding-top: 0;
    margin-bottom: 10px;
  }

  .contributors-intro-post .post-content .content-col {
    width: auto;
  }

  .contributors-intro-post .post-content .content-col p {
    margin-bottom: 16px;
  }

  .contributors-heading {
    padding: 0 5px;
    margin-bottom: 20px;
  }

  .contributors-heading h1 {
    margin-bottom: 15px;
  }

  .contributors-holder {
    margin: -12px -5px -6px;
    padding: 0;
  }

  .contributors-holder .col-3 {
    width: 50%;
    margin-bottom: 24px;
    padding: 0 5px;
  }

  .contributors-holder .col-3 picture {
    margin-bottom: 7px;
  }

  .contributors-holder .col-3 .title {
    padding: 0;
    font-weight: 400;
  }

  .film-page {
    padding: 0;
  }

  .film-page .section-video {
    padding-top: 13px;
    margin: 0 -20px 40px;
  }

  .banner-post-heading {
    font-size: 16px;
    line-height: 1.82;
    margin-bottom: 40px;
  }

  .banner-post-heading + .anchor-nav {
    margin-top: -40px;
  }

  .banner-post-heading .container {
    padding-top: 59px;
    padding-bottom: 57px;
  }

  .banner-post-heading .decor-images .decor.decor-potato {
    width: 111px;
    top: -57px;
    left: -30px;
  }

  .banner-post-heading .decor-images .decor.decor-broccoli {
    width: 114px;
    bottom: -48px;
    left: -49px;
  }

  .banner-post-heading .decor-images .decor.decor-leafy-green {
    width: 133px;
    top: 6px;
    right: -66px;
  }

  .banner-post-heading .decor-images .decor.decor-orange {
    width: 119px;
    bottom: -20px;
    right: -26px;
  }

  .banner-post-heading .title {
    font-size: 11px;
    letter-spacing: 1.28px;
    margin-bottom: 12px;
  }

  .banner-post-heading h1 {
    line-height: 1.1;
    margin-bottom: 14px;
  }

  .banner-post-heading p {
    margin: 0 -2px 24px;
  }

  .film-post .post-tabs {
    padding-bottom: 16px;
  }

  .film-post .post-tabs p {
    margin-bottom: 26px;
  }

  .film-post .post-tab-content {
    overflow: visible;
  }

  .film-post .post-tab-content h2 {
    font-size: 24px;
    margin-bottom: 27px;
  }

  .film-post .post-tab-content p + h2 {
    padding-top: 2px;
  }

  .film-post .post-tab-content .image-post {
    margin: 0 -20px;
    padding: 6px 0 9px;
  }

  .film-post .post-tab-content .image-post img {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .film-post .post-tab-content .tab {
    padding: 13px 0 0;
    font-size: 15px;
    line-height: 1.74;
  }

  .film-post .post-tab-content .tab.tab2 {
    padding: 13px 0 0;
  }

  .film-post .post-tab-content .tab.tab3 {
    padding: 13px 0 0;
    overflow: visible;
  }

  .film-post .post-tab-content .tab.tab3 .news-posts-holder {
    padding: 0;
    margin: -13px -20px -5px;
  }

  .film-post .post-tab-content .tab.tab3 .news-posts-holder .post {
    border: none;
    padding: 0;
    max-width: 375px;
    margin: 0 auto;
  }

  .film-post .post-tab-content .tab.tab3 .news-posts-holder .post .img-box {
    margin: 0 -20px;
  }

  .film-post .post-tab-content .tab.tab3 .news-posts-holder .post p {
    margin-bottom: 22px;
  }

  .film-post .post-tab-content .tab.tab3 .news-posts-holder .post-content {
    padding: 13px 19px 0;
    font-size: 15px;
    line-height: 1.75;
  }

  .film-post .post-tab-content .tab.tab4 {
    padding: 13px 0 0;
    overflow: visible;
  }

  .post-controls {
    margin: 0 -20px 7px;
    padding: 42px 15px 29px;
  }

  .post-controls .decor-images img.decor-onion {
    left: -43px;
    bottom: -39px;
    width: 154px;
  }

  .post-controls .decor-images img.decor-lettuce {
    left: -13px;
    top: -55px;
    width: 94px;
    transform: rotate(77deg);
  }

  .post-controls .decor-images img.decor-turnip {
    width: 140px;
    right: -30px;
    top: -73px;
    transform: rotate(-67deg);
  }

  .post-controls .decor-images img.decor-wheat {
    right: -54px;
    bottom: -17px;
    width: 148px;
  }

  .post-controls .btn-title {
    font-size: 22px;
    margin-bottom: 17px;
  }

  .post-controls .btns-box {
    max-width: 346px;
    margin: 0 auto;
  }

  .post-controls .btns-box li {
    width: 50%;
    padding: 0 5px 10px;
  }

  .post-controls .btns-box .btn {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 14px;
    padding: 18px 15px 16px;
    letter-spacing: 1.75px;
  }

  .post-controls .note-text {
    max-width: 256px;
    margin: 0 auto;
  }

  .about-page {
    padding: 0;
  }

  .about-page .category-block-holder {
    margin: 0 5px 40px;
    padding: 20px 0 40px;
  }

  .about-page .category-block-holder h2 {
    text-align: center;
    display: block;
    width: auto;
    font-size: 25px;
    margin-bottom: 22px;
  }

  .about-page .category-slider {
    margin-right: -15px;
    margin-bottom: 26px;
  }

  .about-page .category-slider .slick-list {
    margin: 0 -7.5px;
  }

  .about-page .category-slider .item {
    width: 295px;
    padding: 0 7.5px;
  }

  .about-page .category-slider .img-box {
    margin-bottom: 6px;
  }

  .about-page .category-slider .img-box a {
    height: 209px;
  }

  .about-page .category-slider h3 {
    font-size: 17px;
  }

  .about-page .category-slider .slick-arrow.slick-prev {
    display: none !important;
  }

  .about-page .category-slider .slick-arrow.slick-next {
    display: none !important;
  }

  .one-page-slider .slide {
    min-height: 1px;
    display: block;
    background: none !important;
    padding: 18px 0 0;
  }

  .one-page-slider .slide .mob-show {
    display: block;
  }

  .one-page-slider .slide .mob-show img {
    width: 100%;
    min-width: none;
  }

  .one-page-slider .slide:after {
    display: none;
  }

  .one-page-slider .slide .bg-stretch {
    display: block;
    position: static;
  }

  .one-page-slider .slide .text {
    padding: 0 20px 14px;
  }

  .one-page-slider .slide .text .btn {
    margin: 0 0 3px;
    padding: 0;
    font-size: 15px;
    letter-spacing: .11em;
  }

  .one-page-slider .slide .text p {
    margin-bottom: 4px;
  }

  .one-page-slider .slide .text > .btns-holder .btn-prev,
  .one-page-slider .slide .text > .btns-holder .btn-next {
    border: 1px solid #fff;
  }

  .one-page-slider .slide .text > .btns-holder .btn-prev span,
  .one-page-slider .slide .text > .btns-holder .btn-next span {
    border-width: 1px;
  }

  .one-page-slider .slide .btns-holder {
    display: none;
  }

  .one-page-slider .slide .btn-prev,
  .one-page-slider .slide .btn-next {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
  }

  .one-page-slider .slide .btn-prev span,
  .one-page-slider .slide .btn-next span {
    border-width: 1px;
  }

  .one-page-slider .slide .container-box {
    font-size: 15px;
  }

  .one-page-slider .slide h3 {
    line-height: 1.5;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .one-page-slider .slide.slide1 {
    padding: 18px 0;
    margin-bottom: 2px;
  }

  .one-page-slider .slide.slide1 .bg-stretch {
    position: absolute;
  }

  .one-page-slider .slide.slide1 .btns-holder {
    display: -ms-flexbox;
    display: flex;
    padding-left: 8px;
  }

  .one-page-slider .slide.slide1 p {
    margin-bottom: 12px;
  }

  .one-page-slider .slide.slide1 h1 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 1.75;
  }

  .one-page-slider .slide.slide1 .container-box {
    min-height: 253px;
    font-size: 17px;
    line-height: 1.75;
  }

  .one-page-slider .slide.slide1 .text {
    padding: 0 20px;
  }

  .believe-block {
    padding-top: 31px;
    padding-bottom: 39px;
  }

  .believe-block h2.h1,
  .believe-block .shop-product-page .shop-filter h2.filter-heading,
  .shop-product-page .shop-filter .believe-block h2.filter-heading {
    margin-bottom: 16px;
  }

  .believe-block .ico-box {
    width: 110px;
    height: 110px;
    font-size: 52px;
    margin-bottom: 13px;
  }

  .believe-block .ico-box i {
    line-height: 112px;
  }

  .believe-block .ico-box i.icon-ico2 {
    font-size: 49px;
    line-height: 106px;
  }

  .believe-block .cols-box {
    display: block;
  }

  .believe-block .cols-box .col4 {
    width: auto;
    font-size: 15px;
    margin-bottom: 27px;
    padding: 0 5px;
    overflow: hidden;
  }

  .diet-page .post-item {
    margin-bottom: 36px;
  }

  .diet-page .post-item.promo-full h3 {
    font-size: 22px;
  }

  .diet-page .post-holder {
    padding-bottom: 36px;
  }

  .intro-block {
    padding-bottom: 33px;
  }

  .intro-block .container {
    padding-top: 33px;
    padding-bottom: 25px;
  }

  .plant-foods {
    padding-bottom: 36px;
  }

  .plant-foods p {
    margin-bottom: 30px;
  }

  .food-category li {
    width: 50%;
  }

  .food-category .image {
    margin-bottom: 12px;
  }

  .food-category .image,
  .food-category .image picture {
    height: 90px;
  }

  .food-category h3 {
    margin-bottom: 8px;
  }

  .guide-foods {
    padding-bottom: 50px;
  }

  .guide-foods .col {
    width: 100%;
  }

  .guide-foods h3 {
    padding-bottom: 18px;
    margin-bottom: 30px;
  }

  .guide-foods li:not(:last-child) {
    padding-bottom: 14px;
  }

  .guide-foods .image {
    margin-bottom: 10px;
    height: 57px;
    width: 57px;
  }

  .guide-foods .image i {
    font-size: 27px;
  }

  .guide-foods .title {
    margin-bottom: 0;
  }

  .guide-foods .info {
    padding-bottom: 0;
  }

  .faq-section {
    padding: 34px 0 20px;
  }

  .faq-section h2 {
    margin-bottom: 23px;
  }

  .faq-section h2 + p {
    margin: -10px 0 30px;
  }

  .faq-section .link-holder {
    font-size: 13px;
    letter-spacing: 0.095em;
    padding: 9px 0 28px;
  }

  .faq-section .link-holder h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .faq-section .link-holder a i {
    margin-left: 10px;
    font-size: 0.65em;
  }

  .faq-block {
    padding-bottom: 5px;
  }

  .faq-block.two-columns .accordion .opener {
    padding-left: 15px;
  }

  .faq-block h2 {
    margin-bottom: 20px;
  }

  .accordion li {
    margin-bottom: 15px;
  }

  .accordion .opener {
    font-size: 17px;
    line-height: 1.24;
    min-height: 60px;
    letter-spacing: -0.008em;
    padding: 9px 63px 9px 16px;
  }

  .accordion .opener:after,
  .accordion .opener:before {
    width: 13px;
    height: 2px;
    right: 4px;
    margin-top: -1px;
  }

  .accordion .slide {
    padding: 5px 16px 25px;
    font-size: 15px;
  }

  .accordion p:not(:last-child) {
    margin-bottom: 15px;
  }

  .intro-shop {
    margin-bottom: 35px;
  }

  .shop-content .item {
    width: 50%;
  }

  .shop-content .item .img-box {
    margin-bottom: 10px;
  }

  .shop-content .item .title {
    font-size: 12px;
  }

  .shop-content .item h4 {
    font-size: 15px;
  }

  .tool-box {
    padding-top: 27px;
  }

  .tool-box .cols-box {
    display: block;
    margin: 0;
  }

  .tool-box .cols-box .col {
    width: auto;
    margin-bottom: 30px;
  }

  .tool-box .cols-box p {
    margin-bottom: 20px;
  }

  .tool-box .cols-box .ico-tool-box {
    padding: 35px 15px 0 17px;
    width: 184px;
    height: 184px;
  }

  .tool-box .cols-box .ico-tool-box i {
    font-size: 71px;
    margin-bottom: 11px;
    padding: 0;
  }

  .tool-box .cols-box .ico-tool-box .title-ico {
    line-height: 1.2;
    font-size: 12px;
  }

  .tool-box .cols-box .btn {
    min-width: 256px;
  }

  .shop-product-page .product-holder .product-wrap {
    display: block;
  }

  .shop-product-page .product-holder .product-wrap .col-6 {
    width: 100%;
    margin-bottom: 15px;
  }

  .shop-product-page .product-holder .product-wrap .col-6:first-child {
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop-product-page .product-holder .ss-inline-share-wrapper {
    position: static;
    text-align: left;
    padding-top: 26px;
  }

  .shop-product-page .product-holder .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li {
    margin: 0 18px 0 0 !important;
  }

  .shop-product-page .product-holder .ss-inline-share-wrapper .ss-inline-share-content {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .shop-product-page .product-holder .ss-inline-share-wrapper .ss-social-icons-container {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .shop-product-page .product-holder .item-form {
    padding-right: 0;
  }

  .shop-product-page .product-holder .jcf-select {
    min-width: 100%;
  }

  .shop-product-page .product-holder button.btn {
    min-width: 256px;
  }

  .shop-product-page .product-holder .ico-product {
    right: 0;
    top: 100%;
    bottom: auto;
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }

  .shop-product-page .product-holder .product-slider {
    width: calc(100% - 100px);
  }

  .shop-product-page .product-holder .slider-tabs {
    margin-left: 14px;
  }

  .shop-product-page .post-tab-content {
    margin-bottom: 0;
  }

  .shop-product-page .post-item.promo-full {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .shop-product-page .post-item.promo-full .row {
    padding: 30px 5% 30px;
  }

  .shop-product-page .post-item.promo-full .ico-promo-box {
    width: 100px;
    height: 100px;
  }

  .shop-product-page .product-holder .text {
    padding-right: 20px;
  }

  .shop-product-page .zoom-box {
    display: none;
  }

  .hero-holder .intro-left {
    width: 100%;
    position: relative;
  }

  .hero-holder .intro-left .bg-stretch {
    width: calc(100% + 30px);
    left: -15px;
  }

  .hero-holder .intro-right {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-holder .intro-right .intro-promo {
    width: 100%;
    min-height: 0;
  }

  .hero-holder .intro-text {
    margin: 0 auto;
    position: relative;
    padding: 40px 20px;
  }

  .hero-holder .intro-text:after {
    width: 100%;
  }

  .hero-holder .intro-text .img-box {
    max-width: 70px;
    max-height: 152px;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1;
    display: none;
  }

  .hero-holder .intro-text .col {
    width: 100%;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .intro-promo {
    padding: 40px 15px 40px;
  }

  .intro-promo .image-box {
    padding-right: 0;
  }

  .intro-promo h2 {
    font-size: 22px;
  }

  .checkout-section {
    margin: 0 0 30px;
  }

  .col-products {
    padding: 20px 0;
  }

  .col-products .td1 {
    width: auto;
    padding-right: 0;
    padding-top: 0;
  }

  .col-products .td2 {
    width: auto;
    padding-right: 0;
  }

  .col-products .td3 {
    float: left;
    width: 50%;
  }

  .col-products .td4 {
    float: right;
    width: 50%;
  }

  .col-products .post-block,
  .col-products .checkout-post-heading {
    display: none;
  }

  .col-products .checkout-post-heading + .post-block {
    border: none;
  }

  .col-products .price {
    padding-top: 18px;
  }

  .col-products .controls span {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col-products .post-block {
    display: block;
    text-align: center;
    overflow: hidden;
    border-top: 2px solid #f2f2f2;
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .col-products .post-block .img-box {
    margin: 0 auto 20px;
  }

  .col-order .input-box .arrow-decor {
    height: 11px;
    width: 11px;
  }

  .faq-page {
    padding-top: 33px;
  }

  .faq-page h1 {
    margin-bottom: 11px;
  }

  .faq-page .post-tabs {
    padding-bottom: 33px;
  }

  .faq-page .posts-sort {
    margin-bottom: 20px;
    z-index: 1;
  }

  .contact-page {
    padding-top: 33px;
  }

  .contact-page .s-box {
    padding-bottom: 33px;
  }

  .contact-page .s-box .col-3 {
    padding-top: 0;
  }

  .contact-page .form-row.checkbox-row {
    padding-bottom: 32px;
  }

  .contact-page textarea {
    height: 250px;
  }

  .contact-page .links-list li {
    padding-bottom: 18px;
  }

  .sidebar-block {
    padding-bottom: 33px;
  }

  .sidebar-block h2 {
    margin-bottom: 13px;
  }

  .books-page .promo-full .row {
    min-height: 0;
  }

  .books-page .post-main {
    margin-bottom: 35px;
  }

  .books-page .post-holder {
    margin-bottom: 0;
  }

  .books-page .post-holder .post-item {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .books-page .button-holder {
    padding-top: 33px;
  }

  .books-page .post-social {
    padding: 33px 0 33px;
  }

  .recipe-app-page .promo-full {
    margin-bottom: 33px;
  }

  .intro-heading {
    padding-bottom: 23px;
  }

  .intro-heading h2 {
    margin-bottom: 13px;
  }

  .images-list li {
    width: 247px;
  }

  .recipe-block {
    padding-bottom: 13px;
  }

  .features-list {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.02em;
    max-width: 335px;
  }

  .features-list li {
    width: 50%;
    padding: 0 13px 30px;
  }

  .features-list .image {
    width: auto;
    margin-bottom: 17px;
  }

  .reviews-block {
    padding: 45px 0 8px;
  }

  .reviews-block + .benefits-section {
    margin-top: 25px;
  }

  .reviews-block h2 {
    max-width: 194px;
    margin: 0 auto 25px;
  }

  .reviews-slider {
    margin: 0 -22px 20px;
  }

  .reviews-slider.modified .item {
    padding-top: 20px;
  }

  .reviews-slider.modified .item:before {
    height: 2px;
    width: 34px;
  }

  .reviews-slider .item {
    width: 305px;
    margin: 0 7px;
  }

  .reviews-slider .star-rating {
    padding-bottom: 11px;
  }

  .reviews-slider p {
    font-size: 17px;
    line-height: 1.72;
    margin-bottom: 0;
  }

  .reviews-slider cite {
    font-size: 19px;
  }

  .reviews-slider .image {
    width: 40px;
  }

  .reviews-slider .text-frame {
    width: calc(100% - 40px);
    padding-left: 10px;
  }

  .reviews-slider .slick-dots button {
    width: 9px;
    height: 9px;
  }

  .reviews-slider .slick-arrow {
    top: -25px;
  }

  .stars .stars-inner {
    background-image: url(./images/bg-stars-m.png);
    width: 112px;
    height: 18px;
    margin-top: -2px;
  }

  .recipe-hero {
    margin-bottom: 68px;
  }

  .recipe-hero.v2 {
    padding: 0;
    margin-bottom: 69px;
  }

  .recipe-hero.v2 .text-block {
    padding: 30px 0 0;
  }

  .recipe-hero.v2 .text-block h1,
  .recipe-hero.v2 .text-block .title {
    margin-left: 25px;
    margin-right: 25px;
  }

  .recipe-hero.v2 .text-block .block {
    font-size: 17px;
    line-height: 1.72;
    padding-bottom: 15px;
  }

  .recipe-hero.v2 .meta {
    display: block;
    letter-spacing: -0.007em;
  }

  .recipe-hero.v2 .meta .rating-stars {
    padding: 0;
  }

  .recipe-hero.v2 .app-holder {
    display: -ms-flexbox;
    display: flex;
  }

  .recipe-hero.v2 .app-holder a {
    width: calc(50% - 20px);
    max-width: 157px;
  }

  .recipe-hero .bg-stretch {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    height: 45.87vw;
  }

  .recipe-hero .bg-stretch .logo-course {
    width: 123px;
    right: 21px;
  }

  .recipe-hero .container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .recipe-hero .text-block {
    width: auto;
    padding: 0;
    text-align: center;
  }

  .recipe-hero .text-block .title {
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: 0.02em;
    margin: 0 0 9px;
  }

  .recipe-hero .text-block ul:not([class]) {
    font-size: 13px;
  }

  .recipe-hero .text-block ul:not([class]) li {
    padding-bottom: 11px;
  }

  .recipe-hero .text-block ul:not([class]) li:before {
    width: 4px;
    height: 4px;
    margin: 8px 8px 0 0;
  }

  .recipe-hero .text-block .btn {
    margin-bottom: 25px;
  }

  .recipe-hero .note {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .recipe-hero .meta .rating-stars {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: -3px;
  }

  .recipe-hero .app-holder {
    display: none;
  }

  .recipe-hero .image-block {
    width: auto;
    margin: 0 -20px 31px;
  }

  .recipe-hero .image-block .logo-recipe {
    width: 49.59vw;
    bottom: 33px;
  }

  .recipe-frame {
    font-size: 17px;
    line-height: 1.72;
    letter-spacing: 0.012em;
    margin-bottom: 54px;
  }

  .recipe-frame:last-child {
    margin-bottom: 44px;
  }

  .recipe-frame:before,
  .recipe-frame:after {
    display: none;
  }

  .recipe-frame.alignright .image-block {
    float: right;
    margin-right: -30px;
    margin-left: 10px;
  }

  .recipe-frame.alignright .image-block .decor {
    width: 89px;
    right: -2px;
    bottom: -4px;
  }

  .recipe-frame .holder {
    display: block;
    min-height: 0;
  }

  .recipe-frame .holder:after {
    content: '';
    display: table;
    clear: both;
  }

  .recipe-frame .holder:before {
    display: none;
  }

  .recipe-frame h1,
  .recipe-frame h2 {
    font-size: 26px;
  }

  .recipe-frame .image-block {
    float: left;
    width: auto;
    margin: -36px 14px 0 -30px;
  }

  .recipe-frame .image-block .decor {
    width: 69px;
    left: -14px;
    bottom: 3px;
  }

  .recipe-frame .description {
    width: auto;
    padding-bottom: 23px;
  }

  .logo-course {
    width: 110px;
    bottom: 8px;
    right: 26px;
  }

  .cooking-course-page .banner {
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
    line-height: 1.72;
    margin-bottom: 32px;
  }

  .cooking-course-page .banner .container {
    height: auto;
  }

  .cooking-course-page .banner h1 {
    font-size: 26px;
    line-height: 1.28;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
  }

  .cooking-course-page .banner-block {
    padding: 30px 1px 0;
  }

  .cooking-course-page .promo-full {
    margin-bottom: 33px;
  }

  .cooking-course-page .promo-full .row {
    padding-top: 48px;
    padding-bottom: 35px;
  }

  .cooking-course-page .promo-full h3 {
    font-size: 26px;
    line-height: 1.24;
    margin-bottom: 21px;
  }

  .cooking-course-page .promo-full p {
    font-size: 17px;
    line-height: 1.72;
    letter-spacing: 0.017em;
    margin-bottom: 18px;
  }

  .cooking-course-page .promo-full p.text-sm {
    font-size: 14px;
    letter-spacing: 0.065em;
    margin-bottom: 28px;
  }

  .cooking-course-page .promo-full + .courses-section {
    margin-top: -33px;
  }

  .cooking-course-page .post-holder {
    margin-bottom: 0;
    padding-bottom: 33px;
  }

  .cooking-course-page .section-video {
    margin: 0;
  }

  .cooking-course-page .recipe-block {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .cooking-course-page .recipe-block .btn-holder {
    padding-top: 33px;
  }

  .cooking-course-page .featured-block-holder {
    padding-top: 31px;
  }

  .cooking-course-page .post-modified {
    margin-bottom: 0;
  }

  .cooking-course-page .join-block:before {
    background-image: url(./images/decor-vegetables-04-m.png);
    width: 102px;
    height: 339px;
  }

  .cooking-course-page .join-block:after {
    background-image: url(./images/decor-vegetables-05-m.png);
    width: 118px;
    height: 324px;
  }

  .cooking-course-page .join-block.benefits-frame {
    font-size: 17px;
    line-height: 1.72;
    padding: 46px 0 50px;
    margin: 0 -20px 25px;
  }

  .cooking-course-page .join-block.benefits-frame:before {
    background-image: url(./images/decor-vegetables-06-m.png);
    width: 125px;
    height: 83px;
    top: 0;
    bottom: auto;
    transform: none;
  }

  .cooking-course-page .join-block.benefits-frame:after {
    background-image: url(./images/decor-vegetables-07-m.png);
    width: 90px;
    height: 92px;
    top: 0 !important;
    bottom: auto;
    transform: none;
  }

  .cooking-course-page .join-block.benefits-frame .text-block:before,
  .cooking-course-page .join-block.benefits-frame .text-block:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(./images/decor-vegetables-10-m.png);
    width: 80px;
    height: 117px;
    z-index: -1;
  }

  .cooking-course-page .join-block.benefits-frame .text-block:after {
    left: auto;
    right: 0;
    background: url(./images/decor-vegetables-11-m.png);
    width: 108px;
    height: 138px;
  }

  .cooking-course-page .join-block.benefits-frame h2 {
    max-width: 290px;
    margin-bottom: 15px;
  }

  .cooking-course-page .join-block.promo-course {
    margin: 0 -20px 25px;
  }

  .cooking-course-page .join-block.promo-course:before {
    background-image: url(./images/decor-vegetables-08-m.png);
    width: 119px;
    height: 649px;
  }

  .cooking-course-page .join-block.promo-course:after {
    background-image: url(./images/decor-vegetables-09-m.png);
    width: 109px;
    height: 601px;
  }

  .courses-section {
    margin: 0 0 36px;
    padding: 34px 0 12px;
  }

  .courses-section .text-container {
    padding: 0 26px 17px;
  }

  .courses-section .text-container h2 {
    font-size: 22px;
    line-height: 1.32;
    letter-spacing: 0;
  }

  .courses-section .text-container p {
    margin-bottom: 7px;
  }

  .courses-section .text-row {
    padding: 0;
  }

  .courses-holder {
    display: block;
    margin: 0 5px 4px;
  }

  .courses-holder .col {
    width: auto;
    padding: 0 0 25px;
  }

  .course-block {
    padding: 31px 25px 21px;
  }

  .course-block.modify .heading {
    padding-bottom: 17px;
  }

  .course-block .label {
    padding: 7px 13px 9px;
  }

  .course-block .heading {
    padding-bottom: 17px;
  }

  .course-block .heading img {
    width: 38px;
    margin: 2px 12px 0 0;
  }

  .course-block h2 span {
    margin: 0 0 0 2px;
  }

  .course-block .text-frame {
    min-height: 0;
    margin-bottom: 23px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
  }

  .course-block .list-holder {
    padding: 0 0 15px;
    margin-bottom: 18px;
    border-top: none;
  }

  .course-block .list-holder .title {
    margin-bottom: 13px;
  }

  .course-block .list-holder ul {
    font-size: 15px;
    line-height: 1.34;
    letter-spacing: 0.1em;
    margin-bottom: -7px;
  }

  .course-block .list-holder ul li {
    padding: 0 0 20px 35px;
  }

  .course-block .list-holder ul li:before {
    top: 3px;
  }

  .course-block .info {
    padding-left: 2px;
    border-width: 2px;
    width: 20px;
    height: 20px;
  }

  .course-block .meta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .course-block .price-block {
    padding-bottom: 4px;
  }

  .course-block .price-block ins {
    margin-bottom: 5px;
    letter-spacing: -0.05em;
  }

  .course-block .price-holder {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .course-block .price-holder .badge-sm {
    left: 89px;
    margin-left: -75px;
    margin-right: 0;
    position: relative;
    margin-top: -35px;
  }

  .course-block .button-frame {
    margin: 0;
    display: block;
  }

  .course-block .button-frame .btn {
    letter-spacing: 0.135em;
    padding-left: 19px;
    padding-right: 19px;
    width: auto;
    margin: 0 auto 15px;
    max-width: 210px;
    font-size: 14px;
  }

  .toggle-course .opener {
    padding: 21px 0;
    margin-bottom: -21px;
  }

  .recipe-app-page.meal-planer-page .recipe-hero:before {
    border-width: 11px 15px 0;
  }

  .recipe-app-page.meal-planer-page .recipe-hero .text-block {
    padding: 25px 0 27px;
  }

  .recipe-app-page.meal-planer-page .recipe-hero .text-block .block {
    padding-bottom: 8px;
  }

  .recipe-app-page.meal-planer-page .recipe-hero .logo-tool {
    width: 161px;
    margin: 0 auto 20px;
  }

  .recipe-app-page.meal-planer-page .recipe-hero .image-block {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .row {
    padding: 30px 20px;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .cols-wrapper {
    display: block;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .col-text {
    width: auto;
    padding-top: 0;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .col-form {
    width: auto;
    margin: 0 auto;
    padding: 30px 20px;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .col-form:before {
    right: 0;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .t-box b i > span:first-child + span.new {
    position: static;
  }

  .planner-posts-holder .col-image {
    width: auto;
    max-width: 340px;
    margin: 0 auto 80px;
  }

  .planner-posts-holder .col-image:before {
    right: 0;
  }

  .planner-posts-holder .col-image img.img-t2 {
    margin-left: 0;
  }

  .planner-posts-holder .col-image img.img-t3 {
    margin-left: 0;
  }

  .planner-posts-holder .col-image img.img-t4 {
    margin-left: 0;
  }

  .planner-posts-holder .col-content {
    width: auto;
  }

  .planner-posts-holder .planner-post {
    display: block;
  }

  .planner-posts-holder .planner-post:nth-child(even) .col-image:before {
    left: 0;
  }

  .planner-posts-holder .planner-post .col-image img {
    max-width: 136%;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full + .promo-section {
    margin: -33px -9999px 0;
    margin-left: -9999px;
    margin-right: -9999px;
  }

  .promo-section {
    margin-left: -9999px;
    margin-right: -9999px;
  }

  .promo-section .promo-holder > b {
    font-size: 20px;
  }

  .meal-intro .col-dr {
    width: 100%;
  }

  .meal-intro .col-dr .wrap {
    margin: 0 auto;
  }

  .meal-intro .col-dr h2 {
    padding: 20px 20px;
  }

  .meal-intro .col-info {
    width: 100%;
  }

  .meal-intro .col-info .wrap {
    padding: 40px 30px;
    max-width: 100%;
  }

  .meal-intro .col-info h2 {
    font-size: 24px;
  }

  .meal-intro .col-info .name {
    padding-bottom: 30px;
  }

  .meal-intro .col-info .btn-holder {
    text-align: center;
  }

  .dr-list li {
    height: 280px;
  }

  .badge-wrap {
    height: 76px;
    width: 76px;
    font-size: 7px;
    top: -45px;
    right: -12px;
    padding: 2px 6px;
  }

  .badge-wrap:before {
    border-width: 1px;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    top: 4px;
    left: 4px;
  }

  .badge-wrap .amount {
    font-size: 19px;
  }

  .badge-wrap .percent {
    font-size: 10px;
  }

  .badge-wrap .off {
    font-size: 7px;
  }

  .about-section {
    padding: 47px 0 51px;
  }

  .about-section .intro-heading {
    padding-bottom: 43px;
  }

  .about-section .intro-heading h2 {
    margin: 0 10px;
  }

  .about-section .columns-holder {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px -11px;
  }

  .about-section .columns-holder [class^="col-"],
  .about-section .columns-holder [class*=" col-"] {
    padding: 0 5px 52px;
    max-width: 250px;
  }

  .about-section .block {
    font-size: 12px;
    line-height: 1.58;
    padding: 0 5px 8px;
  }

  .about-section .block .number {
    width: 40px;
    height: 40px;
    font-size: 23px;
    margin-bottom: -6px;
  }

  .about-section .block h3 {
    font-size: 13px;
    line-height: 1.32;
    min-height: 34px;
    margin-bottom: 12px;
  }

  .about-section .block .image-frame {
    margin-bottom: 13px;
  }

  .about-section .block .description {
    padding: 0 5px;
  }

  .about-section .btn i {
    display: none;
  }

  .benefits-section {
    text-align: center;
  }

  .benefits-section.modified .text-block {
    padding: 109px 0 51px;
  }

  .benefits-section.modified .benefits-list {
    line-height: 1.72;
  }

  .benefits-section.modified h2 {
    margin-left: 0;
  }

  .benefits-section.alignright .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefits-section.alignright .benefits-list {
    text-align: center;
    padding-top: 19px;
    margin-bottom: -20px;
  }

  .benefits-section.alignright .benefits-list li {
    padding-bottom: 31px;
    display: block;
  }

  .benefits-section.alignright .benefits-list .icon {
    margin: 0 auto 12px;
  }

  .benefits-section.alignright .image-block {
    margin: 0 -20px;
  }

  .benefits-section .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefits-section .text-block {
    width: auto;
    padding: 35px 0 30px;
  }

  .benefits-section .benefits-list {
    padding: 17px 0 0;
    margin-bottom: -7px;
  }

  .benefits-section .image-block {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .benefits-section .image-block .image {
    top: auto;
    bottom: -99px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0%);
  }

  .benefits-list {
    text-align: left;
  }

  .benefits-list li {
    padding-bottom: 41px;
  }

  .benefits-list h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .promo-meals {
    padding: 47px 0 50px;
  }

  .promo-meals .meal-holder {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    max-width: 335px;
    margin: -2px auto 30px;
  }

  .promo-meals .meal-holder .block.a {
    grid-column: 1 / 3;
  }

  .promo-meals .meal-holder .block.b {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .promo-meals .meal-holder .block.c {
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .promo-meals .meal-holder .hover-block {
    display: none;
  }

  .post-item.signup-item .join-block .join-form {
    margin: 0;
  }

  .post-item.signup-item .join-block .row-frame .input-box {
    width: auto;
  }

  .post-item.signup-item .join-block .row-frame .input-box.submit {
    width: auto;
  }

  .info-frame {
    font-size: 16px;
    line-height: 1.4;
    padding: 40px 0;
  }

  .info-frame ul li:before {
    top: 9px;
  }

  .section-overview {
    padding: 40px 0 5px;
  }

  .overview-holder {
    display: block;
    margin: 0;
  }

  .overview-block {
    width: auto;
    padding: 0 0 30px;
  }

  .overview-block .image-block {
    max-width: 360px;
    margin: 0 auto 30px;
  }

  .overview-block .image-block img {
    width: 100%;
  }

  .overview-block .title {
    min-height: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .overview-block .description {
    letter-spacing: 0.05em;
  }

  .overview-block p {
    margin-bottom: 15px;
  }

  .webinar-page .section-webinar h2 {
    font-size: 26px;
    line-height: 1.08;
    margin-bottom: 22px;
  }

  .inline-ads-block.hero-option {
    margin-bottom: 5px;
  }

  .inline-ads-block.hero-option.webinar {
    overflow: hidden;
  }

  .inline-ads-block.hero-option.webinar:before,
  .inline-ads-block.hero-option.webinar:after {
    width: 172px;
    height: 189px;
    left: -36px;
  }

  .inline-ads-block.hero-option.webinar:after {
    display: none;
  }

  .inline-ads-block.hero-option.webinar .labor-hero {
    max-width: none;
  }

  .inline-ads-block.hero-option.webinar .labor-hero:before {
    width: 160px;
    height: 215px;
    bottom: -98px;
    right: -28px;
    transform: rotate(10deg);
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px 0 8px;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .img-box {
    width: auto;
    margin-bottom: 23px;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .text-box {
    width: 100%;
    padding: 0;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 16px;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .inline-ads-intro-heading .subheading {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .inline-ads-intro-heading h2 {
    max-width: none;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .panel-content {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .inline-ads-block.hero-option.webinar .labor-hero-holder .panel-content time {
    margin-top: 7px;
  }

  .webinar-information .container {
    padding: 0 19px;
  }

  .webinar-information p:not(:last-child) {
    margin-bottom: 29px;
  }

  .webinar-information .book-holder {
    padding: 3px 0 44px;
  }

  .webinar-information .book-holder .columns {
    display: block;
    padding: 9px 0 0;
  }

  .webinar-information .book-holder .photo {
    width: auto;
    padding: 0 0 30px;
    text-align: center;
  }

  .webinar-information .book-holder .description {
    width: auto;
  }

  .lightbox-confirmation .i-line button {
    padding: 14px 18px 15px;
    letter-spacing: .1em;
  }

  .webinar-leading-holder {
    margin: 0 -20px;
    padding: 64px 20px 18px;
  }

  .webinar-leading-holder .icon-block {
    margin: -89px 0 26px;
  }

  .webinar-leading-holder .icon-block img {
    width: 69px;
  }

  .webinar-controls-holder {
    padding-bottom: 30px;
  }

  .grain-kids-page {
    padding-bottom: 50px;
  }

  .grain-kids-page .post-holder .post-item {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grain-kids-page .inner {
    padding-bottom: 50px;
  }

  .info-block .row {
    padding: 20px 20px;
  }

  .info-block h3 {
    font-size: 20px;
  }

  .info-block .col-8 {
    width: 100%;
    margin-bottom: 20px;
  }

  .info-block .col-4 {
    width: 100%;
  }

  .info-block .col:not(:last-child) {
    padding-right: 0;
  }

  .info-block .col:not(:last-child):after {
    top: 100%;
    right: 0;
    height: 2px;
    width: 100%;
  }

  .info-block ul li {
    padding-bottom: 10px;
  }

  .dressing-page {
    padding-bottom: 50px;
  }

  .dressing-page .img100 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .dressing-page .images-list {
    margin-bottom: 30px;
  }

  .thanksgiving-page {
    font-size: 17px;
    line-height: 1.71;
  }

  .thanksgiving-page .post-item.promo-full {
    padding: 40px 20px 35px;
    margin-bottom: 24px;
  }

  .thanksgiving-page .post-item.promo-full .row {
    padding: 20px 10px 9px;
  }

  .thanksgiving-page .intro-heading {
    padding-bottom: 50px;
  }

  .thanksgiving-page .intro-heading p {
    font-size: 17px;
    line-height: 1.72;
    margin-top: 13px;
    letter-spacing: 0;
  }

  .menu-holder.alignright .menu-slider-holder .decor-icon {
    right: 120px;
    transform: translate(100%, 45px) scale(0.7);
  }

  .menu-slider-holder,
  .health-topics-slider-holder {
    padding-bottom: 32px;
  }

  .menu-slider-holder .title,
  .health-topics-slider-holder .title {
    display: none;
  }

  .menu-slider-holder .decor-icon,
  .health-topics-slider-holder .decor-icon {
    left: 100px;
    transform: translate(-100%, 45px) scale(0.7);
  }

  .health-topics-slider .slick-arrow,
  .menu-slider .slick-arrow {
    display: none;
  }

  .menu-slider {
    margin: 0 -27px 0 -7px;
    padding-top: 0;
  }

  .menu-slider .slide {
    width: 294px;
    padding: 0 7px;
  }

  .menu-slider .image-block {
    margin-bottom: 15px;
  }

  .menu-slider h3 {
    line-height: 1.42;
    margin-bottom: 9px;
  }

  .menu-slider .link-add {
    letter-spacing: 0.1em;
  }

  .menu-slider .link-add i {
    font-size: 21.5px;
    margin-right: 11px;
  }

  .meal-planner-ad {
    padding: 30px 20px 160px;
    font-size: 17px;
    line-height: 1.72;
    text-align: center;
  }

  .meal-planner-ad .image-block {
    left: 50%;
    transform: translateX(-50%);
  }

  .meal-planner-ad .image-block .decor-icon {
    width: 95%;
    bottom: -10px;
    left: 25px;
  }

  .meal-planner-ad .image-block .decor-icon img {
    width: 100%;
  }

  .meal-planner-ad h2 {
    line-height: 1.4;
  }

  .menu-bar.recipes-added .recipes a {
    pointer-events: auto;
    cursor: pointer;
  }

  .menu-bar .menu-bottom-holder {
    padding: 0 0 0 18px;
    display: block;
  }

  .menu-bar .holder {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-bar .recipes-title {
    letter-spacing: 0.08em;
    display: none;
  }

  .menu-bar .recipes-title a {
    padding-right: 20px;
  }

  .menu-bar .recipes-title a:before {
    font-size: 0.5em;
  }

  .menu-bar .btn {
    min-width: 168px;
    padding: 17px 10px;
  }

  .menu-bar .recipes-slide {
    max-height: calc(100vh - 55px - 48px);
  }

  .menu-bar .recipes-slide.js-helloBarHeight {
    max-height: calc(100vh - 55px - 48px - 120px);
  }

  .menu-bar .recipes-slide {
    padding: 18px 20px 15px;
  }

  .menu-bar .recipes-slide .text-block {
    line-height: 1.74;
    padding: 0 47px 7px 0;
  }

  .menu-bar .recipes-slide .text-block p {
    margin-bottom: 5px;
  }

  .menu-bar .recipes-slide .recipes-close {
    width: 21px;
    height: 21px;
    top: 21px;
    right: 18px;
  }

  .recipes-block .image-block {
    width: 67px;
    min-width: 67px;
  }

  .recipes-block .description {
    padding: 5px 12px 5px 14px;
  }

  .recipes-block h3 {
    font-size: 15px;
    line-height: 1.34;
  }

  .recipes-block .btn-delete {
    width: 22px;
    height: 22px;
    font-size: 22px;
    margin: 0 0 0 15px;
  }

  .fancybox-slide .menu-email-lightbox {
    margin: 0 14px;
  }

  .menu-email-lightbox {
    padding: 27px 30px 30px;
    font-size: 16px;
    line-height: 1.69;
  }

  .menu-email-lightbox .fancybox-button {
    left: 50%;
    transform: translateX(-50%);
    width: 33px;
    height: 33px;
    top: -16px;
    right: auto;
    padding: 4px;
  }

  .menu-email-lightbox h2 {
    font-size: 26px;
    line-height: 1.26;
    margin-bottom: 8px;
  }

  .menu-email-lightbox p {
    margin-bottom: 19px;
  }

  .menu-email-lightbox .email-form {
    display: block;
  }

  .menu-email-lightbox .email-form input[type=email] {
    color: #000;
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    padding: 12px 19px;
  }

  .menu-email-lightbox .email-form input[type=email]::-webkit-input-placeholder {
    color: #000;
  }

  .menu-email-lightbox .email-form input[type=email]::-moz-placeholder {
    opacity: 1;
    color: #000;
  }

  .menu-email-lightbox .email-form input[type=email]:-moz-placeholder {
    color: #000;
  }

  .menu-email-lightbox .email-form input[type=email]:-ms-input-placeholder {
    color: #000;
  }

  .menu-email-lightbox .email-form input[type=email].placeholder {
    color: #000;
  }

  .menu-email-lightbox .email-form input[type=submit] {
    width: 100px;
    margin: 0 auto;
  }

  .blackfriday-hero.shop {
    padding-top: 100px;
  }

  .blackfriday-hero.shop .discount-block {
    top: -306px;
    right: 50%;
    width: 462px;
    height: 384px;
    font-size: 25px;
    line-height: 1;
    padding: 15px 25px;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blackfriday-hero.shop .text-block {
    padding-bottom: 10px;
  }

  .blackfriday-hero.shop .text-block .title {
    font-size: 17px;
  }

  .blackfriday-hero.shop .text-block h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 24px;
  }

  .blackfriday-hero.meal-planner {
    padding-top: 104px;
  }

  .blackfriday-hero.meal-planner .discount-block {
    top: -305px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    line-height: 0.94;
    padding: 8px 25px;
  }

  .blackfriday-hero.meal-planner .discount-block span {
    display: inline;
    font-size: 1em;
    line-height: inherit;
    margin: 0;
  }

  .blackfriday-hero.meal-planner .discount-block span br {
    display: none;
  }

  .blackfriday-hero.meal-planner .text-block {
    padding-bottom: 18px;
  }

  .blackfriday-hero.meal-planner .text-block .title {
    margin-bottom: 17px;
  }

  .blackfriday-hero.meal-planner .text-block h2.bordered {
    padding-bottom: 20px;
    margin: 0 20px 21px;
  }

  .blackfriday-hero.meal-planner .text-block h2.bordered:before {
    width: 100px;
    height: 3px;
  }

  .blackfriday-hero.meal-planner .additional-text {
    font-size: 15px;
    line-height: 1.54;
    letter-spacing: 1.75px;
    padding-bottom: 11px;
  }

  .blackfriday-hero.meal-planner .additional-text p {
    margin-bottom: 7px;
  }

  .blackfriday-hero.meal-planner .image-holder {
    padding: 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin: 0 0 0 -12px;
  }

  .blackfriday-hero.meal-planner .image-holder .decor {
    width: 130px;
  }

  .blackfriday-hero.meal-planner .image-holder .decor.left {
    left: 81px;
    bottom: 7px;
  }

  .blackfriday-hero.meal-planner .image-holder .decor.right {
    right: 66px;
    bottom: 7px;
  }

  .blackfriday-hero.cooking-course {
    padding-top: 104px;
  }

  .blackfriday-hero.cooking-course .discount-block {
    padding: 23px 23px 10px;
  }

  .blackfriday-hero.cooking-course .text-block {
    padding-bottom: 8px;
  }

  .blackfriday-hero.cooking-course .text-block .title {
    margin-bottom: 16px;
  }

  .blackfriday-hero.cooking-course .text-block h2.bordered {
    padding-bottom: 20px;
    margin-bottom: 21px;
  }

  .blackfriday-hero.cooking-course .text-block .additional-text {
    max-width: 280px;
    padding-bottom: 3px;
  }

  .blackfriday-hero.cooking-course .image-holder {
    padding: 0;
    margin: 0 -20px;
    width: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .blackfriday-hero.cooking-course.hero-option {
    padding-top: 25px;
  }

  .blackfriday-hero.cooking-course.hero-option .note-ribbon {
    margin-left: -13px;
    margin-right: -13px;
  }

  .blackfriday-hero.cooking-course.hero-option .text-block {
    max-width: 400px;
    padding: 0 0 7px;
  }

  .blackfriday-hero.cooking-course.hero-option h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.11px;
    margin: 0 6px 18px;
  }

  .blackfriday-hero.cooking-course.hero-option .image-holder {
    margin: 0 -20px;
  }

  .blackfriday-hero.labor-day {
    padding-top: 114px;
  }

  .blackfriday-hero.labor-day .discount-block {
    top: -304px;
    font-size: 33px;
    line-height: 0.94;
    padding: 60px 25px 9px;
  }

  .blackfriday-hero.labor-day .discount-block span {
    margin: 0;
  }

  .blackfriday-hero.labor-day .text-block h1,
  .blackfriday-hero.labor-day .text-block h2 {
    margin: 0 -4px 15px;
  }

  .blackfriday-hero.labor-day .text-block h1.bordered,
  .blackfriday-hero.labor-day .text-block h2.bordered {
    padding-bottom: 20px;
    margin-bottom: 21px;
  }

  .blackfriday-hero.labor-day .additional-text {
    padding: 0;
  }

  .blackfriday-hero.labor-day .additional-text p {
    margin-bottom: 20px;
  }

  .blackfriday-hero.labor-day .image-holder .decor {
    width: 164px;
  }

  .blackfriday-hero.labor-day .image-holder .decor.left {
    left: 79px;
    bottom: -36px;
  }

  .blackfriday-hero.labor-day .image-holder .decor.right {
    right: 75px;
    bottom: -35px;
  }

  .black-friday-section .blackfriday-hero {
    padding-bottom: 26px;
  }

  .black-friday-section .blackfriday-hero .discount-block {
    width: 462px;
    height: 384px;
    padding: 15px;
    top: -304px;
    right: 50%;
    transform: translateX(50%);
    font-size: 25px;
    line-height: 1.1;
  }

  .black-friday-section .blackfriday-hero .text-block {
    max-width: 300px;
  }

  .black-friday-section .blackfriday-hero .text-block .title {
    font-size: 33px;
  }

  .black-friday-section .blackfriday-hero .text-block h2 {
    font-size: 60px;
    line-height: 0.96;
  }

  .black-friday-section .blackfriday-hero .promos .block {
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .black-friday-section .blackfriday-hero .promos .block.meal-planner .image-block {
    margin: 0 auto;
  }

  .black-friday-section .blackfriday-hero .promos .block.meal-planner .image-block img:not(.decor) {
    width: 133px;
  }

  .black-friday-section .blackfriday-hero .promos .block.meal-planner .image-block .decor {
    width: 108px;
    left: -41px;
    bottom: -50px;
  }

  .black-friday-section .blackfriday-hero .promos .block.cooking-course .image-block {
    margin-left: -2px;
  }

  .black-friday-section .blackfriday-hero .promos .block.cooking-course .image-block img:not(.decor) {
    width: 160px;
  }

  .black-friday-section .blackfriday-hero .promos .block.cooking-course .image-block .decor {
    width: 92px;
    left: 33px;
    bottom: -33px;
  }

  .black-friday-section .blackfriday-hero .promos .block.all-products .image-block {
    margin-top: 38px;
    margin-bottom: -36px;
  }

  .black-friday-section .blackfriday-hero .promos .block.all-products .image-block img:not(.decor) {
    width: 131px;
  }

  .black-friday-section .blackfriday-hero .promos .block.all-products .image-block .decor {
    width: 96px;
    right: -1px;
    bottom: 6px;
  }

  .black-friday-section .blackfriday-hero .promos .image-block {
    height: 150px;
  }

  .black-friday-section .blackfriday-hero .promos .btn {
    height: 50px;
    padding: 18px 20px;
  }

  .black-friday-section .blackfriday-hero .promos .btn:before {
    border-width: 25px 0 25px 18px;
  }

  .black-friday-section .blackfriday-hero .promos .btn:after {
    border-width: 25px 18px 25px 0;
  }

  .offers {
    display: block;
    padding: 42px 0 0;
    max-width: 345px;
    margin-bottom: -51px;
  }

  .offer-block {
    width: auto;
    padding: 0 0 67px;
  }

  .offer-block .image-block {
    display: block;
    width: 203px;
    min-width: 203px;
    margin-bottom: -36px;
  }

  .offer-block .discount {
    left: -22px;
    top: -30px;
  }

  .offer-block .discount sup {
    font-size: 32%;
    top: -1.2em;
  }

  .offer-block .description {
    padding: 14px 0;
  }

  .offer-block .link-shop {
    letter-spacing: 0.18em;
  }

  .blackfriday-hero {
    padding: 115px 0 33px;
  }

  .blackfriday-hero .discount-block {
    width: 462px;
    height: 384px;
    padding: 23px 23px 10px;
    top: -304px;
    right: 50%;
    left: auto;
    transform: translateX(50%);
    font-size: 32px;
    line-height: 0.94;
    letter-spacing: 0;
  }

  .blackfriday-hero .discount-block strong {
    margin: 0;
    font-size: 12px;
  }

  .blackfriday-hero .discount-block span {
    font-size: 1em;
    margin: 0;
  }

  .blackfriday-hero .text-block {
    max-width: 338px;
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: 0.28px;
    padding-bottom: 17px;
  }

  .blackfriday-hero .text-block .title {
    font-size: 15px;
    letter-spacing: 1.75px;
    margin-bottom: 16px;
  }

  .blackfriday-hero .text-block h1,
  .blackfriday-hero .text-block h2 {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.11px;
    margin-bottom: 17px;
  }

  .blackfriday-hero .text-block h1.bordered,
  .blackfriday-hero .text-block h2.bordered {
    padding-bottom: 22px;
  }

  .blackfriday-hero .text-block h1 span,
  .blackfriday-hero .text-block h2 span {
    font-size: 0.5em;
    line-height: 1.48;
    letter-spacing: 1.98px;
    margin-top: 14px;
  }

  .blackfriday-hero .additional-text {
    font-size: 15px;
    line-height: 1.54;
    letter-spacing: 1.75px;
  }

  .blackfriday-hero .price-area {
    padding-bottom: 8px;
  }

  .blackfriday-hero .price-area ins {
    font-size: 25px;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
  }

  .blackfriday-hero .price-area del {
    font-size: 17px;
  }

  .blackfriday-hero .price-area del:before {
    height: 10px;
  }

  .blackfriday-hero .link-frame {
    font-size: 15px;
    letter-spacing: 1.75px;
    padding-top: 24px;
  }

  .blackfriday-hero .promos {
    display: block;
    padding: 0;
    margin-top: -11px;
  }

  .blackfriday-hero .promos .block {
    width: auto;
    padding-bottom: 20px;
  }

  .blackfriday-hero .promos .block.meal-planner .image-block {
    width: 146px;
    margin: 0 auto;
  }

  .blackfriday-hero .promos .block.meal-planner .image-block .decor {
    width: 112px;
    left: -41px;
    bottom: -49px;
  }

  .blackfriday-hero .promos .block.cooking-course .image-block {
    margin-right: 2px;
    margin-left: 0;
  }

  .blackfriday-hero .promos .block.cooking-course .image-block .decor {
    width: 91px;
    left: 36px;
  }

  .blackfriday-hero .promos .block.all-products .image-block {
    margin: 10px 0 -15px;
  }

  .blackfriday-hero .promos .block.all-products .image-block img {
    width: 123px;
  }

  .blackfriday-hero .promos .block.all-products .image-block .decor {
    width: 112px;
    right: 12px;
    bottom: -34px;
    transform: rotate(-1deg) scale(-1, 1);
  }

  .blackfriday-hero .promos .image-block {
    height: auto;
  }

  .blackfriday-hero .promos .image-block .decor {
    bottom: -30px;
    left: 31px;
  }

  .blackfriday-hero .promos .btn {
    max-width: 251px;
    height: 50px;
    padding: 19px 20px 15px;
    font-size: 14px;
  }

  .blackfriday-hero .promos .btn:before,
  .blackfriday-hero .promos .btn:after {
    border-width: 25px 0 25px 18px;
  }

  .blackfriday-hero .promos .btn:after {
    border-width: 25px 18px 25px 0;
  }

  .blackfriday-hero .promos .btn span {
    display: inline;
  }

  .blackfriday-hero .image-holder {
    padding-bottom: 48px;
  }

  .blackfriday-hero .image-holder .decor {
    width: 162px;
    bottom: -6px;
  }

  .blackfriday-hero .image-holder .decor.left {
    transform: translateX(-100%) rotate(-2deg);
    left: 57px;
  }

  .blackfriday-hero .image-holder .decor.right {
    right: 54px;
    transform: scale(-1, 1) translateX(-100%) rotate(-2deg);
  }

  .blackfriday-hero .image-holder .slogan {
    width: 164px;
    font-size: 14px;
    bottom: -48px;
    z-index: 2;
    height: 50px;
    padding-top: 12px;
  }

  .blackfriday-hero .image-holder .slogan:before {
    border-width: 25px 0 25px 14px;
  }

  .blackfriday-hero .image-holder .slogan.left {
    left: 94px;
    padding-right: 4px;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blackfriday-hero .image-holder .slogan.right {
    right: 94px;
    padding-left: 3px;
    padding-right: 23px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blackfriday-hero .image-holder .slogan.right:before {
    border-width: 25px 14px 25px 0;
  }

  .blackfriday-hero .note-frame {
    font-size: 14px;
  }

  .blackfriday-hero .note-ribbon {
    font-size: 20px;
    letter-spacing: -0.2px;
    height: 46px;
    padding: 7px 15px;
    margin-bottom: 27px;
  }

  .blackfriday-hero .note-ribbon:before,
  .blackfriday-hero .note-ribbon:after {
    border-width: 23px 0 23px 10px;
  }

  .blackfriday-hero .note-ribbon:after {
    border-width: 23px 10px 23px 0;
  }

  .blackfriday-hero.blackfriday-home {
    padding: 115px 0 20px;
  }

  .blackfriday-hero.blackfriday-home .discount-block {
    transform: translateX(50%);
    right: 50%;
  }

  .blackfriday-hero.blackfriday-home .discount-block span {
    margin: 0;
  }

  .blackfriday-hero.blackfriday-home .title {
    font-size: 17px;
    letter-spacing: 1.98px;
    margin-bottom: 18px;
  }

  .blackfriday-hero.blackfriday-home h2 {
    margin: 0 20px 17px;
  }

  .webinar-hero .inline-ads-block.hero-option.webinar .labor-hero:after {
    display: none;
  }

  .webinar-hero .inline-ads-block.hero-option.webinar .labor-hero-holder {
    padding-bottom: 8px;
  }

  .webinar-hero .inline-ads-block.hero-option.webinar .labor-hero-holder .img-box {
    margin-bottom: 23px;
  }

  .webinar-hero .inline-ads-block.hero-option.webinar .labor-hero-holder .text-box {
    padding: 0;
  }

  .section-hero {
    display: block;
    margin-bottom: 10px;
  }

  .section-hero .hero-block {
    margin-bottom: 10px;
  }

  .section-hero .hero-block .description {
    left: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 11px;
    letter-spacing: 0.15em;
    padding: 4px 20px 13px;
    text-align: center;
    margin: 0 auto;
  }

  .section-hero .hero-block .description .category {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    letter-spacing: 1.28px;
    margin: -30px 0 0;
    padding: 10px 20px 5px;
  }

  .section-hero .hero-block .description h2 {
    font-size: 18px;
    line-height: 1.34;
    position: relative;
    padding: 0 19px;
  }

  .section-hero .hero-block .description p {
    line-height: 1.58;
    letter-spacing: 0.28px;
    margin: 12px 0 25px;
  }

  .section-hero .hero-block .description .btn {
    font-size: 16px;
    padding: 16px 28px 15px;
  }

  .frozen-home-hero .image-block {
    min-width: 375px;
  }

  .section-news {
    padding: 42px 0 40px;
  }

  .section-news h2 {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.2px;
    margin-bottom: 29px;
  }

  .news-slider {
    margin-right: -15px;
    width: calc(100% + 15px);
  }

  .news-slider .slide {
    width: 159px;
  }

  .news-block {
    font-size: 11px;
    line-height: 1.38;
    letter-spacing: 0.31px;
  }

  .news-block .description {
    padding: 9px 9px 20px;
  }

  .news-block .category {
    font-size: 9px;
    letter-spacing: 0.19px;
    margin-bottom: 3px;
  }

  .news-block time {
    font-size: 9px;
    left: 9px;
    bottom: 8px;
    letter-spacing: 0.32px;
  }

  .content-box .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-box .image-block {
    width: auto;
    margin: -26px -20px 25px;
  }

  .content-box .decor {
    width: 406px;
    right: 50%;
    transform: translateX(50%);
  }

  .content-box .text-block {
    width: auto;
    text-align: center;
    padding: 0 0 49px;
    max-width: 400px;
    margin: 0 auto;
  }

  .content-box h2 {
    margin-bottom: 15px;
  }

  .content-box p {
    margin-bottom: 19px;
  }

  .section-health-topics {
    padding: 43px 0 39px;
  }

  .health-topics-slider-holder {
    padding: 7px 0 30px;
  }

  .health-topics-slider {
    margin: 0 -22px 0 -7px;
    padding: 0;
    display: block;
  }

  .health-topics-slider .slide {
    width: 160px;
    padding: 0 7px;
  }

  .health-topics-slider .image-block {
    margin-bottom: 13px;
  }

  .health-topics-slider h3 {
    font-size: 11px;
    letter-spacing: 0.31px;
  }

  .health-topics-slider .slick-dots {
    padding-top: 20px;
  }

  .section-recipes {
    padding: 41px 0 29px;
  }

  .section-recipes .section-recipes_heading {
    margin-bottom: 18px;
  }

  .section-recipes .search-form input[type=search] {
    height: 52px;
    padding-right: 55px;
    font-size: 16px;
  }

  .section-recipes .search-form button[type=submit] {
    font-size: 17px;
    right: 27px;
  }

  .section-recipes .columns-holder {
    margin-bottom: 22px;
  }

  .col-full .recipe-box {
    display: block;
  }

  .col-full .recipe-box .image-block {
    width: auto;
  }

  .col-full .recipe-box .description {
    width: auto;
    padding: 0;
    text-align: center;
  }

  .col-full .recipe-box .category {
    position: absolute;
    padding: 11px 20px 9px;
    margin-bottom: 0;
    transform: translateX(-50%);
  }

  .col-full .recipe-box .title {
    padding: 18px 44px 17px;
  }

  .col-full .recipe-box p {
    display: none;
  }

  .recipe-box .description {
    min-height: 80px;
  }

  .recipe-box .category {
    min-width: 217px;
    font-size: 11px;
    letter-spacing: 1.28px;
    padding: 10px 15px 2px;
    bottom: 100%;
  }

  .recipe-box .title {
    padding: 18px 28px 12px;
    font-size: 22px;
    line-height: 1.14;
    letter-spacing: -0.08px;
  }

  .recipes-nav {
    margin: 0 -6px;
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 1.5px;
  }

  .recipes-nav li {
    width: 163px;
    margin: 0 5px 10px;
  }

  .recipes-nav a {
    min-height: 50px;
    padding: 5px 10px;
  }

  .section-tools {
    padding: 42px 0 10px;
  }

  .section-tools h2 {
    margin-bottom: 19px;
  }

  .section-tools_block {
    max-width: 280px;
    margin: 0 auto 7px;
    font-size: 18px;
    line-height: 1.34;
  }

  .section-tools_block .image-block {
    margin-bottom: 11px;
  }

  .section-tools_block .logo-tool {
    top: 22px;
    left: 28px;
  }

  .section-tools_block .logo-tool img {
    width: 68%;
  }

  .section-tools_block .title {
    margin: 0 15px 11px;
  }

  .section-tools_block .more {
    font-size: 0.78em;
  }

  .section-tools_block .more i {
    margin-left: 15px;
    font-size: 0.75em;
  }

  .testimonials-slideshow {
    padding: 42px 0 49px;
  }

  .testimonials-slider {
    margin: 0 auto 40px;
  }

  .testimonials-slider:before {
    top: -42px;
    right: -10px;
  }

  .testimonials-slider .image-block img {
    width: 100%;
  }

  .testimonials-slider blockquote {
    text-align: left;
    max-width: none;
    margin: 0 72px 0 0;
  }

  .testimonials-slider .slick-dots {
    padding-top: 20px;
  }

  .cookie-banner {
    font-size: 17px;
    line-height: 1.72;
    letter-spacing: 0.02em;
    padding: 27px 0 37px;
  }

  .cookie-banner .container {
    padding: 0 55px 0 30px;
  }

  .cookie-banner .container:before {
    display: none;
  }

  .cookie-banner .close {
    top: -1px;
    right: 14px;
    width: 28px;
    height: 28px;
  }

  .recipe-app-page.meal-planer-page.labor-page .pricing-section .price-block ins {
    letter-spacing: -2.6px;
    margin-bottom: 20px;
  }

  .recipe-app-page.meal-planer-page.labor-page .pricing-section .block {
    padding: 33px 46px 35px;
  }

  .labor-hero-holder {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 42px;
  }

  .labor-hero-holder .img-box {
    width: 230px;
    max-width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin: auto;
  }

  .labor-hero-holder .text-box {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 13px;
    padding-bottom: 15px;
  }

  .labor-hero-holder .inline-ads-intro-heading:after {
    width: 52px;
    height: 2px;
  }

  .labor-hero-holder .inline-ads-intro-heading h1 {
    font-size: 42px;
  }

  .labor-hero-holder .inline-ads-intro-heading p {
    font-size: 13px;
    letter-spacing: 1.25px;
    margin-top: 2px;
  }

  .labor-hero-holder .panel-content {
    font-size: 14px;
    max-width: 310px;
    letter-spacing: 0.9px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .labor-hero-holder .hero-bg {
    right: auto;
    bottom: -36px;
    left: -109px;
    width: calc(100% + 235px);
  }

  .labor-hero-holder.labor-hero-planner {
    padding-top: 44px;
  }

  .labor-hero-holder.labor-hero-planner .img-box {
    width: 230px;
    max-width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin: auto;
  }

  .labor-hero-holder.labor-hero-planner .text-box {
    width: 100%;
    padding-top: 0;
    margin-bottom: 23px;
  }

  .labor-hero-holder.labor-hero-planner .hero-bg {
    left: -100px;
    right: -100px;
    bottom: -64px;
  }

  .labor-hero-holder.labor-hero-planner .inline-ads-intro-heading {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
    margin: 0 auto 27px;
    max-width: 330px;
  }

  .labor-hero-holder.labor-hero-planner .inline-ads-intro-heading h1 {
    font-size: 42px;
    margin-bottom: 14px;
  }

  .labor-hero-holder.labor-hero-planner .inline-ads-intro-heading p {
    font-size: 12px;
    line-height: 1.46;
  }

  .labor-hero-holder.labor-hero-planner .panel-content {
    margin-bottom: 22px;
  }

  .discount-box {
    width: 104px;
    height: 104px;
    padding-top: 14px;
    top: -32px;
    left: 170px;
    font-size: 6px;
    z-index: 3;
  }

  .discount-box span {
    display: none;
  }

  .pricing-section {
    padding: 24px 0 10px;
  }

  .pricing-section .bg-section {
    top: 24px;
    left: 0;
    width: 100%;
    height: calc(100% - 48px);
  }

  .pricing-section .container {
    padding-top: 44px;
  }

  .pricing-section .price-block {
    padding-bottom: 0;
  }

  .pricing-section .price-block ins {
    font-size: 55px;
    letter-spacing: -2.6px;
    margin-bottom: 20px;
  }

  .pricing-section .intro-heading {
    padding-bottom: 24px;
  }

  .pricing-section .col {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
    margin: auto;
  }

  .pricing-section .col:last-child {
    padding-bottom: 0;
  }

  .pricing-section .block {
    padding: 33px 46px 35px;
  }

  .pricing-section .block h3 {
    font-size: 21px;
  }

  .pricing-section .label-price {
    width: 72px;
    height: 72px;
    top: -24px;
    right: -20px;
  }

  .inline-ads-block {
    margin: 0 -20px;
    padding: 30px 0 40px;
  }

  .inline-ads-block .labor-hero {
    max-width: 375px;
    margin: 0 auto;
    overflow: hidden;
  }

  .inline-ads-block .labor-hero-holder {
    padding: 36px 20px 0;
  }

  .inline-ads-block .labor-hero-holder .discount-box {
    width: 77px;
    height: 77px;
    font-size: 21px;
    line-height: 1;
    top: -9px;
    right: -35px;
    padding-top: 12px;
  }

  .inline-ads-block .labor-hero-holder .img-box {
    margin-top: 0;
    width: auto;
    max-width: none;
  }

  .inline-ads-block .labor-hero-holder .hero-img {
    width: auto;
  }

  .inline-ads-block .labor-hero-holder .hero-img .decor {
    left: -53px;
    bottom: -27px;
    width: 103px;
  }

  .inline-ads-block .labor-hero-holder .hero-img .decor.right {
    right: -56px;
    bottom: -24px;
    width: 98px;
  }

  .inline-ads-block .labor-hero-holder .hero-bg {
    right: auto;
    bottom: -17px;
    left: 50%;
    width: 284px;
    transform: translateX(-50%);
  }

  .inline-ads-block .labor-hero-holder .text-box {
    width: auto;
    padding-right: 0;
    padding-bottom: 25px;
  }

  .inline-ads-block .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 8px;
  }

  .inline-ads-block .labor-hero-holder .inline-ads-intro-heading .subheading {
    margin: 0 0 15px;
  }

  .inline-ads-block .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 32px;
  }

  .inline-ads-block .labor-hero-holder .panel-content {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .inline-ads-block .labor-hero-holder .btn {
    padding-left: 27px;
    padding-right: 27px;
  }

  .inline-ads-block.fall-magazine .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 10px;
  }

  .inline-ads-block.fall-magazine .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 25px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .inline-ads-block.fall-magazine .labor-hero-holder .img-box {
    width: 183px;
  }

  .inline-ads-block.fall-magazine .labor-hero-holder .hero-img .decor {
    left: -79px;
  }

  .inline-ads-block.fall-magazine .labor-hero-holder .hero-img .decor.right {
    right: -78px;
  }

  .inline-ads-block.fall-magazine .labor-hero-holder .panel-content {
    font-size: 12px;
    line-height: 1.42;
    margin-bottom: 16px;
  }

  .inline-ads-block.recipe-app .labor-hero-holder {
    padding-top: 29px;
  }

  .inline-ads-block.recipe-app .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 16px;
  }

  .inline-ads-block.recipe-app .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 30px;
    line-height: 0.99;
  }

  .inline-ads-block.recipe-app .labor-hero-holder .hero-img .decor {
    left: -67px;
    bottom: -29px;
  }

  .inline-ads-block.recipe-app .labor-hero-holder .hero-img .decor.right {
    right: -54px;
    bottom: -22px;
  }

  .inline-ads-block.recipe-app .labor-hero-holder .text-box {
    width: auto;
  }

  .inline-ads-block.recipe-app .labor-hero-holder .panel-content {
    font-size: 15px;
    line-height: 1.14;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }

  .inline-ads-block.cooking-course .labor-hero-holder {
    padding-top: 37px;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 10px;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .img-box {
    width: auto;
    margin: -19px -20px 0;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .hero-img .decor {
    left: 27px;
    width: 186px;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .hero-img .decor.right {
    transform: none;
    width: 174px;
    right: -6px;
    bottom: -43px;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .text-box {
    padding-right: 0;
  }

  .inline-ads-block.cooking-course .labor-hero-holder .panel-content {
    letter-spacing: 0.027em;
    margin-bottom: 14px;
  }

  .inline-ads-block.webinar .labor-hero:before,
  .inline-ads-block.webinar .labor-hero:after {
    right: -10px;
  }

  .inline-ads-block.webinar .labor-hero:after {
    display: block;
  }

  .inline-ads-block.webinar .labor-hero-holder {
    padding: 30px 20px;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .inline-ads-block.webinar .labor-hero-holder .inline-ads-intro-heading {
    text-align: center;
  }

  .inline-ads-block.webinar .labor-hero-holder .inline-ads-intro-heading h2 {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }

  .inline-ads-block.webinar .labor-hero-holder .img-box {
    width: auto;
    text-align: center;
  }

  .inline-ads-block.webinar .labor-hero-holder .hero-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .inline-ads-block.webinar .labor-hero-holder .hero-img img {
    margin-bottom: 20px;
  }

  .inline-ads-block.webinar .labor-hero-holder .text-box {
    width: auto;
    text-align: center;
    padding: 0 0 20px;
  }

  .inline-ads-block.meal-planner .labor-hero-holder {
    padding-top: 23px;
  }

  .inline-ads-block.meal-planner .labor-hero-holder .img-box {
    margin-top: -6px;
  }

  .inline-ads-block.meal-planner .labor-hero-holder .text-box {
    width: auto;
    padding-bottom: 0;
  }

  .inline-ads-block.meal-planner .labor-hero-holder .inline-ads-intro-heading {
    margin: 0 11px 11px;
  }

  .inline-ads-block.meal-planner .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 32px;
    line-height: 1.04;
  }

  .inline-ads-block.meal-planner .labor-hero-holder .btn {
    letter-spacing: 0.1em;
  }

  .inline-ads-block.fresh-start .labor-hero-holder {
    padding-top: 43px;
  }

  .inline-ads-block.fresh-start .labor-hero-holder .img-box {
    width: auto;
    margin-top: -23px;
  }

  .inline-ads-block.fresh-start .labor-hero-holder .hero-img .decor.left {
    width: 132px;
    left: -69px;
    bottom: -38px;
  }

  .inline-ads-block.fresh-start .labor-hero-holder .hero-img .decor.right {
    width: 130px;
    right: -71px;
    bottom: -60px;
    transform: scale(-1, 1) rotate(-11deg);
  }

  .inline-ads-block.fresh-start .labor-hero-holder .text-box {
    width: auto;
    padding-bottom: 0;
  }

  .inline-ads-block.fresh-start .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 19px;
  }

  .inline-ads-block.fresh-start .labor-hero-holder .inline-ads-intro-heading h2 {
    max-width: none;
    font-size: 30px;
    line-height: 1.1;
  }

  .inline-ads-block.fresh-start .labor-hero-holder .panel-content {
    font-size: 17px;
    line-height: 1.48;
    letter-spacing: 1.98px;
    margin-bottom: 28px;
  }

  .inline-ads-block.black-friday .labor-hero-holder {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 107px 15px 0;
  }

  .inline-ads-block.black-friday .labor-hero-holder .discount-box {
    width: 462px;
    height: 384px;
    right: 50%;
    transform: translateX(50%);
    top: -304px;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 22px 20px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .img-box {
    width: auto;
    max-width: 245px;
    margin: 0 auto;
  }

  .inline-ads-block.black-friday .labor-hero-holder .img-box .decor {
    width: 128px;
    bottom: -18px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .img-box .decor.left {
    transform: translateX(-100%) rotate(-2deg);
    left: 70px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .img-box .decor.right {
    right: 76px;
    bottom: -18px;
    transform: scale(-1, 1) translateX(-100%) rotate(-2deg);
  }

  .inline-ads-block.black-friday .labor-hero-holder .text-box {
    text-align: center;
    width: auto;
    max-width: 290px;
    margin: 0 auto;
    padding-bottom: 17px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .title {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 20px;
  }

  .inline-ads-block.black-friday .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
  }

  .inline-ads-block.black-friday .labor-hero-holder .inline-ads-intro-heading h2 mark {
    display: block;
  }

  .inline-ads-block.black-friday .labor-hero-holder .btn {
    min-width: 256px;
    letter-spacing: 0.125em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inline-ads-block.black-friday.bf-meal-planner .hero-img img {
    margin: 0 0 -10px;
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .discount-box {
    padding: 18px 20px;
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .img-box {
    width: auto;
    max-width: 162px;
    margin: -4px auto 0;
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .img-box .decor {
    width: 134px;
    bottom: 9px;
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .img-box .decor.left {
    left: 38px;
    transform: translateX(-100%) rotate(-2deg);
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .img-box .decor.right {
    right: 41px;
    transform: scale(-1, 1) translateX(-100%) rotate(-2deg);
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .hero-img img {
    margin-bottom: -61px;
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .text-box {
    max-width: 330px;
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 16px;
  }

  .inline-ads-block.black-friday.bf-shop .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 21px;
    line-height: 1.39;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .discount-box {
    padding: 20px;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .img-box {
    width: auto;
    max-width: none;
    margin: -136px -45px -52px -22px;
    z-index: -1;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .img-box .decor {
    bottom: auto;
    top: 10%;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .img-box .decor.left {
    left: 117px;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .img-box .decor.right {
    display: none;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .hero-img {
    margin: 0;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .hero-img img {
    margin: 0;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .text-box {
    width: auto;
    max-width: 304px;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 22px;
    line-height: 1.32;
  }

  .inline-ads-block.black-friday.bf-cooking-course .labor-hero-holder .inline-ads-intro-heading h2 br {
    display: none;
  }

  .inline-ads-block.new-year .labor-hero-holder .discount-box {
    width: 462px;
    height: 384px;
    right: 50%;
    transform: translateX(50%);
    top: -304px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 27px 20px;
  }

  .inline-ads-block.new-year .labor-hero-holder .inline-ads-intro-heading .subheading {
    font-size: 17px;
    line-height: 1.48;
    letter-spacing: 1.98px;
    margin-bottom: 16px;
  }

  .inline-ads-block.new-year .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder {
    padding-top: 97px;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .img-box {
    width: 100%;
    margin: 0;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .img-box .decor {
    display: none;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .text-box {
    width: 100%;
    padding: 0 0 11px;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 13px;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .inline-ads-intro-heading h2 {
    max-width: 226px;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .panel-content {
    letter-spacing: 1.98px;
    margin-bottom: 17px;
  }

  .inline-ads-block.new-year.ny-meal-planner .labor-hero-holder .btn {
    letter-spacing: 1.75px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .inline-ads-block.anniversary .labor-hero-holder {
    padding-top: 97px;
  }

  .inline-ads-block.anniversary .labor-hero-holder .discount-box {
    width: 462px;
    height: 384px;
    right: 50%;
    transform: translateX(50%);
    top: -304px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 27px 20px;
  }

  .inline-ads-block.anniversary .labor-hero-holder .img-box {
    width: auto;
    margin-top: -22px;
  }

  .inline-ads-block.anniversary .labor-hero-holder .text-box {
    width: auto;
    max-width: 282px;
    margin: 0 auto;
    padding: 0;
  }

  .inline-ads-block.anniversary .labor-hero-holder .inline-ads-intro-heading .subheading {
    font-size: 17px;
    line-height: 1.48;
    letter-spacing: 1.98px;
    margin-bottom: 16px;
  }

  .inline-ads-block.anniversary .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .inline-ads-block.anniversary .labor-hero-holder .btn {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero:before,
  .inline-ads-block.anniversary-webinar .labor-hero:after {
    height: 100px;
    top: -30px;
    background-size: 1093px 100px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero:after {
    height: 62px;
    background-size: 1019px 62px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder {
    padding-bottom: 2px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .img-box {
    width: auto;
    margin-top: 0;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .photo-webinar-list {
    max-width: 274px;
    margin: 0 auto;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .photo-webinar-list li {
    width: 33.33%;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .photo-webinar-list img {
    border-radius: 5px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .photo-webinar-list .name {
    border-radius: 0 0 5px 5px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .text-box {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0 5px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .inline-ads-intro-heading .subheading {
    font-size: 17px;
    line-height: 1.48;
    letter-spacing: 1.98px;
    margin-bottom: 16px;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .inline-ads-block.anniversary-webinar .labor-hero-holder .btn {
    padding-left: 40px;
    padding-right: 40px;
    min-width: 256px;
  }

  .inline-ads-block.home-redesign {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 335px;
    text-align: center;
  }

  .inline-ads-block.home-redesign .labor-hero-holder {
    display: block;
    padding-top: 20px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .logo-tool {
    position: static;
    width: 156px;
    margin: 0 auto 33px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .text-box {
    text-align: center;
    width: auto;
    padding: 0 0 86px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .panel-content {
    font-size: 16px;
    line-height: 1.82;
    letter-spacing: 0.32px;
    max-width: none;
    margin-bottom: 25px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 12px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 22px;
    line-height: 1.14;
    letter-spacing: -0.08px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .more {
    font-size: 14px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .more i {
    margin-left: 16px;
  }

  .inline-ads-block.home-redesign .labor-hero-holder .img-box {
    width: auto;
  }

  .inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .logo-tool {
    margin: -12px 0 18px 121px;
    transform: none;
  }

  .inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .logo-tool img {
    width: auto;
  }

  .inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .text-box {
    padding: 0 0 20px 121px;
    text-align: left;
  }

  .inline-ads-block.home-redesign.recipe-app-home .labor-hero-holder .img-box {
    width: auto;
    right: auto;
    left: 19px;
    bottom: 50%;
    transform: translateY(50%);
    margin-bottom: -4px;
  }

  .inline-ads-block.full-width {
    margin: 0;
    padding: 0 0 25px;
  }

  .inline-ads-block.full-width.recipe-app .labor-hero-holder {
    padding-top: 27px;
  }

  .inline-ads-block.full-width.recipe-app .labor-hero-holder .img-box {
    margin-top: 0;
    width: 46.6%;
  }

  .inline-ads-block.full-width.recipe-app .labor-hero-holder .hero-img .decor {
    width: 84px;
    left: -60px;
  }

  .inline-ads-block.full-width.recipe-app .labor-hero-holder .hero-img .decor.right {
    width: 87px;
    right: -50px;
    bottom: -17px;
  }

  .inline-ads-block.full-width.recipe-app .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 7px;
  }

  .inline-ads-block.full-width.recipe-app .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .inline-ads-block.full-width.recipe-app .labor-hero-holder .text-box {
    width: auto;
    padding-bottom: 5px;
  }

  .inline-ads-block.full-width.recipe-app .labor-hero-holder .panel-content {
    font-size: 15px;
    line-height: 1.78;
    margin-bottom: 14px;
  }

  .inline-ads-block.full-width.cooking-course {
    margin-top: 0;
    padding-top: 0;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder {
    padding-top: 33px;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .img-box {
    width: auto;
    margin-top: -23px;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .hero-img {
    width: 92.5%;
    margin: 0 auto 0 0;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .hero-img .decor.left {
    left: 22px;
    bottom: -44px;
    width: 170px;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .hero-img .decor.right {
    right: -4px;
    bottom: -38px;
    width: 154px;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .text-box {
    width: auto;
    margin: 0;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .inline-ads-intro-heading {
    margin-bottom: 7px;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .inline-ads-intro-heading h2 {
    font-size: 28px;
    letter-spacing: -0.025em;
  }

  .inline-ads-block.full-width.cooking-course .labor-hero-holder .panel-content {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 14px;
  }

  .rail-ads {
    margin: 30px -20px 0;
    text-align: center;
  }

  .rail-ads .image-holder {
    max-width: 375px;
    margin: 0 auto;
    height: 352px;
    padding: 22px 35px;
  }

  .rail-ads .image-holder h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .rail-ads .description {
    max-width: 375px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.72;
    letter-spacing: 0.027em;
    padding: 18px 28px 25px;
  }

  .rail-ads .description p {
    margin-bottom: 11px;
  }

  .rail-ads .btn {
    padding-left: 31px;
    padding-right: 31px;
  }

  .rail-ads.recipe-add .image-holder {
    padding: 34px 70px;
  }

  .rail-ads.cooking-course .image-block {
    bottom: 0;
  }

  .rail-ads.meal-planner .image-holder {
    padding: 23px 40px;
  }

  .rail-ads.meal-planner .image-holder h2 {
    color: #02a58f;
  }

  .rail-ads.meal-planner .image-holder h2 span {
    color: #fff;
  }

  .rail-ads.meal-planner .image-block {
    z-index: -1;
  }

  .started-hero {
    padding: 68px 0 69px;
  }

  .started-hero .decor {
    top: 0;
    transform: none;
  }

  .started-hero .decor.left {
    top: -53px;
    left: -35px;
    width: 176px;
    transform: rotate(-10deg);
  }

  .started-hero .decor.right {
    top: -51px;
    right: -63px;
    width: 150px;
  }

  .started-hero .decor.bottom {
    display: block;
  }

  .started-hero .decor.bottom.left {
    left: -65px;
    bottom: -71px;
    transform: rotate(0deg);
    width: 156px;
  }

  .started-hero .decor.bottom.right {
    right: -29px;
    bottom: -53px;
    width: 192px;
  }

  .started-hero .title {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 17px;
  }

  .started-hero h1 {
    font-size: 26px;
    line-height: 1.08;
    text-transform: uppercase;
  }

  .started-hero p {
    margin-bottom: 20px;
  }

  .started-hero .meta-list,
  .banner-post-heading .meta-list {
    display: block;
    padding-bottom: 32px;
  }

  .started-hero .meta-list li,
  .banner-post-heading .meta-list li {
    margin-bottom: 11px;
  }

  .started-hero .meta-list li:before,
  .banner-post-heading .meta-list li:before {
    display: none;
  }

  .started-hero .meta-holder,
  .banner-post-heading .meta-holder {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .started-hero .meta-holder .control-nav,
  .banner-post-heading .meta-holder .control-nav {
    padding: 27px 0 0;
  }

  .started-hero .meta-holder .ss-inline-share-wrapper,
  .banner-post-heading .meta-holder .ss-inline-share-wrapper {
    padding-left: 0;
  }

  .started-hero .meta-holder .ss-inline-share-wrapper .ss-total-counter span:first-child,
  .banner-post-heading .meta-holder .ss-inline-share-wrapper .ss-total-counter span:first-child {
    font-size: 16px;
  }

  .anchor-nav {
    padding: 15px 0;
  }

  .anchor-nav .jcf-select {
    height: 50px;
    background: #fff;
  }

  .anchor-nav .jcf-select .jcf-select-text {
    font: 16px/50px "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: 0.33px;
    margin: 0 40px 0 19px;
    color: #00243e;
  }

  .anchor-nav .jcf-select .jcf-select-opener {
    width: 59px;
  }

  .anchor-nav .jcf-select .jcf-select-opener:after {
    border-top: 2px solid #02a58f;
    border-right: 2px solid #02a58f;
  }

  .anchor-nav .anchor-list {
    display: none !important;
  }

  .started-content {
    padding-bottom: 13px;
  }

  .started-content h2 {
    margin-bottom: 8px;
  }

  .started-content .content-holder {
    padding-bottom: 12px;
  }

  .started-content .content-holder:first-child {
    padding-bottom: 10px;
  }

  .started-content .content-holder ul li:before {
    width: 5px;
    height: 5px;
    top: 11px;
  }

  .started-content .content-holder .image-block blockquote {
    max-width: 295px;
    font-size: 17px;
    line-height: 1.72;
    letter-spacing: 0.027em;
    padding: 16px 15px 13px;
  }

  .started-content .content-holder .image-block blockquote p {
    margin-bottom: 7px;
  }

  .started-content .content-holder .image-block blockquote cite {
    font-size: 17px;
  }

  .started-content .text-block h2 {
    margin-bottom: 8px;
  }

  .started-content p {
    margin-bottom: 1.7em;
  }

  .started-content .aside-section {
    max-width: 330px;
    padding-bottom: 15px;
  }

  .started-content .aside-section .description {
    padding: 0 1px;
  }

  .started-content .aside-section .title {
    font-size: 17px;
  }

  .started-content .aside-section h3 {
    font-size: 20px;
  }

  .category-block-holder.started-category-block {
    padding: 40px 0 35px;
  }

  .category-block-holder.started-category-block .intro-heading {
    line-height: 1.72;
    padding-bottom: 27px;
  }

  .category-block-holder.started-category-block h2 {
    font-size: 27px;
    line-height: 1;
    width: auto;
    margin-bottom: 15px;
  }

  .get-started-category .category-slider {
    margin-bottom: 28px;
  }

  .get-started-category .category-slider .item {
    width: 232px;
  }

  .get-started-category .category-slider h3 {
    font-size: 17px;
    line-height: 1.3;
    text-align: center;
  }

  .get-started-category .category-nav {
    display: none;
  }

  .started-info-holder {
    padding: 40px 0 0;
  }

  .started-info-holder h2 {
    margin-bottom: 10px;
  }

  .started-info-holder .text-block {
    padding-bottom: 0;
  }

  .started-info-holder .text-block p {
    margin-bottom: 29px;
  }

  .started-info-holder .download-block {
    margin-bottom: 8px;
  }

  .started-info-holder .download-block .decor {
    display: none;
  }

  .started-info-holder .download-block .download-col {
    padding: 31px 20px 35px;
  }

  .started-info-holder .download-block .title {
    font-size: 17px;
    margin-bottom: 9px;
  }

  .started-info-holder .download-block h3 {
    font-size: 22px;
    line-height: 1.33;
    letter-spacing: 0.027em;
    max-width: 480px;
    margin: 0 auto 8px;
  }

  .started-info-holder .download-block p {
    margin-bottom: 12px;
  }

  .started-info-holder .download-block .download-form {
    margin: 0;
    padding: 0 3px;
  }

  .started-info-holder .download-block .download-form input[type=email] {
    padding-left: 12px;
  }

  .started-info-holder .download-block .download-form button[type=submit] {
    width: 50px;
    font-size: 22px;
    padding: 10px 6px;
  }

  .tools-section {
    background: none;
    padding: 20px 0 0;
  }

  .tools-section h2 {
    max-width: 242px;
    margin: 0 auto 10px;
  }

  .tools-section .intro-heading {
    padding-bottom: 35px;
  }

  .tools-section .tools-columns {
    display: block;
  }

  .tools-section .tools-columns .col {
    width: auto;
    max-width: 340px;
    margin: 0 auto;
    padding-bottom: 28px;
  }

  .tool-block {
    padding: 0;
  }

  .tool-block .icon-block {
    display: block;
    text-align: center;
    margin-bottom: 17px;
  }

  .tool-block h3 {
    font-size: 22px;
  }

  .tool-block .image-block {
    display: none;
  }

  .resources-section {
    padding: 17px 0;
  }

  .resources-section h2 {
    margin-bottom: 21px;
  }

  .resources-section .intro-heading {
    padding-bottom: 25px;
  }

  .resources-section .intro-heading h3 {
    font-size: 22px;
    line-height: 1.33;
    margin-bottom: 9px;
  }

  .video-holder {
    padding: 0 0 50px;
  }

  .video-holder .text-block {
    padding-bottom: 25px;
  }

  .video-holder h3 {
    font-size: 22px;
    line-height: 1.33;
    margin-bottom: 12px;
  }

  .video-holder p {
    margin-bottom: 15px;
  }

  .tags-section {
    font-size: 17px;
    line-height: 1.72;
    padding: 18px 0 15px;
  }

  .blackfriday-hero.new-year .text-block {
    padding: 0;
  }

  .blackfriday-hero.new-year.meal-planner {
    padding-top: 114px;
  }

  .blackfriday-hero.new-year.meal-planner .discount-block {
    padding: 9px 25px;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blackfriday-hero.new-year.meal-planner .discount-block span {
    margin: 0;
  }

  .blackfriday-hero.new-year.meal-planner .text-block {
    padding-bottom: 40px;
  }

  .blackfriday-hero.new-year.meal-planner .text-block h2.bordered {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.11px;
    padding-bottom: 21px;
    margin-bottom: 21px;
  }

  .blackfriday-hero.new-year.meal-planner .text-block h2.bordered:before {
    display: block;
  }

  .blackfriday-hero.new-year.meal-planner .additional-text {
    font-size: 15px;
    line-height: 1.54;
    letter-spacing: 1.75px;
    padding-bottom: 9px;
  }

  .blackfriday-hero.new-year.meal-planner .image-holder {
    margin: 0 -4px 0 -22px;
  }

  .blackfriday-hero.new-year.meal-planner .image-holder .decor {
    display: none;
  }

  .blackfriday-hero.anniversary {
    padding: 84px 0 59px;
  }

  .blackfriday-hero.anniversary .discount-block {
    width: 462px;
    height: 384px;
    top: -303px;
    left: 50%;
    padding: 11px 25px;
    font-size: 32px;
    line-height: 0.94;
    transform: translateX(-50%);
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blackfriday-hero.anniversary .discount-block span {
    font-size: inherit;
    margin: 0;
    letter-spacing: 0;
  }

  .blackfriday-hero.anniversary .image-holder {
    max-width: 138px;
    margin: 0 auto 29px;
    padding-bottom: 0;
  }

  .blackfriday-hero.anniversary .text-block h2.bordered {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.11px;
    padding-bottom: 21px;
    margin: 0 0 21px;
  }

  .blackfriday-hero.anniversary .text-block h2.bordered:before {
    display: block;
  }

  .blackfriday-hero.anniversary .additional-text {
    font-size: 15px;
    line-height: 1.54;
    letter-spacing: 1.75px;
    padding-bottom: 9px;
  }

  .blackfriday-hero.anniversary .btn {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blackfriday-hero.anniversary.hero-option {
    padding-top: 113px;
  }

  .blackfriday-hero.anniversary.hero-option .image-holder {
    padding-bottom: 0;
    max-width: none;
    margin: -11px -6px 0 4px;
  }

  .blackfriday-hero.anniversary.hero-option .text-block {
    padding: 0;
    width: auto;
  }

  .blackfriday-hero.anniversary.hero-option .text-block h2.bordered {
    font-size: 30px;
  }

  .blackfriday-hero.anniversary.webinar {
    padding-top: 62px;
    padding-bottom: 5px;
  }

  .blackfriday-hero.anniversary.webinar:before {
    top: -30px;
  }

  .blackfriday-hero.anniversary.webinar .image-holder {
    margin: 0;
  }

  .blackfriday-hero.anniversary.webinar .text-block {
    padding-bottom: 29px;
  }

  .blackfriday-hero.anniversary.webinar .text-block h2.bordered span {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .anniversary-page .blackfriday-hero.anniversary {
    padding: 171px 0 128px;
  }

  .anniversary-page .blackfriday-hero.anniversary .text-block h2.bordered {
    line-height: 1.1;
    letter-spacing: -0.11px;
    margin-bottom: 22px;
  }

  .anniversary-page .blackfriday-hero.anniversary .additional-text {
    font-size: 17px;
    line-height: 1.48;
    letter-spacing: 1.98px;
  }

  .anniversary-page .section-more {
    padding: 43px 0 13px;
  }

  .anniversary-page .section-more .slider .img-box img {
    transform: none;
  }

  .anniversary-content {
    padding-top: 15px;
  }

  .anniversary-content .intro-heading {
    padding-bottom: 23px;
  }

  .anniversary-content-holder {
    padding-top: 17px;
  }

  .anniversary-content-block {
    padding-bottom: 39px;
  }

  .anniversary-content-block .description h2 {
    font-size: 26px;
    line-height: 1.1;
    margin: 0 10px 14px;
  }

  .anniversary-content-block .description p {
    margin-bottom: 30px;
  }

  .recipes-section {
    padding: 42px 0 40px;
  }

  .recipes-section h2 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .photo-webinar-list {
    max-width: 300px;
  }

  .photo-webinar-list img {
    border-radius: 6px;
  }

  .photo-webinar-list .name {
    font-size: 8px;
    letter-spacing: 0.25px;
    border-radius: 0 0 6px 6px;
    padding: 4px 5px 2px;
  }

  .health-topics-page .news-post {
    padding-top: 40px;
  }

  .health-topics-page .news-post .s-box .col-8 {
    width: auto;
  }

  .health-topics-page .news-post .health-topics-post-frame {
    padding-bottom: 25px;
  }

  .health-topics-page .news-post .health-topics-post-frame + .tags {
    margin-top: 0;
    padding-top: 9px;
  }

  .health-topics-page .news-post .image-container {
    padding: 15px 0 25px;
  }

  .health-topics-page .news-post .image-container h2 {
    margin-bottom: 17px;
  }

  .health-topics-page .news-post ul:not([class]) li:before {
    top: 11px;
  }

  .health-topics-page .news-post .accordion .opener {
    font-size: 18px;
    padding: 12px 45px 12px 0;
  }

  .health-topics-page .news-post .accordion .opener:before,
  .health-topics-page .news-post .accordion .opener:after {
    width: 18px;
    right: -9px;
    margin-top: 0;
  }

  .health-topics-page .news-post .accordion .slide {
    padding: 4px 0 16px 20px;
  }

  .health-topics-page .content-inline-ad,
  .health-topics-page .up-next-article {
    padding-top: 5px;
  }

  .health-topics-list {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 28px 20px;
    margin-bottom: 48px;
  }

  .health-topics-list .title {
    font-size: 18px;
    line-height: 1.34;
  }

  .frozen-hero {
    padding: 10px 0 50px;
    background-image: radial-gradient(circle at 54% 37%, #ffcf77, #ffcf77 51%, #ffa132 124%);
  }

  .frozen-hero .sign {
    right: 12px;
    top: -11px;
  }

  .frozen-hero .container {
    display: block;
  }

  .frozen-hero .image-block {
    width: 375px;
    width: calc(100% + 20px + 20px);
    max-width: none;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 -20px 20px;
  }

  .frozen-hero .image-block img {
    width: 100%;
  }

  .frozen-hero .text-block {
    width: auto;
    margin: 0;
    text-align: center;
  }

  .frozen-hero .text-block .frozen-hero_headline {
    max-width: 302px;
    margin: 0 auto;
  }

  .frozen-hero .text-block .title {
    display: block;
    text-align: left;
    font-size: 37px;
    margin-bottom: 12px;
  }

  .frozen-hero .text-block h1 {
    margin-bottom: 13px;
  }

  .frozen-hero .text-block p {
    margin-bottom: 30px;
  }

  .frozen-hero .text-block .list {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.28px;
    max-width: 302px;
    margin: 0 auto;
    padding-bottom: 13px;
  }

  .frozen-hero .text-block .list li {
    padding-bottom: 15px;
  }

  .frozen-hero .text-block .list li:before {
    top: 4px;
    font-size: 0.85em;
  }

  .frozen-page_products-lightbox .title {
    display: none;
  }

  .frozen-page_products-lightbox .fancybox-button {
    padding: 5px;
    width: 40px;
    height: 40px;
  }

  .frozen-page_info {
    padding: 40px 0 33.1vw;
  }

  .frozen-page_info .img-stretch img {
    object-position: center bottom;
  }

  .frozen-page_info .text-block {
    width: auto;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
  }

  .frozen-page_info h2 {
    margin-bottom: 14px;
  }

  .frozen-page_products {
    padding: 50px 0;
  }

  .frozen-page_products .button-holder {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.36px;
  }

  .frozen-page_products .button-holder p {
    max-width: 250px;
    margin: 0 auto 28px;
  }

  .frozen-page_product-holder {
    display: block;
    margin: 0 0 -9px;
  }

  .frozen-page_product-holder .frozen-page_product-item {
    width: auto;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 0 40px;
  }

  .frozen-page_product-item .image-block {
    margin-bottom: 23px;
  }

  .frozen-page_product-item .link-zoom {
    margin-bottom: 25px;
  }

  .frozen-page_product-item .title {
    min-height: 0;
    max-width: 240px;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 8px;
  }

  .frozen-page_social {
    padding: 51px 0 55.5vw;
  }

  .frozen-page_social .img-stretch img {
    object-position: center bottom;
  }

  .frozen-page_social .text-block {
    width: auto;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
  }

  .frozen-page_social h2 {
    margin-bottom: 13px;
  }

  .frozen-page_social p {
    margin-bottom: 26px;
  }

  .frozen-page_social .social-networks {
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 -12px;
  }

  .frozen-page_social .social-networks li {
    padding: 0 12px;
  }

  .frozen-page_testimonials {
    padding: 42px 0 326px;
  }

  .frozen-page_testimonials .testimonials-slider {
    width: 75%;
  }

  .frozen-page_testimonials .testimonials-slider:before {
    top: -42px;
    right: -37.5%;
  }

  .frozen-page_testimonials .testimonials-slider .slick-dots {
    padding-top: 30px;
  }

  .frozen-page_testimonials .testimonials-slider blockquote {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.2px;
  }

  .store-locator-page .banner-post-heading .container {
    padding-top: 61px;
    padding-bottom: 60px;
  }

  .store-locator-page .banner-post-heading .decor.right {
    top: auto;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-resolution: 144dpi) {
  .intro-post:before {
    background-image: url(./images/decor-onion-m@2x.png);
    background-size: 128px 241px;
  }

  .join-block:before,
  .join-block:after {
    background-image: url(./images/decor-join-block-01-m@2x.png);
    background-size: 43px 159px;
  }

  .join-block:after {
    background-image: url(./images/decor-join-block-02-m@2x.png);
    background-size: 113px 156px;
  }

  .join-block.join-social:before {
    background-image: url(./images/decor-onion-02-m@2x.png);
    background-size: 103px 134px;
  }

  .join-block.join-social:after {
    background-image: url(./images/decor-vegetables-03-m@2x.png);
    background-size: 87px 127px;
  }

  .join-block .benefits li:before {
    background-image: url(./images/bg-circle-01-m@2x.png);
    background-size: 35px 35px;
  }

  .stars .stars-inner {
    background-image: url(./images/bg-stars-m@2x.png);
    background-size: 112px 18px;
  }

  .cooking-course-page .join-block:before {
    background-image: url(./images/decor-vegetables-04-m@2x.png);
    background-size: 102px 339px;
  }

  .cooking-course-page .join-block:after {
    background-image: url(./images/decor-vegetables-05-m@2x.png);
    background-size: 118px 324px;
  }

  .cooking-course-page .join-block.benefits-frame:before {
    background-image: url(./images/decor-vegetables-06-m@2x.png);
    background-size: 125px 83px;
  }

  .cooking-course-page .join-block.benefits-frame:after {
    background-image: url(./images/decor-vegetables-07-m@2x.png);
    background-size: 90px 92px;
  }

  .cooking-course-page .join-block.benefits-frame .text-block:before,
  .cooking-course-page .join-block.benefits-frame .text-block:after {
    background-image: url(./images/decor-vegetables-10-m@2x.png);
    background-size: 80px 117px;
  }

  .cooking-course-page .join-block.benefits-frame .text-block:after {
    background-image: url(./images/decor-vegetables-11-m@2x.png);
    background-size: 108px 138px;
  }

  .cooking-course-page .join-block.promo-course:before {
    background-image: url(./images/decor-vegetables-08-m@2x.png);
    background-size: 119px 649px;
  }

  .cooking-course-page .join-block.promo-course:after {
    background-image: url(./images/decor-vegetables-09-m@2x.png);
    background-size: 109px 601px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .post-filters .col:first-child {
    padding-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .hello-bar.black-friday .promo-columns {
    font-size: 9px;
  }

  .hello-bar.black-friday .promo-columns strong {
    font-size: 10px;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .t-box b i {
    display: block;
  }

  .recipe-app-page.meal-planer-page .post-item.promo-full.post-cols-get-started .separate-offer {
    display: block;
    width: 100%;
  }
}

@media (max-width: 374px) {
  body {
    font: 17px/1.78 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  }

  h3,
  .h3 {
    font-size: 15px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  .common-page ul:not([class]) li {
    padding-left: 10px;
  }

  .common-page ul:not([class]) li:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }

  .common-page ol li {
    padding-left: 15px;
  }

  .news-post .info-list li > span,
  .intro-post .info-list li > span {
    font-size: 13px;
  }

  .news-post .info-list i,
  .intro-post .info-list i {
    font-size: 19px;
    padding-top: 5px;
  }

  .news-post .info-list i.icon-serving,
  .intro-post .info-list i.icon-serving {
    font-size: 23px;
  }

  ul li.print-box {
    margin-right: 0 !important;
  }

  ul li.print-box .slide-print {
    left: 50%;
    transform: translateX(-50%);
  }

  .product-download .download-form {
    padding: 59px 5px 30px;
  }

  .post-item.promo-full .row {
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .post-item .label {
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .post-item p.custom-txt {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .product-post .post-content {
    padding: 59px 15px 30px;
  }

  .product-post.post-right .post-content {
    padding: 59px 15px 30px;
  }

  .contributors-holder .col-3 {
    width: auto;
  }

  .shop-content .shop-tab {
    display: block;
  }

  .shop-content .item {
    width: auto;
  }

  .shop-product-page .product-holder .product-slider {
    width: calc(100% - 60px);
  }

  .shop-product-page .product-holder .slider-tabs {
    width: 50px;
    margin-left: 10px;
  }

  .shop-product-page .product-holder .slider-tabs .slide {
    width: 50px !important;
    margin-bottom: 10px;
  }

  .intro-promo {
    padding: 20px 0;
  }

  .cooking-course-page .promo-full .row {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .cooking-course-page .promo-full h3 {
    font-size: 22px;
  }

  .cooking-course-page .promo-full p {
    font-size: 15px;
  }

  .courses-holder {
    margin: 0;
  }

  .course-block {
    padding: 40px 15px 25px;
  }

  .course-block .label {
    font-size: 12px;
  }

  .course-block .heading img {
    margin-top: -2px;
  }

  .course-block h2 {
    font-size: 22px;
  }

  .course-block .list-holder ul {
    font-size: 13px;
    line-height: 1.5;
  }

  .course-block .list-holder ul li {
    padding: 0 0 15px 25px;
  }

  .dr-list li {
    width: 100%;
  }

  .dr-list .inform {
    letter-spacing: 1px;
    padding: 10px;
  }

  .menu-bar .recipes-slide.js-helloBarHeight {
    max-height: calc(100vh - 55px - 48px - 138px);
  }

  .offers {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .post-holder.is-grid .inner {
    margin: 0 -10px;
  }

  .post-holder.is-grid .post-item {
    padding: 0 10px 40px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .post-holder.is-grid .img-block {
    height: 200px;
  }

  .post-holder.is-grid .category a,
  .post-holder.is-grid .category span {
    padding: 12px 10px 8px;
  }

  .post-holder.is-grid h3 {
    margin: 15px 5px 0;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}