@charset "UTF-8";
/* CSS reset */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700");
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, .section__title, .page__subtitle, .page__title, .news-filters__header, .download-section__title, .specific-finish__title, .latest_news__title, .specific__title, .wr_search-result .title, .form .checkbox label.checkbox, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.font-btn, .btn, .form input.submit {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.3125em;
}

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

::-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.3125em;
}

body {
  background: #ffffff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  width: 100%;
}

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

html.fixed, body.fixed {
  overflow: hidden;
  height: 100%;
}

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;
}

a[href], input[type=submit], input[type=image], label[for], select, button, .pointer {
  cursor: pointer;
}

p {
  margin: 0;
  clear: right;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #5B7F95;
  transition: all 0.25s ease-out 0s;
}

a:hover {
  color: rgb(71.6625, 100.0125, 117.3375);
}

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: keep-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 **/
.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;
}

@media (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .only-mobile {
    display: none;
  }
}

.clearfix, .footer .social, .footer__catalogs .catalogs-list__element, .footer__newsletter .input.input--newsletter {
  zoom: 1;
}
.clearfix:before, .footer .social:before, .footer__catalogs .catalogs-list__element:before, .footer__newsletter .input.input--newsletter:before, .clearfix:after, .footer .social:after, .footer__catalogs .catalogs-list__element:after, .footer__newsletter .input.input--newsletter:after {
  content: "";
  display: table;
}
.clearfix:after, .footer .social:after, .footer__catalogs .catalogs-list__element:after, .footer__newsletter .input.input--newsletter:after {
  clear: both;
}

.u-grid {
  zoom: 1;
}
.u-grid:before, .u-grid:after {
  content: "";
  display: table;
}
.u-grid:after {
  clear: both;
}
.u-grid .u-col, .u-grid .u-col-1-2, .u-grid .u-col-1-3, .u-grid .u-col-2-3 {
  width: 100%;
  float: left;
}
@media (min-width: 1024px) {
  .u-grid .u-col-1-2 {
    width: 50%;
  }
  .u-grid .u-col-1-3 {
    width: 33.3333333333%;
  }
  .u-grid .u-col-2-3 {
    width: 66.6666666667%;
    padding-right: 18px;
  }
}

.image-cover, .section--s-coating, .section--h-finish, .section--support, .section--background, .page__header--background, .page__header-slider .slide {
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.image, .section__icon, .section__image, .technical_design__image, .product__materials .material__image, .product__image, .designer-details__image, .designer-details__profile, .designers .designer__image, .products-grid__element-image, .news-details__image, .news-details__gallery-item, .news-list .news__image {
  display: block;
  max-width: 100%;
  margin: auto;
}
.image-wrapper, .section__icon-wrapper, .section__image-wrapper, .technical_design__image-wrapper, .technical_design__wrapper, .product__materials .material, .product__image-wrapper, .designer-details__image-wrapper, .designer-details__profile-wrapper, .designers .designer__image-wrapper, .products-grid__element-container, .news-details__image-wrapper, .news-details__gallery, .news-list .news__image-wrapper {
  display: block;
  text-align: center;
  overflow: hidden;
}

.bx-wrapper .bx-controls-direction a {
  width: 22px !important;
  height: 64px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.53);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a0a0a0 !important;
}

/*---------------------------------------------*\
                   layout 
\*---------------------------------------------*/
#wrapper {
  width: 100%;
  max-width: 100%;
  z-index: 2;
  min-width: 284px;
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

.wrapper-page {
  width: 81.1764705882%;
  max-width: 100%;
  min-height: 1px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}
