@charset "UTF-8";
/*!
==============================================================

Project  	: skolky-montano
Author  	: Vitalij Petras
Author URI	: www.html-factory.cz
Created 	: 06.12.2017

----------------------------------------
---------------- POZOR! ----------------
----------------------------------------

Stylopis byl vygenerovan pomoci CSS preprocesoru.
Nikdy needitujte primo .css soubor!
Viz readme.txt

==============================================================
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700|Oswald:300,400,500,600,700,700i|Poppins:300,400,600&subset=latin-ext");
/*
------------------------------------
| 100 	| Thin (Hairline)			|
------------------------------------
| 200 	| Extra Light (Ultra Light)	|
------------------------------------
| 300 	| Light						|
------------------------------------
| 400 	| Normal					|
------------------------------------
| 500 	| Medium					|
------------------------------------
| 600 	| Semi Bold (Demi Bold)		|
------------------------------------
| 700 	| Bold						|
------------------------------------
| 800 	| Extra Bold (Ultra Bold)	|
------------------------------------
| 900 	| Black (Heavy)				|
------------------------------------
*/
/*
pokud je na webu pouze jeden font zjednodusit funkci takto
@mixin font($font-variant:regular){
	font-family: "Roman", $font-base;

	@if $font-variant == regular{
		font-weight: 400;
	} 

	@else if $font-variant == bold{
		font-weight: 600;
	} 

	@else{
		@warn "No such font-VARIANT specified";
	}
}
volani je potom nasledujici @include font(regular/bold/semibold);
*/
/*-----------------------------------------------------------------------------------*/
/*  CSS reset
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, time {
  display: block;
}

body {
  line-height: 1;
}

html, body {
  height: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

a, button {
  outline: none;
}

a[href] img {
  cursor: pointer;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/*
 *  Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
 *    Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  padding: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/* checkboxy v defaultni verzi se nezobrazuji v chromu a safari  - nasledujici fix to opravi */
input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) (zakomentováno kvůli přepisování nastavení BEM)
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

/* Removes inner padding and search cancel button in S5, Chrome on OS X */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
  /* TK */
}

hr {
  height: 1px;
  border: 0;
}

