@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 100%;
  background: #ffffff;
  color: #000000;
  text-align: left;
  font-weight: 400;
}

/* line 13, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 20, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  color: #0072bc;
  line-height: 1;
  text-transform: uppercase;
}

/* line 28, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  color: #0072bc;
  line-height: 1;
  text-transform: uppercase;
}

/* line 36, ../sass/_common.sass */
p {
  margin-bottom: 0;
  font-size: 16px;
}

/* line 40, ../sass/_common.sass */
.lato {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* line 59, ../sass/_base.sass */
.lato.light {
  font-weight: 300;
}

/* line 43, ../sass/_common.sass */
.grey {
  color: #898989;
}

/* line 45, ../sass/_common.sass */
.grey1 {
  color: #95a2ae;
}

/* line 47, ../sass/_common.sass */
.blue {
  color: #0072bc;
}

/* line 49, ../sass/_common.sass */
.blue1 {
  color: #448ccb;
}

/* line 51, ../sass/_common.sass */
.blue2 {
  color: #00bff3;
}

/* line 53, ../sass/_common.sass */
.yellow {
  color: #feb70e;
}

/* line 55, ../sass/_common.sass */
.yellow1 {
  color: #ffde05;
}

/* line 59, ../sass/_common.sass */
.hover-grey:hover, .hover-grey:focus {
  color: #898989;
}

/* line 62, ../sass/_common.sass */
.bg-light-grey {
  background: #f7f7f7;
}

/* line 65, ../sass/_common.sass */
.no-break {
  white-space: nowrap;
}

/* line 69, ../sass/_common.sass */
.button {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 50px;
}
/* line 59, ../sass/_base.sass */
.button.light {
  font-weight: 300;
}
/* line 77, ../sass/_common.sass */
.button.little {
  padding: 2px 15px;
}
/* line 79, ../sass/_common.sass */
.button.blue-button {
  border: none;
  background: #0072bc;
}
/* line 83, ../sass/_common.sass */
.button.blue-button:hover, .button.blue-button:focus {
  color: #ffffff;
}
/* line 85, ../sass/_common.sass */
.button.border-blue {
  border-color: #0072bc;
}
/* line 87, ../sass/_common.sass */
.button.blue {
  color: #0072bc;
}
/* line 90, ../sass/_common.sass */
.button.blue:hover, .button.blue:focus {
  color: #0072bc;
}
/* line 92, ../sass/_common.sass */
.button:hover, .button:focus {
  color: #ffffff;
  text-decoration: none;
}
/* line 96, ../sass/_common.sass */
.button.hover-blue:hover, .button.hover-blue:focus {
  background: #0072bc;
  color: #ffffff;
  text-decoration: none;
}

/* line 102, ../sass/_common.sass */
.call-to-action {
  background: linear-gradient(to right, #ff5a00, #ff8a00);
}

/* line 115, ../sass/_common.sass */
.grey-wrapper {
  background: center top no-repeat;
  background-size: cover;
  border-radius: 25px;
  color: #ffffff;
  padding: 35px 25px;
  background-image: url(/images/grey-bg.jpg);
  background-position-y: center;
  color: #898989;
}
/* line 112, ../sass/_common.sass */
.grey-wrapper.pb-15 {
  padding-bottom: 15px;
}
/* line 121, ../sass/_common.sass */
.grey-wrapper h2 {
  color: #898989;
}

/* line 124, ../sass/_common.sass */
.blue-wrapper {
  background: center top no-repeat;
  background-size: cover;
  border-radius: 25px;
  color: #ffffff;
  padding: 35px 25px;
  background-image: url(/images/blue-bg.jpg);
}
/* line 112, ../sass/_common.sass */
.blue-wrapper.pb-15 {
  padding-bottom: 15px;
}

/* line 128, ../sass/_common.sass */
.orange-wrapper {
  background: center top no-repeat;
  background-size: cover;
  border-radius: 25px;
  color: #ffffff;
  padding: 35px 25px;
  background-image: url(/images/orange-bg.jpg);
  background-position-y: center;
}
/* line 112, ../sass/_common.sass */
.orange-wrapper.pb-15 {
  padding-bottom: 15px;
}

/* line 133, ../sass/_common.sass */
.white-panel {
  border-radius: 10px;
  padding: 30px 30px;
  background: #ffffff;
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

/* line 139, ../sass/_common.sass */
.gas-safe-banner {
  color: #ffffff;
  height: 310px;
  background: url(/images/calculator-banner/bg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 20px 25px 25px;
}
@media (max-width: 991px) {
  /* line 139, ../sass/_common.sass */
  .gas-safe-banner {
    margin-bottom: 30px;
  }
}

/* line 150, ../sass/_common.sass */
.calculator-banner {
  position: relative;
  height: 310px;
  padding: 10px 25px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 156, ../sass/_common.sass */
  .calculator-banner p:first-child {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 156, ../sass/_common.sass */
  .calculator-banner p:first-child {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  /* line 161, ../sass/_common.sass */
  .calculator-banner p:nth-child(2) {
    max-width: 60%;
  }
}
/* line 164, ../sass/_common.sass */
.calculator-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/images/calculator-banner/boiler.png) top 85px left 30px no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 164, ../sass/_common.sass */
  .calculator-banner:before {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 164, ../sass/_common.sass */
  .calculator-banner:before {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 150, ../sass/_common.sass */
  .calculator-banner {
    padding-top: 25px;
  }
}

/* line 3, ../sass/components/_logos.sass */
.logos-carousel {
  position: relative;
  width: 100%;
}
/* line 7, ../sass/components/_logos.sass */
.logos-carousel .logo {
  display: block;
  position: relative;
  float: left;
  width: 230px;
  height: 100px;
  margin: 0;
  padding: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 17, ../sass/components/_logos.sass */
.logos-carousel .logo img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 3, ../sass/components/_top-picture.sass */
#top-picture-wrapper {
  position: relative;
}
/* line 6, ../sass/components/_top-picture.sass */
#top-picture-wrapper #top-picture {
  margin-right: 0;
  margin-left: auto;
  background: center right no-repeat;
  background-size: cover;
  width: 70%;
  height: 400px;
}
@media (max-width: 1199px) {
  /* line 6, ../sass/components/_top-picture.sass */
  #top-picture-wrapper #top-picture {
    background-position-x: center;
  }
}
@media (max-width: 991px) {
  /* line 6, ../sass/components/_top-picture.sass */
  #top-picture-wrapper #top-picture {
    width: 100%;
  }
}
/* line 18, ../sass/components/_top-picture.sass */
#top-picture-wrapper .left-panel {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
}
/* line 25, ../sass/components/_top-picture.sass */
#top-picture-wrapper .left-panel .blue-bar {
  position: absolute;
  background: #0072bc;
  left: 0;
  right: 90px;
  top: 0;
  bottom: 0;
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  transform-origin: bottom right;
}
/* line 34, ../sass/components/_top-picture.sass */
#top-picture-wrapper .left-panel .white-bar {
  position: absolute;
  background: #ffffff;
  left: 0;
  right: 200px;
  top: 0;
  height: 130px;
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  transform-origin: top right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/components/_top-picture.sass */
  #top-picture-wrapper .left-panel {
    width: 60%;
  }
}
@media (max-width: 991px) {
  /* line 18, ../sass/components/_top-picture.sass */
  #top-picture-wrapper .left-panel {
    display: none;
  }
}
/* line 47, ../sass/components/_top-picture.sass */
#top-picture-wrapper .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  /* line 53, ../sass/components/_top-picture.sass */
  #top-picture-wrapper .bottom h1 {
    font-size: 42px;
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  /* line 57, ../sass/components/_top-picture.sass */
  #top-picture-wrapper .bottom .content {
    display: none;
  }
}

