#newsletter-popup .configurator-popup .obligatory a {
	position: relative !important;
}

@media (max-width: 1280px) and (min-width: 993px) {
	#newsletter-popup .invoice-popup form .hi-input {
		height: auto;
	}
}

#newsletter-popup .configurator-popup .check-box-wrapper {
	height: 45px;
}

div .divisions {
	display: block !important;
}

* {
	box-sizing: border-box
}

.history-timeline-bkf .item {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	height: 100% !important
}

.timeline-bkf .text-block {
	padding: 0
}

.black-background {
	background: #3d3d3d
}

.black-background .section-header h2 small,
.black-background .section-header h2 strong {
	color: #fff
}

.history-timeline-bkf .item {
	display: flex
}

.history-timeline-bkf .timeline-text-wrapper {
	margin-left: 100px;
	background: #fff;
	padding: 60px;
	width: 50%
}

.history-timeline-bkf .timeline-img-wrapper {
	margin-right: 100px;
	width: 50%;
	background: #fff
}

.history-timeline-bkf .timeline-text-wrapper h2,
.history-timeline-bkf .timeline-text-wrapper h3 {
	color: #ed2b31;
	margin: 0 0 30px
}

.history-timeline-bkf .owl-dots {
	position: relative;
	left: initial;
	bottom: initial;
	transform: initial;
	justify-content: initial;
	border-bottom: 1px solid #535353;
	margin: 0 auto 15px auto;
	max-width: 1300px;
	padding: 55px 100px 15px 100px
}

.history-timeline-bkf .owl-dots .active,
.history-timeline-bkf .owl-dots .owl-dot {
	position: absolute;
	left: 100px;
	bottom: 15px;
	color: #a1a1a1;
	width: initial;
	height: initial;
	background: initial !important;
	font-size: 18px;
	margin: 0 !important
}

@media(max-width:1200px) {

	.history-timeline-bkf .owl-dots .active,
	.history-timeline-bkf .owl-dots .owl-dot {
		font-size: 14px
	}
}

.history-timeline-bkf .owl-dots .active {
	color: #fff
}

.history-timeline-bkf .owl-dots .active::before,
.history-timeline-bkf .owl-dots .owl-dot::before {
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #3d3d3d;
	box-shadow: inset 0 0 0 3px #fff;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	left: 50%;
	bottom: -20px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: all .5s ease-in-out;
	content: ""
}

.history-timeline-bkf .owl-dots .active::before {
	width: 11px;
	height: 11px;
	bottom: -26px
}

#prev-timeline {
	background: url(../img/icons/chevron-left.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 45px;
	opacity: .5;
	transform: translateY(calc(-50% - 35px));
	transition: .3s linear
}

#next-timeline:hover,
#prev-timeline:hover {
	opacity: 1
}

#next-timeline {
	background: url(/static/img/icons/chevron-right.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 45px;
	opacity: .5;
	transform: translateY(calc(-50% - 35px));
	transition: .3s linear
}

.history-timeline-bkf .owl-next {
	right: 0
}

@media(max-width:1000px) {
	.history-timeline-bkf .owl-dots {
		display: none !important
	}

	#next-timeline,
	#prev-timeline {
		transform: translateY(-50%)
	}

	.history-timeline-bkf .item {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.history-timeline-bkf .timeline-img-wrapper,
	.history-timeline-bkf .timeline-text-wrapper {
		display: block;
		padding: 15px;
		margin: 0;
		width: 80%
	}

	.history-timeline-bkf .timeline-img-wrapper {
		display: none
	}
}

@media(max-width:767px) {

	.history-timeline-bkf .timeline-img-wrapper,
	.history-timeline-bkf .timeline-text-wrapper {
		width: 90%
	}
}

.items-two .features-box-select-item {
	flex: 0 50%
}

.items-three .features-box-select-item {
	flex: 0 33.3%
}

.items-four .features-box-select-item {
	flex: 0 25%
}

.items-five .features-box-select-item {
	flex: 0 20%
}

.items-three .features-box-select-item:nth-of-type(3) {
	border-right: none !important
}

.list-box-v2 {
	position: relative;
    width: 100%;
    /* height: 410px; */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row;
    flex-wrap: wrap;
    margin: 30px 0 50px;
    padding: 0 35px
}

.list-box-v2 .features-box-select-item {
	height: initial;
	padding: 0;
	overflow: visible;
}

.list-box-v2 .features-box-select-item .bg-item {
	height: 300px;
    width: 100%;
    /* object-fit: contain; */
	object-fit: cover;
}

.list-box-v2 .features-box-select-item:after {
	content: none;
}

/* .list-box-v2 .features-box-select-item:last-of-type {
	border-right: 0;
} */

.list-box-v2 .features-box-select-item:hover .box {
	-webkit-box-shadow: 0px -2px 12px -4px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px -2px 12px -4px rgba(0, 0, 0, 1);
	box-shadow: 0px -2px 12px -4px rgba(0, 0, 0, 1);
}

.list-box-v2 .features-box-select-item:hover .box :before {
	transform: translateX(0);
}
.list-box-v2 .features-box-select-item:hover .bg-item {
	filter: brightness(100%);
}

