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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-italic.woff2") format("woff2"), url("../fonts/montserrat-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-medium.woff2") format("woff2"), url("../fonts/montserrat-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-semibold.woff2") format("woff2"), url("../fonts/montserrat-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro-italic.woff2") format("woff2"), url("../fonts/sourcesanspro-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro-regular.woff2") format("woff2"), url("../fonts/sourcesanspro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #000;
  background: #f5f1f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

::-moz-selection {
  color: #fff;
  background: #466343;
}

::selection {
  color: #fff;
  background: #466343;
}

::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
}

::-webkit-scrollbar-thumb {
  background: #466343;
  border: 0.0625rem solid #f5f1f2;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #354b33;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  border: 0.0625rem solid #ddd;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.1em;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}

strong,
b {
  font-weight: 600;
}

ins {
  text-decoration: none;
}

i {
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn, .list-product__btn, .contact-form__submit, .product-page__btn, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  padding: .75em 2em;
  color: #f5f1f2;
  background: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  border: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  text-decoration: none;
}

@media (min-width: 1900px) {
  .btn, .list-product__btn, .contact-form__submit, .product-page__btn, .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 1.625rem;
    padding: 1.4375rem 4.75rem 1.375rem;
  }
}

.btn:hover, .list-product__btn:hover, .contact-form__submit:hover, .product-page__btn:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #466343;
}

.btn:focus, .list-product__btn:focus, .contact-form__submit:focus, .product-page__btn:focus, .woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
  background: #395137;
}

