/*DEFAULT.CSS*/
@charset "UTF-8";
.owl-carousel-container {
	width: 100%;
	padding-bottom: 30px
}

.owl-carousel-container.owl-single-item .owl-carousel-info .owl-carousel-counter,.owl-carousel-container.owl-single-item .owl-dots,.owl-carousel-container.owl-single-item .owl-nav {
	display: none!important
}

@media (min-width:769px) {
	.owl-carousel-container.arrows_tablet .owl-nav.disabled {
		display: block
	}
}

.owl-carousel-container.click_next .owl-item:hover {
	cursor: pointer
}

.owl-carousel-container.click_next .owl-item.active {
	cursor: default
}

.owl-carousel-container.info-outside .owl-carousel-info {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	color: #000000
}

.owl-carousel-container.info-outside .owl-carousel-info .owl-carousel-title {
	padding-left: 0px
}

.owl-carousel-container.info-outside .owl-carousel-info .owl-carousel-counter {
	padding-right: 0px
}

.owl-carousel-container .owl-carousel-info {
	pointer-events: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 20;
	font-size: 24px;
	line-height: 1.6666666667em;
	color: #000000;
	display: none
}

.owl-carousel-container .owl-carousel-info:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	font-size: 0px
}

.owl-carousel-container .owl-carousel-info .owl-carousel-title {
	float: left;
	width: calc(100% - 60px);
	padding: 10px 12px
}

.owl-carousel-container .owl-carousel-info .owl-carousel-counter {
	float: right;
	width: 60px;
	padding: 10px 12px;
	text-align: right;
	white-space: nowrap
}

.owl-carousel-container.nav-autowidth .owl-carousel .owl-nav,.owl-carousel-container.nav-autowidth .owl-nav,.owl-carousel-container .owl-carousel.nav-autowidth .owl-carousel .owl-nav,.owl-carousel-container .owl-carousel.nav-autowidth .owl-nav {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	-o-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	transform-origin: center center;
	left: 50%;
	right: auto
}

.owl-carousel-container.nav-autowidth .owl-carousel .owl-dots,.owl-carousel-container.nav-autowidth .owl-dots,.owl-carousel-container .owl-carousel.nav-autowidth .owl-carousel .owl-dots,.owl-carousel-container .owl-carousel.nav-autowidth .owl-dots {
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	left: 50%;
	right: auto
}

.owl-carousel-container .owl-carousel .off {
	display: block
}

.owl-carousel-container .owl-carousel .owl-item .caption {
	display: none
}

.owl-carousel-container .owl-carousel .owl-item .caption.active {
	display: block
}

.owl-carousel-container .owl-carousel.vcenter .owl-stage {
	display: flex;
	align-items: center
}

.owl-carousel-container.outside .owl-nav {
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
	width: auto;
	left: -55.5563491861px;
	right: -55.5563491861px;
	height: 30px
}

.owl-carousel-container.outside .owl-nav>button,.owl-carousel-container.outside .owl-nav>div {
	width: 15.9552299345px;
	height: 31.1126983722px
}

.owl-carousel-container.outside .owl-nav>button:before,.owl-carousel-container.outside .owl-nav>div:before {
	border-color: #000000;
	margin-top: -10px
}

.owl-carousel-container.outside .owl-nav>button:before:hover,.owl-carousel-container.outside .owl-nav>div:before:hover {
	border-color: #555555
}

.owl-carousel-container.outside .owl-nav>button:after,.owl-carousel-container.outside .owl-nav>div:after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	background-color: transparent;
	width: 20px;
	height: 20px;
	z-index: 0
}

.owl-carousel-container.outside .owl-nav>button.owl-prev:before,.owl-carousel-container.outside .owl-nav>div.owl-prev:before {
	border-color: #000000;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: perspective(999px) rotate(135deg);
	transform: perspective(999px) rotate(135deg);
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	left: 5px;
}

.owl-carousel-container.outside .owl-nav>button.owl-next:before,.owl-carousel-container.outside .owl-nav>div.owl-next:before {
	border-color: #000000;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: perspective(999px) rotate(-45deg);
	transform: perspective(999px) rotate(-45deg);
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	right: 5px
}

.owl-carousel-container.outside .owl-dots {
	bottom: 36px
}

.owl-carousel-container.outside .owl-dots .owl-dot:before {
	background: #000000
}

