.dropdown-container a {
	font-weight: 600;
	font-size: 18px!important;
}

.widget-menu-text p {
    margin: 0;
}


.product-section .view-table .cell-title, .product-section .view-table .cell-attribute {
    width: 100%;
    max-width: 100%;
}

.dropdown-container a:hover, .dropdown-container a:focus {
    background-color: #e8e8e8!important;
}

.top-panel {
    background-color: var(--main-color);
}

p {
    letter-spacing: 1px;
}


footer .navbar-default .navbar-nav > li > a { 
	color:#fff!important;
	
}

footer .navbar-default .navbar-nav > li > a:hover, footer .navbar-default .navbar-nav > li > a:focus {
	background-color: var(--main-color);
	color:#000!important;
}

footer .navbar-nav {
	margin: 0;
}

/* ES cards*/

.es-cards-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}


.es-cards {
  position: relative;
  margin: 15px;
  width: calc(33.3% - 30px);
  min-height: 400px;
  color: #111;
  text-align: right;
  line-height: 1.4em;
  background-color: #efefef;
  font-size: 16px;
  display: inline-block;
  border-radius: var(--cards-radius);
  word-wrap: break-word; 
  hyphens: auto; 
}

@media only screen and (max-device-width: 768px) and (min-device-width: 320px) {
.es-cards {
      width: calc(100% - 30px);
      min-height: 500px;
  }
}

.es-cards * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.es-cards img {
  position: absolute;
  top: 50%;
    -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
    width: 55%;
  right: -10%;
    right: 0%;
  z-index:1;
}
.es-cards figcaption {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 0;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 0 20px 20px;
}
.es-cards h2,
.es-cards p {
  margin: 0;
  width: 100%;
  
   -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.es-cards h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
   font-size:2em;
}
.es-cards p {
  font-size: 1.1em;
  opacity:0.5;
}
.es-cards a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.es-cards:hover img,
.es-cards.hover img {
  right: 0%;
  top: 50%;
  opacity: 1;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index:1;
}
.es-cards:hover figcaption h2,
.es-cards.hover figcaption h2,
.es-cards:hover figcaption p,
.es-cards.hover figcaption p {

  
   margin: 0;
  width: 100%;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  transform: scale(0.9) translateX(30px);
  opacity: 1;
  filter: blur(4px);
}

/* Banners Blocks*/

.modern-box img {
	width:100%;
	-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.modern-box:hover img {
 	transform: scale(1.1);
} 

.modern-box {
    background-color: #efefef;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: 15px;
	padding-right: 15px;
	border-radius: var(--cards-radius);
}

.modern-box h5 {
	    font-size: 14px;
		color: #a8a8a8;
		letter-spacing: 0.45px;
		text-transform: uppercase;
		word-wrap: break-word; 
		hyphens: auto; 
}

 a.shop-now {
    color: #222;
    position: absolute;
    bottom: 50px;
    right: 20%;
    font-size: 15px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-decoration: none;
}

.modern-box.modern-ads a.shop-now
 {
    /*left: 5%;*/
}


.modern-box h3.ad-heading {
    color: #222;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.84px;
    margin-top: 0;
    text-transform: uppercase;
	word-wrap: break-word;
    hyphens: auto;}

.discount-box {
    background-color: var(--main-color);
    display: inline-block;
    position: relative;
    padding: 54px;
    width: 100%;
    text-align: center;
	border-radius: var(--cards-radius);
    z-index: 1;
}

 .discount-box::after {
    content: "";
    position: absolute;
    border: 1px solid #000;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: -1;
	border-radius: var(--cards-radius);
}

.discount-img-box {
	position: relative;
    text-align: center;
}
.discount-img-box::before {
    background-color: rgba(0, 0, 0, 0.451);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius: var(--cards-radius);
}

.discount-img-box::after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
	border-radius: var(--cards-radius);
}


.discount-img-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.discount-img-content h3, .discount-img-content p {
    color: #fff;
    word-wrap: break-word;
}
.discount-img-box img {
	width: 100%;
    height: auto;
	border-radius: var(--cards-radius);
}

