.l-sec--hero--img.l-sec-hero--img-big{
  min-height: 760px;
}

@media screen and (max-width: 1600px) {
  .l-sec--hero--img.l-sec-hero--img-big{
    min-height: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .l-sec--hero--img.l-sec-hero--img-big{
    min-height: 500px;
  }
}
@media screen and (max-width: 900px) {
  .l-sec--hero--img.l-sec-hero--img-big{
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .l-sec--hero--img.l-sec-hero--img-big{
    min-height: 300px;
  }
}

.b-box-vidfull{
  width: 100%;
  height: 400px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.margin-top-20{
  margin-top: 20px;
}

.b-box--article__gray-badge{
  background-color: #b4b4b4!important;
}

.image-box{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
div .c-logo--main:after{
  background-size: cover!important;
  /*background: url("/wp-content/themes/thermia/tpl/img/logo-thermia.png") no-repeat;*/
  background: none;
  width: 93%;
  height: 93%;
}
.logo-container{
  background-size: cover!important;
  width: 93%;
  height: 93%;
}
.c-carousel-images .c-carousel__dots{
  display: flex;
  justify-content: center;
}
.c-carousel-images .c-carousel__dots__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-carousel-images .c-carousel__dots__list li button{
  width: 9px;
  height: 9px;
  text-indent: -777em;
  background: #ed1c24;
  border: 0;
  border-radius: 50%;
  outline: none;
  padding: 0;
  margin: 0 4px;
  cursor: pointer;
}
.c-carousel-images .c-carousel__dots__list li.slick-active button{
  background: #0067ab;
}

.c-carousel-images .c-carousel__btn{
  position: absolute;
  bottom: 0
}

.c-carousel-images {
  max-width: 585px;
}

.b-box--product__col--spec--bigger-photo .b-box--product__pic{
  width: 80%;
  max-height: 600px;
  height: 100%;
  bottom: inherit;
  position: inherit;
}

.b-box--product__col--spec {
  max-height: 600px;
}

.b-box--product__col--spec--bigger-photo .b-box--product__pic img{
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.l-energy-label{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}

.t-energy-title{
  font-size: 26px;
  font-weight: 300;
  margin: 15px 0;
}

.l-energy-label .l-energy-label-item{
  padding: 20px;
  box-sizing: border-box;
  width: 48%;
  background: #f3f3f3;
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {

  .t-energy-title {
    font-size: 22px;
  }
  .l-energy-label .l-energy-label-item{
    width: 100%;
  }
  .l-energy-content{
    font-size: 16px;
  }
}

.l-energy-content{
  font-size: 18px;
}

.l-energy-content p{
  margin-bottom: 15px;
}
.image-energy{
  margin: 0 auto;
  max-width: 250px;
}

.b-box-accept-cookie{
  background: white;
  width: 100%;
  min-height: 200px;
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.b-box-accept-cookie a{
  color: #ed1c24!important;
}