/* line 61, ../sass/components/_top-picture.sass */
#top-picture-content-mobile {
  background: #0072bc;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 15px;
}
/* line 67, ../sass/components/_top-picture.sass */
#top-picture-content-mobile p {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  /* line 61, ../sass/components/_top-picture.sass */
  #top-picture-content-mobile {
    display: none;
  }
}

/* line 4, ../sass/components/_reviews.sass */
#reviews .flex {
  justify-content: center;
}
/* line 7, ../sass/components/_reviews.sass */
#reviews .flex .item {
  margin-left: 12px;
  margin-right: 12px;
  width: 220px;
  padding: 20px 30px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* line 15, ../sass/components/_reviews.sass */
#reviews .flex .item .stars {
  text-align: center;
}
/* line 17, ../sass/components/_reviews.sass */
#reviews .flex .item .content {
  height: 260px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, ../sass/components/_reviews.sass */
  #reviews .flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/components/_reviews.sass */
  #reviews .flex {
    flex-direction: column;
    align-items: center;
  }
}

/* line 3, ../sass/partials/_header.sass */
#header {
  position: relative;
}
/* line 6, ../sass/partials/_header.sass */
#header .strap {
  position: relative;
  background: #ff3e00;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 2px 15px;
  z-index: 1;
}
/* line 14, ../sass/partials/_header.sass */
#header .sticky-wrapper {
  position: relative;
}
/* line 18, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .navbar-wrapper {
  background: rgba(255, 255, 255, 0.4);
}
/* line 21, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .navbar-wrapper .logo {
  margin-top: 18px;
  display: inline-block;
}
/* line 25, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .navbar-wrapper .logo img {
  max-height: 100%;
}
/* line 27, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar {
  border-radius: 0;
  border: none;
  min-height: auto;
  margin-bottom: 0;
}
/* line 35, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-header .navbar-toggle .icon-bar {
  background: #000000;
}
/* line 37, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse {
  padding: 0;
}
/* line 40, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul {
  float: right;
}
/* line 43, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul > li {
  margin-left: 30px;
}
/* line 46, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul > li > a {
  color: #000000;
}
/* line 49, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul > li > a.active, #header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul > li > a:hover, #header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul > li > a:focus {
  background: none;
}
@media (max-width: 767px) {
  /* line 46, ../sass/partials/_header.sass */
  #header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul > li > a {
    color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 43, ../sass/partials/_header.sass */
  #header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul > li {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 43, ../sass/partials/_header.sass */
  #header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul > li {
    margin-left: 0;
    display: inline-block;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 40, ../sass/partials/_header.sass */
  #header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul {
    text-align: center;
    float: none;
  }
}
@media (max-width: 767px) {
  /* line 40, ../sass/partials/_header.sass */
  #header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse > ul {
    margin: 0;
    padding: 15px 0;
    float: none;
  }
}
@media (max-width: 767px) {
  /* line 37, ../sass/partials/_header.sass */
  #header .sticky-wrapper .sticky-inner .navbar-wrapper .navbar .navbar-collapse {
    background: #0072bc;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  /* line 18, ../sass/partials/_header.sass */
  #header .sticky-wrapper .sticky-inner .navbar-wrapper {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/partials/_header.sass */
  #header .sticky-wrapper .sticky-inner .navbar-wrapper {
    height: 100px;
  }
}
/* line 74, ../sass/partials/_header.sass */
#header .sticky-wrapper .sticky-inner .contact-wrapper {
  display: none;
}
/* line 77, ../sass/partials/_header.sass */
.index-page #header .sticky-wrapper .sticky-inner .contact-wrapper {
  display: block;
}
/* line 79, ../sass/partials/_header.sass */
#header #sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* line 87, ../sass/partials/_header.sass */
#header #sticky-wrapper.is-sticky .navbar-wrapper {
  background: rgba(255, 255, 255, 0.7);
}
/* line 90, ../sass/partials/_header.sass */
#header #sticky-wrapper.is-sticky .navbar-wrapper .logo {
  margin-top: 10px;
  height: 30px;
}
/* line 97, ../sass/partials/_header.sass */
#header #sticky-wrapper.is-sticky .navbar-wrapper .navbar .navbar-collapse > ul > li > a {
  color: #000000;
}
/* line 99, ../sass/partials/_header.sass */
#header #sticky-wrapper.is-sticky .contact-wrapper {
  display: none;
}