.owl-carousel-container.outside .owl-dots .owl-dot.active:before,.owl-carousel-container.outside .owl-dots .owl-dot:hover:before {
	background: #000000
}

@media (max-width:576px) {
	.owl-carousel-container.owl-carousel-mobile {
		display: block
	}
}

.owl-carousel-container.owl-invert .owl-carousel-info {
	color: #ffffff
}

.owl-carousel-container.owl-invert .owl-nav>button.owl-next:before,.owl-carousel-container.owl-invert .owl-nav>button.owl-prev:before,.owl-carousel-container.owl-invert .owl-nav>div.owl-next:before,.owl-carousel-container.owl-invert .owl-nav>div.owl-prev:before {
	border-color: #555555
}

.owl-carousel-container.owl-invert .owl-nav>button.owl-next:hover:before,.owl-carousel-container.owl-invert .owl-nav>button.owl-prev:hover:before,.owl-carousel-container.owl-invert .owl-nav>div.owl-next:hover:before,.owl-carousel-container.owl-invert .owl-nav>div.owl-prev:hover:before {
	border-color: #000000
}

.owl-carousel-container .owl-thumbnails {
	margin-top: 40px
}

@media (max-width:769px) {
	.owl-carousel-container .owl-thumbnails {
		margin-top: 36px
	}
}

@media (max-width:576px) {
	.owl-carousel-container .owl-thumbnails {
		margin-top: 18px
	}
}

.owl-carousel-container .owl-thumbnails .item .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 100%
}

.owl-carousel-container .owl-thumbnails .item .image img,.owl-carousel-container .owl-thumbnails .item .image svg {
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover;';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%
}

.owl-carousel-container .owl-thumbnails .item .image.image_objectfit_active img,.owl-carousel-container .owl-thumbnails .item .image.image_objectfit_active svg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}

.owl-carousel-container .owl-thumbnails .item .image.image_contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.owl-carousel-container .owl-thumbnails .item .image:hover {
	cursor: pointer
}

.owl-carousel-container .owl-carousel .owl-nav {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-property: transform,all;
	pointer-events: none;
	position: absolute;
	height: 100%;
	z-index: 11;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	-o-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	transform-origin: center center;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	-o-transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) scale(1,1) rotate(0deg);
	transform-origin: center center;
	left: 50%;
	
}

.owl-carousel-container .owl-carousel .owl-nav>button,.owl-carousel-container .owl-carousel .owl-nav>div {
	transition: opacity 0.4s ease;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	pointer-events: auto;
	position: absolute;
	display: block;
	top: 0%;
	border: none;
	outline: none;
	z-index: 10;
	background-color: transparent;
	font-size: 0px;
	width: 20px;
	height: 100%;
	margin: 0px
}

.owl-carousel-container .owl-carousel .owl-nav>button.disabled,.owl-carousel-container .owl-carousel .owl-nav>div.disabled {
	display: none
}

.owl-carousel-container .owl-carousel .owl-nav>button>span,.owl-carousel-container .owl-carousel .owl-nav>div>span {
	display: none
}

.owl-carousel-container .owl-carousel .owl-nav>button:focus,.owl-carousel-container .owl-carousel .owl-nav>div:focus {
	outline: none
}

.owl-carousel-container .owl-carousel .owl-nav>button:hover,.owl-carousel-container .owl-carousel .owl-nav>div:hover {
	background: none!important
}

.owl-carousel-container .owl-carousel .owl-nav>button:before,.owl-carousel-container .owl-carousel .owl-nav>div:before {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-property: transform,all;
	position: absolute;
	top: 50%;
	content: "";
	margin-top: -10px;
	color: #000000;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	
}

.owl-carousel-container .owl-carousel .owl-nav>button.owl-next,.owl-carousel-container .owl-carousel .owl-nav>button.owl-prev,.owl-carousel-container .owl-carousel .owl-nav>div.owl-next,.owl-carousel-container .owl-carousel .owl-nav>div.owl-prev {
	min-width: 0px!important;
	cursor: pointer;
	background-color: transparent;
	color: #000000
}

.owl-carousel-container .owl-carousel .owl-nav>button.owl-next:before,.owl-carousel-container .owl-carousel .owl-nav>button.owl-prev:before,.owl-carousel-container .owl-carousel .owl-nav>div.owl-next:before,.owl-carousel-container .owl-carousel .owl-nav>div.owl-prev:before {
	border-color: #000000
}

