@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  scroll-behavior: smooth;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  scroll-behavior: smooth;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
.container, .container__main-content {
  margin: 0 auto;
  width: 90%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito';
  font-size: 1.8rem;
  line-height: 16.41px;
  color: #222700;
  min-height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 990;
  display: none;
}

html, body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #222700;
}

.container__main-content {
  max-width: 1140px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(217, 215, 218, 0.85);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(17, 90, 47, 0.15);
  box-shadow: 0px 10px 15px 0px rgba(17, 90, 47, 0.15);
  z-index: 999999;
}

header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
  display: none;
}

.header-nav {
  max-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding: 5px 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.header-nav__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav__col:nth-child(2) {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  position: relative;
}

.header-nav__logo {
  margin: 0 40px 0 0;
}

.header-nav__items {
  min-width: 50%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.header-nav__items--small {
  position: absolute;
  top: 220%;
  right: 0;
  padding: 50px 60px;
  margin: 0;
  background-color: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.header-nav__items--small-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header-nav__items--small-nav a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}

.header-nav__items--small-nav a:hover {
  color: #A8C114;
}

.header-nav__items--small-nav a:active {
  color: #115A2F;
}

.header-nav__items--small-nav a:disabled {
  color: #525252;
}

.header-nav__items--small-nav a:last-child {
  margin-bottom: 0;
}

.header-nav__items--small-feedback {
  text-align: center;
  margin-bottom: 30px;
}

.header-nav__items--small-langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav__items--small-elements {
  margin-right: -50%;
}

.header-nav__items--open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.header-nav__item {
  margin: 0 25px 0 0;
  font-weight: 500;
}

@media (max-width: 1400px) {
  .header-nav__item {
    margin: 0 15px 0 0;
  }
}

.header-nav__item--small-elements :nth-child(1), .header-nav__item--small-elements :nth-child(2) {
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-nav__item--small-elements :nth-child(1) svg {
  margin-right: 20px;
}

.header-nav__item--small-elements :nth-child(2) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-nav__item--small-elements :nth-child(2) svg {
  margin-right: 20px;
}

.header-nav__item--small-elements .header-nav__tel-wrap {
  margin: 0;
}

.header-nav__items-link {
  text-decoration: none;
  color: #222700;
}

.header-nav__items-link:hover {
  color: #A8C114;
}

.header-nav__items-link:active {
  color: #115A2F;
}

.header-nav__items-link:disabled {
  color: #525252;
}

.header-nav__mail {
  color: #222700;
}

.header-nav__mail svg {
  margin: 0 10px 0 0;
}

.header-nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px 0 0;
}

.header-nav__icon svg {
  fill: #115A2F;
  width: 15px;
  height: 15px;
  -webkit-filter: drop-shadow(0px 5px 2px rgba(17, 90, 47, 0.2));
  filter: drop-shadow(0px 5px 2px rgba(17, 90, 47, 0.2));
}

.header-nav__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-nav__tel .links {
  display: none;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
}

.header-nav__tel svg {
  margin: 0 5px 0 0;
}

.header-nav__burger {
  display: none;
  width: 35px;
  height: 21px;
  min-width: 35px;
  min-height: 21px;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-top: -1%;
  z-index: 3;
}

.header-nav__burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header-nav__burger span:nth-child(1) {
  top: 0px;
}

.header-nav__burger span:nth-child(2), .header-nav__burger span:nth-child(3) {
  top: 13px;
}

.header-nav__burger span:nth-child(4) {
  top: 26px;
}

.header-nav__burger-open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.header-nav__burger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-nav__burger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-nav__burger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.home .login-col {
  -ms-flex-preferred-size: 55% !important;
  flex-basis: 55% !important;
}

.links {
  color: #115A2F;
}

.links:hover {
  color: #A8C114;
}

.links:active {
  color: #115A2F;
}

.links:disabled {
  color: #525252;
}

.link-text:hover {
  color: #A8C114;
}

.link-text:active {
  color: #115A2F;
}

.link-text:disabled {
  color: #525252;
}

.icon {
  display: inline-block;
  width: 100%;
  height: auto;
  background-image: url(../img/LogoBreadPack.png);
  background-position: center;
  background-size: cover;
}

.icon__logo--header {
  width: 55px;
  height: 50px;
}

.icon__logo--footer {
  width: 110px;
  height: 100px;
}

@media (max-width: 600px) {
  .icon__logo--footer {
    width: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

button {
  padding: 10px 58px 10px 18px;
  background-color: #A8C114;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  white-space: nowrap;
}

.button-order {
  padding: 10px 58px 10px 18px;
  background-color: #A8C114;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  white-space: nowrap;
}

.button-order svg {
  position: absolute;
  right: 9.33px;
  width: 20px;
  height: 20px;
  fill: #A8C114;
  z-index: 102;
}

.button-order__icon-wrap {
  position: absolute;
  z-index: 101;
  padding: 20px;
  border-radius: 30px;
  background-color: #115A2F;
  right: -2px;
  top: -2px;
}

.button-order:hover {
  background-color: #95AB14;
}

.button-order:active {
  border: 2px solid #115A2F;
  background-color: #A8C114;
}

.button-order--big {
  padding: 13px 75px 12px 25px;
  font-size: 16px;
}

.button-order--big .button-order__icon-wrap {
  padding: 25px;
}

.button-order--big svg {
  width: 25px;
  height: 25px;
  right: 0;
  top: 0;
  -webkit-transform: translate(-45%, 45%);
  transform: translate(-45%, 45%);
}

.button-order--mobile-head {
  display: none;
}

.button-order--cart:hover {
  background-color: #95AB14;
}

.button-order--cart:active {
  border: 2px solid #115A2F;
  background-color: #A8C114;
}

section:before {
  display: inline-block;
  content: "";
  height: 10em;
  margin-top: -10em;
}

.first {
  padding: 100px 0 65px 0;
}

.first h1 {
  max-width: 53%;
  margin-right: 0 !important;
  max-width: unset !important;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 39px;
  margin-top: 0 !important;
  color: #115A2F;
  text-shadow: 0px 4px 10px rgba(17, 90, 47, 0.25);
}

@media (max-width: 640px) {
  .first {
    margin-bottom: 0 !important;
  }
}

.first__wrap-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.first__wrap-main p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 40px 0;
  padding-top: 65px;
}

.first__wrap {
  -ms-flex-preferred-size: 40%;
}

.first__wrap-breadpack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first__keywords {
  position: absolute;
  left: 48%;
  top: 20%;
}

.first__keywords-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.first__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  line-height: 21px;
  margin: 0 -50% 30px 0;
}

.first__keyword span {
  white-space: nowrap;
}

.first__keyword:nth-child(2) {
  margin-left: 25px;
}

.first__keyword:nth-child(3) {
  margin-left: 68px;
}

.first__keyword:nth-child(4) {
  margin-left: 125px;
}

.first__icon-wrap {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #115A2F;
  position: relative;
  margin: 0 8px 0 0;
}

.first__icon-wrap svg {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.first__img {
  position: relative;
  margin-right: 70px;
}

@media (max-width: 640px) {
  .first__img {
    margin-right: 0;
  }
}

.first__img img {
  max-width: 480px;
  max-height: auto;
}

.first__img:after {
  position: absolute;
  bottom: 10%;
  left: 21%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  -webkit-filter: blur(25px);
  filter: blur(25px);
  border-radius: 50%;
  height: 290px;
  width: 290px;
  z-index: -1;
}

@media (max-width: 640px) {
  .first__img:after {
    display: none;
  }
}

html[lang="pl-PL"] .first h1 {
  max-width: 69%;
}

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  /* Green 2 */
  color: #115A2F;
  /* Shadow Tittle */
  text-shadow: 0px 4px 10px rgba(17, 90, 47, 0.45);
}

.advantages {
  padding: 0 0 95px 0;
}

.advantages h2 {
  text-align: right;
  margin: 0 0 60px 0;
}

@media (max-width: 768px) {
  .advantages:before {
    content: none;
  }
}

.advantages__wrap {
  padding: 60px 45px 60px 0;
  background: rgba(240, 240, 242, 0.95);
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantages__items {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.advantages__item:last-child {
  margin-bottom: 0;
}

.advantages__icon {
  max-width: 110px;
  max-height: 110px;
  margin-right: 40px;
}

.advantages__icon:last-child {
  margin-bottom: 0;
}

.advantages__description {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.09px;
}

.advantages__photo-field {
  max-width: 100%;
  height: auto;
  height: 840px;
  position: absolute;
  left: -205px;
  bottom: 0;
  border-radius: 20px;
}

@media (max-width: 1400px) {
  .advantages__photo-field {
    left: -290px;
  }
}

.advantages__photo-spikelets {
  max-width: 440px;
  height: 311px;
  position: absolute;
  right: -275px;
  bottom: -140px;
}

html[lang="en-GB"] .advantages h2 {
  margin: 0 -3% 60px 0;
}

.photo-breadpack {
  max-width: 100%;
  height: auto;
  position: absolute;
}

.photo-breadpack__advantages {
  max-width: 305px;
  height: 305px;
  right: -78%;
  bottom: 77.7%;
  -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.35));
}

.photo-breadpack__use {
  position: absolute;
}

.photo-breadpack__use:nth-child(2) {
  top: -13%;
  left: 33%;
}

.photo-breadpack__use:nth-child(3) {
  top: 6%;
  left: -13%;
}

.photo-breadpack__use:nth-child(4) {
  bottom: -11%;
  left: -9%;
}

.photo-breadpack__use:nth-child(5) {
  right: -4%;
  bottom: -16%;
}

.photo-breadpack__use:nth-child(6) {
  top: 19%;
  right: -19%;
}

.photo-breadpack--mobile {
  display: none;
}

.use {
  padding: 0 0 0px 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 768px) {
  .use {
    padding-bottom: 0 !important;
  }
}

.use__wrap-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.use__wrap-content {
  max-width: 695px;
  padding: 60px 0 60px 60px;
  margin: 0 0 100px -40px;
  background: #f0f0f2;
  border-radius: 20px;
  position: relative;
}

.use__wrap-content-text {
  max-width: 70%;
  min-width: 50%;
}

.use__wrap-content-text h3 {
  margin-top: 0;
}

.use__wrap-content-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.use__items {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.09px;
}

.use__item {
  margin: 0 0 40px 0;
}

.use__item:nth-child(even) {
  padding-left: 95px;
  color: #115A2F;
}

.use__item:last-child {
  margin: 0 -95px 0 0;
}

.use__description {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}

.use__board {
  position: relative;
  left: -9%;
  margin-right: -13%;
  -webkit-transform: rotate(-14.64deg);
  transform: rotate(-14.64deg);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.use__board img:nth-child(1) {
  max-width: 100%;
  height: 643px;
  -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.5));
}

.use__board img:nth-child(2) {
  z-index: 99;
}

.use__board-breadpack {
  visibility: hidden;
}

.use__wrap-text {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin: 0 150px 0 0;
}

.use__wrap-text h3 {
  margin: 0 0 50px 0;
}

.use__wrap-text h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 50px;
}

.use__wrap-text span {
  color: #115A2F;
}

.use__wrap-order {
  background: #d9d7da;
  margin: 0 -70%;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #115A2F;
}

.video {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .video {
    margin-bottom: 35px;
  }
}

.video__header {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.video__container {
  text-align: center;
  position: relative;
}

.video__container .splide__track {
  overflow: visible;
}

.video__container .splide__slide {
  -webkit-transition: all .01s ease-in-out;
  transition: all .01s ease-in-out;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.video__container .splide__slide.is-active.is-visible {
  -webkit-filter: none;
  filter: none;
}

.video__container video, .video__container iframe {
  width: 920px;
  height: 518px;
}

.video__controls {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(70%, 50%);
  transform: translate(70%, 50%);
  max-width: 852px;
  background: #FFFFFF;
  padding: 27px 50px;
  -webkit-box-shadow: 0px 15px 10px rgba(132, 132, 132, 0.1);
  box-shadow: 0px 15px 10px rgba(132, 132, 132, 0.1);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.video__controls-text {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
}

.video__controls-btn {
  padding: 0 25px;
  max-width: 287px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #A8C114;
  -webkit-filter: drop-shadow(0px 5px 6px rgba(168, 193, 20, 0.3));
  filter: drop-shadow(0px 5px 6px rgba(168, 193, 20, 0.3));
  border-radius: 30px;
}

.video__controls-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.video__controls button.play {
  margin: -15px 15px;
  padding: 40px;
  background-color: #115A2F;
  border-radius: 50%;
  border: transparent;
  outline: none;
  background-image: url(../img/Play.svg);
  background-position: 55% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-filter: drop-shadow(0px 5px 6px rgba(17, 90, 47, 0.3));
  filter: drop-shadow(0px 5px 6px rgba(17, 90, 47, 0.3));
}

.video__controls button.pause {
  background-image: url(../img/Pause.svg);
  background-position: 50% 50%;
}

.video__controls .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video__controls .timer img {
  margin-right: 5px;
}

.video__controls .timer:last-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.video__controls-disable {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.video__controls-disable .video__controls-btn {
  padding: 0 23px 0 0;
  background-color: #fff;
}

.video__controls-disable .video__controls-text {
  visibility: hidden;
}

.video__controls-disable .video__controls-label {
  visibility: hidden;
  width: 0;
}

.video__controls-disable button.play {
  margin: -15px 14px -15px -2px;
}

.capabilities {
  padding: 0 0 70px 0;
}

.capabilities h2 {
  margin: 0;
  padding: 0 0 20px 0;
}

.capabilities__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.capabilities__board {
  margin: 0 0 0 -75px;
  position: relative;
  padding: 200px 0 0 0;
}

.capabilities svg {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.capabilities__board-img {
  max-width: 600px;
  height: auto;
  -webkit-filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.3));
  filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.3));
}

.capabilities__breadpack {
  max-width: 300px;
  height: auto;
  position: absolute;
  -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.3));
}

.capabilities__breadpack:nth-child(3) {
  top: 31%;
  left: 1%;
}

.capabilities__breadpack:nth-child(4) {
  bottom: 16%;
  right: 19%;
}

@media (max-width: 1024px) {
  .capabilities__breadpack:nth-child(4) {
    bottom: 16%;
  }
}

.capabilities__breadpack:nth-child(5) {
  max-width: 375px;
  width: 347px;
  top: 13%;
  right: -1%;
}

.capabilities__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.capabilities__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px 0;
}

.capabilities__item:last-child {
  margin: 0;
}

.capabilities__item-img {
  max-width: 200px;
  max-height: 200px;
}

.capabilities__item-arrow {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 40%;
  left: -50%;
}

.capabilities__item:nth-child(2) img.capabilities__item-arrow {
  top: 25%;
  left: -32%;
}

.capabilities__item:nth-child(3) img.capabilities__item-arrow {
  -webkit-transform: rotateX(180deg) rotateZ(25deg);
  transform: rotateX(180deg) rotateZ(25deg);
  left: -50%;
  top: 0%;
}

.capabilities__description {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  max-width: 350px;
  color: #222700;
  text-shadow: none;
}

.breadpack-offer {
  margin: 0 -50% 80px;
  background-color: #d9d7da;
}

.breadpack-offer__container {
  max-width: 1100px;
  padding: 44px 0 44px 65px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.breadpack-offer__text {
  margin: 0 150px 0 0;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

.breadpack-offer__text span {
  color: #115A2F;
}

.breadpack-offer__img {
  max-width: 100%;
  max-height: auto;
  position: absolute;
  top: -81px;
  right: -35px;
}

html[lang="ru-RU"] .breadpack-offer__text {
  margin: 0 100px 0 0;
}

.numbers {
  margin-bottom: 200px;
}

.numbers h2 {
  text-align: right;
  padding: 0 10% 68px 0;
}

.numbers__wrap {
  max-width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
  position: relative;
  background-image: url("../img/rect.png");
  background-size: 100% 90%;
  background-repeat: no-repeat;
}

.numbers__wrap span {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 28px;
  color: #115A2F;
  padding: 0 0 68px 0;
  margin-top: -2%;
}

.numbers__table {
  padding-bottom: 54px;
}

.numbers__table td {
  text-align: center;
  padding: 10px 128px;
}

.numbers__table td:nth-child(2n) {
  padding: 10px 0px;
}

.numbers__table-grad {
  background: -webkit-gradient(linear, left top, right top, from(rgba(168, 193, 20, 0)), color-stop(50.19%, rgba(168, 193, 20, 0.7)), to(rgba(168, 193, 20, 0)));
  background: linear-gradient(90deg, rgba(168, 193, 20, 0) 0%, rgba(168, 193, 20, 0.7) 50.19%, rgba(168, 193, 20, 0) 100%);
}

.numbers__table-text {
  font-weight: 500;
}

.numbers__items {
  list-style: none;
  padding: 0;
  margin: 2% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.numbers__item svg {
  margin-right: 24px;
}

.numbers__item:nth-child(2n) svg {
  margin-right: 30px;
}

.numbers__text {
  font-weight: 500;
  margin: 0;
}

.numbers__img {
  max-width: 300px;
  height: auto;
  position: absolute;
  top: 25%;
}

.numbers__img:nth-of-type(1) {
  left: -16%;
}

.numbers__img:nth-of-type(2) {
  right: -15%;
  top: 29%;
  -webkit-filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.15));
}

.numbers__tagline {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 28px;
  color: #115A2F;
  text-align: center;
  margin: 10px 0 225px;
}

.numbers__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.numbers__counter-item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F2), to(rgba(240, 240, 242, 0)));
  background: linear-gradient(180deg, #F0F0F2 0%, rgba(240, 240, 242, 0) 100%);
  padding-bottom: 19px;
  margin-bottom: 40px;
}

.numbers__counter-item:nth-child(2) img {
  max-width: 316px;
  margin-top: -38%;
}

.numbers__counter-item:nth-child(3) img {
  max-width: 300px;
  margin-top: -44%;
}

.numbers__counter-img {
  max-width: 270px;
  height: auto;
  margin-top: -29%;
  margin-bottom: 40px;
}

.numbers__counter-text {
  margin: 0 0 20px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  min-height: 65px;
}

.numbers__counter-wrap {
  width: 170px;
  border: 1px solid transparent;
  border-radius: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 10px rgba(132, 132, 132, 0.1);
  box-shadow: 0px 15px 10px rgba(132, 132, 132, 0.1);
  text-align: center;
}

.numbers__counter-data {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #115A2F;
}