/* line 6, ../sass/partials/_footer.sass */
#footer > div:first-child .container {
  background: url(/images/dark-grey-bg.jpg) center bottom -50px no-repeat;
  background-size: cover;
  border-radius: 25px;
  color: #ffffff;
  padding: 20px 25px 25px;
}
/* line 13, ../sass/partials/_footer.sass */
#footer > div:first-child .container a {
  color: #ffffff;
}
/* line 16, ../sass/partials/_footer.sass */
#footer > div:first-child .container a:hover, #footer > div:first-child .container a:focus {
  color: #ffffff;
}
/* line 18, ../sass/partials/_footer.sass */
#footer > div:first-child .container ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 24, ../sass/partials/_footer.sass */
#footer > div:first-child .container ul li a {
  font-weight: 300;
}
/* line 29, ../sass/partials/_footer.sass */
#footer > div:first-child .container .row:last-child > div > div {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  /* line 35, ../sass/partials/_footer.sass */
  #footer > div:first-child .container .row:last-child > div > div.flex-section {
    height: auto;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  /* line 39, ../sass/partials/_footer.sass */
  #footer > div:first-child .container .row:last-child > div > div.flex-section-logos {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  /* line 6, ../sass/partials/_footer.sass */
  #footer > div:first-child .container {
    background-position-y: bottom;
  }
}
@media (max-width: 767px) {
  /* line 5, ../sass/partials/_footer.sass */
  #footer > div:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 4, ../sass/pages/_index.sass */
.index-page #top-section {
  position: relative;
}
/* line 7, ../sass/pages/_index.sass */
.index-page #top-section #top-slider {
  margin-right: 0;
  margin-left: auto;
  width: 72%;
  height: 736px;
}
/* line 13, ../sass/pages/_index.sass */
.index-page #top-section #top-slider > .slick-list {
  height: 100%;
}
/* line 16, ../sass/pages/_index.sass */
.index-page #top-section #top-slider > .slick-list > .slick-track {
  height: 100%;
}
/* line 19, ../sass/pages/_index.sass */
.index-page #top-section #top-slider > .slick-list > .slick-track .slick-slide {
  position: relative;
  height: 100%;
  background: top center no-repeat;
  background-size: cover;
}
/* line 27, ../sass/pages/_index.sass */
.index-page #top-section #top-slider > .slick-list > .slick-track .slick-slide .content {
  position: absolute;
  left: 40%;
  bottom: 30px;
  width: 500px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  /* line 34, ../sass/pages/_index.sass */
  .index-page #top-section #top-slider > .slick-list > .slick-track .slick-slide .content .font-72 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  /* line 34, ../sass/pages/_index.sass */
  .index-page #top-section #top-slider > .slick-list > .slick-track .slick-slide .content .font-72 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  /* line 39, ../sass/pages/_index.sass */
  .index-page #top-section #top-slider > .slick-list > .slick-track .slick-slide .content .font-48 {
    font-size: 42px;
  }
}
/* line 42, ../sass/pages/_index.sass */
.index-page #top-section #top-slider > .slick-list > .slick-track .slick-slide .content.content-short {
  width: 360px;
}
@media (max-width: 1199px) {
  /* line 27, ../sass/pages/_index.sass */
  .index-page #top-section #top-slider > .slick-list > .slick-track .slick-slide .content {
    width: 400px;
  }
}
@media (max-width: 991px) {
  /* line 27, ../sass/pages/_index.sass */
  .index-page #top-section #top-slider > .slick-list > .slick-track .slick-slide .content {
    left: 10%;
  }
}
@media (max-width: 767px) {
  /* line 27, ../sass/pages/_index.sass */
  .index-page #top-section #top-slider > .slick-list > .slick-track .slick-slide .content {
    width: auto;
    padding: 0 15px;
    left: 0;
  }
}
@media (max-width: 991px) {
  /* line 7, ../sass/pages/_index.sass */
  .index-page #top-section #top-slider {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 7, ../sass/pages/_index.sass */
  .index-page #top-section #top-slider {
    height: 500px;
  }
}
/* line 59, ../sass/pages/_index.sass */
.index-page #top-section .left-panel {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
}
/* line 66, ../sass/pages/_index.sass */
.index-page #top-section .left-panel .blue-bar {
  position: absolute;
  background: #0072bc;
  left: -200px;
  right: 200px;
  top: 0;
  bottom: 0;
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  transform-origin: top right;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
/* line 76, ../sass/pages/_index.sass */
.index-page #top-section .left-panel .white-bar {
  position: absolute;
  background: #ffffff;
  left: 0;
  right: 200px;
  top: 0;
  height: 250px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  transform-origin: top right;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
