.filter-showcase {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto; }

/*$color-lighterGrey: #f4f4f4; // new color
$color-lightGrey: #e6e9ed;
$color-mediumGrey: #d3d3d2;
$color-mediumLightGrey: #ccd1d9;
$color-darkGrey: #4a4a4a; // Placeholder
$color-darkerGrey: #292f36; // Standard Text
$color-darkestGrey: #212121; // Home and Life

$color-lightBlue: #009bbe; // Mobile
$color-mediumBlue: #0069b3; // Infostrada

$color-orange: #f48135; // Wind

$color-white: #ffffff;
$color-black: #000000;

$color-lightGray: $color-lightGrey;
$color-gray-mediumBg: $color-mediumGrey;
$medium-gray: $color-mediumGrey;
$color_grey_medium: $color-darkGrey;
$color-standardText: $color-darkerGrey;
$color-HomeLifeBackground: $color-darkestGrey;
$color-HomeLife-Background: $color-darkestGrey;

$color-blue: $color-mediumBlue;*/
/* ___________________ MIXIN __________________
 -------->        BREAKPOINT MIXIN */
/* USAGE */
h1 {
  font-size: 3.125em;
  font-family: "Trade Gothic Bold"; }

.row-center {
  text-align: center; }

.col-center {
  display: inline-block;
  float: none !important; }

img {
  display: inline;
  margin: 0 auto;
  height: auto; }

.base__input {
  width: 100%;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  color: #AAB2BD; }
  .base__input::-webkit-input-placeholder {
    color: #AAB2BD; }
  .base__input:-moz-placeholder {
    color: #AAB2BD;
    opacity: 1; }
  .base__input::-moz-placeholder {
    color: #AAB2BD;
    opacity: 1; }

.full_height {
  height: 100%; }

.rotated {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.slick-slider .slider__navigation {
  position: absolute;
  cursor: pointer;
  z-index: 50; }

.slick-slider .left__arrow {
  top: calc(50% - 41px);
  left: 10px; }
  .slick-slider .left__arrow:hover {
    opacity: 0.5; }

.slick-slider .right__arrow {
  bottom: 50%;
  right: 10px; }
  .slick-slider .right__arrow:hover {
    opacity: 0.5; }

.slider__dots {
  text-align: center;
  margin-top: 15px;
  padding-left: 0; }
  .slider__dots li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer; }
  .slider__dots .slider__single {
    width: 30px;
    height: 5px;
    background: #ccd1d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .slider__dots .slick-active .slider__single {
    background: #F48135; }

.container_testo_generico {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px; }

.block_hidden {
  width: 0px !important;
  height: 0px !important;
  padding: 0px !important;
  margin: 0px !important; }

body {
  font-family: "Trade Gothic";
  color: #292f36; }

a {
  text-decoration: none; }
  a:hover, a:visited, a:focus, a:active {
    text-decoration: none;
    outline: none; }

.visibleShow {
  visibility: visible !important; }

.visibleHidden {
  visibility: hidden !important; }

.home_page {
  line-height: normal;
  width: 100%;
  margin: 0 auto; }

h2 {
  font-family: "Trade Gothic Bold";
  font-size: 2.500em; }

h3 {
  font-family: "Trade Gothic Bold";
  font-size: 1.875em; }

h4 {
  font-family: "Trade Gothic Bold";
  font-size: 1.250em; }

b {
  font-family: "Trade Gothic"; }

hr {
  max-width: 1024px; }

.clear-fix:after,
.clear {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clear-fix {
  zoom: 1; }

.float_right {
  float: right; }

.float_left {
  float: left; }

.align_left {
  text-align: left; }

.align_center {
  text-align: center; }

.margin_bottom_30 {
  margin-bottom: 30px; }

.margin_top_30 {
  margin-top: 30px; }

.text_uppercase {
  text-transform: uppercase; }

.info_link {
  color: #F48135;
  /* font-size: 0.750em; Prevent too small sized text*/
  text-decoration: none;
  cursor: pointer; }
  .info_link:hover {
    opacity: 0.5; }

a.button, a.button--slim, a.button--ghost, a.button--ghost--transparent, a.button--search {
  font-family: "Trade Gothic Bold";
  background-color: #F48135;
  color: #FFF;
  /* padding-top: 21px;
    padding-bottom: 15px; */
  padding: 1rem 0;
  margin: 0px 30px;
  display: block;
  font-size: 1.125em;
  text-align: center;
  height: auto;
  text-transform: uppercase;
  border: 1px solid;
  border-color: #F48135;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  a.button--noMargin {
    margin-left: 0px;
    margin-right: 0px; }
  a.button:hover, a.button--slim:hover, a.button--ghost:hover, a.button--ghost--transparent:hover, a.button--search:hover {
    background-color: #f78f4c;
    color: #FFF; }
  @media (max-width: 767px) {
    a.button, a.button--slim, a.button--ghost, a.button--ghost--transparent, a.button--search {
      margin: 0px 15px 15px 15px; } }

a.button--slim {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em; }
  a.button--slim:focus {
    color: #FFF; }

a.button--ghost {
  color: #F48135;
  background-color: #FFF; }
  a.button--ghost:hover {
    color: #F48135;
    opacity: 0.5;
    background-color: #FFF; }

a.button--ghost--transparent {
  color: #F48135;
  background-color: transparent; }
  a.button--ghost--transparent:hover {
    color: #F48135;
    opacity: 0.5;
    background-color: transparent; }

a.button--search {
  background-image: url(../img/icons-interface/search_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px; }

.info_for_IT {
  margin: 30px 0;
  padding: 20px;
  color: white;
  font-size: 24px;
  background-color: red; }

.buttons a {
  color: #FFF; }

/* ====================COLORI BACKGROUND=====================  */
.colored_bg--white {
  background-color: #FFF !important; }

.colored_bg--grey_light_light {
  background-color: #F4F4F4 !important; }

.colored_bg--grey_light {
  background-color: #E6E9ED !important; }

.colored_bg--grey_medium_light {
  background-color: #CCD1D9 !important; }

.colored_bg--grey_medium {
  background-color: #AAB2BD !important; }

.colored_bg--grey_dark, .colored_bg--placeholder {
  background-color: #292F36 !important; }

.colored_bg--grey_dark_light {
  background-color: #656D78 !important; }

.colored_bg--grey_dark, .colored_bg--business {
  background-color: #292F36 !important; }

.colored_bg--black, .colored_bg--home_life {
  background-color: #212121 !important; }

.colored_bg--blue_light {
  background-color: #3253A3 !important; }

.colored_bg--infostrada, .colored_bg--blue {
  background-color: #183989 !important; }

.colored_bg--blue_light {
  background-color: #3253A3 !important; }

.colored_bg--wind, .colored_bg--orange {
  background-color: #F48135 !important; }

.colored_bg--orange_light {
  background-color: #F69A5D !important; }

.colored_bg--error, .colored_bg--red {
  background-color: #CE4242 !important; }

.colored_bg--red_light {
  background-color: #D76767 !important; }

.colored_bg--mobile, .colored_bg--robin {
  background-color: #009BBE !important; }

.colored_bg--robin_light {
  background-color: #24A5C6 !important; }

/* ====================COLORI TESTI=====================  */
.colored_text--white {
  color: #FFF !important; }

.colored_text--grey_light_light {
  color: #F4F4F4 !important; }

.colored_text--grey_light {
  color: #E6E9ED !important; }

.colored_text--grey_medium_light {
  color: #CCD1D9 !important; }

.colored_text--grey_medium {
  color: #AAB2BD !important; }

.colored_text--grey_dark, .colored_text--placeholder {
  color: #292F36 !important; }

.colored_text--grey_dark_light {
  color: #656D78 !important; }

.colored_text--grey_dark {
  color: #292F36 !important; }

.colored_text--black, .colored_text--home_life {
  color: #212121 !important; }

.colored_text--blue_light {
  color: #3253A3 !important; }

.colored_text--infostrada, .colored_text--blue {
  color: #183989 !important; }

.colored_text--blue_light {
  color: #3253A3 !important; }

.colored_text--wind, .colored_text--business, .colored_text--orange {
  color: #F48135 !important; }

.colored_text--orange_light {
  color: #F69A5D !important; }

.colored_text--error, .colored_text--red {
  color: #CE4242 !important; }

.colored_text--red_light {
  color: #D76767 !important; }

.colored_text--mobile, .colored_text--robin {
  color: #009BBE !important; }

.colored_text--robin_light {
  color: #24A5C6 !important; }

/* ====================DIMENSIONE TESTI=====================  */
.text_size {
  line-height: 1.2em; }
  .text_size--big {
    font-size: 45px; }
    @media (max-width: 767px) {
      .text_size--big {
        font-size: 40px; } }
  .text_size--medium {
    font-size: 25px !important; }
  .text_size--normal {
    font-size: 16px !important; }
    @media (max-width: 767px) {
      .text_size--normal {
        font-size: 14px !important; } }
  .text_size--small {
    font-size: 12px; }

/* ==================== With Currency =====================  */
.with_currency:after {
  content: "\20AC";
  font-size: 0.8em;
  color: inherit;
  padding-left: 3px; }

.text_currency:after {
  content: "cent/min";
  font-size: 0.6em;
  color: inherit;
  padding-left: 3px;
  letter-spacing: normal; }

/* ==================== iframe configurazione =====================  */
.configurazione_terminali {
  height: 100vh; }
  .configurazione_terminali iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
    max-width: 1024px;
    margin: 0 auto; }

/* ==================== area clienti =====================  */
.area_clienti_wind #content * {
  box-sizing: content-box; }

::selection {
  background: #F69A5D;
  /* WebKit/Blink Browsers */
  color: #292F36; }

::-moz-selection {
  background: #F69A5D;
  /* Gecko Browsers */
  color: #292F36; }

.tx-powermail h3 {
  display: none; }

.tx-powermail .powermail_legend {
  display: none; }

.tx-powermail .powermail_label {
  display: none; }

.tx-powermail .powermail_fieldwrap_half {
  display: inline-block;
  width: 49.5%; }
  @media (max-width: 767px) {
    .tx-powermail .powermail_fieldwrap_half {
      width: 100%; } }

.tx-powermail .powermail_fieldwrap_type_check {
  margin-bottom: 1rem; }

.tx-powermail .powermail_fieldwrap_type_textarea .base__input {
  height: 103px;
  padding: 1.4rem .9rem;
  resize: none; }
  @media (max-width: 767px) {
    .tx-powermail .powermail_fieldwrap_type_textarea .base__input {
      height: 148px; } }

.tx-powermail .powermail_fieldwrap_type_input .base__input {
  padding: 1.4rem .9rem;
  font-size: 1.2rem;
  line-height: 1em; }

.tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select {
  width: 100% !important; }
  .tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select::-webkit-input-placeholder {
    color: #656D78; }
  .tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select:-moz-placeholder, .tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select::-moz-placeholder {
    color: #656D78;
    opacity: 1; }
  .tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select .dropdown-toggle {
    padding: 1.4rem .9rem; }
    .tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select .dropdown-toggle .filter-option {
      font-size: 1.2rem;
      line-height: 1em; }

.tx-powermail .powermail_fieldwrap_type_reset {
  width: auto; }
  .tx-powermail .powermail_fieldwrap_type_reset .powermail_reset {
    padding: 0;
    background-color: transparent;
    color: #F48135;
    font-size: 1.2rem;
    text-transform: uppercase; }

.tx-powermail .powermail_fieldwrap_type_submit {
  width: 100%; }
  .tx-powermail .powermail_fieldwrap_type_submit .base__bt {
    padding: 1.4rem .9rem;
    font-size: 1.2rem;
    line-height: normal; }
    @media (max-width: 767px) {
      .tx-powermail .powermail_fieldwrap_type_submit .base__bt {
        width: 100%;
        margin: 2.8rem 0 2.2rem;
        font-size: 1.2rem; } }

.client_block {
  max-width: 1024px;
  margin: 0 auto;
  position: relative; }
  .client_block__overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #FFF; }
  .client_block__expand {
    display: none;
    width: 350px;
    height: 350px;
    position: absolute;
    top: -50vw;
    left: calc(50% - 175px);
    background-color: #FFF;
    z-index: 250;
    padding: 30px;
    border: 1px solid #D3D3D2; }
    .client_block__expand .button, .client_block__expand a.button--slim, .client_block__expand a.button--ghost, .client_block__expand a.button--ghost--transparent, .client_block__expand a.button--search {
      position: absolute;
      bottom: 15px;
      width: 170px;
      left: 70px; }
    .client_block__expand .client_block__single--vCard--description {
      overflow: visible;
      font-size: 18px;
      line-height: 20px;
      padding-top: 20px;
      height: auto;
      max-width: 250px;
      margin: 0 auto; }
    .client_block__expand .client_block__single__readMore {
      display: none; }
  .client_block__icon {
    margin: 0 auto; }
    .client_block__icon--1 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -1px; }
    .client_block__icon--2 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -77px; }
    .client_block__icon--3 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -154px; }
    .client_block__icon--4 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -231px; }
    .client_block__icon--5 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      height: 77px;
      width: 77px;
      background-position: 0px -308px; }
    .client_block__icon--6 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -385px; }
    .client_block__icon--7 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -462px; }
    .client_block__icon--8 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -539px; }
    .client_block__icon--9 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -616px; }
    .client_block__icon--10 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -683px; }
    .client_block__icon--11 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -760px; }
    .client_block__icon--12 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -837px; }
    .client_block__icon--13 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -914px; }
  @media (min-width: 767px) {
    .client_block .col-lg-2,
    .client_block .col-md-2 {
      width: 20%; } }
  .client_block .grey_strip__block__tabs--left {
    display: none; }
  .client_block .button, .client_block a.button--slim, .client_block a.button--ghost, .client_block a.button--ghost--transparent, .client_block a.button--search {
    font-size: 0.875em;
    width: 60%;
    margin: 0 auto;
    min-width: 80px; }
  .client_block__mainTitle {
    font-size: 2.5em;
    font-family: "Trade Gothic Light";
    margin-top: 30px;
    margin-bottom: 40px; }
  .client_block__container {
    max-width: 1024px;
    margin: 0 auto;
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
  .client_block h2 {
    font-family: "Trade Gothic Bold Condensed"; }
  .client_block__showMore {
    color: #F48135;
    font-size: 1.250em;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Trade Gothic Light";
    cursor: pointer;
    display: none; }
    .client_block__showMore:hover {
      text-decoration: underline; }
  .client_block__showOffers {
    color: #F48135;
    margin-left: 15px;
    width: 100%;
    display: none;
    font-size: 1.250em;
    text-align: left;
    text-transform: uppercase;
    font-family: "Trade Gothic Light";
    cursor: pointer; }
    .client_block__showOffers:hover {
      text-decoration: underline; }
  .client_block__tabs {
    text-transform: uppercase;
    color: #292F36; }
    .client_block__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
    .client_block__tabs--left {
      float: left;
      margin-left: 30px; }
    .client_block__tabs--right {
      float: right;
      margin-right: 30px; }
    .client_block__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .client_block__tabs--title:hover {
        border-bottom: 1px solid #F48135; }
      .client_block__tabs--title.active {
        border-bottom: 1px solid #F48135;
        color: #F48135; }
  .client_block__select {
    float: left;
    width: calc(50% - 10px); }
    .client_block__select--second {
      margin-left: 20px; }
    .client_block__select .base__select.bootstrap-select {
      width: 100% !important; }
      .client_block__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px 20px; }
        .client_block__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .client_block__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em;
          font-family: "Trade Gothic"; }
  .client_block--title {
    font-size: 1em;
    text-transform: uppercase; }
  .client_block__single {
    position: relative;
    margin-top: 15px;
    height: 175px; }
    .client_block__single--modifyHeight {
      height: 83px; }
    .client_block__single__readMore {
      position: relative;
      z-index: 150;
      width: 100%;
      text-align: center;
      color: #F48135;
      font-size: 0.750em;
      background-color: #FFF;
      padding-top: 4px;
      padding-bottom: 4px;
      bottom: 20px;
      cursor: pointer;
      border: 1px solid #F48135; }
      .client_block__single__readMore:hover {
        text-decoration: underline; }
    .client_block__single:nth-child(n+6) {
      margin-top: 15px; }
    .client_block__single:nth-child(5n):after {
      display: none; }
      @media (max-width: 767px) {
        .client_block__single:nth-child(5n):after {
          display: block; } }
    .client_block__single:after {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      right: 0%;
      min-height: 1px; }
    @media (max-width: 767px) {
      .client_block__single {
        margin-bottom: 15px; }
        .client_block__single:nth-child(n+3) {
          margin-top: 15px; }
        .client_block__single:nth-child(even):after {
          display: none; } }
  .client_block__single--vCard {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    float: left;
    font-family: "Trade Gothic"; }
    .client_block__single--vCard h2 {
      margin-bottom: 10px; }
    .client_block__single--vCard__image {
      height: 100%;
      max-height: 84px;
      margin-top: 10px;
      margin-bottom: 15px; }
    .client_block__single--vCard--description {
      font-size: 0.875em;
      font-family: "Trade Gothic";
      line-height: 16px;
      text-align: center;
      margin-top: 10px;
      overflow: hidden; }
    .client_block__single--vCard--mainTitle {
      font-size: 1.300em;
      text-align: center;
      line-height: 32px;
      font-family: "Trade Gothic Bold";
      color: #009BBE; }

.contact_info_block {
  position: relative;
  max-width: 1024px;
  margin: 0 auto; }
  .contact_info_block .tx-powermail .powermail_fieldwrap {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .contact_info_block .tx-powermail .powermail_fieldwrap {
        margin-bottom: 10px; } }
    .contact_info_block .tx-powermail .powermail_fieldwrap:first-of-type .powermail_field {
      padding: .7rem 2rem 0 0;
      font-size: 1.125em;
      line-height: 1.125em; }
    .contact_info_block .tx-powermail .powermail_fieldwrap_half {
      width: 100%; }
    .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox {
      margin: 0;
      padding-left: 0; }
      .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox label {
        width: 100%;
        padding-left: 0;
        font-size: 1.2rem; }
        .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox label:after, .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox label:before {
          right: 0;
          bottom: 0;
          left: auto; }
        .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox label:before {
          margin-left: 0; }
        .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox label:after {
          top: 0;
          padding: 0;
          font-size: 1em;
          text-align: center;
          right: 3px;
          left: inherit !important; }
    .contact_info_block .tx-powermail .powermail_fieldwrap_type_reset .btn, .contact_info_block .tx-powermail .powermail_fieldwrap_type_submit .btn {
      width: 100%;
      padding: 1rem; }
    .contact_info_block .tx-powermail .powermail_fieldwrap_type_reset .btn {
      display: block;
      border-color: #F48135;
      background-clip: padding-box;
      background-color: #FFF;
      font-size: 1.2rem; }
    .contact_info_block .tx-powermail .powermail_fieldwrap_marker_02 h5 {
      font-family: "Trade Gothic";
      font-size: .8em;
      font-weight: 400;
      line-height: 1em; }
      .contact_info_block .tx-powermail .powermail_fieldwrap_marker_02 h5 a {
        padding: 0; }
  .contact_info_block__overlay {
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #292F36;
    z-index: 900; }
  .contact_info_block__item--active {
    color: #292F36; }
  @media (max-width: 767px) {
    .contact_info_block__item--contact.contact_open.contact_button {
      display: none; } }
  .contact_info_block__container {
    position: fixed;
    top: 20vh;
    right: -450px;
    width: 500px;
    z-index: 950; }
    .contact_info_block__container.contact_open {
      top: 0;
      bottom: 0; }
    @media (max-width: 767px) {
      .contact_info_block__container.contact_open {
        top: 0;
        width: 100%; } }
    .contact_info_block__container__left.contactShow {
      position: absolute;
      height: 135px;
      transform: translateY(100%) rotate(-90deg);
      transform-origin: top left;
      visibility: visible; }
      .contact_info_block__container__left.contactShow .contact_button .link_contact {
        display: inline-block;
        width: 135px;
        padding: 15px 20px;
        background-color: #F48135;
        color: #FFF;
        white-space: nowrap; }
        .contact_info_block__container__left.contactShow .contact_button .link_contact:hover {
          color: rgba(255, 255, 255, 0.8); }
    .contact_info_block__container__left.contactHide {
      position: absolute;
      top: .5rem;
      right: 1rem;
      visibility: hidden;
      z-index: 500; }
      .contact_info_block__container__left.contactHide .close_button .base__icon {
        width: 25px;
        height: 25px;
        margin-top: 3px;
        cursor: pointer; }
      .contact_info_block__container__left.contactHide .close_button .link_contact {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        padding: 0;
        border-radius: 50%;
        background-color: #F48135;
        color: #FFF;
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center; }
        .contact_info_block__container__left.contactHide .close_button .link_contact:active, .contact_info_block__container__left.contactHide .close_button .link_contact:hover {
          opacity: .5; }
    .contact_info_block__container__right {
      width: 450px;
      height: 100%;
      padding: 0;
      float: right;
      background-color: #E6E9ED;
      visibility: hidden; }
      @media (max-width: 767px) {
        .contact_info_block__container__right.visibleShow {
          width: 100%; } }

hr.example_divider {
  border-width: 1px;
  border-style: dotted;
  border-color: #292F36; }

.with_slider .standard_block:not(:first-child) {
  display: none; }

.standard_block {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .standard_block.fmc {
    overflow: visible; }
  .standard_block__mainContainer {
    display: table;
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 425px;
    margin: 0 auto;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .standard_block__mainContainer {
        height: auto;
        display: block; } }
    .withForm.invertedDisplay.fmc .standard_block__mainContainer {
      height: auto; }
    .fullBand .standard_block__mainContainer {
      height: 350px; }
      @media (max-width: 767px) {
        .fullBand .standard_block__mainContainer {
          height: auto; } }
    .specialVersion .standard_block__mainContainer {
      overflow: hidden; }
      @media (max-width: 767px) {
        .specialVersion .standard_block__mainContainer {
          height: auto; } }
    .specialVersion.transparent .standard_block__mainContainer {
      overflow: visible; }
  .standard_block__coloredBg {
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
    height: 100%;
    z-index: 10; }
    @media (max-width: 767px) {
      .standard_block__coloredBg {
        display: none;
        right: 0;
        height: 50%;
        margin: 0 auto; } }
    .invertedDisplay .standard_block__coloredBg {
      right: 0;
      left: 50%; }
      @media (max-width: 767px) {
        .invertedDisplay .standard_block__coloredBg {
          left: 0; } }
    @media (max-width: 767px) {
      .withForm .standard_block__coloredBg {
        display: block;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        height: 330px; } }
    @media (max-width: 767px) {
      .withForm.invertedDisplay .standard_block__coloredBg {
        display: block;
        bottom: 0;
        right: 0;
        left: 0; } }
    .fullBand .standard_block__coloredBg {
      right: 0;
      left: 0; }
      @media (max-width: 767px) {
        .fullBand .standard_block__coloredBg {
          display: block;
          top: 0;
          height: 100%; } }
    .specialVersion .standard_block__coloredBg {
      z-index: 20;
      left: 40%;
      right: 0; }
      @media (max-width: 767px) {
        .specialVersion .standard_block__coloredBg {
          display: block;
          bottom: 0;
          top: 0;
          height: 100%; } }
    .specialVersion.invertedDisplay .standard_block__coloredBg {
      right: 40%;
      left: 0; }
    .fullBand.specialVersion .standard_block__coloredBg {
      left: 40%;
      right: 0; }
    .fullBand.specialVersion.invertedDisplay .standard_block__coloredBg {
      right: 40%;
      left: 0; }
    .standard_block__coloredBg .shape {
      position: absolute;
      width: 50%;
      height: 100%; }
      .mobile .standard_block__coloredBg .shape {
        background-color: #F48135; }
        @media (max-width: 767px) {
          .mobile .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .robin .standard_block__coloredBg .shape {
        background-color: #009BBE; }
        @media (max-width: 767px) {
          .robin .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .fisso .standard_block__coloredBg .shape {
        background-color: #183989; }
        @media (max-width: 767px) {
          .fisso .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .business .standard_block__coloredBg .shape {
        background-color: #292F36; }
        @media (max-width: 767px) {
          .business .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .device .standard_block__coloredBg .shape {
        background-color: #212121; }
        @media (max-width: 767px) {
          .device .standard_block__coloredBg .shape {
            background-color: transparent; } }
      @media (max-width: 767px) {
        .fullBand.mobile .standard_block__coloredBg .shape {
          background-color: #F48135; } }
      @media (max-width: 767px) {
        .fullBand.robin .standard_block__coloredBg .shape {
          background-color: #009BBE; } }
      @media (max-width: 767px) {
        .fullBand.fisso .standard_block__coloredBg .shape {
          background-color: #183989; } }
      @media (max-width: 767px) {
        .fullBand.business .standard_block__coloredBg .shape {
          background-color: #292F36; } }
      @media (max-width: 767px) {
        .fullBand.device .standard_block__coloredBg .shape {
          background-color: #212121; } }
      @media (max-width: 767px) {
        .fullBand.specialVersion .standard_block__coloredBg .shape {
          background-color: transparent; } }
      .transparent .standard_block__coloredBg .shape {
        background-color: transparent; }
      .fullBand.transparent .standard_block__coloredBg .shape {
        background-color: transparent; }
      .specialVersion.transparent .standard_block__coloredBg .shape {
        background-color: transparent; }
      .standard_block__coloredBg .shape--one {
        left: 0;
        width: 50%; }
        .invertedDisplay .standard_block__coloredBg .shape--one {
          width: 50%;
          -moz-transform: skew(20deg);
          -o-transform: skew(20deg);
          -ms-transform: skew(20deg);
          -webkit-transform: skew(20deg);
          transform: skew(20deg);
          transform-origin: 100% 0; }
          @media (max-width: 767px) {
            .invertedDisplay .standard_block__coloredBg .shape--one {
              width: 50%;
              -moz-transform: none;
              -o-transform: none;
              -ms-transform: none;
              -webkit-transform: none;
              transform: none; } }
        .withForm .standard_block__coloredBg .shape--one {
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; }
        .withForm.invertedDisplay .standard_block__coloredBg .shape--one {
          -moz-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
          transform-origin: 100% 100%; }
          @media (max-width: 767px) {
            .withForm.invertedDisplay .standard_block__coloredBg .shape--one {
              -moz-transform: none;
              -o-transform: none;
              -ms-transform: none;
              -webkit-transform: none;
              transform: none; } }
        .fullBand .standard_block__coloredBg .shape--one {
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; }
        .fullBand.specialVersion .standard_block__coloredBg .shape--one {
          -moz-transform: skew(20deg);
          -o-transform: skew(20deg);
          -ms-transform: skew(20deg);
          -webkit-transform: skew(20deg);
          transform: skew(20deg);
          transform-origin: 100% 0; }
        .fullBand.specialVersion.invertedDisplay .standard_block__coloredBg .shape--one {
          transform: none; }
        .specialVersion .standard_block__coloredBg .shape--one {
          -moz-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
          transform-origin: 100% 100%; }
        .specialVersion.invertedDisplay .standard_block__coloredBg .shape--one {
          transform: none; }
      .standard_block__coloredBg .shape--two {
        right: 0;
        width: 50%;
        transform: skew(-20deg);
        transform-origin: 100% 0; }
        @media (max-width: 767px) {
          .standard_block__coloredBg .shape--two {
            width: 50%;
            transform: none; } }
        .invertedDisplay .standard_block__coloredBg .shape--two {
          width: 50%;
          transform: none;
          transform-origin: none; }
        .withForm .standard_block__coloredBg .shape--two {
          transform: skew(20deg);
          transform-origin: 100% 100%; }
          @media (max-width: 767px) {
            .withForm .standard_block__coloredBg .shape--two {
              transform: none; } }
        .withForm.invertedDisplay .standard_block__coloredBg .shape--two {
          transform: none; }
        .fullBand .standard_block__coloredBg .shape--two {
          transform: none; }
        .fullBand.specialVersion .standard_block__coloredBg .shape--two {
          transform: none;
          transform-origin: none; }
        .fullBand.specialVersion.invertedDisplay .standard_block__coloredBg .shape--two {
          transform: skew(-20deg);
          transform-origin: 100% 0; }
        .specialVersion .standard_block__coloredBg .shape--two {
          transform: none;
          transform-origin: none; }
        .specialVersion.invertedDisplay .standard_block__coloredBg .shape--two {
          transform: skew(20deg);
          transform-origin: 100% 100%; }
  .standard_block__half_block {
    display: table-cell;
    position: relative;
    width: 50%;
    height: 100%;
    vertical-align: middle; }
    .standard_block__half_block.image_block {
      position: absolute;
      right: 50%;
      bottom: 0;
      left: 0;
      width: auto; }
      .standard_block__half_block.image_block .background_block--container {
        display: none; }
        .fmc .standard_block__half_block.image_block .background_block--container {
          display: block; }
        .standard_block__half_block.image_block .background_block--container .background {
          width: 100%;
          height: auto;
          position: static; }
          .standard_block__half_block.image_block .background_block--container .background.only_desktop {
            display: block; }
            @media (max-width: 767px) {
              .standard_block__half_block.image_block .background_block--container .background.only_desktop {
                display: none; } }
          .standard_block__half_block.image_block .background_block--container .background.only_mobile {
            display: none; }
            @media (max-width: 767px) {
              .standard_block__half_block.image_block .background_block--container .background.only_mobile {
                display: block; } }
      .standard_block__half_block.image_block .image_block--container {
        position: relative;
        width: 100%;
        height: 100%; }
        .specialVersion .standard_block__half_block.image_block .image_block--container {
          overflow: hidden; }
      .standard_block__half_block.image_block .elements_block--container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 15px; }
      @media (max-width: 767px) {
        .standard_block__half_block.image_block {
          top: 0;
          right: 0;
          bottom: 400px;
          max-width: none;
          height: 350px;
          position: relative;
          width: 100%;
          display: block;
          margin: 0 auto;
          padding: 0; } }
      @media (max-width: 600px) {
        .standard_block__half_block.image_block {
          height: 260px; } }
      .invertedDisplay .standard_block__half_block.image_block {
        right: 0;
        left: 50%; }
        @media (max-width: 767px) {
          .invertedDisplay .standard_block__half_block.image_block {
            left: 0; } }
      .withForm .standard_block__half_block.image_block {
        right: 0;
        left: 0; }
        @media (max-width: 767px) {
          .withForm .standard_block__half_block.image_block {
            max-width: none;
            left: 0;
            position: relative;
            display: block;
            margin-bottom: 25px; } }
      .withForm.invertedDisplay .standard_block__half_block.image_block {
        right: 0;
        left: 0; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay .standard_block__half_block.image_block {
            right: 0; } }
      .withForm.invertedDisplay.fmc .standard_block__half_block.image_block {
        position: static;
        height: auto !important; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay.fmc .standard_block__half_block.image_block {
            right: 0;
            margin-bottom: 0; } }
      @media (max-width: 767px) {
        .fullBand .standard_block__half_block.image_block {
          bottom: 350px;
          height: 300px; } }
      .specialVersion .standard_block__half_block.image_block {
        right: 0;
        left: 0;
        padding: 0; }
        @media (max-width: 767px) {
          .specialVersion .standard_block__half_block.image_block {
            height: 350px; } }
      .specialVersion.transparent .standard_block__half_block.image_block {
        padding: 0;
        left: 0;
        right: 50%; }
        @media (max-width: 767px) {
          .specialVersion.transparent .standard_block__half_block.image_block {
            right: 0; } }
      .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block {
        right: 0;
        left: 50%; }
        @media (max-width: 767px) {
          .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block {
            left: 0; } }
      .fullImage .standard_block__half_block.image_block {
        left: 0;
        right: 0; }
        @media (max-width: 767px) {
          .fullImage .standard_block__half_block.image_block {
            padding: 0;
            height: 320px; } }
      .standard_block__half_block.image_block .testimonial {
        position: absolute;
        bottom: 0;
        left: 0;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        z-index: 15; }
        @media (max-width: 767px) {
          .standard_block__half_block.image_block .testimonial {
            bottom: 0;
            left: -9999px;
            right: -9999px;
            width: auto;
            max-width: none; } }
        .invertedDisplay .standard_block__half_block.image_block .testimonial {
          right: 0;
          left: auto; }
          @media (max-width: 767px) {
            .invertedDisplay .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px; } }
        .withForm .standard_block__half_block.image_block .testimonial {
          right: 45%;
          left: 0%;
          width: 100%;
          max-width: 55%;
          height: auto;
          max-height: 100%; }
          @media (max-width: 767px) {
            .withForm .standard_block__half_block.image_block .testimonial {
              max-width: none;
              width: auto;
              height: calc(100% - 50px);
              transform: translateX(-25%);
              left: -9999px;
              right: -9999px; } }
        .withForm.invertedDisplay .standard_block__half_block.image_block .testimonial {
          left: 45%;
          width: 100%;
          max-width: 55%;
          height: auto;
          max-height: 100%; }
          @media (max-width: 767px) {
            .withForm.invertedDisplay .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px;
              height: calc(100% - 30px);
              width: auto;
              transform: translateX(25%);
              max-width: none; } }
        .specialVersion .standard_block__half_block.image_block .testimonial {
          top: 0;
          bottom: 0;
          min-height: 100%;
          left: -740px;
          max-width: none; }
          @media (max-width: 767px) {
            .specialVersion .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .invertedDisplay.specialVersion .standard_block__half_block.image_block .testimonial {
          left: auto;
          right: -740px; }
          @media (max-width: 767px) {
            .invertedDisplay.specialVersion .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .fullBand.specialVersion .standard_block__half_block.image_block .testimonial {
          right: auto;
          left: -610px; }
          @media (max-width: 767px) {
            .fullBand.specialVersion .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .fullBand.specialVersion.invertedDisplay .standard_block__half_block.image_block .testimonial {
          right: auto;
          left: calc(100% - 980px); }
          @media (max-width: 767px) {
            .fullBand.specialVersion.invertedDisplay .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .specialVersion.transparent .standard_block__half_block.image_block .testimonial {
          right: auto;
          left: 0;
          min-height: auto;
          bottom: 0;
          top: auto;
          max-width: none; }
          @media (max-width: 767px) {
            .specialVersion.transparent .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px; } }
        .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block .testimonial {
          left: auto;
          right: 0; }
          @media (max-width: 767px) {
            .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px; } }
        .fullImage .standard_block__half_block.image_block .testimonial {
          right: auto;
          max-width: 200%; }
          @media (max-width: 767px) {
            .fullImage .standard_block__half_block.image_block .testimonial {
              left: 0;
              max-width: none; } }
        .fullImage.invertedDisplay .standard_block__half_block.image_block .testimonial {
          left: auto;
          right: 0; }
    .standard_block__half_block.form_block {
      display: none;
      left: -24%;
      width: 33.33333%;
      text-align: center;
      z-index: 50; }
      @media (max-width: 767px) {
        .mobile .standard_block__half_block.form_block {
          background-color: #F48135; } }
      @media (max-width: 767px) {
        .robin .standard_block__half_block.form_block {
          background-color: #009BBE; } }
      @media (max-width: 767px) {
        .fisso .standard_block__half_block.form_block {
          background-color: #183989; } }
      @media (max-width: 767px) {
        .business .standard_block__half_block.form_block {
          background-color: #292F36; } }
      @media (max-width: 767px) {
        .device .standard_block__half_block.form_block {
          background-color: #212121; } }
      .transparent .standard_block__half_block.form_block {
        background-color: transparent; }
      .invertedDisplay .standard_block__half_block.form_block {
        left: 43%; }
      .withForm .standard_block__half_block.form_block {
        display: table-cell; }
        @media (max-width: 767px) {
          .withForm .standard_block__half_block.form_block {
            display: inline-block;
            left: 0;
            transform: translateY(calc(100% + 85px));
            width: 100%;
            padding: 20px 0; } }
      @media (max-width: 767px) {
        .withForm.invertedDisplay .standard_block__half_block.form_block {
          transform: translateY(calc(100% + 85px)); } }
      .withForm.invertedDisplay.fmc .standard_block__half_block.form_block {
        left: 0;
        right: 0;
        display: block;
        position: absolute;
        width: auto;
        background: white;
        transform: none;
        bottom: 12%;
        height: 70px; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay.fmc .standard_block__half_block.form_block {
            display: block;
            transform: none;
            bottom: 0;
            height: auto;
            position: relative;
            padding: 0; } }
    .standard_block__half_block.offer_block {
      padding: 0 15px;
      text-align: center;
      z-index: 49; }
      .fullBand .standard_block__half_block.offer_block {
        color: #FFF; }
      .invertedDisplay .standard_block__half_block.offer_block {
        left: -50%; }
        @media (max-width: 767px) {
          .invertedDisplay .standard_block__half_block.offer_block {
            left: 0; } }
      .withForm .standard_block__half_block.offer_block {
        left: -7%;
        width: 43%; }
        @media (max-width: 767px) {
          .withForm .standard_block__half_block.offer_block {
            display: inline-block;
            top: auto;
            right: 0;
            left: 0;
            transform: translateY(calc(-100% + 85px));
            width: 100%;
            height: auto;
            padding: 85px 15px 15px; } }
      .withForm.invertedDisplay .standard_block__half_block.offer_block {
        left: -50%;
        width: 43%; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay .standard_block__half_block.offer_block {
            left: 0;
            transform: translateY(calc(-100% + 85px));
            width: 100%; } }
      .withForm.invertedDisplay.fmc .standard_block__half_block.offer_block {
        display: none; }
      @media (max-width: 767px) {
        .specialVersion.mobile .standard_block__half_block.offer_block {
          background-color: #F48135; } }
      @media (max-width: 767px) {
        .specialVersion.robin .standard_block__half_block.offer_block {
          background-color: #009BBE; } }
      @media (max-width: 767px) {
        .specialVersion.fisso .standard_block__half_block.offer_block {
          background-color: #183989; } }
      @media (max-width: 767px) {
        .specialVersion.business .standard_block__half_block.offer_block {
          background-color: #292F36; } }
      @media (max-width: 767px) {
        .specialVersion.device .standard_block__half_block.offer_block {
          background-color: #212121; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.mobile .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.robin .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.fisso .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.business .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.device .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion .standard_block__half_block.offer_block {
          padding-top: 50px; } }
      @media (max-width: 767px) {
        .standard_block__half_block.offer_block {
          top: 0;
          width: 100%;
          padding: 50px 15px 15px;
          display: block; } }
      .standard_block__half_block.offer_block:empty {
        display: none; }
  .standard_block__ribbon {
    position: relative;
    left: -35px;
    width: auto;
    display: inline-block;
    margin-bottom: 15px;
    padding: 4px 8px 4px 35px;
    background-color: #F48135;
    color: #FFF;
    font-family: "Trade Gothic Condensed";
    font-size: 26px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    z-index: 25;
    -webkit-animation: slidein-left 0.7s 0s 1 linear;
    -moz-animation: slidein-left 0.7s 0s 1 linear;
    -o-animation: slidein-left 0.7s 0s 1 linear;
    animation: slidein-left 0.7s 0s 1 linear;
    -animation: slidein-left .7s 0s 1 linear;
    -webkit-animation: slidein-left-webkit .7s 0s 1 linear;
    -ms-animation: slidein-left-ms .7s 0s 1 linear;
    -moz-animation: slidein-left-moz .7s 0s 1 linear; }
    @media (max-width: 767px) {
      .standard_block__ribbon {
        left: -38px;
        padding: 8px 8px 8px 35px;
        font-size: 14px; } }
    .mobile .standard_block__ribbon {
      background-color: #009BBE; }
    .transparent .standard_block__ribbon {
      background-color: #F48135; }
    .mobile.transparent .standard_block__ribbon {
      background-color: #009BBE; }
    .invertedDisplay .standard_block__ribbon {
      left: calc(100% + 35px);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      padding: 8px 35px 8px 8px;
      text-align: right;
      -animation: slidein-right .7s 0s 1 linear;
      -webkit-animation: slidein-right-webkit .7s 0s 1 linear;
      -ms-animation: slidein-right-ms .7s 0s 1 linear;
      -moz-animation: slidein-right-moz .7s 0s 1 linear; }
      @media (max-width: 767px) {
        .invertedDisplay .standard_block__ribbon {
          padding: 8px 35px 8px 8px; } }
    .mobile.fullBand .standard_block__ribbon {
      background-color: #009BBE; }
    .withForm .standard_block__ribbon {
      left: calc(100% + 35px);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      padding: 8px 35px 8px 8px;
      text-align: right;
      -animation: slidein-right .7s 0s 1 linear;
      -webkit-animation: slidein-right-webkit .7s 0s 1 linear;
      -ms-animation: slidein-right-ms .7s 0s 1 linear;
      -moz-animation: slidein-right-moz .7s 0s 1 linear; }
    .withForm.invertedDisplay .standard_block__ribbon {
      padding: 8px 8px 8px 35px;
      left: -35px;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      text-align: left;
      -animation: slidein-left .7s 0s 1 linear;
      -webkit-animation: slidein-left-webkit .7s 0s 1 linear;
      -ms-animation: slidein-left-ms .7s 0s 1 linear;
      -moz-animation: slidein-left-moz .7s 0s 1 linear; }
    .standard_block__ribbon:empty {
      display: none; }
    .standard_block__ribbon:before {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #d5501b #d5501b transparent transparent;
      content: "";
      z-index: -1; }
      .mobile .standard_block__ribbon:before {
        border-color: #007d99 #007d99 transparent transparent; }
      .transparent .standard_block__ribbon:before {
        border-color: #d5501b #d5501b transparent transparent; }
      .mobile.transparent .standard_block__ribbon:before {
        border-color: #007d99 #007d99 transparent transparent; }
      .invertedDisplay .standard_block__ribbon:before {
        right: 0;
        left: auto;
        border-color: #d5501b transparent transparent #d5501b; }
      .mobile.invertedDisplay .standard_block__ribbon:before {
        border-color: #007d99 transparent transparent #007d99; }
      .invertedDisplay.transparent .standard_block__ribbon:before {
        border-color: #d5501b transparent transparent #d5501b; }
      .withForm .standard_block__ribbon:before {
        right: 0;
        left: auto;
        border-color: #d5501b transparent transparent #d5501b; }
      .mobile.withForm .standard_block__ribbon:before {
        border-color: #007d99 transparent transparent #007d99; }
      .transparent.withForm .standard_block__ribbon:before {
        border-color: #d5501b transparent transparent #d5501b; }
      .withForm.invertedDisplay .standard_block__ribbon:before {
        right: auto;
        left: 0;
        border-color: #d5501b #d5501b transparent transparent; }
      .mobile.withForm.invertedDisplay .standard_block__ribbon:before {
        border-color: #007d99 #007d99 transparent transparent; }
      .transparent.withForm.invertedDisplay .standard_block__ribbon:before {
        border-color: #d5501b #d5501b transparent transparent; }
    .standard_block__ribbon:after {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      -moz-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -webkit-transform: skew(-20deg);
      transform: skew(-20deg);
      transform-origin: 100% 100%;
      background-color: #F48135;
      content: "";
      z-index: -1; }
      .mobile .standard_block__ribbon:after {
        background-color: #009BBE; }
      .transparent .standard_block__ribbon:after {
        background-color: #F48135; }
      .mobile.transparent .standard_block__ribbon:after {
        background-color: #009BBE; }
      .invertedDisplay .standard_block__ribbon:after {
        left: 0;
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
        transform-origin: 0 100%; }
      .mobile.fullBand .standard_block__ribbon:after {
        background-color: #009BBE; }
      .withForm .standard_block__ribbon:after {
        left: 0;
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
        transform-origin: 100% 100%; }
      .withForm.invertedDisplay .standard_block__ribbon:after {
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
        transform-origin: 100% 100%; }
  .standard_block__sticker__wrapper {
    position: relative;
    z-index: 35; }
    .standard_block__sticker__wrapper.small {
      position: absolute;
      bottom: 15px;
      left: 15px;
      width: 38px; }
      @media (max-width: 767px) {
        .standard_block__sticker__wrapper.small {
          right: 15px;
          width: auto;
          bottom: -45px;
          margin: 0 auto;
          text-align: center; }
          .standard_block__sticker__wrapper.small .standard_block__sticker {
            width: 38px;
            height: auto;
            display: inline-block;
            vertical-align: middle; } }
      .invertedDisplay .standard_block__sticker__wrapper.small {
        right: 15px;
        left: auto; }
        @media (max-width: 767px) {
          .invertedDisplay .standard_block__sticker__wrapper.small {
            left: 15px; } }
      .withForm .standard_block__sticker__wrapper.small {
        right: 15px;
        left: auto; }
        @media (max-width: 767px) {
          .withForm .standard_block__sticker__wrapper.small {
            left: 15px; } }
      .withForm.invertedDisplay .standard_block__sticker__wrapper.small {
        right: auto;
        left: 15px; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay .standard_block__sticker__wrapper.small {
            right: 15px; } }
    .standard_block__sticker__wrapper.big {
      width: 57px;
      margin: 0 auto 0 0; }
      @media (max-width: 767px) {
        .standard_block__sticker__wrapper.big {
          width: 48px; } }
      .standard_block__sticker__wrapper.big .standard_block__sticker img {
        width: 100%;
        height: auto; }
      .standard_block__sticker__wrapper.big .standard_block__sticker:not(:last-of-type) {
        margin-bottom: 8px; }
      .invertedDisplay .standard_block__sticker__wrapper.big {
        margin: 0 0 0 auto; }
      .withForm .standard_block__sticker__wrapper.big {
        margin: 0 0 0 auto; }
      .withForm.invertedDisplay .standard_block__sticker__wrapper.big {
        margin: 0 auto 0 0; }
    .standard_block__sticker__wrapper .standard_block__sticker {
      display: block;
      width: 100%;
      height: auto; }
      .standard_block__sticker__wrapper .standard_block__sticker:not(:last-of-type) {
        margin-bottom: 8px; }
        @media (max-width: 767px) {
          .standard_block__sticker__wrapper .standard_block__sticker:not(:last-of-type) {
            margin-bottom: 0; } }
  .standard_block__title {
    margin-bottom: 8px;
    color: #FFF;
    font-family: "Trade Gothic Condensed";
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .standard_block__title {
        font-size: 40px; } }
    .splittedTitle .standard_block__title {
      margin-bottom: 0;
      font-size: 36px; }
      @media (max-width: 910px) {
        .splittedTitle .standard_block__title {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .splittedTitle .standard_block__title {
          font-size: 24px; } }
    .mobile .standard_block__title {
      color: #009BBE; }
    .robin .standard_block__title {
      color: #009BBE; }
    .fisso .standard_block__title {
      color: #183989; }
    .business .standard_block__title {
      color: #F48135; }
    .device .standard_block__title {
      color: #212121; }
    .mobile.transparent .standard_block__title {
      color: #F48135; }
    .fullBand .standard_block__title {
      color: #FFF; }
    .fullBand.transparent.mobile .standard_block__title {
      color: #F48135; }
    .fullBand.transparent.robin .standard_block__title {
      color: #009BBE; }
    .fullBand.transparent.fisso .standard_block__title {
      color: #183989; }
    .fullBand.transparent.business .standard_block__title {
      color: #F48135; }
    .fullBand.transparent.device .standard_block__title {
      color: #212121; }
    .specialVersion .standard_block__title {
      color: #FFF; }
    .specialVersion.transparent.mobile .standard_block__title {
      color: #F48135; }
    .specialVersion.transparent.robin .standard_block__title {
      color: #009BBE; }
    .specialVersion.transparent.fisso .standard_block__title {
      color: #183989; }
    .specialVersion.transparent.business .standard_block__title {
      color: #F48135; }
    .specialVersion.transparent.device .standard_block__title {
      color: #212121; }
    .fullImage.transparent.light.mobile .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.mobile .standard_block__title {
          color: #F48135; } }
    .fullImage.transparent.light.robin .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.robin .standard_block__title {
          color: #009BBE; } }
    .fullImage.transparent.light.fisso .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.fisso .standard_block__title {
          color: #183989; } }
    .fullImage.transparent.light.business .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.business .standard_block__title {
          color: #292F36; } }
    .fullImage.transparent.light.device .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.device .standard_block__title {
          color: #212121; } }
  .standard_block__subtitle {
    margin-bottom: 8px;
    font-family: "Trade Gothic Condensed";
    font-size: 36px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .standard_block__subtitle {
        font-size: 28px; } }
    .mobile .standard_block__subtitle {
      color: #009BBE; }
    .robin .standard_block__subtitle {
      color: #009BBE; }
    .fisso .standard_block__subtitle {
      color: #183989; }
    .business .standard_block__subtitle {
      color: #F48135; }
    .device .standard_block__subtitle {
      color: #212121; }
    .mobile.transparent .standard_block__subtitle {
      color: #F48135; }
    .fullBand .standard_block__subtitle {
      color: #FFF; }
    .splittedTitle .standard_block__subtitle {
      font-size: 36px; }
      @media (max-width: 910px) {
        .splittedTitle .standard_block__subtitle {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .splittedTitle .standard_block__subtitle {
          font-size: 24px; } }
    .specialVersion .standard_block__subtitle {
      color: #FFF; }
    .fullBand.transparent.mobile .standard_block__subtitle {
      color: #F48135; }
    .fullBand.transparent.robin .standard_block__subtitle {
      color: #009BBE; }
    .fullBand.transparent.fisso .standard_block__subtitle {
      color: #183989; }
    .fullBand.transparent.business .standard_block__subtitle {
      color: #F48135; }
    .fullBand.transparent.device .standard_block__subtitle {
      color: #212121; }
    .specialVersion.transparent.mobile .standard_block__subtitle {
      color: #F48135; }
    .specialVersion.transparent.robin .standard_block__subtitle {
      color: #009BBE; }
    .specialVersion.transparent.fisso .standard_block__subtitle {
      color: #183989; }
    .specialVersion.transparent.business .standard_block__subtitle {
      color: #F48135; }
    .specialVersion.transparent.device .standard_block__subtitle {
      color: #212121; }
    .fullImage.transparent.light.mobile .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.mobile .standard_block__subtitle {
          color: #F48135; } }
    .fullImage.transparent.light.robin .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.robin .standard_block__subtitle {
          color: #009BBE; } }
    .fullImage.transparent.light.fisso .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.fisso .standard_block__subtitle {
          color: #183989; } }
    .fullImage.transparent.light.business .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.business .standard_block__subtitle {
          color: #292F36; } }
    .fullImage.transparent.light.device .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.device .standard_block__subtitle {
          color: #212121; } }
    .standard_block__subtitle:empty {
      display: none; }
  .standard_block__text {
    margin-bottom: 8px;
    color: #292F36;
    font-size: 24px;
    line-height: 1.1em; }
    .fullBand .standard_block__text {
      color: #FFF; }
    .withForm .standard_block__text {
      font-size: 20px; }
      @media (max-width: 767px) {
        .withForm .standard_block__text {
          font-size: 16px; } }
    .specialVersion .standard_block__text {
      color: #FFF; }
    .fullBand.transparent .standard_block__text {
      color: #292F36; }
    .specialVersion.transparent .standard_block__text {
      color: #292F36; }
    .fullImage.light .standard_block__text {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.light .standard_block__text {
          color: #292F36; } }
    @media (max-width: 910px) {
      .standard_block__text {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .standard_block__text {
        font-size: 16px;
        max-width: 85%;
        margin: 0 auto 16px; } }
    .standard_block__text:empty {
      display: none; }
  .standard_block__singleButton .base__bt, .standard_block__doubleButton .base__bt {
    max-width: 48.5%; }
  .standard_block .base__bt {
    color: #FFF;
    font-family: "Trade Gothic Bold";
    font-size: 16px;
    max-height: 46px; }
    @media (max-width: 767px) {
      .standard_block .base__bt {
        width: 260px; } }
    .standard_block .base__bt--or2 {
      color: #F48135;
      background-color: #FFF;
      border-color: #F48135; }
      .standard_block .base__bt--or2:hover {
        opacity: .7; }
      .specialVersion.standard_block .base__bt--or2 {
        border-color: #F48135; }
      .fullBand.standard_block .base__bt--or2 {
        border-color: transparent; }
      .mobile.fullBand.standard_block .base__bt--or2 {
        border-color: #FFF;
        background-color: transparent;
        color: #FFF; }
      .mobile.specialVersion.standard_block .base__bt--or2 {
        border-color: #FFF;
        background-color: transparent;
        color: #FFF; }
    .standard_block .base__bt--or:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .mobile.fullBand.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #FFF;
      color: #F48135; }
    .mobile.fullBand.transparent.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #F48135;
      color: #FFF; }
    .mobile.specialVersion.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #FFF;
      color: #F48135; }
    .mobile.fullImage.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #F48135;
      color: #FFF; }
    .standard_block .base__bt:empty {
      display: none; }
  .standard_block .bundle_orange__container {
    display: block; }
  .fmc .standard_block__click_to_call .ctc {
    display: block;
    position: absolute;
    top: 2.75%;
    right: 10%;
    font-size: 9px;
    text-transform: uppercase;
    width: 16%;
    text-align: right;
    z-index: 100; }
    .fmc .standard_block__click_to_call .ctc a {
      color: #183989;
      width: calc(100% - 30px - .5rem);
      float: left;
      text-decoration: underline; }
    .fmc .standard_block__click_to_call .ctc .base__icon {
      display: block;
      margin: 0;
      float: right;
      width: 30px;
      height: 30px; }
      @media (max-width: 767px) {
        .fmc .standard_block__click_to_call .ctc .base__icon {
          width: 25px;
          height: 25px; } }
      @media (max-width: 600px) {
        .fmc .standard_block__click_to_call .ctc .base__icon {
          width: 20px;
          height: 20px; } }
    @media (max-width: 767px) {
      .fmc .standard_block__click_to_call .ctc {
        width: 40%;
        top: 1%;
        right: calc(17.5% - 25px);
        text-align: right; } }
    @media (max-width: 600px) {
      .fmc .standard_block__click_to_call .ctc {
        font-size: 7px; } }
  .standard_block__upselling {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    color: white; }

.bundle_partner:before {
  display: block;
  position: relative;
  bottom: 5px;
  max-width: 120px;
  height: 1px;
  margin: 0 auto;
  background-color: #F4F4F4;
  content: ""; }
  @media (max-width: 767px) {
    .bundle_partner:before {
      bottom: 0; } }

.bundle_partner:empty {
  display: none; }

.bundle_partner__logo {
  margin: 0 auto; }

.bundle_partner__text {
  font-size: 14px;
  line-height: 1.1em; }

.bundle_partner__claim {
  margin: .5rem 0;
  font-size: 14px;
  line-height: 1.1em; }

.bundle_orange {
  display: inline-block;
  padding: 0 8px;
  color: #F48135;
  font-family: "Trade Gothic Light";
  text-align: center;
  vertical-align: top;
  min-width: 95px;
  max-width: 125px;
  height: 100%; }
  .bundle_orange:not(:last-of-type) {
    border-right: 1px solid #D3D3D2; }
  @media (max-width: 767px) {
    .bundle_orange {
      min-width: auto; } }
  .specialVersion .bundle_orange {
    color: #FFF; }
  .fullBand.transparent .bundle_orange {
    color: #F48135; }
  .specialVersion.transparent .bundle_orange {
    color: #F48135; }
  .fullImage .bundle_orange {
    color: #292F36; }
  .fullImage.light .bundle_orange {
    color: #F48135; }
  .bundle_orange__container {
    display: inline-block;
    font-size: 0;
    width: 100%;
    margin: 0 auto 8px;
    text-align: center;
    height: 80px; }
    @media (max-width: 767px) {
      .bundle_orange__container {
        height: 60px; } }
    .bundle_orange__container:empty {
      display: none; }
  .bundle_orange__title {
    max-width: none;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.2em; }
    @media (max-width: 767px) {
      .bundle_orange__title {
        font-size: 14px; } }
    @media (max-width: 480px) {
      .bundle_orange__title {
        font-size: 14px; } }
  .bundle_orange__number {
    font-size: 40px;
    line-height: 1em; }
    @media (max-width: 600px) {
      .bundle_orange__number {
        font-size: 36px; } }
    @media (max-width: 480px) {
      .bundle_orange__number {
        font-size: 26px; } }
    .bundle_orange__number:empty {
      display: none; }
      .bundle_orange__number:empty + .bundle_orange__title {
        max-width: none;
        font-size: 18px; }
        @media (max-width: 767px) {
          .bundle_orange__number:empty + .bundle_orange__title {
            font-size: 14px; } }

.recurrent_priceRow {
  margin: 0 auto 16px; }
  .recurrent_priceRow__price {
    margin: 0 8px;
    color: inherit;
    font-size: 55px;
    letter-spacing: -.25rem;
    line-height: 1em; }
    .mobile .recurrent_priceRow__price {
      color: #009BBE; }
    .robin .recurrent_priceRow__price {
      color: #009BBE; }
    .fisso .recurrent_priceRow__price {
      color: #183989; }
    .business .recurrent_priceRow__price {
      color: #F48135; }
    .device .recurrent_priceRow__price {
      color: #212121; }
    .fullBand .recurrent_priceRow__price {
      color: #FFF; }
    .mobile.transparent .recurrent_priceRow__price {
      color: #F48135; }
    .specialVersion .recurrent_priceRow__price {
      color: #FFF; }
    .fullBand.transparent.mobile .recurrent_priceRow__price {
      color: #F48135; }
    .fullBand.transparent.robin .recurrent_priceRow__price {
      color: #009BBE; }
    .fullBand.transparent.fisso .recurrent_priceRow__price {
      color: #183989; }
    .fullBand.transparent.business .recurrent_priceRow__price {
      color: #F48135; }
    .fullBand.transparent.device .recurrent_priceRow__price {
      color: #212121; }
    .specialVersion.transparent.mobile .recurrent_priceRow__price {
      color: #009BBE; }
    .specialVersion.transparent.robin .recurrent_priceRow__price {
      color: #009BBE; }
    .specialVersion.transparent.fisso .recurrent_priceRow__price {
      color: #183989; }
    .specialVersion.transparent.business .recurrent_priceRow__price {
      color: #F48135; }
    .specialVersion.transparent.device .recurrent_priceRow__price {
      color: #212121; }
    .fullImage.transparent.light.mobile .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.mobile .recurrent_priceRow__price {
          color: #009BBE; } }
    .fullImage.transparent.light.robin .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.robin .recurrent_priceRow__price {
          color: #009BBE; } }
    .fullImage.transparent.light.fisso .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.fisso .recurrent_priceRow__price {
          color: #183989; } }
    .fullImage.transparent.light.business .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.business .recurrent_priceRow__price {
          color: #292F36; } }
    .fullImage.transparent.light.device .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.device .recurrent_priceRow__price {
          color: #212121; } }
    .recurrent_priceRow__price.with_currency:after {
      font-size: .7em; }
    .recurrent_priceRow__price.price_discounted {
      position: relative; }
      .recurrent_priceRow__price.price_discounted::before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        border-bottom: 2px solid;
        content: ""; }
    .recurrent_priceRow__price:empty {
      display: none; }
  .recurrent_priceRow__recurrency {
    display: block;
    margin-bottom: 16px;
    color: #292F36;
    font-size: 13px;
    line-height: 1.2em; }
    .fullBand .recurrent_priceRow__recurrency {
      color: #FFF; }
    .specialVersion .recurrent_priceRow__recurrency {
      color: #FFF; }
    .fullBand.transparent .recurrent_priceRow__recurrency {
      color: #292F36; }
    .fullImage.light .recurrent_priceRow__recurrency {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.light .recurrent_priceRow__recurrency {
          color: #292F36; } }
    .recurrent_priceRow__recurrency:empty {
      display: none; }

.coverage_form {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative; }
  .invertedDisplay .coverage_form {
    left: 0; }
    @media (max-width: 767px) {
      .invertedDisplay .coverage_form {
        left: 0; } }
  .fmc .coverage_form {
    text-align: left;
    padding-top: 1.25rem; }
    @media (max-width: 767px) {
      .fmc .coverage_form {
        padding-top: 1.25rem; } }
    .fmc .coverage_form.uncovered {
      padding-left: 20%; }
      @media (max-width: 767px) {
        .fmc .coverage_form.uncovered {
          padding-top: 4.5rem;
          padding-left: 0;
          padding-bottom: 3.4rem; } }
  @media (max-width: 767px) {
    .coverage_form {
      padding: 0; } }
  .coverage_form:empty {
    display: none; }
  .coverage_form__white_title {
    height: 1.1em;
    margin-bottom: 10px;
    color: #FFF;
    font-family: "Trade Gothic";
    font-size: 28px;
    line-height: 1.2em; }
    @media (max-width: 910px) {
      .coverage_form__white_title {
        font-size: 22px; } }
    .coverage_form__white_title:empty {
      display: none; }
  .fmc .coverage_form__select {
    width: calc(25% - 45px);
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .fmc .coverage_form__select {
        width: 39%; } }
  .fmc .coverage_form .clear {
    display: none; }
  .coverage_form select.base__select {
    display: none !important; }
  .coverage_form .base__select {
    left: 0;
    width: 100% !important;
    margin-bottom: 10px;
    z-index: 80; }
    .coverage_form .base__select.bootstrap-select .dropdown-toggle {
      width: 100%;
      font-family: "Trade Gothic Light";
      font-size: 1em; }
      .fmc .coverage_form .base__select.bootstrap-select .dropdown-toggle {
        font-size: .9rem;
        line-height: normal;
        padding: .7rem .7rem; }
    .coverage_form .base__select.bootstrap-select .bs-caret .caret {
      top: 50%;
      right: 15px; }
    .coverage_form .base__select.bootstrap-select .filter-option {
      font-size: 1em;
      text-align: left; }
      .fmc .coverage_form .base__select.bootstrap-select .filter-option {
        width: 100%;
        font-size: .9rem; }
  .coverage_form .base__input {
    width: 100%;
    margin-bottom: 10px;
    font-family: "Trade Gothic Light"; }
    .fmc .coverage_form .base__input {
      padding: .7rem .7rem;
      font-size: .9rem; }
  .coverage_form .base__bt {
    margin-bottom: 10px;
    width: 100% !important; }
    .fmc .coverage_form .base__bt#verificacoperturabutton, .fmc .coverage_form .base__bt#verificacoperturabutton_tel {
      width: 180px !important;
      float: right;
      font-size: .9rem;
      line-height: normal;
      padding: .7rem .7rem; }
      @media (max-width: 767px) {
        .fmc .coverage_form .base__bt#verificacoperturabutton, .fmc .coverage_form .base__bt#verificacoperturabutton_tel {
          width: 99% !important;
          float: none; } }
    .fmc .covered.coverage_form .base__bt#verificacoperturabutton {
      display: block; }
      .fmc .covered.coverage_form .base__bt#verificacoperturabutton_tel {
        display: none; }
    .fmc .uncovered.coverage_form .base__bt#verificacoperturabutton {
      display: none; }
      .fmc .uncovered.coverage_form .base__bt#verificacoperturabutton_tel {
        display: block; }
    @media (max-width: 767px) {
      .fmc .coverage_form .base__bt#verificacoperturabutton_tel {
        bottom: 0;
        position: absolute; } }
    .fmc .coverage_form .base__bt.with_number {
      display: block;
      position: absolute;
      top: -1.8rem;
      height: 1.8rem;
      margin: 0;
      left: 15%;
      padding: 0;
      white-space: normal;
      font-size: .8rem;
      font-family: "Trade Gothic";
      line-height: 2em;
      width: 34% !important;
      border: none;
      border-radius: 4px 4px 0 0;
      background: #E6E9ED; }
      .fmc .coverage_form .base__bt.with_number.active {
        background: white; }
      @media (max-width: 767px) {
        .fmc .coverage_form .base__bt.with_number {
          left: -20px;
          width: calc(49.5% + 20px) !important;
          height: 4.6em;
          top: -4.6em;
          max-height: none;
          line-height: 1.6em;
          padding: .6em; } }
    .coverage_form .base__bt--or2 {
      background-color: #FFF;
      color: #F48135; }
      .coverage_form .base__bt--or2:hover {
        opacity: .7; }
    .mobile .coverage_form .base__bt--or {
      border-color: #fff; }
  .fmc .coverage_form__input--city {
    display: inline-block;
    width: calc(27% - 45px);
    z-index: 70;
    position: relative; }
    @media (max-width: 767px) {
      .fmc .coverage_form__input--city {
        width: 59%; } }
  .coverage_form__input--address {
    display: inline-block;
    width: calc(100% - 75px);
    float: left; }
    .fmc .coverage_form__input--address {
      width: calc(31% - 45px);
      z-index: 70;
      float: none;
      position: relative; }
      @media (max-width: 767px) {
        .fmc .coverage_form__input--address {
          width: 89%; } }
  .coverage_form__input--civic_number {
    display: inline-block;
    width: 60px;
    float: right; }
    .fmc .coverage_form__input--civic_number {
      width: calc(14% - 45px);
      z-index: 70;
      float: none;
      position: relative; }
      @media (max-width: 767px) {
        .fmc .coverage_form__input--civic_number {
          width: 9%; } }
  .coverage_form__input--number {
    display: inline-block;
    width: calc(100% - 75px);
    float: right; }
    .fmc .coverage_form__input--number {
      display: none;
      width: 14%;
      float: none; }
    .fmc .uncovered .coverage_form__input--number {
      display: inline-block; }
      @media (max-width: 767px) {
        .fmc .uncovered .coverage_form__input--number {
          width: 69%; } }
  .coverage_form__input--prefix {
    display: inline-block;
    width: 60px;
    float: left; }
    .fmc .coverage_form__input--prefix {
      display: none;
      width: 6%;
      float: none; }
    .fmc .uncovered .coverage_form__input--prefix {
      display: inline-block; }
      @media (max-width: 767px) {
        .fmc .uncovered .coverage_form__input--prefix {
          width: 29%; } }
  .coverage_form__additional_form {
    -webkit-transition: all, 0.45s, ease-in-out;
    -moz-transition: all, 0.45s, ease-in-out;
    -ms-transition: all, 0.45s, ease-in-out;
    -o-transition: all, 0.45s, ease-in-out;
    transition: all, 0.45s, ease-in-out;
    position: absolute;
    width: 100%; }
    .coverage_form__additional_form.covered {
      bottom: -100%;
      opacity: 0; }
    .coverage_form__additional_form.uncovered {
      bottom: -20px;
      opacity: 1;
      z-index: 60; }
      .mobile .coverage_form__additional_form.uncovered {
        background-color: #F48135; }
      .robin .coverage_form__additional_form.uncovered {
        background-color: #009BBE; }
      .fisso .coverage_form__additional_form.uncovered {
        background-color: #183989; }
      .business .coverage_form__additional_form.uncovered {
        background-color: #292F36; }
      .device .coverage_form__additional_form.uncovered {
        background-color: #212121; }
    @media (max-width: 767px) {
      .fmc .coverage_form__additional_form {
        bottom: 0 !important; } }
    .fmc .covered .coverage_form__additional_form {
      opacity: 1;
      bottom: auto;
      top: 0;
      padding-top: 1.25rem;
      left: 0;
      right: 0; }
    .fmc .uncovered .coverage_form__additional_form {
      opacity: 1;
      bottom: auto;
      top: 0;
      padding-top: 1.25rem;
      left: 0;
      right: 0;
      background-color: transparent; }
    .coverage_form__additional_form .without_number {
      display: block;
      margin-bottom: 5px;
      color: #FFF;
      font-family: "Trade Gothic Light";
      text-align: center;
      text-decoration: underline;
      text-transform: uppercase; }
      .coverage_form__additional_form .without_number:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      .fmc .coverage_form__additional_form .without_number {
        display: block;
        position: absolute;
        outline: 0;
        top: -1.8rem;
        height: 1.8rem;
        margin: 0;
        right: 15%;
        background: #E6E9ED;
        color: #F48135;
        text-decoration: none;
        padding: 0;
        font-size: .8rem;
        font-family: "Trade Gothic";
        line-height: 2em;
        width: 34% !important;
        border: none;
        border-radius: 4px 4px 0 0; }
        .fmc .coverage_form__additional_form .without_number.active {
          background: white; }
        @media (max-width: 767px) {
          .fmc .coverage_form__additional_form .without_number {
            right: -20px;
            width: calc(49.5% + 20px) !important;
            height: 4.6em;
            padding: .6em;
            line-height: 1.6em;
            top: -4.6em; } }

.hero-block {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  z-index: 0; }
  .hero-block.mobile {
    color: #009BBE; }
  .hero-block.business {
    color: #292F36; }
  .hero-block.fisso {
    color: #183989; }
  .hero-block .hero-block__wrapper {
    display: table;
    position: relative;
    width: 100%;
    vertical-align: middle;
    z-index: 3; }
    .hero-block .hero-block__wrapper.tall.inverted .hero-block__column.column--left {
      left: 0; }
    .hero-block .hero-block__wrapper.tall.inverted .hero-block__column.column--right {
      right: 0; }
    .hero-block .hero-block__wrapper.tall.inverted .hero-block__column__content--title {
      margin: 0 auto 8px; }
    .hero-block .hero-block__wrapper.tall.inverted .hero-block__column__content--claim {
      margin: 0 auto 16px; }
    .hero-block .hero-block__wrapper.tall.inverted .hero-block__background-elements {
      right: 0;
      left: 45%;
      text-align: right; }
      .hero-block .hero-block__wrapper.tall.inverted .hero-block__background-elements .background__ribbon {
        right: -60px;
        left: auto; }
      .hero-block .hero-block__wrapper.tall.inverted .hero-block__background-elements .background__icons--big {
        margin: 0 0 0 auto; }
      .hero-block .hero-block__wrapper.tall.inverted .hero-block__background-elements .background__icons--small {
        right: 25px;
        left: auto; }
    .hero-block .hero-block__wrapper.tall .hero-block__column {
      height: 426px; }
      .hero-block .hero-block__wrapper.tall .hero-block__column__content {
        text-align: center; }
        .hero-block .hero-block__wrapper.tall .hero-block__column__content--title {
          margin: 0 auto 8px;
          font-size: 39px; }
        .hero-block .hero-block__wrapper.tall .hero-block__column__content--claim {
          margin: 0 auto 16px;
          color: #292F36; }
        .hero-block .hero-block__wrapper.tall .hero-block__column__content button.base__bt {
          width: 280px;
          height: 3.25rem;
          padding: 1rem 0;
          font-size: 1.125rem;
          letter-spacing: 0; }
          .hero-block .hero-block__wrapper.tall .hero-block__column__content button.base__bt:hover, .hero-block .hero-block__wrapper.tall .hero-block__column__content button.base__bt:active, .hero-block .hero-block__wrapper.tall .hero-block__column__content button.base__bt:visited, .hero-block .hero-block__wrapper.tall .hero-block__column__content button.base__bt:focus {
            padding: 1rem 0;
            font-size: 1.125rem; }
      .hero-block .hero-block__wrapper.tall .hero-block__column.column--left {
        left: 50%; }
        @media (max-width: 600px) {
          .hero-block .hero-block__wrapper.tall .hero-block__column.column--left {
            top: 426px;
            width: 100%; } }
      .hero-block .hero-block__wrapper.tall .hero-block__column.column--right {
        right: 50%; }
        @media (max-width: 600px) {
          .hero-block .hero-block__wrapper.tall .hero-block__column.column--right {
            top: -426px;
            width: 100%; } }
    .hero-block .hero-block__wrapper.tall .hero-block__background-img {
      display: none; }
    .hero-block .hero-block__wrapper.medium .hero-block__column {
      height: 350px; }
      @media (max-width: 600px) {
        .hero-block .hero-block__wrapper.medium .hero-block__column.column--left {
          top: 350px;
          width: 100%; } }
      @media (max-width: 600px) {
        .hero-block .hero-block__wrapper.medium .hero-block__column.column--right {
          top: -350px;
          width: 100%; } }
    .hero-block .hero-block__wrapper.short .hero-block__column {
      height: 250px; }
      @media (max-width: 600px) {
        .hero-block .hero-block__wrapper.short .hero-block__column.column--left {
          top: 250px;
          width: 100%; } }
      @media (max-width: 600px) {
        .hero-block .hero-block__wrapper.short .hero-block__column.column--right {
          top: -250px;
          width: 100%; } }
      .hero-block .hero-block__wrapper.short .hero-block__column__content {
        color: #FFF; }
    .hero-block .hero-block__wrapper.inverted .hero-block__background-img {
      text-align: left; }
    .hero-block .hero-block__wrapper.inverted .hero-block__background-band {
      right: 0;
      left: 50%; }
      @media (max-width: 600px) {
        .hero-block .hero-block__wrapper.inverted .hero-block__background-band {
          left: 0; } }
      .hero-block .hero-block__wrapper.inverted .hero-block__background-band__shape.shape--left {
        transform: skew(20deg);
        transform-origin: 0 0; }
        @media (max-width: 600px) {
          .hero-block .hero-block__wrapper.inverted .hero-block__background-band__shape.shape--left {
            transform: none; } }
      .hero-block .hero-block__wrapper.inverted .hero-block__background-band__shape.shape--right {
        transform: none; }
    .hero-block .hero-block__wrapper.inverted .hero-block__column {
      text-align: right; }
      @media (max-width: 600px) {
        .hero-block .hero-block__wrapper.inverted .hero-block__column {
          width: 100%;
          text-align: center; } }
      .hero-block .hero-block__wrapper.inverted .hero-block__column__content--title {
        margin: 0 0 8px auto; }
        @media (max-width: 600px) {
          .hero-block .hero-block__wrapper.inverted .hero-block__column__content--title {
            margin: 0 auto 8px; } }
      .hero-block .hero-block__wrapper.inverted .hero-block__column__content--claim {
        margin: 0 0 16px auto; }
        @media (max-width: 600px) {
          .hero-block .hero-block__wrapper.inverted .hero-block__column__content--claim {
            margin: 0 auto 16px; } }
    .hero-block .hero-block__wrapper.inverted .column--left {
      left: 50%; }
      @media (max-width: 600px) {
        .hero-block .hero-block__wrapper.inverted .column--left {
          left: 0; } }
    .hero-block .hero-block__wrapper.inverted .column--right {
      right: 50%; }
      @media (max-width: 600px) {
        .hero-block .hero-block__wrapper.inverted .column--right {
          right: 0; } }
    .hero-block .hero-block__wrapper.full .hero-block__background-band {
      right: 0;
      left: 0; }
      .hero-block .hero-block__wrapper.full .hero-block__background-band__shape.shape--left {
        left: 0;
        transform: none; }
      .hero-block .hero-block__wrapper.full .hero-block__background-band__shape.shape--right {
        right: 0;
        transform: none; }
  .hero-block .hero-block__background-band {
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
    height: 100%;
    z-index: 2; }
    @media (max-width: 600px) {
      .hero-block .hero-block__background-band {
        top: 50%;
        right: 0;
        height: 50%; } }
    .hero-block .hero-block__background-band__shape {
      position: absolute;
      width: 50%;
      height: 100%; }
      @media (max-width: 600px) {
        .hero-block .hero-block__background-band__shape {
          bottom: 0; } }
      .mobile.hero-block .hero-block__background-band__shape {
        background-color: #009BBE; }
      .business.hero-block .hero-block__background-band__shape {
        background-color: #292F36; }
      .fisso.hero-block .hero-block__background-band__shape {
        background-color: #183989; }
      .hero-block .hero-block__background-band__shape.shape--left {
        left: 0; }
      .hero-block .hero-block__background-band__shape.shape--right {
        right: 0;
        transform: skew(-20deg);
        transform-origin: 100% 0; }
        @media (max-width: 600px) {
          .hero-block .hero-block__background-band__shape.shape--right {
            transform: none; } }
  .hero-block .hero-block__background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: right;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 600px) {
      .hero-block .hero-block__background-img {
        bottom: 50%; } }
    .hero-block .hero-block__background-img .background__image {
      height: 100%; }
  .hero-block .hero-block__background-elements {
    position: absolute;
    top: 0;
    right: 45%;
    bottom: 0;
    left: 0;
    padding: 25px;
    text-align: left;
    z-index: 6; }
    @media (max-width: 600px) {
      .hero-block .hero-block__background-elements {
        right: 0;
        bottom: 50%; } }
    .hero-block .hero-block__background-elements .background__characters {
      display: inline-block;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto; }
      @media (max-width: 600px) {
        .hero-block .hero-block__background-elements .background__characters {
          right: 15%;
          left: 15%;
          width: 70%;
          height: auto; } }
    .hero-block .hero-block__background-elements .background__ribbon {
      display: inline-block;
      position: relative;
      left: -60px;
      width: 150px;
      height: 50px;
      margin: 15px;
      background-color: red;
      z-index: 10; }
    .hero-block .hero-block__background-elements .background__icons--big {
      margin: 0 auto 0 0;
      width: 72px; }
    .hero-block .hero-block__background-elements .background__icons--small {
      position: absolute;
      bottom: 25px;
      left: 25px; }
    .hero-block .hero-block__background-elements .icon--big img, .hero-block .hero-block__background-elements .icon--small img {
      width: 100%;
      height: auto; }
    .hero-block .hero-block__background-elements .icon--big:not(:last-of-type), .hero-block .hero-block__background-elements .icon--small:not(:last-of-type) {
      margin-bottom: 8px; }
    .hero-block .hero-block__background-elements .icon--big {
      width: 72px; }
    .hero-block .hero-block__background-elements .icon--small {
      width: 48px; }
  .hero-block .hero-block__column {
    display: table-cell;
    position: relative;
    width: 50%;
    vertical-align: middle; }
    @media (max-width: 600px) {
      .hero-block .hero-block__column {
        display: table;
        width: 100%;
        text-align: center; } }
    .hero-block .hero-block__column__content {
      position: relative;
      padding: 0 30px;
      z-index: 10; }
      @media (max-width: 600px) {
        .hero-block .hero-block__column__content {
          display: table-cell;
          padding: 0;
          vertical-align: middle; } }
      .hero-block .hero-block__column__content--title {
        margin: 0 auto 8px 0;
        color: inherit;
        font-family: "Trade Gothic Bold";
        font-size: 52px;
        letter-spacing: -0.025em;
        line-height: 1em;
        text-transform: uppercase; }
        @media (max-width: 910px) {
          .hero-block .hero-block__column__content--title {
            font-size: 46px; } }
        @media (max-width: 767px) {
          .hero-block .hero-block__column__content--title {
            font-size: 36px; } }
        @media (max-width: 600px) {
          .hero-block .hero-block__column__content--title {
            margin: 0 auto 8px; } }
      .hero-block .hero-block__column__content--claim {
        margin: 0 auto 16px 0;
        font-family: "Trade Gothic Condensed";
        font-size: 30px;
        line-height: 1em; }
        @media (max-width: 910px) {
          .hero-block .hero-block__column__content--claim {
            font-size: 28px; } }
        @media (max-width: 767px) {
          .hero-block .hero-block__column__content--claim {
            font-size: 22px; } }
        @media (max-width: 600px) {
          .hero-block .hero-block__column__content--claim {
            margin: 0 auto 16px; } }
      .hero-block .hero-block__column__content--bundle {
        display: table;
        min-width: 75%;
        margin: 0 auto 16px;
        border-collapse: collapse; }
        .hero-block .hero-block__column__content--bundle_item {
          display: table-cell;
          width: 33%;
          color: #F48135; }
          .hero-block .hero-block__column__content--bundle_item:not(:last-of-type) {
            border-right: 1px solid #D3D3D2; }
          .hero-block .hero-block__column__content--bundle_item .item--amount {
            font-size: 40px;
            line-height: 1em; }
          .hero-block .hero-block__column__content--bundle_item .item--label {
            font-size: 18px;
            line-height: 1em; }
            .hero-block .hero-block__column__content--bundle_item .item--label .what {
              display: inline-block;
              width: 100%; }
      .hero-block .hero-block__column__content--feature:last-of-type {
        margin-bottom: 16px; }
      .hero-block .hero-block__column__content--feature_text {
        color: #292F36;
        font-size: 18px;
        line-height: 28px; }
        .hero-block .hero-block__column__content--feature_text b {
          font-family: "Trade Gothic";
          font-size: 26px;
          font-weight: normal; }
          .mobile.hero-block .hero-block__column__content--feature_text b {
            color: #009BBE; }
          .business.hero-block .hero-block__column__content--feature_text b {
            color: #F48135; }
          .fisso.hero-block .hero-block__column__content--feature_text b {
            color: #183989; }
      .hero-block .hero-block__column__content--prices {
        text-align: center; }
        .hero-block .hero-block__column__content--prices .price--discounted, .hero-block .hero-block__column__content--prices .price--full {
          display: inline-block;
          font-size: 56px;
          line-height: 1.2em; }
        .hero-block .hero-block__column__content--prices .price--discounted {
          position: relative; }
          .hero-block .hero-block__column__content--prices .price--discounted:after {
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            left: 0;
            height: 1px;
            border-bottom: 2px solid transparent;
            content: ""; }
            .mobile.hero-block .hero-block__column__content--prices .price--discounted:after {
              border-color: #009BBE; }
            .business.hero-block .hero-block__column__content--prices .price--discounted:after {
              border-color: #F48135; }
            .fisso.hero-block .hero-block__column__content--prices .price--discounted:after {
              border-color: #183989; }
      .hero-block .hero-block__column__content button.base__bt {
        width: 200px;
        height: 2.625rem;
        padding: .781rem 0;
        font-size: 1.063rem;
        letter-spacing: 0; }
        .hero-block .hero-block__column__content button.base__bt:hover, .hero-block .hero-block__column__content button.base__bt:active, .hero-block .hero-block__column__content button.base__bt:visited, .hero-block .hero-block__column__content button.base__bt:focus {
          padding: .781rem 0;
          font-size: 1.063rem; }

.offerBlock_slider {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .offerBlock_slider .slick-slider .left__arrow {
    top: calc(20% - 41px); }
  .offerBlock_slider .slick-slider .right__arrow {
    bottom: 80%; }
  .offerBlock_slider__mainTitle {
    margin: 30px auto 40px;
    font-family: "Trade Gothic Light";
    font-size: 2.5em; }
  .offerBlock_slider__image {
    margin: 0 auto;
    margin-bottom: 10px; }
  .offerBlock_slider__container {
    margin-top: 30px;
    transition: all .45s ease-in-out; }
  .offerBlock_slider h2 {
    font-family: "Trade Gothic Bold Condensed"; }
  .offerBlock_slider__showMore {
    margin-top: 30px;
    color: #F48135;
    font-family: "Trade Gothic Light";
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
    .offerBlock_slider__showMore:hover {
      text-decoration: underline; }
  .offerBlock_slider__showOffers {
    display: none;
    width: 100%;
    margin-left: 15px;
    color: #F48135;
    font-family: "Trade Gothic Light";
    font-size: 1.25em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer; }
    .offerBlock_slider__showOffers:hover {
      text-decoration: underline; }
  .offerBlock_slider__tabs {
    color: #292F36;
    text-transform: uppercase; }
    .offerBlock_slider__tabs__container {
      margin-bottom: 30px; }
    .offerBlock_slider__tabs--left {
      margin-left: 30px;
      float: left; }
    .offerBlock_slider__tabs--right {
      margin-right: 30px;
      float: right; }
    .offerBlock_slider__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .offerBlock_slider__tabs--title:hover {
        border-bottom: 1px solid #F48135; }
      .offerBlock_slider__tabs--title.active {
        border-bottom: 1px solid #F48135; }
  .offerBlock_slider__select {
    width: calc(50% - 10px);
    float: left; }
    .offerBlock_slider__select--second {
      margin-left: 20px; }
    .offerBlock_slider__select .base__select.bootstrap-select {
      width: 100% !important; }
      .offerBlock_slider__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px; }
        .offerBlock_slider__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .offerBlock_slider__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-family: "Trade Gothic";
          font-size: 1em; }
  .offerBlock_slider--title {
    font-size: 1em;
    text-transform: uppercase; }
  .offerBlock_slider__single {
    padding: 0 30px;
    float: left;
    font-family: "Trade Gothic";
    text-align: center; }
    .offerBlock_slider__single.item {
      position: relative; }
      .offerBlock_slider__single.item:after {
        display: block;
        position: absolute;
        top: 15%;
        right: 0%;
        bottom: 7%;
        width: 1px;
        background-color: #CCD1D9;
        content: ""; }
    .offerBlock_slider__single h2 {
      margin-bottom: 10px; }
    .offerBlock_slider__single--title {
      font-size: 1.750em;
      margin-bottom: 10px; }
    .offerBlock_slider__single--description {
      margin-bottom: 10px; }
    .offerBlock_slider__single--mainPrice {
      margin-top: 20px;
      margin-bottom: 30px;
      font-size: 1.875em;
      line-height: 1; }
      .offerBlock_slider__single--mainPrice .recurrency {
        font-size: 20px; }
    .offerBlock_slider__single--recurrency {
      font-family: "Trade Gothic Light";
      font-size: 0.813em;
      margin-bottom: 10px; }

@media all and (max-width: 767px) {
  .offerBlock_slider__tabs--left {
    margin-left: 0px;
    text-align: center;
    float: none;
    font-size: 0.8em; }
  .offerBlock_slider__tabs--right {
    display: none; }
  .offerBlock_slider__single:after {
    display: none !important; } }

.service_block__container {
  max-width: 1024px;
  margin: 0 auto;
  line-height: 1.08;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out; }

.service_block h2 {
  font-family: "Trade Gothic Bold Condensed"; }

.service_block--title {
  font-size: 1em;
  text-transform: uppercase; }

.service_block__single {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  .service_block__single.item {
    position: relative; }
    .service_block__single.item:after {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 7%;
      right: 0%;
      min-height: 1px; }
  .service_block__single h2 {
    margin-bottom: 10px; }
  .service_block__single--image {
    width: 200px;
    margin: 0 auto 15px auto; }
    .service_block__single--image img {
      width: 100%; }
  .service_block__single--title {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #009BBE;
    font-size: 1.875em;
    font-family: "Trade Gothic Bold";
    overflow: hidden;
    height: 64px; }
  .service_block__single--description {
    font-family: "Trade Gothic Light";
    font-size: 0.813em;
    margin: 0 auto;
    height: 40px;
    overflow: hidden; }

@media all and (max-width: 991px) {
  .service_block__single__placeholder {
    display: block; }
  .service_block__showMore {
    display: none; } }

@media all and (max-width: 767px) {
  .service_block__single:after {
    display: none !important; }
  .service_block__single__placeholder {
    display: none; }
  .service_block__showOffers,
  .arrow_top_orange {
    display: block; }
  .service_block__tabs {
    display: none; }
  .service_block__single--disclaimer {
    display: none; } }

.topUp_block {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }
  .topUp_block__container {
    background-color: #F4F4F4;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 25px; }
  .topUp_block__title {
    margin-bottom: 10px;
    font-size: 3.75em;
    color: #009BBE;
    font-family: "Trade Gothic Light"; }
  .topUp_block__input {
    padding-bottom: 36px;
    position: relative; }
    .topUp_block__input .base__input.error {
      margin-bottom: 0; }
      .topUp_block__input .base__input.error + span.error {
        position: absolute;
        bottom: 0;
        left: 0; }
  .topUp_block__select {
    margin-bottom: 30px; }
    .topUp_block__select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 100%; }
    .topUp_block__select .base__select.bootstrap-select .dropdown-toggle {
      padding-top: 20px; }
      .topUp_block__select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
        right: 23px; }
      .topUp_block__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
        font-size: 2.500em;
        color: #009BBE;
        text-align: center; }
  .topUp_block__description {
    font-size: 1.500em;
    color: #292F36; }
  .topUp_block__left {
    padding-left: 30px;
    position: relative;
    height: 450px; }
  .topUp_block__right {
    padding-left: 115px;
    padding-right: 30px;
    margin-top: 15px; }
    .topUp_block__right .topUp_block__label {
      font-size: 1.125em;
      margin-bottom: 10px; }
    .topUp_block__right .base__bt {
      width: 100%;
      padding: 1rem 0;
      font-size: 1.2rem;
      line-height: 1.2em;
      margin-bottom: 30px; }
  .topUp_block__imageContainer {
    position: absolute;
    bottom: 0; }
  .topUp_block__image {
    margin-top: 15px;
    width: 100%; }

@media all and (max-width: 991px) {
  .topUp_block__left {
    font-size: 14px; } }

@media all and (max-width: 767px) {
  .topUp_block__left {
    font-size: 10px;
    height: 400px;
    padding-left: 15px; }
  .topUp_block__right {
    padding: 0px 15px; }
    .topUp_block__right .button, .topUp_block__right a.button--slim, .topUp_block__right a.button--ghost, .topUp_block__right a.button--ghost--transparent, .topUp_block__right a.button--search {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px; } }

@media all and (max-width: 400px) {
  .topUp_block__left {
    height: 350px;
    padding-left: 15px; } }

.customer_block {
  background-color: #F4F4F4;
  max-width: 1024px;
  margin: 0 auto; }
  .customer_block__container {
    max-width: 1024px;
    margin: 0 auto; }
  .customer_block__title {
    text-align: center;
    font-size: 2.5em;
    padding-top: 50px;
    margin-bottom: 30px;
    font-family: "Trade Gothic Light"; }
  .customer_block__search {
    float: left;
    width: calc(85% - 15px); }
    .customer_block__search .base__input {
      padding-top: 15px;
      padding-bottom: 15px;
      height: 50px; }
  .customer_block__tripleContainer {
    padding-bottom: 85px;
    padding-left: 15px;
    padding-right: 15px;
    display: table;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .customer_block__tripleContainer {
        display: block; } }
    .customer_block__tripleContainer .base__icon {
      width: 65px;
      height: 65px;
      margin: 45px auto 0 auto; }
    .customer_block__tripleContainer .block {
      display: table-cell;
      width: 33%;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .customer_block__tripleContainer .block {
          display: block;
          width: 100%; }
          .customer_block__tripleContainer .block .base__input {
            display: block;
            max-width: 280px;
            margin: 0 auto; }
          .customer_block__tripleContainer .block .button, .customer_block__tripleContainer .block a.button--slim, .customer_block__tripleContainer .block a.button--ghost, .customer_block__tripleContainer .block a.button--ghost--transparent, .customer_block__tripleContainer .block a.button--search {
            float: none;
            font-size: 0.9em;
            padding: 1em 0.5em;
            margin: 0 auto;
            max-width: 280px; } }
    .customer_block__tripleContainer.twoBlocks {
      width: 70%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .customer_block__tripleContainer.twoBlocks {
          display: block;
          width: 100%; }
          .customer_block__tripleContainer.twoBlocks .base__input {
            display: block;
            max-width: 280px;
            margin: 0 auto; }
          .customer_block__tripleContainer.twoBlocks .button, .customer_block__tripleContainer.twoBlocks a.button--slim, .customer_block__tripleContainer.twoBlocks a.button--ghost, .customer_block__tripleContainer.twoBlocks a.button--ghost--transparent, .customer_block__tripleContainer.twoBlocks a.button--search {
            float: none;
            font-size: 0.9em;
            padding: 1em 0.5em;
            margin: 0 auto;
            max-width: 280px; } }
    .customer_block__tripleContainer.onlyOne .block {
      width: 100%;
      margin-top: 30px; }
      .customer_block__tripleContainer.onlyOne .block .base__icon {
        float: left;
        margin: 20px auto; }
      .customer_block__tripleContainer.onlyOne .block div[class*="--title"] {
        position: absolute;
        left: 120px;
        margin-top: 20px; }
      .customer_block__tripleContainer.onlyOne .block div[class*="--Subtitle"] {
        position: absolute;
        left: 120px;
        top: 50px;
        width: 45%;
        text-align: left; }
      .customer_block__tripleContainer.onlyOne .block div[class*="__sameHeight_container"] {
        position: absolute;
        left: 120px;
        top: 50px;
        width: 45%;
        text-align: left; }
      .customer_block__tripleContainer.onlyOne .block .button, .customer_block__tripleContainer.onlyOne .block a.button--slim, .customer_block__tripleContainer.onlyOne .block a.button--ghost, .customer_block__tripleContainer.onlyOne .block a.button--ghost--transparent, .customer_block__tripleContainer.onlyOne .block a.button--search {
        float: right;
        padding: 1em;
        margin-top: 25px; }
      @media (max-width: 767px) {
        .customer_block__tripleContainer.onlyOne .block .base__icon {
          float: none; }
        .customer_block__tripleContainer.onlyOne .block div[class*="--title"] {
          position: static; }
        .customer_block__tripleContainer.onlyOne .block div[class*="--Subtitle"] {
          position: static;
          width: 100%;
          text-align: center; }
        .customer_block__tripleContainer.onlyOne .block div[class*="__sameHeight_container"] {
          position: static;
          width: 100%; }
        .customer_block__tripleContainer.onlyOne .block .base__input {
          display: block;
          max-width: 280px;
          margin: 0 auto; }
        .customer_block__tripleContainer.onlyOne .block .button, .customer_block__tripleContainer.onlyOne .block a.button--slim, .customer_block__tripleContainer.onlyOne .block a.button--ghost, .customer_block__tripleContainer.onlyOne .block a.button--ghost--transparent, .customer_block__tripleContainer.onlyOne .block a.button--search {
          float: none;
          font-size: 0.9em;
          padding: 1em 0.5em;
          margin: 0 auto;
          max-width: 280px; } }
  .customer_block__searchContainer {
    margin-left: 30px;
    margin-right: 30px; }
  .customer_block__searchButton {
    width: 15%;
    float: left;
    height: 50px;
    margin-left: 15px; }
    .customer_block__searchButton .button--searchButton {
      max-width: 120px;
      height: 100%;
      padding: 0.5em 0; }
  .customer_block__sameHeight_container {
    height: 60px;
    margin-bottom: 20px; }
  .customer_block__divider {
    margin-top: 60px; }
    .customer_block__divider--text {
      position: relative;
      z-index: 1; }
      .customer_block__divider--text:before {
        border-top: 1px solid #D3D3D2;
        content: "";
        margin: 0 auto;
        /* this centers the line to the full width specified */
        position: absolute;
        /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: calc(100% - 60px);
        z-index: -1; }
      .customer_block__divider--text span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        background: #F4F4F4;
        padding: 0 15px; }
  .customer_block__icon {
    background: url("../img/icons-customer-care/customerCare_sprite.png") no-repeat 0 0;
    margin: 45px auto 0 auto; }
    .customer_block__icon--findStore {
      width: 65px;
      height: 65px;
      background-position: 0 5px; }
    .customer_block__icon--findDevice {
      width: 65px;
      height: 65px;
      background-position: 15px -60px; }
    .customer_block__icon--findCoverage {
      width: 65px;
      height: 65px;
      background-position: 13px -125px; }
  .customer_block__find--title {
    font-family: "Trade Gothic Bold";
    font-size: 1em;
    margin-bottom: 20px;
    margin-top: 30px; }
  .customer_block__find--Subtitle {
    font-family: "Trade Gothic Light";
    font-size: 1em;
    margin-bottom: 20px;
    height: 60px; }

@media all and (max-width: 767px) {
  a.button, a.button--slim, a.button--ghost, a.button--ghost--transparent, a.button--search {
    margin-left: 0px;
    margin-right: 0px; }
  .customer_block__searchButton .button--searchButton {
    background-position: calc(4vw + 20%) -191px;
    margin: 0; }
  .customer_block__divider {
    margin-top: 30px; }
    .customer_block__divider--text:before {
      width: calc(100% - 30px); }
  .customer_block__tripleContainer {
    font-size: 14px; }
  .customer_block__icon {
    margin-top: 20px; }
  .customer_block__find--title {
    margin-top: 15px;
    margin-bottom: 15px; } }

.newsletter_block {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 30px; }
  .newsletter_block__container {
    margin-top: 30px; }
  .newsletter_block__title {
    font-size: 1em;
    font-family: "Trade Gothic Bold";
    margin-bottom: 25px; }
  .newsletter_block__left .button, .newsletter_block__left a.button--slim, .newsletter_block__left a.button--ghost, .newsletter_block__left a.button--ghost--transparent, .newsletter_block__left a.button--search {
    margin-top: 25px; }
  .newsletter_block__icon {
    margin-top: 40px;
    margin-bottom: 30px; }
    .newsletter_block__icon.centered .newsletter_block__icon--firstRow {
      width: 50%; }
      .newsletter_block__icon.centered .newsletter_block__icon--firstRow .base__icon {
        float: right; }
    .newsletter_block__icon.centered .newsletter_block__icon--secondRow {
      width: 50%; }
    .newsletter_block__icon .col-xs-12 {
      padding: 0; }
    .newsletter_block__icon--firstRow {
      float: left; }
    .newsletter_block__icon--secondRow {
      float: left; }
    .newsletter_block__icon .base__icon {
      float: left;
      width: 88px;
      height: 88px;
      margin-right: 0.5em; }

@media all and (max-width: 767px) {
  .newsletter_block {
    text-align: center; }
  .newsletter_block__icon {
    margin: 0 auto; }
    .newsletter_block__icon--firstRow {
      float: left;
      margin: 0 auto;
      width: 50%; }
      .newsletter_block__icon--firstRow .base__icon {
        float: right; }
    .newsletter_block__icon--secondRow {
      float: left;
      width: 50%; }
  .newsletter_block__left input {
    width: 100%;
    max-width: 280px; }
  .newsletter_block__left .button, .newsletter_block__left a.button--slim, .newsletter_block__left a.button--ghost, .newsletter_block__left a.button--ghost--transparent, .newsletter_block__left a.button--search {
    width: 100%;
    max-width: 280px;
    margin: 25px auto; } }

.mgm_block {
  background-color: #F4F4F4;
  padding-top: 60px;
  padding-bottom: 60px; }
  .mgm_block__container {
    margin: 0 auto;
    max-width: 1024px; }
  .mgm_block__description {
    font-size: 1.500em;
    font-family: "Trade Gothic Light";
    margin-right: 30px; }
    .mgm_block__description--enhanced {
      text-transform: uppercase;
      color: #009BBE; }
  .mgm_block__title {
    margin-top: 25px;
    font-size: 1em;
    font-family: "Trade Gothic Bold";
    margin-bottom: 25px; }
    .mgm_block__title--main {
      font-size: 3.75em;
      font-family: "Trade Gothic Light";
      color: #009BBE;
      margin-bottom: 10px; }
  .mgm_block__checkbox {
    margin-top: 20px;
    margin-bottom: 25px;
    cursor: pointer; }
    .mgm_block__checkbox .base__checkbox.checkbox label {
      width: 80%;
      font-size: 0.688em;
      font-family: "Trade Gothic Light"; }
      .mgm_block__checkbox .base__checkbox.checkbox label::before {
        bottom: 5px; }
  .mgm_block__right .button, .mgm_block__right a.button--slim, .mgm_block__right a.button--ghost, .mgm_block__right a.button--ghost--transparent, .mgm_block__right a.button--search {
    margin-top: 15px; }

@media all and (max-width: 767px) {
  .mgm_block__left {
    font-size: 14px; }
  .mgm_block__title--main {
    font-size: 2.75em; } }

.contactApp_block {
  margin: 0 auto; }
  .contactApp_block__container {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #292F36; }
  .contactApp_block__background {
    overflow: hidden; }
    .contactApp_block__background--shadow {
      background-image: url(../img/backgrounds/linear_shadow.png);
      background-repeat: no-repeat;
      background-position: 0px;
      height: 24px; }
  .contactApp_block__image {
    transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    position: relative;
    left: 20%;
    width: 30%; }
    .contactApp_block__image--big {
      top: 45px;
      z-index: 10; }
    .contactApp_block__image--small {
      z-index: 1;
      top: 90px;
      padding-left: 50px; }
  .contactApp_block__textBlock {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px; }
  .contactApp_block__title {
    margin-top: 25px;
    font-size: 2.5em;
    font-family: "Trade Gothic Light";
    color: #FFF;
    margin-bottom: 25px; }
  .contactApp_block__links {
    position: relative;
    left: 2.5%; }
    .contactApp_block__links--single {
      padding: 0;
      letter-spacing: -1px;
      font-size: 1.250em;
      text-transform: uppercase;
      float: left; }
      .contactApp_block__links--single a {
        display: block;
        float: left;
        color: #F48135; }
        .contactApp_block__links--single a:hover {
          color: #F69A5D; }
      .contactApp_block__links--single:after {
        padding: 0px 9px;
        content: '\00B7';
        font-size: 2.5em;
        color: #FFF;
        position: relative;
        bottom: 0.45em; }
      .contactApp_block__links--single:nth-of-type(4):after {
        content: ''; }
      .contactApp_block__links--single.white a {
        color: #FFF; }
        .contactApp_block__links--single.white a:hover {
          opacity: 0.8; }
  .contactApp_block__checkbox {
    margin-top: 20px;
    margin-bottom: 25px;
    cursor: pointer; }
    .contactApp_block__checkbox .base__checkbox.checkbox label {
      width: 80%;
      font-size: 0.688em;
      font-family: "Trade Gothic Light"; }
      .contactApp_block__checkbox .base__checkbox.checkbox label::before {
        width: 1.9em;
        height: 1.9em;
        bottom: 5px; }
      .contactApp_block__checkbox .base__checkbox.checkbox label::after {
        margin-left: -1.4em;
        padding-left: 4px;
        padding-top: 5px;
        margin-top: -3px;
        font-size: 1.4em; }
  .contactApp_block__right .button, .contactApp_block__right a.button--slim, .contactApp_block__right a.button--ghost, .contactApp_block__right a.button--ghost--transparent, .contactApp_block__right a.button--search {
    margin-top: 15px; }

@media (min-width: 768px) and (max-width: 991px) {
  .contactApp_block__links {
    left: 0;
    width: 750px;
    margin: 0 auto; }
    .contactApp_block__links--single {
      font-size: 1em; } }

@media all and (max-width: 460px) {
  .contactApp_block__title {
    font-size: 1.5em; }
  .contactApp_block__image {
    left: 9%; }
    .contactApp_block__image--big {
      width: 50%;
      top: 38px; }
    .contactApp_block__image--small {
      width: 48%;
      top: 54px;
      margin-left: -16%; } }

@media all and (max-width: 767px) {
  .contactApp_block__links--single {
    margin-top: 40px;
    float: none;
    font-size: 1em; }
    .contactApp_block__links--single:after {
      position: static;
      font-size: 1.5em;
      display: none; }
    .contactApp_block__links--single a {
      float: none; }
  .contactApp_block__image--small {
    padding-left: 0px; }
  .body {
    font-size: 14px; } }

.homeLife_block__logo {
  text-align: center;
  margin-bottom: 50px; }

.homeLife_block__container {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 50px;
  color: #FFF;
  background-color: #212121;
  line-height: 1.1em; }

.homeLife_block h2 {
  font-family: "Trade Gothic Bold"; }

.homeLife_block--title {
  font-size: 1em;
  text-transform: uppercase; }

.homeLife_block__single {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  .homeLife_block__single .image_item {
    width: 100%;
    max-width: 220px;
    margin: 0 auto; }
  .homeLife_block__single h2 {
    margin-bottom: 10px; }
  .homeLife_block__single--title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.250em;
    font-family: "Trade Gothic Bold"; }
  .homeLife_block__single--disclaimer {
    font-size: 1em;
    font-family: "Trade Gothic Light";
    margin: 20px 0px; }
    .homeLife_block__single--disclaimer .price {
      font-size: 1.625em; }
    .homeLife_block__single--disclaimer--offer {
      color: #F48135; }

.stripMenu {
  margin: 0 auto;
  line-height: 1.08; }
  @media (max-width: 767px) {
    .stripMenu {
      font-size: 14px; } }
  @media (max-width: 600px) {
    .stripMenu {
      font-size: 10px; } }
  .stripMenu .owl-theme .owl-controls .owl-buttons {
    bottom: 95px; }
  .stripMenu__container {
    text-align: center;
    display: block;
    background-color: #F4F4F4;
    /*changed from inline-block*/
    max-width: 1024px;
    margin: 0 auto;
    color: #AAB2BD; }
  .stripMenu__icon {
    font-size: 2.375em; }
  .stripMenu__item {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0; }
    .stripMenu__item .base__icon {
      width: 40px;
      height: 40px; }
    .stripMenu__item.active {
      color: #F48135; }
      .stripMenu__item.active a {
        color: #F48135; }
      .stripMenu__item.active .base__icon.icon_mobile--grey {
        background-position: 0% 5.49231%; }
      .stripMenu__item.active .base__icon.icon_mobile_fisso--grey {
        background-position: 0% 6.59077%; }
      .stripMenu__item.active .base__icon.icon_servizi_innovativi--grey {
        background-position: 0% 48.33231%; }
      .stripMenu__item.active .base__icon.icon_device--grey {
        background-position: 0% 8.78769%; }
      .stripMenu__item.active .base__icon.icon_promo--grey {
        background-position: 0% 4.39385%; }
      .stripMenu__item.active .base__icon.icon_fisso--grey {
        background-position: 0% 7.68923%; }
    .stripMenu__item:hover {
      color: #F48135; }
      .stripMenu__item:hover .base__icon.icon_mobile--grey {
        background-position: 0% 5.49231%; }
      .stripMenu__item:hover .base__icon.icon_mobile_fisso--grey {
        background-position: 0% 6.59077%; }
      .stripMenu__item:hover .base__icon.icon_servizi_innovativi--grey {
        background-position: 0% 48.33231%; }
      .stripMenu__item:hover .base__icon.icon_device--grey {
        background-position: 0% 8.78769%; }
      .stripMenu__item:hover .base__icon.icon_promo--grey {
        background-position: 0% 4.39385%; }
      .stripMenu__item:hover .base__icon.icon_fisso--grey {
        background-position: 0% 7.68923%; }
    .stripMenu__item__title {
      display: block;
      padding-top: 5px; }
    .stripMenu__item a {
      color: #656D78; }
      .stripMenu__item a:hover {
        color: #F48135; }
  .stripMenu__container {
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
  .stripMenu--title {
    font-size: 1em;
    text-transform: uppercase; }

.stripMenuText {
  margin: 0 auto;
  line-height: 1.08;
  background-color: #F4F4F4;
  max-width: 1024px; }
  .stripMenuText .owl-theme .owl-controls .owl-buttons {
    bottom: 95px; }
  .stripMenuText__container {
    text-align: center;
    display: block;
    max-width: 1024px;
    margin: 0 auto;
    color: #AAB2BD;
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
    .stripMenuText__container .slick-track {
      display: table; }
      .stripMenuText__container .slick-track .slick-slide {
        float: none;
        display: table-cell; }
  .stripMenuText__item {
    text-align: center;
    display: inline-block;
    cursor: pointer; }
    .stripMenuText__item a {
      color: #AAB2BD; }
      .stripMenuText__item a:hover {
        color: #F48135; }
    .stripMenuText__item__title {
      display: inline-block;
      position: relative;
      padding: 30px 0 10px; }
    .stripMenuText__item.active a, .stripMenuText__item:hover a {
      color: #F48135; }
    .stripMenuText__item.active .stripMenuText__item__title:after, .stripMenuText__item:hover .stripMenuText__item__title:after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background-color: #F48135; }

@media all and (max-width: 768px) {
  .stripMenuText {
    font-size: 14px; } }

.infographic_block {
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out; }
  .infographic_block__container {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 25px; }
  .infographic_block__title {
    margin-bottom: 15px;
    font-size: 2.5em;
    color: #292F36;
    font-family: "Trade Gothic Light";
    text-align: left;
    margin-left: 30px; }
  .infographic_block__description {
    font-size: 0.625em;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #292F36;
    font-family: "Trade Gothic";
    text-align: center; }
  .infographic_block__left {
    text-align: right;
    padding-right: 40px;
    border-right: 1px solid #D3D3D2; }
  .infographic_block__right {
    text-align: left;
    padding-left: 40px; }
  .infographic_block__image {
    width: inherit; }

@media all and (max-width: 767px) {
  .infographic_block__image {
    width: 100%; }
  .infographic_block__left, .infographic_block__right {
    text-align: center;
    padding: 0; } }

@media all and (max-width: 450px) {
  .infographic_block__left, .infographic_block__right {
    width: 100%; } }

.subscribe_block {
  background-color: #F4F4F4;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out; }
  .subscribe_block__container {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 60px; }
  .subscribe_block__title {
    margin-bottom: 15px;
    font-size: 3.75em;
    color: #292F36;
    font-family: "Trade Gothic Light"; }
  .subscribe_block__input {
    margin-bottom: 10px; }
    .subscribe_block__input--email {
      margin-bottom: 35px; }
  .subscribe_block__description {
    font-size: 1.500em;
    width: 300px;
    color: #292F36;
    font-family: "Trade Gothic Light"; }
  .subscribe_block__left {
    padding-left: 30px; }
  .subscribe_block__right {
    padding-left: 115px;
    padding-right: 30px;
    margin-top: 30px; }
  .subscribe_block__imageContainer {
    position: absolute;
    top: 38%;
    left: 20%; }
  .subscribe_block__image {
    margin-top: 7px; }

@media all and (max-width: 767px) {
  .subscribe_block__left {
    font-size: 10px; }
  .subscribe_block__right {
    padding: 0px 15px; }
    .subscribe_block__right .button, .subscribe_block__right a.button--slim, .subscribe_block__right a.button--ghost, .subscribe_block__right a.button--ghost--transparent, .subscribe_block__right a.button--search {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px; }
  .subscribe_block__imageContainer {
    top: -24px;
    right: -160px;
    left: inherit; }
    .subscribe_block__imageContainer .subscribe_block__image {
      width: 50%;
      margin-top: 15px; } }

@media all and (max-width: 400px) {
  .subscribe_block__imageContainer {
    top: 40px;
    right: -235px;
    left: inherit; }
    .subscribe_block__imageContainer .subscribe_block__image {
      width: 35%; }
  .subscribe_block__description {
    width: 200px; } }

.slidingNews_block {
  padding-top: 30px;
  max-width: 1024px;
  margin: 0 auto;
  line-height: 1.08;
  padding-bottom: 30px; }
  .slidingNews_block__container {
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
  .slidingNews_block__single {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    .slidingNews_block__single.item {
      position: relative; }
      .slidingNews_block__single.item:after {
        background-color: #D3D3D2;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 15%;
        bottom: 7%;
        right: 0%;
        min-height: 1px; }
        @media (max-width: 584px) {
          .slidingNews_block__single.item:after {
            display: none; } }
    .slidingNews_block__single--title {
      margin-top: 30px;
      margin-bottom: 15px;
      height: 65px;
      font-size: 1.500em;
      font-family: "Trade Gothic Bold"; }
    .slidingNews_block__single--disclaimer {
      font-size: 1em;
      font-family: "Trade Gothic";
      margin: 20px 0px;
      height: 85px; }
    .slidingNews_block__single--subTitle {
      font-family: "Trade Gothic Light";
      font-size: 0.813em;
      margin-bottom: 10px;
      height: 15px; }
    .slidingNews_block__single--image .image_slider {
      margin: 0 auto; }
  .slidingNews_block__withImage .slidingNews_block__single--subTitle {
    display: block; }
  .slidingNews_block__withImage .slidingNews_block__single--disclaimer {
    height: 55px;
    overflow: hidden;
    line-height: 1em; }
  .slidingNews_block__withImage .slidingNews_block__single--title {
    display: none; }
  .slidingNews_block__withImage .slidingNews_block__single--image {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto; }
  .slidingNews_block__withImage .slidingNews_block__single .base__icon {
    width: 88px;
    height: 88px; }
  .slidingNews_block__topUp .slidingNews_block__single.item:after {
    display: none; }
  .slidingNews_block__topUp .slidingNews_block__single--image img {
    width: 100%;
    height: auto; }
  .slidingNews_block__topUp .slidingNews_block__single--subTitle {
    display: block;
    font-size: 16px;
    color: #292F36;
    text-align: left;
    height: auto; }
  .slidingNews_block__topUp .slidingNews_block__single--disclaimer {
    height: 55px;
    font-size: 24px;
    text-transform: uppercase;
    color: #009BBE;
    font-family: "Trade Gothic Bold Condensed";
    text-align: left;
    margin-bottom: 0px;
    margin-top: 20px; }
  .slidingNews_block__topUp .slidingNews_block__single--title {
    display: none; }
  .slidingNews_block__topUp .slidingNews_block__single--image {
    display: block; }
  .slidingNews_block__topUp .slidingNews_block__single .base__icon {
    width: 88px;
    height: 88px; }
  .slidingNews_block__topUp .slidingNews_block__single .button, .slidingNews_block__topUp .slidingNews_block__single a.button--slim, .slidingNews_block__topUp .slidingNews_block__single a.button--ghost, .slidingNews_block__topUp .slidingNews_block__single a.button--ghost--transparent, .slidingNews_block__topUp .slidingNews_block__single a.button--search {
    display: none; }
  .slidingNews_block__noImage .slidingNews_block__single--subTitle {
    display: none; }
  .slidingNews_block__noImage .slidingNews_block__single--title {
    display: block; }
  .slidingNews_block__noImage .slidingNews_block__single--image {
    display: none; }

.container_firstBlock {
  margin: 0 auto;
  overflow: hidden; }

.standard_blockInfo {
  margin: 0 auto;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }
  .standard_blockInfo__mainContainer {
    position: relative;
    max-width: 1024px;
    margin: 0 auto; }
    .standard_blockInfo__mainContainer .recurrent_priceRow {
      margin: 0;
      font-family: "Trade Gothic Light"; }
      .standard_blockInfo__mainContainer .recurrent_priceRow__price {
        font-size: 3.438em;
        line-height: 1em;
        height: 1.5em;
        overflow: hidden; }
        .standard_blockInfo__mainContainer .recurrent_priceRow__price.text_blue {
          color: #183989; }
        .standard_blockInfo__mainContainer .recurrent_priceRow__price.text_orange {
          color: #F48135; }
        .standard_blockInfo__mainContainer .recurrent_priceRow__price .currency {
          font-size: 0.75em; }
      .standard_blockInfo__mainContainer .recurrent_priceRow__recurrency {
        color: #292F36;
        font-size: 0.875rem;
        line-height: 1em;
        display: block; }
  .standard_blockInfo__sticker__wrapper {
    position: absolute;
    bottom: 30px;
    width: 40px;
    left: 0; }
  .standard_blockInfo__sticker__container .sticker_single {
    width: 40px;
    height: 40px;
    margin-bottom: 2px; }
  .standard_blockInfo__coloredBg {
    width: 150%;
    height: 100%;
    position: absolute;
    left: 55%; }
    .standard_blockInfo__coloredBg.skew_left {
      -moz-transform: skew(20deg);
      -o-transform: skew(20deg);
      -ms-transform: skew(20deg);
      -webkit-transform: skew(20deg);
      transform: skew(20deg); }
    .standard_blockInfo__coloredBg.skew_right {
      -moz-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -webkit-transform: skew(-20deg);
      transform: skew(-20deg); }
  .standard_blockInfo__additional_form {
    position: absolute;
    width: 100%;
    -webkit-transition: all, 0.45s, ease-in-out;
    -moz-transition: all, 0.45s, ease-in-out;
    -ms-transition: all, 0.45s, ease-in-out;
    -o-transition: all, 0.45s, ease-in-out;
    transition: all, 0.45s, ease-in-out; }
    .standard_blockInfo__additional_form.covered {
      bottom: -100%;
      visibility: hidden; }
    .standard_blockInfo__additional_form.uncovered {
      bottom: 2px;
      visibility: visible; }
  .standard_blockInfo__input--address {
    display: inline-block;
    width: calc(90% - 35px);
    float: left; }
    .standard_blockInfo__input--address input {
      width: 100%; }
  .standard_blockInfo__input--civic_number {
    display: inline-block;
    width: 60px;
    float: right; }
    .standard_blockInfo__input--civic_number input {
      width: 100%; }
  .standard_blockInfo__input--number {
    display: inline-block;
    width: calc(90% - 35px);
    float: right; }
    .standard_blockInfo__input--number input {
      width: 100%; }
  .standard_blockInfo__input--prefix {
    display: inline-block;
    width: 60px;
    float: left; }
    .standard_blockInfo__input--prefix input {
      width: 100%; }
  .standard_blockInfo__select .base__select {
    width: 100% !important;
    margin-bottom: 10px;
    left: 0; }
  .standard_blockInfo__select .base__select.bootstrap-select .dropdown-toggle {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 1em;
    font-family: "Trade Gothic Light"; }
  .standard_blockInfo__select .base__select.bootstrap-select .bs-caret .caret {
    right: 15px;
    top: 50%; }
  .standard_blockInfo__select .base__select.bootstrap-select .filter-option {
    font-size: 1em;
    text-align: left; }
  .standard_blockInfo__image {
    position: absolute;
    bottom: 0;
    left: 72%;
    z-index: 2;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out; }
  .standard_blockInfo__half_block {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out; }
    .standard_blockInfo__half_block__left {
      width: 45%;
      margin-left: 30px;
      min-height: 405px; }
      .standard_blockInfo__half_block__left .button, .standard_blockInfo__half_block__left a.button--slim, .standard_blockInfo__half_block__left a.button--ghost, .standard_blockInfo__half_block__left a.button--ghost--transparent, .standard_blockInfo__half_block__left a.button--search {
        width: 160px;
        margin: 0 auto; }
    .standard_blockInfo__half_block__right {
      width: 33.3%;
      margin-right: 30px;
      position: relative;
      z-index: 10;
      min-height: 403px; }
      .standard_blockInfo__half_block__right .base__input {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 1.429rem;
        padding-top: 17px;
        padding-bottom: 14px;
        font-family: "Trade Gothic Light"; }
      .standard_blockInfo__half_block__right .button, .standard_blockInfo__half_block__right a.button--slim, .standard_blockInfo__half_block__right a.button--ghost, .standard_blockInfo__half_block__right a.button--ghost--transparent, .standard_blockInfo__half_block__right a.button--search {
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 10px; }
        .standard_blockInfo__half_block__right .button--ghost {
          margin-top: 10px; }
      .standard_blockInfo__half_block__right .without_number {
        color: #FFF;
        font-family: "Trade Gothic Light";
        text-decoration: underline;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 5px;
        text-transform: uppercase; }
        .standard_blockInfo__half_block__right .without_number:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    .standard_blockInfo__half_block.image_block {
      position: relative; }
  .standard_blockInfo__info {
    text-align: center; }
  .standard_blockInfo__title {
    margin-top: 15px;
    font-size: 2.8em;
    line-height: 1em;
    height: 2em;
    overflow: hidden;
    font-family: "Trade Gothic Light";
    color: #183989; }
  .standard_blockInfo__whiteTitle {
    margin: 1rem 0;
    text-align: center;
    font-size: 1.875em;
    line-height: 1em;
    height: 1em;
    overflow: hidden;
    color: #FFF;
    font-family: "Trade Gothic"; }
  .standard_blockInfo__text {
    text-align: center;
    margin: 5px 30px 10px 30px;
    font-size: 1.125em;
    line-height: 1em;
    overflow: hidden;
    height: 3.3em;
    color: #292F36;
    font-family: "Trade Gothic"; }
  .standard_blockInfo__bundle:before {
    content: "";
    display: block;
    max-width: 120px;
    margin: 0 auto;
    height: 1px;
    background-color: #F4F4F4;
    bottom: 5px;
    position: relative; }
    @media (max-width: 767px) {
      .standard_blockInfo__bundle:before {
        bottom: 0; } }
  .standard_blockInfo__bundle_logo {
    margin: 0 auto; }
  .standard_blockInfo__bundle_text {
    font-size: 1em;
    line-height: 1em;
    height: 1.2em;
    overflow: hidden; }
  .standard_blockInfo__bundle_claim {
    font-size: 1em;
    line-height: 1em;
    height: 1.2em;
    overflow: hidden;
    margin: 1rem 0; }

@media all and (max-width: 1024px) {
  .container_firstBlock {
    width: 100%; } }

@media all and (max-width: 767px) {
  .standard_blockInfo__sticker__wrapper {
    position: static;
    width: 100%;
    text-align: center; }
    .standard_blockInfo__sticker__wrapper .sticker_single {
      margin-right: 5px; }
  .standard_blockInfo .container_reviews {
    width: 330px;
    margin: 0 auto; }
    .standard_blockInfo .container_reviews .share_block__reviews {
      right: 0; }
  .standard_blockInfo__select {
    /*float: right;
          margin-right: 15px;
          margin-left: auto;*/ }
  .standard_blockInfo.bg_white_black {
    height: auto;
    background: none; }
  .standard_blockInfo__whiteTitle {
    text-align: center;
    margin-right: 0px;
    color: #FFF; }
  .standard_blockInfo__text {
    margin-bottom: 0px; }
  .standard_blockInfo__image {
    width: 50%;
    top: 110%;
    left: 50%;
    display: none; }
  .standard_blockInfo__coloredBg {
    top: 53.7%;
    left: 0;
    height: 150%; }
    .standard_blockInfo__coloredBg.skew_right, .standard_blockInfo__coloredBg.skew_left {
      -moz-transform: skew(0);
      -o-transform: skew(0);
      -ms-transform: skew(0);
      -webkit-transform: skew(0);
      transform: skew(0); }
  .standard_blockInfo__half_block {
    float: none;
    margin: 0 auto;
    width: calc(100% - 30px); }
    .standard_blockInfo__half_block__left {
      /*   height: 300px; */ }
  .standard_blockInfo__title {
    font-size: 2.0em; }
  .recurrent_priceRow {
    margin-bottom: 0px; }
    .recurrent_priceRow__price {
      margin-top: 0px; } }

.suggestion_block {
  background-color: #F4F4F4;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none; }
  .suggestion_block .tx-powermail {
    margin-top: 70px; }
    .suggestion_block .tx-powermail .powermail_fieldwrap {
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .suggestion_block .tx-powermail .powermail_fieldwrap {
          margin-bottom: 10px; } }
      .suggestion_block .tx-powermail .powermail_fieldwrap_half {
        width: 100%; }
      .suggestion_block .tx-powermail .powermail_fieldwrap_type_submit .base__bt {
        margin-top: 2rem;
        width: 100%; }
  .suggestion_block .info_link {
    font-size: .750em; }
    @media (max-width: 767px) {
      .suggestion_block .info_link {
        display: block;
        font-size: .85em;
        margin-top: 1em;
        margin-bottom: 0; } }
  .suggestion_block__container {
    max-width: 1024px;
    margin: 0 auto;
    position: relative; }
  .suggestion_block__title {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 3.75em;
    color: #292F36;
    font-family: "Trade Gothic Light"; }
    @media (max-width: 767px) {
      .suggestion_block__title {
        padding-top: 35px;
        font-size: 3.55em;
        margin-bottom: 25px; } }
  .suggestion_block__input {
    margin-bottom: 10px; }
    .suggestion_block__input--email {
      margin-bottom: 35px; }
  .suggestion_block__consent {
    font-size: 1em;
    margin-bottom: 30px;
    font-family: "Trade Gothic Light"; }
  .suggestion_block__description {
    font-size: 1.450em;
    color: #292F36;
    font-family: "Trade Gothic Light";
    position: relative;
    z-index: 100;
    width: 450px; }
    @media (max-width: 767px) {
      .suggestion_block__description {
        line-height: 1.15em;
        font-size: 1.75em;
        margin-bottom: 20px; } }
  .suggestion_block__left {
    padding-left: 30px;
    position: static; }
  .suggestion_block__right {
    position: static;
    height: 422px;
    padding-left: 80px;
    padding-right: 10px;
    margin-bottom: 70px; }
  .suggestion_block__imageContainer {
    position: absolute;
    bottom: 0;
    right: 45%;
    z-index: 5; }
  .suggestion_block__image {
    margin-top: 0;
    width: 80%; }

@media all and (max-width: 890px) {
  .suggestion_block {
    font-size: 13px; } }

@media all and (max-width: 767px) {
  .suggestion_block__right {
    padding: 0 15px;
    height: 346px; }
    .suggestion_block__right .button, .suggestion_block__right a.button--slim, .suggestion_block__right a.button--ghost, .suggestion_block__right a.button--ghost--transparent, .suggestion_block__right a.button--search {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
  .suggestion_block__left {
    font-size: 10px;
    padding-left: 16px;
    padding-right: 16px; }
  .suggestion_block__imageContainer {
    bottom: 417px;
    text-align: right;
    right: 22px; }
  .suggestion_block__image {
    width: 50%; }
  .suggestion_block .tx-powermail {
    margin-top: 0; } }

@media all and (max-width: 587px) {
  .suggestion_block .tx-powermail h3 {
    display: none; }
  .suggestion_block .tx-powermail .powermail_fieldwrap {
    margin-bottom: 10px; }
    .suggestion_block .tx-powermail .powermail_fieldwrap_invia {
      margin-bottom: 30px; }
  .suggestion_block .tx-powermail .powermail_submit {
    font-size: 1.2em; }
  .suggestion_block__imageContainer {
    bottom: 417px;
    right: 22px; }
  .suggestion_block__description {
    width: 205px; } }

.imageText_block {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }
  .imageText_block.imageBackground--black {
    background-color: #212121; }
  .imageText_block.imageBackground--grey {
    background-color: #F4F4F4; }
  .imageText_block__backgroundImage .image {
    width: 100%; }
  .imageText_block__container {
    position: relative;
    margin: 0 auto;
    max-width: 1024px; }
  .imageText_block__text {
    margin-left: 30px;
    margin-right: 30px;
    font-family: "Trade Gothic Light";
    color: #FFF;
    position: absolute;
    top: 33%; }
    .imageText_block__text--title {
      font-size: 3.75em; }
    .imageText_block__text--subtitle {
      font-size: 1.500em; }

@media all and (max-width: 870px) {
  .imageText_block {
    font-size: 14px; } }

@media all and (max-width: 767px) {
  .imageText_block {
    font-size: 12px; }
    .imageText_block__text {
      top: 10%; } }

@media all and (max-width: 660px) {
  .imageText_block {
    font-size: 10px; } }

@media all and (max-width: 495px) {
  .imageText_block {
    font-size: 8px; } }

.imageTextButton_block {
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out; }
  .imageTextButton_block.imageBackground--black {
    background-color: #212121; }
  .imageTextButton_block.imageBackground--grey {
    background-color: #F4F4F4; }
    @media (max-width: 730px) {
      .imageTextButton_block.imageBackground--grey {
        padding-bottom: 10px; } }
  .imageTextButton_block__backgroundImage .image {
    width: 100%; }
  .imageTextButton_block h1 {
    color: #F48135; }
  .imageTextButton_block__container {
    position: relative;
    margin: 0 auto;
    max-width: 1024px; }
  .imageTextButton_block__text {
    width: calc(40% - 50px);
    margin-left: 30px;
    margin-right: 30px;
    font-family: "Trade Gothic Light";
    color: #FFF;
    position: absolute;
    top: 15%; }
    @media (min-width: 659px) and (max-width: 880px) {
      .imageTextButton_block__text {
        width: calc(60% - 50px); } }
    .imageTextButton_block__text--subtitle {
      font-size: 1.500em;
      text-transform: uppercase;
      color: #292F36;
      margin-bottom: 60px; }

@media all and (max-width: 870px) {
  .imageTextButton_block {
    font-size: 14px; } }

@media all and (max-width: 767px) {
  .imageTextButton_block {
    font-size: 12px; } }

@media all and (max-width: 660px) {
  .imageTextButton_block__text {
    position: static;
    width: 100%; }
  .imageTextButton_block .button, .imageTextButton_block a.button--slim, .imageTextButton_block a.button--ghost, .imageTextButton_block a.button--ghost--transparent, .imageTextButton_block a.button--search {
    width: calc(100% - 60px); } }

.imageTextButtonRight_block {
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out; }
  .imageTextButtonRight_block.imageBackground--black {
    background-color: #212121; }
  .imageTextButtonRight_block.imageBackground--grey {
    background-color: #F4F4F4; }
  .imageTextButtonRight_block h1 {
    color: #F48135; }
  .imageTextButtonRight_block__backgroundImage .image {
    width: 100%; }
  .imageTextButtonRight_block__container {
    position: relative;
    margin: 0 auto;
    max-width: 1024px; }
  .imageTextButtonRight_block__text {
    width: calc(40% - 50px);
    margin-left: 30px;
    margin-right: 30px;
    font-family: "Trade Gothic Light";
    color: #FFF;
    position: absolute;
    top: 15%;
    right: 0;
    text-align: right; }
    @media (min-width: 731px) and (max-width: 780px) {
      .imageTextButtonRight_block__text {
        width: calc(50% - 50px); } }
    .imageTextButtonRight_block__text--subtitle {
      font-size: 1.500em;
      color: #292F36;
      margin-bottom: 60px; }

@media all and (max-width: 900px) {
  .imageTextButtonRight_block {
    font-size: 12px; } }

@media all and (max-width: 730px) {
  .imageTextButtonRight_block__text {
    position: static;
    width: calc(100% - 60px);
    text-align: left;
    padding-bottom: 10px; } }

.contactWind_block {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .contactWind_block .button, .contactWind_block a.button--slim, .contactWind_block a.button--ghost, .contactWind_block a.button--ghost--transparent, .contactWind_block a.button--search {
    width: 100%;
    max-width: 280px; }
  .contactWind_block.contactWind_business .contactWind_block__details__container {
    margin-top: 50px; }
  .contactWind_block.contactWind_business .button, .contactWind_block.contactWind_business a.button--slim, .contactWind_block.contactWind_business a.button--ghost, .contactWind_block.contactWind_business a.button--ghost--transparent, .contactWind_block.contactWind_business a.button--search {
    display: none; }
  .contactWind_block.social .contactWind_block__icon {
    width: 100%; }
  .contactWind_block.social .contactWind_block__right {
    width: 100%; }
  .contactWind_block.social.centered .contactWind_block__title {
    text-align: center; }
  .contactWind_block.social.centered .newsletter_block__icon--firstRow {
    width: 50%; }
    .contactWind_block.social.centered .newsletter_block__icon--firstRow .base__icon {
      float: right; }
  .contactWind_block.social.centered .newsletter_block__icon--secondRow {
    width: 50%; }
  .contactWind_block__container {
    margin-top: 30px; }
  .contactWind_block__title {
    font-size: 1em;
    font-family: "Trade Gothic Bold";
    margin-bottom: 25px; }
  .contactWind_block__details {
    font-size: 1em;
    font-family: "Trade Gothic"; }
  .contactWind_block__left .button, .contactWind_block__left a.button--slim, .contactWind_block__left a.button--ghost, .contactWind_block__left a.button--ghost--transparent, .contactWind_block__left a.button--search {
    margin-top: 25px; }
  .contactWind_block__icon {
    margin-bottom: 30px; }
    .contactWind_block__icon > div {
      padding: 0; }
    .contactWind_block__icon--firstRow {
      float: left; }
    .contactWind_block__icon--secondRow {
      float: left; }
    .contactWind_block__icon .base__icon {
      float: left;
      width: 88px;
      height: 88px;
      margin-right: 0.5em; }
    .contactWind_block__icon.centered .contactWind_block__icon--firstRow {
      width: 50%; }
      .contactWind_block__icon.centered .contactWind_block__icon--firstRow .base__icon {
        float: right; }
    .contactWind_block__icon.centered .contactWind_block__icon--secondRow {
      width: 50%; }

@media all and (max-width: 767px) {
  .contactWind_block {
    text-align: center; }
  .info_link {
    margin-bottom: 30px; }
  .contactWind_block__icon {
    margin: 0 auto; }
    .contactWind_block__icon--firstRow {
      float: left;
      margin: 0 auto;
      width: 50%; }
      .contactWind_block__icon--firstRow .base__icon {
        float: right; }
    .contactWind_block__icon--secondRow {
      float: left;
      width: 50%; } }

.image_block_display__mainContainer {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  display: table;
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 250px;
  max-height: 250px;
  margin: 0 auto;
  vertical-align: middle;
  hyphens: initial; }
  @media (max-width: 767px) {
    .image_block_display__mainContainer {
      height: 500px;
      max-height: none; } }
  .invertedDisplay .image_block_display__mainContainer {
    text-align: right; }
  @media (max-width: 767px) {
    .specialVersion .image_block_display__mainContainer {
      min-height: auto;
      display: block; } }

.image_block_display__coloredBg {
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  height: 100%;
  z-index: 20; }
  @media (max-width: 767px) {
    .image_block_display__coloredBg {
      right: 0;
      top: 50%;
      height: 50%; } }
  .invertedDisplay .image_block_display__coloredBg {
    right: 0;
    left: 50%; }
    @media (max-width: 767px) {
      .invertedDisplay .image_block_display__coloredBg {
        left: 0; } }
  .specialVersion .image_block_display__coloredBg {
    right: 41%;
    left: 0; }
    @media (max-width: 767px) {
      .specialVersion .image_block_display__coloredBg {
        right: 0; } }
  .specialVersion.invertedDisplay .image_block_display__coloredBg {
    left: 41%;
    right: 0; }
    @media (max-width: 767px) {
      .specialVersion.invertedDisplay .image_block_display__coloredBg {
        left: 0; } }
  .image_block_display__coloredBg .shape {
    position: absolute;
    width: 50%;
    height: 100%; }
    .mobile .image_block_display__coloredBg .shape {
      background-color: #F48135; }
    .robin .image_block_display__coloredBg .shape {
      background-color: #009BBE; }
    .fisso .image_block_display__coloredBg .shape {
      background-color: #183989; }
    .business .image_block_display__coloredBg .shape {
      background-color: #292F36; }
    .device .image_block_display__coloredBg .shape {
      background-color: #212121; }
    .transparent .image_block_display__coloredBg .shape {
      background-color: transparent; }
    .image_block_display__coloredBg .shape--one {
      left: 0;
      width: 50%; }
      .invertedDisplay .image_block_display__coloredBg .shape--one {
        width: 70%;
        transform: skew(20deg);
        transform-origin: 100% 50%; }
        @media (max-width: 767px) {
          .invertedDisplay .image_block_display__coloredBg .shape--one {
            width: 50%;
            transform: none;
            transform-origin: none; } }
    .image_block_display__coloredBg .shape--two {
      right: 0;
      width: 70%;
      transform: skew(-20deg);
      transform-origin: 100% 50%; }
      @media (max-width: 767px) {
        .image_block_display__coloredBg .shape--two {
          width: 50%;
          transform: none;
          transform-origin: none; } }
      .invertedDisplay .image_block_display__coloredBg .shape--two {
        width: 50%;
        transform: none;
        transform-origin: none; }

.image_block_display__half_block {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  z-index: 20; }
  .image_block_display__half_block.text_block {
    position: relative;
    z-index: 30;
    padding: 30px;
    left: -25%; }
    @media (max-width: 767px) {
      .image_block_display__half_block.text_block {
        left: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
        display: inline-block;
        bottom: 25%;
        position: absolute;
        top: auto;
        height: auto;
        transform: translateY(50%); } }
    .invertedDisplay .image_block_display__half_block.text_block {
      position: relative;
      left: 25%;
      text-align: right; }
      @media (max-width: 767px) {
        .invertedDisplay .image_block_display__half_block.text_block {
          left: 0;
          text-align: center;
          position: absolute; } }
    .specialVersion .image_block_display__half_block.text_block {
      width: 60%;
      left: -20%; }
      @media (max-width: 767px) {
        .specialVersion .image_block_display__half_block.text_block {
          width: 100%;
          left: 0;
          position: absolute; } }
    .specialVersion.invertedDisplay .image_block_display__half_block.text_block {
      left: 20%; }
      @media (max-width: 767px) {
        .specialVersion.invertedDisplay .image_block_display__half_block.text_block {
          left: 0; } }
  .image_block_display__half_block.image_block {
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
    text-align: right;
    z-index: 10;
    overflow: hidden; }
    .image_block_display__half_block.image_block .image_block--container {
      position: relative;
      width: 100%;
      height: 100%; }
      .specialVersion .image_block_display__half_block.image_block .image_block--container {
        overflow: hidden; }
    .image_block_display__half_block.image_block img {
      display: block;
      height: 100%;
      margin: 0 0 0 auto;
      position: absolute;
      left: -9999px;
      right: 0; }
      @media (max-width: 767px) {
        .image_block_display__half_block.image_block img {
          min-height: 100%;
          width: auto; } }
      .invertedDisplay .image_block_display__half_block.image_block img {
        margin: 0 auto 0 0;
        left: 0;
        right: -9999px; }
      .specialVersion .image_block_display__half_block.image_block img {
        top: 0;
        bottom: 0;
        right: auto;
        left: calc(83% - 560px); }
        @media (max-width: 767px) {
          .specialVersion .image_block_display__half_block.image_block img {
            left: -9999px;
            right: -9999px;
            margin: 0 auto;
            max-height: 100%; } }
      .invertedDisplay.specialVersion .image_block_display__half_block.image_block img {
        left: auto;
        right: calc(83% - 560px); }
        @media (max-width: 767px) {
          .invertedDisplay.specialVersion .image_block_display__half_block.image_block img {
            left: -9999px;
            right: -9999px;
            margin: 0 auto;
            max-height: 100%;
            min-width: auto; } }
      .specialVersion.transparent .image_block_display__half_block.image_block img {
        left: 0;
        right: auto;
        max-width: none; }
      .invertedDisplay.specialVersion.transparent .image_block_display__half_block.image_block img {
        right: 0;
        left: auto; }
    @media (max-width: 767px) {
      .image_block_display__half_block.image_block {
        height: 50%; } }
    .invertedDisplay .image_block_display__half_block.image_block {
      text-align: left; }
    @media (max-width: 767px) {
      .specialVersion .image_block_display__half_block.image_block {
        display: block;
        height: 250px;
        position: relative; } }

.image_block_display__title {
  width: 90%;
  margin: 0 auto 8px 0;
  color: #FFF;
  font-family: "Trade Gothic Condensed";
  font-size: 52px;
  letter-spacing: -.025rem;
  font-weight: bold;
  line-height: 1.1em;
  text-transform: uppercase;
  overflow: hidden; }
  @media (max-width: 767px) {
    .image_block_display__title {
      margin: 0 auto 8px;
      width: 100%;
      font-size: 40px; } }
  .invertedDisplay .image_block_display__title {
    margin: 0 0 8px auto; }
    @media (max-width: 767px) {
      .invertedDisplay .image_block_display__title {
        margin: 0 auto 8px; } }
  .transparent.business .image_block_display__title {
    color: #F48135; }
  .transparent.mobile .image_block_display__title {
    color: #F48135; }
  .transparent.robin .image_block_display__title {
    color: #009BBE; }
  .transparent.fisso .image_block_display__title {
    color: #183989; }
  .transparent.device .image_block_display__title {
    color: #212121; }
  .specialVersion.transparent.light.mobile .image_block_display__title {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light.mobile .image_block_display__title {
        color: #F48135; } }
  .specialVersion.transparent.light.robin .image_block_display__title {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light.robin .image_block_display__title {
        color: #009BBE; } }
  .specialVersion.transparent.light.fisso .image_block_display__title {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light.fisso .image_block_display__title {
        color: #183989; } }
  .specialVersion.transparent.light.business .image_block_display__title {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light.business .image_block_display__title {
        color: #F48135; } }
  .specialVersion.transparent.light.device .image_block_display__title {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light.device .image_block_display__title {
        color: #212121; } }

.image_block_display__partnerImage {
  margin-bottom: 8px; }
  .image_block_display__partnerImage img {
    display: inline-block;
    max-width: 110px;
    height: auto; }
  .image_block_display__partnerImage:empty {
    display: none; }

.image_block_display__price {
  margin-bottom: 8px;
  color: #FFF;
  font-family: "Trade Gothic Condensed";
  font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  width: auto; }
  .image_block_display__price:empty {
    display: none; }
  .transparent .image_block_display__price {
    color: inherit; }
  .specialVersion.transparent.light .image_block_display__price {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light .image_block_display__price {
        color: #292F36; } }

.image_block_display__recurrency {
  margin-bottom: 8px;
  color: #FFF;
  font-family: "Trade Gothic Light";
  font-size: 1rem;
  display: inline-block;
  width: auto; }
  .image_block_display__recurrency:empty {
    display: none; }
  .image_block_display__recurrency--bottom {
    color: #FFF; }
    .image_block_display__recurrency--bottom:empty {
      display: none; }
    .transparent .image_block_display__recurrency--bottom {
      color: inherit; }
    .specialVersion.transparent.light .image_block_display__recurrency--bottom {
      color: #FFF; }
      @media (max-width: 767px) {
        .specialVersion.transparent.light .image_block_display__recurrency--bottom {
          color: #292F36; } }
  .transparent .image_block_display__recurrency {
    color: inherit; }
  .specialVersion.transparent.light .image_block_display__recurrency {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light .image_block_display__recurrency {
        color: #292F36; } }

.image_block_display__text {
  width: 90%;
  margin: 0 auto 8px 0;
  color: #FFF;
  font-family: "Trade Gothic Condensed";
  font-size: 30px;
  line-height: 1.1em;
  overflow: hidden;
  z-index: 50; }
  @media (max-width: 767px) {
    .image_block_display__text {
      width: 100%;
      margin: 0 auto 8px;
      font-size: 22px; } }
  .invertedDisplay .image_block_display__text {
    margin: 0 0 8px auto; }
    @media (max-width: 767px) {
      .invertedDisplay .image_block_display__text {
        margin: 0 auto 8px; } }
  .transparent .image_block_display__text {
    color: inherit; }
  .transparent.specialVersion.light .image_block_display__text {
    color: #FFF; }
    @media (max-width: 767px) {
      .transparent.specialVersion.light .image_block_display__text {
        color: #292F36; } }

.image_block_display .base__bt {
  display: block;
  width: 200px;
  margin: 0 auto 8px 0;
  color: #FFF;
  font-size: 1rem; }
  @media (max-width: 767px) {
    .image_block_display .base__bt {
      margin: 0 auto 8px; } }
  .image_block_display .base__bt:hover {
    opacity: .7; }
  .invertedDisplay.image_block_display .base__bt {
    margin: 0 0 8px auto; }
    @media (max-width: 767px) {
      .invertedDisplay.image_block_display .base__bt {
        margin: 0 auto 8px; } }
  .mobile.image_block_display .base__bt {
    background-color: #FFF;
    color: #F48135;
    border-color: transparent; }
  .mobile.transparent.image_block_display .base__bt {
    background-color: #F48135;
    color: #FFF;
    border-color: transparent; }
  .mobile.specialVersion.transparent.image_block_display .base__bt {
    background-color: #F48135;
    color: #FFF;
    border-color: transparent; }
  .image_block_display .base__bt:empty {
    display: none; }

/* ========================================================= */
.card_filter__block {
  background-color: #E6E9ED;
  width: 100%; }
  .card_filter__block__tabs {
    text-transform: uppercase;
    color: #292F36; }
    .card_filter__block__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
      @media (max-width: 600px) {
        .card_filter__block__tabs__container {
          padding-top: 0px; } }
    .card_filter__block__tabs--left {
      float: right;
      margin-left: 30px; }
      @media (max-width: 600px) {
        .card_filter__block__tabs--left {
          float: none;
          margin-left: 15px; } }
    .card_filter__block__tabs--remove_filter {
      margin-right: 40px;
      cursor: pointer; }
      @media (max-width: 600px) {
        .card_filter__block__tabs--remove_filter {
          padding-left: 0px;
          margin-right: 0px; } }
      .card_filter__block__tabs--remove_filter:hover {
        border-bottom: 1px solid #F48135;
        color: #F48135; }
      .card_filter__block__tabs--remove_filter.active {
        border-bottom: 1px solid #F48135;
        color: #F48135; }
    .card_filter__block__tabs--title {
      margin-right: 40px;
      cursor: pointer;
      letter-spacing: 10px;
      padding-left: 10px; }
      .card_filter__block__tabs--title.filter_all {
        letter-spacing: 0px;
        padding-left: 0px; }
      @media (max-width: 600px) {
        .card_filter__block__tabs--title {
          margin-right: 5px;
          letter-spacing: 5px;
          padding-left: 5px; } }
      .card_filter__block__tabs--title:hover {
        border-bottom: 1px solid #F48135;
        color: #F48135; }
      .card_filter__block__tabs--title.active {
        border-bottom: 1px solid #F48135;
        color: #F48135; }
  .card_filter__block__title {
    font-size: 1.500em;
    font-family: "Trade Gothic";
    padding: 20px 0px 10px 30px;
    float: left; }
    @media (max-width: 600px) {
      .card_filter__block__title {
        float: none;
        padding-left: 15px; } }
  .card_filter__block__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto; }
    .card_filter__block__container.noTabs .card_filter__block__tabs {
      display: none; }

.myTicket_block {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  min-height: 580px; }
  .myTicket_block .ticket_action_mobile {
    display: none; }
  @media (max-width: 480px) {
    .myTicket_block {
      font-size: 12px; }
      .myTicket_block .ticket_action_desktop {
        display: none; }
      .myTicket_block .ticket_action_mobile {
        display: block; } }
  .myTicket_block .grey_strip__block__tabs--left {
    display: none; }
  .myTicket_block .button, .myTicket_block a.button--slim, .myTicket_block a.button--ghost, .myTicket_block a.button--ghost--transparent, .myTicket_block a.button--search {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 0.875em;
    width: 60%;
    margin: 0 auto;
    min-width: 80px; }
  .myTicket_block .slick-slider .left__arrow {
    top: calc(20% - 41px); }
  .myTicket_block .slick-slider .right__arrow {
    bottom: 80%; }
  .myTicket_block__mainTitle {
    font-size: 2.5em;
    font-family: "Trade Gothic Light";
    margin-top: 30px;
    margin-bottom: 40px; }
  .myTicket_block__container {
    max-width: 1024px;
    margin: 0 auto;
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
  .myTicket_block h2 {
    font-family: "Trade Gothic Bold Condensed"; }
  .myTicket_block__showMore {
    color: #F48135;
    font-size: 1.250em;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Trade Gothic Light";
    cursor: pointer; }
    .myTicket_block__showMore:hover {
      text-decoration: underline; }
  .myTicket_block__showOffers {
    color: #F48135;
    margin-left: 15px;
    width: 100%;
    display: none;
    font-size: 1.250em;
    text-align: left;
    text-transform: uppercase;
    font-family: "Trade Gothic Light";
    cursor: pointer; }
    .myTicket_block__showOffers:hover {
      text-decoration: underline; }
  .myTicket_block__tabs {
    text-transform: uppercase;
    color: #292F36; }
    .myTicket_block__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
    .myTicket_block__tabs--left {
      float: left;
      margin-left: 30px; }
    .myTicket_block__tabs--right {
      float: right;
      margin-right: 30px; }
    .myTicket_block__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .myTicket_block__tabs--title:hover {
        border-bottom: 1px solid #F48135; }
      .myTicket_block__tabs--title.active {
        border-bottom: 1px solid #F48135;
        color: #F48135; }
  .myTicket_block__select {
    float: left;
    width: calc(50% - 10px); }
    .myTicket_block__select--second {
      margin-left: 20px; }
    .myTicket_block__select .base__select.bootstrap-select {
      width: 100% !important; }
      .myTicket_block__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px 20px; }
        .myTicket_block__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .myTicket_block__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em;
          font-family: "Trade Gothic"; }
  .myTicket_block--title {
    font-size: 1em;
    text-transform: uppercase; }
  .myTicket_block__single {
    position: relative;
    margin-top: 35px;
    height: 135px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.5 ease-in-out;
    -moz-transition: all 0.5 ease-in-out;
    -ms-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out; }
    .myTicket_block__single:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .myTicket_block__single:nth-child(6n):after {
      display: none; }
      @media (max-width: 767px) {
        .myTicket_block__single:nth-child(6n):after {
          display: block; } }
    @media (max-width: 600px) {
      .myTicket_block__single {
        margin-top: 15px; }
        .myTicket_block__single:nth-child(even):after {
          display: none; } }
    .myTicket_block__single.invisible_block {
      display: none; }
    .myTicket_block__single:after {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      right: 0%;
      min-height: 1px; }
  .myTicket_block .overlay_myTicket {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #292F36;
    z-index: 100;
    box-sizing: border-box;
    opacity: 0.9;
    filter: alpha(opacity=90); }
    .myTicket_block .overlay_myTicket__container {
      top: -100vh;
      position: absolute;
      width: 100%;
      height: 580px;
      display: none; }
      .myTicket_block .overlay_myTicket__container .myTicket_block__single--vCard--info {
        overflow: scroll;
        max-height: 420px; }
      .myTicket_block .overlay_myTicket__container .overlay_button {
        cursor: pointer;
        width: 280px;
        padding: 13px 10px 8px 10px;
        border-style: solid;
        position: absolute;
        left: calc(50% - 140px);
        bottom: 15px;
        z-index: 200; }
        .myTicket_block .overlay_myTicket__container .overlay_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
  .myTicket_block__single--vCard {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    float: left;
    position: relative;
    font-family: "Trade Gothic"; }
    .myTicket_block__single--vCard--info {
      position: absolute;
      width: calc(100% - 30px);
      left: 15px;
      top: 15px;
      z-index: 150;
      display: none;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      .myTicket_block__single--vCard--info--title {
        text-align: center;
        margin-top: 15px; }
      .myTicket_block__single--vCard--info__container {
        text-align: center;
        display: table;
        width: 100%;
        background-color: #FFF;
        border-bottom: 1px solid #D3D3D2; }
        .myTicket_block__single--vCard--info__container:nth-of-type(even) {
          background-color: #F4F4F4; }
        .myTicket_block__single--vCard--info__container__image {
          width: 100px;
          padding: 10px;
          height: auto; }
          .myTicket_block__single--vCard--info__container__image img {
            width: 100%;
            height: 100%; }
        .myTicket_block__single--vCard--info__container--label {
          font-family: "Trade Gothic Light";
          font-size: 1.500em;
          padding: 10px 10px;
          display: table-cell;
          vertical-align: middle;
          text-align: left;
          color: #292F36; }
          .myTicket_block__single--vCard--info__container--label--cityName {
            font-family: "Trade Gothic Light";
            font-size: 1.275em;
            color: #009BBE; }
          .myTicket_block__single--vCard--info__container--label .number_sms {
            color: #009BBE; }
        .myTicket_block__single--vCard--info__container--mainTitle {
          display: table;
          width: 100%;
          text-align: center;
          background-color: #E6E9ED;
          margin-bottom: 20px; }
        .myTicket_block__single--vCard--info__container--title {
          font-family: "Trade Gothic";
          font-size: 1em;
          padding: 10px 5px 10px 0;
          display: table-cell;
          vertical-align: middle;
          background-color: #E6E9ED;
          width: 33%; }
        .myTicket_block__single--vCard--info__container--timing {
          display: table-cell;
          vertical-align: middle;
          width: 33%;
          position: relative; }
          .myTicket_block__single--vCard--info__container--timing .timing_number {
            font-family: "Trade Gothic Light";
            color: #009BBE;
            font-size: 1.125em; }
            .myTicket_block__single--vCard--info__container--timing .timing_number_label {
              color: #292F36;
              font-size: 0.875em; }
            .myTicket_block__single--vCard--info__container--timing .timing_number_small {
              color: #009BBE;
              font-size: 0.500em; }
          .myTicket_block__single--vCard--info__container--timing:after {
            background-color: #D3D3D2;
            width: 1px;
            content: "";
            display: block;
            position: absolute;
            top: 15%;
            bottom: 10%;
            right: 0%;
            min-height: 1px; }
        .myTicket_block__single--vCard--info__container--detail {
          font-family: "Trade Gothic Light";
          font-size: 1em;
          padding: 10px;
          display: table-cell;
          vertical-align: middle;
          width: 33%;
          position: relative; }
          .myTicket_block__single--vCard--info__container--detail--main {
            font-family: "Trade Gothic Light";
            color: #009BBE;
            padding-bottom: 5px;
            font-size: 1.125em; }
          .myTicket_block__single--vCard--info__container--detail--price {
            font-family: "Trade Gothic Light";
            font-size: 0.875em; }
          .myTicket_block__single--vCard--info__container--detail:after {
            background-color: #D3D3D2;
            width: 1px;
            content: "";
            display: block;
            position: absolute;
            top: 15%;
            bottom: 10%;
            right: 0%;
            min-height: 1px; }
        .myTicket_block__single--vCard--info__container--sms {
          font-family: "Trade Gothic";
          font-size: 1em;
          display: table-cell;
          vertical-align: middle;
          width: 33%; }
    .myTicket_block__single--vCard h2 {
      margin-bottom: 10px; }
    .myTicket_block__single--vCard__image {
      height: 100%;
      max-height: 84px;
      margin-top: 10px;
      margin-bottom: 15px; }
    .myTicket_block__single--vCard--description {
      font-size: 0.875em;
      font-family: "Trade Gothic";
      line-height: 16px;
      margin-top: 10px;
      height: 63px;
      overflow: hidden;
      margin-bottom: 10px; }
    .myTicket_block__single--vCard--mainTitle {
      font-size: 1.300em;
      text-align: center;
      line-height: 20px;
      height: 35px;
      font-family: "Trade Gothic";
      color: #F48135; }

.variant_title {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 10px;
  padding: 5px 20px;
  width: auto;
  color: #FFF;
  background-color: #CE4242;
  font-size: 1em; }
  .variant_title h2 {
    font-size: 1.3em;
    text-align: center; }
  .variant_title ul {
    color: #292F36; }

.video_block_display {
  -webkit-transition: all, 0.45s, ease-in-out;
  -moz-transition: all, 0.45s, ease-in-out;
  -ms-transition: all, 0.45s, ease-in-out;
  -o-transition: all, 0.45s, ease-in-out;
  transition: all, 0.45s, ease-in-out; }
  .video_block_display__mainContainer {
    position: relative;
    max-width: 1024px;
    margin: 0 auto; }
    .video_block_display__mainContainer.invertedDisplay .video_block_display__wrapper_right {
      left: 5%;
      right: 0; }
      .video_block_display__mainContainer.invertedDisplay .video_block_display__wrapper_right .caption_background {
        left: -75%;
        right: -35%; }
    .video_block_display__mainContainer.invertedDisplay .video_block_display__wrapper.closed .video_block_display__wrapper_right {
      top: 0 !important;
      left: 0;
      border-left: 50px solid #183989;
      border-right: 0;
      border-bottom: 50px double transparent;
      border-top: 0; }
      .video_block_display__mainContainer.invertedDisplay .video_block_display__wrapper.closed .video_block_display__wrapper_right .base__icon {
        left: -45px;
        top: 5px;
        bottom: 0; }
    .video_block_display__mainContainer.mobile .caption_background {
      background-color: #F48135; }
    .video_block_display__mainContainer.mobile .button, .video_block_display__mainContainer.mobile a.button--slim, .video_block_display__mainContainer.mobile a.button--ghost, .video_block_display__mainContainer.mobile a.button--ghost--transparent, .video_block_display__mainContainer.mobile a.button--search {
      background-color: #FFF;
      border-color: #FFF;
      color: #F48135; }
    .video_block_display__mainContainer.fisso .caption_background {
      background-color: #183989; }
    .video_block_display__mainContainer.device .caption_background {
      background-color: #212121; }
    .video_block_display__mainContainer.business .caption_background {
      background-color: #292F36; }
    .video_block_display__mainContainer.robin .caption_background {
      background-color: #009BBE; }
  .video_block_display__caption {
    top: 20px;
    position: relative;
    z-index: 2;
    display: none; }
    .video_block_display__caption__title {
      font-family: "Trade Gothic Bold Condensed";
      font-size: 2.5em;
      margin-bottom: 10px; }
    .video_block_display__caption__text {
      font-size: 16px;
      margin-bottom: 25px; }
  .video_block_display__form {
    display: none;
    position: relative;
    z-index: 2; }
    .video_block_display__form .form_input {
      margin-bottom: 10px; }
      .video_block_display__form .form_input .base__input {
        font-size: 16px;
        padding-bottom: 0.875em; }
    .video_block_display__form__title {
      font-family: "Trade Gothic Bold Condensed";
      font-size: 2.5em;
      margin-bottom: 10px; }
    .video_block_display__form__mail {
      width: 70%; }
    .video_block_display__form__select {
      width: 27%; }
      .video_block_display__form__select .base__select {
        width: 100% !important;
        left: 0 !important; }
        .video_block_display__form__select .base__select .filter-option {
          font-size: 16px !important; }
        .video_block_display__form__select .base__select .dropdown-toggle {
          padding-top: 0.875em !important;
          padding-bottom: 0.875em !important; }
        .video_block_display__form__select .base__select .dropdown-menu.inner {
          max-height: 93px !important; }
  .video_block_display__wrapper {
    position: relative;
    overflow: hidden;
    padding: 0; }
    .video_block_display__wrapper_left {
      padding: 0 !important;
      height: 350px;
      z-index: 0; }
    .video_block_display__wrapper_right {
      z-index: 1;
      position: absolute;
      right: 5%;
      top: 0;
      bottom: 0;
      width: 35%;
      padding: 35px 0;
      display: none; }
      .video_block_display__wrapper_right .caption_background {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -35%;
        right: -75%;
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
        opacity: 0;
        filter: alpha(opacity=0); }
        @media (max-width: 767px) {
          .video_block_display__wrapper_right .caption_background {
            -moz-transform: skew(0deg);
            -o-transform: skew(0deg);
            -ms-transform: skew(0deg);
            -webkit-transform: skew(0deg);
            transform: skew(0deg);
            top: 350px;
            left: 0;
            right: 0; } }
      .video_block_display__wrapper_right .closeBtn {
        display: none; }
      @media (max-width: 767px) {
        .video_block_display__wrapper_right {
          position: relative;
          right: 0;
          width: 100%;
          padding: 35px; } }
    .video_block_display__wrapper.closed .video_block_display__coloredBg {
      display: none; }
    .video_block_display__wrapper.closed .video_block_display__caption {
      display: none; }
    .video_block_display__wrapper.closed .video_block_display__form {
      display: none; }
    .video_block_display__wrapper.closed .video_block_display__wrapper_left {
      width: 100% !important; }
    .video_block_display__wrapper.closed .video_block_display__wrapper_right {
      position: absolute !important;
      top: calc(100% - 50px) !important;
      display: inline-block;
      vertical-align: middle;
      border-right: 50px solid #183989;
      border-top: 50px double transparent;
      width: 0;
      height: 0;
      right: 0;
      padding: 0 !important;
      margin: 0 !important; }
      .video_block_display__wrapper.closed .video_block_display__wrapper_right .base__icon {
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 5px;
        left: 25px;
        cursor: pointer;
        display: inline !important; }
    .video_block_display__wrapper.closed .jwplayer {
      width: 100% !important;
      height: 350px !important;
      margin: 0 !important; }
  .video_block_display--caption_title .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--caption_title .video_block_display__caption {
    display: block; }
    .video_block_display--caption_title .video_block_display__caption__text {
      display: none; }
    .video_block_display--caption_title .video_block_display__caption .button, .video_block_display--caption_title .video_block_display__caption a.button--slim, .video_block_display--caption_title .video_block_display__caption a.button--ghost, .video_block_display--caption_title .video_block_display__caption a.button--ghost--transparent, .video_block_display--caption_title .video_block_display__caption a.button--search {
      display: none; }
  .video_block_display--caption_title_action .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--caption_title_action .video_block_display__caption {
    display: block; }
    .video_block_display--caption_title_action .video_block_display__caption__text {
      display: none; }
  .video_block_display--caption_full .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--caption_full .video_block_display__caption {
    display: block; }
    .video_block_display--caption_full .video_block_display__caption .button, .video_block_display--caption_full .video_block_display__caption a.button--slim, .video_block_display--caption_full .video_block_display__caption a.button--ghost, .video_block_display--caption_full .video_block_display__caption a.button--ghost--transparent, .video_block_display--caption_full .video_block_display__caption a.button--search {
      display: none; }
  .video_block_display--caption_full_action .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--caption_full_action .video_block_display__caption {
    display: block; }
  .video_block_display--form .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--form .video_block_display__caption {
    display: none; }
  .video_block_display--form .video_block_display__form {
    display: block; }
  .video_block_display--bg_opacity_100 .caption_background {
    background-color: #009BBE;
    opacity: 1;
    filter: alpha(opacity=100); }
  .video_block_display--bg_opacity_100 .video_block_display__wrapper_right {
    color: #FFF; }
  .video_block_display--bg_opacity_50 .caption_background {
    opacity: 0.5;
    filter: alpha(opacity=50); }
    @media (max-width: 767px) {
      .video_block_display--bg_opacity_50 .caption_background {
        opacity: 1;
        filter: alpha(opacity=100); } }
  .video_block_display--bg_opacity_50 .video_block_display__wrapper_right {
    color: #FFF; }
  .video_block_display--bg_opacity_0 .caption_background {
    opacity: 0;
    filter: alpha(opacity=0); }
  .video_block_display--video_reduced .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--video_reduced .video_block_display__wrapper_left .jwplayer {
    width: 38.5% !important;
    height: 250px !important;
    margin: 50px 20px; }
    @media (max-width: 767px) {
      .video_block_display--video_reduced .video_block_display__wrapper_left .jwplayer {
        width: auto !important;
        margin: 0; } }
  .video_block_display--video_reduced.invertedDisplay .video_block_display__wrapper_left .jwplayer {
    position: absolute;
    width: 38.5% !important;
    height: 250px !important;
    margin: 0;
    top: 50px;
    right: 20px; }
    @media (max-width: 767px) {
      .video_block_display--video_reduced.invertedDisplay .video_block_display__wrapper_left .jwplayer {
        width: auto !important;
        position: relative;
        top: 0;
        right: 0;
        margin: 50px 20px; } }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__coloredBg {
    display: none; }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__caption {
    display: none; }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__form {
    display: none; }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__wrapper_left {
    width: 100% !important; }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__wrapper_right {
    position: absolute !important;
    top: calc(100% - 50px) !important;
    display: inline-block;
    vertical-align: middle;
    border-right: 50px solid #183989;
    border-top: 50px double transparent;
    width: 0;
    height: 0;
    right: 0;
    padding: 0 !important;
    margin: 0 !important; }
    .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__wrapper_right .base__icon {
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 5px;
      left: 25px;
      cursor: pointer;
      display: inline !important; }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .jwplayer {
    width: 100% !important;
    height: 350px !important;
    margin: 0 !important; }

.overlay_info .button, .overlay_info a.button--slim, .overlay_info a.button--ghost, .overlay_info a.button--ghost--transparent, .overlay_info a.button--search {
  width: 40%;
  margin: 0 auto; }
  .overlay_info .button.mfp-close, .overlay_info a.mfp-close.button--slim, .overlay_info a.mfp-close.button--ghost, .overlay_info a.mfp-close.button--ghost--transparent, .overlay_info a.mfp-close.button--search {
    position: static;
    line-height: normal;
    color: #FFF; }

.overlay_info .base__icon {
  top: -30px;
  position: absolute;
  right: 0; }

.overlay_info.base__popup {
  font-size: 1em; }

.overlay_info.offerta_lightb {
  text-align: center; }
  .overlay_info.offerta_lightb .container {
    position: relative; }
    .overlay_info.offerta_lightb .container .mfp-close {
      width: 20px;
      height: 40px;
      padding: 0;
      color: #FFF;
      font-family: "Trade Gothic Light";
      font-size: 1.8em;
      position: absolute;
      right: calc(50% - 10px);
      top: -60px;
      font-weight: 200;
      opacity: 1;
      filter: alpha(opacity=100); }
      .overlay_info.offerta_lightb .container .mfp-close:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  .overlay_info.offerta_lightb .text_cont {
    width: 100%;
    float: left;
    max-height: 20em;
    margin: 0 0 2em 0;
    padding: 15px; }
    .overlay_info.offerta_lightb .text_cont p {
      text-align: left;
      font-family: "Trade Gothic";
      float: left;
      font-size: 0.875em;
      color: #FFF;
      margin: 0 0 1em 0; }
  .overlay_info.offerta_lightb .container {
    width: 100%;
    max-width: 830px; }

.nicescroll-rails-vr {
  border-radius: 5px;
  z-index: 1043 !important; }

.nicescroll-rails {
  opacity: 0; }

.mfp-fade.mfp-bg {
  background-color: #292F36; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9; }

@media (max-width: 767px) {
  .offerta_lightb .text_cont {
    max-height: 16rem; } }

@media (max-width: 767px) {
  .offerta_lightb a.btn.btn_back {
    width: 100%;
    float: left; } }

@media (max-width: 767px) {
  .offerta_lightb a.btn.btn_back {
    width: 100%;
    float: left; } }

.showcase_bundle_device {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .showcase_bundle_device .slick-slider .left__arrow {
    top: calc(20% - 41px); }
  .showcase_bundle_device .slick-slider .right__arrow {
    bottom: 80%; }
  .showcase_bundle_device__mainTitle {
    font-size: 2.5em;
    font-family: "Trade Gothic Light";
    margin-top: 30px;
    margin-bottom: 40px; }
  .showcase_bundle_device__container {
    max-width: 994px;
    margin: 0 auto;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out; }
  .showcase_bundle_device h2 {
    font-family: "Trade Gothic Bold Condensed"; }
  .showcase_bundle_device__showMore {
    color: #F48135;
    font-size: 1.250em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Trade Gothic Light";
    cursor: pointer;
    clear: both; }
    .showcase_bundle_device__showMore:hover {
      text-decoration: underline; }
  .showcase_bundle_device__showOffers {
    color: #F48135;
    margin-left: 15px;
    width: 100%;
    display: none;
    font-size: 1.250em;
    text-align: left;
    text-transform: uppercase;
    font-family: "Trade Gothic Light";
    cursor: pointer; }
    .showcase_bundle_device__showOffers:hover {
      text-decoration: underline; }
  .showcase_bundle_device__tabs {
    text-transform: uppercase;
    color: #292F36; }
    .showcase_bundle_device__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
    .showcase_bundle_device__tabs--left {
      float: left;
      margin-left: 30px; }
    .showcase_bundle_device__tabs--right {
      float: right;
      margin-right: 30px; }
    .showcase_bundle_device__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .showcase_bundle_device__tabs--title:hover {
        border-bottom: 1px solid #F48135; }
      .showcase_bundle_device__tabs--title.active {
        border-bottom: 1px solid #F48135;
        color: #F48135; }
  .showcase_bundle_device__select {
    display: inline-block;
    margin-right: 5px;
    width: calc(50% - 10px); }
    .showcase_bundle_device__select:only-of-type {
      width: 100%; }
    .showcase_bundle_device__select .base__select.bootstrap-select {
      width: 100% !important; }
      .showcase_bundle_device__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px 20px; }
        .showcase_bundle_device__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .showcase_bundle_device__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em;
          font-family: "Trade Gothic"; }
  .showcase_bundle_device--title {
    font-size: 1em;
    text-transform: uppercase; }
  .showcase_bundle_device__single {
    position: relative;
    height: 495px;
    display: none;
    color: #292F36; }
    .colored_bg--black.filter-showcase .showcase_bundle_device__single {
      color: #FFF; }
    @media (max-width: 767px) {
      .showcase_bundle_device__single {
        height: auto;
        margin-bottom: 30px; } }
    .showcase_bundle_device__single:nth-child(-n+3) {
      display: block; }
    .showcase_bundle_device__single.available:after {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 5%;
      bottom: 20%;
      right: 0%;
      min-height: 1px; }
      @media (max-width: 767px) {
        .showcase_bundle_device__single.available:after {
          content: none; } }
  .showcase_bundle_device__single--generic {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    float: left;
    font-family: "Trade Gothic";
    position: relative; }
    .showcase_bundle_device__single--generic h2 {
      margin-bottom: 10px; }
    .showcase_bundle_device__single--generic__bgImage {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .showcase_bundle_device__single--generic__bgImage__container {
        position: relative;
        width: 100%;
        z-index: 50;
        margin: 0 auto;
        /*@media (max-width: 345px){
            width: auto;
          }*/ }
    .showcase_bundle_device__single--generic--customer_offer {
      position: absolute;
      width: 55px;
      top: 1em;
      z-index: 52; }
      .showcase_bundle_device__single--generic--customer_offer .stamp {
        width: 50px;
        height: 50px;
        margin: 0 0 5px 0; }
      .showcase_bundle_device__single--generic--customer_offer .text {
        font-size: 0.750em;
        font-family: "Trade Gothic";
        text-align: left; }
      @media (max-width: 767px) {
        .showcase_bundle_device__single--generic--customer_offer {
          left: 15%; } }
      @media (max-width: 600px) {
        .showcase_bundle_device__single--generic--customer_offer {
          left: 3%; } }
    .showcase_bundle_device__single--generic__image {
      margin: 0 auto;
      height: 100%;
      width: 100%;
      max-width: 175px;
      max-height: 150px;
      position: relative;
      z-index: 52; }
    .showcase_bundle_device__single--generic--title {
      font-size: 1.500em;
      line-height: 1.1em;
      margin-bottom: 15px;
      font-family: "Trade Gothic Bold";
      height: 54px;
      position: relative;
      z-index: 52;
      overflow: hidden; }
    .showcase_bundle_device__single--generic--description {
      margin-bottom: 15px;
      font-size: 1.125em;
      font-family: "Trade Gothic Light";
      line-height: 1.1em;
      height: 70px;
      overflow: hidden;
      position: relative;
      z-index: 52; }
      .showcase_bundle_device__single--generic--description--price {
        font-size: 1.778em;
        color: #009BBE;
        line-height: 1em; }
        .showcase_bundle_device__single--generic--description--price .currency {
          font-size: 0.844em; }
        .colored_bg--black.filter-showcase .showcase_bundle_device__single--generic--description--price {
          color: #F48135; }
      .showcase_bundle_device__single--generic--description--promo {
        font-family: "Trade Gothic Bold";
        color: #009BBE;
        text-transform: uppercase; }
        .colored_bg--black.filter-showcase .showcase_bundle_device__single--generic--description--promo {
          color: #F48135; }
    .showcase_bundle_device__single--generic--filter {
      max-width: 280px;
      margin: 0 auto 12px;
      position: relative;
      z-index: 52; }
      .showcase_bundle_device__single--generic--filter .base__select.bootstrap-select {
        width: 100% !important;
        max-width: 280px; }
        .showcase_bundle_device__single--generic--filter .base__select.bootstrap-select .dropdown-toggle {
          padding: 6px 10px; }
          .showcase_bundle_device__single--generic--filter .base__select.bootstrap-select .dropdown-toggle .caret {
            margin-top: -11px; }
          .showcase_bundle_device__single--generic--filter .base__select.bootstrap-select .dropdown-toggle .filter-option {
            font-size: 1em;
            font-family: "Trade Gothic"; }
    .showcase_bundle_device__single--generic .block_mixed, .showcase_bundle_device__single--generic .block_discount, .showcase_bundle_device__single--generic .block_singlePrice {
      height: 145px; }
    .showcase_bundle_device__single--generic .button, .showcase_bundle_device__single--generic a.button--slim, .showcase_bundle_device__single--generic a.button--ghost, .showcase_bundle_device__single--generic a.button--ghost--transparent, .showcase_bundle_device__single--generic a.button--search {
      width: 100%;
      max-width: 280px;
      margin: 0 auto;
      position: relative;
      z-index: 51; }
    .showcase_bundle_device__single--generic--totalPrice {
      margin-top: 12px;
      margin-bottom: 10px;
      position: relative;
      z-index: 51; }
      .showcase_bundle_device__single--generic--totalPrice--description {
        font-size: 1.125em;
        font-family: "Trade Gothic Light"; }
        .showcase_bundle_device__single--generic--totalPrice--description--price {
          font-size: 1.778em;
          color: #009BBE; }
          .showcase_bundle_device__single--generic--totalPrice--description--price .currency {
            font-size: 0.844em; }
          .colored_bg--black.filter-showcase .showcase_bundle_device__single--generic--totalPrice--description--price {
            color: #F48135; }
      .showcase_bundle_device__single--generic--totalPrice--barred {
        position: relative;
        margin: 0 auto; }
        .showcase_bundle_device__single--generic--totalPrice--barred .currency {
          font-size: 0.731em; }
        .showcase_bundle_device__single--generic--totalPrice--barred .price {
          font-size: 2.188em;
          line-height: 0.9em;
          position: relative;
          letter-spacing: -2px; }
          .showcase_bundle_device__single--generic--totalPrice--barred .price::after {
            border-bottom: 2px solid;
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 50%; }
      .showcase_bundle_device__single--generic--totalPrice--price {
        font-family: "Trade Gothic Light";
        font-size: 2.188em;
        color: #009BBE; }
        .showcase_bundle_device__single--generic--totalPrice--price .currency {
          font-size: 0.731em; }
        .colored_bg--black.filter-showcase .showcase_bundle_device__single--generic--totalPrice--price {
          color: #F48135; }
      .showcase_bundle_device__single--generic--totalPrice--discount {
        font-family: "Trade Gothic Light";
        font-size: 0.722em;
        text-transform: uppercase; }
    .showcase_bundle_device__single--generic .button--ghost {
      font-size: 1em;
      width: 165px;
      margin: 0 auto;
      padding: 6px 0; }
    .showcase_bundle_device__single--generic--recurrency {
      font-family: "Trade Gothic Light";
      font-size: 0.813em;
      margin-bottom: 10px; }
    .showcase_bundle_device__single--generic .block_mixed {
      display: block; }
    .showcase_bundle_device__single--generic .block_discount, .showcase_bundle_device__single--generic .block_singlePrice {
      display: none; }
    .showcase_bundle_device__single--generic.discounted .showcase_bundle_device__single--generic--title {
      margin-bottom: 29px; }
    .showcase_bundle_device__single--generic.discounted .showcase_bundle_device__single--generic--description {
      margin-bottom: 0; }
    .showcase_bundle_device__single--generic.discounted .showcase_bundle_device__single--generic--totalPrice {
      margin-top: 0; }
    .showcase_bundle_device__single--generic.discounted .block_discount {
      display: block; }
    .showcase_bundle_device__single--generic.discounted .block_mixed, .showcase_bundle_device__single--generic.discounted .block_singlePrice {
      display: none; }
    .showcase_bundle_device__single--generic.cash .showcase_bundle_device__single--generic--title {
      margin-bottom: 29px; }
    .showcase_bundle_device__single--generic.cash .showcase_bundle_device__single--generic--description {
      margin-bottom: 0; }
    .showcase_bundle_device__single--generic.cash .showcase_bundle_device__single--generic--totalPrice {
      margin-top: 0;
      margin-bottom: 27px; }
      .showcase_bundle_device__single--generic.cash .showcase_bundle_device__single--generic--totalPrice--description {
        margin-bottom: 6px; }
    .showcase_bundle_device__single--generic.cash .block_singlePrice {
      display: block; }
    .showcase_bundle_device__single--generic.cash .block_mixed, .showcase_bundle_device__single--generic.cash .block_discount {
      display: none; }

@media all and (max-width: 767px) {
  .showcase_bundle_device__tabs--left {
    margin-left: 0px;
    text-align: center;
    float: none;
    font-size: 0.8em; }
  .showcase_bundle_device__tabs--right {
    display: none; }
  .showcase_bundle_device__single:after {
    display: none !important; } }

.strip_offers {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  display: none; }
  .strip_offers .item--add {
    padding-right: 5px; }
  .strip_offers .info_link {
    display: block;
    font-size: 1em;
    text-decoration: underline; }
  .strip_offers:nth-child(-n+3) {
    display: block; }
  .strip_offers__showMore {
    color: #F48135;
    font-size: 1.250em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Trade Gothic";
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer; }
    .strip_offers__showMore:hover {
      text-decoration: underline; }
  .strip_offers__container {
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    padding-top: 16px;
    padding-bottom: 12px; }
    @media (max-width: 767px) {
      .strip_offers__container {
        padding-left: 0; } }
    .strip_offers__container .vertical-middle {
      display: table; }
      @media (max-width: 767px) {
        .strip_offers__container .vertical-middle {
          display: block; } }
    .strip_offers__container .component {
      display: table-cell;
      vertical-align: middle;
      border-left: 1px solid #D3D3D2;
      float: none; }
      .strip_offers__container .component:first-child {
        border-left: none; }
      @media (max-width: 767px) {
        .strip_offers__container .component {
          display: inline-block;
          width: 100%;
          padding-bottom: 20px;
          border-left: none; } }
    .strip_offers__container.phone-cash .strip_offers__payment_block__amount .item--add {
      display: none; }
    .strip_offers__container.phone-cash .strip_offers__payment_block__amount .item--total {
      width: 100%; }
      .strip_offers__container.phone-cash .strip_offers__payment_block__amount .item--total .price {
        font-size: 2.5em; }
  .strip_offers__image--main {
    display: block !important;
    margin: 0 auto;
    width: auto;
    height: 100%; }
  .strip_offers__button {
    padding: 0; }
  .strip_offers__description {
    font-size: 1em;
    font-family: "Trade Gothic Light"; }
    @media (max-width: 767px) {
      .strip_offers__description {
        text-align: center; } }
    .strip_offers__description_title {
      margin: 0 auto;
      font-size: 1.25em;
      color: #009BBE;
      margin-bottom: 15px;
      font-family: "Trade Gothic Condensed";
      font-weight: bold; }
      .strip_offers__description_title a {
        color: inherit; }
    .strip_offers__description_text {
      margin: 0 auto;
      padding-bottom: 5px;
      color: #292F36; }
    .strip_offers__description_list {
      margin-top: 15px;
      padding-left: 18px; }
    .strip_offers__description:before {
      left: 12%; }
    .strip_offers__description:after {
      right: 34.5%; }
  .strip_offers__payment_block__amount {
    display: table;
    width: 100%;
    font-family: "Trade Gothic Light"; }
    .strip_offers__payment_block__amount .over {
      margin-bottom: 5px; }
    .strip_offers__payment_block__amount .sub {
      position: relative;
      bottom: 2px;
      color: #292F36; }
    .strip_offers__payment_block__amount .item {
      display: table-cell;
      vertical-align: bottom; }
      .strip_offers__payment_block__amount .item--add {
        width: 30%; }
        .strip_offers__payment_block__amount .item--add .price {
          font-family: "Trade Gothic Bold";
          font-size: 1.5em; }
          .strip_offers__payment_block__amount .item--add .price .currency {
            font-size: 0.75em; }
      .strip_offers__payment_block__amount .item--total {
        width: auto; }
        .strip_offers__payment_block__amount .item--total .price {
          font-size: 3em;
          color: #009BBE; }
          .strip_offers__payment_block__amount .item--total .price .currency {
            font-size: 0.75em; }
  .strip_offers__button {
    text-align: center; }
    .strip_offers__button .button--slim {
      width: 75%;
      display: inline-block;
      font-size: 1em; }
      @media (max-width: 767px) {
        .strip_offers__button .button--slim {
          min-width: 50%; } }
    .strip_offers__button .sub {
      font-family: "Trade Gothic Light";
      font-size: 0.85em;
      padding-top: 10px;
      color: #292F36; }

.showcase__mainTitle {
  font-size: 1.875em;
  font-family: "Trade Gothic Light";
  margin-top: 30px;
  padding: 0 10px; }

.showcase__subTitle {
  font-size: 1.875em;
  font-family: "Trade Gothic Bold";
  padding-left: 30px;
  margin-bottom: 23px; }

.showcase_accordions_block {
  margin: 0 auto;
  max-width: 1024px;
  margin-bottom: 30px; }
  .showcase_accordions_block .store_locator_block {
    margin: 0px; }
  .showcase_accordions_block .transition, .showcase_accordions_block .showcase_accordions_block__container, .showcase_accordions_block li.showcase_accordions_block__single i:before, .showcase_accordions_block li.showcase_accordions_block__single i:after {
    transition: all 0.25s ease-in-out; }
  .showcase_accordions_block .no-select, .showcase_accordions_block h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .showcase_accordions_block input[type=checkbox].accordionBox {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    margin-top: 0px; }
    .showcase_accordions_block input[type=checkbox].accordionBox:checked ~ div {
      margin-top: 14px;
      max-height: 0;
      opacity: 0;
      transform: translate(0, 50%); }
    .showcase_accordions_block input[type=checkbox].accordionBox:checked ~ i:before {
      transform: translate(3px, 0) rotate(45deg); }
    .showcase_accordions_block input[type=checkbox].accordionBox:checked ~ i:after {
      transform: translate(-2px, 0) rotate(-45deg); }
  .showcase_accordions_block h2 {
    font-size: 1.287em;
    font-family: "Trade Gothic Condensed";
    font-weight: 700;
    display: block;
    background-color: #FFF;
    margin: 0;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 20px; }
  .showcase_accordions_block__container {
    font-size: 1em;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2; }
    .showcase_accordions_block__container img {
      float: left;
      margin-right: 15px; }
    .showcase_accordions_block__container p {
      margin-top: 30px; }
      .showcase_accordions_block__container p img {
        float: left;
        margin-right: 15px; }
    .showcase_accordions_block__container > div {
      padding-bottom: 10px; }
    .showcase_accordions_block__container__image {
      width: 33%; }
      @media (max-width: 1024px) {
        .showcase_accordions_block__container__image {
          width: 100%; } }
      .showcase_accordions_block__container__image .placeholder {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
    .showcase_accordions_block__container__body {
      width: 66%; }
      @media (max-width: 1024px) {
        .showcase_accordions_block__container__body {
          width: 100%; } }
    .showcase_accordions_block__container .ce-bodytext ul {
      list-style-type: disc;
      padding-left: 40px; }
    .showcase_accordions_block__container table {
      width: 100% !important; }
      .showcase_accordions_block__container table td:nth-child(1) {
        width: 16%; }
      .showcase_accordions_block__container table td:nth-child(2) {
        width: 84%;
        padding-left: 15px; }
  .showcase_accordions_block ul {
    list-style: none;
    perspective: 900;
    padding: 0 0px;
    margin: 0; }
    @media (max-width: 767px) {
      .showcase_accordions_block ul {
        padding: 0 15px; } }
  .showcase_accordions_block li.showcase_accordions_block__single {
    position: relative;
    padding: 22px 10px 16px 10px;
    margin: 0;
    border-top: 1px solid #D3D3D2; }
    .showcase_accordions_block li.showcase_accordions_block__single:last-of-type {
      padding-bottom: 16px;
      border-bottom: 1px solid #D3D3D2; }
    .showcase_accordions_block li.showcase_accordions_block__single i {
      position: absolute;
      right: 17px;
      top: 27px; }
      .showcase_accordions_block li.showcase_accordions_block__single i:before, .showcase_accordions_block li.showcase_accordions_block__single i:after {
        content: "";
        position: absolute;
        background-color: #F48135;
        width: 2px;
        height: 9px; }
      .showcase_accordions_block li.showcase_accordions_block__single i:before {
        transform: translate(-2px, 0) rotate(45deg); }
      .showcase_accordions_block li.showcase_accordions_block__single i:after {
        transform: translate(3px, 0) rotate(-45deg); }
    .showcase_accordions_block li.showcase_accordions_block__single .advantages_block__listItem__icon img {
      float: none;
      display: block;
      margin: 0 auto; }

.store_locator_block {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px; }
  .store_locator_block .move_bottom_70 {
    position: relative;
    top: 70px; }
  @media (max-width: 767px) {
    .store_locator_block .showcase_accordions_block__single {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  .store_locator_block .alternative_background_grey {
    background-color: #F4F4F4; }
    .store_locator_block .alternative_background_grey h2 {
      background-color: #F4F4F4 !important; }
  .store_locator_block__shopList {
    color: #F48135;
    font-size: 1em;
    text-transform: uppercase; }
  .store_locator_block__cities {
    color: #292F36; }
    .store_locator_block__cities ul {
      -moz-column-count: 2;
      -moz-column-gap: 20px;
      -webkit-column-count: 2;
      -webkit-column-gap: 20px;
      column-count: 2;
      column-gap: 20px; }
      @media (max-width: 767px) {
        .store_locator_block__cities ul {
          -moz-column-count: 1;
          -moz-column-gap: 0px;
          -webkit-column-count: 1;
          -webkit-column-gap: 0px;
          column-count: 1;
          column-gap: 0px; } }
      .store_locator_block__cities ul li {
        padding: 5px; }
        .store_locator_block__cities ul li:nth-of-type(odd) {
          background-color: #FFF; }
    .store_locator_block__cities--image {
      height: 20px;
      padding-bottom: 3px; }
    .store_locator_block__cities--name {
      font-size: 0.875em;
      color: #009BBE; }
    .store_locator_block__cities--mainAddress {
      font-size: 0.750em; }
    .store_locator_block__cities--addressNumber {
      font-size: 0.750em; }
    .store_locator_block__cities--cap {
      font-size: 0.750em; }
    .store_locator_block__cities--province {
      font-size: 0.750em; }
    .store_locator_block__cities--provinceMin {
      font-size: 0.750em; }
  .store_locator_block__mainContainer {
    margin-left: 20px;
    margin-right: 20px; }
  .store_locator_block__container {
    font-size: 1em;
    position: relative;
    overflow: hidden;
    max-height: auto; }
    .store_locator_block__container__expand {
      position: absolute;
      top: 64px;
      left: 20px; }
      .store_locator_block__container__expand .nicescroll-rails-vr {
        z-index: 950 !important; }
      .store_locator_block__container__expand .button__expand {
        cursor: pointer;
        position: absolute;
        width: 40px;
        height: 40px;
        color: #FFF;
        background-color: #F4F4F4;
        top: 0px;
        left: 290px;
        z-index: 100;
        text-align: center;
        -webkit-transition: transform 0.4s ease-in;
        -moz-transition: transform 0.4s ease-in;
        -ms-transition: transform 0.4s ease-in;
        -o-transition: transform 0.4s ease-in;
        transition: transform 0.4s ease-in; }
        .store_locator_block__container__expand .button__expand:hover {
          background-color: #F48135; }
          .store_locator_block__container__expand .button__expand:hover .base__icon {
            background-position: 50% 97.76308%; }
        .store_locator_block__container__expand .button__expand .base__icon {
          width: 38px;
          height: 38px; }
        .store_locator_block__container__expand .button__expand img {
          height: 25px; }
    .store_locator_block__container--shops {
      position: relative;
      z-index: 50;
      top: 0px;
      left: 0px;
      overflow-y: hidden;
      background-color: #FFF;
      height: 485px;
      width: 290px; }
  .store_locator_block__additionalOptions {
    position: absolute;
    top: 0px;
    right: -40px; }
    .store_locator_block__additionalOptions .base__icon {
      width: 38px;
      height: 38px; }
    .store_locator_block__additionalOptions__close {
      text-align: center;
      cursor: pointer;
      color: #FFF;
      background-color: #F4F4F4;
      float: left;
      width: 40px;
      height: 40px; }
      .store_locator_block__additionalOptions__close:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    .store_locator_block__additionalOptions__tour {
      text-align: center;
      float: left;
      background-color: #F48135;
      width: 40px;
      height: 40px;
      cursor: pointer; }
  .store_locator_block .cont_detail {
    position: absolute;
    border: 1px solid #D3D3D2;
    top: 70px;
    width: 300px;
    left: 50%;
    z-index: 3;
    background-color: #FFF;
    font-size: 1em;
    font-family: "Trade Gothic"; }
    .store_locator_block .cont_detail .open_shop_detail {
      padding-bottom: 10px;
      margin-top: 10px;
      text-transform: uppercase;
      color: #F48135;
      text-align: center;
      cursor: pointer; }
      .store_locator_block .cont_detail .open_shop_detail:hover {
        color: #F69A5D; }
    .store_locator_block .cont_detail .cont_image img {
      width: 100%; }
    .store_locator_block .cont_detail .cont_text {
      margin: 0 .250em;
      padding-bottom: 15px;
      border-bottom: 1px solid #D3D3D2; }
      .store_locator_block .cont_detail .cont_text .description {
        margin: 0px; }
      .store_locator_block .cont_detail .cont_text .opening_time {
        float: left; }
      .store_locator_block .cont_detail .cont_text .contact_numbers {
        float: left;
        margin-left: 5px;
        margin-top: 5px;
        width: 100%; }
        .store_locator_block .cont_detail .cont_text .contact_numbers h3 {
          margin-bottom: 0.3rem;
          width: 30%;
          display: inline-block;
          vertical-align: top; }
        .store_locator_block .cont_detail .cont_text .contact_numbers .description {
          width: 70%;
          display: inline-block;
          float: right; }
      .store_locator_block .cont_detail .cont_text h3 {
        font-size: 1rem;
        font-family: "Trade Gothic Bold";
        margin-bottom: 0px; }
      .store_locator_block .cont_detail .cont_text .shop_description {
        border-bottom: 1px solid #D3D3D2;
        padding-bottom: 20px;
        padding-top: 20px; }
        .store_locator_block .cont_detail .cont_text .shop_description .base__icon {
          width: 40px;
          height: 40px;
          margin: 0 5px;
          display: inline-block;
          float: left; }
        .store_locator_block .cont_detail .cont_text .shop_description h3 {
          color: #009BBE;
          font-family: "Trade Gothic Bold";
          font-size: 1.167em;
          margin-top: 0px; }
        .store_locator_block .cont_detail .cont_text .shop_description .description {
          font-size: 0.9rem;
          font-family: "Trade Gothic";
          padding-left: 50px;
          margin-top: 0.5rem; }
    .store_locator_block .cont_detail__footer--icon {
      width: 33%;
      float: left;
      padding: 0.5rem;
      box-sizing: border-box; }
      .store_locator_block .cont_detail__footer--icon a {
        text-align: center;
        color: #656D78;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.6rem;
        display: block;
        opacity: 1; }
        .store_locator_block .cont_detail__footer--icon a:hover {
          opacity: 0.7; }
        .store_locator_block .cont_detail__footer--icon a .base__icon {
          margin-bottom: 0.3rem; }

.contend {
  float: left;
  padding: 0 15px;
  width: 100%; }
  .contend_map {
    float: none;
    width: 100%;
    position: relative;
    margin-top: 1rem; }
    .contend_map .label_map_filter {
      position: relative;
      top: 3px; }
    .contend_map #map {
      height: 485px;
      width: 100%;
      position: relative;
      z-index: 1; }
    .contend_map .form_map {
      background-color: #FFF;
      width: 100%;
      float: left;
      padding: 0 0 1rem 0;
      position: relative;
      z-index: 50; }
      .contend_map .form_map .base__checkbox label img {
        display: inline-block; }
      .contend_map .form_map .base__checkbox label .base__icon {
        display: inline-block;
        width: 20px;
        height: 20px; }
      .contend_map .form_map .container_search {
        float: left;
        width: 40%; }
        .contend_map .form_map .container_search .button--search {
          float: left;
          width: 65px;
          margin-left: 20px;
          background-image: none;
          padding-top: 0.5em;
          padding-bottom: 0.5em; }
      .contend_map .form_map .base__input {
        padding: 1em 1em 1.0em 1em;
        float: left;
        font-family: "Trade Gothic";
        width: calc(100% - 100px); }
      .contend_map .form_map .check_cont {
        margin: 1rem 0 0 0;
        float: right;
        text-align: right;
        width: 60%; }
        .contend_map .form_map .check_cont input[type=checkbox] {
          cursor: pointer; }
        .contend_map .form_map .check_cont .container_checkbox_firstRow {
          float: left;
          margin-right: 20px; }
        .contend_map .form_map .check_cont .container_checkbox_secondRow {
          float: left; }
    .contend_map.form2 .form_map {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      margin-top: 1rem; }
      .contend_map.form2 .form_map .base__input {
        margin: 0.2rem 0 0 3%;
        width: 28%; }
      .contend_map.form2 .form_map .check_cont {
        width: auto;
        background-color: #FFF;
        padding: 0.5rem 1rem;
        float: right;
        margin: 0; }
  .contend_detailmap {
    width: 100%;
    height: auto; }
    .contend_detailmap ul {
      padding: 0;
      margin: 0;
      width: 100%;
      height: auto;
      top: 83px; }
      .contend_detailmap ul li {
        background-color: #FFF;
        list-style: none;
        cursor: pointer;
        width: 100%;
        border: 1px solid #D3D3D2; }
        .contend_detailmap ul li:last-of-type {
          border-bottom: 1px solid #D3D3D2; }
        .contend_detailmap ul li:after {
          content: ".";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0; }
        .contend_detailmap ul li .container_shop_data {
          border-bottom: 0px;
          border-left: 4px solid #D3D3D2; }
          .contend_detailmap ul li .container_shop_data .text_telephone_number {
            position: relative;
            top: 12px;
            left: 5px; }
          .contend_detailmap ul li .container_shop_data .buttons {
            float: left;
            width: 25%;
            margin: 10px 0;
            padding: 10px 0;
            text-align: center;
            border-left: 1px solid #D3D3D2; }
            .contend_detailmap ul li .container_shop_data .buttons:hover {
              opacity: 0.7; }
            .contend_detailmap ul li .container_shop_data .buttons .icon_title {
              font-size: 0.750em;
              font-family: "Trade Gothic"; }
          .contend_detailmap ul li .container_shop_data .title {
            float: left;
            width: 75%;
            margin: 1.04rem 0 1.05rem 0;
            position: relative;
            z-index: 4;
            background-color: #FFF;
            /* border-right: 1px solid $medium_stroke; */ }
            .contend_detailmap ul li .container_shop_data .title .base__icon {
              display: inline-block;
              height: 40px;
              width: 40px;
              float: left;
              margin: 10px 5px; }
            .contend_detailmap ul li .container_shop_data .title h3 {
              color: #009BBE;
              font-family: "Trade Gothic Bold";
              margin: 0 0 0.5rem 0;
              font-size: 0.85em; }
            .contend_detailmap ul li .container_shop_data .title h4 {
              font-size: 0.75em;
              color: #292F36;
              font-family: "Trade Gothic"; }
            .contend_detailmap ul li .container_shop_data .title:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
        .contend_detailmap ul li.active_action .container_shop_data {
          border-left: 4px solid #009BBE; }
        .contend_detailmap ul li.active_action .title {
          background-color: #FFF; }
        .contend_detailmap ul li.active_action .cont_detail {
          display: none; }
    .contend_detailmap .title_detail {
      float: left;
      padding: 1rem 0;
      font-size: 1.7rem;
      color: #292F36;
      font-family: "Trade Gothic Bold"; }

@media (max-width: 960px) {
  .store_locator_block .contend_map .form_map .check_cont {
    text-align: left; }
    .store_locator_block .contend_map .form_map .check_cont .container_checkbox_firstRow {
      float: none; }
  .store_locator_block .base__checkbox.checkbox label {
    width: 145px; } }

@media (max-width: 767px) {
  .button__expand {
    display: none; }
  .store_locator_block__mainContainer {
    margin-left: 10px;
    margin-right: 10px; }
  .store_locator_block .contend_detailmap ul li:nth-of-type(n+4) {
    display: none; }
  .store_locator_block .cont_detail {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto; }
    .store_locator_block .cont_detail .store_locator_block__additionalOptions {
      right: 0; }
  .store_locator_block .base__checkbox.checkbox {
    margin-left: 0px; }
  .store_locator_block .contend_map .form_map .check_cont {
    float: none;
    text-align: left;
    width: 100%; }
    .store_locator_block .contend_map .form_map .check_cont .checkbox {
      float: none;
      width: 100%; }
    .store_locator_block .contend_map .form_map .check_cont .container_checkbox_firstRow {
      float: none; }
  .store_locator_block .contend_map .form_map .container_search {
    float: none;
    width: 100%; }
  .store_locator_block__container__expand {
    position: static; }
  .store_locator_block__container--shops {
    position: relative;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden; } }

/* ========================================================= */
.grey_strip__block {
  width: 100%;
  background-color: #E6E9ED;
  max-width: 1024px;
  margin: 0 auto; }
  .whiteStrip .grey_strip__block {
    background-color: transparent; }
  .onlyTitle .grey_strip__block .grey_strip__block__title {
    width: 100%;
    border: none;
    padding: 20px 30px;
    margin: 0; }
    .onlyTitle .grey_strip__block .grey_strip__block__title .h3 {
      font-size: 2em; }
  .grey_strip__block__tabs {
    color: #292F36;
    text-transform: uppercase;
    /*
       @at-root {
       .colored_bg--black.filter-showcase .grey_strip__block__tabs {
        color: $color_white;
      } }*/ }
    .grey_strip__block__tabs__container {
      padding-top: 21px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      margin-top: 10px; }
      .whiteStrip .grey_strip__block__tabs__container {
        width: 100%; }
      @media (max-width: 767px) {
        .grey_strip__block__tabs__container {
          padding-top: 0; } }
    .grey_strip__block__tabs--left {
      float: left; }
      @media (max-width: 767px) {
        .grey_strip__block__tabs--left {
          float: none;
          padding-bottom: 10px; } }
    .grey_strip__block__tabs--right {
      float: right; }
      @media (max-width: 767px) {
        .grey_strip__block__tabs--right {
          margin-top: 10px;
          padding-bottom: 10px;
          float: none; } }
      .grey_strip__block__tabs--right .grey_strip__block__tabs--title:hover {
        border-bottom: 1px solid #F48135; }
      .grey_strip__block__tabs--right .grey_strip__block__tabs--title.active {
        border-bottom: 1px solid #F48135; }
    .grey_strip__block__tabs--title {
      margin-right: 15px;
      color: inherit;
      font-size: 1em;
      cursor: pointer; }
      .grey_strip__block__tabs--title.tab_hl_button {
        color: #FFF; }
      .grey_strip__block__tabs--title:hover {
        color: #F48135; }
      .grey_strip__block__tabs--title.active {
        color: #F48135; }
      .grey_strip__block__tabs--title.disabled {
        color: #AAB2BD;
        cursor: not-allowed; }
        .grey_strip__block__tabs--title.disabled:hover {
          border-bottom: 0; }
  .grey_strip__block__title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 13px 15px 5px;
    float: left;
    border-right: 1px solid #D3D3D2; }
    .grey_strip__block__title .h3 {
      font-family: "Trade Gothic";
      font-size: 1.563em; }
      .whiteStrip .grey_strip__block__title .h3 {
        font-size: 2.5em; }
    .grey_strip__block__title:only-child {
      width: 100%;
      border: none;
      margin: 0;
      padding: 20px 30px; }
      .grey_strip__block__title:only-child .h3 {
        font-size: 1.8em; }
    .whiteStrip .grey_strip__block__title {
      width: 100%;
      border-right: 0;
      text-align: center; }
    @media (max-width: 767px) {
      .grey_strip__block__title {
        float: none;
        border-right: 0; } }
  .grey_strip__block__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto; }
    .grey_strip__block__container.noTabs .grey_strip__block__tabs {
      display: none; }

.accordion_delivery_block {
  margin: 0 auto;
  max-width: 1024px; }
  .accordion_delivery_block__link {
    font-size: 1em; }

.accordion_description_block {
  margin: 0 auto;
  max-width: 1024px;
  padding-bottom: 10px; }
  .accordion_description_block__title {
    font-family: "Trade Gothic Light";
    color: #292F36;
    font-size: 1.5em;
    padding-bottom: 1.667em; }
    @media (max-width: 767px) {
      .accordion_description_block__title {
        font-size: 1.3em;
        padding-bottom: 0.5em; } }
  .accordion_description_block__container {
    display: inline-block;
    padding: 20px 0; }
    .accordion_description_block__container:nth-of-type(odd) {
      background-color: #F4F4F4; }
  .accordion_description_block__feature {
    font-family: "Trade Gothic Light";
    color: #009BBE;
    font-size: 1.25em; }
  .accordion_description_block__featureContent {
    border-bottom: 1px solid #D3D3D2;
    margin-left: -15px;
    padding: 5px 0; }
    .accordion_description_block__featureContent:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }
    @media (max-width: 767px) {
      .accordion_description_block__featureContent {
        margin-left: 0; } }
    .accordion_description_block__featureContent--detail {
      font-family: "Trade Gothic Bold";
      color: #292F36;
      font-size: 0.75em;
      float: left;
      padding-right: 0;
      line-height: 1.6em; }
      @media (max-width: 767px) {
        .accordion_description_block__featureContent--detail {
          padding-left: 0; } }
    .accordion_description_block__featureContent--description {
      font-family: "Trade Gothic Light";
      color: #292F36;
      font-size: 0.75em;
      float: left;
      line-height: 1.6em; }
      @media (max-width: 767px) {
        .accordion_description_block__featureContent--description {
          padding-left: 0; } }

.accordion_payment_block {
  margin: 0 auto;
  max-width: 1024px; }
  .accordion_payment_block__linkPoste {
    font-size: 1em; }
  .accordion_payment_block__icon_circuit {
    float: left;
    margin: 30px 0 30px 6px; }
  .accordion_payment_block__icon__single {
    margin-top: 10px;
    margin-right: 2em; }
  .accordion_payment_block__icon_creditCard {
    margin-top: 30px;
    margin-bottom: 26px; }
    .accordion_payment_block__icon_creditCard--firstRow {
      float: left; }
    .accordion_payment_block__icon_creditCard--secondRow {
      float: left; }
    .accordion_payment_block__icon_creditCard--VisaVerified {
      background: transparent url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 0;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--masterCardsc {
      background: transparent url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -44px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--visa {
      background: transparent url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -88px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--masterCard {
      background: transparent url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -132px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--americanExpress {
      background: transparent url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -176px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--postePay {
      background: transparent url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -220px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--visaElectron {
      background: transparent url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -264px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--cartasi {
      background: transparent url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -308px;
      float: left;
      width: 81px;
      height: 44px; }

.accordion_reviews_block {
  margin: 0 auto;
  max-width: 1024px; }
  .accordion_reviews_block__link {
    font-size: 1em; }

.accordion_warranty_block {
  margin: 0 auto;
  max-width: 1024px; }
  .accordion_warranty_block__link {
    font-size: 1em; }

.dashboard_block {
  background-color: #FFF; }
  .dashboard_block__container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0; }
  .dashboard_block__product .extra_offer {
    margin-bottom: 1rem; }
    .dashboard_block__product .extra_offer:before {
      content: none; }
    .dashboard_block__product .extra_offer .offer__logo {
      width: 15%;
      float: left;
      margin-right: .5rem;
      max-width: 50px; }
    .dashboard_block__product .extra_offer .offer__text a {
      display: none; }
  .dashboard_block .phone_model {
    margin-top: 46px;
    position: relative; }
  .dashboard_block .phone_thumbs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5.25em;
    padding: 1rem 0 0;
    background: -webkit-linear-gradient(left, #FFF 50%, rgba(255, 255, 255, 0.01));
    background: -o-linear-gradient(left, #FFF 50%, rgba(255, 255, 255, 0.01));
    background: linear-gradient(to right, #FFF 50%, rgba(255, 255, 255, 0.01));
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='transparent', GradientType=1); }
    @media (max-width: 480px) {
      .dashboard_block .phone_thumbs {
        top: auto;
        bottom: 0;
        width: 100%;
        padding-top: 0; } }
  .dashboard_block .phone_thumb {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    float: left;
    outline: 0;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 480px) {
      .dashboard_block .phone_thumb {
        margin-bottom: 0; } }
    .dashboard_block .phone_thumb img {
      width: auto;
      height: 54px; }
  .dashboard_block .phone_gallery {
    padding: 0 0 2rem;
    min-height: 390px; }
    @media (max-width: 480px) {
      .dashboard_block .phone_gallery {
        padding-bottom: 100px; } }
  .dashboard_block .phone_slide {
    outline: 0; }
    @media (max-width: 480px) {
      .dashboard_block .phone_slide {
        width: 100%;
        height: auto; } }
    .dashboard_block .phone_slide img {
      width: 100%; }
      @media (max-width: 767px) {
        .dashboard_block .phone_slide img {
          width: auto;
          max-width: 100%;
          max-height: 480px; } }
  .dashboard_block__title {
    height: 2.2em;
    margin-bottom: .25rem;
    color: #292F36;
    font-family: "Trade Gothic Condensed";
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1em;
    text-align: center;
    overflow: hidden; }
  .dashboard_block__features {
    margin-bottom: 1rem;
    color: #292F36;
    line-height: 1.2em;
    text-align: center; }
  .dashboard_block .sim__included {
    color: #292F36;
    margin-bottom: 1rem; }
  .dashboard_block__attributes__container {
    min-height: 280px; }
  .dashboard_block__attributes.affix {
    right: 0;
    bottom: 1rem;
    max-width: 11rem;
    padding: .5rem;
    border: 1px solid #D3D3D2;
    border-radius: 8px 0 0 8px;
    background-color: #FFF;
    z-index: 900; }
    @media (max-width: 910px) {
      .dashboard_block__attributes.affix {
        top: 123px;
        left: 0;
        right: 0;
        bottom: auto;
        max-width: none;
        border-width: 0 0 1px 0;
        border-radius: 0; } }
    .dashboard_block__attributes.affix .dashboard_block__features,
    .dashboard_block__attributes.affix label {
      display: none; }
    .dashboard_block__attributes.affix .dashboard_block__title {
      font-size: 1.2rem; }
    .dashboard_block__attributes.affix .dashboard_block__item {
      display: inline-block;
      width: 3.2rem;
      height: 2.5rem;
      margin: .25rem;
      padding: calc(.5rem - 1px); }
      .dashboard_block__attributes.affix .dashboard_block__items.item_color {
        width: 10rem;
        min-width: auto;
        margin-bottom: .5rem;
        padding-bottom: .5rem;
        border-bottom: 1px solid #D3D3D2; }
        @media (max-width: 910px) {
          .dashboard_block__attributes.affix .dashboard_block__items.item_color {
            min-width: auto;
            width: auto; } }
      .dashboard_block__attributes.affix .dashboard_block__items.item_memory {
        width: 10rem;
        min-width: auto;
        margin-bottom: 0; }
        @media (max-width: 910px) {
          .dashboard_block__attributes.affix .dashboard_block__items.item_memory {
            min-width: none;
            width: auto; } }
  .dashboard_block__items {
    display: table;
    width: auto;
    margin: 0 auto 1rem;
    padding-left: 0;
    border-spacing: .5rem 0; }
    @media (max-width: 910px) {
      .dashboard_block__items {
        display: block;
        text-align: center; } }
  .dashboard_block__item {
    display: table-cell;
    width: 4.75rem;
    height: 4.75rem;
    padding: .5rem 0 0;
    border: 1px solid #D3D3D2;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle; }
    @media (max-width: 910px) {
      .dashboard_block__item {
        display: inline-block;
        width: calc(25% - 1rem);
        margin: 0 .25rem .5rem; } }
    @media (max-width: 767px) {
      .dashboard_block__item {
        width: calc(12% - 1rem); } }
    @media (max-width: 600px) {
      .dashboard_block__item {
        width: calc(20% - 1rem); } }
    .dashboard_block__item:hover {
      border-color: #F48135; }
    .dashboard_block__item.active {
      border-color: #F48135; }
    .dashboard_block__item.inactive {
      border-color: #E6E9ED;
      cursor: not-allowed; }
      .dashboard_block__item.inactive span.amount,
      .dashboard_block__item.inactive label {
        color: #E6E9ED; }
    .dashboard_block__item label {
      width: 100%;
      padding: 0 .2rem;
      color: #292F36;
      font-family: "Trade Gothic";
      font-size: .875rem;
      font-weight: normal;
      line-height: 1.1em;
      cursor: pointer; }
    .dashboard_block__item span {
      display: block; }
      .dashboard_block__item span.round {
        width: 1.25rem;
        height: 1.25rem;
        margin: 0 auto .25rem;
        border: 1px solid #D3D3D2;
        border-radius: 50%; }
      .dashboard_block__item span.amount {
        color: #292F36;
        font-family: "Trade Gothic";
        font-size: 1.25rem;
        line-height: 1.25em; }
  .dashboard_block__paymentRateRow {
    width: 100%;
    margin-bottom: .75rem;
    border-bottom: 1px solid #D3D3D2; }
  .dashboard_block__paymentAmountRow {
    width: auto;
    max-width: 350px;
    margin: 0 auto 1rem; }
  .dashboard_block__paymentRow {
    display: none;
    margin-bottom: 1.5rem; }
    .dashboard_block__paymentRow.strip_plans {
      background-color: white !important; }
      @media (max-width: 767px) {
        .dashboard_block__paymentRow.strip_plans .strip_plans__title {
          width: 100%; } }
      @media (max-width: 767px) {
        .dashboard_block__paymentRow.strip_plans .strip_plans__title--main {
          text-align: center; } }
  .dashboard_block__priceRow {
    display: none;
    margin-bottom: 1.5rem;
    font-family: "Trade Gothic Light";
    text-align: center; }
    .dashboard_block__priceRow__price {
      display: block;
      margin-bottom: 1rem;
      color: inherit;
      font-family: "Trade Gothic";
      font-size: 3.5em; }
      @media (max-width: 480px) {
        .dashboard_block__priceRow__price {
          font-size: 2.8rem; } }
    .dashboard_block__priceRow p {
      color: #292F36;
      line-height: 1.2em; }
  .dashboard_block__button {
    width: calc(50% - 15px); }
    .dashboard_block__button--containerDouble {
      display: none; }
    .dashboard_block__button--containerSingle {
      display: block;
      text-align: center; }
      .dashboard_block__button--containerSingle .dashboard_block__button {
        width: 280px; }
    @media (max-width: 767px) {
      .dashboard_block__button {
        width: 50%; } }
    .dashboard_block__button.left {
      margin-right: 30px; }
      @media (max-width: 767px) {
        .dashboard_block__button.left {
          margin-right: 0; } }
  .dashboard_block__button {
    display: inline-block; }
    .dashboard_block__button button {
      width: 100%; }

@media all and (max-width: 480px) {
  .dashboard_block__right li {
    width: 4.2em;
    margin-right: .4em; }
  .dashboard_block__left {
    margin-top: 0; }
  .dashboard_block__button {
    width: 100%; }
    .dashboard_block__button .left {
      margin-right: 0; } }

.dashboard-block {
  -webkit-transition: all 45s ease-in-out 0s;
  -moz-transition: all 45s ease-in-out 0s;
  -ms-transition: all 45s ease-in-out 0s;
  -o-transition: all 45s ease-in-out 0s;
  transition: all 45s ease-in-out 0s;
  background-color: #FFF; }
  .dashboard-block__container {
    max-width: 1024px;
    margin: 30px auto; }
  .dashboard-block__product {
    width: 100%;
    margin-top: 30px; }
    .dashboard-block__product-gallery {
      margin-top: 70px; }
      @media (max-width: 480px) {
        .dashboard-block__product-gallery {
          margin-top: 0; } }
    @media (max-width: 767px) {
      .dashboard-block__product-specs {
        max-width: 450px; } }
  .dashboard-block__thumbs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 84px;
    padding: 140px 0 0;
    background: -webkit-linear-gradient(left, #FFF 50%, transparent 100%);
    background: -moz-linear-gradient(left, #FFF 50%, transparent 100%);
    background: -o-linear-gradient(left, #FFF 50%, transparent 100%);
    background: linear-gradient(to right, #FFF 50%, transparent 100%);
    z-index: 250;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='transparent', GradientType=1); }
    @media (max-width: 480px) {
      .dashboard-block__thumbs {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        padding-top: 0; } }
    .dashboard-block__thumbs__thumb {
      width: 100%;
      height: auto;
      margin-bottom: 2rem;
      outline: 0;
      text-align: center;
      cursor: pointer; }
      .dashboard-block__thumbs__thumb:last-child {
        margin-bottom: 0; }
      .dashboard-block__thumbs__thumb img {
        width: auto;
        height: 54px; }
  .dashboard-block__gallery {
    padding: 0; }
    @media (max-width: 480px) {
      .dashboard-block__gallery {
        padding-bottom: 100px; } }
    .dashboard-block__gallery__slide {
      outline: 0; }
      .dashboard-block__gallery__slide img {
        width: 100%;
        height: auto; }
  .dashboard-block__specs {
    color: #292F36; }
    .dashboard-block__specs--title {
      margin-bottom: 10px; }
      .dashboard-block__specs--title h2 {
        height: 2.2em;
        font-family: "Trade Gothic Light";
        line-height: 1.1em; }
        @media (max-width: 992px) {
          .dashboard-block__specs--title h2 {
            font-size: 34px; } }
        @media (max-width: 910px) {
          .dashboard-block__specs--title h2 {
            font-size: 28px; } }
        @media (max-width: 767px) {
          .dashboard-block__specs--title h2 {
            font-size: 34px; } }
        @media (max-width: 480px) {
          .dashboard-block__specs--title h2 {
            font-size: 28px; } }
    .dashboard-block__specs--features {
      margin-bottom: 10px; }
    .dashboard-block__specs--attributes {
      margin-bottom: 50px; }
  .dashboard-block .attributes__list {
    display: table;
    width: 100%;
    margin-bottom: .5rem;
    padding: 0 0 .5rem;
    border-spacing: .5rem 0; }
    @media (max-width: 992px) {
      .dashboard-block .attributes__list {
        display: block;
        margin-bottom: .5rem;
        padding-bottom: 0; } }
    .dashboard-block .attributes__list:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
  .dashboard-block .attributes__item {
    display: table-cell;
    width: 16.666666%;
    padding: .5rem 0 0;
    border: 1px solid #D3D3D2;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 .5rem .5rem 0; }
    .dashboard-block .attributes__item:hover {
      border-color: #F48135; }
    @media (max-width: 992px) {
      .dashboard-block .attributes__item {
        display: inline-block;
        width: calc(33% - .5rem); }
        .dashboard-block .attributes__item:nth-child(3n) {
          margin-right: 0; } }
  .dashboard-block .attributes__sample {
    display: inline-block;
    position: relative;
    font-family: "Trade Gothic";
    font-size: 1.5rem; }
    .dashboard-block .attributes__sample.round {
      width: 1.5rem;
      height: 1.5rem;
      border: 1px solid #D3D3D2;
      border-radius: 50%; }
    .dashboard-block .attributes__sample.item1.active {
      border-color: #F48135; }
    .dashboard-block .attributes__sample.item1.inactive {
      border-color: #E6E9ED;
      color: #E6E9ED;
      cursor: not-allowed; }
    .dashboard-block .attributes__sample.item.active {
      border-color: #F48135; }
    .dashboard-block .attributes__sample.item.inactive {
      border-color: #E6E9ED;
      color: #E6E9ED;
      cursor: not-allowed; }
    .dashboard-block .attributes__sample.item span {
      border-radius: 50%;
      border: 1px solid #D3D3D2;
      display: block;
      width: 1.25em;
      height: 1.25em;
      margin: 0 auto 5px; }
    .dashboard-block .attributes__sample.item h6 {
      display: block;
      width: 100%;
      line-height: 1em;
      font-size: 0.875em; }
  .dashboard-block .attributes__label {
    width: 100%;
    font-family: "Trade Gothic Light";
    cursor: pointer; }
  .dashboard-block__payment-rates__row {
    position: relative;
    margin: 1rem 0; }
    .dashboard-block__payment-rates__row:after {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 1px;
      background-color: #D3D3D2;
      content: ''; }

/*

&--detailsp {
  &.doubleButton {
    .dashboard_block {
      &__button {
        &--containerDouble {
          display: block;
        }
        &--containerSingle {
          display: none;
        }
      }
    }
  }
  &.triplePrice {
    .dashboard_block {
      &__paymentRateRow {
        display: table;
      }
      &__priceRow {
        display: none;
      }
    }
  }
}


}
&__subTitle {
  float: left;
  width: 100%;
}
&__left {}
&__right {
  p {
    text-align: center;
    
  }
  
  
  
  li {
    float: left;
    width: 4.375em;
    margin-right: 1em;
    height: 4em;
    margin-bottom: 10px;
  }
  
  .items a {
    
  }
}
&__title {
  
}
&__priceRow {
  display: block;
  font-family: "Trade Gothic LTS Light";
  margin-bottom: 25px;
  margin-top: 20px;
  text-align: center;
  float: left;
  width: 100%;
  &__price {
    font-family: $weight-normal;
    color: $color_wind;
    font-size: 3.438em;
    & .currency {
      color: $color_wind;
      font-size: 40px;
    }
    @include breakpoint(super-tiny) {
      font-size: 2.8em;
      & .currency {
        font-size: 25px;
      }
    }
  }
}
&__paymentRateRow {
  display: none;
  width: 100%;
  margin-bottom: 25px;
  &__item {
    width: 33.333%;
    display: table-cell;
    text-align: center;
    border-right: 1px solid $color_stroke;
    vertical-align: bottom;
    &:nth-of-type(3) {
      border-right: none;
    }
    &--price {
      font-family: $weight-normal;
      font-size: 3.438em;
      color: $color_wind;
      & .currency {
        font-size: 40px;
      }
      @include breakpoint(super-tiny) {
        font-size: 2.8em;
        & .currency {
          font-size: 25px;
        }
      }
    }
    &--period {
      font-family: $weight-normal;
      font-size: 0.813em;
    }
    &--advance,
    &--discount {
      font-size: 1em;
      padding-bottom: 15px;
    }
    &--pricePromotion {
      font-size: 24px;
      & .currency {
        font-size: 18px;
      }
      @include breakpoint(super-tiny) {
        font-size: 18px;
        & .currency {
          font-size: 14px;
        }
      }
    }
  }
}
&__button {
  &--containerDouble {
    display: none;
  }
  
  &--containerSingle {
    display: block;
  }
  
  float: left;
  width: calc(50% - 15px);
  &.left {
    margin-right: 30px;
  }
  
  @include breakpoint(small) {
    width: 50%;
    &.left {
      margin-right: 0;
    }
  }
}
&__button--single {
  float: left;
  width: 100%;
}
*/
/*@media all and (max-width: 400px) {
  .dashboard_block {
    &__right {
      li {
        margin-right: 0.4em;
        width: 4.2em;
      }
    }
    &__left {
      margin-top: 0;
    }
    &__button {
      width: 100%;
      & .left {
        margin-right: 0;
      }
    }
  }
}

*/
.dashboard_watch_block {
  transition: all .45s ease-in-out 0s; }
  .dashboard_watch_block__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #212121; }
    .dashboard_watch_block__container .dashboard_watch_block__logo {
      display: none;
      text-align: right; }
      @media (max-width: 767px) {
        .dashboard_watch_block__container .dashboard_watch_block__logo {
          text-align: center; } }
      .dashboard_watch_block__container .dashboard_watch_block__logo img {
        margin: 10px 30px 0; }
        @media (max-width: 767px) {
          .dashboard_watch_block__container .dashboard_watch_block__logo img {
            margin: 10px 15px 0; } }
    .dashboard_watch_block__container.schedaProdotto .dashboard_watch_block__logo {
      display: block; }
  .dashboard_watch_block__product {
    display: table;
    position: relative;
    width: 100%;
    height: 350px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .dashboard_watch_block__product {
        display: inline-block;
        height: auto;
        padding: 0 15px; } }
    .schedaProdotto .dashboard_watch_block__product {
      height: 425px; }
      @media (max-width: 767px) {
        .schedaProdotto .dashboard_watch_block__product {
          height: auto; } }
    .dashboard_watch_block__product--imagep {
      display: table-cell;
      width: 50%;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .dashboard_watch_block__product--imagep {
          display: inline-block;
          width: 100%; } }
    .dashboard_watch_block__product--detailsp {
      display: table-cell;
      width: 50%;
      height: 350px;
      vertical-align: middle; }
    .dashboard_watch_block__product li {
      margin: 0;
      padding: 0;
      outline: 0; }
    .dashboard_watch_block__product .phone_thumbs {
      display: inline-block;
      width: 116px;
      height: 350px;
      margin: 0;
      padding: 0;
      float: left;
      z-index: 10; }
      @media (max-width: 480px) {
        .dashboard_watch_block__product .phone_thumbs {
          bottom: -350px;
          width: 100%;
          height: 115px; } }
      .dashboard_watch_block__product .phone_thumbs li {
        height: calc(100% / 3);
        outline: 0;
        cursor: pointer; }
      .dashboard_watch_block__product .phone_thumbs img {
        width: auto;
        height: 75px;
        margin: 20px auto; }
      .dashboard_watch_block__product .phone_thumbs .slick-list, .dashboard_watch_block__product .phone_thumbs .slick-track {
        height: 100% !important; }
    .dashboard_watch_block__product .phone_gallery {
      display: inline-block;
      position: relative;
      width: calc(100% - 116px);
      height: 350px;
      margin: 0;
      padding: 0;
      float: left; }
      @media (max-width: 480px) {
        .dashboard_watch_block__product .phone_gallery {
          bottom: 90px;
          width: 100%; } }
      .dashboard_watch_block__product .phone_gallery img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 350px;
        margin: 0 0 0 auto; }
        @media (max-width: 767px) {
          .dashboard_watch_block__product .phone_gallery img {
            margin: 0 auto; } }
  .dashboard_watch_block__title {
    margin-bottom: 8px;
    color: #009BBE;
    font-family: "Trade Gothic Condensed";
    font-size: 60px;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .dashboard_watch_block__title {
        font-size: 50px; } }
  .dashboard_watch_block__description {
    margin-bottom: 16px;
    color: #FFF;
    font-size: 14px;
    text-align: center; }
    @media (max-width: 767px) {
      .dashboard_watch_block__description {
        margin: 0 15px 16px; } }
  .dashboard_watch_block__priceRow {
    margin-bottom: 16px;
    font-family: "Trade Gothic Condensed";
    font-size: 40px;
    font-weight: bold;
    text-align: center; }
    .dashboard_watch_block__priceRow__price {
      color: #009BBE; }
      .dashboard_watch_block__priceRow__price__recurrency {
        color: #292F36;
        font-size: 12px; }
    .dashboard_watch_block__priceRow:empty {
      display: none; }
  .dashboard_watch_block__paymentRateRow {
    margin-bottom: 16px; }
    .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) {
      background-color: transparent; }
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .over,
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .price,
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .sub {
        color: #FFF; }
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .over,
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .sub {
        font-size: 14px; }
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .price {
        font-size: 32px; }
        @media (max-width: 910px) {
          .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .price {
            font-size: 26px; } }
    .dashboard_watch_block__paymentRateRow:empty {
      display: none; }
  .dashboard_watch_block__button {
    display: inline-block;
    width: 40%; }
    .dashboard_watch_block__button--container {
      text-align: center; }
    .dashboard_watch_block__button .base__bt {
      width: 100%;
      font-family: "Trade Gothic Bold"; }
      .dashboard_watch_block__button .base__bt:empty {
        display: none; }

.share_block {
  background-color: #212121;
  transition: all 0.45s ease-in-out 0s; }
  .share_block__icon {
    display: none;
    background-color: #FFF;
    border: 1px solid #D3D3D2;
    padding: 5px;
    position: absolute;
    z-index: 150;
    right: 73px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-clip: padding-box; }
    @media (max-width: 600px) {
      .share_block__icon {
        top: 10px; } }
    .share_block__icon .share-icons {
      float: left;
      margin-right: 0.650em; }
      .share_block__icon .share-icons:last-of-type {
        margin-right: 0; }
      @media (max-width: 600px) {
        .share_block__icon .share-icons {
          float: none; } }
    .share_block__icon--gplus {
      background: transparent url("../../img/social/social_sprite_small.png") no-repeat scroll 0 0;
      width: 39px;
      height: 39px;
      margin-right: 1px; }
    .share_block__icon--youtube {
      background: transparent url("../../img/social/social_sprite_small.png") no-repeat scroll 0 -39px;
      width: 39px;
      height: 39px;
      margin-right: 1px; }
    .share_block__icon--facebook {
      background: transparent url("../../img/social/social_sprite_small.png") no-repeat scroll 0 -78px;
      width: 39px;
      height: 39px;
      margin-right: 1px; }
    .share_block__icon--twitter {
      background: transparent url("../../img/social/social_sprite_small.png") no-repeat scroll 0 -117px;
      width: 39px;
      height: 39px;
      margin-right: 1px; }
    .share_block__icon--mail {
      background: transparent url("../../img/social/social_sprite_small.png") no-repeat scroll 0 -156px;
      width: 39px;
      height: 39px; }
  .share_block__reviews {
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px; }
    .share_block__reviews--description {
      color: #F48135;
      font-size: 0.750em;
      text-decoration: none; }
    .share_block__reviews--stars {
      float: left;
      margin-right: 1.8em; }
      .share_block__reviews--stars i {
        color: #F48135; }
        .share_block__reviews--stars i:hover {
          opacity: 0.5;
          filter: alpha(opacity=50); }
      .share_block__reviews--stars_fa {
        font-style: normal;
        font-family: FontAwesome; }
        .share_block__reviews--stars_fa-star::before {
          content: "\f005"; }
        .share_block__reviews--stars_fa-star-o::before {
          content: "\f006"; }
    .share_block__reviews--comments {
      float: left;
      margin-right: 1.8em; }
      .share_block__reviews--comments:hover {
        opacity: 0.5; }
      .share_block__reviews--comments i {
        color: #F48135; }
      .share_block__reviews--comments_fa {
        font-style: normal;
        font-family: FontAwesome; }
        .share_block__reviews--comments_fa-comment-o::before {
          content: "\f0e5"; }
    .share_block__reviews--share {
      float: left; }
      .share_block__reviews--share:hover {
        opacity: 0.5; }
      .share_block__reviews--share i {
        color: #F48135; }
      .share_block__reviews--share_fa {
        font-style: normal;
        font-family: FontAwesome; }
        .share_block__reviews--share_fa-share-alt::before {
          content: "\f1e0"; }

.rowTabella {
  background-color: #F4F4F4; }

.lightGrey {
  background-color: #F4F4F4; }

.world_rates_block {
  padding: 0 30px;
  width: 100%; }
  .world_rates_block__container {
    margin: 0 auto;
    max-width: 1024px; }
    .world_rates_block__container::after {
      border-bottom: 1px solid #D3D3D2;
      height: 1px;
      display: block;
      content: '';
      margin-top: 0.625em; }
    .world_rates_block__container:last-child::after {
      border-bottom: none; }
  .world_rates_block__subContainer {
    padding: 15px 0 0 5px;
    background: none;
    width: 16.6%;
    display: inline-block;
    float: left; }
  .world_rates_block__title {
    font-family: "Trade Gothic Light";
    color: #009BBE;
    font-size: 1.25em;
    min-height: 0.375em; }
  .world_rates_block__subTitle {
    font-family: "Trade Gothic Light";
    color: #292F36;
    font-size: 1em;
    padding-top: 5px; }
  .world_rates_block__zone {
    font-family: "Trade Gothic Light";
    color: #292F36;
    font-size: 0.75em; }

@media (max-width: 768px) {
  .world_rates_block {
    padding: 0 15px; }
    .world_rates_block__title {
      font-size: 14px; }
    .world_rates_block__subTitle {
      font-size: 12px; }
    .world_rates_block__zone {
      font-size: 10px; } }

.strip_options_block {
  margin: 0 auto;
  max-width: 1024px; }
  .strip_options_block:nth-of-type(even) {
    background-color: #E6E9ED; }
  .strip_options_block__container {
    position: relative;
    padding-top: 16px;
    padding-bottom: 12px; }
    @media (max-width: 767px) {
      .strip_options_block__container {
        padding-left: 0; } }
    .strip_options_block__container .component {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .strip_options_block__container .component {
          display: block;
          width: 90%;
          margin: 0 auto;
          margin-top: 10px; } }
  .strip_options_block__title {
    width: 16%;
    margin-top: 18px;
    font-size: 1em;
    font-family: "Trade Gothic Bold";
    margin-bottom: 18px;
    padding: 0 5px 0 15px; }
    .strip_options_block__title--main {
      font-size: 20px;
      font-family: "Trade Gothic Condensed";
      font-weight: bold;
      color: #009BBE; }
      .strip_options_block__title--main a {
        color: inherit; }
      @media (max-width: 767px) {
        .strip_options_block__title--main {
          text-align: center; } }
  .strip_options_block__description {
    width: 50.5%;
    font-size: 1em;
    font-family: "Trade Gothic Light"; }
    .strip_options_block__description .descriptionContainer {
      width: 90%;
      margin: 1rem auto; }
      @media (max-width: 767px) {
        .strip_options_block__description .descriptionContainer {
          text-align: center; } }
    .strip_options_block__description:before {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      left: 16.666666%;
      min-height: 1px; }
      @media (max-width: 767px) {
        .strip_options_block__description:before {
          content: none; } }
  .strip_options_block__pricing {
    width: 15%; }
    .strip_options_block__pricing .pricesContainer .price {
      display: inline-block;
      color: #009BBE;
      margin: 0 3px; }
    .strip_options_block__pricing .pricesContainer .oldPrice {
      position: relative;
      font-size: 35px; }
      .strip_options_block__pricing .pricesContainer .oldPrice small {
        font-size: 20px; }
      .strip_options_block__pricing .pricesContainer .oldPrice:after {
        content: "";
        min-height: 1px;
        background-color: #292F36;
        width: 100%;
        display: block;
        top: 50%;
        position: absolute; }
    .strip_options_block__pricing .pricesContainer .newPrice {
      font-size: 35px;
      font-family: "Trade Gothic Light"; }
      .strip_options_block__pricing .pricesContainer .newPrice small {
        font-size: 20px; }
      .strip_options_block__pricing .pricesContainer .newPrice.three_digits {
        font-size: 35px; }
    .strip_options_block__pricing .pricesContainer:before {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      right: 33%;
      min-height: 1px; }
      @media (max-width: 767px) {
        .strip_options_block__pricing .pricesContainer:before {
          content: none; } }
    .strip_options_block__pricing .recurrency {
      font-size: 13px;
      float: none;
      clear: both;
      width: 100%;
      position: relative;
      bottom: 10px; }
  .strip_options_block__button {
    width: 16.66666%;
    text-align: center; }
    .strip_options_block__button .button--slim {
      padding: 0.5em;
      display: inline-block;
      width: 75%;
      font-size: 1em; }
    .strip_options_block__button:before {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      right: 17%;
      min-height: 1px; }
      @media (max-width: 767px) {
        .strip_options_block__button:before {
          content: none; } }

/* ========================================================= */
.device_filter_block {
  width: 100%;
  max-width: 1024px;
  margin: 20px auto 20px auto; }
  .device_filter_block__title {
    font-size: 1em;
    font-family: "Trade Gothic";
    text-transform: uppercase;
    float: left;
    padding-top: 10px;
    margin-right: 40px;
    margin-left: 15px; }
    @media (max-width: 767px) {
      .device_filter_block__title {
        float: none;
        text-align: center;
        margin-bottom: 15px; } }
    .colored_bg--black.filter-showcase .device_filter_block__title {
      color: #FFF; }
  .device_filter_block__select {
    float: left; }
    @media (max-width: 767px) {
      .device_filter_block__select {
        float: none;
        text-align: center;
        margin-bottom: 15px; } }
    .device_filter_block__select .base__select.bootstrap-select .dropdown-toggle {
      padding-top: 8px;
      padding-bottom: 8px; }
      .device_filter_block__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
        font-size: 16px; }
      .device_filter_block__select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
        /* top: 40%; */ }
    .device_filter_block__select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 130px;
      font-size: 1em;
      margin-right: 15px; }
      @media (max-width: 767px) {
        .device_filter_block__select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
          width: 300px;
          margin-right: 0; } }
    .device_filter_block__select .base__bt {
      font-size: 16px;
      padding: 8px 0;
      line-height: 1.42857143;
      width: 130px; }
      @media (max-width: 767px) {
        .device_filter_block__select .base__bt {
          width: 300px; } }

.country_offers_block {
  margin: 0 auto;
  max-width: 1024px; }
  @media (max-width: 767px) {
    .country_offers_block {
      padding-bottom: 2em; } }
  .country_offers_block__container-title {
    font-family: "Trade Gothic Light";
    color: #009BBE;
    font-size: 1.1875em; }
    @media (max-width: 992px) {
      .country_offers_block__container-title {
        font-size: 0.93em; } }
    @media (max-width: 767px) {
      .country_offers_block__container-title {
        font-size: 1.4em; } }
  .country_offers_block__container-image {
    margin-top: 0.625em; }
    @media (max-width: 767px) {
      .country_offers_block__container-image {
        margin-top: 1.6em; } }
    .country_offers_block__container-image img {
      max-width: 100%;
      border: 1px solid #D3D3D2; }
  .country_offers_block__container-text {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .country_offers_block__container-text {
        font-size: 0.89em; } }
  .country_offers_block__container__country {
    display: none;
    margin-top: 25px;
    margin-bottom: 30px;
    clear: left;
    height: 150px; }
    @media (max-width: 767px) {
      .country_offers_block__container__country .center_flag {
        text-align: center; } }
    @media (max-width: 767px) {
      .country_offers_block__container__country {
        padding-bottom: 0px; } }
    .country_offers_block__container__country.placeholder_block {
      height: 10px;
      display: block;
      margin: 0; }
    .country_offers_block__container__country--flag {
      padding-top: 15px;
      padding-bottom: 22px;
      padding-right: 10px;
      border-right: 1px solid #D3D3D2;
      height: 150px; }
      @media (max-width: 767px) {
        .country_offers_block__container__country--flag {
          margin: 0 auto;
          border-right: none; } }
    .country_offers_block__container__country--rates {
      padding-top: 20px;
      padding-bottom: 30px;
      padding-left: 0.5em;
      padding-right: 0.5em; }
      @media (max-width: 767px) {
        .country_offers_block__container__country--rates {
          border-left: none;
          border-right: none; } }
      @media (max-width: 480px) {
        .country_offers_block__container__country--rates {
          padding-bottom: 0;
          padding-right: 5px;
          padding-left: 5px; } }
    .country_offers_block__container__country--text {
      font-size: 0.80em;
      padding-top: 17px;
      border-left: 1px solid #D3D3D2;
      height: 100%; }
      @media (max-width: 767px) {
        .country_offers_block__container__country--text {
          border-left: none;
          margin-top: 10px;
          height: auto;
          font-size: 0.85em; } }
    .country_offers_block__container__country--List {
      border-bottom: 1px solid #D3D3D2;
      padding: 25px 0 15px; }
      .country_offers_block__container__country--List--label {
        font-family: "Trade Gothic Light";
        color: #292F36;
        font-size: 1.5em;
        padding-top: 0.5em;
        padding-bottom: 0.5em; }
        @media (max-width: 600px) {
          .country_offers_block__container__country--List--label {
            font-size: 1.2em; } }
      .country_offers_block__container__country--List--select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 320px; }
        @media (max-width: 767px) {
          .country_offers_block__container__country--List--select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
            width: 100%; } }
      .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .filter-option {
        font-size: 1em; }
        @media (max-width: 767px) {
          .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .filter-option {
            /*text-align: center;*/ } }
      .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
        margin-right: 2em; }
        @media (max-width: 480px) {
          .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
            margin-right: 10px; } }
      .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle {
        padding-top: 1.1em;
        padding-bottom: 1.1em; }
  .country_offers_block__rates_divider--left {
    border-right: 1px solid #D3D3D2;
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 0.625em 0 0; }
  .country_offers_block__rates_divider--right {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0; }
  .country_offers_block__rates--title {
    font-family: "Trade Gothic Light";
    color: #292F36;
    font-size: 0.8em;
    text-transform: uppercase; }
  .country_offers_block__rates--price {
    font-family: "Trade Gothic Bold";
    color: #009BBE;
    font-size: 1.5em;
    padding-top: 5px; }
  .country_offers_block__rates--cent {
    font-family: "Trade Gothic Light";
    color: #292F36;
    font-size: 0.7em;
    padding-top: 5px;
    text-transform: uppercase; }

@media (max-width: 943px) {
  .country_offers_block__container__countryList--label {
    font-size: 1.1em;
    padding-top: 15px; } }

@media (max-width: 520px) {
  .country_offers_block__rates--title {
    font-size: 0.76em;
    height: 25px; }
  .country_offers_block__rates--cent {
    font-size: 0.5em; }
  .country_offers_block__rates_divider--left {
    padding: 0 8px; }
  .country_offers_block__rates_divider--right {
    padding: 0 8px; } }

.country_calling_cards_block {
  margin: 0 auto;
  max-width: 1024px; }
  @media (max-width: 767px) {
    .country_calling_cards_block {
      padding-bottom: 2em; } }
  .country_calling_cards_block__container-title {
    font-family: "Trade Gothic Light";
    color: #009BBE;
    font-size: 1.6em; }
    @media (max-width: 992px) {
      .country_calling_cards_block__container-title {
        font-size: 0.93em; } }
    @media (max-width: 767px) {
      .country_calling_cards_block__container-title {
        font-size: 1.4em; } }
  .country_calling_cards_block__container-image {
    margin-top: 0.625em; }
    @media (max-width: 767px) {
      .country_calling_cards_block__container-image {
        margin-top: 1.6em; } }
    .country_calling_cards_block__container-image img {
      max-width: 100%;
      border: 1px solid #D3D3D2; }
  .country_calling_cards_block__container-text {
    padding-top: 10px; }
    @media (max-width: 767px) {
      .country_calling_cards_block__container-text {
        font-size: 0.89em; } }
    @media (max-width: 480px) {
      .country_calling_cards_block__container-text {
        padding-top: 0; } }
  .country_calling_cards_block__container__country {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: left;
    height: auto; }
    @media (max-width: 767px) {
      .country_calling_cards_block__container__country .center_flag {
        text-align: center; } }
    .country_calling_cards_block__container__country .padding_10 {
      padding-bottom: 10px;
      padding-top: 10px; }
      @media (max-width: 480px) {
        .country_calling_cards_block__container__country .padding_10 {
          padding-bottom: 15px; } }
      .country_calling_cards_block__container__country .padding_10:nth-child(even) {
        background-color: #F4F4F4; }
    @media (max-width: 767px) {
      .country_calling_cards_block__container__country {
        padding-bottom: 0px; } }
    .country_calling_cards_block__container__country.placeholder_block {
      height: 10px;
      display: block;
      margin: 0; }
    .country_calling_cards_block__container__country--flag {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 10px;
      border-right: 1px solid #D3D3D2;
      height: 150px; }
      @media (max-width: 767px) {
        .country_calling_cards_block__container__country--flag {
          margin: 0 auto;
          border-right: none; } }
    .country_calling_cards_block__container__country--rates {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 15px; }
      @media (max-width: 767px) {
        .country_calling_cards_block__container__country--rates {
          border-left: none;
          border-right: none; } }
      @media (max-width: 480px) {
        .country_calling_cards_block__container__country--rates {
          padding-bottom: 0;
          padding-right: 5px;
          padding-left: 5px;
          padding-top: 10px;
          margin-top: 0; } }
    .country_calling_cards_block__container__country--text {
      font-size: 0.80em;
      padding-top: 22px;
      border-left: 1px solid #D3D3D2;
      height: 100%; }
      @media (max-width: 767px) {
        .country_calling_cards_block__container__country--text {
          border-left: none;
          margin-top: 10px;
          height: auto;
          font-size: 0.85em; } }
    .country_calling_cards_block__container__country--List {
      border-bottom: 1px solid #D3D3D2;
      padding: 25px 0 15px; }
      .country_calling_cards_block__container__country--List--label {
        font-family: "Trade Gothic Light";
        color: #292F36;
        font-size: 1.5em;
        padding-top: 0.5em;
        padding-bottom: 0.5em; }
        @media (max-width: 600px) {
          .country_calling_cards_block__container__country--List--label {
            font-size: 1.2em; } }
      .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 320px; }
        @media (max-width: 767px) {
          .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
            width: 100%; } }
      .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .filter-option {
        font-size: 1em; }
        @media (max-width: 767px) {
          .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .filter-option {
            /*text-align: center;*/ } }
      .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
        margin-right: 2em; }
        @media (max-width: 480px) {
          .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
            margin-right: 10px; } }
      .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle {
        padding-top: 1.1em;
        padding-bottom: 1.1em; }
  .country_calling_cards_block__rates_divider--left {
    border-right: 1px solid #D3D3D2;
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 0.625em; }
  .country_calling_cards_block__rates_divider--right {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 0.625em; }
  .country_calling_cards_block__rates--title {
    font-family: "Trade Gothic Light";
    color: #292F36;
    font-size: 1.2em;
    text-transform: uppercase; }
  .country_calling_cards_block__rates--price {
    font-family: "Trade Gothic Bold";
    color: #009BBE;
    font-size: 2.3em;
    padding-top: 5px; }
  .country_calling_cards_block__rates--cent {
    font-family: "Trade Gothic Light";
    color: #292F36;
    font-size: 0.7em;
    padding-top: 5px;
    text-transform: uppercase; }

@media (max-width: 943px) {
  .country_calling_cards_block__container__countryList--label {
    font-size: 1.1em;
    padding-top: 15px; } }

@media (max-width: 520px) {
  .country_calling_cards_block__rates--title {
    font-size: 1em;
    height: 25px; }
  .country_calling_cards_block__rates--cent {
    font-size: 0.8em; }
  .country_calling_cards_block__rates--price {
    font-size: 2em; }
  .country_calling_cards_block__rates_divider--left {
    padding: 0 8px; }
  .country_calling_cards_block__rates_divider--right {
    padding: 0 8px; } }

.strip_plans {
  max-width: 1024px;
  margin: 0 auto; }
  .strip_plans:not([style*="display:none"]):not([style*="display: none"]):nth-child(even) {
    background-color: #F4F4F4; }
  .strip_plans .vertical-middle {
    display: table; }
    @media (max-width: 767px) {
      .strip_plans .vertical-middle {
        display: block; } }
  .strip_plans .component {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border-left: 1px solid #D3D3D2;
    float: none; }
    .strip_plans .component:first-child {
      border-left: none; }
    @media (max-width: 767px) {
      .strip_plans .component {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
        border-left: none; } }
  .strip_plans .price.barred {
    position: relative; }
    .strip_plans .price.barred:before {
      display: block;
      position: absolute;
      top: 50%;
      right: .5rem;
      left: .5rem;
      height: 1px;
      background-color: #292F36;
      content: ""; }
  .strip_plans .extra_offer {
    position: relative;
    z-index: 5;
    width: calc(100% - 1rem);
    margin: .5rem auto;
    padding-top: .5rem; }
    @media (max-width: 767px) {
      .strip_plans .extra_offer {
        max-width: 350px; } }
    .strip_plans .extra_offer:before {
      display: block;
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      background-color: #D3D3D2; }
      @media (max-width: 767px) {
        .strip_plans .extra_offer:before {
          left: calc(50% - 100vw);
          right: calc(50% - 100vw); } }
    .strip_plans .extra_offer .offer__logo {
      float: left;
      margin-right: .5rem;
      width: 15%;
      max-width: 50px; }
      @media (max-width: 767px) {
        .strip_plans .extra_offer .offer__logo {
          display: inline-block;
          width: 50px; } }
      .strip_plans .extra_offer .offer__logo img {
        width: 100%;
        height: auto; }
    .strip_plans .extra_offer .offer__text {
      color: #292F36;
      float: left;
      width: calc(100% - 50px - .5rem);
      font-size: .875rem; }
      @media (max-width: 767px) {
        .strip_plans .extra_offer .offer__text {
          display: inline-block; } }
  .strip_plans__container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 15px; }
    @media (max-width: 767px) {
      .strip_plans__container {
        padding: 15px 0; } }
  .strip_plans__title {
    text-align: left; }
    @media (max-width: 767px) {
      .strip_plans__title {
        text-align: center;
        padding: 10px 0; } }
    .strip_plans__title--main {
      font-family: "Trade Gothic Condensed";
      font-weight: 700;
      color: inherit; }
      .strip_plans__title--main a {
        color: inherit; }
  @media (max-width: 767px) {
    .strip_plans__offer_block {
      border-bottom: 1px solid #D3D3D2; } }
  .strip_plans__offer_block__container {
    display: block;
    width: 100%;
    font-family: "Trade Gothic Light"; }
    .strip_plans__offer_block__container .row {
      display: table;
      width: 100%; }
      .strip_plans__offer_block__container .row p {
        color: #292F36; }
    .strip_plans__offer_block__container p {
      color: #292F36; }
  .strip_plans__offer_block__item {
    border-right: 1px solid #D3D3D2;
    display: table-cell;
    width: 25%;
    padding: 7px;
    color: #292F36;
    vertical-align: middle; }
    .strip_plans__offer_block__item h4 {
      font-family: "Trade Gothic Condensed";
      font-weight: 700;
      font-size: 1.75rem;
      line-height: 1.1em;
      margin-bottom: .5rem; }
    .strip_plans__offer_block__item label {
      font-family: "Trade Gothic";
      margin-bottom: 0;
      font-weight: normal;
      line-height: 1.1em;
      font-size: 1rem; }
    .strip_plans__offer_block__item:first-child {
      border-left: none; }
    .strip_plans__offer_block__item.item--long {
      width: 75%;
      text-align: left;
      height: 5.2rem; }
    .strip_plans__offer_block__item--price {
      display: table-cell;
      vertical-align: middle;
      width: 25%;
      padding: 7px 0; }
      .strip_plans__offer_block__item--price .price {
        color: inherit;
        font-size: 2.5em; }
        .strip_plans__offer_block__item--price .price .currency {
          font-size: 0.75em; }
  .strip_plans__offer_block__recurrency .recurrency {
    padding: 0;
    margin: .5rem auto;
    color: #292F36; }
  .strip_plans__description {
    padding: 0;
    border-right: 1px solid #D3D3D2; }
  .strip_plans__payments {
    padding: 0; }
  .strip_plans__payment_block__heading {
    padding-bottom: 10px;
    font-size: 0.875em; }
  .strip_plans__payment_block__amount {
    display: table;
    width: 100%;
    font-family: "Trade Gothic Light"; }
    .strip_plans__payment_block__amount .currency {
      font-size: .75em; }
    .strip_plans__payment_block__amount .item {
      display: table-cell;
      width: 33%;
      vertical-align: middle; }
      .strip_plans__payment_block__amount .item:not(.item--total) {
        border-right: 1px solid #D3D3D2; }
      .strip_plans__payment_block__amount .item--add {
        color: #292F36; }
        .strip_plans__payment_block__amount .item--add .price {
          font-family: "Trade Gothic";
          font-size: 1.75rem;
          line-height: 1.2em; }
        .strip_plans__payment_block__amount .item--add .over {
          font-size: .75rem; }
      .strip_plans__payment_block__amount .item--total .price {
        height: 1.2em;
        color: inherit;
        font-family: "Trade Gothic";
        font-size: 1.75rem;
        line-height: 1.2em; }
        .strip_plans__payment_block__amount .item--total .price.full {
          font-size: 2.5rem; }
      .strip_plans__payment_block__amount .item--total .sub {
        color: #292F36;
        font-size: .75rem; }
  .strip_plans__button {
    text-align: center; }
    .strip_plans__button .button--slim {
      display: inline-block;
      min-width: 90%;
      font-size: 1em; }
      @media (max-width: 767px) {
        .strip_plans__button .button--slim {
          min-width: 50%; } }
    .strip_plans__button .sub {
      padding-top: 5px;
      color: #292F36;
      font-family: "Trade Gothic Light";
      font-size: .75em;
      text-transform: uppercase; }

.strip-plans {
  /*&.phone_cash {
      .strip_plans__payment_block__amount {
        .item--add {
          display: none;
        }
        .item--total {
          width: 100%;
          .price {
            font-size: $text-medium;
          }
        }
      }
    }
    .vertical-middle {
      display: table;
      @include breakpoint(small) {
        display: block;
      }
    }
    .component {
      display: table-cell;
      vertical-align: middle;
      padding: 0 5px;
      border-left: 1px solid $color_stroke;
      float: none;
      &:first-child {
        border-left: none;
      }
      @include breakpoint(small) {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
        border-left: none;
      }
    }
  }
  @at-root .strip-plans__title {
    font-size: 1em;
    font-family: $weight-bold;
    @include breakpoint(small) {
      text-align: center;
      padding: 10px 0;
    }
    &--main {
      font-size: 20px;
      font-family: $weight-light;
      color: $color_robin;
    }
  }
  @at-root .strip-plans__offer_block {
    &__container {
      display: inline-block;
      width: 100%;
      font-family: $weight-light;
      .row {
        display: table;
        width: 100%;
      }
    }
    &__item {
      border-left: 1px solid $color_stroke;
      display: table-cell;
      width: 25%;
      padding: 7px;
      .item_amount {
        font-size: 1.5em;
        font-family: $weight-bold;
      }
      &:first-child {
        border-left: none;
      }
      &--price {
        display: table-cell;
        vertical-align: middle;
        width: 25%;
        padding: 7px 0;
        .price {
          color: $color_robin;
          font-size: $text-medium;
          .currency {
            font-size: 0.75em;
          }
        }
      }
    }
    &__recurrency {
      .recurrency {
        padding-top: 15px;
        font-size: 0.75em;
      }
    }
  }
  @at-root .strip-plans__payment_block {
    &__heading {
      padding-bottom: 10px;
      font-size: $text-standard;
    }
    &__tabs {
      position: relative;
      font-size: 12px;
      &__container {
        padding-left: 0;
        display: table;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid $color_stroke;
      }
      .tab {
        display: table-cell;
        width: auto;
        min-width: 70px;
        cursor: pointer;
        position: relative;
        .text {
          display: inline-block;
        }
        &:hover,
        &.active {
          .text {
            position: relative;
            font-family: $weight-bold;
          }
          .text,
          .logo .image {
            &:after {
              content: "";
              display: inline-block;
              position: absolute;
              height: 2px;
              bottom: 0;
              background-color: $color_orange;
              left: 0;
              right: 0;
              z-index: 2;
            }
          }
        }
        &:before {
          position: absolute;
          content: "";
          top: 50%;
          left: -1.8%;
          width: 4px;
          height: 4px;
          background-color: $color_text;
          @include border-radius(2px);
        }
        &:first-child:before {
          content: none;
        }
      }
      &__title {
        &--logo {
          .logo {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 5%;
            right: 5%;
            text-align: center;
            .image {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              background: url("../img/logos/icon_agos.png") no-repeat center center;
              background-size: contain;
            }
          }
        }
      }
    }
    &__amount {
      display: table;
      width: 100%;
      margin-top: 20px;
      font-family: $weight-light;
      .item {
        display: table-cell;
        vertical-align: middle;
        &--add {
          width: auto;
          .price {
            font-family: $weight-normal;
            font-size: 1.5em;
            .currency {
              font-size: 0.75em;
            }
          }
        }
        &--total {
          width: 40%;
          .price {
            font-size: 3em;
            color: $color_robin;
            &~.sub {
              font-size: 13px;
            }
            .currency {
              font-size: 0.75em;
            }
          }
        }
      }
    }
  }
  @at-root .strip-plans__button {
    text-align: center;
    .button--slim {
      min-width: 90%;
      display: inline-block;
      font-size: 1em;
      @include breakpoint(small) {
        min-width: 50%;
      }
    }
    .sub {
      text-transform: uppercase;
      font-family: $weight-light;
      font-size: 0.75em;
      padding-top: 5px;
    }*/ }
  .strip-plans__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 1rem; }
    @media (max-width: 767px) {
      .strip-plans__container {
        padding: 1rem 0; } }
  .strip-plans__title {
    display: table;
    border-collapse: collapse;
    height: 6.5rem;
    border-right: 1px solid #D3D3D2; }
    @media (max-width: 767px) {
      .strip-plans__title {
        border-right: 0; } }
    .strip-plans__title h4 {
      text-align: left;
      display: table-cell;
      float: none;
      vertical-align: middle;
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 767px) {
        .strip-plans__title h4 {
          font-size: 2rem;
          text-align: center; } }
  .strip-plans__offer {
    padding: 0; }
    .strip-plans__offer-block label {
      margin-bottom: 0;
      font-weight: normal;
      line-height: 1.1em;
      font-size: 0.8rem; }
    .strip-plans__offer-block__row {
      display: table;
      border-collapse: collapse;
      height: 6.5rem; }
    .strip-plans__offer-block__item {
      color: #292F36;
      border-right: 1px solid #D3D3D2;
      display: table-cell;
      float: none;
      vertical-align: middle; }
      .strip-plans__offer-block__item.item--price {
        border-right: 0;
        color: inherit; }
    .strip-plans__offer-block__recurrency {
      color: #292F36;
      padding: 10px 0; }
  .strip-plans__payment-block__container .item {
    border-right: 1px solid #D3D3D2;
    color: #292F36;
    display: table-cell;
    float: none;
    vertical-align: middle; }
    .strip-plans__payment-block__container .item label {
      margin-bottom: 0;
      font-weight: normal;
      line-height: 1.1em;
      font-size: 0.8rem;
      text-transform: uppercase; }
    .strip-plans__payment-block__container .item--total {
      border-right: 0;
      color: inherit; }
  .strip-plans__payment-block__amount {
    height: 6rem;
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
    margin-bottom: 1rem; }

.showcase_five_cards {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px; }
  @media (min-width: 767px) {
    .showcase_five_cards .col-lg-2,
    .showcase_five_cards .col-md-2 {
      width: 20%; } }
  .showcase_five_cards .grey_strip__block__tabs--left {
    display: none; }
  .showcase_five_cards .button, .showcase_five_cards a.button--slim, .showcase_five_cards a.button--ghost, .showcase_five_cards a.button--ghost--transparent, .showcase_five_cards a.button--search {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.875em;
    width: 60%;
    margin: 0 auto;
    min-width: 80px; }
  .showcase_five_cards .slick-slider .left__arrow {
    top: calc(20% - 41px); }
  .showcase_five_cards .slick-slider .right__arrow {
    bottom: 80%; }
  .showcase_five_cards__mainTitle {
    font-size: 2.5em;
    font-family: "Trade Gothic Light";
    margin-top: 30px;
    margin-bottom: 40px; }
  .showcase_five_cards__container {
    max-width: 1024px;
    margin: 0 auto;
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
  .showcase_five_cards h2 {
    font-family: "Trade Gothic Bold Condensed"; }
  .showcase_five_cards__showMore {
    color: #F48135;
    font-size: 1.250em;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Trade Gothic Light";
    cursor: pointer;
    display: none; }
    .showcase_five_cards__showMore:hover {
      text-decoration: underline; }
  .showcase_five_cards__showOffers {
    color: #F48135;
    margin-left: 15px;
    width: 100%;
    display: none;
    font-size: 1.250em;
    text-align: left;
    text-transform: uppercase;
    font-family: "Trade Gothic Light";
    cursor: pointer; }
    .showcase_five_cards__showOffers:hover {
      text-decoration: underline; }
  .showcase_five_cards__tabs {
    text-transform: uppercase;
    color: #292F36; }
    .showcase_five_cards__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
    .showcase_five_cards__tabs--left {
      float: left;
      margin-left: 30px; }
    .showcase_five_cards__tabs--right {
      float: right;
      margin-right: 30px; }
    .showcase_five_cards__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .showcase_five_cards__tabs--title:hover {
        border-bottom: 1px solid #F48135; }
      .showcase_five_cards__tabs--title.active {
        border-bottom: 1px solid #F48135;
        color: #F48135; }
  .showcase_five_cards__select {
    float: left;
    width: calc(50% - 10px); }
    .showcase_five_cards__select--second {
      margin-left: 20px; }
    .showcase_five_cards__select .base__select.bootstrap-select {
      width: 100% !important; }
      .showcase_five_cards__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px 20px; }
        .showcase_five_cards__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .showcase_five_cards__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em;
          font-family: "Trade Gothic"; }
  .showcase_five_cards--title {
    font-size: 1em;
    text-transform: uppercase; }
  .showcase_five_cards__single {
    position: relative;
    margin-top: 15px;
    display: none;
    height: 175px; }
    @media (min-width: 767px) {
      .showcase_five_cards__single:nth-child(-n+5) {
        display: block; } }
    .showcase_five_cards__single:nth-child(n+6) {
      margin-top: 15px; }
    .showcase_five_cards__single:nth-child(5n):after {
      display: none; }
      @media (max-width: 767px) {
        .showcase_five_cards__single:nth-child(5n):after {
          display: block; } }
    .showcase_five_cards__single:last-child:after {
      display: none; }
    .showcase_five_cards__single:after {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      right: 0%;
      min-height: 1px; }
    @media (max-width: 767px) {
      .showcase_five_cards__single {
        height: auto;
        margin-bottom: 15px; }
        .showcase_five_cards__single:nth-child(-n+4) {
          display: block; }
        .showcase_five_cards__single:nth-child(n+3) {
          margin-top: 15px; }
        .showcase_five_cards__single:nth-child(even):after {
          display: none; } }
  .showcase_five_cards__single--vCard {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    float: left;
    font-family: "Trade Gothic"; }
    .showcase_five_cards__single--vCard h2 {
      margin-bottom: 10px; }
    .showcase_five_cards__single--vCard__image {
      height: 100%;
      max-height: 84px;
      margin-top: 10px;
      margin-bottom: 15px; }
    .showcase_five_cards__single--vCard--description {
      font-size: 0.875em;
      font-family: "Trade Gothic";
      line-height: 16px;
      margin-top: 10px;
      height: 63px;
      overflow: hidden;
      margin-bottom: 10px; }
    .showcase_five_cards__single--vCard--mainTitle {
      font-size: 1.300em;
      text-align: center;
      line-height: 32px;
      font-family: "Trade Gothic Bold";
      color: #009BBE; }

.contact_operatore_block {
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  width: 100%;
  max-width: 1024px;
  margin: 30px auto; }
  .contact_operatore_block .bundle_orange {
    color: #FFF;
    padding: 0 10px;
    width: 33%;
    min-width: 90px;
    display: table-cell; }
    .contact_operatore_block .bundle_orange__container {
      display: table;
      width: 57%;
      vertical-align: middle;
      height: auto; }
      @media (max-width: 767px) {
        .contact_operatore_block .bundle_orange__container {
          width: 240px;
          margin: 0 auto; } }
    .contact_operatore_block .bundle_orange__number {
      font-size: 34px; }
    .contact_operatore_block .bundle_orange__title {
      font-size: 12px; }
  .contact_operatore_block .recurrent_priceRow {
    color: #FFF;
    display: table-cell;
    width: 39%;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .contact_operatore_block .recurrent_priceRow {
        width: 100%;
        display: block;
        text-align: center; } }
    .contact_operatore_block .recurrent_priceRow__recurrency:empty {
      display: none; }
    .contact_operatore_block .recurrent_priceRow__price {
      color: #FFF;
      font-size: 42px;
      line-height: 30px; }
  .contact_operatore_block .strip_plans__payment_block {
    width: 100%;
    display: table; }
    @media (max-width: 767px) {
      .contact_operatore_block .strip_plans__payment_block {
        padding: 0; } }
    .contact_operatore_block .strip_plans__payment_block .item--add,
    .contact_operatore_block .strip_plans__payment_block .item--total {
      color: #FFF; }
      .contact_operatore_block .strip_plans__payment_block .item--add .sub,
      .contact_operatore_block .strip_plans__payment_block .item--total .sub {
        color: #FFF; }
  .contact_operatore_block__container {
    display: table;
    padding: 0px 30px;
    width: 100%; }
    @media (max-width: 767px) {
      .contact_operatore_block__container {
        width: 100%;
        display: block;
        padding: 10px 15px; } }
  .contact_operatore_block__col {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .contact_operatore_block__col {
        display: block;
        padding: 10px 15px; } }
    .contact_operatore_block__col:first-of-type {
      padding-left: 0px; }
      @media (max-width: 767px) {
        .contact_operatore_block__col:first-of-type {
          padding: 0px; } }
    .contact_operatore_block__col:last-of-type {
      padding-right: 0px; }
      @media (max-width: 767px) {
        .contact_operatore_block__col:last-of-type {
          padding: 0px; } }
    .contact_operatore_block__col--title {
      width: 32%; }
      .contact_operatore_block__col--title .contact_operatore_block__claim_content--title {
        font-family: "Trade Gothic Bold";
        font-size: 2.5em;
        text-align: left; }
        @media (max-width: 767px) {
          .contact_operatore_block__col--title .contact_operatore_block__claim_content--title {
            width: 100%;
            text-align: center; } }
      .contact_operatore_block__col--title .contact_operatore_block__claim_content--text {
        font-weight: "Trade Gothic Light";
        font-size: 1.275em;
        text-align: left; }
        @media (max-width: 767px) {
          .contact_operatore_block__col--title .contact_operatore_block__claim_content--text {
            width: 100%;
            text-align: center; } }
      @media (max-width: 767px) {
        .contact_operatore_block__col--title {
          width: 100%; } }
    .contact_operatore_block__col--image {
      width: 16%; }
      @media (max-width: 767px) {
        .contact_operatore_block__col--image {
          width: 100%;
          display: block; } }
    .contact_operatore_block__col--text {
      width: 60%;
      padding: 0 30px; }
      @media (max-width: 767px) {
        .contact_operatore_block__col--text {
          width: 100%;
          display: block;
          padding: 0; } }
    .contact_operatore_block__col--bundle {
      width: 47%; }
      @media (max-width: 767px) {
        .contact_operatore_block__col--bundle {
          width: 100%;
          display: block; } }
    .contact_operatore_block__col--telcta {
      width: 33%; }
      @media (max-width: 767px) {
        .contact_operatore_block__col--telcta {
          width: 100%; } }
    .contact_operatore_block__col--onlycta {
      width: 20%; }
      @media (max-width: 767px) {
        .contact_operatore_block__col--onlycta {
          width: 100%;
          margin: 0 auto; } }
  .contact_operatore_block__image {
    text-align: center; }
    .contact_operatore_block__image .base__icon {
      width: 140px;
      height: 140px; }
      @media (max-width: 767px) {
        .contact_operatore_block__image .base__icon {
          width: 120px;
          height: 120px; } }
    .contact_operatore_block__image--image {
      width: 140px; }
      @media (max-width: 767px) {
        .contact_operatore_block__image--image {
          margin: 0 auto;
          padding-bottom: 15px; } }
  .contact_operatore_block__claim_content {
    color: #FFF; }
    @media (max-width: 767px) {
      .contact_operatore_block__claim_content {
        text-align: center; } }
    .contact_operatore_block__claim_content--title {
      font-size: 2.2em;
      font-family: "Trade Gothic Light";
      line-height: 1em; }
      @media (max-width: 910px) {
        .contact_operatore_block__claim_content--title {
          font-size: 2em; } }
      @media (max-width: 767px) {
        .contact_operatore_block__claim_content--title {
          font-size: 1.75em; } }
    .contact_operatore_block__claim_content--text {
      font-size: 1.2em;
      font-family: "Trade Gothic"; }
      @media (max-width: 767px) {
        .contact_operatore_block__claim_content--text {
          font-size: 1em; } }
  .contact_operatore_block__action {
    padding-top: 15px;
    text-align: center; }
    .contact_operatore_block__action .base__input {
      padding-top: 1.125em;
      padding-bottom: 1.125em;
      font-family: "Trade Gothic Light";
      max-width: 280px; }
    .contact_operatore_block__action .button--normal {
      margin: 15px auto 0;
      padding: 15px 30px;
      font-family: "Trade Gothic Condensed";
      font-weight: 700;
      max-width: 280px; }
    .contact_operatore_block__action .button--slim {
      margin: 0 auto;
      font-size: 18px;
      padding: 10px 15px;
      font-family: "Trade Gothic Condensed";
      font-weight: 700;
      max-width: 280px; }

.advantages_block {
  margin: 0 auto;
  max-width: 1024px;
  margin-bottom: 15px; }
  .advantages_block.titles_bold .advantages_block__listItem__description--title {
    font-family: "Trade Gothic Bold"; }
  .advantages_block.no_cta .advantages_block__header--label .button, .advantages_block.no_cta .advantages_block__header--label a.button--slim, .advantages_block.no_cta .advantages_block__header--label a.button--ghost, .advantages_block.no_cta .advantages_block__header--label a.button--ghost--transparent, .advantages_block.no_cta .advantages_block__header--label a.button--search {
    display: none; }
  .advantages_block__header {
    margin-bottom: 1.5625em;
    height: auto; }
    @media (max-width: 767px) {
      .advantages_block__header {
        margin-bottom: 0; } }
    .advantages_block__header--title {
      font-family: "Trade Gothic Bold Condensed";
      color: #292F36;
      font-size: 2em;
      display: inline-block;
      background-color: #E6E9ED;
      width: 100%;
      padding: 20px 30px; }
      .advantages_block__header--title:empty {
        display: none; }
      @media (max-width: 767px) {
        .advantages_block__header--title {
          font-size: 1.6em;
          text-align: center; } }
    .advantages_block__header--label {
      padding-top: 10px;
      text-align: right; }
      .advantages_block__header--label .advantages_label {
        padding-top: 10px;
        font-family: "Trade Gothic Light";
        color: #183989;
        font-size: 1.125em;
        display: inline-block;
        text-transform: uppercase;
        text-align: right; }
        @media (max-width: 767px) {
          .advantages_block__header--label .advantages_label {
            margin-bottom: 10px; } }
      .advantages_block__header--label .button, .advantages_block__header--label a.button--slim, .advantages_block__header--label a.button--ghost, .advantages_block__header--label a.button--ghost--transparent, .advantages_block__header--label a.button--search {
        display: inline-block;
        margin-left: 15px;
        padding-right: 30px;
        padding-left: 30px; }
        @media (max-width: 767px) {
          .advantages_block__header--label .button, .advantages_block__header--label a.button--slim, .advantages_block__header--label a.button--ghost, .advantages_block__header--label a.button--ghost--transparent, .advantages_block__header--label a.button--search {
            margin-left: 0; } }
      @media (max-width: 767px) {
        .advantages_block__header--label {
          text-align: center; } }
  .advantages_block__listItem {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: table;
    width: 100%; }
    @media (max-width: 767px) {
      .advantages_block__listItem {
        display: block;
        width: 100%; } }
    .advantages_block__listItem::before {
      border-left: 1px solid #D3D3D2;
      content: '';
      position: absolute;
      left: 16.66666%;
      top: 15px;
      bottom: 15px; }
      @media (max-width: 767px) {
        .advantages_block__listItem::before {
          content: none; } }
    .advantages_block__listItem__icon {
      float: none;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .advantages_block__listItem__icon img {
        width: 64px;
        height: auto; }
        @media (max-width: 767px) {
          .advantages_block__listItem__icon img {
            width: 80px; } }
      @media (max-width: 767px) {
        .advantages_block__listItem__icon {
          display: block;
          width: 100%; } }
    .advantages_block__listItem__description {
      float: none;
      display: table-cell;
      vertical-align: middle;
      padding-left: 20px;
      font-family: "Trade Gothic Light";
      color: inherit; }
      @media (max-width: 767px) {
        .advantages_block__listItem__description {
          width: 100%;
          display: block;
          padding: 0 40px;
          text-align: center; } }
      .advantages_block__listItem__description--title {
        color: inherit;
        font-size: 1.275em;
        padding-bottom: 10px;
        font-family: "Trade Gothic"; }
        @media (max-width: 767px) {
          .advantages_block__listItem__description--title {
            font-size: 1.2em;
            text-align: center;
            width: 100%;
            margin-top: 15px; } }
      .advantages_block__listItem__description a {
        font-family: "Trade Gothic Bold"; }
      .advantages_block__listItem__description p {
        font-family: "Trade Gothic Light";
        color: #292F36;
        font-size: 1em;
        line-height: 1.250em; }
        .advantages_block__listItem__description p a {
          font-family: "Trade Gothic Bold"; }
      .advantages_block__listItem__description ul {
        font-family: "Trade Gothic Light";
        color: #292F36;
        font-size: 1em;
        line-height: 1.250em;
        margin: 10px 0; }
        @media (max-width: 767px) {
          .advantages_block__listItem__description ul {
            text-align: left;
            padding-left: 20px; } }
        .advantages_block__listItem__description ul li {
          padding: 5px 0; }

.fiber_block {
  margin: 0 auto;
  max-width: 1024px; }
  .fiber_block__container {
    width: 100%;
    position: relative;
    display: block; }
    .fiber_block__container__item {
      padding: 25px 0;
      display: table;
      width: 100%; }
      @media (max-width: 767px) {
        .fiber_block__container__item {
          padding: 15px 0; } }
      .fiber_block__container__item .base__icon {
        display: none; }
      .fiber_block__container__item.icon .fiber_block__container__button {
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .fiber_block__container__item.icon .fiber_block__container__button {
            padding-top: 30px; } }
        .fiber_block__container__item.icon .fiber_block__container__button a {
          display: none; }
        .fiber_block__container__item.icon .fiber_block__container__button .base__icon {
          display: block;
          width: 64px;
          height: 64px; }
          .fiber_block__container__item.icon .fiber_block__container__button .base__icon::before {
            border-left: 1px solid #D3D3D2;
            content: '';
            position: absolute;
            top: 0;
            height: 100%;
            left: 0; }
            @media (max-width: 767px) {
              .fiber_block__container__item.icon .fiber_block__container__button .base__icon::before {
                border-top: 1px solid #D3D3D2;
                height: 1px;
                margin-top: 10px;
                left: 15px;
                right: 15px; } }
      .fiber_block__container__item.full .fiber_block__container__description {
        width: 100%; }
      .fiber_block__container__item.full .fiber_block__container__button {
        display: none; }
    .fiber_block__container__description {
      display: table-cell;
      float: none;
      vertical-align: middle; }
      .fiber_block__container__description--title {
        font-family: "Trade Gothic Light";
        color: #009BBE;
        font-size: 1.375em;
        margin-bottom: 10px; }
      .fiber_block__container__description--subTitle {
        margin-bottom: 10px; }
      @media (max-width: 767px) {
        .fiber_block__container__description {
          display: block; }
          .fiber_block__container__description p {
            font-size: 0.96em; } }
    .fiber_block__container__button {
      display: table-cell;
      float: none;
      vertical-align: middle;
      padding-top: 29px;
      padding-bottom: 29px; }
      .fiber_block__container__button .button--slim {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 1em;
        max-width: 280px; }
        .fiber_block__container__button .button--slim::before {
          border-left: 1px solid #D3D3D2;
          content: '';
          position: absolute;
          top: 0;
          height: 100%;
          left: 0; }
          @media (max-width: 767px) {
            .fiber_block__container__button .button--slim::before {
              border-top: 1px solid #D3D3D2;
              height: 1px;
              margin-top: 10px;
              left: 15px;
              right: 15px; } }
      @media (max-width: 767px) {
        .fiber_block__container__button {
          padding-top: 30px;
          padding-bottom: 0;
          display: block; } }
    .fiber_block__container:nth-of-type(even) {
      background-color: #E6E9ED; }
  .fiber_block__note {
    font-size: 0.75em;
    padding-top: 10px;
    margin-bottom: 50px; }

.blocco_homeAndLifeExt__container {
  background-color: #212121;
  max-width: 1024px;
  margin: 0 auto; }

.blocco_homeAndLifeExt .device_filter_block__title {
  color: #FFF;
  margin-right: 15px; }

.blocco_homeAndLifeExt .showcase_homeAndLifeExt_device {
  padding-bottom: 30px; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device .button, .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device a.button--slim, .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device a.button--ghost, .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device a.button--ghost--transparent, .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device a.button--search {
    padding-top: 15px;
    padding-bottom: 10px; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs {
    text-transform: uppercase;
    color: #292F36; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs--left {
      float: left;
      margin-left: 30px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs--right {
      float: right;
      margin-right: 30px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs--title:hover {
        border-bottom: 1px solid #F48135; }
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs--title.active {
        border-bottom: 1px solid #F48135;
        color: #F48135; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select {
    float: left;
    width: calc(50% - 10px); }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select--second {
      margin-left: 20px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select .base__select.bootstrap-select {
      width: 100% !important; }
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px 20px; }
        .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em;
          font-family: "Trade Gothic"; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single {
    position: relative;
    height: 465px;
    display: none; }
    @media (max-width: 767px) {
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single {
        height: auto;
        margin-bottom: 30px; } }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single:nth-child(-n+3) {
      display: block; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single:nth-child(3n):after {
      display: none; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single:after {
      background-color: #CCD1D9;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 5%;
      bottom: 20%;
      right: 0%;
      min-height: 1px; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    float: left;
    font-family: "Trade Gothic";
    color: #FFF; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic h2 {
      margin-bottom: 10px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic__image {
      margin: 0 auto;
      margin-bottom: 10px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--title {
      font-size: 1.25em;
      margin-bottom: 10px;
      font-family: "Trade Gothic Bold"; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--description {
      margin-bottom: 10px;
      font-size: 1.250em;
      font-family: "Trade Gothic Light";
      line-height: 22px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--mainPrice {
      margin-top: 20px;
      margin-bottom: 30px;
      font-size: 1.625em;
      line-height: 1;
      text-align: center;
      font-family: "Trade Gothic Light"; }
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--mainPrice .recurrency {
        font-size: 0.615em; }
        .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--mainPrice .recurrency--only {
          padding-top: 3px;
          line-height: 1.5em;
          display: block;
          margin: 0 auto; }
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--mainPrice .offer_name {
        color: #F48135;
        font-size: 20px; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__showMore {
    color: #F48135;
    font-size: 1.250em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Trade Gothic Light";
    cursor: pointer; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__showMore:hover {
      text-decoration: underline; }

@media all and (max-width: 767px) {
  .showcase_homeAndLifeExt_device__tabs--left {
    margin-left: 0px;
    text-align: center;
    float: none;
    font-size: 0.8em; }
  .showcase_homeAndLifeExt_device__tabs--right {
    display: none; }
  .showcase_homeAndLifeExt_device__single:after {
    display: none !important; } }

/* ========================================================= */
.download_module__block {
  width: 100%; }
  @media (max-width: 480px) {
    .download_module__block {
      font-size: 0.875em; } }
  .download_module__block .button--slim {
    font-size: 0.875em; }
  .download_module__block__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: table;
    padding: 30px 15px;
    background-color: #E6E9ED; }
  .download_module__block__details {
    color: #292F36;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    width: 60%; }
  .download_module__block__title {
    font-size: 1.500em;
    font-family: "Trade Gothic Bold";
    display: table-cell;
    vertical-align: middle;
    margin-right: 30px;
    width: 20%; }
  .download_module__block__buttonContainer {
    display: table-cell;
    vertical-align: middle;
    width: 20%; }
  .download_module__block.reversed_colors .download_module__block__container {
    background-color: #FFF; }
  .download_module__block.noTitle .download_module__block__title {
    display: none; }
  .download_module__block.noTitle .download_module__block__details {
    width: 80%; }

.roadShow_block__container {
  margin-bottom: 20px;
  display: table; }
  @media (max-width: 767px) {
    .roadShow_block__container {
      display: block; } }

.roadShow_block__image {
  max-height: 180px;
  vertical-align: middle;
  display: table-cell; }
  @media (max-width: 767px) {
    .roadShow_block__image {
      text-align: center;
      margin-bottom: 15px;
      display: block; } }

.roadShow_block__textContainer {
  display: table-cell;
  vertical-align: middle; }
  .roadShow_block__textContainer .button, .roadShow_block__textContainer a.button--slim, .roadShow_block__textContainer a.button--ghost, .roadShow_block__textContainer a.button--ghost--transparent, .roadShow_block__textContainer a.button--search {
    float: right;
    width: 210px; }
    @media (max-width: 767px) {
      .roadShow_block__textContainer .button, .roadShow_block__textContainer a.button--slim, .roadShow_block__textContainer a.button--ghost, .roadShow_block__textContainer a.button--ghost--transparent, .roadShow_block__textContainer a.button--search {
        float: none;
        margin: 0 auto; } }

.roadShow_block__mainTitle {
  font-family: "Trade Gothic Bold";
  font-size: 1.750em;
  text-align: center;
  margin-bottom: 10px; }

.roadShow_block__description {
  font-size: 0.875em;
  font-family: "Trade Gothic";
  margin-bottom: 20px;
  margin-left: 60px; }
  @media (max-width: 767px) {
    .roadShow_block__description {
      text-align: center;
      margin-left: 0px; } }

.counter_block {
  width: 100%;
  background-color: #E6E9ED;
  max-width: 1024px;
  margin: 0 auto; }
  .counter_block_container {
    margin: 0 auto;
    max-width: 1024px;
    color: #292F36;
    text-align: center;
    font-family: "Trade Gothic";
    line-height: 50px;
    padding: 20px 0 10px 0; }
  .counter_block_items--title {
    font-family: "Trade Gothic";
    font-size: 1.3em;
    line-height: 21px; }
    @media (max-width: 767px) {
      .counter_block_items--title {
        font-size: 0.8em; } }

.counter_block_items--data {
  font-size: 1.8em;
  font-family: "Trade Gothic Light"; }
  .counter_block_items--data .time {
    font-family: "Trade Gothic Bold" !important;
    margin-left: 5px;
    position: relative;
    left: 8px;
    padding-right: 5px;
    padding-left: 5px; }
    @media (max-width: 767px) {
      .counter_block_items--data .time {
        font-size: 24px;
        margin-left: 2px;
        left: 0; } }
  .counter_block_items--data .gg {
    font-family: "Trade Gothic Light"; }
    @media (max-width: 767px) {
      .counter_block_items--data .gg {
        font-size: 24px; } }
  @media (max-width: 767px) {
    .counter_block_items--data {
      font-size: 15px; } }

/* INIZIO CLASSI DI SUPPORTO, MIXIN E VARIABILI */
/* INIZIO VARIABILI */
/* FINE VARIABILI */
/* FINE CLASSI DI SUPPORTO, MIXIN E VARIABILI */
/* INIZIO STYLING BLOCCO RICERCA A COMPARSA */
.block-search {
  max-width: 1024px;
  padding-top: 50px;
  /* INIZIO STYLING OVERLAY */
  /* FINE STYLING OVERLAY */
  /* INIZIO STYLING CONTAINER RICERCA */
  /* FINE STYLING CONTAINER RICERCA */
  /* INIZIO STYLING BARRA RICERCA */
  /* FINE STYLING BARRA RICERCA */
  /* INIZIO STYLING BARRA RICERCA RISULTATI */
  /* FINE STYLING BARRA RICERCA RISULTATI */ }
  @media (max-width: 767px) {
    .block-search {
      padding: 0;
      margin: 1px -6px 0;
      background-color: white; } }
  .block-search__container {
    max-width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .block-search__container {
        padding: 0;
        margin: 0; } }
  .block-search__search_bar {
    /* INIZIO STYLING BARRA RICERCA CONTAINER */
    /* FINE STYLING BARRA RICERCA CONTAINER */
    /* INIZIO STYLING BARRA RICERCA INPUT */
    /* FINE STYLING BARRA RICERCA INPUT */
    /* INIZIO STYLING SUGGERIMENTO HEADER */
    /* FINE STYLING SUGGERIMENTO HEADER */
    /* INIZIO STYLING RESETTER HEADER */
    /* FINE STYLING RESETTER HEADER */ }
    .block-search__search_bar__container {
      position: relative;
      padding-top: 0; }
      @media (max-width: 767px) {
        .block-search__search_bar__container {
          padding: 0; } }
    .block-search__search_bar__input {
      padding: 10px 21px 12px;
      font-size: 24px;
      line-height: 1.2em; }
      @media (max-width: 767px) {
        .block-search__search_bar__input {
          -webkit-border-radius: 0;
          border-radius: 0;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          border-left: 0 !important;
          border-right: 0 !important;
          border-top: 0 !important;
          padding: 23px 21px 16px;
          font-size: 16px;
          line-height: normal; } }
    .block-search__search_bar__hint {
      position: absolute;
      top: 0;
      bottom: 0;
      cursor: pointer;
      padding-right: 10px;
      right: 0;
      color: #F48135; }
      .block-search__search_bar__hint .hint {
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
        float: left; }
        .block-search__search_bar__hint .hint__text {
          padding-right: 9px;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 22px; }
        .block-search__search_bar__hint .hint__icon .base__icon {
          height: 24px;
          width: 24px; }
    .block-search__search_bar__resetter {
      position: absolute;
      top: 0;
      bottom: 0;
      padding: 16px 10px 15px;
      right: 0;
      color: #F48135; }
      @media (max-width: 767px) {
        .block-search__search_bar__resetter {
          padding: 23px 0 15px; } }
      .block-search__search_bar__resetter .resetter {
        display: inline-block;
        cursor: pointer; }
        .block-search__search_bar__resetter .resetter__icon {
          padding-right: 15px; }
          .block-search__search_bar__resetter .resetter__icon .base__icon {
            height: 20px;
            width: 20px; }
  .block-search__results {
    /* INIZIO STYLING BARRA RICERCA CONTAINER RISULTATI */
    /* FINE STYLING BARRA RICERCA CONTAINER RISULTATI */ }
    .block-search__results__container {
      padding-top: 9px !important;
      /* INIZIO STYLING BARRA RICERCA CONTAINER RISULTATI NORMALI/VIRTUAL AGENT */
      /* FINE STYLING BARRA RICERCA CONTAINER RISULTATI NORMALI/VIRTUAL AGENT */ }
      .block-search__results__container.results {
        /* INIZIO STYLING BARRA RICERCA CONTAINER RISULTATI NORMALI */
        /* FINE STYLING BARRA RICERCA CONTAINER RISULTATI NORMALI */
        /* INIZIO STYLING BARRA RICERCA CONTAINER RISULTATI VIRTUAL AGENT */
        /* FINE STYLING BARRA RICERCA CONTAINER RISULTATI VIRTUAL AGENT */ }
        .block-search__results__container.results--normal {
          padding-top: 5px !important;
          /* INIZIO STYLING BARRA RICERCA SINGOLO RISULTATO NORMALE */
          /* FINE STYLING BARRA RICERCA SINGOLO RISULTATO NORMALE */
          /* INIZIO STYLING BARRA RICERCA SHOW MORE */
          /* FINE STYLING BARRA RICERCA SHOW MORE */ }
          @media (max-width: 767px) {
            .block-search__results__container.results--normal {
              padding: 0 !important; } }
          .block-search__results__container.results--normal .result_item {
            background-color: #FFF;
            border-left: 1px solid #D3D3D2;
            border-right: 1px solid #D3D3D2;
            font-family: "Trade Gothic Light";
            /* INIZIO STYLING BARRA RICERCA CONTAINER SINGOLO RISULTATO NORMALE */
            /* FINE STYLING BARRA RICERCA CONTAINER SINGOLO RISULTATO NORMALE */
            /* INIZIO STYLING BARRA RICERCA TITOLO SINGOLO RISULTATO NORMALE */
            /* FINE STYLING BARRA RICERCA TITOLO SINGOLO RISULTATO NORMALE */
            /* INIZIO STYLING BARRA RICERCA CORPO SINGOLO RISULTATO NORMALE */
            /* FINE STYLING BARRA RICERCA CORPO SINGOLO RISULTATO NORMALE */
            /* INIZIO STYLING BARRA RICERCA CATEGORIA SINGOLO RISULTATO NORMALE */
            /* FINE STYLING BARRA RICERCA CATEGORIA SINGOLO RISULTATO NORMALE */
            /* INIZIO STYLING BARRA RICERCA DESCRIZIONE SINGOLO RISULTATO NORMALE */
            /* FINE STYLING BARRA RICERCA DESCRIZIONE SINGOLO RISULTATO NORMALE */ }
            @media (max-width: 767px) {
              .block-search__results__container.results--normal .result_item {
                border: none; } }
            .block-search__results__container.results--normal .result_item:first-child {
              border-top: 1px solid #D3D3D2;
              -webkit-border-top-right-radius: 4px;
              border-top-right-radius: 4px;
              -webkit-border-top-left-radius: 4px;
              border-top-left-radius: 4px;
              background-clip: padding-box; }
              @media (max-width: 767px) {
                .block-search__results__container.results--normal .result_item:first-child {
                  border: none;
                  -webkit-border-top-right-radius: 0;
                  border-top-right-radius: 0;
                  -webkit-border-top-left-radius: 0;
                  border-top-left-radius: 0;
                  background-clip: padding-box; } }
            .block-search__results__container.results--normal .result_item__content {
              margin: 0 9px;
              border-bottom: 1px solid #D3D3D2;
              letter-spacing: 0.025em; }
              @media (max-width: 767px) {
                .block-search__results__container.results--normal .result_item__content {
                  margin: 0 15px; } }
            .block-search__results__container.results--normal .result_item__title {
              margin: 0 9px;
              padding-top: 14px; }
              @media (max-width: 767px) {
                .block-search__results__container.results--normal .result_item__title {
                  padding-top: 10px;
                  padding-bottom: 12px;
                  margin: 0; } }
              .block-search__results__container.results--normal .result_item__title__link {
                font-family: "Trade Gothic Bold";
                font-size: 18px;
                line-height: 19.5px;
                color: #009BBE !important; }
            .block-search__results__container.results--normal .result_item__body {
              margin: 0 9px;
              padding-bottom: 13px;
              font-size: 14px;
              line-height: 18px;
              min-height: 50px; }
              @media (max-width: 767px) {
                .block-search__results__container.results--normal .result_item__body {
                  display: none; } }
            .block-search__results__container.results--normal .result_item__category {
              display: inline; }
              .block-search__results__container.results--normal .result_item__category:after {
                content: "-";
                display: inline; }
              .block-search__results__container.results--normal .result_item__category__link {
                color: #F48135; }
            .block-search__results__container.results--normal .result_item__text {
              display: inline;
              color: #292F36; }
          .block-search__results__container.results--normal .show_more {
            background-color: #FFF;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            background-clip: padding-box;
            border: 1px solid #D3D3D2;
            border-top: none;
            /* INIZIO STYLING BARRA RICERCA CONTAINER SHOW MORE */
            /* FINE STYLING BARRA RICERCA CONTAINER SHOW MORE */
            /* INIZIO STYLING BARRA RICERCA LINK SHOW MORE */
            /* FINE STYLING BARRA RICERCA LINK SHOW MORE */ }
            @media (max-width: 767px) {
              .block-search__results__container.results--normal .show_more {
                border: none; } }
            .block-search__results__container.results--normal .show_more__content {
              color: #F48135;
              text-transform: uppercase;
              padding: 14px 0 13px;
              font-size: 14px;
              text-align: center; }
              @media (max-width: 767px) {
                .block-search__results__container.results--normal .show_more__content {
                  padding: 17px 0 16px; } }
            .block-search__results__container.results--normal .show_more__link:hover {
              color: #F69A5D; }
        .block-search__results__container.results--virtual_agent {
          padding-top: 5px !important;
          /* INIZIO STYLING BARRA RICERCA SINGOLO RISULTATO VIRTUAL AGENT */
          /* FINE STYLING BARRA RICERCA SINGOLO RISULTATO VIRTUAL AGENT */ }
          @media (max-width: 767px) {
            .block-search__results__container.results--virtual_agent {
              padding: 0 !important; } }
          .block-search__results__container.results--virtual_agent .result_item {
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            background-color: #F48135;
            font-family: "Trade Gothic Light";
            margin-bottom: 5px;
            padding: 10px 21px 12px;
            /* INIZIO STYLING BARRA RICERCA CONTAINER SINGOLO RISULTATO VIRTUAL AGENT */
            /* FINE STYLING BARRA RICERCA CONTAINER RISULTATO VIRTUAL AGENT */
            /* INIZIO STYLING BARRA RICERCA TITOLO SINGOLO RISULTATO VIRTUAL AGENT */
            /* FINE STYLING BARRA RICERCA TITOLO SINGOLO RISULTATO VIRTUAL AGENT */ }
            @media (max-width: 767px) {
              .block-search__results__container.results--virtual_agent .result_item {
                -webkit-border-radius: 0;
                border-radius: 0;
                background-clip: padding-box;
                /* stops bg color from leaking outside the border: */
                font-family: "Trade Gothic";
                margin-bottom: 3px;
                padding: 16px 21px 16px; } }
            .block-search__results__container.results--virtual_agent .result_item__title {
              /* INIZIO STYLING BARRA RICERCA LINK SINGOLO RISULTATO VIRTUAL AGENT */
              /* FINE STYLING BARRA RICERCA LINK SINGOLO RISULTATO VIRTUAL AGENT */ }
              .block-search__results__container.results--virtual_agent .result_item__title__link {
                color: #FFF;
                font-size: 20px;
                letter-spacing: 0.025em; }
                @media (max-width: 767px) {
                  .block-search__results__container.results--virtual_agent .result_item__title__link {
                    font-size: 14px;
                    letter-spacing: normal; } }
              .block-search__results__container.results--virtual_agent .result_item__title .evidence {
                font-family: "Trade Gothic Bold"; }

/* FINE STYLING BLOCCO RICERCA A COMPARSA */
/* INIZIO STYLING BLOCCO RISULTATI RICERCA COMPLETO */
.block-full_search {
  /* INIZIO STYLING CONTAINER BLOCCO RISULTATI RICERCA COMPLETO */
  /* FINE STYLING CONTAINER BLOCCO RISULTATI RICERCA COMPLETO */
  /* INIZIO STYLING BARRA RICERCA BLOCCO RISULTATI RICERCA COMPLETO */
  /* FINE STYLING BARRA RICERCA BLOCCO RISULTATI RICERCA COMPLETO */
  /* INIZIO STYLING TABS BLOCCO RISULTATI RICERCA COMPLETO */
  /* FINE STYLING TABS BLOCCO RISULTATI RICERCA COMPLETO */
  /* INIZIO STYLING RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */
  /* FINE STYLING RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */ }
  .block-full_search__search {
    max-width: 1024px;
    margin: 0 auto;
    padding: 28px 30px 20px;
    font-size: 24px;
    line-height: 18px;
    position: relative; }
    @media (max-width: 767px) {
      .block-full_search__search {
        padding: 11px 16px 15px;
        font-size: 16px;
        line-height: normal; } }
    .block-full_search__search .base__input {
      padding-top: 10px;
      padding-bottom: 12px; }
      @media (max-width: 767px) {
        .block-full_search__search .base__input {
          padding-top: 13px;
          padding-bottom: 16px; } }
    .block-full_search__search_bar__resetter {
      position: absolute;
      top: 0;
      bottom: 0;
      padding: 22px 15px 20px;
      margin: 24px 30px 18px;
      right: 0;
      color: #F48135; }
      @media (max-width: 767px) {
        .block-full_search__search_bar__resetter {
          padding: 15px 10px 12px;
          margin: 11px 16px 16px; } }
      .block-full_search__search_bar__resetter .resetter {
        display: inline-block;
        cursor: pointer; }
        .block-full_search__search_bar__resetter .resetter__text {
          font-size: 14px;
          line-height: 18px;
          text-transform: uppercase; }
  .block-full_search .results--normal {
    position: absolute;
    width: calc(100% - 60px);
    z-index: 1; }
    @media (max-width: 767px) {
      .block-full_search .results--normal {
        position: relative;
        width: 100%;
        padding-top: 5px !important; } }
  .block-full_search__tabs .slider_menu_tabs {
    padding: 0 30px !important;
    /* INIZIO STYLING TABS CUSTOMIZATION BLOCCO RISULTATI RICERCA COMPLETO */
    /* FINE STYLING TABS CUSTOMIZATION BLOCCO RISULTATI RICERCA COMPLETO */ }
    @media (max-width: 767px) {
      .block-full_search__tabs .slider_menu_tabs {
        padding: 0 15px !important; } }
    .block-full_search__tabs .slider_menu_tabs .item {
      margin: 0 16px;
      font-size: 16px;
      line-height: 20px;
      padding: 31px 6px 5px; }
      @media (max-width: 767px) {
        .block-full_search__tabs .slider_menu_tabs .item {
          padding: 16px 6px 12px; } }
      .block-full_search__tabs .slider_menu_tabs .item:first-child {
        margin-left: 0; }
      .block-full_search__tabs .slider_menu_tabs .item:last-child {
        margin-right: 0; }
      .block-full_search__tabs .slider_menu_tabs .item a {
        color: #D3D3D2; }
        .block-full_search__tabs .slider_menu_tabs .item a:hover {
          color: #F48135; }
      .block-full_search__tabs .slider_menu_tabs .item.tab_active a {
        color: #F48135; }
  .block-full_search__results {
    padding: 0 30px !important;
    max-width: 1024px;
    margin: 0 auto;
    /* INIZIO STYLING COUNTER BLOCCO RISULTATI RICERCA COMPLETO */
    /* FINE STYLING COUNTER BLOCCO RISULTATI RICERCA COMPLETO */
    /* INIZIO STYLING CONTAINER RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */
    /* FINE STYLING CONTAINER RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */
    /* INIZIO STYLING SIDEBAR RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */
    /* FINE STYLING SIDEBAR RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */ }
    @media (max-width: 767px) {
      .block-full_search__results {
        padding: 0 15px !important; } }
    .block-full_search__results__counter {
      padding: 17px 0;
      color: #D3D3D2;
      font-size: 15px;
      line-height: 18px;
      border-bottom: 1px solid #D3D3D2; }
      @media (max-width: 767px) {
        .block-full_search__results__counter {
          padding: 12px 0 16px; } }
    .block-full_search__results__container {
      display: inline-block;
      float: left;
      width: calc(100% - 307px);
      /* INIZIO STYLING SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
      /* FINE STYLING SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */ }
      @media (max-width: 767px) {
        .block-full_search__results__container {
          width: 100%; } }
      .block-full_search__results__container .search_result {
        margin-top: 24px;
        margin-bottom: 30px;
        max-height: 78px;
        overflow: hidden;
        padding-top: 3px;
        /* INIZIO STYLING CONTAINER SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
        /* FINE STYLING CONTAINER SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
        /* INIZIO STYLING VARIANTE SINGOLO RISULTATO TESTUALE BLOCCO RISULTATI RICERCA COMPLETO */
        /* FINE STYLING VARIANTE SINGOLO RISULTATO TESTUALE BLOCCO RISULTATI RICERCA COMPLETO */
        /* INIZIO STYLING VARIANTE SINGOLO RISULTATO CON IMMAGINE BLOCCO RISULTATI RICERCA COMPLETO */
        /* INIZIO STYLING VARIANTE SINGOLO RISULTATO CON IMMAGINE BLOCCO RISULTATI RICERCA COMPLETO */ }
        @media (max-width: 767px) {
          .block-full_search__results__container .search_result {
            margin-top: 14px;
            margin-bottom: 23px;
            max-height: 82px; } }
        .block-full_search__results__container .search_result .result {
          /* INIZIO STYLING CORPO SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* FINE STYLING CORPO SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* INIZIO STYLING TITOLO SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* FINE STYLING TITOLO SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* INIZIO STYLING CATEGORIA SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* FINE STYLING CATEGORIA SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* INIZIO STYLING DESCRIZIONE SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* FINE STYLING DESCRIZIONE SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */ }
          .block-full_search__results__container .search_result .result__body {
            display: inline-block;
            padding-right: 20px;
            line-height: 18px; }
            @media (max-width: 767px) {
              .block-full_search__results__container .search_result .result__body {
                padding-right: 0;
                line-height: 20px; } }
          .block-full_search__results__container .search_result .result__title {
            margin-bottom: 3px;
            line-height: 16px; }
            @media (max-width: 767px) {
              .block-full_search__results__container .search_result .result__title {
                line-height: 22px;
                max-height: 40px;
                overflow: hidden; } }
            .block-full_search__results__container .search_result .result__title__link {
              font-family: "Trade Gothic Bold";
              font-size: 18px;
              line-height: 18px;
              color: #009BBE !important;
              letter-spacing: 0.025em; }
          .block-full_search__results__container .search_result .result__category {
            display: inline;
            color: #F48135;
            letter-spacing: -0.05em; }
            .block-full_search__results__container .search_result .result__category:after {
              content: "-";
              display: inline; }
            @media (max-width: 767px) {
              .block-full_search__results__container .search_result .result__category {
                font-size: 14px; } }
          .block-full_search__results__container .search_result .result__text {
            display: inline;
            letter-spacing: -0.036em; }
            @media (max-width: 767px) {
              .block-full_search__results__container .search_result .result__text {
                font-size: 14px; } }
        .block-full_search__results__container .search_result--thumb .result__thumbnail {
          display: inline-block;
          float: left;
          width: 80px;
          text-align: center; }
          @media (max-width: 767px) {
            .block-full_search__results__container .search_result--thumb .result__thumbnail {
              width: 76px; } }
          .block-full_search__results__container .search_result--thumb .result__thumbnail img {
            max-height: 65px;
            width: auto;
            margin: 0 auto;
            display: block; }
            @media (max-width: 767px) {
              .block-full_search__results__container .search_result--thumb .result__thumbnail img {
                max-height: 73px; } }
        .block-full_search__results__container .search_result--thumb .result__body {
          width: calc(100% - 80px);
          float: right; }
          @media (max-width: 767px) {
            .block-full_search__results__container .search_result--thumb .result__body {
              width: calc(100% - 76px); } }
    .block-full_search__results__sidebar {
      width: 307px;
      float: left;
      display: inline-block;
      /* INIZIO STYLING SINGOLA OFFERTA SIDEBAR RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */
      /* FINE STYLING SINGOLA OFFERTA SIDEBAR RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */ }
      @media (max-width: 767px) {
        .block-full_search__results__sidebar {
          display: none; } }
      .block-full_search__results__sidebar .sidebar_offer {
        padding: 16px 0 12px;
        color: #292F36;
        border-bottom: 1px solid #D3D3D2;
        /* INIZIO STYLING CONTAINER SINGOLA OFFERTA SIDEBAR */
        /* FINE STYLING CONTAINER SINGOLA OFFERTA SIDEBAR */ }
        .block-full_search__results__sidebar .sidebar_offer .offer {
          /* INIZIO STYLING THUMBNAIL SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING THUMBNAIL SINGOLA OFFERTA SIDEBAR */
          /* INIZIO STYLING CORPO SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING CORPO SINGOLA OFFERTA SIDEBAR */
          /* INIZIO STYLING TITOLO SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING TITOLO SINGOLA OFFERTA SIDEBAR */
          /* INIZIO STYLING IMPORTO SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING IMPORTO SINGOLA OFFERTA SIDEBAR */
          /* INIZIO STYLING SCONTO SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING SCONTO SINGOLA OFFERTA SIDEBAR */
          /* INIZIO STYLING LINK SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING LINK SINGOLA OFFERTA SIDEBAR */ }
          .block-full_search__results__sidebar .sidebar_offer .offer__thumbnail {
            display: inline-block;
            float: left;
            width: 110px; }
            .block-full_search__results__sidebar .sidebar_offer .offer__thumbnail img {
              display: block;
              max-height: 85px;
              width: auto;
              margin: 0 auto; }
          .block-full_search__results__sidebar .sidebar_offer .offer__body {
            width: calc(100% - 110px);
            display: inline-block;
            float: right;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: -0.02em; }
          .block-full_search__results__sidebar .sidebar_offer .offer__title {
            font-size: 18px;
            font-family: "Trade Gothic Bold";
            padding-bottom: 6px;
            line-height: 18px; }
          .block-full_search__results__sidebar .sidebar_offer .offer__discount .barred_price {
            text-decoration-line: line-through;
            text-decoration: line-through; }
          .block-full_search__results__sidebar .sidebar_offer .offer__discount .promo {
            color: #009BBE; }
          .block-full_search__results__sidebar .sidebar_offer .offer__link {
            letter-spacing: 0.025em;
            padding-top: 9px;
            font-size: 18px;
            line-height: 18px;
            color: #F48135; }

/* FINE STYLING BLOCCO RISULTATI RICERCA COMPLETO */
.showcase_bundle_block {
  hyphens: none; }
  .showcase_bundle_block__showMore {
    color: #F48135;
    font-size: 1.250em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Trade Gothic Light";
    margin-bottom: 40px;
    cursor: pointer;
    clear: both; }
    .showcase_bundle_block__showMore:hover {
      text-decoration: underline; }
  .showcase_bundle_block__container {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 0; }
    .showcase_bundle_block__container .cardsOffer__single {
      position: relative;
      font-size: 16px;
      height: 30em;
      text-align: center;
      margin-bottom: 40px;
      display: block;
      padding-left: 30px;
      padding-right: 30px;
      overflow: hidden; }
      .showcase_bundle_block__container .cardsOffer__single:nth-child(n+4) {
        display: none; }
      .showcase_bundle_block__container .cardsOffer__single:not([style*="display:none"]):not([style*="display: none"]):not(:nth-child(3n)):not(:last-child) {
        position: relative; }
        .showcase_bundle_block__container .cardsOffer__single:not([style*="display:none"]):not([style*="display: none"]):not(:nth-child(3n)):not(:last-child):after {
          background-color: #D3D3D2;
          width: 1px;
          content: "";
          display: block;
          position: absolute;
          top: 7%;
          bottom: 7%;
          right: 0%;
          min-height: 1px; }
          @media (max-width: 767px) {
            .showcase_bundle_block__container .cardsOffer__single:not([style*="display:none"]):not([style*="display: none"]):not(:nth-child(3n)):not(:last-child):after {
              content: none; } }
      .showcase_bundle_block__container .cardsOffer__single--bgContainer {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 0;
        width: 100%;
        height: 27.7em; }
      .showcase_bundle_block__container .cardsOffer__single--title {
        position: relative;
        z-index: 51;
        margin-bottom: 16px;
        color: inherit; }
        .showcase_bundle_block__container .cardsOffer__single--title h3 {
          font-size: 1.785em;
          font-family: "Trade Gothic Condensed";
          font-weight: 700;
          height: 3em;
          line-height: 1em;
          letter-spacing: -.025em; }
          .ff .showcase_bundle_block__container .cardsOffer__single--title h3 {
            letter-spacing: -.045em; }
          .showcase_bundle_block__container .cardsOffer__single--title h3:empty {
            display: none; }
      .showcase_bundle_block__container .cardsOffer__single--subTitle {
        display: none; }
      .showcase_bundle_block__container .cardsOffer__single--text {
        position: relative;
        margin-bottom: 10px;
        z-index: 51;
        color: #292F36; }
        .showcase_bundle_block__container .cardsOffer__single--text:empty {
          display: none; }
        .showcase_bundle_block__container .cardsOffer__single--text--bundle {
          font-size: 1.375em;
          color: #292F36;
          margin-bottom: 10px;
          line-height: 1.1em; }
          .showcase_bundle_block__container .cardsOffer__single--text--bundle:empty {
            display: none; }
        .showcase_bundle_block__container .cardsOffer__single--text--smallDescription {
          font-size: 1.125em;
          margin-bottom: 10px;
          color: #292F36;
          line-height: 1.1em; }
        .showcase_bundle_block__container .cardsOffer__single--text--bigDescription:empty {
          display: none; }
      .showcase_bundle_block__container .cardsOffer__single--price__container {
        position: absolute;
        bottom: 65px;
        left: 0;
        right: 0;
        z-index: 51; }
        .showcase_bundle_block__container .cardsOffer__single--price__container--priceDiscounted {
          font-size: 2.7em;
          color: #292F36;
          font-family: "Trade Gothic Light";
          position: relative;
          line-height: 1;
          z-index: 51; }
          .showcase_bundle_block__container .cardsOffer__single--price__container--priceDiscounted:empty {
            display: none; }
          .showcase_bundle_block__container .cardsOffer__single--price__container--priceDiscounted .price {
            position: relative; }
            .showcase_bundle_block__container .cardsOffer__single--price__container--priceDiscounted .price::before {
              border-bottom: 1px solid #292F36;
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              top: 50%; }
            .showcase_bundle_block__container .cardsOffer__single--price__container--priceDiscounted .price:empty {
              display: none; }
        .showcase_bundle_block__container .cardsOffer__single--price__container--price {
          font-size: 2.7em;
          color: inherit;
          font-family: "Trade Gothic Light";
          position: relative;
          line-height: 1;
          z-index: 51; }
          .showcase_bundle_block__container .cardsOffer__single--price__container--price:empty {
            display: none; }
        .showcase_bundle_block__container .cardsOffer__single--price__container--recurrency {
          font-size: 0.875em;
          position: relative;
          color: #292F36;
          z-index: 51; }
          .showcase_bundle_block__container .cardsOffer__single--price__container--recurrency:empty {
            display: none; }
      .showcase_bundle_block__container .cardsOffer__single .button, .showcase_bundle_block__container .cardsOffer__single a.button--slim, .showcase_bundle_block__container .cardsOffer__single a.button--ghost, .showcase_bundle_block__container .cardsOffer__single a.button--ghost--transparent, .showcase_bundle_block__container .cardsOffer__single a.button--search {
        max-width: 300px;
        margin: 0 auto;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        width: auto;
        z-index: 51; }
      .showcase_bundle_block__container .cardsOffer__single.business {
        color: #F48135; }
        .showcase_bundle_block__container .cardsOffer__single.business .cardsOffer__single--title {
          color: #F48135; }
      .showcase_bundle_block__container .cardsOffer__single.singleBundle .cardsOffer__single--text--bundle {
        margin-bottom: 10px; }
      .showcase_bundle_block__container .cardsOffer__single.singleBundle .cardsOffer__single--text--smallDescription {
        margin-bottom: 10px; }
      .showcase_bundle_block__container .cardsOffer__single.no_bundle .cardsOffer__single--text--bigDescription {
        font-size: 1.375em;
        color: #292F36;
        line-height: 1.1em;
        margin-bottom: 10px; }
      .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--text {
        padding-top: 10.7em; }
        .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--text--bundle {
          font-size: 1em;
          color: #FFF; }
      .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--price__container--priceDiscounted {
        color: #FFF; }
        .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--price__container--priceDiscounted .price::before {
          border-bottom: 1px solid;
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 50%; }
      .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--price__container--price {
        color: #FFF; }
      .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--price__container--recurrency {
        color: #FFF; }
      .showcase_bundle_block__container .cardsOffer__single.fullBg {
        padding-left: 15px;
        padding-right: 15px; }
        .showcase_bundle_block__container .cardsOffer__single.fullBg .cardsOffer__single--bgContainer {
          position: relative;
          margin-bottom: 10px; }
          .showcase_bundle_block__container .cardsOffer__single.fullBg .cardsOffer__single--bgContainer img {
            max-width: 100%; }
      .showcase_bundle_block__container .cardsOffer__single.onlyText .cardsOffer__single--text {
        line-height: 1.2em; }
      .showcase_bundle_block__container .cardsOffer__single.fullText .cardsOffer__single--text {
        line-height: 1.2em;
        margin-bottom: 10px; }
    .showcase_bundle_block__container .bundle_block__showMore {
      padding: 0 0 20px;
      color: #F48135;
      font-size: 1.250em;
      text-align: center;
      text-transform: uppercase;
      font-family: "Trade Gothic Light";
      cursor: pointer; }
      .showcase_bundle_block__container .bundle_block__showMore:hover {
        text-decoration: underline; }
  .showcase_bundle_block h2 {
    font-family: "Trade Gothic Bold Condensed"; }

.cards {
  max-width: 1024px;
  margin: 0 auto 2rem; }
  .cards__title {
    margin-bottom: 1rem; }

.card {
  display: block;
  height: 375px;
  float: left;
  position: relative;
  transition: all .7s linear;
  box-shadow: 0 7px 15px #D3D3D2;
  border-radius: .75rem;
  margin-right: 1rem;
  width: calc((100% - 2rem)/3); }
  .card:not(:nth-of-type(3n)) {
    margin-right: 1rem; }
  .card__image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto; }
    .card__image--container {
      position: relative;
      height: 206px; }
      .card__image--container .base__icon {
        position: relative;
        top: 39px;
        margin: 0 auto; }
  .card__title {
    font-size: 22px;
    font-family: "Trade Gothic Bold";
    font-weight: bold;
    color: inherit;
    padding: .5rem .5rem 0; }
    .mobile .card__title {
      color: #009BBE; }
    .fisso .card__title {
      color: #183989; }
  .card__claim {
    font-size: 16px;
    padding: 0 .5rem;
    margin-top: .5rem;
    font-weight: bold;
    font-family: "Trade Gothic Condensed"; }
  .card__prices--container {
    padding: 0 .5rem;
    margin-top: .25rem; }
  .card__prices--old {
    display: inline;
    font-weight: bold;
    font-size: 22px;
    font-family: "Trade Gothic Condensed";
    position: relative;
    margin-right: .25rem;
    text-decoration: line-through; }
  .card__prices--new {
    display: inline;
    font-weight: bold;
    font-family: "Trade Gothic Condensed";
    font-size: 22px;
    margin-right: .25rem; }
  .card__prices--recurrency {
    display: inline;
    font-family: "Trade Gothic Condensed";
    font-size: 14px; }
  .card__cta {
    color: white;
    margin: .5rem;
    width: calc(100% - 1rem); }
  .card__info {
    transition: all .3s linear;
    position: relative;
    z-index: 200;
    cursor: pointer; }
    .card__info--container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .card__info.left {
      width: calc(100% - 76px);
      background: #F48135;
      color: white;
      padding: 0 .5rem;
      text-transform: uppercase;
      height: 35px;
      font-size: 24px;
      line-height: 1.2em;
      font-family: "Trade Gothic Condensed";
      font-weight: bold; }
      .card__info.left::after {
        content: "";
        background: inherit;
        width: 20px;
        z-index: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        transform-origin: 0 100%;
        transform: skew(-20deg); }
    .card__info.right {
      background: inherit;
      width: 38px;
      position: absolute;
      bottom: 0;
      right: 0; }
      .card__info.right i {
        margin: .4rem .5rem .4rem auto;
        width: 24px;
        height: 24px;
        display: block;
        position: relative; }
        .card__info.right i.plus::before, .card__info.right i.plus::after {
          content: "";
          position: absolute;
          top: calc((100% - 1.25rem)/2);
          left: calc((100% - .25rem)/2);
          height: 1.25rem;
          width: .25rem;
          background: white;
          -webkit-transition: all .5s linear;
          -moz-transition: all .5s linear;
          -ms-transition: all .5s linear;
          -o-transition: all .5s linear;
          transition: all .5s linear; }
        .flipped .card__info.right i.plus::before {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
        .card__info.right i.plus::after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .mobile .card__info.right {
        background: #009BBE; }
      .fisso .card__info.right {
        background: #183989; }
      .card__info.right::before {
        content: "";
        background: inherit;
        width: 20px;
        z-index: 0;
        height: 100%;
        position: absolute;
        left: 0;
        transform-origin: 0 0;
        transform: skew(-20deg); }
        .mobile .card__info.right::before {
          background: #009BBE; }
        .fisso .card__info.right::before {
          background: #183989; }
  .card__bundle {
    font-size: 1.2rem;
    border-bottom: 1px solid #D3D3D2;
    padding: .125rem 0; }
    .card__bundle--container {
      margin-bottom: .5rem; }
  .card.flipped .front {
    z-index: 5; }
  .card.flipped .back {
    z-index: 7;
    height: 210px;
    opacity: 1; }
  .card .front,
  .card .back {
    position: absolute;
    background: #F4F4F4;
    border-radius: .75rem;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .55s linear; }
  .card .front {
    border-top: 5px solid #F48135;
    border-bottom: 5px solid transparent;
    z-index: 7;
    padding: 2.5rem 0; }
    .mobile.card .front {
      border-bottom-color: #009BBE; }
    .fisso.card .front {
      border-bottom-color: #183989; }
  .card .back {
    z-index: 5;
    height: 0;
    padding: .5rem .5rem 0; }

.blocco_faq .faq_accordions {
  display: none; }

.blocco_faq .faq_block__firstLevelBlock {
  display: none; }

.faq_block {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px; }
  .faq_block__single {
    text-align: center;
    padding: 1.250em 1.250em; }
    .faq_block__mainBlock .faq_block__single {
      cursor: pointer; }
      .faq_block__mainBlock .faq_block__single.faq_active {
        background-color: #F48135;
        color: #FFF; }
        .faq_block__mainBlock .faq_block__single.faq_active .faq_block__single__icon .icon_mobile_fisso--color {
          opacity: 0.5; }
        .faq_block__mainBlock .faq_block__single.faq_active .faq_block__single__icon img {
          left: -88px; }
      .faq_block__mainBlock .faq_block__single:hover {
        background-color: #F48135;
        color: #FFF; }
        .faq_block__mainBlock .faq_block__single:hover .faq_block__single__icon .icon_mobile_fisso--color {
          background-position: 50% 6.88966%; }
        .faq_block__mainBlock .faq_block__single:hover .faq_block__single__icon img {
          left: -88px; }
      .faq_block__mainBlock .faq_block__single__icon {
        position: relative;
        width: 44px;
        height: 44px;
        margin: 0.5rem auto;
        overflow: hidden; }
        .faq_block__mainBlock .faq_block__single__icon img {
          position: absolute;
          top: 0;
          left: 0;
          width: 300%; }
      .faq_block__mainBlock .faq_block__single__title {
        font-size: 1.250em;
        margin-top: 5px;
        margin-bottom: 5px;
        font-family: "Trade Gothic"; }
      .faq_block__mainBlock .faq_block__single__description {
        font-size: 1em;
        font-family: "Trade Gothic"; }
        @media (max-width: 767px) {
          .faq_block__mainBlock .faq_block__single__description {
            width: 50%;
            margin: 0 auto; } }
        @media (max-width: 600px) {
          .faq_block__mainBlock .faq_block__single__description {
            width: 100%; } }
    .faq_block__secondaryBlock .faq_block__single {
      /*faq_block__secondaryBlock .faq_block__single*/
      border-right: 1px solid #D3D3D2;
      margin: 30px 0px;
      padding: 30px 60px; }
      @media (max-width: 767px) {
        .faq_block__secondaryBlock .faq_block__single {
          margin: 0px;
          padding: 30px 30px;
          border-bottom: 1px solid #D3D3D2;
          width: calc(100% - 60px);
          border-right: 0px; } }
      .faq_block__secondaryBlock .faq_block__single:nth-of-type(3n) {
        border-right: 0px; }
      .faq_block__secondaryBlock__container {
        background-color: #F4F4F4;
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        text-align: center; }
      .faq_block__secondaryBlock .faq_block__single {
        display: inline-block;
        width: 32%;
        float: none;
        vertical-align: middle; }
        @media (max-width: 910px) {
          .faq_block__secondaryBlock .faq_block__single {
            width: 49%; } }
        @media (max-width: 767px) {
          .faq_block__secondaryBlock .faq_block__single {
            width: 100%; } }
      .faq_block__secondaryBlock .faq_block__single:hover .faq_block__single__title {
        text-decoration: underline; }
      .faq_block__secondaryBlock .faq_block__single__title {
        font-size: 1.250em;
        margin-top: 5px;
        color: #F48135;
        margin-bottom: 5px;
        font-family: "Trade Gothic"; }
      .faq_block__secondaryBlock .faq_block__single__description {
        font-size: 1em;
        font-family: "Trade Gothic"; }
        @media (max-width: 767px) {
          .faq_block__secondaryBlock .faq_block__single__description {
            width: 50%;
            margin: 0 auto; } }
        @media (max-width: 600px) {
          .faq_block__secondaryBlock .faq_block__single__description {
            width: 100%; } }
    .faq_block__firstLevelBlock .faq_block__single {
      /*faq_block__firstLevelBlock .faq_block__single*/ }
      @media (max-width: 600px) {
        .faq_block__firstLevelBlock .faq_block__single {
          width: 100%;
          text-align: left; } }
      .faq_block__firstLevelBlock .faq_block__single.faq_block__single {
        display: inline-block;
        float: none;
        width: 32%;
        vertical-align: top; }
        @media (max-width: 910px) {
          .faq_block__firstLevelBlock .faq_block__single.faq_block__single {
            width: 49%; } }
        @media (max-width: 767px) {
          .faq_block__firstLevelBlock .faq_block__single.faq_block__single {
            width: 100%; } }
      .faq_block__firstLevelBlock__container {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        position: relative; }
        .faq_block__firstLevelBlock__container:before {
          background-color: #D3D3D2;
          content: "";
          display: block;
          position: absolute;
          left: 5%;
          right: 5%;
          min-width: 1px;
          height: 1px; }
      .faq_block__firstLevelBlock .faq_block__single__title {
        font-size: 1.250em;
        margin-top: 5px;
        margin-bottom: 5px;
        font-family: "Trade Gothic"; }
        @media (max-width: 910px) {
          .faq_block__firstLevelBlock .faq_block__single__title {
            text-align: left; } }
      .faq_block__firstLevelBlock .faq_block__single__description {
        font-size: 1em;
        font-family: "Trade Gothic";
        color: #F48135;
        text-align: left;
        list-style: none;
        padding: 0;
        cursor: pointer; }
        .faq_block__firstLevelBlock .faq_block__single__description--list {
          margin-left: 1.45em; }
          .faq_block__firstLevelBlock .faq_block__single__description--list:hover {
            text-decoration: underline; }
          .faq_block__firstLevelBlock .faq_block__single__description--list.faq_second_active {
            color: #292F36;
            text-decoration: underline; }
        .faq_block__firstLevelBlock .faq_block__single__description li {
          padding-left: 60px;
          padding-right: 60px; }
          @media (max-width: 910px) {
            .faq_block__firstLevelBlock .faq_block__single__description li {
              padding-left: 30px;
              padding-right: 30px; } }
          .faq_block__firstLevelBlock .faq_block__single__description li:before {
            content: "";
            border-color: transparent #F48135;
            border-style: solid;
            border-width: 0.35em 0 0.35em 0.45em;
            display: block;
            height: 0;
            width: 0;
            top: 0.9em;
            position: relative; }
    .faq_block__firstLevelBlock--no_second .faq_block__single {
      width: 100%; }
      .faq_block__firstLevelBlock--no_second .faq_block__single.faq_block__single {
        width: 100% !important; }
      .faq_block__firstLevelBlock--no_second .faq_block__single__description li {
        float: left;
        width: 33%; }
        @media (max-width: 767px) {
          .faq_block__firstLevelBlock--no_second .faq_block__single__description li {
            width: 50%; } }
        @media (max-width: 600px) {
          .faq_block__firstLevelBlock--no_second .faq_block__single__description li {
            width: 100%; } }

.storeDetail_block img {
  display: block;
  width: 100%; }

.storeDetail_block .slick-track {
  margin: 0 auto; }

.storeDetail_block .slick-initialized .slick-slide {
  height: auto !important; }

.storeDetail_block .offerBlock_slider__tabs--left {
  display: none; }

.storeDetail_block .showcase_bundle_block {
  padding-top: 0px; }
  .storeDetail_block .showcase_bundle_block .container_secondColumn {
    display: none; }
  .storeDetail_block .showcase_bundle_block__tabs--title {
    display: none; }

.storeDetail_block__back {
  display: inline-block;
  margin-left: 20px; }
  .storeDetail_block__back a {
    opacity: 1; }
    .storeDetail_block__back a:hover {
      opacity: 0.7; }
  .storeDetail_block__back--icon {
    width: 40px;
    height: 40px; }
  .storeDetail_block__back--text {
    color: #AAB2BD; }

.storeDetail_block__heading {
  display: inline-block; }

.storeDetail_block__container {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px; }

.storeDetail_block__title {
  font-size: 2.250em;
  font-family: "Trade Gothic Light";
  margin-left: 30px; }

.storeDetail_block__description {
  font-family: "Trade Gothic";
  font-size: 1em;
  margin-left: 30px;
  margin-top: 0.3rem; }

.storeDetail_block__contactUs #orari {
  text-transform: capitalize; }

.storeDetail_block__contactUs__thirdColumn .info_link {
  font-size: 1em; }

.storeDetail_block__contactUs__disclaimer {
  margin-top: 15px;
  margin-bottom: 15px; }

.storeDetail_block__contactUs__area {
  width: 100%;
  height: 275px;
  margin-top: 10px;
  text-align: left;
  resize: none;
  padding-top: 10px;
  padding-left: 10px; }
  .storeDetail_block__contactUs__area::-webkit-input-placeholder {
    color: #AAB2BD; }
  .storeDetail_block__contactUs__area:-moz-placeholder {
    color: #AAB2BD; }
  .storeDetail_block__contactUs__area::-moz-placeholder {
    color: #AAB2BD; }
  .storeDetail_block__contactUs__area:-ms-input-placeholder {
    color: #AAB2BD; }

.storeDetail_block__contactUs__input {
  margin-top: 10px; }

.storeDetail_block__contactUs--title {
  font-size: 1.875em;
  font-family: "Trade Gothic Bold";
  margin-bottom: 20px; }

.storeDetail_block__contactUs--subtitle {
  font-size: 1em;
  font-family: "Trade Gothic Bold";
  margin: 20px 0 0 0; }

.storeDetail_block__contactUs--services, .storeDetail_block__contactUs--telephone, .storeDetail_block__contactUs--fax {
  font-family: "Trade Gothic"; }

.storeDetail_block__contactUs--day {
  width: 100px;
  display: inline-block; }

.storeDetail_block__contactUs__container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 0; }

.storeDetail_block #container_posts_gplus {
  background-color: #F4F4F4;
  padding-bottom: 30px;
  padding-top: 30px; }
  .storeDetail_block #container_posts_gplus .posts_gplus {
    text-align: center;
    padding-top: 20px; }
    @media (max-width: 910px) {
      .storeDetail_block #container_posts_gplus .posts_gplus {
        margin: 0 auto;
        padding: 0; } }
  .storeDetail_block #container_posts_gplus ul {
    -webkit-padding-start: 0px;
    padding: 0px; }
  .storeDetail_block #container_posts_gplus .post_gplus {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    background-color: #FFF;
    max-width: 530px;
    border: 4px solid #FFF;
    text-align: center;
    font-size: 1em;
    padding-top: 25px; }
    @media (max-width: 910px) {
      .storeDetail_block #container_posts_gplus .post_gplus {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-top: 30px; } }
    .storeDetail_block #container_posts_gplus .post_gplus .pageName_gplus {
      float: left;
      width: 85%;
      font-family: "Trade Gothic Bold";
      text-align: left;
      padding-left: 20px; }
      @media (max-width: 767px) {
        .storeDetail_block #container_posts_gplus .post_gplus .pageName_gplus {
          width: 75%;
          margin-left: 20px; } }
    .storeDetail_block #container_posts_gplus .post_gplus .logo_image_gplus {
      float: left;
      text-align: left;
      padding-left: 20px;
      width: 15%; }
      @media (max-width: 767px) {
        .storeDetail_block #container_posts_gplus .post_gplus .logo_image_gplus body {
          font-size: 14px; } }
    .storeDetail_block #container_posts_gplus .post_gplus .link_title_post_gplus {
      display: none; }
    .storeDetail_block #container_posts_gplus .post_gplus.sx {
      margin-right: 30px; }
      @media (max-width: 910px) {
        .storeDetail_block #container_posts_gplus .post_gplus.sx {
          margin: 0 auto; } }
    .storeDetail_block #container_posts_gplus .post_gplus .published_gplus {
      text-align: left;
      padding-left: 20px;
      float: left;
      color: #AAB2BD; }
      @media (max-width: 767px) {
        .storeDetail_block #container_posts_gplus .post_gplus .published_gplus {
          margin-left: 20px;
          width: 60%; } }
    .storeDetail_block #container_posts_gplus .post_gplus .content_gplus {
      text-align: left;
      padding: 0px 20px;
      margin-bottom: 15px;
      margin-top: 15px; }
  .storeDetail_block #container_posts_gplus .post_img_gplus img {
    max-width: 100%; }

.strip_menu_tab {
  background-color: #F4F4F4; }
  .strip_menu_tab__targetTab {
    display: none; }
    .strip_menu_tab__targetTab.tab_active {
      display: block; }
  .strip_menu_tab__container {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center; }
  .strip_menu_tab__item {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    color: #AAB2BD;
    padding: 12px 1.875em 8px 1.875em;
    margin: 0em 1.250em;
    border-bottom: 2px solid;
    border-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    outline: none; }
    @media (max-width: 910px) {
      .strip_menu_tab__item {
        margin: 0; } }
    .strip_menu_tab__item a {
      color: #AAB2BD; }
      .strip_menu_tab__item a:hover {
        color: #F48135; }
    .strip_menu_tab__item.tab_active {
      border-color: #F48135;
      color: #F48135; }
      .strip_menu_tab__item.tab_active a {
        color: #F48135; }
        .strip_menu_tab__item.tab_active a:hover {
          color: #F48135; }
    .strip_menu_tab__item:hover {
      border-color: #F48135;
      color: #F48135;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

html[id^=skin] {
  overflow: hidden !important; }
  html[id^=skin] body {
    overflow: hidden !important; }
    html[id^=skin] body.base__scrollable {
      padding: 0; }

.skin_desktop {
  position: absolute;
  width: 100vw;
  height: 1500px;
  z-index: 20;
  background-image: url("../img/skin/skin_desktop.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: all 0.1 ease-in-out;
  -moz-transition: all 0.1 ease-in-out;
  -ms-transition: all 0.1 ease-in-out;
  -o-transition: all 0.1 ease-in-out;
  transition: all 0.1 ease-in-out; }
  .skin_desktop__text {
    font-family: "Trade Gothic Light";
    color: #FFF;
    position: absolute;
    width: calc( 1024px - 160px);
    z-index: 200;
    left: calc(50% - 512px);
    margin-top: 30px;
    margin-left: 160px; }
    @media (max-width: 1024px) {
      .skin_desktop__text {
        left: 0;
        margin-left: 80px;
        width: calc(100% - 80px); } }
    @media (max-width: 910px) {
      .skin_desktop__text {
        font-size: 14px;
        margin-top: 40px;
        left: 0;
        width: calc( 100% - 80px); } }
    @media (max-width: 767px) {
      .skin_desktop__text {
        text-align: center;
        margin: 10px 0;
        font-size: 11px;
        height: 180px;
        width: 100%; } }
    .skin_desktop__text__container--left {
      margin-right: 30px;
      float: left;
      border-right: 1px solid #FFF;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .skin_desktop__text__container--left {
          float: none;
          width: 100%; } }
    .skin_desktop__text__container--middle {
      text-align: center;
      float: left; }
      @media (max-width: 767px) {
        .skin_desktop__text__container--middle {
          float: none;
          width: 100%; } }
    .skin_desktop__text__container--right {
      float: left; }
      @media (max-width: 767px) {
        .skin_desktop__text__container--right {
          float: none;
          width: 100%; } }
    .skin_desktop__text__container .button, .skin_desktop__text__container a.button--slim, .skin_desktop__text__container a.button--ghost, .skin_desktop__text__container a.button--ghost--transparent, .skin_desktop__text__container a.button--search {
      width: 105px; }
      @media (max-width: 767px) {
        .skin_desktop__text__container .button, .skin_desktop__text__container a.button--slim, .skin_desktop__text__container a.button--ghost, .skin_desktop__text__container a.button--ghost--transparent, .skin_desktop__text__container a.button--search {
          display: inline-block;
          position: relative;
          bottom: 7px;
          left: 20px; } }
    .skin_desktop__text__price {
      font-family: "Trade Gothic Bold";
      font-size: 3.125em;
      text-align: center; }
      @media (max-width: 767px) {
        .skin_desktop__text__price {
          display: inline-block; } }
      .skin_desktop__text__price__currency {
        font-size: 0.600em; }
    .skin_desktop__text__title {
      font-size: 2.188em;
      font-family: "Trade Gothic Bold";
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .skin_desktop__text__title {
          margin-bottom: 0px; } }
    .skin_desktop__text__description {
      font-size: 0.875em;
      font-family: "Trade Gothic";
      max-width: 230px; }
      @media (max-width: 767px) {
        .skin_desktop__text__description {
          width: 100%;
          max-width: 100%; } }
    .skin_desktop__text__bundle {
      text-align: left; }
      @media (max-width: 767px) {
        .skin_desktop__text__bundle {
          text-align: center; } }
      .skin_desktop__text__bundle__note {
        font-size: 0.750em;
        font-family: "Trade Gothic";
        text-align: left;
        margin-top: 15px; }
        @media (max-width: 767px) {
          .skin_desktop__text__bundle__note {
            margin-top: 0px;
            position: absolute;
            bottom: 13px;
            width: 100%;
            text-align: center; } }
      .skin_desktop__text__bundle__container {
        position: relative; }
        @media (max-width: 767px) {
          .skin_desktop__text__bundle__container {
            margin-top: 5px; } }
      .skin_desktop__text__bundle__title {
        font-size: 1.563em;
        font-family: "Trade Gothic Bold"; }
      .skin_desktop__text__bundle__titleDescription {
        font-size: 1.563em;
        font-family: "Trade Gothic Bold"; }
      .skin_desktop__text__bundle__description {
        font-size: 1.563em;
        font-family: "Trade Gothic"; }

.skin_mainContainer {
  position: relative;
  top: 180px;
  max-width: 1024px;
  margin: 0 auto;
  z-index: 30; }

.skin_mobile {
  background-image: url("../img/skin/skin_mobile.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%; }
  .skin_mobile__container {
    display: none;
    height: 180px;
    width: 100%; }

@media all and (max-width: 1024px) {
  .skin_desktop {
    display: none; }
  .skin_mainContainer {
    top: 0; }
  .skin_mobile__container {
    display: block; } }

#step_02,
#step_03 {
  display: none;
  /* none */ }

.header_simple {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-box-shadow: 1px 1px 3px 1px #F4F4F4;
  -webkit-box-shadow: 1px 1px 3px 1px #F4F4F4;
  box-shadow: 1px 1px 3px 1px #F4F4F4; }
  .header_simple img {
    display: block;
    margin: 0 auto; }

.margin_top_header.assistance {
  margin-top: 45px;
  /*@include breakpoint ('small') {
            margin-top: 70px;
        }*/ }

.contend#step_01, .contend#step_02, .contend#step_03 {
  margin-bottom: 150px; }
  @media (max-width: 480px) {
    .contend#step_01, .contend#step_02, .contend#step_03 {
      margin-bottom: 0; } }

.container.form-assistance {
  width: 800px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .container.form-assistance {
      width: 100%;
      margin-bottom: 50px; } }
  .container.form-assistance .base__icon {
    height: 48px;
    width: 48px; }
  .container.form-assistance .top_content {
    width: 680px;
    /* 652 */
    /* 620 al netto del gap 16px */
    margin: 0 auto; }
    @media (max-width: 480px) {
      .container.form-assistance .top_content {
        width: 100%; } }
    .container.form-assistance .top_content .panel-body {
      padding-left: 0; }
      @media (max-width: 600px) {
        .container.form-assistance .top_content .panel-body {
          margin: 0 auto;
          display: table; } }
    .container.form-assistance .top_content .base__input--textarea {
      resize: none;
      height: 140px; }
    .container.form-assistance .top_content .dropdown-menu.open {
      width: 100%;
      overflow: hidden; }
    @media (max-width: 480px) {
      .container.form-assistance .top_content .g-recaptcha {
        transform: scale(0.93);
        -webkit-transform: scale(0.93);
        -moz-transform: scale(0.93);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0; } }
    .container.form-assistance .top_content .summary {
      margin-top: 20px;
      margin-bottom: 20px; }
      .container.form-assistance .top_content .summary ul {
        padding: 0; }
        .container.form-assistance .top_content .summary ul li {
          list-style-type: none;
          margin: 5px 0;
          color: #656D78;
          position: relative;
          padding-left: 30px; }
          .container.form-assistance .top_content .summary ul li::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            background: url(../img/icons/icons_sprite.svg);
            background-color: transparent;
            background-repeat: no-repeat;
            height: 18px;
            width: 18px;
            background-size: 500%;
            background-position: 0% 99.96%; }
          @media (max-width: 480px) {
            .container.form-assistance .top_content .summary ul li {
              font-size: 0.8em; } }
  .container.form-assistance .faq_answer {
    display: none;
    /* none */
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    /*&:last-of-type {
                padding-top: 50px;
            }*/ }
    .container.form-assistance .faq_answer .answer {
      color: #292F36;
      font-size: 0.9375em;
      line-height: 1.3em;
      text-align: left; }
      @media (max-width: 600px) {
        .container.form-assistance .faq_answer .answer {
          padding: 0 15px 0 0;
          font-size: 14px; } }
      .container.form-assistance .faq_answer .answer .ootw__bullet-list li {
        padding-bottom: 1rem; }
        .container.form-assistance .faq_answer .answer .ootw__bullet-list li .fa-li {
          color: #F48135; }
    .container.form-assistance .faq_answer .label_button {
      color: #292F36;
      padding-top: 50px;
      padding-bottom: 10px;
      font-size: 0.875em;
      font-weight: bold; }
    .container.form-assistance .faq_answer .btn {
      font-size: 1.125em;
      padding: 1em; }
  .container.form-assistance h2 {
    /*float: left;*/
    text-align: center !important;
    width: 100%;
    margin: 1rem 0 2rem 0;
    padding: 0;
    padding-top: 0.6rem;
    text-align: left;
    color: #656D78;
    font-family: "Trade Gothic Light", sans-serif; }
    .container.form-assistance h2.big {
      font-size: 1.875em; }
      @media (max-width: 480px) {
        .container.form-assistance h2.big {
          font-size: 1.1em; } }
    .container.form-assistance h2.bigger {
      font-size: 2.5em; }
  .container.form-assistance h3 {
    float: left;
    width: 100%;
    font-size: 1em;
    font-family: "Trade Gothic", sans-serif;
    text-align: left;
    margin: 0 0 1.2rem;
    color: #656D78;
    line-height: normal; }
    @media (max-width: 480px) {
      .container.form-assistance h3 {
        font-size: 0.8em; } }
    .container.form-assistance h3.centered {
      text-align: center;
      padding: 0 175px;
      /*175*/ }
      @media (max-width: 600px) {
        .container.form-assistance h3.centered {
          padding: 0 20px; } }
    .container.form-assistance h3.centered2 {
      text-align: center;
      padding: 0 140px; }
      @media (max-width: 480px) {
        .container.form-assistance h3.centered2 {
          padding: 0; } }
    .container.form-assistance h3.centered3 {
      text-align: center;
      padding: 0;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .container.form-assistance h3.centered3 {
          padding: 0 20px; } }
  .container.form-assistance .icon_assistance {
    display: block;
    margin: 0 auto; }
  .container.form-assistance .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 620px;
    margin: 0 auto;
    display: table;
    /*@include breakpoint (tiny) {
                width: 90%;
            }*/ }
  .container.form-assistance .base__select.bootstrap-select .dropdown-toggle .filter-option {
    font-size: 1.5em;
    color: #292F36;
    /* 999 */
    white-space: normal;
    width: 95%; }
    @media (max-width: 600px) {
      .container.form-assistance .base__select.bootstrap-select .dropdown-toggle .filter-option {
        font-size: 14px;
        /* 0.9em */
        letter-spacing: 0.4px;
        /*width: 265px;*/ } }
  .container.form-assistance .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
    color: #292F36; }
  .container.form-assistance input[type="text"],
  .container.form-assistance input[type="email"],
  .container.form-assistance input[type="tel"] {
    margin-bottom: 1.5rem;
    font-family: "Trade Gothic Light", sans-serif;
    width: 100%;
    background: none;
    color: #292F36;
    font-weight: 1em; }
  .container.form-assistance .background_wide {
    background-color: #F4F4F4;
    height: auto;
    width: 100vw;
    position: relative;
    padding: 45px 0;
    left: calc(-50vw + 50%); }
    .container.form-assistance .background_wide .visible {
      display: block; }
    .container.form-assistance .background_wide .hidden {
      display: none; }
  .container.form-assistance .btn_chiudi {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px; }
    .container.form-assistance .btn_chiudi button {
      width: 300px; }
      @media (max-width: 480px) {
        .container.form-assistance .btn_chiudi button {
          width: 100%; } }
    .container.form-assistance .btn_chiudi .btn {
      font-size: 1.125em;
      padding: 1em; }
  .container.form-assistance .btn_invia {
    margin-top: 25px; }
    @media (max-width: 480px) {
      .container.form-assistance .btn_invia {
        margin-bottom: 60px; } }
    .container.form-assistance .btn_invia button {
      width: 100%; }
    .container.form-assistance .btn_invia .btn {
      font-size: 1.125em;
      padding: 1em; }

.footer.light.assistance {
  position: static !important; }
  .footer.light.assistance .br_mobile {
    display: none; }
    @media (max-width: 480px) {
      .footer.light.assistance .br_mobile {
        display: block; } }
  .footer.light.assistance .mobile {
    visibility: visible; }
    @media (max-width: 480px) {
      .footer.light.assistance .mobile {
        visibility: hidden; } }

/* Media queries */
@media (max-width: 850px) {
  .container.form-assistance {
    width: 100%; } }

@media (max-width: 730px) {
  /* 652 */
  .container.form-assistance .top_content {
    width: 100%; } }

@media (max-width: 455px) {
  .container.form-assistance .top_content .filter-option {
    /*text-overflow: ellipsis;
                    width: 270px;*/
    white-space: normal; }
  .container.form-assistance .top_content .base__select.bootstrap-select .dropdown-toggle {
    padding-left: 10px; }
    .container.form-assistance .top_content .base__select.bootstrap-select .dropdown-toggle .filter-option {
      /*width: 250px;*/ }
  .container.form-assistance .top_content .base__select.bootstrap-select .dropdown-menu > li > a {
    padding-left: 10px; } }

@media (max-width: 470px) {
  .container.form-assistance .top_content .bootstrap-select.btn-group .dropdown-menu li a span.text {
    white-space: normal; } }

@media (max-width: 660px) {
  .container.form-assistance .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 90%; } }

iframe html .rc-anchor-dark {
  background: #FFF !important; }

.pagination_block__content.pagination {
  margin: 1rem auto; }
  .pagination_block__content.pagination .pagination_item.active .pagination_link {
    color: #F48135;
    background-color: #F4F4F4 !important;
    border-color: #D3D3D2; }
  .pagination_block__content.pagination .pagination_link {
    border-right: none;
    border-left: none;
    color: #292F36;
    border-color: #D3D3D2; }
    .pagination_block__content.pagination .pagination_link:hover {
      color: #F48135; }
    .pagination_block__content.pagination .pagination_link:visited, .pagination_block__content.pagination .pagination_link:active {
      background-color: #FFF; }
  .pagination_block__content.pagination .pagination_previous, .pagination_block__content.pagination .pagination_next {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #E6E9ED;
    border-color: #D3D3D2; }
    .pagination_block__content.pagination .pagination_previous span:before, .pagination_block__content.pagination .pagination_next span:before {
      color: #F48135;
      font-size: 0.9rem;
      font-family: "FontAwesome"; }
    .pagination_block__content.pagination .pagination_previous.disabled, .pagination_block__content.pagination .pagination_next.disabled {
      pointer-events: none; }
      .pagination_block__content.pagination .pagination_previous.disabled span:before, .pagination_block__content.pagination .pagination_next.disabled span:before {
        color: #AAB2BD; }
    .pagination_block__content.pagination .pagination_previous_icon, .pagination_block__content.pagination .pagination_next_icon {
      font-size: 0; }
  .pagination_block__content.pagination .pagination_previous_icon:before {
    content: "\F053"; }
  .pagination_block__content.pagination .pagination_next_icon:before {
    content: "\F054"; }

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box; }

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px; }
  .jvectormap-legend-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center; }
  .jvectormap-legend-cnt {
    position: absolute; }
    .jvectormap-legend-cnt-h {
      bottom: 0;
      right: 0; }
      .jvectormap-legend-cnt-h .jvectormap-legend {
        float: left;
        margin: 0 10px 10px 0;
        padding: 3px 3px 1px; }
        .jvectormap-legend-cnt-h .jvectormap-legend-tick {
          width: 40px; }
          .jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
            height: 15px; }
          .jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
            text-align: center; }
        .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
          float: left; }
    .jvectormap-legend-cnt-v {
      top: 0;
      right: 0; }
      .jvectormap-legend-cnt-v .jvectormap-legend {
        margin: 10px 10px 0 0;
        padding: 3px; }
        .jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
          height: 20px;
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        .jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
          display: inline-block;
          vertical-align: middle;
          line-height: 20px;
          padding-left: 3px; }
  .jvectormap-legend-tick-text {
    font-size: 12px; }

#geo-zones-popup {
  width: 640px;
  background: #212121;
  padding: 2rem;
  margin: 2rem auto;
  position: relative;
  border-radius: .5rem; }
  @media (max-width: 767px) {
    #geo-zones-popup {
      width: 320px;
      padding: .5rem; } }
  #geo-zones-popup .mfp-close {
    color: #fff; }
  #geo-zones-popup h3 {
    margin-bottom: 1rem; }
  #geo-zones-popup h4 {
    margin-bottom: .5rem; }
  #geo-zones-popup table {
    font-size: 14px; }
    #geo-zones-popup table td {
      text-align: right; }
    #geo-zones-popup table th, #geo-zones-popup table td {
      vertical-align: middle; }
    #geo-zones-popup table th, #geo-zones-popup table td:first-child {
      font-size: 9px;
      text-align: center; }

.mfp-geozones.mfp-bg.mfp-ready {
  opacity: 0; }

.block_coverage_tool__map__container {
  padding: 30px; }
  .block_coverage_tool__map__container #world-map {
    width: 100%;
    height: 50vh;
    max-width: 1024px;
    margin: 0 auto; }
    .block_coverage_tool__map__container #world-map .jvectormap-goback {
      z-index: 990; }

.block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab {
  padding-top: 10px; }
  .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item {
    padding: 16px 0 4px 0; }
    .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item a:hover, .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item a:focus {
      color: #F48135; }
    .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item.slick-current {
      border-bottom: 2px solid #F48135; }

.block_coverage_tool__filter__container .country_offers_block {
  max-width: none; }
  @media (max-width: 767px) {
    .block_coverage_tool__filter__container .country_offers_block {
      padding-bottom: 0; } }
  .block_coverage_tool__filter__container .country_offers_block__container-title {
    text-transform: uppercase;
    font-size: 1.4em; }
    @media (max-width: 1024px) {
      .block_coverage_tool__filter__container .country_offers_block__container-title {
        font-size: 0.9em; } }
    @media (max-width: 910px) {
      .block_coverage_tool__filter__container .country_offers_block__container-title {
        font-size: 0.785em; } }
    @media (max-width: 767px) {
      .block_coverage_tool__filter__container .country_offers_block__container-title {
        font-size: 1.1em; } }
  .block_coverage_tool__filter__container .country_offers_block__container-image {
    margin-top: 0.9em; }
  .block_coverage_tool__filter__container .country_offers_block__container__select {
    width: 100%; }
  .block_coverage_tool__filter__container .country_offers_block__container__country {
    max-width: 1024px;
    margin: 20px auto 30px;
    padding: 0 15px;
    height: auto; }
    .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block {
      left: -1rem;
      width: calc(100% + 2rem);
      background: black; }
      .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block .offer_block {
        text-align: left; }
        @media (max-width: 767px) {
          .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block .offer_block {
            text-align: center; } }
      .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block__title {
        color: #FFF !important;
        font-size: 6.5rem; }
        @media (max-width: 767px) {
          .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block__title {
            font-size: 5rem; } }
      .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block__text {
        font-family: "Trade Gothic Bold";
        color: #F48135;
        font-size: 2.4rem;
        margin-bottom: 2rem; }
        @media (max-width: 767px) {
          .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block__text {
            font-size: 2rem; } }
    .block_coverage_tool__filter__container .country_offers_block__container__country--List {
      max-width: 1024px;
      margin: 0 auto;
      padding: 2em 0.9em 1.5em; }
      .block_coverage_tool__filter__container .country_offers_block__container__country--List--select {
        padding-left: 6px; }
        .block_coverage_tool__filter__container .country_offers_block__container__country--List--select .base__select.bootstrap-select {
          width: 312px !important; }
          .block_coverage_tool__filter__container .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle {
            padding: 0.9em 0.7em;
            font-size: 1.01em; }
            .block_coverage_tool__filter__container .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
              margin: -0.8em 1.3em 0 0; }
          .block_coverage_tool__filter__container .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-menu li a {
            padding: 0.75em 0.7em; }
          @media (max-width: 767px) {
            .block_coverage_tool__filter__container .country_offers_block__container__country--List--select .base__select.bootstrap-select {
              width: 100% !important; } }
      .block_coverage_tool__filter__container .country_offers_block__container__country--List--label {
        letter-spacing: 0.014em; }
    .block_coverage_tool__filter__container .country_offers_block__container__country--flag {
      padding-top: 23px; }
      @media (max-width: 767px) {
        .block_coverage_tool__filter__container .country_offers_block__container__country--flag {
          text-align: center; } }
    .block_coverage_tool__filter__container .country_offers_block__container__country--rates {
      padding-top: 30px;
      padding-bottom: 60px; }
      @media (max-width: 767px) {
        .block_coverage_tool__filter__container .country_offers_block__container__country--rates {
          padding-left: 0;
          padding-right: 0; } }
    .block_coverage_tool__filter__container .country_offers_block__container__country--services {
      margin-bottom: 25px; }
      .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__container {
        background: none;
        padding-top: 23px; }
      .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__feature {
        padding: 0 15px 10px; }
      .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent {
        margin-left: 0; }
        @media (max-width: 767px) {
          .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent:last-of-type {
            border-bottom: 1px solid #D3D3D2;
            padding-bottom: 5px; } }
        .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent--detail {
          padding-left: 0;
          padding-top: 0.3em;
          padding-bottom: 0.3em;
          font-family: "Trade Gothic"; }
        .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent--description {
          display: none; }
        .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent--availability {
          text-align: right; }
          .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent--availability .service--available {
            height: 1.7em;
            width: auto; }
  .block_coverage_tool__filter__container .country_offers_block__rates_divider--left {
    width: 25%; }
    @media (max-width: 767px) {
      .block_coverage_tool__filter__container .country_offers_block__rates_divider--left {
        width: 50%; } }
    .block_coverage_tool__filter__container .country_offers_block__rates_divider--left:last-of-type {
      border-right: none; }
    @media (max-width: 767px) {
      .block_coverage_tool__filter__container .country_offers_block__rates_divider--left:nth-of-type(2n) {
        border-right: none; } }
  .block_coverage_tool__filter__container .country_offers_block__rates--title {
    height: 2.5em;
    font-size: 0.95em; }
  .block_coverage_tool__filter__container .country_offers_block__rates--price {
    padding-top: 0.1em; }
    @media (max-width: 767px) {
      .block_coverage_tool__filter__container .country_offers_block__rates--price {
        padding-bottom: 0.5em; } }

.block_coverage_tool__operators__container .showcase_accordions_block {
  margin-bottom: 0; }
  .block_coverage_tool__operators__container .showcase_accordions_block__single {
    padding: 18px 0 !important; }
    .block_coverage_tool__operators__container .showcase_accordions_block__single:last-of-type {
      border-bottom: none !important; }
    .block_coverage_tool__operators__container .showcase_accordions_block__single .accordionBox {
      width: 100% !important;
      bottom: inherit;
      top: 0; }
  .block_coverage_tool__operators__container .showcase_accordions_block h2 {
    background-color: transparent;
    padding: 0 15px; }

.block_coverage_tool__operators__container .accordion_description_block__container {
  background: none;
  padding: 37px 15px 20px;
  background-color: #E6E9ED; }
  .block_coverage_tool__operators__container .accordion_description_block__container:nth-of-type(odd) {
    background-color: #FFF; }

.block_coverage_tool__operators__container .accordion_description_block__feature {
  padding: 0 0 10px; }

.block_coverage_tool__operators__container .accordion_description_block__left {
  padding-left: 0; }
  @media (max-width: 767px) {
    .block_coverage_tool__operators__container .accordion_description_block__left {
      padding-left: 15px; } }
  .block_coverage_tool__operators__container .accordion_description_block__left .service--available {
    display: none; }

.block_coverage_tool__operators__container .accordion_description_block__right {
  padding-right: 0; }
  @media (max-width: 767px) {
    .block_coverage_tool__operators__container .accordion_description_block__right {
      padding-right: 15px; } }
  .block_coverage_tool__operators__container .accordion_description_block__right .accordion_description_block__featureContent--description {
    display: none; }

.block_coverage_tool__operators__container .accordion_description_block__featureContent {
  margin-left: 0;
  font-size: 1.05em; }
  @media (max-width: 767px) {
    .block_coverage_tool__operators__container .accordion_description_block__featureContent:last-of-type {
      padding-bottom: 5px; } }
  .block_coverage_tool__operators__container .accordion_description_block__featureContent.strong .accordion_description_block__featureContent--description {
    font-family: "Trade Gothic Bold";
    font-size: 0.72em; }
  .block_coverage_tool__operators__container .accordion_description_block__featureContent--detail {
    padding-left: 0;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-family: "Trade Gothic"; }
  .block_coverage_tool__operators__container .accordion_description_block__featureContent--description {
    padding-top: 0.3em; }
  .block_coverage_tool__operators__container .accordion_description_block__featureContent--availability {
    text-align: right;
    padding-right: 20px; }
    .block_coverage_tool__operators__container .accordion_description_block__featureContent--availability .service--available {
      height: 1.6em;
      width: auto; }

.block_coverage_tool__offers__container .showcase_bundle_block__slides {
  width: 100%; }

.block_coverage_tool__offers__container .showcase_bundle_block__container {
  width: 100%; }

.block_coverage_tool__offers__container .showcase_bundle_block__tabs__container .container_secondColumn {
  padding-top: 8px; }
  @media (max-width: 767px) {
    .block_coverage_tool__offers__container .showcase_bundle_block__tabs__container .container_secondColumn {
      text-align: right; } }

.block_coverage_tool__offers__container .showcase_bundle_block__tabs--title {
  padding-bottom: 5px; }
  @media (max-width: 480px) {
    .block_coverage_tool__offers__container .showcase_bundle_block__tabs--title {
      margin-right: 2px !important; } }
  .block_coverage_tool__offers__container .showcase_bundle_block__tabs--title.slick-current {
    color: #F48135;
    border-bottom: 1px solid #F48135; }

.block_coverage_tool__offers__container .showcase_bundle_block__single {
  margin-top: 48px;
  margin-bottom: 42px;
  border-right: 1px solid #D3D3D2; }
  @media (max-width: 767px) {
    .block_coverage_tool__offers__container .showcase_bundle_block__single {
      border-right: none; } }
  @media (max-width: 992px) {
    .block_coverage_tool__offers__container .showcase_bundle_block__single:nth-of-type(2n) {
      border-right: none; } }
  .block_coverage_tool__offers__container .showcase_bundle_block__single:nth-of-type(3n) {
    border-right: none; }
    @media (max-width: 992px) {
      .block_coverage_tool__offers__container .showcase_bundle_block__single:nth-of-type(3n) {
        margin: 0 auto;
        float: none;
        clear: both;
        display: block;
        padding-top: 30px; } }
  .block_coverage_tool__offers__container .showcase_bundle_block__single--title {
    margin-top: 0; }
  .block_coverage_tool__offers__container .showcase_bundle_block__single--recurrency {
    margin-bottom: 12px;
    margin-top: 15px; }

.block_coverage_tool__offers__container .showcase_bundle_block .bundle_block__showMore {
  margin-top: 28px; }

.steps_module {
  width: 100%;
  max-width: 1024px;
  margin: 30px auto; }
  .steps_module__block__container {
    height: auto;
    position: relative; }
  .steps_module__block__dottedbox {
    border-bottom: 4px dotted #F48135;
    position: absolute;
    top: calc(50% - 8px);
    z-index: 300;
    left: 6.25%;
    right: 8.25%; }
    @media (max-width: 600px) {
      .steps_module__block__dottedbox {
        top: 30px;
        bottom: 30px;
        right: calc(50% - 2px);
        left: calc(50% - 2px);
        border-bottom: 0;
        border-left: 4px dotted #F48135; } }
  .steps_module__image__container {
    display: table;
    width: 100%;
    position: relative;
    z-index: 500;
    padding: 0 30px; }
  .steps_module__image__single {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 25%; }
    @media (max-width: 600px) {
      .steps_module__image__single {
        display: block;
        width: 100%; } }
    @media (max-width: 600px) {
      .steps_module__image__single.low_title .steps_module__image__single__title {
        position: relative;
        bottom: 0; } }
    .steps_module__image__single__title {
      text-transform: uppercase;
      color: #656D78;
      font-size: 20px;
      font-family: "Trade Gothic Bold";
      background-color: #FFF; }
      @media (max-width: 767px) {
        .steps_module__image__single__title {
          font-size: 14px; } }
      @media (max-width: 600px) {
        .steps_module__image__single__title {
          font-size: 20px;
          position: relative;
          bottom: 25px; } }
    .steps_module__image__single.steps_module__image__single--aligned-left {
      text-align: left; }
      @media (max-width: 600px) {
        .steps_module__image__single.steps_module__image__single--aligned-left {
          text-align: center;
          position: relative;
          right: 9px; } }
    .steps_module__image__single--aligned-right {
      text-align: right; }
      .steps_module__image__single--aligned-right .steps_module__image__single__title {
        position: relative;
        left: 6.25%; }
        @media (max-width: 600px) {
          .steps_module__image__single--aligned-right .steps_module__image__single__title {
            left: 0; } }
      @media (max-width: 600px) {
        .steps_module__image__single--aligned-right {
          text-align: center; } }
    .steps_module__image__single--left {
      position: relative;
      left: 2%; }
      @media (max-width: 600px) {
        .steps_module__image__single--left {
          left: 0; } }
    .steps_module__image__single--right {
      position: relative;
      right: 2%; }
      @media (max-width: 600px) {
        .steps_module__image__single--right {
          right: 0; } }
    .steps_module__image__single img {
      width: 50%;
      height: auto;
      min-width: 120px; }

.cta_block__container {
  width: 100%;
  max-width: 1024px;
  margin: 40px auto; }

.cta_block__buttons {
  display: table;
  width: 100%;
  text-align: center;
  vertical-align: middle; }
  .cta_block__buttons .button, .cta_block__buttons a.button--slim, .cta_block__buttons a.button--ghost, .cta_block__buttons a.button--ghost--transparent, .cta_block__buttons a.button--search {
    font-family: "Trade Gothic";
    padding: 0.750rem;
    display: inline-block;
    width: 200px;
    max-width: 40%; }
    @media (max-width: 767px) {
      .cta_block__buttons .button, .cta_block__buttons a.button--slim, .cta_block__buttons a.button--ghost, .cta_block__buttons a.button--ghost--transparent, .cta_block__buttons a.button--search {
        max-width: none; } }
    .cta_block__buttons .button:empty, .cta_block__buttons a.button--slim:empty, .cta_block__buttons a.button--ghost:empty, .cta_block__buttons a.button--ghost--transparent:empty, .cta_block__buttons a.button--search:empty {
      display: none; }

.autosuggest {
  position: absolute;
  padding: 0.5rem 0 0 0;
  font-family: "Trade Gothic";
  font-size: 13px;
  z-index: 2000; }
  .autosuggest .as_header,
  .autosuggest .as_footer {
    position: relative;
    height: 0px;
    padding: 0 0.5rem;
    overflow: hidden;
    display: none; }
    .autosuggest .as_header .as_corner,
    .autosuggest .as_footer .as_corner {
      position: absolute;
      top: 0;
      left: 0;
      height: 6px;
      width: 6px; }
    .autosuggest .as_header .as_bar,
    .autosuggest .as_footer .as_bar {
      height: 10px;
      overflow: hidden; }
  .autosuggest ul {
    list-style: none;
    margin: 0px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    /* Sfondo */
    border: solid 1px;
    border-color: #D3D3D2;
    /* Bordo #f19500*/
    white-space: nowrap;
    position: relative;
    border-radius: 0 0 4px 4px; }
    .autosuggest ul em {
      font-style: normal;
      color: #183989;
      float: none !important; }
    .autosuggest ul li {
      color: #656D78;
      padding: 0 10px;
      margin: 0;
      width: auto;
      text-align: left;
      height: 32px;
      clear: left; }
      .autosuggest ul li a {
        color: #656D78;
        display: block;
        text-decoration: none;
        background-color: transparent;
        padding: 0.5rem;
        height: 100%;
        vertical-align: middle; }
        .autosuggest ul li a span {
          display: block;
          font-weight: bold; }
          .autosuggest ul li a span small {
            font-weight: normal;
            color: #656D78; }
      .autosuggest ul li.as_highlight {
        color: #FFF;
        background-color: #F48135; }
        .autosuggest ul li.as_highlight a {
          color: #FFF;
          background-position: bottom right;
          background-repeat: no-repeat; }
          .autosuggest ul li.as_highlight a:hover {
            color: #FFF; }
          .autosuggest ul li.as_highlight a span {
            color: #FFF;
            background-position: bottom left;
            background-repeat: no-repeat; }
        .autosuggest ul li.as_highlight em {
          font-style: normal;
          color: #183989; }
      .autosuggest ul li.as_warning {
        font-weight: bold;
        text-align: center; }

#oTable {
  background-color: #FFF !important;
  top: 50% !important;
  left: calc(50% - 150px) !important;
  width: 100% !important;
  max-width: 300px;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55); }
  #oTable #first_row,
  #oTable #close_row,
  #oTable #mid_left,
  #oTable #mid_bottom,
  #oTable #mid_right,
  #oTable #virgola {
    display: none; }
  #oTable #center_element {
    background-image: none !important;
    background-color: #FFF !important;
    float: none !important; }

.block_wla__breadcrumbs__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px; }

.block_wla_mainContainer {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  font-family: "Trade Gothic Light"; }

.block_wla_offerContainer {
  padding: 0 30px; }
  @media (max-width: 767px) {
    .block_wla_offerContainer {
      padding: 0; } }
  .block_wla_offerContainer__title {
    text-align: left;
    font-size: 1.875em;
    color: #292F36;
    padding: 20px 0;
    border-bottom: 1px solid #D3D3D2; }
    @media (max-width: 767px) {
      .block_wla_offerContainer__title {
        padding: 20px;
        border: 0;
        background-color: #F4F4F4; } }
  .block_wla_offerContainer__text {
    padding: 30px 0 0;
    font-family: "Trade Gothic";
    font-size: 1em;
    color: #292F36; }
    @media (max-width: 767px) {
      .block_wla_offerContainer__text {
        padding: 15px; } }
    .block_wla_offerContainer__text .info,
    .block_wla_offerContainer__text .userActivation,
    .block_wla_offerContainer__text .noUserActivation {
      text-align: left;
      padding-bottom: 20px;
      line-height: 1.286em; }
      @media (max-width: 767px) {
        .block_wla_offerContainer__text .info,
        .block_wla_offerContainer__text .userActivation,
        .block_wla_offerContainer__text .noUserActivation {
          font-size: 0.875em; } }
    .block_wla_offerContainer__text .activeText {
      color: #F48135; }

.block_wla__stepForm {
  margin: 30px 0; }
  .block_wla__stepForm .disabled {
    color: #AAB2BD; }
  .block_wla__stepForm--step {
    position: relative;
    text-align: center; }
    @media (max-width: 767px) {
      .block_wla__stepForm--step {
        padding: 10px 0;
        border-top: 1px solid #D3D3D2; } }
  @media (max-width: 767px) {
    .block_wla__stepForm__header .image--number {
      float: left; } }
  .block_wla__stepForm__header .image--number .base__icon {
    position: relative;
    height: 40px;
    width: 40px; }
    @media (max-width: 767px) {
      .block_wla__stepForm__header .image--number .base__icon {
        margin-left: 10px; } }
    .block_wla__stepForm__header .image--number .base__icon .icon_confirm--color {
      position: absolute;
      height: 20px;
      width: 20px;
      bottom: 0;
      right: -3px;
      opacity: 0;
      filter: alpha(opacity=0); }
  .block_wla__stepForm__header .image--code.disabled .base__icon {
    background-position: 25% 92.27077%; }
  @media (max-width: 767px) {
    .block_wla__stepForm__header .image--code {
      float: left; } }
  .block_wla__stepForm__header .image--code .base__icon {
    position: relative;
    height: 40px;
    width: 40px; }
    @media (max-width: 767px) {
      .block_wla__stepForm__header .image--code .base__icon {
        margin-left: 10px; } }
    .block_wla__stepForm__header .image--code .base__icon .icon_confirm--color {
      position: absolute;
      height: 20px;
      width: 20px;
      bottom: 0;
      right: -3px;
      opacity: 0;
      filter: alpha(opacity=0); }
  .block_wla__stepForm__header .image--parameter.disabled .base__icon {
    background-position: 25% 94.46769%; }
  @media (max-width: 767px) {
    .block_wla__stepForm__header .image--parameter {
      float: left; } }
  .block_wla__stepForm__header .image--parameter .base__icon {
    position: relative;
    height: 40px;
    width: 40px; }
    @media (max-width: 767px) {
      .block_wla__stepForm__header .image--parameter .base__icon {
        margin-left: 10px; } }
    .block_wla__stepForm__header .image--parameter .base__icon .icon_confirm--color {
      position: absolute;
      height: 20px;
      width: 20px;
      bottom: 0;
      right: -3px;
      opacity: 0;
      filter: alpha(opacity=0); }
  .block_wla__stepForm__header .image--activation.disabled .base__icon {
    background-position: 25% 93.36923%; }
  @media (max-width: 767px) {
    .block_wla__stepForm__header .image--activation {
      float: left; } }
  .block_wla__stepForm__header .image--activation .base__icon {
    position: relative;
    height: 40px;
    width: 40px; }
    @media (max-width: 767px) {
      .block_wla__stepForm__header .image--activation .base__icon {
        margin-left: 10px; } }
    .block_wla__stepForm__header .image--activation .base__icon .icon_confirm--color {
      position: absolute;
      height: 20px;
      width: 20px;
      bottom: 0;
      right: -3px;
      opacity: 0;
      filter: alpha(opacity=0); }
  .block_wla__stepForm__header--title {
    font-family: "Trade Gothic Bold";
    font-size: 1em;
    margin-top: 1.125em; }
    @media (max-width: 767px) {
      .block_wla__stepForm__header--title {
        float: left;
        margin-top: 15px;
        margin-left: 15px; } }
  .block_wla__stepForm__inputField {
    max-width: 600px;
    margin: 30px auto 0;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .block_wla__stepForm__inputField {
        padding: 0 20px; } }
    .block_wla__stepForm__inputField--full {
      width: 100%;
      margin: 30px auto 0;
      padding: 0 30px; }
      @media (max-width: 767px) {
        .block_wla__stepForm__inputField--full {
          padding: 0 20px; } }
      .block_wla__stepForm__inputField--full--inputArea {
        float: left;
        width: 38%; }
        @media (max-width: 767px) {
          .block_wla__stepForm__inputField--full--inputArea {
            width: 100%; } }
        .block_wla__stepForm__inputField--full--inputArea input {
          padding: 1rem 1.429rem;
          height: 50px; }
        .block_wla__stepForm__inputField--full--inputArea .helpText {
          font-size: 0.813em;
          margin: 10px 0; }
          @media (max-width: 767px) {
            .block_wla__stepForm__inputField--full--inputArea .helpText {
              margin: 10px 0 20px; } }
      .block_wla__stepForm__inputField--full--select {
        float: left;
        width: 40%;
        margin-left: 1%; }
        @media (max-width: 767px) {
          .block_wla__stepForm__inputField--full--select {
            width: 100%;
            margin: 20px 0;
            margin-left: 0; } }
        .block_wla__stepForm__inputField--full--select .base__select.bootstrap-select {
          width: 100% !important; }
        .block_wla__stepForm__inputField--full--select .base__select.bootstrap-select .dropdown-toggle {
          padding: 1rem 1.429rem;
          height: 50px; }
      .block_wla__stepForm__inputField--full--button {
        float: right;
        margin-left: 1%;
        width: 20%;
        cursor: pointer;
        height: 50px; }
        .block_wla__stepForm__inputField--full--button button {
          width: 100%;
          height: 100%; }
        @media (max-width: 767px) {
          .block_wla__stepForm__inputField--full--button {
            width: 100%;
            margin-left: 0;
            max-width: normal; } }
        .block_wla__stepForm__inputField--full--button .confirmation-number {
          height: 50px; }
    .block_wla__stepForm__inputField.confirmationBox {
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      padding: 30px 50px;
      background-color: #E6E9ED; }
      @media (max-width: 767px) {
        .block_wla__stepForm__inputField.confirmationBox {
          border-radius: 0; } }
    .block_wla__stepForm__inputField--inputArea {
      float: left;
      width: 60%; }
      @media (max-width: 767px) {
        .block_wla__stepForm__inputField--inputArea {
          width: 100%; } }
      .block_wla__stepForm__inputField--inputArea input {
        height: 50px; }
      .block_wla__stepForm__inputField--inputArea .helpText {
        font-size: 0.813em;
        margin: 10px 0; }
        @media (max-width: 767px) {
          .block_wla__stepForm__inputField--inputArea .helpText {
            margin: 10px 0 20px; } }
    .block_wla__stepForm__inputField--button {
      float: left;
      margin-left: 2%;
      width: 38%;
      cursor: pointer;
      height: 50px; }
      .block_wla__stepForm__inputField--button button {
        width: 100%;
        height: 100%; }
      @media (max-width: 767px) {
        .block_wla__stepForm__inputField--button {
          width: 100%;
          margin-left: 0;
          max-width: normal; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@media print {
  body * {
    position: static !important; }
  .header_sup,
  .header .menu,
  .header .menu-right,
  .content__breadcrumbs,
  .standard_block__coloredBg,
  .image_block__coloredBg,
  .cardsOffer__single--bgContainer,
  .contactWind_block.social,
  .blocco_menu,
  .stripMenuText,
  .standard_block__singleButton,
  .standard_block__doubleButton,
  .device_filter_block,
  .bundle_block__showMore,
  .showcase_bundle_device__showMore,
  .customer_block,
  .base__icon,
  .contend_map,
  .faq_block__mainBlock,
  .faq_block__firstLevelBlock,
  .faq_block__secondaryBlock,
  .hda-template-chat,
  .block-full_search__search,
  #footer {
    display: none !important; }
  .button, a.button--slim, a.button--ghost, a.button--ghost--transparent, a.button--search,
  .base__bt,
  .button--ghost {
    border-color: #000000 !important;
    width: 100%;
    max-width: 100% !important;
    font-size: 8pt !important; }
  .blocco_visore {
    left: 0 !important; }
    .blocco_visore.with_slider {
      left: 0 !important; }
      .blocco_visore.with_slider .slick-list,
      .blocco_visore.with_slider .slick-track {
        height: auto !important;
        width: 100% !important; }
      .blocco_visore.with_slider .slick-slide {
        float: none !important;
        opacity: 1 !important;
        width: 100% !important; }
  .standard_block {
    page-break-inside: avoid; }
    .standard_block__title {
      font-size: 20pt !important; }
    .standard_block__subtitle {
      font-size: 18pt !important; }
    .standard_block__text,
    .standard_block b {
      font-size: 14pt !important; }
    .standard_block.specialVersion .standard_block__half_block.image_block {
      height: auto !important; }
    .standard_block.invertedDisplay {
      transform: translateX(0); }
    .standard_block.withForm {
      transform: translateY(0); }
      .standard_block.withForm.invertedDisplay .standard_block__half_block.offer_block {
        transform: translateX(0); }
    .standard_block__mainContainer {
      overflow: visible !important;
      display: block !important;
      height: auto !important;
      border-bottom: 1px solid black;
      padding: 15px 0; }
    .standard_block__half_block {
      height: auto;
      display: block !important;
      width: 100% !important;
      max-width: none;
      left: 0 !important; }
      .standard_block__half_block .image_block--container {
        height: auto !important; }
        .standard_block__half_block .image_block--container img {
          display: none;
          visibility: hidden;
          height: 0 !important;
          width: 0 !important; }
        .standard_block__half_block .image_block--container img:after {
          display: block;
          content: "(" attr(alt) ")";
          color: #000000;
          visibility: visible; }
      .standard_block__half_block .elements_block--container {
        padding: 0 !important; }
        .standard_block__half_block .elements_block--container .standard_block__sticker__wrapper {
          display: inline-block !important; }
          .standard_block__half_block .elements_block--container .standard_block__sticker__wrapper .standard_block__sticker {
            display: block !important; }
        .standard_block__half_block .elements_block--container .standard_block__ribbon {
          max-width: 30%; }
      .standard_block__half_block.offer_block {
        padding-top: 0 !important;
        padding: 0 !important; }
      .standard_block__half_block.form_block {
        display: none !important; }
      .standard_block__half_block.image_block {
        height: auto !important; }
    .standard_block__ribbon:after, .standard_block__ribbon:before {
      background-color: transparent !important;
      border-color: transparent !important;
      display: none; }
  .image_block_display {
    page-break-inside: avoid; }
    .image_block_display__mainContainer {
      overflow: visible !important;
      display: block !important;
      height: auto !important;
      border-bottom: 1px solid black;
      padding: 15px 0; }
    .image_block_display__half_block {
      height: auto;
      display: block !important;
      width: 100% !important;
      max-width: none;
      left: 0 !important; }
      .image_block_display__half_block .image_block--container img {
        display: none !important; }
      .image_block_display__half_block .image_block--container img:after {
        display: block !important;
        content: attr(alt); }
      .image_block_display__half_block .elements_block--container {
        padding: 0 !important; }
        .image_block_display__half_block .elements_block--container .standard_block__sticker__wrapper {
          display: inline-block !important; }
          .image_block_display__half_block .elements_block--container .standard_block__sticker__wrapper .standard_block__sticker {
            display: block !important; }
      .image_block_display__half_block.text_block {
        padding-top: 0 !important;
        padding: 0 !important;
        transform: translateY(0); }
  .recurrent_priceRow__price,
  .price_discounted {
    font-size: 28pt !important; }
  .price_discounted {
    text-decoration: line-through !important; }
    .price_discounted:before {
      border-bottom: none !important; }
  .advantages_block {
    page-break-inside: avoid;
    color: #000000 !important; }
    .advantages_block__listItem:before {
      border: 0 !important; }
    .advantages_block__listItem__icon, .advantages_block__listItem__description {
      display: inline-block !important;
      text-align: left !important; }
      .advantages_block__listItem__icon--title, .advantages_block__listItem__description--title {
        color: #000000 !important;
        text-align: left !important; }
    .advantages_block__listItem__icon {
      display: none !important; }
    .advantages_block__listItem__description {
      width: 100% !important; }
  .strip_options_block__title, .strip_options_block__pricing {
    display: inline-block !important;
    width: 16% !important; }
  .strip_options_block__description {
    display: inline-block !important;
    width: 60% !important; }
  .strip_options_block__button {
    display: none !important; }
  .showcase_bundle_block__container.ak-target-tab.tab_cards__container {
    display: block !important; }
  .cardsOffer__single {
    page-break-inside: avoid;
    height: auto !important;
    display: block !important;
    width: 100%; }
    .cardsOffer__single h3,
    .cardsOffer__single h4 {
      font-size: 18pt !important;
      height: auto !important; }
    .cardsOffer__single--title, .cardsOffer__single--subTitle, .cardsOffer__single--text {
      text-align: left; }
    .cardsOffer__single--text, .cardsOffer__single--price__container {
      width: 49.5%;
      display: inline-block; }
    .cardsOffer__single--text--bundle {
      font-size: 14pt !important; }
    .cardsOffer__single--text--bigDescription {
      font-size: 14pt !important; }
    .cardsOffer__single--text--smallDescription {
      font-size: 14pt !important; }
    .cardsOffer__single--price__container--priceDiscounted, .cardsOffer__single--price__container--price {
      font-size: 28pt !important; }
    .cardsOffer__single img {
      display: none !important; }
  .showcase_bundle_device__single {
    page-break-inside: avoid;
    height: auto !important;
    width: calc(100% / 2); }
    .showcase_bundle_device__single img {
      display: none !important; }
  .dashboard_block__left .phone_model {
    margin-top: 0; }
    .dashboard_block__left .phone_model .phone_thumbs {
      display: none; }
    .dashboard_block__left .phone_model .slick-slide,
    .dashboard_block__left .phone_model .slick-track {
      height: auto !important;
      width: 100% !important; }
  .dashboard_block__product--imagep, .dashboard_block__product--detailsp {
    width: 50% !important; }
  .dashboard_block__button--containerDouble, .dashboard_block__button--containerSingle {
    display: none; }
  .grey_strip__block__tabs {
    width: 49.5%;
    display: inline-block; }
    .grey_strip__block__tabs--title.active {
      font-weight: bold; }
  .strip_plans {
    page-break-inside: avoid;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px; }
    .strip_plans__title a:after {
      font-size: 0.8em;
      display: block; }
    .strip_plans__container {
      padding: 0; }
    .strip_plans__button {
      display: none !important; }
  .showcase_accordions_block__container {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
    max-height: initial !important;
    padding-bottom: 20px !important;
    margin-top: 0 !important; }
    .showcase_accordions_block__container .accordion_payment_block__icon_creditCard {
      display: none !important; }
  .faq_accordions {
    display: block !important; }
  .showcase_accordions_block input[type=checkbox].accordionBox:checked ~ div {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
    max-height: initial !important;
    padding-bottom: 20px !important;
    margin-top: 0 !important; }
  .showcase_accordions_block .blocco_store_locator {
    display: none !important; }
  .store_locator_block__container--shops {
    overflow: visible !important;
    width: 100%;
    height: auto;
    max-height: 100%; }
    .store_locator_block__container--shops .buttons {
      display: none; }
    .store_locator_block__container--shops ul li:nth-child(n+10) {
      display: none; }
  .trasparenza-tariffaria-section a,
  .risultati_della_ricerca-section a {
    color: #000000 !important; }
    .trasparenza-tariffaria-section a:after,
    .risultati_della_ricerca-section a:after {
      display: none; }
  .block-full_search__results__container .search_result .result__title__link {
    color: #000000 !important; }
  .content_acordeon_s .collapse {
    display: block; }
  .download_module__block a {
    display: none; } }

/*# sourceMappingURL=wind-style.min.css.map */