.numbers__article {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.numbers__article a {
  text-decoration: underline;
}

html[lang="ru-RU"] .about__text:nth-child(1):after {
  display: inline-block;
  content: url(../img/quotes-white.svg);
  position: absolute;
  bottom: 33%;
  right: 4%;
  -webkit-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

html[lang="en-GB"] .about__text:nth-child(1):after {
  display: inline-block;
  content: url(../img/quotes-white.svg);
  position: absolute;
  bottom: 33%;
  right: 4%;
  -webkit-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

.about {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .about {
    margin-bottom: 75px;
  }
}

.about__container {
  background-image: url(../img/aerial-view-green-forest.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 -10% 120px;
  padding: 120px 0;
}

@media (max-width: 768px) {
  .about__container {
    margin: 0px -10% 75px;
  }
}

.about h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 60px 0;
}

.about__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.about__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.about__text:nth-child(1) {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 110px 65px 110px 65px;
  margin: 0;
  border-radius: 20px 0px 0px 20px;
  position: relative;
}

.about__text:nth-child(1):before {
  display: inline-block;
  content: url(../img/quotes-white.svg);
  position: absolute;
  top: 31%;
  left: 6%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.about__text:nth-child(1):after {
  display: inline-block;
  content: url(../img/quotes-white.svg);
  position: absolute;
  bottom: 33%;
  right: 9%;
  -webkit-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

@media (max-width: 600px) {
  .about__text:nth-child(1) {
    padding: 110px 65px 110px 65px !important;
  }
}

.about__text:nth-child(2) {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding: 50px 110px 50px 100px;
  background-color: #fff;
  margin: 0;
  border-radius: 0px 20px 20px 00px;
  min-height: 315px;
}

.about__text span {
  color: #115A2F;
}

.about__wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  padding: 40px 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__wrap:first-child {
  margin-bottom: 100px;
}

.about-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1160px) {
  .about-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__item {
  min-width: 20%;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F0F0F2;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1160px) {
  .about__item {
    min-width: unset !important;
    width: 80% !important;
    max-width: unset !important;
    margin: 0px 20px;
    padding: 20px 15px !important;
  }
}

@media (max-width: 768px) {
  .about__item {
    width: 90% !important;
  }
}

.about__item:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-left: 30px;
  padding-right: 20px;
}

@media (max-width: 1220px) {
  .about__item:first-child {
    padding-left: 20px;
    padding-right: 15px;
  }
}

@media (max-width: 1160px) {
  .about__item:first-child {
    margin-bottom: 0 !important;
    border-radius: 0;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
}

.about__item:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding-right: 30px;
  padding-left: 20px;
}

@media (max-width: 1220px) {
  .about__item:last-child {
    padding-left: 15px;
    padding-right: 20px;
  }
}

.about__item:last-child a {
  text-align: left;
}

.about__item:last-child .about__contact {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 1160px) {
  .about__item:last-child {
    margin-top: 0 !important;
    border-radius: 0;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
}

.about__item__img {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.about__item__img img {
  max-width: 608px;
  width: 100%;
  height: 474px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1390px) {
  .about__item__img img {
    height: 420px;
  }
}

@media (max-width: 1160px) {
  .about__item__img img {
    width: 100%;
    max-width: unset;
    height: auto;
  }
}

@media (max-width: 1160px) {
  .about__item__img {
    width: 100%;
  }
}

.about__item {
  min-width: 300px;
  max-width: 300px;
  width: 100%;
  border-radius: 20px;
  position: relative;
}

.about__item:nth-child(1) {
  text-align: right;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.about__item:nth-child(1) img {
  max-width: 243px;
  right: -73%;
  bottom: -50%;
  z-index: 90;
}

.about__item:nth-child(2) {
  text-align: left;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
}

.about__item:nth-child(2) img {
  max-width: 297px;
  left: -75%;
  bottom: -46%;
}

@media (max-width: 1390px) {
  .about__item {
    min-width: 270px;
    max-width: 270px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

.about__name {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #115A2F;
  margin: 0 0 10px 0;
  padding: 0;
}

@media (max-width: 1160px) {
  .about__name {
    text-align: center;
  }
}

.about__position {
  margin: 0 0 10px 0;
  padding: 0;
}

@media (max-width: 1160px) {
  .about__position {
    text-align: center;
  }
}

.about blockquote {
  margin-right: 0;
  margin-left: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  position: relative;
}

@media (max-width: 1390px) {
  .about blockquote {
    font-size: 15px;
    margin: 5px 0px;
  }
}

@media (max-width: 1160px) {
  .about blockquote {
    text-align: center !important;
  }
}

.about__item:nth-child(1) blockquote {
  text-align: right;
}

.about__item:nth-child(2) blockquote {
  text-align: left;
}

@media (max-width: 1160px) {
  .about__item {
    text-align: center;
  }
}

.about__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about__contact a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
  color: #115A2F;
}

@media (max-width: 1160px) {
  .about__contact {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.about__item:nth-child(2) .about__contact {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about__photo {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0%;
}

.blog-section {
  margin-bottom: 200px;
}

.blog-section h2 {
  text-align: center;
  margin-bottom: 50px;
}

.blog-section__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  max-width: 65%;
}

.blog-section__subscription-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 50px 95px;
  background: #f0f0f0;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.1));
  filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.1));
}

.blog-section__subscription-text {
  margin-right: 30px;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  max-width: 40%;
}

.blog-section__subscription-text a {
  display: inline-block;
  margin-top: 6px;
}

.blog-section__subscription-text span {
  color: #115A2F;
}

.blog-section__subscription-form {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-section__subscription-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-section__subscription-email label {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.blog-section__subscription-email input {
  width: 255px;
  border: none;
  outline: none;
  background-color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  margin-bottom: 20px;
}

.blog-section__subscription-email input.placeholder, .blog-section__subscription-email input:-moz-placeholder, .blog-section__subscription-email input::-moz-placeholder, .blog-section__subscription-email input:-ms-input-placeholder, .blog-section__subscription-email input::-webkit-input-placeholder {
  color: #939393;
}

.blog-section__subscription-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.blog-section__subscription-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.blog-section__subscription-container:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/mail.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 100%;
  z-index: 99;
}

.blog-section__subscription-btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
  border: 2px solid #A8C114;
  border-radius: 30px;
  padding: 14px 75px 12px 25px;
  position: relative;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  outline: none;
}

.blog-section__subscription-btn:active, .blog-section__subscription-btn:focus {
  outline: none;
}

.blog-section__subscription-btn:hover {
  border-color: #95AB14;
  background-color: #95AB14;
}

.blog-section__subscription-btn:active {
  border: 2px solid #115A2F;
  background-color: #A8C114;
}

.blog-section__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-section__items .blog-section__item:nth-child(1) {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 60px;
}

.blog-section__items .blog-section__item:nth-child(1) .blog-section__items-wrap--first {
  padding: 70px 5% 70px 5%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-section__items .blog-section__item:nth-child(1) .blog-section__head {
  margin: 0 0 40px 0;
}

.blog-section__items .blog-section__item:nth-child(1) .blog-section__items-wrap--second {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blog-section__items .blog-section__item:nth-child(1) .blog-section__thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.blog-section__items-2 {
  margin-bottom: 180px;
}

.blog-section__items-2 .blog-section__item {
  width: 350px;
  max-height: 500px !important;
  margin: 0 15px;
}

.blog-section__items-2 .blog-section__items-wrap--first {
  font-weight: 300;
  padding: 20px 20px 20px 20px;
  position: relative;
  height: 100%;
}

.blog-section__items-2 .blog-section__items-wrap--first .blog-section__items-wrap--second {
  position: absolute;
  bottom: 0;
}

.blog-section__items-2 .blog-section__items-wrap--first .blog-section__items-wrap--second a {
  color: #295832;
  background: white;
  border: 1px solid #295832;
  border-radius: 7px;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  bottom: -19px;
}

.blog-section__items-2 .blog-section__items-wrap--first .blog-section__items-wrap--second a svg {
  margin-left: 12px;
}

.blog-section__items-2 .blog-section__items-wrap--first .blog-section__items-wrap--second a svg rect {
  fill: #295832;
}

.blog-section__items-2 .blog-section__items-wrap--first .blog-section__items-wrap--second a:hover {
  background: #295832;
  color: white;
}

.blog-section__items-2 .blog-section__items-wrap--first .blog-section__items-wrap--second a:hover svg rect {
  fill: white;
}

.blog-section__items-2 .blog-section__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #295832;
  font-size: 15px;
}

.blog-section__items-2 .blog-section__time span {
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #295832;
}

.blog-section__items-2 .blog-section__head {
  margin-bottom: 11px;
}

.blog-section__items-2 .blog-section__head p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #295832;
  font-weight: bold;
}

.blog-section__items-2 .blog-section__item-text {
  margin: 0;
  color: #295832;
  font-size: 14px;
  margin-top: 11px;
  font-weight: regular;
}

.blog-section__item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  background: #f0f0f2;
}

.blog-section__items-wrap--first {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border: 2px solid transparent;
}

.blog-section__item .blog-section__items-wrap--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-section__item .blog-section__item-text {
  text-overflow: ellipsis;
  word-wrap: break-word;
  min-height: 4.7em;
  line-height: 21px;
  font-weight: 400;
}

.blog-section__item:hover .blog-section__items-wrap--first {
  border-top: 2px solid #295832;
  border-right: 2px solid #295832;
  border-left: 2px solid #295832;
}

.blog-section__head {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #115A2F;
  margin: 0 0 30px 0;
}

.blog-section__head p {
  margin: 0;
}

.blog-section__thumbnail {
  width: 350px;
  min-height: 190px;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 20px 20px;
}

.blog-section__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.blog-section__subscription-checkbox {
  position: relative;
}

.blog-section__subscription-checkbox input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
}

.blog-section__subscription-checkbox:hover input ~ .checkmark {
  -webkit-filter: drop-shadow(0px 5px 6px rgba(17, 90, 47, 0.2));
  filter: drop-shadow(0px 5px 6px rgba(17, 90, 47, 0.2));
}

.checkmark:after {
  content: "";
  background: url(../img/checkbox.png) no-repeat;
  background-size: 100%;
  position: absolute;
  display: none;
}

.blog-section__subscription-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.blog-section__subscription-checkbox .checkmark:after {
  width: 12px;
  height: 10px;
  top: 20%;
  left: 20%;
}

.partnership h2 {
  text-align: center;
  margin-bottom: 100px;
}

.partnership__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.partnership__item {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 242, 0)), to(#F0F0F2));
  background: linear-gradient(180deg, rgba(240, 240, 242, 0) 0%, #F0F0F2 100%);
}

.partnership__img {
  max-width: 322px;
  max-width: 322px;
  max-height: 310px;
}

.partnership__text {
  max-width: 90%;
  margin: 42px 0 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.partnership__text span {
  color: #115A2F;
}

.partnership__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 150px;
}

.partnership__offer-header {
  margin-bottom: 0px;
}

.partnership__mail {
  text-decoration: underline;
  color: #115A2F;
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d9d7da;
  z-index: 995;
  padding: 30px 0 40px 0;
}

footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 996;
  display: none;
}

footer i {
  width: 100px;
  height: 100px;
}

footer .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer__nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

footer .footer__nav--mobile {
  display: none;
}

footer .footer__nav-item {
  margin-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

footer .footer__nav-link:hover {
  color: #A8C114;
}

footer .footer__nav-link:active {
  color: #115A2F;
}

footer .footer__nav-link:disabled {
  color: #525252;
}

footer .footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

footer .footer__wrap:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

footer .footer__wrap--child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 1049px) and (min-width: 481px) {
  footer .footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1049px) {
  footer .footer__contact-item {
    margin-bottom: 25px;
  }
}

footer .footer__contact-item:first-child {
  margin-right: 50px;
}

@media (max-width: 1049px) {
  footer .footer__contact-item:first-child {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  footer .footer__contact-item:first-child {
    margin-right: 10px !important;
  }
}

footer .footer__contact-item span {
  margin-bottom: 20px;
}

footer .footer__contact-name {
  margin: 0 0 5px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #115A2F;
}

footer .footer__contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer__contact-icon svg {
  fill: #115A2F;
  width: 15px;
  height: 15px;
  -webkit-filter: drop-shadow(0px 5px 1px rgba(17, 90, 47, 0.2));
  filter: drop-shadow(0px 5px 1px rgba(17, 90, 47, 0.2));
  margin-right: 10px;
}

footer .footer__links {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #115A2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer__links-item {
  color: #115A2F;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

footer .footer__links-item:hover {
  color: #A8C114;
}

footer .footer__links-item:active {
  color: #115A2F;
}

footer .footer__links-item:disabled {
  color: #525252;
}

.page-404 {
  padding: 130px 0 70px 0;
  text-align: center;
}

.page-404__head {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #115A2F;
}

.page-404__img {
  position: absolute;
  top: 29%;
  left: 50%;
  -webkit-transform: translate(-56%, 0);
  transform: translate(-56%, 0);
}

.page-404__text {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 360px;
  line-height: 400px;
  color: #A8C114;
  text-shadow: 4px 4px 20px rgba(93, 106, 12, 0.25), 0px 20px 20px rgba(100, 115, 15, 0.25);
  margin: 0 0 80px 0;
  letter-spacing: 57px;
}

.page-404__description {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #115A2F;
  white-space: wrap;
  max-width: 48%;
  margin: 0 auto 40px;
}

.button-order--home {
  margin-bottom: 300px;
}

.button-order--home svg {
  right: 3.9%;
  top: 20%;
}

.popup-cart {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 12%);
  transform: translate(-50%, 12%);
  background-color: #ececec;
  width: 430px;
  height: 600px;
  border-radius: 30px;
  display: none;
  z-index: 99999;
  -webkit-filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.3));
  filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.3));
}

.popup-cart h3 {
  padding: 30px 0 30px;
  margin: 0;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.popup-cart__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 20px 0 30px 0;
}

.popup-cart__item {
  height: 100%;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-cart__text {
  margin: 20px 0 20px 0;
  text-align: center;
}

.popup-cart__text-2 {
  margin: 10px 0 40px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.popup-cart__proposal-text {
  font-size: 24px;
  line-height: 35px;
  padding: 15% 20px 0;
  display: none;
}

.popup-cart__brutto {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-cart__brutto br {
  display: none;
}

.popup-cart__netto, .popup-cart__delivery {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-cart__gradient {
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(168, 193, 20, 0)), color-stop(53.12%, #A8C114), to(rgba(168, 193, 20, 0)));
  background: linear-gradient(270deg, rgba(168, 193, 20, 0) 0%, #A8C114 53.12%, rgba(168, 193, 20, 0) 100%);
  margin-bottom: 10px;
}

.popup-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  font-style: normal;
}

.popup-cart__total-span {
  margin-left: 20px;
}

.popup-cart__total.total-minicart {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

.popup-cart__close {
  position: absolute;
  top: -6%;
  right: -10%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #cecece;
  font-size: 55px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #525252;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-cart--show {
  display: block;
}

.popup-cart__wrap {
  position: relative;
}

.button-order--cart {
  padding: 10px 58px 10px 18px;
  background-color: #A8C114;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.button-order--cart svg {
  position: absolute;
  height: 24px;
  width: 30px;
  right: 2%;
  top: 15%;
  fill: #A8C114;
  z-index: 102;
}

.woocommerce-checkout {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

input {
  border: 1px solid #8b8b8b8b;
  outline: none;
  background-color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  padding: 12px 12px 12px 12px;
}
/*
.woocommerce-checkout .header-nav__items--small.header-nav__items--open .header-nav__items--small-nav .header-nav__item--small {
  display: none;
}
*/
.disabled-input-checkout {
  background-color: #e4e4e4 !important;
}

.woocommerce-checkout .woocommerce-shipping__checkbox-wrap {
  text-decoration: none;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  padding-left: 10%;
  font-size: inherit;
  margin-bottom: 20px;
}

.woocommerce-checkout .entry-header {
  display: none;
}

.woocommerce-checkout .checkout-form {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static !important;
}

.woocommerce-checkout .col2-set {
  width: 53%;
}

.woocommerce-checkout .entry-footer {
  display: none;
}

.woocommerce-checkout h3 {
  text-shadow: 0px 4px 10px rgba(17, 90, 47, 0.25);
}

.woocommerce-checkout form[name=checkout] {
  padding-top: 120px;
}

.woocommerce-checkout .order-review__wrap {
  background-color: #F0F0F2;
  min-width: 470px;
  height: auto;
  padding: 50px;
  position: absolute;
  top: 5%;
  right: 3%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.woocommerce-checkout .order-review__wrap .form-row.place-order {
  margin: 0;
}

.woocommerce-checkout .order-review__wrap .checkout-heading {
  margin-bottom: 30px;
}

.sticky {
  position: fixed;
  z-index: 101;
}

.stop {
  position: relative;
  z-index: 101;
}

.woocommerce-checkout .order-product {
  max-width: 90%;
}

.woocommerce-checkout .order-product__quantity {
  margin-bottom: 10px;
}

.woocommerce-checkout .checkout-order {
  margin-bottom: 70px;
}

.woocommerce-checkout .product-brutto, .woocommerce-checkout .product-delivery, .woocommerce-checkout .product-total, .woocommerce-checkout .product-total__excl, .woocommerce-checkout .order-product__brutto, .woocommerce-checkout .order-product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-checkout .product-gradient {
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(168, 193, 20, 0)), color-stop(53.12%, #A8C114), to(rgba(168, 193, 20, 0)));
  background: linear-gradient(270deg, rgba(168, 193, 20, 0) 0%, #A8C114 53.12%, rgba(168, 193, 20, 0) 100%);
}

.woocommerce-checkout .product-brutto, .woocommerce-checkout .product-gradient {
  margin-bottom: 20px;
}

.woocommerce-checkout .product-delivery {
  margin-bottom: 30px;
}

.woocommerce-checkout .product-total {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}

.woocommerce-checkout .product-brutto span, .woocommerce-checkout .product-delivery span, .woocommerce-checkout .product-total span, .woocommerce-checkout .product-total__excl span, .woocommerce-checkout .order-product__brutto span, .woocommerce-checkout .order-product__quantity span {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}

.woocommerce-checkout .checkout-heading {
  margin: 0 0 50px 0;
}

.woocommerce-checkout .woocommerce-checkout-payment {
  max-width: unset !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .button-order--cart {
  margin: 0;
  outline: none;
  padding: 16px 70px 16px 25px;
  margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-checkout-payment .button-order--cart .button-order__icon-wrap {
  width: 50px;
  height: 50px;
  top: -1px;
}

.woocommerce-checkout .woocommerce-checkout-payment .button-order--cart svg {
  right: 4%;
  top: 22%;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label a {
  margin-left: 23px;
  width: 65%;
  text-decoration: underline;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 650px) {
  .woocommerce-checkout .woocommerce-checkout-payment {
    margin-bottom: 20px;
  }
}

.woocommerce-checkout .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px 0;
}

.woocommerce-checkout .form-row.place-order {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-checkout .form-row.place-order .checkout-btn {
  margin-bottom: 30px;
}

.woocommerce-checkout .form-row label {
  margin-bottom: 5px;
}

.woocommerce-checkout .form-row label abbr {
  display: none;
}

.woocommerce-checkout .form-row.place-order .blog-section__subscription-checkbox {
  max-width: 60%;
  word-break: break-word;
}

.woocommerce-checkout .input-text {
  border: 1px solid #8b8b8b8b;
  outline: none;
  background-color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  padding: 12px 12px 12px 12px;
}

.woocommerce-checkout .form-row .optional {
  display: none;
}

.woocommerce-checkout #organisation_checkout_field input {
  margin-right: 10px;
}

.woocommerce-checkout #organisation_checkout_field input:checked + label {
  color: #115A2F;
}

.woocommerce-checkout #organisation_checkout_field label {
  font-weight: bold;
}

.woocommerce-checkout #organisation_checkout_field label[for="organisation_private_person"] {
  margin-right: 20px;
}

.woocommerce-checkout .col-1 .woocommerce-billing-fields .input-text, .woocommerce-checkout .col-1 .woocommerce-custom-fields__organisation .input-text {
  width: 70%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  padding-bottom: 111px;
  position: relative;
}

.woocommerce-checkout .woocommerce-custom-fields__organisation {
  padding-bottom: 30px;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .input-text {
  width: 70%;
}

.woocommerce-checkout .woocommerce-additional-fields textarea {
  resize: horizontal;
  width: 70%;
  height: 60px;
  margin-bottom: 70px;
}

.woocommerce-checkout .payment_methods {
  margin: 0 0 100px 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .payment_methods li {
  margin-bottom: 15px;
}

.woocommerce-checkout .payment_methods li input[type="radio"] {
  margin-right: 10px;
}

.woocommerce-checkout .payment_methods li label {
  display: inline-block;
  padding: 12px;
  margin-left: 40px;
  border: 1px solid transparent;
  background-color: #fff;
}

.woocommerce-checkout .payment_methods li:nth-child(3) {
  /* 	width: 50%; */
}

.woocommerce-checkout .payment_methods li:nth-child(3) label {
  width: 60%;
  padding: 5px 12px 5px 12px;
}

.woocommerce-checkout .payment_methods li p {
  text-align: left;
  margin-left: 0%;
  line-height: 21.09px;
  max-width: 90%;
}

.woocommerce .product-price {
  font-size: 14px;
  text-align: right;
}

.woocommerce .product-fee {
  font-size: 14px;
  text-align: right;
  margin-bottom: 20px;
}

.woocommerce .product-discount {
  font-size: 14px;
  text-align: right;
}

.woocommerce .total-fee {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: right;
}

.confidential-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #ECECEC;
  border-radius: 30px;
  width: 600px;
  padding: 50px;
  -webkit-filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.3));
  filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.3));
}

.confidential-popup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.confidential-popup__wrap a {
  margin: 0;
}

.confidential-popup--show {
  display: block;
}

.confidential-popup__text {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  max-height: 500px;
  overflow-y: scroll;
  max-width: 100%;
  white-space: break-spaces;
}

.confidential-popup__text.reglament-text {
  max-width: 100%;
  white-space: break-spaces;
}

.confidential-popup__close {
  position: absolute;
  top: -8%;
  right: -8%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ECECEC;
  font-size: 55px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #525252;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn__confidential {
  padding: 15px 70px 15px 25px;
}

.btn__confidential svg {
  width: 30px;
  height: 22px;
  right: 7px;
  top: 13px;
}

.btn__confidential .button-order__icon-wrap {
  padding: 25px;
}

.btn__confidential:hover {
  background-color: #95AB14;
}

.btn__confidential:active {
  border: 2px solid #115A2F;
  background-color: #A8C114;
}

.footer__wrap--second {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__socials--mobile {
  max-width: 80%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.button-order, .popup-cart__close, .footer__socials-link, .footer__links-item, .btn__confidential, .confidential-popup__close, .blog-section__subscription-btn {
  cursor: pointer;
}

.footer__socials-link {
  margin-bottom: 10px !important;
  -webkit-transition: all .25 ease-in-out;
  transition: all .25 ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__socials-link:hover svg path {
  fill: #A8C114;
}

.footer__socials-link:active svg path {
  fill: #A8C114;
  opacity: .6;
}

.slide {
  outline: none;
}

.blog-section__subscription-wrap .cf7sg-container {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.blog-section__subscription-wrap .cf7sg-container form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-section__subscription-col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wpcf7-response-output {
  position: absolute;
  top: -20%;
}

.blog-section__items-2 .blog-section__item {
  margin: 0;
  border-radius: 0 0 20px 20px;
}

.slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important;
}

.slick-slide {
  margin-right: 45px;
  outline: none;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.br {
  float: left;
  width: 100%;
  margin: 0 0 1px 0;
  /* отступ после строки 20 пикселей */
}
 

.input-radio:checked, .input-radio:not(:checked) {
  position: absolute;
  left: -9999px;
}

.input-radio:checked + label, .input-radio:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.input-radio:checked + label:before, .input-radio:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.input-radio:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #115A2F;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-radio:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #115A2F;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.input-radio:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wc_payment_method:first-child .input-radio:checked + label:before, .wc_payment_method:first-child .input-radio:not(:checked) + label:before {
  top: 24%;
  left: -15%;
}

.wc_payment_method:first-child .input-radio:checked + label:after, .wc_payment_method:first-child .input-radio:not(:checked) + label:after {
  top: 35%;
  left: -13.5%;
}

.wc_payment_method:last-child .input-radio:checked + label:before, .wc_payment_method:last-child .input-radio:not(:checked) + label:before {
  top: 24%;
  left: -20%;
}

.wc_payment_method:last-child .input-radio:checked + label:after, .wc_payment_method:last-child .input-radio:not(:checked) + label:after {
  top: 30%;
  left: -17.5%;
}

.woocommerce-billing-fields {
  max-width: 80%;
}

.woocommerce-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.woocommerce-checkout .checkmark {
  left: 0%;
  border: 1px solid #115A2F;
}

.woocommerce-checkout .order-review__wrap .checkmark {
  left: -15%;
}

.woocommerce-checkout .order-review__wrap .form-row.place-order {
  position: relative;
}

.woocommerce-checkout .order-review__wrap .form-row.place-order .blog-section__subscription-checkbox {
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  position: inherit;
}

.woocommerce-checkout .checkmark:after {
  left: 15%;
}

.woocommerce-checkout .confidential-text-checkout {
  margin-left: 40px;
}

.popup-cart .minicart-wrapper {
  min-width: 350px;
}

.popup-cart .minicart-quantity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.popup-cart .popup-cart__price {
  text-align: right;
  font-size: 14px;
}

.popup-cart .popup-cart__fee {
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px;
}

.popup-cart__discount {
  font-size: 14px;
  text-align: right;
}

.popup-cart__discount--active {
  color: #115A2F;
}

.popup-cart .popup-cart__total-fee {
  font-size: 14px;
  text-align: right;
  margin-bottom: 10px;
}

.popup-cart .cart-total {
  margin-bottom: 10px;
}

.popup-cart .popup-cart__wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.popup-cart__btn {
  border: 2px solid #A8C114;
  position: relative;
}

.popup-cart__btn:hover {
  background-color: #a8c114;
}

.popup-cart__btn:active {
  background-color: rgba(168, 193, 20, 0.3);
}

.popup-cart__btn--left {
  border-radius: 30px 0px 0px 30px;
  padding: 5px 10px 5px 35px;
  cursor: pointer;
}

.popup-cart__btn--right {
  border-radius: 0px 30px 30px 0px;
  padding: 5px 35px 5px 10px;
}

.popup-cart .popup-cart__wrap-btn .popup-cart__btn:nth-child(1) {
  margin-bottom: 5px;
}

.popup-cart__btn--left::after, .popup-cart__btn--right::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #115A2F;
  position: absolute;
}

.popup-cart__btn--left::after {
  left: -2px;
  top: -2px;
}

.popup-cart__btn--right::after {
  right: -2px;
  top: -2px;
}

.popup-cart__btn--left::before, .popup-cart__btn--right::before {
  content: "-";
  display: inline;
  font-size: 45px;
  font-weight: 500;
  line-height: 1px;
  color: #A8C114;
  position: absolute;
  z-index: 22;
}

.popup-cart__btn--left::before {
  left: 7%;
  top: 45%;
}

.popup-cart__btn--right::before {
  content: "+";
  font-size: 38px;
  font-weight: 500;
  right: 2%;
  top: 49%;
}

.popup-cart__btn--disabled {
  border-color: #8B8B8B;
}

.popup-cart__btn--disabled:hover {
  background-color: #E4E1E1;
}

.popup-cart__btn--disabled.popup-cart__btn--left::after {
  background-color: #8B8B8B;
}

.popup-cart__btn--disabled.popup-cart__btn--left::before {
  color: #000;
}

.woocommerce-order-received .woocommerce-order {
  padding-top: 100px;
}

.woocommerce-thank-you-page-thank_you_message__container .woocommerce-thank-you-page-check:before {
  position: absolute;
  left: -70px;
  top: -10%;
  color: #115A2F;
}

.woocommerce-thank-you-page-thank_you_message__container .woocommerce-thank-you-page-thank_you_message__detail {
  margin-bottom: 20px;
}

/* .button-order--cart:hover {
	background-color: #95AB14;
}
.button-order--cart:active {
		border: 2px solid #115A2F;
		background-color: #A8C114;
} */
.video .slick-slider {
  -webkit-transition: all .9s linear;
  transition: all .9s linear;
}

.video .slick-list {
  overflow: initial;
}

.video__controls {
  -webkit-transform: translate(4%, 50%);
  transform: translate(4%, 50%);
}

.video .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: .5;
  z-index: -1;
}

.video .slick-arrow {
  z-index: 95;
  width: 60px;
  height: 60px;
  background-color: #f0f0f2;
  border-radius: 30px;
  background-size: 65%;
  background-repeat: no-repeat;
}

.video .slick-prev {
  left: -6%;
  background-position: 20% 50%;
  background-image: url(../img/left-arrow.png);
}

.video .slick-next {
  right: -6.3%;
  background-position: 70% 50%;
  background-image: url(../img/right-arrow.png);
}

.video__container.slick-slide .video__controls {
  opacity: 0;
  -webkit-transition: opacity .05s linear;
  transition: opacity .05s linear;
}

.video__container.slick-slide.slick-current.slick-active.slick-center .video__controls {
  opacity: 1;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

.use__board img:not(:nth-child(1)) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.advantages__photo-hand {
  max-width: 315px;
  height: auto;
  position: absolute;
  left: 10%;
  bottom: 0;
}

.advantages__photo-hand--down {
  max-width: 350px;
  height: auto;
  position: absolute;
  left: 9.2%;
  bottom: 0;
  z-index: 99;
}

.advantages__photo-hand--shadow {
  max-width: 275px;
  height: auto;
  position: absolute;
  left: 13%;
  bottom: 10%;
  z-index: 97;
  -webkit-transition: all 4s !important;
  transition: all 4s !important;
}

[data-aos="breadpack-shadow"] {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

[data-aos="breadpack-shadow"].aos-animate {
  opacity: 1;
}

.advantages__wrap .breadpack-animate {
  top: -46%;
  right: unset;
  left: 10.2%;
  z-index: 99;
  -webkit-transition: all 5s !important;
  transition: all 5s !important;
  max-width: 350px;
  height: auto;
}

[data-aos="breadpack-down"] {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos="breadpack-down"].aos-animate {
  -webkit-transform: translate(0%, 285%);
  transform: translate(0%, 285%);
}

html[lang="en-GB"] [data-aos="breadpack-down"].aos-animate {
  -webkit-transform: translate(0%, 260%);
  transform: translate(0%, 260%);
}

[data-aos="breadpack-to-center"] {
  -webkit-transform: translate(0, 0%) rotate(360deg);
  transform: translate(0, 0%) rotate(360deg);
  /* 	transition: all 4s !important; */
  z-index: 155;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos="breadpack-to-center"].aos-animate {
  -webkit-transform: translate(-58%, 124%) rotate(0);
  transform: translate(-58%, 124%) rotate(0);
}

[data-aos="breadpack-to-center1"] {
  -webkit-transform: translate(-22%, 69%) rotate(90deg);
  transform: translate(-22%, 69%) rotate(90deg);
  /* 		transition: all 4s!important; */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos="breadpack-to-center1"].aos-animate {
  -webkit-transform: translate(0%, 0%) rotate(0deg);
  transform: translate(0%, 0%) rotate(0deg);
}

[data-aos="breadpack-to-center2"] {
  -webkit-transform: translate(61%, 35%) rotate(90deg);
  transform: translate(61%, 35%) rotate(90deg);
  /* 		transition: all 4s!important; */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos="breadpack-to-center2"].aos-animate {
  -webkit-transform: translate(0%, 0%) rotate(0deg);
  transform: translate(0%, 0%) rotate(0deg);
}

[data-aos="breadpack-to-center3"] {
  -webkit-transform: translate(54%, -56%) rotate(90deg);
  transform: translate(54%, -56%) rotate(90deg);
  /* 		transition: all 4s!important; */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos="breadpack-to-center3"].aos-animate {
  -webkit-transform: translate(0%, 0%) rotate(0deg);
  transform: translate(0%, 0%) rotate(0deg);
}

[data-aos="breadpack-to-center4"] {
  -webkit-transform: translate(-54%, -64%) rotate(90deg);
  transform: translate(-54%, -64%) rotate(90deg);
  /* 		transition: all 4s!important ; */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos="breadpack-to-center4"].aos-animate {
  -webkit-transform: translate(0%, 0%) rotate(0deg);
  transform: translate(0%, 0%) rotate(0deg);
}

[data-aos="breadpack-to-center5"] {
  -webkit-transform: translate(-80%, 13%) rotate(90deg);
  transform: translate(-80%, 13%) rotate(90deg);
  /* 		transition: all 4s !important; */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos="breadpack-to-center5"].aos-animate {
  -webkit-transform: translate(0%, 0%) rotate(0deg);
  transform: translate(0%, 0%) rotate(0deg);
}

[data-aos="breadpack-capatibilities"] {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 4s !important;
  transition: all 4s !important;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos="breadpack-capatibilities"].aos-animate {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.popup-feedback {
  padding: 30px;
  background: #ECECEC;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
  display: none;
}

.popup-feedback--show {
  display: block;
}

.popup-feedback form {
  position: relative;
  max-width: 300px;
}

.popup-feedback input {
  width: 100%;
  outline: none;
  border: 1px solid transparent;
  padding: 12px;
  margin-top: 15px;
}

.popup-feedback__close {
  position: absolute;
  top: -8%;
  right: -8%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ECECEC;
  font-size: 55px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #525252;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-feedback input:hover {
  border: 1px solid #8B8B8B;
}

.popup-feedback .feedback_textarea {
  outline: none;
  border: 1px solid transparent;
  width: 100%;
  height: 100px;
  padding: 12px;
  margin-top: 15px !important;
}

.popup-feedback .feedback_textarea:hover {
  border: 1px solid #8B8B8B;
}

.popup-feedback form p:nth-last-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.popup-feedback .popup-feedback__button {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  cursor: pointer;
  margin: 0 auto;
  padding: 14px 75px 12px 25px;
  background-color: transparent;
  border-radius: 30px;
  position: relative;
  border: 1px solid #A8C114;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.popup-feedback__button:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/mail.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 100%;
  z-index: 99;
}

.checkout-contacts {
  position: absolute;
  top: 100%;
  left: -10%;
  right: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 15px 10px;
  height: 150px;
  background: rgba(217, 215, 218, 0.85);
  visibility: hidden;
}

.checkout-contacts--open {
  visibility: visible;
}

.checkout-contacts-btn {
  display: none;
}

.checkout-contacts-btn img {
  width: 100%;
  height: auto;
}

body .woocommerce-order-received {
  min-height: 100vh;
}

#lang_choice_1 {
  outline: 0;
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 5px;
  margin-left: 10px;
  width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI5Mi4zNjJweCIgaGVpZ2h0PSIyOTIuMzYycHgiIHZpZXdCb3g9IjAgMCAyOTIuMzYyIDI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MjsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0DQoJCUMxLjgwNyw3Mi45OTgsMCw3Ny4yNzksMCw4Mi4yMjhjMCw0Ljk0OCwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDdsMTI3LjkwNywxMjcuOTA3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4DQoJCXM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat, repeat;
  background-position: right .2em top 50%, 0 0;
  background-size: .65em auto, 100%;
  margin-right: 3%;
}

#lang_choice_1::-ms-expand {
  display: none;
}

#lang_choice_1 option {
  background-color: transparent;
}

.languages {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a {
  color: #A8C114;
  font-weight: bold;
}

.blog-section .slick-arrow {
  z-index: 95;
  width: 60px;
  height: 60px;
  background-color: #f0f0f2;
  border-radius: 30px;
  background-size: 65%;
  background-repeat: no-repeat;
}

.blog-section .slick-prev {
  left: -6%;
  background-position: 20% 50%;
  background-image: url(../img/left-arrow.png);
}

.blog-section .slick-next {
  right: -6.3%;
  background-position: 70% 50%;
  background-image: url(../img/right-arrow.png);
}

.woocommerce-checkout #shipping_country_field span, .woocommerce-checkout #billing_country_field span {
  border: 1px solid #8b8b8b8b;
  outline: none;
  background-color: #e4e4e4;
  color: #939393;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  padding: 12px 12px 12px 12px;
  max-width: 70%;
  position: relative;
}

.woocommerce-checkout #organisation_country {
  border: 1px solid #8b8b8b8b;
  outline: none;
  background-color: #e4e4e4;
  color: #939393;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  padding: 12px 12px 12px 12px;
  max-width: 70%;
  position: relative;
}

.woocommerce-checkout #organisation_country.placeholder, .woocommerce-checkout #organisation_country:-moz-placeholder, .woocommerce-checkout #organisation_country::-moz-placeholder, .woocommerce-checkout #organisation_country:-ms-input-placeholder, .woocommerce-checkout #organisation_country::-webkit-input-placeholder {
  font-weight: bold;
  color: black;
}

.tooltip {
  position: fixed;
  padding: 10px 20px;
  border: 1px solid #b3c9ce;
  border-radius: 4px;
  text-align: center;
  font: italic 14px/1.3 sans-serif;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.woocommerce-message {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-top-color: #295832;
}

.woocommerce-message a {
  display: inline-block !important;
  margin-top: 10px !important;
  font-weight: bold !important;
  border-radius: 10px !important;
  border: 1px solid #295832 !important;
  background: transparent !important;
  color: #295832 !important;
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
}

.single .newsletter-product-page .blog-section__subscription-wrap {
  margin-bottom: 100px;
}

.single #secondary.widget-area {
  display: none;
}

.single #product-custom {
  padding-bottom: 0;
}

.single .entry-summary {
  margin-bottom: 0 !important;
}

.single .gratis-title {
  margin-bottom: 13px;
}

.single .gratis-title span {
  display: inline-block;
  color: #295832;
  font-size: 17px;
  font-weight: bold;
}

.single .gratis-content {
  color: #295832;
  font-weight: 600;
  font-size: 17px;
}

.single .quantity-content {
  margin-right: 40px;
}

.single .woo-price-content-amount p {
  color: #295832;
  font-weight: 600;
  font-size: 1.25em;
}

.single .quantity-title {
  margin-bottom: 9px;
}

.single .quantity-title span {
  display: inline-block;
  color: #295832;
  font-size: 17px;
  font-weight: bold;
}

.single .quantity-custom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 25px 10px !important;
}

.single .quantity-custom .quantity-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single .quantity-custom .quantity-btns .quantity-btn {
  font-size: 20px;
  font-weight: Bold;
  cursor: pointer;
  padding: 0px 10px;
}

.single .quantity-custom .quantity-btns input {
  width: 45px;
  border: none;
  color: #295832;
  font-size: 19px;
  padding: 0 !important;
}

.single .quantity-custom .quantity-btns .quantity-remove {
  padding-right: 0;
  padding-left: 0px;
}

@media (max-width: 1200px) {
  .single .quantity-custom .quantity-btns .quantity-remove {
    padding-right: 0;
  }
}

.single .quantity-custom .quantity-btns .quantity-add {
  padding-left: 4px;
  padding-right: 0px;
}

@media (max-width: 1200px) {
  .single .quantity-custom .quantity-btns .quantity-add {
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .single .quantity-custom {
    width: auto;
    margin-top: 15px !important;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
}

.single .price-and-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 27px 0px 15px;
}

.single .price-and-add-to-cart form {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single .price-and-add-to-cart form .single_add_to_cart_button {
  background: #295832;
  border-radius: 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  font-size: 17px;
  padding: 14px 25px;
}

.single .price-and-add-to-cart form .single_add_to_cart_button:hover {
  background: #22502b;
}

@media (max-width: 500px) {
  .single .price-and-add-to-cart form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 500px) {
  .single .price-and-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}

.single .woo-price-content-container {
  margin-right: 40px;
}

.single .woo-price-content-container span {
  line-height: 28px;
}

.single .cart-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single .brutto-price-and-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  border-top: 1px solid #115A2F;
}

@media (max-width: 450px) {
  .single .brutto-price-and-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.single .brutto-price-and-button p {
  display: inline-block;
  color: #295832;
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 28px;
}

.single .brutto-price-and-button p span {
  font-weight: 600;
}

@media (max-width: 450px) {
  .single .brutto-price-and-button p {
    margin-top: 7px;
  }
}

.single .woo-price-content-vat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single .woo-price-content-vat,
.single .woo-price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single .woo-price-content-vat .woo-price-content-vat-title,
.single .woo-price-content-vat .woo-price-content-title,
.single .woo-price-content .woo-price-content-vat-title,
.single .woo-price-content .woo-price-content-title {
  margin-bottom: 2px;
}

.single .woo-price-content-vat .woo-price-content-vat-title span,
.single .woo-price-content-vat .woo-price-content-title span,
.single .woo-price-content .woo-price-content-vat-title span,
.single .woo-price-content .woo-price-content-title span {
  display: inline-block;
  color: #295832;
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
}

.single .woo-price-content-vat .woo-price-content-vat-amount p,
.single .woo-price-content .woo-price-content-vat-amount p {
  color: #295832 !important;
  font-size: 17px !important;
  font-weight: 600;
}

.single .woo-price-content-vat .woo-price-content-vat-amount, .single .woo-price-content-vat-amount,
.single .woo-price-content .woo-price-content-vat-amount,
.single .woo-price-content-amount {
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
}

.single .woo-price-content-vat .woo-price-content-vat-amount p .woocommerce-Price-amount, .single .woo-price-content-vat-amount p .woocommerce-Price-amount,
.single .woo-price-content .woo-price-content-vat-amount p .woocommerce-Price-amount,
.single .woo-price-content-amount p .woocommerce-Price-amount {
  font-size: 17px;
  color: #295832;
  font-weight: Regular;
}

.single .woo-price-content-vat .woo-price-content-vat-amount p .woocommerce-Price-amount span, .single .woo-price-content-vat-amount p .woocommerce-Price-amount span,
.single .woo-price-content .woo-price-content-vat-amount p .woocommerce-Price-amount span,
.single .woo-price-content-amount p .woocommerce-Price-amount span {
  line-height: 28px;
}

.single .price-and-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single .price-and-add-to-cart p {
  margin: 0;
  font-size: 17px !important;
  color: #295832 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single .price-and-add-to-cart p span {
  margin: 0px 5px;
}

.single .price-and-add-to-cart form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
}

@media (max-width: 500px) {
  .single .price-and-add-to-cart form.cart {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.single .product-images-content {
  max-width: 650px;
  width: 60%;
}

@media (max-width: 1200px) {
  .single .product-images-content {
    max-width: 550px;
    width: 55%;
  }
}

@media (max-width: 950px) {
  .single .product-images-content {
    max-width: unset;
    width: 100%;
  }
}

.single .product-bottom-content {
  margin-left: 75px;
  width: 40%;
}

.single .product-bottom-content .entry-summary {
  width: 100% !important;
}

.single .product-bottom-content .entry-summary h1 {
  text-shadow: none;
  font-weight: bold;
}

.single .product-bottom-content .entry-summary p,
.single .product-bottom-content .entry-summary p.full-description {
  color: #295832;
  font-size: 17px;
  line-height: 21px;
}

@media (max-width: 1200px) {
  .single .product-bottom-content {
    margin-left: 25px;
    width: 45%;
  }
}

@media (max-width: 950px) {
  .single .product-bottom-content {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
}

.single .entry-content p {
  font-size: 16px;
  font-weight: regular;
  color: #333333;
  line-height: 22px;
}

.single .entry-content h2 {
  font-weight: bold;
  font-size: 32px;
  color: #295832;
  line-height: 45px;
}

.single .entry-content ul {
  padding-left: 0;
}

.single .entry-content ul li {
  list-style-type: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  margin: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single .entry-content ul li::before {
  content: "\2022";
  color: transparent;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  margin-right: 10px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/content-single/right-arrow-in-a-circle.svg);
}

.single .wp-block-embed {
  margin: 10px 0px;
}

.single .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single .heateorSssClear {
  clear: none;
}

.single .post-socials__heading {
  margin: 0;
}

div.heateor_sss_horizontal_sharing .heateor_sss_square_count, .woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce-order__wrap {
  max-width: 50%;
  margin-left: 20%;
}

.woocommerce-checkout.woocommerce-order-received .col2-set {
  width: 100%;
}

.woocommerce-order-received h2 {
  font-size: 36px;
}

ul.woocommerce-order-table-custom {
  padding: 0;
  list-style: none;
  max-width: 80%;
}

ul.woocommerce-order-table-custom li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-review--left-col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.order-review--right-col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.woocommerce-table--order-details {
  width: 100%;
}

.woocommerce-table--order-details th {
  text-align: left;
  padding-bottom: 10px;
  width: 40%;
}

.woocommerce-table--order-details td {
  padding-bottom: 10px;
}

.woocommerce-table--order-details .shipped_via {
  display: none;
}

body.woocommerce-account {
  min-height: 100vh;
}

.woocommerce-column--shipping-address {
  margin-bottom: 100px;
}

.order-buttons {
  margin-top: 100px;
  margin-bottom: 100px;
}

.order-buttons a {
  margin-left: 50%;
  -webkit-filter: drop-shadow(0px 5px 6px rgba(168, 193, 20, 0.3));
  filter: drop-shadow(0px 5px 6px rgba(168, 193, 20, 0.3));
}

.my-account__form-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5%;
}

.my-account__form-login .col-1, .my-account__form-login .col-2 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.my-account__form-login .woocommerce-ResetPassword {
  padding-top: 20%;
}

.account-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-display: row;
}

.account-wrap--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-header {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/login.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.logout-header {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/logout.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.woocommerce-form-login-toggle {
  display: none;
}

.woocommerce-shipping-fields__field-wrapper {
  position: relative;
}

.tooltiptext {
  width: 300px;
  background-color: #e4e4e4;
  color: #000;
  padding: 12px 10px;
  position: absolute;
  z-index: 1;
  border: 1px solid #8b8b8b8b;
}

.tooltiptext-billing {
  bottom: 6.25%;
  right: -55%;
}

.tooltiptext-shipping {
  top: 3px;
  right: -24%;
}

.cookie_notice {
  display: none;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  background: rgba(217, 215, 218, 0.85);
  padding: 10px 20px;
}

/* Оформление кнопок */
.cookie_btn {
  display: inline-block;
  margin: 10px 6px 4px 6px;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  padding: 4px 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #A8C114;
}

.cookie_btn-confidential {
  background: none;
  border: 2px solid #A8C114;
  padding: 2px 12px;
}

.cookie_btn:after {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #A8C114;
  bottom: -6px;
  content: "";
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.cookie_btn:before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #A8C114;
  bottom: -6px;
  content: "";
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
  top: -6px;
}

.cookie_btn:hover:after, .cookie_btn:hover:before {
  width: 100%;
  left: 0;
}

.woocommerce-error {
  position: fixed;
  z-index: 900;
  padding: 20px;
  background-color: #F0F0F2;
  color: #f03434;
  left: 5%;
  top: 15%;
  list-style: none;
  padding-left: 70px;
}

.woocommerce-error ul {
  list-style: none;
  padding: 0;
}

.woocommerce-error li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.my-account__form-login button {
  min-width: 150px;
  padding: 10px;
}

.my-account__form-login p.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.my-account__form-login p.form-row label {
  margin-bottom: 10px;
}

.woocommerce-account__greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #115A2F;
  margin-bottom: 60px;
}

.woocommerce-account__login-text {
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 60px;
}

.woocommerce-account__login-text a {
  text-decoration: underline;
  color: #115A2F;
}

.woocommerce-account__login-text a:hover {
  color: #A8C114;
}

.woocommerce-account__options {
  list-style: none;
  padding: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.woocommerce-account__options li {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  position: relative;
}

.woocommerce-account__options li:first-child {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.woocommerce-account__options li:not(:first-child) {
  margin: 41px 0;
}

.woocommerce-account__options li a:hover {
  color: #A8C114;
}

.woocommerce-account__options li a:hover span:before {
  background: #A8C114;
}

.woocommerce-account__options li:nth-child(2) span:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-mask: url(../img/merchandise1.svg) no-repeat 50% 50%;
  mask: url(../img/merchandise1.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #115A2F;
  position: absolute;
  bottom: -20%;
  left: -15%;
  z-index: 99;
}

.woocommerce-account__options li:nth-child(3) span:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-mask: url(../img/cafe1.svg) no-repeat 50% 50%;
  mask: url(../img/cafe1.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #115A2F;
  position: absolute;
  bottom: -20%;
  left: -15%;
  z-index: 99;
}

.woocommerce-account__options li:nth-child(4) span:before {
  content: "";
  width: 30px;
  height: 34px;
  display: inline-block;
  -webkit-mask: url(../img/login1.svg) no-repeat 50% 50%;
  mask: url(../img/login1.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #115A2F;
  position: absolute;
  bottom: -20%;
  left: -15%;
  z-index: 99;
}

.cooperation .cooperation-content-tile {
  margin-right: 4rem;
  width: calc((100% / 3) - (8rem / 3));
}

.error-checkbox {
  -webkit-text-decoration-color: red;
  text-decoration-color: red;
  color: red;
}

.woocommerce-edit-account .account-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce-edit-account .account-edit .account-edit__left-col, .woocommerce-edit-account .account-edit .account-edit__right-col {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.woocommerce-edit-account p.woocommerce-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 70%;
}

.woocommerce-edit-account p.woocommerce-form-row input {
  width: 100%;
}

.woocommerce-edit-account p.woocommerce-form-row label {
  margin-bottom: 10px;
}

.account-edit-button {
  text-align: center;
}

.woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.woocommerce-Addresses address {
  margin-top: 20px;
}

.woocommerce-edit-address h3 {
  text-align: center;
}

.woocommerce-edit-address .woocommerce-address-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-edit-address .woocommerce-address-fields p input {
  width: 100%;
  margin-top: 15px;
}

.woocommerce-edit-address .woocommerce-address-fields #billing_country_field span {
  margin-top: 15px;
}

.button-register {
  margin-top: 24px;
}

.lost_reset_password {
  margin-top: 15%;
}

.woocommerce-invalid#checkbox_confidential_field, .woocommerce-invalid#checkbox_reglament_field {
  color: red;
  -webkit-text-decoration-color: red;
  text-decoration-color: red;
}

#shipping_email_field {
  display: none;
}

.woocommerce-edit-address address {
  font-style: normal;
  margin-bottom: 30px;
}

.woocommerce-edit-address abbr {
  display: none;
}

#checkbox_additional_shipping_field label {
  margin-left: 10%;
}

.post-template-default img {
  height: auto;
}

.woocommerce-order-received small {
  display: none;
}

.woocommerce-checkout-coupon .woocommerce-checkout-coupon__container {
  max-width: 50%;
}

.woocommerce-checkout-coupon #coupon {
  width: 60%;
}

@media only screen and (min-width: 1440px) {
  .header-nav {
    max-width: 90%;
  }
}

@media only screen and (min-width: 2560px) {
  header .container {
    max-width: 55%;
  }
}

@media only screen and (max-width: 1440px) {
  header .container {
    max-width: 100%;
    width: 95%;
  }
  .header-nav {
    padding: 5px 0px;
  }
  .header-nav__col:nth-child(2) {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .home .login-col {
    -ms-flex-preferred-size: 56% !important;
    flex-basis: 56% !important;
  }
  .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  header .container {
    max-width: 85%;
    width: 90%;
  }
  .header-nav__items {
    display: none;
  }
  .header-nav__col:nth-child(2) {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-nav__tel a.links {
    display: none;
  }
  .header-nav__burger {
    display: inline-block;
  }
  .home .login-col {
    -ms-flex-preferred-size: 65% !important;
    flex-basis: 65% !important;
  }
  .header-nav {
    padding: 5px 0px;
  }
  .header-nav__mail, .header-nav__tel {
    margin: 0 15px 0 0;
  }
  #lang_choice_1, .account-wrap {
    display: none;
  }
  .account-wrap--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .first h1 {
    max-width: 65%;
  }
  .first__wrap-breadpack {
    margin: -4% -8% 0 0;
  }
  .first__keywords {
    left: 45%;
  }
  .first__img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .photo-breadpack {
    max-width: 75%;
  }
  .photo-breadpack__advantages {
    right: -38%;
    bottom: 119.7%;
    max-width: 27%;
    height: auto;
  }
  .photo-breadpack__use:nth-child(2) {
    top: -13%;
    left: 22%;
  }
  .photo-breadpack__use:nth-child(3) {
    top: 18%;
    left: -22%;
  }
  .photo-breadpack__use:nth-child(4) {
    bottom: -10%;
    left: -4%;
  }
  .photo-breadpack__use:nth-child(5) {
    right: -14%;
    bottom: -11%;
  }
  .photo-breadpack__use:nth-child(6) {
    top: 15%;
    right: -28%;
  }
  .use__wrap-content-text h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .use__wrap-text h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }
  .use__board {
    left: -9%;
  }
  .use__description {
    font-size: 16px;
    line-height: 19px;
  }
  [data-aos="breadpack-down"].aos-animate {
    -webkit-transform: translate(0%, 230%);
    transform: translate(0%, 230%);
  }
  [data-aos="breadpack-to-center"].aos-animate {
    -webkit-transform: translate(-40%, 325%) rotate(0);
    transform: translate(-40%, 325%) rotate(0);
  }
  [data-aos="breadpack-to-center1"] {
    -webkit-transform: translate(0%, 78%) rotate(90deg);
    transform: translate(0%, 78%) rotate(90deg);
    /* 		transition: all 4s!important; */
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  [data-aos="breadpack-to-center2"] {
    -webkit-transform: translate(73%, 16%) rotate(90deg);
    transform: translate(73%, 16%) rotate(90deg);
    /* 		transition: all 4s!important; */
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  [data-aos="breadpack-to-center3"] {
    -webkit-transform: translate(45%, -69%) rotate(90deg);
    transform: translate(45%, -69%) rotate(90deg);
    /* 		transition: all 4s!important; */
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  [data-aos="breadpack-to-center4"] {
    -webkit-transform: translate(-55%, -70%) rotate(90deg);
    transform: translate(-55%, -70%) rotate(90deg);
    /* 		transition: all 4s!important ; */
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  [data-aos="breadpack-to-center5"] {
    -webkit-transform: translate(-77%, 24%) rotate(90deg);
    transform: translate(-77%, 24%) rotate(90deg);
    /* 		transition: all 4s !important; */
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  [data-aos="breadpack-capatibilities"].aos-animate {
    -webkit-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
  }
  .about__photo {
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .about__item:nth-child(1) img {
    right: -78%;
  }
  .about__item:nth-child(2) img {
    left: -81%;
  }
  .woocommerce-checkout .order-review__wrap {
    position: relative;
    right: unset;
    margin: 0 -15%;
    padding-left: 15%;
    max-width: unset;
    min-width: unset;
  }
  .woocommerce-checkout .form-row.place-order .blog-section__subscription-checkbox {
    max-width: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  header .container {
    max-width: 90%;
  }
  .header-nav__col:nth-child(2) {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  .home .login-col {
    -ms-flex-preferred-size: 84% !important;
    flex-basis: 84% !important;
  }
  .first {
    padding: 75px 0 50px 0;
  }
  .first__keywords {
    left: 38%;
  }
  .first h1 {
    max-width: 75%;
  }
  .first__wrap-breadpack {
    margin: -5% -13% 0 0;
  }
  .first__keywords {
    top: 17%;
  }
  .about__text:nth-child(1) {
    border-radius: 20px 20px 0 0;
    padding: 55px 90px 50px 90px;
  }
  .about__text:nth-child(2) {
    padding: 40px 30px 50px 30px;
    border-radius: 0px 00px 20px 20px;
  }
  .about__text-wrap {
    max-width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 240px;
  }
  .about__wrap {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 510px;
  }
  .about__item {
    padding: 40px 10px;
    max-width: 645px;
  }
  .about__item:nth-child(1) {
    padding-right: 30%;
  }
  .about__item:nth-child(1) img {
    right: -20%;
    bottom: -30%;
  }
  .about__item:nth-child(2) {
    padding-left: 30%;
  }
  .about__item:nth-child(2) img {
    left: -22%;
    bottom: -20%;
  }
  .use__wrap-content {
    padding: 60px 0 60px 15px;
  }
  .use__wrap-content-text {
    max-width: 60%;
    min-width: 40%;
  }
  .use__wrap-content-text h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .use__wrap-content__description {
    font-size: 16px;
    line-height: 19px;
  }
  .use__board {
    left: -17%;
    margin-right: -20%;
  }
  .use__board img :not(:nth-child(1)) {
    max-width: 80%;
    height: auto;
  }
  .use__wrap-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .use__wrap-text {
    margin: 0 0 30px 0;
  }
  .photo-breadpack__use:nth-child(2) {
    top: -17%;
    left: -12%;
  }
  .photo-breadpack__use:nth-child(3) {
    top: 4%;
    left: unset;
    right: -15%;
  }
  .photo-breadpack__use:nth-child(4) {
    bottom: -8%;
    left: -16%;
  }
  .photo-breadpack__use:nth-child(5) {
    right: -15%;
    bottom: 10%;
  }
  .photo-breadpack__use:nth-child(6) {
    top: 20%;
    right: unset;
    left: -14%;
  }
  .capabilities__board {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .capabilities__board svg {
    width: 740px;
    height: 740px;
  }
  .capabilities__item-arrow {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .capabilities__item:nth-child(2) img.capabilities__item-arrow {
    left: -25%;
  }
  .capabilities .advantages h2 {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .capabilities .advantages__wrap {
    padding: 60px 15px 60px 0;
    max-width: 585px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .capabilities .advantages__items {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .capabilities .advantages__item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .capabilities .advantages__icon {
    max-width: 90px;
    max-height: 90px;
    margin-right: 25px;
  }
  .capabilities .advantages__description {
    max-width: 58%;
    font-size: 16px;
    line-height: 19px;
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%;
  }
  .capabilities .advantages .container__main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .capabilities .advantages__photo-field {
    height: auto;
    left: -80%;
  }
  .advantages__photo-field {
    max-width: 70%;
  }
  .video__controls {
    -webkit-transform: translate(4%, 50%);
    transform: translate(4%, 50%);
  }
  .breadpack-offer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 0 40px 60px;
    max-width: 690px;
  }
  .breadpack-offer__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .breadpack-offer__img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: -17%;
    right: -5%;
  }
  html[lang="en-GB"] .breadpack-offer__img {
    top: -37%;
    right: -5%;
  }
  html[lang="ru-RU"] .breadpack-offer__img {
    top: -8%;
    right: -5%;
  }
  .blog-section__subscription-wrap {
    padding: 50px 60px;
  }
  .blog-section__subscription-form {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .blog-section__subscription-form .blog__subscription-col {
    margin-bottom: 30px;
  }
  .blog-section__subscription-text {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    max-width: 50%;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }
  .blog-section__subscription-checkbox {
    margin-bottom: 30px;
  }
  [data-aos="breadpack-down"] {
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  [data-aos="breadpack-down"].aos-animate {
    -webkit-transform: translate(0%, 330%);
    transform: translate(0%, 330%);
  }
  .use__board img:nth-child(1) {
    max-width: 400px;
  }
  [data-aos="breadpack-to-center"].aos-animate {
    -webkit-transform: translate(-30%, 180%) rotate(0);
    transform: translate(-30%, 180%) rotate(0);
  }
  [data-aos="breadpack-capatibilities"] {
    -webkit-transform: rotate(-60deg) scale(0.7);
    transform: rotate(-60deg) scale(0.7);
    -webkit-transition: all 4s !important;
    transition: all 4s !important;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  [data-aos="breadpack-capatibilities"].aos-animate {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
  }
  .numbers__img:nth-of-type(1), .numbers__img:nth-of-type(2) {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  .slick-slide {
    margin-right: 0;
    margin: 0 13px;
  }
  .blog-section__items-2 .blog-section__item {
    max-width: 290px;
    max-height: 400px;
    margin: 0;
  }
  .blog-section__items-2 .blog-section__thumbnail {
    max-width: 290px;
    min-height: 200px;
  }
  .blog-section__items-2 .blog-section__head {
    margin: 0 0 10px 0;
  }
  .blog-section__items-2 .blog-section__item-text {
    margin-bottom: 15px;
  }
  .blog-section .blog-section__subscription-wrap .cf7sg-container {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
 
/*  .woocommerce-checkout .header-nav__col h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .woocommerce-checkout .header-nav__col:nth-child(2) {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }*/
  .woocommerce-checkout .checkout-form {
    width: 90%;
  }
  .woocommerce-checkout .col2-set {
    width: 51%;
  }
  .woocommerce-checkout .col-1 .woocommerce-billing-fields .input-text, .woocommerce-checkout .col-1 .woocommerce-custom-fields__organisation .input-text {
    width: 87%;
  }
  .woocommerce-checkout .shipping_address .form-row:nth-child(1) .input-text {
    width: 55%;
  }
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .input-text {
    width: 87%;
  }
  .wc_payment_method:last-child .input-radio:checked + label:after, .wc_payment_method:last-child .input-radio:not(:checked) + label:after {
    top: 30%;
    left: -18%;
  }
  .woocommerce-checkout .woocommerce-additional-fields textarea {
    resize: horizontal;
    width: 87%;
  }
  .woocommerce-checkout-review-order {
    margin-right: 50%;
  }
  .woocommerce-checkout-payment {
    max-width: 50%;
  }
  [data-aos="breadpack-to-center1"] {
    -webkit-transform: translate(40%, 100%) rotate(90deg);
    transform: translate(40%, 100%) rotate(90deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  [data-aos="breadpack-to-center2"] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translate(-36%, 53%) rotate(90deg);
    transform: translate(-36%, 53%) rotate(90deg);
  }
  [data-aos="breadpack-to-center3"] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translate(44%, -78%) rotate(90deg);
    transform: translate(44%, -78%) rotate(90deg);
  }
  [data-aos="breadpack-to-center4"] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translate(-36%, -36%) rotate(90deg);
    transform: translate(-36%, -36%) rotate(90deg);
  }
  [data-aos="breadpack-to-center5"] {
    -webkit-transform: translate(42%, 18%) rotate(90deg);
    transform: translate(42%, 18%) rotate(90deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .numbers__img:nth-of-type(1) {
    left: -18%;
    top: 23%;
  }
  .numbers__img:nth-of-type(2) {
    right: -16%;
    top: 27%;
  }
  #lang_choice_1 {
    display: none;
  }
  .numbers__counter-item:nth-child(2) p {
    margin: 0 0 40px 0;
    padding-top: 20px;
  }
  .numbers__counter-item:nth-child(3) img {
    margin-top: -45%;
  }
  .numbers__counter-item:nth-child(3) p {
    margin-bottom: 40px;
  }
  .video .slick-slider {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .advantages__photo-hand {
    left: 0%;
  }
  .advantages__photo-hand--down {
    left: -1%;
  }
  .advantages__photo-hand--shadow {
    left: 3.9%;
    bottom: 7%;
  }
  .advantages__wrap .breadpack-animate {
    left: 2.2%;
    top: -38%;
  }
  #breadpack-center {
    display: none;
  }
  .video .slick-prev {
    left: -29%;
  }
  .video .slick-next {
    right: -29%;
  }
  .numbers__counter-item {
    margin-right: 1%;
  }
  .numbers__wrap {
    max-width: 100%;
  }
  .woocommerce-checkout #shipping_country_field span, .woocommerce-checkout #billing_country_field span, .woocommerce-checkout #organisation_country {
    max-width: 87%;
  }
}

@media only screen and (max-width: 768px) {
	.button-order--big {
  padding: 15px 75px 15px 25px;
 
}
  .header {
    padding: 5px 10px;
  }
  .container__main-content {
    max-width: 100%;
  }
  .header-nav__logo {
    margin: 0;
  }
  .header-nav__col:nth-child(2) {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    margin-right: -1%;
  }
  .header-nav__icon {
    margin: 0;
  }
  .home .login-col {
    -ms-flex-preferred-size: 90% !important;
    flex-basis: 90% !important;
  }
  .header-nav__item--small-elements .header-nav__tel, .header-nav__item--small-elements .header-nav__mail {
    display: none;
  }
  .woocommerce-checkout .header-nav__tel, .woocommerce-checkout .header-nav__mail {
    display: none;
  }
  .woocommerce-checkout .header-nav__item--small-elements .header-nav__tel, .woocommerce-checkout .header-nav__item--small-elements .header-nav__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .first h1 {
    max-width: 88%;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
  }
  .first__img {
    -webkit-transform: scale(0.67);
            transform: scale(0.67);
  }
  .first__img img {
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    left: -3%;
  }
  .first__img img:before {
    content: "";
    display: block;
    background-image: url(../img/Ellipse-min.png);
    background-position: center;
    background-size: contain;
    width: 568px;
    height: 233px;
    position: absolute;
    left: -6%;
    top: 10%;
    z-index: 90;
  }
  .first__img svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: 7%;
    left: -8%;
  }
  .first__wrap {
    -ms-flex-preferred-size: none;
        flex-basis: none;
  }
  .first__wrap-breadpack {
    margin: -20% -11% 0 0 !important;
    width: 300px;
  }
  .first__keywords {
    top: 60%;
    left: 0%;
  }
  .first__keyword:nth-child(1), .first__keyword:nth-child(2), .first__keyword:nth-child(3), .first__keyword:nth-child(4) {
    margin-left: 0;
  }
  .first__keyword:nth-child(3), .first__keyword:nth-child(4) {
    position: absolute;
    left: 120%;
  }
  .first__keyword:nth-child(3) {
    top: 0%;
  }
  .first__keyword:nth-child(4) {
    bottom: 0%;
  }
  html[lang="pl-PL"] .first h1 {
    max-width: 100%;
  }
  .advantages {
    padding: 0 0 120px 0;
  }
  .advantages__wrap {
    max-width: 585px;
    margin-left: auto;
    margin-right: -8%;
    padding: 60px 15px 60px 0;
  }
  .advantages__wrap .breadpack-animate {
    max-width: 215px;
    left: -16.2%;
  }
  .advantages__photo-spikelets, .advantages .photo-breadpack__advantages {
    display: none;
  }
  .advantages__items {
    -ms-flex-preferred-size: 87%;
    flex-basis: 87%;
  }
  .advantages__item {
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .advantages__description {
    max-width: 100%;
    font-size: 16px;
    line-height: 19px;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
  .advantages__icon {
    margin-right: 30px;
    max-width: 90px;
    max-height: 90px;
  }
  .advantages__photo-field {
    max-width: 35%;
    height: auto;
    bottom: 0%;
    left: -23%;
  }
  .advantages__photo-hand {
    max-width: 200px;
    height: auto;
    position: absolute;
    left: -18%;
    bottom: 0;
  }
  .advantages__photo-hand--down {
    max-width: 217px;
    height: auto;
    position: absolute;
    left: -18.3%;
    bottom: 0;
    z-index: 99;
  }
  .advantages__photo-hand--shadow {
    max-width: 175px;
    height: auto;
    position: absolute;
    left: -14.1%;
    bottom: 6%;
    z-index: 97;
    -webkit-transition: all 4s !important;
    transition: all 4s !important;
  }
  html[lang="en-GB"] .advantages h2 {
    margin: 0 0 60px 0;
  }
  [data-aos="breadpack-down"].aos-animate {
    -webkit-transform: translate(0%, 275%);
    transform: translate(0%, 275%);
  }
  .use {
    padding: 0 0 104px 0;
  }
  .use h3 {
    max-width: 87%;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }
  .use__item:nth-child(even) {
    padding-left: 50px;
  }
  .use__item:last-child {
    margin: 0 -80px 0 0;
  }
  .use__board {
    width: 100%;
    max-width: 370px;
    -webkit-transform: rotate(-10.06deg);
    transform: rotate(-10.06deg);
    left: -12%;
    margin-right: -25%;
  }
  .use__board img:nth-child(1) {
    max-width: 400px;
    height: 710px;
  }
  .use__wrap-content-text {
    max-width: 70%;
    min-width: 40%;
  }
  .use__wrap-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
  }
  .use__wrap-text {
    margin: 0 0 30px 0;
  }
  .video__controls {
    max-width: 690px;
    -webkit-transform: translate(2%, 100%);
    transform: translate(2%, 100%);
  }
  .capabilities {
    padding: 0 0 350px 0;
  }
  .capabilities__board {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    margin: 200px 0 0 -75px;
    padding: 0;
  }
  .capabilities__breadpack:nth-child(3) {
    top: 11%;
    left: 4%;
  }
  .capabilities__breadpack:nth-child(4) {
    bottom: -2%;
    right: 25%;
  }
  .capabilities__breadpack:nth-child(5) {
    max-width: 361px;
    top: -8%;
    right: -4%;
  }
  .capabilities__description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
  .capabilities__items {
    position: relative;
  }
  .capabilities__item:nth-child(1) {
    margin: 0 0 0 -55%;
  }
  .capabilities__item:nth-child(1) .capabilities__description {
    text-align: center;
  }
  .capabilities__item:nth-child(1) img.capabilities__item-arrow {
    top: 35%;
    -webkit-transform: matrix(0.9, -0.43, -0.43, -0.9, 0, 0) rotateX(180deg) rotateZ(47deg);
    transform: matrix(0.9, -0.43, -0.43, -0.9, 0, 0) rotateX(180deg) rotateZ(47deg);
    max-width: 50%;
  }
  .capabilities__item:nth-child(2) {
    position: absolute;
    bottom: 30%;
    left: -50%;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  .capabilities__item:nth-child(2) img.capabilities__item-arrow {
    max-width: 50%;
    top: -50%;
    left: 6%;
    -webkit-transform: rotateX(170deg) rotateZ(-20deg);
    transform: rotateX(170deg) rotateZ(-20deg);
  }
  .capabilities__item:nth-child(3) {
    margin: 0;
    position: absolute;
    -webkit-transform: translate(-100%, 50%);
    transform: translate(-100%, 50%);
    left: -90%;
    bottom: -13%;
  }
  .capabilities__item:nth-child(3) img.capabilities__item-arrow {
    -webkit-transform: rotateX(0deg) rotateZ(170deg) rotateY(70deg);
    transform: rotateX(0deg) rotateZ(170deg) rotateY(70deg);
    left: 60%;
    top: -23%;
    max-width: 70%;
  }
  .breadpack-offer {
    background-color: transparent;
  }
  .breadpack-offer__container {
    border-radius: 20px;
    background-color: #D9D7DA;
  }
  .numbers__wrap {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    background-size: 100% 87%;
  }
  .numbers__wrap span {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 40px 0;
  }
  .numbers__wrap img {
    top: 26%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .numbers__wrap img:nth-of-type(1) {
    left: -25%;
  }
  .numbers__wrap img:nth-of-type(2) {
    right: -22%;
    top: 30%;
  }
  .numbers__table td {
    padding: 0px 60px;
  }
  .numbers__counter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .numbers__counter-item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .numbers__counter-item:last-child {
    margin-top: 120px;
  }
  .numbers__counter-tagline {
    margin: 0 auto;
    max-width: 80%;
  }
  .about__text-wrap {
    margin: 0 auto;
  }
  .partnership__item {
    max-width: 280px;
  }
  .partnership__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .partnership__text {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
  footer .footer__contact-item:first-child {
    margin-right: 0px;
  }
  footer .footer__wrap {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .footer__wrap {
    padding-top: 10px;
  }
  .footer__contact {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 95%;
  }
  .footer__links-item {
    margin-bottom: 20px;
  }
  .blog-section__subscription-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer__socials--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    max-width: 100%;
  }
  /* .first__img:before {
  	content: "";
  	display: block;
  	background-image: url(../img/Ellipse-min.png);
  	background-position: center;
  	background-size: cover;
  	width: 568px;
  	height: 269px;
  	position: absolute;
  	left: -3%;
  	top: 7%;
  	z-index: 96;
  	-webkit-transform: scale(0.9);
  	-ms-transform: scale(0.9);
  	-o-transform: scale(0.9);
  	transform: scale(0.9);
  } */
  .blog-section__title {
    max-width: 80%;
  }
  .blog-section__items .blog-section__item:nth-child(1) .blog-section__thumbnail {
    width: 50%;
    height: 50%;
  }
  .blog-section__thumbnail img {
    width: 100%;
    height: 100%;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .video__wrapper .slick-list {
    margin-right: 0px;
  }
  .slick-list {
    margin-right: -40px;
  }
  .blog-section__items-2 .blog-section__item {
    max-width: 270px;
  }
  .blog-section__items-2 .blog-section__thumbnail {
    max-width: 270px;
    min-height: 200px;
  }
  .blog-section__items .blog-section__item:nth-child(1) .blog-section__items-wrap--first {
    padding: 30px 2% 30px 2%;
  }
  .blog-section__items .blog-section__item:nth-child(1) .blog-section__head {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 40px 0;
  }
  .blog-section__head {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
  }
  .blog-section__item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
  }
  .blog-section__subscription-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-section .blog-section__subscription-wrap .cf7sg-container {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .blog-section__subscription-wrap .cf7sg-container form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-section__subscription-text {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .blog-section__subscription-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-section__subscription-checkbox {
    margin-bottom: 30px;
  }
  .confidential-popup {
    max-width: 320px;
    padding: 30px;
  }
  .confidential-popup__text {
    width: 99%;
    overflow-x: hidden;
  }
  .confidential-popup__close {
    position: fixed;
    top: 1%;
    right: 2%;
  }
  .advantages__wrap .breadpack-animate {
    top: -8%;
    left: 10%;
  }
  .numbers__counter-item:nth-child(2) .numbers__counter-text {
    margin: 0 0 50px 0;
  }
 /* .woocommerce-checkout .header-nav__col:nth-child(1) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .woocommerce-checkout .header-nav__col:nth-child(2) {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
  }*/
  .woocommerce-checkout .col2-set {
    width: 55%;
  }
  .woocommerce-checkout .col-1 .woocommerce-billing-fields .input-text, .woocommerce-checkout .col-1 .woocommerce-custom-fields__organisation .input-text {
    width: 95%;
  }
  .wc_payment_method:last-child .input-radio:checked + label:before, .wc_payment_method:last-child .input-radio:not(:checked) + label:before {
    top: 35%;
    left: -15%;
  }
  .wc_payment_method:last-child .input-radio:checked + label:after, .wc_payment_method:last-child .input-radio:not(:checked) + label:after {
    top: 42%;
    left: -13.5%;
  }
  .woocommerce-checkout .checkout-heading {
    margin: 0 -85px 50px 0;
  }
  .woocommerce-billing-fields {
    max-width: 100%;
  }
  .page-404__text {
    font-size: 337px;
    line-height: 396px;
    letter-spacing: 35px;
  }
  .page-404__img {
    position: absolute;
    top: 32%;
    left: 52%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 350px;
    height: 350px;
  }
  .photo-breadpack {
    max-width: 75%;
  }
  .capabilities__item:nth-child(3) {
    bottom: -19%;
  }
  .advantages__wrap .breadpack-animate {
    left: -19%;
    top: 7%;
  }
  .advantages__photo-hand {
    left: -20%;
  }
  .advantages__photo-hand--down {
    left: -20.5%;
  }
  .advantages__photo-hand--shadow {
    left: -16.2%;
    bottom: 5.8%;
  }
  .video .slick-next {
    right: -22%;
  }
  .video .slick-prev {
    left: -15%;
  }
  .photo-breadpack__use:nth-child(3) {
    top: -17%;
    left: unset;
    right: 37%;
  }
  .photo-breadpack__use:nth-child(4) {
    bottom: unset;
    left: -12%;
    top: -17%;
  }
  .photo-breadpack__use:nth-child(5) {
    right: 37%;
    bottom: unset;
    top: -17%;
  }
  .photo-breadpack__use:nth-child(6) {
    left: -12%;
    right: unset;
    top: -17%;
  }
  [data-aos="breadpack-to-center1"] {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
    transform: translate(0%, 0%) rotate(0deg);
  }
  [data-aos="breadpack-to-center2"] {
    -webkit-transform: translate(0%, 0%) rotate(90deg);
    transform: translate(0%, 0%) rotate(90deg);
  }
  [data-aos="breadpack-to-center2"].aos-animate {
    -webkit-transform: translate(75%, 60%) rotate(0deg);
    transform: translate(75%, 60%) rotate(0deg);
  }
  [data-aos="breadpack-to-center5"] {
    -webkit-transform: translate(0%, 0%) rotate(90deg);
    transform: translate(0%, 0%) rotate(90deg);
  }
  [data-aos="breadpack-to-center5"].aos-animate {
    -webkit-transform: translate(0%, 100%) rotate(0deg);
    transform: translate(0%, 100%) rotate(0deg);
  }
  [data-aos="breadpack-to-center3"] {
    -webkit-transform: translate(0%, 0%) rotate(90deg);
    transform: translate(0%, 0%) rotate(90deg);
  }
  [data-aos="breadpack-to-center3"].aos-animate {
    -webkit-transform: translate(0%, 220%) rotate(0deg);
    transform: translate(0%, 220%) rotate(0deg);
  }
  [data-aos="breadpack-to-center4"] {
    -webkit-transform: translate(0%, 0%) rotate(90deg);
    transform: translate(0%, 0%) rotate(90deg);
  }
  [data-aos="breadpack-to-center4"].aos-animate {
    -webkit-transform: translate(70%, 170%) rotate(0deg);
    transform: translate(70%, 170%) rotate(0deg);
  }
  .use__board img:not(:nth-child(1)) {
    -webkit-transition-delay: unset;
    transition-delay: unset;
  }
  .woocommerce-checkout #billing_country_field span, .woocommerce-checkout #organisation_country {
    max-width: 95%;
  }
  .woocommerce-checkout .order-product {
    max-width: 100%;
    font-size: 16px;
  }
  .woocommerce-checkout .form-row.place-order .blog-section__subscription-checkbox {
    max-width: 55%;
    word-break: break-word;
  }
}

@media only screen and (max-width: 640px) {
  .header-nav__tel, .header-nav__mail, .header-nav_lang {
    display: none;
  }
  .header-nav__col:nth-child(2) {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  .home .login-col {
    -ms-flex-preferred-size: 65% !important;
    flex-basis: 65% !important;
  }
 /* .woocommerce-checkout .header-nav__col:nth-child(1) {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }*/
  .first {
    margin: 0 0 85px 0;
  }
  .first h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    max-width: 90%;
  }
  .first__wrap-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .first__wrap-main p {
    text-align: center;
    padding-top: 65px;
  }
  .first__wrap-breadpack {
    margin: -30% 0% 0 0;
  }
  .first__wrap {
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .first__img {
    /* -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65); */
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    right: 0;
    left: 0 !important;
    height: 320px;
  }
  .first__keywords {
    top: 10%;
    left: 0;
  }
  .first__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .first__keyword {
    margin: 0 0 15px 0;
  }
  .first__keyword:nth-child(1), .first__keyword:nth-child(2), .first__keyword:nth-child(3), .first__keyword:nth-child(4) {
    margin-left: unset;
  }
  .first__keyword:nth-child(3), .first__keyword:nth-child(4) {
    position: unset;
    left: unset;
  }
  .first__keyword:nth-child(3) {
    top: unset;
  }
  .first__keyword:nth-child(4) {
    bottom: unset;
  }
  .first__keyword:nth-child(2) {
    margin-left: 25px;
  }
  .first__keyword:nth-child(3) {
    margin-left: 75px;
  }
  .first__keyword:nth-child(4) {
    margin-left: 130px;
  }
  .first__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
  .advantages {
    padding: 0 0 60px 0;
  }
  .advantages__h2-wrap {
    width: 115%;
    background: #F0F0F2;
    margin-left: -5%;
  }
  .advantages h2 {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    padding: 60px 0 50px 0;
  }
  .advantages__wrap {
    padding: 0 0 60px 0;
    border-radius: unset;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .advantages .container__main-content {
    margin: 0;
    width: 100%;
  }
  .advantages picture {
    display: none;
  }
  .advantages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advantages__items {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .advantages__icon {
    width: 120px;
    height: 120px;
    max-width: 100%;
    max-height: unset;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    margin: 0 0 30px 0;
  }
  .advantages__description {
    max-width: 90%;
    margin: 0 auto;
  }
  .breadpack-offer {
    margin: 0 auto 100px;
    padding: 40px 0 0 0;
    border-radius: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .breadpack-offer__text {
    text-align: center;
  }
  .breadpack-offer img {
    position: unset;
    margin-bottom: -2.5%;
  }
  .numbers__counter-item {
    margin-bottom: 100px;
  }
  .blog-section__item:nth-child(1) .blog-section__thumbnail {
    width: 100%;
  }
  .numbers__wrap img:nth-of-type(1) {
    left: -35%;
  }
  .numbers__wrap img:nth-of-type(2) {
    right: -30%;
  }
  .blog-section__items .blog-section__item:nth-child(1) .blog-section__thumbnail {
    width: 100%;
    height: 100%;
  }
  .blog-section__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
  }
  .blog-section .blog-section__items .blog-section__item:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-section .blog-section__items .blog-section__item:nth-child(1) .blog-section__thumbnail {
    width: 100%;
  }
  .wc_payment_method:first-child .input-radio:checked + label:before, .wc_payment_method:first-child .input-radio:not(:checked) + label:before {
    top: 24%;
    left: -15%;
  }
  .wc_payment_method:first-child .input-radio:checked + label:after, .wc_payment_method:first-child .input-radio:not(:checked) + label:after {
    top: 35%;
    left: -13.5%;
  }
  .wc_payment_method:last-child .input-radio:checked + label:before, .wc_payment_method:last-child .input-radio:not(:checked) + label:before {
    top: 24%;
    left: -20%;
  }
  .wc_payment_method:last-child .input-radio:checked + label:after, .wc_payment_method:last-child .input-radio:not(:checked) + label:after {
    top: 30%;
    left: -17.5%;
  }
  .blog-section__items .blog-section__item:nth-child(1) .blog-section__items-wrap--first {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    padding: 20px 20px 30px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .header-nav {
    padding: 5px 15px;
  }
  .header-nav__item--small-elements .header-nav__tel, .header-nav__item--small-elements .header-nav__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__item--small-elements .header-nav__tel {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home .login-col {
    -ms-flex-preferred-size: 75% !important;
    flex-basis: 75% !important;
  }
  html[lang="ru-RU"] .woocommerce-checkout .header-nav__col h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .first {
    margin: 0 0 85px 0;
  }
  .first .first__wrap {
    margin-right: 10px;
  }
  .first h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    max-width: 90%;
  }
  .first__wrap-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .first__wrap-main p {
    text-align: center;
  }
  .first__wrap-breadpack {
    margin: -35% 0% 0 0;
    margin-right: 0 !important;
  }
  .first__img {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    right: 0 !important;
  }
  .first__keywords {
    top: 20%;
  }
  .first__keyword {
    margin: 0 0 10px 0;
  }
  .first__keyword:nth-child(1), .first__keyword:nth-child(2), .first__keyword:nth-child(3), .first__keyword:nth-child(4) {
    margin-left: unset;
  }
  .first__keyword:nth-child(3), .first__keyword:nth-child(4) {
    position: unset;
    left: unset;
  }
  .first__keyword:nth-child(3) {
    top: unset;
  }
  .first__keyword:nth-child(4) {
    bottom: unset;
  }
  .first__keyword:nth-child(2) {
    margin-left: 25px;
  }
  .first__keyword:nth-child(3) {
    margin-left: 55px;
  }
  .first__keyword:nth-child(4) {
    margin-left: 90px;
  }
  .first__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
  .advantages__h2-wrap {
    width: 115%;
    background: #F0F0F2;
    margin-left: -6%;
  }
  .advantages__wrap {
    margin-left: -6%;
  }
  html[lang="en-GB"] .advantages h2 {
    margin: 0;
  }
  .video__header {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
  .video video, .video iframe {
    max-width: 400px;
    max-height: 250px;
  }
  .video__controls {
    -webkit-transform: translate(14%, 80%);
    transform: translate(14%, 80%);
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 30px;
    padding: 5px 20px 20px 20px;
  }
  .video__controls-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
  }
  .video__controls-btn {
    margin-bottom: 35px;
  }
  .use h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #115A2F;
  }
  .use h3 hr {
    display: none;
  }
  .use .container__main-content {
    max-width: 100%;
    margin: 0;
    margin-left: 10%;
  }
  .use__board {
    display: none;
  }
  .use__wrap-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .use__wrap-content-text {
    max-width: 100%;
    text-align: center;
  }
  .use__wrap-content-text img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .use__item {
    margin: 0 0 40px 0;
  }
  .use__item:nth-child(even) {
    padding-left: 0;
    color: #222700;
  }
  .use__item:last-child {
    margin: 0;
  }
  .use__description {
    text-align: left;
  }
  .use__wrap-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    text-align: left;
    padding-right: 17%;
  }
  .use__wrap-text br {
    display: none;
  }
  .use__wrap-order {
    margin: 0;
    margin-left: -10%;
  }
  .use__wrap-order a {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .photo-breadpack--mobile {
    display: inline-block;
    position: unset;
  }
  .breadpack-offer {
    background: #F0F0F2;
    margin: 0 -6%;
  }
  .breadpack-offer__container {
    padding: 40px 0 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .breadpack-offer__text {
    margin: 0 0 20px 0;
  }
  html[lang="ru-RU"] .breadpack-offer__text {
    margin: 0;
  }
  .capabilities {
    padding: 0 0 70px 0;
  }
  .capabilities h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-shadow: 0px 4px 10px rgba(17, 90, 47, 0.25);
  }
  .capabilities__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .capabilities__board {
    margin: 0;
  }
  .capabilities__board:nth-child(3) {
    top: 0%;
    left: -5%;
  }
  .capabilities__board:nth-child(4) {
    bottom: -6%;
    right: 20%;
  }
  .capabilities__board:nth-child(5) {
    max-width: 361px;
    top: -2%;
    right: -5%;
  }
  .capabilities__item-arrow {
    display: none;
  }
  .capabilities__item:nth-child(1) {
    margin: 0 0 50px 0;
  }
  .capabilities__item:nth-child(2) {
    position: unset;
    -webkit-transform: none;
    transform: none;
  }
  .capabilities__item:nth-child(3) {
    margin: 0;
    position: unset;
    -webkit-transform: none;
    transform: none;
  }
  .about {
    margin-bottom: 50px;
  }
  .about .container__main-content {
    width: 100%;
  }
  .about__container {
    margin: 0 -10%;
  }
  .about h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .about__wrap {
    border-radius: 0;
    margin: 0 -6%;
  }
  .about__text-wrap {
    max-width: 90%;
  }
  .numbers {
    margin-bottom: 100px;
  }
  .numbers h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 0 0 50px 0;
  }
  .numbers__wrap {
    background-image: url(../img/Rectangle_3232.svg);
    background-size: contain;
  }
  .numbers__wrap span {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 35% 0;
  }
  .numbers__wrap img {
    -webkit-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
  }
  .numbers__wrap img:nth-of-type(1) {
    top: -2%;
    left: -33%;
  }
  .numbers__wrap img:nth-of-type(2) {
    top: 2%;
    right: -32%;
  }
  .numbers__wrap table {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin: 0 -15% 0;
  }
  .numbers__tagline {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    text-align: center;
    margin: 66px auto 185px;
  }
  .numbers__counter-item {
    margin-bottom: 100px;
  }
  .numbers__counter-item:nth-child(1) {
    margin-bottom: 150px;
  }
  .blog-section__subscription-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px 40px 15px;
  }
  .blog-section__subscription-text {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .blog-section__subscription-form {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .blog-section__subscription-col {
    max-width: 100%;
  }
  .blog-section__subscription-col input[type="email"] {
    width: 100%;
  }
  .blog-section__subscription-container {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .blog-section__subscription-checkbox {
    padding-left: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .woocommerce-checkout .blog-section__subscription-checkbox {
    padding-left: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .partnership h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    width: 50%;
    margin: 0 auto 100px;
  }
  .partnership__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partnership__item {
    max-width: 100%;
  }
  .partnership__item:nth-child(1) {
    margin-bottom: 50px;
  }
  footer .footer__nav {
    display: none;
  }
  footer .footer__nav--mobile {
    display: block;
  }
  footer .footer__nav--mobile .footer__socials {
    display: none !important;
  }
  footer .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  footer .footer__wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  footer .footer__wrap:nth-child(1) {
    max-width: 90%;
  }
  footer .footer__wrap--child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer__contact {
    margin-bottom: 40px;
  }
  footer .footer__contact-name {
    width: 60%;
  }
  footer .footer__contact-tel {
    margin-bottom: 15px;
  }
  footer .footer__links {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .button-order {
    display: none;
  }
  header .button-order--mobile-head {
    display: inline-block;
  }
  .popup-cart {
    max-width: 80%;
    height: 480px;
  }
  .popup-cart-cart__text {
    margin-top: 0;
  }
  .popup-cart__item {
    width: 100%;
  }
  .popup-cart__wrap {
    padding: 10px;
    margin: 0;
  }
  .blog-section__title {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    max-width: 90%;
  }
  .blog-section h2 {
    font-weight: bold;
    margin-top: 60px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .breadpack-animate, .advantages__photo-hand--down, .advantages__photo-hand, .advantages__photo-hand--shadow {
    display: none;
  }
  .woocommerce-checkout h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .woocommerce-checkout .col2-set {
    width: 100%;
  }
  .woocommerce-checkout-review-order {
    max-width: 100%;
    margin-right: unset;
  }
  .woocommerce-checkout-payment {
    max-width: 100%;
  }
  .woocommerce-checkout .payment_methods li label {
    font-size: 14px;
  }
  .woocommerce-checkout .order-review__wrap {
    padding: 30px;
  }
  .error404 main .container__main-content {
    width: 95%;
  }
  .page-404__head {
    max-width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
  .page-404__text {
    font-size: 160px;
    line-height: 188px;
  }
  .page-404__img {
    height: auto;
    max-width: 40%;
    top: 24%;
    left: 48%;
  }
  .page-404__description {
    max-width: 100%;
  }
  #organisation_field .woocommerce-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wc_payment_method:first-child .input-radio:checked + label:before, .wc_payment_method:first-child .input-radio:not(:checked) + label:before {
    top: 24%;
    left: -15%;
  }
  .wc_payment_method:first-child .input-radio:checked + label:after, .wc_payment_method:first-child .input-radio:not(:checked) + label:after {
    top: 35%;
    left: -12.5%;
  }
  .wc_payment_method:last-child .input-radio:checked + label:before, .wc_payment_method:last-child .input-radio:not(:checked) + label:before {
    top: 32%;
    left: -17%;
  }
  .wc_payment_method:last-child .input-radio:checked + label:after, .wc_payment_method:last-child .input-radio:not(:checked) + label:after {
    top: 38%;
    left: -14.5%;
  }
  .woocommerce-checkout #organisation_checkout_field label[for="organisation_private_person"] {
    margin-bottom: 20px;
  }
  /*
  .woocommerce-checkout .header-nav__col:nth-child(1) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .woocommerce-checkout .header-nav__col:nth-child(2) {
    display: none;
  }
  .woocommerce-checkout .header-nav__tel, .woocommerce-checkout .header-nav__mail {
    display: block;
  }
  .checkout-contacts-btn {
    display: block;
  }
  .woocommerce-checkout .header-nav {
    position: relative;
  }
  */
  .video__controls {
    -webkit-transform: translate(-3%, 80%);
    transform: translate(-3%, 80%);
  }
  .use .use__wrap-content-text .photo-breadpack--mobile-head {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  .popup-cart h3 {
    padding: 10px 0 10px;
    padding: 10px 0 10px;
  }
  .popup-cart .minicart-wrapper {
    min-width: 270px;
  }
  .popup-cart .minicart-quantity__wrap {
    margin-bottom: 15px;
  }
  .popup-cart__brutto, .popup-cart__delivery {
    margin-bottom: 10px;
  }
  .popup-cart .popup-cart__fee, .popup-cart .popup-cart__total-fee {
    margin-bottom: 10px;
  }
  .my-account__form-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video__controls {
    -webkit-transform: translate(50%, 80%);
    transform: translate(50%, 80%);
  }
  .video .slick-prev {
    left: -30%;
  }
  .video .slick-next {
    right: -30%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 20px;
  }
  html[lang="pl-Pl"] footer .footer__contact-item span {
    margin-bottom: 20px;
    font-size: 13px;
  }
  html[lang="en-GB"] footer .footer__wrap:nth-child(1) {
    max-width: 80%;
  }
  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    left: 0;
    right: 0;
    top: 7%;
  }
  .blog-section__items .blog-section__item-text {
    margin-bottom: 30px;
  }
  .single .post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .entry-post {
    margin-bottom: 20px;
  }
  .single-post h2 {
    font-size: 38px;
  }
  .single .post__wrap {
    max-width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  header .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .header-nav__col:nth-child(2) {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  .home .login-col {
    -ms-flex-preferred-size: 80% !important;
    flex-basis: 80% !important;
  }
  html[lang="ru-RU"] .woocommerce-checkout .header-nav__col h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .first h1 {
    margin: 0;
    max-width: 95%;
  }
  .first__img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    right: -17%;
    margin-top: -5%;
  }
  .first__img svg {
    left: -5%;
  }
  .first__img svg path {
    stroke-width: 9;
  }
  .first__wrap-breadpack {
    margin: -40% 0% 0 0;
  }
  .video__controls {
    -webkit-transform: translate(-2%, 80%);
    transform: translate(-2%, 80%);
  }
  .number__wrap span {
    padding: 0 0 40% 0;
  }
  .numbers__table td {
    padding: 0px 25px;
    white-space: nowrap;
  }
  .numbers__table th:nth-child(3) {
    padding: 25px 15px;
  }
  .numbers__wrap img:nth-of-type(1) {
    left: -39%;
  }
  .numbers__wrap img:nth-of-type(2) {
    top: 2%;
    right: -39%;
  }
  .about__item:nth-child(1) img {
    bottom: -9%;
    right: -12%;
  }
  .about__item:nth-child(2) img {
    bottom: -11%;
    left: -15%;
  }
  html[lang="pl-PL"] .about__item:nth-child(2) img {
    bottom: -23%;
    left: -15%;
  }
  .about__item blockquote {
    width: 62%;
  }
  footer .footer {
    font-size: 14px;
  }
  footer .footer__contact-icon svg {
    margin: 0 5px 0 0;
  }
  footer .footer__contact {
    font-size: 14px;
  }
  footer .footer__contact-item:nth-child(1) {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  footer .footer__contact-item:nth-child(2) {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .popup-cart {
    max-width: 90%;
    height: 400px;
    -webkit-transform: translate(-50%, 25%);
    transform: translate(-50%, 25%);
  }
  .popup-cart h3 {
    padding: 0;
  }
  .popup-cart__text {
    margin: 10px;
  }
  .popup-cart__btn {
    white-space: nowrap;
  }
  .popup-cart__close {
    top: -14%;
    right: -4%;
    font-weight: 700;
  }
  .popup-cart .minicart-quantity__wrap {
    margin-bottom: 15px;
  }
  .numbers__table th:nth-child(2) {
    padding: 25px 15px;
  }
  .use__wrap-text {
    padding-right: 6%;
  }
  .numbers__text {
    font-size: 17px;
  }
  .woocommerce-checkout .shipping_address .form-row:nth-child(1) .input-text {
    width: 60%;
  }
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .input-text, .woocommerce-checkout .woocommerce-additional-fields textarea {
    width: 95%;
  }
  .woocommerce-checkout .blog-section__subscriprion-checkbox-text {
    margin-left: 0px;
    margin: 0px -15% 0 0;
  }
  .page-404__text {
    letter-spacing: 25px;
  }
  .page-404__img {
    max-width: 45%;
    top: 24%;
    left: 51%;
  }
  .wc_payment_method .input-radio:checked + label:before, .wc_payment_method .input-radio:not(:checked) + label:before {
    top: 24%;
    left: -15.2%;
  }
  .woocommerce-checkout #shipping_country_field span {
    max-width: 95%;
  }
  html[lang="pl-Pl"] footer .footer__contact-item span {
    margin-bottom: 20px;
    font-size: 11px;
  }
  .header-nav__col:nth-child(2) {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

@media only screen and (max-width: 320px) {
  .header-nav {
    padding: 5px 0;
  }
  .header-nav__col:nth-child(2) {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .home .login-col {
    -ms-flex-preferred-size: 81% !important;
    flex-basis: 81% !important;
  }
  .first__wrap-breadpack {
    margin: -33% 0% 0 0;
  }
  .first__img {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
    right: -14%;
    margin-top: -15%;
  }
  .first__keywords {
    top: 22%;
  }
  .use__wrap-content {
    margin-left: -10%;
  }
  .video__controls {
    -webkit-transform: translate(-1%, 80%);
    transform: translate(-1%, 80%);
  }
  .capabilities .capabilities__wrap .capabilities__board {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
  .breadpack-offer__text {
    margin: 0 0 15px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
  .numbers__wrap span {
    margin-top: -4%;
  }
  .numbers__wrap img {
    top: -5%;
  }
  .numbers__wrap img:nth-of-type(1) {
    left: -49%;
    top: -4%;
  }
  .numbers__wrap img:nth-of-type(2) {
    top: -1%;
    right: -46%;
  }
  .numbers__wrap table {
    margin: 0 -20% 0;
  }
  .numbers__text {
    font-size: 14px;
    line-height: 28px;
  }
  .about .container__main-content {
    width: 100%;
  }
  .about__item:nth-child(1) img {
    bottom: -19%;
    right: -17%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .about__item:nth-child(2) img {
    bottom: -12%;
    left: -22%;
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
  .about__wrap blockquote {
    padding-left: 0;
    margin: 0;
    max-width: 100%;
  }
  .video .slick-slider {
    margin-left: -10%;
  }
  .blog-section__subscription-container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
  }
  h2 {
    font-size: 24px;
  }
  .popup-cart {
    max-width: 95%;
    height: 420px;
  }
  .popup-cart__close {
    top: -14%;
    right: 0%;
  }
  footer .footer__wrap:nth-child(1) {
    max-width: 100%;
  }
  html[lang="pl-PL"] footer .footer__wrap:nth-child(1) {
    max-width: 90%;
  }
  .blog-section__items-2 .blog-section__item {
    max-width: 240px;
    max-height: 400px;
    margin: 0;
  }
  .blog-section__items-2 .blog-section__thumbnail {
    max-width: 240px;
    min-height: 200px;
  }
  .use__wrap-text {
    padding-right: 0%;
  }
  .blog-section__subscription-wrap {
    padding: 40px 18px 40px 15px;
  }
  .blog-section__subscription-text span:nth-child(2) {
    display: inline-block;
  }
  .woocommerce-checkout .checkout-form {
    width: 95%;
  }
  .woocommerce-checkout .shipping_address .form-row:nth-child(1) .input-text {
    width: 70%;
  }
  .woocommerce-checkout .woocommerce-additional-fields textarea {
    height: 100px;
  }
  .woocommerce-checkout h3 {
    font-size: 22px;
  }
  .page-404__text {
    font-size: 130px;
    letter-spacing: 25px;
    margin: 0 0 58px 0;
  }
  .page-404__img {
    top: 30%;
    left: 51%;
    max-width: 45%;
  }
  .woocommerce-checkout .header-nav {
    position: relative;
    padding: 5px;
  }
  .popup-cart .minicart-wrapper {
    min-width: 250px;
  }
  .wc_payment_method:first-child .input-radio:checked + label:after, .wc_payment_method:first-child .input-radio:not(:checked) + label:after {
    top: 35%;
    left: -13%;
  }
  .woocommerce-checkout .order-product {
    font-size: 14px;
  }
  footer .footer__contact-tel {
    font-size: 12px;
  }
}

/* style */
.popup-cart-changes {
  height: unset !important;
}

.popup-cart-changes .popup-cart-content {
  margin: 0px 15px;
}

.popup-cart-changes .popup-cart-content a {
  color: #115a2f;
}

.popup-cart-changes p {
  text-align: center;
}

.popup-cart-changes .popup-cart-content-bottom {
  margin-top: 10px;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 900px) {
  .first__wrap-breadpack {
    margin: -13% -30% 0 0;
  }
  .first h1 {
    font-size: 28px;
  }
  .first__img {
    left: -57px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (max-width: 850px) {
  .first__img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.tiles {
  text-align: center;
  margin-bottom: 65px;
}

@media (max-width: 640px) {
  .tiles .tiles-title h2 {
    font-size: 36px;
  }
}

.tiles .tiles-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .tiles .tiles-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tiles .tiles-content-tile {
  margin-right: 7rem;
  /* margin-bottom: 0.75rem; */
  width: calc((100% / 3) - (14rem / 3));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100% !important;
}

@media (max-width: 1200px) {
  .tiles .tiles-content-tile {
    height: auto !important;
  }
}

.tiles .tiles-content-tile:nth-child(3n) {
  margin-right: 0;
}

.tiles .tiles-content-tile h3 {
  text-align: center;
  font-size: 28px;
}

@media (max-width: 1280px) {
  .tiles .tiles-content-tile h3 {
    font-size: 25px;
  }
}

@media (max-width: 648px) {
  .tiles .tiles-content-tile h3 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .tiles .tiles-content-tile {
    margin-right: 3rem;
    width: calc((100% / 3) - (6rem / 3));
  }
}

@media (max-width: 900px) {
  .tiles .tiles-content-tile {
    width: calc((100% / 2) - (6rem / 3));
  }
}

@media (max-width: 640px) {
  .tiles .tiles-content-tile {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 900px) {
  .tiles .tiles-content-tile:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .tiles .tiles-content-tile:last-child {
    width: 100% !important;
  }
}

.tiles .tiles-content-tile-icon {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tiles .tiles-content-tile-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tiles .tiles-content-tile p {
  font-size: 18px;
  font-weight: bold;
  color: #295832;
}

@media (max-width: 640px) {
  .tiles .tiles-content-tile p {
    font-size: 16px;
  }
}

.company-contact {
  background: #D9D7DA;
  position: relative;
  margin-bottom: 100px;
}

.company-contact-bg-left {
  position: absolute;
  width: 100%;
  background: #D9D7DA;
  height: 50px;
  left: -100%;
  height: 100%;
  padding: 25px 0px;
}

.company-contact-bg-right {
  position: absolute;
  width: 100%;
  background: #D9D7DA;
  height: 50px;
  left: 100%;
  height: 100%;
  /* right: -100%; */
  padding: 25px 0px;
}

.company-contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-contact-content p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #295832;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  max-width: 700px;
  line-height: normal;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .company-contact-content p {
    font-size: 24px;
  }
}

.company-contact-content a {
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #295832;
  border-radius: 10px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-contact-content a svg {
  margin-right: 7px;
}

@media (max-width: 768px) {
  .company-contact {
    margin-bottom: 0;
  }
}

.company-contact::before {
  content: none;
}

.serving {
  margin-top: 95px;
  margin-bottom: 140px;
}

.trusted-us-content-tile h2 {
  text-align: center;
}

@media (max-width: 640px) {
  .trusted-us-content-tile h2 {
    font-size: 36px;
  }
}

.trusted-us .slick-list {
  margin: 0px 30px;
}

.trusted-us .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 851px) {
  .trusted-us .slick-slide {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 850px) {
  .trusted-us .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }
}

.trusted-us .slick-slide img {
  width: 200px;
}

@media (max-width: 850px) {
  .trusted-us .slick-slide img {
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 450px) {
  .trusted-us .slick-slide img {
    width: 110px;
  }
}

@media (max-width: 410px) {
  .trusted-us .slick-slide img {
    width: 75px;
  }
}

.trusted-us-content-container .slick-prev {
  background-image: url(../img/homepage/zaufali-nam/arrow-first.png);
  left: 0px;
}

.trusted-us-content-container .trusted-us-content-container-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trusted-us-content-container .slick-arrow {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
}

.trusted-us-content-container .slick-next {
  background-image: url(../img/homepage/zaufali-nam/arrow-second.png);
  right: 0px;
  left: none;
}

.opinions {
  margin: 60px 0px 120px 0px;
}

.opinions-content .slick-list {
  margin: 0px -10px;
}

@media (max-width: 500px) {
  .opinions-content .slick-list {
    margin: 0px 0px;
  }
}

.opinions-content .slick-slide {
  margin-right: 0;
  margin: 0px 10px;
}

@media (max-width: 625px) {
  .opinions-content .slick-slide {
    margin: 0px 6px;
  }
}

@media (max-width: 500px) {
  .opinions-content .slick-slide {
    margin: 0px 0px;
  }
}

.opinions-content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.opinions-content .slick-prev {
  top: 100%;
  margin-top: 40px;
  background-image: url(../img/homepage/zaufali-nam/arrow-first.png);
  left: 0;
}

.opinions-content .slick-next {
  top: 100%;
  margin-top: 40px;
  right: 0;
  background-image: url(../img/homepage/zaufali-nam/arrow-second.png);
}

.opinions-content .slick-arrow {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
}

.opinions-content-tile {
  padding: 20px 17px;
  text-align: center;
  border: 3px solid #2958327e;
  background: #f7f7f87e;
  border-radius: 10px;
  height: auto !important;
}

.opinions-content-tile span {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.opinions-content-tile p {
  color: #333333;
  font-size: 16px;
  font-weight: italic;
  line-height: 22px;
}

@media (max-width: 768px) {
  .opinions {
    margin: 35px 0px 90px 0px;
  }
}

@media (max-width: 768px) {
  .first__wrap-breadpack {
    margin: -5% 20% 0 0;
  }
}

.blog-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-section .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.blog-section .blog-section__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-section .blog-section__thumbnail {
  min-height: 200px;
  height: 190px;
}

.blog-section .slick-prev {
  background-image: url(../img/homepage/zaufali-nam/arrow-first.png);
  left: 0;
}

@media (max-width: 768px) {
  .blog-section .slick-prev {
    top: 110%;
  }
}

.blog-section .slick-next {
  right: 0;
  background-image: url(../img/homepage/zaufali-nam/arrow-second.png);
}

@media (max-width: 768px) {
  .blog-section .slick-next {
    top: 110%;
  }
}

.blog-section .slick-arrow {
  margin-top: 40px;
  top: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
}

.post-template-default .post__newsletter .blog-section__subscription-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.single .iconic-woothumbs-thumbnails-wrap .slick-slide .iconic-woothumbs-thumbnails__slide:first-child {
  margin-bottom: 10px;
}

.single .iconic-woothumbs-thumbnails__slide {
  height: 150px;
}

.single .iconic-woothumbs-thumbnails__slide .iconic-woothumbs-thumbnails__image-wrapper {
  height: 100%;
}

.single .iconic-woothumbs-thumbnails__slide .iconic-woothumbs-thumbnails__image-wrapper img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single .iconic-woothumbs-thumbnails {
  margin-bottom: 0;
}

.single .iconic-woothumbs-images {
  margin-bottom: 10px !important;
}

.single .iconic-woothumbs-thumbnails__image {
  border-radius: 10px;
}

.single .iconic-woothumbs-images__image {
  border-radius: 10px;
}

.single .slick-slider {
  margin-bottom: 100px;
}

.single .blog-section {
  margin-bottom: 0;
}

.single .blog-section h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 51px;
  color: #295832;
}

@media (max-width: 640px) {
  .single .blog-section h2 {
    font-size: 36px;
  }
}

.single .wpcf7-response-output {
  background: white;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.single .container__main-content-custom .blog-section__subscription-wrap {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single .container__main-content-custom .blog-section__subscription-wrap .post-info {
  margin-top: 10px;
}

.single .container__main-content-custom .blog-section__subscription-wrap .newsletter-content-submit {
  margin-top: 8px;
}

@media (max-width: 1300px) {
  .single .container__main-content-custom .blog-section__subscription-wrap .newsletter-content-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single .wpcf7-form-control-wrap span {
  margin-top: 8px;
}

.single .newsletter-content-email label {
  font-size: 17px;
  font-weight: bold;
  color: #295832;
  margin-bottom: 10px;
  display: inline-block;
}

.single .newsletter-content-email span input {
  display: inline-block;
  width: 100%;
  border: 1px solid #295832;
  background: white;
  border-radius: 10px;
}

.single .newsletter-content-email span input::-webkit-input-placeholder {
  font-size: 13px;
  color: #295832;
}

.single .newsletter-content-email span input:-ms-input-placeholder {
  font-size: 13px;
  color: #295832;
}

.single .newsletter-content-email span input::-ms-input-placeholder {
  font-size: 13px;
  color: #295832;
}

.single .newsletter-content-email span input::placeholder {
  font-size: 13px;
  color: #295832;
}

.single .newsletter-content-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single .newsletter-content-submit input {
  border: none;
  background: #295832;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 12px 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.single .newsletter-content-submit p {
  font-size: 15px;
  font-weight: regular;
  margin: 0px 0px 0px 13px;
}

@media (max-width: 1300px) {
  .single .newsletter-content-submit p {
    margin-left: 0;
    margin-top: 8px;
  }
}

@media (max-width: 1100px) {
  .single .newsletter-content {
    width: 100%;
  }
}

.single .container__main-content-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1100px) {
  .single .container__main-content-custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single .post__newsletter {
  max-width: 400px;
  width: 100%;
  margin-left: 60px;
}

@media (max-width: 1300px) {
  .single .post__newsletter {
    max-width: 265px;
    margin-left: 45px;
  }
}

@media (max-width: 1100px) {
  .single .post__newsletter {
    max-width: unset;
    margin-left: 0;
  }
}

.post__wrap {
  width: 100%;
}

.post__wrap .post__wrap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post__wrap .post__wrap-info .entry-post {
  font-size: 15px;
  color: #295832;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.post__wrap .post__wrap-info .entry-post span {
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #295832;
  margin-right: 10px;
}

@media (max-width: 450px) {
  .post__wrap .post__wrap-info .entry-post {
    margin-bottom: 4px;
  }
}

.post__wrap .post__wrap-info .entry-author {
  font-size: 15px;
  color: #295832;
}

@media (max-width: 450px) {
  .post__wrap .post__wrap-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.post__wrap h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 51px;
  color: #295832;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .post__wrap h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

.post__wrap h2 {
  margin: 20px 0px 20px 0px;
  text-shadow: none;
  font-size: 32px;
}

@media (max-width: 768px) {
  .post__wrap h2 {
    font-size: 26px;
    margin: 10px 0px 10px 0px;
  }
}

.post__wrap figure {
  margin: 25px 0px;
}

.post__wrap .wp-block-image img {
  width: 100%;
}

.post__wrap .wp-block-column {
  margin-left: 0;
}

.post__wrap .wp-block-columns figure {
  margin: 0;
}

.post__wrap .wp-block-columns p {
  margin: 0;
  margin-left: 20px;
}

@media (max-width: 600px) {
  .post__wrap .wp-block-columns p {
    margin-left: 0;
  }
}

.woocommerce .shop-page-custom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 750px) {
  .woocommerce .shop-page-custom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce .product-category-page-custom .product-category-main-content {
  width: 100%;
}

.woocommerce .product-category-page-custom .product-category-title a,
.woocommerce .product-category-page-custom .product-category-title h2 {
  text-shadow: none;
  font-size: 38px;
  font-weight: bold;
  color: #295832;
  margin-top: 0;
  line-height: 32px;
  margin-bottom: 20px;
}

.woocommerce .product-category-page-custom .product-category-title a a,
.woocommerce .product-category-page-custom .product-category-title h2 a {
  text-decoration: none;
}

@media (max-width: 1075px) {
  .woocommerce .product-category-page-custom .product-category-title a,
  .woocommerce .product-category-page-custom .product-category-title h2 {
    font-size: 32px;
  }
}

.woocommerce .product-category-page-custom img {
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
}

.woocommerce .product-category-page-custom img:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

@media (max-width: 975px) {
  .woocommerce .product-category-page-custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce .archive-product-custom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}

.woocommerce .archive-product-custom-content .archive-product-title {
  margin-bottom: 17px;
}

.woocommerce .archive-product-custom-content .archive-product-title h1 {
  color: #295832;
  margin: 0;
  line-height: initial;
}

.woocommerce #main {
  padding-top: 64px;
}

.woocommerce .type-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  padding-top: 0;
}

.woocommerce .type-product .slick-slide {
  margin-right: 0;
}

.woocommerce #small-product-tile .add_to_cart_button {
  margin-top: 0 !important;
  white-space: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.woocommerce #small-product-tile .add_to_cart_button:after {
  content: none;
}

#accordion .collapse h2 {
  display: none;
}

#accordion .accordion-active .bi-chevron-up {
  display: block !important;
}

#accordion .accordion-active .bi-chevron-down {
  display: none !important;
}

#accordion .full-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  border-bottom: 1px solid #295832;
}

#accordion .full-wide p:first-child {
  margin: 0;
}

#accordion .full-wide p {
  color: #295832;
  font-size: 17px;
  line-height: 22px;
  margin-top: 5px;
  margin-top: 0;
}

#accordion .full-wide .full-wide-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#accordion .full-wide .full-wide-content-btn h3 {
  color: #295832;
  font-size: 25px;
  font-weight: bold;
  margin: 8px 0px;
}

#accordion .full-wide .full-wide-content-btn .full-wide-content-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#accordion .full-wide .full-wide-content-btn .full-wide-content-icons span {
  font-size: 25px;
  font-weight: bold;
  color: #295832;
  margin-right: 18px;
}

#accordion .full-wide .full-wide-content-btn svg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#accordion .full-wide .full-wide-content-text {
  display: none;
}

#accordion .full-wide:first-child .full-wide-content-text {
  display: block;
}

.woocommerce .product.type-product,
.woocommerce .archive-product-custom-content {
  margin-top: 55px;
}

.woocommerce li.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce li.product #small-product-tile-img {
  -webkit-filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.1));
          filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.1));
}

.woocommerce li.product #small-product-tile-img img {
  margin-bottom: 0 !important;
  border-radius: 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.woocommerce li.product #small-product-tile-img:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.woocommerce li.product .price bdi {
  font-size: 20px;
  color: #295832;
}

.woocommerce li.product h2 {
  margin: 10px 0px 16px 0px !important;
  color: #295832;
  line-height: 25px;
  text-shadow: none;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: bold;
}

.woocommerce li.product p.content-product-short-description {
  color: #333333;
  font-size: 16px;
  line-height: 19px;
  margin: 11px 0px 18px 0px;
}

.woocommerce li.product p {
  color: #333333;
  font-size: 16px;
  line-height: 19px;
  margin: 11px 0px 18px 0px;
}

.woocommerce li.product .add_to_cart_button {
  margin-top: 0 !important;
}

.woocommerce li.product .content_product_cart-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce li.product .content_product_cart-view a {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #295832;
  background: transparent;
  color: #295832;
  padding: 0em 0em !important;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-decoration: none !important;
}

.woocommerce li.product .content_product_cart-view a:hover {
  background: #295832;
  color: white;
}

.woocommerce li.product .content_product_cart-view .add_to_cart_button {
  margin-top: 0 !important;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #295832;
  background: transparent;
  color: #295832;
  padding: 0em 0em !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.woocommerce li.product .content_product_cart-view .add_to_cart_button:hover {
  background: #295832;
  color: white;
}

.woocommerce li.product .content_product_cart-view .button {
  padding: 13px 20px !important;
}

@media (max-width: 530px) {
  .woocommerce li.product .content_product_cart-view .button {
    padding: 10px 14px !important;
    font-size: 14px;
  }
}

.woocommerce li.product .content_product_cart-view .wpt-custom-button-view-product {
  color: #295832;
  background: none;
  margin-top: 0 !important;
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

@media (max-width: 530px) {
  .woocommerce li.product .content_product_cart-view .wpt-custom-button-view-product {
    padding-right: 0;
  }
}

.iconic-woothumbs-thumbnails__image-wrapper:after {
  border-radius: 10px;
}

.archive-product-custom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .tax-product_cat .archive_product-custom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive .woocommerce-message {
  margin: 0 auto;
  width: 90%;
  max-width: 1140px;
}

.archive .archive-product-custom-content .woocommerce-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

@media (min-width: 1300px) {
  .archive .archive-product-custom-content .woocommerce-categories li:first-child {
    margin-left: 0;
  }
}

@media (min-width: 1300px) {
  .archive .archive-product-custom-content .woocommerce-categories li:last-child {
    margin-right: 0;
  }
}

.archive .archive-product-custom-content .woocommerce-categories li {
  list-style-type: none;
}

@media (min-width: 1300px) {
  .archive .archive-product-custom-content .woocommerce-categories li {
    margin: 0px 8px;
  }
}

.archive .archive-product-custom-content .woocommerce-categories li h2 {
  text-shadow: none;
  font-size: 24px;
  color: #295832;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 28px;
}

.archive .archive-product-custom-content .woocommerce-categories li a {
  color: #295832;
  font-size: 24px;
}

@media (max-width: 1150px) {
  .archive .archive-product-custom-content .woocommerce-categories li a {
    font-size: 21px;
  }
}

@media (max-width: 850px) {
  .archive .archive-product-custom-content .woocommerce-categories li a {
    font-size: 18px;
  }
}

.archive .archive-product-custom-content .woocommerce-categories li a.main-images-category {
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  position: relative;
}

.archive .archive-product-custom-content .woocommerce-categories li a.main-images-category img {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

@media (max-width: 1150px) {
  .archive .archive-product-custom-content .woocommerce-categories li a.main-images-category img {
    height: 390px;
  }
}

@media (max-width: 850px) {
  .archive .archive-product-custom-content .woocommerce-categories li a.main-images-category img {
    height: 300px;
  }
}

.archive .archive-product-custom-content .woocommerce-categories li a.main-images-category img:hover {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.archive .archive-product-custom-content .woocommerce-categories li a.main-images-category .images-category-hover {
  border-radius: 10px;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.301);
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  height: 100%;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive .archive-product-custom-content .woocommerce-categories li a.main-images-category .images-category-hover p {
  margin: 0px 20px;
  color: white;
  text-align: center;
}

.archive .archive-product-custom-content .woocommerce-categories li a.main-images-category:hover .images-category-hover {
  opacity: 1;
}

.archive .archive-product-custom-content .woocommerce-categories li a.main-images-category:hover ~ .category-btn {
  background: #295832;
}

.archive .archive-product-custom-content .woocommerce-categories li a.main-images-category:hover ~ .category-btn rect {
  fill: white;
}

.archive .archive-product-custom-content .woocommerce-categories li .category-btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  position: relative;
  bottom: 25px;
  left: 25px;
  background: white;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.1));
          filter: drop-shadow(0px 15px 10px rgba(132, 132, 132, 0.1));
}

.archive .archive-product-custom-content .woocommerce-categories li .category-btn rect {
  fill: #295832;
}

.archive .archive-product-custom-content .woocommerce-categories li .category-btn:hover {
  background: #295832;
}

.archive .archive-product-custom-content .woocommerce-categories li .category-btn:hover rect {
  fill: white;
}

@media (max-width: 1299px) {
  .archive .archive-product-custom-content .woocommerce-categories li {
    width: 49%;
  }
}

@media (max-width: 750px) {
  .archive .archive-product-custom-content .woocommerce-categories li {
    width: 100%;
  }
}

@media (max-width: 1299px) {
  .archive .archive-product-custom-content .woocommerce-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.archive .category-page-categories {
  margin-left: 60px;
  max-width: 400px;
  min-width: 320px;
  width: 100%;
}

.archive .category-page-categories .category-page-categories-content {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
}

.archive .category-page-categories .category-page-categories-title h2 {
  text-shadow: none;
  font-size: 32px;
  font-weight: bold;
  line-height: 31px;
  color: #295832;
  margin-top: 0;
  margin-bottom: 15px;
}

@media (max-width: 1075px) {
  .archive .category-page-categories .category-page-categories-title h2 {
    font-size: 26px;
  }
}

.archive .category-page-categories .category-item-custom .product-categories-tile:hover ~ .product-categories-btn {
  background: #295832;
  color: white;
}

.archive .category-page-categories .category-item-custom .product-categories-tile:hover ~ .product-categories-btn svg rect {
  fill: white;
}

.archive .category-page-categories .category-item-custom .product-categories-btn:hover ~ .product-categories-tile h4 {
  opacity: 1 !important;
}

.archive .category-page-categories .category-item-custom .product-categories-btn:hover {
  background: #295832;
  color: white;
}

.archive .category-page-categories .category-item-custom .product-categories-btn:hover svg rect {
  fill: white;
}

.archive .category-page-categories a {
  display: inline-block;
  width: 100%;
  position: relative;
}

.archive .category-page-categories a img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.archive .category-page-categories a h4 {
  height: 180px !important;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.301);
  left: 0px;
  top: 0px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
  height: 100%;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 27px;
  color: white;
  font-weight: bold;
  border-radius: 10px;
}

@media (max-width: 975px) {
  .archive .category-page-categories a h4 {
    opacity: 1;
  }
}

.archive .category-page-categories a:hover h4 {
  opacity: 1;
}

.archive .category-page-categories .product-categories-btn {
  border: 1px solid #295832;
  border-radius: 10px;
  color: #295832;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  bottom: 21px;
  background: white;
  left: 21px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  padding: 12px 19px;
}

.archive .category-page-categories .product-categories-btn svg {
  margin-left: 10px;
}

.archive .category-page-categories .product-categories-btn rect {
  fill: #295832;
}

@media (max-width: 1175px) {
  .archive .category-page-categories {
    max-width: 500px;
    min-width: 322px;
    margin-left: 40px;
  }
}

@media (max-width: 1075px) {
  .archive .category-page-categories {
    min-width: 275px;
  }
}

@media (max-width: 975px) {
  .archive .category-page-categories {
    margin-left: 0;
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}

.woocommerce .product.type-product {
  clear: none !important;
}

@media (max-width: 640px) {
  .woocommerce .product.type-product {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 530px) {
  .woocommerce .product.type-product {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }
}

.woocommerce .featured-products {
  margin-bottom: 60px;
}

.woocommerce .featured-products .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .woocommerce .featured-products {
    margin-bottom: 0;
  }
}

.featured-products .featured-products-title h2 {
  text-shadow: none;
  font-size: 38px;
  font-weight: bold;
  color: #295832;
  margin-top: 0;
  text-align: center;
  margin-bottom: 33px;
}

@media (max-width: 768px) {
  .featured-products .featured-products-title h2 {
    font-size: 32px;
  }
}

.featured-products .slick-list {
  margin: 0px -20px;
}

.featured-products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-products ul li.product {
  margin: 0px 20px !important;
}

.featured-products .slick-arrow {
  z-index: 95;
  width: 31px;
  height: 31px;
  background-color: #f0f0f2;
  border-radius: 30px;
  background-size: 65%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}

.featured-products .slick-prev {
  left: -6%;
  background-image: url(../img/product-page/first-arrow.png);
}

.featured-products .slick-next {
  right: -6%;
  background-image: url(../img/product-page/second-arrow.png);
}

body.post-template-default,
body.archive {
  overflow: initial;
}

.single-product .product-quantity {
  margin: 0 auto;
  display: block;
  width: 120px;
  height: 65px;
  background-color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding-top: 20px;
}

.single-product .product.type-product {
  margin-bottom: 100px !important;
}

@media (max-width: 950px) {
  .single-product .product.type-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px !important;
  }
}

.single-product .iconic-woothumbs-all-images-wrap {
  margin-bottom: 0;
}

.single-product .iconic-woothumbs-all-images-wrap .iconic-woothumbs-thumbnails {
  margin-bottom: 0;
}

@media (max-width: 950px) {
  .single-product .slick-slide {
    margin-left: 0;
  }
}

.woocommerce-cart-form__cart-item .quantity .qty {
  padding: 5px 0px;
}

.woocommerce-cart .restore-item {
  padding: 10px;
}

.woocommerce-cart .cross-sells {
  display: none;
}

.woocommerce-cart .product-price {
  font-size: inherit;
  text-align: unset;
}

.woocommerce-cart .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-cart.full-width-content .content {
  max-width: 100%;
}

.woocommerce-checkout.full-width-content .content {
  max-width: 100%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item td.product-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.woocommerce-cart .woocommerce table.shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 0px solid #e6e6e6;
}

.woocommerce-cart .woocommerce table.shop_table th {
  border-bottom: 2px solid #295832;
}

.woocommerce-cart .woocommerce table.shop_table th.product-remove {
  text-align: center;
}

.woocommerce-cart .woocommerce table.shop_table th.product-name {
  text-align: center;
}

.woocommerce-cart .woocommerce table.shop_table th.product-price {
  text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table th.product-quantity {
  text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
  text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price {
  text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity {
  text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
  text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal .product-vat-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal .product-vat-container span.line-custom {
  text-decoration: line-through;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal .product-vat-container span {
  color: #295832 !important;
  font-size: 14px;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  width: 37%;
  float: right;
}

@media (max-width: 1200px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    margin-top: 15px !important;
  }
}

.woocommerce-cart .woocommerce .cart-collaterals h2 {
  display: none;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

@media (max-width: 1200px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}

.woocommerce-cart .entry-content form {
  width: 60%;
  float: left;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  color: #295832;
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce-cart table.cart th {
  color: #295832;
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce-cart table.cart td {
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
}

#add_payment_method .cart-collaterals .cart_totals tr th {
  color: #295832;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}

#add_payment_method .cart-collaterals .cart_totals tr td {
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}

#add_payment_method table.cart th {
  color: #295832;
  font-size: 14px;
  font-size: 1.4rem;
}

#add_payment_method table.cart td {
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  color: #295832;
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce-checkout .cart-collaterals .cart_totals tr td {
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce-checkout table.cart th {
  color: #295832;
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce-checkout table.cart td {
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce-checkout table.shop_table th {
  color: #295832;
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce-checkout table.shop_table td {
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #e6e6e6  !important;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce-checkout .woocommerce .col2-set {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 {
  margin-bottom: 2em;
  width: 100%;
  float: none;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 {
  margin-bottom: 2em;
  width: 100%;
  float: none;
}

.woocommerce-checkout .woocommerce form .form-row.create-account label {
  padding-top: 2px;
  font-weight: bold;
}

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li {
  list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}

.woocommerce-checkout #order_review_heading {
  background: #fff;
 /* width: 47.8260869565%;*/
  float: right;
  margin-right: 0;
}

@media (max-width: 650px) {
  .woocommerce-checkout #order_review_heading {
    margin-top: 0;
  }
}

.woocommerce-checkout #order_review {
  background: #fff;
  /*width: 47.8260869565%;*/
  float: right;
  margin-right: 0;
}

.woocommerce-checkout #ship-to-different-address-checkbox {
  width: auto;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  opacity: 1;
  position: static;
}

.woocommerce-checkout #ship-to-different-address label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}

.woocommerce-checkout .payment-fixed {
  position: fixed;
  z-index: 9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
  left: 52%;
  margin-left: 0;
  padding: 20px;
  top: 0;
  width: 45.5% !important;
  -webkit-transition: padding .1s ease-in;
  transition: padding .1s ease-in;
}

body #add_payment_method #payment ul.payment_methods li input {
  width: auto;
  margin: -2px .5em 0 0;
}

body #add_payment_method table.cart td {
  border-right: 1px solid #e6e6e6;
}

body #add_payment_method table.cart th {
  border-right: 1px solid #e6e6e6;
}

body #add_payment_method table.cart td.actions .coupon .input-text {
  padding: 8px 6px 7px;
  width: 65%;
}

body .woocommerce form .form-row .input-checkbox {
  width: auto;
  margin: -2px 5px 0 0;
}

body .woocommerce form .form-row input.input-text {
  max-width: 100%;
}

body .woocommerce form .form-row textarea {
  max-width: 100%;
}

body .woocommerce form .form-row-first {
  width: 49%;
}

body .woocommerce form .form-row-last {
  width: 49%;
}

body .woocommerce table.shop_table th {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}

body .woocommerce table.shop_table td {
  padding: 15px;
}

body .woocommerce table.shop_table tbody th {
  border-bottom: none;
}

body .woocommerce table.shop_table tfoot td {
  border-bottom: none;
}

body .woocommerce table.shop_table tfoot th {
  border-bottom: none;
}

body .woocommerce #respond input#submit.alt {
  background: #295832 !important;
  font-weight: 500;
}

body .woocommerce #respond input#submit.alt:hover {
  background: #295832 !important;
}

body .woocommerce #respond input#submit {
  background: #295832 !important;
  color: #fff;
  font-weight: 500;
  border-radius: 40px;
}

body .woocommerce #respond input#submit:disabled {
  background: #ccc;
}

body .woocommerce #respond input#submit:disabled[disabled] {
  background: #ccc;
}

body .woocommerce #respond input#submit.disabled {
  background: #ccc;
}

body .woocommerce a.button.alt {
  background: #295832 !important;
  font-weight: 500;
}

body .woocommerce a.button.alt:hover {
  background: #295832 !important;
}

body .woocommerce button.button.alt {
  background: #295832 !important;
  font-weight: 500;
}

body .woocommerce button.button.alt:hover {
  background: #295832 !important;
}

body .woocommerce input.button.alt {
  background: #295832 !important;
  font-weight: 500;
}

body .woocommerce input.button.alt:hover {
  background: #295832 !important;
}

body .woocommerce .cart .button {
  background: #295832 !important;
  color: #fff;
  font-weight: 500;
  border-radius: 40px;
}

body .woocommerce .cart input.button {
  background: #295832 !important;
  color: #fff;
  font-weight: 500;
  border-radius: 40px;
}

body .woocommerce a.button {
  background: #295832 !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 40px;
}

body .woocommerce a.button:disabled {
  background: #ccc;
  color: white;
}

body .woocommerce a.button:disabled[disabled] {
  background: #ccc;
  color: white;
}

body .woocommerce button.button {
  background: #295832 !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 10px !important;
}

body .woocommerce button.button:disabled {
  background: #ccc;
}

body .woocommerce button.button:disabled[disabled] {
  background: #ccc;
}

body .woocommerce input.button {
  background: #295832 !important;
  color: #fff;
  font-weight: 500;
  border-radius: 40px;
}

body .woocommerce input.button:disabled {
  background: #ccc;
}

body .woocommerce input.button:disabled[disabled] {
  background: #ccc;
}

body .woocommerce #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.25em;
  padding: 1em;
  border-radius: 40px;
  margin-top: .5em;
}

body .woocommerce a.button.disabled {
  background: #ccc;
}

body .woocommerce button.button.disabled {
  background: #ccc;
  color: white;
}

body .woocommerce input.button.disabled {
  background: #ccc;
}

body .woocommerce a.checkout-button.button.alt {
  border-radius: 40px;
}

body .woocommerce #content table.cart td.actions .coupon {
  width: 68%;
}

body .woocommerce table.cart td.actions .coupon {
  width: 68%;
}

body .woocommerce .product-name a {
  color: #000;
  pointer-events: none;
  cursor: default;
}

body .woocommerce-page form .form-row-first {
  width: 49%;
}

body .woocommerce-page form .form-row-last {
  width: 49%;
}

body .woocommerce-checkout table.shop_table td {
  text-align: right;
  border-right: 1px solid #e6e6e6 !important;
  border-top: 0;
}

body.woocommerce-cart #payment ul.payment_methods li input {
  width: auto;
  margin: -2px .5em 0 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}

body.woocommerce-cart table.cart td {
  border-right: 1px solid #e6e6e6 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.woocommerce-cart table.cart th {
  border-right: 1px solid #e6e6e6 !important;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 8px 6px 7px;
  width: 65%;
}

.woocommerce-cart td {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-cart .woocommerce-shipping-totals form {
  width: 100% !important;
}

.woocommerce-cart .cart_totals table {
  margin-bottom: 13px !important;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout a {
  border-radius: 10px !important;
  background: #295832 !important;
  padding: 17px !important;
}

body.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
  margin: -2px .5em 0 0;
}

body.woocommerce-checkout .cart-collaterals .cart_totals tr td {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}

body.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}

body.woocommerce-checkout table.cart td {
  border-right: 1px solid #e6e6e6;
}

body.woocommerce-checkout table.cart th {
  border-right: 1px solid #e6e6e6;
}

body.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 8px 6px 7px;
  width: 65%;
  margin-right: 10px;
}

.woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25em;
  padding: 1em;
  border-radius: 40px;
  margin-top: .5em;
}

.woocommerce a.remove {
  margin: 0 auto;
}

.product-shipping-message {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  border-top: 1px solid #139248;
  border-bottom: 1px solid #139248;
}

@media only screen and (max-width: 1139px) {
  .woocommerce-cart .entry-content form {
    width: 64%;
  }
}

@media only screen and (max-width: 980px) {
  .woocommerce-cart .entry-content form {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
    float: None;
    margin: auto;
  }
  body .woocommerce #content table.cart td.actions .coupon {
    width: 100%;
  }
  body .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  body #add_payment_method table.cart td.actions .coupon .input-text {
    width: 48%;
  }
  body.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 48%;
  }
  body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}

@media only screen and (max-width: 650px) {
  .woocommerce-cart .entry-content form {
    width: 100%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout #order_review_heading {
    width: 100%;
    float: none;
  }
  .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
}

.woocommerce-checkout form[name=checkout] {
  padding: 0;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields h3 {
  text-shadow: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  border: 1px solid #e6e6e6 !important;
}

.woocommerce-checkout .product-total {
  margin-bottom: 0;
}

.woocommerce-checkout .form-row .input-text {
  width: 100% !important;
}

.woocommerce-checkout #customer_details .col-1 {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-billing-fields {
  max-width: unset;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  margin-right: 70px;
}

@media (max-width: 650px) {
  .woocommerce-checkout .col-1 .wc_payment_methods,
  .woocommerce-checkout .col-2 .wc_payment_methods {
    margin-bottom: 0;
  }
}

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce-form-coupon__row--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.woocommerce-checkout .woocommerce-form-coupon__row--second button {
  margin: 0px 10px;
}

.woocommerce-checkout .coupon-form-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-checkout .coupon-form-custom .form-row-first {
  margin-bottom: 0;
}

.woocommerce-checkout .blog-section__subscription-checkbox input {
  height: auto;
  width: auto;
  opacity: 1;
}

.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper {
  padding-bottom: 25px;
}

.woocommerce-checkout .form-row.place-order .blog-section__subscription-checkbox {
  max-width: unset !important;
}

.woocommerce-checkout .col-2 h3 span {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #115A2F;
  text-shadow: none;
  text-transform: initial;
}

.woocommerce-checkout .col-2 #ship-to-different-address {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.woocommerce-checkout .col-2 #ship-to-different-address label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 10px;
}

.woocommerce-checkout .col-2 #ship-to-different-address input {
  margin: 0;
  margin-left: 10px;
}

.woocommerce-checkout #checkout_payments h3 {
  text-shadow: none;
  margin-bottom: 10px;
  margin-top: 20px;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-info:nth-child(3) {
  display: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order .coupon-form-custom:nth-child(2) {
  display: none !important;
}

.entry-content .woocommerce-order {
  padding-top: 0 !important;
}

.entry-content table.shop_table td {
  border-color: #e6e6e6 !important;
}

.entry-content .woocommerce-order-details__title {
  text-shadow: none;
}

.entry-content .woocommerce-table--order-details thead tr {
  border-right: 1px solid #e6e6e6 !important;
}

.entry-content .woocommerce-table--order-details thead tr th {
  border-top: 1px solid #e6e6e6 !important;
}

.entry-content .woocommerce-table--order-details thead tr th:nth-child(2) {
  width: 100%;
}

.entry-content .woocommerce-order-overview {
  margin-bottom: 0 !important;
}

.input-radio:checked + label::before, .input-radio:not(:checked) + label::before {
  top: 7px;
}

.input-radio:checked + label::after {
  top: 11px;
}

.woocommerce-cart #else .quantity-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.woocommerce-cart #else .quantity-btns .quantity-btn {
  font-size: 20px;
  font-weight: Bold;
  cursor: pointer;
  padding: 0px 10px;
}

.woocommerce-cart #else .quantity-btns input {
  width: 45px;
  border: none;
  color: #295832;
  font-size: 17px;
  padding: 0 !important;
}

.woocommerce-cart #else .quantity-btns .quantity-remove {
  padding-right: 0;
  color: #295832;
  padding-left: 0px;
}

@media (max-width: 1200px) {
  .woocommerce-cart #else .quantity-btns .quantity-remove {
    padding-right: 0;
  }
}

.woocommerce-cart #else .quantity-btns .quantity-add {
  padding-left: 4px;
  color: #295832;
  padding-right: 0px;
}

@media (max-width: 1200px) {
  .woocommerce-cart #else .quantity-btns .quantity-add {
    padding-left: 0;
  }
}

.woocommerce-cart .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 60%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  margin-bottom: 15px !important;
}

@media (max-width: 1200px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
  }
}

.woocommerce-cart .woocommerce .woocommerce-cart-form span.form-span-info {
  font-size: 16px;
  color: #295832 !important;
  display: inline-block;
  line-height: 19px;
}

@media (max-width: 1200px) {
  .woocommerce-cart .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce-cart .product-gratis {
  text-align: right;
}

.woocommerce-cart .order-total .sum-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-cart .order-total .sum-cart .sum-cart-col {
  border-right: 1px solid #e6e6e6;
  margin-right: 10px;
  padding-right: 10px;
}

.woocommerce-cart .order-total .sum-cart .sum-cart-col .sum-cart-col-top span {
  color: #295832;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (max-width: 549px) {
  .woocommerce-cart .order-total .sum-cart .sum-cart-col {
    width: 40%;
    border-right: 0;
  }
}

@media (min-width: 550px) {
  .woocommerce-cart .order-total .sum-cart .sum-cart-col:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 549px) {
  .woocommerce-cart .order-total .sum-cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer_location span {
  margin: 0 0 5px 0;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #222700;
}

.footer_location p {
  margin-top: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

.woocommerce-page .product-category-page-custom .content_product_cart-view {
  position: relative;
}

.woocommerce-page .product-category-page-custom .added_to_cart {
  display: block !important;
  position: absolute;
  -webkit-text-decoration: revert;
          text-decoration: revert;
  top: 42px;
  color: #295832;
}

.advantages__h2-wrap h2 {
  width: 100% !important;
  margin-right: 0 !important;
}

@media (max-width: 1300px) and (min-width: 481px) {
  .advantages__h2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .advantages__h2-wrap h2 {
    max-width: 400px;
  }
}

.advantages__h2-wrap.en-advantages__h2 h2 {
  width: 100%;
  font-size: 39px;
}

.tiles-serving-en {
  margin-top: 80px;
}

.breadpack-animate-pl {
  top: -29% !important;
}

@media (max-width: 1280px) {
  .breadpack-animate-pl {
    top: -30% !important;
  }
}

@media (max-width: 1024px) {
  .breadpack-animate-pl {
    top: -63% !important;
  }
}

@media (max-width: 768px) {
  .breadpack-animate-pl {
    top: -10% !important;
  }
}

@media (min-width: 769px) {
  html[lang="en-GB"] [data-aos="breadpack-down"].aos-animate {
    -webkit-transform: translate(0%, 225%);
            transform: translate(0%, 225%);
  }
}

@media (min-width: 769px) {
  [data-aos="breadpack-down"].aos-animate {
    -webkit-transform: translate(0%, 225%);
            transform: translate(0%, 225%);
  }
}

@media (max-width: 1024px) {
  [data-aos="breadpack-down"].aos-animate {
    -webkit-transform: translate(0%, 329%);
            transform: translate(0%, 329%);
  }
}

.breadpack-animate-en {
  top: -30% !important;
}

@media (max-width: 768px) {
  .breadpack-animate-en {
    top: 7% !important;
  }
}

@media (max-width: 640px) {
  .advantages__wrap .advantages__photo-hand--shadow,
  .advantages__wrap .advantages__photo-hand--down,
  .advantages__wrap .advantages__photo-hand,
  .advantages__wrap .advantages__photo-spikelets,
  .advantages__wrap .photo-breadpack {
    display: none !important;
  }
}

@media (max-width: 930px) {
  .blog-section__subscription-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px 40px 15px;
  }
  .blog-section__subscription-wrap .blog-section__subscription-text {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: unset !important;
  }
}

.use__wrap-content-text h3 {
  max-width: 100%;
  text-align: center;
}

.use__wrap-content-text h3 span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .use__wrap-content {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .use__wrap-content-text {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .use__wrap-content-text ul .use__item {
    margin-bottom: 0;
  }
  .use__wrap-content-text ul .use__item img {
    height: auto;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
img.photo-breadpack.photo-breadpack__use {
    max-width: 305px;
}
.validate-required input {
    border-color: red!important;
}
@media (max-width: 1280px) {
img.photo-breadpack.photo-breadpack__use {
    max-width: 265px;
}
}

@media (max-width: 480px) {
  .tiles.serving {
    margin-top: 50px;
  }
}

.woocommerce-checkout #customer_details .col-2 #order_comments_field {
  display: none;
}

.woocommerce .woocommerce-customer-details address {
  line-height: 23px;
}

@media only screen and (max-width: 480px) {
  .use .use__wrap-content-text .photo-breadpack--mobile-head {
    height: 167px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    position: relative;
    left: 0;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 21.09px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover {
  color: #115A2F;
}

.woocommerce-account .woocommerce-MyAccount-content {
  line-height: 21.09px;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #115A2F;
}

.woocommerce-account .woocommerce-Address-title.title {
  display: none !important;
}

.woocommerce-checkout #checkout_payments {
  display: none;
}

span em {
  margin: 5px 0px;
  display: block;
  font-family: 'Nunito';
  font-style: inherit;
}

@media (max-width: 1024px) {
  .capabilities__board {
    height: 972px;
  }
}

@media (max-width: 768px) {
  .capabilities__board {
    height: 608px;
  }
}

@media (max-width: 480px) {
  .capabilities__board {
    height: auto !important;
  }
}

.woocommerce-page #main {
  padding-top: 64px;
}

.breadcrumb-content .woocommerce-breadcrumb {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  font-size: 19px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.breadcrumb-content .woocommerce-breadcrumb a {
  color: #295832;
  white-space: nowrap;
}

@media (max-width: 500px) {
  .breadcrumb-content .woocommerce-breadcrumb {
    font-size: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.woocommerce-cart .cart_totals .woocommerce-Price-amount.amount {
  font-weight: 500 !important;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
  display: none;
}

.basket-block {
  position: relative;
}

.basket-block svg {
  height: 29px;
  width: 35px;
}

.basket-block .bacsket-count {
  position: relative;
  bottom: 4px;
  font-size: 13px;
  color: white;
  right: 54%;
}

.basket-block #ql_woo_cart {
  position: absolute;
  border-radius: 5px;
  background: #dfdde0;
  padding: 20px;
  right: 0;
  z-index: 105;
  display: none;
}

.basket-block #ql_woo_cart a {
  display: block;
  line-height: 21.09px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.basket-block #ql_woo_cart a:hover {
  color: gray;
}

.basket-block #ql_woo_cart .quantity {
  margin-top: 6px;
  display: inline-block;
}

.basket-block #ql_woo_cart .woocommerce-mini-cart,
.basket-block #ql_woo_cart .woocommerce-mini-cart-item {
  list-style: none outside !important;
  padding: 0 !important;
  margin: 0 !important;
  padding: 8px 0px !important;
}

.basket-block #ql_woo_cart .woocommerce-mini-cart img,
.basket-block #ql_woo_cart .woocommerce-mini-cart-item img {
  float: right;
  margin-left: 10px;
  width: 32px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.basket-block #ql_woo_cart .woocommerce-mini-cart .remove_from_cart_button,
.basket-block #ql_woo_cart .woocommerce-mini-cart-item .remove_from_cart_button {
  display: none;
}

.basket-block #ql_woo_cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-block #ql_woo_cart .woocommerce-mini-cart__buttons a {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.basket-block #ql_woo_cart .woocommerce-mini-cart__buttons a {
  color: #295832;
  border: 1px solid #295832;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.basket-block #ql_woo_cart .woocommerce-mini-cart__buttons a:hover {
  background: #d6d5d6;
}

.basket-block #ql_woo_cart .woocommerce-mini-cart__buttons a:last-child {
  margin-left: 10px;
}

@media (max-width: 500px) {
  .basket-block #ql_woo_cart {
    display: none !important;
  }
}

.basket-block:hover #ql_woo_cart {
  display: block;
}

.woocommerce-checkout #order_review .input-checkbox,
.woocommerce-checkout #order_review .form-row.place-order {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  text-align: left;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address:first-child {
  margin-right: 15px;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses address {
  border: 1px solid;
  border-color: #e6e6e6 !important;
  padding: 15px;
  line-height: 28.09px;
}

.woocommerce-account.woocommerce-edit-address header {
  position: inherit !important;
  display: block !important;
}

.woocommerce-account .woocommerce-Address-title.title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-account .woocommerce-Address-title.title h3 {
  font-size: 20px;
}

.woocommerce-account .woocommerce-Address-title.title a {
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
  width: 100%;
}

.woo-pagination-custom a {
  color: #295832;
  font-weight: 700 !important;
  margin: 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 2px solid #295832;
  background: transparent;
  color: #295832;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  text-decoration: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px !important;
}

.woo-pagination-custom a:hover {
  color: white;
  background: #295832;
}

#payment .wc_payment_method {
  margin-bottom: 10px !important;
}

#payment .wc_payment_method [checked="checked"] ~ label::before {
  background: #295832;
}

.woocommerce-checkout #shipping_method .shipping-method-description {
  display: none;
}

.woocommerce-checkout p.validate-required {
  -webkit-text-decoration: auto;
          text-decoration: auto;
}

.checkout-cart-a-link {
  color: #295832 !important;
  margin-bottom: 10px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.checkout-cart-a-link svg {
  margin-right: 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.checkout-cart-a-link:hover svg {
  margin-right: 15px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.page-id-5029 #post-5029 {
  margin-top: 110px;
}

.page-id-5029 #post-5029 p {
  margin: 25px 0px;
}

.page-id-5029 #post-5029 ol li,
.page-id-5029 #post-5029 ul li {
  margin: 5px 0px;
  line-height: 21.09px;
}

.woocommerce-checkout .blog-section__subscriprion-checkbox-text a {
  text-decoration: underline;
}

.footer__container .footer_location p {
  margin-bottom: 8px;
}

.footer__container .footer_location a {
  margin: 9px 0px;
  font-size: 16px;
}

.footer-location-container-content .footer-location-span {
  margin-bottom: 10px;
  color: #115A2F;
  display: inline-block;
}

@media (max-width: 450px) {
  .footer-location-container-content {
    margin-left: 0;
  }
}

.footer-location-span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
  color: #115A2F;
}