.list-box-v2 .features-box-select-item .box {
	position: relative;
	background-color: #f2f2f2;
	padding: 20px 30px;
	transition: .3s;
	overflow: hidden;
}

.list-box-v2 .features-box-select-item .box p {
	margin: 0;
	margin-bottom: 15px;
	font-size: 14px;
}

.list-box-v2 .features-box-select-item .box h4 {
	margin: 0;
	font-size: 30px;
}

.list-box-v2 .features-box-select-item .box :before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 2px;
	background-color: #ed1c24;
	transform: translateX(-100%);
	transition: .3s;
}

.list-box-v2 .features-box-select-item .bg-item {
	filter: brightness(80%);
	transition: .3s;
}

@media(max-width:1400px) {
	.items-five .features-box-select-item, .items-four .features-box-select-item {
		flex: 0 50%
	}
	.items-five .features-box-select-item,
	.items-four .features-box-select-item {
		border-bottom: 12px solid #fff
	}
}

@media(max-width:767px ) {
	.items-five .features-box-select-item, .items-four .features-box-select-item {
		flex: 0 100%
	}
}


@media(max-width:991px) {
	.items-three .features-box-select-item {
		flex: 0 50%
	}

	.items-four .features-box-select-item,
	.items-three .features-box-select-item,
	.items-two .features-box-select-item {
		border-bottom: 12px solid #fff
	}

	.items-three .features-box-select-item:nth-of-type(3) {
		border-right: 12px solid #fff !important
	}

	.items-four .features-box-select-item:nth-of-type(2),
	.items-four .features-box-select-item:nth-of-type(4) {
		border-right: none !important
	}
}

@media(max-width:767px) {

	.items-three .features-box-select-item,
	.items-two .features-box-select-item {
		flex: 0 100%
	}

	.items-four .features-box-select-item:nth-of-type(2),
	.items-four .features-box-select-item:nth-of-type(4) {
		border-right: 12px solid #fff !important
	}
}

.history-timeline-bkf .item .timeline-img-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center
}

.history-timeline-bkf .item .timeline-img-wrapper img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	box-shadow: none;
	border-radius: none;
	min-height: 361px;
	object-fit: cover;
}

@media(max-width: 991px) {
	#main-navigation {
		overflow-y: auto !important;
		max-height: calc(100vh - 36px - 60px);
	}
}

@media(max-width: 767px) {
	#main-navigation {
		max-height: calc(100vh - 55px);
	}
}

@media(max-width: 768px) {
	.mobile-lang .dropdown-menu {
		display: flex;
		flex-wrap: wrap;
	}
}

@media(min-width: 768px) {
	.divisions-mobile {
		display: none !important;
	}
}

.divisions-mobile ul li {
	padding: 2px 0 !important;
	border-bottom: 1px solid #ddd !important;
}

.divisions {
	margin-right: 15px;
}

.lang .dropdown-menu {
	z-index: 9999999;
}

#navbar-menu {
	transition: top .3s;
}

.hidden-line-top {
	top: -36px;
}

@media(max-width: 1280px) {
	.hidden-line-top {
		top: -26px;
	}
}

@media(max-width: 991px) {
	.hidden-line-top {
		top: -36px;
	}
}

@media(max-width: 767px) {
	.hidden-line-top {
		top: 0;
	}
}

.image-wrapper-mobile {
	display: none;
}


@media(max-width: 440px) {
	.image-wrapper-mobile {
		display: block;
		height: 325px !important;
	}

	.head-slider .head-carousel .owl-item .item .image-wrapper-mobile img {
		/* height: 325px !important; */
		transform: translate3d(-50%,-54%,0) !important;
		height: 100% !important;
		display: block ;
	}

	.image-wrapper-desktop {
		display: none;
	}
}


.wrapper-columns-blog {
	display: flex;
}

.wrapper-columns-blog .sidebar-posts .sidebar-start p.date,
.wrapper-columns-blog .sidebar-posts .sidebar-start span,
.wrapper-columns-blog .sidebar-posts .sidebar-start h1,
.wrapper-columns-blog .sidebar-posts .sidebar-start .tags,
.wrapper-columns-blog .sidebar-posts .sidebar-start .btn {
	position: relative;
	z-index: 10;
}

.wrapper-columns-blog .sidebar-posts .sidebar-start img {
	z-index: 0;
	width: 100%;
}

.wrapper-columns-blog .sidebar-posts {
	width: max-content;
}

.wrapper-columns-blog .sidebar-posts .sidebar-start {
	width: 100% !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
}

.wrapper-columns-blog .sidebar-posts .sidebar-start .post {
	margin: 0 0 20px 0;
}

@media( max-width: 1250px ) {
	.wrapper-columns-blog {
		flex-direction: column;
	}

	.wrapper-columns-blog .sidebar-posts .sidebar-start {
		flex-direction: initial !important;
		flex-wrap: wrap !important;
		margin-top: 15px;
		justify-content: flex-start !important;
	}

	.wrapper-columns-blog .sidebar-posts {
		width: 100%;
	}

	.wrapper-columns-blog .sidebar-posts .sidebar-start .post {
		max-width: 360px;
		width: 100%;
		margin: 0 0px 20px 20px;
	}
}

