@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  color: #54595f; }

.red_text {
  color: #bb2533; }

.background_grey {
  background-color: #f7f9f9; }

.bold_text {
  font-weight: 800; }

.uppercase {
  text-transform: uppercase; }

.center_text {
  text-align: center; }

.banner_top {
  position: relative;
  margin-bottom: 200px;
  background: #bd2232;
  background: linear-gradient(90deg, #bd2232 21%, #6fa551 100%); }
  @media (max-width: 991px) {
    .banner_top {
      margin-bottom: 100px;
      padding-bottom: 100px; } }
  .banner_top .banner_top_elements {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 20px 100px 0 100px; }
    @media (max-width: 767px) {
      .banner_top .banner_top_elements {
        padding-left: 40px; } }
    .banner_top .banner_top_elements .logo_ariston {
      width: 100%;
      max-width: 200px; }
    .banner_top .banner_top_elements .top_button {
      display: inline-block;
      color: #bb2533;
      background-color: #ffffff;
      text-decoration: none;
      padding: 10px 30px;
      border-radius: 25px;
      border: 2px solid #bb2533;
      transition: 0.5s; }
      .banner_top .banner_top_elements .top_button:hover {
        background-color: #bb2533;
        color: #ffffff; }
  .banner_top .container {
    transform: translateY(120px);
    background-image: url("../images/banner_shape.png");
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .banner_top .container {
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .banner_top .container {
        padding: 0 40px 100px 40px;
        background-size: cover;
        background-position: 100% 0; } }
    .banner_top .container .image_container .band_text {
      display: none; }
    @media (max-width: 767px) {
      .banner_top .container .image_container {
        position: absolute;
        bottom: -80px;
        left: 2vw;
        z-index: 2;
        width: 100%; }
        .banner_top .container .image_container .band_text {
          display: inline-block;
          max-width: 65vw;
          position: absolute;
          left: 111px;
          top: 100px; } }
    .banner_top .container .image_centrala {
      width: 100%; }
      @media (max-width: 767px) {
        .banner_top .container .image_centrala {
          width: 150px; } }
    .banner_top .container .texts {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 991px) {
        .banner_top .container .texts {
          padding-left: 0; } }
      @media (max-width: 767px) {
        .banner_top .container .texts .band_text {
          display: none; } }
    .banner_top .container h1 {
      font-size: 62px;
      font-weight: 800;
      color: #fff;
      margin: 50px 0; }
      @media (max-width: 1400px) {
        .banner_top .container h1 {
          font-size: 42px; } }
      @media (max-width: 991px) {
        .banner_top .container h1 {
          font-size: 36px;
          margin: 25px 0; } }
      @media (max-width: 767px) {
        .banner_top .container h1 {
          font-size: 28px;
          margin-bottom: 100px; } }
    .banner_top .container p {
      color: #fff;
      font-size: 28px;
      font-weight: 800; }
      @media (max-width: 1199px) {
        .banner_top .container p {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .banner_top .container p {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .banner_top .container p br {
          display: none; } }
  .banner_top .banner_image {
    width: 100%; }
  .banner_top .band_text {
    position: relative; }
    .banner_top .band_text:before {
      background-image: url(../images/band.png);
      content: "";
      width: 1000px;
      display: inline-block;
      position: absolute;
      height: 77px;
      background-repeat: no-repeat;
      z-index: -1;
      top: -20px;
      left: -150px; }
      @media (max-width: 1400px) {
        .banner_top .band_text:before {
          left: -300px; } }
      @media (max-width: 1199px) {
        .banner_top .band_text:before {
          top: -20px;
          left: -150px;
          width: 800px;
          background-position: right; } }
      @media (max-width: 991px) {
        .banner_top .band_text:before {
          display: none; } }
    @media (max-width: 1400px) {
      .banner_top .band_text {
        font-size: 22px !important; } }
    @media (max-width: 991px) {
      .banner_top .band_text {
        background-image: url("../images/band.png");
        padding: 20px 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 50%;
        text-align: center;
        position: relative;
        margin-bottom: 0;
        left: -50px;
        z-index: -2; } }
    @media (max-width: 767px) {
      .banner_top .band_text {
        left: 34px;
        padding: 20px 30px;
        font-size: 16px !important; } }

.banner_top-v3 {
  padding-bottom: 50px;
  position: relative; }
  .banner_top-v3 img {
    width: 100%; }
  .banner_top-v3 .desktop_bg {
    display: block; }
  .banner_top-v3 .mobile_bg {
    display: none; }
  @media (max-width: 768px) {
    .banner_top-v3 {
      padding-bottom: 0; }
      .banner_top-v3 .desktop_bg {
        display: none; }
      .banner_top-v3 .mobile_bg {
        display: block; } }
  .banner_top-v3 .logo_white-new {
    position: absolute;
    width: 100%;
    max-width: 290px;
    top: 3%;
    left: 6%;
    z-index: 1; }
    @media (max-width: 991px) {
      .banner_top-v3 .logo_white-new {
        max-width: 250px; } }
    @media (max-width: 700px) {
      .banner_top-v3 .logo_white-new {
        max-width: 175px; } }
  .banner_top-v3 .button_form {
    position: absolute;
    right: 6%;
    z-index: 1;
    top: 3%;
    background: #c8102e;
    border-radius: 10px;
    padding: 17px 25px 13px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Proxima Nova Rg', arial, sans-serif;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s; }
    @media (max-width: 991px) {
      .banner_top-v3 .button_form {
        padding: 15px 25px 11px;
        font-size: 16px; } }
    @media (max-width: 700px) {
      .banner_top-v3 .button_form {
        border-radius: 5px;
        padding: 9px 20px 6px;
        font-size: 14px; } }
    @media (max-width: 500px) {
      .banner_top-v3 .button_form {
        display: none; } }
    .banner_top-v3 .button_form:hover {
      background: #fff;
      color: #c8102e; }

.mobile_btn-section {
  display: none;
  text-align: center; }
  @media (max-width: 500px) {
    .mobile_btn-section {
      display: block;
      padding-top: 50px; } }
  .mobile_btn-section .button_form {
    background: #c8102e;
    border-radius: 10px;
    padding: 17px 25px 13px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Proxima Nova Rg', arial, sans-serif;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s; }
    @media (max-width: 991px) {
      .mobile_btn-section .button_form {
        padding: 15px 25px 11px;
        font-size: 16px; } }
    @media (max-width: 700px) {
      .mobile_btn-section .button_form {
        border-radius: 5px;
        padding: 10px 20px 8px;
        font-size: 16px; } }

.banner_top-v4 {
  padding-bottom: 50px; }
  .banner_top-v4 img {
    width: 100%; }
  .banner_top-v4 .custom_banner-desktop {
    display: block; }
  .banner_top-v4 .custom_banner-mobile {
    display: none; }
  @media (max-width: 500px) {
    .banner_top-v4 .custom_banner-desktop {
      display: none; }
    .banner_top-v4 .custom_banner-mobile {
      display: block; } }

.section_two {
  margin: 50px 0; }
  @media (max-width: 767px) {
    .section_two {
      margin-top: 100px; } }
  .section_two .scroll_gif {
    text-align: center;
    position: relative;
    top: -50px; }
    .section_two .scroll_gif img {
      max-width: 40px; }
    .section_two .scroll_gif a {
      cursor: pointer; }
  .section_two .texts {
    text-align: center; }
    .section_two .texts .title {
      font-size: 44px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .section_two .texts .title {
          font-size: 28px; } }
    .section_two .texts .disclaimer {
      font-size: 14px;
      margin: 0; }

.section_three,
.section_seven {
  padding: 50px 0; }
  .section_three .col-md-4,
  .section_seven .col-md-4 {
    text-align: center;
    margin-bottom: 50px; }
    .section_three .col-md-4 .retailer_logo,
    .section_seven .col-md-4 .retailer_logo {
      max-width: 250px;
      display: inline-block;
      padding-bottom: 30px;
      width: 100%; }
      @media (max-width: 767px) {
        .section_three .col-md-4 .retailer_logo,
        .section_seven .col-md-4 .retailer_logo {
          padding-bottom: 20px; } }
    .section_three .col-md-4 .button_container,
    .section_seven .col-md-4 .button_container {
      display: inline-block;
      width: 100%; }
      @media (max-width: 767px) {
        .section_three .col-md-4 .button_container,
        .section_seven .col-md-4 .button_container {
          padding-bottom: 50px; } }
      .section_three .col-md-4 .button_container .offer_button,
      .section_seven .col-md-4 .button_container .offer_button {
        font-size: 16px;
        color: #fff;
        background-color: #bb2533;
        display: inline-block;
        padding: 5px 40px;
        border-radius: 7px;
        font-weight: 700;
        text-decoration: none;
        transition: 0.5s;
        border: 2px solid #bb2533; }
        .section_three .col-md-4 .button_container .offer_button:hover,
        .section_seven .col-md-4 .button_container .offer_button:hover {
          background-color: #ffffff;
          color: #bb2533; }

.section_four {
  margin-top: 50px; }
  .section_four .card {
    border: none; }
    @media (max-width: 767px) {
      .section_four .card {
        padding-bottom: 50px; } }
    .section_four .card .card_title {
      font-size: 24px;
      margin: 20px 0;
      font-weight: 700; }
    .section_four .card .card_text {
      font-size: 16px; }

.section_six {
  margin-bottom: 50px; }
  .section_six .compare-images-wrapper {
    position: relative; }
    @media (max-width: 991px) {
      .section_six .compare-images-wrapper {
        width: 60%;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .section_six .compare-images-wrapper {
        width: 70%; } }
    @media (max-width: 467px) {
      .section_six .compare-images-wrapper {
        width: 100%; } }
    .section_six .compare-images-wrapper .compare_title {
      font-size: 44px;
      text-align: center;
      margin-top: 50px; }
      @media (max-width: 767px) {
        .section_six .compare-images-wrapper .compare_title {
          font-size: 28px; } }
    .section_six .compare-images-wrapper .image-compare img {
      max-width: none; }
    .section_six .compare-images-wrapper .rounded-border {
      position: absolute;
      right: -5px;
      top: -20px;
      z-index: 5;
      width: 80px; }
    .section_six .compare-images-wrapper .image-caption {
      text-align: center;
      padding: 15px 25px;
      color: #bed5ff;
      display: block; }

.section_eight .title {
  margin: 50px 0 20px 0;
  font-size: 44px; }
  @media (max-width: 767px) {
    .section_eight .title br {
      display: none; } }
  @media (max-width: 767px) {
    .section_eight .title {
      font-size: 28px; } }
.section_eight .row {
  text-align: center; }
.section_eight .main_text {
  font-size: 20px; }
  @media (max-width: 991px) {
    .section_eight .main_text {
      margin-top: 20px; } }
@media (max-width: 991px) {
  .section_eight .col-md-7,
  .section_eight .col-md-5 {
    width: 100%;
    max-width: 100%; } }
.section_eight .second_text {
  font-size: 16px; }
.section_eight .disclaimer {
  font-size: 14px;
  font-style: italic; }
.section_eight .qr_code {
  width: 100%;
  max-width: 150px; }

.section_nine {
  background: url("../images/bf_footer.jpg");
  padding: 100px 0 50px 0;
  background-size: cover; }
  .section_nine .col-md-4 {
    text-align: center; }
    .section_nine .col-md-4 .retailer_logo {
      max-width: 250px;
      display: inline-block;
      padding-bottom: 50px;
      width: 100%; }
  .section_nine .disclaimer {
    color: #fff;
    line-height: 30px; }

.footer {
  background-color: #212529;
  padding: 50px 0;
  color: #fff; }
  @media (max-width: 767px) {
    .footer .row {
      text-align: center; } }
  .footer a {
    text-decoration: none;
    display: inline-block; }
  .footer .disclaimer p {
    text-align: center; }
    @media (max-width: 767px) {
      .footer .disclaimer p {
        margin: 30px 0; } }
  .footer .social img {
    max-width: 40px;
    margin: 0 10px; }
  .footer .links a {
    vertical-align: middle;
    text-align: center;
    margin: 0px 20px;
    color: #fff;
    transition: 0.5s; }
    .footer .links a:hover {
      color: #bb0b2f; }

.scrollToTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: rgba(187, 11, 47, 0.7);
  padding: 5px 4px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
  transition: 0.5s; }
  .scrollToTop:hover {
    background-color: #bb0b2f; }
  .scrollToTop svg {
    transform: rotate(180deg);
    fill: #fff; }
  @media (max-width: 767px) {
    .scrollToTop {
      bottom: 20px;
      right: 20px; } }

/* After mods */
.banner_top-v2 {
  position: relative;
  padding: 120px 0;
  background: url("../images/banner-bg.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .banner_top-v2 {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .banner_top-v2 .container .row {
      display: flex;
      flex-direction: column-reverse; } }
  .banner_top-v2 .custom_images {
    font-size: 0; }
  .banner_top-v2 .logo_ariston {
    position: absolute;
    top: 20px;
    left: 100px;
    max-width: 200px;
    z-index: 1; }
    @media (max-width: 767px) {
      .banner_top-v2 .logo_ariston {
        left: 40px; } }
  .banner_top-v2 .boiler {
    max-width: 330px;
    width: 100%;
    display: block; }
    @media (max-width: 767px) {
      .banner_top-v2 .boiler {
        display: inline-block;
        max-width: 50%;
        vertical-align: middle; } }
  .banner_top-v2 .voucher {
    position: absolute;
    max-width: 200px;
    margin-top: 30px;
    margin-left: -60px; }
    @media (max-width: 767px) {
      .banner_top-v2 .voucher {
        max-width: 150px;
        margin-top: 30px;
        margin-left: 120px; } }
    @media (max-width: 440px) {
      .banner_top-v2 .voucher {
        max-width: 150px;
        margin-top: -30px;
        margin-left: 70px; } }
  .banner_top-v2 .custom_texts {
    padding-top: 60px; }
    @media (max-width: 767px) {
      .banner_top-v2 .custom_texts {
        padding-top: 0;
        padding-bottom: 50px; } }
  .banner_top-v2 .bottom_band {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1; }
  .banner_top-v2 .pretitle {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    display: block; }
    @media (max-width: 1199px) {
      .banner_top-v2 .pretitle {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .banner_top-v2 .pretitle {
        font-size: 18px; } }
  .banner_top-v2 .title {
    font-size: 62px;
    font-weight: 800;
    color: #fff;
    margin: 30px 0 100px; }
    @media (max-width: 1400px) {
      .banner_top-v2 .title {
        font-size: 42px; } }
    @media (max-width: 991px) {
      .banner_top-v2 .title {
        font-size: 36px;
        margin: 25px 0; } }
    @media (max-width: 767px) {
      .banner_top-v2 .title {
        font-size: 28px;
        margin-bottom: 0; } }
  .banner_top-v2 .banner_btn {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    background: linear-gradient(135deg, #6f2631 0%, #c81631 100%);
    border-radius: 8px;
    padding: 15px 30px;
    display: inline-block; }
    .banner_top-v2 .banner_btn.banner_btn-desktop {
      display: inline-block; }
      @media (max-width: 767px) {
        .banner_top-v2 .banner_btn.banner_btn-desktop {
          display: none; } }
    .banner_top-v2 .banner_btn.banner_btn-mobile {
      display: none; }
      @media (max-width: 767px) {
        .banner_top-v2 .banner_btn.banner_btn-mobile {
          display: inline-block;
          display: inline-block;
          vertical-align: middle;
          max-width: 50%; } }
    @media (max-width: 1199px) {
      .banner_top-v2 .banner_btn {
        font-size: 20px; } }
    @media (max-width: 991px) {
      .banner_top-v2 .banner_btn {
        font-size: 16px; } }

.footer_disclaimer {
  padding-bottom: 30px;
  font-size: 14px;
  text-align: center; }

/* SECTION FORM */
.section_form {
  background: url(../images/bg-form-min.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  margin-top: 50px; }
  .section_form .form_title {
    color: #F7F9F9;
    text-align: center;
    font-size: 55px;
    letter-spacing: 1px;
    font-weight: 900;
    margin: 0 0 30px 0; }
    @media (max-width: 1199px) {
      .section_form .form_title {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .section_form .form_title {
        font-size: 26px; } }
  .section_form .form_subtitle {
    color: #F7F9F9;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0; }
    @media (max-width: 1199px) {
      .section_form .form_subtitle {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .section_form .form_subtitle {
        font-size: 16px; } }
  .section_form form {
    margin-top: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
    .section_form form .form-group {
      margin-bottom: 25px;
      position: relative; }
    .section_form form .formError {
      position: absolute !important;
      bottom: 95% !important;
      top: auto !important;
      right: 0 !important;
      left: auto !important;
      z-index: 30;
      background: red;
      opacity: 1 !important;
      color: #fff;
      border-radius: 10px;
      padding: 7px;
      font-size: 12px; }
      .section_form form .formError:after {
        content: '';
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        border-top: solid 10px red;
        height: 0;
        width: 0;
        position: absolute;
        top: 100%;
        right: 15px; }
    .section_form form input[type="text"] {
      border: 1px solid #BB2533;
      border-radius: 80px;
      padding: 15px 27px;
      font-size: 19px;
      background: #fff;
      font-family: inherit;
      color: #54595F;
      font-style: normal;
      oultine: none;
      box-shadow: none; }
    .section_form form .custom_img {
      margin-bottom: 5px; }
      .section_form form .custom_img label {
        border: 1px solid #BB2533;
        border-radius: 80px;
        padding: 15px 27px;
        font-size: 19px;
        background: #fff;
        font-family: inherit;
        color: #54595F;
        font-style: italic;
        position: relative;
        cursor: pointer;
        width: 100%; }
        .section_form form .custom_img label .upload_icon {
          position: absolute;
          z-index: 1;
          right: 27px;
          top: 50%;
          transform: translateY(-50%);
          width: 32px;
          height: auto;
          display: block; }
      .section_form form .custom_img input {
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        opacity: 0;
        visibility: hidden; }
    .section_form form .img_disclaimer {
      color: #F7F9F9;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 25px;
      display: block; }
    .section_form form .custom_acord {
      text-align: left; }
      .section_form form .custom_acord .checkbox-container {
        display: block;
        position: relative;
        padding-left: 40px;
        padding-top: 3px;
        margin-bottom: 12px;
        margin-top: 20px;
        cursor: pointer;
        font-size: 16px;
        font-weight: normal;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #F7F9F9;
        font-size: 16px; }
        .section_form form .custom_acord .checkbox-container a {
          color: #F7F9F9; }
        .section_form form .custom_acord .checkbox-container input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
          .section_form form .custom_acord .checkbox-container input:checked ~ .checkmark {
            background-color: #fff; }
            .section_form form .custom_acord .checkbox-container input:checked ~ .checkmark:after {
              display: block; }
      .section_form form .custom_acord .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        background-color: #fff;
        border: 1px solid #BB2533;
        border-radius: 50%; }
        .section_form form .custom_acord .checkmark:after {
          content: '';
          display: none;
          position: absolute;
          left: 10px;
          top: 6px;
          width: 8px;
          height: 14px;
          border: solid #BB2533;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .section_form form .custom_acord .formError {
        background: red;
        padding: 5px 10px;
        border-radius: 15px;
        top: auto !important;
        bottom: 110%;
        right: 0 !important;
        left: auto !important;
        z-index: 1;
        opacity: 1 !important;
        color: #fff;
        font-size: 12px;
        margin: 0 !important;
        position: absolute !important; }
        .section_form form .custom_acord .formError:after {
          content: '';
          border-width: 10px;
          border-style: solid;
          border-right: 10px solid transparent;
          border-color: red transparent transparent;
          width: 0;
          height: 0;
          position: absolute;
          top: 100%;
          left: 15px; }
    .section_form form .custom_send {
      text-align: center; }
      .section_form form .custom_send .trimite-form {
        border: 1px solid #BB2533;
        border-radius: 80px;
        background: #fff;
        font-family: inherit;
        padding: 15px 27px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        color: #BB2533;
        margin: auto;
        display: inline-block;
        transition: .3s;
        margin-top: 20px; }
        .section_form form .custom_send .trimite-form:hover {
          background: #BB2533;
          color: #fff; }
    .section_form form .custom_message {
      font-size: 24px;
      text-align: center;
      font-weight: 900;
      color: #F7F9F9; }
      @media (max-width: 1199px) {
        .section_form form .custom_message {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .section_form form .custom_message {
          font-size: 16px; } }

.section_form input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #54595F;
  opacity: 1;
  font-style: italic; }

.section_form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #54595F;
  opacity: 1;
  font-style: italic; }

.section_form input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #54595F;
  opacity: 1;
  font-style: italic; }

.section_form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #54595F;
  opacity: 1;
  font-style: italic; }

/* TOP CAROUSEL */
.top_carousel {
  position: relative; }
  .top_carousel .owl-stage-outer {
    overflow-x: hidden; }
    .top_carousel .owl-stage-outer .owl-stage:after {
      content: '';
      display: block;
      clear: both; }
  .top_carousel .owl-item {
    float: left; }
  .top_carousel .owl-nav {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 0;
    right: 0;
    padding: 0 15px;
    height: 0; }
    .top_carousel .owl-nav button {
      background: none;
      border: none;
      color: #fff;
      font-size: 60px;
      font-weight: bold; }
      .top_carousel .owl-nav button.owl-prev {
        float: left; }
      .top_carousel .owl-nav button.owl-next {
        float: right; }
  .top_carousel .owl-dots .owl-dot {
    background: #fff;
    border: none;
    width: 33.333333333%;
    float: left;
    transition: .3s;
    height: 10px;
    display: block;
    position: relative; }
    .top_carousel .owl-dots .owl-dot.active {
      background: #c81631; }
    .top_carousel .owl-dots .owl-dot span:after {
      color: #000;
      bottom: 200%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      font-size: 20px;
      text-transform: uppercase;
      width: 100%;
      padding: 0 5px; }
      @media (max-width: 767px) {
        .top_carousel .owl-dots .owl-dot span:after {
          font-size: 12px; } }
      @media (max-width: 550px) {
        .top_carousel .owl-dots .owl-dot span:after {
          font-size: 10px; } }
    .top_carousel .owl-dots .owl-dot:first-child span:after {
      content: 'Ariston Lydos Hybrid'; }
    .top_carousel .owl-dots .owl-dot:nth-child(2) span:after {
      content: 'Ariston NUOS'; }
    .top_carousel .owl-dots .owl-dot:nth-child(3) span:after {
      content: 'Ariston Velis Dune'; }

.disclaimer_text-section {
  text-align: center; }
  @media (max-width: 768px) {
    .disclaimer_text-section {
      padding-top: 50px; } }
  .disclaimer_text-section .disclaimer_text {
    color: #c8102e;
    margin: 0;
    font-family: 'Proxima Nova Rg', arial, sans-serif;
    font-size: 18px; }
    @media (max-width: 768px) {
      .disclaimer_text-section .disclaimer_text {
        font-size: 16px; } }

.section_carousel {
  padding: 50px 0; }
  .section_carousel .container {
    display: flex; }
    @media (max-width: 767px) {
      .section_carousel .container {
        display: block; } }
    .section_carousel .container:after {
      content: '';
      display: block;
      clear: both; }
    .section_carousel .container .prod_card {
      float: left;
      padding: 0 15px;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .section_carousel .container .prod_card {
          margin-bottom: 40px;
          display: block; }
          .section_carousel .container .prod_card:last-child {
            margin-bottom: 0; } }
      .section_carousel .container .prod_card .prod_slide {
        padding: 30px;
        border: 2px solid #c8102e;
        border-radius: 15px;
        height: 100%;
        position: relative;
        padding-bottom: 78px; }
      .section_carousel .container .prod_card a {
        color: #c8102e;
        text-decoration: none;
        text-align: center;
        transition: .3s; }
        .section_carousel .container .prod_card a:hover {
          color: #000; }
          .section_carousel .container .prod_card a:hover .prod_btn {
            background: #fff;
            color: #c8102e; }
      .section_carousel .container .prod_card img {
        width: 100%;
        display: block;
        max-width: 70%;
        margin: 0 auto; }
      .section_carousel .container .prod_card .prod_title {
        margin-top: 20px;
        display: block;
        font-weight: bold;
        font-family: 'Proxima Nova Rg', arial, sans-serif;
        font-size: 24px;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .section_carousel .container .prod_card .prod_title {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .section_carousel .container .prod_card .prod_title {
            font-size: 20px; } }
      .section_carousel .container .prod_card .prod_btn {
        border-radius: 7px;
        border: 1px solid #c8102e;
        padding: 7px 25px 5px;
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Proxima Nova Rg', arial, sans-serif;
        font-size: 16px;
        background: #c8102e;
        color: #fff;
        margin-top: 10px;
        transition: .3s;
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%); }

/*# sourceMappingURL=style.css.map */
