/* CSS reset */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500italic,700,800|Raleway:400,500,500italic);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html, body {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center; }

fieldset, img {
  border: 0;
  text-align: center; }

input {
  border: 1px solid #b0b0b0;
  padding: 3px 5px 4px;
  color: #979797;
  width: 190px; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0; }

.font-title, h1, h2, h3, h4, h5, h6, .products .product__title, .production__title, .production__link, .brand__section-title, .brand__subtitle, .page__title, .section__title {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal; }

.font-btn, .btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem; }

.font-text, .brand__link, .brand--rustico .brand__subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal; }

/*$btn-inverted-color: #8ec34b;
$btn-inverted-bg-color: $white;
$btn-inverted-hover-color: darken($btn-inverted-color, 10%);
$btn-inverted-hover-bg-color: darken($btn-inverted-bg-color, 10%);*/
/* ----------------------------------------------------------------------------------------------------

SCSS Form Reset Helpers - Forked from: https://gist.github.com/anthonyshort/552543

Intended usage:
- MIXINS: for very specific use cases, when you dont want to reset absolutly all the forms, very verbose output.
- PLACEHOLDER SELECTORS: use as extending classes. Less verbose, more generic overrides.

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
  ::-webkit-search-decoration {
    display: none; }
  ::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none; }

/*---------------------------------------------*\
                   
\*---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  color: inherit;
  z-index: 1;
  -webkit-text-size-adjust: none; }

html, body {
  min-height: 100%;
  height: auto;
  width: auto; }

html > body {
  min-height: 100%;
  height: auto;
  width: auto; }

html {
  box-sizing: border-box;
  font: 16px sans-serif;
  font-weight: normal;
  line-height: 1.625em; }

body {
  background: #ffffff;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

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

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin-bottom: 0; }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-size: inherit;
  font-family: inherit; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  background: none; }

p {
  margin: 0;
  clear: right; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #352f29; }

a:hover {
  color: #181613; }

a:visited, a:link {
  outline: none; }

a img {
  border: 0; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

hr {
  height: 1px;
  border: 0;
  border-bottom: 1px dotted #ccc;
  margin: 10px 0; }

p.err {
  color: red;
  margin-bottom: 10px; }

a[href^="mail"] {
  word-break: break-all;
  display: inline-block; }

strong {
  font-weight: bold; }

input {
  margin: 0;
  padding: 0; }

form p {
  margin: 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

ul {
  list-style-position: inside;
  margin: 0;
  padding: 0; }

.hide {
  display: none; }

strong.err {
  font-size: inherit;
  padding: 0; }

h3.err {
  color: #f12;
  font-size: 30px;
  padding: 0; }

/** UTILITY **/
.clearfix:after, .u-grid:after, .showcase:after, .products:after, .news__header:after, .news__gallery:after, .brand__composition:after, .brand__composition-element--aside:after, .brand__composition-element--grid:after, .page__header--slider .bx-wrapper:after, .contacts:after, .contacts .social:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix, .u-grid, .showcase, .products, .news__header, .news__gallery, .brand__composition, .brand__composition-element--aside, .brand__composition-element--grid, .page__header--slider .bx-wrapper, .contacts, .contacts .social {
  display: inline-block; }

* html .clearfix, * html .u-grid, * html .showcase, * html .products, * html .news__header, * html .news__gallery, * html .brand__composition, * html .brand__composition-element--aside, * html .brand__composition-element--grid, * html .page__header--slider .bx-wrapper, .page__header--slider * html .bx-wrapper, * html .contacts, * html .contacts .social, .contacts * html .social {
  height: 1%; }

.clearfix, .u-grid, .showcase, .products, .news__header, .news__gallery, .brand__composition, .brand__composition-element--aside, .brand__composition-element--grid, .page__header--slider .bx-wrapper, .contacts, .contacts .social {
  display: block; }

.full {
  width: 100%; }

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

.right {
  margin: auto;
  margin-right: 0;
  text-align: right; }

.left {
  margin: auto;
  margin-left: 0;
  text-align: left; }

.u-grid .u-col-1-2, .u-grid .u-col-1-3, .u-grid .u-col-1-4, .u-grid .u-col-1-5, .u-grid .u-col-2-3 {
  width: 100%;
  float: left; }
@media (min-width: 980px) {
  .u-grid .u-col-1-2 {
    width: 50%; } }
@media (min-width: 490px) {
  .u-grid .u-col-1-4 {
    width: 50%; } }
@media (min-width: 980px) {
  .u-grid .u-col-1-4 {
    width: 25%; } }
@media (min-width: 490px) {
  .u-grid .u-col-1-5 {
    width: 50%; } }
@media (min-width: 980px) {
  .u-grid .u-col-1-5 {
    width: 20%; } }

.image-cover, .page__header--background {
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat; }

/*---------------------------------------------*\
                   layout 
\*---------------------------------------------*/
#wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 284px;
  overflow: hidden;
  position: relative;
  height: 100%; }