@media (max-width: 991px) {
  /* line 59, ../sass/pages/_index.sass */
  .index-page #top-section .left-panel {
    display: none;
  }
}
/* line 88, ../sass/pages/_index.sass */
.index-page #top-section .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 94, ../sass/pages/_index.sass */
.index-page #top-section .bottom .item {
  position: relative;
  width: 490px;
  padding: 10px 120px 10px 0;
}
/* line 99, ../sass/pages/_index.sass */
.index-page #top-section .bottom .item .icon-bg {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 88px;
  height: 88px;
  border-radius: 5px;
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  transition: transform 0.5s;
}
@media (max-width: 767px) {
  /* line 99, ../sass/pages/_index.sass */
  .index-page #top-section .bottom .item .icon-bg {
    display: none;
  }
}
/* line 111, ../sass/pages/_index.sass */
.index-page #top-section .bottom .item .icon {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 88px;
  height: 88px;
  background: center center no-repeat;
}
@media (max-width: 767px) {
  /* line 111, ../sass/pages/_index.sass */
  .index-page #top-section .bottom .item .icon {
    display: none;
  }
}
/* line 122, ../sass/pages/_index.sass */
.index-page #top-section .bottom .item:first-child .icon-bg {
  background: linear-gradient(to bottom, #0072bc, #003471);
}
/* line 125, ../sass/pages/_index.sass */
.index-page #top-section .bottom .item:nth-child(2) .icon-bg {
  background: linear-gradient(to bottom, #fe1110, #f9bd08);
}
/* line 128, ../sass/pages/_index.sass */
.index-page #top-section .bottom .item:last-child .icon-bg {
  background: linear-gradient(to bottom, #acacac, #898989);
}
/* line 131, ../sass/pages/_index.sass */
.index-page #top-section .bottom .item.active .icon-bg {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 1200px) {
  /* line 94, ../sass/pages/_index.sass */
  .index-page #top-section .bottom .item {
    margin-left: 50px;
    -moz-transition: margin-left 1s;
    -o-transition: margin-left 1s;
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
  }
}
@media (max-width: 991px) {
  /* line 94, ../sass/pages/_index.sass */
  .index-page #top-section .bottom .item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  /* line 94, ../sass/pages/_index.sass */
  .index-page #top-section .bottom .item {
    width: auto;
    padding-right: 0;
  }
}
/* line 142, ../sass/pages/_index.sass */
.index-page #top-section .bottom .content {
  width: 350px;
}
@media (max-width: 991px) {
  /* line 88, ../sass/pages/_index.sass */
  .index-page #top-section .bottom {
    position: relative;
    background: #0072bc;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 151, ../sass/pages/_index.sass */
  .index-page #top-section.active .left-panel .blue-bar {
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}
@media (min-width: 1200px) {
  /* line 154, ../sass/pages/_index.sass */
  .index-page #top-section.active .left-panel .white-bar {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (min-width: 1200px) {
  /* line 158, ../sass/pages/_index.sass */
  .index-page #top-section.active .bottom .item {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 162, ../sass/pages/_index.sass */
  .index-page #welcome .content {
    padding-right: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 162, ../sass/pages/_index.sass */
  .index-page #welcome .content {
    padding-right: 130px;
  }
}
@media (min-width: 992px) {
  /* line 161, ../sass/pages/_index.sass */
  .index-page #welcome {
    background: url(/images/pages/home/1.png?4) right bottom no-repeat;
  }
}
/* line 169, ../sass/pages/_index.sass */
.index-page #services {
  background: left bottom no-repeat #f7f7f7;
}
/* line 175, ../sass/pages/_index.sass */
.index-page #services > .container > .row:first-child > div .item {
  padding: 15px 35px 150px;
  border-radius: 30px;
  background: bottom center no-repeat #ffffff;
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* line 181, ../sass/pages/_index.sass */
.index-page #services > .container > .row:first-child > div .item h3 {
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 175, ../sass/pages/_index.sass */
  .index-page #services > .container > .row:first-child > div .item {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
}
/* line 189, ../sass/pages/_index.sass */
.index-page #services > .container > .row:first-child > div:first-child .item {
  background-image: url(/images/pages/home/bg/1.png);
  background-position: center bottom -5px;
}
/* line 193, ../sass/pages/_index.sass */
.index-page #services > .container > .row:first-child > div:nth-child(2) .item {
  background-image: url(/images/pages/home/bg/2.png);
}
/* line 196, ../sass/pages/_index.sass */
.index-page #services > .container > .row:first-child > div:last-child .item {
  background-image: url(/images/pages/home/bg/3.png);
}
@media (min-width: 992px) {
  /* line 169, ../sass/pages/_index.sass */
  .index-page #services {
    background-image: url(/images/pages/home/cat.jpg?2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 169, ../sass/pages/_index.sass */
  .index-page #services {
    background-position-x: -120px;
  }
}
/* line 203, ../sass/pages/_index.sass */
.index-page #projects .item {
  padding: 15px;
  background: #ffffff;
  width: 470px;
  border-radius: 15px;
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
/* line 210, ../sass/pages/_index.sass */
.index-page #projects .item .content {
  padding: 20px 5px 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 203, ../sass/pages/_index.sass */
  .index-page #projects .item {
    width: 345px;
  }
}
@media (max-width: 767px) {
  /* line 203, ../sass/pages/_index.sass */
  .index-page #projects .item {
    width: auto;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 221, ../sass/pages/_index.sass */
.index-page #calculator .buttons a {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  color: #282728;
  background: #ffffff;
  border: none;
  margin-bottom: 15px;
  margin-right: 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  /* line 231, ../sass/pages/_index.sass */
  .index-page #calculator .buttons br {
    display: none;
  }
}
/* line 235, ../sass/pages/_index.sass */
.index-page #thermostat .inner {
  position: relative;
  background: url(/images/pages/home/thermostat-off.png?2) no-repeat calc(50% + 20px) top;
}
/* line 239, ../sass/pages/_index.sass */
.index-page #thermostat .inner .item {
  width: 265px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 5px;
}
/* line 247, ../sass/pages/_index.sass */
.index-page #thermostat .inner .item p:first-child {
  font-size: 20px;
  color: #0072bc;
  font-weight: 600;
}
@media (max-width: 991px) {
  /* line 239, ../sass/pages/_index.sass */
  .index-page #thermostat .inner .item {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 255, ../sass/pages/_index.sass */
.index-page #thermostat .inner .temp {
  display: none;
}
/* line 257, ../sass/pages/_index.sass */
.index-page #thermostat .inner .temp-leaf {
  display: none;
  position: absolute;
  top: 408px;
  left: calc(50% + 14px);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28px;
  height: 25px;
  background: url(/images/icons/leaf.png) center center no-repeat;
}
/* line 266, ../sass/pages/_index.sass */
.index-page #thermostat .inner .temp-click-icon {
  position: absolute;
  width: 100px;
  height: 113px;
  top: 260px;
  left: calc(50% - 40px);
  background: url(/images/pages/home/thermostat-click1.png?2) center center no-repeat;
  -moz-transform: rotate(-60deg) translate(-110px) rotate(60deg);
  -ms-transform: rotate(-60deg) translate(-110px) rotate(60deg);
  -webkit-transform: rotate(-60deg) translate(-110px) rotate(60deg);
  transform: rotate(-60deg) translate(-110px) rotate(60deg);
  opacity: 0;
}
/* line 276, ../sass/pages/_index.sass */
.index-page #thermostat .inner .temp-click-icon.active {
  -moz-animation: 3s rotate;
  -webkit-animation: 3s rotate;
  animation: 3s rotate;
  animation-delay: 1s;
  animation-iteration-count: 2;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  /* line 235, ../sass/pages/_index.sass */
  .index-page #thermostat .inner {
    background: none;
  }
}
/* line 284, ../sass/pages/_index.sass */
.index-page #thermostat .inner-mobile .item {
  padding-top: 10px;
  padding-bottom: 15px;
  border-radius: 10px;
  color: #ffffff;
}
/* line 291, ../sass/pages/_index.sass */
.index-page #thermostat .inner-mobile .item p:first-child {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
/* line 300, ../sass/pages/_index.sass */
.index-page #thermostat.active .inner .item.active {
  color: #ffffff;
}
/* line 304, ../sass/pages/_index.sass */
.index-page #thermostat.active .inner .item.active p:first-child {
  color: #ffffff;
}
/* line 306, ../sass/pages/_index.sass */
.index-page #thermostat.active .inner .item.active.item-1 {
  background: #2525f4;
}
/* line 308, ../sass/pages/_index.sass */
.index-page #thermostat.active .inner .item.active.item-2 {
  background: #6525f4;
}
/* line 310, ../sass/pages/_index.sass */
.index-page #thermostat.active .inner .item.active.item-3 {
  background: #ab25f4;
}
/* line 312, ../sass/pages/_index.sass */
.index-page #thermostat.active .inner .item.active.item-4 {
  background: #f425b2;
}
/* line 314, ../sass/pages/_index.sass */
.index-page #thermostat.active .inner .item.active.item-5 {
  background: #f42566;
}
/* line 316, ../sass/pages/_index.sass */
.index-page #thermostat.active .inner .item.active.item-6 {
  background: #f42525;
}