@media (max-width: 767px) {
.discount-box {
        max-width: 318px;
        display: block;
        margin: 0 auto 30px;
    }

.discount-img-box {
        display: block;
        margin: 0 auto;
        max-width: 318px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

.modern-box h3.ad-heading {
        line-height: 30px;
        font-size: 26px;
    }

.discount-box h3 {
        padding: 0;
        display: inline-block;
        font-size: 16px;
        margin-bottom: 0;
    }
}

@media (max-width: 479px) {
    .banners-block .col-md-5.col-sm-6.col-xs-6 {
        width: 100%;
        text-align: center;
    }

    .banners-block  .col-md-7.col-sm-6.col-xs-6 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
	.modern-box h3.ad-heading {
		font-size: 1.8em;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.modern-box h3.ad-heading {
        line-height: 30px;
        font-size: 1.6em;
    }

.banners-block .col-md-5.col-sm-6.col-xs-6 {
        width: 100%;
        text-align: center;
    }
.banners-block  .col-md-7.col-sm-6.col-xs-6 {
        width: 100%;
        text-align: center;
    }
.banners-block .discount-box {
        padding: 20px;
    }
.discount-box::after {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.discount-img-box::after {
    border: none;
}

.discount-img-content h3, .discount-img-content p {
 font-size: 16px;
}

.discount-box .bigbtn-black, .discount-img-content .bigbtn-black {
    font-size: 14px;
    padding: 5px 15px;
}
}


/* Sale up section*/

.saleup-section img {
	max-width: 100%;
	height: auto;
}

.saleup-section .saleup-info h3, .saleup-img h3 {
    color: #e0282c;
	color: #bebebe;
    font-weight: 800;
    font-size: 65px;
    margin-top: 0;
   /* margin-bottom: -70px;*/
    text-transform: uppercase;
    word-wrap: break-word;
	font-family: var(--font-family-base);
}

.saleup-section-content {
	position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
	height: 100%;
    padding: 0 10px;
    text-align: center;
}

.saleup-section .saleup-info {
    text-align: center;
    background-color: #efefef;
}


.saleup-section {
    display: flex;
    flex-wrap: wrap; /* чтобы на мобильных всё ломалось вниз */
}

.-saleup-img {
    background-image: url(/image/1080471/saleup-bw.webp);
    background-size: cover;
    background-position: 50% 100%;
}
.saleup-img:before {
	background-color: rgba(0, 0, 0, 0.451);
	background-image: linear-gradient(to bottom, #1d1d1d80, #0000008c)!important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.saleup-section .saleup-info,
.saleup-section .saleup-img {
    display: flex;
    flex-direction: column;
    padding: 80px 0;
}


@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .saleup-section .saleup-info h3 {
        font-size: 80px;
    }
}

/* countdown */

#countdown {
text-align: center;
}
#countdown ul {
    padding: 0;
}

#countdown li {
  display: inline-block;
  font-size: 1.2em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

#countdown li span {
  display: block;
  font-size: 4.5rem;
  font-weight: 800;
}



@media all and (max-width: 768px) {

  
#countdown li {
    font-size: 1em;
  }
  
#countdown li span {
    font-size: 2em;
  }
}


/* big navi*/


.mb10 {
    margin-top: 10px;
}

.i-warp1 .main {
    justify-content: space-between;
	overflow: hidden;
}

.mflex {
    display: flex;
    flex-wrap: wrap;
}

.mn {
    position: relative;
    width: calc(50% - 12.5px);
   /* color: #fff;*/
	margin-bottom: 25px;
	transition: all 0.3s;
}

.mn-4 {
	width: calc(40% - 12.5px);	
}

.mn-6 {
	width: calc(60% - 12.5px);	
}

.mn-3 {
	width: calc(30% - 12.5px);	
}

.mn-33 {
	width: calc(33.3% - 12.5px);	
}

.mn-7 {
	width: calc(70% - 12.5px);	
}


.bigimg {
    overflow: hidden;
	border-radius: var(--cards-radius);
}

.i-warp1 .mn .bigimg img {
    width: 100%;
    height: auto;
	max-height: 60vh;
	min-height: 500px;
	transition: all 1s;
}

.bigimg img {
    display: block;
    transition: all 1s;
	object-fit: cover;
	/*filter: grayscale(1);*/
}

.bigimg:hover img, .mn:hover img {
    transform: scale(1.05);
	filter: blur(8px);
	/*filter: grayscale(0);*/
}
.i-warp1 .mn .mes .title__text_2  {
	transition: all 1s;
	transform: scale(1);
}

.mes.dwzycenter:hover .title__text_2 {
	transform: scale(1.2);
}

.mes.dwzycenter p {
	/*min-height: 100px;*/
	padding: 0 15px;
	color: #fff;
	font-size: 26px;
	opacity:0;
	transition: all 1s;
	transform: translateY(+50%);
	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.1em;
    min-height: calc(1.1em * 2);

}

