@charset "UTF-8";
/* Colori del sito */
/* Link */
/* Bottoni */
/* Effetti */
/*font-family:'HelveticaNeueW01-47LtCn_692686';
font-family:'HelveticaNeueW01-57Cn';
font-family:'HelveticaNeueW01-67MdCn_692710';
font-family:'HelveticaNeueW01-77BdCn_692722';
font-family:'HelveticaNeueW01-87HvCn_692734';
font-family:'HelveticaNeueW01-97Blac';
font-family:'HelveticaNeueW01-XBlkCn_710276';
font-family:'HelveticaNeueW01-UltLtC_673371';
font-family:'HelveticaNeueW01-ThinCn_673383';*/
/*---------------------------------------------*\
                   
\*---------------------------------------------*/
* {
  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 / 1.25 serif;
  font-weight: normal;
  color: #4e4a4a; }

body {
  font-family: "HelveticaNeueW01-57Cn";
  background: #fff;
  font-weight: normal;
  letter-spacing: 0.025em;
  width: 100%;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased; }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  padding-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; }

a {
  cursor: pointer;
  text-decoration: underline;
  color: #9b0c04; }

a:hover {
  color: #690803; }

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

strong {
  font-weight: bold; }

input {
  margin: 0;
  padding: 0; }

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

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

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

.hide {
  display: none; }

.err {
  color: #f12 !important; }

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

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

/** UTILITY **/
.clearfix:after, .u-grid:after, .form p.checkbox:after, .form .captcha:after, .menu__list:after, .header .wrapper-page:after, .header__aside:after, .social-networks .social:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix, .u-grid, .form p.checkbox, .form .captcha, .menu__list, .header .wrapper-page, .header__aside, .social-networks .social {
  display: inline-block; }

* html .clearfix, * html .u-grid, * html .form p.checkbox, .form * html p.checkbox, * html .form .captcha, .form * html .captcha, * html .menu__list, * html .header .wrapper-page, .header * html .wrapper-page, * html .header__aside, * html .social-networks .social, .social-networks * html .social {
  height: 1%; }

.clearfix, .u-grid, .form p.checkbox, .form .captcha, .menu__list, .header .wrapper-page, .header__aside, .social-networks .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; }

.relative {
  position: relative; }

.p-l-20 {
  padding-left: 20px; }

.u-grid .u-col-1-2, .u-grid .u-col-1-3 {
  width: 100%;
  float: left; }
@media (min-width: 640px) {
  .u-grid .u-col-1-2, .u-grid .u-col-1-3 {
    width: 50%; } }
@media (min-width: 768px) {
  .u-grid .u-col-1-3 {
    width: 33.333333333%; } }

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

/*---------------------------------------------*\
                   layout 
\*---------------------------------------------*/
#wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.wrapper-page {
  width: 88%;
  max-width: 1130px;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1024px) {
    .wrapper-page {
      padding-left: 55px;
      padding-right: 55px; } }
  .wrapper-page--full {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }

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

.btn {
  border: 1px solid #d0cfcf;
  color: #fff;
  background-color: #4e4a4a;
  display: block;
  font-weight: normal;
  font-family: "HelveticaNeueW01-77BdCn_692722";
  font-size: 0.8125rem;
  height: 32px;
  min-width: 246px;
  max-width: 100%;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-out 0s; }
  .btn:hover {
    background-color: #9b0c04;
    border-color: #e4bebc;
    color: #fff; }
  .btn--inverted {
    border-color: #7d7a7a;
    color: #4c4c4c; }
  .btn--inverted:hover {
    border-color: #969494;
    color: #666666; }
  .btn--newsletter-alternate {
    width: 200px;
    margin: 25px auto 25px 0; }

.icon {
  display: block;
  background-repeat: no-repeat; }
  .icon__social {
    background-image: url("/i/icon-social.png"); }
    .icon__social--facebook {
      width: 9px;
      height: 16px;
      background-position: 0 0; }
      .icon__social--facebook--inverted {
        background-position: 0 -16px; }
      .icon__social--facebook:hover {
        background-position: 0 -32px; }
    .icon__social--linkedin {
      width: 17px;
      height: 17px;
      background-position: -9px 0; }
      .icon__social--linkedin--inverted {
        background-position: -9px -17px; }
      .icon__social--linkedin:hover {
        background-position: -9px -34px; }

/* FORM GENERICI */
.form {
  color: inherit; }
  .form .err {
    text-transform: uppercase;
    display: block;
    font-size: 0.6885rem;
    padding: 3px 0;
    color: #fff;
    position: absolute; }
  .form input[type="text"], .form input[type="password"], .form label.file {
    background-color: transparent;
    border: 1px solid #cdcccc;
    border-radius: none;
    color: inherit;
    display: block;
    padding: 4px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 234px;
    max-width: 100%;
    height: 32px;
    line-height: 30px;
    margin-top: 12px;
    /*text-transform: uppercase;*/ }
  .form input[type="text"], .form input[type="password"], .form label.file, .form textarea {
    font-family: "HelveticaNeueW01-57Cn";
    font-size: 0.8125rem; }
  .form label.file, .form label.file + .addon {
    font-size: 0.8125rem;
    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 + .addon {
    margin-left: 18px;
    line-height: 32px; }
  .form .fileInputUpload .caption {
    display: none; }
  .form .fileInputUpload .err + .caption {
    display: block; }
  .form .input {
    position: relative;
    /*&.mandatory:before {
        position: absolute;
        content: "*";
        left: 240px;
        line-height: 30px;
    }*/ }
  .form input.submit {
    display: block;
    height: 32px;
    background-color: transparent;
    border: 1px solid #cdcccc;
    width: 234px;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: normal;
    font-family: "HelveticaNeueW01-77BdCn_692722";
    text-align: left;
    padding: 4px; }
    .form input.submit:hover {
      background-color: #9b0c04;
      border-color: #e4bebc;
      color: #fff; }
  .form p {
    margin-bottom: 15px;
    height: auto; }
    .form p.has-error {
      margin-bottom: 22px; }
  .form p.checkbox {
    margin: 10px 0;
    position: relative; }
    .form p.checkbox input[type='checkbox'] {
      opacity: 0;
      float: left;
      width: 18px; }
    .form p.checkbox .mock {
      margin: 0;
      clear: none;
      cursor: pointer;
      position: relative;
      content: "";
      background-color: transparent;
      border: 1px solid #cdcccc;
      display: block;
      height: 15px;
      width: 15px;
      position: absolute;
      margin: auto;
      top: 2px; }
    .form p.checkbox input[type='checkbox']:checked + .mock:after {
      content: "";
      background-color: #4c4c4c;
      margin: 3px;
      height: 7px;
      position: relative;
      display: block; }
    .form p.checkbox label {
      margin-left: 5px; }
  .form .textarea.div_text {
    padding-right: 15px; }
  .form .text {
    margin-right: 15px;
    width: 234px;
    max-width: 100%;
    line-height: 30px;
    background-color: transparent;
    border: 1px solid #cdcccc;
    border-radius: none;
    color: inherit;
    display: block;
    padding: 4px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 100%;
    line-height: 30px;
    font-family: inherit;
    font-size: inherit; }
  .form .privacy {
    display: block; }
    .form .privacy .privacy-policy-content {
      background: transparent;
      overflow: auto; }
      .form .privacy .privacy-policy-content .page {
        margin: 0;
        padding: 0; }
    .form .privacy .privacy-policy-content * {
      font-size: 0.8125rem; }
  .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 .form-feedback {
    margin: 20px 0; }
    .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; }
    .form .captcha .recaptcha_image {
      overflow: hidden;
      margin-bottom: 10px;
      width: 100%;
      /*@include breakpoint(980px) {
          width: 50%;
      }*/ }
      .form .captcha .recaptcha_image img {
        border: 1px solid #cdcccc;
        max-width: 100%; }
    .form .captcha .recaptcha_input {
      /*float: left;*/
      width: 100%;
      /*@include breakpoint(980px) {
          width: 50%;
          padding-left: 18px;
      }*/ }
    .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: -20px; }
  .form ::-webkit-input-placeholder {
    font-family: "HelveticaNeueW01-57Cn";
    font-size: 0.8125rem;
    text-transform: uppercase;
    opacity: 1; }
  .form :-moz-placeholder {
    /* Firefox 18- */
    font-family: "HelveticaNeueW01-57Cn";
    font-size: 0.8125rem;
    text-transform: uppercase;
    opacity: 1; }
  .form ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "HelveticaNeueW01-57Cn";
    font-size: 0.8125rem;
    text-transform: uppercase;
    opacity: 1; }
  .form :-ms-input-placeholder {
    font-family: "HelveticaNeueW01-57Cn";
    font-size: 0.8125rem;
    text-transform: uppercase;
    opacity: 1; }

.c-form {
  color: #4c4c4c; }
  .c-form__label {
    font-family: "HelveticaNeueW01-77BdCn_692722";
    font-size: 1.0625rem;
    margin-bottom: 15px;
    text-transform: lowercase; }
    .c-form__label h3 {
      display: inline-block;
      text-transform: uppercase;
      width: 100%; }
      @media (min-width: 640px) {
        .c-form__label h3 {
          width: auto;
          border-right: 2px solid;
          padding-right: 15px; } }
  @media (min-width: 480px) {
    .c-form--contacts, .c-form--quote {
      padding: 0 12.5% 40px; } }
  .c-form--contacts .input, .c-form--quote .input {
    margin: 0 14px 18px 0; }
    .c-form--contacts .input input, .c-form--contacts .input label.file, .c-form--quote .input input, .c-form--quote .input label.file {
      margin-top: 0; }
  .c-form--newsletter  {
    color: inherit; }
    .c-form--newsletter  .form input.submit {
      display: block;
      height: 32px;
      background-color: #4e4a4a;
      border: 1px solid #cdcccc;
      width: 234px;
      max-width: 100%;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: normal;
      font-family: "HelveticaNeueW01-77BdCn_692722";
      text-align: left;
      padding: 4px; }
  .c-form--newsletter .form .privacy .privacy-policy-content {
    min-height: 50%; }
  .c-form--newsletter .form .captcha .recaptcha_image, .c-form--newsletter .form .captcha .recaptcha_input {
    width: 100%;
    padding-left: 0; }
  .c-form--newsletter .form p.checkbox input[type='checkbox']:checked + .mock:after {
    background-color: #4c4c4c; }

.menu {
  display: none; }
  .menu--opened {
    width: 65%;
    display: block;
    position: absolute;
    overflow-y: auto;
    background-color: #ececec;
    height: 100vh;
    padding-top: 76px;
    left: 0;
    z-index: 200 !important; }
    @media (min-width: 768px) {
      .menu--opened {
        width: 35%; } }
    @media (min-width: 1280px) {
      .menu--opened {
        width: 22%; } }
  .menu__container {
    padding: 0 0 0 30px; }
  .menu__list {
    list-style: none;
    padding: 0; }
  .menu__value {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin: 30px 0; }
    .menu__value-link {
      color: #4e4a4a;
      text-decoration: none; }
      .menu__value-link:hover {
        color: #9b0c04 !important;
        text-decoration: underline; }
    .menu__value--active .menu__value-link {
      color: #9b0c04;
      text-decoration: underline; }
  .menu .social-networks {
    padding-bottom: 20px; }

.newsletter {
  font-size: 0.9375rem;
  line-height: 1.13333em; }
  .newsletter__title {
    font-weight: normal;
    font-family: "HelveticaNeueW01-77BdCn_692722";
    text-transform: uppercase; }
  .newsletter__text {
    margin-top: 20px;
    padding-right: 20px; }
    @media (min-width: 480px) {
      .newsletter__text {
        width: 75%; } }
    @media (min-width: 640px) {
      .newsletter__text {
        width: 50%; } }
  .newsletter .page__text {
    margin: 30px 0; }

.events {
  margin-bottom: 80px; }
  .events .event {
    position: relative;
    text-align: center; }
    @media (min-width: 640px) {
      .events .event {
        text-align: right; } }
    .events .event__container {
      padding: 10% 5%;
      height: 350px;
      position: relative; }
    .events .event__title, .events .event__date, .events .event__text, .events .event__btn {
      text-align: inherit; }
    .events .event__title {
      font-family: "HelveticaNeueW01-77BdCn_692722";
      font-weight: normal; }
    .events .event__title, .events .event__date {
      font-size: 1.3125rem;
      line-height: 0.8571em;
      text-transform: uppercase; }
    .events .event__text {
      font-size: 0.9375rem;
      margin: 40px auto 0;
      line-height: 1.2em;
      max-height: 7.2em;
      overflow: hidden; }
    .events .event__image {
      max-width: 100%;
      overflow: hidden;
      max-height: 100%;
      height: 350px; }
      .events .event__image img {
        text-align: center;
        margin: auto;
        height: 100%; }
    .events .event__btn {
      position: absolute;
      bottom: 10%;
      padding: 0 8px;
      margin: auto;
      left: 5%;
      right: 5%;
      width: 246px; }
      @media (min-width: 640px) {
        .events .event__btn {
          left: auto; } }
    @media (min-width: 640px) {
      .events .event--reverse {
        text-align: left; }
        .events .event--reverse .u-grid .u-col-1-2 {
          float: right; } }
    @media (min-width: 640px) {
      .events .event--reverse .event__btn {
        left: 5%;
        right: auto; } }

.header {
  background-color: #ececec;
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 75px;
  border-bottom: 1px solid #ffffff;
  z-index: 100;
  color: #4e4a4a; }
  @media (min-width: 1024px) {
    .header {
      height: 130px; } }
  .header * {
    z-index: 101; }
  .header .wrapper-page {
    padding: 0;
    height: 100%; }
  .header .menu-trigger {
    float: left;
    z-index: 200;
    cursor: pointer;
    display: block;
    position: relative;
    padding: 26px 0; }
    .header .menu-trigger__label {
      display: block;
      font-size: 0.875;
      line-height: 1em;
      text-transform: uppercase;
      min-height: 23px;
      width: 107px; }
      .header .menu-trigger__label.closed {
        display: block; }
        .header .menu-trigger__label.closed:hover {
          color: #9b0c04; }
        .header .menu-trigger__label.closed:before {
          content: "";
          display: inline-block;
          position: relative;
          background-image: url("/i/icon-arrow.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          width: 6px;
          height: 10px;
          margin-right: 10px; }
      .header .menu-trigger__label.opened {
        display: none;
        position: relative; }
        .header .menu-trigger__label.opened:hover {
          color: #9b0c04; }
        .header .menu-trigger__label.opened:after {
          content: "";
          display: inline-block;
          position: absolute;
          background-image: url("/i/icon-arrow.png");
          background-repeat: no-repeat;
          background-position: -6px 0;
          width: 5px;
          height: 10px;
          right: 0;
          top: 4px; }
    .header .menu-trigger.clicked .menu-trigger__label {
      border-bottom: 1px solid;
      padding-bottom: 5px;
      color: #4e4a4a; }
    .header .menu-trigger:hover .header .menu-trigger__label {
      color: #9b0c04; }
    .header .menu-trigger.clicked .menu-trigger__label.closed {
      display: none; }
    .header .menu-trigger.clicked .menu-trigger__label.opened {
      display: block; }
    .header .menu-trigger.clicked .menu-trigger__label:hover {
      color: #9b0c04; }
    .header .menu-trigger.clicked {
      position: absolute;
      left: 0;
      background-color: #ececec;
      width: 65%;
      border-bottom: 1px solid #babbbb;
      padding: 26px 0 26px 30px;
      z-index: 201 !important; }
      @media (min-width: 768px) {
        .header .menu-trigger.clicked {
          width: 35%; } }
      @media (min-width: 1280px) {
        .header .menu-trigger.clicked {
          width: 22%; } }
  .header .logo {
    position: absolute;
    height: 30px;
    width: 176px;
    margin: 22px auto 0;
    text-align: center;
    left: 0;
    right: 0; }
    .header .logo .logo__image {
      background-image: url("/i/logo-scroll.png"); }
  .header__aside {
    display: none;
    padding: 26px 0 29px;
    float: right;
    z-index: 200;
    position: relative; }
    @media (min-width: 640px) {
      .header__aside {
        display: block; } }
    .header__aside .social-networks {
      float: left; }
    .header__aside .languages-wrapper {
      float: right; }
  .header .languages-wrapper {
    color: inherit;
    padding-top: 2px;
    text-transform: uppercase;
    z-index: 50;
    line-height: 1em; }
  .header .languages {
    font-size: 0.875rem;
    list-style: none;
    line-height: 1.2em;
    height: 100%;
    max-height: 1.2em;
    overflow: hidden;
    position: relative;
    transition: all 0.25s ease-out 0s;
    width: 100%; }
    .header .languages:hover, .header .languages--expanded {
      max-height: 100%;
      padding-bottom: 10px; }
    .header .languages__value {
      margin-bottom: 10px;
      padding-left: 15px; }
      .header .languages__value:last-child {
        margin-bottom: 0; }
      .header .languages__value a {
        color: inherit; }
      .header .languages__value:hover a {
        color: #9b0c04;
        text-decoration: underline; }
      .header .languages__value--active a {
        color: #9b0c04;
        text-decoration: none; }
      .header .languages__value--active:hover a {
        color: inherit;
        text-decoration: none;
        cursor: normal;
        pointer-events: none; }
  .header .social-networks .social .icon__social--facebook:hover {
    background-position: 0 -32px; }
  .header .social-networks .social .icon__social--linkedin:hover {
    background-position: -9px -34px; }
  .header .navigation {
    float: left;
    width: 100%;
        /*
        .menu__value {
            display: inline-block;
            margin-right: 60px;
            margin-bottom: 0;

            &-link {
                color: inherit;
                text-decoration: none;

                &:hover {
                    color: $link-color;
                }
            }
        }*/ }
  .header .quote {
    width: 169px;
    position: absolute;
    top: 75px;
    right: 10%; }
    @media (min-width: 1024px) {
      .header .quote {
        top: 130px; } }
    .header .quote__container {
      position: relative;
      overflow: hidden;
      width: 100%;
      min-height: 111px; }
    .header .quote__header {
      background-color: #9b0c04;
      color: #fff;
      font-size: 0.875rem;
      line-height: 1.2em;
      height: 90px;
      z-index: 1; }
      .header .quote__header .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 84.5px 0 84.5px;
        border-color: #9b0c04 transparent transparent transparent;
        position: absolute;
        top: 90px;
        left: 0; }
        .header .quote__header .triangle:after {
          content: "";
          position: relative;
          display: block;
          height: 6px;
          width: 10px;
          background-image: url("/i/icon-arrow.png");
          background-position: -18px 0;
          background-repeat: no-repeat;
          margin-top: -14px;
          margin-left: -5px; }
    .header .quote__header, .header .quote__content {
      padding: 6px; }
    .header .quote__text p, .header .quote__title p {
      text-align: center; }
    .header .quote__text a {
      color: inherit;
      text-decoration: none;
      font-size: 0.8rem; }
    .header .quote__title {
      text-transform: uppercase;
      margin-top: 5px;
      padding-top: 5px;
      border-top: 1px solid #fff;
      font-family: "HelveticaNeueW01-77BdCn_692722";
      font-size: 0.9375rem;
      text-align: center; }
      .header .quote__title p {
        text-align: center; }
    .header .quote__content {
      background-color: #ececec;
      padding-top: 15px;
      position: absolute;
      top: -99px;
      width: 100%;
      z-index: -1;
      transition: all 0.25s ease-out 0s; }
      .header .quote__content ul li {
        border-bottom: 1px solid #4e4a4a;
        padding: 9px 0;
        font-size: 1.0625rem;
        font-family: "HelveticaNeueW01-77BdCn_692722";
        text-align: center; }
        .header .quote__content ul li:last-child {
          border: none; }
        .header .quote__content ul li a {
          color: #4e4a4a;
          text-decoration: none;
          text-transform: uppercase; }
          .header .quote__content ul li a:hover {
            color: #9b0c04;
            text-decoration: none; }
    .header .quote--expanded .quote__content, .header .quote__container:hover .quote__content {
      position: relative;
      top: 0; }
  .header .menu .social-networks .social .icon__social--facebook {
    background-position: 0 0; }
    .header .menu .social-networks .social .icon__social--facebook:hover {
      background-position: 0 -32px; }
  .header .menu .social-networks .social .icon__social--linkedin {
    background-position: -9px 0; }
    .header .menu .social-networks .social .icon__social--linkedin:hover {
      background-position: -9px -34px; }
  .header--transparent {
    background: transparent;
    color: #fff; }
    .header--transparent .menu-trigger__label.closed:before {
      background-position: -11px 0; }
    @media (max-width: 1150px) {
      .header--transparent .navigation .menu__value {
        margin-right: 30px; } }
    .header--transparent .navigation .menu__value--active:after {
      border-color: #fff; }
    .header--transparent .social-networks .social .icon__social--facebook {
      background-position: 0 -16px; }
    .header--transparent .social-networks .social .icon__social--linkedin {
      background-position: -9px -17px; }
    .header--transparent .logo .logo__image {
      background-image: url("/i/logo.png"); }
  .header--home {
    background-color: #ececec;
    border-bottom: none !important; }
    @media (min-width: 1024px) {
      .header--home {
        height: 75px; } }
    .header--home .quote {
      top: 75px; }
    .header--home .navigation {
      width: 70%; }
      .header--home .navigation .menu__list {
        line-height: 75px; }

.header.header--home.header--transparent {
  background-color: rgba(0, 0, 0, 0.5); }

.page__header {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px; }
  @media (min-width: 768px) {
    .page__header {
      height: 460px; } }
  .page__header--home {
    position: relative;
    height: 460px; }
    @media (min-width: 360px) {
      .page__header--home {
        height: 620px; } }
    @media (min-width: 768px) {
      .page__header--home {
        height: 822px; } }
  .page__header--contacts {
    position: relative;
    z-index: 10; }
  .page__header > .wrapper-page {
    position: relative;
    height: 100%; }
.page__header-group {
  margin-right: -18px;
  margin-left: -18px;
  width: 100%; }
  @media (min-width: 360px) {
    .page__header-group {
      margin-right: -36px;
      margin-left: -36px; } }
.page__title {
  font-size: 1.75rem;
  margin: 65px auto 10px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 640px) {
    .page__title {
      font-size: 2.25rem; } }
  .page__title * {
    font-weight: normal; }
.page__header--home .page__title {
  width: 88%;
  margin: auto;
  left: 0;
  right: 0; }
  .page__header--home .page__title .logo {
    width: 617px;
    height: 213px;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%; }
    .page__header--home .page__title .logo__image {
      background-image: url("/i/logo_home.png");
      max-width: 100%;
      height: 100%; }
.page__text {
  margin: 50px auto;
  text-align: center; }
  @media (min-width: 480px) {
    .page__text--inline p {
      display: inline-block;
      margin-right: 25px;
      padding-right: 25px;
      border-right: 1px solid #4e4a4a;
      line-height: 1.5em; }
      .page__text--inline p:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none; } }
.page__btn {
  width: 246px;
  margin: 0 auto 48px; }
.page__image {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px; }
.page__content--list {
  margin: 65px auto; }
.page__maps {
  height: 350px;
  display: block; }
.page--newsletter, .page--quote, .page--404 {
  padding: 200px 0; }

.footer {
  background-color: #423e3e;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.333em;
  padding: 0; }
  .footer .wrapper-page > .u-grid {
    padding: 0; }
  @media (min-width: 1024px) {
    .footer > .wrapper-page > * {
      margin-left: -55px;
      margin-right: -55px; } }
  .footer__logo {
    background-color: #4e4a4a;
    padding: 34px 0; }
    @media (min-width: 1024px) {
      .footer__logo .wrapper-page {
        padding: 0; } }
    .footer__logo .logo {
      width: 190px;
      height: 66px;
      margin: 0; }
    .footer__logo .logo__link {
      padding: 0; }
  .footer__content {
    padding: 40px 0;
    letter-spacing: 0.025em; }
    @media (min-width: 640px) {
      .footer__content > .u-grid > .u-col-1-2 {
        width: 100%; } }
    @media (min-width: 1024px) {
      .footer__content > .u-grid > .u-col-1-2 {
        width: 50%; } }
  .footer__contacts {
    text-transform: uppercase; }
    .footer__contacts p {
      margin-bottom: 25px; }
    .footer__contacts a {
      color: inherit;
      text-decoration: none; }
      .footer__contacts a:hover {
        color: #9b0c04; }
    .footer__contacts b {
      font-family: "HelveticaNeueW01-77BdCn_692722";
      font-weight: normal; }
  .footer__social {
    margin: 30px 0;
    text-transform: uppercase; }
    .footer__social p, .footer__social .social {
      display: inline-block; }
    .footer__social .social__element {
      margin-left: 20px;
      display: inline-block; }
  .footer__newsletter .newsletter {
    color: #fff;
    margin: auto;
    margin-right: 0;
    text-align: right; }
    .footer__newsletter .newsletter__title, .footer__newsletter .newsletter__text {
      margin: auto;
      margin-right: 0;
      text-align: right;
      text-align: right;
      padding-right: 0; }
    .footer__newsletter .newsletter__link {
      display: block;
      font-weight: bold;
      padding-top: 15px;
      color: #fff; }
      .footer__newsletter .newsletter__link:hover {
        color: #9b0c04; }
  .footer__newsletter .form .privacy {
    padding: 10px 0 10px 5%; }
  .footer .menu__list {
    padding: 0;
    margin-bottom: 25px;
    line-height: 1.33333em; }
  .footer .menu__value {
    display: block;
    font-size: inherit;
    margin: 0;
    line-height: 1.33333em; }
    .footer .menu__value-link {
      color: #fff;
      text-decoration: none; }
      .footer .menu__value-link:hover {
        color: #9b0c04;
        text-decoration: underline; }
    .footer .menu__value--active .footer .menu__value-link {
      color: #9b0c04;
      text-decoration: none; }
  @media (max-width: 640px) {
    .footer .p-l-20 {
      padding-left: 0; } }

.footer-left  {
  padding: 0 5% 0 3%; }

.social-networks .social {
  list-style: none; }
  .social-networks .social__element {
    display: block;
    margin-right: 22px;
    float: left; }

.logo {
  position: relative;
  width: 142px;
  height: 50px;
  margin: 10px auto; }
  @media (min-width: 1024px) {
    .logo {
      width: 178px;
      height: 67px; } }
  .logo--small {
    height: 39px;
    width: 118px; }
  .logo__link {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 7px; }
  .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; }

.navigation {
  display: none;
  height: 0;
  color: inherit;
  float: left; }
  @media (min-width: 1024px) {
    .navigation {
      display: block;
      height: auto;
      position: absolute;
      width: 100%;
      bottom: 0;
      margin: auto;
      left: 0;
      right: 0; } }
  .navigation .menu__list {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    line-height: 54px; }
  .navigation .menu__value {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 0; }
    .navigation .menu__value-link {
      color: inherit;
      text-decoration: none; }
      .navigation .menu__value-link:hover {
        color: #9b0c04; }
    .navigation .menu__value:last-child {
      margin-right: 0; }
    .navigation .menu__value--active {
      position: relative; }
      .navigation .menu__value--active:after {
        content: "";
        display: block;
        border-left: 1px solid #4e4a4a;
        position: absolute;
        height: 17px;
        left: 50%;
        bottom: 1px; }
  .navigation--subpages {
    margin: auto;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7); }
  .navigation--subpages .menu__list {
    line-height: 60px; }
  .navigation--subpages .menu__value {
    margin: 0;
    margin-right: 60px; }
  .navigation--fixed {
    position: fixed;
    bottom: auto;
    top: 130px;
    background-color: rgba(255, 255, 255, 0.5); }

.frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .frame__text {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 480px) {
      .frame__text {
        font-size: 1.125rem; } }
    @media (min-width: 640px) {
      .frame__text {
        font-size: 1.75rem; } }
  .frame .r, .frame .l, .frame .b {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute; }
  .frame .r, .frame .l {
    width: 6%;
    max-width: 75px;
    bottom: 0;
    top: 0;
    margin: auto; }
  .frame .r {
    height: 88%;
    right: 0; }
  .frame .l {
    height: 88%;
    left: 0; }
  .frame .b {
    width: 100%;
    height: 6%;
    max-height: 75px;
    bottom: 0; }

.block {
  height: auto;
  overflow: hidden; }
  .block.cts--opened {
    max-height: 900px;
    -webkit-transition: max-height 0.4s ease 0s;
    transition: max-height 0.4s ease 0s; }
  .block__title {
    position: relative;
    color: #fff;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    border: 1px solid #d0cfcf;
    background-color: #4e4a4a;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    /*max-width: 280px;*/
    padding: 0 8px;
    width: auto;
    font-family: "HelveticaNeueW01-77BdCn_692722";
    min-width: 250px;
    max-width: 65%; }
  .block.cts--opened .block__title, .block__title:hover {
    color: #fff;
    border-color: #e4bebc;
    background-color: #9b0c04; }
  .block__text p {
    text-align: center; }
  .block__icon {
    display: block;
    margin: 45px auto;
    text-align: center;
    cursor: pointer; }
    .block__icon--close {
      height: 26px;
      width: 30px; }
      .block__icon--close .e1, .block__icon--close .e2 {
        display: block;
        background-color: #4e4a4a;
        width: 32px;
        height: 2px;
        position: relative;
        top: 0; }
      .block__icon--close:hover .e1, .block__icon--close:hover .e2 {
        background-color: #9b0c04; }
      .block__icon--close .e1 {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        top: 13px; }
      .block__icon--close .e2 {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        top: 11px; }

.cts .cts-content {
  max-height: 0;
  overflow: hidden; }

.cts .cts-trigger-close {
  display: none; }

.cts.cts--opened .cts-content {
  max-height: 3000px;
  -webkit-transition: max-height 0.4s ease 0s;
  transition: max-height 0.4s ease 0s; }

.cts.cts--opened .cts-trigger-close {
  display: block; }

.slider {
  display: block;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%; }
  .slider .slider__view {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
  .slider .bx-wrapper, .slider .bx-viewport {
    height: 100% !important; }
  .slider__container, .slider__element {
    display: block;
    height: 100%;
    width: 100%; }
  .slider__image {
    display: block;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center; }

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.98) !important; }

#cboxContent {
  background: transparent !important; }

#cboxLoadedContent {
  background: transparent !important;
  padding: 0 !important; }

.cboxIframe {
  background: transparent !important; }

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