.print-only {
  display: none !important;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------*/
/*  TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
body {
  font-size: 15px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  background-color: #fff;
}
body.overflow, body.test-overflow {
  height: 100%;
  overflow: hidden;
}

h1, .h1, .c-thanks__title, .c-section--search h1, .c-section__title.h1, .c-category__title, .c-action--password .c-action__title,
h2, .h2, .c-section__title, .c-question__title, .c-popup__title, .c-intro__title, .c-form__title, .c-form__subtitle, .c-filter__title, .c-add-cart__title, .c-action__title, .c-about__number,
h3, .h3, .c-products__title, .c-contact__title, .c-articles__title,
h4, .h4, .c-submenu__title, .c-submenu__subtitle, .c-products__cart p strong, .c-inline-products__cart p strong, .c-form--data .c-form__title, .c-form__title.h4, .c-form__subtitle.h4, .c-about__title,
h5, .h5 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

.h1, .c-thanks__title, .c-section--search h1, .c-section__title.h1, .c-category__title, .c-action--password .c-action__title, .h2, .c-section__title, .c-question__title, .c-popup__title, .c-intro__title, .c-form__title, .c-form__subtitle, .c-filter__title, .c-add-cart__title, .c-action__title, .c-about__number, .h3, .c-products__title, .c-contact__title, .c-articles__title, .h4, .c-submenu__title, .c-submenu__subtitle, .c-products__cart p strong, .c-inline-products__cart p strong, .c-form--data .c-form__title, .c-form__title.h4, .c-form__subtitle.h4, .c-about__title, .h5, .h6 {
  display: block;
}

h1, .h1, .c-thanks__title, .c-section--search h1, .c-section__title.h1, .c-category__title, .c-action--password .c-action__title {
  font-size: 50px;
  line-height: 54px;
}
@media screen and (max-width: 79.9375em) {
  h1, .h1, .c-thanks__title, .c-section--search h1, .c-section__title.h1, .c-category__title, .c-action--password .c-action__title {
    font-size: 46px;
    line-height: 50px;
  }
}
@media screen and (max-width: 63.9375em) {
  h1, .h1, .c-thanks__title, .c-section--search h1, .c-section__title.h1, .c-category__title, .c-action--password .c-action__title {
    font-size: 42px;
    line-height: 46px;
  }
}
@media screen and (max-width: 59.9375em) {
  h1, .h1, .c-thanks__title, .c-section--search h1, .c-section__title.h1, .c-category__title, .c-action--password .c-action__title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (max-width: 47.9375em) {
  h1, .h1, .c-thanks__title, .c-section--search h1, .c-section__title.h1, .c-category__title, .c-action--password .c-action__title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (max-width: 39.9375em) {
  h1, .h1, .c-thanks__title, .c-section--search h1, .c-section__title.h1, .c-category__title, .c-action--password .c-action__title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 29.9375em) {
  h1, .h1, .c-thanks__title, .c-section--search h1, .c-section__title.h1, .c-category__title, .c-action--password .c-action__title {
    font-size: 32px;
    line-height: 36px;
  }
}

h2, .h2, .c-section__title, .c-question__title, .c-popup__title, .c-intro__title, .c-form__title, .c-form__subtitle, .c-filter__title, .c-add-cart__title, .c-action__title, .c-about__number {
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 79.9375em) {
  h2, .h2, .c-section__title, .c-question__title, .c-popup__title, .c-intro__title, .c-form__title, .c-form__subtitle, .c-filter__title, .c-add-cart__title, .c-action__title, .c-about__number {
    font-size: 34px;
    line-height: 38px;
  }
}
@media screen and (max-width: 63.9375em) {
  h2, .h2, .c-section__title, .c-question__title, .c-popup__title, .c-intro__title, .c-form__title, .c-form__subtitle, .c-filter__title, .c-add-cart__title, .c-action__title, .c-about__number {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 59.9375em) {
  h2, .h2, .c-section__title, .c-question__title, .c-popup__title, .c-intro__title, .c-form__title, .c-form__subtitle, .c-filter__title, .c-add-cart__title, .c-action__title, .c-about__number {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 63.9375em) {
  h2, .h2, .c-section__title, .c-question__title, .c-popup__title, .c-intro__title, .c-form__title, .c-form__subtitle, .c-filter__title, .c-add-cart__title, .c-action__title, .c-about__number {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 39.9375em) {
  h2, .h2, .c-section__title, .c-question__title, .c-popup__title, .c-intro__title, .c-form__title, .c-form__subtitle, .c-filter__title, .c-add-cart__title, .c-action__title, .c-about__number {
    font-size: 25px;
    line-height: 29px;
  }
}

h3, .h3, .c-products__title, .c-contact__title, .c-articles__title {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 63.9375em) {
  h3, .h3, .c-products__title, .c-contact__title, .c-articles__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 63.9375em) {
  h3, .h3, .c-products__title, .c-contact__title, .c-articles__title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  h3, .h3, .c-products__title, .c-contact__title, .c-articles__title {
    font-size: 22px;
    line-height: 26px;
  }
}

h4, .h4, .c-submenu__title, .c-submenu__subtitle, .c-products__cart p strong, .c-inline-products__cart p strong, .c-form--data .c-form__title, .c-form__subtitle, .c-form__title.h4, .c-form__subtitle.h4, .c-about__title {
  font-size: 22px;
  line-height: 26px;
}
@media screen and (max-width: 39.9375em) {
  h4, .h4, .c-submenu__title, .c-submenu__subtitle, .c-products__cart p strong, .c-inline-products__cart p strong, .c-form--data .c-form__title, .c-form__subtitle, .c-form__title.h4, .c-form__subtitle.h4, .c-about__title {
    font-size: 21px;
    line-height: 25px;
  }
}

h5, .h5 {
  font-size: 20px;
  line-height: 24px;
}

strong, b {
  font-weight: 700;
}

b {
  color: #7CA432;
}

em {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.03em;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.light, .c-thanks p, .c-products__content p, .c-order .price, .c-newsletter p, .c-intro p, .c-inline-products__content p, .c-form dl dt, .c-footer p, .c-footer a, .c-contact__bottom small, .c-cart td.price, .c-articles__content p, .c-advice p, .c-action p, .c-about p, .perex, .c-question p, .c-popup__in p, .c-form--data .c-form__note p, .c-form textarea, .c-detail__desc p, .c-category__desc p, .italic {
  font-weight: 300;
  letter-spacing: 0.03em;
  font-family: "Open Sans", sans-serif;
}

.perex, .c-question p, .c-popup__in p, .c-form--data .c-form__note p, .c-form textarea, .c-detail__desc p, .c-category__desc p {
  font-size: 18px;
  line-height: 1.6666;
  letter-spacing: 0.015em;
  margin-bottom: 25px;
}
@media screen and (max-width: 39.9375em) {
  .perex, .c-question p, .c-popup__in p, .c-form--data .c-form__note p, .c-form textarea, .c-detail__desc p, .c-category__desc p {
    font-size: 16px;
    line-height: 25px;
  }
}

.italic {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
  font-style: italic;
}

.light, .c-thanks p, .c-products__content p, .c-order .price, .c-newsletter p, .c-intro p, .c-inline-products__content p, .c-form dl dt, .c-footer p, .c-footer a, .c-contact__bottom small, .c-cart td.price, .c-articles__content p, .c-advice p, .c-action p, .c-about p {
  font-size: 15px;
  line-height: 1.6;
}

.title, .c-thanks__title, .c-order > li.c-thanks__title h2, .c-section__title.h1, .c-section--search h1.c-section__title, .c-action--password .c-section__title.c-action__title, .c-section__title, .c-order > li.c-section__title h2, .c-question__title, .c-order > li.c-question__title h2, .c-popup__title, .c-order > li.c-popup__title h2, .c-order > li.title h2, .c-order > li.c-action__title h2, .c-order > li.c-advice__title h2, .c-order > li.c-articles__title h2, .c-order > li.c-form__title h2, .c-order > li.c-form__subtitle h2, .c-form__title, .c-form__subtitle, .c-articles__title, .c-advice__title, .c-action__title {
  font-weight: 300;
  color: #3d2a17;
}

/*-----------------------------------------------------------------------------------*/
/*  BARVY
/*-----------------------------------------------------------------------------------*/
.color-main {
  color: #7CA432;
}

.color-dmain {
  color: #40641a;
}

.color-lmain {
  color: #b7d260;
}

.color-primary {
  color: #63bbbe;
}

.color-dprimary {
  color: #377d8a;
}

.color-secondary {
  color: #855d33;
}

.color-dsecondary {
  color: #3d2a17;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #cb3b28;
}

.bg, .c-advice:after, .c-intro:after, .c-info:before, .c-green:before, .c-contact__bottom:before, .c-category:after, .c-advice:before {
  display: block;
  content: "";
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  background-position: top center;
  background-repeat: repeat-x;
}

sup {
  top: -0.1em;
  font-size: 20px;
  line-height: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  LINKS
/*-----------------------------------------------------------------------------------*/
a {
  cursor: pointer;
  outline: none;
  text-decoration: underline;
  color: #7CA432;
  transition-duration: 200ms;
  transition-property: color;
}
a:hover {
  text-decoration: none;
}

.no-link-styles {
  color: inherit;
  text-decoration: none;
}

/*************************************************************************************
*  Grid system 
**************************************************************************************/
.row {
  clear: both;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.row--reverse {
  flex-direction: row-reverse;
}
.row .col {
  float: left;
  padding: 0 15px;
}
.row .col--right {
  float: right;
  margin-left: auto;
}
.row .col--right .button, .row .col--right .c-thanks__more, .row .col--right .c-readmore, .row .col--right .c-link button, .c-link .row .col--right button, .row .col--right .c-filter__more button, .c-filter__more .row .col--right button, .row .col--right .c-filter__button, .row .col--right .c-advice__more, .row .col--right .button--cart {
  display: table;
  margin-left: auto;
}
.row .col--center {
  float: none;
  clear: both;
  margin: 0 auto;
}
.row .col--center .button, .row .col--center .c-thanks__more, .row .col--center .c-readmore, .row .col--center .c-link button, .c-link .row .col--center button, .row .col--center .c-filter__more button, .c-filter__more .row .col--center button, .row .col--center .c-filter__button, .row .col--center .c-advice__more, .row .col--center .button--cart {
  display: table;
  margin: 27px auto 0;
}
.row .col--1 {
  width: 8.3333333333%;
}
.row .col--2 {
  width: 16.6666666667%;
}
.row .col--3 {
  width: 25%;
}
.row .col--4 {
  width: 33.3333333333%;
}
.row .col--5 {
  width: 41.6666666667%;
}
.row .col--6 {
  width: 50%;
}
.row .col--7 {
  width: 58.3333333333%;
}
.row .col--8 {
  width: 66.6666666667%;
}
.row .col--9 {
  width: 75%;
}
.row .col--10 {
  width: 83.3333333333%;
}
.row .col--11 {
  width: 91.6666666667%;
}
.row .col--12 {
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .row .col--t-1 {
    width: 8.3333333333%;
  }
  .row .col--t-2 {
    width: 16.6666666667%;
  }
  .row .col--t-3 {
    width: 25%;
  }
  .row .col--t-4 {
    width: 33.3333333333%;
  }
  .row .col--t-5 {
    width: 41.6666666667%;
  }
  .row .col--t-6 {
    width: 50%;
  }
  .row .col--t-7 {
    width: 58.3333333333%;
  }
  .row .col--t-8 {
    width: 66.6666666667%;
  }
  .row .col--t-9 {
    width: 75%;
  }
  .row .col--t-10 {
    width: 83.3333333333%;
  }
  .row .col--t-11 {
    width: 91.6666666667%;
  }
  .row .col--t-12 {
    width: 100%;
  }
}
@media screen and (max-width: 39.9375em) {
  .row .col--m-1 {
    width: 8.3333333333%;
  }
  .row .col--m-2 {
    width: 16.6666666667%;
  }
  .row .col--m-3 {
    width: 25%;
  }
  .row .col--m-4 {
    width: 33.3333333333%;
  }
  .row .col--m-5 {
    width: 41.6666666667%;
  }
  .row .col--m-6 {
    width: 50%;
  }
  .row .col--m-7 {
    width: 58.3333333333%;
  }
  .row .col--m-8 {
    width: 66.6666666667%;
  }
  .row .col--m-9 {
    width: 75%;
  }
  .row .col--m-10 {
    width: 83.3333333333%;
  }
  .row .col--m-11 {
    width: 91.6666666667%;
  }
  .row .col--m-12 {
    width: 100%;
  }
}
@media screen and (max-width: 29.9375em) {
  .row .col--s-1 {
    width: 8.3333333333%;
  }
  .row .col--s-2 {
    width: 16.6666666667%;
  }
  .row .col--s-3 {
    width: 25%;
  }
  .row .col--s-4 {
    width: 33.3333333333%;
  }
  .row .col--s-5 {
    width: 41.6666666667%;
  }
  .row .col--s-6 {
    width: 50%;
  }
  .row .col--s-7 {
    width: 58.3333333333%;
  }
  .row .col--s-8 {
    width: 66.6666666667%;
  }
  .row .col--s-9 {
    width: 75%;
  }
  .row .col--s-10 {
    width: 83.3333333333%;
  }
  .row .col--s-11 {
    width: 91.6666666667%;
  }
  .row .col--s-12 {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .row {
    margin: 0 -5px;
  }
  .row .col {
    float: left;
    padding: 0 5px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  KEYFRAMES ANIMACE
/*-----------------------------------------------------------------------------------*/
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes windowIn {
  0% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes windowOut {
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.no-js .lazyload {
  display: none;
}

.js .js-animate {
  visibility: hidden;
}
.js .js-animate.animated {
  visibility: visible;
}

img[data-src], img[data-lazy] {
  width: 100%;
  height: 100%;
}

.imgToBg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*-----------------------------------------------------------------------------------*/
/*  BUTTONS
/*-----------------------------------------------------------------------------------*/
.button, .c-thanks__more, .c-readmore, .c-link button, .c-filter__more button, .c-filter__button, .c-advice__more, .button--cart {
  width: auto;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  /*border: $btn-border-width solid $btn-border;*/
  border: 1px solid #46a5a8;
  color: #fff;
  /*background: $btn-bg;*/
  background: #46a5a8;
  border-radius: 2px;
  transition-duration: 150ms;
  transition-property: background-color, color, border-color;
}
.button svg, .c-thanks__more svg, .c-readmore svg, .c-link button svg, .c-filter__more button svg, .c-filter__button svg, .c-advice__more svg, .button--cart svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-top: -3px;
}
.button--large, .c-form .button, .c-form .c-thanks__more, .c-form .c-readmore, .c-form .c-link button, .c-link .c-form button, .c-form .button--cart, .c-form .c-advice__more, .c-form .c-filter__button, .c-form .c-filter__more button, .c-filter__more .c-form button, .c-action .button, .c-action .c-thanks__more, .c-action .c-readmore, .c-action .c-link button, .c-link .c-action button, .c-action .c-filter__more button, .c-filter__more .c-action button, .c-action .c-filter__button, .c-action .c-advice__more, .c-action .button--cart {
  height: 50px;
  line-height: 48px;
  padding: 0 28px;
}
.button--huge, .c-text .button, .c-text .c-thanks__more, .c-text .button--cart, .c-text .c-advice__more, .c-text .c-filter__button, .c-text .c-filter__more button, .c-filter__more .c-text button, .c-text .c-link button, .c-link .c-text button, .c-text .c-readmore, .c-form .button--huge, .c-form .button--password, .button--password {
  font-size: 24px;
  height: 58px;
  line-height: 56px;
  padding: 0 28px;
}
.button--password {
  margin: 20px auto 0;
}
.button--password svg {
  width: 24px;
  height: 24px;
  margin: -5px 10px 0 -5px;
}
.button--cart {
  position: relative;
  padding: 7px 20px 7px 50px;
  height: auto;
  line-height: 24px;
}
.button--cart:before, .button--cart:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 15px;
  width: 30px;
  height: 30px;
  background-image: url(../../images/svg/koupit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.button--cart:after {
  z-index: 1;
  width: 16px;
  height: 14px;
  top: -22px;
  left: 19px;
  opacity: 0;
  background-image: url(../../images/svg/koupit-hover.svg);
  transition-duration: 150ms;
  transition-property: opacity;
}
.button--dmain, .c-intro__item:nth-child(3n+1) .button, .c-intro__item:nth-child(3n+1) .c-thanks__more, .c-intro__item:nth-child(3n+1) .c-readmore, .c-intro__item:nth-child(3n+1) .c-link button, .c-link .c-intro__item:nth-child(3n+1) button, .c-intro__item:nth-child(3n+1) .button--cart, .c-intro__item:nth-child(3n+1) .c-advice__more, .c-intro__item:nth-child(3n+1) .c-filter__button, .c-intro__item:nth-child(3n+1) .c-filter__more button, .c-filter__more .c-intro__item:nth-child(3n+1) button {
  border: 1px solid #40641a;
  background: #40641a;
}
.button--lmain {
  border: 1px solid #b7d260;
  background: #b7d260;
}
.button--primary, .c-newsletter .button, .c-newsletter .c-thanks__more, .c-newsletter .c-readmore, .c-newsletter .button--cart, .c-newsletter .c-advice__more, .c-newsletter .c-filter__button, .c-newsletter .c-filter__more button, .c-filter__more .c-newsletter button, .c-newsletter .c-link button, .c-link .c-newsletter button, .button--password {
  border: 1px solid #63bbbe;
  background: #63bbbe;
}
.button--dprimary, .c-intro__item:nth-child(3n-1) .button, .c-intro__item:nth-child(3n-1) .c-thanks__more, .c-intro__item:nth-child(3n-1) .c-readmore, .c-intro__item:nth-child(3n-1) .c-link button, .c-link .c-intro__item:nth-child(3n-1) button, .c-intro__item:nth-child(3n-1) .button--cart, .c-intro__item:nth-child(3n-1) .c-advice__more, .c-intro__item:nth-child(3n-1) .c-filter__button, .c-intro__item:nth-child(3n-1) .c-filter__more button, .c-filter__more .c-intro__item:nth-child(3n-1) button {
  border: 1px solid #377d8a;
  background: #377d8a;
}
.button--secondary {
  border: 1px solid #855d33;
  background: #855d33;
}
.button--dsecondary, .c-intro .button, .c-intro .c-thanks__more, .c-intro .c-readmore, .c-intro .c-link button, .c-link .c-intro button, .c-intro .button--cart, .c-intro .c-advice__more, .c-intro .c-filter__button, .c-intro .c-filter__more button, .c-filter__more .c-intro button {
  border: 1px solid #3d2a17;
  background: #3d2a17;
}
.button--loading {
  position: relative;
  color: transparent !important;
  cursor: wait;
  pointer-events: none;
}
.button--loading:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #000;
  border-color: #ffffff transparent #ffffff transparent;
  animation: loading 1.3s linear infinite;
}
@media screen and (min-width: 64em) {
  .button:hover, .c-thanks__more:hover, .c-readmore:hover, .c-link button:hover, .c-filter__more button:hover, .c-filter__button:hover, .c-advice__more:hover, .button--cart:hover {
    /*border-color: $btn-border-hover;*/
    border-color: #378284;
    color: #fff;
    /*background: $btn-bg-hover;*/
    background: #378284;
  }
  .button:hover.button--dmain, .c-thanks__more:hover.button--dmain, .c-readmore:hover.button--dmain, .c-link button:hover.button--dmain, .c-intro__item:nth-child(3n+1) .button:hover, .c-intro__item:nth-child(3n+1) .c-thanks__more:hover, .c-intro__item:nth-child(3n+1) .c-readmore:hover, .c-intro__item:nth-child(3n+1) .c-link button:hover, .c-link .c-intro__item:nth-child(3n+1) button:hover, .c-filter__more button:hover.button--dmain, .c-intro__item:nth-child(3n+1) .c-filter__more button:hover, .c-filter__more .c-intro__item:nth-child(3n+1) button:hover, .c-filter__button:hover.button--dmain, .c-intro__item:nth-child(3n+1) .c-filter__button:hover, .c-advice__more:hover.button--dmain, .c-intro__item:nth-child(3n+1) .c-advice__more:hover, .button--cart:hover.button--dmain, .c-intro__item:nth-child(3n+1) .button--cart:hover {
    border-color: #263c0f;
    background: #263c0f;
  }
  .button:hover.button--lmain, .c-thanks__more:hover.button--lmain, .c-readmore:hover.button--lmain, .c-link button:hover.button--lmain, .c-filter__more button:hover.button--lmain, .c-filter__button:hover.button--lmain, .c-advice__more:hover.button--lmain, .button--cart:hover.button--lmain {
    border-color: #a5c738;
    background: #a5c738;
  }
  .button:hover.button--primary, .c-thanks__more:hover.button--primary, .c-readmore:hover.button--primary, .c-newsletter .button:hover, .c-newsletter .c-thanks__more:hover, .c-newsletter .c-readmore:hover, .c-link button:hover.button--primary, .c-newsletter .c-link button:hover, .c-link .c-newsletter button:hover, .c-filter__more button:hover.button--primary, .c-newsletter .c-filter__more button:hover, .c-filter__more .c-newsletter button:hover, .c-filter__button:hover.button--primary, .c-newsletter .c-filter__button:hover, .c-advice__more:hover.button--primary, .c-newsletter .c-advice__more:hover, .button--cart:hover.button--primary, .c-newsletter .button--cart:hover, .button.button--password:hover, .button--password.c-thanks__more:hover, .button--password.c-readmore:hover, .c-link button.button--password:hover, .c-filter__more button.button--password:hover, .button--password.c-filter__button:hover, .button--password.c-advice__more:hover, .button--cart.button--password:hover {
    border-color: #46a5a8;
    background: #46a5a8;
  }
  .button:hover.button--dprimary, .c-thanks__more:hover.button--dprimary, .c-readmore:hover.button--dprimary, .c-link button:hover.button--dprimary, .c-intro__item:nth-child(3n-1) .button:hover, .c-intro__item:nth-child(3n-1) .c-thanks__more:hover, .c-intro__item:nth-child(3n-1) .c-readmore:hover, .c-intro__item:nth-child(3n-1) .c-link button:hover, .c-link .c-intro__item:nth-child(3n-1) button:hover, .c-filter__more button:hover.button--dprimary, .c-intro__item:nth-child(3n-1) .c-filter__more button:hover, .c-filter__more .c-intro__item:nth-child(3n-1) button:hover, .c-filter__button:hover.button--dprimary, .c-intro__item:nth-child(3n-1) .c-filter__button:hover, .c-advice__more:hover.button--dprimary, .c-intro__item:nth-child(3n-1) .c-advice__more:hover, .button--cart:hover.button--dprimary, .c-intro__item:nth-child(3n-1) .button--cart:hover {
    border-color: #285c66;
    background: #285c66;
  }
  .button:hover.button--secondary, .c-thanks__more:hover.button--secondary, .c-readmore:hover.button--secondary, .c-link button:hover.button--secondary, .c-filter__more button:hover.button--secondary, .c-filter__button:hover.button--secondary, .c-advice__more:hover.button--secondary, .button--cart:hover.button--secondary {
    border-color: #604325;
    background: #604325;
  }
  .button:hover.button--dsecondary, .c-thanks__more:hover.button--dsecondary, .c-readmore:hover.button--dsecondary, .c-link button:hover.button--dsecondary, .c-intro .button:hover, .c-intro .c-thanks__more:hover, .c-intro .c-readmore:hover, .c-intro .c-link button:hover, .c-link .c-intro button:hover, .c-filter__more button:hover.button--dsecondary, .c-intro .c-filter__more button:hover, .c-filter__more .c-intro button:hover, .c-filter__button:hover.button--dsecondary, .c-intro .c-filter__button:hover, .c-advice__more:hover.button--dsecondary, .c-intro .c-advice__more:hover, .button--cart:hover.button--dsecondary, .c-intro .button--cart:hover {
    border-color: #181109;
    background: #181109;
  }
  .button:hover.button--cart:after, :hover.button--cart:after {
    opacity: 1;
  }
}
@media screen and (max-width: 79.9375em) {
  .button, .c-thanks__more, .c-readmore, .c-link button, .c-filter__more button, .c-filter__button, .c-advice__more, .button--cart {
    letter-spacing: 0.12em;
  }
  .button--password {
    margin-top: 0;
    font-size: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .button--large, .c-form .button, .c-form .c-thanks__more, .c-form .c-readmore, .c-form .c-link button, .c-link .c-form button, .c-form .button--cart, .c-form .c-advice__more, .c-form .c-filter__button, .c-form .c-filter__more button, .c-filter__more .c-form button, .c-action .button, .c-action .c-thanks__more, .c-action .c-readmore, .c-action .c-link button, .c-link .c-action button, .c-action .c-filter__more button, .c-filter__more .c-action button, .c-action .c-filter__button, .c-action .c-advice__more, .c-action .button--cart {
    height: 44px;
    line-height: 42px;
  }
  .button--huge, .c-text .button, .c-text .c-thanks__more, .c-text .button--cart, .c-text .c-advice__more, .c-text .c-filter__button, .c-text .c-filter__more button, .c-filter__more .c-text button, .c-text .c-link button, .c-link .c-text button, .c-text .c-readmore, .c-form .button--huge, .c-form .button--password, .button--password {
    height: 50px;
    line-height: 48px;
    font-size: 18px;
  }
  .button--password {
    font-size: 18px;
  }
}

/*
	varianty bez nutnosti psát ke každému inputu v html třídu
	--- jinak je možno přidat třídy jako .input-field pro specifické inputy a BEM bude fungovat skvěle
*/
.input {
  display: block;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 48px;
  color: #8a8a8a;
  background: #fff;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  transition-duration: 200ms;
  transition-property: background-color, color, border-color;
}
.input--email {
  background-image: url(../../images/svg/mail.svg);
}
.input--password {
  background-image: url(../../images/svg/heslo.svg);
}
.input--email, .input--password {
  padding: 0 30px 0 50px;
  background-size: 22px;
  background-position: 100% 50%;
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.input:focus {
  color: #40641a;
}
.input.error {
  border-color: #cb3b28;
}

textarea {
  display: block;
  height: 150px;
  min-height: 50px;
  padding: 5px 15px;
  width: 100%;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 33.3333333333px;
  color: #8a8a8a;
  background: #fff;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  transition-duration: 200ms;
  transition-property: background-color, color, border-color;
}
textarea:focus {
  color: #40641a;
}
textarea.error {
  border-color: #cb3b28;
}

select {
  display: block;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 48px;
  color: #8a8a8a;
  background: #fff;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  text-indent: 0.01px;
}
select::-ms-expand {
  display: none;
}
select.error {
  border-color: #cb3b28;
}

/*-----------------------------------------------------------------------------------*/
/*  FORMS BASIC SETTINGS
/*-----------------------------------------------------------------------------------*/
input, select, textarea {
  vertical-align: middle;
  box-shadow: none;
  outline: none;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* jquery ui selectmenu */
.ui-selectmenu-button {
  display: block;
  position: relative;
  outline: none;
  height: 40px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eeeeee;
}
.ui-selectmenu-button.error {
  border-color: #cb3b28;
}

.ui-selectmenu-text, .ui-menu-item {
  display: block;
  width: 100%;
  padding: 0 45px 0 10px;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .ui-selectmenu-text, .ui-menu-item {
    padding: 0 10px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 29.9375em) {
  .ui-selectmenu-text, .ui-menu-item {
    font-size: 14px;
  }
}

.ui-menu-item {
  padding: 5px 10px;
  line-height: 22px;
  cursor: pointer;
  width: 100%;
  transition-duration: 100ms;
  transition-property: color;
}
.ui-menu-item.ui-state-focus {
  background-color: #f2f2f2;
}
@media screen and (min-width: 64em) {
  .ui-menu-item:hover {
    color: #40641a;
  }
}
@media screen and (max-width: 47.9375em) {
  .ui-menu-item {
    padding: 5px 10px;
  }
}

.ui-selectmenu-menu {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.ui-front {
  z-index: 100;
}

.ui-menu {
  list-style: none;
  display: block;
  margin: 0;
  outline: 0 none;
  padding: 0;
  max-height: 260px;
  overflow-x: hidden;
  border: 1px solid #7CA432;
  border-top: 0;
}
@media screen and (max-width: 29.9375em) {
  .ui-menu {
    max-height: 195px;
  }
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle,
.ui-selectmenu-menu {
  display: none;
}

.ui-selectmenu-open {
  display: block;
  z-index: 999;
}

.ui-selectmenu-button-open {
  color: #7CA432;
  border-radius: 2px 2px 0 0;
  border-color: #7CA432;
}

.ui-selectmenu-button span.ui-icon {
  display: block;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #fff;
}
.ui-selectmenu-button span.ui-icon:before, .ui-selectmenu-button span.ui-icon:after {
  display: block;
  content: "";
  flex-shrink: 0;
}
.ui-selectmenu-button span.ui-icon:before {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  background-image: linear-gradient(350deg, #B7D260 0%, #7CA533 100%);
}
.ui-selectmenu-button span.ui-icon:after {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  right: 12px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  transition-duration: 100ms;
  transition-property: transform;
}

.ui-selectmenu-button.ui-corner-top span.ui-icon:after {
  transform: rotate(180deg);
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #000;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ccc;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

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

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap, .fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

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

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

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 46px auto;
  padding: 0;
  border: 0;
  width: 100%;
  height: calc(100% - 92px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all;
}

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #000;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
  border: 1px solid #eeeeee;
  border-top: 0;
  margin-right: -1px;
}
@media all and (max-width: 767px) {
  .fancybox-button--thumbs, .fancybox-button--fullscreen {
    display: none !important;
  }
}
@media all and (max-width: 479px) {
  .fancybox-button--play {
    display: none !important;
  }
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: white;
  transition-duration: 300ms;
  transition-property: background;
}

.fancybox-button:hover {
  background: #f2f2f2;
}

.fancybox-button::before, .fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #000;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before, .fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 17px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 17px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 767px) {
  .fancybox-controls {
    text-align: left;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap, .fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 767px) {
  .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap, .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 120px;
}
@media screen and (max-width: 47.9375em) {
  .noUi-base {
    margin: 0 100px;
  }
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
  outline: none;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  position: relative;
  height: 34px;
}

.noUi-horizontal .noUi-handle {
  margin: 0;
  top: -10px;
  width: 120px;
  height: 32px;
  border-radius: 16px;
  border: 2px solid #7CA432;
  background-image: linear-gradient(350deg, #B4D05D 0%, #7CA533 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 47.9375em) {
  .noUi-horizontal .noUi-handle {
    width: 100px;
  }
}

.noUi-handle-lower {
  left: -119px;
}
@media screen and (max-width: 47.9375em) {
  .noUi-handle-lower {
    left: -99px;
  }
}

.noUi-handle-upper {
  right: 1px;
}

/* Styling;
 */
.noUi-target {
  cursor: pointer;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(39, 39, 39, 0.2);
}

.noUi-connect {
  -webkit-transition: background 450ms;
  transition: background 450ms;
  background-image: url(../../images//slider-bg.jpg);
  background-position: center center;
  background-repeat: repeat-x;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  cursor: pointer;
  outline: none;
}
.noUi-handle:focus {
  background: #7CA432;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 34px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 5px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0 5px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .noUi-tooltip {
    font-size: 15px;
  }
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 150%;
}

.c-about {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  background-color: #3d2a17;
}
.c-about__bg {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.1;
}
.c-about__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -80px 0 0 -80px;
}
.c-about__item {
  width: 33.3333333333%;
  text-align: center;
  padding: 80px 0 0 80px;
}
.c-about p {
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
}
.c-about__image {
  display: block;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
  width: 200px;
  background: #fff;
  border-radius: 100%;
}
.c-about__image:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.c-about__image img {
  display: block;
  max-width: 100%;
  height: 120px;
  max-height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.c-about__number {
  display: block;
  margin-bottom: 15px;
  text-transform: none;
  color: #b7d260;
}
.c-about__title {
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  color: #63bbbe;
}
.c-about__title a {
  text-decoration: none;
  display: block;
  color: inherit;
}
@media screen and (max-width: 79.9375em) {
  .c-about {
    padding: 80px 0;
  }
  .c-about__list {
    margin: -25px 0 0 -25px;
  }
  .c-about__item {
    padding: 25px 0 0 25px;
  }
  .c-about p {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-about {
    padding: 60px 0;
  }
  .c-about__list {
    margin: -30px 0 0 -20px;
  }
  .c-about__item {
    padding: 30px 0 0 20px;
  }
  .c-about__number {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .c-about__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  .c-about p {
    font-size: 14px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-about__list {
    flex-direction: column;
  }
  .c-about__item {
    width: 100%;
    text-align: left;
  }
  .c-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .c-about__number {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .c-about__image {
    float: left;
    width: 150px;
    margin: 0 25px 0 0;
  }
  .c-about__image img {
    height: 100px;
    max-height: 100px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-about {
    padding: 50px 0;
  }
  .c-about__image {
    width: 120px;
    margin: 0 20px 0 0;
  }
  .c-about__image img {
    height: 80px;
    max-height: 80px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-about {
    padding: 40px 0;
  }
  .c-about__content {
    display: block;
  }
  .c-about__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    min-height: 80px;
  }
  .c-about__image {
    width: 74px;
    margin: -2px 12px 0 0;
  }
  .c-about__image img {
    height: 54px;
    max-height: 54px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-about__number {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .c-about__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}

.c-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 45px;
}
.c-action__content {
  max-width: 400px;
  margin: 0 auto;
}
.c-action__content:only-child {
  margin: 0 auto;
  align-self: center;
}
.c-action__flex {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.c-action__flex__in {
  width: 100%;
  max-width: 50%;
  padding: 0 40px;
  border-right: 1px solid rgba(124, 164, 50, 0.2);
}
.c-action__flex__in:last-child {
  border-right: 0;
}
.c-action__flex.h-mobile-none {
  margin-top: 1px;
}
.c-action .input {
  margin-bottom: 20px;
}
.c-action p {
  margin-bottom: 20px;
  color: #8a8a8a;
}
.c-action__title {
  margin: 0 -10px 15px;
  text-align: center;
}
.c-action .button, .c-action .c-thanks__more, .c-action .c-readmore, .c-action .c-link button, .c-link .c-action button, .c-action .c-filter__more button, .c-filter__more .c-action button, .c-action .c-filter__button, .c-action .c-advice__more, .c-action .button--cart {
  padding: 0 18px;
  display: table;
  margin: 20px auto 0;
  min-width: 174px;
}
.c-action a {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.c-action a.link {
  font-size: 18px;
}
.c-action--popup {
  margin-top: 0;
}
.c-action--popup .c-action__title {
  margin-bottom: 35px;
}
.c-action--popup .c-action__flex {
  margin: 0 0 50px -20px;
}
.c-action--popup .c-action__flex__in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: calc(100% - 350px);
}
.c-action--popup .c-action__flex__in:last-child {
  width: 350px;
  padding: 0 0 0 40px;
}
.c-action--popup .c-action__flex__in:last-child .c-action__title {
  font-size: 30px;
  margin-bottom: 12px;
  color: #8a8a8a;
}
.c-action--popup .c-social {
  margin-top: -20px;
}
.c-action--password {
  height: 100%;
  padding: 150px 0;
  margin-top: 0;
}
.c-action--password .c-action__content {
  max-width: 430px;
}
.c-action--password .c-action__title {
  font-weight: 300;
  margin-bottom: 25px;
}
@media screen and (max-width: 87.4375em) {
  .c-action__flex {
    margin: 0 -20px;
  }
  .c-action__title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-action__title {
    max-width: 350px;
    margin: 0 auto 15px;
  }
  .c-action--password {
    padding: 120px 0;
  }
  .c-action--password .c-action__title {
    max-width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-action--password {
    padding: 100px 0;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-action--password {
    padding: 60px 0;
  }
  .c-action__flex__in {
    padding: 0 25px;
  }
  .c-action__title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 49.9375em) {
  .c-action--popup .c-action__flex__in {
    width: calc(100% - 325px);
    padding-left: 15px;
  }
  .c-action--popup .c-action__flex__in:last-child {
    width: 325px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-action__title {
    font-size: 26px;
    line-height: 32px;
  }
  .c-action--popup .c-action__flex__in {
    width: calc(100% - 270px);
    padding-right: 15px;
  }
  .c-action--popup .c-action__flex__in:last-child {
    width: 270px;
  }
  .c-action--popup .c-action__flex__in:last-child .c-action__title {
    font-size: 26px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-action {
    margin-top: 25px;
  }
  .c-action__flex {
    flex-direction: column;
    margin: -30px 0 0;
  }
  .c-action__flex__in {
    max-width: 100%;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(124, 164, 50, 0.2);
  }
  .c-action__flex__in:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .c-action__content {
    max-width: 320px;
  }
  .c-action--popup {
    margin-top: 0;
  }
  .c-action--popup .c-action__flex {
    margin: 0 0 30px 0;
  }
  .c-action--popup .c-action__flex__in {
    width: 100%;
    margin-bottom: 35px;
    padding: 0 0 30px;
  }
  .c-action--popup .c-action__flex__in:last-child {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-action--password {
    margin-top: 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-action--password {
    padding: 40px 0;
  }
  .c-action a.link {
    font-size: 16px;
  }
}

.c-add-cart__product {
  list-style: none;
  margin-top: -30px;
}
.c-add-cart__product, .c-add-cart__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.c-add-cart__product p, .c-add-cart__content p {
  font-size: 24px;
  color: #8a8a8a;
}
.c-add-cart__product li, .c-add-cart__content li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(124, 164, 50, 0.2);
}
.c-add-cart__variants {
  list-style: none;
}
.c-add-cart__variants > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(124, 164, 50, 0.2);
}
.c-add-cart__variants .c-calculate {
  width: 208px;
}
.c-add-cart__variants .price {
  margin-left: auto;
  padding-left: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.c-add-cart__variants .price b {
  font-weight: inherit;
}
.c-add-cart__variants .c-message {
  margin-bottom: 0;
}
.c-add-cart__title {
  color: #855d33;
  font-style: italic;
}
.c-add-cart__image {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  width: 76px;
  margin-right: 18px;
  transform: translateZ(0);
}
.c-add-cart__image:after {
  display: block;
  content: "";
  padding-bottom: 131.5789473684%;
}
.c-add-cart__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 59.9375em) {
  .c-add-cart__product {
    margin-top: -20px;
  }
  .c-add-cart__product li {
    padding: 20px 0;
  }
  .c-add-cart__title {
    font-size: 24px;
    line-height: 28px;
  }
  .c-add-cart__content p {
    font-size: 20px;
  }
  .c-add-cart__variants > li {
    border-color: #67a12a;
  }
  .c-add-cart__variants .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 42px;
    font-size: 19px;
    padding: 5px 10px;
    background: #f8faf4;
  }
  .c-add-cart__variants .price:before {
    display: block;
    content: "cena celkem:";
    margin-right: 10px;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1a1a1a;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-add-cart__product li {
    border-color: #67a12a;
  }
  .c-add-cart__title {
    font-size: 20px;
    line-height: 24px;
  }
  .c-add-cart__content p {
    font-size: 18px;
  }
  .c-add-cart__variants .c-calculate {
    width: 180px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-add-cart__variants .c-calculate {
    width: 208px;
  }
  .c-add-cart__variants .price {
    width: 100%;
    margin-top: 10px;
  }
  .c-add-cart__variants .price b {
    margin-left: auto;
  }
  .c-add-cart__variants .price:before {
    letter-spacing: 0.05em;
  }
  .c-add-cart__image {
    margin-right: 12px;
  }
}

.c-advantages {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.c-advantages__item {
  width: 33.3333333333%;
  padding: 0 15px 15px;
}
.c-advantages__image {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 8px;
  border-radius: 100%;
  background: #40641a;
}
.c-advantages__image img, .c-advantages__image svg {
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.c-advantages__title {
  font-size: 22px;
  line-height: 26px;
  color: #7CA432;
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  .c-advantages__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-advantages__image {
    width: 60px;
    height: 60px;
  }
  .c-advantages__image img, .c-advantages__image svg {
    width: 30px;
    height: 30px;
  }
  .c-advantages__title {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-advantages {
    margin: 0 -10px;
    padding-bottom: 15px;
  }
  .c-advantages__item {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-advantages {
    padding: 10px 0;
    margin-bottom: 20px;
    background: #f3f3f3;
  }
  .c-advantages__item {
    width: 100%;
  }
  .c-advantages__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.c-advice {
  position: relative;
  padding: 125px 0 60px;
  margin-bottom: -20px;
  background: #edf4d7;
}
.c-advice:before {
  background-image: url(../../images/pozadi/bile-otocene.svg);
}
.c-advice p {
  margin-bottom: 20px;
  color: #1a1a1a;
}
.c-advice__flex {
  display: flex;
  align-items: flex-start;
  max-width: 1125px;
  margin: 0 auto;
}
.c-advice__content {
  flex: 0 1 auto;
}
.c-advice__image {
  display: block;
  position: relative;
  width: 300px;
  flex-shrink: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: 40px;
  border-radius: 100%;
  background: #fff;
}
.c-advice__image:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.c-advice__image img, .c-advice__image svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.c-advice__title {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.c-advice__more {
  margin-top: 15px;
  font-size: 16px;
  background: transparent;
  color: #7CA432;
  border-color: rgba(124, 164, 50, 0.5);
}
.c-advice--notbottom {
  padding: 125px 0 105px;
  margin-bottom: 0;
}
@media screen and (max-width: 79.9375em) {
  .c-advice {
    padding-bottom: 40px;
  }
  .c-advice--notbottom {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-advice {
    padding-bottom: 30px;
  }
  .c-advice__flex {
    display: block;
  }
  .c-advice__image {
    float: left;
    width: 200px;
    margin: 0 20px 20px 0;
  }
  .c-advice--notbottom {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-advice__image {
    width: 150px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-advice {
    padding-top: 30px;
    text-align: center;
  }
  .c-advice__content {
    height: 115px;
    overflow: hidden;
  }
  .c-advice__image {
    float: none;
    width: 220px;
    margin: 0 auto 20px;
  }
  .c-advice--notbottom {
    padding-top: 105px;
  }
}

.c-articles {
  list-style: none;
  margin: 20px -20px -15px;
}
.c-articles__in {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  transition-duration: 50ms;
  transition-property: box-shadow;
}
@media screen and (min-width: 64em) {
  .c-articles__in:hover {
    box-shadow: 0px 0px 9px 5px #eeeeee;
  }
}
.c-articles__content {
  position: relative;
  flex: 0 1 auto;
  width: 100%;
}
.c-articles__content p {
  line-height: 2;
  margin-bottom: 20px;
}
.c-articles__header {
  margin-bottom: 15px;
}
.c-articles__title {
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
.c-articles__title a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.c-articles__image {
  display: block;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 548px;
  margin-right: 25px;
  background: #eeeeee;
  transform: translateZ(0);
}
.c-articles__image:after {
  display: block;
  content: "";
  padding-bottom: 75.1824817518%;
}
.c-articles__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-articles__link {
  display: table;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #7CA432;
}
@media screen and (min-width: 64em) {
  .c-articles__link:hover {
    color: #40641a;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-articles {
    margin-bottom: 15px;
  }
  .c-articles__image {
    width: 400px;
  }
  .c-articles__title, .c-articles__header {
    margin-bottom: 8px;
  }
  .c-articles__title {
    font-size: 28px;
    line-height: 34px;
  }
  .c-articles__content p {
    margin-bottom: 12px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-articles {
    margin: 20px -10px 0;
  }
  .c-articles:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-articles__item {
    float: left;
    width: 33.3333333333%;
  }
  .c-articles__in {
    flex-direction: column;
    padding: 20px 10px;
  }
  .c-articles__image {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .c-articles__desc {
    max-height: 82px;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-articles__title {
    font-size: 24px;
    line-height: 30px;
  }
  .c-articles__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-articles__title {
    font-size: 20px;
    line-height: 26px;
  }
  .c-articles__title, .c-articles__header {
    margin-bottom: 5px;
  }
  .c-articles__desc {
    max-height: 72px;
  }
  .c-articles__desc p {
    font-size: 14px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-articles {
    margin: -20px 0 0;
  }
  .c-articles__item {
    width: 50%;
  }
  .c-articles__item:nth-child(n+3) {
    display: none;
  }
  .c-articles__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-articles__item {
    width: 100%;
    border-top: 1px solid #d5d5d5;
  }
  .c-articles__item:first-child {
    border-top: 0;
  }
  .c-articles__in {
    padding: 20px 0;
  }
}

.c-association {
  width: 100%;
  max-width: 100%;
  margin: 20px -15px 0;
}
.c-association__left, .c-association__right {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.c-association img {
  display: block;
  max-width: 100%;
  max-height: 64px;
  margin-left: 15px;
  flex-shrink: 0;
}
.c-association__title, .c-association h2 {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 20px;
}
@media screen and (min-width: 80em) {
  .c-association {
    width: 330px;
    margin-top: 0;
  }
  .c-association__left, .c-association__right {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-association__right {
    margin-top: 20px;
  }
  .c-association img {
    margin-left: 0;
    max-height: 64px;
  }
}
@media screen and (max-width: 79.9375em) and (min-width: 60em) {
  .c-association {
    width: 330px;
    margin-top: 0;
  }
  .c-association__left, .c-association__right {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-association__right {
    margin-top: 20px;
  }
  .c-association img {
    margin-left: 0;
    max-height: 64px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-association {
    display: flex;
  }
  .c-association__title, .c-association h2 {
    font-size: 15px;
    margin-bottom: 0;
    max-width: 115px;
  }
  .c-association__left, .c-association__right {
    width: 50%;
  }
  .c-association img {
    margin-left: 5px;
    max-height: 64px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-association {
    margin: 30px 0 0;
  }
  .c-association__left, .c-association__right {
    padding: 0 10px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-association__title, .c-association h2 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
  }
  .c-association__left {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }
  .c-association img {
    margin-left: 0;
  }
}

.c-basket {
  position: relative;
  margin-top: auto;
}
.c-basket__in {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 50px;
  color: #8a8a8a;
  text-decoration: none;
}
.c-basket__in:hover {
  color: #8a8a8a;
}
.c-basket__icon {
  position: relative;
  margin: auto 8px -4px 0;
}
.c-basket__icon svg {
  width: 70px;
  height: 36px;
}
.c-basket__icon span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  top: -20px;
  right: 10px;
  bottom: auto;
  width: 30px;
  height: 20px;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #7CA432;
  transition-duration: 150ms;
  transition-property: background;
}
.c-basket__price {
  white-space: nowrap;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: right;
  transition-duration: 150ms;
  transition-property: color;
}
.c-basket__price strong {
  display: block;
  font-size: 26px;
  margin: 3px 0;
  letter-spacing: 0em;
  color: #cb3b28;
  transition-duration: 200ms;
  transition-property: color;
}
.c-header--fixed .c-basket {
  display: flex;
  align-items: center;
  position: absolute;
  right: 50%;
  margin-right: -680px;
  top: 100%;
  height: 100px;
}
.c-header--fixed .c-basket__icon span {
  background: #40641a;
}
.c-header--fixed .c-basket__price {
  color: #eee;
}
.c-header--fixed .c-basket__price strong {
  color: #c83423;
}
@media screen and (max-width: 87.4375em) {
  .c-header--fixed .c-basket {
    right: 20px;
    margin-right: 0;
  }
}
@media screen and (min-width: 60em) {
  .c-basket:hover .c-basket__price strong {
    color: #a02913;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-basket__in {
    width: 42px;
    height: 42px;
    margin-left: 10px;
    background: #b7d260;
    border-radius: 5px;
    border: 1px solid rgba(124, 164, 50, 0.2);
  }
  .c-basket__price {
    display: none;
  }
  .c-basket__icon {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    top: auto;
  }
  .c-basket__icon svg {
    width: 34px;
    height: 34px;
    margin-bottom: -8px;
    margin-left: 2px;
  }
  .c-basket__icon span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    bottom: auto;
    top: -8px;
    width: 24px;
    height: 15px;
    font-size: 12px;
    line-height: 13px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-basket__in {
    margin-left: 7px;
  }
}

.c-breadcrumb {
  list-style: none;
  margin: 0 -5px;
  padding: 20px 0;
}
.c-breadcrumb--top {
  margin: -40px -5px 30px;
  padding: 0;
}
.c-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: 0.15em;
  font-size: 14px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
}
.c-breadcrumb__item:after {
  display: inline-flex;
  align-items: center;
  content: "»";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-right: 3px;
}
.c-breadcrumb__item:last-child:after {
  display: none;
}
.c-breadcrumb__in {
  display: block;
  position: relative;
  padding: 5px;
  color: #1a1a1a;
  text-decoration: none;
}
.c-breadcrumb__in:after {
  display: block;
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  margin: auto;
  bottom: -4px;
  top: -4px;
}
.c-breadcrumb__in:hover {
  color: #7CA432;
}
.c-breadcrumb__in.current {
  font-weight: 600;
  pointer-events: none;
}
@media screen and (max-width: 59.9375em) {
  .c-breadcrumb__item {
    position: relative;
  }
  .c-breadcrumb__item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -6px;
  }
  .c-breadcrumb__item:first-child:after {
    display: none;
  }
  .c-breadcrumb__in {
    padding: 5px 10px;
  }
  .c-breadcrumb__in.current {
    display: none;
  }
  .c-breadcrumb--top {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-breadcrumb--top {
    margin: -20px -10px 25px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-breadcrumb {
    padding: 12px 0;
  }
  .c-breadcrumb__item {
    display: none;
    letter-spacing: 0.1em;
  }
  .c-breadcrumb__item:nth-last-child(2) {
    display: table;
  }
  .c-breadcrumb__item:after {
    display: none;
  }
  .c-breadcrumb__in {
    position: relative;
    padding: 5px 8px 5px 25px;
    border: 1px solid #eeeeee;
    background: #efefef;
  }
  .c-breadcrumb__in:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 10px;
    top: 5px;
    content: "<";
  }
  .c-breadcrumb--top {
    margin: -25px -10px 15px;
  }
}

.c-buttons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px -10px;
  clear: both;
}
.c-buttons li {
  flex: 0 0 auto;
  width: 50%;
  padding: 10px 10px 0;
}
.c-buttons li:last-child .button, .c-buttons li:last-child .c-thanks__more, .c-buttons li:last-child .c-readmore, .c-buttons li:last-child .c-link button, .c-link .c-buttons li:last-child button, .c-buttons li:last-child .c-filter__more button, .c-filter__more .c-buttons li:last-child button, .c-buttons li:last-child .c-filter__button, .c-buttons li:last-child .button--cart, .c-buttons li:last-child .c-advice__more {
  margin-left: auto;
}
.c-buttons .button, .c-buttons .c-thanks__more, .c-buttons .c-readmore, .c-buttons .c-link button, .c-link .c-buttons button, .c-buttons .c-filter__more button, .c-filter__more .c-buttons button, .c-buttons .c-filter__button, .c-buttons .button--cart, .c-buttons .c-advice__more {
  display: table;
  position: relative;
  padding: 0 15px 0 50px;
  height: 60px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  background: rgba(138, 138, 138, 0.5);
  border-color: transparent;
}
.c-buttons .button span, .c-buttons .c-thanks__more span, .c-buttons .c-readmore span, .c-buttons .c-link button span, .c-link .c-buttons button span, .c-buttons .c-filter__more button span, .c-filter__more .c-buttons button span, .c-buttons .c-filter__button span, .c-buttons .button--cart span, .c-buttons .c-advice__more span {
  display: table-cell;
  vertical-align: middle;
}
.c-buttons .button:before, .c-buttons .c-thanks__more:before, .c-buttons .c-readmore:before, .c-buttons .c-link button:before, .c-link .c-buttons button:before, .c-buttons .c-filter__more button:before, .c-filter__more .c-buttons button:before, .c-buttons .c-filter__button:before, .c-buttons .button--cart:before, .c-buttons .c-advice__more:before, .c-buttons .button:after, .c-buttons .c-thanks__more:after, .c-buttons .c-readmore:after, .c-buttons .c-link button:after, .c-link .c-buttons button:after, .c-buttons .c-filter__more button:after, .c-filter__more .c-buttons button:after, .c-buttons .c-filter__button:after, .c-buttons .button--cart:after, .c-buttons .c-advice__more:after {
  content: "";
  flex: 1 0 auto;
}
.c-buttons .button small, .c-buttons .c-thanks__more small, .c-buttons .c-readmore small, .c-buttons .c-link button small, .c-link .c-buttons button small, .c-buttons .c-filter__more button small, .c-filter__more .c-buttons button small, .c-buttons .c-filter__button small, .c-buttons .button--cart small, .c-buttons .c-advice__more small {
  display: block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.17em;
}
.c-buttons .button svg, .c-buttons .c-thanks__more svg, .c-buttons .c-readmore svg, .c-buttons .c-link button svg, .c-link .c-buttons button svg, .c-buttons .c-filter__more button svg, .c-filter__more .c-buttons button svg, .c-buttons .c-filter__button svg, .c-buttons .button--cart svg, .c-buttons .c-advice__more svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 20px;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 64em) {
  .c-buttons .button:hover, .c-buttons .c-thanks__more:hover, .c-buttons .c-readmore:hover, .c-buttons .c-link button:hover, .c-link .c-buttons button:hover, .c-buttons .c-filter__more button:hover, .c-filter__more .c-buttons button:hover, .c-buttons .c-filter__button:hover, .c-buttons .button--cart:hover, .c-buttons .c-advice__more:hover {
    background: rgba(138, 138, 138, 0.9);
  }
}
.c-buttons .button--large, .c-buttons .c-form .button, .c-buttons .c-form .c-thanks__more, .c-buttons .c-form .c-readmore, .c-buttons .c-form .c-link button, .c-link .c-buttons .c-form button, .c-form .c-buttons .button, .c-form .c-buttons .c-thanks__more, .c-form .c-buttons .c-readmore, .c-form .c-buttons .c-link button, .c-link .c-form .c-buttons button, .c-buttons .c-form .button--cart, .c-form .c-buttons .button--cart, .c-buttons .c-form .c-advice__more, .c-form .c-buttons .c-advice__more, .c-buttons .c-form .c-filter__button, .c-form .c-buttons .c-filter__button, .c-buttons .c-form .c-filter__more button, .c-form .c-filter__more .c-buttons button, .c-buttons .c-filter__more .c-form button, .c-filter__more .c-form .c-buttons button, .c-buttons .c-action .button, .c-buttons .c-action .c-thanks__more, .c-buttons .c-action .c-readmore, .c-buttons .c-action .c-link button, .c-link .c-buttons .c-action button, .c-buttons .c-action .c-filter__more button, .c-filter__more .c-buttons .c-action button, .c-buttons .c-action .c-filter__button, .c-action .c-buttons .button, .c-action .c-buttons .c-thanks__more, .c-action .c-buttons .c-readmore, .c-action .c-buttons .c-link button, .c-link .c-action .c-buttons button, .c-action .c-buttons .c-filter__more button, .c-filter__more .c-action .c-buttons button, .c-action .c-buttons .c-filter__button, .c-buttons .c-action .button--cart, .c-action .c-buttons .button--cart, .c-buttons .c-action .c-advice__more, .c-action .c-buttons .c-advice__more {
  height: 80px;
  min-width: 246px;
  padding: 0 65px 0 25px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  background: #7CA432;
  border-color: #7CA432;
}
.c-buttons .button--large svg, .c-buttons .c-form .button svg, .c-buttons .c-form .c-thanks__more svg, .c-buttons .c-form .c-readmore svg, .c-buttons .c-form .c-link button svg, .c-link .c-buttons .c-form button svg, .c-form .c-buttons .button svg, .c-form .c-buttons .c-thanks__more svg, .c-form .c-buttons .c-readmore svg, .c-form .c-buttons .c-link button svg, .c-link .c-form .c-buttons button svg, .c-buttons .c-form .button--cart svg, .c-form .c-buttons .button--cart svg, .c-buttons .c-form .c-advice__more svg, .c-form .c-buttons .c-advice__more svg, .c-buttons .c-form .c-filter__button svg, .c-form .c-buttons .c-filter__button svg, .c-buttons .c-form .c-filter__more button svg, .c-form .c-filter__more .c-buttons button svg, .c-buttons .c-filter__more .c-form button svg, .c-filter__more .c-form .c-buttons button svg, .c-buttons .c-action .button svg, .c-buttons .c-action .c-thanks__more svg, .c-buttons .c-action .c-readmore svg, .c-buttons .c-action .c-link button svg, .c-link .c-buttons .c-action button svg, .c-buttons .c-action .c-filter__more button svg, .c-filter__more .c-buttons .c-action button svg, .c-buttons .c-action .c-filter__button svg, .c-action .c-buttons .button svg, .c-action .c-buttons .c-thanks__more svg, .c-action .c-buttons .c-readmore svg, .c-action .c-buttons .c-link button svg, .c-link .c-action .c-buttons button svg, .c-action .c-buttons .c-filter__more button svg, .c-filter__more .c-action .c-buttons button svg, .c-action .c-buttons .c-filter__button svg, .c-buttons .c-action .button--cart svg, .c-action .c-buttons .button--cart svg, .c-buttons .c-action .c-advice__more svg, .c-action .c-buttons .c-advice__more svg {
  left: auto;
  width: 20px;
  height: 20px;
  right: 20px;
}
@media screen and (min-width: 64em) {
  .c-buttons .button--large:hover, .c-buttons .c-form .button:hover, .c-buttons .c-form .c-thanks__more:hover, .c-buttons .c-form .c-readmore:hover, .c-buttons .c-form .c-link button:hover, .c-link .c-buttons .c-form button:hover, .c-form .c-buttons .button:hover, .c-form .c-buttons .c-thanks__more:hover, .c-form .c-buttons .c-readmore:hover, .c-form .c-buttons .c-link button:hover, .c-link .c-form .c-buttons button:hover, .c-buttons .c-form .button--cart:hover, .c-form .c-buttons .button--cart:hover, .c-buttons .c-form .c-advice__more:hover, .c-form .c-buttons .c-advice__more:hover, .c-buttons .c-form .c-filter__button:hover, .c-form .c-buttons .c-filter__button:hover, .c-buttons .c-form .c-filter__more button:hover, .c-form .c-filter__more .c-buttons button:hover, .c-buttons .c-filter__more .c-form button:hover, .c-filter__more .c-form .c-buttons button:hover, .c-buttons .c-action .button:hover, .c-buttons .c-action .c-thanks__more:hover, .c-buttons .c-action .c-readmore:hover, .c-buttons .c-action .c-link button:hover, .c-link .c-buttons .c-action button:hover, .c-buttons .c-action .c-filter__more button:hover, .c-filter__more .c-buttons .c-action button:hover, .c-buttons .c-action .c-filter__button:hover, .c-action .c-buttons .button:hover, .c-action .c-buttons .c-thanks__more:hover, .c-action .c-buttons .c-readmore:hover, .c-action .c-buttons .c-link button:hover, .c-link .c-action .c-buttons button:hover, .c-action .c-buttons .c-filter__more button:hover, .c-filter__more .c-action .c-buttons button:hover, .c-action .c-buttons .c-filter__button:hover, .c-buttons .c-action .button--cart:hover, .c-action .c-buttons .button--cart:hover, .c-buttons .c-action .c-advice__more:hover, .c-action .c-buttons .c-advice__more:hover {
    background: rgba(124, 164, 50, 0.9);
  }
}
.c-buttons .button--disabled, .c-buttons .button--disabled:hover {
  opacity: 0.1;
  background-color: #8a8a8a;
  color: #cacaca;
  cursor: default;
  border-color: #8a8a8a;
}
.c-buttons .button--disabled svg, .c-buttons .button--disabled:hover svg {
  opacity: 0.5;
}
@media screen and (max-width: 59.9375em) {
  .c-buttons {
    align-items: center;
  }
  .c-buttons .button, .c-buttons .c-thanks__more, .c-buttons .c-readmore, .c-buttons .c-link button, .c-link .c-buttons button, .c-buttons .c-filter__more button, .c-filter__more .c-buttons button, .c-buttons .c-filter__button, .c-buttons .button--cart, .c-buttons .c-advice__more {
    padding: 0 10px 0 40px;
  }
  .c-buttons .button svg, .c-buttons .c-thanks__more svg, .c-buttons .c-readmore svg, .c-buttons .c-link button svg, .c-link .c-buttons button svg, .c-buttons .c-filter__more button svg, .c-filter__more .c-buttons button svg, .c-buttons .c-filter__button svg, .c-buttons .button--cart svg, .c-buttons .c-advice__more svg {
    left: 10px;
    width: 15px;
    height: 15px;
  }
  .c-buttons .button--large, .c-buttons .c-form .button, .c-buttons .c-form .c-thanks__more, .c-buttons .c-form .c-readmore, .c-buttons .c-form .c-link button, .c-link .c-buttons .c-form button, .c-form .c-buttons .button, .c-form .c-buttons .c-thanks__more, .c-form .c-buttons .c-readmore, .c-form .c-buttons .c-link button, .c-link .c-form .c-buttons button, .c-buttons .c-form .button--cart, .c-form .c-buttons .button--cart, .c-buttons .c-form .c-advice__more, .c-form .c-buttons .c-advice__more, .c-buttons .c-form .c-filter__button, .c-form .c-buttons .c-filter__button, .c-buttons .c-form .c-filter__more button, .c-form .c-filter__more .c-buttons button, .c-buttons .c-filter__more .c-form button, .c-filter__more .c-form .c-buttons button, .c-buttons .c-action .button, .c-buttons .c-action .c-thanks__more, .c-buttons .c-action .c-readmore, .c-buttons .c-action .c-link button, .c-link .c-buttons .c-action button, .c-buttons .c-action .c-filter__more button, .c-filter__more .c-buttons .c-action button, .c-buttons .c-action .c-filter__button, .c-action .c-buttons .button, .c-action .c-buttons .c-thanks__more, .c-action .c-buttons .c-readmore, .c-action .c-buttons .c-link button, .c-link .c-action .c-buttons button, .c-action .c-buttons .c-filter__more button, .c-filter__more .c-action .c-buttons button, .c-action .c-buttons .c-filter__button, .c-buttons .c-action .button--cart, .c-action .c-buttons .button--cart, .c-buttons .c-action .c-advice__more, .c-action .c-buttons .c-advice__more {
    font-size: 20px;
    line-height: 24px;
    padding: 0 40px 0 10px;
  }
  .c-buttons .button--large small, .c-buttons .c-form .button small, .c-buttons .c-form .c-thanks__more small, .c-buttons .c-form .c-readmore small, .c-buttons .c-form .c-link button small, .c-link .c-buttons .c-form button small, .c-form .c-buttons .button small, .c-form .c-buttons .c-thanks__more small, .c-form .c-buttons .c-readmore small, .c-form .c-buttons .c-link button small, .c-link .c-form .c-buttons button small, .c-buttons .c-form .button--cart small, .c-form .c-buttons .button--cart small, .c-buttons .c-form .c-advice__more small, .c-form .c-buttons .c-advice__more small, .c-buttons .c-form .c-filter__button small, .c-form .c-buttons .c-filter__button small, .c-buttons .c-form .c-filter__more button small, .c-form .c-filter__more .c-buttons button small, .c-buttons .c-filter__more .c-form button small, .c-filter__more .c-form .c-buttons button small, .c-buttons .c-action .button small, .c-buttons .c-action .c-thanks__more small, .c-buttons .c-action .c-readmore small, .c-buttons .c-action .c-link button small, .c-link .c-buttons .c-action button small, .c-buttons .c-action .c-filter__more button small, .c-filter__more .c-buttons .c-action button small, .c-buttons .c-action .c-filter__button small, .c-action .c-buttons .button small, .c-action .c-buttons .c-thanks__more small, .c-action .c-buttons .c-readmore small, .c-action .c-buttons .c-link button small, .c-link .c-action .c-buttons button small, .c-action .c-buttons .c-filter__more button small, .c-filter__more .c-action .c-buttons button small, .c-action .c-buttons .c-filter__button small, .c-buttons .c-action .button--cart small, .c-action .c-buttons .button--cart small, .c-buttons .c-action .c-advice__more small, .c-action .c-buttons .c-advice__more small {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.15em;
    margin-top: 3px;
  }
  .c-buttons .button--large svg, .c-buttons .c-form .button svg, .c-buttons .c-form .c-thanks__more svg, .c-buttons .c-form .c-readmore svg, .c-buttons .c-form .c-link button svg, .c-link .c-buttons .c-form button svg, .c-form .c-buttons .button svg, .c-form .c-buttons .c-thanks__more svg, .c-form .c-buttons .c-readmore svg, .c-form .c-buttons .c-link button svg, .c-link .c-form .c-buttons button svg, .c-buttons .c-form .button--cart svg, .c-form .c-buttons .button--cart svg, .c-buttons .c-form .c-advice__more svg, .c-form .c-buttons .c-advice__more svg, .c-buttons .c-form .c-filter__button svg, .c-form .c-buttons .c-filter__button svg, .c-buttons .c-form .c-filter__more button svg, .c-form .c-filter__more .c-buttons button svg, .c-buttons .c-filter__more .c-form button svg, .c-filter__more .c-form .c-buttons button svg, .c-buttons .c-action .button svg, .c-buttons .c-action .c-thanks__more svg, .c-buttons .c-action .c-readmore svg, .c-buttons .c-action .c-link button svg, .c-link .c-buttons .c-action button svg, .c-buttons .c-action .c-filter__more button svg, .c-filter__more .c-buttons .c-action button svg, .c-buttons .c-action .c-filter__button svg, .c-action .c-buttons .button svg, .c-action .c-buttons .c-thanks__more svg, .c-action .c-buttons .c-readmore svg, .c-action .c-buttons .c-link button svg, .c-link .c-action .c-buttons button svg, .c-action .c-buttons .c-filter__more button svg, .c-filter__more .c-action .c-buttons button svg, .c-action .c-buttons .c-filter__button svg, .c-buttons .c-action .button--cart svg, .c-action .c-buttons .button--cart svg, .c-buttons .c-action .c-advice__more svg, .c-action .c-buttons .c-advice__more svg {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-buttons .button, .c-buttons .c-thanks__more, .c-buttons .c-readmore, .c-buttons .c-link button, .c-link .c-buttons button, .c-buttons .c-filter__more button, .c-filter__more .c-buttons button, .c-buttons .c-filter__button, .c-buttons .button--cart, .c-buttons .c-advice__more {
    width: 100%;
    height: 60px;
    padding: 0 10px 0 30px;
    font-size: 16px;
    line-height: 18px;
  }
  .c-buttons .button--large, .c-buttons .c-form .button, .c-buttons .c-form .c-thanks__more, .c-buttons .c-form .c-readmore, .c-buttons .c-form .c-link button, .c-link .c-buttons .c-form button, .c-form .c-buttons .button, .c-form .c-buttons .c-thanks__more, .c-form .c-buttons .c-readmore, .c-form .c-buttons .c-link button, .c-link .c-form .c-buttons button, .c-buttons .c-form .button--cart, .c-form .c-buttons .button--cart, .c-buttons .c-form .c-advice__more, .c-form .c-buttons .c-advice__more, .c-buttons .c-form .c-filter__button, .c-form .c-buttons .c-filter__button, .c-buttons .c-form .c-filter__more button, .c-form .c-filter__more .c-buttons button, .c-buttons .c-filter__more .c-form button, .c-filter__more .c-form .c-buttons button, .c-buttons .c-action .button, .c-buttons .c-action .c-thanks__more, .c-buttons .c-action .c-readmore, .c-buttons .c-action .c-link button, .c-link .c-buttons .c-action button, .c-buttons .c-action .c-filter__more button, .c-filter__more .c-buttons .c-action button, .c-buttons .c-action .c-filter__button, .c-action .c-buttons .button, .c-action .c-buttons .c-thanks__more, .c-action .c-buttons .c-readmore, .c-action .c-buttons .c-link button, .c-link .c-action .c-buttons button, .c-action .c-buttons .c-filter__more button, .c-filter__more .c-action .c-buttons button, .c-action .c-buttons .c-filter__button, .c-buttons .c-action .button--cart, .c-action .c-buttons .button--cart, .c-buttons .c-action .c-advice__more, .c-action .c-buttons .c-advice__more {
    min-width: 1px;
    padding: 0 30px 0 10px;
  }
  .c-buttons .button--large small, .c-buttons .c-form .button small, .c-buttons .c-form .c-thanks__more small, .c-buttons .c-form .c-readmore small, .c-buttons .c-form .c-link button small, .c-link .c-buttons .c-form button small, .c-form .c-buttons .button small, .c-form .c-buttons .c-thanks__more small, .c-form .c-buttons .c-readmore small, .c-form .c-buttons .c-link button small, .c-link .c-form .c-buttons button small, .c-buttons .c-form .button--cart small, .c-form .c-buttons .button--cart small, .c-buttons .c-form .c-advice__more small, .c-form .c-buttons .c-advice__more small, .c-buttons .c-form .c-filter__button small, .c-form .c-buttons .c-filter__button small, .c-buttons .c-form .c-filter__more button small, .c-form .c-filter__more .c-buttons button small, .c-buttons .c-filter__more .c-form button small, .c-filter__more .c-form .c-buttons button small, .c-buttons .c-action .button small, .c-buttons .c-action .c-thanks__more small, .c-buttons .c-action .c-readmore small, .c-buttons .c-action .c-link button small, .c-link .c-buttons .c-action button small, .c-buttons .c-action .c-filter__more button small, .c-filter__more .c-buttons .c-action button small, .c-buttons .c-action .c-filter__button small, .c-action .c-buttons .button small, .c-action .c-buttons .c-thanks__more small, .c-action .c-buttons .c-readmore small, .c-action .c-buttons .c-link button small, .c-link .c-action .c-buttons button small, .c-action .c-buttons .c-filter__more button small, .c-filter__more .c-action .c-buttons button small, .c-action .c-buttons .c-filter__button small, .c-buttons .c-action .button--cart small, .c-action .c-buttons .button--cart small, .c-buttons .c-action .c-advice__more small, .c-action .c-buttons .c-advice__more small {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-buttons {
    margin: 20px -5px;
  }
  .c-buttons li {
    padding: 10px 5px 0;
  }
  .c-buttons .button, .c-buttons .c-thanks__more, .c-buttons .c-readmore, .c-buttons .c-link button, .c-link .c-buttons button, .c-buttons .c-filter__more button, .c-filter__more .c-buttons button, .c-buttons .c-filter__button, .c-buttons .button--cart, .c-buttons .c-advice__more {
    font-size: 15px;
    padding: 0 5px;
  }
  .c-buttons .button svg, .c-buttons .c-thanks__more svg, .c-buttons .c-readmore svg, .c-buttons .c-link button svg, .c-link .c-buttons button svg, .c-buttons .c-filter__more button svg, .c-filter__more .c-buttons button svg, .c-buttons .c-filter__button svg, .c-buttons .button--cart svg, .c-buttons .c-advice__more svg {
    display: none;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-buttons .button, .c-buttons .c-thanks__more, .c-buttons .c-readmore, .c-buttons .c-link button, .c-link .c-buttons button, .c-buttons .c-filter__more button, .c-filter__more .c-buttons button, .c-buttons .c-filter__button, .c-buttons .button--cart, .c-buttons .c-advice__more {
    font-size: 13px;
    line-height: 16px;
  }
  .c-buttons .button small, .c-buttons .c-thanks__more small, .c-buttons .c-readmore small, .c-buttons .c-link button small, .c-link .c-buttons button small, .c-buttons .c-filter__more button small, .c-filter__more .c-buttons button small, .c-buttons .c-filter__button small, .c-buttons .button--cart small, .c-buttons .c-advice__more small {
    font-size: 12px;
    line-height: 15px;
  }
}

.c-calculate {
  position: relative;
}
.c-calculate .input {
  padding: 0 55px;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #7CA432;
  text-align: center;
  background: #eeeeee;
  border-color: #eeeeee;
}
.c-calculate__button {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #7CA432;
  transition-duration: 200ms;
  transition-property: background;
}
.c-calculate__button--minus, .c-calculate__button--plus {
  top: 3px;
  bottom: 3px;
}
.c-calculate__button--minus:before, .c-calculate__button--minus:after, .c-calculate__button--plus:before, .c-calculate__button--plus:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  content: "";
  width: 26px;
  height: 4px;
  background: #fff;
}
.c-calculate__button--minus {
  left: 3px;
}
.c-calculate__button--minus:after {
  content: none;
}
.c-calculate__button--plus {
  right: 3px;
}
.c-calculate__button--plus:after {
  transform: rotate(90deg);
}
.c-calculate__button.disabled {
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media screen and (min-width: 64em) {
  .c-calculate__button:hover {
    background: #648528;
  }
}
.c-calculate--small .input, .c-minibasket .c-calculate .input {
  height: 30px;
  padding: 0 32px;
  line-height: 28px;
  font-size: 16px;
}
.c-calculate--small .c-calculate__button, .c-minibasket .c-calculate .c-calculate__button {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
.c-calculate--small .c-calculate__button:before, .c-minibasket .c-calculate .c-calculate__button:before, .c-calculate--small .c-calculate__button:after, .c-minibasket .c-calculate .c-calculate__button:after {
  width: 16px;
  height: 2px;
}
@media screen and (max-width: 79.9375em) {
  .c-calculate .input {
    padding: 0 45px;
    height: 42px;
    line-height: 44px;
    font-size: 20px;
  }
  .c-calculate__button {
    width: 34px;
    height: 34px;
    line-height: 32px;
  }
  .c-calculate__button--minus:before, .c-calculate__button--minus:after, .c-calculate__button--plus:before, .c-calculate__button--plus:after {
    width: 18px;
    height: 3px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-calculate .input {
    font-size: 18px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-calculate .input {
    font-size: 16px;
  }
}

.c-cart {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid rgba(124, 164, 50, 0.2);
}
.c-cart tr {
  position: relative;
  border-bottom: 1px solid rgba(124, 164, 50, 0.2);
}
.c-cart td {
  padding: 20px 15px;
  vertical-align: middle;
}
.c-cart td:first-child {
  padding-right: 15px;
  padding-left: 0;
}
.c-cart td:last-child {
  padding-right: 0;
}
.c-cart td.image {
  width: 100px;
  vertical-align: top;
  color: #7CA432;
  margin-bottom: auto;
}
.c-cart td.product {
  vertical-align: top;
}
.c-cart td.product header {
  margin: 5px 0 15px;
}
.c-cart td.product em {
  font-style: normal;
}
.c-cart td.product h1, .c-cart td.product h2, .c-cart td.product h3, .c-cart td.product a {
  display: table;
  font-size: 31px;
  line-height: 34px;
  margin-bottom: 5px;
  font-style: italic;
  text-decoration: none;
  color: #855d33;
}
@media screen and (min-width: 64em) {
  .c-cart td.product h1:hover, .c-cart td.product h2:hover, .c-cart td.product h3:hover, .c-cart td.product a:hover {
    color: #7CA432;
  }
}
.c-cart td.count {
  width: 280px;
  max-width: 100%;
  font-size: 22px;
  text-align: center;
  color: #8a8a8a;
  font-weight: 300;
}
.c-cart td.price {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  color: #8a8a8a;
  text-align: right;
}
.c-cart td.price b {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
}
.c-cart td.delete {
  width: 50px;
  padding: 15px 0;
}
.c-cart__image {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  width: 100px;
  transform: translateZ(0);
}
.c-cart__image:after {
  display: block;
  content: "";
  padding-bottom: 130%;
}
.c-cart__image img, .c-cart__image svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.c-cart__image svg {
  padding: 10px;
}
@media screen and (min-width: 80em) {
  .c-cart tbody.summary td.price {
    padding-right: 60px;
  }
}
.c-cart tbody .c-cart__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-cart tfoot .c-cart__image {
  height: 80px;
}
.c-cart tfoot td {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #855d33;
}
.c-cart tfoot td strong {
  text-transform: uppercase;
}
@media screen and (min-width: 80em) {
  .c-cart tfoot td.price {
    padding-right: 60px;
  }
}
@media screen and (min-width: 30em) {
  .c-cart--mo td.product {
    min-height: 146px;
  }
}
.c-cart--mo td.product h1, .c-cart--mo td.product h2, .c-cart--mo td.product h3, .c-cart--mo td.product a {
  font-style: normal;
}
.c-cart--mo td.product em {
  font-style: italic;
}
.c-cart--order {
  max-width: 1200px;
  margin: 30px auto;
}
.c-cart--order tbody.summary td.price {
  padding-right: 0;
}
.c-cart--order tfoot td.price {
  padding-right: 0;
}
@media screen and (max-width: 79.9375em) {
  .c-cart td.product h1, .c-cart td.product h2, .c-cart td.product h3, .c-cart td.product a {
    font-size: 26px;
    line-height: 30px;
  }
  .c-cart td.count {
    width: 210px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-cart tr {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 146px;
  }
  .c-cart td {
    vertical-align: bottom;
    padding: 15px 10px;
  }
  .c-cart td:first-child {
    padding-right: 10px;
  }
  .c-cart td.image {
    width: 90px;
    vertical-align: top;
  }
  .c-cart td.product {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .c-cart td.product header {
    margin: 0 0 5px 0;
    min-height: 50px;
  }
  .c-cart td.product h1, .c-cart td.product h2, .c-cart td.product h3, .c-cart td.product a {
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0.03em;
  }
  .c-cart td.count {
    position: absolute;
    right: 0;
    top: 15px;
    width: 185px;
    padding: 0;
    text-align: right;
  }
  .c-cart td.price {
    margin-left: auto;
    font-size: 14px;
    letter-spacing: -0.015em;
  }
  .c-cart__image {
    width: 90px;
  }
  .c-cart tbody.summary td.count {
    width: 130px;
    padding: 5px;
    background: #f3f3f3;
  }
  .c-cart tbody.summary td.count:before {
    display: inline-block;
    vertical-align: middle;
    content: "množství:";
    margin-right: 5px;
    margin-top: -3px;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
  }
  .c-cart tfoot tr {
    align-items: center;
    min-height: 100px;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 60em) {
  .c-cart tfoot tr {
    min-height: 120px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-cart tfoot td {
    font-size: 24px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-cart {
    margin-top: 10px;
    border-top: 0;
  }
  .c-cart tr {
    padding-bottom: 60px;
    border-color: #67a12a;
  }
  .c-cart td:first-child {
    padding-right: 0;
  }
  .c-cart td.product header {
    width: 100%;
    padding-right: 50px;
  }
  .c-cart td.product h1, .c-cart td.product h2, .c-cart td.product h3, .c-cart td.product a {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.015em;
  }
  .c-cart td.count {
    width: 165px;
    left: 0;
    bottom: 6px;
    top: auto;
    padding: 0;
    text-align: left;
  }
  .c-cart td.price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 200px);
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 50px;
    padding: 5px;
    font-size: 15px;
    background: #f8faf4;
  }
  .c-cart td.price:before {
    display: inline-block;
    vertical-align: middle;
    content: "cena celkem:";
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
  }
  .c-cart td.price b {
    font-size: 18px;
    margin: 0 auto 0 0;
    padding-right: 10px;
  }
  .c-cart td.delete {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0;
  }
  .c-cart tbody.summary td.product header {
    padding-right: 0;
  }
  .c-cart tbody.summary td.count {
    padding-bottom: 10px;
    text-align: left;
  }
  .c-cart tfoot tr {
    padding: 5px;
    min-height: 60px;
  }
  .c-cart tfoot .c-cart__image {
    height: 64px;
  }
  .c-cart tfoot td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .c-cart tfoot td.image {
    vertical-align: middle;
    margin-bottom: 0;
  }
  .c-cart tfoot td.price {
    position: static;
    margin-left: auto;
    width: 180px;
    background: #fff;
    text-align: right;
  }
  .c-cart tfoot td.price b {
    margin: 0 0 0 auto;
  }
  .c-cart tfoot td.price:before {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-cart {
    display: block;
  }
  .c-cart tr {
    position: relative;
    align-items: start;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .c-cart td {
    padding: 0 0 10px;
    width: 100%;
  }
  .c-cart td.image {
    float: left;
    width: 100px;
    padding: 0;
    margin: 0 20px 0 0;
  }
  .c-cart td.product h1, .c-cart td.product h2, .c-cart td.product h3, .c-cart td.product a {
    font-size: 20px;
    line-height: 24px;
  }
  .c-cart td.count {
    position: static;
    margin-top: 5px;
  }
  .c-cart td.price {
    position: static;
    width: 100%;
    margin: 15px 0 -15px;
    padding-left: 10px;
  }
  .c-cart td.delete {
    width: 40px;
    right: 0;
    top: 10px;
  }
  .c-cart__image {
    width: 100px;
  }
  .c-cart tbody.summary td.count {
    left: 0;
    font-size: 20px;
  }
  .c-cart tfoot {
    border-top: 10px solid #fff;
    background: rgba(124, 164, 50, 0.08);
  }
  .c-cart tfoot tr {
    flex-wrap: nowrap;
  }
  .c-cart tfoot tr:last-child {
    border-bottom: 0;
  }
  .c-cart tfoot .c-cart__image {
    width: 80px;
    height: 60px;
  }
  .c-cart tfoot td {
    font-size: 18px;
    line-height: 24px;
  }
  .c-cart tfoot td.image {
    width: 80px;
  }
  .c-cart tfoot td.price {
    margin: 0;
    background: transparent;
  }
  .c-cart--mo td.product {
    width: calc(100% - 130px);
  }
  .c-cart--mo td.product header {
    width: 100%;
  }
  .c-cart--mo td.count {
    margin-left: 120px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-cart tr {
    padding: 10px 0;
  }
  .c-cart td.image {
    position: absolute;
    left: 0;
    top: 5px;
    width: 75px;
    margin: 0;
  }
  .c-cart td.count {
    margin-left: 0;
  }
  .c-cart td.price {
    margin: 15px 0 -10px;
  }
  .c-cart td.price:before {
    content: "cena:";
  }
  .c-cart td.product h1, .c-cart td.product h2, .c-cart td.product h3, .c-cart td.product a {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.02em;
  }
  .c-cart__image {
    width: 75px;
  }
  .c-cart--mo td.product {
    width: 100%;
  }
  .c-cart--mo td.product header {
    min-height: 100px;
    padding-left: 88px;
    margin: 0;
  }
  .c-cart--mo td.delete {
    top: 5px;
    right: 0;
  }
  .c-cart tfoot tr {
    flex-wrap: wrap;
  }
  .c-cart tfoot tr.placing td {
    max-width: calc(100% - 60px);
  }
  .c-cart tfoot td {
    max-width: calc(100% - 90px - 60px);
    font-size: 16px;
    line-height: 22px;
  }
  .c-cart tfoot td.image {
    position: relative;
    width: 50px;
    left: 0;
    top: 0;
    margin-right: 10px;
  }
  .c-cart tfoot td.price {
    width: 85px;
    padding-left: 5px;
  }
  .c-cart tfoot td.price:before {
    display: none;
  }
  .c-cart tfoot .c-cart__image {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-cart--mo td.product header {
    padding: 0 45px 0 85px;
  }
  .c-cart--mo td.product h1, .c-cart--mo td.product h2, .c-cart--mo td.product h3, .c-cart--mo td.product a {
    font-size: 18px;
    letter-spacing: 0.015em;
  }
}

.c-category {
  position: relative;
  padding: 60px 0 40px;
  background: #f4f8e7;
}
.c-category:after {
  top: auto;
  bottom: 0;
  background-image: url(../../images/pozadi/bile.svg);
}
.c-category .c-layout__center {
  z-index: 2;
}
.c-category__subtitle {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin: -5px 0 30px;
  color: #3d2a17;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.c-category__subtitle strong {
  color: #63bbbe;
}
.c-category__title {
  margin-bottom: 28px;
  color: #7CA432;
}
.c-category__flex {
  display: flex;
  align-items: flex-start;
}
.c-category__content {
  flex: 0 1 auto;
}
.c-category__desc p {
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}
.c-category__image {
  position: relative;
  width: 435px;
  flex-shrink: 0;
  margin-right: 30px;
  background: #fff;
}
.c-category__image:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.c-category__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 79.9375em) {
  .c-category {
    padding: 55px 0 45px;
  }
  .c-category__title, .c-category__subtitle {
    margin: 0 0 20px;
  }
  .c-category__desc p {
    line-height: 28px;
    margin-bottom: 15px;
  }
  .c-category__image {
    width: 350px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-category {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .c-category:after {
    display: none;
  }
  .c-category__image {
    width: 250px;
  }
  .c-category__title, .c-category__subtitle {
    margin-bottom: 15px;
  }
  .c-category__title {
    font-size: 36px;
    line-height: 40px;
  }
  .c-category__desc {
    height: 84px;
    overflow: hidden;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-category {
    padding: 30px 0;
  }
  .c-category__flex {
    flex-direction: column;
  }
  .c-category__image {
    width: 100%;
    margin: 0 auto 25px;
    max-width: 460px;
    border: 1px solid #ddd;
  }
  .c-category__image:after {
    padding-bottom: 75%;
  }
  .c-category__content {
    text-align: center;
  }
}

.c-checkbox {
  cursor: pointer;
  display: table;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 465px;
  max-width: 100%;
  margin: 20px auto;
}
.c-checkbox--center, .c-checkbox--shortcenter, .c-checkbox--login {
  width: auto;
  max-width: 465px;
}
.c-checkbox--login {
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .c-checkbox--login {
    display: none;
  }
}
.c-checkbox--shortcenter {
  max-width: 330px;
}
.c-checkbox__input {
  display: none;
}
.c-checkbox__in {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 38px;
  height: 30px;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3d2a17;
  letter-spacing: 0.015em;
  font-weight: 300;
}
.c-checkbox__in b {
  font-weight: 500;
}
.c-checkbox__in small {
  display: block;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  color: #8a8a8a;
  font-family: "Open Sans", sans-serif;
}
.c-checkbox__in a {
  text-decoration: none;
  transition-duration: 200ms;
  transition-property: color;
}
@media screen and (min-width: 64em) {
  .c-checkbox__in a:hover {
    color: #6d902c;
  }
  .c-checkbox__in a:hover b {
    color: inherit;
  }
}
.c-checkbox__in:before, .c-checkbox__in:after {
  display: block;
  content: "";
  position: absolute;
}
.c-checkbox__in:before {
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #8a8a8a;
  transition-duration: 200ms;
  transition-property: border-color;
}
.error .c-checkbox__in:before {
  border-color: #cb3b28;
}
.c-checkbox__in:after {
  opacity: 0;
  width: 5px;
  height: 5px;
  left: 12.5px;
  top: 12.5px;
  background: transparent;
}
.c-checkbox__input:checked + .c-checkbox__in:after {
  opacity: 1;
}
.c-checkbox__input:checked + .c-checkbox__in:before {
  background-image: url(../../images/svg/hotovo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.c-checkbox__input[type=radio] + .c-checkbox__in:before, .c-checkbox__input[type=radio] + .c-checkbox__in:after {
  border-radius: 30px;
}
.c-checkbox__input[type=radio] + .c-checkbox__in:after {
  width: 20px;
  height: 20px;
  left: 5px;
  top: 5px;
  background: #7CA432;
}
.c-checkbox__input[type=radio] + .c-checkbox__in:before {
  background-image: none;
}
.oldie .c-checkbox {
  position: relative;
}
.oldie .c-checkbox__input {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.oldie .c-checkbox__in:before, .oldie .c-checkbox__in:after {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .c-checkbox {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-checkbox--login, .c-checkbox--center {
    width: auto;
  }
  .c-checkbox__in {
    font-size: 20px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-checkbox__in {
    font-size: 17px;
    line-height: 24px;
    padding-left: 30px;
    height: 26px;
  }
  .c-checkbox__in small {
    margin-top: 2px;
  }
  .c-checkbox__in:before {
    width: 26px;
    height: 26px;
    top: 0;
  }
  .c-checkbox__input:checked + .c-checkbox__in:before {
    background-size: 16px;
  }
  .c-checkbox__input[type=radio] + .c-checkbox__in:after {
    width: 18px;
    height: 18px;
    left: 4px;
    top: 6px;
  }
  .c-checkbox--login .c-checkbox__in {
    font-size: 20px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-checkbox__in {
    font-size: 15px;
    line-height: 20px;
    height: 22px;
  }
  .c-checkbox__in:before {
    top: -2px;
  }
}

.c-choose__item {
  margin-bottom: 20px;
  list-style: none;
  display: block;
}

.c-choose__row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.c-choose__in--checkbox {
  flex: 0 0 50px;
}
.c-choose__in--checkbox .c-checkbox {
  width: auto;
  margin: 0;
}

.c-choose__in--image {
  flex: 0 0 90px;
  width: 90px;
}
.c-choose__in--image > label {
  max-width: 100%;
  display: block;
}
.c-choose__in--image > label img,
.c-choose__in--image > label svg {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-choose__in--text {
  flex: 1 1 auto;
  margin-left: 20px;
  display: flex;
  flex-flow: wrap;
}
.c-choose__in--text > label,
.c-choose__in--text .price {
  flex: 0 0 auto;
}
.c-choose__in--text > .dots {
  flex: 1 1 auto;
  margin: 0 10px;
}
.c-choose__in--text > small {
  flex: 0 0 100%;
}

.c-choose__in--description {
  flex: 1 1 auto;
  margin-left: 20px;
  margin-top: 10px;
}

.c-choose__in--delivery {
  width: calc(100% - 20px);
  margin-left: 20px;
}

.c-choose__in--text > label,
.c-choose__in--text > .price {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #7CA432;
}
.c-choose__in--text > .dots {
  border-bottom: 1px dotted #9D9D9D;
}
.c-choose__in--text > small {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #8a8a8a;
  font-family: "Open Sans", sans-serif;
}

.c-choose__in--description {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
}

.c-choose__in--delivery {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
}
.c-choose__in--delivery .ui-selectmenu-button {
  display: none;
}
.c-choose__in--delivery .select2-container .select2-selection {
  height: 50px;
}
.c-choose__in--delivery .select2-container .select2-selection .select2-selection__arrow {
  height: 50px;
}
.c-choose__in--delivery .select2-selection__rendered {
  line-height: 48px !important;
}
.c-choose__in--delivery .select2-search__field {
  line-height: 48px !important;
  font-size: 18px !important;
  border-radius: 5px !important;
}

.c-choose__in--delivery-time {
  display: flex;
  justify-content: space-between;
}
.c-choose__in--delivery-time .c-checkbox {
  width: auto;
  flex: 0 0 49%;
}
.c-choose__in--delivery-time .c-checkbox__in {
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  padding-left: 26px;
  padding-right: 5px;
}
.c-choose__in--delivery-time .c-checkbox__in::before {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.c-choose__in--delivery-time .c-checkbox__in::after {
  width: 14px !important;
  height: 14px !important;
  border-radius: 15px;
  left: 3px !important;
  top: 3px !important;
}

@media screen and (max-width: 63.9375em) {
  .c-choose__in--checkbox {
    flex-basis: 35px;
  }

  .c-choose__in--image {
    flex: 0 0 60px;
    width: 60px;
  }

  .c-choose__in--text {
    margin-left: 10px;
  }
  .c-choose__in--text > label,
.c-choose__in--text > .price {
    font-size: 18px;
  }
  .c-choose__in--text > small {
    font-size: 13px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-choose__item:first-child {
    margin-top: 20px;
  }

  .c-choose__in--image {
    flex-basis: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-choose__in--image {
    flex-basis: 60px;
    width: 60px;
  }

  .c-choose__in--delivery-time {
    flex-flow: wrap;
  }
  .c-choose__in--delivery-time .c-checkbox {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-choose__in--image {
    display: none;
  }

  .c-choose__in--delivery-time .c-checkbox__in::after {
    top: 1px !important;
  }
}
.c-choose--inline {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.c-choose--inline .c-choose__item {
  flex: 0 0 auto;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.c-choose--inline .c-choose__item:first-child {
  margin-top: 0;
}
.c-choose--inline .c-choose__in--image svg {
  height: 70px;
}
.c-choose--inline .c-choose__in--text {
  display: block;
}

@media screen and (max-width: 39.9375em) {
  .c-choose--inline .c-choose__item {
    flex-basis: 100%;
  }
}
.c-clientmenu {
  position: absolute;
  width: 174px;
  height: 66px;
  right: 0;
  top: -60px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.c-clientmenu button {
  position: relative;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
  width: inherit;
  height: inherit;
  line-height: 25px;
  padding: 0 10px 0 50px;
  border: 0;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: inherit;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #63bbbe;
  transition-duration: 200ms;
  transition-property: color, background;
}
.c-clientmenu button.active:hover {
  background: #63bbbe;
}
.c-header--fixed .c-clientmenu {
  display: none;
}
.c-clientmenu__image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 15px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 3px;
}
.c-clientmenu__image img, .c-clientmenu__image svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.c-clientmenu ul {
  list-style: none;
  z-index: 999;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  padding: 10px;
  background: #63bbbe;
  box-shadow: 0px 20px 15px -4px rgba(0, 0, 0, 0.75);
}
.c-clientmenu ul svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  color: rgba(238, 238, 238, 0.8);
  transition-duration: 200ms;
  transition-property: color;
}
.c-clientmenu li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.c-clientmenu li:first-child {
  border-top: 0;
}
.c-clientmenu li.morelinks a {
  min-height: 30px;
}
.c-clientmenu a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 5px 0;
  min-height: 36px;
  text-decoration: none;
  color: #fff;
  transition-duration: 200ms;
  transition-property: color;
}
.c-clientmenu a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  left: -10px;
  right: -10px;
}
@media screen and (min-width: 64em) {
  .c-clientmenu a:hover {
    color: #5e7d26;
  }
  .c-clientmenu a:hover svg {
    color: #5e7d26;
  }
  .c-clientmenu button:hover {
    background: #46a5a8;
  }
}
@media screen and (max-width: 87.4375em) {
  .c-clientmenu {
    right: 20px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-clientmenu {
    position: static;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
  }
  .c-clientmenu button {
    font-size: 0;
    padding: 0;
    border-radius: 5px;
  }
  .c-clientmenu ul {
    right: 20px;
    margin-top: 5px;
  }
  .c-clientmenu ul:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    left: calc(50% + 15px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #63bbbe transparent;
  }
  .c-clientmenu__image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-clientmenu ul {
    right: 10px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-clientmenu button {
    overflow: visible;
  }
  .c-clientmenu button:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    top: 100%;
    margin-top: 0;
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #63bbbe transparent;
    transition-delay: 20ms;
    transition-duration: 200ms;
    transition-property: opacity;
  }
  .c-clientmenu button.active:before {
    opacity: 1;
  }
  .c-clientmenu ul {
    width: 100%;
    padding: 10px;
    right: 0;
    margin-top: 6px;
  }
  .c-clientmenu ul:before {
    display: none;
  }
}

.c-code {
  float: left;
}
.c-code p {
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #7CA432;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.c-code__in {
  position: relative;
  display: flex;
  width: 550px;
  max-width: 100%;
  margin-bottom: 10px;
}
.c-code .input {
  padding-right: 140px;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #7CA432;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  border-color: rgba(138, 138, 138, 0.2);
}
.c-code .input:-moz-placeholder {
  font-size: 18px;
  letter-spacing: 0.015em;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
  font-weight: 300;
}
.c-code .input::-moz-placeholder {
  font-size: 18px;
  letter-spacing: 0.015em;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
  font-weight: 300;
}
.c-code .input::-webkit-input-placeholder {
  font-size: 18px;
  letter-spacing: 0.015em;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
  font-weight: 300;
}
.c-code .input:-ms-input-placeholder {
  font-size: 18px;
  letter-spacing: 0.015em;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
  font-weight: 300;
}
.c-code .button, .c-code .c-thanks__more, .c-code .c-readmore, .c-code .c-link button, .c-link .c-code button, .c-code .c-filter__more button, .c-filter__more .c-code button, .c-code .c-filter__button, .c-code .button--cart, .c-code .c-advice__more {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 3px;
  top: 3px;
  bottom: 3px;
  flex-shrink: 0;
  width: 126px;
  height: 44px;
  line-height: 42px;
  overflow: hidden;
  padding: 0 5px;
  font-size: 18px;
  background: #63bbbe;
  border-color: #63bbbe;
  border-radius: 3px;
}
.c-code .button svg, .c-code .c-thanks__more svg, .c-code .c-readmore svg, .c-code .c-link button svg, .c-link .c-code button svg, .c-code .c-filter__more button svg, .c-filter__more .c-code button svg, .c-code .c-filter__button svg, .c-code .button--cart svg, .c-code .c-advice__more svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  opacity: 0;
}
.c-code .button--success {
  background: #7CA432;
  border-color: #7CA432;
  width: 84px;
  font-size: 0;
  color: transparent;
}
.c-code .button--success svg {
  opacity: 1;
}
.c-code__sale {
  display: none;
}
@media screen and (max-width: 79.9375em) {
  .c-code__in {
    width: 450px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-code__in {
    width: 400px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-code__in {
    width: 365px;
  }
}
@media screen and (max-width: 47.9375em) and (min-width: 40em) {
  .c-code__in {
    width: 250px;
    flex-direction: column;
  }
  .c-code .input {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .c-code .button, .c-code .c-thanks__more, .c-code .c-readmore, .c-code .c-link button, .c-link .c-code button, .c-code .c-filter__more button, .c-filter__more .c-code button, .c-code .c-filter__button, .c-code .button--cart, .c-code .c-advice__more {
    position: static;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-code {
    float: none;
  }
  .c-code__in {
    width: 100%;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-code .button, .c-code .c-thanks__more, .c-code .c-readmore, .c-code .c-link button, .c-link .c-code button, .c-code .c-filter__more button, .c-filter__more .c-code button, .c-code .c-filter__button, .c-code .button--cart, .c-code .c-advice__more {
    width: 115px;
    font-size: 16px;
  }
  .c-code .input {
    padding: 0 125px 0 10px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-code .button, .c-code .c-thanks__more, .c-code .c-readmore, .c-code .c-link button, .c-link .c-code button, .c-code .c-filter__more button, .c-filter__more .c-code button, .c-code .c-filter__button, .c-code .button--cart, .c-code .c-advice__more {
    width: 100px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .c-code p {
    font-size: 20px;
  }
  .c-code .input {
    padding: 0 105px 0 10px;
    font-size: 20px;
  }
  .c-code .input:-moz-placeholder {
    font-size: 16px;
  }
  .c-code .input::-moz-placeholder {
    font-size: 16px;
  }
  .c-code .input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .c-code .input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.c-contact__map {
  display: block;
  position: relative;
  width: 540px;
  max-width: 100%;
  padding-bottom: 46%;
  overflow: hidden;
  margin-bottom: 25px;
}
.c-contact__map img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
  background: #fff;
  transition-duration: 200ms;
  transition-property: opacity;
}
.c-contact__map svg {
  width: 115px;
  height: 140px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.c-contact dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-contact dl dt {
  width: 65px;
  margin-right: 5px;
}
.c-contact dl dd {
  font-weight: 500;
}
.c-contact address {
  font-style: normal;
}
.c-contact__info {
  padding-left: 40px;
}
.c-contact__info, .c-contact dl {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2em;
  font-weight: 300;
  color: #8a8a8a;
  font-family: "Oswald", sans-serif;
}
.c-contact__info p, .c-contact dl p {
  margin-top: 15px;
}
.c-contact__info svg, .c-contact dl svg {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: -5px 3px 0 -33px;
}
.c-contact__info strong, .c-contact__info a, .c-contact dl strong, .c-contact dl a {
  font-weight: 500;
  letter-spacing: 0.215em;
}
.c-contact__info a, .c-contact dl a {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  transition-duration: 100ms;
  transition-property: color;
}
@media screen and (min-width: 64em) {
  .c-contact__info a:hover, .c-contact dl a:hover {
    color: #7CA432;
  }
}
.c-contact__flex {
  display: flex;
  flex-wrap: wrap;
}
.c-contact__flex__in {
  width: 50%;
  padding: 50px;
}
.c-contact__flex__in h1, .c-contact__flex__in h2, .c-contact__flex__in h3, .c-contact__flex__in h4 {
  margin-bottom: 15px;
  color: #7CA432;
}
.c-contact__flex__in svg {
  color: #7CA432;
}
.c-contact__flex__in--vo h1, .c-contact__flex__in--vo h2, .c-contact__flex__in--vo h3, .c-contact__flex__in--vo h4 {
  color: #63bbbe;
}
.c-contact__flex__in--vo svg {
  color: #63bbbe;
}
@media screen and (min-width: 64em) {
  .c-contact__flex__in--vo a:hover {
    color: #63bbbe;
  }
}
.c-contact__bottom {
  position: relative;
  padding: 80px 0 40px;
  margin-bottom: -20px;
  background: #edeae8;
}
.c-contact__bottom:before {
  background-image: url(../../images/pozadi/bile-otocene.svg);
}
.c-contact__bottom small {
  display: block;
  text-align: center;
}
@media screen and (max-width: 87.4375em) {
  .c-contact__flex {
    margin: 0 -20px;
  }
  .c-contact__flex__in {
    padding: 50px 20px;
  }
  .c-contact__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (min-width: 64em) {
  .c-contact__map:hover img {
    opacity: 0.45;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-contact__info, .c-contact dl {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .c-contact__info strong, .c-contact__info a, .c-contact dl strong, .c-contact dl a {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 59.9375em) and (min-width: 48em) {
  .c-contact__title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-contact__flex {
    margin: 0 -15px;
  }
  .c-contact__flex__in {
    padding: 50px 15px;
  }
  .c-contact__info, .c-contact dl {
    font-size: 16px;
    line-height: 26px;
  }
  .c-contact__info p, .c-contact dl p {
    margin-top: 12px;
  }
  .c-contact__map svg {
    width: 90px;
    height: 110px;
  }
  .c-contact__bottom small {
    font-size: 13px;
    letter-spacing: -0.015em;
  }
}
@media screen and (max-width: 47.9375em) and (min-width: 40em) {
  .c-contact__info {
    position: relative;
    padding-right: 310px;
  }
  .c-contact address {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    padding-left: 40px;
  }
  .c-contact address svg {
    margin-left: -33px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-contact__flex {
    flex-direction: column;
    margin: 0;
  }
  .c-contact__flex__in {
    width: 100%;
    padding: 50px 0;
  }
  .c-contact__info, .c-contact dl {
    padding-left: 0;
  }
  .c-contact__info a, .c-contact dl a {
    display: inline-block;
    padding: 3px 0;
  }
  .c-contact__info svg, .c-contact dl svg {
    margin-left: 0;
  }
  .c-contact__title {
    text-align: center;
  }
  .c-contact__map {
    margin: 0 auto 25px;
    width: auto;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-contact__info {
    justify-content: center;
    text-align: center;
  }
  .c-contact dl {
    justify-content: center;
  }
  .c-contact__info, .c-contact dl {
    font-size: 18px;
    line-height: 28px;
  }
  .c-contact__flex__in {
    padding: 25px 0;
  }
  .c-contact__bottom small {
    font-size: 12px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-contact__flex__in:last-child {
    padding-bottom: 0;
  }
  .c-contact__title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
  .c-contact__info, .c-contact dl {
    font-size: 17px;
    line-height: 27px;
  }
  .c-contact__bottom small {
    margin-top: 20px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-contact__info, .c-contact dl {
    font-size: 16px;
    line-height: 26px;
  }
}

.c-delete {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 0;
  background: transparent;
  color: #855d33;
  transition-duration: 200ms;
  transition-property: color;
}
.c-delete:after {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  margin: auto;
  bottom: -10px;
  top: -10px;
}
.c-delete svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.c-delete--basket, .c-minibasket .c-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.c-delete--basket svg, .c-minibasket .c-delete svg {
  width: 15px;
  height: 20px;
  left: auto;
}
@media screen and (min-width: 64em) {
  .c-delete:hover {
    color: #604325;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-delete {
    width: 40px;
    height: 40px;
    border: 2px solid #eeeeee;
  }
  .c-delete:after {
    position: absolute;
    left: -10px;
    right: -10px;
    margin: auto;
    bottom: -10px;
    top: -10px;
  }
}

.c-desc {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.03em;
  font-family: "Open Sans", sans-serif;
}
.c-desc h1, .c-desc h2, .c-desc h3, .c-desc h4, .c-desc h5 {
  margin: 10px 0;
}
.c-desc p {
  margin-bottom: 20px;
}
.c-desc p.light, .c-desc .c-thanks p, .c-thanks .c-desc p, .c-desc .c-products__content p, .c-products__content .c-desc p, .c-desc .c-order p.price, .c-order .c-desc p.price, .c-desc .c-newsletter p, .c-newsletter .c-desc p, .c-desc .c-intro p, .c-intro .c-desc p, .c-desc .c-inline-products__content p, .c-inline-products__content .c-desc p, .c-desc .c-footer p, .c-footer .c-desc p, .c-desc .c-about p, .c-about .c-desc p, .c-desc .c-action p, .c-action .c-desc p, .c-desc .c-advice p, .c-advice .c-desc p, .c-desc .c-articles__content p, .c-articles__content .c-desc p {
  font-size: 15px;
  line-height: 24px;
}
.c-desc .button, .c-desc .c-thanks__more, .c-desc .c-readmore, .c-desc .c-link button, .c-link .c-desc button, .c-desc .c-filter__more button, .c-filter__more .c-desc button, .c-desc .c-filter__button, .c-desc .button--cart, .c-desc .c-advice__more {
  margin: 10px 0 20px;
}
.c-desc img {
  display: block;
  max-width: 100%;
  margin: 15px 0;
}
.c-desc .alignright {
  float: right;
  margin: 5px 0 10px 20px;
}
.c-desc .alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
.c-desc hr {
  display: block;
  margin: 30px 0;
  border-top: 1px solid #eeeeee;
}
.c-desc a {
  position: relative;
  text-decoration: underline;
}
.c-desc a.button, .c-desc a.c-thanks__more, .c-desc a.c-readmore, .c-desc a.c-filter__button, .c-desc a.button--cart, .c-desc a.c-advice__more {
  text-decoration: none;
}
.c-desc a.c-arrow-link {
  text-decoration: none;
}
.c-desc a:before {
  display: block;
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  margin: auto;
  bottom: -5px;
  top: -5px;
}
.c-desc ul {
  list-style: none;
  margin: 15px 0;
  clear: both;
  line-height: 1.4;
}
.c-desc ul li {
  position: relative;
  padding-left: 15px;
  margin: 8px 0;
}
.c-desc ul li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 30px;
  background-color: #7CA432;
}
.c-desc ol {
  list-style: none;
  counter-reset: step;
  margin: 15px 0;
  clear: both;
  line-height: 1.4;
}
.c-desc ol li {
  position: relative;
  margin: 8px 0;
  padding-left: 25px;
}
.c-desc ol li:before {
  display: block;
  counter-increment: step;
  content: counter(step) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.c-desc ol li ol {
  margin: 5px 0 5px 15px;
}
.c-desc table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 25px;
}
.c-desc table td, .c-desc table th {
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  border: 1px solid #eeeeee;
}
.c-desc table td:first-child, .c-desc table th:first-child {
  text-align: left;
}
.c-desc table td:last-child, .c-desc table th:last-child {
  text-align: right;
}
.c-desc table th {
  font-weight: 700;
  background: #eeeeee;
}
@media screen and (max-width: 39.9375em) {
  .c-desc .alignright, .c-desc .alignleft {
    float: none;
    margin: 15px 0;
  }
  .c-desc table td, .c-desc table th {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-desc h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .c-desc p {
    margin-bottom: 15px;
  }
  .c-desc hr {
    margin: 20px 0;
  }
  .c-desc table td, .c-desc table th {
    padding: 5px;
    font-size: 14px;
  }
}

.c-detail-params {
  list-style: none;
  max-width: 400px;
}
.c-detail-params li {
  display: flex;
  padding: 5px 0;
}
.c-detail-params p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.03em;
  flex: 0 1 auto;
  color: #8a8a8a;
  font-family: "Open Sans", sans-serif;
}
.c-detail-params p strong {
  display: block;
  font-size: 18px;
  color: #3d2a17;
}
.c-detail-params p strong.stock {
  color: #40641a;
}
.c-detail-params p strong.notstock {
  color: #cb3b28;
}
.c-detail-params__image {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  flex-shrink: 0;
}
.c-detail-params__image img, .c-detail-params__image svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 29.9375em) {
  .c-detail-params p strong {
    font-size: 16px;
  }
}

.c-detail {
  margin: 30px 0;
}
.c-detail:after {
  content: "";
  display: table;
  clear: both;
}
.c-detail__left {
  float: left;
  position: relative;
  width: 555px;
}
.c-detail__right {
  float: right;
  position: relative;
  margin-left: 30px;
  width: calc(100% - 555px - 30px);
}
.c-detail__info {
  position: relative;
}
.c-detail__desc p {
  margin-bottom: 15px;
}
.c-detail__like {
  position: relative;
  width: 40px;
  height: 40px;
  border: 0;
  float: right;
  background: transparent;
  color: #8a8a8a;
  transition: color 150ms;
}
.c-detail__like polygon {
  opacity: 0;
}
.c-detail__like svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 30px;
  height: 30px;
  fill: transparent;
}
.c-detail__like.isActive {
  color: #7CA432;
}
.c-detail__like.isActive polygon {
  opacity: 1;
  color: yellow;
}
.c-detail__header {
  margin-bottom: 20px;
}
.c-detail__header:after {
  content: "";
  display: table;
  clear: both;
}
.c-detail__header em {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #8a8a8a;
}
.c-detail__footer {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 0 20px 20px;
  width: calc(100% - 400px - 20px);
}
.c-detail__footer .button, .c-detail__footer .c-thanks__more, .c-detail__footer .c-readmore, .c-detail__footer .c-link button, .c-link .c-detail__footer button, .c-detail__footer .c-filter__more button, .c-filter__more .c-detail__footer button, .c-detail__footer .c-filter__button, .c-detail__footer .button--cart, .c-detail__footer .c-advice__more {
  display: table;
  width: 155px;
  margin: 15px 0 0 auto;
}
.c-detail__price {
  margin-top: 22px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.015em;
  font-weight: 300;
  color: #8a8a8a;
  text-align: right;
  font-family: "Open Sans", sans-serif;
}
.c-detail__price strong, .c-detail__price b {
  display: block;
  font-weight: 600;
}
.c-detail__price strong.oldprice, .c-detail__price b.oldprice {
  display: inline-flex;
  white-space: nowrap;
  position: relative;
  font-size: 22px;
  min-height: 38px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
}
.c-detail__price strong.oldprice:after, .c-detail__price b.oldprice:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  min-width: 120px;
  top: -15px;
  right: -15px;
  height: 1px;
  background: #1a1a1a;
  transform: rotate(-15deg);
}
.c-detail__price b {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
}
.c-detail__title {
  margin-bottom: 10px;
  font-style: italic;
  color: #855d33;
}
.c-detail__more {
  display: block;
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 88px;
  height: 34px;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.15em;
  color: #7CA432;
  border: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  background: transparent;
  text-transform: uppercase;
  transition-duration: 150ms;
  transition-property: color;
}
@media screen and (min-width: 64em) {
  .c-detail__more:hover {
    color: #40641a;
  }
}
.c-detail__link {
  margin: 5px 0 0 40px;
}
.c-detail__link .button, .c-detail__link .c-thanks__more, .c-detail__link .c-readmore, .c-detail__link .c-link button, .c-link .c-detail__link button, .c-detail__link .c-filter__more button, .c-filter__more .c-detail__link button, .c-detail__link .c-filter__button, .c-detail__link .button--cart, .c-detail__link .c-advice__more {
  letter-spacing: 0.1em;
  border: 0;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  color: #63bbbe;
}
.c-detail__link .button:hover, .c-detail__link .c-thanks__more:hover, .c-detail__link .c-readmore:hover, .c-detail__link .c-link button:hover, .c-link .c-detail__link button:hover, .c-detail__link .c-filter__more button:hover, .c-filter__more .c-detail__link button:hover, .c-detail__link .c-filter__button:hover, .c-detail__link .button--cart:hover, .c-detail__link .c-advice__more:hover {
  color: #377d8a;
}
@media screen and (max-width: 79.9375em) and (min-width: 60em) {
  .c-detail__more {
    top: calc(100% + 50px);
    bottom: auto;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-detail__left {
    width: 380px;
  }
  .c-detail__title {
    font-size: 36px;
    line-height: 42px;
  }
  .c-detail__right {
    width: calc(100% - 380px - 20px);
    margin-left: 20px;
  }
  .c-detail__more {
    bottom: -8px;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 60em) {
  .c-detail__more {
    position: static;
    width: auto;
    margin: 0 auto;
  }
  .c-detail__title {
    font-size: 38px;
    line-height: 44px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-detail__left {
    width: 280px;
  }
  .c-detail__right {
    width: calc(100% - 280px - 20px);
  }
}
@media screen and (max-width: 59.9375em) {
  .c-detail {
    margin-top: 20px;
  }
  .c-detail__left, .c-detail__right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .c-detail__left {
    max-width: 550px;
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-detail__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    order: 3;
    width: auto;
    margin-left: 0;
    padding: 20px;
    background: #f6f9f0;
    border: 1px dotted #cecece;
  }
  .c-detail__footer .button, .c-detail__footer .c-thanks__more, .c-detail__footer .c-readmore, .c-detail__footer .c-link button, .c-link .c-detail__footer button, .c-detail__footer .c-filter__more button, .c-filter__more .c-detail__footer button, .c-detail__footer .c-filter__button, .c-detail__footer .button--cart, .c-detail__footer .c-advice__more {
    margin-left: 20px;
  }
  .c-detail__header em {
    font-size: 20px;
    line-height: 24px;
  }
  .c-detail__price {
    text-align: left;
    margin-top: 0;
    flex: 0 0 auto;
  }
  .c-detail__title {
    font-size: 30px;
    line-height: 36px;
  }
  .c-detail__info {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-detail__link {
    order: 1;
    margin-top: 10px;
  }
  .c-detail__more {
    position: static;
    margin-left: auto;
    display: none;
  }
  .c-detail .c-detail-params {
    order: 2;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-detail {
    margin-bottom: 25px;
  }
  .c-detail__footer {
    flex-direction: column;
    padding-left: 20px;
  }
  .c-detail__footer .button, .c-detail__footer .c-thanks__more, .c-detail__footer .c-readmore, .c-detail__footer .c-link button, .c-link .c-detail__footer button, .c-detail__footer .c-filter__more button, .c-filter__more .c-detail__footer button, .c-detail__footer .c-filter__button, .c-detail__footer .button--cart, .c-detail__footer .c-advice__more {
    margin: 15px auto 0;
  }
  .c-detail__header {
    margin-bottom: 10px;
  }
  .c-detail__header em {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-right: 10px;
    float: left;
  }
  .c-detail__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.015em;
  }
  .c-detail__price {
    position: relative;
    width: 100%;
    text-align: right;
  }
  .c-detail__price b {
    font-size: 26px;
    line-height: 30px;
  }
  .c-detail__price strong.oldprice {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    min-height: 30px;
    align-items: center;
  }
  .c-detail__price strong.oldprice:after {
    right: 15px;
    top: 0;
  }
  .c-detail__link {
    display: table;
    margin: 10px auto 0;
  }
  .c-detail__link .button, .c-detail__link .c-thanks__more, .c-detail__link .c-readmore, .c-detail__link .c-link button, .c-link .c-detail__link button, .c-detail__link .c-filter__more button, .c-filter__more .c-detail__link button, .c-detail__link .c-filter__button, .c-detail__link .button--cart, .c-detail__link .c-advice__more {
    padding: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-detail__price b {
    font-size: 24px;
  }
  .c-detail__title {
    font-size: 21px;
    line-height: 25px;
  }
  .c-detail__header em {
    font-size: 18px;
    line-height: 22px;
  }
  .c-detail__more {
    width: 60px;
    letter-spacing: 0.015em;
    font-size: 11px;
    line-height: 14px;
  }
}

.c-error {
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  margin-bottom: -5px;
  height: 36px;
  transition-duration: 150ms;
  transition-property: opacity, visibility;
}
.c-error p {
  position: relative;
  display: table;
  table-layout: fixed;
  max-width: 300px;
  padding: 10px 10px 10px 35px;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0em;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #A03A29;
}
.c-error p:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 100%;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #A03A29 transparent transparent transparent;
}
.c-error p span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 6px;
  top: 1px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  color: #8a8a8a;
  background: #fff;
}
.error .c-error {
  opacity: 1;
  visibility: visible;
  z-index: 300;
}
@media screen and (max-width: 87.4375em) {
  .c-error {
    height: 34px;
  }
  .c-error p {
    font-size: 14px;
    padding: 6px 10px 6px 30px;
  }
  .c-error p span {
    width: 16px;
    height: 16px;
    font-size: 15px;
    line-height: 17px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-error p {
    font-size: 13px;
    letter-spacing: -0.015em;
    padding: 6px 6px 6px 23px;
  }
  .c-error p span {
    left: 4px;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-error {
    bottom: auto;
    top: -12px;
    left: -1px;
  }
  .c-error p {
    padding: 5px 4px;
  }
  .c-error p span {
    display: none;
  }
}

.c-facebook {
  width: 500px;
  flex-shrink: 0;
  margin-right: 50px;
}
.c-facebook--mobile {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0;
}
.c-facebook--mobile a {
  display: flex;
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: #365899;
}
.c-facebook--mobile a svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  display: block;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 79.9375em) {
  .c-facebook {
    display: none;
  }
  .c-facebook--mobile {
    display: flex;
  }
}
@media screen and (min-width: 30em) {
  .c-facebook .c-association__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-facebook--mobile {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-facebook--mobile a {
    width: 40px;
    height: 40px;
    margin-left: 0;
  }
}

.c-file {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.c-file__input {
  display: none;
}
.c-file .input {
  padding-right: 270px;
  padding-left: 15px !important;
}
.c-file .button, .c-file .c-thanks__more, .c-file .c-readmore, .c-file .c-link button, .c-link .c-file button, .c-file .c-filter__more button, .c-filter__more .c-file button, .c-file .c-filter__button, .c-file .button--cart, .c-file .c-advice__more {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 3px;
  bottom: 20px;
  width: 240px;
  height: 44px;
  line-height: 1;
  padding: 0 5px;
}
.c-file .button:before, .c-file .c-thanks__more:before, .c-file .c-readmore:before, .c-file .c-link button:before, .c-link .c-file button:before, .c-file .c-filter__more button:before, .c-filter__more .c-file button:before, .c-file .c-filter__button:before, .c-file .button--cart:before, .c-file .c-advice__more:before, .c-file .button:after, .c-file .c-thanks__more:after, .c-file .c-readmore:after, .c-file .c-link button:after, .c-link .c-file button:after, .c-file .c-filter__more button:after, .c-filter__more .c-file button:after, .c-file .c-filter__button:after, .c-file .button--cart:after, .c-file .c-advice__more:after {
  content: "";
  flex: 1 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .c-file .input {
    height: 54px;
    line-height: 52px;
    padding-right: 160px;
  }
  .c-file .button, .c-file .c-thanks__more, .c-file .c-readmore, .c-file .c-link button, .c-link .c-file button, .c-file .c-filter__more button, .c-filter__more .c-file button, .c-file .c-filter__button, .c-file .button--cart, .c-file .c-advice__more {
    width: 140px;
    right: 2px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-file .input {
    padding-right: 120px;
  }
  .c-file .button, .c-file .c-thanks__more, .c-file .c-readmore, .c-file .c-link button, .c-link .c-file button, .c-file .c-filter__more button, .c-filter__more .c-file button, .c-file .c-filter__button, .c-file .button--cart, .c-file .c-advice__more {
    width: 100px;
    font-size: 15px !important;
  }
}

.c-filter {
  position: relative;
  padding: 35px 40px;
  z-index: 2;
  margin-bottom: 70px;
  background: #f4f8e7;
}
.c-filter__slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  width: 900px;
  max-width: 100%;
}
.c-filter .ui-selectmenu-button {
  width: 400px;
  max-width: 100%;
}
.c-filter__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  line-height: 68px;
  padding: 0 20px 0 30px;
  font-size: 16px;
  color: #855d33;
  border-color: transparent;
  background: transparent;
}
.c-filter__button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
  width: 18px;
  height: 14px;
  background-image: url(../../images/svg/sipka-filter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition-duration: 150ms;
  transition-property: transform;
}
.c-filter__button.isOpened {
  left: 0;
  margin: 0 auto;
}
.c-filter__button.isOpened:before {
  transform: rotate(180deg);
}
.c-filter dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #8a8a8a;
  font-family: "Open Sans", sans-serif;
}
.c-filter dl dt {
  width: 300px;
  text-align: right;
  padding-right: 25px;
}
.c-filter dl dd {
  width: 100%;
  max-width: calc(100% - 300px);
}
.c-filter__title {
  margin-bottom: 35px;
  font-weight: 300;
  border-color: #855d33;
}
.c-filter__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 236px;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 100%;
}
.c-filter__more button {
  position: relative;
  padding: 0 20px 0 45px;
  font-size: 16px;
  border-radius: 0 0 5px 5px;
  background: #f4f8e7;
  border-color: #f4f8e7;
  color: #7CA432;
}
.c-filter__more button:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #3d2a17 transparent transparent transparent;
  transition-duration: 200ms;
  transition-property: transform;
}
.c-filter__more button.isOpened:before {
  transform: rotate(180deg);
}
@media screen and (min-width: 64em) {
  .c-filter__button:hover {
    color: #3d2a17;
    border-color: transparent;
    background: transparent;
  }
  .c-filter__more button:hover {
    background: #f4f8e7;
    border-color: #f4f8e7;
    color: #40641a;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-filter {
    padding: 30px 20px;
  }
  .c-filter__button {
    height: 60px;
    line-height: 58px;
  }
  .c-filter dl dt {
    width: 180px;
    padding-right: 15px;
    text-align: left;
  }
  .c-filter dl dd {
    max-width: calc(100% - 180px);
  }
  .c-filter .ui-selectmenu-button {
    width: 300px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-filter {
    padding: 0;
    margin: 70px 0;
    background: #fff;
  }
  .c-filter__content {
    padding: 20px;
    background: #f4f8e7;
  }
  .c-filter__button {
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: -60px;
    bottom: auto;
    width: 280px;
    padding: 0 10px;
    background: #fff;
  }
  .c-filter__title {
    text-align: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-filter dl dt {
    width: 200px;
    font-size: 16px;
    font-weight: 700;
  }
  .c-filter dl dd {
    max-width: 100%;
  }
  .c-filter__slider {
    width: auto;
  }
  .c-filter .ui-selectmenu-button {
    width: auto;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-filter__content {
    padding: 20px 15px 15px;
  }
  .c-filter dl {
    display: block;
    margin: 0;
    padding: 15px 0;
    border-top: 5px solid #fff;
  }
  .c-filter dl dt {
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
  }
  .c-filter dl dd {
    max-width: 100%;
  }
  .c-filter__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .c-filter__button {
    font-size: 15px;
  }
  .c-filter__more button {
    width: 200px;
    padding: 0 10px 0 30px;
    font-size: 14px;
  }
  .c-filter__more button:before {
    left: 10px;
  }
}

.c-footer {
  position: relative;
}
.c-footer__content {
  margin-top: 20px;
  color: #fff;
  background: #1a1a1a;
}
.c-footer p, .c-footer a {
  font-size: 15px;
  line-height: 1.4;
}
.c-footer__top {
  margin-top: 20px;
  color: #fff;
  background: #3d2a17;
}
.c-footer__top .c-logo {
  padding-right: 25px;
}
.c-footer__top .c-logo svg {
  height: 70px;
}
.c-footer__top__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}
.c-footer__bottom {
  max-width: 1360px;
  margin: 0 auto;
  min-height: 52px;
  padding: 15px 0;
  text-align: center;
  color: #8a8a8a;
  border-top: 1px solid #8a8a8a;
}
.c-footer__middle {
  display: flex;
  padding: 30px 0;
}
.c-footer__middle p {
  color: #8a8a8a;
}
.c-footer__middle p strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-weight: 600;
}
.c-footer__title {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.c-footer__contact {
  min-width: 240px;
}
.c-footer__contact a {
  display: block;
  padding: 2px 0 2px 27px;
  max-width: 240px;
  position: relative;
  overflow-x: auto;
  text-decoration: none;
  color: #8a8a8a;
}
.c-footer__contact svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
}
.c-footer__logo {
  display: block;
  position: relative;
  float: right;
  width: 60px;
  height: 30px;
  margin-top: -2px;
  color: #8a8a8a;
}
.c-footer__logo img, .c-footer__logo svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  color: inherit;
}
@media screen and (min-width: 64em) {
  .c-footer__contact a:hover {
    color: #fff;
  }
  .c-footer__logo:hover {
    color: #fff;
  }
}
@media screen and (max-width: 99.9375em) {
  .c-footer__logo {
    float: none;
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    top: 12px;
    bottom: auto;
  }
  .c-footer__bottom {
    position: relative;
    padding: 15px 45px 15px 60px;
  }
}
@media screen and (max-width: 87.4375em) {
  .c-footer__bottom {
    margin: 0 20px;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-footer__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-footer__top .c-logo {
    padding-right: 65px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-footer__top .c-logo {
    padding-right: 8px;
  }
  .c-footer__top .c-logo svg {
    max-height: 60px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-footer__contact a {
    color: #b0b0b0;
  }
  .c-footer p, .c-footer a {
    color: #b0b0b0;
  }
  .c-footer__contact {
    display: flex;
    position: relative;
    padding-top: 50px;
  }
  .c-footer__contact__in {
    width: 50%;
    padding-left: 10px;
  }
  .c-footer__contact p {
    margin-bottom: 8px;
  }
  .c-footer__contact hr {
    display: none;
  }
  .c-footer__contact .c-footer__title {
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .c-footer__top .c-logo {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-footer__bottom {
    margin: 0 10px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-footer__contact a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 0;
    margin-right: 5px;
    border: 1px solid rgba(133, 93, 51, 0.8);
  }
  .c-footer__contact svg {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  .c-footer__bottom p {
    font-size: 14px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-footer p {
    font-size: 14px;
    letter-spacing: -0.005em;
  }
}

.c-footermenu {
  list-style: none;
  display: flex;
  width: auto;
  max-width: calc(100% + 15px);
  margin: -20px 0 0 -30px;
}
.c-footermenu .c-footermenu__w100 {
  width: 100%;
}
.c-footermenu__item {
  justify-content: space-between;
  padding: 20px 15px 0;
  flex-shrink: 0;
  margin-left: auto;
}
.c-footermenu__item:first-child {
  display: flex;
  width: calc(100% - 300px);
}
.c-footermenu__item:last-child {
  padding-right: 0;
}
.c-footermenu__item__right {
  text-align: right;
}
.c-footermenu__item__right a {
  max-height: 128px;
}
.c-footermenu__item__right a img {
  max-height: 128px;
}
.c-footermenu__flex {
  display: flex;
  margin: 0 -15px;
  width: 460px;
  max-width: 100%;
}
.c-footermenu__flex__in {
  padding: 0 15px;
  width: 100%;
  flex: 0 1 auto;
}
@media screen and (min-width: 80em) {
  .c-footermenu {
    margin: -20px -15px 0;
    width: calc(100% + 30px);
  }
  .c-footermenu__item {
    justify-content: space-between;
    padding: 20px 15px 0;
    flex-shrink: 0;
    margin-left: auto;
  }
  .c-footermenu__item:first-child {
    display: flex;
    width: calc(100% - 300px);
  }
  .c-footermenu__flex {
    width: 100%;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-footermenu__item:first-child {
    flex-direction: column;
  }
  .c-footermenu__item:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-footermenu {
    flex-direction: column;
    margin: -20px -10px 0;
    max-width: calc(100% + 10px);
  }
  .c-footermenu__item {
    margin-left: 0;
    padding: 20px 0 0;
  }
  .c-footermenu__item:first-child {
    width: 100%;
  }
  .c-footermenu__flex {
    margin: 0;
  }
  .c-footermenu__flex__in {
    padding: 0 10px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-footermenu__flex__in:first-child {
    padding-right: 0;
  }
}

.c-form {
  max-width: 900px;
  margin: 30px auto 45px;
}
.c-form__flex {
  display: flex;
  justify-content: space-between;
}
.c-form__title, .c-form__subtitle {
  margin-bottom: 20px;
  text-align: center;
}
.c-form__subtitle {
  margin: 15px 0 25px;
  font-weight: 300;
}
.c-form__hidden {
  display: none;
  margin-bottom: 40px;
}
.c-form .button, .c-form .c-thanks__more, .c-form .c-readmore, .c-form .c-link button, .c-link .c-form button, .c-form .button--cart, .c-form .c-advice__more, .c-form .c-filter__button, .c-form .c-filter__more button, .c-filter__more .c-form button {
  letter-spacing: 0.15em;
  padding: 0 20px;
}
.c-form .button--huge, .c-form .c-text .button, .c-form .c-text .c-thanks__more, .c-text .c-form .button, .c-text .c-form .c-thanks__more, .c-form .c-text .button--cart, .c-text .c-form .button--cart, .c-form .c-text .c-advice__more, .c-text .c-form .c-advice__more, .c-form .c-text .c-filter__button, .c-text .c-form .c-filter__button, .c-form .c-text .c-filter__more button, .c-text .c-filter__more .c-form button, .c-form .c-filter__more .c-text button, .c-filter__more .c-text .c-form button, .c-form .c-text .c-link button, .c-text .c-link .c-form button, .c-form .c-link .c-text button, .c-link .c-text .c-form button, .c-form .c-text .c-readmore, .c-text .c-form .c-readmore, .c-form .button--password {
  display: table;
  margin: 45px auto 0;
  padding: 0 30px;
}
.c-form .button svg, .c-form .c-thanks__more svg, .c-form .c-readmore svg, .c-form .c-link button svg, .c-link .c-form button svg, .c-form .button--cart svg, .c-form .c-advice__more svg, .c-form .c-filter__button svg, .c-form .c-filter__more button svg, .c-filter__more .c-form button svg {
  margin: -5px 10px 0 -5px;
}
.c-form hr {
  height: 5px;
}
.c-form .select ul {
  border-color: #eeeeee;
}
.c-form .input {
  padding-left: 70px;
}
.c-form .input:focus {
  color: #40641a;
}
.c-form .input, .c-form dd {
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #1a1a1a;
}
.c-form textarea {
  height: 200px;
  padding: 10px 15px;
  margin-bottom: 0;
}
.c-form textarea:focus {
  border-color: #8a8a8a;
  color: #40641a;
}
.c-form .error .input, .c-form .error textarea {
  border-color: #cb3b28;
}
.c-form .error dt {
  color: #cb3b28;
}
.c-form .error .select ul {
  border-color: #cb3b28;
}
.c-form dl {
  position: relative;
  margin-bottom: 20px;
}
.c-form dl dt {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 60px;
  font-size: 14px;
  line-height: 1;
  color: #8a8a8a;
}
.c-form dl.static {
  margin-top: 35px;
}
.c-form dl.static dt {
  bottom: 100%;
  margin-bottom: 8px;
}
.c-form dl dd button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.c-form dl dd button:before, .c-form dl dd button:after {
  content: "";
  flex: 1 0 auto;
}
.c-form dl.longgap {
  margin-bottom: 30px;
}
@media screen and (min-width: 64em) {
  .c-form dl.longgap {
    margin-bottom: 40px;
  }
}
.c-form .ui-selectmenu-button {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #8a8a8a;
}
.c-form .ui-selectmenu-button.error {
  border-color: #cb3b28;
}
.c-form .ui-selectmenu-button-open {
  border-radius: 5px 5px 0 0;
}
.c-form .ui-selectmenu-text, .c-form .ui-menu-item {
  line-height: 48px;
}
.c-form .ui-selectmenu-button span.ui-icon:before {
  width: 46px;
  height: 46px;
  border-radius: 4px;
}
.c-form .ui-selectmenu-button span.ui-icon:after {
  right: 17px;
  top: 20px;
}
.c-form--data {
  max-width: 1000px;
}
.c-form--data .c-form__title {
  margin: 0 80px 20px;
  text-align: left;
  font-weight: 300;
}
.c-form--data dl {
  height: auto;
  margin: 0 0 10px 80px;
}
.c-form--data dl dt {
  bottom: 2px;
  left: 5px;
}
.c-form--data dl dd {
  padding-left: 70px;
  word-break: break-all;
}
.c-form--data .c-form__note {
  max-width: 840px;
  margin: 0 auto;
}
.c-form--data .c-form__note p {
  color: #8a8a8a;
  margin-bottom: 0;
}
@media screen and (max-width: 59.9375em) {
  .c-form__title {
    font-size: 30px;
    line-height: 34px;
  }
  .c-form .input {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .c-form--data .c-form__title {
    margin: 0 0 20px;
  }
  .c-form--data dl {
    margin: 0 0 10px;
  }
  .c-form--data dl dd {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-form--data dl dd {
    font-size: 18px;
    line-height: 22px;
  }
  .c-form--data .c-form__note p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-form dl.longgap {
    margin-bottom: 20px;
  }
  .c-form .input {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  .c-form .button, .c-form .c-thanks__more, .c-form .c-readmore, .c-form .c-link button, .c-link .c-form button, .c-form .button--cart, .c-form .c-advice__more, .c-form .c-filter__button, .c-form .c-filter__more button, .c-filter__more .c-form button {
    padding: 0 10px;
    height: 50px;
  }
  .c-form .button--huge, .c-form .c-text .button, .c-form .c-text .c-thanks__more, .c-text .c-form .button, .c-text .c-form .c-thanks__more, .c-form .c-text .button--cart, .c-text .c-form .button--cart, .c-form .c-text .c-advice__more, .c-text .c-form .c-advice__more, .c-form .c-text .c-filter__button, .c-text .c-form .c-filter__button, .c-form .c-text .c-filter__more button, .c-text .c-filter__more .c-form button, .c-form .c-filter__more .c-text button, .c-filter__more .c-text .c-form button, .c-form .c-text .c-link button, .c-text .c-link .c-form button, .c-form .c-link .c-text button, .c-link .c-text .c-form button, .c-form .c-text .c-readmore, .c-text .c-form .c-readmore, .c-form .button--password {
    padding: 0 20px;
  }
  .c-form dd .button, .c-form dd .c-thanks__more, .c-form dd .c-readmore, .c-form dd .c-link button, .c-link .c-form dd button, .c-form dd .button--cart, .c-form dd .c-advice__more, .c-form dd .c-filter__button, .c-form dd .c-filter__more button, .c-filter__more .c-form dd button {
    width: 100%;
  }
  .c-form--data dl {
    height: auto;
  }
  .c-form--data dl dt {
    position: static;
    margin-bottom: 5px;
    min-height: 14px;
  }
  .c-form--data dl dd {
    padding-left: 0;
    letter-spacing: 0.03em;
  }
  .c-form--data dl dd .button, .c-form--data dl dd .c-thanks__more, .c-form--data dl dd .c-readmore, .c-form--data dl dd .c-link button, .c-link .c-form--data dl dd button, .c-form--data dl dd .button--cart, .c-form--data dl dd .c-advice__more, .c-form--data dl dd .c-filter__button, .c-form--data dl dd .c-filter__more button, .c-filter__more .c-form--data dl dd button {
    padding: 0 5px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-form__subtitle {
    margin-bottom: 20px;
  }
  .c-form dl {
    height: auto;
  }
  .c-form dl dt {
    position: static;
    margin-bottom: 5px;
    min-height: 14px;
  }
  .c-form dl dd .button, .c-form dl dd .c-thanks__more, .c-form dl dd .c-readmore, .c-form dl dd .c-link button, .c-link .c-form dl dd button, .c-form dl dd .button--cart, .c-form dl dd .c-advice__more, .c-form dl dd .c-filter__button, .c-form dl dd .c-filter__more button, .c-filter__more .c-form dl dd button {
    padding: 0 5px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
  .c-form dl.static {
    margin-top: 5px;
  }
  .c-form dl.static dt {
    margin-bottom: 5px;
  }
  .c-form .input {
    font-size: 17px;
    padding: 0 10px;
  }
  .c-form textarea {
    height: 150px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 23px;
  }
  .c-form--data {
    margin-bottom: 25px;
  }
  .c-form--data .c-form__title, .c-form--data .c-form__subtitle {
    margin-bottom: 15px;
    text-align: left;
  }
  .c-form--data dl {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    padding: 5px 0;
    border-top: 1px dotted rgba(118, 156, 48, 0.2);
  }
  .c-form--data dl dt {
    width: 80px;
    font-size: 16px;
    margin-bottom: 3px;
  }
  .c-form--data dl dd {
    width: calc(100% - 85px);
    text-align: right;
  }
  .c-form--data .row .col {
    margin-top: 25px;
  }
  .c-form--data .row .col:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-form .input {
    font-size: 16px;
  }
}

.c-gallery {
  list-style: none;
  font-size: 0;
  margin: 30px -15px;
  transform: translateZ(0);
}
.c-gallery__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 30px 15px 0;
  font-size: 15px;
}
.c-gallery__image {
  position: relative;
  overflow: hidden;
  background: #eeeeee;
}
.c-gallery__image:after {
  display: block;
  content: "";
  padding-bottom: 75%;
}
.c-gallery__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-gallery__image svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.c-gallery__in {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 100%;
  color: #fff;
  background: transparent;
  transition-duration: 200ms;
  transition-property: background;
}
.c-gallery__in:before, .c-gallery__in:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  transition-duration: 300ms;
  transition-property: opacity, background;
}
.c-gallery__in:after {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  background: rgba(133, 93, 51, 0.5);
}
.c-gallery__in:before {
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/svg/priblizeni.svg);
}
.c-gallery__in:hover:after, .c-gallery__in:hover:before {
  opacity: 1;
}
.c-gallery .slick-dots {
  display: none !important;
}
.c-gallery.slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.c-gallery.slick-slider .c-gallery__item {
  display: none;
  width: 12.5%;
}
.c-gallery.slick-slider .c-gallery__item:first-child {
  display: flex;
}
@media screen and (max-width: 79.9375em) {
  .c-gallery.slick-slider {
    padding: 0 50px 30px;
    margin: 30px -30px 50px;
  }
  .c-gallery.slick-slider .c-gallery__item {
    padding: 30px 10px 0;
    width: 14.2857142857%;
  }
  .c-gallery .slick-arrow.slick-prev {
    left: 5px;
  }
  .c-gallery .slick-arrow.slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-gallery {
    margin: 10px -10px;
  }
  .c-gallery__item {
    padding: 20px 10px 0;
  }
  .c-gallery__in:after {
    opacity: 1;
    left: auto;
    top: auto;
    right: 1px;
    bottom: 1px;
    border-radius: 3px 0 0 0;
    background: rgba(26, 26, 26, 0.5);
    width: 24px;
    height: 24px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .c-gallery__in:before {
    opacity: 1;
    width: 14px;
    height: 14px;
    right: 5px;
    bottom: 6px;
  }
  .c-gallery.slick-slider .c-gallery__item {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-gallery.slick-slider .c-gallery__item {
    width: 20%;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-gallery {
    margin: 10px -7px;
  }
  .c-gallery__item {
    padding: 14px 7px 0;
  }
  .c-gallery__image svg {
    width: 34px;
    height: 34px;
  }
  .c-gallery.slick-slider {
    padding: 0 40px 14px;
    margin: 20px -10px;
  }
  .c-gallery.slick-slider .c-gallery__item {
    padding: 14px 7px 0;
  }
  .c-gallery .slick-arrow.slick-prev {
    left: 0;
  }
  .c-gallery .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-gallery {
    margin: 10px -5px;
  }
  .c-gallery__item {
    width: 33.3333333333%;
    padding: 10px 5px 0;
  }
  .c-gallery.slick-slider .c-gallery__item {
    width: 25%;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-gallery__item {
    width: 50%;
  }
  .c-gallery.slick-slider {
    padding: 0 30px 14px;
  }
  .c-gallery.slick-slider .c-gallery__item {
    padding: 14px 5px 0;
    width: 33.3333333333%;
  }
}

.c-green {
  position: relative;
  padding: 130px 0 45px;
  text-align: center;
  background-image: linear-gradient(to top, #7CA432 0%, #b7d260 100%);
}
.c-green:before {
  background-image: url(../../images/pozadi/bile-otocene.svg);
}
.c-green__title {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.04em;
  color: #3d2a17;
  text-transform: uppercase;
}
@media screen and (max-width: 59.9375em) {
  .c-green {
    padding-bottom: 30px;
  }
  .c-green__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-green {
    padding-top: 110px;
  }
  .c-green__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-green__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-green {
    padding: 30px 0;
  }
  .c-green:before {
    display: none;
  }
}

.c-hamburger {
  display: none;
  position: relative;
  flex-shrink: 0;
  margin-left: 10px;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #855d33;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  background: #855d33;
}
.c-hamburger:after {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  margin: auto;
  bottom: -10px;
  top: -10px;
}
.c-hamburger__span {
  display: block;
  position: absolute;
  margin-top: 6px;
  height: 2px;
  left: 4px;
  right: 4px;
  background: #fff;
}
.c-hamburger__span--top {
  top: 10px;
}
.c-hamburger__span--middle {
  top: 50%;
  margin-top: 10px;
}
.c-hamburger__span--bottom {
  top: 17px;
  bottom: 10px;
}
.c-hamburger__text {
  line-height: 0.8;
  font-size: 9px;
  margin-top: 4px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.015em;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.c-hamburger.active {
  z-index: 999;
  position: absolute;
  right: 310px;
  top: 5px;
}
.c-hamburger.active .c-hamburger__text {
  display: none;
}
.c-hamburger.active .c-hamburger__span {
  background: #fff;
}
.c-hamburger.active .c-hamburger__span--top {
  top: 50%;
  transform: rotate(45deg);
  margin-top: -1px;
}
.c-hamburger.active .c-hamburger__span--middle {
  opacity: 0;
}
.c-hamburger.active .c-hamburger__span--bottom {
  top: auto;
  bottom: 50%;
  transform: rotate(-45deg);
  margin-bottom: -1px;
}
@media screen and (max-width: 59.9375em) {
  .c-hamburger {
    display: block;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-hamburger {
    margin-left: 4px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-hamburger.active {
    right: 100%;
    left: 0;
  }
}

.c-header {
  position: relative;
  z-index: 900;
  transition-duration: 150ms;
  transition-property: box-shadow;
}
.c-header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header__top {
  padding: 10px 0;
  color: #fff;
  background: #3d2a17;
}
.c-header__top .c-header__in {
  height: 40px;
}
.c-header__bottom {
  background: #eeeeee;
  background-image: url(../../images/pozadi/svetle.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
}
.c-header__bottom .c-header__in {
  height: 130px;
}
.c-header__contact {
  list-style: none;
  margin-left: -15px;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-header__contact a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.c-header__contact a:after {
  display: block;
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  margin: auto;
  bottom: -15px;
  top: -15px;
}
.c-header__contact li {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
}
.c-header__contact svg {
  width: 24px;
  height: 30px;
  margin-top: -2px;
  margin-right: 8px;
  color: #b7d260;
}
.c-header__search {
  display: none;
  width: 42px;
  height: 42px;
  position: relative;
  margin: 0 10px 0 5px;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  color: #63bbbe;
  background: rgba(255, 255, 255, 0.5);
}
.c-header__search svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  color: #8a8a8a;
}
.c-header--opened:before {
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.7);
}
.c-header--opened:after {
  display: none;
}
.c-header--fixed {
  box-shadow: 0px 1px 6px 2px rgba(194, 194, 194, 0.4);
}
@media screen and (min-width: 64em) {
  .c-header__contact a:hover {
    color: #b7d260;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-header__bottom .c-header__in {
    height: 120px;
  }
  .c-header__contact li:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-header {
    position: fixed;
    right: 0;
    left: 0;
    width: auto;
    z-index: 999;
  }
  .c-header__top {
    display: none;
  }
  .c-header__contact {
    display: none;
  }
  .c-header__bottom {
    padding: 5px 0;
    background-size: 600px;
    border-bottom: 1px solid #cecece;
  }
  .c-header__bottom .c-header__in {
    height: auto;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-header__search {
    display: block;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-header__search {
    margin-right: 7px;
  }
}

.c-heroproduct {
  list-style: none;
}
.c-heroproduct__item {
  display: none;
  vertical-align: top;
}
.c-heroproduct__item:first-child {
  display: block;
}
.c-heroproduct__image {
  display: block;
  position: relative;
  width: 433px;
  max-width: 100%;
  overflow: hidden;
  transform: translateZ(0);
  border: 0;
  background: #eeeeee;
}
.c-heroproduct__image:hover {
  cursor: zoom-in;
}
.c-heroproduct__image:after {
  display: block;
  content: "";
  padding-bottom: 129.792147806%;
}
.c-heroproduct__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 79.9375em) {
  .c-heroproduct__image {
    width: 280px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-heroproduct {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-heroproduct__image {
    width: calc(100% - 108px);
  }
}
@media screen and (max-width: 22.4375em) {
  .c-heroproduct__image {
    width: calc(100% - 70px);
  }
}

.c-info {
  position: relative;
  padding: 100px 0 15px;
}
.c-info:before {
  background-image: url(../../images/pozadi/bile.svg);
  bottom: 100%;
  top: auto;
}
.c-info dl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 900px;
  max-width: 100%;
  margin: 5px auto;
  height: 100%;
  min-height: 54px;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: 300;
  color: #855d33;
  font-family: "Oswald", sans-serif;
}
.c-info dl dt {
  width: calc(100% - 666px);
  text-align: right;
  padding-right: 15px;
}
.c-info dl dd {
  width: 666px;
  color: #7CA432;
  font-weight: 700;
}
@media screen and (max-width: 87.4375em) {
  .c-info {
    padding-top: 80px;
  }
  .c-info dl dt {
    width: 44%;
  }
  .c-info dl dd {
    width: 66%;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-info {
    padding-top: 60px;
    max-width: 730px;
  }
  .c-info dl dt {
    width: calc(100% - 505px);
    text-align: left;
  }
  .c-info dl dd {
    width: 505px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-info {
    padding-top: 40px;
  }
  .c-info dl {
    min-height: 44px;
  }
  .c-info dl dt {
    width: 200px;
  }
  .c-info dl dd {
    width: calc(100% - 200px);
    min-width: 265px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-info {
    padding-top: 30px;
  }
  .c-info dl {
    font-size: 20px;
    min-height: 40px;
  }
  .c-info dl dt {
    width: 130px;
  }
  .c-info dl dd {
    width: calc(100% - 130px);
    min-width: 1px;
    font-size: 18px;
    font-weight: 500;
  }
  .c-info dl.checkboxes {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .c-info dl.checkboxes dt, .c-info dl.checkboxes dd {
    width: 100%;
  }
  .c-info dl.checkboxes dt {
    margin-bottom: 5px;
  }
}

.c-inline-checkboxes {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
}
.c-inline-checkboxes input {
  display: none;
}
.c-inline-checkboxes label {
  display: block;
  cursor: pointer;
}
.c-inline-checkboxes label span:before {
  background: #7CA432;
}
.c-inline-checkboxes span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 5px;
  margin: 5px 0 5px 5px;
  /*@include size(40px);*/
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background: #e9e9e9;
  border-radius: 2px;
  color: #fff;
}
.c-inline-checkboxes span:after {
  display: block;
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  margin: auto;
  bottom: -3px;
  top: -3px;
}
.c-inline-checkboxes span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 2px;
  background: #b7d260;
  transition-duration: 150ms;
  transition-property: opacity;
}
@media screen and (min-width: 64em) {
  .c-inline-checkboxes span:hover:before {
    opacity: 1;
  }
}
.c-inline-checkboxes input:checked + span:before {
  opacity: 1;
}
.c-inline-checkboxes--planting span:before {
  background: #cb3b28;
  background: #dd6353;
}
.c-inline-checkboxes--planting label span:before {
  background: #cb3b28;
}
@media screen and (max-width: 59.9375em) {
  .c-inline-checkboxes span {
    width: 37px;
    height: 37px;
    background: #dadada;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-inline-checkboxes span {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-inline-checkboxes {
    margin: 0 0 0 -5px;
  }
  .c-inline-checkboxes label {
    width: auto;
  }
}

.c-inline-products {
  list-style: none;
  counter-reset: step;
  color: #8a8a8a;
}
.c-inline-products em {
  margin-bottom: 5px;
}
.c-inline-products__item {
  display: flex;
  align-items: center;
}
.c-inline-products__in {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 16px 10px;
  border-top: 1px solid rgba(124, 164, 50, 0.2);
  transition-duration: 50ms;
  transition-property: box-shadow;
}
@media screen and (min-width: 64em) {
  .c-inline-products__in:hover {
    box-shadow: 0px 0px 9px 5px #eeeeee;
  }
}
.c-inline-products__image {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  width: 100px;
  margin-right: 30px;
  transform: translateZ(0);
  background: #eeeeee;
}
.c-inline-products__image:after {
  display: block;
  content: "";
  padding-bottom: 130%;
}
.c-inline-products__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-inline-products__content {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 2;
  width: 100%;
  flex: 0 1 auto;
  padding-right: 320px;
}
.c-inline-products__content p {
  line-height: 1.2;
}
.c-inline-products__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
.c-inline-products__info em {
  color: #1a1a1a;
}
.c-inline-products__cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 10px;
  width: 300px;
  text-align: right;
}
.c-inline-products__cart p {
  font-size: 16px;
}
.c-inline-products__cart p strong {
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 2px;
  text-transform: none;
  white-space: nowrap;
  color: #7CA432;
}
.c-inline-products__cart .button, .c-inline-products__cart .c-thanks__more, .c-inline-products__cart .c-readmore, .c-inline-products__cart .c-link button, .c-link .c-inline-products__cart button, .c-inline-products__cart .button--cart, .c-inline-products__cart .c-advice__more, .c-inline-products__cart .c-filter__button, .c-inline-products__cart .c-filter__more button, .c-filter__more .c-inline-products__cart button {
  margin-left: 18px;
  flex-shrink: 0;
}
.c-inline-products__header {
  padding-bottom: 5px;
}
.c-inline-products__header--vo .c-inline-products__title {
  font-style: italic;
}
.c-inline-products__header--vo em {
  font-style: normal;
}
.c-inline-products__title {
  font-size: 33px;
  line-height: 36px;
  margin-bottom: 3px;
  letter-spacing: 0.03em;
  color: #855d33;
}
.c-inline-products__title a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.c-inline-products--number .c-inline-products__item:nth-child(n+4) {
  display: none;
}
.c-inline-products--number .c-inline-products__in:before {
  display: block;
  counter-increment: step;
  content: counter(step) ".";
  width: 70px;
  font-size: 22px;
  margin-left: -10px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #8a8a8a;
}
.c-inline-products--noimage {
  border-bottom: 1px solid rgba(124, 164, 50, 0.2);
}
@media screen and (min-width: 64em) {
  .c-inline-products--noimage .c-inline-products__in {
    padding: 23px 10px;
  }
}
@media screen and (max-width: 85.3125em) {
  .c-inline-products__in {
    padding: 15px;
  }
  .c-inline-products--number .c-inline-products__in:before {
    width: 40px;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-inline-products__item:first-child .c-inline-products__in {
    border-top: 0;
  }
  .c-inline-products__image {
    margin-right: 20px;
  }
  .c-inline-products__info {
    display: block;
  }
  .c-inline-products__content {
    padding-right: 0;
  }
  .c-inline-products__header {
    padding-right: 320px;
  }
  .c-inline-products__title {
    font-size: 26px;
    line-height: 30px;
  }
  .c-inline-products__cart {
    position: static;
    float: right;
    width: auto;
    max-width: 300px;
    margin-left: 10px;
    padding: 5px;
    background: #eeeeee;
  }
  .c-inline-products__cart p {
    display: block;
    font-size: 14px;
  }
  .c-inline-products__cart p strong {
    font-size: 17px;
  }
  .c-inline-products__cart .button, .c-inline-products__cart .c-thanks__more, .c-inline-products__cart .c-readmore, .c-inline-products__cart .c-link button, .c-link .c-inline-products__cart button, .c-inline-products__cart .button--cart, .c-inline-products__cart .c-advice__more, .c-inline-products__cart .c-filter__button, .c-inline-products__cart .c-filter__more button, .c-filter__more .c-inline-products__cart button {
    height: 36px;
    line-height: 34px;
    padding: 0 10px 0 35px;
    letter-spacing: 0.02em;
    font-size: 14px;
    margin: 0 0 0 10px;
  }
  .c-inline-products__cart .button:before, .c-inline-products__cart .c-thanks__more:before, .c-inline-products__cart .c-readmore:before, .c-inline-products__cart .c-link button:before, .c-link .c-inline-products__cart button:before, .c-inline-products__cart .button--cart:before, .c-inline-products__cart .c-advice__more:before, .c-inline-products__cart .c-filter__button:before, .c-inline-products__cart .c-filter__more button:before, .c-filter__more .c-inline-products__cart button:before {
    width: 24px;
    height: 24px;
    left: 5px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-inline-products__in {
    padding: 15px 0;
  }
  .c-inline-products__item:first-child .c-inline-products__in {
    padding-top: 0;
  }
  .c-inline-products__item:first-child .c-inline-products__in:before {
    top: -10px;
  }
  .c-inline-products__item:first-child .c-inline-products__image {
    top: 0;
  }
  .c-inline-products--number .c-inline-products__in:before {
    margin: 0 5px 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-inline-products__in {
    position: relative;
    align-items: flex-start;
    border-color: #67a12a;
  }
  .c-inline-products__title {
    font-size: 23px;
    line-height: 27px;
  }
  .c-inline-products__image {
    margin-right: 15px;
  }
  .c-inline-products__header {
    padding-right: 260px;
    min-height: 48px;
  }
  .c-inline-products__cart {
    max-width: 250px;
  }
  .c-inline-products--number .c-inline-products__in:before {
    position: absolute;
    left: -10px;
    top: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 15px;
    text-align: center;
    background: #7CA432;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px #eeeeee;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-inline-products__in {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .c-inline-products__content {
    width: 100%;
  }
  .c-inline-products__image {
    position: absolute;
    left: 0;
    top: 15px;
  }
  .c-inline-products__cart {
    margin-left: 0;
  }
  .c-inline-products__cart p {
    text-align: left;
    width: 100%;
  }
  .c-inline-products__cart .button, .c-inline-products__cart .c-thanks__more, .c-inline-products__cart .c-readmore, .c-inline-products__cart .c-link button, .c-link .c-inline-products__cart button, .c-inline-products__cart .button--cart, .c-inline-products__cart .c-advice__more, .c-inline-products__cart .c-filter__button, .c-inline-products__cart .c-filter__more button, .c-filter__more .c-inline-products__cart button {
    margin: 0 0 0 10px;
  }
  .c-inline-products__header {
    padding-right: 0;
  }
  .c-inline-products__info {
    display: flex;
    flex-direction: column-reverse;
    min-height: 130px;
    padding-left: 115px;
  }
  .c-inline-products--noimage .c-inline-products__info {
    padding-left: 0;
  }
}
@media screen and (max-width: 47.9375em) and (min-width: 22.5em) {
  .c-inline-products--noimage .c-inline-products__info {
    padding-left: 0;
    display: block;
    min-height: 1px;
  }
  .c-inline-products--noimage .c-inline-products__content {
    padding-right: 0;
  }
  .c-inline-products--noimage .c-inline-products__header {
    padding-right: 168px;
  }
  .c-inline-products--noimage .c-inline-products__cart {
    margin-left: 10px;
    max-width: 160px;
  }
  .c-inline-products--noimage .c-inline-products__cart .button, .c-inline-products--noimage .c-inline-products__cart .c-thanks__more, .c-inline-products--noimage .c-inline-products__cart .c-readmore, .c-inline-products--noimage .c-inline-products__cart .c-link button, .c-link .c-inline-products--noimage .c-inline-products__cart button, .c-inline-products--noimage .c-inline-products__cart .button--cart, .c-inline-products--noimage .c-inline-products__cart .c-advice__more, .c-inline-products--noimage .c-inline-products__cart .c-filter__button, .c-inline-products--noimage .c-inline-products__cart .c-filter__more button, .c-filter__more .c-inline-products--noimage .c-inline-products__cart button {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin: 0 0 0 10px;
    padding: 2px;
    font-size: 9px;
    line-height: 1;
  }
  .c-inline-products--noimage .c-inline-products__cart .button:before, .c-inline-products--noimage .c-inline-products__cart .c-thanks__more:before, .c-inline-products--noimage .c-inline-products__cart .c-readmore:before, .c-inline-products--noimage .c-inline-products__cart .c-link button:before, .c-link .c-inline-products--noimage .c-inline-products__cart button:before, .c-inline-products--noimage .c-inline-products__cart .button--cart:before, .c-inline-products--noimage .c-inline-products__cart .c-advice__more:before, .c-inline-products--noimage .c-inline-products__cart .c-filter__button:before, .c-inline-products--noimage .c-inline-products__cart .c-filter__more button:before, .c-filter__more .c-inline-products--noimage .c-inline-products__cart button:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    bottom: auto;
    top: 1px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-inline-products__in {
    border-width: 2px;
    border-color: #748b27;
  }
  .c-inline-products__title {
    font-size: 21px;
    line-height: 24px;
  }
  .c-inline-products--number .c-inline-products__in:before {
    left: -5px;
    top: 5px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-inline-products em {
    font-size: 14px;
    line-height: 16px;
  }
  .c-inline-products__title {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-inline-products__cart .button, .c-inline-products__cart .c-thanks__more, .c-inline-products__cart .c-readmore, .c-inline-products__cart .c-link button, .c-link .c-inline-products__cart button, .c-inline-products__cart .button--cart, .c-inline-products__cart .c-advice__more, .c-inline-products__cart .c-filter__button, .c-inline-products__cart .c-filter__more button, .c-filter__more .c-inline-products__cart button {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 2px;
    font-size: 9px;
    line-height: 1;
  }
  .c-inline-products__cart .button:before, .c-inline-products__cart .c-thanks__more:before, .c-inline-products__cart .c-readmore:before, .c-inline-products__cart .c-link button:before, .c-link .c-inline-products__cart button:before, .c-inline-products__cart .button--cart:before, .c-inline-products__cart .c-advice__more:before, .c-inline-products__cart .c-filter__button:before, .c-inline-products__cart .c-filter__more button:before, .c-filter__more .c-inline-products__cart button:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    bottom: auto;
    top: 1px;
  }
  .c-inline-products--noimage .c-inline-products__info {
    min-height: 1px;
  }
  .c-inline-products--noimage .c-inline-products__cart {
    margin-top: 5px;
    max-width: 100%;
  }
  .c-inline-products--noimage .c-inline-products__cart p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-inline-products--noimage .c-inline-products__cart p strong {
    margin-right: 8px;
  }
  .c-inline-products--noimage .c-inline-products__cart .button, .c-inline-products--noimage .c-inline-products__cart .c-thanks__more, .c-inline-products--noimage .c-inline-products__cart .c-readmore, .c-inline-products--noimage .c-inline-products__cart .c-link button, .c-link .c-inline-products--noimage .c-inline-products__cart button, .c-inline-products--noimage .c-inline-products__cart .button--cart, .c-inline-products--noimage .c-inline-products__cart .c-advice__more, .c-inline-products--noimage .c-inline-products__cart .c-filter__button, .c-inline-products--noimage .c-inline-products__cart .c-filter__more button, .c-filter__more .c-inline-products--noimage .c-inline-products__cart button {
    align-items: center;
    flex-direction: row;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
  }
  .c-inline-products--noimage .c-inline-products__cart .button:before, .c-inline-products--noimage .c-inline-products__cart .c-thanks__more:before, .c-inline-products--noimage .c-inline-products__cart .c-readmore:before, .c-inline-products--noimage .c-inline-products__cart .c-link button:before, .c-link .c-inline-products--noimage .c-inline-products__cart button:before, .c-inline-products--noimage .c-inline-products__cart .button--cart:before, .c-inline-products--noimage .c-inline-products__cart .c-advice__more:before, .c-inline-products--noimage .c-inline-products__cart .c-filter__button:before, .c-inline-products--noimage .c-inline-products__cart .c-filter__more button:before, .c-filter__more .c-inline-products--noimage .c-inline-products__cart button:before {
    position: static;
    margin-right: 3px;
  }
}

.c-intro {
  position: relative;
  padding-top: 60px;
  background: #f4f8e7;
}
.c-intro:after {
  height: 130px;
  bottom: 0;
  top: auto;
  background-image: url(../../images/pozadi/bile.svg);
}
.c-intro p {
  color: inherit;
  margin-bottom: 10px;
}
.c-intro ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin: 0 0 -20px -1px;
}
.c-intro__item {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  padding: 0 0 20px 1px;
}
.c-intro__item:nth-child(3n+1) .c-intro__content {
  background: #7CA432;
}
.c-intro__item:nth-child(3n+1) .c-intro__icon {
  background: #40641a;
}
.c-intro__item:nth-child(3n-1) .c-intro__content {
  background: #63bbbe;
}
.c-intro__item:nth-child(3n-1) .c-intro__icon {
  background: #377d8a;
}
.c-intro__in {
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 2;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-intro__in {
    flex: 1;
  }
}
.c-intro__in--linked {
  cursor: pointer;
}
.c-intro__title {
  margin-bottom: 2px;
}
.c-intro__title a {
  display: block;
  padding: 10px;
  margin: 0 -10px;
  text-decoration: none;
  color: inherit;
}
.c-intro__image {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  background: #e1e1e1;
}
.c-intro__image:after {
  display: block;
  content: "";
  padding-bottom: 86.9565217391%;
}
.c-intro__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-duration: 200ms;
  transition-property: transform;
}
.c-intro__icon {
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: -50px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #3d2a17;
}
.c-intro__icon img, .c-intro__icon svg {
  display: block;
  max-width: 70%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  padding: 12px;
}
.c-intro__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
  flex: 1 1 auto;
  min-height: 314px;
  margin: -130px 30px 0;
  padding: 55px 20px 20px;
  background: #855d33;
  text-align: center;
  transition-duration: 200ms;
  transition-property: background;
}
.c-intro .button, .c-intro .c-thanks__more, .c-intro .c-readmore, .c-intro .c-link button, .c-link .c-intro button, .c-intro .button--cart, .c-intro .c-advice__more, .c-intro .c-filter__button, .c-intro .c-filter__more button, .c-filter__more .c-intro button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  margin: auto auto 0;
  line-height: 20px;
}
@media screen and (min-width: 64em) {
  .c-intro__in--linked:hover .c-intro__image img {
    transform: scale(1.05) rotate(-0.5deg);
  }
  .c-intro__in:hover .c-intro__content--linked {
    background: #73502c;
  }
  .c-intro__item:nth-child(3n+1):hover .c-intro__content--linked {
    background: #6d902c;
  }
  .c-intro__item:nth-child(3n-1):hover .c-intro__content--linked {
    background: #51b3b7;
  }
}
@media screen and (max-width: 87.4375em) {
  .c-intro {
    padding: 30px 0 85px;
  }
  .c-intro:after {
    background-position: top center;
    height: 80px;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-intro {
    padding-top: 50px;
  }
  .c-intro__content {
    margin: -100px 15px 0;
    padding: 40px 15px 20px;
    min-height: 294px;
  }
  .c-intro__icon {
    top: -40px;
    width: 80px;
    height: 80px;
  }
  .c-intro__title {
    font-size: 30px;
    line-height: 34px;
  }
  .c-intro__title a {
    padding: 5px;
    margin: 0 -5px;
  }
  .c-intro p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-intro__icon {
    width: 60px;
    height: 60px;
    top: -30px;
  }
  .c-intro__icon img, .c-intro__icon svg {
    padding: 8px;
    max-width: 80%;
  }
  .c-intro__content {
    padding-top: 30px;
  }
  .c-intro .button, .c-intro .c-thanks__more, .c-intro .c-readmore, .c-intro .c-link button, .c-link .c-intro button, .c-intro .button--cart, .c-intro .c-advice__more, .c-intro .c-filter__button, .c-intro .c-filter__more button, .c-filter__more .c-intro button {
    width: 100%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-intro__content {
    min-height: 1px;
    justify-content: flex-start;
    padding: 35px 10px 20px;
    margin: 0;
  }
  .c-intro__content p {
    display: none;
  }
  .c-intro__title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 50px);
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .c-intro .button, .c-intro .c-thanks__more, .c-intro .c-readmore, .c-intro .c-link button, .c-link .c-intro button, .c-intro .button--cart, .c-intro .c-advice__more, .c-intro .c-filter__button, .c-intro .c-filter__more button, .c-filter__more .c-intro button {
    letter-spacing: 0.03em;
    font-size: 15px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-intro {
    margin: 0;
  }
  .c-intro__item {
    width: 100%;
    padding: 0;
    margin-top: -1px;
  }
  .c-intro__item:nth-child(even) .c-intro__in {
    flex-direction: row-reverse;
  }
  .c-intro__content {
    justify-content: center;
    padding: 35px 20px 20px;
  }
  .c-intro__in {
    flex-direction: row;
  }
  .c-intro__image {
    float: left;
    width: 50%;
  }
  .c-intro__title {
    height: auto;
    font-size: 28px;
    line-height: 32px;
  }
  .c-intro .button, .c-intro .c-thanks__more, .c-intro .c-readmore, .c-intro .c-link button, .c-link .c-intro button, .c-intro .button--cart, .c-intro .c-advice__more, .c-intro .c-filter__button, .c-intro .c-filter__more button, .c-filter__more .c-intro button {
    margin-top: 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-intro {
    padding-bottom: 55px;
  }
  .c-intro:after {
    display: none;
  }
  .c-intro__content {
    padding: 30px 10px 12px;
  }
  .c-intro__title {
    font-size: 20px;
    line-height: 24px;
  }
  .c-intro .button, .c-intro .c-thanks__more, .c-intro .c-readmore, .c-intro .c-link button, .c-link .c-intro button, .c-intro .button--cart, .c-intro .c-advice__more, .c-intro .c-filter__button, .c-intro .c-filter__more button, .c-filter__more .c-intro button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    font-size: 14px;
    line-height: 1;
  }
  .c-intro__icon {
    width: 50px;
    height: 50px;
    top: -25px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-intro__title {
    letter-spacing: -0.01em;
  }
}

.c-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.popup-opened .c-layout {
  filter: blur(3px);
}
.c-layout__center {
  margin: 0 auto;
  position: relative;
  width: 1360px;
}
.c-layout__center:after {
  content: "";
  display: table;
  clear: both;
}
.c-layout__center--static {
  position: static;
}
@media screen and (max-width: 87.4375em) {
  .c-layout__center {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-layout__center {
    padding: 0 10px;
  }
}
.c-layout__content {
  flex-grow: 100;
}
.c-layout__hidesvg {
  position: absolute;
  right: 300%;
  bottom: 300%;
  visibility: hidden;
}
.c-layout .line {
  display: table;
  margin: 30px auto 35px;
  max-width: 1000px;
  width: 100%;
  height: 1px;
  background: rgba(124, 164, 50, 0.2);
}
@media screen and (max-width: 59.9375em) {
  .c-layout__content {
    padding-top: 53px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-layout .line {
    margin: 20px auto 25px;
  }
}

.c-link button {
  display: table;
  margin: 35px auto 0;
  letter-spacing: 0.15em;
  font-family: "Open Sans", sans-serif;
  color: #7CA432;
  background: transparent;
  border-color: transparent;
}
.c-link button:hover {
  background: transparent;
  border-color: transparent;
  color: #5e7d26;
}
.c-link--more {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: 1px solid rgba(124, 164, 50, 0.2);
}
.c-link--more button {
  position: relative;
  margin: 0 auto;
  padding: 0 20px 0 45px;
  font-size: 16px;
  border-radius: 0 0 5px 5px;
  background: #f4f8e7;
  border-color: #f4f8e7;
  color: #7CA432;
}
.c-link--more button:hover {
  background: #f4f8e7;
  border-color: #f4f8e7;
  color: #40641a;
}
.c-link--more button:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #3d2a17 transparent transparent transparent;
  transition-duration: 200ms;
  transition-property: transform;
}
.c-link--more button.isOpened:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 79.9375em) {
  .c-link button {
    font-size: 16px;
    border-radius: 5px;
    background: #f4f8e7;
    border-color: #b7d260;
    color: #7CA432;
  }
  .c-link button:hover {
    color: #7CA432;
    background: #f4f8e7;
    border-color: #b7d260;
  }
  .c-link--more button {
    border-radius: 0 0 5px 5px;
    border-color: #f4f8e7;
  }
  .c-link--more button:hover {
    background: #f4f8e7;
    border-color: #f4f8e7;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-link button {
    margin-top: 25px;
    font-size: 14px;
  }
  .c-link--more button {
    margin-top: 0;
    padding: 0 15px 0 35px;
  }
  .c-link--more button:before {
    left: 10px;
  }
}

.c-logo {
  display: block;
  flex: 0 1 auto;
  max-width: 350px;
}
.c-logo img, .c-logo svg {
  display: block;
  height: 76px;
}
@media screen and (max-width: 79.9375em) {
  .c-logo img, .c-logo svg {
    height: 66px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-logo {
    margin-right: auto;
  }
  .c-logo img, .c-logo svg {
    height: 40px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-logo img, .c-logo svg {
    width: 98px;
  }
}
@media screen and (min-width: 30em) {
  .c-logo--mobile {
    display: none;
  }
}

.c-map {
  position: relative;
  width: 100%;
  z-index: 2;
  height: 600px;
  max-height: 50vh;
  background: #eeeeee;
}
@media screen and (max-width: 63.9375em) {
  .c-map {
    height: 400px;
  }
}

.c-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -5px;
}
.c-menu li {
  flex: 0 1 auto;
}
.c-menu li > button {
  display: none;
}
.c-menu__in {
  display: block;
  min-width: 90px;
  height: 100px;
  position: relative;
  padding: 0 10px;
  font-size: 18px;
  line-height: 100px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 100ms;
  transition-property: color;
}
.c-menu__in:after {
  display: none;
  content: "";
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  top: 100%;
  bottom: -1px;
  height: 1px;
  background: inherit;
}
@media screen and (min-width: 60em) {
  .c-menu__in:hover {
    background: #b7d260;
  }
  .c-menu li:hover .c-menu__in:not(:only-child) {
    background: #e2e7d7;
    color: #855d33;
    transition-duration: 0ms;
  }
  .c-menu li:hover .c-menu__in:not(:only-child):after {
    display: block;
  }
  .c-menu--dark li:hover .c-menu__in:not(:only-child) {
    background: #1a1a1a;
    color: #7CA432;
  }
  .c-menu--dsecondary li:hover .c-menu__in:not(:only-child) {
    background: #3d2a17;
    color: #7CA432;
  }
  .c-menu__in.current {
    background: #40641a;
  }
}
.c-menu__in-text {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}
@media screen and (min-width: 60em) {
  .c-menu {
    display: flex !important;
  }
}
@media screen and (max-width: 73.125em) {
  .c-menu__in {
    font-size: 13px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-menu {
    display: block;
    width: 100%;
    margin: -8px 0 0 0;
  }
  .c-menu li {
    margin: 0 -20px;
    border-bottom: 1px solid rgba(133, 93, 51, 0.2);
  }
  .c-menu li:last-child {
    border-bottom: 0;
  }
  .c-menu li > button {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 38px;
    height: 38px;
    padding: 10px;
    border: 0;
    background: rgba(133, 93, 51, 0.7);
    border-radius: 3px;
  }
  .c-menu li > button svg {
    color: #fff;
  }
  .c-menu .hasSubmenu {
    position: relative;
  }
  .c-menu .hasSubmenu .c-menu__in {
    padding-right: 60px;
  }
  .c-menu .isOpened .c-menu__in {
    padding-right: 20px;
    padding-left: 60px;
    color: rgba(133, 93, 51, 0.7);
  }
  .c-menu .isOpened > button {
    right: auto;
    left: 5px;
  }
  .c-menu .isOpened > button svg {
    transform: rotate(180deg);
  }
  .c-menu__in {
    padding: 15px 20px;
    text-align: left;
    color: #343434;
    font-size: 18px;
  }
}

@media screen and (max-width: 81.25em) and (min-width: 73.25em) {
  .c-header--fixed .c-menu__in {
    font-size: 13px;
  }
}

.c-message {
  position: relative;
  width: 100%;
  z-index: 500;
  margin: 15px 0;
  padding: 10px 10px 10px 50px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
}
.c-message p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.c-message svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 10px;
  width: 30px;
  height: 30px;
}
.c-message:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 10px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition-duration: 300ms;
  transition-property: transform;
}
.c-message--success {
  background: #40641a;
}
.c-message--success:before {
  background-image: url(../../images/svg/spravne.svg);
}
.c-message--error {
  background: #cb3b28;
}
.c-message--error:before {
  background-image: url(../../images/svg/chyba.svg);
}
.c-message--warning {
  background: #377d8a;
}
.c-message--warning:before {
  background-image: url(../../images/svg/varovani.svg);
}
@media screen and (max-width: 59.9375em) {
  .c-message {
    font-size: 18px;
    line-height: 22px;
  }
  .c-message p {
    font-size: 15px;
    line-height: 20px;
  }
  .c-message svg, .c-message:before {
    width: 26px;
    height: 26px;
  }
}

.c-minibasket {
  z-index: 500;
  position: absolute;
  right: 0;
  top: 100%;
  width: 400px;
  padding: 5px 5px 10px 5px;
  opacity: 0;
  visibility: hidden;
  max-height: calc(100vh - 180px);
  overflow-x: hidden;
  border-top: 10px solid #b7d260;
  background: #fff;
  box-shadow: 0px 20px 15px -4px rgba(0, 0, 0, 0.75);
  transition-duration: 200ms;
  transition-property: opacity, visibility;
}
@media screen and (min-width: 60em) {
  .c-basket:hover .c-minibasket {
    opacity: 1;
    visibility: visible;
  }
}
.c-minibasket ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: -5px;
  max-height: 338px;
  overflow-x: hidden;
}
.c-minibasket li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(124, 164, 50, 0.5);
}
.c-minibasket__content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 110px;
  cursor: pointer;
  padding: 5px 12px 5px 90px;
  transition-duration: 100ms;
  transition-property: background;
}
@media screen and (min-width: 64em) {
  .c-minibasket__content:hover {
    background: rgba(124, 164, 50, 0.05);
  }
  .c-minibasket__content:hover .c-minibasket__header a {
    color: #377d8a;
  }
}
.c-minibasket__image {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  width: 76px;
  background: #eeeeee;
  transform: translateZ(0);
}
.c-minibasket__image:after {
  display: block;
  content: "";
  padding-bottom: 131.5789473684%;
}
.c-minibasket__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-minibasket .button, .c-minibasket .c-thanks__more, .c-minibasket .c-readmore, .c-minibasket .button--cart, .c-minibasket .c-advice__more, .c-minibasket .c-filter__button, .c-minibasket .c-filter__more button, .c-filter__more .c-minibasket button, .c-minibasket .c-link button, .c-link .c-minibasket button {
  display: table;
  margin: 10px auto;
}
.c-minibasket .button--huge, .c-minibasket .c-text .button, .c-minibasket .c-text .c-thanks__more, .c-text .c-minibasket .button, .c-text .c-minibasket .c-thanks__more, .c-minibasket .c-text .button--cart, .c-text .c-minibasket .button--cart, .c-minibasket .c-text .c-advice__more, .c-text .c-minibasket .c-advice__more, .c-minibasket .c-text .c-filter__button, .c-text .c-minibasket .c-filter__button, .c-minibasket .c-text .c-filter__more button, .c-text .c-filter__more .c-minibasket button, .c-minibasket .c-filter__more .c-text button, .c-filter__more .c-text .c-minibasket button, .c-minibasket .c-text .c-link button, .c-text .c-link .c-minibasket button, .c-minibasket .c-link .c-text button, .c-link .c-text .c-minibasket button, .c-minibasket .c-text .c-readmore, .c-text .c-minibasket .c-readmore, .c-minibasket .button--password {
  font-size: 20px;
}
.c-minibasket__header {
  position: relative;
  padding-right: 40px;
  min-height: 30px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #8a8a8a;
  font-family: "Open Sans", sans-serif;
}
.c-minibasket__header a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #855d33;
  font-style: italic;
}
.c-minibasket__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 5px;
}
.c-minibasket__params {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
}
.c-minibasket__params svg {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.c-minibasket .price {
  margin-left: 10px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.c-minibasket .c-calculate {
  width: 140px;
}
@media screen and (orientation: landscape) and (max-height: 48em) and (max-width: 160em) {
  .c-minibasket .button, .c-minibasket .c-thanks__more, .c-minibasket .c-readmore, .c-minibasket .button--cart, .c-minibasket .c-advice__more, .c-minibasket .c-filter__button, .c-minibasket .c-filter__more button, .c-filter__more .c-minibasket button, .c-minibasket .c-link button, .c-link .c-minibasket button {
    padding: 0 20px;
  }
  .c-minibasket .button--huge, .c-minibasket .c-text .button, .c-minibasket .c-text .c-thanks__more, .c-text .c-minibasket .button, .c-text .c-minibasket .c-thanks__more, .c-minibasket .c-text .button--cart, .c-text .c-minibasket .button--cart, .c-minibasket .c-text .c-advice__more, .c-text .c-minibasket .c-advice__more, .c-minibasket .c-text .c-filter__button, .c-text .c-minibasket .c-filter__button, .c-minibasket .c-text .c-filter__more button, .c-text .c-filter__more .c-minibasket button, .c-minibasket .c-filter__more .c-text button, .c-filter__more .c-text .c-minibasket button, .c-minibasket .c-text .c-link button, .c-text .c-link .c-minibasket button, .c-minibasket .c-link .c-text button, .c-link .c-text .c-minibasket button, .c-minibasket .c-text .c-readmore, .c-text .c-minibasket .c-readmore, .c-minibasket .button--password {
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 20px;
  }
}

.c-nav {
  width: 100%;
  flex: 0 1 100%;
  color: #fff;
  background: #7CA432;
}
@media screen and (min-width: 60em) {
  .c-nav {
    display: block !important;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-nav {
    display: none;
    overflow-x: hidden;
    z-index: 999;
    width: 300px;
    height: 100vh;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 20px;
    color: #343434;
    background-color: #e2e7d7;
    transition-duration: 300ms;
    transition-property: transform;
    transform: translateX(100%);
  }
  .c-nav.active {
    transform: translateX(0);
  }
  .c-nav .c-layout__center {
    padding: 0;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-nav {
    width: calc(100% - 50px);
  }
}

.c-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 auto;
}
.c-newsletter__in {
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 10px;
  flex: 0 1 auto;
  width: 460px;
  max-width: 100%;
}
.c-newsletter p {
  font-size: 18px;
  line-height: 1.1;
  flex: 0 1 auto;
  text-align: right;
  color: #fff;
}
.c-newsletter .button, .c-newsletter .c-thanks__more, .c-newsletter .c-readmore, .c-newsletter .button--cart, .c-newsletter .c-advice__more, .c-newsletter .c-filter__button, .c-newsletter .c-filter__more button, .c-filter__more .c-newsletter button, .c-newsletter .c-link button, .c-link .c-newsletter button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 5px;
  top: 4px;
  bottom: 4px;
  flex-shrink: 0;
  width: 150px;
  padding: 0 20px;
  border-radius: 3px;
}
.c-newsletter .input {
  width: 100%;
  height: 50px;
  line-height: 48px;
  flex: 0 0 auto;
  padding: 0 170px 0 15px;
  letter-spacing: 0.15em;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #8a8a8a;
  border-color: #3d2a17;
}
@media screen and (max-width: 79.9375em) {
  .c-newsletter .input {
    font-size: 17px;
    letter-spacing: 0em;
    padding: 0 140px 0 12px;
  }
  .c-newsletter .button, .c-newsletter .c-thanks__more, .c-newsletter .c-readmore, .c-newsletter .button--cart, .c-newsletter .c-advice__more, .c-newsletter .c-filter__button, .c-newsletter .c-filter__more button, .c-filter__more .c-newsletter button, .c-newsletter .c-link button, .c-link .c-newsletter button {
    letter-spacing: 0em;
    padding: 0 5px;
    width: 124px;
  }
  .c-newsletter p {
    width: 220px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-newsletter {
    flex-direction: column;
    margin-left: 15px;
  }
  .c-newsletter__in {
    margin-left: 0;
  }
  .c-newsletter p {
    width: 100%;
    margin: -8px 0 8px;
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .c-newsletter {
    min-width: 430px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-newsletter {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .c-newsletter__in {
    width: auto;
  }
  .c-newsletter .input {
    width: 100%;
    padding-right: 110px;
  }
  .c-newsletter .button, .c-newsletter .c-thanks__more, .c-newsletter .c-readmore, .c-newsletter .button--cart, .c-newsletter .c-advice__more, .c-newsletter .c-filter__button, .c-newsletter .c-filter__more button, .c-filter__more .c-newsletter button, .c-newsletter .c-link button, .c-link .c-newsletter button {
    width: 100px;
    right: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-newsletter p {
    font-size: 16px;
    line-height: 19px;
  }
  .c-newsletter .input {
    padding: 0 98px 0 8px;
    font-size: 14px;
    border-radius: 3px;
  }
  .c-newsletter .button, .c-newsletter .c-thanks__more, .c-newsletter .c-readmore, .c-newsletter .button--cart, .c-newsletter .c-advice__more, .c-newsletter .c-filter__button, .c-newsletter .c-filter__more button, .c-filter__more .c-newsletter button, .c-newsletter .c-link button, .c-link .c-newsletter button {
    right: 0;
    top: 0;
    bottom: 0;
    width: 90px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    border-radius: 0 3px 3px 0;
  }
}

.c-order {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 1200px;
  max-width: 100%;
  margin: 30px auto;
}
.c-order > li {
  display: block;
  width: 100%;
}
.c-order > li.title, .c-order > li.c-thanks__title, .c-order > li.c-section__title.h1, .c-order > li.c-section__title.c-thanks__title, .c-action--password .c-order > li.c-section__title.c-action__title, .c-order > li.c-section__title.c-category__title, .c-order > li.c-section__title, .c-order > li.c-question__title, .c-order > li.c-popup__title, .c-order > li.c-action__title, .c-order > li.c-advice__title, .c-order > li.c-articles__title, .c-order > li.c-form__title, .c-order > li.c-form__subtitle {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(124, 164, 50, 0.2);
}
.c-order__in {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
  padding: 15px 230px 15px 80px;
  border-bottom: 1px solid rgba(124, 164, 50, 0.2);
  transition-duration: 50ms;
  transition-property: box-shadow;
}
@media screen and (min-width: 64em) {
  .c-order__in:hover {
    box-shadow: 0px 0px 9px 5px #eeeeee;
  }
  .c-order__in:hover .c-order__title {
    color: #684828;
  }
}
.c-order__image {
  display: block;
  flex-shrink: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 44px;
  height: 60px;
  color: #7CA432;
}
.c-order__image img, .c-order__image svg {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  bottom: auto;
}
.c-order__header {
  display: flex;
  align-items: flex-start;
  min-height: 40px;
  margin-bottom: 15px;
  transition-duration: 200ms;
  transition-property: color;
}
.c-order__header strong {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin: auto 0 8px 20px;
  color: #cb3b28;
}
.c-order__title {
  display: table;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #855d33;
}
.c-order .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 44px;
  width: 220px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  color: #8a8a8a;
  text-align: right;
}
.c-order .price b {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
}
.c-order__params {
  list-style: none;
  margin: -20px 0 0 -20px;
}
.c-order__params li {
  position: relative;
  display: inline-flex;
  padding-left: 20px;
  margin-top: 20px;
  width: 225px;
}
.c-order__params li:first-child {
  width: 260px;
}
.c-order__params dl {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
  font-weight: 400;
}
.c-order__params dl dt {
  margin-bottom: 8px;
}
.c-order__params dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-order__params dl b {
  display: block;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.c-order__params svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: -2px 5px 0 0;
  color: #7CA432;
}
.c-order--history {
  margin-top: 90px;
}
.c-order--history .c-order__image {
  color: #855d33;
}
@media screen and (max-width: 63.9375em) {
  .c-order__image {
    left: 0;
  }
  .c-order__in {
    padding-left: 65px;
    padding-right: 0;
  }
  .c-order .price {
    right: 0;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-order__params li {
    width: 33.3333333333%;
  }
  .c-order__params li:first-child {
    width: auto;
    min-width: 160px;
  }
  .c-order__header {
    width: calc(100% - 230px);
    min-height: 60px;
    align-items: center;
  }
  .c-order__header strong {
    margin: 4px 0 0 20px;
  }
  .c-order__title {
    font-size: 27px;
    line-height: 32px;
  }
  .c-order .price {
    top: 15px;
    bottom: auto;
    height: 54px;
    font-size: 19px;
    padding: 5px 10px;
    background: #f8faf4;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-order > li.title, .c-order > li.c-thanks__title, .c-order > li.c-section__title.h1, .c-order > li.c-section__title.c-thanks__title, .c-action--password .c-order > li.c-section__title.c-action__title, .c-order > li.c-section__title.c-category__title, .c-order > li.c-section__title, .c-order > li.c-question__title, .c-order > li.c-popup__title, .c-order > li.c-action__title, .c-order > li.c-advice__title, .c-order > li.c-articles__title, .c-order > li.c-form__title, .c-order > li.c-form__subtitle {
    border-color: #67a12a;
  }
  .c-order__in {
    border-color: #67a12a;
  }
  .c-order__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-order__header strong {
    margin: 5px 0 0 0;
  }
  .c-order__params {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-order__params li:first-child {
    min-width: 130px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-order {
    margin-top: 15px;
  }
  .c-order > li.title, .c-order > li.c-thanks__title, .c-order > li.c-section__title.h1, .c-order > li.c-section__title.c-thanks__title, .c-action--password .c-order > li.c-section__title.c-action__title, .c-order > li.c-section__title.c-category__title, .c-order > li.c-section__title, .c-order > li.c-question__title, .c-order > li.c-popup__title, .c-order > li.c-action__title, .c-order > li.c-advice__title, .c-order > li.c-articles__title, .c-order > li.c-form__title, .c-order > li.c-form__subtitle {
    padding-bottom: 15px;
  }
  .c-order--history {
    margin-top: 55px;
  }
  .c-order__in {
    padding-left: 0;
  }
  .c-order__header {
    width: calc(100% - 190px);
    padding-left: 40px;
  }
  .c-order__image {
    width: 30px;
    height: 40px;
  }
  .c-order__title {
    font-size: 24px;
    line-height: 28px;
  }
  .c-order .price {
    width: 180px;
    font-size: 16px;
  }
  .c-order__params {
    margin: 0;
  }
  .c-order__params li {
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .c-order__params li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .c-order__params li:first-child {
    width: 100%;
  }
  .c-order__params dl {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    padding-left: 40px;
  }
  .c-order__params dl p {
    font-size: 16px;
    line-height: 18px;
  }
  .c-order__params dl dt {
    flex-shrink: 0;
    width: 155px;
    margin: 0 10px 0 0;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #7CA432;
    font-family: "Oswald", sans-serif;
  }
  .c-order__params dl dt:after {
    display: inline-block;
    vertical-align: middle;
    content: ":";
    margin-left: 2px;
    margin-top: -5px;
  }
  .c-order__params dl svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 100%;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-order__header {
    width: 100%;
    padding-left: 60px;
  }
  .c-order__image {
    width: 44px;
    height: 54px;
  }
  .c-order__in {
    padding-bottom: 75px;
  }
  .c-order__params dl {
    justify-content: space-between;
  }
  .c-order__params dl dt {
    width: 90px;
  }
  .c-order__params dl dd {
    text-align: right;
  }
  .c-order .price {
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.c-order-detail__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 60px -20px;
}
.c-order-detail__flex__in {
  width: 350px;
  padding-left: 20px;
}
.c-order-detail__flex__in:first-child {
  width: calc(100% - 350px);
}
.c-order-detail__flex p {
  font-size: 18px;
  letter-spacing: 0.015em;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
}
.c-order-detail__flex p b {
  font-size: 24px;
  letter-spacing: 0.03em;
  margin-left: 3px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.c-order-detail .order {
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #8a8a8a;
}
.c-order-detail .order b {
  display: block;
  font-size: 55px;
  line-height: 1;
  margin: 8px 0 10px;
}
.c-order-detail .print {
  display: table;
  padding: 10px;
  margin: 0 -10px 0 auto;
  border: 0;
  background: transparent;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #63bbbe;
  text-decoration: none;
  transition-duration: 150ms;
  transition-property: color;
}
.c-order-detail .print svg {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 20px;
}
@media screen and (min-width: 64em) {
  .c-order-detail .print:hover {
    color: #378184;
  }
}
.c-order-detail__placing {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  letter-spacing: 0.015em;
}
.c-order-detail__placing svg {
  width: 100px;
  height: 62px;
  margin: 3px 18px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 79.9375em) {
  .c-order-detail .order b {
    font-size: 45px;
    letter-spacing: 0.015em;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-order-detail .order b {
    font-size: 40px;
  }
  .c-order-detail__placing svg {
    width: 80px;
    height: 50px;
    margin-top: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-order-detail__flex {
    flex-direction: column;
    margin-left: 0;
    padding: 20px 15px;
    background: rgba(124, 164, 50, 0.05);
  }
  .c-order-detail__flex__in {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .c-order-detail__flex__in:first-child {
    width: 100%;
  }
  .c-order-detail__flex p {
    font-weight: 700;
  }
  .c-order-detail .print {
    padding: 20px 10px;
    margin: 0 auto -15px;
  }
  .c-order-detail .order {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .c-order-detail .order b {
    font-size: inherit;
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-order-detail .order {
    font-size: 26px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-order-detail__flex {
    margin: 15px 0 45px 0;
  }
  .c-order-detail .order {
    flex-direction: column;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .c-order-detail .order b {
    margin-top: 10px;
    font-size: 26px;
  }
  .c-order-detail__placing {
    font-size: 20px;
  }
  .c-order-detail__placing svg {
    width: 50px;
    height: 30px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-order-detail__flex p b {
    font-size: 20px;
  }
  .c-order-detail .order {
    font-size: 26px;
  }
  .c-order-detail .order b {
    font-size: 24px;
  }
  .c-order-detail .print {
    letter-spacing: 0.1em;
  }
  .c-order-detail__placing {
    font-size: 18px;
  }
  .c-order-detail__placing svg {
    width: 44px;
    height: 28px;
    margin-right: 10px;
  }
}

.c-pagination {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 35px 0 35px -10px;
}
.c-pagination__item {
  padding: 10px 0 0 10px;
  flex: 0 1 auto;
}
.c-pagination__item--next, .c-pagination__item--prev {
  white-space: nowrap;
  display: inline-flex;
}
.c-pagination__item--next svg, .c-pagination__item--prev svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: 21px;
  height: 14px;
}
.c-pagination__item--next a:first-child {
  margin-right: 10px;
}
.c-pagination__item--next a:first-child svg {
  width: 11px;
}
.c-pagination__item--prev a:last-child {
  margin-left: 10px;
}
.c-pagination__item--prev a:last-child svg {
  width: 11px;
}
@media screen and (min-width: 64em) {
  .c-pagination a:hover {
    background: #95b333;
  }
}
.c-pagination a, .c-pagination span {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #b7d260;
  transition-duration: 200ms;
  transition-property: background;
}
.c-pagination .current a {
  background: #7CA432;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 39.9375em) {
  .c-pagination__item {
    display: none;
  }
  .c-pagination__item--next, .c-pagination__item--prev {
    display: flex;
  }
  .c-pagination__item.current {
    display: flex;
  }
  .c-pagination a, .c-pagination span {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-pagination {
    margin: 10px 0 25px -10px;
  }
}

.c-params {
  list-style: none;
  margin: -20px 0 0 -20px;
  flex: 0 1 auto;
  content: "";
}
.c-params li {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  min-width: 180px;
  max-width: 380px;
  padding-left: 20px;
  margin-top: 20px;
}
.c-params dl {
  padding-left: 25px;
  color: #8a8a8a;
  font-family: "Open Sans", sans-serif;
  flex: 0 1 auto;
}
.c-params dl dt {
  margin-bottom: 2px;
}
.c-params dl dd {
  font-size: 14px;
  line-height: 18px;
}
.c-params dl dt, .c-params dl dd {
  position: relative;
}
.c-params dl svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.c-params dl strong, .c-params dl b {
  font-weight: 600;
}
.c-params dl strong {
  display: block;
  font-size: 16px;
  letter-spacing: 0.015em;
}
.c-params svg {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.c-params--inline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-params--inline li {
  max-width: 340px;
  width: 50%;
}
.c-params--inline dl {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.c-params--inline dl dt {
  flex-shrink: 0;
  margin: 0 5px 0 0;
}
.c-params--inline dl dt:after {
  display: inline-block;
  vertical-align: middle;
  content: ":";
  margin-left: 2px;
  margin-top: -5px;
}
.c-params--inline dl dt, .c-params--inline dl dd {
  position: static;
}
.c-params--inline dl svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 100%;
}
.c-params--variants {
  margin: -20px 0 0 0;
}
.c-params--variants li {
  min-width: 1px;
  padding-left: 0;
  padding-right: 20px;
}
.c-params--variants dl strong {
  font-size: 20px;
  color: #1a1a1a;
}
.c-params--full li {
  max-width: 100%;
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .c-params--inline li {
    width: auto;
    max-width: 33.3333333333%;
    padding-right: 15px;
    border-right: 3px solid #d5d5d5;
  }
  .c-params--inline li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .c-params--cart {
    margin-top: auto;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-params li {
    min-width: 1px;
    max-width: 300px;
  }
  .c-params dl strong {
    font-size: 14px;
  }
  .c-params--inline, .c-params--cart, .c-params--variants {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .c-params--variants {
    margin: -20px 0 15px 0;
  }
  .c-params--variants li {
    width: 33.3333333333%;
  }
  .c-params--full li {
    max-width: 100%;
  }
}
@media screen and (max-width: 59.9375em) and (min-width: 40em) {
  .c-params--full dl {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .c-params--full dl dt {
    flex-shrink: 0;
    width: 140px;
    margin: 0 10px 0 0;
    font-weight: 700;
    color: #7CA432;
  }
  .c-params--full dl dt:after {
    display: inline-block;
    vertical-align: middle;
    content: ":";
    margin-left: 2px;
    margin-top: -5px;
  }
  .c-params--full dl dt, .c-params--full dl dd {
    position: static;
  }
  .c-params--full dl svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 100%;
  }
  .c-params--cart li {
    min-width: 30%;
  }
}
@media screen and (max-width: 47.9375em) and (min-width: 40em) {
  .c-params--cart {
    margin-top: auto;
  }
  .c-params--cart li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-params {
    margin: 0;
  }
  .c-params li {
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px dotted rgba(109, 144, 44, 0.2);
  }
  .c-params li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .c-params dl {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .c-params dl dt {
    flex-shrink: 0;
    width: 160px;
    margin: 0 10px 0 0;
    font-weight: 700;
    color: #7CA432;
  }
  .c-params dl dt:after {
    display: inline-block;
    vertical-align: middle;
    content: ":";
    margin-left: 2px;
    margin-top: -5px;
  }
  .c-params dl dt, .c-params dl dd {
    position: static;
  }
  .c-params dl svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 100%;
  }
  .c-params--cart dl dd strong, .c-params--variants dl dd strong {
    font-size: 16px;
  }
  .c-params--variants {
    margin: -15px 0 15px 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-params dl dt {
    width: 92px;
  }
  .c-params dl dd {
    width: 100%;
  }
  .c-params--cart dl dt, .c-params--variants dl dt {
    width: 160px;
  }
  .c-params--cart dl dd, .c-params--variants dl dd {
    text-align: right;
  }
  .c-params--full dl dd {
    text-align: left;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-params dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-params dl dt {
    width: 100%;
  }
  .c-params dl dt:after {
    display: none;
  }
  .c-params dl svg {
    top: 0;
    bottom: auto;
  }
  .c-params--cart dl, .c-params--variants dl, .c-params--inline dl {
    flex-direction: row;
  }
  .c-params--cart dl dt, .c-params--variants dl dt, .c-params--inline dl dt {
    width: 160px;
  }
  .c-params--cart dl dt:after, .c-params--variants dl dt:after, .c-params--inline dl dt:after {
    display: inline-block;
  }
}

.c-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateZ(0);
  text-align: center;
  white-space: nowrap;
  background-color: #1a1a1a;
  background-color: rgba(26, 26, 26, 0.5);
}
.c-popup:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
}
.c-popup img {
  display: table;
  max-width: 100%;
}
.c-popup .button, .c-popup .c-thanks__more, .c-popup .c-readmore, .c-popup .button--cart, .c-popup .c-advice__more, .c-popup .c-filter__button, .c-popup .c-filter__more button, .c-filter__more .c-popup button, .c-popup .c-link button, .c-link .c-popup button {
  display: table;
  margin: 10px auto 0;
}
.c-popup .button--huge, .c-popup .c-text .button, .c-popup .c-text .c-thanks__more, .c-text .c-popup .button, .c-text .c-popup .c-thanks__more, .c-popup .c-text .button--cart, .c-text .c-popup .button--cart, .c-popup .c-text .c-advice__more, .c-text .c-popup .c-advice__more, .c-popup .c-text .c-filter__button, .c-text .c-popup .c-filter__button, .c-popup .c-text .c-filter__more button, .c-text .c-filter__more .c-popup button, .c-popup .c-filter__more .c-text button, .c-filter__more .c-text .c-popup button, .c-popup .c-text .c-link button, .c-text .c-link .c-popup button, .c-popup .c-link .c-text button, .c-link .c-text .c-popup button, .c-popup .c-text .c-readmore, .c-text .c-popup .c-readmore, .c-popup .button--password {
  font-size: 18px;
}
.c-popup__title {
  margin-bottom: 40px;
  text-align: center;
}
.c-popup .c-form {
  margin: 0 auto;
}
.c-popup .c-summary {
  margin-right: 0;
}
.c-popup__in {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 894px;
  max-width: 100%;
  margin: 20px 0;
  padding: 50px 135px;
  white-space: normal;
  text-align: left;
  background: #fff;
  box-shadow: 0px 35px 26px -4px rgba(0, 0, 0, 0.75);
  animation-duration: 0.5s;
  animation-name: windowOut;
}
.opened .c-popup__in {
  animation-name: windowIn;
}
.login .c-popup__in {
  padding: 50px 35px;
}
.sentquery .c-popup__in p {
  margin-bottom: 30px;
}
.sentquery .c-popup__in img {
  margin: 0 auto 30px;
}
.cart .c-popup__in {
  padding: 40px 30px;
}
.cart .c-popup__in .button--huge, .cart .c-popup__in .c-text .button, .cart .c-popup__in .c-text .c-thanks__more, .c-text .cart .c-popup__in .button, .c-text .cart .c-popup__in .c-thanks__more, .cart .c-popup__in .c-text .button--cart, .c-text .cart .c-popup__in .button--cart, .cart .c-popup__in .c-text .c-advice__more, .c-text .cart .c-popup__in .c-advice__more, .cart .c-popup__in .c-text .c-filter__button, .c-text .cart .c-popup__in .c-filter__button, .cart .c-popup__in .c-text .c-filter__more button, .c-text .c-filter__more .cart .c-popup__in button, .cart .c-popup__in .c-filter__more .c-text button, .c-filter__more .c-text .cart .c-popup__in button, .cart .c-popup__in .c-text .c-link button, .c-text .c-link .cart .c-popup__in button, .cart .c-popup__in .c-link .c-text button, .c-link .c-text .cart .c-popup__in button, .cart .c-popup__in .c-text .c-readmore, .c-text .cart .c-popup__in .c-readmore, .cart .c-popup__in .button--password {
  margin: 10px 0 0 auto;
  font-size: 24px;
}
.cart .c-popup__in .c-popup__title {
  margin-bottom: 25px;
  text-align: left;
}
.c-popup__in p {
  margin-bottom: 0;
}
.c-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: 185px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #c4c4c4;
  transition-duration: 200ms;
  transition-property: color;
}
.c-popup__close svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  left: auto;
  top: 0;
  right: 12px;
  max-height: 100%;
  max-width: 100%;
  width: 16px;
  height: 16px;
}
.c-popup__close strong {
  font-size: 16px;
  letter-spacing: 0.15em;
  padding-right: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  transition-duration: 150ms;
  transition-property: color;
}
.c-popup__close:hover {
  color: #7CA432;
}
.c-popup__close:hover strong {
  color: inherit;
}
@media screen and (max-width: 59.9375em) {
  .login .c-popup__in {
    padding: 50px 20px;
  }
  .cart .c-popup__in .button--huge, .cart .c-popup__in .c-text .button, .cart .c-popup__in .c-text .c-thanks__more, .c-text .cart .c-popup__in .button, .c-text .cart .c-popup__in .c-thanks__more, .cart .c-popup__in .c-text .button--cart, .c-text .cart .c-popup__in .button--cart, .cart .c-popup__in .c-text .c-advice__more, .c-text .cart .c-popup__in .c-advice__more, .cart .c-popup__in .c-text .c-filter__button, .c-text .cart .c-popup__in .c-filter__button, .cart .c-popup__in .c-text .c-filter__more button, .c-text .c-filter__more .cart .c-popup__in button, .cart .c-popup__in .c-filter__more .c-text button, .c-filter__more .c-text .cart .c-popup__in button, .cart .c-popup__in .c-text .c-link button, .c-text .c-link .cart .c-popup__in button, .cart .c-popup__in .c-link .c-text button, .c-link .c-text .cart .c-popup__in button, .cart .c-popup__in .c-text .c-readmore, .c-text .cart .c-popup__in .c-readmore, .cart .c-popup__in .button--password {
    font-size: 18px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-popup__in {
    padding: 55px 40px 40px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-popup {
    padding: 0 10px;
  }
  .c-popup__in {
    padding: 55px 20px 40px;
  }
  .cart .c-popup__in {
    padding: 55px 20px 40px;
  }
  .login .c-popup__in {
    padding: 55px 20px 40px;
  }
  .c-popup__close {
    width: 45px;
    background: #d1d8c5;
  }
  .c-popup__close strong {
    display: none;
  }
  .c-popup__close svg {
    color: #fff;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-popup {
    padding: 0;
  }
  .c-popup__in {
    margin: 0;
  }
  .cart .c-popup__in .button--huge, .cart .c-popup__in .c-text .button, .cart .c-popup__in .c-text .c-thanks__more, .c-text .cart .c-popup__in .button, .c-text .cart .c-popup__in .c-thanks__more, .cart .c-popup__in .c-text .button--cart, .c-text .cart .c-popup__in .button--cart, .cart .c-popup__in .c-text .c-advice__more, .c-text .cart .c-popup__in .c-advice__more, .cart .c-popup__in .c-text .c-filter__button, .c-text .cart .c-popup__in .c-filter__button, .cart .c-popup__in .c-text .c-filter__more button, .c-text .c-filter__more .cart .c-popup__in button, .cart .c-popup__in .c-filter__more .c-text button, .c-filter__more .c-text .cart .c-popup__in button, .cart .c-popup__in .c-text .c-link button, .c-text .c-link .cart .c-popup__in button, .cart .c-popup__in .c-link .c-text button, .c-link .c-text .cart .c-popup__in button, .cart .c-popup__in .c-text .c-readmore, .c-text .cart .c-popup__in .c-readmore, .cart .c-popup__in .button--password {
    margin: 5px auto 0;
  }
  .sentquery .c-popup__in {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sentquery .c-popup__in p {
    text-align: center;
  }
  .sentquery .c-popup__in img {
    max-width: 85%;
    margin-bottom: 20px;
  }
  .c-popup__title {
    margin-bottom: 20px;
  }
}

.c-products {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: -20px;
}
.c-products__item {
  width: 50%;
}
.c-products__in {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding: 20px;
  flex: 0 1 100%;
  height: 100%;
  position: relative;
  transition-duration: 50ms;
  transition-property: box-shadow;
}
@media screen and (min-width: 64em) {
  .c-products__in:hover {
    box-shadow: 0px 0px 9px 5px #eeeeee;
  }
}
.c-products__content {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 1 100%;
  height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-products__content {
    flex: 1;
  }
}
.c-products__content p {
  font-size: 15px;
  line-height: 1.4;
  max-height: 147px;
  overflow: hidden;
  color: #8a8a8a;
}
.c-products__cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  margin-top: auto;
  padding: 10px 15px 0 0;
  font-size: 16px;
  line-height: 1.2 !important;
}
.c-products__cart p strong {
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 2px;
  text-transform: none;
  white-space: nowrap;
  color: #7CA432;
}
.c-products__cart .button, .c-products__cart .c-thanks__more, .c-products__cart .c-readmore, .c-products__cart .button--cart, .c-products__cart .c-advice__more, .c-products__cart .c-filter__button, .c-products__cart .c-filter__more button, .c-filter__more .c-products__cart button, .c-products__cart .c-link button, .c-link .c-products__cart button {
  margin-left: 18px;
  flex-shrink: 0;
}
.c-products__header {
  margin-bottom: 15px;
}
.c-products__header--vo .c-products__title {
  font-style: italic;
}
.c-products__header--vo em {
  font-style: normal;
}
.c-products__title {
  letter-spacing: 0.03em;
  margin-bottom: 3px;
  color: #855d33;
}
.c-products__title a {
  display: block;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-products__image {
  display: block;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 212px;
  margin-right: 20px;
  background: #eeeeee;
  transform: translateZ(0);
}
.c-products__image:after {
  display: block;
  content: "";
  padding-bottom: 130.1886792453%;
}
.c-products__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 79.9375em) {
  .c-products__image {
    width: 180px;
    margin-right: 15px;
  }
  .c-products__content {
    margin-bottom: 0;
  }
  .c-products__title {
    letter-spacing: 0.01em;
    font-size: 23px;
    line-height: 27px;
  }
  .c-products__cart {
    padding-right: 0;
  }
  .c-products__cart p strong {
    font-size: 20px;
    letter-spacing: 0em;
  }
  .c-products__cart .button, .c-products__cart .c-thanks__more, .c-products__cart .c-readmore, .c-products__cart .button--cart, .c-products__cart .c-advice__more, .c-products__cart .c-filter__button, .c-products__cart .c-filter__more button, .c-filter__more .c-products__cart button, .c-products__cart .c-link button, .c-link .c-products__cart button {
    margin-left: 15px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-products {
    margin: -20px -10px 0;
  }
  .c-products__item {
    width: 25%;
    padding: 20px 10px 0;
  }
  .c-products__in {
    flex-direction: column;
    padding: 0;
  }
  .c-products em {
    display: none;
  }
  .c-products__header {
    margin-bottom: 10px;
  }
  .c-products__image {
    width: 100%;
    margin: 0 0 10px;
  }
  .c-products__content {
    height: 100%;
    width: 100%;
  }
  .c-products__content p {
    display: none;
    font-size: 14px;
  }
  .c-products__title {
    display: flex;
    align-items: center;
    min-height: 54px;
  }
  .c-products__cart {
    padding: 5px;
    background: #eeeeee;
  }
  .c-products__cart p {
    display: block;
    width: 100%;
    text-align: left;
  }
  .c-products__cart p strong {
    font-size: 17px;
    margin-bottom: 0;
  }
  .c-products__cart .button, .c-products__cart .c-thanks__more, .c-products__cart .c-readmore, .c-products__cart .button--cart, .c-products__cart .c-advice__more, .c-products__cart .c-filter__button, .c-products__cart .c-filter__more button, .c-filter__more .c-products__cart button, .c-products__cart .c-link button, .c-link .c-products__cart button {
    height: 36px;
    line-height: 34px;
    letter-spacing: 0.02em;
    font-size: 14px;
    padding: 0 10px 0 30px;
    margin-left: 8px;
  }
  .c-products__cart .button:before, .c-products__cart .c-thanks__more:before, .c-products__cart .c-readmore:before, .c-products__cart .button--cart:before, .c-products__cart .c-advice__more:before, .c-products__cart .c-filter__button:before, .c-products__cart .c-filter__more button:before, .c-filter__more .c-products__cart button:before, .c-products__cart .c-link button:before, .c-link .c-products__cart button:before {
    width: 24px;
    height: 24px;
    left: 3px;
  }
}
@media screen and (min-width: 60em) {
  .c-products--four .c-products__item:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 59.9375em) and (min-width: 40em) {
  .c-products--four .c-products__item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-products {
    margin: -30px -15px 0;
  }
  .c-products__item {
    width: 33.3333333333%;
    padding: 30px 15px 0;
  }
  .c-products__cart p strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products {
    margin: -20px -10px 0;
  }
  .c-products__item {
    padding: 20px 10px 0;
  }
  .c-products__title {
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
  }
  .c-products__cart .button, .c-products__cart .c-thanks__more, .c-products__cart .c-readmore, .c-products__cart .button--cart, .c-products__cart .c-advice__more, .c-products__cart .c-filter__button, .c-products__cart .c-filter__more button, .c-filter__more .c-products__cart button, .c-products__cart .c-link button, .c-link .c-products__cart button {
    margin-left: 5px;
    padding: 0 8px 0 28px;
    font-size: 13px;
    letter-spacing: 0em;
  }
  .c-products__cart .button:before, .c-products__cart .c-thanks__more:before, .c-products__cart .c-readmore:before, .c-products__cart .button--cart:before, .c-products__cart .c-advice__more:before, .c-products__cart .c-filter__button:before, .c-products__cart .c-filter__more button:before, .c-filter__more .c-products__cart button:before, .c-products__cart .c-link button:before, .c-link .c-products__cart button:before {
    width: 24px;
    height: 18px;
  }
  .c-products__content p {
    font-size: 13px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-products__item {
    width: 50%;
  }
  .c-products--four .c-products__item:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-products {
    margin: -10px -5px 0;
  }
  .c-products__item {
    padding: 10px 5px 0;
  }
  .c-products__title {
    font-size: 18px;
    line-height: 22px;
    min-height: 44px;
  }
  .c-products__cart .button, .c-products__cart .c-thanks__more, .c-products__cart .c-readmore, .c-products__cart .button--cart, .c-products__cart .c-advice__more, .c-products__cart .c-filter__button, .c-products__cart .c-filter__more button, .c-filter__more .c-products__cart button, .c-products__cart .c-link button, .c-link .c-products__cart button {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 2px;
    font-size: 9px;
    line-height: 1;
  }
  .c-products__cart .button:before, .c-products__cart .c-thanks__more:before, .c-products__cart .c-readmore:before, .c-products__cart .button--cart:before, .c-products__cart .c-advice__more:before, .c-products__cart .c-filter__button:before, .c-products__cart .c-filter__more button:before, .c-filter__more .c-products__cart button:before, .c-products__cart .c-link button:before, .c-link .c-products__cart button:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    bottom: auto;
    top: 3px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-products__title {
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
}

.c-profile {
  margin: 1px 0 35px;
  font-size: 22px;
  line-height: 63px;
  padding-top: 3px;
  letter-spacing: 0.1em;
  background: #63bbbe;
  color: #fff;
}
.c-profile ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.c-profile li {
  margin-top: -3px;
}
.c-profile li:last-child {
  margin-left: auto;
}
.c-profile a {
  display: flex;
  align-items: center;
  padding: 0 17px;
  margin-top: 3px;
  color: inherit;
  font-weight: 400;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 150ms;
  transition-property: color, background;
}
@media screen and (min-width: 64em) {
  .c-profile a:hover {
    background: #469eae;
  }
}
.c-profile svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.c-profile .current {
  pointer-events: none;
}
.c-profile .current a {
  background: #fff;
  color: #63bbbe;
}
@media screen and (max-width: 59.9375em) {
  .c-profile {
    font-size: 20px;
    line-height: 60px;
  }
  .c-profile ul {
    margin: 0 -20px;
  }
  .c-profile a {
    padding: 0 20px;
  }
  .c-profile svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-profile {
    font-size: 18px;
  }
  .c-profile svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-profile {
    font-size: 16px;
  }
  .c-profile ul {
    margin: 0 -10px;
  }
  .c-profile a {
    padding: 0 10px;
  }
  .c-profile svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-profile {
    margin: 0 0 25px;
    padding-top: 0;
    font-size: 17px;
    line-height: 50px;
  }
  .c-profile ul {
    justify-content: space-between;
  }
  .c-profile li {
    border-radius: 0;
    margin-top: 0;
  }
  .c-profile a {
    padding: 0 8px;
    margin-top: 0;
  }
  .c-profile .current {
    display: none;
  }
  .c-profile .current a {
    background: #63bbbe;
    color: inherit;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-profile {
    letter-spacing: 0.08em;
  }
}

.c-question {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1130px;
  margin: 45px auto 90px;
}
.c-question__content {
  flex: 0 1 auto;
}
.c-question .button, .c-question .c-thanks__more, .c-question .c-readmore, .c-question .button--cart, .c-question .c-advice__more, .c-question .c-filter__button, .c-question .c-filter__more button, .c-filter__more .c-question button, .c-question .c-link button, .c-link .c-question button {
  margin: 30px 0 0 30px;
  flex-shrink: 0;
  font-size: 18px;
}
.c-question__title {
  margin-bottom: 20px;
}
.c-question__image {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  margin-bottom: auto;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 100%;
  background-image: linear-gradient(350deg, #B7D260 0%, #7CA533 100%);
}
.c-question__image img, .c-question__image svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: 90px;
  height: 90px;
}
.c-question p {
  color: #8a8a8a;
}
@media screen and (max-width: 59.9375em) {
  .c-question {
    margin: 30px auto 60px;
  }
  .c-question .button, .c-question .c-thanks__more, .c-question .c-readmore, .c-question .button--cart, .c-question .c-advice__more, .c-question .c-filter__button, .c-question .c-filter__more button, .c-filter__more .c-question button, .c-question .c-link button, .c-link .c-question button {
    margin: 10px 0 0 15px;
    font-size: 16px;
    letter-spacing: 0.03em;
    padding: 0 20px;
  }
  .c-question__title {
    margin-bottom: 10px;
  }
  .c-question__image {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .c-question__image img, .c-question__image svg {
    width: 76px;
    height: 76px;
  }
  .c-question p {
    font-size: 16px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-question {
    flex-direction: column;
  }
  .c-question__image {
    position: absolute;
    left: 20px;
    top: 5px;
  }
  .c-question__content {
    padding-left: 140px;
  }
  .c-question .button, .c-question .c-thanks__more, .c-question .c-readmore, .c-question .button--cart, .c-question .c-advice__more, .c-question .c-filter__button, .c-question .c-filter__more button, .c-filter__more .c-question button, .c-question .c-link button, .c-link .c-question button {
    margin: 0 auto 0 140px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-question__image {
    left: 10px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-question__image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .c-question__image img, .c-question__image svg {
    width: 40px;
    height: 40px;
  }
  .c-question__content {
    padding-left: 70px;
  }
  .c-question .button, .c-question .c-thanks__more, .c-question .c-readmore, .c-question .button--cart, .c-question .c-advice__more, .c-question .c-filter__button, .c-question .c-filter__more button, .c-filter__more .c-question button, .c-question .c-link button, .c-link .c-question button {
    margin-left: 70px;
    margin-top: 5px;
  }
  .c-question__title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-question {
    margin: 30px auto;
  }
  .c-question__image {
    width: 50px;
    height: 50px;
    top: -10px;
  }
  .c-question__image img, .c-question__image svg {
    width: 34px;
    height: 34px;
  }
  .c-question__content {
    padding-left: 60px;
  }
  .c-question .button, .c-question .c-thanks__more, .c-question .c-readmore, .c-question .button--cart, .c-question .c-advice__more, .c-question .c-filter__button, .c-question .c-filter__more button, .c-filter__more .c-question button, .c-question .c-link button, .c-link .c-question button {
    margin-left: 60px;
  }
  .c-question p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.c-readmore {
  margin-top: 15px;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  background: transparent;
  color: #7CA432;
  border-color: rgba(124, 164, 50, 0.5);
}
@media screen and (min-width: 60em) {
  .c-readmore {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .c-readmore--mobile {
    display: none;
  }
}

.c-search {
  position: relative;
  width: 450px;
  max-width: 100%;
  margin: 0 50px 0 20px;
}
.c-search .input {
  position: relative;
  height: 50px;
  line-height: 48px;
  padding: 0 60px 0 15px;
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 700;
  border-color: #eeeeee;
  color: #7CA432;
  font-family: "Oswald", sans-serif;
}
.c-search .input:-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #8a8a8a;
}
.c-search .input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #8a8a8a;
}
.c-search .input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #8a8a8a;
}
.c-search .input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #8a8a8a;
}
.c-search__button {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 44px;
  height: calc(100% - 6px);
  right: 3px;
  top: 3px;
  bottom: 3px;
  border: 0;
  border-radius: 5px;
  background: #63bbbe;
  transition-duration: 200ms;
  transition-property: background;
}
.c-search__button svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  color: #fff;
}
.c-search__close {
  width: 40px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 20px;
  top: -4px;
  background: #eeeeee;
  border: 1px solid #8a8a8a;
  border-right: 0;
  color: #8a8a8a;
}
.c-search__close svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 12px;
  height: 12px;
}
.c-search__result {
  display: none;
  z-index: 500;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  top: 100%;
  padding: 10px 20px;
  margin-top: -1px;
  max-height: calc(100vh - 180px);
  overflow-x: hidden;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 20px 15px -4px rgba(0, 0, 0, 0.75);
}
.c-search ul {
  list-style: none;
  margin: 0 -21px;
  border-top: 1px solid rgba(124, 164, 50, 0.5);
}
.c-search ul:first-child {
  border-top: 0;
}
.c-search ul.products p {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
}
.c-search ul.products p strong {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.035em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #855d33;
}
@media screen and (min-width: 64em) {
  .c-search ul.products .c-search__content:hover p strong {
    color: #377d8a;
  }
}
.c-search ul.products .c-search__image {
  height: 65px;
}
.c-search ul.category p {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
}
.c-search ul.category b {
  font-weight: 700;
}
.c-search li {
  font-size: 18px;
}
.c-search li.title, .c-search li.c-thanks__title, .c-search li.c-section__title, .c-search li.c-action__title, .c-search li.c-advice__title, .c-search li.c-articles__title, .c-search li.c-form__title, .c-search li.c-form__subtitle, .c-search li.c-popup__title, .c-search li.c-question__title {
  margin: 5px 0;
  padding: 0 20px;
  font-weight: 300;
  color: #8a8a8a;
  text-transform: none;
}
.c-search li:last-child .c-search__content {
  padding-bottom: 10px;
}
.c-search__content {
  display: flex;
  height: 100%;
  padding: 5px 20px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.c-search__content p {
  font-weight: 300;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  transition-duration: 200ms;
  transition-property: color;
}
.c-search__content p strong {
  display: block;
}
.c-search__content p strong, .c-search__content p b {
  font-weight: 500;
  transition-duration: 200ms;
  transition-property: color;
}
@media screen and (min-width: 64em) {
  .c-search__content:hover {
    background: rgba(124, 164, 50, 0.05);
  }
  .c-search__content:hover p, .c-search__content:hover b, .c-search__content:hover strong {
    color: #377d8a;
  }
}
.c-search__image {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  transform: translateZ(0);
}
.c-search__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 79.9375em) {
  .c-search {
    margin: 0 50px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-search__result {
    max-height: calc(100vh - 150px);
  }
}
@media screen and (max-width: 59.9375em) {
  .c-search {
    margin: 0 30px;
    width: 100%;
  }
  .c-search .input {
    height: 42px;
    line-height: 40px;
  }
  .c-search__button {
    width: 40px;
    height: calc(100% - 8px);
    right: 4px;
    top: 4px;
    bottom: 4px;
  }
  .c-search__button svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 48em) {
  .c-search {
    display: block !important;
  }
  .c-search__button:hover {
    background: #46a5a8;
  }
  .c-search__close {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-search {
    z-index: 50;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background: #e2e6db;
    margin: 0;
    padding: 8px 20px 12px 60px;
    box-shadow: 0px 2px 2px 0px rgba(147, 146, 147, 0.5);
  }
  .c-search .input {
    height: 36px;
    line-height: 34px;
    padding-right: 42px;
    font-size: 18px;
    font-weight: 500;
    border-color: #8a8a8a;
    border-radius: 0;
  }
  .c-search__button {
    height: 36px;
    width: 40px;
    right: 20px;
    top: -4px;
    bottom: 0;
    background: #eeeeee;
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    border-radius: 0;
  }
  .c-search__button svg {
    color: #8a8a8a;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-search {
    padding: 8px 10px 12px 50px;
  }
  .c-search .input {
    padding: 0 50px 0 10px;
  }
  .c-search__button {
    right: 10px;
  }
  .c-search__close {
    left: 10px;
  }
  .c-search__content, .c-search__result {
    padding: 5px 10px;
  }
  .c-search ul {
    margin: 0 -11px;
  }
  .c-search li.title, .c-search li.c-thanks__title, .c-search li.c-section__title, .c-search li.c-action__title, .c-search li.c-advice__title, .c-search li.c-articles__title, .c-search li.c-form__title, .c-search li.c-form__subtitle, .c-search li.c-popup__title, .c-search li.c-question__title {
    margin-top: 10px;
    padding: 0 10px;
  }
}

.c-section {
  position: relative;
  margin: 60px 0;
}
.c-section__header {
  text-align: center;
}
.c-section__header p {
  max-width: 740px;
  margin: 0 auto 20px;
}
.c-section__title {
  margin-bottom: 35px;
}
.c-section__title.secondary {
  color: #855d33;
}
.c-section__title.h1, .c-section__title.c-thanks__title, .c-section--search h1.c-section__title, .c-action--password .c-section__title.c-action__title, .c-section__title.c-category__title {
  letter-spacing: 0.04em;
}
.c-section__title svg {
  display: inline-flex;
  flex-shrink: 0;
  margin: 0 5px -2px 0;
  width: 24px;
  height: 24px;
}
.c-section--search {
  margin: 95px 0;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #8a8a8a;
  text-transform: uppercase;
  text-align: center;
}
.c-section--search h1 {
  margin: 28px 0 30px;
  color: #7CA432;
}
.c-section--choose .c-section__flex {
  display: flex;
  flex-wrap: wrap;
  margin: 110px auto;
}
.c-section--choose .c-section__flex__in {
  width: 50%;
  padding: 0 60px;
  border-right: 1px solid rgba(124, 164, 50, 0.2);
}
.c-section--choose .c-section__flex__in:last-child {
  border-right: 0;
}
.c-section--choose .c-section__flex__in .c-section__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 79.9375em) {
  .c-section--search {
    margin: 60px 0 75px;
  }
  .c-section--choose .c-section__flex {
    margin: 60px -20px;
  }
  .c-section--choose .c-section__flex__in {
    padding: 0 30px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-section--choose .c-section__title {
    margin-bottom: 25px;
  }
  .c-section--choose .c-section__flex {
    margin: 30px 0;
  }
  .c-section--choose .c-section__flex__in:nth-child(even) {
    padding: 0 0 0 20px;
  }
  .c-section--choose .c-section__flex__in:nth-child(odd) {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-section {
    margin: 40px 0;
  }
  .c-section--search {
    font-size: 20px;
    line-height: 24px;
  }
  .c-section--search h1 {
    margin: 15px 0 20px;
  }
  .c-section--choose .c-section__flex {
    flex-direction: column;
  }
  .c-section--choose .c-section__flex__in {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 3px;
    border: 1px solid #dddad8;
  }
  .c-section--choose .c-section__flex__in:nth-child(n) {
    padding: 0 10px 10px 10px;
  }
  .c-section--choose .c-section__flex__in:last-child {
    margin-bottom: 0;
    border-right: 1px solid #dddad8;
  }
  .c-section--choose .c-section__flex__in .c-section__title {
    padding: 10px;
    margin: 0 -10px 0;
    background: #eee;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-section--search {
    font-size: 18px;
    line-height: 22px;
  }
  .c-section--search h1 {
    margin: 10px 0 15px;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-section--choose .c-section__flex {
    margin: 20px -10px;
  }
  .c-section--choose .c-section__flex__in {
    border-left: 0;
    border-right: 0;
    margin-bottom: 35px;
  }
  .c-section--choose .c-section__flex__in:last-child {
    border-right: 0;
  }
}

.c-share {
  position: relative;
  width: 40px;
  float: right;
}
.c-share__list {
  list-style: none;
  content: "";
  display: none;
  position: absolute;
  right: 50%;
  bottom: auto;
  width: auto;
  z-index: 500;
  margin-top: 10px;
  padding: 10px 15px;
  background: #fff;
  transform: translateX(50%);
  box-shadow: 0.1px 1px 2.9px 0.1px rgba(0, 0, 0, 0.67);
}
.c-share__list:before, .c-share__list:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.c-share__list:before {
  margin-top: 2px;
  border-color: transparent transparent #222222 transparent;
}
.c-share ul {
  list-style: none;
  display: flex;
}
.c-share ul li {
  padding: 5px;
}
.c-share .button, .c-share .c-thanks__more, .c-share .button--cart, .c-share .c-advice__more, .c-share .c-filter__button, .c-share .c-filter__more button, .c-filter__more .c-share button, .c-share .c-link button, .c-link .c-share button, .c-share .c-readmore {
  position: relative;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: #7CA432;
  width: 40px;
  height: 40px;
  line-height: 38px;
}
.c-share .button svg, .c-share .c-thanks__more svg, .c-share .button--cart svg, .c-share .c-advice__more svg, .c-share .c-filter__button svg, .c-share .c-filter__more button svg, .c-filter__more .c-share button svg, .c-share .c-link button svg, .c-link .c-share button svg, .c-share .c-readmore svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 64em) {
  .c-share .button:hover, .c-share .c-thanks__more:hover, .c-share .button--cart:hover, .c-share .c-advice__more:hover, .c-share .c-filter__button:hover, .c-share .c-filter__more button:hover, .c-filter__more .c-share button:hover, .c-share .c-link button:hover, .c-link .c-share button:hover, .c-share .c-readmore:hover {
    color: #40641a;
  }
}
.c-share .button.active, .c-share .active.c-thanks__more, .c-share .active.button--cart, .c-share .active.c-advice__more, .c-share .active.c-filter__button, .c-share .c-filter__more button.active, .c-filter__more .c-share button.active, .c-share .c-link button.active, .c-link .c-share button.active, .c-share .active.c-readmore {
  color: #40641a;
}
@media screen and (max-width: 92.4375em) {
  .c-share__list {
    right: calc(100% + 20px);
    width: 210px;
  }
  .c-share__list:before, .c-share__list:after {
    left: calc(50% + 40px);
  }
}

.c-social {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.c-social li {
  padding: 20px 10px 0;
}
.c-social a {
  display: block;
  position: relative;
  width: 68px;
  height: 68px;
  color: #8a8a8a;
}
.c-social a:before {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  margin: auto;
  bottom: -10px;
  top: -10px;
}
@media screen and (min-width: 64em) {
  .c-social a:after {
    display: block;
    content: "";
    position: absolute;
    left: -6px;
    right: -6px;
    margin: auto;
    bottom: -6px;
    top: -6px;
    opacity: 0;
    border: 2px solid #7CA432;
    border-radius: 5px;
    transition-duration: 100ms;
    transition-property: opacity;
  }
  .c-social a:hover:after {
    opacity: 1;
  }
}
.c-social svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .c-social a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-social a {
    width: 50px;
    height: 50px;
  }
}

.c-sorting {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 30px 0;
  border-bottom: 2px solid #7CA432;
}
.c-sorting__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -1px;
}
.c-sorting__list li {
  padding: 1px;
}
.c-sorting__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 85px;
  padding: 0 18px;
  letter-spacing: 0.18em;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
  background: #eeeeee;
  text-decoration: none;
  border-radius: 4px 4px 0px 0px;
  transition-duration: 150ms;
  transition-property: background;
}
.c-sorting__list a.current {
  background: #7CA432;
  color: #fff;
  pointer-events: none;
}
.c-sorting__view {
  flex-shrink: 0;
  margin-left: 10px;
}
.c-sorting__view a {
  display: inline-flex;
  position: relative;
  width: 34px;
  height: 34px;
  transition-duration: 150ms;
  transition-property: opacity;
}
.c-sorting__view a:before {
  display: block;
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  margin: auto;
  bottom: -3px;
  top: -3px;
}
.c-sorting__view a.current {
  pointer-events: none;
}
.c-sorting__view a.current svg {
  color: #7CA432;
}
.c-sorting__view svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 24px;
  height: 24px;
  color: #eeeeee;
  transition-duration: 150ms;
  transition-property: color;
}
.c-sorting .ui-selectmenu-button {
  width: 200px;
}
@media screen and (min-width: 64em) {
  .c-sorting__list a:hover {
    background: #e1e1e1;
  }
  .c-sorting__view a:hover svg {
    color: #dadada;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-sorting {
    margin: 30px 0 20px;
  }
  .c-sorting__list a {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-sorting__list a {
    padding: 0 10px;
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 48em) {
  .c-sorting .ui-selectmenu-button {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-sorting {
    flex-direction: row-reverse;
    padding-bottom: 5px;
  }
  .c-sorting__list {
    display: none;
  }
  .c-sorting__view {
    margin-left: 0;
  }
  .c-sorting__view svg {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-sorting .ui-selectmenu-button {
    width: 185px;
  }
}

.c-steps {
  list-style: none;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  text-align: center;
  margin: 45px 0 60px;
  background: #eeeeee;
  border-radius: 52px;
}
.c-steps__item {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 0 1 auto;
  position: relative;
  font-size: 20px;
  line-height: 22px;
}
.c-steps__item svg {
  flex-shrink: 0;
  width: 26px;
  height: 100px;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: -26px;
}
.c-steps__item:before, .c-steps__item:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  z-index: 5;
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.c-steps__item:after {
  bottom: auto;
  border-width: 0 24px 50px 0;
  border-color: transparent #eeeeee transparent transparent;
}
.c-steps__item:before {
  top: auto;
  border-width: 0 0 50px 24px;
  border-color: transparent transparent #eeeeee transparent;
}
.c-steps__item:last-child.current:before, .c-steps__item:last-child.current:after {
  opacity: 0;
}
.c-steps__item.current:before, .c-steps__item.current:after {
  opacity: 1;
}
.c-steps__item.done .c-steps__number {
  color: transparent;
  font-size: 0;
}
.c-steps__item.done .c-steps__number:before {
  opacity: 1;
}
.c-steps__item.done:before, .c-steps__item.done:after {
  opacity: 0;
}
@media screen and (min-width: 64em) {
  .c-steps__item:hover a {
    color: #73982e;
  }
}
.c-steps__item__in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  font-size: 24px;
  line-height: 26px;
  padding: 10px 15px 10px 80px;
  color: #8a8a8a;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  transition-duration: 200ms;
  transition-property: color;
}
.c-steps__item__in:before, .c-steps__item__in:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  opacity: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
}
.c-steps__item__in:after {
  bottom: auto;
  border-width: 0 24px 50px 0;
  border-color: transparent #b7d260 transparent transparent;
}
.c-steps__item__in:before {
  top: auto;
  border-width: 0 0 50px 24px;
  border-color: transparent transparent #b7d260 transparent;
}
.done .c-steps__item__in {
  color: #fff;
  background: #b7d260;
}
.current .c-steps__item__in {
  color: #fff;
  background: #7CA432;
}
.current .c-steps__item__in:before, .current .c-steps__item__in:after {
  opacity: 1;
  right: 100%;
}
.current .c-steps__item__in:after {
  border-color: transparent #7CA432 transparent transparent;
}
.current .c-steps__item__in:before {
  border-color: transparent transparent #7CA432 transparent;
}
.c-steps__number {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 20px;
  width: 50px;
  height: 50px;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  font-weight: 700;
  color: #8a8a8a;
  background: #fff;
  transition-duration: 200ms;
  transition-property: color;
}
.c-steps__number:before {
  display: block;
  content: "";
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-image: url(../../images/svg/hotovo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 150ms;
  transition-property: opacity;
}
@media screen and (max-width: 79.9375em) {
  .c-steps {
    margin: 40px 0;
  }
  .c-steps__item {
    width: 30%;
  }
  .c-steps__item:first-child, .c-steps__item:last-child {
    width: 20%;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-steps {
    margin: 30px 0;
  }
  .c-steps__item svg {
    height: 80px;
    width: 20px;
    left: -20px;
  }
  .c-steps__item__in {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
  .c-steps__number {
    width: 44px;
    height: 44px;
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-steps {
    margin: 25px 0;
    border-radius: 0;
  }
  .c-steps__item__in {
    height: 80px;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 0.01em;
    padding-left: 56px;
  }
  .c-steps__item__in:after {
    border-width: 0 21px 40px 0;
  }
  .c-steps__item__in:before {
    border-width: 0 0 40px 21px;
  }
  .c-steps__item:after {
    border-width: 0 21px 40px 0;
  }
  .c-steps__item:before {
    border-width: 0 0 40px 21px;
  }
  .c-steps__number {
    left: 10px;
    width: 36px;
    height: 36px;
    font-size: 22px;
    line-height: 34px;
  }
  .c-steps__number:before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-steps__item svg {
    height: 70px;
    width: 16px;
    left: -16px;
  }
  .c-steps__item__in {
    height: 70px;
    padding-left: 48px;
  }
  .c-steps__item__in:after {
    border-width: 0 18px 35px 0;
  }
  .c-steps__item__in:before {
    border-width: 0 0 35px 18px;
  }
  .c-steps__item:after {
    border-width: 0 18px 35px 0;
  }
  .c-steps__item:before {
    border-width: 0 0 35px 18px;
  }
  .c-steps__number {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .c-steps__number:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-steps__item {
    width: 27%;
  }
  .c-steps__item:first-child, .c-steps__item:last-child {
    width: 23%;
  }
  .c-steps__item__in {
    font-size: 15px;
    line-height: 17px;
    padding-left: 38px;
  }
  .c-steps__number {
    width: 24px;
    height: 24px;
    font-size: 18px;
    left: 8px;
    line-height: 22px;
  }
  .c-steps__number:before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-steps {
    margin: 20px -10px;
  }
  .c-steps__item {
    width: 26%;
  }
  .c-steps__item:first-child {
    width: 26%;
  }
  .c-steps__item:first-child .c-steps__item__in {
    padding-bottom: 8px;
  }
  .c-steps__item:last-child {
    width: 22%;
  }
  .c-steps__item:last-child .c-steps__item__in {
    padding: 28px 5px 8px 5px;
  }
  .c-steps__item:last-child .c-steps__number {
    left: 0;
  }
  .c-steps__item__in {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 28px 23px 3px 5px;
  }
  .c-steps__number {
    position: absolute;
    top: 4px;
    left: -17px;
    right: 0;
    margin: 0 auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-steps__item__in {
    font-size: 14px;
    line-height: 16px;
  }
}

.c-subcategory {
  padding-bottom: 40px;
}
.c-subcategory__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -30px;
}
.c-subcategory__item {
  width: 20%;
  padding: 0 0 30px 30px;
}
.c-subcategory__image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  transform: translateZ(0);
  background: #eeeeee;
}
.c-subcategory__image:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.c-subcategory__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-duration: 200ms;
  transition-property: transform;
}
.c-subcategory__in {
  position: relative;
  cursor: pointer;
}
.c-subcategory__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -1px;
  top: auto;
  height: 50px;
  padding: 5px 20px;
  transition-duration: 150ms;
  transition-property: background;
  background: rgba(124, 164, 50, 0.9);
}
.c-subcategory__header button {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 -20px 0 5px;
  background: transparent;
  border: 0;
  color: #fff;
}
.c-subcategory__header button svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.c-subcategory__header button:after {
  display: block;
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url(../../images/svg/hvezda.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-subcategory__header .isFavorite:after {
  opacity: 1;
}
.c-subcategory__title {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.15em;
  max-height: 39px;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}
.c-subcategory__title a {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 64em) {
  .c-subcategory__in:hover .c-subcategory__image img {
    transform: scale(1.05) rotate(-0.5deg);
  }
  .c-subcategory__header button:hover {
    color: yellow;
  }
}
@media screen and (max-width: 85.3125em) {
  .c-subcategory {
    padding-bottom: 0;
  }
  .c-subcategory__list {
    margin-left: -20px;
  }
  .c-subcategory__item {
    width: 20%;
    padding: 0 0 20px 20px;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-subcategory__header {
    padding: 5px 10px;
  }
  .c-subcategory__header button {
    width: 45px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 79.9375em) and (min-width: 60em) {
  .c-subcategory__list {
    margin-left: -15px;
  }
  .c-subcategory__item {
    padding: 0 0 15px 15px;
  }
  .c-subcategory__title {
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-subcategory__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 47.9375em) and (min-width: 40em) {
  .c-subcategory__list {
    margin-left: -15px;
  }
  .c-subcategory__item {
    padding: 0 0 15px 15px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-subcategory__title {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-subcategory__item {
    width: 50%;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-subcategory__list {
    margin-left: -10px;
  }
  .c-subcategory__item {
    padding: 0 0 10px 10px;
  }
  .c-subcategory__title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  .c-subcategory__header {
    height: 40px;
    padding-right: 5px;
    padding-left: 8px;
  }
  .c-subcategory__header button {
    width: 40px;
    height: 40px;
    margin-right: -5px;
  }
}

.c-submenu {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  padding: 30px 0;
  color: #855d33;
  background-color: #e2e7d7;
  box-shadow: 0 20px 15px rgba(0, 0, 0, 0.6);
}
.c-menu li:hover .c-submenu {
  opacity: 1;
  visibility: visible;
}
.c-submenu a {
  position: relative;
  display: table;
  padding: 5px 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: inherit;
  text-decoration: none;
  transition-duration: 150ms;
  transition-property: color;
}
.c-submenu a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  left: -20px;
  right: -20px;
}
@media screen and (min-width: 64em) {
  .c-submenu a:hover {
    color: #7CA432;
  }
}
.c-submenu__subcategory {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}
.c-submenu__subcategory li {
  padding: 30px 0 0 30px;
  flex: 1 1 auto;
}
.c-submenu__subcategory__lvl2 {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-left: -30px;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.c-submenu__title, .c-submenu__subtitle {
  display: block;
  margin-bottom: 5px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.c-submenu__title a, .c-submenu__subtitle a {
  font-family: inherit;
  font-weight: inherit;
}
.c-submenu__title a:before, .c-submenu__subtitle a:before {
  position: absolute;
  left: -10px;
  right: -10px;
  margin: auto;
  bottom: -10px;
  top: -10px;
}
.c-submenu__title:after, .c-submenu__subtitle:after {
  display: block;
  content: "";
  margin-top: 3px;
  height: 1px;
  background: rgba(133, 93, 51, 0.2);
}
.c-submenu__subtitle {
  font-size: 16px;
}
@media screen and (min-width: 60em) {
  .c-menu--dark .c-submenu, .c-menu--dsecondary .c-submenu {
    background: #1a1a1a;
    color: #fff;
  }
  .c-menu--dark .c-submenu__title:after, .c-menu--dark .c-submenu__subtitle:after, .c-menu--dsecondary .c-submenu__title:after, .c-menu--dsecondary .c-submenu__subtitle:after {
    background: rgba(183, 210, 96, 0.2);
  }
  .c-menu--dsecondary .c-submenu {
    background: #3d2a17;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-submenu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 300px;
    margin-top: 8px;
    padding-bottom: 0;
    box-shadow: none;
    background-color: #d6ddc7;
  }
  .c-submenu li {
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  }
  .c-submenu__subcategory {
    flex-direction: column;
    margin: -30px 0 0 0;
  }
  .c-submenu__subcategory li {
    padding: 0 0 5px 0;
    margin: 0;
  }
  .c-submenu__subcategory li a {
    display: block;
    padding: 10px 20px 10px 60px;
    color: #8a8a8a;
  }
  .c-submenu__subcategory li strong a {
    color: #40641a;
  }
  .c-submenu__subcategory__lvl2 {
    flex-direction: column;
    margin-left: 0;
  }
  .c-submenu__subcategory__lvl2 li {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  .c-submenu__subcategory__lvl2 li a {
    padding: 10px 20px 10px 90px;
  }
  .c-submenu__subcategory__lvl2 li strong a {
    color: #5a8c25;
  }
  .c-submenu__title, .c-submenu__subtitle {
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .c-submenu__title:after, .c-submenu__subtitle:after {
    margin-top: 0;
    display: none;
  }
  .c-submenu__title:before, .c-submenu__subtitle:before {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    left: 35px;
    width: 12px;
    height: 2px;
    background: #40641a;
    border-radius: 3px;
  }
  .c-submenu__subtitle:before {
    left: 70px;
    width: 8px;
    background: #5a8c25;
  }
}

.c-summary {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin: 20px 60px 20px 20px;
}
.c-summary dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 0 0 100%;
  min-height: 34px;
  margin-bottom: 4px;
  width: 500px;
  max-width: 100%;
  color: #8a8a8a;
}
.c-summary dl.sale dd {
  color: #cb3b28;
}
.c-summary dl dt, .c-summary dl dd {
  width: 50%;
  text-align: right;
}
.c-summary dl dt.c-summary-totalPriceWithVat {
  color: #855d33;
}
.c-summary dl dd {
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.c-summary dl dd.price {
  white-space: nowrap;
}
.c-summary dl dd b {
  color: #855d33;
}
.c-summary dl dt {
  margin-right: 10px;
  letter-spacing: 0.03em;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
}
.c-summary--basket {
  margin: 20px 10px 20px 0;
}
.c-summary--basket dl dt {
  width: 130px;
}
@media screen and (max-width: 63.9375em) {
  .c-summary {
    margin-right: 0;
  }
}
@media screen and (min-width: 60em) {
  .c-summary dl b {
    font-size: 32px;
    font-weight: 500;
  }
  .c-summary dl dt {
    font-size: 18px;
  }
  .c-summary dl dd {
    font-size: 22px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-summary dl {
    font-size: 18px;
    line-height: 20px;
    min-height: 30px;
  }
  .c-summary dl dt {
    width: 100%;
    margin-right: 30px;
  }
  .c-summary dl dd {
    width: 170px;
  }
  .c-summary dl b {
    font-size: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-summary {
    margin-left: 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-summary dl dt {
    text-align: left;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-summary dl {
    font-size: 16px;
    line-height: 18px;
  }
  .c-summary dl dt {
    margin-right: 20px;
  }
  .c-summary dl dd {
    font-size: 17px;
    line-height: 19px;
  }
  .c-summary dl b {
    font-size: 19px;
  }
}
@media screen and (orientation: landscape) and (max-height: 48em) and (max-width: 160em) {
  .c-summary--basket {
    margin: 10px 10px 12px 0;
  }
  .c-summary--basket dl {
    min-height: 24px;
  }
  .c-summary--basket dl dt {
    font-size: 17px;
  }
  .c-summary--basket dl dd {
    font-size: 20px;
  }
  .c-summary--basket dl b {
    font-size: 24px;
  }
}

.c-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin: -2px 0 0 -2px;
  width: 66px;
  height: 66px;
  font-size: 16px;
  line-height: 66px;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
}
.c-tag strong {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: rotate(-45deg) translateY(-16px);
  transform-origin: center center;
}
.c-tag:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-image: url(../../images/svg/novinka.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-tag.sale:before {
  background-image: url(../../images/svg/sleva.svg);
}
@media screen and (min-width: 64em) {
  .c-tag--detail {
    width: 136px;
    height: 136px;
    font-size: 28px;
    line-height: 136px;
    margin: -4px 0 0 -4px;
  }
  .c-tag--detail strong {
    transform: rotate(-45deg) translateY(-33px);
  }
}
.c-tag--products {
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 63.9375em) {
  .c-tag--products {
    top: 0;
    left: 0;
  }
}
.c-tag--inline-products {
  top: 16px;
  left: 10px;
}
@media screen and (max-width: 85.3125em) {
  .c-tag--inline-products {
    top: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-tag--inline-products {
    left: 0;
  }
}
@media screen and (max-width: 79.9375em) and (min-width: 64em) {
  .c-tag--detail {
    font-size: 26px;
  }
}

.c-team {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0 -20px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2em;
  font-weight: 300;
  color: #8a8a8a;
  font-family: "Oswald", sans-serif;
}
.c-team li {
  width: 50%;
  padding: 25px 20px 0;
}
.c-team li:nth-child(odd) {
  width: 40%;
}
.c-team p {
  margin-bottom: 5px;
  letter-spacing: inherit;
}
.c-team__title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  font-weight: 500;
  color: #63bbbe;
}
.c-team__image {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto 20px;
  border-radius: 100%;
  transform: translateZ(0);
}
.c-team__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-team a {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 2px 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  transition-duration: 100ms;
  transition-property: color;
}
.c-team a:after {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  margin: auto;
  bottom: -10px;
  top: -10px;
}
.c-team a.email {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  text-overflow: ellipsis;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.18em;
}
.c-team a.email:after {
  left: 0;
  right: 0;
}
@media screen and (min-width: 64em) {
  .c-team a:hover {
    color: #585858;
  }
}
@media screen and (max-width: 85.3125em) {
  .c-team li {
    width: 60%;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-team {
    letter-spacing: 0.1em;
  }
  .c-team li {
    padding: 25px 12px 0;
  }
}
@media screen and (max-width: 59.9375em) and (min-width: 48em) {
  .c-team {
    letter-spacing: 0.08em;
  }
  .c-team a {
    font-size: 15px;
  }
  .c-team a.email {
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .c-team__title {
    font-size: 17px;
    line-height: 21px;
  }
  .c-team__image {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-team {
    margin-top: 20px;
  }
  .c-team li {
    width: 55%;
  }
  .c-team li:nth-child(odd) {
    width: 45%;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-team {
    margin: 20px -10px;
    letter-spacing: 0.08em;
  }
  .c-team a.email {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 30em) {
  .c-team li {
    padding: 25px 10px 0;
  }
  .c-team a {
    font-size: 15px;
  }
  .c-team a.email {
    font-size: 13px;
  }
  .c-team__title {
    font-size: 17px;
    line-height: 21px;
  }
  .c-team__image {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-team {
    letter-spacing: 0.05em;
  }
  .c-team li {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
}

.c-text {
  position: relative;
  overflow: hidden;
  padding: 60px 0 55px;
}
.c-text__bg {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.1;
}
.c-text p {
  font-size: 16px;
  line-height: 1.88;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  color: #8a8a8a;
  font-family: "Open Sans", sans-serif;
}
.c-text p.light, .c-text .c-thanks p, .c-thanks .c-text p, .c-text .c-about p, .c-about .c-text p, .c-text .c-action p, .c-action .c-text p, .c-text .c-advice p, .c-advice .c-text p, .c-text .c-articles__content p, .c-articles__content .c-text p, .c-text .c-footer p, .c-footer .c-text p, .c-text .c-inline-products__content p, .c-inline-products__content .c-text p, .c-text .c-intro p, .c-intro .c-text p, .c-text .c-newsletter p, .c-newsletter .c-text p, .c-text .c-order p.price, .c-order .c-text p.price, .c-text .c-products__content p, .c-products__content .c-text p {
  font-size: 15px;
  line-height: 24px;
}
.c-text__in {
  padding: 0 15px;
  flex: 0 1 auto;
}
.c-text__content {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
.c-text__image {
  display: block;
  position: relative;
  width: 550px;
  max-width: 100%;
}
.c-text__image img, .c-text__image svg {
  display: block;
  max-width: 100%;
}
.c-text__title {
  display: block;
  margin: 15px 0 30px;
  font-weight: 300;
  color: #855d33;
}
.c-text__video {
  cursor: pointer;
  border: 1px solid #eeeeee;
}
.c-text__video .c-text__image {
  overflow: hidden;
  padding-bottom: 56.25%;
}
.c-text__video .c-text__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.c-text__play {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 120px;
  height: 84px;
  border-radius: 20px;
  border: 0;
  background: #c53331;
  transition-duration: 200ms;
  transition-property: background;
}
.c-text__video:hover .c-text__play {
  background: #9c2827;
}
.c-text__play svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 34px;
  height: 34px;
}
.c-text .button, .c-text .c-thanks__more, .c-text .button--cart, .c-text .c-advice__more, .c-text .c-filter__button, .c-text .c-filter__more button, .c-filter__more .c-text button, .c-text .c-link button, .c-link .c-text button, .c-text .c-readmore {
  font-size: 19px;
  font-weight: 500;
  margin-top: 5px;
  font-family: "Oswald", sans-serif;
}
.c-text--main {
  padding: 90px 0 80px;
  color: #fff;
  background: #7CA432;
}
.c-text--main p {
  color: #fff;
}
.c-text--main .c-text__title {
  margin-top: 0;
  color: #3d2a17;
}
.c-text--main .c-text__title b {
  color: #fff;
}
.c-text--secondary {
  color: #fff;
  background: #3d2a17;
}
.c-text--secondary p {
  color: #fff;
}
.c-text--secondary .c-text__title {
  color: #7CA432;
}
.c-text--secondary .c-text__title b {
  color: #fff;
}
@media screen and (min-width: 80em) {
  .c-text--bg {
    padding: 85px 0;
  }
  .c-text--bg .c-text__content {
    margin: 0 -32px;
  }
  .c-text--bg .c-text__in {
    padding: 0 32px;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-text {
    padding: 50px 0 45px;
  }
  .c-text__image {
    width: 400px;
  }
  .c-text__play {
    width: 100px;
    height: 70px;
  }
  .c-text__play svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 356px;
    padding: 50px 0;
  }
  .c-text p {
    display: none;
  }
  .c-text__in {
    text-align: center;
  }
  .c-text__title {
    margin: 0 0 20px;
  }
  .c-text__image {
    width: 350px;
  }
  .c-text--detail p {
    display: block;
  }
  .c-text--detail .c-text__content {
    flex-direction: column-reverse;
  }
  .c-text--detail .c-text__image {
    width: 100%;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-text__in {
    padding: 0 10px;
  }
  .c-text__content {
    margin: 0 -10px;
  }
  .c-text__title {
    font-size: 30px;
    line-height: 34px;
  }
  .c-text__image {
    width: 300px;
  }
  .c-text__play {
    width: 85px;
    height: 60px;
  }
  .c-text__play svg {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-text {
    min-height: 266px;
  }
  .c-text__title {
    font-size: 26px;
    line-height: 30px;
  }
  .c-text__image {
    width: 220px;
  }
  .c-text--detail .c-text__in:first-child {
    height: 115px;
    overflow: hidden;
  }
  .c-text .button, .c-text .c-thanks__more, .c-text .button--cart, .c-text .c-advice__more, .c-text .c-filter__button, .c-text .c-filter__more button, .c-filter__more .c-text button, .c-text .c-link button, .c-link .c-text button, .c-text .c-readmore {
    padding: 0 10px;
    min-width: 200px;
  }
  .c-text .c-readmore {
    display: table;
    margin: 20px auto 0;
    min-width: 1px;
    height: 44px;
    line-height: 42px;
    font-size: 17px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-text {
    padding: 35px 0 30px;
  }
  .c-text__image {
    width: 100%;
  }
  .c-text__in {
    width: 100%;
  }
  .c-text__in:first-child {
    order: 2;
    margin-bottom: 20px;
  }
  .c-text__content {
    flex-direction: column-reverse;
  }
  .c-text--detail p:last-child {
    margin-bottom: 0;
  }
  .c-text--detail .c-text__content {
    flex-direction: column;
  }
  .c-text--detail .c-text__in:first-child {
    margin-bottom: 0;
  }
}

.c-thanks {
  position: relative;
  padding: 105px 0 60px;
}
.c-thanks p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 20px;
  color: #8a8a8a;
  text-align: center;
}
.c-thanks .button--large, .c-thanks .c-action .button, .c-thanks .c-action .c-thanks__more, .c-action .c-thanks .button, .c-action .c-thanks .c-thanks__more, .c-thanks .c-action .button--cart, .c-action .c-thanks .button--cart, .c-thanks .c-action .c-advice__more, .c-action .c-thanks .c-advice__more, .c-thanks .c-action .c-filter__button, .c-action .c-thanks .c-filter__button, .c-thanks .c-action .c-filter__more button, .c-action .c-filter__more .c-thanks button, .c-thanks .c-filter__more .c-action button, .c-filter__more .c-action .c-thanks button, .c-thanks .c-form .button, .c-thanks .c-form .c-thanks__more, .c-form .c-thanks .button, .c-form .c-thanks .c-thanks__more, .c-thanks .c-form .button--cart, .c-form .c-thanks .button--cart, .c-thanks .c-form .c-advice__more, .c-form .c-thanks .c-advice__more, .c-thanks .c-form .c-filter__button, .c-form .c-thanks .c-filter__button, .c-thanks .c-form .c-filter__more button, .c-form .c-filter__more .c-thanks button, .c-thanks .c-filter__more .c-form button, .c-filter__more .c-form .c-thanks button, .c-thanks .c-action .c-link button, .c-action .c-link .c-thanks button, .c-thanks .c-link .c-action button, .c-link .c-action .c-thanks button, .c-thanks .c-form .c-link button, .c-form .c-link .c-thanks button, .c-thanks .c-link .c-form button, .c-link .c-form .c-thanks button, .c-thanks .c-action .c-readmore, .c-action .c-thanks .c-readmore, .c-thanks .c-form .c-readmore, .c-form .c-thanks .c-readmore {
  display: table;
  height: 60px;
  line-height: 58px;
  margin: 35px auto 0;
  font-size: 24px;
}
.c-thanks__flex {
  display: flex;
  align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto 50px;
}
.c-thanks__flex p {
  text-align: left;
  max-width: 100%;
  line-height: 1.66;
}
.c-thanks__content {
  flex: 0 1 auto;
}
.c-thanks__image {
  display: block;
  position: relative;
  width: 336px;
  flex-shrink: 0;
  margin: -15px 35px 0 auto;
}
.c-thanks__image:after {
  display: block;
  content: "";
  padding-bottom: 110.7142857143%;
}
.c-thanks__image img, .c-thanks__image svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.c-thanks__title {
  display: block;
  margin-bottom: 15px;
}
.c-thanks__more {
  margin-top: 15px;
  font-size: 16px;
  background: transparent;
  color: #7CA432;
  border-color: rgba(124, 164, 50, 0.5);
}
@media screen and (max-width: 79.9375em) {
  .c-thanks {
    padding-top: 60px;
  }
  .c-thanks__title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-thanks {
    padding-top: 30px;
    text-align: center;
  }
  .c-thanks__flex {
    display: block;
    margin-bottom: 30px;
  }
  .c-thanks__flex p {
    text-align: center;
  }
  .c-thanks__image {
    width: 240px;
    margin: 0 auto 25px;
  }
  .c-thanks .button--large, .c-thanks .c-action .button, .c-action .c-thanks .button, .c-thanks .c-action .button--cart, .c-action .c-thanks .button--cart, .c-thanks .c-action .c-advice__more, .c-action .c-thanks .c-advice__more, .c-thanks .c-action .c-filter__button, .c-action .c-thanks .c-filter__button, .c-thanks .c-action .c-filter__more button, .c-action .c-filter__more .c-thanks button, .c-thanks .c-filter__more .c-action button, .c-filter__more .c-action .c-thanks button, .c-thanks .c-form .button, .c-form .c-thanks .button, .c-thanks .c-form .button--cart, .c-form .c-thanks .button--cart, .c-thanks .c-form .c-advice__more, .c-form .c-thanks .c-advice__more, .c-thanks .c-form .c-filter__button, .c-form .c-thanks .c-filter__button, .c-thanks .c-form .c-filter__more button, .c-form .c-filter__more .c-thanks button, .c-thanks .c-filter__more .c-form button, .c-filter__more .c-form .c-thanks button, .c-thanks .c-action .c-link button, .c-action .c-link .c-thanks button, .c-thanks .c-link .c-action button, .c-link .c-action .c-thanks button, .c-thanks .c-form .c-link button, .c-form .c-link .c-thanks button, .c-thanks .c-link .c-form button, .c-link .c-form .c-thanks button, .c-thanks .c-action .c-readmore, .c-action .c-thanks .c-readmore, .c-thanks .c-form .c-readmore, .c-form .c-thanks .c-readmore, .c-thanks .c-action .c-thanks__more, .c-action .c-thanks .c-thanks__more, .c-thanks .c-form .c-thanks__more, .c-form .c-thanks .c-thanks__more {
    font-size: 20px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-thanks {
    padding-bottom: 35px;
  }
  .c-thanks__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .c-thanks__flex {
    margin-bottom: 20px;
  }
  .c-thanks p {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .c-thanks .button--large, .c-thanks .c-action .button, .c-action .c-thanks .button, .c-thanks .c-action .button--cart, .c-action .c-thanks .button--cart, .c-thanks .c-action .c-advice__more, .c-action .c-thanks .c-advice__more, .c-thanks .c-action .c-filter__button, .c-action .c-thanks .c-filter__button, .c-thanks .c-action .c-filter__more button, .c-action .c-filter__more .c-thanks button, .c-thanks .c-filter__more .c-action button, .c-filter__more .c-action .c-thanks button, .c-thanks .c-form .button, .c-form .c-thanks .button, .c-thanks .c-form .button--cart, .c-form .c-thanks .button--cart, .c-thanks .c-form .c-advice__more, .c-form .c-thanks .c-advice__more, .c-thanks .c-form .c-filter__button, .c-form .c-thanks .c-filter__button, .c-thanks .c-form .c-filter__more button, .c-form .c-filter__more .c-thanks button, .c-thanks .c-filter__more .c-form button, .c-filter__more .c-form .c-thanks button, .c-thanks .c-action .c-link button, .c-action .c-link .c-thanks button, .c-thanks .c-link .c-action button, .c-link .c-action .c-thanks button, .c-thanks .c-form .c-link button, .c-form .c-link .c-thanks button, .c-thanks .c-link .c-form button, .c-link .c-form .c-thanks button, .c-thanks .c-action .c-readmore, .c-action .c-thanks .c-readmore, .c-thanks .c-form .c-readmore, .c-form .c-thanks .c-readmore, .c-thanks .c-action .c-thanks__more, .c-action .c-thanks .c-thanks__more, .c-thanks .c-form .c-thanks__more, .c-form .c-thanks .c-thanks__more {
    font-size: 18px;
    padding: 0 18px;
    height: 50px;
    line-height: 48px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-thanks {
    padding: 20px 0 25px;
  }
  .c-thanks__image {
    width: 200px;
    margin: 0 auto 20px;
  }
  .c-thanks__title {
    font-size: 30px;
    line-height: 34px;
  }
  .c-thanks p {
    font-size: 16px;
    line-height: 28px;
  }
  .c-thanks .button--large, .c-thanks .c-action .button, .c-action .c-thanks .button, .c-thanks .c-action .button--cart, .c-action .c-thanks .button--cart, .c-thanks .c-action .c-advice__more, .c-action .c-thanks .c-advice__more, .c-thanks .c-action .c-filter__button, .c-action .c-thanks .c-filter__button, .c-thanks .c-action .c-filter__more button, .c-action .c-filter__more .c-thanks button, .c-thanks .c-filter__more .c-action button, .c-filter__more .c-action .c-thanks button, .c-thanks .c-form .button, .c-form .c-thanks .button, .c-thanks .c-form .button--cart, .c-form .c-thanks .button--cart, .c-thanks .c-form .c-advice__more, .c-form .c-thanks .c-advice__more, .c-thanks .c-form .c-filter__button, .c-form .c-thanks .c-filter__button, .c-thanks .c-form .c-filter__more button, .c-form .c-filter__more .c-thanks button, .c-thanks .c-filter__more .c-form button, .c-filter__more .c-form .c-thanks button, .c-thanks .c-action .c-link button, .c-action .c-link .c-thanks button, .c-thanks .c-link .c-action button, .c-link .c-action .c-thanks button, .c-thanks .c-form .c-link button, .c-form .c-link .c-thanks button, .c-thanks .c-link .c-form button, .c-link .c-form .c-thanks button, .c-thanks .c-action .c-readmore, .c-action .c-thanks .c-readmore, .c-thanks .c-form .c-readmore, .c-form .c-thanks .c-readmore, .c-thanks .c-action .c-thanks__more, .c-action .c-thanks .c-thanks__more, .c-thanks .c-form .c-thanks__more, .c-form .c-thanks .c-thanks__more {
    font-size: 16px;
    padding: 0 15px;
  }
}

.c-thumbnails {
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
}
.c-thumbnails__item {
  display: none;
  vertical-align: top;
  padding: 8px 0;
}
.c-thumbnails__item:first-child {
  padding-top: 0;
  display: block;
}
.c-thumbnails__image {
  position: relative;
  width: 88px;
  cursor: pointer;
  overflow: hidden;
  border: 0;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translateZ(0);
  background: #eeeeee;
  transition-duration: 150ms;
  transition-property: border-color;
}
.c-thumbnails__image:after {
  display: block;
  content: "";
  padding-bottom: 127.2727272727%;
}
.c-thumbnails__image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-thumbnails.slick-slider {
  margin: -25px 0 50px;
}
.c-thumbnails .slick-current figure {
  border-color: #63bbbe;
}
.c-thumbnails .slick-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 50px;
}
.c-thumbnails .slick-arrow svg {
  width: 16px;
  height: 13px;
  cursor: pointer;
  color: #7CA432;
  transition-duration: 150ms;
  transition-property: color;
}
@media screen and (min-width: 64em) {
  .c-thumbnails .slick-arrow:hover svg {
    color: #40641a;
  }
  .c-thumbnails .slick-arrow.slick-prev {
    margin-bottom: -5px;
  }
  .c-thumbnails .slick-arrow.slick-next {
    margin-top: -8px;
  }
}
@media screen and (max-width: 79.9375em) {
  .c-thumbnails.slick-slider {
    margin: -45px 0 50px;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 60em) {
  .c-thumbnails {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
  }
  .c-thumbnails__item {
    width: 33.3333333333%;
  }
  .c-thumbnails__image {
    width: 70px;
  }
  .c-thumbnails__image:after {
    padding-bottom: 114.2857142857%;
  }
  .c-thumbnails .slick-arrow.slick-prev svg {
    transform: rotate(-90deg);
  }
  .c-thumbnails .slick-arrow.slick-next svg {
    transform: rotate(-90deg);
  }
  .c-thumbnails.slick-slider {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-thumbnails {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  .c-thumbnails .slick-arrow.slick-prev, .c-thumbnails .slick-arrow.slick-next {
    position: relative;
  }
  .c-thumbnails .slick-arrow.slick-prev:before, .c-thumbnails .slick-arrow.slick-next:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    border-radius: 100%;
    background: rgba(124, 164, 50, 0.2);
  }
  .c-thumbnails .slick-arrow.slick-prev {
    margin-top: -20px;
  }
  .c-thumbnails .slick-arrow.slick-next {
    margin-bottom: -15px;
  }
  .c-thumbnails.slick-slider {
    margin: 0;
  }
}
@media screen and (max-width: 22.4375em) {
  .c-thumbnails {
    width: 60px;
  }
  .c-thumbnails__image {
    width: 60px;
  }
  .c-thumbnails__image:after {
    padding-bottom: 140%;
  }
  .c-thumbnails .slick-arrow {
    width: 60px;
  }
}

.c-thumbnails--single.slick-slider {
  margin-top: 0;
}
@media screen and (max-width: 63.9375em) and (min-width: 60em) {
  .c-thumbnails--single.slick-slider {
    margin: 0;
  }
  .c-thumbnails--single.slick-slider .slick-track, .c-thumbnails--single.slick-slider .slick-slide {
    width: auto !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-thumbnails--single.slick-slider {
    justify-content: flex-start;
  }
}

.c-toplinks {
  position: absolute;
  right: calc(50% + 205px);
  margin-right: -680px;
  bottom: 100%;
  top: 0;
  line-height: 60px;
}
.c-toplinks a {
  display: inline-flex;
  position: relative;
  padding: 0 13px;
  letter-spacing: 0.15em;
  text-decoration: none;
  color: #fff;
}
.c-toplinks a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.c-toplinks a:last-child:after {
  display: none;
}
@media screen and (max-width: 87.4375em) {
  .c-toplinks {
    right: 205px;
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .c-toplinks a:hover {
    color: #b7d260;
  }
}
@media screen and (max-width: 59.9375em) {
  .c-toplinks {
    position: static;
    line-height: 1;
    margin: 30px -20px 0;
  }
  .c-toplinks a {
    display: block;
    padding: 15px 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #343434;
    border-bottom: 1px solid rgba(133, 93, 51, 0.2);
  }
  .c-toplinks a:after {
    display: none;
  }
  .c-toplinks a:last-child {
    border-bottom: 0;
  }
}

.c-up {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: 900px;
  bottom: 20px;
  z-index: 998;
  transform: translateY(50px);
  color: #fff;
  background: #7CA432;
  transition-duration: 200ms;
  transition-property: background, transform;
}
.c-up.fixOnBottom {
  position: absolute;
  bottom: 100%;
}
.c-up svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.c-up:hover {
  background: #624425;
}
@media screen and (min-width: 100em) {
  .c-up:hover {
    background: #5e7d26;
  }
}
.c-up.isVisible {
  transform: translateY(0);
}
@media screen and (max-width: 119.9375em) {
  .c-up {
    margin-left: 740px;
  }
}
@media screen and (max-width: 99.9375em) {
  .c-up {
    position: absolute;
    left: auto;
    top: 9px;
    right: 0;
    width: 34px;
    height: 34px;
    margin-left: 0;
    background: #3d2a17;
  }
  .c-up svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 87.4375em) {
  .c-up__up {
    right: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .c-up {
    right: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  HELPERS
/*-----------------------------------------------------------------------------------*/
.h-text-right {
  text-align: right;
}

.h-text-left {
  text-align: left;
}

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

.h-uppercase {
  text-transform: uppercase;
}

.h-text-no-wrap {
  white-space: nowrap;
}

.h-m0 {
  margin: 0px;
}

.h-mt0 {
  margin-top: 0px;
}

.h-mt10 {
  margin-top: 10px;
}

.h-mt20 {
  margin-top: 20px;
}

.h-mt30 {
  margin-top: 30px;
}

.h-mb0 {
  margin-bottom: 0px;
}

.h-mb5 {
  margin-bottom: 5px;
}

.h-mb10 {
  margin-bottom: 10px;
}

.h-mb20 {
  margin-bottom: 20px;
}

.h-mb30 {
  margin-bottom: 30px;
}

.h-mb50 {
  margin-bottom: 50px;
}

.h-p0 {
  padding: 0px;
}

.h-pt0 {
  padding-top: 0px;
}

.h-pt10 {
  padding-top: 10px;
}

.h-pt20 {
  padding-top: 20px;
}

.h-pt30 {
  padding-top: 30px;
}

.h-pb0 {
  padding-bottom: 0px;
}

.h-pb10 {
  padding-bottom: 10px;
}

.h-pb20 {
  padding-bottom: 20px;
}

.h-pb30 {
  padding-bottom: 30px;
}

.h-clear {
  clear: both;
}

.h-clear-r {
  clear: right;
}

.h-clear-l {
  clear: left;
}

.h-no-wrap {
  white-space: nowrap;
}

.h-display-block {
  display: block;
}

.h-display-none {
  display: none;
}

@media screen and (min-width: 30em) {
  .h-mobxs-only {
    display: none;
  }
}
@media screen and (max-width: 29.9375em) {
  .h-mobxs-none {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .h-mobile-only {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .h-mobile-none {
    display: none;
  }
}
@media screen and (min-width: 60em) {
  .h-mobile-tablet-only {
    display: none;
  }
}
@media screen and (max-width: 59.9375em) {
  .h-desktop-only {
    display: none;
  }
}
.c-checkbox--center {
  max-width: 900px;
}
.c-checkbox--center b.red {
  color: #CC3823;
}

.c-detail__desc {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.c-detail-params strong.red {
  color: #CC3823;
}

.c-detail__header {
  margin-bottom: 0px;
}

.c-text--detail {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.c-text--detail p {
  color: #000;
}

@media screen and (min-width: 47.9375em) {
  .no-margin {
    line-height: 0;
    height: 0;
  }
  .no-margin + p {
    margin-top: 0;
  }
  .no-margin svg {
    margin-top: 5px;
  }
}
.c-footermenu__flex {
  width: 530px;
}

.c-checkbox.error {
  position: relative;
}
.c-checkbox.error .c-error {
  top: -60px;
}

.c-error p {
  max-width: 350px;
}

.cart .button.disabled, .cart .disabled.button--cart, .cart .disabled.c-advice__more, .cart .disabled.c-filter__button, .cart .c-filter__more button.disabled, .c-filter__more .cart button.disabled, .cart .c-link button.disabled, .c-link .cart button.disabled, .cart .disabled.c-readmore, .cart .disabled.c-thanks__more {
  opacity: 0.3;
  cursor: pointer;
}

.complaint-form .select2 {
  min-height: 50px;
  line-height: 50px;
}
.complaint-form .select2 .select2-selection {
  min-height: 50px;
  line-height: 50px;
}
.complaint-form .select2 .select2-selection .select2-selection__arrow {
  top: 10px;
}
.complaint-form .select2 .select2-selection .select2-selection__rendered {
  min-height: 50px;
  line-height: 50px;
}
.complaint-form .input {
  padding-left: 90px;
}
.complaint-form .buttons-center {
  text-align: center;
}
.complaint-form .buttons-center .button, .complaint-form .buttons-center .button--cart, .complaint-form .buttons-center .c-advice__more, .complaint-form .buttons-center .c-filter__button, .complaint-form .buttons-center .c-filter__more button, .c-filter__more .complaint-form .buttons-center button, .complaint-form .buttons-center .c-link button, .c-link .complaint-form .buttons-center button, .complaint-form .buttons-center .c-readmore, .complaint-form .buttons-center .c-thanks__more {
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .c-inline-products--noimage .c-inline-products__in {
    padding: 10px 10px;
  }
}
.c-products__title a {
  font-size: 28px;
  line-height: 30px;
}

.c-inline-products__title a {
  font-size: 28px;
  line-height: 30px;
}
.c-inline-products .c-inline-products__cart {
  max-width: 500px !important;
}

.c-products__content .c-products__cart {
  padding: 0;
}
.c-products__content .c-products__cart a {
  margin-left: 10px;
  padding: 0 10px 0 40px;
}
.c-products__content .c-products__cart a:before {
  left: 6px;
}
.c-products__content .c-products__cart a:after, .c-products__content .c-products__cart a:hover:after {
  left: 10px;
}
@media screen and (max-width: 99.9375rem) {
  .c-products__content .c-products__cart {
    display: block;
  }
  .c-products__content .c-products__cart p {
    padding: 5px;
  }
}
@media screen and (max-width: 63.9375em) {
  .c-products__content .c-products__cart {
    display: block;
  }
  .c-products__content .c-products__cart p {
    text-align: right;
    padding: 5px;
  }
  .c-products__content .c-products__cart a {
    display: block;
    margin: 5px;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 29.9375em) {
  .c-products__content .c-products__cart {
    display: block;
  }
  .c-products__content .c-products__cart a {
    display: block;
    margin: 5px;
    padding: 0 0 0 20px;
    line-height: 34px;
  }
  .c-products__content .c-products__cart a:before {
    left: 6px;
    right: auto;
    top: 0px;
    bottom: 0px;
  }
  .c-products__content .c-products__cart a:after {
    position: static;
  }
}

.c-inline-products__header.c-inline-products__header--vo {
  font-style: initial;
}
.c-inline-products__header.c-inline-products__header--vo h3.c-products__title {
  font-style: italic;
}

.c-inline-products__header {
  font-style: initial;
}
.c-inline-products__header h3.c-inline-products__title {
  font-style: italic;
}
.c-inline-products__header em {
  font-style: normal;
}

.c-category .c-category__image {
  background: transparent;
}

.c-products__header o, .c-products__header.c-products__header--vo {
  font-style: initial;
}
.c-products__header o h3.c-products__title, .c-products__header.c-products__header--vo h3.c-products__title {
  font-style: italic;
}

.c-inline-checkboxes input:checked + span {
  color: #eeeeee;
}
.c-inline-checkboxes span {
  color: #8a8a8a;
  background-color: #eeeeee;
  min-width: 40px;
  width: initial;
}
@media screen and (min-width: 64em) {
  .c-inline-checkboxes label:hover span {
    color: white;
  }
}
.c-inline-checkboxes label.label-disabled {
  cursor: default;
}

.c-detail__header .c-detail__title {
  font-style: normal;
}
.c-detail__header em {
  font-style: italic;
}
.c-detail__header.c-detail__header--vo .c-detail__title {
  font-style: italic;
}
.c-detail__header.c-detail__header--vo em {
  font-style: normal;
}

.c-add-cart__content .c-add-cart__title {
  font-style: normal;
}
.c-add-cart__content p {
  font-style: italic;
}
.c-add-cart__content.c-add-cart__content--vo .c-add-cart__title {
  font-style: italic;
}
.c-add-cart__content.c-add-cart__content--vo p {
  font-style: normal;
}

#js-window-cart .c-box__content ul li {
  justify-content: space-between;
}
#js-window-cart .c-box__content ul li .c-calculate {
  margin-left: auto;
}
#js-window-cart .c-box__content ul li .products-price-row {
  margin-left: 0;
  min-width: 110px;
}

.c-basket ul li .c-minibasket__content .c-minibasket__header a.js-sl-target {
  font-style: normal;
}
.c-basket ul li .c-minibasket__content .c-minibasket__header p {
  font-style: italic;
}
.c-basket ul li .c-minibasket__content .c-minibasket__header.c-minibasket__header--vo a.js-sl-target {
  font-style: italic;
}
.c-basket ul li .c-minibasket__content .c-minibasket__header.c-minibasket__header--vo p {
  font-style: normal;
}

.flatpickr-calendar .flatpickr-month {
  min-height: 50px;
}

/* fixed radio button check */
@media screen and (max-width: 29.9375em) {
  .c-checkbox__input[type=radio] + .c-checkbox__in:after {
    top: 4px;
  }
}
@media screen and (max-width: 19.9375em) {
  .c-checkbox__input[type=radio] + .c-checkbox__in:after {
    top: 2px;
  }
}
.c-info {
  /*    position: relative;*/
  padding: 100px 0 15px;
}
.c-info:before {
  background-image: initial;
}

.c-detail__footer .button.button--cart, .c-detail__footer .button--cart {
  z-index: 10;
}

.button.button--cart, .button--cart, .c-filter__more button.button--cart, .c-link button.button--cart {
  width: auto;
}

.c-products__item .button.button--cart, .c-products__item .button--cart {
  line-height: 38px !important;
}

.c-advice {
  position: relative;
  padding: 125px 0 60px;
  margin-bottom: -20px;
  background: #edf4d7;
}
.c-advice:before {
  background-image: url(../../images/pozadi/bile-otocene.svg);
}
.c-advice:after {
  background-image: url(../../images/pozadi/bile.svg);
  bottom: -10px;
  top: auto;
}

.c-footer__contact {
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}
.c-footer__contact .c-footer__contact__in {
  overflow: hidden;
  word-wrap: break-word;
}
.c-footer__contact .c-footer__contact__in a {
  overflow: hidden;
  word-wrap: break-word;
}

.c-nav .c-toplinks a {
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 60em) and (max-width: 90em) {
  .c-nav .c-toplinks a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 80.625em) {
  .c-header__contact li:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 60em) and (max-width: 64em) {
  .c-header__contact {
    font-size: 14px;
  }
}
.c-facebook {
  width: 450px;
}

.c-menu {
  align-items: stretch;
}
.c-menu li.hasSubmenu .c-submenu {
  max-height: calc(100vh - 268px);
  overflow-y: auto;
  overflow-x: hidden;
}
.c-menu li.hasSubmenu .c-submenu .c-submenu__subcategory a {
  display: block;
  height: initial;
}

@media screen and (min-width: 60em) {
  .c-header.c-header--fixed .c-menu {
    margin-right: 150px;
    overflow: hidden;
  }
}
.c-subcategory__list {
  margin-top: 70px;
  align-items: stretch;
}
@media screen and (min-width: 48em) {
  .c-subcategory__list .c-subcategory__item {
    padding: 30px 0px 30px 30px;
  }
}
.c-subcategory__list .c-subcategory__item .c-subcategory__header {
  min-height: 50px;
  padding: 10px 10px;
  height: auto;
}
.c-subcategory__list .c-subcategory__item .c-subcategory__header .c-subcategory__title {
  max-height: initial;
  overflow: initial;
  word-break: break-word;
  font-size: 14px;
  line-height: 16px;
}

button.c-detail__more, .c-thumbnails .slick-arrow {
  z-index: 50;
}

.c-thumbnails .slick-arrow {
  position: relative;
}

.c-order__params li {
  width: initial;
  max-width: 300px;
}
.c-order__params li:first-child {
  width: initial;
}

.c-order__in .price {
  display: flex;
  align-items: center;
  width: initial;
  height: initial;
}

.c-params--variants {
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.c-params--variants:not(.second-row) {
  flex: 1 2 auto;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 4px 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #87ab44 !important;
  color: #fff !important;
  padding: 4px 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
}

.c-advice .button, .c-advice .button--cart, .c-advice .c-advice__more, .c-advice .c-filter__button, .c-advice .c-filter__more button, .c-filter__more .c-advice button, .c-advice .c-link button, .c-link .c-advice button, .c-advice .c-readmore, .c-advice .c-thanks__more {
  margin-bottom: 10px;
}
.c-advice__flex {
  align-content: stretch;
}
@media screen and (min-width: 40em) and (max-width: 48em) {
  .c-advice__flex {
    display: flex !important;
  }
}
.c-advice__content {
  height: auto;
}
.c-advice__content__list {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

#loader-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
#loader-wrapper.visible {
  display: flex;
}
#loader-wrapper #loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #7CA432;
  /* green */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.input--required::before {
  content: "*";
  display: inline;
  color: red;
  position: absolute;
  top: 10px;
  right: 10px;
}

.c-sorting__container {
  display: flex;
}
.c-sorting__container .c-sorting__list {
  margin-left: 10px;
}

/*# sourceMappingURL=global.css.map */
