@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px; }

a {
  transition: all 150ms linear; }
  a:hover {
    text-decoration: none; }

h3 {
  font-size: 2.8125rem;
  font-weight: 800; }
  @media screen and (max-width: 767.98px) {
    h3 {
      font-size: 2.50rem; } }
  @media screen and (max-width: 575.98px) {
    h3 {
      font-size: 2.20rem; } }

h4 {
  font-size: 1rem;
  font-weight: 800; }
  @media screen and (max-width: 575.98px) {
    h4 {
      font-size: 0.9rem; } }

.btn {
  border: none !important;
  transition: all 120ms linear; }

.page-header {
  position: relative;
  width: 60%;
  margin: 0 auto 100px auto; }
  .page-header h3 {
    position: relative;
    z-index: 10;
    color: #3b3b3b; }
  .page-header:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc( 50% - 62px / 2);
    right: calc( 50% - 62px / 2);
    width: 62px;
    height: auto;
    min-height: 130px;
    background-color: #f1f1f1;
    content: "";
    transform: skew(-25deg); }

.title-header h4 {
  position: relative;
  font-size: 1rem;
  text-transform: uppercase;
  padding-left: 2.5rem;
  left: 0px; }
  .title-header h4:before {
    position: absolute;
    top: -5px;
    width: 13px;
    height: 26px;
    transform: skew(-25deg);
    background-color: #f9dc12;
    content: "";
    margin-left: -25px; }