@keyframes rotate {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -moz-transform: rotate(-60deg) translate(-110px) rotate(60deg);
    -ms-transform: rotate(-60deg) translate(-110px) rotate(60deg);
    -webkit-transform: rotate(-60deg) translate(-110px) rotate(60deg);
    transform: rotate(-60deg) translate(-110px) rotate(60deg);
  }
  80% {
    opacity: 1;
    -moz-transform: rotate(240deg) translate(-110px) rotate(-240deg);
    -ms-transform: rotate(240deg) translate(-110px) rotate(-240deg);
    -webkit-transform: rotate(240deg) translate(-110px) rotate(-240deg);
    transform: rotate(240deg) translate(-110px) rotate(-240deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(240deg) translate(-110px) rotate(-240deg);
    -ms-transform: rotate(240deg) translate(-110px) rotate(-240deg);
    -webkit-transform: rotate(240deg) translate(-110px) rotate(-240deg);
    transform: rotate(240deg) translate(-110px) rotate(-240deg);
  }
}
/* line 4, ../sass/pages/_about.sass */
.about-page .work-item {
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/pages/_about.sass */
  .about-page .work-item h4 {
    min-height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 11, ../sass/pages/_about.sass */
  .about-page .work-item p:nth-child(2) {
    min-height: 115px;
  }
}
@media (min-width: 1200px) {
  /* line 11, ../sass/pages/_about.sass */
  .about-page .work-item p:nth-child(2) {
    min-height: 90px;
  }
}
/* line 17, ../sass/pages/_about.sass */
.about-page #faq .item {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  border-radius: 7px;
  margin-bottom: 10px;
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* line 59, ../sass/_base.sass */
.about-page #faq .item.light {
  font-weight: 300;
}
/* line 24, ../sass/pages/_about.sass */
.about-page #faq .item div {
  position: relative;
  padding: 15px 15px;
  border-radius: 7px;
  background: url(/images/icons/open.png) right 15px top 13px no-repeat #ffffff;
}
/* line 31, ../sass/pages/_about.sass */
.about-page #faq .item div p:first-child {
  color: #448ccb;
  font-weight: 500;
}
/* line 34, ../sass/pages/_about.sass */
.about-page #faq .item div p:last-child {
  display: none;
  color: #898989;
  font-weight: 300;
  padding-top: 20px;
}
/* line 39, ../sass/pages/_about.sass */
.about-page #faq .item:last-child {
  margin-bottom: 0;
}
/* line 42, ../sass/pages/_about.sass */
.about-page #faq .item.active div {
  background-image: url(/images/icons/close.png);
}