@media (min-width: 640px) {
  .wrapper-page {
    width: 84.8529411765%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.wrapper-page--full {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.wrapper-page--relative {
  position: relative;
}

.logo {
  position: relative;
  width: 120px;
  height: 60px;
}
@media (min-width: 1024px) {
  .logo {
    width: 240px;
    height: 47px;
  }
}
.logo__link {
  display: block;
  height: 100%;
  width: 100%;
}
.logo__image {
  background-image: url("/i/logo.png?v=2");
  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;
}

.link {
  font-size: 1rem;
  line-height: 1.5625em;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}

.init-map {
  height: 420px;
  background-color: #dadada;
}

h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}

h2 {
  font-size: 27px;
  line-height: 27px;
  font-weight: bold;
}

/* FORM GENERICI */
.form {
  color: #000;
  font-family: "Open Sans", sans-serif;
  text-transform: initial;
  font-weight: normal;
}
.form .err {
  zoom: 1;
  text-transform: uppercase;
  display: block;
  font-size: 0.8125rem;
  padding: 3px 5px;
  color: #fff;
  background-color: #ef6a6a;
  margin: 3px 0 5px;
}
.form .err:before, .form .err:after {
  content: "";
  display: table;
}
.form .err:after {
  clear: both;
}
.form input[type=text], .form input[type=email], .form input[type=password] {
  background-color: #ffffff;
  border-radius: none;
  border: none;
  color: inherit;
  display: block;
  padding: 4px 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 100%;
  height: 33px;
  line-height: 25px;
}
.form input.submit {
  cursor: pointer;
  color: #000;
  display: block;
  height: 30px;
  background-color: #ffffff;
  border: none;
  width: 130px;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  transition: all 0.25s ease-out 0s;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 30px 0 0;
}
.form input.submit:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #000;
}
.form .select, .form p.input, .form .captcha, .form div.checkbox, .form .privacy, .form .fileInput {
  width: 720px;
  max-width: 100%;
}
.form .captcha, .form .privacy {
  margin: auto;
}
.form .mandatory-text {
  font-size: 0.75rem;
  line-height: 1.1666666667em;
  text-align: left;
}
.form p {
  margin-bottom: 15px;
  height: auto;
}
.form p.has-error {
  margin-bottom: 22px;
}
.form label {
  font-weight: 400;
  margin-bottom: 0.5em;
  display: block;
}
.form .checkbox {
  zoom: 1;
  display: block;
  margin: 30px 0;
  position: relative;
}
.form .checkbox:before, .form .checkbox:after {
  content: "";
  display: table;
}
.form .checkbox:after {
  clear: both;
}
.form .checkbox input[type=radio],
.form .checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  position: absolute;
}
.form .checkbox .mock {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: relative;
  background-color: #ffffff;
  margin: 0;
}
.form .checkbox input[type=radio]:checked + .mock:after,
.form .checkbox input[type=checkbox]:checked + .mock:after {
  content: "";
  background-color: #5B7F95;
  margin: 9px;
  height: 12px;
  position: relative;
  display: block;
}
.form .checkbox input[type=radio]:disabled + .mock:after,
.form .checkbox input[type=checkbox]:disabled + .mock:after {
  opacity: 0.6;
}
.form .checkbox label.checkbox {
  font-size: 0.8125rem;
  line-height: 1.1538461538em;
  display: block;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  vertical-align: bottom;
}
.form .checkbox .mock + span {
  padding-left: 25px;
  display: inline-block;
  width: calc(100% - 36px);
  vertical-align: bottom;
}
.form .textarea.div_text {
  width: 720px;
  max-width: 100%;
  margin: 0 auto 19px;
}
.form .textarea .text {
  font-size: 1.125rem;
  line-height: 1.1666666667em;
  padding: 4px 10px;
  width: 100%;
  height: 88px;
  background-color: #ffffff;
  color: inherit;
  display: block;
  border: none;
  text-transform: initial;
  margin-top: 29px;
}
.form input[type=text], .form input[type=password], .form .textarea .text {
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
}
.form ::-webkit-input-placeholder {
  color: #8e8e8e;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  text-transform: initial;
  font-weight: normal;
  opacity: 1;
}
.form :-moz-placeholder { /* Firefox 18- */
  color: #8e8e8e;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  text-transform: initial;
  font-weight: normal;
  opacity: 1;
}
.form ::-moz-placeholder { /* Firefox 19+ */
  color: #8e8e8e;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  text-transform: initial;
  font-weight: normal;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #8e8e8e;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  text-transform: initial;
  font-weight: normal;
  opacity: 1;
}
.form .placeholder {
  color: #8e8e8e;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  text-transform: initial;
  font-weight: normal;
  opacity: 1;
}
.form .privacy {
  display: block;
}
.form .privacy .privacy-policy {
  border: 1px solid none;
}
.form .privacy .privacy-policy-content {
  background: #ffffff;
  overflow: auto;
  padding: 5px 10px;
  max-height: 200px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  max-height: 8.8em;
}
.form .privacy .privacy-policy-content .page {
  margin: 0;
  padding: 0;
}
.form .privacy .privacy-policy-content * {
  font-size: 0.875rem;
  line-height: 1.2857142857em;
  text-transform: initial;
}
.form .form-feedback {
  margin: 20px 0;
  max-width: 720px;
}
.form .form-feedback.error {
  background: #F96363;
  padding: 5px;
}
.form .form-feedback.error .content {
  background: #f3f3f3;
  padding: 10px;
}
.form .form-feedback.error .message {
  color: #D25353;
}
.form .caption {
  font-size: 0.8125rem;
}
.form .captcha {
  margin-bottom: 10px;
  zoom: 1;
  margin-left: 0;
}
.form .captcha:before, .form .captcha:after {
  content: "";
  display: table;
}
.form .captcha:after {
  clear: both;
}
.form .captcha .recaptcha_image {
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}
.form .captcha .recaptcha_image img {
  border: 1px solid none;
  max-width: 100%;
}
.form .captcha .recaptcha_input {
  width: 100%;
}
.form .captcha #recaptcha_image {
  width: 234px !important;
  max-width: 100%;
  margin-right: 10px;
  float: left;
}
.form .captcha .change-captcha {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  float: left;
  margin-top: 10px;
  background: url("/i/reload.png") no-repeat center center/contain;
}
.form .captcha .recaptcha_only_if_incorrect_sol {
  display: none;
}
.form .captcha #recaptcha_response_field {
  margin-bottom: 20px;
  margin-top: 19px;
}
.form .captcha #recaptcha_response_field + .err {
  margin-top: -17px;
}
.form label.file, .form .fileInputUpload .addon {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  word-wrap: break-word;
  word-break: keep-all;
}
.form label.file {
  background: #ffffff;
  width: 100%;
  line-height: 32px;
  padding: 4px 8px;
  height: 40px;
  font-weight: 300;
}
@media (min-width: 480px) {
  .form label.file {
    width: 70%;
  }
}
.form .fileInputUpload .addon {
  width: 100%;
  display: inline-block;
  line-height: 40px;
}
@media (min-width: 480px) {
  .form .fileInputUpload .addon {
    width: 28%;
  }
}
.form .fileInputUpload .caption {
  display: none;
}
.form .fileInputUpload .err + .caption {
  display: block;
}
.form .fileInputUpload {
  position: relative;
  margin-bottom: 25px;
}
.form .fileInputUpload p {
  margin: 0;
}
.form .fileInputUpload p input.file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form .fileInputUpload p input.file + label {
  font-size: 1.25em;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.form .fileInputUpload p input.file + label * {
  pointer-events: none;
}
.form .fileInputUpload p input.file:focus + label, .form .fileInputUpload p input.file + label:hover {
  background-color: red;
}
.form .select {
  position: relative;
  margin-bottom: 15px;
}
.form .select.has-error {
  margin-bottom: 22px;
}
.form .select label {
  width: auto;
  display: block;
  line-height: 44px;
  cursor: pointer;
}
@media (min-width: 640px) {
  .form .select label {
    max-width: 50%;
    float: left;
  }
}
@media (min-width: 980px) {
  .form .select label {
    max-width: 100%;
    float: none;
    font-weight: 400;
    margin-bottom: 0.5em;
    display: block;
    line-height: initial;
  }
}
@media (min-width: 1024px) {
  .form .select label {
    max-width: 50%;
    float: left;
    line-height: 44px;
    margin-bottom: 0;
  }
}
.form .select__wrapper {
  background-color: #ffffff;
  display: block;
  position: relative;
  max-width: 100%;
  height: 40px;
  width: 100%;
  border-radius: none;
  border: 1px solid none;
}
@media (min-width: 640px) {
  .form .select__wrapper {
    width: 50%;
    float: right;
  }
}
@media (min-width: 980px) {
  .form .select__wrapper {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1024px) {
  .form .select__wrapper {
    width: 50%;
    float: right;
  }
}
.form .select__wrapper:after {
  content: "";
  display: block;
  width: 18px;
  background: url("/i/select-dropdown-dark.png") no-repeat center center/contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 6px;
}
.form .select select {
  background: transparent;
  border: 1px solid #ffffff;
  display: inline-block;
  position: relative;
  width: 200px;
  cursor: pointer;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-transform: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 4px 20px 4px 2%;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.form .select select option {
  margin: 3px 6px;
  padding: 4px 2%;
  border: 1px solid #ffffff;
}
.form .select select::-ms-expand {
  display: none;
}
.form .textarea .text, .form input[type=text], .form input[type=password] {
  transition: all 0.25s ease-out 0s;
  border: none;
}
.form .textarea .text:active, .form .textarea .text:focus, .form input[type=text]:active, .form input[type=text]:focus, .form input[type=password]:active, .form input[type=password]:focus {
  border-color: none;
}

.c-form {
  color: #000;
  display: block;
  margin: 6.3405797101% auto;
  max-width: 100%;
}
.c-form__message {
  font-size: 1.125rem;
  line-height: 1.1666666667em;
  font-weight: normal;
  margin-bottom: 16px;
}
.c-form .form .select, .c-form .form .input, .c-form .form .textarea {
  margin: 0 0 3px;
}
.c-form--newsletter {
  margin-top: 0;
}

.icon {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.icon--arrow-down {
  height: 5px;
  width: 8px;
  background-image: url("/i/icon-arrow-down.png");
}
.icon--submit {
  height: 8px;
  width: 5px;
  background-image: url("/i/icon-submit.png");
}
.icon--youtube {
  height: 43px;
  width: 63px;
  background-image: url("/i/icon-yt.png");
}
.icon--instagram {
  height: 43px;
  width: 44px;
  background-image: url("/i/icon-instagram.png");
}
.icon--facebook {
  height: 43px;
  width: 44px;
  background-image: url("/i/icon-facebook.png");
}
.icon--linkedin {
  height: 43px;
  width: 44px;
  background-image: url("/i/icon-linkedin.png");
}
.icon--download {
  height: 32px;
  width: 42px;
  background-image: url("/i/icon-download.png");
}
.icon--download-tecnico {
  height: 32px;
  width: 42px;
  background-image: url("/i/icon-download-tecnico.png");
}

.btn {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  cursor: pointer;
  background-color: #dadada;
  color: #000;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  max-width: 100%;
  padding: 0 30px;
}
.btn:hover {
  background-color: rgb(192.5, 192.5, 192.5);
  color: black;
}
.btn--inverted {
  background-color: #ffffff;
  color: #000;
}
.btn--inverted:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: black;
}
.btn--sharing {
  height: 40px;
}
@media (min-width: 480px) {
  .btn--sharing {
    max-width: 130px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    text-align: left;
  }
}
.btn--sharing.active, .btn--sharing:hover {
  max-width: 350px;
  background-color: #ffffff;
}
.btn--sharing > span, .btn--sharing > div {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.btn--sharing > span {
  line-height: 40px;
  padding: 0 30px;
}
.btn--sharing > div {
  min-width: -moz-max-content;
  min-width: max-content;
  height: 40px !important;
  vertical-align: middle !important;
  padding-right: 4px;
  padding-top: 4px;
}
.btn--sharing .at-resp-share-element .at-share-btn:focus, .btn--sharing .at-resp-share-element .at-share-btn:hover {
  transform: none !important;
}

.tooltip {
  position: absolute;
  display: none;
  height: 25px;
  background: #ffffff;
  padding: 6px 10px;
  margin-top: 0;
  margin-left: 0;
  box-shadow: 1px 2px 7.36px 0.64px rgba(0, 0, 0, 0.3);
  transform: translateX(50%) translateY(-60%);
}
.tooltip__message {
  font-size: 0.6875rem;
  line-height: 1.1818181818em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.tooltip-trigger {
  cursor: pointer;
}

.flash-messages-container {
  position: fixed;
  top: 130px;
  right: calc(50vw - 766px);
  z-index: 300;
  width: calc(100% - 40px);
  max-width: 380px;
}
@media screen and (max-width: 1600px) {
  .flash-messages-container {
    right: 20px;
  }
}

.flash-message {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 16px 30px;
  margin-bottom: 10px;
  background: white;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  max-height: 140px;
  animation: flashMessageFadeIn linear 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.flash-message--success {
  color: #009B13;
}
.flash-message--error {
  color: #970D0D;
}
.flash-message--hidden {
  animation: flashMessageFadeOut linear 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes flashMessageFadeIn {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flashMessageFadeOut {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
  }
}

.menu-trigger {
  display: block;
  position: relative;
  cursor: pointer;
  width: 36px;
  height: 36px;
  color: #333333;
}
.menu-trigger__btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.menu-trigger__btn-inner, .menu-trigger__btn-inner:after, .menu-trigger__btn-inner:before {
  position: absolute;
  width: 30px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: #333333;
}
.menu-trigger__btn-inner {
  top: 50%;
  display: block;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.1s;
}
.menu-trigger__btn-inner:after, .menu-trigger__btn-inner:before {
  display: block;
  content: "";
}
.menu-trigger__btn-inner:before {
  top: -6px;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.menu-trigger__btn-inner:after {
  bottom: -6px;
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-trigger:hover .menu-trigger__btn-inner {
  opacity: 0.9;
}
.menu-trigger--close .menu-trigger__btn-inner {
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
  right: 0;
}
.menu-trigger--close .menu-trigger__btn-inner:after, .menu-trigger--close .menu-trigger__btn-inner:before {
  left: 0px;
}
.menu-trigger--close .menu-trigger__btn-inner:before {
  top: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  opacity: 0;
}
.menu-trigger--close .menu-trigger__btn-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-90deg);
}

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  background: #ffffff;
  padding-top: 70px;
}
@media (min-width: 1024px) {
  .menu {
    padding-top: 114px;
  }
}
.menu--opened {
  display: block;
  opacity: 1;
  z-index: 5;
}
.menu__wrapper {
  width: 840px;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.menu__container {
  padding-top: 5%;
}
.menu .lang {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 2em auto;
}
.menu .wr_search {
  max-width: 220px;
  margin: auto;
  z-index: 2;
}

.menu__list, .nav__list {
  zoom: 1;
  position: relative;
  display: block;
}
.menu__list:before, .menu__list:after, .nav__list:before, .nav__list:after {
  content: "";
  display: table;
}
.menu__list:after, .nav__list:after {
  clear: both;
}
.menu__value, .nav__value {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.menu__value-title, .nav__value-title {
  font-size: 0.8125rem;
  line-height: 1.1538461538em;
  display: block;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.menu__value-link, .nav__value-link {
  color: #333333;
  transition: all 0.25s ease-out 0s;
  position: relative;
  display: block;
}
.menu__value-link:hover, .nav__value-link:hover {
  color: rgb(89.25, 89.25, 89.25);
}

.menu {
  /*
  	.inner {
  		left: 0;
  		margin: 0;
  		top: 75%;
  		min-width: 155px;
  		position: absolute;
  		display: block;
  		visibility: hidden;
  		overflow: hidden;
  		opacity: 0;
  		z-index: 10;
  		transition: $basic-transition;
  	}
  }

  &__sublist {
  	background: $white;
  	display: block;
  	box-shadow: 1px 2px 7.36px 0.64px rgba(0, 0, 0, 0.3); 
  	padding: 20px;
  }

  &__subvalue {
         display: block;
         position: relative;
         font-family: $font-menu;
         margin-bottom: 35px;

         &-title {
             @include fontstyle(11px, 13px);

  		color: $header-color;
             display: block;
             font-weight: normal;
             position: relative;
             text-transform: uppercase;
         }

         &-link {
             transition: $basic-transition;
             position: relative;
             display: block;

             &:hover {
                 color: lighten($header-color, 15%);
             }
         }

  	&:last-child {
  		margin-bottom: 0;
  	}

  	&:hover &-link {
  		text-decoration: underline;
  	}
  }*/
}
.menu__list {
  text-align: center;
  margin-top: 1em;
}
.menu__value {
  font-size: 0.8125rem;
  line-height: 2em;
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  .menu__value {
    margin-bottom: 1em;
  }
}
.menu__value--active {
  opacity: 0.5;
}
.menu__value-title {
  font-size: inherit;
  line-height: inherit;
}
.menu .languages {
  margin: 1em auto;
  max-height: initial;
  height: auto;
  text-align: center;
}
.menu .languages:hover, .menu .languages--expanded {
  padding-bottom: 0;
}
.menu .languages__value {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-right: 1em;
}
.menu .languages__value:last-child {
  padding-right: 0;
}
.menu .languages__value--active {
  text-decoration: underline;
}

.nav {
  display: block;
  height: 100%;
}
.nav__container {
  display: block;
  height: 100%;
}
.nav__list {
  line-height: 107px;
  display: block;
  height: 100%;
}
.nav__value {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding-right: 2.2644927536%;
  position: relative;
  height: 100%;
}
@media (min-width: 1200px) {
  .nav__value {
    padding-right: 3.4420289855%;
  }
}
.nav__value:last-child {
  padding-right: 0;
}
.nav__value-link {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.nav__value--active .nav__value-link:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #5B7F95;
  position: absolute;
}
.nav__value .inner {
  left: 0;
  margin: 0;
  top: 75%;
  min-width: 155px;
  position: absolute;
  display: block;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
  transition: all 0.25s ease-out 0s;
}
.nav__value:hover .inner, .nav__value.active .inner {
  visibility: visible;
  overflow: visible;
  opacity: 20;
}
.nav__sublist {
  background: #ffffff;
  display: block;
  box-shadow: 1px 2px 7.36px 0.64px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.nav__subvalue {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  margin-bottom: 35px;
}
.nav__subvalue-title {
  font-size: 0.6875rem;
  line-height: 1.1818181818em;
  color: #333333;
  display: block;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
}
.nav__subvalue-link {
  transition: all 0.25s ease-out 0s;
  position: relative;
  display: block;
}
.nav__subvalue-link:hover {
  color: rgb(89.25, 89.25, 89.25);
}
.nav__subvalue:last-child {
  margin-bottom: 0;
}
.nav__subvalue:hover .nav__subvalue-link {
  text-decoration: underline;
}

.loadingbar {
  position: fixed;
  top: 0;
  height: 3px;
  width: 100%;
  z-index: 1000;
  left: 0;
  opacity: 1;
  transition: all 0.25s ease-out 0s;
}
.loadingbar .bar {
  display: block;
  height: 100%;
  background: #5B7F95;
  width: 40%;
  transition: all 0.25s ease-out 0s;
}
.loadingbar--hide {
  opacity: 0;
}
@media (max-width: 1023px) {
  .loadingbar {
    display: none;
  }
}

.wr_search {
  position: relative;
  margin: 0 auto;
  width: 300px;
  font-weight: bold;
  color: #333333;
}
.wr_search-input {
  cursor: pointer;
  height: 26px;
  width: 100%;
  padding: 0 12px 0 25px;
  border: 1px solid #b2b2b2;
  background: white url("/i/search.png") 8px 6px no-repeat;
  -webkit-appearance: textfield;
}
.wr_search-input:focus {
  outline: 0;
  border: 1px solid #66b1ee;
  padding: 0 12px 0 25px;
  max-width: 100%;
  background-position: 8px 6px;
}
.wr_search-close {
  display: block;
  cursor: pointer;
  height: 15px;
  width: 15px;
  background: transparent url("/i/search_close.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  right: 3px;
}
.wr_search-close.hide {
  display: none;
}
.wr_search-results {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fdfdfd;
  border: 1px solid;
  border-color: #cbcfe2 #c8cee7 #c4c7d7;
  box-shadow: 2px 2px 2px 0px rgba(96, 96, 96, 0.2);
}
.wr_search-results:hover {
  display: block;
}
.wr_search-results li {
  display: block;
}
.wr_search-results li:first-child {
  margin-top: -1px;
}
.wr_search-results li:first-child:before, .wr_search-results li:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border: 5px outset transparent;
}
.wr_search-results li:first-child:before {
  border-bottom: 5px solid #c4c7d7;
  top: -11px;
}
.wr_search-results li:first-child:after {
  border-bottom: 5px solid #fdfdfd;
  top: -10px;
}
.wr_search-results li:last-child {
  margin-bottom: -1px;
}
.wr_search-results.empty {
  display: none !important;
}
.wr_search-input:focus + .wr_search-results {
  display: block;
}
.wr_search-result {
  height: 78px;
  width: 100%;
  padding: 6px 10px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.wr_search-result:last-child {
  border-bottom: none;
}
.wr_search-result.no-result {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  height: auto;
  text-align: center;
}
.wr_search-result_link {
  zoom: 1;
  display: block;
  height: 100%;
  width: 100%;
  color: inherit;
}
.wr_search-result_link:before, .wr_search-result_link:after {
  content: "";
  display: table;
}
.wr_search-result_link:after {
  clear: both;
}
.wr_search-result_link:hover {
  color: #5B7F95;
}
.wr_search-result .image, .wr_search-result .section__icon, .wr_search-result .section__image, .wr_search-result .technical_design__image, .wr_search-result .product__materials .material__image, .product__materials .wr_search-result .material__image, .wr_search-result .product__image, .wr_search-result .designer-details__image, .wr_search-result .designer-details__profile, .wr_search-result .designers .designer__image, .designers .wr_search-result .designer__image, .wr_search-result .products-grid__element-image, .wr_search-result .news-details__image, .wr_search-result .news-details__gallery-item, .wr_search-result .news-list .news__image, .news-list .wr_search-result .news__image {
  float: left;
  display: block;
  height: 65px;
  width: 65px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.wr_search-result .image img, .wr_search-result .section__icon img, .wr_search-result .section__image img, .wr_search-result .technical_design__image img, .wr_search-result .product__materials .material__image img, .product__materials .wr_search-result .material__image img, .wr_search-result .product__image img, .wr_search-result .designer-details__image img, .wr_search-result .designer-details__profile img, .wr_search-result .designers .designer__image img, .designers .wr_search-result .designer__image img, .wr_search-result .products-grid__element-image img, .wr_search-result .news-details__image img, .wr_search-result .news-details__gallery-item img, .wr_search-result .news-list .news__image img, .news-list .wr_search-result .news__image img {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 94%;
  max-height: 94%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.wr_search-result .text {
  float: left;
  width: 213px;
  padding: 10px 6px;
}
.wr_search-result .text .desc {
  font-weight: normal;
  font-size: 90%;
}
.wr_search-result .title {
  text-transform: uppercase;
}
.wr_search-result .title--contour {
  text-transform: none;
}
.wr_search :-moz-placeholder {
  color: #a7aabc;
  font-weight: 200;
}
.wr_search ::-webkit-input-placeholder {
  color: #a7aabc;
  font-weight: 200;
  line-height: 14px;
}
.wr_search ::-webkit-search-decoration,
.wr_search ::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.wr_search .lt-ie9 .search input {
  line-height: 26px;
}

.languages-wrapper {
  text-transform: uppercase;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 60px;
  z-index: 100;
  position: relative;
}
.languages-wrapper .languages-trigger {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0;
  height: 5px;
  width: 10px;
  z-index: 51;
  padding-top: 18px;
  margin: auto;
}
.languages-wrapper .languages-trigger .icon {
  transition: all 0.25s ease-out 0s;
}

.languages {
  font-size: 0.8125rem;
  line-height: 1.3846153846em;
  list-style: none;
  height: 100%;
  max-height: 1.5em;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  transition: all 0.25s ease-out 0s;
  width: 100%;
}
.languages:hover, .languages--expanded {
  max-height: 100%;
  padding-bottom: 10px;
}
.languages__value {
  margin-bottom: 10px;
  padding-left: 17px;
  text-transform: uppercase;
}
.languages__value a {
  color: #585754;
}
.languages__value:last-child {
  margin-bottom: 0;
}
.languages__value:hover a {
  color: black;
  text-decoration: underline;
}
.languages__value--active:hover a {
  color: #000;
  text-decoration: none;
  cursor: normal;
  pointer-events: none;
}

.preview-correlati {
  height: 452px;
  width: 1360px;
  background: #fff;
  position: relative;
}
.preview-correlati__image {
  display: block;
  max-height: 100%;
  z-index: 1;
  margin: auto;
}
.preview-correlati .pin {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0.9;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%);
  height: 63px;
  width: 8px;
  top: 386.5px;
  left: 733px;
  height: 9.8746081505%;
  width: 0.4166666667%;
  left: 38.3854166667%;
  top: 65.5172413793%;
}
.preview-correlati .pin-icon {
  background: transparent no-repeat center center url("/i/maniglia.gif");
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.specific {
  zoom: 1;
  display: block;
  height: 100%;
  margin-bottom: 3.6231884058%;
  position: relative;
}
.specific:before, .specific:after {
  content: "";
  display: table;
}
.specific:after {
  clear: both;
}
@media (min-width: 1024px) {
  .specific {
    margin-bottom: 0;
  }
}
.specific__icon {
  display: block;
  max-width: 100%;
}
.specific__icon-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 2.7173913043%;
}
@media (min-width: 1024px) {
  .specific__icon-wrapper {
    float: left;
    width: 16.3043478261%;
    padding-right: 4.0760869565%;
    padding-bottom: 0;
  }
}
.specific__content {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .specific__content {
    float: left;
    width: 83.6956521739%;
    padding-right: 13.5869565217%;
  }
}
.specific__title {
  font-size: 1.125rem;
  line-height: 1.2222222222em;
}
.specific__text {
  font-size: 1.125rem;
  line-height: 1.2222222222em;
  margin-bottom: 3.1702898551%;
}
@media (min-width: 1024px) {
  .specific__text {
    margin-bottom: 17.6630434783%;
  }
}
@media (min-width: 1024px) {
  .specific__btn {
    position: absolute;
    bottom: 0;
  }
}
.specific__btn--fixed {
  position: relative;
  margin-top: 30px !important;
}
.specific .link-download {
  display: block;
  margin-top: 30px;
}
.specific--full {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .specific--full .specific__icon-wrapper {
    width: 6.884057971%;
    padding-right: 1.3586956522%;
  }
}
.specific--full .specific__content {
  width: 93.115942029%;
  padding-right: 4.5289855072%;
}
.specific--full .specific__text {
  margin-bottom: 0;
}
.specific--trace {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .specific--trace .specific__icon-wrapper {
    width: 21.7391304348%;
    margin-bottom: 15px;
  }
}
.specific--trace .specific__content {
  width: 77.8985507246%;
  padding-right: 2.7173913043%;
}
.specific--trace .specific__text {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .u-col-1-2 .specific__icon-wrapper {
    float: left;
    width: 13.768115942%;
    padding-right: 2.7173913043%;
    padding-bottom: 0;
  }
}
.u-col-1-2 .specific__content {
  float: left;
  width: 85.5072463768%;
  padding-right: 9.0579710145%;
}
.u-col-1-2 .specific__text {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .u-col-1-3 .specific {
    margin-bottom: 0;
  }
  .u-col-1-3 .specific__icon-wrapper {
    float: left;
    width: 16.3043478261%;
    padding-right: 4.0760869565%;
    padding-bottom: 0;
  }
  .u-col-1-3 .specific__content {
    float: left;
    width: 83.6956521739%;
    padding-right: 13.5869565217%;
  }
  .u-col-1-3 .specific__text {
    margin-bottom: 17.6630434783%;
  }
}

/*
.specific {
	@include clearfix;

	display: block;
	height: 100%;
	margin-bottom: 40px / $wrapper-width * 100%;
	position: relative;

	@include breakpoint($mobile-break) {
		margin-bottom: 0;
	}

	&__icon{
		display: block;
		max-width: 100%;

		&-wrapper {
			display: block;
			width: 100%;
			padding-bottom: 15px / $wrapper-width * 100%;

			@include breakpoint($mobile-break) {
				float: left;
				width: 60px / ($wrapper-width / 3) * 100%;
				padding-right: 15px / ($wrapper-width / 3) * 100%;
				padding-bottom: 0;
			}
		}
	}

	&__content {
		display: block;
		width: 100%;

		@include breakpoint($mobile-break) {
			float: left;
			width: 308px / ($wrapper-width / 3) * 100%;
			padding-right: 50px / ($wrapper-width / 3) * 100%;
		}
	}

	&__title {
		@extend .font-title;
		@include fontstyle(18px, 22px);
	}

	&__text {
		@include fontstyle(18px, 22px);

		margin-bottom: 35px / $wrapper-width * 100%;

		@include breakpoint($mobile-break) {
			margin-bottom: 65px / ($wrapper-width / 3) * 100%;
		}
	}

	&__btn {
		@include breakpoint($mobile-break) {
			position: absolute;
			bottom: 0;
		}
	}

	&--h-finish {
		margin-bottom: 0;
	}

	&--h-finish &__icon-wrapper {
		@include breakpoint($mobile-break) {
			width: 60px / $wrapper-width * 100%;
			padding-right: 15px / $wrapper-width * 100%;
		}
	}

	&--h-finish &__content {
		width: 308px / $wrapper-width * 100%;
		padding-right: 50px / $wrapper-width * 100%;
	}

	&--h-finish &__text {
		margin-bottom: 0;
	}
}*/
.designers_list {
  zoom: 1;
}
.designers_list:before, .designers_list:after {
  content: "";
  display: table;
}
.designers_list:after {
  clear: both;
}
.designers_list .designer {
  display: block;
  overflow: hidden;
}
.designers_list .designer__image {
  display: block;
  max-width: 100%;
}
.designers_list .designer__image-wrapper {
  text-align: center;
}
@media (min-width: 480px) {
  .designers_list .designer {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .designers_list .designer {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .designers_list .designer {
    width: 12.5%;
  }
}

.italian-product {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: 150px;
  margin: 50px auto;
  text-align: center;
}

.latest_news {
  color: inherit;
  display: block;
  overflow: hidden;
  margin-bottom: 35px;
}
.latest_news-list {
  zoom: 1;
  display: block;
}
.latest_news-list:before, .latest_news-list:after {
  content: "";
  display: table;
}
.latest_news-list:after {
  clear: both;
}
@media (min-width: 800px) {
  .latest_news {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .latest_news:first-of-type {
    padding-right: 4.8007246377%;
  }
  .latest_news:last-of-type {
    padding-left: 4.8007246377%;
  }
}
.latest_news__title {
  font-size: 1.125rem;
  line-height: 1.2222222222em;
  margin-bottom: 2.4456521739%;
}
@media (min-width: 800px) {
  .latest_news__title {
    margin-bottom: 4.8913043478%;
  }
}
.latest_news__image {
  display: block;
  max-width: 100%;
}
.latest_news__image-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.latest_news .youtube-video-container {
  position: relative;
  max-width: 720px;
}
.latest_news .youtube-video-container:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.latest_news .youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page__header-slider .bx-wrapper .bx-pager {
  right: 0px !important;
}

.specific-finish {
  display: block;
  width: 100%;
  margin-bottom: 8.152173913%;
  position: relative;
}
.specific-finish__icon-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 1024px) {
  .specific-finish {
    margin-bottom: 6.884057971%;
  }
}
.specific-finish__icon {
  display: block;
  max-width: 100%;
}
.specific-finish__icon-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 1.3586956522%;
}
.specific-finish__title {
  font-size: 1.125rem;
  line-height: 1.2222222222em;
  font-weight: normal;
  text-transform: initial;
}

@media (min-width: 1024px) {
  .u-col-1-2 .specific-finish {
    padding-right: 8.152173913%;
    margin-bottom: 6.884057971%;
  }
  .u-col-1-2 .specific-finish__icon-wrapper {
    padding-bottom: 2.7173913043%;
  }
}

.specific-list__element {
  zoom: 1;
  display: block;
  margin-bottom: 40px;
}
.specific-list__element:before, .specific-list__element:after {
  content: "";
  display: table;
}
.specific-list__element:after {
  clear: both;
}
.specific-list__element-icon {
  display: block;
  max-width: 100%;
}
.specific-list__element-icon-wrapper {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
}
.specific-list__element-text {
  float: left;
  line-height: 50px;
  padding-left: 32px;
}

.download-list .empty {
  font-size: 0.8125rem;
  line-height: 1.1538461538em;
}

.download {
  color: #000;
  display: block;
}
.download__link {
  color: inherit;
  display: block;
}
.download .icon {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.download__label {
  font-size: 0.8125rem;
  line-height: 1.1538461538em;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: "Roboto", sans-serif;
  padding: 0 0 4px 16px;
  text-transform: uppercase;
  vertical-align: bottom;
}

.download-section {
  display: block;
  margin-bottom: 16px;
}
.download-section__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  padding: 16px 16px 0 60px;
}
.download-section__header {
  cursor: pointer;
  display: block;
}
.download-section__header-icon {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: #dadada;
  width: 30px;
  height: 30px;
  position: relative;
}
.download-section__header-icon:after {
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.download-section__title {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 0.8125rem;
  line-height: 1.1538461538em;
  font-weight: 400;
  padding-left: 25px;
}
.download-section.opened .download-section__content {
  max-height: 500px;
}
.download-section__header:hover .download-section__header-icon:after, .download-section.opened .download-section__header-icon:after {
  content: "<";
}

.news-list .youtube-video-container {
  position: relative;
  max-width: 720px;
}
.news-list .youtube-video-container:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.news-list .youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-list .news {
  color: inherit;
  display: block;
  margin-top: 7.7898550725%;
  max-width: 720px;
}
.news-list .news:first-child {
  margin-top: 0;
}
.news-list .news__header {
  border-bottom: 2px solid #5B7F95;
}
.news-list .news__content {
  padding: 16px 0;
}
.news-list .news__title {
  font-size: 1.40625rem;
  line-height: 1em;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .news-list .news__title {
    font-size: 1.6875rem;
    line-height: 1.056em;
  }
}
@media (min-width: 1024px) {
  .news-list .news__title {
    font-size: 1.875rem;
    line-height: 1.0666666667em;
  }
}
.news-list .news__intro, .news-list .news__text {
  font-size: 1.125rem;
  line-height: 1.1666666667em;
}
.news-list .news__intro {
  max-height: 2.4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .news-list .news__intro {
    white-space: initial;
    text-overflow: initial;
  }
}
.news-list .news__btn {
  margin-top: 8px;
}
.news-list .news__image-wrapper {
  margin-top: 30px;
  position: relative;
}

.news-filters {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-bottom: 40px;
  padding-right: 19.0217391304%;
  vertical-align: top;
}
.news-filters:last-of-type {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .news-filters {
    display: block;
    padding-right: 0;
    padding-left: 19.0217391304%;
  }
}
.news-filters__header {
  font-size: 0.8125rem;
  line-height: 1.1538461538em;
  margin-bottom: 8px;
}

.news-filters .news-filter__element {
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.news-filters .news-filter__link {
  color: inherit;
}

.news-pagination {
  display: block;
  position: absolute;
  bottom: 16px;
}
.news-pagination__element {
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  color: #cccccc;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 6px;
}
.news-pagination__link {
  color: #cccccc;
}
.news-pagination__element--active .news-pagination__link {
  color: #000;
  font-weight: bold;
}
.news-pagination .prev, .news-pagination .next {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: #dadada;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  width: 30px;
  height: 30px;
  position: relative;
}
.news-pagination .prev:after, .news-pagination .next:after {
  font-size: 1.125rem;
  line-height: 1.5555555556em;
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.news-pagination .prev:after {
  content: "<";
}

.news-details {
  display: block;
  max-width: 720px;
}
.news-details--video .youtube-video-container {
  position: relative;
  max-width: 720px;
}
.news-details--video .youtube-video-container:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.news-details--video .youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-details__text {
  font-size: 1.125rem;
  line-height: 1.1666666667em;
  margin-top: 30px;
  text-align: justify;
  text-justify: inter-word;
}
.news-details__image-wrapper {
  position: relative;
}
.news-details__image-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-details__video {
  cursor: pointer;
}
.news-details__video .btn {
  margin-top: 30px;
}
.news-details .bx-wrapper .bx-prev {
  left: 16px !important;
}
.news-details .bx-wrapper .bx-next {
  right: 16px !important;
}

.news-sidebar {
  display: block;
  height: 100%;
  position: relative;
}

.news--video:hover, .news-details--video:hover {
  cursor: pointer;
}
.news--video .news__image, .news--video .news-details__image, .news-details--video .news__image, .news-details--video .news-details__image {
  transition: opacity 0.25s ease-out 0s;
}
.news--video .news__image-wrapper:after, .news--video .news-details__image-wrapper:after, .news-details--video .news__image-wrapper:after, .news-details--video .news-details__image-wrapper:after {
  opacity: 0;
  transition: opacity 0.25s ease-out 0s;
  content: "";
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  background: url("/i/video-play.png") transparent no-repeat;
  background-size: auto auto;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  z-index: 2;
}
.news--video:hover .news__image, .news--video:hover .news-details__image, .news-details--video:hover .news__image, .news-details--video:hover .news-details__image {
  opacity: 0.2;
}
.news--video:hover .news__image-wrapper:after, .news--video:hover .news-details__image-wrapper:after, .news-details--video:hover .news__image-wrapper:after, .news-details--video:hover .news-details__image-wrapper:after {
  opacity: 1;
}

.news-details__image-wrapper.hide-after::after {
  display: none;
}

.products-grid {
  zoom: 1;
  margin-right: -1px;
}
.products-grid:before, .products-grid:after {
  content: "";
  display: table;
}
.products-grid:after {
  clear: both;
}
.products-grid .empty {
  padding: 6.3235294118% 0;
  text-align: center;
}
.products-grid--p-t {
  padding-top: 6.3235294118%;
}
.products-grid--p-t .empty {
  padding: 0;
}
.products-grid__element {
  cursor: pointer;
  display: block;
  height: 368px;
  width: 100%;
  float: left;
  text-align: center;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media (min-width: 640px) {
  .products-grid__element {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .products-grid__element {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .products-grid__element {
    width: 25%;
  }
}
.products-grid__element-header {
  cursor: pointer;
  display: block;
  margin: 0 18px;
  height: 55px;
  line-height: 31px;
  vertical-align: bottom;
  border-bottom: 2px solid #5B7F95;
  padding: 12px 0;
  text-align: right;
}
.products-grid__element-title {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 1rem;
  line-height: 1.125em;
  color: #000;
  vertical-align: bottom;
  text-align: right;
}
.products-grid__element-title--nouppercase {
  text-transform: none;
}
.products-grid__element-container {
  cursor: pointer;
  display: block;
  height: calc(100% - 91px);
  position: relative;
  margin: 18px;
}
.products-grid__element-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.products-grid__element-tag {
  font-size: 0.8125rem;
  line-height: 1em;
  background-color: #5B7F95;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3em 0.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  text-transform: uppercase;
}
.products-grid__element-tag--new {
  color: #E42612;
  background: transparent;
  padding: 0;
}
.products-grid__element-tag + .products-grid__element-tag--new {
  top: 30px;
}

.box-content .products-grid__element {
  float: none;
  width: 100%;
}

.designers {
  zoom: 1;
  margin-right: -1px;
}
.designers:before, .designers:after {
  content: "";
  display: table;
}
.designers:after {
  clear: both;
}
.designers .empty {
  padding: 6.3235294118% 0;
  text-align: center;
}
.designers .designer {
  cursor: pointer;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media (min-width: 640px) {
  .designers .designer {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .designers .designer {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .designers .designer {
    width: 25%;
  }
}
.designers .designer__header {
  cursor: pointer;
  display: block;
  margin: 0 18px;
  height: 55px;
  line-height: 31px;
  vertical-align: bottom;
  border-bottom: 2px solid #5B7F95;
  padding: 12px 0;
  text-align: right;
}
.designers .designer__title {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 1rem;
  line-height: 1.125em;
  color: #000;
  vertical-align: bottom;
  text-align: right;
}
.designers .designer__image-wrapper {
  cursor: pointer;
  margin: 18px;
}
.designers .designer__image {
  max-height: 100%;
  padding-left: 21.7391304348%;
}

.designer-details__description {
  padding-right: 7.2463768116%;
}
.designer-details__profile-wrapper {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .designer-details__profile-wrapper {
    margin-top: 0;
  }
}
.designer-details__image-wrapper {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .designer-details__image-wrapper {
    margin-bottom: 0;
  }
  .designer-details__image-wrapper.left {
    padding-right: 25px;
  }
  .designer-details__image-wrapper.right {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  .designer-details__image-wrapper.left .designer-details__image {
    margin-left: 0;
  }
  .designer-details__image-wrapper.right .designer-details__image {
    margin-right: 0;
  }
}
.designer-details .section__grid:first-of-type {
  margin-top: 0;
}

.product {
  padding: 116px 0;
}
@media (min-width: 1024px) {
  .product {
    padding: 146px 0;
  }
}
.product__header {
  border-bottom: 5px solid #5B7F95;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: right;
}
.product__title {
  font-size: 1.6875rem;
  line-height: 0.9895833333em;
}
@media (min-width: 640px) {
  .product__title {
    font-size: 2.025rem;
    line-height: 1.045em;
  }
}
@media (min-width: 1024px) {
  .product__title {
    font-size: 2.25rem;
    line-height: 1.0555555556em;
  }
}
.product__title--nouppercase {
  text-transform: none;
}
.product__description {
  margin-top: 30px;
}
.product__description p {
  margin-bottom: 20px;
}
.product__description ul {
  margin-bottom: 20px;
}
.product__description ul li {
  list-style-position: inside;
  list-style-type: circle;
  margin-bottom: 10px;
}
.product__grid {
  zoom: 1;
}
.product__grid:before, .product__grid:after {
  content: "";
  display: table;
}
.product__grid:after {
  clear: both;
}
.product__grid-content, .product__grid-side {
  width: 100%;
  float: left;
}
.product__grid-side {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .product__grid-content {
    padding-top: 9.4852941176%;
    width: 66.6666666667%;
  }
  .product__grid-side {
    margin-top: 0;
    width: 33.3333333333%;
    text-align: right;
  }
}
.product__tag {
  font-size: 0.8125rem;
  line-height: 1em;
  background-color: #5B7F95;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 0.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  text-transform: uppercase;
}
.product__tag--new {
  color: #E42612;
  background: transparent;
  padding: 0;
}
.product__tag + .product__tag--new {
  top: 30px;
}
.product__image-wrapper {
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .product__image {
    margin-left: 0;
  }
}
.product__designer ~ .product__designer {
  margin-top: 8px;
}
.product__designer.btn {
  min-width: 186px;
}
.product__code {
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.product__code-label {
  padding-bottom: 4px;
}
@media (min-width: 1024px) {
  .product__code {
    margin-top: 75px;
  }
}
.product__materials {
  display: block;
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 1024px) {
  .product__materials {
    text-align: right;
  }
}
.product__materials .material {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 50px;
  margin: auto;
  text-align: center;
  margin-top: 15px;
  margin-right: 25px;
}
.product__materials .material__image {
  max-height: 100%;
  text-align: center;
  margin: auto;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .product__materials .material {
    margin-left: 25px;
    margin-right: 0;
  }
}
.product__finishes {
  margin-top: 30px;
}
.product__finishes-label {
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product__finishes-list {
  margin-top: 26px;
}
.product__finishes-element {
  position: relative;
  height: 39px;
  width: 186px;
  text-align: center;
  margin: 16px auto 0;
  margin-left: 0;
}
.product__finishes-element span {
  font-size: 1.125rem;
  line-height: 2.1666666667em;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-shadow: -1px 1px 1px rgba(43, 43, 43, 0.6);
}
@media (min-width: 1024px) {
  .product__finishes-element {
    margin-left: auto;
    margin-right: 0;
  }
}
.product__buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .product__buttons {
    align-items: flex-end;
  }
}
.product__button {
  min-width: 220px;
  margin-bottom: 15px;
}
.product__button--loading {
  background-color: #c1c1c1;
  color: #c1c1c1;
  pointer-events: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@keyframes buttonLoading {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.product__button--loading:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: black;
  animation: buttonLoading 1s infinite;
}

.technical_design {
  zoom: 1;
  padding-bottom: 6.3235294118%;
}
.technical_design:before, .technical_design:after {
  content: "";
  display: table;
}
.technical_design:after {
  clear: both;
}
.technical_design__wrapper, .technical_design__btn {
  width: 100%;
  float: left;
}
.technical_design__wrapper {
  cursor: pointer;
  margin: 30px 0 15px;
  min-height: 30px;
  text-align: left;
}
.technical_design__tag {
  font-size: 0.8125rem;
  line-height: 1em;
  background-color: #5B7F95;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 0.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  text-transform: uppercase;
}
.technical_design__image-wrapper {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .technical_design__wrapper {
    width: 66.6666666667%;
    margin: auto;
  }
  .technical_design__btn {
    width: 33.3333333333%;
    text-align: right;
    position: relative;
  }
  .technical_design__btn .btn {
    bottom: 15px;
    position: absolute;
    right: 0;
  }
  .technical_design__image {
    margin-left: 0;
  }
  .technical_design__image-wrapper + .technical_design__image-wrapper {
    margin-left: 30px;
  }
}

.header {
  background: #ffffff;
  height: 70px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1024px) {
  .header {
    height: 114px;
    padding: 0;
  }
}
.header--fixed {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0 auto;
}
.header__menu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .header__menu-trigger {
    display: none;
  }
}
.header__menu {
  display: none;
  height: 100%;
}
@media (min-width: 1024px) {
  .header__menu {
    display: block;
    float: left;
    width: 74.0036231884%;
  }
}
@media (min-width: 1200px) {
  .header__menu {
    width: 67.3913043478%;
  }
}
.header__logo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .header__logo {
    float: right;
    padding: 0;
    width: 17.3913043478%;
    margin-right: 5.4347826087%;
    margin-left: 3.1702898551%;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: 21.7391304348%;
    margin-right: 6.7934782609%;
    margin-left: 4.0760869565%;
  }
}
.header__aside {
  display: none;
}
@media (min-width: 1024px) {
  .header__aside {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    max-width: 110px;
    transform: translateX(60%);
  }
}
.header__aside-container {
  position: relative;
  width: 110px;
  height: 100%;
}
@media (min-width: 1024px) {
  .header__logo, .header__aside {
    padding: 33px 0 34px;
  }
}
.header .logo {
  text-align: center;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.header .wr_search {
  display: none;
  position: absolute;
  right: 95px;
  top: 17px;
  width: auto;
  z-index: 53;
}
@media (min-width: 1024px) {
  .header .wr_search {
    display: initial;
  }
}
.header .wr_search-input {
  margin: auto;
  margin-right: 0;
  display: block;
  width: 300px;
  max-width: 30px;
  padding: 0 0 0 30px;
  background-position: 9px 6px;
  border-color: transparent;
  /*&:focus {
      max-width: 100%;
  }*/
}
.header .wr_search-input.expand {
  max-width: 100%;
  border-color: #9b9b9b;
}
.header .wr_search-input.expand ~ .header .wr_search-close {
  display: block;
  background-color: blue;
}
.header .wr_search-input.expand ~ .header .wr_search-close.hide {
  display: block !important;
  background-color: red;
}
.header .wr_search-input.expand ~ .wr_search-close.hide {
  display: block;
}
.header .languages-wrapper {
  margin-left: 35px;
}

.menu--opened + .header  {
  transition: all 0.25s ease-out 0s;
}

.tracemeImgBtn-wrapper {
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 50;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .tracemeImgBtn-wrapper {
    right: 10px;
    top: 45px;
  }
}
@media screen and (max-width: 425px) {
  .tracemeImgBtn-wrapper {
    right: 0px;
  }
}
.tracemeImgBtn-wrapper a {
  margin-right: 30px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .tracemeImgBtn-wrapper a {
    margin-right: 0px;
  }
}
.tracemeImgBtn-wrapper a img {
  width: 95px;
  height: 30px;
}
@media screen and (max-width: 1023px) {
  .tracemeImgBtn-wrapper a img {
    height: 19px;
  }
}
@media screen and (max-width: 425px) {
  .tracemeImgBtn-wrapper a img {
    width: 70px;
  }
}

.tracemeForm-wrapper {
  display: none;
  padding: 180px 0 70px;
  background: white;
}
@media screen and (max-width: 1023px) {
  .tracemeForm-wrapper {
    margin: 0 -9%;
    padding: 100px 0 80px;
  }
}
.tracemeForm__inner {
  width: 66%;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .tracemeForm__inner {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.tracemeForm__inner #tracemecodeImgBtn {
  width: 20%;
}
@media screen and (max-width: 425px) {
  .tracemeForm__inner #tracemecodeImgBtn {
    width: 30%;
  }
}
.tracemeForm__inner .container {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .tracemeForm__inner .container {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .tracemeForm__inner .container div:first-child {
    display: block;
    margin: 30px auto;
  }
}
.tracemeForm__inner .container .col {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .tracemeForm__inner .container .col {
    width: 66%;
    margin: 30px auto;
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .tracemeForm__inner .container .col {
    width: 85%;
    margin: auto;
  }
}
.tracemeForm__inner .container .col p {
  text-transform: uppercase;
  margin: 0 30px;
}
@media screen and (max-width: 1023px) {
  .tracemeForm__inner .container .col p {
    margin: 20px auto;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .tracemeForm__inner .container .col p {
    margin: 30px auto;
    width: 61%;
  }
}
.tracemeForm__inner .container .col .tooltip {
  margin: 0 30px 0 0;
  position: inherit;
  display: block;
  width: 32px;
  height: 32px;
  background: none;
  padding: 0;
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .tracemeForm__inner .container .col .tooltip {
    margin: auto;
  }
}
.tracemeForm__inner .container .col form {
  display: block;
  float: right;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .tracemeForm__inner .container .col form {
    width: 85%;
    margin: auto;
  }
}
.tracemeForm__inner .container .col form button {
  width: 30%;
  text-transform: uppercase;
  padding: 12px 0;
  margin-left: -6px;
  box-sizing: border-box;
  border: 1px solid #b0b0b0;
  background: #dadada;
  outline: none;
  cursor: pointer;
}
.tracemeForm__inner .container .col form input[type=text] {
  width: 70%;
  padding: 12px 20px;
  box-sizing: border-box;
  outline: none;
}
.tracemeForm__result {
  width: 66%;
  margin: auto;
}
@media screen and (max-width: 425px) {
  .tracemeForm__result {
    width: 73%;
    margin: 30px auto 0;
  }
}
.tracemeForm__result .col {
  float: right;
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 1023px) {
  .tracemeForm__result .col {
    margin: 0px;
    display: flex;
    align-items: center;
  }
}
.tracemeForm__result .col .msg {
  float: right;
}
.tracemeForm__result .col #tracemeResultImage {
  width: 50px;
  float: right;
  margin: 0 20px;
}
.tracemeForm__dismiss {
  width: 45px;
  margin-left: calc(100% - 100px);
  background: #dadada;
  padding: 10px 15px;
  text-align: center;
}
.tracemeForm__dismiss a {
  color: #333333;
}

.languages-wrapper {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  color: #4e4e4e;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  top: 20px;
  width: 73px;
  z-index: 100;
}
@media (min-width: 480px) {
  .languages-wrapper {
    width: 88px;
  }
}
.languages-wrapper .languages-trigger {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: -2px;
  height: 1.5em;
  width: 10px;
  z-index: 51;
  padding-top: 8px;
}
.languages-wrapper .languages-trigger .icon {
  transition: all 0.25s ease-out 0s;
}

.languages {
  list-style: none;
  line-height: 1.5em;
  height: 100%;
  max-height: 1.5em;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  transition: all 0.25s ease-out 0s;
  width: 100%;
}
.languages:hover, .languages--expanded {
  max-height: 100%;
  padding-bottom: 10px;
}
.languages__value {
  margin-bottom: 10px;
  padding-left: 5px;
}
@media (min-width: 480px) {
  .languages__value {
    padding-left: 5px;
  }
}
.languages__value a {
  color: #000;
}
.languages__value:last-child {
  margin-bottom: 0;
}
.languages__value:hover a {
  color: black;
  text-decoration: underline;
}
.languages__value--active:hover a {
  color: #000;
  text-decoration: none;
  cursor: normal;
  pointer-events: none;
}

.header-right-wrapper {
  position: fixed;
  clear: both;
  right: 1.5%;
}
@media screen and (max-width: 1023px) {
  .header-right-wrapper {
    top: 0;
  }
  .header-right-wrapper .languages-wrapper {
    display: none;
  }
  .header-right-wrapper .tracemeImgBtn-wrapper {
    top: 20px;
  }
  .header-right-wrapper .tracemeImgBtn-wrapper a img {
    height: auto;
  }
}

.languages:hover .languages-trigger .icon,
.languages--expanded + .languages-trigger .icon {
  transform: rotate(540deg);
}

.tooltipster-box {
  background-color: #fff !important;
}
.tooltipster-box .tooltipster-content {
  color: #000 !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff !important;
}

.page__header {
  height: 710px;
  max-height: calc(100vh - 70px - 56px);
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media (min-width: 1024px) {
  .page__header {
    max-height: calc(100vh - 114px);
  }
}
.page__header-cut {
  bottom: -100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: rotate(-5deg);
  transform: skewY(-5deg);
  transform-origin: 100%;
  z-index: 5;
}
.page__header-group {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.page__header-slider {
  z-index: 1;
  position: absolute;
  height: 100%;
  top: 0;
  border: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page__header-slider .slider-wrapper {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.page__header-slider .slide {
  position: relative;
  height: 100%;
  display: block;
}
.page__header-slider .bx-wrapper, .page__header-slider .bx-viewport {
  height: 100%;
}
.page__header-slider .bx-wrapper .bx-pager, .page__header-slider .bx-wrapper .bx-controls-auto {
  bottom: 40px !important;
}
@media (min-width: 800px) {
  .page__header-slider .bx-wrapper .bx-pager, .page__header-slider .bx-wrapper .bx-controls-auto {
    bottom: 60px !important;
  }
}
@media (min-width: 1024px) {
  .page__header-slider .bx-wrapper .bx-pager, .page__header-slider .bx-wrapper .bx-controls-auto {
    bottom: 90px !important;
  }
}
.page__header-slider .bx-wrapper .bx-prev {
  left: 5px !important;
}
@media (min-width: 1024px) {
  .page__header-slider .bx-wrapper .bx-prev {
    left: 50px !important;
  }
}
.page__header-slider .bx-wrapper .bx-next {
  right: 5px !important;
}
@media (min-width: 1024px) {
  .page__header-slider .bx-wrapper .bx-next {
    right: 50px !important;
  }
}
.page__header-slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 9px;
  height: 9px;
}
.page__header--background {
  background-color: #ffffff;
}
.page__header--designers .page__header-group {
  display: block;
  border-bottom: 5px solid #fff;
  padding-top: 85px;
  padding-bottom: 5px;
  text-align: right;
  transform: none;
  top: 0;
}
@media (min-width: 1024px) {
  .page__header--designers .page__header-group {
    padding-top: 146px;
  }
}
.page__title {
  font-size: 1.40625rem;
  line-height: 1.15625em;
  color: #ffffff;
  text-shadow: 1px 1px rgba(30, 30, 30, 0.7);
}
@media (min-width: 640px) {
  .page__title {
    font-size: 1.6875rem;
    line-height: 1.221em;
  }
}
@media (min-width: 1024px) {
  .page__title {
    font-size: 1.875rem;
    line-height: 1.2333333333em;
  }
}
.page__subtitle {
  font-size: 1.125rem;
  line-height: 1.1666666667em;
  color: #ffffff;
  font-weight: normal;
  text-transform: initial;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid #5B7F95;
  border-color: #ffffff;
  text-shadow: 1px 1px rgba(30, 30, 30, 0.7);
}
.page__header--home .page__subtitle {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.page--404 ul {
  list-style: inside disc;
  margin-top: 8px;
}
.page--404 ul li {
  margin-bottom: 5px;
}
.page--prodotti-list {
  padding-bottom: 6.3235294118%;
}

.header--fixed + .page {
  padding-top: 70px;
}
@media (min-width: 1024px) {
  .header--fixed + .page {
    padding-top: 114px;
  }
}

.footer {
  background-color: #dadada;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400m;
  padding: 4.981884058% 0;
}
.footer .logo {
  width: 120px;
  height: 65px;
  padding: 18px 0;
}
@media (min-width: 1024px) {
  .footer .logo {
    width: 186px;
    height: 87px;
    padding: 25px 0;
  }
}
.footer .logo__image {
  background-image: url("/i/logo-footer.png?v=2");
}
.footer .title {
  font-size: 0.8125rem;
  line-height: 1.1538461538em;
  text-transform: uppercase;
  font-weight: 400;
}
.footer__contacts a {
  color: inherit;
}
.footer__contacts p {
  margin-bottom: 30px;
}
.footer__contacts p:last-child {
  margin-bottom: 0;
}
.footer .credits {
  font-size: 0.6875rem;
  line-height: 1.1818181818em;
  display: block;
  padding: 10px 0;
  text-align: center;
}
.footer .credits .link {
  font-size: inherit;
  line-height: inherit;
  color: #000;
  text-decoration: none;
}
.footer .credits .link:hover {
  color: black;
}
@media (min-width: 1024px) {
  .footer .credits {
    position: absolute;
    bottom: 68px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.footer .credits .cookie {
  display: block;
  margin-bottom: 10px;
}
.footer .u-grid {
  border-top: 2px solid #5B7F95;
  border-color: #fff;
}
.footer .u-grid .u-col-1-3 {
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .footer .u-grid .u-col-1-3 {
    padding: 2.2644927536% 1.8115942029%;
  }
  .footer .u-grid .u-col-1-3:first-child {
    padding-left: 0;
  }
  .footer .u-grid .u-col-1-3:last-child {
    padding-right: 0;
  }
}
.footer__newsletter .input.input--newsletter {
  height: 32px;
  margin-top: 30px;
  max-width: 340px;
  margin-left: 0;
}
.footer__newsletter .input.input--newsletter .input__text, .footer__newsletter .input.input--newsletter .input__btn {
  display: block;
  float: left;
  height: 100%;
}
.footer__newsletter .input.input--newsletter .input__message {
  display: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 3px 5px;
  color: #fff;
  background-color: #ef6a6a;
  margin: 3px 0;
}
.footer__newsletter .input.input--newsletter .input__message.err {
  display: block;
}
.footer__newsletter .input.input--newsletter .input__text {
  font-size: 0.8125rem;
  line-height: 1.1538461538em;
  border: 1px solid #5d5d5d;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0 39px 0 16px;
  width: 100%;
  text-transform: initial;
  font-weight: 400;
  color: inherit;
}
.footer__newsletter .input.input--newsletter .input__btn {
  background-color: #5d5d5d;
  cursor: pointer;
  position: relative;
  margin-left: -33px;
  width: 33px;
  transition: all 0.25s ease-out 0s;
}
.footer__newsletter .input.input--newsletter .input__btn:hover {
  background-color: rgb(67.5, 67.5, 67.5);
}
.footer__newsletter .input.input--newsletter .input__btn .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.footer__newsletter .input.input--newsletter ::-webkit-input-placeholder {
  font-size: 0.8125rem;
  line-height: 2.3076923077em;
  text-transform: initial;
  font-weight: 400;
  color: inherit;
}
.footer__newsletter .input.input--newsletter :-moz-placeholder { /* Firefox 18- */
  font-size: 0.8125rem;
  line-height: 2.3076923077em;
  text-transform: initial;
  font-weight: 400;
  color: inherit;
}
.footer__newsletter .input.input--newsletter ::-moz-placeholder { /* Firefox 19+ */
  font-size: 0.8125rem;
  line-height: 2.3076923077em;
  text-transform: initial;
  font-weight: 400;
  color: inherit;
}
.footer__newsletter .input.input--newsletter :-ms-input-placeholder {
  font-size: 0.8125rem;
  line-height: 2.3076923077em;
  text-transform: initial;
  font-weight: 400;
  color: inherit;
}
.footer__newsletter form #label_privacy {
  display: inline-block;
  margin-top: 15px;
}
.footer__newsletter form #label_privacy .checkbox.mock {
  margin-right: 10px;
}
.footer__catalogs .catalogs-list {
  margin-top: 30px;
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.footer__catalogs .catalogs-list__element {
  font-size: 0.8125rem;
  margin-bottom: 16px;
}
.footer__catalogs .catalogs-list__element .icon {
  float: left;
  margin-right: 20px;
}
.footer__catalogs .catalogs-list__element a {
  color: inherit;
  line-height: 34px;
}
.footer .social__link {
  display: block;
  float: left;
  margin-right: 10px;
}

.section {
  padding: 6.3235294118% 0;
}
.section--navbar {
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .section--navbar {
    padding-top: 146px;
  }
}
.section__header {
  border-bottom: 2px solid #5B7F95;
}
.section__title {
  font-size: 1.40625rem;
  line-height: 1.15625em;
  padding-bottom: 7px;
}
@media (min-width: 640px) {
  .section__title {
    font-size: 1.6875rem;
    line-height: 1.221em;
  }
}
@media (min-width: 1024px) {
  .section__title {
    font-size: 1.875rem;
    line-height: 1.2333333333em;
  }
}
.section__content {
  display: block;
  width: 100%;
  padding: 1.4492753623% 0;
}
.section__content > :last-child {
  margin-bottom: 0;
}
.section__content--p-l-80 {
  padding-left: 7.2463768116%;
}
.section__text {
  font-size: 1.125rem;
  line-height: 1.2222222222em;
  margin-bottom: 1.4492753623%;
}
.section__text + .btn {
  margin-top: 1.0869565217%;
}
.section__text + .btn--sharing {
  margin-top: 0;
}
.section__text a {
  color: inherit;
}
.section__text a:hover {
  color: #5B7F95;
}
.section__image {
  margin-left: 0;
}
.section__image-wrapper {
  margin-top: 6.3235294118%;
}
.section__grid {
  margin-top: 5.0724637681%;
}
.section__content > .section__grid:only-child {
  margin-top: 0;
}
.section__icon-wrapper {
  width: 50px;
  height: 50px;
}
.section--gray {
  background-color: #dadada;
}
.section--black {
  background-color: #000;
  color: #ffffff;
}
.section--form {
  padding-bottom: 0;
}
.section--news .section__header, .section--form .section__header, .section--black .section__header {
  border-color: #ffffff;
}
.section--designers-list {
  padding-bottom: 12.6470588235%;
}
.section--latest-news .section__content {
  padding-top: 6.3235294118%;
}
.section--support {
  color: #ffffff;
  background-color: transparent;
  min-height: 320px;
}
@media (min-width: 1024px) {
  .section--support {
    min-height: 710px;
  }
}
.section--support .section__header {
  border-color: #ffffff;
}
.section--h-finish {
  background-image: url("/i/background-h-finish.jpg");
  color: #ffffff;
}
.section--s-coating {
  background-image: url("/i/s-coating-background.jpg");
  color: #ffffff;
  margin-top: 80px;
}
.section--ento .section__title {
  padding-left: 145px;
  position: relative;
}
.section--ento .section__title:before {
  content: "";
  background: transparent center center no-repeat url("/i/logo.png?v=2");
  background-size: auto auto;
  background-size: contain;
  height: 37px;
  width: 130px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.875rem;
  margin-bottom: 7px;
}
.section--c3 {
  background-image: url("/i/background-c3.jpg");
  height: 710px;
}
.section--r6 {
  background-image: url("/i/background-r6.jpg");
  height: 710px;
  margin-bottom: 80px;
}
.section--r6 .u-grid .u-col-1-2 {
  width: 100%;
}
.section--r6 .u-col-1-2 .specific__content {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .section--r6 .u-col-1-2 .specific__content {
    width: 92%;
  }
}
.section--r6 .u-col-1-2 .specific__icon-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .section--r6 .u-col-1-2 .specific__icon-wrapper {
    width: 6.884057971%;
    padding-right: 1.3586956522%;
  }
}
.section--r6 * {
  color: #ffffff;
}
.section--white + .section--white {
  padding-top: 0;
}
.section--bordered {
  border-bottom: 2px solid #5B7F95;
}
.section--news {
  padding-bottom: 4.4117647059%;
}
@media screen and (max-width: 455px) {
  .section--news {
    padding-bottom: 50px;
  }
}
.section--news .u-grid .u-col-1-3 {
  float: right;
}

.u-col-1-2 .section__content--p-l-80 {
  padding-left: 14.4927536232%;
}

/*********************************************
----------- Iubenda  -----------------
*********************************************/
#iubenda-cs-banner .iubenda-banner-content * {
  color: white !important;
}/*# sourceMappingURL=main.css.map */