.wrapper-page {
  width: 87.5%;
  max-width: 100%;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: auto;
  margin-left: auto;
  height: 100%; }
  @media (min-width: 640px) {
    .wrapper-page {
      padding-left: 50px;
      padding-right: 50px; } }
  .wrapper-page--full {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .wrapper-page--small {
    padding-left: 22px;
    padding-right: 22px; }
    @media (min-width: 768px) {
      .wrapper-page--small {
        width: 75%; } }

.logo {
  position: relative;
  width: 130px;
  height: 65px;
  padding-top: 8px;
  max-height: 100%; }
  @media (min-width: 980px) {
    .logo {
      width: 175px;
      height: 118px; } }
  @media (min-width: 1100px) {
    .logo {
      width: 207px; } }
  .logo__link {
    display: block;
    height: 100%;
    width: 100%; }
  .logo__image {
    background-image: url("/i/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%; }
  .logo__text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

.languages {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 800; }
  .languages__value {
    color: #ffffff;
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    letter-spacing: 0;
    opacity: 0.6; }
    .languages__value a {
      color: inherit; }
      .languages__value a:hover {
        color: inherit; }
    .languages__value--active, .languages__value:hover {
      opacity: 1; }
    .languages__value:last-child {
      border-right: none;
      padding-right: 0; }

.slider__container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.slider__element {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent center center no-repeat;
  background-size: cover; }
.slider--home {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%; }

.instagram {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }
  .instagram__link {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: relative; }
    .instagram__link:after {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: transparent;
      -webkit-transition: all 0.25s ease-out 0s;
      transition: all 0.25s ease-out 0s; }
    .instagram__link:hover:after {
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-filter: blur(20%);
              filter: blur(20%); }
  .instagram__image {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent center center no-repeat;
    background-size: cover; }
    .instagram__image-wrapper {
      width: 100%;
      height: 100%;
      overflow: hidden; }

.icon {
  display: block;
  background-repeat: no-repeat; }
  .icon__scroll-down {
    width: 45px;
    height: 24px;
    background-position: 0 0;
    background-image: url("/i/icon-scroll-down.png"); }
    .icon__scroll-down--dark {
      background-image: url("/i/icon-scroll-down-dark.png"); }
  .icon__next {
    width: 24px;
    height: 45px;
    background-position: 0 0;
    background-image: url("/i/icon-next.png");
    background-size: contain;
    max-width: 24px; }
  .icon__fsc {
    width: 68px;
    height: 100px;
    background-position: 0 0;
    background-image: url("/i/fsc-label.png");
    background-size: contain; }
  .icon__social {
    width: 30px;
    height: 30px;
    background-position: 0 0;
    background-size: contain; }
    .icon__social--facebook {
      background-image: url("/i/icon-facebook.png"); }
    .icon__social--instagram {
      background-image: url("/i/icon-instagram.jpg"); }

.btn {
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #352f29;
  color: #352f29;
  display: block;
  min-height: 49px;
  width: 282px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  letter-spacing: 0.32em;
  max-width: 100%;
  /*&--inverted {
      background-color: $btn-inverted-bg-color;
      color: $btn-inverted-color; 
  }
  
  &:hover {
      background-color: $btn-inverted-hover-bg-color;
      color: $btn-inverted-hover-color;
  }*/ }
  .btn:hover {
    border-color: #181613;
    color: #181613; }

.menu-trigger {
  cursor: pointer;
  display: block;
  width: 39px;
  height: 50px;
  padding: 13px 13px 13px 0;
  text-align: center;
  position: relative;
  float: left;
  margin-top: 6px;
  margin-left: -18px;
  margin-right: 18px; }
  @media (min-width: 980px) {
    .menu-trigger {
      margin-top: 12px; } }
  .menu-trigger .e1, .menu-trigger .e2, .menu-trigger .e3 {
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 3px;
    margin: 5px 0; }
  .menu-trigger .e3 {
    margin-bottom: 0; }
  @media (min-width: 980px) {
    .menu-trigger {
      display: none; } }
  .menu-trigger--close .e1, .menu-trigger--close .e2, .menu-trigger--close .e3 {
    background-color: #ffffff; }
  .menu-trigger--close .e1, .menu-trigger--close .e2 {
    width: 65%;
    left: 0;
    right: 0;
    margin: auto; }
  .menu-trigger--close .e1 {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%; }
  .menu-trigger--close .e2 {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%; }
  .menu-trigger--close .e3 {
    display: none; }

@media (max-width: 979px) {
  .menu {
    display: none; } }
.menu__container {
  padding-top: 49px; }
.menu__value {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-left: 45px;
  zoom: 1;
  *display: inline;
  position: relative; }
  .menu__value:first-child {
    margin-left: 0; }
  .menu__value--active:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 3px solid #ffffff;
    position: absolute; }
  .menu__value-link {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 0.875rem;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.6; }
    .menu__value-link:hover {
      opacity: 1;
      color: #ffffff; }
    .menu__value-link:after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      border-bottom: 3px solid #ffffff;
      content: '';
      opacity: 0;
      display: block;
      -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      transition: height 0.3s, opacity 0.3s, transform 0.3s;
      transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
    .menu__value-link:hover::after, .menu__value-link:focus::after {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px); }
  .menu__value--active .menu__value-link {
    opacity: 1; }
.menu__submenu {
  position: absolute;
  min-width: 220px;
  top: 60px;
  left: 0;
  right: 0;
  margin-left: -50%;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  max-height: 0;
  overflow: hidden; }
.menu__value.over .menu__submenu {
  max-height: 9999px; }
.menu__submenu .menu__container {
  background: rgba(51, 51, 51, 0.9);
  position: relative;
  padding: 30px 40px !important;
  margin-top: 15px; }
  .menu__submenu .menu__container:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #333333;
    opacity: 0.9;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto; }
.menu__submenu .menu__value {
  display: block;
  margin-left: 0;
  margin-bottom: 8px; }

#wrapper {
  width: 100%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.nav {
  position: fixed;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  overflow-y: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  left: 0;
  bottom: 0;
  z-index: 40; }
  @media (min-width: 980px) {
    .nav {
      display: none; } }
  .nav .menu-trigger {
    margin-left: 22px;
    margin-top: 4px; }
  .nav .languages {
    position: absolute;
    top: 24px;
    left: 180px; }
  .nav__container {
    background: #333333;
    width: 20%;
    min-width: 280px;
    height: 100%;
    margin-right: auto;
    margin-left: 0; }
  .nav__list {
    padding: 60px 30px 20px; }
  .nav__value {
    color: #ffffff;
    display: block;
    padding: 15px 0;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 0.875rem;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    .nav__value-link {
      color: #ffffff;
      text-decoration: none;
      opacity: 0.6; }
      .nav__value-link:hover, .nav__value-link:focus {
        color: #ffffff; }
    .nav__value--active .nav__value-link {
      opacity: 1; }
  .nav__info {
    padding: 16px 30px 20px; }
    .nav__info-element {
      color: #ffffff;
      font-size: 0.875rem;
      padding: 10px 0;
      line-height: 1.1em;
      list-style: none; }
      .nav__info-element:first-child {
        padding-left: 0; }
      .nav__info-element:last-child {
        border-right: none; }
  .nav__submenu .nav__container {
    width: auto;
    min-width: 0; }
  .nav__submenu .nav__value {
    padding-left: 15px;
    font-size: 0.8125rem; }

.nav.nav--opened {
  width: 100%; }

.showcase__element {
  width: 100%;
  text-align: center;
  margin-bottom: 25px; }
  .showcase__element:first-child {
    text-align: left; }
  .showcase__element:last-child {
    text-align: right; }
  @media (min-width: 980px) {
    .showcase__element {
      float: left;
      width: 33%;
      margin-bottom: 0; } }
.showcase--production .showcase__element .production {
  width: 90.90%;
  margin: auto; }
@media (min-width: 980px) {
  .showcase--production .showcase__element:first-child .production {
    margin-left: 0; }
  .showcase--production .showcase__element:last-child .production {
    margin-right: 0; } }
.showcase--brands .showcase__element .brand {
  width: 75.75%;
  max-width: 303px;
  margin: auto; }
@media (min-width: 980px) {
  .showcase--brands .showcase__element:first-child .brand {
    margin-left: 0; }
  .showcase--brands .showcase__element:last-child .brand {
    margin-right: 0; } }
.showcase--social .showcase__element {
  margin-bottom: 0;
  height: 300px; }
  @media (min-width: 480px) {
    .showcase--social .showcase__element {
      float: left;
      width: 50%; } }
  @media (min-width: 800px) {
    .showcase--social .showcase__element {
      width: 33.33333%; } }
  @media (min-width: 980px) {
    .showcase--social .showcase__element {
      width: 25%; } }
  @media (min-width: 1100px) {
    .showcase--social .showcase__element {
      width: 20%; } }

.who-gallery {
  position: relative;
  display: block;
  background: #ffffff; }
  .who-gallery__background {
    height: 400px;
    background: #ffffff url("/i/who.jpg") no-repeat center top;
    background-size: cover;
    margin-bottom: 300px; }
  .who-gallery__content {
    display: block;
    position: absolute;
    width: 1600px;
    max-width: 100%;
    height: 700px;
    top: -200px;
    left: 0;
    right: 0;
    margin: auto; }
  @media (min-width: 980px) {
    .who-gallery__background {
      height: 700px;
      margin-bottom: 600px; }
    .who-gallery__content {
      height: 1400px; } }

.polaroid {
  display: block;
  position: absolute;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 5px 5px 0px rgba(1, 2, 2, 0.32);
  width: 186px;
  height: 152px;
  padding: 4px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }
  @media (min-width: 480px) {
    .polaroid {
      width: 215px;
      height: 176px;
      padding: 5px; } }
  @media (min-width: 640px) {
    .polaroid {
      width: 286px;
      height: 234px;
      padding: 7px; } }
  @media (min-width: 980px) {
    .polaroid {
      width: 430px;
      height: 352px;
      padding: 10px; } }
  .polaroid__content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center center;
    background-size: cover;
    border: 1px solid #ffffff;
    outline: 1px solid transparent; }
  .polaroid--0 {
    top: 0;
    right: -1.875%;
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg); }
  .polaroid--1 {
    top: 8.21429%;
    left: 14.375%;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg); }
  .polaroid--2 {
    top: 28.57143%;
    left: 1.875%;
    -webkit-transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
            transform: rotate(-9deg);
    z-index: 0; }
  .polaroid--3 {
    top: 30.35714%;
    left: 53.125%;
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg); }
  .polaroid--4 {
    top: 56.42857%;
    left: 39.375%;
    -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
            transform: rotate(-6deg); }
  .polaroid--5 {
    top: 67.14286%;
    left: 67.5%;
    -webkit-transform: rotate(0.05deg);
        -ms-transform: rotate(0.05deg);
            transform: rotate(0.05deg); }
    @media (max-width: 479px) {
      .polaroid--5 {
        top: 72.143%;
        left: 57.5%; } }
  .polaroid--6 {
    top: 71.42857%;
    left: 10%;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    z-index: 0; }
    @media (max-width: 479px) {
      .polaroid--6 {
        top: 80.429%;
        left: 1%; } }

.products-list {
  @extends .font-text;
  color: #333333;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1em;
  text-transform: uppercase; }
.products-subtitle {
  color: #9c775e;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 0.9em;
  text-transform: uppercase;
  margin: 0.8em auto 0; }
.products .product {
  border-bottom: 1px solid #717171;
  padding: 3.85%;
  height: 100%;
  width: 100%;
  float: left;
  margin-bottom: 4%; }
  @media (min-width: 490px) {
    .products .product {
      width: 50%;
      min-height: 520px;
      border-bottom: none;
      border-right: 1px solid #717171; }
      .products .product:nth-child(2n) {
        border-right: none; } }
  @media (min-width: 1100px) {
    .products .product {
      width: 25%;
      min-height: 0;
      margin-bottom: 0; }
      .products .product:nth-child(2n) {
        border-right: 1px solid #717171; }
      .products .product:last-child {
        border-right: none; } }
  .products .product__title {
    color: #d3c9bd;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.19em;
    line-height: 1.1em;
    margin-bottom: 1.6em; }
  .products .product__list-value {
    color: #ffffff;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.85em;
    font-weight: bold; }

.news {
  background: #333333;
  color: #f4f0ec;
  text-align: left; }
  .news .wrapper-page {
    padding: 0; }
  .news__header {
    padding: 65px 0 40px;
    position: relative; }
    .news__header-content {
      text-align: center; }
      @media (min-width: 800px) {
        .news__header-content {
          float: left;
          width: 90%;
          text-align: left; } }
    .news__header-aside {
      width: 100%;
      position: relative;
      height: 75px;
      margin-bottom: 25px; }
      @media (min-width: 800px) {
        .news__header-aside {
          width: 10%;
          float: right;
          position: relative;
          height: 94px; } }
  .news__content {
    padding-bottom: 125px; }
  .news__title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.1em;
    text-transform: uppercase; }
  .news__text {
    font-size: 0.875rem;
    line-height: 1.6em; }
  .news__logo {
    display: block;
    max-width: 100%;
    height: auto;
    text-align: center; }
    .news__logo-wrapper {
      position: relative;
      display: block;
      width: 75px;
      height: 75px;
      overflow: hidden;
      max-height: 100%;
      margin: auto;
      text-align: center; }
      @media (min-width: 800px) {
        .news__logo-wrapper {
          height: 135px;
          width: 135px;
          max-height: auto;
          position: absolute;
          top: -25px;
          right: 32.3%;
          max-width: 100%;
          max-height: none; } }
      @media (min-width: 980px) {
        .news__logo-wrapper {
          right: 0; } }
  .news__gallery {
    overflow: hidden; }
    .news__gallery-wrapper {
      width: 46%;
      margin-right: 3%;
      margin-bottom: 3%;
      height: 14%;
      padding: 0.5%;
      background: #ffffff;
      float: left;
      overflow: hidden;
      position: relative; }
      .news__gallery-wrapper:last-child {
        margin-right: 0; }
      @media (min-width: 480px) {
        .news__gallery-wrapper {
          width: 30%;
          margin-right: 3.3%;
          margin-bottom: 3.3%; } }
      @media (min-width: 980px) {
        .news__gallery-wrapper {
          width: 18%;
          margin-right: 2.5%;
          margin-bottom: 0; } }
    .news__gallery-overlay {
      display: block;
      position: absolute;
      z-index: 20;
      overflow: hidden;
      -webkit-transition: all 0.25s ease-out 0s;
      transition: all 0.25s ease-out 0s;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
      @media (min-width: 980px) {
        .news__gallery-overlay {
          height: 0;
          background: rgba(0, 0, 0, 0.65); } }
    .news__gallery-expand {
      display: block;
      position: absolute;
      z-index: 100;
      width: 40px;
      height: 40px;
      border: solid 5px #ffffff;
      text-align: center;
      color: #fff;
      line-height: 28px;
      font-weight: 700;
      font-size: 30px;
      border-radius: 20px; }
      .news__gallery-expand:hover {
        border-color: #81c359;
        color: #81c359; }
    .news__gallery-overlay .news__gallery-expand {
      left: 0;
      right: 0;
      top: 50%;
      margin: -20px auto 0; }
    .u-gallery--hover .news__gallery-overlay {
      height: 100%; }
    .news__gallery-image {
      display: block;
      height: auto;
      max-width: 100%;
      text-align: center;
      vertical-align: middle;
      max-height: 100%;
      margin: auto; }
  .news--reverse {
    background-color: #ddd7d0;
    color: #333333; }

.production {
  /*
  display: block;
  position: relative;
  margin: auto;*/
  text-align: left;
  max-width: 360px; }
  .production__image {
    display: block;
    max-width: 100%;
    height: auto; }
    .production__image-wrapper {
      border: 1px solid #e6e6e6;
      display: block;
      position: relative;
      max-width: 100%;
      width: 100%;
      height: 78.333%;
      overflow: hidden; }
  .production__title, .production__link {
    font-size: 0.875rem;
    line-height: 1.43em; }
  .production__title {
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 15px; }
  .production__link {
    font-weight: 500;
    font-style: italic;
    color: #333333; }

.brand__title {
  display: block;
  position: relative;
  height: 333px;
  width: 333px;
  max-width: 80%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0; }
  .brand__title-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%; }
  .brand__title-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
.brand__section-title {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1em;
  color: #ffffff;
  letter-spacing: 0.19em;
  left: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 980px) {
    .brand__section-title {
      font-size: 2.25rem; } }
.brand__content {
  padding: 10.75% 0 7%; }
.brand__subtitle {
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-bottom: 3.333%;
  letter-spacing: 0.19em; }
  @media (min-width: 980px) {
    .brand__subtitle {
      font-size: 2.25rem; } }
.brand__text {
  font-size: 0.875rem;
  line-height: 1.857em;
  letter-spacing: 0.05em; }
  .brand__text em {
    font-weight: 500; }
.brand__link {
  display: block;
  font-weight: 800;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 11%;
  text-align: center; }
  .brand__link .icon {
    margin: 7% auto;
    width: 7.92%; }
.brand__image {
  display: block;
  max-width: 100%;
  height: auto; }
  .brand__image-wrapper {
    width: 100%;
    overflow: hidden;
    display: block; }
.brand__composition {
  height: 600px;
  padding-bottom: 17.5%;
  box-sizing: content-box;
  margin: auto;
  max-width: 1156px; }
  .brand__composition--sub {
    height: auto;
    padding-bottom: 10%;
    max-width: 1200px;
    margin: auto; }
  .brand__composition-element--vertical {
    float: left;
    height: 100%;
    width: 33.33333%; }
  .brand__composition-element--horizzontal {
    height: 50%;
    position: relative; }
  .brand__composition-element--square {
    float: left;
    width: 50%;
    height: 100%;
    position: relative; }
  .brand__composition-element--circle {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: auto auto 4%; }
    @media (min-width: 800px) {
      .brand__composition-element--circle {
        float: left;
        width: 30%;
        margin: auto;
        max-width: 400px;
        margin-right: 4%; }
        .brand__composition-element--circle:last-child {
          margin-right: 0; } }
  .brand__composition-element--aside {
    float: left;
    height: 100%;
    width: 66.66667%; }
  .brand__composition-element--grid {
    height: 50%;
    margin: auto;
    margin-right: 0; }
  .brand__composition-image {
    display: block;
    background: transparent no-repeat center center;
    background-size: cover;
    border: 1px solid #e6e6e6; }
  .brand__composition-element--vertical .brand__composition-image {
    width: 100%;
    height: 100%;
    max-width: 360px; }
  .brand__composition-element--horizzontal .brand__composition-image {
    width: 100%;
    height: 94%;
    max-width: 96.75%;
    margin: auto;
    margin-right: 0; }
  .brand__composition-element--square .brand__composition-image {
    width: 100%;
    height: 94%;
    max-width: 93.56%;
    margin: auto;
    margin-bottom: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 0; }
  .brand__composition-element--circle .brand__composition-image {
    position: relative;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    padding-top: 100%; }
  .brand__composition--desktop {
    display: none; }
    @media (min-width: 980px) {
      .brand__composition--desktop {
        display: block; } }
  .brand__composition--mobile {
    display: block; }
    @media (max-width: 640px) {
      .brand__composition--mobile {
        height: auto; } }
    @media (min-width: 980px) {
      .brand__composition--mobile {
        display: none; } }
  .brand__composition--mobile .brand__composition-element--square .brand__composition-image {
    margin-bottom: auto;
    margin-right: auto;
    left: 0;
    top: 0; }
  @media (max-width: 640px) {
    .brand__composition--mobile .brand__composition-element--square {
      height: 282px;
      width: 100%; } }
.brand--olmo {
  background-color: #fefaed; }
.brand--olmo .brand__subtitle {
  color: #00ba00; }
.brand--olmo .brand__composition-element--horizzontal .brand__composition-image {
  margin-right: 0; }
.brand--olmo .brand__composition-element--square .brand__composition-image {
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 0; }
.brand--lusso {
  background-color: #333333;
  color: #ffffff; }
.brand--lusso .brand__subtitle {
  color: #d3c9bd; }
.brand--lusso .brand__composition-element--horizzontal .brand__composition-image {
  margin-left: 0;
  position: absolute;
  left: 0;
  bottom: 0; }
.brand--lusso .brand__composition-element--square .brand__composition-image {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0; }
.brand--rustico {
  background-color: #f7f2ec; }
.brand--rustico .brand__subtitle {
  color: #282625;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0; }

.header {
  background-color: transparent;
  z-index: 10;
  height: 130px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 10px;
  z-index: 2; }
  .header .logo {
    position: absolute;
    z-index: 2; }
    @media (max-width: 979px) {
      .header .logo {
        left: 0;
        right: 0;
        top: 0;
        border: 0;
        margin: auto; } }
  .header .menu {
    height: 100%;
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    z-index: 1; }
  .header .languages {
    display: none;
    z-index: 2; }
    @media (min-width: 980px) {
      .header .languages {
        display: block;
        position: absolute;
        top: 58px;
        right: 0; } }
  .header .wrapper-page {
    padding-right: 0;
    padding-left: 0;
    position: relative; }
  .header--fixed {
    background-color: #333333;
    padding: 0 10px;
    height: 70px; }
  .header--fixed .logo {
    width: 130px;
    height: 65px;
    padding-top: 8px; }
  .header--fixed .logo__image {
    background-image: url("/i/logo.png"); }
  .header--fixed .menu__container {
    padding-top: 22px; }
  .header--fixed .languages {
    top: 30px; }

.page {
  text-align: center; }
  .page__header {
    height: 495px;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #f4f0ec; }
    .page__header-group {
      width: 100%; }
      .page__header-group.vertical-center {
        margin: auto;
        left: 0;
        right: 0; }
    .page__header--slider {
      position: relative;
      height: 700px;
      margin-top: -130px;
      -webkit-transition: all 0.25s ease-out 0s;
      transition: all 0.25s ease-out 0s;
      /*.slider__container {
          height: 831px;
      }*/ }
      @media (min-width: 768px) {
        .page__header--slider {
          height: 831px; } }
      .page__header--slider .slider {
        z-index: 0; }
      .page__header--slider .bx-wrapper, .page__header--slider .bx-viewport {
        height: 100% !important; }
      .page__header--slider .bx-wrapper .bx-pager {
        margin: auto !important;
        right: 0 !important;
        left: 0 !important;
        text-align: right; }
        .page__header--slider .bx-wrapper .bx-pager.bx-default-pager a {
          background-color: transparent !important;
          border: 1px solid #ffffff !important;
          width: 16px;
          height: 16px;
          border-radius: 8px !important;
          font-size: 0;
          margin: 0 15px; }
          .page__header--slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .page__header--slider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background-color: #ffffff !important; }
      @media (min-width: 1024px) {
        .page__header--slider .bx-wrapper .bx-pager {
          max-width: 100%;
          left: auto !important;
          padding-right: 50px; } }
      .page__header--slider .bx-viewport {
        width: 100% !important; }
    .page__header--background {
      background-position: center center; }
    .page__header--products {
      background-image: url("/i/header-prodotti.jpg"); }
      @media (min-width: 768px) {
        .page__header--products {
          height: 775px; } }
    .page__header--products .page__header-group {
      height: 100%; }
    .page__header--who, .page__header--news {
      height: auto; }
    @media (min-width: 768px) {
      .page__header--brand {
        height: 780px; } }
    .page__header--brand .page__header-group, .page__header--subbrand .page__header-group {
      height: 100%; }
    .page__header .icon.icon-scroll {
      cursor: pointer;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (min-width: 480px) {
        .page__header .icon.icon-scroll {
          bottom: 50px; } }
  .page__title {
    font-weight: 400;
    font-size: 2.8125rem;
    line-height: 0.94em;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 980px) {
      .page__title {
        font-size: 4.5rem; } }
  .page__content {
    padding: 4%; }
  .page__text p {
    margin-bottom: 1em; }
  .page--who {
    background-color: #f4f0ec; }
  .page--news .page__header-group, .page--who .page__header-group {
    padding: 130px 0 60px; }
  .page--news .page__title, .page--who .page__title {
    color: #37190e;
    font-size: 2.25rem;
    font-weight: 500; }
    @media (min-width: 980px) {
      .page--news .page__title, .page--who .page__title {
        font-size: 3rem; } }
  .page--who .page__content {
    text-align: center;
    padding-bottom: 200px; }
  .page--who .page__text {
    color: #444643;
    font-size: 0.875rem;
    line-height: 1.625em; }
  .page--products .page__title {
    color: #333333;
    line-height: 0.9em;
    font-size: 3.125rem;
    position: absolute;
    bottom: 89px;
    left: 0;
    right: 0; }
    @media (min-width: 980px) {
      .page--products .page__title {
        font-size: 3.75rem; } }

.header + .page {
  padding-top: 70px; }

.header--fixed + .page .page__header--slider {
  margin-top: -70px; }

.section {
  background: #ffffff;
  padding: 4.5% 0 5.625%; }
  .section__title {
    color: #1c1c1c;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 6.25%; }
    @media (min-width: 980px) {
      .section__title {
        font-size: 1.875rem; } }
    .section__title--instagram {
      position: relative; }
      .section__title--instagram:before {
        content: "";
        display: block;
        position: relative;
        height: 32px;
        width: 48px;
        background: transparent url("/i/instagram.png") no-repeat center center;
        background-size: contain;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 20px; }
        @media (min-width: 640px) {
          .section__title--instagram:before {
            height: 48px; } }
  .section--products {
    padding: 6.85% 0;
    background: #333333 url("/i/products-background.jpg") center center no-repeat;
    background-size: cover; }
  .section--green {
    background: #81c359; }
  .section--green .section__title {
    color: #ffffff; }
  .section--dark {
    background: #333333; }
  .section--dark .section__title {
    color: #ffffff; }
  .section--social {
    padding-bottom: 0; }
  .section--social .section__title {
    margin-bottom: 3%; }

/*
.section {
    padding: 12% 0 8%;
    
    @include breakpoint(1024px) {
        padding: 4% 0 3%;
    }
    
    &__header, &__content {
        @extend .border-content;
    }
    
    &__header {
        &-content {
            background-color: $white;
            max-height: 162px;
            padding: 8% 6% 6%;
            
            @include breakpoint(980px) {
                padding: 4% 3% 3%;
            }
        }
        
        &-title {
            @extend .font-title;
            font-size: 2rem;
            line-height: 0.9em;
            
            @include breakpoint(980px) {
                font-size: 2.8125rem;
            }            
        }
        
        &-subtitle {
            @extend .font-title;
            font-size: 1rem;
            font-weight: 900;
            color: $light-gray;
            text-transform: uppercase;
            line-height: 1.2em;
            
            @include breakpoint(980px) {
                font-size: 1.125rem;
                line-height: 1.5em;
            }
            
            p {
                line-height: inherit;
                font-weight: inherit;
                font-size: inherit;
            }
        }
        
        &--btn &-content {
            @extend .clearfix;
            position: relative;
        }
        &--btn &-title {
            line-height: 1.1em;
            text-align: center;
            
            @include breakpoint(980px) {
                float: left;
                line-height: 58px;
                text-align: left;
            }
        }
        &--btn &-btn {
            margin-top: 10px;
            
            .btn {
                margin: auto;
            }
            
            @include breakpoint(980px) {
                margin-top: 0;
                float: right;
            }
        }
    }
    
    &__content {
        margin-top: 25px;
        
        &-wrapper {
            background-color: $white;
            padding: 4%;
            position: relative;
            height: 100%;
            
            @include breakpoint(980px) {
                padding: 2%;
            }
        }
    }
    
    &__title {
        @extend .font-title;
        border-bottom: 6px solid $purple;
        font-size: 1.125rem;
        max-width: 80%;
        text-align: left;
        padding-bottom: 4px;
        margin-bottom: 15px;
        
        @include breakpoint(1024px) {
            font-size: 1.5rem;
            border-bottom-width: 10px;
            height: 72px;
        }
    }
    
    &__grid {
        @extend .clearfix;
    }
    
    &__col {
        background-color: $white;
        padding: 30px;
        position: relative;
        margin-bottom: 4%;
        
        &-1-3 {
            @include breakpoint(1024px) {
                float: left;
                width: 98/3/100 * 100%;
                margin-bottom: 0;

                &:nth-child(2n) {
                    margin-right: 1%;
                    margin-left: 1%;
                }
            }
        }
        
        &-1-2 {
            @include breakpoint(1024px) {
                float: left;
                width: 49%;
                margin-bottom: 0;

                &:first-child {
                    margin-right: 1%;
                }
                
                &:nth-child(2n) {
                    margin-left: 1%;
                }
            }
        }
        
        &-header {
            @extend .clearfix;
        }
        
        &-icon {
            height: 68px;
            text-align: center;
            margin-bottom: 8px;
            
            .icon {
                margin: auto;
                max-width: 100%;
                max-height: 100%;
            }
            
            @include breakpoint(1024px) {
                height: 78px;
            }
        
            @include breakpoint(1280px) {
                float: left;
                margin-left: 0;
                margin-bottom: 0;
            }
        }
        
        &-title {
            @extend .font-title;
            border-bottom: 6px solid $purple;
            font-size: 1.75rem;
            min-width: 70%;
            text-align: center;
            padding-bottom: 4px;
            
            @include breakpoint(1024px) {
                font-size: 2.125rem;
                border-bottom-width: 10px;
                height: 78px;
            }
            
            @include breakpoint(1280px) {
                float: right;
                text-align: right;
                padding-bottom: 0;
            }
        }
        
        &-content {
            display: block;
            position: relative;
        }
                
        &-btn {
            @include breakpoint(980px) {
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;
                bottom: $btn-height / 2 * -1;
            }
            
            .btn {
                @extend .center;
            }
        }
    }
    
    &__col-content &__text {
        margin: 15% auto;
        
        @include breakpoint(1024px) {
            margin: 25% auto;
        }
    }
    
    &__text {
        @extend .font-text;
        min-height: 3 * $line-height;
        
        ul { list-style: disc; }
        li { margin: 0 0 8px 15px; }
        
        &--list {
            ul {
                @extend .clearfix;
                list-style: none;
            }
            
            li {
                @extend .font-btn;
                font-size: 1rem;
                color: $light-gray;
                text-transform: uppercase;
                line-height: 1.2em;
                margin: 6% 0;
                padding-bottom: 2px;
                letter-spacing: 0.282em;
                position: relative;
                padding-right: 1%;
                min-height: 2.4em;
                
                                
                &:after {
                    content: "";
                    display: block;
                    position: absolute;
                    border-bottom: 2px solid $purple;
                    bottom: 0;
                    width: 60%;
                }
                
                @include breakpoint(980px) {
                    font-size: 1.125rem;
                    min-height: 3em;
                    margin: 3% 0;
                    line-height: 1.5em;
                    float: left;
                    width: 1/3*100%;
                }
            }
            
            &.block {
                li {
                    float: none;
                    width: 100%;
                }
            }
        }
        
        &--intro {
            font-size: 1.125rem;
            min-height: 0;
            
            @include breakpoint(980px) {
                font-size: 1.3125rem;
            }
        }
    }
    
    & + .banner--news {
        margin-top: 150px;
    }
    
    &--small &__header-content {
        padding: 3% 6%;
        
        @include breakpoint(980px) {
            padding: 1.5% 3%;    
        }
    }
    
    &--intro {
        padding-bottom: 0;   
    }
}

*/
.contacts {
  letter-spacing: 0;
  background: #f4f0ec; }
  .contacts__content, .contacts__map {
    width: 100%;
    float: left; }
    @media (min-width: 980px) {
      .contacts__content, .contacts__map {
        width: 50%; } }
  .contacts__content {
    padding: 7.625% 4% 5.5% 8.25%;
    color: #352f29; }
    @media (min-width: 640px) {
      .contacts__content .u-col-1-2 {
        width: 50%; } }
    @media (min-width: 980px) {
      .contacts__content .u-col-1-2 {
        width: 100%; } }
    @media (min-width: 1024px) {
      .contacts__content .u-col-1-2 {
        width: 50%; } }
  .contacts__title {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.222em; }
  .contacts__text {
    font-size: 0.875rem;
    line-height: 1.571em; }
    .contacts__text a {
      font-weight: bold; }
  .contacts__map {
    height: 400px; }
    @media (min-width: 980px) {
      .contacts__map {
        height: 465px;
        min-height: 465px; } }
  .contacts .btn, .contacts .social {
    margin-top: 10%; }
  .contacts .btn {
    max-width: 90%; }
  .contacts .social a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    float: left;
    margin-right: 15px; }
  .contacts .social .icon__fsc {
    float: left;
    margin-right: 45px; }
  .contacts .social .fsc-description {
    float: left; }
  .contacts .social .icon__social {
    margin-bottom: 25px; }
  .contacts .social .u-col-1-3 {
    width: 33.333333%; }
  .contacts .social .u-col-2-3 {
    width: 66.666666%; }

/*.contacts {
    &__shape {
        background: $purple url('/i/contacts-background.jpg') left top no-repeat;
        transform:  rotate(3.25deg) scale(1.002) skew(3.25deg) translate(0px);
        min-height: 100%;
        margin-top: -54px;
        margin-bottom: -54px;
    }
    
    &__content {
        min-height: 496px;
        color: #fff;
        padding: 35px 0 15px;
        transform: rotate(356.75deg) scale(1) skew(-3.25deg) translate(0px);
        padding-top: 54px;
        
        @include breakpoint(640px) {
            min-height: 596px;
        }
    }
    
    &__text {
        position: relative;
        margin: auto;
        text-align: center;
        min-height: 230px;
        
        @include breakpoint(640px) {
            min-height: 330px;
        }
        
        &:before {
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            width: auto;
            max-width: 100%;
            max-height: 100%;
            background: transparent url('/i/contacts-triangles.png') center center no-repeat;
            background-size: contain;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
    }
    
    &__title {
        @extend .font-title;
        
        font-weight: 900;
        line-height: 0.9em;
        color: $white;
        font-size: 2.25rem;
        position: relative;
        padding-top: 53px;
        width: 370px; 
        text-align: center;
        margin: auto;
        max-width: 100%;
        letter-spacing: -0.01em;
        left: 0;
        right: 0;
        margin: auto;
        
        @include breakpoint(640px) {
            font-size: 3.75rem;
        }
        
        &:before {
            content: "";
            display: block;
            height: 43px;
            width: 36px;
            background: transparent url('/i/white-grass.png') center center no-repeat;
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
    }
    
    &__btn {
        margin-top: 25px;
        
        .btn {
            text-align: center;
            margin: auto;
            color: $purple;
        }
    }
}
*/
.footer {
  background-color: #acacac;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: relative; }
  @media (min-width: 980px) {
    .footer {
      text-align: left; } }
  .footer .logo {
    height: 80px;
    padding-top: 20px;
    margin: auto; }
    @media (min-width: 980px) {
      .footer .logo {
        height: 127px; } }
  .footer .credits {
    padding: 10px 0;
    text-align: center;
    font-size: 0.875rem; }
    @media (min-width: 980px) {
      .footer .credits {
        bottom: 10px;
        width: 100%;
        margin: 0;
        left: 0; } }
    .footer .credits .link {
      color: inherit;
      text-decoration: none; }
    .footer .credits .link:hover {
      color: #1a1a1a; }

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

/*********************************************
----------- Iubenda  -----------------
*********************************************/
#iubenda-cs-banner .iubenda-banner-content * {color: white !important;}