/* line 4, ../sass/pages/_services.sass */
.services-page .underlined-link {
  border-bottom: 1px solid #898989;
}
/* line 7, ../sass/pages/_services.sass */
.services-page .underlined-link:hover, .services-page .underlined-link:focus {
  text-decoration: none;
  border-bottom: none;
}
/* line 10, ../sass/pages/_services.sass */
.services-page .item {
  text-align: center;
  border-radius: 8px;
  padding: 18px 15px 30px;
  margin-bottom: 70px;
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* line 17, ../sass/pages/_services.sass */
.services-page .item .image-wrapper {
  position: relative;
  border-radius: 8px;
  height: 240px;
  background: center center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 26, ../sass/pages/_services.sass */
.services-page .item .image-wrapper:before {
  content: "";
  position: absolute;
  left: -300px;
  top: 0;
  bottom: 0;
  width: 260px;
  background: rgba(68, 140, 203, 0.9);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
/* line 36, ../sass/pages/_services.sass */
.services-page .item .image-wrapper div {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: -60px;
  opacity: 0;
  left: 10px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  -moz-transition: bottom 0.5s 0.2s, opacity 0.5s 0.2s;
  -o-transition: bottom 0.5s 0.2s, opacity 0.5s 0.2s;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  -webkit-transition-delay: 0.2s, 0.2s;
  transition: bottom 0.5s 0.2s, opacity 0.5s 0.2s;
}
/* line 59, ../sass/_base.sass */
.services-page .item .image-wrapper div.light {
  font-weight: 300;
}
/* line 46, ../sass/pages/_services.sass */
.services-page .item h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  color: #898989;
  margin-bottom: 15px;
  line-height: 1.2;
  min-height: 60px;
}
/* line 54, ../sass/pages/_services.sass */
.services-page .item a {
  display: inline-block;
  color: #448ccb;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 20px;
  border: 1px solid #448ccb;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
/* line 63, ../sass/pages/_services.sass */
.services-page .item a:hover, .services-page .item a:focus {
  background: #448ccb;
  color: #ffffff;
  text-decoration: none;
}
/* line 69, ../sass/pages/_services.sass */
.services-page .item:hover .image-wrapper:before {
  left: -100px;
}
/* line 71, ../sass/pages/_services.sass */
.services-page .item:hover .image-wrapper div {
  bottom: 10px;
  opacity: 1;
}

/* line 4, ../sass/pages/_service.sass */
.service-page .other-services-list {
  columns: 3;
  list-style: none;
  padding-left: 0;
}
/* line 9, ../sass/pages/_service.sass */
.service-page .other-services-list li {
  min-height: 25px;
  padding-left: 42px;
  margin-bottom: 20px;
  background: url(/images/icons/list-item.png) left center no-repeat;
}
/* line 14, ../sass/pages/_service.sass */
.service-page .other-services-list.single {
  columns: 1;
}
/* line 16, ../sass/pages/_service.sass */
.service-page .other-services-list.double {
  columns: 2;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_service.sass */
  .service-page .other-services-list {
    columns: 1 !important;
  }
}
/* line 20, ../sass/pages/_service.sass */
.service-page .call-to-action {
  background: #d1d3d4;
}
/* line 24, ../sass/pages/_service.sass */
.service-page .call-to-action p:first-child {
  color: #448ccb;
}
/* line 27, ../sass/pages/_service.sass */
.service-page .call-to-action p:first-child a {
  color: #448ccb;
  border-color: #448ccb;
}
/* line 30, ../sass/pages/_service.sass */
.service-page .call-to-action p:last-child {
  color: #898989;
  font-weight: 400;
}
/* line 33, ../sass/pages/_service.sass */
.service-page .grey-wrapper {
  padding: 18px 45px 15px;
}
@media (max-width: 767px) {
  /* line 33, ../sass/pages/_service.sass */
  .service-page .grey-wrapper {
    padding: 25px;
  }
}

/* line 4, ../sass/pages/_projects.sass */
.projects-page .gallery {
  display: flex;
  justify-content: space-between;
  width: 470px;
}
/* line 9, ../sass/pages/_projects.sass */
.projects-page .gallery > div {
  flex-grow: 0;
  flex-shrink: 0;
}
/* line 12, ../sass/pages/_projects.sass */
.projects-page .gallery .image {
  position: relative;
  width: 350px;
  height: 350px;
}
/* line 17, ../sass/pages/_projects.sass */
.projects-page .gallery .image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  display: none;
}
/* line 26, ../sass/pages/_projects.sass */
.projects-page .gallery .image img:first-child {
  display: block;
}
@media (max-width: 767px) {
  /* line 17, ../sass/pages/_projects.sass */
  .projects-page .gallery .image img {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  /* line 12, ../sass/pages/_projects.sass */
  .projects-page .gallery .image {
    width: auto;
    margin-bottom: 20px;
  }
}
/* line 34, ../sass/pages/_projects.sass */
.projects-page .gallery .thumbs {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
/* line 41, ../sass/pages/_projects.sass */
.projects-page .gallery .thumbs > div {
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
/* line 49, ../sass/pages/_projects.sass */
.projects-page .gallery .thumbs > div img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  /* line 34, ../sass/pages/_projects.sass */
  .projects-page .gallery .thumbs {
    flex-direction: row;
    width: auto;
  }
}
/* line 55, ../sass/pages/_projects.sass */
.projects-page .gallery.reverted {
  flex-direction: row-reverse;
}
/* line 58, ../sass/pages/_projects.sass */
.projects-page .gallery.reverted .thumbs {
  align-items: flex-start;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_projects.sass */
  .projects-page .gallery {
    width: auto;
    flex-direction: column !important;
  }
}
@media (max-width: 991px) {
  /* line 4, ../sass/pages/_projects.sass */
  .projects-page .gallery {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
/* line 67, ../sass/pages/_projects.sass */
.projects-page .pictures {
  padding-top: 5px;
}
/* line 70, ../sass/pages/_projects.sass */
.projects-page .pictures .col-sm-6 {
  margin-bottom: 30px;
}
/* line 73, ../sass/pages/_projects.sass */
.projects-page .pictures .col-sm-6 img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  /* line 70, ../sass/pages/_projects.sass */
  .projects-page .pictures .col-sm-6 {
    margin-bottom: 28px;
    padding-left: 2px;
  }
}
@media (min-width: 992px) {
  /* line 78, ../sass/pages/_projects.sass */
  .projects-page .pictures .col-sm-6:last-child {
    text-align: right;
  }
}
@media (min-width: 992px) {
  /* line 82, ../sass/pages/_projects.sass */
  .projects-page .pictures.right .col-sm-6 {
    padding-left: 15px;
    padding-right: 2px;
  }
}
@media (min-width: 992px) {
  /* line 86, ../sass/pages/_projects.sass */
  .projects-page .pictures.right .col-sm-6:first-child {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 67, ../sass/pages/_projects.sass */
  .projects-page .pictures {
    padding-left: 25px;
  }
}

/* line 4, ../sass/pages/_contact.sass */
.contact-page .call-to-action {
  background: #d1d3d4;
}
/* line 8, ../sass/pages/_contact.sass */
.contact-page .call-to-action p:first-child {
  color: #448ccb;
}
/* line 11, ../sass/pages/_contact.sass */
.contact-page .call-to-action p:first-child a {
  color: #448ccb;
  border-color: #448ccb;
}
/* line 14, ../sass/pages/_contact.sass */
.contact-page .call-to-action p:last-child {
  color: #898989;
  font-weight: 400;
}
/* line 18, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 30px;
  border-radius: 0;
  outline: none;
  background: none;
  border: none;
  border-bottom: 1px solid #448ccb;
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  color: #448ccb;
}
/* line 30, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 18px;
}
/* line 35, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type="checkbox"]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 18px;
  height: 18px;
  border: 1px solid #448ccb;
  cursor: pointer;
}
/* line 45, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type="checkbox"]:checked:after {
  background: url(/images/icons/check.png) center center no-repeat;
  border-color: #448ccb;
}
/* line 48, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 170px;
  height: 50px;
  background: #448ccb;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  outline: none;
}
/* line 58, ../sass/pages/_contact.sass */
.contact-page #contact-form .errorMessage {
  font-weight: 300;
  font-size: 12px;
  color: #ff3e00;
  margin-top: 2px;
  text-align: left;
}
/* line 64, ../sass/pages/_contact.sass */
.contact-page #contact-form .field-wrapper {
  margin-bottom: 30px;
}
/* line 67, ../sass/pages/_contact.sass */
.contact-page #contact-form .field-wrapper label {
  position: absolute;
  display: block;
  font-weight: 300;
  font-size: 20px;
  color: #448ccb;
  margin-bottom: 0;
  top: 0;
  left: 15px;
  cursor: text;
  -moz-transition: top 0.2s, font-size 0.2s;
  -o-transition: top 0.2s, font-size 0.2s;
  -webkit-transition: top 0.2s, font-size 0.2s;
  transition: top 0.2s, font-size 0.2s;
}
/* line 79, ../sass/pages/_contact.sass */
.contact-page #contact-form .field-wrapper.active label {
  font-weight: 400;
  font-size: 8px;
  top: -14px;
  cursor: default;
}
/* line 84, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-wrapper {
  display: flex;
  text-align: left;
  margin-top: 12px;
}
/* line 90, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-wrapper > div:first-child {
  width: 25px;
  flex-shrink: 0;
}
/* line 93, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-wrapper > div:last-child {
  flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 97, ../sass/pages/_contact.sass */
  .contact-page #contact-form #Feedback_topic br:nth-child(9) {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 96, ../sass/pages/_contact.sass */
  .contact-page #contact-form #Feedback_topic br {
    display: none;
  }
}
/* line 102, ../sass/pages/_contact.sass */
.contact-page #contact-form #Feedback_topic label,
.contact-page #contact-form #Feedback_topic input[type=radio] {
  vertical-align: top;
  margin-bottom: 10px;
}
/* line 107, ../sass/pages/_contact.sass */
.contact-page #contact-form #Feedback_topic label:checked + label,
.contact-page #contact-form #Feedback_topic input[type=radio]:checked + label {
  color: #448ccb;
}
/* line 109, ../sass/pages/_contact.sass */
.contact-page #contact-form #Feedback_topic label {
  color: #898989;
  font-weight: 500;
  margin-right: 30px;
}
/* line 114, ../sass/pages/_contact.sass */
.contact-page #contact-form #Feedback_topic label:last-child {
  margin-right: 0;
}