.btn-custom {
  position: relative;
  width: 250px;
  height: 65px;
  padding-top: 22px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 250ms linear !important;
  background: #fec300;
  background: linear-gradient(45deg, #fec300 0%, #f6ef24 100%);
  overflow: hidden; }
  .btn-custom:after {
    position: absolute;
    top: 0;
    left: 80%;
    width: 100%;
    height: 100%;
    background-image: url("../images/btn-percentage.png");
    background-repeat: no-repeat;
    background-size: 64px;
    content: "";
    opacity: .1; }
  .btn-custom:hover {
    background: linear-gradient(45deg, #f6ef24 0%, #fec300 100%); }

.btn-secondary {
  width: 250px;
  height: 65px;
  padding-top: 22px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 250ms linear !important;
  background: #fec300;
  background: linear-gradient(45deg, #ae293e 0%, #ed223f 100%);
  overflow: hidden; }
  .btn-secondary:hover {
    background: linear-gradient(45deg, #ed223f 0%, #ae293e 100%); }

button.btn-custom,
button.btn-secondary {
  padding: 0; }

.tooltip .tooltip-inner {
  max-width: 400px;
  font-size: 14px;
  color: #3b3b3b;
  background-color: white;
  text-align: left;
  padding: 1rem; }
  .tooltip .tooltip-inner b {
    font-weight: 800;
    text-transform: uppercase; }

.navbar {
  height: 105px;
  z-index: 11;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 767.98px) {
    .navbar {
      border-bottom: 0px; } }
  .navbar.navbar-page {
    background-color: #1a1a1a; }
  .navbar .navbar-brand {
    height: 60px; }
    .navbar .navbar-brand img {
      height: 100%; }
  .navbar .navbar-text {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px; }
    @media screen and (max-width: 991.98px) {
      .navbar .navbar-text {
        top: 50px;
        left: 50px;
        right: auto; } }
    .navbar .navbar-text span.phone-label {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-weight: 600;
      background: #3194ff;
      padding: 0px 10px;
      height: 35px;
      transform: skew(-25deg); }
      .navbar .navbar-text span.phone-label a {
        color: white;
        transform: skew(25deg);
        letter-spacing: -1px; }
    .navbar .navbar-text span.social-icon {
      font-size: 24px;
      margin-left: .5rem;
      margin-right: .5rem; }
      .navbar .navbar-text span.social-icon a {
        color: #3194ff; }
  .navbar .navbar-nav .nav-item {
    padding: 0 1rem; }
    .navbar .navbar-nav .nav-item .nav-link {
      font-size: 1rem;
      font-weight: 600;
      color: white;
      transition: all 120ms linear; }
    .navbar .navbar-nav .nav-item:hover .nav-link {
      color: #f9dc12; }
    .navbar .navbar-nav .nav-item.active .nav-link {
      color: #fff; }
  .navbar .navbar-collapse {
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end; }
  @media screen and (max-width: 991.98px) {
    .navbar .navbar-collapse {
      margin-top: 0;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: black;
      min-height: 100vh;
      opacity: 0;
      transition: all 0.5s ease;
      display: none;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      z-index: 3;
      overflow: scroll;
      padding-top: 5rem; }
      .navbar .navbar-collapse .navbar-nav {
        margin-top: 2rem;
        padding-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-right: 0;
        margin-left: 0;
        width: calc(100% - 30px); }
        .navbar .navbar-collapse .navbar-nav .nav-item {
          margin: 0;
          padding-left: 15px;
          position: relative; }
          .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            font-size: 1.5rem;
            color: white; }
            .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
              color: #f9dc12; } }
  .navbar .navbar-toggler {
    background: none;
    border: none;
    z-index: 100;
    /* basic styles for each icon bar */
    /* styles for when .navbar is closed */ }
    .navbar .navbar-toggler:active, .navbar .navbar-toggler:focus {
      outline: 0; }
    .navbar .navbar-toggler .icon-bar {
      display: block;
      width: 38px;
      height: 4px;
      border-radius: 1px;
      margin: 6px 0;
      transition: all 0.2s;
      background: #ffffff;
      /* .navbar open top .icon-bar rotated down 45° */
      /* .navbar open middle .icon-bar invisible */
      /* .navbar open bottom .icon-bar rotated up 45° */ }
      .navbar .navbar-toggler .icon-bar:nth-of-type(1) {
        width: 38px;
        transform: rotate(45deg);
        transform-origin: 10% 10%; }
      .navbar .navbar-toggler .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0); }
      .navbar .navbar-toggler .icon-bar:nth-of-type(3) {
        width: 38px;
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
        background: #ffffff; }
    .navbar .navbar-toggler.collapsed .icon-bar {
      /* .navbar closed top .icon-bar no rotation - straight */
      /* .navbar open middle .icon-bar visible */
      /* .navbar open bottom .icon-bar no rotation - straight */ }
      .navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
        width: 38px;
        transform: rotate(0); }
      .navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
        width: 22px;
        opacity: 1;
        filter: alpha(opacity=100); }
      .navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
        width: 12px;
        transform: rotate(0);
        background: #f9dc12; }

#backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 12;
  opacity: .95; }

.free-energy-btn {
  position: fixed;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  color: #fff;
  z-index: 13;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  top: 50%;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 400; }
  .free-energy-btn .text {
    text-transform: uppercase;
    margin-left: 0rem;
    text-align: center;
    margin-top: 2rem; }
  .free-energy-btn .circle-container {
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 767.98px) {
      .free-energy-btn .circle-container {
        margin-top: 1.5rem; } }
    .free-energy-btn .circle-container .circle {
      position: relative;
      z-index: 50;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 70px;
      height: 70px;
      font-size: 3.125rem;
      background-color: #f9dc12;
      border-radius: 90px;
      color: black; }
      .free-energy-btn .circle-container .circle:before {
        position: absolute;
        z-index: 45;
        top: -35px;
        left: -35px;
        width: 140px;
        height: 140px;
        background-color: #f9dc12;
        border-radius: 90px;
        animation: scaleIn 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
        content: ""; }
      .free-energy-btn .circle-container .circle:after {
        position: absolute;
        z-index: 44;
        top: -35px;
        left: -35px;
        width: 140px;
        height: 140px;
        background-color: #f9dc12;
        border-radius: 90px;
        animation: scaleIn 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
        animation-delay: .5s;
        content: ""; }
  .free-energy-btn span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #f9dc12; }

#slider .container {
  position: absolute;
  top: 50%;
  left: 80px;
  right: 80px;
  transform: translateY(-50%);
  color: #fff; }

.container-slider {
  position: relative;
  z-index: 5;
  top: -105px;
  margin-bottom: -105px;
  width: 100vw;
  max-width: 100%;
  height: 95vh;
  min-height: 720px; }
  .container-slider .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10; }
    .container-slider .swiper-container .swiper-wrapper {
      width: 100%;
      height: 100%; }
      .container-slider .swiper-container .swiper-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  @media screen and (max-width: 767.98px) {
    .container-slider .swiper-button-prev, .container-slider .swiper-button-next {
      display: none; } }
  .container-slider .swiper-pagination {
    position: absolute;
    bottom: 20%;
    left: 0px;
    margin-left: 0px;
    padding-left: 15px;
    text-align: left; }
    .container-slider .swiper-pagination .swiper-pagination-bullet {
      width: 50px;
      background-color: #000;
      opacity: 1;
      border-radius: 10px; }
      .container-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #f9dc12; }
    @media screen and (max-width: 767.98px) {
      .container-slider .swiper-pagination {
        bottom: 0.5rem; }
        .container-slider .swiper-pagination .swiper-pagination-bullet {
          width: 20px; } }
  .container-slider .swiper-slide {
    background: black; }
    .container-slider .swiper-slide img {
      opacity: 0.7; }
    .container-slider .swiper-slide .caption h1 {
      font-size: 4.375rem;
      font-weight: 800;
      margin-bottom: 2rem;
      line-height: 1; }
      @media screen and (max-width: 767.98px) {
        .container-slider .swiper-slide .caption h1 {
          font-size: 3rem;
          margin-left: 2rem; } }
      @media screen and (max-width: 575.98px) {
        .container-slider .swiper-slide .caption h1 {
          font-size: 2rem; } }
    .container-slider .swiper-slide .caption h2 {
      position: relative;
      font-size: 1.5625rem;
      font-weight: 600;
      padding-left: 2.5rem;
      text-transform: uppercase;
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 767.98px) {
        .container-slider .swiper-slide .caption h2 {
          font-size: 1.25rem; } }
      @media screen and (max-width: 575.98px) {
        .container-slider .swiper-slide .caption h2 {
          font-size: 1.15rem; } }
      .container-slider .swiper-slide .caption h2:before {
        position: absolute;
        top: 0;
        left: .5rem;
        width: 13px;
        height: 26px;
        transform: skew(-25deg);
        background-color: #f9dc12;
        content: ""; }
    .container-slider .swiper-slide .caption p {
      width: 50%;
      font-size: 1rem;
      line-height: 1.4375rem; }
      @media screen and (max-width: 767.98px) {
        .container-slider .swiper-slide .caption p {
          display: none; } }

@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: .5; }
  to {
    transform: scale(1.25, 1.25);
    opacity: 0; } }

.container-benefits {
  position: relative;
  background-image: linear-gradient(#fbfbfb, #f8f8f8);
  padding: 100px 0; }
  @media screen and (max-width: 767.98px) {
    .container-benefits {
      padding: 80px 0; } }
  .container-benefits h3, .container-benefits h4 {
    text-align: center;
    color: #3b3b3b; }
  .container-benefits h4 {
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    padding-left: 2.5rem;
    left: 0px; }
    .container-benefits h4:before {
      position: absolute;
      top: -5px;
      width: 13px;
      height: 26px;
      transform: skew(-25deg);
      background-color: #f9dc12;
      content: "";
      margin-left: -25px; }
  .container-benefits .swiper-container {
    margin-top: 4rem;
    overflow: hidden; }
  .container-benefits .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    margin-bottom: 4rem; }
    .container-benefits .swiper-wrapper .swiper-slide {
      flex: 0 0 calc( 100% / 3 - 1rem);
      max-width: calc( 100% / 3 - 1rem);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-right: 1rem;
      height: auto; }
      .container-benefits .swiper-wrapper .swiper-slide:last-child {
        margin-right: 0; }
      .container-benefits .swiper-wrapper .swiper-slide .benefits-item {
        width: 100%;
        height: 100%;
        padding: 2.5rem 1.5rem 1rem 1.5rem;
        background: white;
        box-shadow: 10px 0px 30px #e6e6e6;
        transition: all 250ms linear;
        font-size: 0.875rem;
        font-weight: 400; }
        .container-benefits .swiper-wrapper .swiper-slide .benefits-item:hover {
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.2); }
        .container-benefits .swiper-wrapper .swiper-slide .benefits-item img {
          height: 80px; }
        .container-benefits .swiper-wrapper .swiper-slide .benefits-item h3 {
          font-size: 1.125rem;
          font-weight: 800;
          text-transform: uppercase;
          margin: 1.5rem 0; }
      @media screen and (max-width: 767.98px) {
        .container-benefits .swiper-wrapper .swiper-slide {
          flex: 0 0 100%;
          width: 100%;
          max-width: 100%;
          margin-right: 0; } }
  @media screen and (min-width: 1199.98px) {
    .container-benefits .swiper-pagination {
      display: none; } }
  .container-benefits .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
    background-color: #656565 !important;
    border-radius: 12px;
    opacity: 1; }
    .container-benefits .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #f4e818 !important; }
  @media screen and (max-width: 767.98px) {
    .container-benefits .btn-custom {
      margin-top: 2rem; } }

.container-benefits-page {
  background-image: linear-gradient(#fbfbfb, #f8f8f8);
  color: #3b3b3b; }
  .container-benefits-page .container {
    position: relative;
    padding: 100px 0; }
    .container-benefits-page .container:before {
      position: absolute;
      top: 0;
      left: 330px;
      width: 20px;
      height: 100%;
      background: #f1f1f1;
      content: ""; }
  .container-benefits-page .benefits-header {
    font-size: 31.5px;
    font-weight: 800;
    text-transform: uppercase;
    color: #3b3b3b; }
  .container-benefits-page .benefits-circle {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 10px 0 30px #e6e6e6; }
    .container-benefits-page .benefits-circle img {
      width: 80px; }
  .container-benefits-page .benefits-padding {
    padding-bottom: 100px; }

.container-installation {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #262626;
  background-image: url("../images/installation-pattern.png");
  background-repeat: no-repeat;
  background-position: 20% 0%;
  overflow: hidden; }
  @media screen and (max-width: 991.98px) {
    .container-installation {
      height: auto;
      padding: 50px 0; } }
  .container-installation .installation-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 1.625rem;
    color: white; }
    @media screen and (max-width: 991.98px) {
      .container-installation .installation-text {
        height: auto;
        text-align: center;
        align-items: center; } }
    .container-installation .installation-text .link {
      display: inline;
      width: auto;
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0;
      color: white; }
      .container-installation .installation-text .link i {
        color: #3194ff; }
      @media screen and (max-width: 1199.98px) {
        .container-installation .installation-text .link {
          text-align: center; } }
    .container-installation .installation-text h3, .container-installation .installation-text h4 {
      text-align: left; }
      @media screen and (max-width: 991.98px) {
        .container-installation .installation-text h3, .container-installation .installation-text h4 {
          text-align: center; } }
    .container-installation .installation-text h4 {
      position: relative;
      text-transform: uppercase;
      padding-left: 2.5rem;
      left: 0px; }
      @media screen and (max-width: 991.98px) {
        .container-installation .installation-text h4 {
          width: auto;
          padding-left: 0;
          margin: 0 auto 1rem auto; } }
      .container-installation .installation-text h4:before {
        position: absolute;
        top: -5px;
        width: 13px;
        height: 26px;
        transform: skew(-25deg);
        background-color: #f9dc12;
        content: "";
        margin-left: -25px; }
    .container-installation .installation-text h3 {
      margin-bottom: 34px; }
    .container-installation .installation-text .btn-custom {
      margin-top: 2rem; }
      @media screen and (max-width: 1199.98px) {
        .container-installation .installation-text .btn-custom {
          display: none; } }
  .container-installation .installation-img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 991.98px) {
      .container-installation .installation-img {
        margin-top: 150px;
        height: auto; } }
    .container-installation .installation-img .image {
      position: relative;
      width: 320px;
      margin: 0 auto 0 auto;
      transform: scale(3);
      transform-origin: 140px 0px; }
      .container-installation .installation-img .image img {
        width: 100%;
        height: auto; }
      .container-installation .installation-img .image .point-circle {
        position: absolute;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        padding: 5px;
        width: 30px;
        height: 30px;
        border-radius: 90px;
        background: #f9dc12;
        color: #3b3b3b;
        transform: scale(0.4); }
        .container-installation .installation-img .image .point-circle:before {
          position: absolute;
          z-index: 45;
          top: -10px;
          left: -10px;
          width: 50px;
          height: 50px;
          background-color: #f9dc12;
          border-radius: 90px;
          content: "";
          opacity: 0; }
        .container-installation .installation-img .image .point-circle:after {
          position: absolute;
          z-index: 44;
          top: -10px;
          left: -10px;
          width: 50px;
          height: 50px;
          background-color: #f9dc12;
          border-radius: 90px;
          content: "";
          opacity: 0; }
        .container-installation .installation-img .image .point-circle:hover {
          text-decoration: none; }
          .container-installation .installation-img .image .point-circle:hover:before {
            animation: scaleIn 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32); }
          .container-installation .installation-img .image .point-circle:hover:after {
            animation: scaleIn 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
            animation-delay: .5s; }
      @media screen and (max-width: 575.98px) {
        .container-installation .installation-img .image {
          transform: scale(1.6); }
          .container-installation .installation-img .image .point-circle {
            transform: scale(0.7); } }
      @media screen and (max-width: 991.98px) {
        .container-installation .installation-img .image {
          transform: scale(1.2); }
          .container-installation .installation-img .image .point-circle {
            transform: scale(0.7); } }
      @media screen and (max-width: 1199.98px) {
        .container-installation .installation-img .image {
          transform: scale(1.5); }
          .container-installation .installation-img .image .point-circle {
            transform: scale(0.7); } }
      @media screen and (max-width: 1439.98px) {
        .container-installation .installation-img .image {
          transform: scale(1.8); }
          .container-installation .installation-img .image .point-circle {
            transform: scale(0.7); } }
      @media screen and (max-width: 1679.98px) {
        .container-installation .installation-img .image {
          transform: scale(2); }
          .container-installation .installation-img .image .point-circle {
            transform: scale(0.7); } }
      .container-installation .installation-img .image .point-01 {
        top: -10px;
        left: 90px; }
      .container-installation .installation-img .image .point-02 {
        top: 10px;
        left: 148px; }
      .container-installation .installation-img .image .point-03 {
        top: 5px;
        left: 190px; }
      .container-installation .installation-img .image .point-04 {
        top: 80px;
        left: 165px; }
      .container-installation .installation-img .image .point-05 {
        top: 70px;
        left: 90px; }
    .container-installation .installation-img .btn-custom {
      display: none;
      margin-top: 2rem; }
      @media screen and (max-width: 1199.98px) {
        .container-installation .installation-img .btn-custom {
          display: block;
          margin: 2rem auto 0 auto; } }
      @media screen and (max-width: 575.98px) {
        .container-installation .installation-img .btn-custom {
          margin-top: 8rem; } }

.installation-page {
  height: auto;
  padding: 100px 0; }
  .installation-page .installation-text, .installation-page .installation-img {
    height: auto;
    min-height: 820px; }
  .installation-page .btn-custom {
    display: block !important;
    margin-top: 80px !important; }
  .installation-page .page-header {
    width: 100%; }
    .installation-page .page-header h3 {
      width: 50%;
      margin: 0 auto 0 auto;
      color: white; }
      @media screen and (max-width: 991.98px) {
        .installation-page .page-header h3 {
          width: 100%; } }
    .installation-page .page-header:before {
      background-color: #333333; }
  .installation-page h5 {
    font-size: 1.96875rem;
    font-weight: 800;
    margin-left: 2rem;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .installation-page h6 {
    width: 90%;
    font-size: 1rem;
    font-weight: 400;
    margin-top: .5rem;
    margin-bottom: 3rem;
    margin-left: 2rem;
    line-height: 1.625rem; }

.container-heating {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-image: url("../images/heating-bg.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3b3b3b;
  overflow: hidden; }
  .container-heating .swiper-container {
    overflow: visible;
    margin-top: 3rem; }
  .container-heating h3, .container-heating h4 {
    text-align: center;
    color: #3b3b3b; }
  .container-heating h4 {
    position: relative;
    text-transform: uppercase;
    padding-left: 2.5rem;
    left: 0px; }
  .container-heating h3 {
    margin-bottom: 34px; }
    .container-heating h3 span {
      color: #c32c46; }
  .container-heating p {
    font-size: 1rem;
    font-weight: 400; }
    .container-heating p b {
      color: #c32c46; }
  .container-heating .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-bottom: 4rem; }
    .container-heating .swiper-wrapper .swiper-slide {
      flex: 0 0 calc( 100% / 3 - 1rem);
      max-width: calc( 100% / 3 - 1rem);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: stretch;
      text-align: center;
      margin-right: 0;
      height: auto; }
      .container-heating .swiper-wrapper .swiper-slide::before, .container-heating .swiper-wrapper .swiper-slide::after {
        position: absolute;
        z-index: 10;
        top: 147px;
        height: 3px;
        background: #aa1028;
        content: ""; }
      .container-heating .swiper-wrapper .swiper-slide::before {
        left: 0;
        width: calc(50% - 1rem);
        z-index: -1; }
      .container-heating .swiper-wrapper .swiper-slide::after {
        right: 0;
        width: calc(50% - 1rem); }
      .container-heating .swiper-wrapper .swiper-slide:last-child {
        margin-right: 0; }
      .container-heating .swiper-wrapper .swiper-slide:first-child::before {
        left: -100%;
        width: calc(150% - 1rem); }
      .container-heating .swiper-wrapper .swiper-slide:last-child::after {
        right: -100%;
        width: calc(150% - 1rem); }
      @media screen and (max-width: 991.98px) {
        .container-heating .swiper-wrapper .swiper-slide {
          flex: 0 0 100%;
          width: 100%;
          max-width: 100%;
          margin-right: 0; } }
      .container-heating .swiper-wrapper .swiper-slide .heating-item {
        /*

                // Kropki
                &:after {
                    position: absolute;
                    z-index: 100;
                    top: 136px;
                    left: calc( 50% - 15px );
                    content: "";

                    background: white;
                    width: 15px;
                    height: 15px;
                    border-radius: 90px;

                    box-shadow: 0 0 10px rgba(black, .1);
                }
                */ }
        .container-heating .swiper-wrapper .swiper-slide .heating-item img {
          width: 80px;
          height: 80px; }
        .container-heating .swiper-wrapper .swiper-slide .heating-item h5 {
          font-size: 1.125rem;
          font-weight: 800;
          text-transform: uppercase;
          padding: 1rem 0; }
        .container-heating .swiper-wrapper .swiper-slide .heating-item ul {
          text-align: left;
          padding-top: 1rem;
          list-style-image: url("../images/angle-right.png"); }
        .container-heating .swiper-wrapper .swiper-slide .heating-item .hi-circle {
          position: relative;
          z-index: 50;
          left: auto;
          right: auto;
          background: white;
          width: 15px;
          height: 15px;
          border-radius: 90px;
          margin: 0 auto;
          box-shadow: 0 0 10px rgba(170, 16, 40, 0.1);
          border: 1px solid #f2f2f2; }
  .container-heating .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
    background-color: #656565 !important;
    border-radius: 12px;
    opacity: 1; }
    .container-heating .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #f4e818 !important; }
  @media screen and (max-width: 991.98px) {
    .container-heating .btn {
      margin-top: 2rem; } }

.container-portfolio {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("../images/portfolio-bg.jpg");
  padding: 120px 0;
  background-size: cover; }
  .container-portfolio .swiper-container {
    width: 100%;
    height: auto; }
    .container-portfolio .swiper-container .swiper-wrapper {
      width: 100%;
      height: 100%; }
      .container-portfolio .swiper-container .swiper-wrapper img {
        width: 100%;
        height: 100%; }
  .container-portfolio .swiper-pagination {
    position: absolute;
    left: 0px;
    bottom: -50px;
    width: auto;
    text-align: left; }
    .container-portfolio .swiper-pagination .swiper-pagination-bullet {
      width: 50px;
      background-color: #666666;
      border-radius: 10px;
      margin-right: 1rem; }
      .container-portfolio .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #f9dc12; }
    @media screen and (max-width: 991.98px) {
      .container-portfolio .swiper-pagination {
        position: relative;
        top: 0;
        left: auto;
        bottom: auto;
        margin: 0 auto 0 auto;
        text-align: center; } }
  .container-portfolio .swiper-button-prev,
  .container-portfolio .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 0;
    background: none;
    font-size: 27px;
    color: white; }
    @media screen and (max-width: 991.98px) {
      .container-portfolio .swiper-button-prev,
      .container-portfolio .swiper-button-next {
        display: none; } }
  .container-portfolio .swiper-button-prev {
    left: auto;
    right: 50px; }
  .container-portfolio .swiper-button-next {
    left: auto;
    right: 0px; }
  .container-portfolio .swiper-slide {
    width: 100%;
    overflow: hidden; }
    .container-portfolio .swiper-slide .portfolio-item {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      color: white;
      margin: 0 1rem;
      width: 100%;
      height: auto; }
      .container-portfolio .swiper-slide .portfolio-item .description {
        width: 50%;
        font-size: 1rem;
        font-weight: 400;
        margin-right: 2rem; }
        @media screen and (max-width: 991.98px) {
          .container-portfolio .swiper-slide .portfolio-item .description {
            width: 100%;
            margin-right: 0;
            text-align: center; } }
        .container-portfolio .swiper-slide .portfolio-item .description h3, .container-portfolio .swiper-slide .portfolio-item .description h4 {
          text-align: left; }
          @media screen and (max-width: 991.98px) {
            .container-portfolio .swiper-slide .portfolio-item .description h3, .container-portfolio .swiper-slide .portfolio-item .description h4 {
              text-align: center; } }
        .container-portfolio .swiper-slide .portfolio-item .description h4 {
          position: relative;
          text-transform: uppercase;
          padding-left: 2.5rem;
          left: 0px; }
          .container-portfolio .swiper-slide .portfolio-item .description h4:before {
            position: absolute;
            top: -5px;
            width: 13px;
            height: 26px;
            transform: skew(-25deg);
            background-color: #f9dc12;
            content: "";
            margin-left: -25px; }
        .container-portfolio .swiper-slide .portfolio-item .description h3 {
          padding-bottom: 0;
          margin-bottom: 38px; }
        .container-portfolio .swiper-slide .portfolio-item .description span {
          display: block;
          font-size: 0.75rem;
          font-weight: 600; }
          .container-portfolio .swiper-slide .portfolio-item .description span i {
            color: #3194ff;
            padding-right: 1rem; }
        .container-portfolio .swiper-slide .portfolio-item .description .text {
          margin-top: 2rem; }
        .container-portfolio .swiper-slide .portfolio-item .description a {
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          color: white; }
          .container-portfolio .swiper-slide .portfolio-item .description a i {
            color: #3194ff;
            padding-left: 1rem; }
          @media screen and (max-width: 991.98px) {
            .container-portfolio .swiper-slide .portfolio-item .description a {
              display: none; } }
      .container-portfolio .swiper-slide .portfolio-item .image {
        position: relative;
        width: calc( 100% - 50% - 2rem);
        height: 300px; }
        @media screen and (max-width: 991.98px) {
          .container-portfolio .swiper-slide .portfolio-item .image {
            width: 100%;
            margin: 1rem 0; } }
        .container-portfolio .swiper-slide .portfolio-item .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

.youtube {
  width: 100%;
  height: 530px;
  margin-bottom: 2rem; }

.container-articles {
  padding: 115px 0 280px 0;
  background-image: linear-gradient(#fbfbfb, #f8f8f8); }
  .container-articles h3, .container-articles h4 {
    text-align: left; }
  .container-articles h4 {
    position: relative;
    text-transform: uppercase;
    padding-left: 2.5rem;
    left: 0px; }
    .container-articles h4:before {
      position: absolute;
      top: -5px;
      width: 13px;
      height: 26px;
      transform: skew(-25deg);
      background-color: #f9dc12;
      content: "";
      margin-left: -25px; }
  .container-articles .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    margin: 3rem 0 4rem 0; }
    @media screen and (max-width: 991.98px) {
      .container-articles .swiper-wrapper {
        margin: 2rem 0 2rem 0; } }
    .container-articles .swiper-wrapper .swiper-slide {
      flex: 0 0 calc( 100% / 3 - 1rem);
      max-width: calc( 100% / 3 - 1rem);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-right: 1rem;
      height: auto; }
      .container-articles .swiper-wrapper .swiper-slide:last-child {
        margin-right: 0; }
      @media screen and (max-width: 991.98px) {
        .container-articles .swiper-wrapper .swiper-slide {
          flex: 0 0 100%;
          width: 100%;
          max-width: 100%;
          margin-right: 0; } }
  .container-articles .article {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    background-color: white !important;
    border-radius: 7px;
    box-shadow: 15px 0px 30px #f2f2f2;
    color: black; }
    .container-articles .article:hover {
      text-decoration: none;
      box-shadow: 10px 0px 35px #e6e6e6; }
    @media screen and (max-width: 767.98px) {
      .container-articles .article {
        width: 100%;
        margin-right: 0; } }
    .container-articles .article img {
      width: 100%;
      height: 200px;
      object-fit: cover; }
    .container-articles .article h3 {
      font-size: 1.125rem;
      font-weight: 800;
      text-align: center;
      margin-bottom: 1rem; }
    .container-articles .article .article-text {
      padding: 1rem 3rem;
      text-align: center; }
      .container-articles .article .article-text .btn-default {
        font-weight: 800;
        text-transform: uppercase; }
        .container-articles .article .article-text .btn-default i {
          margin-left: 1rem;
          color: #3194ff; }
  @media screen and (min-width: 767.98px) {
    .container-articles .swiper-button-prev, .container-articles .swiper-button-next {
      display: none; } }
  @media screen and (min-width: 767.98px) {
    .container-articles .swiper-pagination {
      display: none; } }
  .container-articles .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
    background-color: #656565 !important;
    border-radius: 12px;
    opacity: 1; }
    .container-articles .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #f4e818 !important; }
  .container-articles .article-header {
    margin-bottom: 2rem;
    color: #3b3b3b; }
  .container-articles .article-sidebar {
    color: #3b3b3b; }
    .container-articles .article-sidebar h5 {
      font-size: 12px;
      font-weight: 600; }
      .container-articles .article-sidebar h5 i {
        color: #3194ff;
        margin-right: .5rem; }
    .container-articles .article-sidebar ul {
      margin: 0;
      padding: 0;
      margin-left: 1.5rem;
      list-style-type: none;
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      text-transform: uppercase; }
      .container-articles .article-sidebar ul li a {
        color: #3b3b3b; }
        .container-articles .article-sidebar ul li a:hover {
          color: #3194ff; }
    @media screen and (max-width: 768px) {
      .container-articles .article-sidebar {
        margin-bottom: 1rem; } }
  .container-articles .article-preface {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2rem; }
  .container-articles .article-image {
    width: 100%;
    height: auto;
    margin-bottom: 2rem; }
  .container-articles .article-slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0; }
    .container-articles .article-slider .slides {
      width: 530px;
      height: 710px;
      margin-right: 50px; }
      .container-articles .article-slider .slides img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 7px; }
    .container-articles .article-slider .text {
      width: calc( 100% - 580px);
      color: #3b3b3b;
      text-align: left; }
      .container-articles .article-slider .text h3 {
        font-size: 27px;
        font-weight: 800; }
  .container-articles #slider .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%; }
  .container-articles #slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin: 3rem 0 1rem 0;
    padding: 0; }
    .container-articles #slider .swiper-wrapper .swiper-slide {
      margin: 0;
      padding: 0; }
  .container-articles .slides-pagination {
    position: relative;
    height: auto !important;
    min-height: 30px; }
    .container-articles .slides-pagination .swiper-pagination {
      display: block; }
      .container-articles .slides-pagination .swiper-pagination .swiper-pagination-bullet {
        width: 50px;
        margin-right: 10px;
        background-color: #cccccc !important;
        border-radius: 12px;
        opacity: 1; }
        .container-articles .slides-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #3194ff !important; }
    .container-articles .slides-pagination .swiper-button-next, .container-articles .slides-pagination .swiper-button-prev {
      display: block;
      background-image: none;
      font-size: 27px;
      top: 15px; }
    .container-articles .slides-pagination .swiper-button-prev {
      left: auto;
      right: 50px; }
    .container-articles .slides-pagination .swiper-button-next {
      right: 0px; }

.needblock {
  margin-top: -175px; }
  .needblock .needblock-bg {
    width: 100%;
    height: 625px;
    margin-top: -215px;
    background: url("../images/needblock-bg.jpg") no-repeat;
    background-size: cover; }
    @media screen and (max-width: 767.98px) {
      .needblock .needblock-bg {
        height: 825px; } }
    .needblock .needblock-bg .container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-top: 200px;
      height: 100%;
      color: white; }
      @media screen and (max-width: 767.98px) {
        .needblock .needblock-bg .container {
          text-align: center; } }
      .needblock .needblock-bg .container h3 {
        font-size: 3.759375rem;
        font-weight: 800; }
        @media screen and (max-width: 767.98px) {
          .needblock .needblock-bg .container h3 {
            font-size: 3.20rem;
            margin-bottom: 1rem; } }
        @media screen and (max-width: 575.98px) {
          .needblock .needblock-bg .container h3 {
            font-size: 2.50rem; } }
      .needblock .needblock-bg .container h4 {
        font-size: 1.6875rem;
        font-weight: 400;
        margin-bottom: 3rem; }
        @media screen and (max-width: 767.98px) {
          .needblock .needblock-bg .container h4 {
            font-size: 1.50rem; } }
        @media screen and (max-width: 575.98px) {
          .needblock .needblock-bg .container h4 {
            font-size: 1.25rem; } }
  .needblock .contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media screen and (max-width: 767.98px) {
      .needblock .contact {
        flex-direction: column; } }
    .needblock .contact .contact-item {
      text-align: left;
      padding-right: 1rem;
      padding-left: 0; }
      @media screen and (max-width: 767.98px) {
        .needblock .contact .contact-item {
          width: 100%;
          padding-right: 0;
          text-align: center; } }
      .needblock .contact .contact-item:nth-child(2) {
        padding-left: 1rem;
        padding-right: 0; }
        @media screen and (max-width: 767.98px) {
          .needblock .contact .contact-item:nth-child(2) {
            margin-top: 2rem; } }
      .needblock .contact .contact-item h5 {
        font-size: 0.875rem;
        font-weight: 600;
        text-transform: uppercase; }
      .needblock .contact .contact-item a {
        font-size: 1.6875rem;
        font-weight: 800;
        color: white; }
        .needblock .contact .contact-item a i {
          color: #3194ff; }
        .needblock .contact .contact-item a:hover {
          text-decoration: none; }

.google-maps {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 390px;
  margin: 0 auto 0 auto;
  background: linear-gradient(white, #f2f2f2); }

footer {
  font-weight: 14px;
  padding: 40px;
  color: white;
  background: -webkit-linear-gradient(left, #00005e, #3094ff);
  background: -moz-linear-gradient(left, #00005e, #3094ff);
  background: -o-linear-gradient(left, #00005e, #3094ff);
  background: linear-gradient(left, #00005e, #3094ff); }
  @media screen and (max-width: 767.98px) {
    footer {
      text-align: center; } }
  footer a {
    color: white; }
  footer .menu a {
    font-weight: 14px;
    font-weight: 600;
    padding: 0 1rem; }
  @media screen and (max-width: 767.98px) {
    footer .menu {
      display: flex;
      flex-direction: column;
      text-align: center;
      margin: 1rem 0; } }
  footer .copyright {
    font-size: 12px;
    font-weight: 400;
    text-align: right; }
    footer .copyright .brand {
      font-weight: 600; }
    @media screen and (max-width: 767.98px) {
      footer .copyright {
        text-align: center; } }

.cookie-message {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  background-color: #fff;
  max-width: 430px;
  z-index: 100;
  color: #3b3b3b;
  padding: 2rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: none;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 1.2rem; }
  .cookie-message .btn-primary {
    margin-top: 1rem;
    margin: 0;
    padding: .5rem;
    font-size: 1rem; }

.tag-phone, .tag-calc {
  position: fixed;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 800;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  text-align: center;
  transition: all 250ms linear;
  background-color: #3194ff;
  width: 70px;
  height: 70px; }
  .tag-phone i, .tag-calc i {
    font-size: 1.75rem;
    transition: all 200ms linear; }
  .tag-phone span, .tag-calc span {
    display: block;
    font-size: 0;
    margin-top: .15rem;
    transition: all 250ms linear; }
  .tag-phone a, .tag-calc a {
    color: white; }
    .tag-phone a:hover, .tag-calc a:hover {
      text-decoration: none; }
  .tag-phone:hover, .tag-calc:hover {
    width: 200px;
    background: linear-gradient(#f6ea17, #fdc90b); }
    .tag-phone:hover span, .tag-calc:hover span {
      font-size: 0.875rem; }
    .tag-phone:hover i, .tag-calc:hover i {
      font-size: 1.6875rem; }
    .tag-phone:hover a, .tag-calc:hover a {
      color: #3b3b3b; }

.tag-phone {
  top: 50%; }

.tag-calc {
  top: calc(50% + 80px); }

@media screen and (max-width: 767.98px) {
  .tag-phone, .tag-calc {
    transform: scale(0.5);
    transform-origin: left; }
  .tag-calc {
    top: calc(70% + 80px); }
  .tag-phone {
    top: 70%; } }

.pagination-custom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .pagination-custom .page-item {
    margin-right: .25rem; }
    .pagination-custom .page-item:last-child {
      margin-right: 0px; }
    .pagination-custom .page-item .page-link {
      background-color: transparent;
      border: none;
      color: black;
      font-size: 14px;
      font-weight: 800;
      border-bottom: 4px solid #cccccc; }
    .pagination-custom .page-item.active .page-link {
      background-color: transparent;
      border: none;
      color: black;
      border-bottom: 4px solid #3194ff; }
  .pagination-custom .arrows .page-link {
    border-bottom: none; }
    .pagination-custom .arrows .page-link.active .page-link {
      border-bottom: none; }

.container-page {
  padding: 100px 0;
  padding-bottom: 500px;
  background-image: linear-gradient(#fbfbfb, #f8f8f8);
  height: auto; }
  .container-page .calc-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 0; }
  .container-page .calc-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    color: #3b3b3b;
    width: 475px;
    margin-bottom: 30px; }
    .container-page .calc-item .calc-circle {
      width: 128px;
      height: 128px;
      border-radius: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: white;
      box-shadow: 10px 0 30px #e6e6e6; }
      .container-page .calc-item .calc-circle img {
        width: 78px;
        height: 78px; }
    .container-page .calc-item .text {
      font-weight: 800;
      padding-left: 30px;
      color: #3b3b3b; }
      .container-page .calc-item .text small {
        font-weight: 400;
        display: block; }
    .container-page .calc-item .text {
      font-size: 24.5px; }
      .container-page .calc-item .text span {
        font-weight: 800;
        color: #3194ff; }
      .container-page .calc-item .text small {
        font-size: 1rem;
        color: #3b3b3b; }
  .container-page .calc-item-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 240px;
    text-align: center;
    padding: 0 150px; }
    .container-page .calc-item-row img {
      width: 84px;
      height: 84px; }
    .container-page .calc-item-row .price {
      font-size: 24.5px;
      font-weight: 800; }
      .container-page .calc-item-row .price span {
        color: #3194ff; }
    .container-page .calc-item-row.calc-blue {
      background: #3194ff;
      color: white; }
      .container-page .calc-item-row.calc-blue .price span {
        color: white; }

.photos-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .photos-list .photo-item {
    position: relative;
    width: calc( 33.333% - 1.5rem);
    padding-top: 0.75%;
    margin-right: 2rem;
    margin-bottom: 2rem;
    overflow: hidden;
    transition: all 300ms linear;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff; }
    @media screen and (max-width: 991.98px) {
      .photos-list .photo-item {
        width: calc( 100% / 3 - 1rem); } }
    @media screen and (max-width: 767.98px) {
      .photos-list .photo-item {
        width: calc(50% - 1rem); }
        .photos-list .photo-item:nth-child(3n) {
          margin-right: auto; }
        .photos-list .photo-item:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 575.98px) {
      .photos-list .photo-item {
        width: 100%;
        margin-right: 0; } }
    .photos-list .photo-item::before {
      display: block;
      content: "";
      padding-top: 80%; }
    .photos-list .photo-item:nth-child(3n) {
      margin-right: 0; }
    .photos-list .photo-item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 300ms linear; }

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