.mes.dwzycenter:hover p {
	opacity:1;
	transform: translateY(0%);
}


.i-warp1 .mn .mes {
    height: 100%;
	width: 100%;
    top: 0;
    padding: 10px 10px;
    padding: 10px 30px;
	bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	align-items: center;
}

.video-box-overlay {
	background: rgb(0 0 0 / 0%);
}

@media (max-width: 940px) {
	
.i-warp1 .mn .mes {
	bottom: 0px;
    height: auto;
    top: auto;
}
}

.textw-bootom {
	position: absolute;
    width: 100%;
    bottom: 40px;
    padding: 30px 10%;
}

.dwzycenter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.overlay-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.i-warp1 .mn .mes .title-text-p-small {
   padding: 0px 10%;
   min-height: 100px;
}

.title__text_2 {
    font-size: 30px;
    line-height: 1.1em;
	font-weight: 600;
	color:#fff;
	font-family: var(--font-family-base);
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

@media (max-width: 1440px) {
.title__text_2 {
    font-size: 2.3em;
}
}

@media (max-width: 940px) {
.title__text_2 {
    font-size: 26px;
}
}



.bigimg::after {
  display: block;
  content: "";
  position: absolute;
  border-radius: var(--cards-radius);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 0 0 / 10%) 70%, rgb(0 0 0) 100%);
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 70%, rgb(0 0 0 / 80%) 100%);
  transition: all 0.3s;
}

.mn:hover .bigimg::after{
	
	background-color: rgb(0 0 0 / 0%);
}


@media (max-width: 1440px) {
.i-warp1 .mn .mes .title__text_2 {
    font-size: 30px;
}

.font31 {
    font-size: 16px;
}
}

@media (max-width: 940px) {
.font31 {
    font-size: 16px;
}

.i-warp1 .mn .mes .title__text_2 {
    font-size: 26px;
}

.mn {
    width: 100%;
	margin: 15px 0px;
}

.title-text-p-small {
	display:none;
	
}
}

/* */

.i-warp2 .main  {
    justify-content: space-between;
}



.i-warp2 .mn {
	position: relative;
    width: 32.7626%;
	width: calc(33.2% - 5px);
	/*color: #fff;*/
	overflow: hidden;
}



.i-warp2 .mn .bigimg img {
    width: 100%;
    height: auto;
	max-height: 60vh;
}


.i-warp2 .mn .mes {
   height: 100%;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	align-items: center;
	color: #fff;
}

.i-warp2 .mn .mes .title-text-p-small {
    margin: 10px 0 32px;
	margin: 10px 8vw;
}


.title__text_3 {
    font-size: 42px;
    line-height: 1em;
	font-weight: 800;
	font-family: var(--headings-font-family);
	text-transform: uppercase;
}



@media (max-width: 1440px) {
.i-warp1 .mn .mes .title__text_3 {
    font-size: 30px;
}
}

@media (max-width: 940px) {

.i-warp1 .mn .mes .title__text_3 {
    font-size: 22px;
}

.i-warp2 .mn {
    width: 100%;
    margin-bottom: 10px;
}
}

/* margins*/

.p5em {
	margin: 5em 0;
}

.p3em {
	margin: 3em 0;
}

.p52em {
    margin: 5em 0 2em;
}

.prel {
	text-align: left;
    position: relative;
    z-index: 1;
	
}

/* Sale up section*/

.saleup-section img {
	max-width: 100%;
	height: auto;
}

.saleup-section .saleup-info h3, .saleup-img h3 {
    color: #e0282c;
	color: #bebebe;
    font-weight: 800;
    font-size: 65px;
    margin-top: 0;
   /* margin-bottom: -70px;*/
    text-transform: uppercase;
    word-wrap: break-word;
	/*font-family: var(--font-family-base);*/
}

.saleup-section-content {
	position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
	height: 100%;
    padding: 0 10px;
    text-align: center;
}

.saleup-section .saleup-info {
    text-align: center;
    background-color: #efefef;
}


.saleup-section {
    display: flex;
    flex-wrap: wrap; /* чтобы на мобильных всё ломалось вниз */
}

