.hyperfiltre-box {
  padding: 10px;
  position: relative;
  background: url(../images/hyperfiltre-background.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  margin: -10px -10px 0;
}
@media (min-width: 1024px) {
  .hyperfiltre-box {
    margin: -15px -15px 0;
    padding: 15px 15px 31px;
  }
}
.hyperfiltre {
  position: relative;
  margin: 0 auto;
  max-width: 1126px;
  background: rgba(255, 255, 255, 0.8);
  padding: 23px 28px 13px;
}
@media (min-width: 768px) {
  .hyperfiltre {
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .hyperfiltre {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.hyperfiltre-loader {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.hyperfiltre-loader.active {
  opacity: 1;
  visibility: visible;
}
.hyperfiltre-loader::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 3px solid transparent;
  border-top-color: #f86300;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  border-radius: 100%;
  -webkit-animation: spin 1s linear infinite backwards;
  -moz-animation: spin 1s linear infinite backwards;
  -spec-animation: spin 1s linear infinite backwards;
  animation: spin 1s linear infinite backwards;
}
.hyperfiltre-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.hyperfiltre-selects-box {
  margin: -20px -6px 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .hyperfiltre-selects-box {
    margin-top: 20px;
  }
  .hyperfiltre-selects-box:first-child {
    margin-top: 0;
  }
}
.hyperfiltre-selects {
  padding: 0 16px;
}
.hyperfiltre-selects:after {
  clear: both;
  content: " ";
  display: block;
}
@media (min-width: 1024px) {
  .hyperfiltre-selects {
    display: table;
    width: 100%;
    padding: 0;
  }
  .hyperfiltre-selects::before, .hyperfiltre-selects::after {
    content: none;
  }
}
.hyperfiltre-selects-2 {
  padding: 0;
  table-layout: fixed;
}
.hyperfiltre-select-box {
  display: none;
}
.hyperfiltre-select-box.active {
  display: block;
  float: left;
  width: 33.33333%;
  padding: 0 6px;
  margin-top: 22px;
}
.hyperfiltre-select-box.active.sous-cat {
  float: none;
  width: auto;
}
@media (min-width: 1024px) {
  .hyperfiltre-select-box.active {
    float: none;
    display: table-cell;
    vertical-align: top;
    margin-top: 0;
    width: 1%;
  }
}
.hyperfiltre-select-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
}
.hyperfiltre-select-label::after {
  content: '\00a0:';
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hyperfiltre-select {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hyperfiltre-submit-box {
    float: right;
    width: 33.33333%;
    padding: 0 6px;
    margin-top: 43px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hyperfiltre-submit {
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .hyperfiltre-submit {
    margin-top: 10px;
    float: none;
  }
}
.hyperfiltre-background-legend {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 4px;
  right: 19px;
  padding: 5px;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proxima-nova-bold-webfont.ttf");
  src: url("https://www.labelhabitation.com/skin/frontend/glb/lh/fonts/proxima-nova-bold-webfont") format("woff2"), url("../fonts/proxima-nova-bold-webfont.ttf") format("truetype"), url("https://www.labelhabitation.com/skin/frontend/glb/lh/fonts/proxima-nova-bold-webfont") format("woff");
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 1023px) {
  .cms-home .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cms-home .slick-list {
    overflow: hidden;
  }
  .cms-home .slick-list::after {
    clear: both;
    content: "";
    display: block;
  }
}
.cms-home .flexslider {
  border: none;
}
.cms-home .page {
  background: #F3F3F3;
  padding: 0;
}
.cms-home .slick-slide img {
  width: 100%;
}
.cms-home .slick-prev, .cms-home .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #fff;
  border: none;
  outline: none;
}
.cms-home .slick-prev::after, .cms-home .slick-next::after {
  content: '';
  height: 14px;
  width: 14px;
  display: block;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom-left-radius: 2px;
  position: absolute;
}
.cms-home .slick-prev {
  left: -60px;
}
.cms-home .slick-next {
  right: -60px;
}
.cms-home .slick-next::after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(225deg);
}
.cms-home .category-products .item .item-wrapper {
  background: #fff;
  padding: 25px 25px 18px;
  margin: 0 10px;
}
.cms-home .category-products .item .product-name a {
  margin-top: 25px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  display: block;
  min-height: 65px;
}
.cms-home .category-products .item .button {
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-transform: none;
  border-radius: inherit;
  background: #ff802c;
}
.cms-home .category-products .item .old-price .price {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  position: relative;
}
.cms-home .category-products .item .old-price .price::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.cms-home .category-products .item .special-price .price,
.cms-home .category-products .item .regular-price .price {
  font-family: "Open Sans", sans-serif;
  color: #ff802c;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.cms-home .category-products .item .regular-price .price {
  min-height: 50px;
}

.home-fullwidthslider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
    /*
        &__wrapper {
          padding: 0 20px;
          width: 100%;
          max-width: 1600px;
          margin: 0 auto;
        }

        &__text{
          color: #ffffff;
          font-size: 75px;
          text-shadow: rgba(#333, .78) -2px 5px 17px;
          font-family: 'ProximaNova';
          position: absolute;
          top: 50%;
          transform: translateY(calc(-50% + 45px));
        }

        &__cta{
          font-family: 'Open Sans', sans-serif;
          background: $color-primary-lighter;
          color: #fff;
          display: inline-block;
          text-transform: uppercase;
          border-radius: 4px;
          box-shadow: rgba(#333333, .18) -7px 9px 6px;
          text-shadow: none;
          font-size: 21px;
          height: 60px;
          line-height: 60px;
          padding: 0 30px;
          margin-top: 30px;

          &:hover{
            color: #fff;
          }
        }


     */
}
.home-fullwidthslider + div {
  margin-top: 600px;
}
.home-fullwidthslider img {
  display: block;
  width: 100%;
}
.home-slider {
  position: relative;
}
@media (min-width: 1024px) {
  .home-slider-box {
    margin: 40px -15px 0;
    background: #f1f4f6;
    padding: 20px 15px;
  }
}
.home-slider a, .home-slider img, .home-slider ul, .home-slider li {
  display: block;
}
.home-slider img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.home-slider-dots {
  font-size: 0;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .home-slider-dots {
    right: 10px;
  }
}
.home-slider-dots li {
  display: block;
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 17px;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -spec-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.54) 0 3px 6px;
}
.home-slider-dots li:last-child {
  margin-bottom: 0;
}
.home-slider-dots li:hover, .home-slider-dots li:active, .home-slider-dots li.slick-active {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -spec-transform: scale(1.5);
  transform: scale(1.5);
}
.home-slider-insert {
  margin-top: 27px;
}
@media (min-width: 1024px) {
  .home-slider-insert {
    margin-top: 0;
  }
}
.home-slider-insert ul {
  margin: -7px -7px -6px -6px;
}
.home-slider-insert ul:after {
  clear: both;
  content: " ";
  display: block;
}
@media (min-width: 1024px) {
  .home-slider-insert ul {
    margin: -8px -8px -7px -7px;
  }
}
.home-slider-insert li {
  float: left;
  width: 50%;
  padding: 7px 7px 6px 6px;
}
@media (min-width: 1024px) {
  .home-slider-insert li {
    padding: 8px 8px 7px 7px;
    width: 100%;
  }
}
.home-slider-insert a {
  display: block;
}
.home-slider-insert img {
  display: block;
  width: 100%;
  height: auto;
}
.home-grid-title {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #f86300;
}
.home-grid-box {
  text-align: center;
  margin: 17px -10px 0;
}
@media (min-width: 768px) {
  .home-grid-box {
    margin: 27px -15px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-grid {
  margin-top: 0;
}
.home-grid-title {
  font-size: 18px;
  font-weight: 900;
  color: #f86300;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .home-grid-title {
    font-size: 23px;
    margin-bottom: 27px;
  }
}
.home-grid-title-2 {
  color: #000;
}
.home-grid-title-strong {
  color: #f86300;
}
.home-grid .slick-list {
  padding: 0 49px !important;
}
.home-grid .slick-list::before, .home-grid .slick-list::after {
  content: '';
  width: 49px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}
.home-grid .slick-list::before {
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.home-grid .slick-list::after {
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
@media (max-width: 1023px) {
  .home-grid-products {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .home-grid-product-box {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .home-grid-product-box {
    clear: none !important;
  }
  .home-grid-product-box:nth-child(7) {
    clear: none !important;
  }
}
@media (max-width: 1023px) {
  .home-grid-product {
    margin: 0 8px;
  }
}
.home-grid-dots {
  margin-top: 22px;
}
.home-grid-2 {
  background: #f1f4f6;
  padding-top: 27px;
  margin-bottom: 30px;
  padding-bottom: 13px;
}
@media (min-width: 1024px) {
  .home-grid-2 {
    padding: 27px 15px 30px;
  }
}
.home-title {
  margin-top: 33px;
}
@media (min-width: 1024px) {
  .home-title {
    font-size: 37px;
  }
}
.home-title, .home-subtitle {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-title, .home-subtitle {
    font-size: 26px;
  }
}
.home-subtitle {
  color: #f86300;
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .home-subtitle {
    margin-bottom: 14px;
  }
}
.home-reinsurances {
  color: #191919;
  text-transform: uppercase;
  font-size: 14px;
  margin: -5px -5px 8px;
  font-weight: bold;
}
.home-reinsurances:after {
  clear: both;
  content: " ";
  display: block;
}
@media (min-width: 768px) {
  .home-reinsurances {
    margin: -8px auto 10px auto;
    max-width: 630px;
  }
}
@media (min-width: 1024px) {
  .home-reinsurances {
    margin: 0 -8px 40px;
    max-width: none;
  }
}
.home-reinsurance-box {
  padding: 5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .home-reinsurance-box {
    width: 50%;
    padding: 8px 8px 7px 7px;
  }
}
@media (min-width: 1024px) {
  .home-reinsurance-box {
    width: 25%;
    padding: 0 8px;
  }
}
.home-reinsurance {
  background: #f4f8fa;
  height: 80px;
  line-height: 80px;
}
@media (min-width: 1024px) {
  .home-reinsurance {
    height: 114px;
    line-height: 114px;
    text-align: center;
  }
}
.home-reinsurance-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0 10px 0 90px;
  position: relative;
  text-align: left;
}
@media (min-width: 1024px) {
  .home-reinsurance-text {
    padding-left: 110px;
  }
}
.home-reinsurance-text::before {
  color: #f86300;
  position: absolute;
  left: 0;
  width: 90px;
  text-align: center;
  top: 50%;
  margin-top: -.5em;
}
@media (min-width: 1024px) {
  .home-reinsurance-text::before {
    font-size: 55px;
    width: 110px;
  }
}
@media (max-width: 1023px) {
  .home-reinsurance-text.icon-reinsurance-payment::before {
    font-size: 49px;
  }
  .home-reinsurance-text.icon-reinsurance-portail::before {
    font-size: 54px;
  }
  .home-reinsurance-text.icon-reinsurance-shipping::before {
    font-size: 40px;
  }
  .home-reinsurance-text.icon-reinsurance-contact::before {
    font-size: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-videos-box {
    padding: 0 38px;
  }
  .home-videos-row {
    margin-left: -19px;
    margin-right: -19px;
  }
  .home-videos-col {
    padding-left: 19px;
    padding-right: 19px;
  }
}
.home-videos-insert li {
  margin-top: 12px;
}
.home-videos-insert li:first-child {
  margin-top: 0;
}
.home-videos-insert a, .home-videos-insert img {
  display: block;
}
.home-videos-insert img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.home-videos-title {
  font-size: 23px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 7px;
}
@media (min-width: 1024px) {
  .home-videos-title {
    margin-bottom: 29px;
    margin-top: 9px;
  }
}
.home-videos-title-strong {
  color: #f86300;
}
.home-videos-link-box {
  position: absolute;
  top: -4px;
  right: 8px;
}
.home-videos-link {
  text-transform: none;
}
.home-videos-link::before {
  margin-right: 9px;
}
.home-video {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}
.home-video:hover, .home-video:focus {
  color: #f86300;
}
.home-video:active {
  color: #df5900;
}
.home-video-image-box {
  position: relative;
  margin-bottom: 7px;
  display: block;
}
.home-video-image-box::before, .home-video-image-box::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.home-video:hover .home-video-image-box::before, .home-video:focus .home-video-image-box::before, .home-video:hover .home-video-image-box::after, .home-video:focus .home-video-image-box::after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -spec-transform: scale(1.1);
  transform: scale(1.1);
}
.home-video:active .home-video-image-box::before, .home-video:active .home-video-image-box::after {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -spec-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -spec-transform: scale(0.9);
  transform: scale(0.9);
}
.home-video-image-box::before {
  width: 78px;
  height: 50px;
  margin-left: -39px;
  margin-top: -25px;
  border-radius: 7px;
  background: #ea0b1b;
}
.home-video-image-box::after {
  height: 0;
  width: 0;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  margin-top: -12px;
  margin-left: -10px;
}
.home-video-image {
  display: block;
  width: 100%;
  height: auto;
}
.home-texts {
  margin-top: 50px;
}
.home-texts .col-xs-12 {
  padding: 8px;
}
@media (min-width: 768px) {
  .home-texts .col-xs-12 {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .home-texts {
    display: block !important;
  }
}
.home-text-title {
  background: #f86300 no-repeat center center;
  color: #fff;
  height: 108px;
  line-height: 108px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .home-text-title {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .home-text-title {
    font-size: 14px;
    cursor: default;
  }
}
.home-text-title-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  padding: 0 10px 0;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .home-text-title-text {
    padding-bottom: 0;
  }
}
.home-text-title-text::before {
  font-size: 33px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .home-text-title-text::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .home-text-title-text::before {
    content: none;
  }
}
.home-text-title-title.active .home-text-title-text::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -spec-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-text-content {
  background: #f1f1f1;
  font-size: 13px;
  line-height: 19px;
  padding: 25px 33px;
  position: relative;
  text-align: justify;
}
.home-text-content.active {
  display: block;
}
@media (min-width: 768px) {
  .home-text-content {
    font-size: 11px;
  }
}
@media (min-width: 1280px) {
  .home-text-content {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.home-text-content::before, .home-text-content::after {
  content: '';
  width: 30%;
  height: 60px;
  box-shadow: 4px 5px 20px rgba(25, 25, 25, 0.2);
  position: absolute;
  bottom: 4px;
  z-index: -1;
}
@media (min-width: 1440px) {
  .home-text-content::before, .home-text-content::after {
    bottom: 6px;
  }
}
.home-text-content::before {
  left: 4px;
  box-shadow: 4px 5px 20px rgba(25, 25, 25, 0.2);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -spec-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.home-text-content::after {
  right: 4px;
  box-shadow: -4px 5px 20px rgba(25, 25, 25, 0.2);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -spec-transform: rotate(4deg);
  transform: rotate(4deg);
}
.home-quote {
  margin: 30px auto 0;
  padding: 60px 20px;
  text-align: center;
  display: block;
  background: transparent url("../images/home-quote.jpg") center center no-repeat;
  background-size: cover;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.home-quote-container {
  margin: 0 -15px;
}
.home-quote-title {
  color: #fff;
  font-size: 22px;
}
.home-quote-subtitle {
  color: #000;
  font-size: 18px;
}
@media (max-width: 767px) {
  .home-quote-subtitle {
    margin-top: 25px;
  }
}
.home-reviews {
  background: #f3f3f3;
  margin-top: 25px;
  padding: 20px;
  margin-bottom: 30px;
}
.home-reviews iframe {
  width: 100%;
  border: 0;
}
.home-promo-block {
  margin-top: 15px;
}
.home-promo-block img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
.home-promo-block img:hover {
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.32);
  opacity: 0.91;
}
.home-promo-block:nth-child(4) {
  clear: both;
}
.home-bottomitem {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .home-bottomitem {
    padding: 8px;
  }
}
.home-bottomitem img {
  width: 100%;
}
.home-bottomitem:hover {
  -webkit-transform: scale(0.985);
  -moz-transform: scale(0.985);
  -ms-transform: scale(0.985);
  -o-transform: scale(0.985);
  -spec-transform: scale(0.985);
  transform: scale(0.985);
}
.home_titleblock {
  color: #333333;
  font-size: 32px;
  line-height: 43px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px;
}
@media (max-width: 767px) {
  .home_titleblock {
    font-size: 26px;
    line-height: 32px;
    padding: 0 20px;
  }
}
.home-mozaic {
  display: flex;
  width: 90%;
  margin: 0 auto;
  height: 810px;
}
@media (max-width: 1023px) {
  .home-mozaic {
    display: block;
    height: auto;
  }
}
.home-mozaic__column {
  height: 800px;
  width: calc(100% / 3);
}
@media (max-width: 1023px) {
  .home-mozaic__column {
    height: 600px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-mozaic__column:first-child .home-mozaic__element:first-child {
  height: calc(60% - 20px);
  margin-bottom: 20px;
}
.home-mozaic__column:first-child .home-mozaic__element:last-child {
  height: 40%;
}
@media (max-width: 1023px) {
  .home-mozaic__column:first-child .home-mozaic__element:first-child {
    height: calc(50% - 10px);
  }
  .home-mozaic__column:first-child .home-mozaic__element:last-child {
    height: calc(50% - 10px);
  }
}
.home-mozaic__column:nth-child(2) {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .home-mozaic__column:nth-child(2) {
    padding: 0;
  }
}
.home-mozaic__column:nth-child(2) .home-mozaic__element:first-child {
  height: 40%;
}
.home-mozaic__column:nth-child(2) .home-mozaic__element:last-child {
  height: calc(60% - 20px);
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .home-mozaic__column:nth-child(2) .home-mozaic__element:first-child {
    height: calc(50% - 10px);
  }
  .home-mozaic__column:nth-child(2) .home-mozaic__element:last-child {
    height: calc(50% - 10px);
  }
}
@media (max-width: 1023px) {
  .home-mozaic__column:last-child {
    height: 300px;
  }
}
.home-mozaic__element {
  background-size: cover;
  position: relative;
  height: 100%;
  display: block;
}
.home-mozaic__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F3F3F3;
  width: 70%;
  padding: 20px;
  height: 100px;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.home-mozaic__title span {
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  line-height: 41px;
  color: #ff802c;
}
@media (max-width: 1023px) {
  .home-mozaic__title span {
    line-height: 24px;
  }
}

.engage__block {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .engage__block {
    display: block;
  }
}
.engage__block.pull-right {
  flex-direction: row;
}
.engage__block.pull-right .engage__content {
  padding: 0 50px 0 150px;
}
.engage__block.pull-right .engage__content::before {
  left: 100px;
}
@media (max-width: 1023px) {
  .engage__block.pull-right .engage__content {
    padding: 20px 20px 20px 60px;
  }
  .engage__block.pull-right .engage__content::before {
    left: 0;
  }
}
.engage__block:first-child .engage__content::before {
  content: '\e917';
}
.engage__block:nth-child(2) .engage__content::before {
  content: '\e916';
}
.engage__block:nth-child(3) .engage__content::before {
  content: '\e918';
}
.engage__title {
  text-transform: uppercase;
  color: #333333;
  font-size: 19px;
  font-weight: bold;
}
.engage__content {
  padding: 0 50px 0 100px;
  flex-grow: 1;
  position: relative;
}
.engage__content::before {
  content: '';
  background: #ff802c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50px;
  top: -10px;
  font-family: lbh-icons;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1023px) {
  .engage__content {
    padding: 20px 20px 20px 60px;
  }
  .engage__content::before {
    left: 0;
    top: 10px;
  }
}
.engage__text {
  color: #7c7c7c;
  font-size: 15px;
  padding-top: 14px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .engage__img {
    width: 100%;
  }
}

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