/*! 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;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 16, 2021 */

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

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

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

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

[class^="icon-"],
.main-nav > li > a:after,
.footer-nav .title-opener:before,
.cookie-banner .container:before,
.accordion .opener:before,
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-arrow-right-long:before {
  content: "\e910";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-plus:before,
.main-nav > li > a:after,
.footer-nav .title-opener:before,
.accordion .opener:before {
  content: "\e90d";
}

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

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

/* Slick slider styles */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}

ul,
ol,
.nav-drop ul li,
.footer-nav ul,
.social-networks,
.footer-list,
.star-rate,
.photo-webinar-list,
.stars-rating-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

* {
  max-height: 1000000px;
}

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

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;
}

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

ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 30px;
  margin: 0;
}

ul:not([class]) {
  padding: 0 0 10px;
}

ul:not([class]) li {
  position: relative;
  padding: 0 0 10px 15px;
}

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

h1,
.h1,
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.1;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: inherit;
}

h1,
.h1 {
  font-size: 1.63rem;
}

h2,
.h2 {
  font-size: 1.38rem;
}

h3,
.h3 {
  font-size: 1.06rem;
  line-height: 1.18;
  letter-spacing: 1.98px;
}

h4,
.h4 {
  font-size: 1rem;
}

h5,
.h5 {
  font-size: 0.94rem;
}

h6,
.h6 {
  font-size: 0.94rem;
}

p {
  margin: 0 0 18px;
}

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

a:hover {
  color: #00243e;
  text-decoration: none;
}

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: #999;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: block;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 15px 30px;
  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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #999;
}

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'] {
  outline: none;
  transition: color .3s, background .3s, border .3s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