.-saleup-img {
    background-image: url(/image/1080471/saleup-bw.webp);
    background-size: cover;
    background-position: 50% 100%;
}
.saleup-img:before {
	background-color: rgba(0, 0, 0, 0.451);
	background-image: linear-gradient(to bottom, #001A3D80, #001A3D8C);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.saleup-section .saleup-info,
.saleup-section .saleup-img {
    display: flex;
    flex-direction: column;
    padding: 80px 0;
}


@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .saleup-section .saleup-info h3 {
        font-size: 80px;
    }
}

/* countdown */

#countdown {
text-align: center;
}
#countdown ul {
    padding: 0;
}

#countdown li {
  display: inline-block;
  font-size: 1.2em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

#countdown li span {
  display: block;
  font-size: 4.5rem;
  font-weight: 800;
}



@media all and (max-width: 768px) {

  
#countdown li {
    font-size: 1em;
  }
  
#countdown li span {
    font-size: 2em;
  }
}



/* yellow @ red*/

.imgh70 {
            height: 70vh;
    }


.imgh100 img {
            max-height: calc(90vh - 114px)!important;
    }

.imgh100 {
    height: calc(90vh - 114px)!important;
}

.imgh75 {
	height: calc(80vh - 114px)!important;
	min-height: 572px;
}


@media only screen and (max-device-width: 768px) and (min-device-width: 320px) {
.imgh100 {
    height: calc(80vh - 114px)!important;
	height: 540px!important;
	
}

.yalebg, .bulmorbg, .baumann {
	border-radius: var(--cards-radius);
}
}


.yalebg, .bulmorbg, .baumann {
	border-radius: var(--cards-radius);
}

.yalebg {
background: var(--main-color);
    border-top-left-radius: var(--cards-radius);
    border-bottom-left-radius: var(--cards-radius);
}

.hakobg {
background: #cb2500;

}


.bulmorbg {
background: #de030c;
    border-top-right-radius: var(--cards-radius);
	border-bottom-right-radius: var(--cards-radius);
}

.baumann {
background: #535353;
    border-top-right-radius: var(--cards-radius);
	border-bottom-right-radius: var(--cards-radius);
}

.nonehamebg {
    background: #535353;	
}

.i-warp1 .mn .mes-left {
    padding: 30px 50px;
}


.bigbtn-black {
    margin-top: 15px;
	margin-bottom: 15px;
    font-size: 18px;
    padding: 10px 35px;
    font-weight: 500;
    background: transparent;
    border: 2px solid #000000;
    /*text-transform: uppercase;*/
    z-index: 1;
    color: #000;
	position:relative;
	overflow: hidden;
	text-decoration: none !important;
}

.bigbtn-black::before {
	content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #101828;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.bigbtn-black:hover {

    background: rgb(0 0 0 / 0%);
    color: #fff;
}

.bigbtn-black:hover::before {
	top: -40%;
}


.bigbtn-white {
    margin-top: 15px;
	margin-bottom: 15px;
    font-size: 18px;
    padding: 10px 35px;
    font-weight: 500;
    background: transparent;
    border: 2px solid #fff;
    z-index: 3!important;
    color: #fff;
	position:relative!important;
	overflow: hidden;
}


