/* CSS reset */
@import url(//fast.fonts.net/cssapi/221f06a1-9bdd-4500-bf7b-4a235ec1f171.css);
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; }

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

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

body {
  background: #fff;
  color: #58595b;
  font-family: "Museo Slab W01_500";
  font-weight: normal;
  letter-spacing: 0;
  width: 100%;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo Slab W01_900";
  font-weight: normal;
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1em; }

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

h2 {
  font-family: "Museo Slab W01_900"; }

h3 {
  font-family: "Museo Slab W01_700"; }

p {
  margin: 0;
  clear: right; }

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

a:hover {
  color: #9a291a; }

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

input {
  margin: 0;
  padding: 0; }

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

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

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

.hide {
  display: none; }

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

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

/** UTILITY **/
.clearfix:after, .u-grid:after, .form p.checkbox:after, .form .captcha:after, .menu__list:after, .locations .location__title-wrapper:after, .download > a:after, .floor:after, .legend:after, .legend__element:after, .flat:after, .header .wrapper-page:after, .header .aside:after, .footer .wrapper-page:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix, .u-grid, .form p.checkbox, .form .captcha, .menu__list, .locations .location__title-wrapper, .download > a, .floor, .legend, .legend__element, .flat, .header .wrapper-page, .header .aside, .footer .wrapper-page {
  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 .locations .location__title-wrapper, .locations * html .location__title-wrapper, * html .download > a, * html .floor, * html .legend, * html .legend__element, * html .flat, * html .header .wrapper-page, .header * html .wrapper-page, * html .header .aside, .header * html .aside, * html .footer .wrapper-page, .footer * html .wrapper-page {
  height: 1%; }

.clearfix, .u-grid, .form p.checkbox, .form .captcha, .menu__list, .locations .location__title-wrapper, .download > a, .floor, .legend, .legend__element, .flat, .header .wrapper-page, .header .aside, .footer .wrapper-page {
  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; }

.bottom {
  position: fixed;
  width: 100%;
  bottom: 0; }

.u-grid .u-col-1-2, .u-grid .u-col-1-3, .u-grid .u-col-2-3, .u-grid .u-col-1-5 {
  width: 100%;
  float: left; }
@media (min-width: 400px) {
  .u-grid .u-col-1-5 {
    width: 50%; } }
@media (min-width: 580px) {
  .u-grid .u-col-1-5 {
    width: 33.33333%; } }
@media (min-width: 768px) {
  .u-grid .u-col-1-5 {
    width: 20%; } }
@media (min-width: 768px) {
  .u-grid .u-col-1-2 {
    width: 50%; }
  .u-grid .u-col-1-3 {
    width: 33.33333%; }
  .u-grid .u-col-2-3 {
    width: 66.66667%; } }

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

.m-t-15 {
  margin-top: 15px; }

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

.wrapper-page {
  width: 100%;
  max-width: 1280px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto; }
  .wrapper-page--full {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .wrapper-page--red {
    background-color: #c53522; }
  .wrapper-page--gray {
    background-color: #e3e3e3; }
  .wrapper-page--icons {
    position: relative; }
    .wrapper-page--icons:before {
      content: "";
      display: block;
      width: 25px;
      height: 25px;
      background-position: 0 0;
      background-image: url("/i/icons.png");
      position: absolute;
      right: 0;
      left: 0;
      top: -12.5px;
      margin: auto; }

.logo {
  position: relative;
  width: 256px;
  height: 34px; }
  @media (min-width: 1024px) {
    .logo {
      width: 256px;
      height: 53px; } }
  .logo__link {
    display: block;
    height: 100%;
    width: 100%; }
  .logo__image {
    background-image: url("/i/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%; }
  .logo__text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

.slider {
  max-height: 480px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .slider {
      max-height: 876px; } }
  .slider .bx-wrapper .bx-prev, .slider .bx-wrapper .bx-next {
    background-size: contain; }
  .slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    text-indent: -9999px;
    z-index: 9999;
    opacity: 0.6;
    width: 39px;
    height: 69px; }
    @media (min-width: 768px) {
      .slider .bx-wrapper .bx-controls-direction a {
        width: 78px;
        height: 139px; } }
    .slider .bx-wrapper .bx-controls-direction a:hover {
      opacity: 1; }
  .slider .bx-wrapper, .slider bx-viewport {
    display: block;
    height: 100%; }
  .slider__container {
    width: 100%;
    height: 100%; }
  .slider__element {
    display: block;
    height: 480px;
    max-width: 100%;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .slider__element {
        height: 876px; } }
  .slider__image {
    width: 100%; }

.company-map {
  height: 330px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .company-map {
      margin-right: 15px;
      margin-bottom: 0; } }

.icon {
  display: block;
  background-repeat: no-repeat; }
  .icon__site {
    background-image: url("/i/icons.png"); }
    .icon__site--to-top {
      width: 25px;
      height: 16px;
      background-position: -25px -16px; }
    .icon__site--arrow-down {
      width: 25px;
      height: 25px;
      background-position: 0 0; }
  .icon__home {
    background-image: url("/i/classe.png");
    background-size: contain;
    height: auto;
    width: 100%;
    height: 100%; }
  .icon__floor {
    height: 43px;
    width: 245px;
    max-width: 100%;
    background-position: 0 0;
    background-size: contain; }
    .icon__floor--0 {
      background-image: url("/i/icon-floor-0.png"); }
    .icon__floor--1 {
      background-image: url("/i/icon-floor-1.png"); }
    .icon__floor--2 {
      background-image: url("/i/icon-floor-2.png"); }

/* FORM GENERICI */
.form {
  color: #706f6f;
  font-family: "Museo Slab W01_500";
  font-weight: normal;
  /*@include placeholder() {
      font-size: $input-font-size;
      opacity: 1;
  }*/ }
  .form .err {
    text-transform: uppercase;
    display: block;
    font-size: 0.875rem;
    font-size: 0.75rem;
    padding: 3px 5px;
    color: #fff;
    background-color: #ef6a6a;
    margin: 3px 0 -5px; }
  .form input[type="text"], .form input[type="password"] {
    background-color: #fff;
    border-radius: none;
    border: none;
    color: inherit;
    display: block;
    padding: 5px 8px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 0.875rem;
    font-family: "Museo Slab W01_500";
    font-weight: normal;
    font-style: normal; }
  .form input[type="text"], .form input[type="password"], .form textarea .text {
    font-size: 0.875rem;
    font-weight: normal; }
    .form input[type="text"] ::-webkit-input-placeholder, .form input[type="password"] ::-webkit-input-placeholder, .form textarea .text ::-webkit-input-placeholder {
      font-family: "Museo Slab W01_700";
      font-size: 0.875rem;
      font-weight: normal;
      font-style: normal;
      opacity: 1; }
    .form input[type="text"] :-moz-placeholder, .form input[type="password"] :-moz-placeholder, .form textarea .text :-moz-placeholder {
      /* Firefox 18- */
      font-family: "Museo Slab W01_700";
      font-size: 0.875rem;
      font-weight: normal;
      font-style: normal;
      opacity: 1; }
    .form input[type="text"] ::-moz-placeholder, .form input[type="password"] ::-moz-placeholder, .form textarea .text ::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Museo Slab W01_700";
      font-size: 0.875rem;
      font-weight: normal;
      font-style: normal;
      opacity: 1; }
    .form input[type="text"] :-ms-input-placeholder, .form input[type="password"] :-ms-input-placeholder, .form textarea .text :-ms-input-placeholder {
      font-family: "Museo Slab W01_700";
      font-size: 0.875rem;
      font-weight: normal;
      font-style: normal;
      opacity: 1; }
  .form input.submit {
    background-color: #c53522;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 30px;
    width: 75px;
    max-width: 100%;
    font-size: 0.6875rem;
    font-weight: normal;
    font-family: "Museo Slab W01_700";
    text-align: center;
    margin: auto; }
    .form input.submit:hover {
      background-color: #9a291a;
      color: #fff; }
  .form__footer, .form .select, .form p.input, .form .captcha, .form .privacy {
    width: 409px;
    max-width: 100%; }
  .form .captcha, .form .privacy {
    margin: auto; }
  .form .mandatory-text {
    text-align: left;
    font-size: 0.625rem;
    float: left; }
  .form .submit {
    text-align: center; }
    @media (min-width: 360px) {
      .form .submit {
        text-align: right;
        float: right; } }
  .form p {
    margin-bottom: 15px;
    height: auto; }
    .form p.has-error {
      margin-bottom: 22px; }
  .form p.checkbox {
    margin: 10px 0;
    position: relative;
    font-size: 0.6875rem;
    line-height: 1.0909em; }
    .form p.checkbox input[type='checkbox'] {
      opacity: 0;
      float: left;
      width: 18px;
      display: none; }
    .form p.checkbox .mock {
      margin: 0;
      clear: none;
      cursor: pointer;
      position: relative;
      content: "";
      background-color: #fff;
      border: none;
      display: block;
      height: 15px;
      width: 15px;
      position: absolute;
      margin: auto;
      top: -3px;
      border-radius: 8px; }
    .form p.checkbox input[type='checkbox']:checked + .mock:after {
      content: "";
      background-color: #c53522;
      margin: 4px;
      height: 7px;
      position: relative;
      border-radius: 3px;
      display: block; }
    .form p.checkbox label {
      margin-left: 20px;
      font-size: 11px;
      line-height: 1.0909em;
      margin-bottom: 0; }
  .form .textarea.div_text {
    width: 409px;
    max-width: 100%;
    margin: 0 0 19px; }
  .form .text {
    background-color: #fff;
    border: none;
    border-radius: none;
    color: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 1.666em;
    padding: 5px 8px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    font-size: 0.875rem;
    font-family: "Museo Slab W01_500";
    font-weight: normal;
    font-style: normal; }
    .form .text ::-webkit-input-placeholder {
      font-family: "Museo Slab W01_700";
      font-size: 0.875rem;
      opacity: 1; }
    .form .text :-moz-placeholder {
      /* Firefox 18- */
      font-family: "Museo Slab W01_700";
      font-size: 0.875rem;
      opacity: 1; }
    .form .text ::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Museo Slab W01_700";
      font-size: 0.875rem;
      opacity: 1; }
    .form .text :-ms-input-placeholder {
      font-family: "Museo Slab W01_700";
      font-size: 0.875rem;
      opacity: 1; }
  .form .privacy {
    display: block;
    margin: 0; }
    .form .privacy .privacy-policy p {
      margin-bottom: 0; }
    .form .privacy .privacy-policy-content {
      overflow: auto;
      max-height: 85px;
      font-size: 0.6875rem;
      line-height: 1.0909em; }
      .form .privacy .privacy-policy-content .page {
        margin: 0;
        padding: 0; }
    .form .privacy .privacy-policy-content * {
      font-size: 0.6875rem;
      line-height: 1.0909em; }
  .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: 0; }
    .form .captcha .recaptcha_image {
      overflow: hidden;
      margin-bottom: 10px;
      width: 100%;
      /*@include breakpoint(980px) {
          width: 50%;
      }*/ }
      .form .captcha .recaptcha_image img {
        border: none;
        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;
      font-family: "Museo Slab W01_500";
      font-size: 0.875rem;
      font-weight: normal;
      font-style: normal; }
      .form .captcha #recaptcha_response_field ::-webkit-input-placeholder {
        font-family: "Museo Slab W01_500";
        font-size: 0.875rem;
        font-weight: normal;
        font-style: normal;
        opacity: 1; }
      .form .captcha #recaptcha_response_field :-moz-placeholder {
        /* Firefox 18- */
        font-family: "Museo Slab W01_500";
        font-size: 0.875rem;
        font-weight: normal;
        font-style: normal;
        opacity: 1; }
      .form .captcha #recaptcha_response_field ::-moz-placeholder {
        /* Firefox 19+ */
        font-family: "Museo Slab W01_500";
        font-size: 0.875rem;
        font-weight: normal;
        font-style: normal;
        opacity: 1; }
      .form .captcha #recaptcha_response_field :-ms-input-placeholder {
        font-family: "Museo Slab W01_500";
        font-size: 0.875rem;
        font-weight: normal;
        font-style: normal;
        opacity: 1; }
      .form .captcha #recaptcha_response_field + .err {
        margin-top: -20px; }

