/*!
Theme Name: nervocalm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nervocalm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nervocalm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
}


*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
      font-size: 62.5%;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; 
}


body {
  width: 100%;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #003980;
  font-weight: 300;
  overflow-x: hidden; 
  margin: 0;
  padding: 0;
  border: 0;}

.icons-grid .icon-figure figcaption {
    font-style: normal;
    text-align: center; }

body.is-open {overflow: hidden; }

strong, b {font-weight: 700;font-weight: bolder;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {border-collapse:collapse;
    border-spacing:0;
    width:100%;
    font-size:20px;
    margin-bottom: 0;

        }


h1 {font-size: 2em;margin: 0.67em 0;}
hr {box-sizing: content-box;height: 0;overflow: visible;}
pre {font-family: monospace, monospace;font-size: 1em;}
a {background-color: transparent;}


abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}



sub {bottom: -0.25em;}
sup {top: -0.5em;}
small {font-size: 80%;}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}


img {
border-style: none;
  max-width: 100%;
  height: auto; 
}



button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


button,
input {
    overflow: visible;
}


button,
select {
    text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {display: block;}
summary {display: list-item;}
template,
.bottom-button {display: none;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
fieldset {padding: 0.35em 0.75em 0.625em;}

[hidden] {display: none;}



button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {margin: 15px 0; }

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}



hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}


figure {
    margin: 1em 0;
}



/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  transition: color 0.2s ease-out;
  cursor: pointer;  color: #4169e1;}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {outline: thin dotted;}

a:hover,
a:active {outline: 0;}

a:visited {color: #003980; }
a[href*="#"]:hover {cursor: default; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/



/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}


.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.card__title,
.card__description {-webkit-box-orient: vertical;}

.text-center {text-align: center; }

.two-columns{display:flex;flex-direction:column;align-content: center;align-items: center;}
.two-columns_column{width: 100%}


.table-wrapper {width: 100%;margin: 2rem 0;overflow-x: auto;border: 2px solid;border-radius: 15px;}
.responsive-table {width: 100%;border-collapse: collapse;background: #fff;overflow: hidden;box-shadow: 0 4px 15px rgba(0,0,0,0.05);}
.responsive-table th, 
.responsive-table td {padding: 10px 25px;text-align: left;color:#000;}
.responsive-table th {font-weight: 600;letter-spacing: 0.05em;}
.responsive-table tbody tr:hover {background-color: #f8f9fa;}


@media screen and (min-width: 600px) {

    .responsive-table tr:not(:last-child) {border-bottom: 1px solid #003980;}
    .responsive-table thead tr {border-bottom: 2px solid #003980; }
    .responsive-table th:not(:last-child), 
    .responsive-table td:not(:last-child) {border-right: 1px solid #003980;}

}


@media screen and (max-width: 600px) {

    .table-wrapper {border:none;overflow-x:hidden;}
    .responsive-table thead {display: none;}
    .responsive-table, 
    .responsive-table tbody, 
    .responsive-table tr, 
    .responsive-table td {display: block;width: 100%;}
    .responsive-table tr {
        margin-bottom: 1.5rem;
        border: 1px solid #dcdcde;
        border-radius: 8px;
        }

    .responsive-table td {text-align: right;padding-left: 50%;position: relative;}
    .responsive-table td::before {
            content: attr(data-label);
            position: absolute;
            left: var(--fluid-14px, 1.4rem);
            width: 45%;
            text-align: left;
            font-weight: 700;
            color: #2271b1;
        }
}





/* Main column width */
.wp-block {
    max-width: 1390px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 1390px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}




/*--------------------------------------------*/



@media only screen and (min-width: 1365px) {
    body {
      font-size: 2.2rem;
      line-height: 3rem; } }







.btn {
  display: inline-flex;
      align-items: center;
      justify-content: center;
  white-space: nowrap;
  margin: 12px 0;
  padding-left: 32px;
  padding-right: 32px;
  height: 59px;
  width: 100%;
  outline: none;
  border-radius: 44px;
  border: none;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out; }