.bigbtn-white::before {
	content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.bigbtn-white:hover {
    background: rgb(255 255 255 / 30%);
    border: 2px solid #fff;
    color: #000;
}

.bigbtn-white:hover::before {
	top: -40%;
}

.bigimg-a img {
    position: absolute;
    opacity: 0;
    /*object-fit: none;*/
    transition: opacity 1s;
   /* transform: translateX(1000px);*/
   transform: scale(0.5);
    width: 100%;
    height: auto;
    transition: all 1s;
    display: block;
    object-fit: contain;
    padding: 30px;
    filter: blur(0px) !important;
}



.bigimg-a img.active {
    opacity: 1;
   /* transform: translateX(0px);*/
   transform: scale(1);
}


.bg-slider-cont {
    color: #fff;
	padding-top:120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bg-slider-cont {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .bg-slider-cont {
        padding-top: 60px;
    }
}


/* yellow @ red*/


/* banner */

:root {
	--banner-height: 40vh;
	--banner-text-color: #fff;
	--banner-text-color-mobile: #fff;
	--banner-h2-color: #fff;
	--banner-h2-color-mobile: #e5a713;
	--banner-text-bgcolor-mobile: #111;
	}

 .biz-banner {
padding: 56px 0 56px 0;
}



.biz-banner-ovelay {
    background-image: linear-gradient(to bottom, #3c3c3c80, #0000008c);
    border-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.biz-banner-ovelay_50 {
    background-image: linear-gradient(to bottom, #001A3D80, #001A3D8C);
    border-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bw-banner {
	filter: grayscale(1)!important;
}
	
.biz-banner {
	position: relative;
}
	

.biz-banner-bg {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: var(--banner-height);
    border-radius: var(--cards-radius);
}

.biz-banner-content-text {
	color: var(--banner-text-color);
}

.biz-banner-content {
	text-align:center;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: var(--cards-radius);
}

.biz-banner-content-text h2, .biz-banner-content-text h1 {
	font-size: 42px;
    text-transform: uppercase;
    /* font-style: italic; */
    font-weight: 800;
    color: var(--main-color);
    position: relative;
	font-family: var(--font-family-base);
}

@media only screen and (max-device-width: 768px) and (min-device-width: 320px) {
.biz-banner-ovelay {
		background: rgb(0 0 0 / 10%);
    }
.biz-banner-content {
    position: relative;
	background: var(--banner-text-bgcolor-mobile);
	padding: 40px;
    margin-top: 10px;
	}
	
.biz-banner-content-text {
	color: var(--banner-text-color-mobile);
}

.biz-banner-content-text h2, .biz-banner-content-text h1 {
	font-size: 32px;
     color: var(--banner-h2-color-mobile);
}
}

.biz-banner-content-video {
    text-align:center;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-device-width: 768px) and (min-device-width: 320px) {
    .biz-banner-content-video {
        padding: 40px;
    }
    :root {
	--banner-height: 50vh;
    }
}

/* Splide Slider */

.splide__slide {
 /* margin: 0 5px!important;*/
}

.splide__pagination {
    bottom: 1em!important;
}

.slide-hover img {
  width:100%;
 /* filter: grayscale(1) brightness(0.8);*/
  transition: all 1s;
}

.slide-hover:hover img {
  filter: grayscale(0) brightness(1);
  transform: scale(1.05);
  filter: blur(8px);
}

.splide__slide {
overflow: hidden;
}

.splide__progress__bar {
  height: 4px;
  background: #ccc;
	margin-top:4px;
	background: var(--main-color);
}
.splder-content {
    position: absolute;
    width: 100%;
    left:0;
    right: 0;
    bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all 1s;
   
}

.slide-hover:hover .splder-content {
  transform: translateY(-20px);
  transform: scale(1.25);
}


.splder-content h2 {
    color:#fff;
	font-size: 22px;
	font-weight: 800;
    line-height: 1em;
    font-family: var(--headings-font-family);
    text-transform: uppercase;
  }

.splder-overlay {
    position: absolute;
	border-radius: var(--cards-radius);
   /* background: rgb(0 0 0 / 15%);*/
    background: linear-gradient(180deg, rgba(0, 0, 0, 10%) 50%, rgb(0 0 0 / 45%) 100%);
    width: 100%;
    left: 0;
    height: 100%;
    right: 0;
    top: 0;
    opacity:1;
    transition: all 0.3s;
  }

.splide__slide_p20 img {
	padding:20px;
}
.splide__slide img {
	border-radius: var(--cards-radius);
}

.slide-hover:hover .splder-overlay {
  opacity:1;
}

/* HFT Marken Swiper Slider */


/* videobox */

.videobox {
	background: #333;
	
}

.video-block {
  display: block;   
  width: 100%;
  height: 100%;
  object-fit: cover;   
}

.videobox .title__text_2, .videobox .mes.dwzycenter p {
	   text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}


.min-500 {
	min-height: 474px;
	overflow: hidden;
}

.min-400 {
		/*min-height: 400px;*/
		/*max-height: 400px;*/
		overflow: hidden;
}


.legend-video {
	background: rgb(0 0 0 / 25%);
    border-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-hft-header {
	display: flex;
    justify-content: center;
    align-items: center;
	min-height: 600px;
	/*margin-bottom: 70px;*/
	 margin-top: 120px;
}

@media only screen and (max-device-width: 768px) and (min-device-width: 320px) {
	.video-hft-header {
		margin-top: 60px;
	}
}

/* =========================
   Footer + Form (cleaned)
   ========================= */

/* ---------- Form block ---------- */
.form-f81 {
  padding: 30px 0;
  margin-bottom: 70px;
}

.form-f81 .form_input {
  text-align: left;
}

.form-f81 .form_input_wrapper {
  color: #fff;
}

/* Inputs (both generic + within .form-f81) */
.form-f81 form.biznestream-form ul li input[type="text"],
.form-f81 form.biznestream-form ul li select,
.form-f81 form.biznestream-form ul li textarea,
form.biznestream-form ul li input[type="text"],
form.biznestream-form ul li select,
form.biznestream-form ul li textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;

  min-height: 40px !important;
  height: 40px;

  padding: 5px 15px;

  border: 2px solid var(--main-color) !important;
  background-image: none !important;
}

/* Form list items layout */
.form-f81 form.biznestream-form ul li {
  list-style: none;
  margin: 10px 0;
  width: 50%;
  float: left;
  padding-right: 20px;
}

.form-f81 form.biznestream-form ul li .form_label,
.bz-form .error.hide {
  color: #fff !important;
  text-transform: uppercase;
}

.form-f81 form.biznestream-form ul li .form_label {
  color: #fff;
}

/* Protected fields */
.b-field-protected input,
.b-field-protected textarea {
  padding-right: 24px;
  border: 2px solid var(--main-color) !important;
  background-image: none !important;
}

.b-field-protected .form_input:after {
  filter: grayscale(1);
}

/* Button */
.form-f81 form.biznestream-form button {
  padding: 1px 8px;
  margin-right: 2px;

  min-width: 177px;
  min-height: 30px;

  background: var(--main-color) !important;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}

/* Transparent widget containers */
.well,
.form-section,
.form-widget,
.widget-form,
.top-multiple-widget,
.cubics-widget {
  background-color: transparent;
}

/* Duplicate selector existed -> keep one */
.form-section {
  background-color: transparent;
}

/* ---------- Footer block ---------- */
.footer-f8 {
  border-top: 10px solid #fff;
}

.footer-area {
  position: relative;
  padding: 0 0 50px;
  background: url(/image/1121763/f_l2.webp),
    linear-gradient(359deg, #50504f, #575756 88%);
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.footer-area::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-color: var(--footer-color); */
}

.footer-area a {
  color: var(--footer-text);
}

.footer-content {
  color: var(--footer-text);
  line-height: 20px;
  font-size: 16px;
  text-align: left;
  margin-top: 120px;
}

.footer-content p {
  margin: 0;
}

.footer-content span {
  color: #5d5d5d;
  padding-left: 5px;
}

/* Headings */
.footer-content h2,
.footer-content h3 {
  line-height: 20px;
  color: var(--footer-text);
  font-weight: 300;
  font-size: 20px;
  margin: 50px 0 30px;
}

.footer-content h4 {
  padding-top: 15px;
}

.footer-content h6 {
  padding: 5px 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

/* Your rule overwrote all headings size -> keep as-is */
.footer-content h1,
.footer-content h2,
.footer-content h3,
.footer-content h4,
.footer-content h5 {
  font-size: 16px;
}

/* Misc layout */
.f-content-img {
  position: absolute;
  top: 0;
  left: -20px;
}

.f-first-content {
  position: relative;
}

/* Navbar */
.navbar-default {
  border-color: #333;
  background-color: #333;
}

/* Footer links */
.footer-link li a {
  opacity: 1;
  margin-left: 5px;
  transition: all 0.5s ease-in-out;

  background-repeat: no-repeat;
  background-image: linear-gradient(
    to right,
    var(--main-color) 0%,
    var(--main-color) 100%
  );
  background-position: 0 calc(100% - 0px);
  background-size: 0 20%;
}

.footer-link li a:hover {
  background-size: calc(100% + 15px) 6px;
  text-decoration: none;
  opacity: 1;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  display: inline-block;
}

/* Icons / bullets */
.f-second-content.f-all-h2 li:before,
.f-third-content.f-all-h2 a:before {
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}

.f-second-content.f-all-h2 li:before {
  opacity: 0.8;
}

.f-third-content.f-all-h2 a:before {
  opacity: 1;
  margin-right: 5px;
}

.f-third-content.f-all-h2 a {
  margin-right: 5px;
}

.f-third-content.f-all-h2 li {
  float: left;
}

/* ---------- Utility ---------- */
.top-line-up {
  top: -64px;
  height: 38px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) and (min-width: 320px) {
  .form-f81 form.biznestream-form ul li {
    width: 100%;
  }
  .top-line-up {
    display: none;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .f-first-content {
    padding-left: 0;
  }

  .f-content-img {
    z-index: -1;
  }

  .footer-content h2,
  .footer-content h3 {
    padding-left: 0;
    margin: 15px 0;
    font-size: 16px;
  }

  /* left as-is: selector exists, but h2 before not shown elsewhere */
  .f-all-h2 h2:before {
    height: 0;
    width: 100%;
  }
}