.owl-carousel-container .owl-carousel .owl-nav>button.owl-next:hover:before,.owl-carousel-container .owl-carousel .owl-nav>button.owl-prev:hover:before,.owl-carousel-container .owl-carousel .owl-nav>div.owl-next:hover:before,.owl-carousel-container .owl-carousel .owl-nav>div.owl-prev:hover:before {
	border-color: #555555
}

.owl-carousel-container .owl-carousel .owl-nav>button.owl-next:hover,.owl-carousel-container .owl-carousel .owl-nav>button.owl-prev:hover,.owl-carousel-container .owl-carousel .owl-nav>div.owl-next:hover,.owl-carousel-container .owl-carousel .owl-nav>div.owl-prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	background-color: transparent
}

.owl-carousel-container .owl-carousel .owl-nav>button.owl-next:hover:before,.owl-carousel-container .owl-carousel .owl-nav>button.owl-prev:hover:before,.owl-carousel-container .owl-carousel .owl-nav>div.owl-next:hover:before,.owl-carousel-container .owl-carousel .owl-nav>div.owl-prev:hover:before {
	color: #555555
}

.owl-carousel-container .owl-carousel .owl-nav>button.owl-prev,.owl-carousel-container .owl-carousel .owl-nav>div.owl-prev {
	left: 0
}