/* line 5, ../sass/pages/_calculator.sass */
.calculator-page .navigation div {
  color: #448ccb;
  font-size: 14px;
  text-align: center;
  background: url(/images/pages/calculator/flame-small.png) center top no-repeat;
  padding-top: 30px;
  font-weight: 500;
}
/* line 14, ../sass/pages/_calculator.sass */
.calculator-page .navigation div.active ~ div {
  opacity: 0.35;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_calculator.sass */
  .calculator-page .navigation {
    display: none;
  }
}
/* line 18, ../sass/pages/_calculator.sass */
.calculator-page .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 23, ../sass/pages/_calculator.sass */
.calculator-page .items .item,
.calculator-page .items .start-item,
.calculator-page .items .start-highlighted-item,
.calculator-page .items .book-item,
.calculator-page .items .package-item {
  background: #ffffff;
  font-weight: 300;
  color: #95a2ae;
  border-radius: 8px;
  width: 170px;
  padding: 15px;
  margin-left: 13px;
  margin-right: 13px;
  -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 40px;
}
/* line 41, ../sass/pages/_calculator.sass */
.calculator-page .items .item span,
.calculator-page .items .start-item span,
.calculator-page .items .start-highlighted-item span,
.calculator-page .items .book-item span,
.calculator-page .items .package-item span {
  font-weight: 600;
}
/* line 43, ../sass/pages/_calculator.sass */
.calculator-page .items .item {
  position: relative;
  padding: 3px;
  cursor: pointer;
}
/* line 48, ../sass/pages/_calculator.sass */
.calculator-page .items .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to bottom, #0054ff 0%, #00c6ff 100%);
  opacity: 0;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 61, ../sass/pages/_calculator.sass */