.footer-location-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-location-container .footer_location {
  margin: 0px 30px;
}

.footer-location-container .footer_location:first-child {
  margin-left: 0;
}

@media (max-width: 950px) {
  .footer-location-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-location-container .footer_location {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .footer-location-container .footer_location {
    margin-left: 0;
  }
}

.regulamin-footer {
  color: #115A2F;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.single-post article.type-post {
  margin-top: 110px;
}

.footer__socials_content {
  width: 100%;
  width: auto;
}

.footer__socials_content .footer-location-span {
  display: inline-block;
  margin: 0 0 5px 0;
  line-height: 21px;
  font-size: 18px;
}

.footer__socials_content .footer__socials-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__socials_content .footer__socials-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
}

.footer__socials_content .footer__socials-company span {
  margin-bottom: 5px !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

html[lang="en-GB"] .woocommerce-checkout .payment_method_custom.payment_method_bacs label::before {
  left: -29% !important;
}

.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper span,
.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper span {
  padding: 0 !important;
  border: none;
  max-width: unset;
}

.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper .select2-selection[role="combobox"],
.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper .select2-selection[role="combobox"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.regulamin-footer {
  font-size: 14px;
}

@media (max-width: 750px) {
  .footer__wrap--second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__wrap--second .footer__socials {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.footer__wrap--second .footer__socials {
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .footer-location-container-content .footer-location-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-location-container-content .footer-location-container .footer_location {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .footer__container .footer__wrap {
    max-width: 100% !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .footer__container .footer__wrap .footer__logo {
    margin-bottom: 10px;
  }
}

.about blockquote {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 480px) {
  #partnership,
  #serve,
  #cooperation {
    scroll-margin-top: 50px;
  }
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
  position: relative;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal::before {
  position: absolute;
  left: 15px;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-remove a {
  margin: 0;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-remove a span {
  display: none;
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item .product-remove a span {
    display: block;
    color: #555;
    font-size: 17px;
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item .product-remove a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item .product-remove a:hover {
    color: red !important;
    background: none;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item .product-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item {
    margin-bottom: 15px;
  }
}
/**/
.woocommerce-checkout .woocommerce-error {
    position: relative;
    left: 0;
}
 .woocommerce-checkout .errorclose.woocommerce-error li:first-child:before {
    content: "×";
    position: absolute;
    color: white;
    background: black;
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    padding: 0;
    right: -1px;
    top: -9px;
}
.errorclose.woocommerce-error   {
    display:none;
}
li.wc_payment_method.payment_method_custom.payment_method_przelewy24 {
background:  url(/wp-content/uploads/2023/02/logo-visa4.png) top right;
    background-size: 115px;
    background-repeat: no-repeat; background-size: contain;
}
.poland_hover {
    position: absolute;
    bottom: 60px;
    padding: 15px;
    background: #a8c114;
    left: 4px;
    font-size: 14px;
	display:none;
	opacity:0;
	transition:0.2s;
}
p#billing_country_field {
    cursor: pointer;
}
.show_count-next .poland_hover {
	display:block;
	opacity:1;
	}
.woocommerce-checkout .thwmscf_time_line_step .thwmscf-index {
    left: 100px;
	right: 100px;}
.woocommerce-checkout .thwmscf_time_line_step .thwmscf-index {
    left: 20px;
	right: 20px;}
.woocommerce-checkout div#thwmscf-tab-panel-2 .woocommerce-info:nth-child(3), .woocommerce-checkout div#thwmscf-tab-panel-2 .coupon-form-custom:nth-child(4) {
    display: none!important;
}
.woocommerce-checkout input#action-next[disabled] {
    display: none;
}
html:lang(pl) a#step-3 span.thwmscf-index.thwmscf-tab-icon:after {
    content: "Podgląd zamówienia";
    position: absolute;
    background: white;
    z-index: 999;
margin: 29px -60px 0;
    color: grey;
    line-height: 1.2;
    left: 0;
    z-index: 9999;
}
 
p#billing_address_2_field {
    display: none;
}
@media (max-width: 538px) {
	html:lang(pl) a#step-3 span.thwmscf-index.thwmscf-tab-icon:after {
margin: 29px -40px 0;
}
ul.thwmscf-tabs li a {
	padding: 10px 0px 10px 0px;
	}	
	.thwmscf_time_line_step ul.thwmscf-tabs li a {
    border-top: 4px solid #b2b2b0;
    font-size: 17px;
    padding: 10px 0 10px 0;
}
.poland_hover {
    position: absolute;
	bottom: 38px;
}	
li.wc_payment_method.payment_method_custom.payment_method_przelewy24 {
background-size: 100px;
}
li.wc_payment_method.payment_method_custom.payment_method_przelewy24 label {
    max-width: 115px;
    
}
li.wc_payment_method.payment_method_custom.payment_method_przelewy24 .input-radio:not(:checked) + label:before {
    left: -30px;
}
.home section.capabilities {
    display: none;
}
.home section.numbers {
    display: none;
}
section#about .about__text-wrap p.about__text:last-child {
    display: none;
}
section#serve ul.use__items li {
    width: 49%;
    display: inline-block;
}
section#serve ul.use__items li img {
    object-fit: contain; max-width: calc(100% + 0px);
}
section#serve ul.use__items ul {
    margin: 0;
    padding: 0;
} 
section#serve ul.use__items ul li {
    width: 100%;
}
section#serve ul.use__items img.photo-breadpack.photo-breadpack__use.photo-breadpack--mobile.photo-breadpack--mobile-head {
    display: none;
}
}
@media only screen and (max-width: 1024px) {
.woocommerce-checkout .login-col {
    -ms-flex-preferred-size: 84% !important;
    flex-basis: 84% !important;
}
section#serve ul.use__items p {
    text-align: justify!important;
}
section#serve ul.use__items br {
    display: none;
    text-align: justify!important;
}
section#serve ul.use__items p {
    text-align: justify!important;
}
section#serve ul.use__items br {
    display: none;
}
	section#serve ul.use__items li {
    text-align: left!important;
}
}
/*# sourceMappingURL=styles.css.map */