.btn-link--white {color: #fff; }
.btn:hover {opacity: 0.85; }
.btn svg {margin-left: 32px; }
.btn--primary {background: linear-gradient(to bottom, #003980 0%, #004ba5 100%);box-shadow: 0 3px 6px rgba(0, 57, 128, 0.31); }
.btn--primary:hover {box-shadow: 0 3px 12px rgba(0, 57, 128, 0.41); }
.btn--secondary {background: linear-gradient(to bottom, #00B743 0%, #009636 100%);box-shadow: 0 3px 6px rgba(0, 165, 60, 0.2); }
.btn--secondary:hover {box-shadow: 0 3px 12px rgba(0, 165, 60, 0.4); }
.btn--red {background: linear-gradient(#e21414 0%, #be0000 100%);box-shadow: 0 3px 6px rgba(255, 0, 0, 0.3); }
.btn--red:hover {box-shadow: 0 3px 12px rgba(255, 0, 0, 0.4);opacity: 1; }
.btn--white {background: #fff;color: #003980 !important;border: 0.5px solid #003980;box-shadow: 0px 3px 8px rgba(0, 57, 128, 0.15); }
.btn--white:hover {background: #003980;color: #fff !important;opacity: 1; }
.btn--white:hover svg path, 
.btn--white:hover svg rect {fill: #fff; }
.btn--white svg path, 
.btn--white svg rect {fill: #003980; }
.btn--xs {height: 59px;border-radius: 30px;min-width: 256px;font-size: 2.4rem;line-height: 3.2rem; }
.btn--xs svg {margin-left: 16px; }
.btn-link {text-decoration: none;color: #003980;font-size: 1.6rem;line-height: 2rem; }
.wp-block-button {width: 100%; }


.wp-block-button .wp-block-button__link {
    display: inline-flex;
        align-items: center;
        justify-content: center;
    white-space: nowrap;
    margin: 12px 0;
    padding-left: 32px;
    padding-right: 32px;
    height: 59px;
    outline: none;
    border-radius: 44px;
    border: none;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    line-height: 3.2rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background: linear-gradient(to bottom, #003980 0%, #004ba5 100%);
    box-shadow: 0 3px 6px rgba(0, 57, 128, 0.31); }




.wp-block-button .wp-block-button__link:hover {opacity: 0.85; }
.wp-block-button .wp-block-button__link svg {margin-left: 32px; }
.wp-block-button .wp-block-button__link:hover {box-shadow: 0 3px 12px rgba(0, 57, 128, 0.41); }


.container-xl {padding-left: 20px;padding-right: 20px;margin-left: auto;margin-right: auto;width: 100%; }
.container-xs {padding-left: 30px;padding-right: 30px;max-width: 100%; }
.grid-container {display: grid;grid-template-columns: 50% 50%; grid-template-rows: auto auto; gap: 10px; justify-items: center;align-items: center;}


.has-pale-yellow-bkg-color{background-color: #e1841c5c}
.has-pale-blue-bkg-color{background-color:#F3F7F8 !important}
.has-pale-green-bkg-color{background-color: #F0FAE7;}

.ingredients{padding: 30px 0}
.ingredients.two-columns figure{width:50%}
.sklad {padding-top: 50px;text-align: center;}



.footer {font-size: 1.6rem;line-height: 2rem; }
.footer__info {position: relative; }
.footer__info .container-xl {display: flex;flex-direction: column;align-items: center; }
.footer__info-bg {display: none; }
.footer__info-right {display: flex;align-items: center;color: rgba(0, 0, 0, 0.5);font-size: 1.1rem;line-height: 1.5rem;margin-top: 40px; }
.footer__info-right--absolute {position: absolute;bottom: 0;margin-top: 0; }
.footer__info-right img {top: 10px;right: -20px;max-width: 150px;position: relative;z-index: 3; }
.footer__info-right sup {font-size: 60%;margin-right: 1px; }
.footer__info-text {font-size: 12px;max-width: 306px;margin-bottom: 12px;position: relative;z-index: 1; }
.footer__top {background-color: #003980;color: #fff;position: relative;z-index: 2; }
.footer__top .container-xl {position: relative; }
.footer__top-wrapper {display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding-top: 7px; }
.footer__logos {display: flex;flex-direction: column;align-items: center;font-size: 1.4rem;line-height: 2rem; }
.footer__logo {margin-bottom: 20px;max-width: 120px; }
.footer__menu {margin: 0;list-style:none; }
.footer__menu li {margin: 20px 0; }
.footer__menu li a:hover {opacity: 0.7; }
.footer__label {position: absolute;top: -68px;right: 20px;color: rgba(0, 0, 0, 0.6);font-size: 1.6rem;line-height: 2rem;z-index: 1; }
.footer__menu li:last-child {margin-right: 0; }
.footer__menu li a {color: #fff;letter-spacing: -0.5px;font-size:1.4rem;line-height: 2rem;transition: opacity 0.15s ease-in-out; }
.footer__bottom {background-color:#D8E0EC;position: relative; }
.footer__bottom-info {background-color:#fff;font-size:1.4rem;line-height:2rem;color:rgba(0, 0, 0, 0.6);margin-left:-20px;margin-right:-20px;padding:20px;position: relative;
    text-align:center}
.footer__bottom-title {padding:22px 0;display:flex;align-items:center;justify-content:center;text-align:right;padding-left:40px;font-size:2.4rem;line-height: 3.2rem;font-family: "Poppins", sans-serif; } 

.image-shadow {filter: drop-shadow(0px -7px 16px rgba(0, 0, 0, 0.16)); }

.hamburger {
  display: block;
  height: 50px;
  width: 60px;
  transform: rotate(0deg);
  transition: transform .2s ease-in-out;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background-color: transparent;
  border-color: #F3F7F8;
  box-shadow: 0 3px 8px rgba(0, 57, 128, 0.15);
  outline: none;
  cursor: pointer;
  z-index: 999;
  position: relative; }



.hamburger::after, 
.hamburger::before {content: "";position: absolute;left: 15px;top: 24px;width: 30px;height: 3px;border-radius: 5px;background: #003980;transition: all 250ms ease-out;will-change: transform; }
.hamburger::before {transform: translateY(-5px); }
.hamburger::after {transform: translateY(5px); }
.hamburger.is-open::before {transform: translateY(0) rotate(45deg); }
.hamburger.is-open::after {transform: translateY(0) rotate(-45deg); }
.header {color: #003980; }
.header .container-xl {display: flex;align-items: center;justify-content: space-between; }
.header__nav {position: fixed;top: 0;left: 0;width: 100%;height: 70px;display: flex;align-items: center;background-color: #fff;box-shadow: 0 3px 6px rgba(0, 57, 128, 0.15);z-index: 99; }
.header__nav--scrolled {position: fixed;top: 0; }
.header__logo {width: 100px;position: relative;z-index: 9992;margin-top: 5px; }
.header__logo img {display: block; }
.header__menu {display: flex;align-items: center;list-style: none; margin:0}
.header__menu li {margin: 0 5px;position: relative; }
.header__menu li a {display:inline-flex;align-items:center;justify-content:center;height:48px;padding:30px 0px;outline:transparent;color:#003980;font-size:2rem;line-height:2.6rem}
.header__menu li a:hover {opacity: 0.7;}
.header__menu li:last-child {margin-right: 0; }
.header__menu li.menu-item--active a, 
.header__menu li.current_page_item a {font-weight: 600; }
.menu-container .link-special a {
        min-width: 280px;
        margin-top: 20px;
        outline: none;
        border: none;
        color: #fff;
        text-align: center;
        background: linear-gradient(to bottom, #00B743 0%, #009636 100%);
        font-weight: 400 !important;
        border-radius: 30px;
        box-shadow: 0 3px 6px rgba(0, 165, 60, 0.2);
        transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
        position: relative; }
   


.menu-container .link-special a:hover {box-shadow:0 3px 12px rgba(0, 165, 60, 0.4);opacity:0.85}


.site-wrapper {margin-top:70px}
.overlay {position:fixed;top:0;left:0;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.4);z-index: 9;display: none; }
.section {display:flex;flex-direction: column;padding-top: 30px;padding-bottom: 30px; }
.section--shadow-1 {background-color:#F0FAE7}
.section--shadow-2 {background-color:#F3F7F8}
.section--offset {padding-top:50px}
.section__title {margin-bottom:20px;color: #003980;font-weight: 700;position: relative;z-index: 2;font-size: 3.2rem;line-height: 4rem;font-family: "Poppins", sans-serif; }
.section__title--secondary {color: #00B743; }
.section__title--primary {color: #003980; }
.section__title--center {text-align: center; }
.section__subtitle {display: inline-block;margin-bottom: 22px;color: #003980;font-weight: 400;position: relative;font-size: 2.4rem;line-height: 3.2rem; }
.section__subtitle--center {text-align: center; }
.section__subtitle--white {color: #fff; }

.h__2 {font-size: 3.2rem;line-height: 4rem;font-family: "Poppins", sans-serif;font-weight: 400;color: #003980; }
.h__2--xs {font-size: 3.2rem;line-height: 4rem;font-family: "Poppins", sans-serif; }
.h__2--lg {text-transform: uppercase; }
.h__2--secondary {font-weight: 700;font-family: "Poppins", sans-serif; }
.h__2--white {color: #fff; }



.wysiwyg {font-weight: 400; }

/* 1. Wspólne dla wszystkich nagłówków w sekcji tekstowej */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, 
.wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    color: #003980; /* Domyślny kolor dla większości */
}

/* 2. H1, H2 i H3 - ta sama baza fontu */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 400;
}

/* Specyficzne marginesy dla h1 i h2 */
.wysiwyg h1, .wysiwyg h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* Specyficzne marginesy i kolor dla h3 */
.wysiwyg h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #00B743;
}

/* 3. H4, H5 i H6 - Boldowanie */
.wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-weight: 700;
}

/* H4 - rozmiar i marginesy */
.wysiwyg h4 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* H5 i H6 - wspólne marginesy */
.wysiwyg h5, .wysiwyg h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Specyficzne rozmiary dla h5 i h6 */
.wysiwyg h5 {
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.wysiwyg h6 {
    font-size: 2rem; /* W Twoim kodzie h6 nadpisywało h5 tym rozmiarem */
}

.wysiwyg strong, .wysiwyg b {font-weight: 700; }
.wysiwyg p + p {margin-top: 20px; }
.wysiwyg a {text-decoration: underline;font-style: normal;text-transform: inherit;color: #003980;font-weight: 700; }
.wysiwyg a:hover {color: #003980;cursor: pointer; }
.wysiwyg i, 
.wysiwyg em {font-style: italic; }
.wysiwyg ul {margin: 10px 0;padding: 16px 0;list-style: none; }
.wysiwyg ul li {display: block;width: 100%;position: relative; }
/*.wysiwyg ul li::before {content:"\2022";}*/
.wysiwyg ul li::before {position: absolute;left:0;top:5px;font-size:2.5rem;padding-right:12px;padding-left:0;margin-top:-3px;color:#003980}
.wysiwyg ul li a {border-bottom: none; }
.wysiwyg li > ul {margin-left: 0;padding: 5px 0; }
.wysiwyg ol {margin: 20px 0;counter-reset: counter-number; }
.wysiwyg ol li {margin-left: 15px;margin-bottom: 15px;padding-left: 5px;counter-increment: counter-number; }
.wysiwyg ol li::marker {content: counter(counter-number) ".";color: #003980;font-weight: 700; }
.wysiwyg hr {color: #003980;opacity: 0.5; }
.wysiwyg sup, .wysiwyg sub {font-size: 75%;display: inline-block;padding: 0 2px;transform: translateY(1px); }
.wysiwyg .video-responsive,
.wysiwyg p:has(iframe) {overflow: hidden;padding-bottom: 56.25%;height: 0;position: relative;margin-bottom: 30px; }
.wysiwyg .video-responsive iframe,
.wysiwyg p:has(iframe) iframe {position: absolute;left: 0;top: 0;height: 100% !important;width: 100% !important; }
.wysiwyg figcaption {font-style: italic; }
.wysiwyg-blog h2 {font-family: "Poppins", sans-serif;font-weight: 700; }
.wysiwyg-blog p {color: rgba(0, 0, 0, 0.8); }
.wysiwyg-blog .wp-block-image {margin-bottom: 0; }
.single-thumbnail {margin-left: -20px;margin-right: -20px; }
.main-other__video-link {margin-bottom:28px;position:relative;font-size:2.4rem;line-height:3.2rem}
.main {min-height:calc(100vh - 90px);position:relative}


  .main-other__image {
    width: 104%;
    height: 60%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: 95% 0%;
    background-size: cover;
    box-shadow: inset 0 -50px 38px #fff;
    will-change: clip-path;
    animation: 1.2s imageFade2 ease-out; }

.main-other__wrapper {width: 100%;position: relative;z-index: 2; }
.main-other__content {display: flex;align-items: center;justify-content: flex-start;flex-direction: column;position:relative}
.main-other__title {margin:0;font-weight:700;text-transform:uppercase;font-size:5.6rem;line-height:7.2rem;font-family:"Poppins", sans-serif;color:#003980;text-align: center; }
.main-other__products {display: flex;flex-direction: column;align-items: center;width: 100%; }
.main-other__products img {transform: translate(0, 40px);margin-top: -50px;margin-bottom: 40px;max-width: 115%; }

.main-other__video-link::after {content: "";background: url(../nervocalm/img/icon--youtube.svg) no-repeat center;background-size: contain;width:38px;min-width: 38px;height: 22px;transform: translate(22px, 1px); }
.main-other__label {position: absolute;bottom: -38px;right: 50%;transform: translateX(50%);height: 38px;line-height:38px !important;width:auto;padding:0 17px;border:1px solid rgba(0, 0, 0, 0.5);color: rgba(0, 0, 0, 0.5);font-size:1.6rem;line-height:2rem}
.template-page {position: relative; }
.template-page__wrapper {display: flex;flex-direction: column; }
.template-page__col--small img {margin-top: 10px;margin-bottom: 30px; }
.template-page__image {object-fit: contain;max-width: 420px;margin-right: 20px; }
.template-page a {font-weight: 400;text-decoration: none; }
.template-page svg {max-width: 100%; }


        
.list-special li:last-child {margin-bottom: 20px; }
.list-special li::before {content: "";background: url(../nervocalm/img/icon--vitamin.svg) no-repeat center;background-size: contain;width: 40px;height: 40px; }
.list-special li {padding-left: 64px;margin-bottom: 25px; list-style: none;}



p.rws {font-size: 15px;margin-left: 25px;color: #000;}
h1.main__title {position:relative;left:-80px;top:60px}

#eventZobaczSpotForte,a#eventZobaczSpotSen {visibility:hidden}
.wp-block-buttons.mt__3.mb__0.pt__2 {text-align:center}
.recommend {font-size:20px}


.is-style-btn-secondary-shop .wp-block-button__link {background:linear-gradient(to bottom, #00B743 0%, #009636 100%);box-shadow:0 3px 6px rgba(0, 165, 60, 0.2);position:relative}
.is-style-btn-secondary-shop .wp-block-button__link:hover {box-shadow:0 3px 12px rgba(0, 165, 60, 0.4)}
.is-style-btn-secondary-shop .wp-block-button__link::after{content:"";transform:translate(20px, -2px);background-size:contain;width:30px;height:25px;margin-right:20px}
.is-style-btn-primary-pdf .wp-block-button__link {background:linear-gradient(to bottom, #003980 0%, #004ba5 100%);box-shadow:0 3px 6px rgba(0, 57, 128, 0.31);position:relative}
.is-style-btn-primary-pdf .wp-block-button__link::after {content:"";transform: translateX(20px);background-size:contain;width:22px;height:30px;margin-right:20px}
.is-style-btn-primary-arrow .wp-block-button__link {background:linear-gradient(to bottom, #003980 0%, #004ba5 100%);box-shadow:0 3px 6px rgba(0, 57, 128, 0.31);position:relative}
.is-style-btn-primary-pdf .wp-block-button__link:hover {box-shadow:0 3px 12px rgba(0, 57, 128, 0.41)}
.is-style-btn-primary-arrow .wp-block-button__link:hover {box-shadow:0 3px 12px rgba(0, 57, 128, 0.41)}
.is-style-btn-primary-arrow .wp-block-button__link::after{content:"";transform:translate(20px, -2px);margin-top:2px;background-size:contain;width:10px;height:20px;margin-right:20px}




/***********************************************************************
*
* media queries
*
*
***************************************************************************/



@media(max-width:476px) {
   .main-other__products img {
        transform: translate(0, 40px);
        margin-top: -50px;
        margin-bottom: 40px;
        max-width: 85% !important;
    }



}


@media(max-width: 766px) {

.aligncenter {margin-bottom: 0; } 
.main-other__video-link {padding-right: 42px; } 
.list-special {margin-top: 0;padding-top: 0; } 

}



@media (max-width: 1022px) {

.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;
    margin-top: 60px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    -webkit-clip-path: circle(0 at 100% 0);
    clip-path: circle(0 at 100% 0);height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;visibility:hidden;opacity:0;will-change:clip-path;transition:all 0.4s}

.menu.is-open {visibility:visible;opacity:1;-webkit-clip-path:circle(100%);clip-path:circle(100%)}
.menu.is-open li {animation:0.15s fade-li 0.3s both ease-out}
.menu .header__menu,
.menu .container-xl {flex-direction:column}
.menu nav {width:100%}
.menu .header__menu {margin-top:40px}
.menu .header__menu li {position:relative;margin-bottom:15px;opacity:0;transition:all 0.4s}
.menu .header__menu li a {padding:5px 0;width:100%;display:flex}
.menu .container-xl {padding:0} 
.menu-container{display:flex;gap:20px}
.menu-container .on-mobile-item-218 a{padding:15px 11px}
/*.menu-container .link-special a::after{display: inline-flex;align-items:center;transform: translateY(-7px);margin-left:5px}*/

.menu .header__menu #menu-item-218 a{display:none}
.menu .header__menu #menu-item-218{padding: 0}
}


@media(max-width:1365px){

.btn--xs {font-size:2rem !important;line-height:2.2rem !important}

}


@media (max-width:1599px) {

.main-other__products img {max-width:85% !important}

}


@media (min-width: 479px) {

.main-other__label {right: 0;transform:none}
.main-other__video-link {font-size: 1.6rem;line-height: 2rem}
.main-other {flex-direction:row;flex-wrap:nowrap;justify-content: space-between;padding-top:40px;margin-bottom:0;position:relative}
.main-other__image {position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:none;background-position:50% 0%} 
.main-other__title {text-align:left}
.main-other__content {justify-content:flex-start;align-items:flex-start} 
.main-other__products {flex-direction:row;justify-content:space-between;align-items:flex-end} 
.main-other__products img {transform: translate(-20px, 40px);max-width:250px;margin-bottom:0}


.wp-block-button .wp-block-button__link {width:auto} 
.wp-block-button {width:auto;min-width:320px}
.btn {width:auto}

       }

@media (min-width: 767px) {

.wp-block-file a::before, .wp-block-file a::after{top:15px} 
.template-page__wrapper {flex-direction:row}
.template-page__col:first-child {width:50%;padding-right:50px} 
.template-page__col:nth-child(2) {width:50%} 
.template-page__col--small:nth-child(2){width:69%} 
.template-page__col--small:first-child {width:31%}
.template-page__col--small img {margin-top:50px} 
.template-page__image {position: absolute;bottom:0;left:-20%;z-index:-1;max-width:520px;margin-right:0} 

.main-other__video-link {font-size:2.4rem;line-height:3.2rem} 

.main {flex-direction:row;flex-wrap:nowrap;align-items:flex-end;justify-content:space-between}
.section__subtitle {margin-bottom:32px;font-size:2.8rem;line-height: 3.6rem;font-family:"Poppins", sans-serif}
.h__2 {font-size: 5.6rem;line-height:7.2rem;font-family:"Poppins", sans-serif}
.main-other__image {background-position:center top}
.main-other__products img {max-width:350px} 

.footer__info-text {margin-bottom:0} 
.footer__info-img--lg {top:65px !important} 
.footer__info-right img {top:40px;right:-20px;max-width:200px}
.footer__info-right {align-items:flex-end;margin-top:0;margin-bottom:20px;font-size:1.2rem;line-height:1.8rem} 
.footer__info-bg {position:absolute;bottom:0;transform:translateY(60px);left:-10%;object-fit:cover;max-width:350px;display:block;z-index:-1}
.footer__logo { margin-right:40px} 
.footer__logos {max-width:200px;align-items:flex-start} 
.footer__top-wrapper {flex-direction:row;justify-content:space-between;text-align:left;padding-bottom:7px} 
.footer__info .container-xl {flex-direction:row;justify-content:flex-end}
.footer__info {margin-top:0} 
.footer__menu {display:flex;margin-top:0} 
.footer__menu li {margin:16px}
.footer__menu li a {font-size:1.6rem;line-height:2rem}
.footer__label {right:30px} 
.footer__bottom-title {margin-top:7px;text-align:center;font-size:3.2rem;line-height:4rem}
.footer__bottom::before {content:"";position:absolute;top:0;left:0;width:50%;height:100%;background-color:#fff} 
.footer__bottom .container-xl {display:flex}
.footer__bottom-info {margin:0;padding:24px 30px 24px 0;flex:1;text-align:left}
.single-thumbnail {margin-left:-30px;margin-right:-30px} 
.section__title {margin-bottom:24px} 
.section--offset {padding-top:70px} 
.section {padding-top:40px;padding-top:40px}
.container-xl {padding-left:30px;padding-right:30px} 

.wysiwyg h1 {font-size:3.2rem;line-height:4rem;font-family:"Poppins", sans-serif;margin-top:50px;margin-bottom:30px} 
.wysiwyg h2 {font-size:3.2rem;line-height:4rem;font-family:"Poppins", sans-serif;margin-top:0px;margin-bottom:30px} 
.wysiwyg h3 {font-size:2.8rem;line-height:3.4rem;margin-top:50px;margin-bottom:30px} 
.wysiwyg h5 {margin-top:40px;margin-bottom:30px}
.wysiwyg h6 {margin-top:30px;margin-bottom:20px} 
.btn {padding-left:32px;padding-right:32px;font-size:2rem;line-height:2.6rem} 


.is-style-btn-primary-arrow .wp-block-button__link::after {transform:translateX(20px);width:14px;height:24px;margin-right:0} 
.is-style-btn-secondary-shop .wp-block-button__link::after{transform:translate(20px, 0);width:36px;height:30px;margin-right:0}     
.wp-block-button .wp-block-button__link {height:70px;padding-left:32px;padding-right:32px;font-size:2rem;line-height:2.6rem} 
.is-style-btn-primary-pdf .wp-block-button__link::after {margin-right:0} 
.btn-link {font-size:2.4rem;line-height:3.2rem}



    }



@media(min-width: 1023px) {

.template-page__image {left: -10%; } 

.main-other__image {min-height: auto; }
.main {min-height: calc(100vh - 100px);padding-top: 40px} 

.main-other__products img {transform: translate(-45px, 60px);max-width: inherit; }

.site-wrapper {margin-top: 100px; } 
.hamburger,
.on-mobile-item-218 {display: none; }

.header__menu li a:hover {opacity:1;border-color: #F3F7F8;box-shadow: 0 3px 8px rgba(0, 57, 128, 0.15); } 
.header__menu li a {padding-left:11px;padding-right: 11px;border-radius: 30px; } 

.menu-container .link-special a {min-width:205px;margin-top:0;margin-left: 16px;color:#fff} 

.overlay {display: none !important; }
.menu {width: auto;padding-top: 0;box-shadow: none; } 
.header__nav {height: 100px; }
.header__logo {margin-top: 0;width: 120px; }

.sklad{display:flex;justify-content:space-between}
.sklad > figure {flex-shrink:1;width:33%}
.sklad figure,
.wysiwyg figure{margin:0}
.footer__logos {max-width:100%}
.footer__menu li a {font-size:2rem;line-height:2.6rem}
.footer__bottom-title {padding-left:60px}


.main-other__image {min-height: 100% !important;}
.main-other__products img {transform: translate(0px, 60px) !important;max-width: inherit;}

.icons-grid{display: flex;justify-content: space-between;}
.icon-figure {width: 33%}
.two-columns{flex-direction:row;align-items:flex-start;justify-content: space-between;gap:2rem}
.two-columns_column{width:49%}

a#eventNervoCalmForte {transform: scale(0.8) translate(-25px, 90px) !important;}
a#eventNervoCalmSen {transform: scale(0.8) translate(-200px, 90px) !important;}    
a#eventNervoCalmkids {transform: scale(0.8) translate(180px, 60px) !important;}


.menu-container .link-special a::after 
{content:"";background: url(../nervocalm/img/icon--shop.svg) no-repeat center;background-size:contain;
    width:32px;height:27px;transform:translateY(-1px);margin-left: 16px;}

  }



@media (min-width: 1364px) and (max-width: 1599px){

.btn--white {transform: scale(0.8) !important;}
    
}




@media (min-width: 1279px) {
    
    .template-page__image {bottom: 5%;left: -4%; } 
    .main-other__label {bottom:-48px;height: 48px;line-height: 48px !important;font-size: 3rem; } 
    .main-other__video-link {font-size: 2rem;line-height: 2.6rem;margin-bottom: 48px; } 
    .main-other__title {font-size:8rem;line-height:7.2rem} 
    .container-xl {padding-left:50px;padding-right:50px;max-width:1440px} 
    .footer__logos {flex-direction:row;align-items:flex-end}
    .footer__label {right: 50px; } 
    .wysiwyg ol li {margin-left: 20px; } 
    .container-xs {max-width: 1188px; } 
    .header__menu li a {height: 56px;padding-left:20px;padding-right:20px;border:0.5px solid transparent;transition:border-color 0.3s ease-in-out, box-shadow 0.15s ease-in-out; } 
    .menu-container .link-special a {min-width: 230px}
    .header__menu li {margin: 0 7px; } 
    .header__logo {width: 150px; } 
    .h__2--xs {font-size: 5.6rem;line-height: 7.2rem;font-family: "Poppins", sans-serif; } 


}


@media (min-width: 1365px) {

.single-thumbnail {margin-left: 0;margin-right:0} 
.template-page__image {bottom: 20%;max-width:720px} 
.template-page__col--small img {margin-top:80px} 
.template-page__col:nth-child(2) {width:60%} 
.template-page__col:first-child {width:40%;padding-right:100px} 
.section {padding-top: 50px;padding-bottom: 50px; }
.main-other__video-link {font-size:3.2rem;line-height: 4.3rem; } 
.list-special li {margin-bottom:35px} 
.main-other__video-link::after {width:48px;height:32px;transform: translate(32px, 1px)} 
.footer__logo {margin-bottom:0;max-width: 180px} 
.footer__info-right img {right:-60px;max-width: 386px} 
.footer__info-right {font-size:1.6rem;line-height: 2rem} 
.footer__info-bg {transform: translateY(125px);max-width:696px} 

.section--offset {padding-top:110px}
.container-xs {width: 100%;margin-left:auto;margin-right:auto;padding-left:50px;padding-right:50px}

.wysiwyg-blog .wp-block-column:not(:first-child) {margin-left: 70px; }
.wp-block-image figcaption {font-size: 2.4rem;line-height: 3.2rem; } 
.product > .wp-block-columns {padding-top: 50px;padding-bottom: 40px}
.product .block-padding-right > * {padding-right: 40px} 
.wp-block-button .wp-block-button__link {height: 88px;min-width: 408px;font-size: 3.2rem;line-height: 4.3rem; } 
.is-style-btn-primary-pdf .wp-block-button__link::after {transform: translateX(30px);width: 32px;height: 40px; } 
.is-style-btn-secondary-shop .wp-block-button__link::after {transform: translateX(40px);width: 46px;height: 40px; }


.btn {height: 88px;/*min-width: 408px;*/font-size: 3.2rem;line-height: 4.3rem; } 
.btn--xs {height: 59px!important;border-radius:30px;min-width: 256px;font-size: 2rem !important;line-height: 2.2rem !important;}
.wysiwyg p + p {margin-top: 40px; } .wysiwyg h4 {margin-top: 40px;margin-bottom: 30px;font-size: 2.4rem;line-height: 3.2rem; }

}



@media only screen and (min-width: 1365px) and (max-width:1599px){


.btn--white {transform: scale(0.8) !important;}
    
}



  @media (min-width: 1600px) {


.wysiwyg h1 {font-size: 5.6rem;line-height: 7.2rem;font-family: "Poppins", sans-serif; } 
.template-page__col:first-child {padding-right:130px} 
.product .block-padding-right > * {padding-right:130px} 
.main {min-height: calc(100vh - 128px);padding-top: 0px !important}
.main-other {padding-top: 55px; } 
.main-other__title {font-size: 14.6rem;line-height:16rem;letter-spacing:-1.7px} 
.product .column-left-60 {flex-basis: 60%;flex-grow:0} 
.btn--white {transform: scale(0.8) !important;}
.main {min-height: calc(100vh - 128px);padding-top:0px !important;}
.site-wrapper {margin-top: 128px; }
.footer__logos {font-size: 1.6rem;line-height: 2rem} 
.footer__logo {max-width: 232px; } 
.footer__menu li {margin: 23px; }
.footer__menu li a {font-size: 2.4rem;line-height:3.2rem} 
.container-xl {max-width: 1716px; } 
.footer__bottom-info {font-size: 1.6rem;line-height: 2rem} 
.footer__bottom-title {padding-left: 126px;font-size: 4.8rem;line-height:7.7rem} 

.wysiwyg h2 {font-size:5.6rem;line-height: 7.2rem;font-family:"Poppins", sans-serif}
.section__title {font-size:5.6rem;line-height:7.2rem;font-family:"Poppins", sans-serif} 
.header__nav {height:128px} 
.header__menu li a {margin-left:16px;font-size:2.4rem;line-height:3.2rem}
.menu-container .link-special a {min-width:256px;margin-left:95px} 
.header__menu {padding-top:10px} 
.header__logo {width:188px;padding-top:7px}

  }