.calculator-page .items .item > div {
  position: relative;
  text-align: center;
  padding: 17px 9px 12px;
  height: 360px;
  background: #ffffff;
  border-radius: 5px;
}
/* line 69, ../sass/pages/_calculator.sass */
.calculator-page .items .item > div .image {
  position: relative;
  height: 140px;
  margin-bottom: 20px;
}
/* line 74, ../sass/pages/_calculator.sass */
.calculator-page .items .item > div .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 81, ../sass/pages/_calculator.sass */
.calculator-page .items .item > div .image img:last-child {
  opacity: 0;
}
/* line 83, ../sass/pages/_calculator.sass */
.calculator-page .items .item > div .headline {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 89, ../sass/pages/_calculator.sass */
.calculator-page .items .item > div .content {
  font-size: 14px;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 93, ../sass/pages/_calculator.sass */
.calculator-page .items .item:hover:before {
  opacity: 1;
}
/* line 97, ../sass/pages/_calculator.sass */
.calculator-page .items .item:hover .image img:first-child {
  opacity: 0;
}
/* line 99, ../sass/pages/_calculator.sass */
.calculator-page .items .item:hover .image img:last-child {
  opacity: 1;
}
/* line 101, ../sass/pages/_calculator.sass */
.calculator-page .items .item:hover .headline,
.calculator-page .items .item:hover .content {
  color: #448ccb;
}
/* line 104, ../sass/pages/_calculator.sass */
.calculator-page .items .start-item,
.calculator-page .items .start-highlighted-item {
  padding-top: 60px;
  height: 170px;
  text-align: left;
}
/* line 109, ../sass/pages/_calculator.sass */
.calculator-page .items .start-item {
  background: url(/images/pages/calculator/flame.png) top 15px left 15px no-repeat #ffffff;
}
/* line 111, ../sass/pages/_calculator.sass */
.calculator-page .items .start-highlighted-item {
  color: #ffffff;
  background: url(/images/blue-bg1.jpg) top -80px left -40px no-repeat;
}
/* line 114, ../sass/pages/_calculator.sass */
.calculator-page .items .package-item {
  position: relative;
  padding: 3px;
}
/* line 118, ../sass/pages/_calculator.sass */
.calculator-page .items .package-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to bottom, #ff5a00 0%, #ffc700 100%);
  border-radius: 8px;
  opacity: 0;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 131, ../sass/pages/_calculator.sass */
.calculator-page .items .package-item > div {
  position: relative;
  padding: 17px 9px 12px;
  height: 270px;
  background: #ffffff;
  border-radius: 5px;
}
/* line 138, ../sass/pages/_calculator.sass */
.calculator-page .items .package-item:hover:before {
  opacity: 1;
}
/* line 140, ../sass/pages/_calculator.sass */
.calculator-page .items .book-item {
  padding-top: 20px;
  color: #ffffff;
  width: 270px;
  text-align: left;
  background: url(/images/blue-bg1.jpg) center center no-repeat;
}
/* line 146, ../sass/pages/_calculator.sass */
.calculator-page #navigation {
  display: none;
}
/* line 148, ../sass/pages/_calculator.sass */
.calculator-page .section-wrapper {
  display: none;
}
/* line 150, ../sass/pages/_calculator.sass */
.calculator-page #start {
  display: block;
}
/* line 152, ../sass/pages/_calculator.sass */
.calculator-page .call-to-action {
  background: #d1d3d4;
}
/* line 156, ../sass/pages/_calculator.sass */
.calculator-page .call-to-action p:first-child {
  color: #448ccb;
}
/* line 159, ../sass/pages/_calculator.sass */
.calculator-page .call-to-action p:first-child a {
  color: #448ccb;
  border-color: #448ccb;
}
/* line 162, ../sass/pages/_calculator.sass */
.calculator-page .call-to-action p:last-child {
  color: #898989;
  font-weight: 400;
}
/* line 166, ../sass/pages/_calculator.sass */
.calculator-page .orange-wrapper .car {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/pages/service/boiler-installation/car.png) top 5px left 20px no-repeat;
}
@media (max-width: 1199px) {
  /* line 166, ../sass/pages/_calculator.sass */
  .calculator-page .orange-wrapper .car {
    display: none;
  }
}

/* line 5, ../sass/pages/_privacy.sass */
.privacy-policy-page .headline,
.terms-and-conditions-page .headline {
  font-weight: bold;
  color: #448ccb;
}
/* line 8, ../sass/pages/_privacy.sass */
.privacy-policy-page .content,
.terms-and-conditions-page .content {
  color: #95a2ae;
}
/* line 10, ../sass/pages/_privacy.sass */
.privacy-policy-page .list,
.terms-and-conditions-page .list {
  list-style: none;
  padding-left: 15px;
  color: #898989;
  margin-bottom: 20px;
}
/* line 18, ../sass/pages/_privacy.sass */
.privacy-policy-page .list li:before,
.terms-and-conditions-page .list li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #448ccb;
  border-radius: 100%;
  margin-right: 8px;
}
/* line 26, ../sass/pages/_privacy.sass */
.privacy-policy-page .call-to-action,
.terms-and-conditions-page .call-to-action {
  background: #d1d3d4;
}
/* line 30, ../sass/pages/_privacy.sass */
.privacy-policy-page .call-to-action p:first-child,
.terms-and-conditions-page .call-to-action p:first-child {
  color: #448ccb;
}
/* line 33, ../sass/pages/_privacy.sass */
.privacy-policy-page .call-to-action p:first-child a,
.terms-and-conditions-page .call-to-action p:first-child a {
  color: #448ccb;
  border-color: #448ccb;
}
/* line 36, ../sass/pages/_privacy.sass */
.privacy-policy-page .call-to-action p:last-child,
.terms-and-conditions-page .call-to-action p:last-child {
  color: #898989;
  font-weight: 400;
}
/* line 40, ../sass/pages/_privacy.sass */
.privacy-policy-page .orange-wrapper .car,
.terms-and-conditions-page .orange-wrapper .car {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/pages/service/boiler-installation/car.png) top 5px left 20px no-repeat;
}
@media (max-width: 1199px) {
  /* line 40, ../sass/pages/_privacy.sass */
  .privacy-policy-page .orange-wrapper .car,
  .terms-and-conditions-page .orange-wrapper .car {
    display: none;
  }
}

/* line 4, ../sass/pages/_terms.sass */
.terms-and-conditions-page .call-to-action {
  background: #d1d3d4;
}
/* line 8, ../sass/pages/_terms.sass */
.terms-and-conditions-page .call-to-action p:first-child {
  color: #448ccb;
}
/* line 11, ../sass/pages/_terms.sass */
.terms-and-conditions-page .call-to-action p:first-child a {
  color: #448ccb;
  border-color: #448ccb;
}
/* line 14, ../sass/pages/_terms.sass */
.terms-and-conditions-page .call-to-action p:last-child {
  color: #898989;
  font-weight: 400;
}
/* line 18, ../sass/pages/_terms.sass */
.terms-and-conditions-page .orange-wrapper .car {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/pages/service/boiler-installation/car.png) top 5px left 20px no-repeat;
}
@media (max-width: 1199px) {
  /* line 18, ../sass/pages/_terms.sass */
  .terms-and-conditions-page .orange-wrapper .car {
    display: none;
  }
}