@media( max-width: 991px ) {
	.wrapper-columns-blog .sidebar-posts .sidebar-start .post {
		margin: 5px;
	}
}

.menu-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100%;
	width: max-content;
	border-bottom: 2px solid #f1f1f1;
	margin: 0 auto;
	overflow-y: auto;
}

@media( max-width: 500px ) {
	.menu-tab {
		flex-wrap: nowrap;
		overflow-y: auto;
		justify-content: initial;
	}
}

.menu-tab.fixed {
	position: fixed;
	top: 102px;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	transition: .3s;
	padding-top: 15px;
	z-index: 9999999999;
	box-shadow: 0 2px 5px -2px rgb(0 0 0 / 75%);
}

.menu-tab.fixed.bigger-top {
	top: 138px;
}

@media( max-width: 1280px ) {
	.menu-tab.fixed {
		top: 69px;
	}
	.menu-tab.fixed.bigger-top {
		top: 95px;
	}
}

@media( max-width: 991px ) {
	.menu-tab.fixed {
		top: 59px;
	}
	.menu-tab.fixed.bigger-top {
		top: 95px;
	}
}

@media( max-width: 767px ) {
	.menu-tab.fixed {
		top: 54px;
	}
	.menu-tab.fixed.bigger-top {
		top: 54px;
	}
}

.menu-tab a.menu-item {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 100%; */
	font-size: 21px;
	color: #9b9b9b;
	text-align: center;
	/* padding: 0 45px 15px 45px; */
	padding: 0 15px 15px 15px;
	min-width: 160px;
	border-bottom: 2px solid transparent;
	transition: .3s;
}

.menu-tab a.menu-item:hover {
	border-color: #ed1c24;
	color: #ed1c24;
}

.menu-tab .menu-item.active {
	/* border-color: #ed1c24; */
	color: #ed1c24;
	font-weight: bold;
}

.menu-tab.option2 .menu-item:last-of-type p {
	display: none;
}

.menu-tab.option2 .menu-item p {
	font-size: 30px;
	color: #ed1c24;
	line-height: 1;
	margin: 0;
	margin-left: 10px;
}

.menu-tab.option2 .menu-item:hover,
.menu-tab.option2 .menu-item.active {
	color: #7c7c7c;
}

@media( max-width: 1250px ) {
	.menu-tab a.menu-item {
		font-size: 18px;
		min-width: 120px;
	}
	.menu-tab.option2 .menu-item p {
		font-size: 24px;
		margin-left: 10px;
	}
}

@media( max-width: 1024px ) {
	.menu-tab a.menu-item {
		font-size: 14px;
		min-width: initial;
	}
	.menu-tab.option2 .menu-item p {
		font-size: 18px;
		margin-left: 5px;
	}
}

.yt-carousel .item {
	display: flex;
	justify-content: center;
}

.yt-carousel .item-wrapper {
	display: flex;
	flex-direction: column;
	max-width: 1280px;
	margin: 0 auto;
}

.yt-title-carousel .item-title h2 {
	text-align: center;
	margin-bottom: 10px;
	color: #afaaaa;
}

.yt-carousel .btn-cta {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
	margin-right: 25px;
}

.yt-carousel .owl-nav .owl-prev {
	transform: rotate(180deg);
}

.yt-carousel .owl-nav .owl-next {
	right: 0;
}

.yt-carousel .owl-nav #prev-video {
	background: url(../static/img/icons/arrow-slider.svg);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	transform: translateY(-50% - 70px);
	transition: .3s linear
}

.yt-carousel .owl-nav #next-video {
	background: url(../static/img/icons/arrow-slider.svg);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	transform: translateY(-50% - 70px);
	transition: .3s linear
}

/* .yt-title-carousel .owl-item.active > div:after {
	content: 'active';
}
.yt-title-carousel.owl-item.center > div:after {
	content: 'center';
}
.owl-item.active.center > div:after {
	content: 'active center';
}
.yt-title-carousel .owl-item > div:after {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
} */

.yt-title-carousel .owl-item.active.center .item-title h2 {
	color: #3d3d3d;
}

@media( max-width: 1430px ) {
	.yt-carousel .item iframe {
		width: 854px;
		height: 480px;
	}

	.yt-carousel .item-wrapper {
		max-width: 854px;
	}
}

@media( max-width: 1050px ) {
	.yt-carousel .item iframe {
		width: 640px;
		height: 360px;
	}

	.yt-carousel .item-wrapper {
		max-width: 640px;
	}
}

@media( max-width: 820px ) {
	.yt-carousel .item iframe {
		width: 426px;
		height: 240px;
	}

	.yt-carousel .item-wrapper {
		max-width: 426px;
	}
}

@media( max-width: 600px ) {
	.yt-carousel .owl-nav {
		display: none;
	}
}

@media( max-width: 440px ) {
	.head-slider {
		margin-top: 70px !important;
    	height: 325px !important;
	}
}

@media( max-width: 991px ) {
	.configurator-body .washer-visual {
		order: initial !important;
	}
}