.owl-carousel-container .owl-carousel .owl-nav>button.owl-prev:before,.owl-carousel-container .owl-carousel .owl-nav>div.owl-prev:before {
	left: calc(50% - 4.1421356181px);
	border-color: #000000;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: perspective(999px) rotate(135deg);
	transform: perspective(999px) rotate(135deg);
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.owl-carousel-container .owl-carousel .owl-nav>button.owl-next,.owl-carousel-container .owl-carousel .owl-nav>div.owl-next {
	right: 0
}

.owl-carousel-container .owl-carousel .owl-nav>button.owl-next:before,.owl-carousel-container .owl-carousel .owl-nav>div.owl-next:before {
	right: calc(50% - 4.1421356181px);
	border-color: #000000;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: perspective(999px) rotate(-45deg);
	transform: perspective(999px) rotate(-45deg);
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.owl-carousel-container .owl-button-more {
	text-align: center;
	margin-bottom: 0px
}

.owl-carousel-container .owl-carousel .owl-dots {
	pointer-events: none;
	bottom: -30px;
	height: 30px;
	z-index: 12;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
	left: 0%;
	right: 0%;
	text-align: center
}

@media (max-width:769px) {
	.owl-carousel-container .owl-carousel .owl-dots {
		bottom: -30px
	}
}

@media (max-width:576px) {
	.owl-carousel-container .owl-carousel .owl-dots {
		bottom: -30px
	}
}

.owl-carousel-container .owl-carousel .owl-dots .owl-dot,.owl-carousel-container .owl-carousel .owl-dots button.owl-dot {
	pointer-events: auto;
	position: relative;
	display: inline-block;
	width: 18px;
	min-width: 0px!important;
	height: 100%;
	margin: 0px 2px 0px 2px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer
}

.owl-carousel-container .owl-carousel .owl-dots .owl-dot:before,.owl-carousel-container .owl-carousel .owl-dots button.owl-dot:before {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-property: transform,all;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	background-color: #ffffff;
	margin: -5px 0px 0px -5px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	overflow: hidden
}

.owl-carousel-container .owl-carousel .owl-dots .owl-dot.active,.owl-carousel-container .owl-carousel .owl-dots .owl-dot:hover,.owl-carousel-container .owl-carousel .owl-dots button.owl-dot.active,.owl-carousel-container .owl-carousel .owl-dots button.owl-dot:hover {
	background: none!important
}

.owl-carousel-container .owl-carousel .owl-dots .owl-dot.active:before,.owl-carousel-container .owl-carousel .owl-dots .owl-dot:hover:before,.owl-carousel-container .owl-carousel .owl-dots button.owl-dot.active:before,.owl-carousel-container .owl-carousel .owl-dots button.owl-dot:hover:before {
	background-color: #323C46
}


.content_all {
	position: relative;
	width: 100%;
	z-index: 2;
	padding-bottom:50px;
}


.main_content {
	position: relative;
	/*min-height: calc(100vh - (100px + 100px + 150px))*/
}

.awards .awards_inner {
	width: 1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1220px) {
	.awards .awards_inner.gapless {
		width: 100%;
		margin-left: 0px!important;
		margin-right: 0px!important
	}

	.awards .awards_inner.gapless .box_columns {
		margin-left: 0px;
		margin-right: 0px
	}

	.awards .awards_inner.gapless .box_columns .col_inner {
		padding-left: 0px;
		padding-right: 0px
	}
}

@media (max-width:769px) {
	.awards .awards_inner.gapless_tablet {
		width: 100%;
		margin-left: 0px!important;
		margin-right: 0px!important
	}

	.awards .awards_inner.gapless_tablet .box_columns {
		margin-left: 0px;
		margin-right: 0px
	}

	.awards .awards_inner.gapless_tablet .box_columns .col_inner {
		padding-left: 0px;
		padding-right: 0px
	}
}

@media (max-width:576px) {
	.awards .awards_inner.gapless_phone {
		width: 100%;
		margin-left: 0px!important;
		margin-right: 0px!important
	}

	.awards .awards_inner.gapless_phone .box_columns {
		margin-left: 0px;
		margin-right: 0px
	}

	.awards .awards_inner.gapless_phone .box_columns .col_inner {
		padding-left: 0px;
		padding-right: 0px
	}
}

@media (max-width:1332px) {
	.awards .awards_inner:not(.gapless) {
		width: calc((100% - 112px) * 12 / 12 - ((12 - 12) * 40px) / (12 / 1))
	}
}

@media (max-width:1025px) {
	.awards .awards_inner:not(.gapless) {
		width: calc((100% - 112px) * 12 / 12 - ((12 - 12) * 32px) / (12 / 1))
	}
}

@media (max-width:769px) {
	.awards .awards_inner:not(.gapless) {
		width: calc((100% - 72px) * 12 / 12 - ((12 - 12) * 32px) / (12 / 1))
	}
}

@media (max-width:576px) {
	.awards .awards_inner:not(.gapless) {
		width: calc((100% - 36px) * 12 / 12 - ((12 - 12) * 18px) / (12 / 1))
	}
}

.awards .owl-carousel .owl-item img {
	width: auto
}

.awards .item {
	position: relative;
	display: inline-block;
	font-size: 0px;
	line-height: 0px;
	height: 100px;
}

.awards .item img {
	display: block;
	width: auto;
	height: 100%;
}
.detailpage.detailpage_default {
	width: 1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1220px) {
	.detailpage.detailpage_default.gapless {
		width: 100%;
		margin-left: 0px!important;
		margin-right: 0px!important
	}

	.detailpage.detailpage_default.gapless .box_columns {
		margin-left: 0px;
		margin-right: 0px
	}

	.detailpage.detailpage_default.gapless .box_columns .col_inner {
		padding-left: 0px;
		padding-right: 0px
	}
}

@media (max-width:769px) {
	.detailpage.detailpage_default.gapless_tablet {
		width: 100%;
		margin-left: 0px!important;
		margin-right: 0px!important
	}

	.detailpage.detailpage_default.gapless_tablet .box_columns {
		margin-left: 0px;
		margin-right: 0px
	}

	.detailpage.detailpage_default.gapless_tablet .box_columns .col_inner {
		padding-left: 0px;
		padding-right: 0px
	}
}

@media (max-width:576px) {
	.detailpage.detailpage_default.gapless_phone {
		width: 100%;
		margin-left: 0px!important;
		margin-right: 0px!important
	}

	.detailpage.detailpage_default.gapless_phone .box_columns {
		margin-left: 0px;
		margin-right: 0px
	}

	.detailpage.detailpage_default.gapless_phone .box_columns .col_inner {
		padding-left: 0px;
		padding-right: 0px
	}
}

@media (max-width:1332px) {
	.detailpage.detailpage_default:not(.gapless) {
		width: calc((100% - 112px) * 12 / 12 - ((12 - 12) * 40px) / (12 / 1))
	}
}

@media (max-width:1025px) {
	.detailpage.detailpage_default:not(.gapless) {
		width: calc((100% - 112px) * 12 / 12 - ((12 - 12) * 32px) / (12 / 1))
	}
}

@media (max-width:769px) {
	.detailpage.detailpage_default:not(.gapless) {
		width: calc((100% - 72px) * 12 / 12 - ((12 - 12) * 32px) / (12 / 1))
	}
}

@media (max-width:576px) {
	.detailpage.detailpage_default:not(.gapless) {
		width: calc((100% - 36px) * 12 / 12 - ((12 - 12) * 18px) / (12 / 1))
	}
}


.detailpage.product .awards .owl-carousel .owl-stage-outer {
	overflow: visible
}

.detailpage.product .awards .owl-carousel .owl-item .item {
	padding-right: 10px
}

.detailpage.product .awards .owl-carousel .owl-item .item img {
	max-width: inherit
}

.detailpage.product .awards .owl-carousel .owl-item:last-child .item {
	margin-right: 0px
}

.detailpage.product .product_slide .product_slide_inner {
	width: 1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1220px) {
	.detailpage.product .product_slide .product_slide_inner.gapless {
		width: 100%;
		margin-left: 0px!important;
		margin-right: 0px!important
	}

	.detailpage.product .product_slide .product_slide_inner.gapless .box_columns {
		margin-left: 0px;
		margin-right: 0px
	}

	.detailpage.product .product_slide .product_slide_inner.gapless .box_columns .col_inner {
		padding-left: 0px;
		padding-right: 0px
	}
}

@media (max-width:769px) {
	.detailpage.product .product_slide .product_slide_inner.gapless_tablet {
		width: 100%;
		margin-left: 0px!important;
		margin-right: 0px!important
	}

	.detailpage.product .product_slide .product_slide_inner.gapless_tablet .box_columns {
		margin-left: 0px;
		margin-right: 0px
	}

	.detailpage.product .product_slide .product_slide_inner.gapless_tablet .box_columns .col_inner {
		padding-left: 0px;
		padding-right: 0px
	}
}

@media (max-width:576px) {
	.detailpage.product .product_slide .product_slide_inner.gapless_phone {
		width: 100%;
		margin-left: 0px!important;
		margin-right: 0px!important
	}

	.detailpage.product .product_slide .product_slide_inner.gapless_phone .box_columns {
		margin-left: 0px;
		margin-right: 0px
	}

	.detailpage.product .product_slide .product_slide_inner.gapless_phone .box_columns .col_inner {
		padding-left: 0px;
		padding-right: 0px
	}
}

@media (max-width:1332px) {
	.detailpage.product .product_slide .product_slide_inner:not(.gapless) {
		width: calc((100% - 112px) * 12 / 12 - ((12 - 12) * 40px) / (12 / 1))
	}
}

@media (max-width:1025px) {
	.detailpage.product .product_slide .product_slide_inner:not(.gapless) {
		width: calc((100% - 112px) * 12 / 12 - ((12 - 12) * 32px) / (12 / 1))
	}
}

@media (max-width:769px) {
	.detailpage.product .product_slide .product_slide_inner:not(.gapless) {
		width: calc((100% - 72px) * 12 / 12 - ((12 - 12) * 32px) / (12 / 1))
	}
}

@media (max-width:576px) {
	.detailpage.product .product_slide .product_slide_inner:not(.gapless) {
		width: calc((100% - 36px) * 12 / 12 - ((12 - 12) * 18px) / (12 / 1))
	}
}

@media (max-width:1332px) {
	.detailpage.product .product_slide .bg_color .product_slide_inner {
		margin-left: 0px;
		margin-right: 0px
	}
}

.detailpage.product .product_slide.designed_in_germany {
	margin-bottom: 10em
}

.detailpage.product .product_slide.designed_in_germany img {
	width: auto;
	height: 62px
}

@media (max-width:769px) {
	.detailpage.product .product_slide.designed_in_germany {
		margin-bottom: 6em
	}

	.detailpage.product .product_slide.designed_in_germany img {
		height: 48px
	}
}

@media (max-width:576px) {
	.detailpage.product .product_slide.designed_in_germany {
		margin-bottom: 5em;
		text-align: center
	}

	.detailpage.product .product_slide.designed_in_germany img {
		height: 40px
	}
}

.detailpage.product .product_slide.awards {
	/*margin-bottom: 11em*/
}


.detailpage.product .wall_list_accordion .item .item_inner .info {
	max-width: none!important
}

.detailpage.product .text {
	max-width: 800px
}

.detailpage.product .features_text_bottom {
	margin-top: 118px;
	margin-bottom: 118px
}

@media (max-width:769px) {
	.detailpage.product .features_text_bottom {
		margin-top: 78px;
		margin-bottom: 78px
	}
}

@media (max-width:576px) {
	.detailpage.product .features_text_bottom {
		margin-top: 50px;
		margin-bottom: 50px
	}
}

.detailpage.product .features_image {
	position: relative;
	margin-bottom: 36px;
	line-height: 0px;
	font-size: 0px;
	margin-top: -38px;
	height: calc(100vh - (100px + 500px));
	max-height: 650px;
	min-height: 350px;
	text-align: center;
	overflow: hidden
}

@media (max-width:1680px) {
	.detailpage.product .features_image {
		height: calc(100vh - (100px + 420px))
	}
}

@media (max-width:1440px) {
	.detailpage.product .features_image {
		height: calc(100vh - (100px + 380px))
	}
}

@media (max-width:1194px) and (orientation:landscape) {
	.detailpage.product .features_image {
		height: 370px
	}
}

@media (max-width:769px) {
	.detailpage.product .features_image {
		height: 370px;
		margin-top: -8px
	}
}

@media (max-width:576px) {
	.detailpage.product .features_image {
		height: 270px;
		margin-top: 0px
	}
}

.detailpage.product .features_image>img,.detailpage.product .features_image svg {
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	width: auto;
	height: 100%;
	max-width: none
}

.detailpage.product .features_image>img {
	transition: opacity 0.5s ease;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	z-index: 1
}

.detailpage.product .features_image>img.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.detailpage.product .features_image svg {
	z-index: 2
}

.detailpage.product .features_image svg .circle_mask,.detailpage.product .features_image svg .circle_shadow {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-property: transform,all;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-box: fill-box;
	-moz-transform-box: fill-box;
	-ms-transform-box: fill-box;
	-o-transform-box: fill-box;
	transform-box: fill-box
}

.detailpage.product .features_image svg .circle_mask.active,.detailpage.product .features_image svg .circle_shadow.active {
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-box: fill-box;
	-moz-transform-box: fill-box;
	-ms-transform-box: fill-box;
	-o-transform-box: fill-box;
	transform-box: fill-box
}

.detailpage.product .features_image svg .circle_shadow {
	stroke: rgba(255,255,255,0);
	fill: rgba(255,255,255,0);
	stroke-width: 2
}

.detailpage.product .features_image svg .circle_shadow.active {
	fill: rgba(255,255,255,0);
	stroke: white
}

.detailpage.product .accessories .owl-carousel-container,.detailpage.product .awards .owl-carousel-container {
	padding-bottom: 0px
}

.detailpage.product .accessories .owl-carousel-container .owl-nav,.detailpage.product .awards .owl-carousel-container .owl-nav {
	width: calc(100vw - 56px);
	height: 80px;
	margin-left: 367.5px
}

.detailpage.product .awards .owl-carousel-container {
	height: 120px;
	max-width: 800px
}

.detailpage.product .awards .owl-carousel-container .owl-nav {
	margin-left: 210px
}

.detailpage.product .awards .owl-carousel-container .owl-stage-outer .owl-item {
	transition: opacity 0.4s ease;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
}

.detailpage.product .awards .owl-carousel-container .owl-stage-outer .owl-item.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

@media (max-width:1332px) {
	.detailpage.product .accessories .owl-carousel-container .owl-nav,.detailpage.product .awards .owl-carousel-container .owl-nav {
		-webkit-transform: translateX(0px) translateY(-50%) scale(1,1) rotate(0deg);
		-moz-transform: translateX(0px) translateY(-50%) scale(1,1) rotate(0deg);
		-ms-transform: translateX(0px) translateY(-50%) scale(1,1) rotate(0deg);
		-o-transform: translateX(0px) translateY(-50%) scale(1,1) rotate(0deg);
		transform: translateX(0px) translateY(-50%) scale(1,1) rotate(0deg);
		transform-origin: center center;
		width: calc(100vw - 56px);
		left: -28px;
		margin-left: 0px;
	}
}

@media (max-width:1194px) {
	.detailpage.product .accessories .owl-carousel-container .owl-nav,.detailpage.product .awards .owl-carousel-container .owl-nav {
		height: 40px
	}
}

@media (max-width:769px) {
	.detailpage.product .accessories .owl-carousel-container .owl-nav,.detailpage.product .awards .owl-carousel-container .owl-nav {
		width: calc(100vw - 36px);
		left: -20px
	}
}

@media (max-width:576px) {
	.detailpage.product .accessories .owl-carousel-container .owl-nav,.detailpage.product .awards .owl-carousel-container .owl-nav {
		width: calc(100vw - 20px)
	}
}


.owl-carousel-container .owl-nav {
	height: 80px;
}

.owl-carousel-container .owl-nav>button.owl-next,.owl-carousel-container .owl-nav>button.owl-prev {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-property: transform,all;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	overflow: hidden;
	width: 80px;
	height: 80px;
	background:rgba(255,255,255,0.5)!important
}

.owl-carousel-container .owl-nav>button.owl-next:before,.owl-carousel-container .owl-nav>button.owl-prev:before {
	/*display: none!important*/
}

.owl-carousel-container .owl-nav>button.owl-next:after,.owl-carousel-container .owl-nav>button.owl-prev:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 59px;
	margin-top: -29px;
	margin-left: -11px;
	background: url(../../_images/arrow.svg) center center no-repeat;
	background-size: cover
}

.owl-carousel-container .owl-nav>button.owl-next:hover,.owl-carousel-container .owl-nav>button.owl-prev:hover {
	cursor: pointer;
	background: rgba(214,216,218,0.5)!important
}

@media (max-width:1194px) {
	.owl-carousel-container .owl-nav>button.owl-next,.owl-carousel-container .owl-nav>button.owl-prev {
		width: 40px;
		height: 40px
	}

	.owl-carousel-container .owl-nav>button.owl-next:after,.owl-carousel-container .owl-nav>button.owl-prev:after {
		width: 12px;
		height: 31px;
		margin-top: -15px;
		margin-left: -6px
	}
}

@media (max-width:1194px) {
	.owl-carousel-container .owl-nav {
		height: 40px
	}
}

.owl-carousel-container .owl-nav>button.owl-next:after {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: perspective(999px) rotate(180deg);
	transform: perspective(999px) rotate(180deg);
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.owl-carousel-container.nav-small .owl-nav {
	-webkit-transform: translateX(-50%) translateY(0%) scale(1,1) rotate(0deg);
	-moz-transform: translateX(-50%) translateY(0%) scale(1,1) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(0%) scale(1,1) rotate(0deg);
	-o-transform: translateX(-50%) translateY(0%) scale(1,1) rotate(0deg);
	transform: translateX(-50%) translateY(0%) scale(1,1) rotate(0deg);
	transform-origin: center center;
	top: 100%;
	height: 30px
}

.owl-carousel-container.nav-small .owl-nav>button.owl-next,.owl-carousel-container.nav-small .owl-nav>button.owl-prev {
	width: 31px;
	height: 31px;
	background: transparent!important
}

.owl-carousel-container.nav-small .owl-nav>button.owl-next:after,.owl-carousel-container.nav-small .owl-nav>button.owl-prev:after {
	width: 13px;
	height: 23px;
	margin-top: -12px;
	margin-left: -6px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: 0px -350px
}

@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi) {
	.owl-carousel-container.nav-small .owl-nav>button.owl-next:after,.owl-carousel-container.nav-small .owl-nav>button.owl-prev:after {
		background-size: 250px 250px;
		background-position: -25px -175px
	}
}

.owl-carousel-container.nav-small .owl-nav>button.owl-next:hover:after,.owl-carousel-container.nav-small .owl-nav>button.owl-prev:hover:after {
	background-image: url(../images/sprites.png?v=3);
	background-repeat: no-repeat;
	background-position: 0px -300px
}

@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi) {
	.owl-carousel-container.nav-small .owl-nav>button.owl-next:hover:after,.owl-carousel-container.nav-small .owl-nav>button.owl-prev:hover:after {
		background-size: 250px 250px;
		background-position: -25px -150px
	}
}

.owl-carousel-container.nav-small .owl-nav>button.owl-prev {
	left: -40px
}

.owl-carousel-container.nav-small .owl-nav>button.owl-next {
	right: -40px
}

.owl-carousel-container.nav-small .owl-nav>button.disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	display: block;
	pointer-events: none
}

.owl_controls .control {
	float: left;
	margin: 0px 10px 0px 0px
}

.owl_controls .control.active,.owl_controls .control:hover {
	cursor: pointer
}