.container, .footer__container, .cookiebar__container, .products-list__container, .clients-info__container, .informations-page__container, .pluses__container, .certificate__container, .articles, .product-page__container {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.container--l {
  max-width: 67rem;
}

.container--m {
  max-width: 57rem;
}

.container--s {
  max-width: 47rem;
}

.wp-text {
  line-height: 1.66;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.wp-text h2, .wp-text h3, .wp-text h4, .wp-text h5, .wp-text h6 {
  padding: 1em 0 .25em;
}

.wp-text ul {
  list-style: disc;
}

.wp-text p + p {
  margin-top: 1em;
}

@media (min-width: 1900px) {
  .wp-text p + p {
    margin-top: 1.625rem;
  }
}

.wp-text p + ul {
  margin-bottom: 1em;
}

.wp-text li {
  margin-left: 2em;
}

.wp-text img {
  max-width: 100%;
}

.wp-text a:hover {
  color: #354b33;
}

.wp-text a:focus {
  color: #2c3f2a;
}

.wp-text em {
  font-style: italic;
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  height: 4.625rem;
}

.topnav--open {
  background: #fff;
}

@media (min-width: 992px) {
  .topnav {
    top: 0;
    color: #000;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: unset;
  }
  .topnav--lower {
    -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    background: #fff;
  }
}

.topnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 88rem;
  margin: 0 auto;
  pointer-events: none;
}

@media (min-width: 1900px) {
  .topnav__container {
    max-width: 105.125rem;
  }
}

.topnav__logo {
  pointer-events: all;
  padding: .85rem 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 768px) {
  .topnav__logo {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .topnav__logo {
    padding: 2.5rem 1rem;
  }
  .topnav__logo--lower {
    padding: 1rem;
  }
}

@media (min-width: 1900px) {
  .topnav__logo {
    padding: 5rem 2rem;
  }
  .topnav__logo--lower {
    padding: 1rem;
  }
}

.topnav__logo__img {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topnav__logo__path {
  fill: #000;
  -webkit-transition: .2s;
  transition: .2s;
}

.topnav__logo:hover .topnav__logo__path {
  fill: #466343;
}

.topnav__menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  width: 100%;
  max-width: 16rem;
  height: 100vh;
  padding-top: 5rem;
  z-index: -1;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: all;
}

.topnav__menu--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 992px) {
  .topnav__menu {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
    background: none;
    width: unset;
    max-width: unset;
    height: unset;
    padding-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@media (min-width: 1900px) {
  .topnav__menu__single--left-distance {
    margin-left: 11.25rem;
  }
}

.topnav__menu__link {
  display: inline-block;
  padding: .75rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  width: 100%;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: .875rem;
}

@media (min-width: 1900px) {
  .topnav__menu__link {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.topnav__menu__link:hover, .topnav__menu__link:focus {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .topnav__menu__link:hover, .topnav__menu__link:focus {
    text-decoration: none;
  }
}

.topnav__menu__link:focus {
  color: #466343;
}

@media (min-width: 992px) {
  .topnav__menu__link {
    padding: 0 .75rem;
    width: unset;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.topnav__menu__icon--cart {
  margin-right: .1875rem;
}

.topnav__trigger {
  border: 0;
  background: none;
  padding: 0 1rem;
  margin-left: auto;
  cursor: pointer;
  pointer-events: all;
}

@media (min-width: 992px) {
  .topnav__trigger {
    display: none;
  }
}

@media (min-width: 992px) {
  .topnav--white:not(.topnav--lower) path {
    fill: #fff;
  }
  .topnav--white:not(.topnav--lower) .topnav__logo:hover .topnav__logo__path {
    fill: #e2e4e4;
  }
  .topnav--white:not(.topnav--lower) .topnav__menu {
    color: #fff;
  }
  .topnav--white:not(.topnav--lower) .magic-line {
    background: #fff;
  }
}

.menu-icon {
  height: 2rem;
}

.menu-icon__path {
  -webkit-transition: .2s;
  transition: .2s;
}

.menu-icon--active .menu-icon__path--top {
  -webkit-transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
          transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.menu-icon--active .menu-icon__path--center {
  opacity: 0;
}

.menu-icon--active .menu-icon__path--bottom {
  -webkit-transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
          transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.magic-line {
  display: none;
}

@media (min-width: 992px) {
  .magic-line {
    display: block;
    background: #466343;
    position: absolute;
    bottom: 2.25rem;
    left: 0;
    height: .125rem;
    width: 0;
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .magic-line {
    bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .magic-line--lower {
    bottom: .75rem;
  }
}

.footer {
  background: #f5f1f2;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .footer {
    padding: 3.5625rem 0 3.25rem;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 1rem;
  max-width: 103.25rem;
}

@media (min-width: 992px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.footer__menu {
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer__menu {
    padding-bottom: 0;
    margin-right: 2.75rem;
  }
}

.footer__menu__link {
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer__menu__link:hover {
  color: #b7c5af;
}

.footer__socials {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .footer__socials {
    padding: 3.75rem 0 0 3.5rem;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .footer__socials {
    margin-left: 0;
  }
}

.footer__socials__row {
  padding-top: 1.5rem;
  margin: 0 -.6875rem;
}

.footer__socials__link {
  text-decoration: none;
  margin: 0 .6875rem;
}

.footer__copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .025rem;
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .footer__copyrights {
    padding-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: auto;
  }
}

.cookiebar {
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #466343;
  color: #000;
  border-top: 0.0625rem solid #000;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cookiebar--hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

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

@media (min-width: 992px) {
  .cookiebar__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cookiebar__text {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .cookiebar__text {
    margin-bottom: 0;
    text-align: left;
  }
}

.cookiebar__link {
  color: #000;
}

.cookiebar__btn {
  white-space: nowrap;
  background: #000;
  border: 0;
  color: #fff;
  padding: 0.75rem;
  cursor: pointer;
}

.cookiebar-spacer {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 0;
  width: 100%;
  background: #466343;
}

.cookiebar-spacer--active {
  height: 10rem;
}

@media (min-width: 992px) {
  .cookiebar-spacer--active {
    height: 3.75rem;
  }
}

.scroll-top {
  position: fixed;
  z-index: 999;
  bottom: 1.125rem;
  right: 1.125rem;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: none;
  border: 0;
  padding: 0;
}

.scroll-top--active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scroll-top--disabled {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.scroll-top__icon {
  height: 2.75rem;
  display: block;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  cursor: pointer;
}

.scroll-top__icon:hover {
  opacity: 0.6;
}

.error-page {
  text-align: center;
  padding: 12rem 0 4rem;
}

.error-page__title {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .error-page__title {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .error-page__info {
    font-size: 1.25rem;
  }
}

.intro {
  text-align: center;
}

@media (min-width: 1200px) {
  .intro {
    margin-bottom: 4.375rem;
  }
}

.intro__single--n1 {
  background: url(../img/front-page/slide-1.jpg) no-repeat center center;
  background-size: cover;
  background-position: bottom right;
}

.intro__single--n2 {
  background: url(../img/front-page/slide-2.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.intro__single--n3 {
  background: url(../img/front-page/slide-3.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.intro__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem 0 6rem;
}

@media (min-width: 992px) {
  .intro__wrapper {
    padding: 0;
  }
}

.intro__wrapper:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.intro__content {
  position: absolute;
  width: calc( 100% - 9rem);
  pointer-events: none;
}

@media (min-width: 1900px) {
  .intro__content {
    margin-top: 8.75rem;
  }
}

.intro__title {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.0625rem;
}

@media (min-width: 992px) {
  .intro__title {
    font-size: 3.375rem;
  }
}

.intro__subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.625rem;
}

.intro__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5625rem;
  position: relative;
  z-index: 2;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 1rem;
  background: #f5f1f2;
}

@media (min-width: 992px) {
  .intro__options {
    background: none;
    padding: 0;
    margin-top: -6.5rem;
  }
}

@media (min-width: 1200px) {
  .intro__options {
    margin-top: -9.5rem;
  }
}

@media (min-width: 992px) {
  .intro__options--white {
    color: #fff;
  }
  .intro__options--white .intro__options__icon {
    stroke: #fff;
  }
}

.intro__options__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro__options__icon {
  margin-top: .5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.tns-nav[aria-label="Carousel Pagination"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tns-outer {
  position: relative;
}

.tns-controls {
  pointer-events: none;
  position: absolute;
  width: calc( 100% - 2rem);
  height: 100%;
  top: 50%;
  margin: -.125rem auto 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1900px) {
  .tns-controls {
    width: calc( 100% - 12.125rem);
  }
}

.tns-controls path {
  -webkit-transition: .2s;
  transition: .2s;
}

.tns-controls--white path {
  stroke: #fff;
}

.tns-outer [data-controls] {
  padding: .5rem;
  z-index: 1;
  border: 0;
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: all;
  background: none;
}

.tns-outer [data-controls="next"] {
  margin-left: auto;
}

.products-list {
  background: #f5f1f2;
  padding: 4rem 0 0;
}

@media (min-width: 1200px) {
  .products-list {
    padding: 7rem 0 6rem;
  }
}

@media (min-width: 1900px) {
  .products-list {
    padding: 11.625rem 0 10.125rem;
  }
}

.products-list--page {
  padding-bottom: .0625rem;
}

.products-list__container {
  max-width: 105.75rem;
}

.products-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .products-list__top {
    padding-bottom: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.products-list__title {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .products-list__title {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .products-list__title {
    font-size: 3.25rem;
  }
}

.products-list__action {
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
  position: relative;
  padding-top: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 1200px) {
  .products-list__action {
    padding-top: 1.6875rem;
    font-size: 1.625rem;
  }
}

.products-list__action:hover {
  color: #466343;
}

.products-list__action:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: .125rem;
  width: 100%;
  background: #000;
}

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

@media (min-width: 992px) {
  .products-list__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.products-list__wrapper--archive {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list-product {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 992px) {
  .list-product {
    width: 33.333333%;
    max-width: unset;
    margin: 0 0 5rem;
  }
}

@media (min-width: 1200px) {
  .list-product {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .list-product--archive {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .list-product--archive {
    width: 33.333333%;
    margin: 0 0 5rem;
  }
}

.list-product__top {
  position: relative;
  padding: 0 .375rem 2.625rem;
}

.list-product__title {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 2rem;
}

@media (min-width: 1200px) {
  .list-product__title {
    font-size: 1.875rem;
    max-width: 25rem;
  }
}

@media (min-width: 1900px) {
  .list-product__title {
    max-width: unset;
  }
}

.list-product__photo {
  width: 84.125%;
  height: auto;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-transition: .2s;
  transition: .2s;
}

.list-product__photo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.list-product__sash {
  position: absolute;
  top: -7%;
  right: 2.75%;
  width: 42%;
  z-index: 3;
}

.list-product__sash--bottom {
  z-index: 1;
}

.front-benefits {
  background: #e2e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .front-benefits {
    margin-top: 4rem;
  }
}

@media (min-width: 1200px) {
  .front-benefits {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.front-benefits__photo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .front-benefits__photo {
    margin-top: -4rem;
  }
}

@media (min-width: 1200px) {
  .front-benefits__photo {
    width: 86.5%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}

@media (min-width: 1900px) {
  .front-benefits__photo {
    padding-top: 6.25rem;
  }
}

.front-benefits__photo__img {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .front-benefits__photo__img {
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .front-benefits__photo__img {
    max-width: 54.1875rem;
  }
}

.front-benefits__main {
  width: 100%;
  padding: 4rem 1rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .front-benefits__main {
    text-align: left;
    width: 103.5%;
    padding: 4rem 1rem 4rem 4rem;
    border-bottom: 4rem solid #b7c5af;
  }
}

@media (min-width: 1900px) {
  .front-benefits__main {
    padding: 5.3125rem 1rem 1rem 6.125rem;
    border-bottom: 0;
  }
}

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

@media (min-width: 1200px) {
  .front-benefits__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.front-benefits__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .front-benefits__single {
    margin-bottom: 0;
  }
  .front-benefits__single--n2 {
    margin-left: 6.4375rem;
  }
  .front-benefits__single--n3 {
    margin-left: 6.3125rem;
  }
}

@media (min-width: 1900px) {
  .front-benefits__single {
    text-align: left;
    font-size: 1.625rem;
  }
}

.front-benefits__icon {
  height: 100%;
  max-height: 3rem;
  margin: 0 auto .75rem;
  display: block;
}

@media (min-width: 1900px) {
  .front-benefits__icon {
    max-height: 5.0625rem;
  }
}

.front-benefits__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.21;
  padding: 2.6875rem 0 0;
}

@media (min-width: 1200px) {
  .front-benefits__title {
    padding: 2.6875rem 0 0 2.125rem;
  }
}

@media (min-width: 1900px) {
  .front-benefits__title {
    font-size: 3.25rem;
  }
}

.front-benefits__action {
  padding: 1rem 0 0 1.9375rem;
}

.front-benefits__btn {
  font-size: 1.625rem;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.front-benefits__btn:hover {
  color: #466343;
}

.front-benefits__btn:after {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: .125rem;
  bottom: -.0625rem;
  left: 0;
}

.clients-info {
  background: #b7c5af;
  color: #fff;
  margin-top: 0;
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 4rem 0;
}

@media (min-width: 1200px) {
  .clients-info {
    padding: 7rem 0 11rem;
  }
}

@media (min-width: 1900px) {
  .clients-info {
    margin-top: -4.9375rem;
    padding: 15.125rem 0 12.875rem;
    font-size: 3.25rem;
  }
}

.clients-info__container {
  max-width: 99.25rem;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .clients-info__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.clients-info__number {
  font-size: 4rem;
  font-weight: 600;
  color: #466343;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .clients-info__number {
    margin: 0 0 0 2rem;
  }
}

@media (min-width: 1900px) {
  .clients-info__number {
    font-size: 6.875rem;
    margin-left: 4.75rem;
  }
}

.clients-info__icon {
  margin: 0 0 2rem;
}

@media (min-width: 1200px) {
  .clients-info__icon {
    margin: -1.5625rem 2.9375rem 0 3.9375rem;
  }
}

.front-know {
  background: #e2e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .front-know {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.front-know__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1200px) {
  .front-know__main {
    width: 53%;
  }
}

.front-know__content {
  width: 100%;
  padding: 4rem 1rem;
}

@media (min-width: 1200px) {
  .front-know__content {
    padding: 4rem 3.5625rem 0 1rem;
    max-width: 55.375rem;
  }
}

@media (min-width: 1900px) {
  .front-know__content {
    padding: 10.6875rem 3.5625rem 0 1rem;
  }
}

.front-know__title {
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

@media (min-width: 1200px) {
  .front-know__title {
    font-size: 3.25rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1900px) {
  .front-know__title {
    padding-bottom: 3.0625rem;
  }
}

.front-know__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.29;
}

.front-know__paragraph {
  padding-bottom: 1.6875rem;
}

.front-know__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: "Source Sans Pro", sans-serif;
  padding: 1.125rem 0 .4375rem;
}

.front-know__single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .front-know__single {
    width: 50%;
  }
}

.front-know__icon {
  margin-right: 1rem;
}

@media (min-width: 1200px) {
  .front-know__icon {
    margin-right: 1.75rem;
  }
}

.front-know__info {
  max-width: 14.375rem;
}

.front-know__photo {
  width: 100%;
  z-index: 1;
  position: relative;
}

@media (min-width: 1200px) {
  .front-know__photo {
    margin-top: -5.375rem;
    width: 47%;
  }
}

.front-know__photo__img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
  .front-know__photo__img {
    margin: 0 auto;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .front-know__photo__img {
    margin: 0;
    max-width: 57.125rem;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

@media (min-width: 1900px) {
  .front-know__photo__img {
    -o-object-fit: unset;
       object-fit: unset;
    height: unset;
  }
}

.front-know__btn {
  font-size: 1.625rem;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.front-know__btn:hover {
  color: #466343;
}

.front-know__btn:after {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: .125rem;
  bottom: -.0625rem;
  left: 0;
}

.front-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e2e4e4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1200px) {
  .front-questions {
    padding-top: 7.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.front-questions__photo__img {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
  .front-questions__photo__img {
    margin: 0 auto -2rem;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .front-questions__photo__img {
    margin: 0;
    max-width: 57.125rem;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

@media (min-width: 1900px) {
  .front-questions__photo__img {
    -o-object-fit: unset;
       object-fit: unset;
    height: unset;
  }
}

.front-questions__main {
  padding: 4rem 1rem;
}

@media (min-width: 1200px) {
  .front-questions__main {
    padding: 4.5rem 1rem 5rem 5.75rem;
  }
}

@media (min-width: 1900px) {
  .front-questions__main {
    padding: 18.625rem 1rem 7.25rem 5.75rem;
  }
}

.front-questions__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.21;
  padding-bottom: .875rem;
}

@media (min-width: 1200px) {
  .front-questions__title {
    font-size: 3.25rem;
    max-width: 48rem;
  }
}

.front-questions__text {
  font-size: 1.625rem;
  font-family: "Source Sans Pro", sans-serif;
}

.front-questions__action {
  padding-top: 3.6875rem;
}

.front-questions__btn {
  font-size: 1.625rem;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.front-questions__btn:hover {
  color: #466343;
}

.front-questions__btn:after {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: .125rem;
  bottom: -.0625rem;
  left: 0;
}

.shop-page {
  padding-top: 4.1875rem;
  background: #f5f1f2;
}

.informations-page {
  padding-top: 14.0625rem;
  background: #f5f1f2;
}

.informations-page__title {
  font-size: 3.25rem;
  font-weight: 700;
  margin-right: auto;
  padding-bottom: 1.625rem;
}

.question {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  font-size: 1.625rem;
  margin-bottom: .625rem;
}

.question__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  background: #e2e4e4;
  padding: .625rem 3.3125rem;
}

@media (min-width: 992px) {
  .question__top {
    padding: 1.625rem 3.3125rem;
  }
}

.question__top:hover {
  color: #466343;
}

.question__icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 1.5rem;
}

.question__icon--active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.question__answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  margin-top: 0;
  line-height: 1.5;
  font-size: 1rem;
}

.question__answer--active {
  margin-top: 1rem;
  height: auto;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 1.25rem 0 1.875rem;
}

@media (min-width: 768px) {
  .question__answer--active {
    padding: 1.25rem 1rem 1.875rem;
  }
}

@media (min-width: 1900px) {
  .question__answer--active {
    padding: 1.25rem 6.75rem 1.875rem;
  }
}

.contact-page {
  padding-top: 4.625rem;
  background: #f5f1f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .contact-page {
    padding: 8rem 1rem 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1900px) {
  .contact-page {
    padding: 14.5625rem 0 2rem;
  }
}

.contact-page__start {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 992px) {
  .contact-page__start {
    padding-top: 7rem;
    width: 50.875%;
  }
}

.contact-page__photo {
  width: 100%;
}

.contact-page__content {
  width: 100%;
  padding: 4rem 1rem;
  margin: 0 auto;
  max-width: 17rem;
}

@media (min-width: 992px) {
  .contact-page__content {
    margin: 0;
    max-width: 45.625rem;
    padding: 6.375rem 0 0;
  }
}

.contact-page__title {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 1900px) {
  .contact-page__title {
    font-size: 3.25rem;
  }
}

.contact-page__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: .5rem;
}

@media (min-width: 1200px) {
  .contact-page__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

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

@media (min-width: 1200px) {
  .contact-page__text__col {
    width: 14.375rem;
  }
  .contact-page__text__col--localization {
    width: calc( 100% - 14.375rem);
    padding: .25rem 0 0 5rem;
  }
}

.contact-page__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 1.375rem;
}

.contact-page__data--localization {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-page__icon {
  margin-right: 2.125rem;
}

.contact-page__localization {
  margin-left: -.625rem;
}

.contact-page__end {
  width: 100%;
}

@media (min-width: 992px) {
  .contact-page__end {
    width: 49.125%;
  }
}

.contact-page__form {
  background: #e2d0d4;
  padding: 4rem 1rem;
}

@media (min-width: 992px) {
  .contact-page__form {
    margin: 0 -1rem 0 -1.5rem;
    padding: 7.0625rem 1rem 4rem 3.5rem;
  }
}

@media (min-width: 1900px) {
  .contact-page__form {
    padding: 7.0625rem 1rem 7.25rem 17.25rem;
    margin: 0 0 0 -8.6875rem;
  }
}

.contact-page__subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.21;
  padding-bottom: 2.5rem;
}

@media (min-width: 1900px) {
  .contact-page__subtitle {
    font-size: 3.25rem;
    padding-bottom: 4.625rem;
  }
}

.contact-form {
  max-width: unset;
}

@media (min-width: 992px) {
  .contact-form {
    max-width: 31.125rem;
  }
}

.contact-form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  grid-gap: 1rem;
}

.contact-form__action {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .contact-form__action {
    padding-top: 3rem;
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
}

.form-group__label {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: .375rem;
}

.form-group__input, .form-group__textarea {
  width: 100%;
  background: #fff;
  border: 0;
  font-size: .75em;
  padding: .875rem .625rem;
}

@media (min-width: 1900px) {
  .form-group__input, .form-group__textarea {
    padding: 1.3125rem .625rem;
  }
}

.form-group__input:focus, .form-group__textarea:focus {
  background: #f5f1f2;
}

.form-group__textarea {
  resize: vertical;
  min-height: 13.3125rem;
}

.message {
  padding: 1.5rem;
  margin: 0 0 2rem;
  background: #466343;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
}

.message:before {
  content: '';
  background: #fff;
  position: absolute;
  top: .5rem;
  left: .5rem;
  height: calc( 100% - 1rem);
  width: .125rem;
}

.message--error {
  background: #8e0f2d;
}

.about-cbd-page {
  background: #f5f1f2;
  padding-top: 4.625rem;
}

@media (min-width: 992px) {
  .about-cbd-page {
    padding-top: 8rem;
  }
}

@media (min-width: 1900px) {
  .about-cbd-page {
    padding-top: 16.25rem;
  }
}

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

@media (min-width: 1200px) {
  .sections {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sections--n3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1200px) {
  .sections--n3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sections__single {
  background: #d2b59a;
  position: relative;
}

.sections__single--text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 1200px) {
  .sections__single--text {
    width: 50.5%;
    margin-bottom: 6.25rem;
  }
  .sections__single--text:after {
    content: '';
    position: absolute;
    top: 0;
    right: -6.25rem;
    height: 6.25rem;
    width: 6.25rem;
    background: #d2b59a;
  }
}

.sections__single--text-2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1200px) {
  .sections__single--text-2 {
    margin: 6.25rem 0 0;
  }
  .sections__single--text-2:after {
    top: unset;
    right: unset;
    bottom: 0;
    left: -6.25rem;
  }
}

.sections__single--text-3 {
  background: #b7c5af;
}

@media (min-width: 1200px) {
  .sections__single--text-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 6.25rem 0 0;
    width: 52.375%;
  }
  .sections__single--text-3:after {
    background: #b7c5af;
    top: unset;
    right: unset;
    bottom: 0;
    left: -6.25rem;
  }
}

@media (min-width: 1900px) {
  .sections__single--text-3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sections__single--text-4 {
  background: #b7c5af;
}

@media (min-width: 1200px) {
  .sections__single--text-4 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 12.5rem 0 0;
    width: 47.625%;
    padding-left: 2rem;
  }
  .sections__single--text-4:after {
    background: #b7c5af;
    top: unset;
    right: -6.25rem;
    bottom: -6.25rem;
    width: calc( 100% + 6.25rem);
  }
}

@media (min-width: 1900px) {
  .sections__single--text-4 {
    padding-left: 0;
  }
}

.sections__single--text-5 {
  background: #b7c5af;
}

@media (min-width: 1200px) {
  .sections__single--text-5 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 52.375%;
  }
  .sections__single--text-5:after {
    background: #b7c5af;
    top: 0;
    right: unset;
    left: -6.25rem;
    bottom: -6.25rem;
    width: 6.25rem;
  }
}

.sections__single--photo {
  width: 100%;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 1200px) {
  .sections__single--photo {
    width: 49.5%;
    margin-top: 6.25rem;
  }
}

@media (min-width: 1200px) {
  .sections__single--photo-2 {
    margin: 0 0 6.25rem;
  }
}

.sections__single--photo-3 {
  width: 100%;
}

@media (min-width: 1200px) {
  .sections__single--photo-3 {
    width: 47.625%;
    margin: 0 0 6.25rem;
  }
}

@media (min-width: 1200px) {
  .sections__single--photo-4 {
    width: 52.375%;
  }
}

@media (min-width: 1200px) {
  .sections__single--photo-5 {
    width: 47.625%;
  }
}

@media (min-width: 1200px) {
  .sections__content {
    max-width: 33.5rem;
  }
}

@media (min-width: 1200px) {
  .sections__content {
    margin: 4rem 4rem 2rem 1rem;
  }
}

@media (min-width: 1900px) {
  .sections__content {
    margin: 10rem 9.625rem 0 0;
  }
}

@media (min-width: 992px) {
  .sections__content--text-2 {
    margin: 2rem 1rem;
  }
}

@media (min-width: 1200px) {
  .sections__content--text-2 {
    margin: 2rem 1rem 2rem 4rem;
  }
}

@media (min-width: 1900px) {
  .sections__content--text-2 {
    margin: 7.625rem 0 0 8.625rem;
  }
}

.sections__content--text-3 {
  padding: 4rem 1rem;
}

@media (min-width: 1200px) {
  .sections__content--text-3 {
    padding: 0;
    margin: 0 0 0 5.125rem;
  }
}

@media (min-width: 1900px) {
  .sections__content--text-3 {
    margin: 9.3125rem 0 0 5.125rem;
    max-width: 37.5rem;
  }
}

.sections__content--text-4 {
  padding: 4rem 1rem;
}

@media (min-width: 1200px) {
  .sections__content--text-4 {
    padding: 0;
    margin: 5.75rem 6.25rem 0 0;
    max-width: unset;
  }
}

.sections__content--text-5 {
  padding: 4rem 1rem;
}

@media (min-width: 1200px) {
  .sections__content--text-5 {
    padding: 0;
    margin: 4rem 0 0 5.125rem;
    max-width: 42.125rem;
  }
}

@media (min-width: 1900px) {
  .sections__content--text-5 {
    margin: 7.4375rem 0 0 5.125rem;
  }
}

.sections__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.3125rem;
}

@media (min-width: 1200px) {
  .sections__title {
    font-size: 3.25rem;
  }
}

@media (min-width: 1900px) {
  .sections__title--n3 {
    margin-bottom: 5.6875rem;
  }
}

.sections__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.29;
}

.sections__text--n3 {
  font-size: 1.25rem;
}

.sections__text--n4 {
  font-size: 1.25rem;
}

.sections__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sections__center-icon {
  display: block;
  margin: 0 auto 1.75rem;
}

.pluses {
  padding: 4.75rem 0 4rem;
}

@media (min-width: 1900px) {
  .pluses {
    padding: 9.5rem 0 8rem;
  }
}

.pluses__title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.23;
  font-weight: 500;
  margin: 0 auto;
  max-width: 45rem;
  padding-bottom: 6.125rem;
}

.pluses__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pluses__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  font-size: 1.625rem;
  line-height: 1.27;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .pluses__single {
    width: 50%;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .pluses__single {
    width: 33.333333%;
    margin-bottom: 3.25rem;
  }
}

.pluses__icon {
  margin-right: 1.25rem;
}

.knowledge-page {
  background: #f5f1f2;
  padding-top: 4.625rem;
}

@media (min-width: 992px) {
  .knowledge-page {
    padding-top: 8rem;
  }
}

@media (min-width: 1900px) {
  .knowledge-page {
    padding-top: 16.25rem;
  }
}

.infoknow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.625rem 0;
}

@media (min-width: 1200px) {
  .infoknow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.infoknow__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .infoknow__photo {
    width: 12.5rem;
    margin-right: 2.25rem;
  }
}

.infoknow__icon {
  height: 5rem;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .infoknow__icon {
    height: unset;
  }
}

@media (min-width: 1200px) {
  .infoknow__text {
    width: calc( 100% - 4.75rem);
  }
}

@media (min-width: 1900px) {
  .infoknow__text {
    max-width: 29.875rem;
  }
}

.certificate {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25;
  font-size: 1.5rem;
  padding: 4rem 0;
}

@media (min-width: 1200px) {
  .certificate {
    padding: 12rem 0 4rem;
  }
}

@media (min-width: 1900px) {
  .certificate {
    padding: 22.3125rem 0 11.5625rem;
    font-size: 2.5rem;
  }
}

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

@media (min-width: 992px) {
  .certificate__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.certificate__icon {
  height: 7rem;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .certificate__icon {
    margin-bottom: 0;
    height: 10rem;
  }
}

@media (min-width: 1900px) {
  .certificate__icon {
    margin-bottom: 0;
    height: unset;
  }
}

@media (min-width: 992px) {
  .certificate__content {
    padding-left: 4.625rem;
  }
}

.certificate__author {
  display: block;
  font-style: italic;
  padding: 1.3125rem 0 0 .4375rem;
}

.research {
  font-family: "Source Sans Pro", sans-serif;
}

@media (min-width: 1200px) {
  .research {
    padding: 0 0 4rem 1rem;
  }
}

@media (min-width: 1900px) {
  .research {
    padding: 0;
  }
}

.research__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.27;
  font-size: 1.625rem;
}

@media (min-width: 768px) {
  .research__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.research__icon {
  height: 6rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .research__icon {
    margin-bottom: 0;
    height: unset;
  }
}

@media (min-width: 768px) {
  .research__text {
    padding: .5625rem 0 0 2.875rem;
  }
}

.research__content {
  font-size: 1.25rem;
  line-height: 1.25;
  padding-top: 3rem;
}

.articles {
  padding-top: 4rem;
}

@media (min-width: 1200px) {
  .articles {
    max-width: 104.375rem;
    padding-top: 8.6875rem;
    margin-bottom: -6.25rem;
  }
}

.articles__maintitle {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .articles__maintitle {
    font-size: 3.25rem;
  }
}

@media (min-width: 1900px) {
  .articles__maintitle {
    margin-bottom: -.5rem;
    padding-right: 17rem;
  }
}

.articles__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 4rem;
}

@media (min-width: 1200px) {
  .articles__single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 12.5rem;
  }
}

.articles__photo {
  position: relative;
  height: 50vw;
  z-index: 2;
}

@media (min-width: 1200px) {
  .articles__photo {
    width: 24%;
    height: unset;
  }
  .articles__photo:after {
    content: '';
    padding-bottom: 101%;
    display: block;
  }
}

.articles__photo__img {
  display: block;
  width: calc( 100% - 4rem);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  z-index: 2;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 1200px) {
  .articles__photo__img {
    margin: 0;
    width: 100%;
    position: absolute;
  }
}

.articles__content {
  background: #b7c5af;
  padding: 6rem 1rem 3rem;
  position: relative;
  margin-top: -4rem;
}

@media (min-width: 1200px) {
  .articles__content {
    width: 84%;
    margin: 6.25rem 0 -6.25rem -6.25rem;
    padding: 4rem 8.1875rem 4rem 11.125rem;
  }
}

@media (min-width: 1900px) {
  .articles__content {
    width: 76%;
    padding: 5.1875rem 8.1875rem 1rem 16.125rem;
  }
}

.articles__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.625rem;
}

.articles__source {
  font-size: 1rem;
  color: #3b3b3b;
  text-decoration: none;
}

.articles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.articles__text {
  padding-top: .625rem;
}

@media (min-width: 1900px) {
  .articles__text {
    width: calc( 100% - 9.375rem);
  }
}

.articles__actions {
  padding-top: 1rem;
}

@media (min-width: 1900px) {
  .articles__actions {
    padding-top: 0;
    position: absolute;
    right: 8.0625rem;
    bottom: 5.3125rem;
  }
}

.articles__btn {
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 1200px) {
  .articles__btn {
    font-size: 1.625rem;
  }
}

.articles__btn:hover {
  color: #466343;
}

.articles__btn:after {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: .125rem;
  bottom: -.0625rem;
  left: 0;
}

.normal-page {
  padding-top: 8rem;
}

@media (min-width: 1900px) {
  .normal-page {
    padding-top: 16.25rem;
  }
}

.product-page {
  background: #f5f1f2;
  padding-top: 8rem;
}

@media (min-width: 1900px) {
  .product-page {
    padding-top: 16.25rem;
  }
}

.product-page__container {
  max-width: 100.75rem;
}

.product-page__photo {
  position: relative;
  max-width: 26rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .product-page__photo {
    width: 50%;
    max-width: unset;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .product-page__photo {
    width: 57.25%;
    max-width: unset;
    margin: 0;
  }
}

.product-page__photo__img {
  width: 84.125%;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.product-page__photo__sash {
  position: absolute;
  top: -3%;
  right: 5%;
  width: 25.75%;
  z-index: 3;
}

@media (min-width: 1900px) {
  .product-page__photo__sash {
    top: -4.5%;
    right: 4.5%;
  }
}

.product-page__photo__sash--bottom {
  z-index: 1;
}

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

@media (min-width: 992px) {
  .product-page__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.product-page__main {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .product-page__main {
    padding: 0 0 0 1.125rem;
  }
}

@media (min-width: 1200px) {
  .product-page__main {
    width: 50%;
  }
}

.product-page__back {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
}

.product-page__drops {
  margin-top: 2.25rem;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-gap: .875rem;
}

.product-page__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.125rem;
  padding: .875rem 0;
}

.product-page__info {
  font-size: 1.25rem;
}

.product-page__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  padding: 1rem 0 1.3125rem;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .product-page__text {
    max-width: 26.625rem;
  }
}

.product-page__certificate__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 0 1rem;
  text-decoration: none;
  font-weight: 600;
}

.product-page__certificate__link:hover {
  text-decoration: underline;
}

.product-page__certificate__icon {
  height: 1.5rem;
  margin-right: .5rem;
}

.product-page__price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.125rem;
  padding-bottom: .875rem;
}

.product-page__actions {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-gap: 1.25rem;
}

@media (min-width: 768px) {
  .product-page__actions {
    grid-auto-flow: column;
  }
}

.product-page__btn {
  width: 12.9375rem;
  padding: .9375rem .25rem .875rem;
  font-size: 2.125rem;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
}

.product-page__law {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.25;
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .product-page__law {
    max-width: 58rem;
    padding: 4.0625rem 0 0 .625rem;
  }
}

.quanity-box {
  background: #fff;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.125rem;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
  max-width: 12.929rem;
}

@media (min-width: 768px) {
  .quanity-box {
    max-width: 11.8125rem;
  }
}

.quanity-box__input {
  background: none;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  text-align: center;
}

.quanity-box__btn {
  position: absolute;
  border: 0;
  background: 0;
  top: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  height: 100%;
  text-align: center;
  width: 3.75rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.quanity-box__btn--minus {
  left: 0;
}

.quanity-box__btn--plus {
  right: 0;
}

.quanity-box__btn:hover {
  color: #466343;
}

.woocommerce {
  text-align: left;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.woocommerce-MyAccount-navigation li {
  background: #000;
  margin: 0 0 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce-MyAccount-navigation li:hover {
  background: #354b33;
}

.woocommerce-MyAccount-navigation li.is-active {
  background: #30452e;
}

.woocommerce-MyAccount-navigation li a {
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation li a:hover {
  color: #fff;
}

.woocommerce-info {
  border-top-color: #466343;
}

.woocommerce-info:before {
  color: #466343;
}

.woocommerce-MyAccount-content legend {
  font-weight: 400;
  font-size: 1.25rem;
  padding: 2rem 0 1rem;
}

.woocommerce-MyAccount-content em {
  font-size: 0.875rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single,
.woocommerce form .form-row select {
  background: #fff;
  border: 0;
  padding: 1rem;
  font-size: 1rem;
  font-family: inherit;
  border-radius: 0;
  resize: vertical;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.16);
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.select2-container--default .select2-selection--single:focus,
.woocommerce form .form-row select:focus {
  background: white;
}

.woocommerce form .form-row textarea {
  min-height: 5rem;
}

.woocommerce input[type="checkbox"] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.woocommerce-Address {
  padding: 1rem;
  margin: 1rem 0;
}

.woocommerce-account .addresses .title h3 {
  float: none;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  padding: 0.5rem 0;
  display: inline-block;
}

.select2-container .select2-selection--single {
  height: 51px;
  margin: 0;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  right: 10px;
}

.woocommerce table.cart img {
  max-height: 4rem;
  width: auto;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  border-radius: 0;
  margin: 1rem 0.1875rem;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
}

.woocommerce .woocommerce-info .button {
  float: none;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  display: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #466343;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #354b33;
}

.woocommerce table.cart td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce .woocommerce-cart-form button.button {
  margin: 0;
  color: #fff !important;
}

.woocommerce .woocommerce-cart-form button.button.hide {
  display: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 100%;
  border: 0;
  background: #f5f1f2;
  padding: 0.75rem 1rem;
}

.woocommerce-cart .woocommerce button.button:disabled[disabled] {
  padding: 1em;
}

.woocommerce-cart .woocommerce-message .wc-forward,
.woocommerce form .form-row .optional {
  display: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #466343;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
  background: #354b33;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce ul.order_details li {
  float: none;
  margin: 0.75rem 0;
}

.woocommerce table.shop_table .download-remaining,
.woocommerce table.shop_table .download-expires {
  display: none;
}

.woocommerce-order-overview {
  padding-top: 2rem;
}

.woocommerce .quantity .qty {
  border: 0.0625rem solid #3b3b3b;
  padding: .5rem 0;
  border-radius: 0;
  width: 100%;
  max-width: 4rem;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 100%;
  border: 0.0625rem solid #3b3b3b;
  padding: 1rem;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce ul#shipping_method li input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.pbl-container .payu-list-banks li:not(.payu-inactive) label {
  background: #fff;
}

.pbl-container .payu-list-banks li label.active {
  -webkit-box-shadow: inset 0 0 0 0.125rem #466343;
          box-shadow: inset 0 0 0 0.125rem #466343;
}
/*# sourceMappingURL=style.css.map */