.c-form {
  margin-bottom: 5px; }

.btn {
  background-color: #c53522;
  color: #fff;
  display: block;
  font-family: "Museo Slab W01_700";
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  min-height: 34px;
  max-width: 100%;
  line-height: 34px;
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  padding: 0 15px;
  border-radius: 8px; }
  .btn:hover {
    background-color: #9a291a;
    color: #e6e6e6; }
  .btn--block {
    width: 235px; }
  .btn--small {
    min-height: 20px;
    line-height: 20px;
    padding: 0 8px;
    width: 138px; }
  .btn--inverted {
    background-color: #fff;
    color: #c53522; }
  .btn--inverted:hover {
    background-color: #e6e6e6;
    color: #9a291a; }

/*.menu { 
    position: absolute; 
    top: 0; 
    right: -195px; 
    bottom: 0; 
    -webkit-transition:right 0.6s;
    transition: right 0.6s; 

    &--opened { right: -15px; }
    
    &__btn, &--opened &__btn , &__container { float: left; background-color: #fff; }
    
    &__btn { cursor: pointer; display: block; width: 52px; height: 50px; padding: 15px 15px 15px 12px; text-align: center; position: relative; }
    
    &__btn .e1, .menu &__btn .e2, &__btn .e3 { display: block; background-color: #334c48; width: 100%; height: 3px; margin-bottom: 5px; }
    
    &__btn .e3 { margin-bottom: 0; }

    &__container { display: block; width: 180px; padding: 22% 10%; height: 100vh; overflow-y: auto; }

    &__value { 
        margin-bottom: 1em; 
        a { font-family: 'Oswald'; font-weight: 700; text-transform: uppercase; }
        
        &--active a , a:hover {
            color: #4b8a7f; 
        }
    }
    
    &--opened &__btn .e1, &--opened &__btn .e3 { width: 65%; left: 0; right: 0; margin: auto; background-color: #334c48 !important; }
    &--opened &__btn .e1 { position: absolute; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 50%; }
    &--opened &__btn .e2 { display: none; }
    &--opened &__btn .e3 { position: absolute; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 50%; }
}*/
@media (min-width: 768px) {
  .menu {
    display: block;
    margin: auto;
    text-align: center; } }
@media (min-width: 1024px) {
  .menu {
    margin: 0;
    text-align: left; } }
.menu__list {
  list-style: none; }
.menu__value {
  line-height: 1.24em;
  color: #000000;
  display: inline-block;
  padding: 8px 10px;
  border-left: 2px solid #c53522; }
  @media (max-width: 480px) {
    .menu__value {
      width: 49%;
      min-height: 3.72em; } }
  @media (max-width: 768px) {
    .menu__value {
      width: 32%;
      float: left; } }
  @media (min-width: 1024px) {
    .menu__value {
      float: left;
      display: block; } }
  .menu__value-link {
    color: inherit;
    font-size: 0.6875rem;
    line-height: 1.27em; }
    .menu__value-link--active, .menu__value-link:hover {
      color: #c53522; }
    .menu__value-link strong {
      font-family: "DIN Next W01 Bold";
      font-size: 0.8125rem;
      font-weight: normal; }
    .menu__value-link p {
      font-family: "DIN Next W06 Regular";
      font-size: 0.6875rem;
      font-weight: normal; }

.advantage {
  color: #706f6f;
  margin: auto;
  text-align: center;
  width: 100%;
  margin: 15px auto 25px; }
  @media (min-width: 768px) {
    .advantage {
      width: 72%;
      margin: 65px auto 80px; } }
  .advantage__icon {
    display: block;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .advantage__icon-wrapper {
      position: relative;
      height: 68px; }
  .advantage__title {
    font-family: "DIN Next W06 Regular";
    font-size: 1.375rem;
    margin: 20px auto 10px; }
  .advantage__text {
    font-size: 0.75rem;
    line-height: 1.666em; }
    .advantage__text--small {
      font-size: 0.625rem;
      color: #000000; }
  .advantage .icon {
    margin: 20px auto 15px; }

@media (min-width: 768px) {
  .advantages .u-col-1-3:first-child .advantage {
    margin-left: 0;
    margin-right: auto; }
  .advantages .u-col-1-3:last-child .advantage {
    margin-right: 0;
    margin-left: auto; } }
.locations {
  padding: 50px 0; }
  @media (max-width: 815px) {
    .locations .u-col-1-2 {
      width: 100%; } }
  .locations .location {
    color: #fff;
    margin-bottom: 30px;
    padding-right: 50px; }
    .locations .location__title {
      float: left;
      font-family: "DIN Next W06 Regular";
      font-size: 1.25rem;
      margin-bottom: 15px;
      line-height: 49px; }
      @media (min-width: 480px) {
        .locations .location__title {
          font-size: 1.75rem; } }
    .locations .location__icon {
      display: block;
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      margin: auto; }
      .locations .location__icon-wrapper {
        float: left;
        width: 40px;
        height: 49px;
        margin-right: 10px;
        position: relative; }
        @media (min-width: 480px) {
          .locations .location__icon-wrapper {
            width: 45px; } }
    .locations .location__text {
      font-size: 0.75rem;
      line-height: 1.6666em; }
    .locations .location .btn {
      margin-top: 15px; }

.plus__list {
  margin-bottom: 30px; }
.plus__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  .plus__icon-wrapper {
    height: 130px;
    width: 100%;
    text-align: center;
    margin: auto;
    position: relative; }
.plus__title {
  margin-top: 10px;
  text-align: center;
  line-height: 1em; }

.download {
  border: 2px solid #c3c3c4;
  background: #ededed;
  color: #636466;
  padding: 7px 13px; }
  .download > a {
    color: inherit; }
  .download__preview, .download__content {
    height: 80px;
    float: left; }
  .download__preview {
    width: 23%; }
  .download__image {
    height: 100%; }
  .download__content {
    width: 77%;
    position: relative;
    font-size: 0.75rem;
    line-height: 1.25em; }
    .download__content p {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      color: inherit; }
      .download__content p strong {
        font-family: "Museo Slab W01_700";
        font-weight: normal; }

.floor {
  border-bottom: 2px solid #c53522;
  padding-bottom: 15px;
  padding-top: 15px; }
  @media (min-width: 980px) {
    .floor {
      padding-top: 0; } }
  .floor:last-child {
    border-bottom: none; }
  .floor__info, .floor__map-container, .floor__legend {
    width: 100%;
    display: block;
    height: 100%; }
    @media (min-width: 980px) {
      .floor__info, .floor__map-container, .floor__legend {
        float: left; } }
  .floor__info {
    position: relative; }
    @media (min-width: 980px) {
      .floor__info {
        width: 25%;
        padding-top: 30px; } }
  .floor__map {
    max-width: 100%;
    max-height: 100%;
    display: block;
    text-align: center; }
    .floor__map-container {
      overflow: hidden;
      padding: 2% 0 3%; }
      @media (min-width: 980px) {
        .floor__map-container {
          width: 58.5%;
          padding: 10px 25px 0; } }
      .floor__map-container > div {
        overflow: hidden; }
  @media (min-width: 980px) {
    .floor__legend {
      width: 16.5%; } }
  .floor__title {
    color: #c53522;
    font-family: "Museo Slab W01_700";
    margin-bottom: 40px;
    position: relative;
    padding-left: 20px; }
    @media (min-width: 980px) {
      .floor__title {
        padding-left: 21%; } }
    .floor__title:before {
      content: "";
      display: block;
      background-image: url("/i/icons.png");
      width: 15px;
      height: 15px;
      background-position: -25px 0px;
      position: absolute;
      left: 0; }
      @media (min-width: 980px) {
        .floor__title:before {
          left: 10%; } }
  .floor__help, .floor__scroll-text {
    font-size: 0.75rem;
    font-family: "Museo Slab W01_700";
    margin-bottom: 36px;
    line-height: 1.666667em; }
    @media (min-width: 980px) {
      .floor__help, .floor__scroll-text {
        padding-left: 23%; } }
  .floor__help {
    color: #706f6f; }
  .floor__scroll {
    color: #c53522; }
    @media (max-width: 979px) {
      .floor__scroll {
        float: left;
        width: 50%; } }
  @media (max-width: 979px) {
    .floor .icon__floor {
      float: right; } }
  @media (max-width: 639px) {
    .floor .icon__floor {
      float: left; } }
  @media (min-width: 980px) {
    .floor .icon__floor {
      position: absolute;
      bottom: 28px; } }

.legend {
  list-style: none; }
  @media (min-width: 980px) {
    .legend {
      margin-top: 85px; } }
  .legend__element {
    cursor: pointer;
    margin-bottom: 15px;
    height: 46px; }
    @media (min-width: 360px) {
      .legend__element {
        float: left;
        width: 50%; } }
    @media (min-width: 768px) {
      .legend__element {
        width: 25%; } }
    @media (min-width: 980px) {
      .legend__element {
        float: none;
        display: block;
        width: auto; } }
    .legend__element--reset {
      height: auto;
      color: #c53522;
      line-height: 1em;
      font-family: "Museo Slab W01_700"; }
    .legend__element--monolocali .legend__block {
      background-color: #ddcc56 !important; }
    .legend__element--bilocali .legend__block {
      background-color: #9cca3b !important; }
    .legend__element--trilocali .legend__block {
      background-color: #3b96ca !important; }
    .legend__element--quadrilocali .legend__block {
      background-color: #331dba !important; }
  .legend__block {
    display: block;
    width: 46px;
    height: 100%;
    float: left; }
  .legend__name {
    float: left;
    height: 100%;
    position: relative;
    font-family: "Museo Slab W01_700"; }
    .legend__name p {
      position: absolute;
      bottom: 0;
      line-height: 1em;
      left: 10px; }
      .legend__name p:before {
        content: "";
        display: block;
        background-image: url("/i/icons.png");
        width: 15px;
        height: 15px;
        background-position: -25px 0px;
        position: absolute;
        left: 0;
        top: -24px; }

.flat {
  padding: 80px 0 40px; }
  .flat__info {
    width: 100%; }
    @media (min-width: 640px) {
      .flat__info {
        float: left;
        width: 50%; } }
    @media (min-width: 768px) {
      .flat__info {
        width: 100%;
        float: none; } }
  .flat__header {
    margin-bottom: 105px; }
  .flat__title, .flat__subtitle, .flat__text, .flat__downloads .btn, .flat__cart {
    text-align: center;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 640px) {
      .flat__title, .flat__subtitle, .flat__text, .flat__downloads .btn, .flat__cart {
        text-align: left;
        margin-left: 0; } }
  .flat__title, .flat__subtitle {
    color: #c53522;
    font-size: 1.75rem;
    line-height: 1.07142em; }
  .flat__subtitle {
    font-family: "DIN Next W06 Regular"; }
  .flat__title {
    font-family: "DIN Next W01 Bold"; }
  .flat__text {
    color: #7c695d;
    font-family: "DIN Next W06 Regular";
    line-height: 1.125em; }
  .flat__downloads .btn {
    margin-bottom: 8px; }
  .flat__cart {
    display: block;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: middle; }
    .flat__cart-container {
      text-align: center;
      margin: auto;
      margin-top: 60px;
      height: 200px; }
      @media (min-width: 640px) {
        .flat__cart-container {
          float: left;
          width: 50%; } }
      @media (min-width: 768px) {
        .flat__cart-container {
          width: 100%;
          float: none; } }
  .flat__preview {
    display: block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: auto; }
    @media (min-width: 768px) {
      .flat__preview {
        margin-right: 0;
        margin: auto; } }
    .flat__preview-container {
      width: 100%;
      height: 600px; }

.header {
  border-top: 4px solid #c53522;
  border-bottom: 8px solid #c53522;
  background-color: #fff;
  min-height: 132px;
  z-index: 10; }
  .header .wrapper-page {
    position: relative;
    max-width: 1280px;
    padding-top: 22px; }
    @media (min-width: 1024px) {
      .header .wrapper-page {
        padding-bottom: 40px; } }
  .header .logo {
    /*text-align: center;
    margin: auto;*/ }
    @media (min-width: 1024px) {
      .header .logo {
        float: left;
        text-align: left;
        margin: 0; } }
  .header .aside {
    position: relative;
    text-align: center;
    margin: auto;
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .header .aside {
        float: right; } }
  .header .share {
    width: 92px;
    height: 22px;
    margin: auto;
    position: absolute;
    right: 0;
    top: -43px; }
    @media (min-width: 1024px) {
      .header .share {
        top: auto;
        bottom: -30px; } }
    .header .share__link {
      display: block;
      height: 100%;
      width: 100%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background-image: url("/i/follow_fb.png");
      background-size: contain;
      max-width: 100%; }

.page__header {
  height: 498px;
  position: relative; }
  .page__header > .wrapper-page {
    position: relative;
    height: 100%; }
  .page__header-group {
    display: block;
    position: relative;
    min-height: 392px; }
.page__title {
  color: #fff;
  font-size: 2.0625rem;
  font-family: "Bauer Bodoni Pro_1 W01 Bold";
  line-height: 1em;
  position: relative; }
  @media (min-width: 480px) {
    .page__title {
      font-size: 2.6875rem; } }
  @media (min-width: 768px) {
    .page__title {
      font-size: 3.3125rem; } }

.section__title {
  color: #c53522;
  font-family: "Museo Slab W01_900";
  font-size: 1.375rem;
  text-align: center;
  text-transform: uppercase; }
.section__subtitle {
  font-family: "Museo Slab W01_700";
  font-size: 1.25rem;
  text-align: center;
  margin: 5px auto 30px; }
  .section__subtitle--title {
    text-transform: uppercase; }
.section__content {
  margin-bottom: 15px; }
.section__image {
  max-width: 100%;
  max-height: 100%; }
  .section__image-container {
    width: 100%;
    text-align: center; }
.section__text {
  font-size: 0.75rem;
  line-height: 1.6666em;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .section__text {
      padding-top: 0;
      padding-left: 20px; } }
  .section__text a {
    font-family: "Museo Slab W01_900"; }
  .section__text--main {
    padding: 25px 0 5px;
    margin: auto;
    text-align: center; }
    @media (min-width: 768px) {
      .section__text--main {
        width: 50%; } }
.section--who {
  padding-top: 80px;
  border-bottom: 10px solid #c53522; }
.section--who .section__image-container {
  width: 100%;
  overflow: hidden; }
.section--plus {
  padding-top: 25px; }
  .section--plus .icon__home {
    margin: auto;
    background-position: center center; }
.section--plus .section__background {
  height: 513px;
  position: relative;
  padding: 50px 0 60px; }
.section--plus .section__background .section__content {
  margin-bottom: 0;
  width: 90%;
  height: 100%;
  margin: auto;
  position: relative; }
  @media (min-width: 768px) {
    .section--plus .section__background .section__content {
      width: 50%; } }
.section--contacts .section__title {
  padding: 55px 0 25px; }
.section--housing .section__image-container {
  width: 357px;
  height: 85px;
  margin-bottom: 65px;
  max-width: 100%; }
.section--housing .btn {
  margin: 0 auto 4px; }
.section .home__text {
  color: #636466;
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: center;
  margin-top: -15px; }
  @media (min-width: 400px) {
    .section .home__text {
      margin-top: 10px; } }
  @media (min-width: 768px) {
    .section .home__text {
      position: absolute;
      bottom: 0;
      left: 94%;
      width: 50%;
      text-align: left;
      margin-top: 0; } }
.section--subsection .section__text {
  font-size: 0.75rem;
  line-height: 1.25em; }
  .section--subsection .section__text b, .section--subsection .section__text strong {
    font-family: "Museo Slab W01_700";
    font-weight: normal;
    color: #c53522; }
  .section--subsection .section__text a {
    color: inherit;
    font-weight: normal;
    font-family: "Museo Slab W01_500"; }
.section--housing {
  padding-top: 30px; }

.footer {
  background-color: #c53522;
  color: #fffefe;
  font-family: "Museo Slab W01_500";
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.6363em;
  text-transform: uppercase;
  padding: 7px 0 12px; }
  .footer .wrapper-page {
    position: relative;
    max-width: 1280px; }
  .footer .link, .footer__text {
    color: inherit;
    padding: 0 5px; }
  .footer .link:hover {
    font-weight: bold; }
  .footer .to-top {
    margin-bottom: 10px;
    font-size: 0.625rem; }
    .footer .to-top span, .footer .to-top i {
      cursor: pointer; }

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