.eelectroux-landing img {
	max-width: 100%;
}
.content-block-content {
	padding: 0;
}
.brand-page .fr {
	width: 100%;
	float: none;
}
.eelectroux-landing {
	background-color: #fff;
}
.eelectroux-landing .block-ex-cont {
	padding-left: 20px;
	padding-right: 20px;
}
.eelectroux-landing .block-ex-top {
	background-color: #041e41;
	text-align: center;
	padding: 17px 20px;
}
.eelectroux-landing .block-ex-top img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.eelectroux-landing .block-ex-hero img {
	max-width: 100%;
}
.eelectroux-landing .block-ex-hero-text {
	border-bottom: 1px solid #ebebeb;
}
.eelectroux-landing .block-ex-hero-text h1 {
	color: #333;
}
.eelectroux-landing .block-ex-hero-text .lead {
	color: #666;
	margin: 0;
}
.eelectroux-landing .block-ex-hero-text .block-ex-cont {
	max-width: 858px;
	margin: 0 auto;
}
.eelectroux-landing .block-ex-swiper h2 {
	color: #333;
}
.eelectroux-landing .block-ex-pt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.eelectroux-landing .block-ex-pt .col-ex {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.eelectroux-landing .block-ex-pt-colored {
	background-color: #eaeef2;
}
.eelectroux-landing .block-ex-pt-colored + .block-ex-pt-colored {
	padding-top: 0;
}
.eelectroux-landing .block-ex-pt-colored h3 {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.eelectroux-landing .block-ex-banner img {
	width: 100%;
	display: block;
}
.eelectroux-landing .block-ex-videos h2 {
	color: #333;
}
.eelectroux-landing .ex-videos-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 6px;
}
.eelectroux-landing .ex-videos-row .ex-video-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 6px;
}
.eelectroux-landing .ex-videos-row .ex-video-col a {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #333;
}
.eelectroux-landing .ex-videos-row .ex-video-col a .ex-video-img {
	position: relative;
	display: block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.eelectroux-landing .ex-videos-row .ex-video-col a .ex-video-img:hover {
	opacity: 0.9;
}
.eelectroux-landing .ex-videos-row .ex-video-col a .ex-video-img:before {
	content: '';
	position: absolute;
	width: 81px;
	height: 57px;
	background-image: url(https://ksd-images.lt/display/senukai_lt/uploads/ca/b90a35ba/3d2f7b31.png);
	background-position: 50%;
	background-size: cover;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 2;
}
.eelectroux-landing .ex-videos-row .ex-video-col a img {
	width: 100%;
}
.eelectroux-landing .ex-videos-row .ex-video-col a .ex-video-txt {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 12px;
}
.eelectroux-landing .col-ex {
	position: relative;
}
.eelectroux-landing .col-ex-img {
	background-size: cover;
	background-position: 50%;
}
.eelectroux-landing .col-ex-txt-wrap.bottom h2 {
	text-transform: uppercase;
}
.eelectroux-landing .col-ex-txt-wrap.bottom p:last-of-type {
	margin-bottom: 0;
}
.eelectroux-landing .col-ex-txt p {
	margin: 0 0 10px;
}
.eelectroux-landing .col-ex-txt .btn-ex {
	margin-top: 28px;
}
.eelectroux-landing .col-ex-color-1 {
	background-color: #2c2734;
	color: #fff;
}
.eelectroux-landing .col-ex-color-1 .btn-ex {
	background-color: #fff;
	color: #333;
}
.eelectroux-landing .col-ex-color-1 .btn-ex:hover {
	background-color: #e6e6e6;
	color: #333;
}
.eelectroux-landing .col-ex-color-2 {
	background-color: #eaeef2;
	color: #333;
}
.eelectroux-landing .col-ex-color-2 .btn-ex {
	background-color: #333;
	color: #fff;
}
.eelectroux-landing .col-ex-color-2 .btn-ex:hover {
	background-color: #4d4d4d;
	color: #fff;
}
.eelectroux-landing .btn-ex {
	font-size: 12px;
	line-height: 16px;
	height: 40px;
	padding: 13px 46px 13px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 4px;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}
.eelectroux-landing .btn-ex-icon {
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.eelectroux-landing .btn-ex-icon svg {
	display: block;
}
.eelectroux-landing .swiper-slide {
	height: auto;
}
.eelectroux-landing .swiper-ex-block {
	background-color: #eaeef2;
	padding: 22px 12px 32px;
	height: 100%;
	color: #041e41;
	display: block;
}
.eelectroux-landing .swiper-ex-block:hover .swiper-ex-text {
	text-decoration: underline;
}
.eelectroux-landing .swiper-ex-text {
	margin: 19px 0 0;
	font-size: 16px;
	line-height: 19px;
	color: #041e41;
	font-weight: 400;
	display: block;
}
.eelectroux-landing .swiper-navigation > div {
	position: absolute;
	background-size: cover;
	background-position: 50%;
	width: 44px;
	height: 44px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.eelectroux-landing .swiper-button-lock {
	display: none;
}
.eelectroux-landing .swiper-button-prev {
	left: 20px;
	background-image: url(https://ksd-images.lt/display/senukai_lt/uploads/ca/cc1a53e3/607b9147.png);
}
.eelectroux-landing .swiper-button-prev:hover {
	background-image: url(https://ksd-images.lt/display/senukai_lt/uploads/ca/4b924722/27c0cbd4.png);
}
.eelectroux-landing .swiper-button-next {
	right: 20px;
	background-image: url(https://ksd-images.lt/display/senukai_lt/uploads/ca/e0f57260/d7db56b7.png);
}
.eelectroux-landing .swiper-button-next:hover {
	background-image: url(https://ksd-images.lt/display/senukai_lt/uploads/ca/d7d3c051/ac1ab147.png);
}
@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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')
		format('woff');
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}
@media (min-width: 560px) {
	.eelectroux-landing .ex-videos-row .ex-video-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 768px) {
	.eelectroux-landing .block-ex-hero-text {
		padding: 40px 0 50px;
	}
	.eelectroux-landing .block-ex-hero-text h1 {
		font-size: 45px;
		line-height: 54px;
		margin: 0 0 16px;
	}
	.eelectroux-landing .block-ex-hero-text .lead {
		font-size: 18px;
		line-height: 26px;
	}
	.eelectroux-landing .block-ex-swiper {
		padding: 52px 0 48px;
	}
	.eelectroux-landing .block-ex-swiper h2 {
		font-size: 35px;
		line-height: 42px;
		margin: 0 0 26px;
	}
	.eelectroux-landing .block-ex-pt .col-ex {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.eelectroux-landing .block-ex-pt-colored {
		padding: 40px 0;
	}
	.eelectroux-landing .block-ex-pt-colored h3 {
		font-size: 25px;
		line-height: 30px;
		margin: 66px 0 0;
	}
	.eelectroux-landing .block-ex-banner {
		margin: 80px 0;
	}
	.eelectroux-landing .block-ex-videos {
		padding-bottom: 85px;
	}
	.eelectroux-landing .block-ex-videos h2 {
		font-size: 35px;
		line-height: 42px;
		margin: 0 0 26px;
	}
	.eelectroux-landing .col-ex-img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.eelectroux-landing .col-ex-txt-wrap {
		padding: 50px 60px;
	}
	.eelectroux-landing .col-ex-txt-wrap.bottom {
		padding: 40px 48px;
	}
	.eelectroux-landing .col-ex-txt-wrap.bottom h2 {
		font-size: 27px;
		line-height: 33px;
		margin: 0 0 14px;
	}
	.eelectroux-landing .col-ex-txt h2 {
		font-size: 38px;
		line-height: 46px;
		margin: 0 0 14px;
	}
	.eelectroux-landing .col-ex-txt p {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	.eelectroux-landing .visible-d {
		display: block !important;
	}
	.eelectroux-landing .visible-mob {
		display: none !important;
	}
}
@media (min-width: 1024px) {
	.eelectroux-landing .block-ex-pt-colored {
		padding: 80px 50px 70px 60px;
	}
	.eelectroux-landing .ex-videos-row .ex-video-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.eelectroux-landing .col-ex-txt-wrap {
		padding: 100px 90px;
	}
}
@media (max-width: 767px) {
	.eelectroux-landing .block-ex-hero-text {
		padding: 20px 0 40px;
	}
	.eelectroux-landing .block-ex-hero-text h1 {
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 8px;
	}
	.eelectroux-landing .block-ex-hero-text .lead {
		font-size: 14px;
		line-height: 21px;
	}
	.eelectroux-landing .block-ex-swiper {
		padding: 32px 0 30px;
	}
	.eelectroux-landing .block-ex-swiper h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 25px;
	}
	.eelectroux-landing .block-ex-pt-colored {
		padding: 30px 0;
	}
	.eelectroux-landing .block-ex-pt-colored h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 32px 0 0;
	}
	.eelectroux-landing .block-ex-banner {
		margin: 40px 0;
	}
	.eelectroux-landing .block-ex-videos {
		padding-bottom: 30px;
	}
	.eelectroux-landing .block-ex-videos h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 25px;
	}
	.eelectroux-landing .col-ex-img {
		padding-bottom: 56.25%;
	}
	.eelectroux-landing .col-ex-txt-wrap {
		padding: 44px 20px;
	}
	.eelectroux-landing .col-ex-txt-wrap.bottom {
		padding: 44px 20px;
	}
	.eelectroux-landing .col-ex-txt-wrap.bottom h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 8px;
	}
	.eelectroux-landing .col-ex-txt h2 {
		font-size: 32px;
		line-height: 44px;
		margin: 0 0 12px;
	}
	.eelectroux-landing .col-ex-txt p {
		font-size: 14px;
		line-height: 20px;
	}
	.eelectroux-landing .visible-d {
		display: none !important;
	}
	.eelectroux-landing .visible-mob {
		display: block !important;
	}
}
@media (max-width: 559px) {
	.eelectroux-landing .ex-videos-row .ex-video-col + .ex-video-col {
		margin-top: 30px;
	}
}