@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: #00243e;
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f2f2f2;
  /* 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.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;
  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 .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[id="footer"].alt-footer .footer-copy {
  padding-right: 30px;
}

[id="footer"].alt-footer .footer-list li {
  padding-right: 30px;
}

[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;
  line-height: 1;
}

.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;
}

.container-wrap,
.container {
  max-width: 1326px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

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

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

.btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #00243e;
  background: #10c1a0;
  border: none;
  font: 700 14px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  min-width: 256px;
  text-align: center;
  padding: 18px 20px 17px;
  margin: 0;
}

.btn:hover {
  color: #fff;
  background: #0da085;
}

.btn.btn-red-light {
  background: #dd414a;
  color: #ffffff;
}

.btn.btn-red-light:hover {
  background: #c7242d;
}

.btn .icon-arrow-right-long {
  font-size: 0.7em;
  margin: 3px 0 0 22px;
  display: inline-block;
  vertical-align: top;
}

.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;
}

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

.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-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-yellow {
  background: #fdf7ba;
}

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

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

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

.color-white {
  color: #fff;
}

.mb-5 {
  margin-bottom: 25px;
}

.section {
  padding: 40px 0;
}

.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%;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: -19px 0 0;
  padding: 0;
  background: none;
  border: none;
  color: #00243e;
  font-size: 2.2rem;
  line-height: 1;
  z-index: 100;
}

.slick-slider .slick-prev.slick-disabled,
.slick-slider .slick-next.slick-disabled {
  opacity: 0.5;
}

.slick-slider .slick-prev {
  left: 15px;
}

.slick-slider .slick-next {
  right: 15px;
}

.slick-slider .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -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;
}

.headline {
  text-align: center;
  padding-bottom: 12px;
}

.headline .rate-box {
  -ms-flex-pack: center;
  justify-content: center;
}

.rate-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.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;
}

.rate-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 19px;
}

.rate-container .rate-box {
  padding: 0 20px 0 0;
}

.rate-box {
  padding-bottom: 30px;
}

.rate-box .rated-count {
  font: 700 16px/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
  color: #02a58f;
  margin: 3px 7px 0 0;
}

.rate-box .img-rate {
  width: 125px;
}

.rate-box .img-rate img {
  display: block;
}

.rate-box .star-rate {
  font-size: 21px;
}

.app-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px 20px;
}

.app-holder a {
  display: block;
  width: 157px;
  margin: 0 10px;
  transition: opacity 0.3s;
}

.app-holder a:hover {
  opacity: 0.8;
}

.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: #fff;
  transform: rotate(-11deg);
  font-family: "Freehand575", "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
  line-height: .75;
  z-index: 1;
  padding-top: 68px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  position: absolute;
  top: -159px;
  left: -98px;
  line-height: 1;
  font-size: 16px;
}

.discount-box span {
  font-size: 3.375em;
}

.discount-box strong {
  font-size: 5em;
  font-weight: 400;
  line-height: .9;
}

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

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

.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%;
}

.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;
  max-width: 1296px;
  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;
}

.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: #002940;
  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: #002940;
}

.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;
}

.hero-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}

.hero-section.five-boxes .hero-block.d {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.hero-section.single-hero {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.hero-section.single-hero .hero-block.a {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.hero-section .hero-block {
  position: relative;
}

.hero-section .hero-block.a {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.hero-section .hero-block.b {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.hero-section .hero-block.c {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

.hero-section .hero-block.d {
  grid-column: 1 / 3;
  -ms-grid-row: 4;
  grid-row: 4;
}

.hero-section .hero-block.e {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}

.hero-section .hero-block.text-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px 7%;
}

.hero-section .hero-block.text-block h2 {
  margin: 0;
  font-size: 1.44rem;
  line-height: 1.22;
  letter-spacing: -0.23px;
}

.hero-section .hero-block.text-block h2 span {
  display: block;
}

.hero-section .hero-block img {
  width: 100%;
}

.hero-section .hero-block .description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  text-align: center;
  padding: 19px 20px 18px;
  letter-spacing: -0.07px;
  font: 1.25rem/1.35 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.hero-section .hero-block .description .logo {
  width: 225px;
  margin: 0 auto 22px;
}

.hero-section .hero-block .description img {
  width: auto;
}

.hero-section .hero-block .description .rate-container {
  margin-top: -5px;
}

.hero-section .hero-block .description .rate-container .note {
  margin: 0;
}

.hero-section .hero-block .description .app-holder {
  margin: 0 -5px -3px;
}

.hero-section .hero-block .description .app-holder a {
  width: 143px;
  margin: 0 5px;
}

.hero-section .hero-block .description .app-holder img {
  width: 100%;
}

.hero-section .hero-block .description .note {
  display: block;
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 0.88rem;
  line-height: 1.76;
  letter-spacing: 0.28px;
  margin: 13px 0 0;
}

.hero-section .hero-block .description .note br {
  display: none;
}

.hero-section .hero-block .by {
  position: absolute;
  right: 10px;
  bottom: -21px;
  text-transform: uppercase;
  font: 0.56rem/1.3 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.9px;
}

.page-template-template-meal_planner3 .blackfriday-hero.meal-planner {
  margin-top: 140px;
}

@media screen and (max-width: 810px) {
  .page-template-template-meal_planner3 .blackfriday-hero.meal-planner {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-template-meal_planner3 .blackfriday-hero.meal-planner {
    margin-top: 130px;
  }
}

.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 .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 .image-holder {
  width: 56%;
  text-align: center;
}

.blackfriday-hero .image-holder .frame {
  display: inline-flex;
  align-items: flex-end;
  vertical-align: top;
  position: relative;
  z-index: 2;
  height: 100%;
}

.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 .note-frame {
  padding-top: 19px;
  letter-spacing: 0;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 29px;
}

.faq-block {
  max-width: 765px;
  margin: 0 auto;
  padding-bottom: 16px;
  text-align: left;
}

.faq-block.two-columns {
  max-width: none;
}

.accordion li {
  margin-bottom: 14px;
}

.accordion .opener {
  position: relative;
  color: #002940;
  background: #f2f2f2;
  line-height: 1.5;
  padding: 11px 50px 11px 20px;
  min-height: 69px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.accordion .opener:hover {
  color: #02a58f;
}

.accordion .opener:before {
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
  color: #02a58f;
  font-size: 1.13rem;
}

.accordion .slide {
  overflow: hidden;
  width: 100%;
  position: relative;
  font-size: 0.95em;
}

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

.accordion .slide-frame {
  padding: 0 30px 15px;
  background: #f2f2f2;
}

.reviews-section {
  position: relative;
}

.reviews-section h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 29px;
}

.reviews-slider {
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  margin: 0 auto -5px;
}

.reviews-slider.slick-initialized {
  display: block;
}

.reviews-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.reviews-slider .slide {
  background: #fff;
  text-align: center;
  height: inherit;
  margin: 0 5px;
  padding: 19px 20px;
}

.reviews-slider .slick-prev,
.reviews-slider .slick-next {
  color: #fff;
}

.reviews-slider .slick-prev {
  left: -29px;
}

.reviews-slider .slick-next {
  right: -29px;
}

.reviews-slider .star-rating-holder {
  padding-bottom: 15px;
}

.reviews-slider .star-rating-holder img {
  margin: 0 auto;
}

.reviews-slider blockquote {
  margin: 0;
}

.reviews-slider blockquote cite {
  display: block;
  text-transform: uppercase;
  color: #02a58f;
  font: 700 1rem/1.14 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.2px;
  margin-bottom: 14px;
}

.reviews-slider blockquote p {
  margin-bottom: 0;
}

.join-section {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.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: -34px;
  width: 132px;
  transform: scale(-1, 1);
}

.join-section .decor-container .decor .st0 {
  fill: #00243e;
}

.join-section .container-wrap *:last-child {
  margin-bottom: 0;
}

.join-section h2 {
  text-transform: none;
}

.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 .container {
  max-width: 1200px;
}

.blackfriday-hero.anniversary .logo-anniversary {
  position: absolute;
  bottom: 71px;
  right: 20px;
  z-index: -1;
}

.blackfriday-hero.anniversary .discount-block {
  color: #002940;
  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: #002940;
}

.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: #002940;
}

.blackfriday-hero.anniversary .btn:hover {
  background: #003d5f;
}

.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.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.new-year {
  background: #00243e;
}

.blackfriday-hero.new-year .discount-block {
  color: #002940;
  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 10px -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.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: #0da085;
}

.blackfriday-hero.labor-day .discount-block {
  background: #f43a45;
  color: #ffffff;
  top: -98px;
  padding: 30px 20px 50px 38px;
  line-height: 0.88;
}

.blackfriday-hero.labor-day .discount-block span {
  margin: 0 -24px 8px 0;
}

.blackfriday-hero.labor-day .text-block {
  width: 40%;
  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: 58%;
  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);
}

.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;
}

.labor-hero {
  background: #002940;
  overflow: hidden;
}

.labor-hero-holder {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-top: 74px;
}

.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: 36px;
  padding-bottom: 27px;
}

.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: 0;
  font-size: 83px;
  line-height: 1;
}

.labor-hero-holder .inline-ads-intro-heading p {
  font-size: 33px;
  letter-spacing: 1.65px;
}

.labor-hero-holder .panel-content {
  font-size: 16px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1.5px;
  line-height: 1.8;
  margin-bottom: 33px;
}

.labor-hero-holder .panel-content > *:last-child {
  margin-bottom: 0;
}

.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;
}

.intro-meal-planner-section {
  text-align: center;
}

.intro-meal-planner-section + .testimonials-section {
  padding: 20px 0;
}

.intro-meal-planner-section .rate-box {
  padding-bottom: 26px;
}

.intro-meal-planner-section .rate-box .rated-count {
  font-size: 20px;
  margin: 0 10px 0 0;
}

.intro-meal-planner-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 1px;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.72;
}

.intro-meal-planner-holder .block {
  width: 50%;
  padding: 0 10px 12px;
}

.intro-meal-planner-holder .icon-block {
  width: 59px;
  margin: 0 auto 16px;
}

.intro-meal-planner-holder h3 {
  margin-bottom: 9px;
}

.recipes-meal-planner-section {
  text-align: center;
}

.recipes-meal-planner-section + .benefits-section .container-wrap:before,
.recipes-meal-planner-section + .benefits-section .container-wrap:after {
  display: none;
}

.recipes-meal-planner-slider {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  max-width: 210px;
  margin: -2px auto 0;
}

.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-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;
}

.info-meal-planner-section .image-block {
  margin: 5px 0 20px -36px;
  text-align: center;
}

.info-meal-planner-section h2 {
  text-align: center;
  margin-bottom: 18px;
}

.info-meal-planner-section .button-frame {
  text-align: center;
}

.info-meal-planner-list {
  padding-bottom: 15px;
}

.info-meal-planner-list li {
  position: relative;
  padding: 0 3px 15px 39px;
}

.info-meal-planner-list .icon {
  position: absolute;
  top: 3px;
  left: -1px;
  width: 26px;
  text-align: center;
}

.pricing-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pricing-section h2 {
  text-align: center;
  margin-bottom: 39px;
}

.pricing-section .decor-container img {
  opacity: 0.18;
  position: absolute;
  z-index: -1;
}

.pricing-section .decor-container .decor-leafy-green {
  top: -41px;
  left: -1.5%;
}

.pricing-section .decor-container .decor-beet {
  top: 38px;
  right: -49px;
}

.pricing-section .decor-container .decor-onion {
  bottom: 42px;
  left: -43px;
}

.pricing-section .decor-container .decor-orange {
  top: 34.5%;
  right: -77px;
}

.pricing-section .decor-container .decor-lettuce {
  bottom: -45px;
  left: -4px;
}

.pricing-section .decor-container .decor-nuts {
  bottom: -48px;
  left: 27.3%;
}

.pricing-section .decor-container .decor-bananas {
  bottom: -59px;
  right: 6.5%;
}

.pricing-holder {
  padding-bottom: 7px;
}

.pricing-holder.option2 .pricing-block {
  font-size: 0.88rem;
  line-height: 1.2;
  letter-spacing: 0.18px;
}

.pricing-holder.option2 .pricing-block .frame {
  padding: 0 0 6px;
}

.pricing-holder.option2 .pricing-block ins {
  margin-bottom: 4px;
  font: 0.88rem/1.2 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.pricing-holder.option2 .pricing-block ins span {
  vertical-align: bottom;
  margin-right: 5px;
  font: 700 1.06rem/1.1 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.pricing-holder.option2 .pricing-block ins sup {
  font-size: 100%;
  top: 0;
}

.pricing-holder.option2 .pricing-block del {
  margin-top: 0;
  font-size: 0.88rem;
}

.pricing-holder .pricing-block {
  padding: 10px 15px 9px;
  margin-bottom: 15px;
  color: #00243e;
  background: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 70px;
  position: relative;
  z-index: 1;
}

.pricing-holder .pricing-block.best-value {
  box-shadow: 0 0 0 2px #02a58f inset;
}

.pricing-holder .pricing-block p {
  margin-bottom: 0;
}

.pricing-holder .pricing-block .label-best-value {
  position: absolute;
  left: 15px;
  top: -13px;
  color: #fff;
  background: #02a58f;
  padding: 5px 10px 6px;
  font: 700 0.88rem/1.1 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pricing-holder .pricing-block .label-price {
  position: absolute;
  top: -63px;
  left: -11px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #02a58f;
  font: 1.81rem/0.8 "Freehand575", "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
  letter-spacing: 0;
  padding: 8px 4px 4px;
  transform: rotate(-11deg);
}

.pricing-holder .pricing-block .title {
  display: block;
  text-transform: uppercase;
  font: 700 1.06rem/1.18 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.pricing-holder .pricing-block .price {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 1px 0 0;
}

.pricing-holder .pricing-block ins {
  display: block;
  text-decoration: none;
  font: 1.63rem/1.2 "Freehand575", "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
  letter-spacing: 0;
}

.pricing-holder .pricing-block ins span {
  font-size: 1.46em;
  display: inline-block;
  vertical-align: top;
  margin: 3px 13px 0 0;
}

.pricing-holder .pricing-block ins sup {
  font-size: 63%;
  top: -0.4em;
}

.pricing-holder .pricing-block del {
  display: inline-block;
  vertical-align: top;
  font: 700 1.06rem/1.18 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  position: relative;
  margin: -18px 0 0;
}

.pricing-holder .pricing-block del:before {
  content: '';
  background: #dd414a;
  height: 1px;
  position: absolute;
  left: -5px;
  right: -5px;
  top: 50%;
  transform: rotate(-7deg) translateY(-50%);
}

.note-list {
  font-size: 0.88rem;
  line-height: 1.4;
  font-style: italic;
  text-align: center;
  padding-bottom: 25px;
}

.note-list li {
  padding-bottom: 7px;
}

.about-section {
  color: #fff;
  background: #002940;
  text-align: center;
  padding: 82px 0 81px;
}

.about-section .intro-heading {
  text-align: center;
  max-width: 874px;
  margin: 0 auto;
  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: #002940;
  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;
}

.stars-rating-list {
  display: -ms-flexbox;
  display: flex;
  color: #e8e7e7;
  font-size: 25px;
  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: 7px;
}

.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;
}

.testimonials-section {
  padding: 60px 0;
}

.testimonials-section .container-wrap {
  position: relative;
  z-index: 1;
}

.testimonials-section .decor-container .decor {
  position: absolute;
  z-index: -1;
}

.testimonials-section .decor-container .decor.decor-beet {
  top: -48px;
  left: 9px;
  width: 76px;
  transform: scale(-1, 1) rotate(-9deg);
}

.testimonials-section .decor-container .decor.decor-leafy-green {
  bottom: -36px;
  right: -17px;
  width: 91px;
  transform: scale(-1, 1) rotate(-90deg);
}

.testimonials-section .decor-container .decor.decor-orange {
  bottom: -47px;
  left: -18px;
  width: 77px;
}

.testimonials-section .decor-container .decor.decor-onion {
  top: -45px;
  right: -8px;
  width: 73px;
}

.testimonials-section .decor-container .decor.decor-wheat {
  top: -42px;
  left: -6px;
  width: 59px;
}

.testimonials-section .decor-container .decor.decor-bananas {
  bottom: -31px;
  right: -10px;
  width: 92px;
  transform: rotate(-8deg);
}

.testimonials-section .decor-container .decor .st0 {
  fill: #f2f2f2;
}

.testimonials-block {
  text-align: center;
  max-width: 546px;
  margin: 0 auto;
}

.testimonials-block .img-rate {
  margin-bottom: 6px;
}

.testimonials-block blockquote {
  margin: 0;
}

.testimonials-block blockquote p {
  margin-bottom: 16px;
}

.testimonials-block blockquote cite {
  display: block;
  color: #02a58f;
  font: 700 1em/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.stories-section + .testimonials-section {
  padding-top: 20px;
}

.stories-holder {
  padding: 3px 0 0;
}

.story-block {
  padding-bottom: 12px;
}

.story-block .image-block {
  text-align: center;
  margin-bottom: 19px;
}

.story-block .category {
  display: block;
  color: #02a58f;
  text-transform: uppercase;
  letter-spacing: 0.97px;
  font: 700 0.81rem/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 14px;
}

.story-block .title {
  display: block;
  letter-spacing: -0.07px;
  font: 700 1.19rem/1.37 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 14px;
}

.about-meal-planner-section {
  padding-top: 20px;
}

.about-meal-planner-section .block {
  padding-bottom: 42px;
}

.about-meal-planner-section blockquote {
  margin: 0;
  position: relative;
  padding: 20px 20px 23px;
  background: #f2f2f2;
}

.about-meal-planner-section blockquote:before {
  content: '';
  border: solid;
  border-width: 32px 0 0 67px;
  border-color: #f2f2f2 transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -31px;
  left: 58px;
}

.about-meal-planner-section blockquote p {
  margin-bottom: 15px;
}

.about-meal-planner-section blockquote cite {
  display: block;
  color: #02a58f;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  font: 700 0.88em/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.about-meal-planner-section .image-block {
  text-align: right;
  position: relative;
  margin: -51px -20px 0 auto;
}

.about-meal-planner-section .image-block .by {
  position: absolute;
  bottom: 11px;
  left: 0;
  letter-spacing: 0.31px;
  font: 0.63rem/1.2 "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.about-meal-planner-section .description {
  text-align: center;
}

.about-meal-planner-section .description h2 {
  margin-bottom: 19px;
}

.about-meal-planner-section .info-meal-planner-list {
  text-align: left;
  max-width: 266px;
  margin: 0 auto;
}

.about-meal-planner-section .button-frame {
  padding-bottom: 21px;
}

.about-meal-planner-section .note-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-bottom: -6px;
}

.about-meal-planner-section .note-list li:before {
  content: '|';
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}

.about-meal-planner-section .note-list li:first-child:before,
.about-meal-planner-section .note-list li:last-child:before {
  display: none;
}

.about-meal-planner-section .note-list li:last-child {
  width: 100%;
}

.benefits-section .container-wrap {
  position: relative;
}

.benefits-section .container-wrap:before,
.benefits-section .container-wrap:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: -40px;
  border-top: 1px solid #ccd3d8;
}

.benefits-section .container-wrap:after {
  top: auto !important;
  bottom: -40px;
}

.benefits-block {
  text-align: center;
  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;
  padding: 11px 0 21px;
}

.benefits-block:nth-child(even) .decor,
.benefits-block:only-child .decor {
  right: auto;
  left: 45px;
  transform: translateX(-100%);
}

.benefits-block .image-block {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}

.benefits-block .decor {
  position: absolute;
  bottom: 22px;
  right: 58px;
  z-index: -1;
  transform: translateX(100%);
  opacity: 0.7;
}

.benefits-block .decor.decor-lettuce {
  bottom: 34px;
  transform: translateX(-100%) rotate(-31deg);
}

.benefits-block .decor.decor-orange {
  bottom: 26px;
  right: 94px;
  transform: translateX(100%) scale(-1, 1);
}

.benefits-block .decor.decor-wheat {
  bottom: 9px;
  left: 72px;
  width: 84px;
  transform: translateX(-100%) rotate(-67deg);
}

.benefits-block .decor .st0 {
  fill: #02a58f;
}

.benefits-block .description {
  max-width: 400px;
  margin: 0 auto;
}

.benefits-block .description .app-holder {
  padding-top: 12px;
  margin-bottom: 0;
}

.app-section {
  text-align: center;
  overflow: hidden;
  padding: 22px 0 0;
}

.app-section .app-holder {
  padding-top: 5px;
}

@media (min-width: 480px) {
  .hero-section .hero-block.text-block h2 {
    font-size: 5vw;
  }

  .hero-section .hero-block .description {
    max-width: 400px;
    margin: 0 auto;
  }

  .recipes-meal-planner-slider {
    max-width: 420px;
  }

  .recipes-meal-planner-slider .slick-prev {
    left: -30px;
  }

  .recipes-meal-planner-slider .slick-next {
    right: -30px;
  }

  .pricing-section h2 {
    margin-bottom: 56px;
  }

  .pricing-holder {
    max-width: 400px;
    margin: 0 auto;
  }

  .pricing-holder .pricing-block .label-price {
    top: -58px;
  }
}

@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    line-height: 1.26;
  }

  .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;
  }

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

  .headline {
    max-width: 700px;
    margin: 0 auto;
  }

  .rate-container {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .app-holder a {
    width: 170px;
  }

  .hero-section {
    -ms-grid-columns: 24.615% 24.615% 25.385% 25.385%;
    grid-template-columns: 24.615% 24.615% 25.385% 25.385%;
  }

  .hero-section.five-boxes .hero-block.d {
    grid-column: 3 / 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .hero-section.single-hero .hero-block.a {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .hero-section .hero-block.b {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .hero-section .hero-block.c {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .hero-section .hero-block.d {
    grid-column: 3 / 5;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .hero-section .hero-block.e {
    grid-column: 4 / 5;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .hero-section .hero-block.text-block h2 {
    font-size: 3vw;
  }

  .hero-section .hero-block .description {
    font-size: 1.1rem;
    padding: 20px;
    right: auto;
    text-align: left;
  }

  .hero-section .hero-block .description .logo {
    width: 200px;
    margin-left: 0;
  }

  .hero-section .hero-block .description .app-holder {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
  }

  .hero-section .hero-block .description .app-holder a {
    width: 154px;
    margin: 0 10px;
  }

  .faq-block.two-columns .accordion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .faq-block.two-columns .accordion li {
    width: 50%;
    padding: 0 10px;
  }

  .reviews-slider {
    max-width: 650px;
  }

  .reviews-slider .slide {
    margin: 0 10px;
  }

  .intro-meal-planner-holder {
    max-width: 660px;
    margin: 0 auto;
  }

  .recipes-meal-planner-slider {
    padding: 9px 0 0;
    max-width: 730px;
  }

  .recipes-meal-planner-slider .slide {
    padding: 7px 10px 0;
  }

  .recipes-meal-planner-slider .slick-prev {
    left: -24px;
  }

  .recipes-meal-planner-slider .slick-next {
    right: -24px;
  }

  .recipe-meal-planner-block {
    font-size: 1rem;
  }

  .recipe-meal-planner-block .day {
    font-size: 0.8em;
  }

  .info-meal-planner-section .container-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .info-meal-planner-section .image-block {
    margin: 55px 0 0 -110px;
    width: calc(44.5% + 110px);
  }

  .info-meal-planner-section .description {
    width: 49.2%;
  }

  .info-meal-planner-section h2 {
    text-align: left;
  }

  .info-meal-planner-section .button-frame {
    text-align: left;
  }

  .pricing-section h2 br {
    display: none;
  }

  .pricing-section .decor-container img {
    transform: scale(0.75);
  }

  .pricing-section .decor-container .decor-beet {
    top: -72px;
    right: 5%;
  }

  .pricing-section .decor-container .decor-onion {
    bottom: 29.5%;
    left: 13.7%;
  }

  .pricing-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
    padding-bottom: 33px;
    max-width: none;
  }

  .pricing-holder.option2 .pricing-block {
    font-size: 1rem;
  }

  .pricing-holder.option2 .pricing-block .title {
    color: #00243e;
  }

  .pricing-holder.option2 .pricing-block .price {
    padding-top: 2px;
  }

  .pricing-holder.option2 .pricing-block ins {
    font-size: 1.13rem;
    letter-spacing: 0.36px;
    margin-bottom: 26px;
  }

  .pricing-holder.option2 .pricing-block ins span {
    font-size: 3.25rem;
    margin: 0 1px -8px 0;
  }

  .pricing-holder.option2 .pricing-block ins sup {
    font-size: 63%;
    top: -0.4em;
  }

  .pricing-holder.option2 .pricing-block del {
    font-size: 1.1rem;
    margin: -15px 0 25px;
  }

  .pricing-holder .pricing-block {
    width: 301px;
    margin: 0 10px;
    padding: 35px 15px 24px;
    display: block;
  }

  .pricing-holder .pricing-block.best-value {
    box-shadow: 0 0 0 4px #02a58f inset;
  }

  .pricing-holder .pricing-block .label-best-value {
    font-size: 1rem;
    letter-spacing: 1.35px;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 20px 8px;
  }

  .pricing-holder .pricing-block .label-price {
    width: 112px;
    height: 112px;
    font-size: 2.5rem;
    left: -50px;
    top: -48px;
  }

  .pricing-holder .pricing-block .title {
    color: #02a58f;
    font-size: 1.33rem;
    line-height: 1.2;
    letter-spacing: 2.8px;
    margin-bottom: 14px;
  }

  .pricing-holder .pricing-block .price {
    text-align: center;
    display: block;
  }

  .pricing-holder .pricing-block ins {
    font-size: 2.25rem;
    letter-spacing: 0.72px;
    margin-bottom: 13px;
  }

  .pricing-holder .pricing-block ins span {
    vertical-align: bottom;
    font-size: 1.44em;
    letter-spacing: 0;
    margin: 0 2px -5px 0;
  }

  .pricing-holder .pricing-block del {
    margin: 0;
    font-size: 1.13rem;
    letter-spacing: 0.36px;
  }

  .pricing-holder .pricing-block del:before {
    left: -8px;
    right: -8px;
    margin-top: -1px;
  }

  .note-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    padding-bottom: 36px;
  }

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

  .note-list li:first-child:before {
    display: none;
  }

  .stories-section h2 br {
    display: none;
  }

  .story-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 32px;
  }

  .story-block:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .story-block .image-block {
    width: 35%;
  }

  .story-block .description {
    width: 60.8%;
  }

  .about-meal-planner-section .image-block {
    margin-right: -120px;
  }

  .benefits-holder {
    padding-bottom: 40px;
  }

  .benefits-block {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
  }

  .benefits-block:nth-child(odd) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .benefits-block:only-child {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .benefits-block .image-block {
    width: 34%;
    margin: 0;
  }

  .benefits-block .decor.decor-wheat {
    width: 110px;
    left: 91px;
  }

  .benefits-block .description {
    width: 58%;
    max-width: none;
    margin: 0;
  }

  .benefits-block .description .app-holder {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }

  body {
    line-height: 1.78;
    letter-spacing: 0.36px;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }

  h1,
  .h1 {
    font-size: 2.22rem;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1.33rem;
    line-height: 1.43;
    letter-spacing: 2.8px;
  }

  h4,
  .h4 {
    font-size: 1.17rem;
  }

  h5,
  .h5 {
    font-size: 1.11rem;
  }

  h6,
  .h6 {
    font-size: 0.89rem;
  }

  .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;
  }

  .container-wrap,
  .container {
    padding: 0 30px;
  }

  .btn {
    padding: 19px 20px 17px;
    min-width: 250px;
    font-size: 16px;
    min-width: 235px;
  }

  .desktop-hidden {
    display: none !important;
  }

  .section {
    padding: 83px 0 80px;
  }

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

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

  .slick-slider .slick-dots button {
    width: 12px;
    height: 12px;
  }

  .headline {
    max-width: 830px;
    padding-bottom: 21px;
  }

  .rate-container {
    padding-bottom: 28px;
  }

  .app-holder a {
    width: 194px;
  }

  .hero-section.single-hero .hero-block .description {
    max-width: 450px;
  }

  .hero-section .hero-block .description {
    text-align: left;
    left: 50px;
    bottom: 30px;
    padding: 30px 30px 28px;
  }

  .hero-section .hero-block .description .logo {
    width: 250px;
    margin-bottom: 27px;
  }

  .hero-section .hero-block .description p {
    margin-bottom: 24px;
  }

  .hero-section .hero-block .description p br {
    display: none;
  }

  .hero-section .hero-block .description .rate-container {
    margin-top: -3px;
  }

  .hero-section .hero-block .description .rate-container .note {
    margin-top: 2px;
  }

  .hero-section .hero-block .description .app-holder {
    margin-bottom: -5px;
  }

  .hero-section .hero-block .description .app-holder a {
    width: 190px;
  }

  .hero-section .hero-block .by {
    right: 51px;
    bottom: -23px;
    letter-spacing: 1px;
  }

  .faq-section h2 {
    margin-bottom: 38px;
  }

  .faq-block {
    padding-bottom: 20px;
  }

  .accordion li {
    margin-bottom: 20px;
  }

  .accordion .opener {
    min-height: 80px;
    padding: 12px 65px 10px 29px;
  }

  .accordion .opener:before {
    right: 32px;
    margin: 0;
  }

  .accordion .slide {
    font-size: 1em;
  }

  .accordion .slide-frame {
    padding: 10px 55px 45px;
  }

  .reviews-section h2 {
    margin-bottom: 38px;
  }

  .reviews-slider {
    max-width: none;
    margin: 0 -10px -5px;
  }

  .reviews-slider .slide {
    margin: 0 10px;
    padding: 29px;
  }

  .reviews-slider .star-rating-holder {
    padding-bottom: 18px;
  }

  .reviews-slider blockquote cite {
    font-size: 1.11rem;
    margin-bottom: 18px;
  }

  .join-section .container-wrap {
    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;
  }

  .intro-meal-planner-section + .testimonials-section {
    padding: 0 0 33px;
  }

  .intro-meal-planner-section .container-wrap {
    max-width: 1290px;
  }

  .intro-meal-planner-holder {
    max-width: none;
    margin: 0 -10px 21px;
    font-size: 0.78rem;
    line-height: 1.94;
  }

  .intro-meal-planner-holder .block {
    width: 25%;
    padding: 0 10px;
  }

  .intro-meal-planner-holder .icon-block {
    width: 110px;
    margin-bottom: 21px;
  }

  .intro-meal-planner-holder h3 {
    margin-bottom: 7px;
  }

  .recipes-meal-planner-section h2 br {
    display: none;
  }

  .recipes-meal-planner-slider {
    max-width: none;
    padding-top: 3px;
    margin: 0 -8px;
  }

  .recipes-meal-planner-slider .slick-list {
    transform: none !important;
    overflow: visible;
  }

  .recipes-meal-planner-slider .slick-track {
    -ms-flex-pack: center;
    justify-content: center;
    width: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 -10px;
  }

  .recipe-meal-planner-block {
    padding: 0 15px 14px;
    line-height: 1.34;
  }

  .recipe-meal-planner-block .image-block {
    margin: 0 -15px 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;
  }

  .info-meal-planner-section {
    padding-bottom: 23px;
  }

  .info-meal-planner-section .image-block {
    margin: 15px 0 0 -300px;
    width: calc(45% + 300px);
  }

  .info-meal-planner-section h2 {
    margin-bottom: 21px;
  }

  .info-meal-planner-list {
    padding-bottom: 22px;
  }

  .info-meal-planner-list li {
    padding: 0 0 17px 45px;
  }

  .pricing-section .decor-container img {
    transform: none;
  }

  .pricing-holder.option2 .pricing-block {
    font-size: 0.89rem;
  }

  .pricing-holder.option2 .pricing-block ins {
    font-size: 1rem;
  }

  .pricing-holder.option2 .pricing-block ins span {
    font-size: 2.89rem;
  }

  .pricing-holder .pricing-block .label-price {
    font-size: 2.22rem;
  }

  .pricing-holder .pricing-block ins {
    font-size: 2rem;
  }

  .pricing-holder .pricing-block del {
    font-size: 1rem;
  }

  .note-list {
    font-size: 0.89rem;
  }

  .testimonials-section {
    padding: 100px 0 97px;
  }

  .testimonials-section .decor-container .decor.decor-beet {
    top: -62px;
    left: 1.1%;
    width: 232px;
  }

  .testimonials-section .decor-container .decor.decor-leafy-green {
    bottom: -53px;
    right: 6.4%;
    width: 197px;
  }

  .testimonials-section .decor-container .decor.decor-orange {
    bottom: -30px;
    left: 3.6%;
    width: 182px;
  }

  .testimonials-section .decor-container .decor.decor-onion {
    top: -101px;
    right: 2%;
    width: 213px;
  }

  .testimonials-section .decor-container .decor.decor-wheat {
    top: -56px;
    left: 5.2%;
    width: 150px;
  }

  .testimonials-section .decor-container .decor.decor-bananas {
    bottom: -38px;
    right: 2.9%;
    width: 206px;
  }

  .testimonials-block .img-rate {
    margin-bottom: 9px;
  }

  .testimonials-block blockquote p {
    margin-bottom: 17px;
  }

  .testimonials-block blockquote cite {
    font-size: 1.11rem;
    letter-spacing: 1.5px;
  }

  .stories-section + .testimonials-section {
    padding-top: 40px;
  }

  .stories-section .container-wrap {
    max-width: 1154px;
  }

  .stories-holder {
    padding-top: 7px;
  }

  .story-block .image-block {
    width: 31.2%;
  }

  .story-block .description {
    padding-right: 20px;
  }

  .story-block .category {
    font-size: 0.89rem;
    letter-spacing: 1.2px;
  }

  .story-block .title {
    font-size: 1.11rem;
  }

  .about-meal-planner-section {
    padding: 40px 0 0;
  }

  .about-meal-planner-section .container-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-meal-planner-section .block {
    width: 42%;
    padding-bottom: 0;
  }

  .about-meal-planner-section blockquote {
    padding: 26px 25px 31px;
    max-width: 423px;
  }

  .about-meal-planner-section blockquote:before {
    border-width: 32px 0 0 70px;
    left: 65px;
  }

  .about-meal-planner-section blockquote p {
    margin-bottom: 19px;
  }

  .about-meal-planner-section blockquote cite {
    font-size: 0.83rem;
    letter-spacing: 0.47px;
  }

  .about-meal-planner-section .image-block {
    margin: -90px -154px 0 0;
  }

  .about-meal-planner-section .image-block .by {
    font-size: 0.67rem;
    letter-spacing: 0.38px;
  }

  .about-meal-planner-section .description {
    width: 42.3%;
    text-align: left;
    padding-bottom: 88px;
  }

  .about-meal-planner-section .info-meal-planner-list {
    max-width: none;
    margin: 0;
  }

  .about-meal-planner-section .note-list {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin: 0;
  }

  .about-meal-planner-section .note-list li {
    padding-bottom: 2px;
  }

  .benefits-section .container-wrap:before,
  .benefits-section .container-wrap:after {
    left: 30px;
    right: 30px;
    top: -83px;
  }

  .benefits-section .container-wrap:after {
    bottom: -80px;
  }

  .benefits-block .decor {
    bottom: 38px;
    right: 133px;
  }

  .benefits-block .decor.decor-onion {
    width: 216px;
  }

  .benefits-block .decor.decor-lettuce {
    bottom: 56px;
    width: 185px;
  }

  .benefits-block .decor.decor-orange {
    bottom: 43px;
    right: 172px;
    width: 189px;
  }

  .benefits-block .decor.decor-wheat {
    bottom: 24px;
    left: 121px;
    width: 150px;
  }

  .benefits-block .description h2 {
    margin-bottom: 13px;
  }

  .app-section {
    padding-top: 57px;
  }

  .app-section .app-holder {
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1240px) {
  .section-hero .hero-block.a .description {
    left: 50px;
  }

  .hero-section .hero-block.text-block h2 {
    font-size: 2.22rem;
    line-height: 1.25;
  }

  .hero-section .hero-block .description {
    min-width: 515px;
    font-size: 1.33rem;
    line-height: 1.43;
  }

  .hero-section .hero-block .description .logo {
    width: auto;
  }

  .hero-section .hero-block .description .button-frame {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section .hero-block .description .note {
    margin: 0 0 0 25px;
  }

  .hero-section .hero-block .description .note br {
    display: block;
  }

  .intro-meal-planner-holder {
    margin-left: -30px;
    margin-right: -30px;
  }

  .intro-meal-planner-holder .block {
    padding: 0 30px;
  }

  .testimonials-section .decor-container .decor.decor-beet {
    left: 5.1%;
  }

  .testimonials-section .decor-container .decor.decor-orange {
    left: 11.6%;
  }

  .testimonials-section .decor-container .decor.decor-onion {
    right: 7%;
  }

  .testimonials-section .decor-container .decor.decor-wheat {
    left: 15.2%;
  }

  .testimonials-section .decor-container .decor.decor-bananas {
    right: 12.9%;
  }

  .about-meal-planner-section .block {
    width: 49.2%;
  }

  .about-meal-planner-section .image-block {
    margin-right: 0;
  }

  .benefits-block {
    padding: 0 9.2% 0 14.8%;
    margin-bottom: -36px;
  }

  .benefits-block:nth-child(even) .decor,
  .benefits-block:only-child .decor {
    left: 97px;
  }

  .benefits-block:nth-child(odd) {
    padding: 0 11.9% 0 8.5%;
  }

  .benefits-block:only-child {
    padding: 0 9.2% 0 14.8%;
  }

  .benefits-block .description {
    width: 57%;
  }
}

@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) {
  .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 {
    font-size: 13px;
  }

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

  [id="footer"].alt-footer .footer-copy {
    padding-right: 20px;
  }

  [id="footer"].alt-footer .footer-copy .copy {
    margin-right: 20px;
  }

  [id="footer"].alt-footer .footer-list li {
    padding-right: 20px;
  }

  [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;
  }

  .discount-box {
    width: 250px;
    height: 250px;
    padding-top: 25px;
    top: -150px;
    left: -50px;
    font-size: 11px;
  }

  .cookie-banner .container {
    padding: 0 60px;
  }

  .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;
  }

  .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.anniversary .logo-anniversary {
    right: 10px;
  }

  .blackfriday-hero.anniversary .text-block h2.bordered {
    font-size: 46px;
    letter-spacing: 0;
  }

  .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.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.labor-day .container {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blackfriday-hero.labor-day .text-block {
    width: 44%;
  }

  .blackfriday-hero.labor-day .image-holder {
    width: 36%;
    margin: 0;
    padding-right: 6%;
  }

  .photo-webinar-list {
    margin: 0 -6px;
  }

  .photo-webinar-list li {
    padding: 0 6px 12px;
  }

  .photo-webinar-list .name {
    font-size: 12px;
  }

  .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;
  }

  .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;
  }
}

@media (max-width: 1023px) {
  [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: 62px;
    height: 62px;
  }

  .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 .container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  [id="footer"].alt-footer .footer-copy {
    padding-right: 0;
  }

  [id="footer"].alt-footer .footer-list li {
    padding: 0 10px;
  }

  [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-visible {
    display: none !important;
  }

  .star-rate {
    font-size: 16px;
  }

  .discount-box {
    top: -233px;
  }

  .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;
  }

  .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 .image-holder {
    width: 100%;
  }

  .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.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.new-year.meal-planner {
    padding-top: 90px;
  }

  .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.labor-day {
    padding-top: 86px;
  }

  .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 44px;
  }

  .blackfriday-hero.labor-day .discount-block span {
    margin: 0 -12px 5px 0;
  }

  .blackfriday-hero.labor-day .text-block {
    width: auto;
    max-width: 430px;
    padding-bottom: 20px;
  }

  .blackfriday-hero.labor-day .image-holder {
    margin-top: 30px;
    width: auto;
    padding: 0;
  }

  .photo-webinar-list {
    max-width: 530px;
    margin: 0 auto;
  }

  .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%;
  }

  .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;
  }
}

@media (max-width: 767px) {
  .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: space-between;
    justify-content: space-between;
    padding: 0 6px;
  }

  .header .logo-tool {
    /* display: none; */
    margin-bottom: 6px;
    margin-right: 3%;
    margin-left: 3.8%;
    width: 38%;
  }

  .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;
    max-width: 55%;
    justify-content: center;
    text-align: center;
    height: 100%;
    /* margin: 0 -5px; */
  }

  .header .button-block .note {
    display: none;
    margin-right: 15px;
  }

  .header .button-block .note.mobile-sm {
    font-size: 10px;
  }

  .header .button-block .btn {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    height: calc(100% - 12px);
    line-height: 1.08;
    padding: 6px 10px 5px;
    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 .img-rate {
    width: 112px;
  }

  .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 {
    font-size: 11px;
    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;
  }

  .btn .icon-arrow-right-long {
    font-size: 0.9em;
    margin: 1px 0 0 12px;
  }

  .btn-close {
    font-size: 11px;
  }

  .mobile-hidden {
    display: none !important;
  }

  .rate-box {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .star-rate {
    font-size: 17px;
  }

  .star-rate li {
    margin: 0 8px 0 0;
  }

  .star-rate li span {
    display: block;
  }

  .rate-box {
    padding: 0 0 19px 4px;
  }

  .rate-box .rated-count {
    margin: 3px 5px 0 0;
  }

  .rate-box .star-rate {
    font-size: 18px;
  }

  .rate-box .star-rate li {
    margin-right: 5px;
  }

  .discount-box {
    width: 104px;
    height: 104px;
    padding-top: 14px;
    top: -32px;
    left: 170px;
    font-size: 6px;
    z-index: 3;
  }

  .discount-box span {
    display: none;
  }

  .columns-holder {
    display: block;
    margin: 0;
  }

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

  .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;
  }

  .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;
  }

  .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;
  }

  .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: 30px;
    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.57em;
    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 .link-frame {
    font-size: 15px;
    letter-spacing: 1.75px;
    padding-top: 24px;
  }

  .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 .note-frame {
    font-size: 14px;
  }

  .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.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: 10px 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.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 19px -22px;
  }

  .blackfriday-hero.new-year.meal-planner .image-holder .decor {
    display: none;
  }

  .blackfriday-hero.labor-day {
    padding-top: 114px;
  }

  .blackfriday-hero.labor-day .discount-block {
    top: -304px;
    font-size: 32px;
    line-height: 0.94;
    padding: 60px 25px 9px;
  }

  .blackfriday-hero.labor-day .discount-block span {
    margin: 0;
  }

  .blackfriday-hero.labor-day .text-block {
    padding-bottom: 2px;
  }

  .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;
  }

  .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;
  }

  .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);
  }

  .pricing-section .decor-container .decor-beet {
    width: 185px;
  }

  .pricing-section .decor-container .decor-onion {
    width: 138px;
  }

  .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;
  }
}

@media (max-width: 479px) {
  .hello-bar.black-friday .promo-columns {
    font-size: 9px;
  }

  .hello-bar.black-friday .promo-columns strong {
    font-size: 10px;
  }
}