
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .landing_wrapp .container {
    width: 750px!important;
  }
}
@media (min-width: 992px){
  .landing_wrapp .container {
    width: 970px!important;
  }
  .lp_section2 .container{
    max-width: 970px;
  }
}  
@media (min-width: 1200px){
  .landing_wrapp .container {
    width: 1170px!important;
  }
  .lp_section2 .container{
    position: relative;
    z-index: 1;
    max-width: 1170px;
  }
}



.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none !important;
  }
}
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  display: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-container {
  padding: 4px;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-closeContainer {
  position: absolute;
  top: -35px;
}
.lb-closeContainer a {
  position: absolute;
  right: -40px;
  top: 30px;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  transition: opacity .2s;
}
#lightbox_youtube.video_on .lb-outerContainer {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#lightbox_youtube.video_on {
  position: fixed;
  background: rgba(0,0,0,.8);
  left: 0;
  overflow: hidden;
}
#lightbox_youtube.video_on {
  top: 0;
  width: 100%;
  height: 100%;
}
#lightbox_youtube.video_on .lb-outerContainer iframe {
  max-width: 100%;
}
#lightbox_youtube.video_on .lb-closeContainer {
  width: 100%;
}
.land_wrapp a{
  text-decoration: none;
  color: #01426A;
  outline: 0;
}
.land_wrapp .btn {
  border: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  padding: 11px 15px;
  text-shadow: none;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
  border-radius: 14px;
}
.land_wrapp .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.land_wrapp .btn-primary {
  background: #01426A;
  color: #FFF;
}
.land_wrapp .container, .land_wrapp .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .land_wrapp .container {
    width: 970px!important;
  }
}
@media (min-width: 1200px) {
  .land_wrapp .container {
    width: 1170px!important;
  }
}
.recommendet_products_carousel .slick-arrow {
  position: absolute;
  top: -45px;
  display: block;
  border: 0;
  box-shadow: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition: all .4s;
  outline: 0;
}
.land_wrapp *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b1b1b1;
  border: 0;
  outline: 0;
  text-indent: -9999px;
  padding: 0;
}
.lp_wash75_wrapper *{
  box-sizing: border-box;
}
.lp_wash75_wrapper{
  background: #474646;
  margin: 0 auto;
}
.slick-dots{
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li button{
  text-indent: -9999px;
  background: #fff;
  border: 0;
  outline: none;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
}
.slick-dots li{
  display: inline-block;
  margin: 5px;  
  overflow: hidden;
  opacity: 0.6;  
}
.slick-dots li.slick-active{
  opacity: 1;
}
.lp_section1 .container-fluid{
  padding: 0;
}
.banner_wrapp{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.banner_wrapp_item{
  display: inline-block;
  position: relative;
}
.banner_wrapp_item .banner_text{
  position: absolute;
  left: 5%;
  top: 30px;
  font-size: 42px;
  line-height: 1.2;
  color: #474646;
  font-weight: 400;
}
.banner_wrapp img{
  vertical-align: middle;
  max-width: 100%;
}
.banner_wrapp_item .banner_text img{
  height: 50px;
}
.lp_section2{
  text-align: center; 
  padding-top: 50px;
  overflow: hidden;
  -webkit-background-size: 1020px;
  background-size: 1020px;
  padding-bottom: 120px;
  margin-bottom: -120px;
}
.lp_section2 h1{
  font-size: 35px;
  color: #fff !important;
}
.lp_section2 h2{
  font-size: 35px;
  color: #fff !important;
}
.lp_section2 .advantages_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 80px;
  width: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start;  
}
.lp_section2 .advantages_wrapper:before{
  content: '';
  width: 500px;
  height: 640px;
  position: absolute;
  top: -108px;
  left: 50%;
  margin-left: -250px;
  z-index: -1;
}
.lp_section2 .advantages_points{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.advantages_points .point_item{
  position: absolute;
  display: block;
  width: 270px;
  text-align: center;
  z-index: 10;
}
.advantages_points .point_left{
  left: 50px;
}
.advantages_points .point_item img{
  vertical-align: middle;
}
.advantages_points .point_item .point{
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.advantages_points .point_item .point:before{
  content: '';
  width: 300px;
  height: 2px;
  background: #01426a;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  position: absolute;
}
.advantages_points .point_item .point:after{
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 4px solid #01426a;
  position: absolute;
  right: -320px;
  top: 50%;
  margin-top: -17px;
}
.advantages_points .point_item p{
  color: #fff;
  font-size: 22px;
  font-weight: 100;
}
.advantages_points .point_left1{
  top: 40px;
}
.advantages_points .point_left1 .point{
  background: #eceeed;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 27px;
  font-weight: 600;
  border-radius: 50%;
}
.advantages_points .point_left1 .point:before{
  width: 210px;
}
.advantages_points .point_left1 .point:after{
  right: -240px;
}
.advantages_points .point_left2{
  top: 180px;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  animation-delay: .8s;
}
.advantages_points .point_left2 .point:before{
  width: 240px;
}
.advantages_points .point_left2 .point:after{
  right: -270px;
}
.advantages_points .point_right .point:before{
  left: auto;
  right: 100%;
}
.advantages_points .point_right .point:after{
  right: auto;
  left: -320px;
}
.advantages_points .point_right{
  right: 50px;
}
.advantages_points .point_right1{
  top: -40px;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.advantages_points .point_right1 .point:before{
  width: 270px;
}
.advantages_points .point_right1 .point:after{
  left: -300px;
}
.advantages_points .point_right2{
  top: 280px;
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.advantages_points .point_right2 .point:before{
  width: 230px;
}
.advantages_points .point_right2 .point:after{
  left: -260px;
}

.lp_section2 .product_carousel{
  width: 300px;
  overflow: hidden;
  height: 560px;
}
.lp_section2 .product_carousel img{
  margin: 0 auto;
}
.lp_section2 .slick-dots{
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.lp_section2 .slick-dots li button{
  text-indent: -9999px;
  background: #fff;
  border: 0;
  outline: none;
  width: 32px;
  height: 32px;
}
.lp_section2 .slick-dots li{
  display: inline-block;
  margin: 5px;
  border: 2px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.lp_section2 .slick-dots li:nth-child(2) button{
  background: #7a7b7e;
}
.lp_section2 .slick-dots li:nth-child(3) button{
  background: #343635;
}
.lp_section2 .slick-dots li.slick-active{
  border-color: #01426a;
}

.lp_section3{
  text-align: center;
}
.lp_section3 h2{
  font-size: 35px;
  color: #fff !important;
  font-weight: 100;
}
.b3_products{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 130px;
}
.b3_products .b3_product_item{
  width: 32.5%;
  background: #fff;
  border-radius: 30px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.6);
  box-shadow: 0px 0px 8px rgba(0,0,0,.6);
  position: relative;
}
.b3_products .b3_product_item h3{
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 25px;
}
.b3_products .b3_product_item .img{
  margin-bottom: 35px;
}
.b3_products .b3_product_item .img img{
  width: 200px;
  max-width: 90%;
  margin: 0 auto;
}
.b3_products .b3_product_item .pictos img{
  max-width: 100%;
}
.b3_products .b3_product_item .buy_btn{
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 25px;
  background: #01426a;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  width: 220px;
  max-width: 90%;
  padding: 15px;
  margin-left: -110px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 100;
}
.b3_products .b3_product_item .buy_btn:hover{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.4);
  box-shadow: 0px 0px 7px rgba(0,0,0,.4);
}
.lp_section4{
  padding: 40px 0 80px;
  text-align: center;
}
.lp_section4 .spezification_title{
  font-size: 35px;
  color: #fff;
  margin-bottom: 25px;
  cursor: pointer;
}
.lp_section4 .spezification_title span{
  display: inline-block;
  background: #01426a;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  border-radius: 50%;
  margin-right: -40px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.lp_section4 .spezification_title:hover span{
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.lp_section4 .spezification_table{
  background: #f4f2f1;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,.6);
  box-shadow: inset 0px 0px 8px rgba(0,0,0,.6);
  padding: 30px 150px;
  border-radius: 50px;
  position: relative;
  display: none;
}
.lp_section4 .spezification_table .close_spezification_table{
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -20px;
}
.lp_section4 .spezification_table .color{
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;  
  margin: 0 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
  box-shadow: 0px 0px 5px rgba(0,0,0,.6);
}
.lp_section4 .spezification_table .color:nth-child(1){
  background: #fff;
}
.lp_section4 .spezification_table .color:nth-child(2){
  background: #7a7b7e;
}
.lp_section4 .spezification_table .color:nth-child(3){
  background: #343635;
}
.lp_section4 .spezification_table table{
  width: 100%;
}
.lp_section4 .spezification_table table td{
  width: 50%;
  height: 40px;
  vertical-align: middle;
  font-size: 16px;
  color: #474646;
}
.lp_section4 .spezification_table table .row_bordered td{
  border-bottom: 1px solid #474646;
}
.lp_section4 .spezification_table table td:first-child{
  text-align: left;
  padding-left: 70px;
  border-right: 1px solid #474646;
}
.lp_section5{
  padding-bottom: 60px;
}
.lp_section5 h2{
  font-size: 35px;
  color: #fff !important;
  margin-bottom: 25px;
  font-weight: 100;
  text-align: center;
}
.lp_section5 .ti_row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  margin-bottom: 25px;
}
.lp_section5 .ti_row .ti_img{
  width: 18%;

}
.lp_section5 .ti_row .ti_img img{
  border-radius: 12px;
  max-width: 100%;
}
.lp_section5 .ti_row .ti_text{
  font-size: 20px;
  width: 80%;
  line-height: 1.4;
}
.lp_section5 .ti_row .ti_text h4{
  color: inherit !important;
  font-size: 30px;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.5s
}
@media (max-width: 1200px) {
  .advantages_points .point_left1 .point:before{
    width: 150px;
  }
  .advantages_points .point_left1 .point:after{
    right: -180px;
  }
  .advantages_points .point_right2 .point:before{
    width: 140px;
  }
  .advantages_points .point_right2 .point:after{
    left: -170px;
  }
  .advantages_points .point_left2 .point:after{
    right: -170px;
  }
  .advantages_points .point_left2 .point:before{
    width: 140px;
  }
  .advantages_points .point_right1 .point:before{
    width: 170px;
  }
  .advantages_points .point_right1 .point:after{
    left: -200px;
  }
  .banner_wrapp_item .banner_text{
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .lp_section4 .spezification_table{
    padding: 25px 50px;
  }
  .lp_section4 .spezification_table table td:first-child{
    padding-left: 30px;
  }
  .advantages_points .point_item{
    display: none;
  }
  .b3_products{
    display: block;
    width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .b3_products .b3_product_item{
    margin-bottom: 100px;
  }
  .banner_wrapp_item .banner_text{
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .lp_section5 .ti_row{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .lp_section5 .ti_row .ti_text{
    width: 100%;
  }
  .lp_section5 .ti_row:nth-child(2){
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .lp_section4 .spezification_title{
    font-size: 24px;
    padding-right: 30px;
  }
  .b3_products{
    width: 320px;
  }
  .lp_section4{
    padding: 15px 0;
    padding-bottom: 60px;
  }
  .lp_section5 .ti_row .ti_img{
    margin-right: 0;
  }
  .banner_wrapp_item .banner_text{
    font-size: 20px;
  }
  .banner_wrapp_item .banner_text img{
    height: 34px;
  }
}
@media only screen and (max-width: 420px){
  .banner_wrapp_item .banner_text{
    font-size: 16px;
    top: 5px;
  }
  .banner_wrapp_item .banner_text img{
    height: 20px;
  }
} 
