@charset "UTF-8";
/** colors **/
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.absolute-center, .config-popup-overlay {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bg-cover {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-contain {
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}

/** colors **/
.text-black {
	color: #000000;
}
.text-darkgray, .text-darkgray-hover:hover {
	color: #303030;
}
.text-lightgray {
	color: #BDBCBC;
}
.text-gray, .text-gray-hover:hover {
	color: #676767;
}
.text-semi-darkgray {
	color: #5C5C5C;
}
.text-light-blue {
	color: #5CABDC;
}
.text-blue, .text-blue-hover:hover {
	color: #409ED6;
}
.text-yellow {
	color: #F5BD2C;
}
.text-green {
	color: #689400 !important;
}
.text-forest-green, .text-forest-green-hover:hover {
	color: #008A00;
}
.text-green-light {
	color: #78A500;
}
.text-green-lighter, .text-green-lighter-hover:hover {
	color: #709A00;
}
.text-danger-red {
	color: #BA3A47;
}
.text-strong-red {
	color: #BB5A57;
}
.text-white {
	color: #ffffff;
}
.text-yellow {
	color: #F5BD2C;
}
.text-dark-yellow {
	color: #D4B465;
}
.text-gold {
	color: #D2B464;
}
.text-big {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
.text-10px {
	font-size: 10px;
}
.text-11px {
	font-size: 11px;
}
.text-small {
	font-size: 12px;
}
.text-13px {
	font-size: 13px;
}
.text-14px {
	font-size: 14px;
}
.text-15px {
	font-size: 15px;
}
.text-medium {
	font-size: 16px;
}
.text-18px {
	font-size: 18px;
}
.text-20px {
	font-size: 20px;
}
.text-large {
	font-size: 22px;
}
.text-24px {
	font-size: 24px;
}
.text-26px {
	font-size: 26px;
}
.text-largest {
	font-size: 30px;
}
.text-bigest {
	font-size: 34px;
	line-height: 44px;
}
@media screen and (max-width: 767px) {
	.text-m-12 {
		font-size: 12px;
	}
}
.text-underline {
	text-decoration: underline;
}
.text-none, .text-none-hover:hover {
	text-decoration: none;
}

.font-bold {
	font-weight: bold;
}

.font-normal {
	font-weight: normal;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.line-height-0 {
	line-height: 0;
}

.line-height-1 {
	line-height: 1;
}

.line-height-1-2 {
	line-height: 1.2;
}

.line-height-1-4 {
	line-height: 1.4;
}

.bg-white {
	background-color: #ffffff;
}
.bg-lightgray, .bg-lightgray-focus:focus, .bg-lightgray-hover:hover {
	background-color: #F2F2F2;
}
.bg-gray, .bg-gray-hover:hover {
	background-color: #E7E7E7;
}
.bg-darkgray, .bg-darkgray-hover:hover {
	background-color: #303030;
}
.bg-light-yellow {
	background-color: #FFFAE9;
}
.bg-forest-green {
	background-color: #008A00;
}
.bg-blue {
	background-color: #409ED6;
}
.bg-light-blue {
	background-color: #5CABDC;
}

.line-through {
	text-decoration: line-through;
}

.opacity-5 {
	opacity: 0.5;
}
.opacity-10 {
	opacity: 1;
}

.btn svg {
	width: 18px;
	height: 18px;
}

.primary-btn svg, .secondary-btn svg {
	fill: #fff;
}

.d-none-320 {
	display: none;
}

.d-none-425 {
	display: block;
}

@media screen and (min-width: 424px) {
	.d-none-425 {
		display: none;
	}

	.d-none-320 {
		display: block;
	}
}
.primary-btn {
	color: #fff;
	background: transparent linear-gradient(180deg, #61B7EA 0%, #519DCB 100%) 0 0 no-repeat padding-box;
	border: 0px solid transparent;
}
.primary-btn:hover {
	background: transparent linear-gradient(180deg, #54A3D3 0%, #468DB7 100%) 0 0 no-repeat padding-box;
}

.secondary-btn {
	background: transparent;
	color: #303030;
	border: 1px solid rgba(48, 48, 48, 0.5);
}
.secondary-btn:hover {
	color: #ffffff;
	border: 1px solid transparent;
	background: transparent linear-gradient(180deg, #61B7EA 0%, #519DCB 100%) 0% 0% no-repeat padding-box;
}
.secondary-btn:hover svg {
	fill: #ffffff;
}
.secondary-btn svg {
	fill: #676767;
}

.btn-blue svg {
	fill: #fff;
}

.mx-30 {
	margin: 0 30px;
}
.mx-minus-30 {
	margin: 0 -30px;
}
.my-10 {
	margin: 10px 0;
}
.my-30 {
	margin: 30px 0;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-40 {
	margin-top: 40px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-100 {
	margin-right: 100px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-60 {
	margin-bottom: 60px;
}
.ml-10 {
	margin-left: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.ml-30 {
	margin-left: 30px;
}
@media screen and (min-width: 767px) {
	.ml-tablet-0 {
		margin: 0;
	}
}

.py-5px {
	padding-top: 5px;
	padding-bottom: 5px;
}
.p-10 {
	padding: 10px;
}
.p-15 {
	padding: 15px;
}
.p-20 {
	padding: 20px;
}
.px-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.px-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.px-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.px-40 {
	padding-left: 40px;
	padding-right: 40px;
}
.py-8 {
	padding-top: 8px;
	padding-bottom: 8px;
}
.py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pt-10 {
	padding-top: 10px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px;
}
.pr-50 {
	padding-right: 50px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pl-20 {
	padding-left: 20px;
}
.pt-60 {
	padding-top: 60px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-60 {
	padding-left: 60px;
}
.pb-65 {
	padding-bottom: 65px !important;
}

.border-top {
	border-top-style: solid !important;
}
.border-4 {
	border-width: 4px !important;
}
.border-5 {
	border-width: 5px !important;
}
.border-light-gray {
	border-color: #F2F2F2 !important;
}
.border-dark-gray {
	border-color: #303030 !important;
}
.border-gold {
	border-color: #D2B464 !important;
}
.border-red {
	border-color: #BA3A47 !important;
}
.border-strong-red {
	border-color: #BB5A57 !important;
}
.border-blue {
	border-color: #409ED6 !important;
}
.border-dark-yellow {
	border-color: #D4B465 !important;
}
.border-top-muted {
	border-top: 1px solid #DCDCDC;
}
.border-bottom-muted {
	border-bottom: 1px solid #DCDCDC;
}
.border-left-muted {
	border-left: 1px solid #DCDCDC;
}
.border-right-muted {
	border-right: 1px solid #DCDCDC;
}

@media screen and (max-width: 991px) {
	.border-sm-none {
		border: none !important;
	}
}
@media screen and (max-width: 767.98px) {
	.border-xs-none {
		border: none !important;
	}
}
.flex-grow {
	flex-grow: 1;
}

.flex-grow-equal {
	flex-grow: 1;
	width: 0;
}

.justify-content-evenly {
	justify-content: space-evenly;
}

.transform-mirrow-x {
	transform: scale(-1, 1);
}

.separator {
	width: 100%;
	height: 1px;
	background: #DCDCDC;
}

.top-0 {
	top: 0;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.z-100 {
	z-index: 100;
}

.z-1000 {
	z-index: 1000 !important;
}

.width-min {
	width: min-content;
}

.width-max {
	width: max-content;
}

.w-15 {
	width: 15%;
}

.min-width-max {
	min-width: max-content;
}

.h-3rem {
	height: 3rem;
}

.cursor-pointer {
	cursor: pointer;
}

.list-styles {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pointer-events-none {
	pointer-events: none;
}

.img-inset-shadow {
	position: relative;
}
.img-inset-shadow::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
}

.owl-dots .owl-dot span {
	background-color: #DCDCDC !important;
}

.owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active span {
	background-color: #409ED6 !important;
}

textarea.input-white,
input.input-white,
select.input-white {
	background-color: #ffffff !important;
	border: 1px solid #DCDCDC !important;
}

textarea.input-white:focus,
input.input-white:focus {
	background-color: #ffffff !important;
	border: 1px solid #DCDCDC !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.input-with-icon-mod:before {
	position: absolute;
	left: 20px;
	top: 9px;
}

.overflowy {
	overflow-y: auto !important;
}

.overflowy-hidden {
	overflow-y: hidden !important;
}

.meta--light-pink {
	background-color: #fffae9;
	padding: 10px 15px;
}
.meta__item {
	width: 70px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid #BDBCBC;
	margin: 2px;
	padding: 2px;
	transition: border-color 0.5s, opacity 0.5s;
}
.meta__item a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.meta__item-img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.meta__item.active {
	border: 1px solid #F5BD2C;
	box-shadow: 0 0 0 2px #F5BD2C;
}
.meta__item.active:before {
	content: "î¤•";
	font-family: fontIcon, serif !important;
	color: #F5BD2C;
	position: absolute;
	top: 0;
	right: -5px;
	width: 19px;
	height: 19px;
	background-color: #ffffff;
	border-radius: 50%;
	font-size: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F5BD2C;
}
.meta__item--disabled {
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.meta__item {
		opacity: 1 !important;
	}
}
.meta__item-text-right {
	width: auto;
}
.meta__item-text-right a {
	flex-direction: row !important;
}
.meta__item-text-right .meta__item--bestprice-title {
	font-size: 16px;
	line-height: 1.4;
	color: #303030;
	margin-left: 10px;
}
.meta__item-text-right .meta__item--bestprice-title-gray {
	color: #676767;
}
.meta__item--bestprice {
	width: 70px;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.meta__item--bestprice-img {
	width: 50px;
	height: 50px;
	border: none;
	position: relative;
}
.meta__item--bestprice-img .bestprice-star {
	display: none;
}
.meta__item--bestprice-img:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
	border-radius: 100%;
}
.meta__item--bestprice-title:not(.meta__item-text-right .meta__item--bestprice-title) {
	display: block;
	display: -webkit-box;
	max-width: 400px;
	height: 33.6px;
	margin: 5px auto 5px;
	font-size: 12px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #303030;
}
.meta__item--bestprice:hover {
	text-decoration: none;
}
.meta__item--bestprice.active {
	border: none;
	box-shadow: none;
}
.meta__item--bestprice.active .active-link .meta__item-img {
	border: 0px solid #F5BD2C;
	box-shadow: 0 0 0 3px #F5BD2C;
	border-radius: 50%;
}
.meta__item--bestprice.active:before {
	display: none;
}
.meta__item--bestprice.bestprice .meta__item--bestprice-img .bestprice-star {
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	border-style: solid;
	border-width: 0 0 28px 28px;
	border-color: transparent transparent #f5bd2c transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.meta__item--bestprice.bestprice .meta__item--bestprice-img .bestprice-star:before {
	font-family: "ds" !important;
	content: "î¤©";
	position: absolute;
	top: 12px;
	left: -13px;
	font-size: 10px;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.meta__item--bestprice {
		width: auto; margin-right: 8px;
	}
}
.meta__btn {
	border-top: 1px solid #BDBCBC;
	padding: 10px 15px;
	background-color: #ffffff;
}
.meta__item--square {
	border: 1px solid #303030;
	border-radius: 0;
	padding: 0;
	margin: 0;
	margin-right: 8px;
	margin-bottom: 8px;
}
.meta__item--square.active {
	border: none;
	border: 4px solid #409ED6;
	box-shadow: none;
}
.meta__item--square .meta__item-img {
	border-radius: 0;
}
.meta__item--square .meta__item--bestprice-img:before {
	box-shadow: none;
}
.meta__item--square:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.meta__item--square .meta__item--bestprice-title {
		display: none;
	}
}
.meta__item--square-dashed {
	border: 1px solid transparent;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='2' stroke-dasharray='1%2c 1%2c 3%2c 5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	padding-top: 4px;
	width: 52px;
	height: 52px;
}
.meta__items-simple {
	width: 50px;
	height: 50px;
	border: 1px solid #303030;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.meta__items-simple-text {
	width: calc(100% - 60px);
}

.blick-star {
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_hochglanz.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 8px;
	right: 8px;
}
.blick-star--small {
	position: absolute;
	width: 13px;
	height: 13px;
	top: 4px;
	right: 5px;
	background-image: url(../images/icon_hochglanz.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sample-decor__title span {
	display: none;
}
.sample-decor__title span:first-child {
	display: block;
}
.sample-decor__item {
	padding: 0 0 40px;
	margin: 10px;
}
.sample-decor__item.active .sample-decor__img {
	border: 3px solid #409ED6;
}
.sample-decor__item .checkmark {
	position: absolute;
	bottom: 10px;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
}
.sample-decor__item .sample-decor__item-new {
	display: none;
}
.sample-decor__item.new .sample-decor__item-new {
	display: block;
}
.sample-decor__item-text {
	font-size: 9px;
	position: absolute;
}
.sample-decor__item--mod {
	padding: 0;
}
.sample-decor__item--mod .checkmark {
	position: absolute;
	bottom: auto;
	left: auto;
	transform: translateX(0);
	right: 0;
	top: 0;
}
.sample-decor__item--mod-check {
	position: absolute;
	bottom: auto;
	left: auto;
	transform: translateX(0);
	right: -1px;
	top: -1px;
}
.sample-decor__item--mod.active .sample-decor__img {
	border: 3px solid #F5BD2C;
}
.sample-decor__item--mod.active-add .sample-decor__img {
	border: 3px solid #409ED6;
}
.sample-decor__img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
}
.sample-decor__img:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
	border-radius: 100%;
}
.sample-decor__item-new {
	position: absolute;
	top: 5px;
	right: -5px;
	padding: 0 3px;
	background-color: #409ED6;
	border-radius: 2px;
	font-size: 8px;
	line-height: 1.5;
	color: white;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.meta-items-mob-slide {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.meta-items-mob-slide-in {
		width: 100%;
		overflow-x: scroll;
		padding-right: 15px;
		padding-left: 15px;
		position: relative;
	}
	.meta-items-mob-slide-in:after {
		content: "..";
		color: transparent;
		width: 0;
	}

	.meta-items-mob-slide-more-btn {
		margin-bottom: 8px;
		padding: 5px 10px;
	}
}
@media screen and (max-width: 424px) {
	.meta-items-mob-slide-more .meta-items-mob-slide-in .meta__item:nth-child(3) ~ .meta__item {
		display: none;
	}
}
.meta__item-small {
	width: 40px;
	height: 40px;
}
.meta__item-small .meta__item-img {
	width: 30px;
	height: 30px;
}

.meta__item-old-square-s {
	width: 20px;
	height: 20px;
	margin: 0 8px 8px 0;
}
.meta__item-old-square-s .meta__item-img {
	border: 1px solid #E0E0E0;
	border-radius: 0;
	width: 20px;
	height: 20px;
}
.meta__item-old-square-s .meta__item-img:before {
	box-shadow: none !important;
}
.meta__item-old-square-s.active .meta__item-img {
	border: 1px solid #E0E0E0 !important;
	box-shadow: 0 0 3px black !important;
	border-radius: 3px !important;
	overflow: hidden;
}

.btn-arrow-right {
	position: relative;
	padding-right: 40px;
}
.btn-arrow-right:before {
	content: "";
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 12px;
	transform: rotate(-45deg);
}
@media screen and (max-width: 767.98px) {
	.btn-arrow-right--mob-notext {
		font-size: 0;
		padding: 0 17px;
	}
	.btn-arrow-right--mob-notext:before {
		right: 14px;
	}
}

.btn-arrow-left {
	position: relative;
	padding-left: 40px;
}
.btn-arrow-left:before {
	content: "";
	border: solid #676767;
	border-width: 0 2px 2px 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 20px;
	top: 12px;
	transform: rotate(135deg);
}
@media screen and (max-width: 767.98px) {
	.btn-arrow-left--mob-notext {
		font-size: 0;
		padding: 0 17px;
	}
	.btn-arrow-left--mob-notext:before {
		left: 14px;
	}
}

.btn-arrow {
	padding: 0 14px;
}

.btn-arrow:hover {
	padding: 0 14px;
}

@media screen and (max-width: 767.98px) {
	.btn-arrow svg {
		width: 16px;
	}
}
.btn-gray {
	background-image: linear-gradient(#fafafa, #ececec);
	border: 1px solid #DCDCDC;
	color: #409ED6;
}
.btn-gray:before {
	color: #676767;
}
.btn-gray:after {
	color: #676767;
}
.btn-gray:hover {
	border: 1px solid #DCDCDC;
	color: #409ED6;
	background-image: linear-gradient(#f4f4f4, #e4e4e4);
	text-shadow: none;
}
.btn-gray:hover svg {
	fill: #676767;
}

.btn-gold {
	border: 1px solid #d1ab00;
	background-color: #fee454;
	background-image: linear-gradient(#fee454, #fab31e);
	border-radius: 0;
}
.btn-gold:hover {
	background-color: #fab31e;
	background-image: linear-gradient(#fab31e, #fee454);
}
.btn-gold--noborder {
	border: none;
}

.btn-transparent {
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	color: #676767;
}
.btn-transparent:before {
	color: #676767;
}
.btn-transparent:after {
	color: #676767;
}
.btn-transparent:hover {
	border: 1px solid #DCDCDC;
}

.btn-check {
	text-align: center;
	color: #303030;
}
.btn-check:before {
	content: "î¤•";
	font-family: fontIcon, serif !important;
	width: 27px;
	height: 27px;
	font-size: 12px;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #409ED6;
	border-radius: 50%;
	margin-right: 15px;
}
.btn-check:hover {
	color: #303030;
	text-decoration: none;
}

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	height: auto;
}

.btn-50 {
	height: 54px;
}

.btn-close {
	position: absolute;
	right: 24px;
	top: 24px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: 1 !important;
}

.btn-close:before {
	position: absolute;
	left: 15px;
	top: 5px;
	content: "";
	font-size: 16px;
	color: #676767;
	background-image: url("../images/x-circle-dark.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	display: block;
	font-weight: 100;
}

.btn-close--small:before {
	width: 10px;
	height: 10px;
	right: 10px;
	top: 10px;
}

.btn-close--medium {
	width: 10px;
	height: 10px;
	right: 0;
	top: 0;
}
.btn-close--medium:before, .btn-close--medium:after {
	width: 11px;
	height: 11px;
	left: auto;
	top: 0;
	position: static;
}

.btn-close--30 {
	right: 38px;
	top: 39px;
}

@media screen and (max-width: 767.98px) {
	.btn-close {
		right: 35px;
		top: 28px;
	}

	.modal-content button.btn-close {
		right: 19px;
		top: 16px;
		z-index: 50;
	}

	.btn-close--medium {
		right: 21px;
		top: 21px;
		float: right;
		position: static;
	}
}
.modal-content button.btn-close--old {
	opacity: 1 !important;
	position: absolute;
	top: -16px;
	right: -16px;
	z-index: 1200;
}
.modal-content button.btn-close--old:before {
	content: "";
	display: block;
	background-image: url("../images/fancybox_sprite.png");
	width: 36px;
	height: 36px;
}

.modal-content button.btn-close--old-square {
	opacity: 1 !important;
	background-color: #fff !important;
	text-align: center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	z-index: 1200;
}
.modal-content button.btn-close--old-square:before {
	content: "x";
	font-size: 22px;
	font-weight: 700;
	line-height: 0;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	position: absolute;
	top: 14px;
	left: 10px;
}
.modal-content button.btn-close--old-square:hover {
	background-color: #000 !important;
}
.modal-content button.btn-close--old-square:hover:before {
	color: #fff;
}

.btn-saves {
	background-image: url("../images/icon_safe.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 2px;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.btn-saves:before {
	content: "";
	width: 100%;
	height: 100%;
}

.edit-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 1;
	background: rgba(224, 224, 224, 0.8);
	cursor: pointer;
}
.edit-btn:after {
	content: "î¤·";
	font-family: "ds" !important;
	font-size: 12px;
}
.edit-btn.active {
	box-shadow: 0 0 0 3px #F5BD2C;
}
.edit-btn--transparent {
	width: auto;
	height: auto;
	background: transparent;
}
.edit-btn--old {
	cursor: pointer;
}
.edit-btn--old:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/icon_edit_old.png");
}

.btn-large-old {
	height: 44px;
	line-height: 44px;
	border-radius: 4.4px;
	font-size: 18px;
	padding: 0 17px;
}
.btn-large-old .icon-menu_arrow {
	font-size: 15px;
}

.back-button__arrow--left:before {
	color: #303030;
	content: "î¤µ";
	font-family: "ds";
	position: absolute;
	top: -4px;
	left: -29px;
	font-size: 16px;
}
.back-button__arrow--small {
	padding-left: 23px;
}
.back-button__arrow--small:before {
	font-size: 9px;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767.98px) {
	.back-button__arrow--left {
		font-size: 12px;
	}
}

.forward-button__arrow--right:before {
	font-family: "ds" !important;
	content: "î¤²";
	position: absolute;
	top: -3px;
	right: -29px;
	transform: rotate(180deg);
}
.forward-button__arrow--right-edit:before {
	font-family: "ds" !important;
	content: "î¤·";
	position: absolute;
	top: -3px;
	right: -29px;
	transform: rotate(0deg);
}
.forward-button__arrow--small {
	font-size: 12px;
	padding-right: 23px;
}
.forward-button__arrow--small:before {
	left: 0;
	top: -3px;
}
@media screen and (max-width: 767.98px) {
	.forward-button__arrow--left {
		font-size: 12px;
	}
}

.primary-btn .icon-menu_arrow,
.secondary-btn .icon-menu_arrow {
	margin-top: 1px;
}

.delete-btn {
	color: #BA3A47;
	padding: 6px 20px;
	min-height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.4;
	transition: unset;
	border: 1px solid #BA3A47;
}
.delete-btn:hover, .delete-btn:active {
	color: #BA3A47;
}

.select-custom {
	position: relative;
}
.select-custom-cur {
	border: 1px solid #DCDCDC;
	cursor: pointer;
	z-index: 600;
	padding: 6px 40px 6px 6px;
	position: relative;
}
.select-custom-cur:after {
	content: "";
	border: solid #676767;
	border-width: 0 1px 1px 0;
	display: inline-block;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 17px;
	top: 12px;
	transform: rotate(45deg);
}
.select-custom-drop {
	display: none;
	width: 100%;
	padding: 2px 6px;
	border: 1px solid #DCDCDC;
	background: #f8f8f8;
	position: absolute;
	top: 34px;
	left: 0;
}
.select-custom-val {
	display: block;
}

.custom-select--mod {
	padding: 10px 40px 10px 20px;
	line-height: inherit;
	background: #fff url("../images/icon_down.png") no-repeat right 8px center;
	webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
	.custom-select--mod {
		padding: 0px 30px 0px 10px;
	}
}

.custom-select--mod::-ms-expand {
	display: none;
}

.custom-select--num {
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-select--num-min {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 35px;
	border: 1px solid #DCDCDC;
	border-right: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 0;
	color: #BDBCBC;
}
.custom-select--num-min:before {
	content: "î¤«";
	font-family: "ds";
	font-size: 10px;
}
.custom-select--num-max {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 35px;
	border: 1px solid #DCDCDC;
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 0;
	color: #BDBCBC;
}
.custom-select--num-max:before {
	content: "î¤¤";
	font-family: "ds";
	font-size: 10px;
}
.custom-select--num-center {
	position: relative;
	width: 57px;
}
.custom-select--num-center.active .custom-select--num-drop {
	display: block;
}
.custom-select--num-input {
	height: 35px;
	line-height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #DCDCDC;
	color: #303030;
	-moz-appearance: textfield;
	width: 100%;
	text-align: center;
	font-size: 16px;
	outline: none !important;
}
.custom-select--num-drop {
	display: none;
	position: absolute;
	bottom: 34px;
	width: 100%;
	height: 125px;
	overflow-y: scroll;
	border: 1px solid #DCDCDC;
	-webkit-box-shadow: 0px -10px 27px -7px rgba(0, 0, 0, 0.23);
	box-shadow: 0px -10px 27px -7px rgba(0, 0, 0, 0.23);
	text-align: center;
	color: #303030;
	font-size: 16px;
	background-color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 4;
}
.custom-select--num-drop-item {
	padding: 9px 0;
}
.custom-select--num-drop-item:hover, .custom-select--num-drop-item.active {
	background-color: #F2F2F2;
}

.custom_nice_select--small {
	height: 27px;
	padding-left: 9px;
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
	text-align-last: right;
}

.nice-select.custom-select--small {
	height: 29px;
	line-height: 17px;
	width: auto;
	min-width: 68px;
}
.nice-select.custom-select--small:after {
	right: 18px;
	top: 11px;
}

.nice-select.nav-steps-switch-select {
	width: calc(100% - 110px);
}
.nice-select.nav-steps-switch-select .current {
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	padding-right: 20px;
}
.nice-select.nav-steps-switch-select .option {
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	display: block;
}

@media screen and (max-width: 424px) {
	.nice-select.nav-steps-switch-select .list {
		width: calc(100% + 110px);
		left: -56px;
	}
}
.select-old {
	width: 70px !important;
	margin-left: 15px;
	padding-left: 4px;
	padding-right: 4px;
	background: #fff url(../images/icon_down.png) no-repeat right 1px center;
}

.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox--small {
	font-size: 12px;
	padding-left: 20px;
	margin: 0;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #F2F2F2;
	border-radius: 5px;
}

.custom-checkbox .checkmark.checkmark--small {
	height: 20px;
	width: 20px;
}

.custom-checkbox .checkmark.checkmark--medium {
	height: 25px;
	width: 25px;
}

.custom-checkbox .checkmark.checkmark--border {
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
}

.custom-checkbox .checkmark.checkmark--blue {
	background-color: #409ED6;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
	background-color: #F2F2F2;
	border: 0;
}

.custom-checkbox:hover input ~ .checkmark.checkmark--blue {
	background-color: #409ED6;
	border: 0;
}

.custom-checkbox:hover input ~ .checkmark.checkmark--border {
	border: 1px solid #d5d5d5;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
	background-color: #F2F2F2;
	border: 0;
}

.custom-checkbox input:checked ~ .checkmark.checkmark--blue {
	background-color: #409ED6;
	border: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 8px;
	top: 3px;
	width: 8px;
	height: 14px;
	border: solid #409ED6;
	border-width: 0 2.5px 2.5px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom-checkbox .checkmark.checkmark--small:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
}

.custom-checkbox .checkmark.checkmark--blue:after {
	border: solid #F2F2F2;
	content: "";
	position: absolute;
	display: none;
	border-width: 0 2.5px 2.5px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom-checkbox .checkmark, .custom-checkbox input:checked ~ .checkmark.checkmark--border {
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
	color: #409ED6;
	border-color: #409ED6;
}

.custom-checkbox input:checked ~ .checkmark--blue:after {
	display: block;
	color: #F2F2F2;
	border-color: #F2F2F2;
}

.custom-checkbox input:checked ~ .checkmark.checkmark--border:after {
	display: block;
	color: #409ED6;
	border-color: #409ED6;
}

.custom-checkbox.custom-checkbox--small input:checked ~ .radio-text {
	color: #303030;
}

/* Style the checkmark/indicator */
.custom-checkbox input:checked ~ .radiobtn {
	background-color: #2196F3;
}

.custom-checkbox input:checked ~ .radiobtn--yellow {
	background-color: #F5BD2C;
	border: 1px solid #F5BD2C;
}

.custom-checkbox.custom-checkbox--small-mod input:checked ~ .radiobtn--yellow {
	border: 4px solid #F5BD2C;
}

.radiobtn {
	position: absolute;
	top: -2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}
.radiobtn--small {
	top: 2px;
	height: 14px;
	width: 14px;
}
.radiobtn--border {
	border: 1px solid #303030;
}

.custom-checkbox input:checked ~ .radiobtn:after {
	display: block;
}

.custom-checkbox .radiobtn:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.custom-checkbox .radiobtn--small:after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
}

.custom-checkbox.custom-checkbox--small-mod {
	margin: 0 10px;
	font-size: 16px;
}
.custom-checkbox.custom-checkbox--small-mod .radiobtn--colored {
	background-color: #eee;
}
.custom-checkbox.custom-checkbox--small-mod:hover .radiobtn--colored {
	background-color: #ccc;
}

.custom-checkbox.custom-checkbox--small-mod .radiobtn--small:after {
	width: 8px;
	height: 8px;
}

.custom-checkbox.custom-checkbox--small-mod input:checked ~ .radiobtn.radiobtn--small:after {
	background-color: #fff;
}

.custom-checkbox.custom-checkbox--small-mod input:checked ~ .radio-text {
	border-bottom: 3px solid #F5BD2C;
}

.radiobtn:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-radioBtn-white .radiobtn {
	background-color: #fff;
	border: 1px solid #ced4da;
}
.custom-radioBtn-white .radiobtn:after {
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	background-color: #409ED6;
}
.custom-radioBtn-white input:checked ~ .radiobtn {
	background-color: #fff;
}

.custom-checkbox .checkmark,
.custom-checkbox input:checked ~ .checkmark, .custom-checkbox:hover input ~ .checkmark {
	background-color: #F2F2F2;
	border: 0;
}

.bg-light-gray .custom-checkbox .checkmark,
.bg-light-gray .custom-checkbox input:checked ~ .checkmark, .bg-light-gray .custom-checkbox:hover input ~ .checkmark {
	background-color: #fff;
	border: 1px solid #DCDCDC;
}

.custom-checkbox.custom-checkbox--gray {
	color: #676767;
	font-size: 16px;
}

.custom-checkbox.custom-checkbox--gray .radiobtn {
	border: 1px solid #676767;
}

.custom-checkbox.custom-checkbox--gray input:checked ~ .radiobtn {
	background-color: #F2F2F2;
}

.custom-checkbox.custom-checkbox--gray .radiobtn::after {
	background: #409ED6;
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}

.custom-checkbox.custom-checkbox--noborder .radiobtn::after {
	top: 6px;
	left: 6px;
}

.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.checkbox__text {
	position: relative;
	padding: 0 0 0 50px;
	color: #676767;
	cursor: pointer;
}

.checkbox__text:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 40px;
	height: 20px;
	border-radius: 13px;
	background: #DCDCDC;
	border: 1px solid #A3A6B4;
	transition: 0.2s;
}

.checkbox__text:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #A3A6B4;
	transition: 0.2s;
}

.checkbox input:checked + .checkbox__text:before {
	background: #409ED6;
}

.checkbox input:checked + .checkbox__text:after {
	left: 18px;
}

.checkbox input:checked + .checkbox__text .checkbox__text-active {
	color: #303030;
}

.checkbox--right .checkbox__text {
	padding: 0 50px 0 0;
	color: #676767;
}
.checkbox--right .checkbox__text:before {
	right: 0;
	left: auto;
}
.checkbox--right .checkbox__text:after {
	right: 0;
	left: auto;
}

.checkbox.checkbox--right input:checked + .checkbox__text:after {
	right: 18px;
	left: auto;
}

.checkbox__subinfo {
	display: none;
}

.modal-old .checkbox__subinfo {
	padding-left: 18px;
}

.checkbox-big-old .checkbox__text {
	padding: 0 77px 0 0;
	top: -12px;
}
.checkbox-big-old .checkbox__text:before {
	top: -2px;
	height: 28px;
	width: 63px;
	border: 1px solid #DCDCDC;
}
.checkbox-big-old .checkbox__text:after {
	top: -3px;
	left: 13px;
	right: auto;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 2px solid #DCDCDC;
}

.checkbox.checkbox--right.checkbox-big-old input:checked + .checkbox__text:after {
	right: auto;
	left: calc(100% - 30px);
}

.checkbox.checkbox--right.checkbox-big-old input:checked + .checkbox__text + .checkbox__text-color {
	color: #409ED6;
}

.modal-standart.modal.show {
	display: block !important;
}

@media screen and (max-width: 991px) {
	.modal-standart.prodBudgetModal {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.modal-standart:not(.modal-old):not(.modal-contact) {
		margin-top: 20px;
	}

	.modal-standart.prodBudgetModal {
		padding-bottom: 20px;
	}

	.modal-standart.modal:not(.modal-small):not(.prodSliderModal):not(.prodBudgetModal) .modal-content {
		padding-bottom: 20px;
	}
}
.modal-small.modal {
	background-color: rgba(48, 48, 48, 0.75);
	padding: 0 15px;
}
.modal-small-no-bg.modal {
	background-color: transparent;
}
.modal-small .modal-dialog {
	margin: 0;
}

.modal-sub .modal-main li:not(:last-child) {
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.modal-sub .modal-main li a {
	margin-top: 15px;
	display: inline-block;
}
.modal-sub .modal-main li a.button-forward-click {
	margin-bottom: 15px;
	margin-top: 0;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
	padding: 20px;
}
.modal .modal-body.modal-body__info {
	padding: 20px;
}
.modal .modal-body.modal-body__info p {
	padding-right: 10px;
}
.modal .modal-body.modal-body__info li {
	padding-right: 10px;
}
.modal .modal-body.modal-body__info-txt p {
	padding-right: 10px;
}
.modal .modal-body.modal-body__info-txt li {
	padding-right: 10px;
}

#exampleModal11 .modal-main li:last-child {
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.modal-content {
	border-radius: 0;
	border: none;
}
.modal-content__top-51 {
	padding-top: 51px;
}
.modal-content-old {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.modal-content-old .modal-header {
	padding: 10px 16px;
}
.modal-content-old .modal-body {
	padding: 15px;
}
.modal-content-old .modal-footer {
	padding: 8px 16px 8px 16px;
}
.modal-content-old .modal-footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.modal-content-old .modal-choose-old {
	position: relative;
	cursor: pointer;
}
.modal-content-old .modal-choose-old a.tooltip-big {
	position: relative;
	z-index: 3;
}
.modal-content-old .img_typ {
	position: relative;
	z-index: 3;
}
.modal-content-old .modal-item__txt-img-lay2 {
	position: relative;
	z-index: 2;
}
.modal-content-old .modal-item__txt-img-lay3 {
	position: relative;
	z-index: 1;
}
.modal-content-old .modal-choose-old.active {
	border-bottom: 3px solid #f6bf1e !important;
	font-weight: bold;
}
.modal-content-old .modal-choose-old.active:after {
	content: "âœ”";
	text-align: left;
	position: absolute;
	right: calc(50% - 45px);
	top: -6px;
	font-size: 16px;
	line-height: 30px;
	color: white;
	background-color: #409ED6;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.modal-content-old .modal-choose-old__right.active:after {
	right: 0;
}
.modal-content-old .modal-choose-old-doors.active:after {
	right: calc(50% - 45px);
	top: -16px;
}
.modal-content-old .modal-choose-old-textup .textup {
	display: none;
	padding: 4px 10px;
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	background: #60b6e8;
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
	font-size: 12px;
}
.modal-content-old .modal-choose-old-textup.active .textup {
	display: inline-block;
}
.modal-content-old .modal-body-switch > div {
	display: none;
}
.modal-content-old .modal-body-switch > div.active {
	display: block;
}
@media screen and (max-width: 991px) {
	.modal-standart:not(.modal-old) .modal-dialog {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.modal-standart .modal-title {
		padding-right: 40px;
	}
}
.modal-standart--tablet .modal-dialog {
	width: 675px;
	max-width: 100%;
}
.modal-standart--300 .modal-dialog {
	width: 300px;
	max-width: 100%;
}
.modal-standart--380 .modal-dialog {
	width: 383px;
	max-width: 100%;
}
.modal-standart--600 .modal-dialog {
	width: 620px;
	max-width: 100%;
}
.modal-standart--710 .modal-dialog {
	width: 710px;
	max-width: 100%;
}
.modal-standart--1150 .modal-dialog {
	width: 1150px;
	max-width: 100%;
}
@media screen and (max-width: 991px) {
	.modal-standart--1150 .modal-dialog {
		width: auto;
	}
	.modal-standart--1150 .modal-body {
		overflow-x: scroll;
	}
	.modal-standart--1150 .modal-body .scroll-blk {
		width: 740px;
	}
}
@media screen and (max-width: 768px) {
	.modal-standart--1150 .modal-body .scroll-blk {
		width: 960px;
	}
}
.modal-button {
	margin-top: 22px;
}
.modal-img-title {
	background: rgba(255, 255, 255, 0.85);
	padding: 6px 12px;
	position: absolute;
	top: 16px;
	left: 16px;
}

@media screen and (min-width: 767px) {
	#exampleModalprodmoreold .budget-slider-img-icon {
		position: absolute;
		top: 0;
		left: 12px;
	}
}
@media screen and (max-width: 991px) {
	.prodBudgetModal {
		overflow-y: hidden !important;
	}
	.prodBudgetModal.modal .budget-slider-imgs {
		height: calc(100vh - 93px);
		overflow-y: auto !important;
	}
	.prodBudgetModal .budget-slider-img-icon {
		position: absolute;
		top: 0;
		left: 7%;
		font-size: 50px;
	}
	.prodBudgetModal .owl-nav {
		display: none;
	}
	.prodBudgetModal .no-slider-item {
		background-color: #F2F2F2;
	}
	.prodBudgetModal .slider-item {
		padding: 15px;
	}
	.prodBudgetModal .wimpel {
		width: auto !important;
	}
}
@media screen and (max-width: 767px) {
	.prodBudgetModal .budget-slider-img-icon {
		position: absolute;
		top: 0;
		left: 10px;
		font-size: 32px;
	}
}

.tooltip-img {
	display: none;
}

.tooltip-disabled {
	display: none;
}

.modal-choose-old-basic .tooltip-img {
	display: flex;
}
.modal-choose-old-premium .tooltip-img {
	display: flex;
}
.modal-choose-old-premium.disabled .tooltip-img {
	display: none;
}
.modal-choose-old-premium.disabled .tooltip-disabled {
	display: flex;
}
.modal-choose-old-exclusive .tooltip-img {
	display: flex;
}
.modal-choose-old-exclusive.disabled .tooltip-img {
	display: none;
}
.modal-choose-old-exclusive.disabled .tooltip-disabled {
	display: flex;
}

.modal-item__txt-img-flag-premium:before,
.modal-choose-old-premium .modal-item__txt-img-flag-icon:before {
	color: #409ED6;
	width: 8px;
	font-size: 20px;
	overflow: hidden;
	display: inline-block;
}
.modal-item__txt-img-flag-premium:after,
.modal-choose-old-premium .modal-item__txt-img-flag-icon:after {
	content: "î¤¬";
	color: #D2B464;
	width: 8px;
	font-size: 20px;
	overflow: hidden;
	display: inline-block;
	transform: scale(-1, 1);
}

.modal-item__txt-img-flag-exclusive:before,
.modal-choose-old-exclusive .modal-item__txt-img-flag-icon:before {
	color: #D2B464;
	font-size: 20px;
}

.modal-item__txt-img-flag-premium,
.modal-item__txt-img-flag-exclusive {
	margin-left: 5px;
	min-width: 20px;
	position: relative;
	top: 2px;
}
.modal-item__txt-img-flag-premium-text,
.modal-item__txt-img-flag-exclusive-text {
	font-size: 14px !important;
}

.modal-choose-old-exclusive-back {
	left: 20px;
	cursor: pointer;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	min-width: 500px;
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

@media screen and (max-width: 767px) {
	.modal.left .modal-content,
.modal.right .modal-content {
		overflow-y: hidden;
	}

	.modal.right .modal-content.modal-sub-content {
		overflow-y: hidden;
	}
	.modal.right .modal-content.modal-sub-content .modal-main .modal-main-scroll {
		overflow-y: auto;
	}
	.modal-subblock .flex-grow-1 {
		overflow-y: auto;
	}

	.modal-standart-main .modal-sub-content {
		overflow-y: auto;
	}
	.modal-standart-main .modal-sub-content.hidden {
		overflow-y: hidden;
	}

	.modal-main-scroll-m {
		height: calc(100vh);
		padding-bottom: 0;
	}
}
/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: 0;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: -320px;
}

@media screen and (max-width: 767px) {
	.modal.left .modal-dialog,
.modal.right .modal-dialog {
		min-width: 100%;
	}
}
.modal-standart.modal.fade:not(.modal-old) .modal-dialog {
	transform: translate3d(0, 100vh, 0);
	transition: all 0.15s ease-out;
}
.modal-standart.modal.show:not(.modal-old) .modal-dialog {
	transform: translate3d(0, 0, 0);
	transition: all 0.15s ease-out;
}
.modal-standart.modal.modal-old {
	opacity: 0;
	transition: all 1s ease;
}
.modal-standart.modal.show.modal-old {
	opacity: 1;
	transition: all 1s ease;
}

@media screen and (max-width: 991px) {
	.modal-standart.prodBudgetModal .modal-header {
		position: sticky;
		top: 0;
		background-color: #fff;
		border-radius: 0;
	}
}
@media screen and (min-width: 767px) {
	.modal-standart.prodBudgetModal .modal-footer {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.modal-standart:not(.modal-small) .modal-header {
		position: relative;
		top: 0;
		background-color: #fff;
		border-radius: 0;
	}
	.modal-standart:not(.modal-small) .modal-header__info-txt {
		padding-right: 10px;
	}
	.modal-standart:not(.modal-small) .modal-footer:not(.modal-footer-budget) {
		position: relative;
		left: 0;
		background-color: #fff;
		width: 100%;
		z-index: 5;
	}

	.modal-standart .modal-header.border-0 {
		background-color: transparent;
	}
}
.modal-footer > * {
	margin: 0;
}

.menu-area {
	background: #d61a5e;
}

.dropdown-menu {
	padding: 0;
	margin: 0;
	border: 0 solid transition !important;
	border: 0 solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	padding: 16px 15px;
	font-family: "Roboto", sans-serif;
	display: block !important;
}

.mainmenu .active a, .mainmenu .active a:focus, .mainmenu .active a:hover, .mainmenu li a:hover, .mainmenu li a:focus, .navbar-default .navbar-nav > .show > a, .navbar-default .navbar-nav > .show > a:focus, .navbar-default .navbar-nav > .show > a:hover {
	color: #fff;
	background: #4CAF50;
	outline: 0;
}

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a {
	background: #4CAF50;
}

.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
	background: #4CAF50;
}

.mainmenu .collapse ul ul ul > li:hover > a {
	background: #4CAF50;
}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
	background: #1565C0;
}

.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {
	background: #1E88E5;
}

.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu {
	background: #64B5F6;
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
	background: none;
	border: 0 solid;
	margin: 0;
	padding: 0;
	min-height: 20px;
	width: 100%;
}

@media only screen and (min-width: 767px) {
	.mainmenu .collapse ul li:hover > ul {
		display: block;
	}

	.mainmenu .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 250px;
		display: none;
	}

	/*******/
	.mainmenu .collapse ul ul li {
		position: relative;
	}

	.mainmenu .collapse ul ul li:hover > ul {
		display: block;
	}

	.mainmenu .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		display: none;
	}

	/*******/
	.mainmenu .collapse ul ul ul li {
		position: relative;
	}

	.mainmenu .collapse ul ul ul li:hover ul {
		display: block;
	}

	.mainmenu .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: -100%;
		min-width: 250px;
		display: none;
		z-index: 1;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
		padding: 16px 15px 16px 35px;
	}

	.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding: 16px 15px 16px 45px;
	}
}
.popover {
	max-width: 100%;
	border: none;
	box-shadow: 0 0 15px #00000026;
	border-radius: 0;
	z-index: 1100;
}

.popover-header {
	padding: 10px;
	background-color: #ffffff;
	border-bottom: 0;
	border-bottom-left-radius: calc(.3rem - 1px);
	border-bottom-right-radius: calc(.3rem - 1px);
}

.popover-body {
	padding: 0;
	font-weight: bold;
	box-shadow: none;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
	box-shadow: 2px -2px 14px 1px #676767;
	height: 0;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
	border-top-color: transparent;
	top: -6px;
	border-width: 0 15px 15px 15px;
	border-bottom-color: #ffffff;
	margin-left: -5px;
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
	border-top-color: transparent;
	box-shadow: 2px 7px 11px -2px #676767;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
	border-right-color: #fff;
	right: -1px;
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
	bottom: -5px;
	margin-left: -5px;
	border-width: 15px 15px 0;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
	box-shadow: -4px 2px 36px -5px #00000026;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
	bottom: -5px;
	margin-left: -5px;
	border-width: 15px 15px 0;
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
	bottom: -5px;
	margin-left: -5px;
	border-width: 15px 15px 0;
}

.tooltip-right {
	border: none !important;
	outline: none !important;
	display: inline-block;
}

.tooltip-big {
	border: none !important;
	outline: none !important;
	display: inline-block;
}

.tooltip-big-content {
	display: none;
}
.tooltip-big-content-in {
	max-width: 600px;
	padding: 20px;
}
.tooltip-big-content-in h4 {
	margin-top: 20px;
	color: #5C5C5C;
}
.tooltip-big-content-in p {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.4;
}
.tooltip-big-content-in p:last-child {
	margin-bottom: 0;
}
.tooltip-big-content-in--large {
	max-width: 460px;
}
.tooltip-big-content-in--big {
	max-width: 345px;
}
.tooltip-big-content-in--medium {
	max-width: 300px;
}
.tooltip-big-content-in--small {
	max-width: 150px;
}
@media screen and (max-width: 600px) {
	.tooltip-big-content-in {
		max-width: 400px;
	}
}
@media screen and (max-width: 424px) {
	.tooltip-big-content-in {
		max-width: 300px;
	}
}

.tooltip-bestprice {
	display: none;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	border-style: solid;
	border-width: 0 0 44px 44px;
	border-color: transparent transparent #F5BD2C transparent;
}
.tooltip-bestprice-star:before {
	font-family: "ds" !important;
	content: "î¤©";
	position: absolute;
	top: 22px;
	left: -20px;
	font-size: 12px;
	color: #ffffff;
}
.tooltip-bestprice-txt {
	position: absolute;
	right: 0;
	width: 78px;
	top: 52px;
	text-align: right;
}
.tooltip-bestprice-txt-width-left {
	width: calc(100% - 78px);
}

.bestprice .tooltip-bestprice {
	display: block;
}

.tooltip-title-img__title {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 12px;
	background-color: #fff;
	margin-top: 0;
}

.popover {
	border-radius: 4px;
}

@media screen and (max-width: 767.98px) {
	.popover {
		border-radius: 0;
	}
}
.flag-one {
	font-size: 30px;
	display: inline-block;
	position: absolute;
	left: 15px;
}
.flag-one:before {
	content: "î¤¬";
}

.flag-two {
	font-size: 30px;
	display: inline-block;
	position: absolute;
	left: 15px;
}
.flag-two:before {
	content: "î¤¬";
	color: #409ED6;
	width: 11px;
	font-size: 28px;
	overflow: hidden;
	display: inline-block;
}
.flag-two:after {
	content: "î¤¬";
	color: #D2B464;
	width: 11px;
	font-size: 28px;
	overflow: hidden;
	display: inline-block;
	transform: scale(-1, 1);
}

.list {
	padding: 0;
	list-style: none;
}
.list_checkmark {
	padding-left: 25px;
}
.list_checkmark li {
	position: relative;
}
.list_dots li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.list_dots li:before {
	content: "";
	display: inline-block;
	background: #676767;
	border-radius: 50%;
	top: 7px;
	left: 0;
	position: absolute;
}
.list_big {
	font-size: 16px;
	line-height: 1.4;
}
.list_big li:before {
	margin-right: 10px;
}
.list_big.list_dots li:before {
	width: 6px;
	height: 6px;
	margin-right: 10px;
	top: 0;
}
.list_small {
	font-size: 14px;
	line-height: 1.4;
}
.list_small.list_dots li:before {
	width: 5px;
	height: 5px;
	margin-right: 8px;
}
.list.list_checkmark_center li {
	justify-content: center;
}

.list-yellow li {
	position: relative;
	padding: 3px 3px 3px 17px;
	font-size: 16px;
	color: #676767;
	line-height: 1.4;
}
.list-yellow li:before {
	content: "âœ”";
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 13px;
	color: #F5BD2C;
}

.list-green li {
	position: relative;
	padding: 3px 3px 3px 24px;
}
.list-green li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	height: 15px;
	width: 17px;
	margin-right: 5px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/haekchen-lg-green.png");
	margin-top: 0;
	transform: translateY(0);
}

.select-tab__select-list-item {
	padding: 12px;
	display: inline-block;
}
.select-tab__select-list-item-title {
	margin-bottom: 5px;
}
.select-tab__select-list-item-val input {
	max-width: 126px;
}
.select-tab__select-list a {
	cursor: auto;
}
.select-tab__select-list a:hover .select-list__title {
	font-weight: bold;
}
@media screen and (max-width: 767.98px) {
	.select-tab__select-list {
		padding-top: 30px;
	}
	.select-tab__select-list-item {
		display: none;
	}
	.select-tab__select-list-item.active {
		display: inline-block;
	}
}
.select-tab__top-select-list-item {
	display: none;
}
.select-tab__top-select-list-item.active {
	display: inline-block;
	width: 100%;
}
.select-tab__top-select-list-position .select-tab__top-select-list-item img {
	display: none;
}
.select-tab__top-select-list-position .select-tab__top-select-list-item img.active {
	display: block;
}
.select-tab .select-list__title {
	padding-left: 15px;
}
.select-tab .select-list__select select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.select-tab .select-list__select-i {
	content: "î¤®";
	font-family: fontIcon, serif !important;
	border: 1px solid #DCDCDC;
	border-left: none;
	padding: 3px;
	color: #409ED6;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.select-tab__mob-tab {
	display: none;
}
@media screen and (max-width: 767.98px) {
	.select-tab__mob-tab {
		display: block;
	}
	.select-tab__mob-tab-in {
		background-color: #F2F2F2;
	}
	.select-tab__mob-tab-items {
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding: 7px 0;
	}
	.select-tab__mob-tab-items::-webkit-scrollbar {
		display: none;
	}
	.select-tab__mob-tab-items:after {
		content: "..";
		color: transparent;
		width: 10px;
	}
	.select-tab__mob-tab-item {
		color: #303030;
		background-color: #ffffff;
		box-shadow: 0 3px 6px #00000029;
		border-radius: 4px;
		margin-right: 5px;
		padding: 5px 10px;
		white-space: nowrap;
	}
	.select-tab__mob-tab-item.active {
		color: #ffffff;
		background-color: #303030;
	}
	.select-tab__mob-tab-item:first-child {
		margin-left: 15px;
	}
}

.custom-tabs-old__switcher-btn {
	cursor: pointer;
}
.custom-tabs-old__switcher-btn-img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	width: 42px;
	height: 42px;
}
.custom-tabs-old__switcher-btn-img-in {
	width: 100%;
	height: 100%;
	box-shadow: inset 1px 2px 12px #303030;
	border-radius: 50%;
}
.custom-tabs-old__switcher-btn.active .wardrobe__switcher-btn-img {
	box-shadow: 0 0 0 3px #F5BD2C;
}
.custom-tabs-old__switcher-btn.active .wardrobe__switcher-btn-text:after {
	content: "";
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: #F5BD2C;
}
.custom-tabs-old__switcher-btn-old {
	color: #409ED6;
	padding: 0;
	position: relative;
}
.custom-tabs-old__switcher-btn-old .custom-tabs-old__switcher-btn-img {
	width: 56px;
	height: 56px;
	border: 3px solid transparent;
	border-radius: 100%;
	text-align: center;
	box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.custom-tabs-old__switcher-btn-old .custom-tabs-old__switcher-btn-img .custom-tabs-old__switcher-btn-img-in {
	box-shadow: none;
}
.custom-tabs-old__switcher-btn-old.nav-link.active {
	color: #303030;
}
.custom-tabs-old__switcher-btn-old.active .custom-tabs-old__switcher-btn-img {
	box-shadow: none;
	border: 3px solid #f5bd2c;
}
.custom-tabs-old__switcher-btn-old.active:after {
	width: 15px;
	height: 15px;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(225deg);
	bottom: -28px;
	background: #f5f5f5;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	clear: both;
	z-index: 100;
}
.custom-tabs-old-simple.active:after {
	background: #ffffff;
}
.custom-tabs-old__switch-tabs-nav {
	position: relative;
	background-color: #f5f5f5;
	padding-top: 9px;
}
.custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid transparent;
	padding-bottom: 9px;
	padding-top: 0;
}
.custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link.disabled {
	color: #BDBCBC;
}
.custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link.active {
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	color: #303030;
	position: relative;
}
.custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link.active:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #F5BD2C;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link:hover {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #409ED6;
}
.custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link.active:hover {
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	color: #303030;
}
.custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link.active:hover:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #F5BD2C;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tab-content__tab {
	display: none;
}
.tab-content__tab .active {
	display: block;
}

.config-left {
	position: absolute;
	padding: 16px 16px 0;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}
@media all and (max-width: 992px) {
	.config-left {
		bottom: 30px;
	}
}
@media all and (max-width: 768px) {
	.config-left {
		transform: none;
		left: 0;
		right: 0;
		bottom: 5px;
		text-align: left;
	}
}
@media all and (max-width: 768px) {
	.config-left .btn-group-list {
		margin-bottom: 0 !important;
	}
}
@media all and (max-width: 992px) {
	.config-left-header h2 {
		font-size: 20px;
	}
}
@media all and (max-width: 992px) {
	.config-left-header .stars-list ~ span {
		font-size: 9px !important;
	}
}
.config-left .stage-bg {
	height: 386px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.config-left .btn-option {
	display: inline-block;
	padding: 3px;
	border: 1px solid #ccc;
}
@media all and (max-width: 768px) {
	.config-left .btn-option {
		margin-left: 0 !important;
	}
	.config-left .btn-option:not(.show-alaways) {
		display: none;
	}
}
.config-left .btn-option .btn {
	display: inline-block;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #303030;
}
.config-left .btn-option .btn.bg-black {
	background: #303030;
}
.config-left .btn-option .btn.bg-black:disabled {
	opacity: 1;
	background: #BDBCBC;
}
.config-left .btn-option .btn:not(.btn-txt) {
	width: 29px;
	height: 29px;
	padding: 0;
}
.config-left .btn-option .btn.btn-txt {
	height: 29px;
	padding: 5px 10px;
}
.config-left .btn-option .btn .img-white {
	display: none;
}
.config-left .btn-option .btn.is--active {
	background-color: #303030;
	color: #fff;
}
.config-left .btn-option .btn.is--active .img-white {
	display: inline-block;
}
.config-left .btn-option .btn.is--active .img-black {
	display: none;
}
.config-left .left-side-bottom {
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.config-left .config-left-img {
	margin: 0 auto;
	height: 335px;
}

@media all and (min-width: 991px) {
	.builder-block.add-overlay:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0px;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 99;
	}
}

.builder-fluid {
	margin-left: -15px;
	margin-right: -15px;
}
@media all and (min-width: 1200px) {
	.builder-fluid {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.builder-fluid .builder {
	position: relative;
	background-size: cover;
	background-position: center;
}
@media all and (max-width: 992px) {
	.builder-fluid .builder {
		max-height: 600px;
	}
}
@media all and (max-width: 768px) {
	.builder-fluid .builder {
		max-height: 300px;
	}
}
.builder-fluid .builder .show-settings {
	width: 100px;
	height: 100px;
	border: 2px solid yellowgreen;
	background: transparent;
	position: absolute;
	top: 20%;
	right: 30%;
}
@media all and (max-width: 992px) {
	.builder-fluid .builder .show-settings {
		display: none;
	}
}
.builder-fluid .builder .show-settings__mobile {
	width: 75px;
	height: 75px;
	border: 1px dashed #3DDF53;
	position: absolute;
	top: 20%;
	right: 30%;
	opacity: 0.5;
	background: transparent;
}
.builder-fluid .builder .show-settings__mobile_active {
	background: #3DDF53;
}
@media all and (min-width: 992px) {
	.builder-fluid .builder .show-settings__mobile {
		display: none;
	}
}
.builder-fluid .builder.drag-start {
	position: relative;
}
.builder-fluid .builder.drag-start:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 150px;
	left: 30px;
	right: 30px;
	background: transparent;
	border: 2px dashed #409ED6;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.builder-fluid .builder.drag-start:before {
	content: "Drag & drop here";
	position: absolute;
	top: 16px;
	right: 16px;
	transform: translate(-50%);
	font-size: 10px;
	font-weight: bold;
	color: #409ED6;
}
@media all and (max-width: 992px) {
	.builder-fluid .builder-carousel {
		max-height: 100%;
		height: auto !important;
	}
	.builder-fluid .builder-carousel .builder-carousel-for .slick-slide > img {
		width: 100%;
		height: auto !important;
	}
}
@media all and (max-width: 768px) {
	.builder-fluid .builder-carousel {
		max-height: 100%;
	}
}

.contact-block {
	float: left;
	position: relative;
}
@media all and (max-width: 768px) {
	.contact-block {
		position: absolute;
	}
}
.contact-block > .btn {
	width: 35px;
	height: 35px;
	padding: 0;
	box-shadow: 0 3px 6px #00000029;
}

.contact-block_popover {
	display: none;
	background-color: #fff;
	box-shadow: 0 3px 6px #00000029;
	border-radius: 4px;
	text-align: left;
	width: 280px;
	padding: 25px 15px 10px;
	z-index: 99;
	border: 1px solid #DCDCDC;
	position: absolute;
	left: 100%;
	bottom: 17px;
}
.contact-block_popover .contact-block_btn {
	position: absolute;
	top: 5px;
	right: 10px;
	background: transparent;
	border: none;
	width: 13px;
	height: 13px;
	padding: 0;
}
.contact-block_popover .contact-block_btn img {
	width: 100%;
	height: auto;
}
@media all and (max-width: 768px) {
	.contact-block_popover {
		position: static;
		left: auto;
		right: 100%;
	}
}
.contact-block_popover--left {
	left: auto;
	right: 40px;
	bottom: -310px;
}
@media all and (max-width: 768px) {
	.contact-block_popover--left {
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
		width: 100%;
		border: none;
	}
}
.contact-block_popover.contact-block_show {
	display: block;
}
@media all and (max-width: 344px) {
	.contact-block_popover--left {
		right: 20px;
	}
}

.product-details {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 140px;
	row-gap: 30px;
	column-gap: 30px;
}
@media all and (max-width: 992px) {
	.product-details {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: auto;
	}
	.product-details .product-details_block__4 {
		grid-column-start: 2;
		grid-row-start: 1;
	}
}
.product-details_block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.product-details_block ul li {
	flex: 0 0 100%;
}
.product-details_block ul li:before {
	content: "";
	position: relative;
	top: 7px;
	left: 0;
	background-color: #676767;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.product-details_block ol {
	padding-left: 14px;
}
.product-details_block ol li {
	padding-left: 0;
}
.product-details_block ol li:before {
	display: none;
}

.builder-carousel-nav ~ .config-left {
	bottom: 215px;
}
.builder-carousel-nav ~ .config-left .btn-option {
	float: right;
	margin-right: 30px !important;
}

.custom-range-container {
	padding: 0 35px;
	background-color: transparent;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	position: relative;
}
.custom-range-container:before, .custom-range-container:after {
	content: "";
	position: absolute;
	height: 18px;
	width: 1px;
	background-color: #DCDCDC;
	top: -5px;
}
.custom-range-container:before {
	left: 35px;
}
.custom-range-container:after {
	right: 35px;
}
.custom-range-container .input-group {
	margin-top: -22px;
	position: absolute;
	width: 90px;
	left: 61px;
	height: 30px;
	box-shadow: 0 3px 6px #00000029;
}
.custom-range-container .input-group-text {
	padding: 6px;
	background-color: #fff;
	font-size: 14px;
	border-left: 0;
	border-color: #409ED6;
	height: 30px;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}
.custom-range-container .form-control {
	font-size: 14px;
	border: 1px solid #409ED6;
	border-right: 0;
	height: 30px;
}
.custom-range-container::-webkit-input-placeholder {
	/* Edge */
	color: #303030 !important;
	opacity: 1 !important;
}
.custom-range-container:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #303030 !important;
	opacity: 1 !important;
}
.custom-range-container::placeholder {
	color: #303030 !important;
	opacity: 1 !important;
}

.custom-range-slider--big,
.custom-range-slider {
	-webkit-appearance: none;
	width: 100%;
	height: 6px;
	background: #65B0DD;
	outline: none;
	opacity: 1;
	border-radius: 0;
	border: 0;
	margin: 0;
}
.custom-range-slider--big__center,
.custom-range-slider__center {
	position: relative;
	z-index: 2;
}
.custom-range-slider--big__center input,
.custom-range-slider__center input {
	position: relative;
	z-index: 2;
	background: transparent;
	border: 1px solid #BDBCBC;
	height: 6px;
	border-radius: 3px;
	background-color: #65B0DD;
}
.custom-range-slider--big__min,
.custom-range-slider__min {
	width: 55px;
	position: relative;
	top: 15px;
}
.custom-range-slider--big__max,
.custom-range-slider__max {
	width: 55px;
	position: relative;
	top: 15px;
}
.custom-range-slider--big__middle,
.custom-range-slider__middle {
	padding: 0 3%;
	width: calc(100% - 110px);
	margin-top: 23px;
}
.custom-range-slider--big-group,
.custom-range-slider-group {
	width: 95px !important;
}

.custom-range-slider::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #DCDCDC;
	border-radius: 50%;
	box-shadow: 0 2px 6px #00000029;
}

.custom-range-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #DCDCDC;
	border-radius: 50%;
	box-shadow: 0 2px 6px #00000029;
}

.custom-range-slider--big::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #DCDCDC;
	border-radius: 50%;
	box-shadow: 0 2px 6px #00000029;
}

.custom-range-slider--big::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #DCDCDC;
	border-radius: 50%;
	box-shadow: 0 2px 6px #00000029;
}

.range-min-value,
.range-max-value {
	display: inline-block;
	position: absolute;
	top: 13px;
}

.range-min-value {
	left: 50px;
}

.range-max-value {
	right: 50px;
}

.sm-min-val,
.sm-max-val {
	font-size: 10px;
	opacity: 0.6;
	position: absolute;
	color: #676767;
	top: 12px;
}

.sm-min-val {
	left: 16px;
}

.sm-max-val {
	right: 16px;
}

.range-slider-item {
	height: 65px;
}

.country_select_custom .custom_country_select {
	font-size: 0;
	width: 60px;
	height: 29px;
	padding: 0 !important;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
.country_select_custom .custom_country_select:focus {
	outline: 0;
}
.country_select_custom .country-select {
	height: 29px;
}
.country_select_custom .country-select .country-list {
	z-index: 99;
	font-size: 0;
	overflow: hidden;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
	left: 0;
}
.country_select_custom .country-select.inside .flag-dropdown {
	border: 1px solid #DCDCDC;
	background-color: transparent;
	width: 60px;
	height: 29px;
}
.country_select_custom .country-select.inside .flag-dropdown:hover {
	background-color: transparent;
}
.country_select_custom .country-select.inside .flag-dropdown:hover .selected-flag {
	background-color: transparent;
}
.country_select_custom .country-select.inside .flag-dropdown .flag {
	margin: 5px 0 0;
	background-image: url(../version_2020_assets/images/ds_sprites.png);
	height: 15px;
	width: 23px;
	background-size: unset;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.de {
	background-position: -6px -75px;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.ch {
	background-position: -73px -75px;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.at {
	background-position: -35px -75px;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.nl {
	background-position: -105px -75px;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.be {
	background-position: -143px -75px;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.lu {
	background-position: -178px -75px;
}
.country_select_custom .country-select .selected-flag {
	width: 100%;
	padding: 0 0 0 7px;
}
.country_select_custom .country-select .selected-flag .arrow {
	border-bottom: 1.5px solid #BDBCBC;
	border-right: 1.5px solid #BDBCBC;
	width: 9px;
	height: 9px;
	margin-right: 0;
	margin-left: 0;
	right: 8px;
	top: 11px;
}
.country_select_custom .country-select .selected-flag .arrow.up {
	border-bottom: 1.5px solid #BDBCBC;
	border-right: 1.5px solid #BDBCBC;
	width: 9px;
	height: 9px;
	margin-top: 0;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.country_select_custom .country-select .selected-flag:focus {
	outline: 0;
}
.country_select_custom--full .flag-dropdown {
	width: 100% !important;
}
.country_select_custom--full .country-select .selected-flag {
	padding: 0 0 0 18px;
}
.country_select_custom--full .country-name {
	font-size: 16px;
	color: #303030;
}
.country_select_custom--full .country {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.country_select_custom--full .country-list .flag {
	margin: 0 10px 0 8px !important;
}

.custom-country__select--full {
	border: none;
	background-color: transparent;
	height: 35px;
	max-width: 280px;
	outline-color: transparent;
}
.country-select.inside input, .country-select.inside input[type="text"] {
	padding-right: 44px;
}

.country_select_custom--full .country-select {
	height: 35px;
}
.country_select_custom--full .country-select .country-list {
	padding-top: 14px;
	padding-bottom: 9px;
	box-sizing: content-box;
	border-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top: 30px;
}
.country_select_custom--full .country-select .country-list .country  {
	padding-right: 0px;
}
.country_select_custom--full .country-select .country-list:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}
.country_select_custom--full .country-select.inside .flag-dropdown {
	height: 35px;
}
.country_select_custom--full .country-select .selected-flag .arrow {
	right: 18px;
	top: 14px;
}

.delivery_text {
	display: none;
}

.input-counter-wrapper {
	display: inline-flex;
	border: 1px solid #73828B;
	border-radius: 3px;
}
.input-counter-wrapper input {
	width: 60px;
	font-size: 16px;
	border: none;
	text-align: center;
	height: 35px;
	color: #374D5A;
}
.input-counter-wrapper button {
	height: 35px;
	font-size: 16px;
	width: 30px;
	background: transparent;
	border: none;
	outline: none;
}
.input-counter-wrapper button.decrease {
	border-right: 1px solid #73828B;
}
.input-counter-wrapper button.increase {
	border-left: 1px solid #73828B;
}

.input-white {
	background-color: #ffffff;
}

.input-number-wrapper {
	display: inline-flex;
	border: 1px solid #73828B;
	border-radius: 3px;
}
.input-number-wrapper input {
	width: 74px;
	font-size: 16px;
	border: none;
	text-align: center;
	height: 35px;
	color: #374D5A;
}
.input-number-wrapper .measure {
	display: block;
	width: 41px;
	border-left: 1px solid #73828B;
	color: #374D5A;
	font-size: 16px;
	line-height: 31px;
	text-align: center;
}

.custom-form .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.custom-form .form-group input:focus {
	background: #fff;
	border: 1px solid #63b1e1;
}
.custom-form .form-group label {
	font-size: 14px;
	line-height: 1.5;
	color: #303030;
}
.custom-form .form-title {
	font-size: 22px;
	line-height: 1.5;
	padding: 5px;
	margin-bottom: 20px;
}
.custom-form .field-fluid p {
	font-size: 14px;
	line-height: 1.5;
	color: #303030;
}
.custom-form .field-fluid .checkboxes {
	padding: 0;
}
.custom-form .field-fluid .checkboxes .form-group {
	margin-right: 15px;
}
.custom-form .field-fluid .checkboxes label {
	color: #303030;
	font-size: 14px;
	line-height: 1.5;
}
.custom-form .form-control {
	background-color: #F2F2F2;
	border-radius: 5px;
	height: 35px;
	border: 1px solid #DCDCDC;
	padding: 0 8px;
	font-size: 12px;
}
.custom-form .custom_nice_select {
	width: 100%;
	color: #303030;
	font-size: 16px;
	margin-bottom: 0;
}
.custom-form .nice-select {
	float: none;
}
.custom-form .nice-select .list {
	width: 100%;
}
.custom-form .nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	height: 8px;
	right: 15px;
	width: 8px;
}
.custom-form .custom-checkbox {
	color: #676767;
	font-size: 16px;
}
.custom-form .custom-checkbox .radiobtn {
	background-color: #F2F2F2;
}
.custom-form .custom-checkbox .radiobtn::after {
	top: 6px;
	left: 6px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #409ED6;
}
.custom-form .custom-checkbox input:checked ~ .radiobtn {
	background-color: #F2F2F2;
}
.custom-form .delivery-cost {
	display: block;
	color: #b5b5b5;
	font-size: 12px;
	margin-bottom: 10px;
}

input.input-old-height {
	height: 25px !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	border: solid 1px #e8e8e8 !important;
}

.loader {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(48, 48, 48, 0.75);
	z-index: 200;
}
.loader .loader-popup {
	display: inline-block;
	padding: 40px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loader .loader-popup p {
	color: #303030;
	font-size: 30px;
	text-align: center;
}
.loader .lds-ring {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto 16px;
}
.loader .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 6px;
	border: 6px solid #409ED6;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #409ED6 transparent transparent transparent;
}
.loader .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.loader .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.loader .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.config-bills-slider_filter .config-category-slider {
	padding-left: 0;
}

.config-bills-slider_filter .filter_link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 12px 2px 13px;
	border: 1px solid #d8d8d8;
	box-shadow: 0 3px 6px #00000029;
	background-color: #fff;
	border-radius: 4px;
	height: 29px;
	line-height: 29px;
	color: #303030;
}

.config-bills-slider_filter .filter_link:hover {
	text-decoration: none;
}

.config-bills-slider_filter .filter_link.active {
	color: #fff;
	background-color: #303030;
}

.tab-pane_filter {
	display: none;
}

.tab-content_filter > .active {
	display: block;
}

.config-sticky {
	height: 100%;
	position: sticky;
	top: 0;
	background: #fff;
	margin-bottom: 10px;
	box-shadow: -7.5px 0 15px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 991px) {
	.config-sticky {
		padding-right: 0;
		padding-left: 0;
	}
}
@media all and (max-width: 991px) {
	.config-sticky {
		position: relative;
		height: auto !important;
		box-shadow: none;
	}
}

.config-desktop {
	position: relative;
	background: #fff;
}
@media all and (max-width: 992px) {
	.config-desktop {
		height: auto !important;
	}
}
.config-desktop .tab-pane {
	min-height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
@media all and (max-width: 991px) {
	.config-desktop .tab-pane {
		height: auto !important;
		max-height: 400px;
	}
}
@media all and (max-width: 991px) {
	.config-desktop .tab-pane#material {
		overflow: inherit;
	}
}
.config-desktop .thickness-block {
	padding: 0 15px;
}
.config-desktop .thickness-block label {
	font-size: 14px;
	line-height: 1.4;
	color: #303030;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 30px;
}
.config-desktop .config-desktop-header {
	background-color: #F2F2F2;
	height: 47px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	cursor: pointer;
}
@media all and (max-width: 992px) {
	.config-desktop .config-desktop-header {
		display: none;
	}
}
.config-desktop .config-desktop-header .btn {
	color: #409ED6;
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
}
.config-desktop .config-desktop-header .btn:hover {
	text-decoration: underline;
}
.config-desktop .config-desktop-header img {
	margin-right: 10px;
}
@media all and (max-width: 992px) {
	.config-desktop .tabs-desktop {
		display: none;
	}
}
.config-desktop .tabs-desktop .hyphens {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
.config-desktop .nav-tabs .nav-item {
	width: calc(100%/4);
}
.config-desktop .nav-tabs .nav-link {
	background-color: #F2F2F2;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 75px;
	font-size: 12px;
	font-weight: bold;
	color: #303030;
	justify-content: center;
	text-align: center;
	border-radius: 0;
	border: 1px solid #DCDCDC;
	border-bottom: 0;
	width: 100%;
	border-left: 0;
}
.config-desktop .nav-tabs .nav-link.active {
	background-color: #fff;
}
.config-desktop .body-dimensions {
	padding: 0 15px;
}
.config-desktop .body-dimensions .body-dimensions-header {
	color: #676767;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.config-desktop .body-dimensions textarea {
	padding: 10px 10px 0;
	font-size: 14px;
	line-height: 19.6px;
	border: 1px solid #303030;
}
.config-desktop .body-dimensions::-webkit-input-placeholder {
	/* Edge */
	color: rgba(103, 103, 103, 0.6) !important;
	opacity: 1 !important;
}
.config-desktop .body-dimensions:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(103, 103, 103, 0.6) !important;
	opacity: 1 !important;
}
.config-desktop .body-dimensions::placeholder {
	color: rgba(103, 103, 103, 0.6) !important;
	opacity: 1 !important;
}
.config-desktop .sliders {
	margin-top: 20px;
	padding: 0 15px;
}
.config-desktop .sliders h3 {
	margin-bottom: 0;
	font-size: 14px;
	color: #303030;
	font-weight: bold;
}
.config-desktop .config-bills-slider .nav-link,
.config-desktop .config-bills-slider__mobile .nav-link {
	font-size: 12px;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 13px;
	border: 1px solid #d8d8d8;
	padding-top: 5px;
	box-shadow: 0 3px 6px #00000029;
}
.config-desktop .config-bills-slider__mobile {
	padding-left: 0;
	border: none;
	box-shadow: none;
	margin-left: -15px;
	margin-right: -15px;
	background: #f2f2f2;
}
@media all and (min-width: 991px) {
	.config-desktop .config-bills-slider__mobile {
		display: none;
	}
}
.config-desktop .config-bills-slider__mobile .config-category-slider {
	background: #f2f2f2;
}
@media all and (min-width: 991px) {
	.config-desktop .only-mobile {
		display: none;
	}
}
@media all and (max-width: 991px) {
	.config-desktop .only-desktop {
		display: none;
	}
}
.config-desktop .decor-item {
	cursor: pointer;
}
.config-desktop .decor-item img {
	width: 100% !important;
	height: auto;
}
.config-desktop .decor-item:hover:after {
	display: block;
}
.config-desktop .d-grid-3-items .is--feature:before {
	width: 40px;
	height: 40px;
	background-size: 40px;
}
.config-desktop .filter-btn {
	font-size: 12px;
	text-decoration: underline;
	float: right;
	height: auto;
	line-height: unset;
	margin-top: 4px;
	color: #303030;
}
.config-desktop .filter-btn img {
	width: 21px;
	margin-right: 7px;
}
.config-desktop .config-bills-slider {
	display: none;
	padding-left: 0;
}
.config-desktop .color-filter-overlay.is--open {
	-webkit-transform: translate(0) !important;
	-moz-transform: translate(0) !important;
	-o-transform: translate(0) !important;
	transform: translate(0) !important;
}
.config-desktop .config-category-slider {
	background-color: #fff;
	padding-left: 15px;
}
.config-desktop .white-border {
	position: relative;
}
.config-desktop .white-border:after {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 4px;
	background-color: #fff;
	left: 0;
	right: 0;
}
.config-desktop .custom-range-mb {
	margin: 26px 0;
	position: relative;
}
@media all and (max-width: 991px) {
	.config-desktop .custom-range-mb {
		margin: 70px 0;
	}
}
.config-desktop .custom-range-mb .range-input-val {
	position: absolute;
	top: -13px;
	z-index: 9;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.config-desktop .custom-range-mb .range-input-val input {
	margin-bottom: 0;
	text-align: center;
	padding-right: 26px;
}
.config-desktop .custom-range-mb .range-input-val .cm-mb {
	background-color: transparent;
}
.config-desktop .custom-range-mb .range-slider-container-mb {
	padding: 0 30px;
	margin: 0;
}
.config-desktop .custom-range-mb .range-slider-container-mb:before {
	left: 30px;
}
.config-desktop .custom-range-mb .range-slider-container-mb:after {
	right: 30px;
}

.config-desktop__part .nav-tabs .nav-item {
	width: calc(100% / 3);
}

/*noUiSlider*/
.custom-slider.noUi-horizontal {
	height: 6px;
}
.custom-slider.noUi-horizontal .noUi-handle {
	width: 100px;
	right: -50px;
	height: 35px;
	top: -17px;
	box-shadow: none;
}
@media all and (max-width: 991px) {
	.custom-slider.noUi-horizontal .noUi-handle {
		width: 30px;
		height: 30px;
		right: -15px;
		box-shadow: 0px 2px 6px #000000;
		border: 1px solid #DCDCDC;
		border-radius: 50%;
	}
}
.custom-slider.noUi-horizontal .noUi-handle:focus {
	outline: none;
}
.custom-slider.noUi-horizontal .noUi-handle:before, .custom-slider.noUi-horizontal .noUi-handle:after {
	display: none;
}
.custom-slider.noUi-horizontal .noUi-pips.noUi-pips-horizontal {
	display: none;
}
.custom-slider.noUi-horizontal .noUi-tooltip {
	border: none;
	top: -31px;
	height: 29px;
	position: relative;
	font-size: 14px;
	color: #303030;
}
@media all and (max-width: 991px) {
	.custom-slider.noUi-horizontal .noUi-tooltip {
		top: -82px;
		width: 126px;
		height: 35px;
		border: 1px solid #DCDCDC;
		border-radius: 5px;
		background: #FFF;
		cursor: default;
		font-size: 16px;
		line-height: 25px;
		box-shadow: none;
	}
}
.custom-slider.noUi-horizontal .noUi-tooltip:focus {
	outline: none;
}
.custom-slider.noUi-horizontal .noUi-tooltip .input-tooltip {
	position: absolute;
	left: -1px;
	right: -3px;
	top: -3px;
	bottom: -3px;
	max-width: 102%;
	border: none;
	padding: 0 5px;
	border-radius: 3px;
	text-align: center;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	color: #303030;
	height: 35px;
}
@media all and (max-width: 991px) {
	.custom-slider.noUi-horizontal .noUi-tooltip .input-tooltip {
		font-size: 16px;
		line-height: 17px;
		height: 37px;
	}
}
.custom-slider.noUi-horizontal .noUi-tooltip .input-tooltip:focus {
	outline: none;
}
.custom-slider.noUi-horizontal .noUi-tooltip .input-tooltip__mobile {
	border: 1px solid #409ED6;
}
.custom-slider.noUi-horizontal .noUi-tooltip:after {
	content: "cm";
	display: inline-block;
	padding-left: 5px;
}
.custom-slider .limiter {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	background-color: transparent;
}
.custom-slider .limiter:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	height: 6px;
	border-radius: 5px;
	background: #409ED6;
}
.custom-slider .limiter-min,
.custom-slider .limiter-max {
	position: absolute;
	top: 10px;
	color: #BDBCBC;
	font-size: 12px;
	text-align: left;
}
.custom-slider .limiter-min {
	left: 0;
}
.custom-slider .limiter-max {
	right: 0;
}
.custom-slider .value-error {
	position: absolute;
	left: 0;
	right: 0;
	top: -3px;
	bottom: -3px;
	background: #fff3c6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.draggable:hover {
	cursor: grab;
}

.overlay-hide {
	display: none;
}

.overlay-show {
	display: block;
}

.tooltip {
	top: -3px !important;
}
.tooltip.show {
	opacity: 1;
}
.tooltip .arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: -9px;
}
.tooltip .arrow:after {
	background: #DDDDDD !important;
	border: 15px solid #fff !important;
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tooltip .arrow:before {
	display: none;
}

.tooltip-inner {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
	background-color: white !important;
	border-color: #E2E2E2 !important;
	width: auto !important;
	min-width: auto !important;
	max-width: 500px !important;
	padding: 20px;
	color: #0e0e0e;
}

#config-desktop-footer-overlay {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1050;
	background-color: #fff;
}
#config-desktop-footer-overlay .overlay-btn-close {
	background-image: url(../images/x-circle.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 20px;
}
#config-desktop-footer-overlay .overlay-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	margin-top: 11px;
}
#config-desktop-footer-overlay .country_select_overlay .custom_country_select {
	font-size: 16px;
	width: 200px;
	height: 49px;
	padding: 0 !important;
	margin: 0;
	border: 0;
	border-radius: 0;
	top: -4px;
	background-color: transparent;
}
#config-desktop-footer-overlay .country_select_overlay .custom_country_select:focus {
	outline: 0;
}
#config-desktop-footer-overlay .country_select_overlay .country-select {
	height: 35px;
}
#config-desktop-footer-overlay .country_select_overlay .country-select .country-list {
	z-index: 99;
	font-size: 16px;
	overflow: hidden;
	width: 100%;
	border-top: 0;
}
#config-desktop-footer-overlay .country_select_overlay .country-select.inside .flag-dropdown {
	border: 1px solid #DADADA;
	border-radius: 5px;
	background-color: transparent;
	width: 200px;
	height: 35px;
}
#config-desktop-footer-overlay .country_select_overlay .country-select.inside .flag-dropdown:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
#config-desktop-footer-overlay .country_select_overlay .country-select.inside .flag-dropdown:hover .selected-flag {
	background-color: transparent;
}
#config-desktop-footer-overlay .country_select_overlay .country-select.inside .flag-dropdown .flag {
	margin: 8px 0 0;
	background-image: url(../images/ds_sprites.png);
	height: 15px;
	width: 23px;
	background-size: unset;
}
#config-desktop-footer-overlay .country_select_overlay .country-select.inside .flag-dropdown .flag.de {
	background-position: -6px -75px;
}
#config-desktop-footer-overlay .country_select_overlay .country-select.inside .flag-dropdown .flag.ch {
	background-position: -73px -76px;
}
#config-desktop-footer-overlay .country_select_overlay .country-select.inside .flag-dropdown .flag.at {
	background-position: -35px -75px;
}
#config-desktop-footer-overlay .country_select_overlay .country-select.inside .flag-dropdown .flag.fr {
	background-position: -105px -75px;
}
#config-desktop-footer-overlay .country_select_overlay .country-select.inside .flag-dropdown .flag.be {
	background-position: -143px -75px;
}
#config-desktop-footer-overlay .country_select_overlay .country-select .selected-flag {
	width: 100%;
	padding: 0 0 0 7px;
}
#config-desktop-footer-overlay .country_select_overlay .country-select .selected-flag .arrow {
	border: solid #BDBCBC;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin-top: -5px;
	right: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#config-desktop-footer-overlay .country_select_overlay .country-select .selected-flag .arrow.up {
	margin-top: -2px;
	border: solid #BDBCBC;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#config-desktop-footer-overlay .country_select_overlay .country-select .selected-flag:focus {
	outline: 0;
}
#config-desktop-footer-overlay .link {
	text-decoration: underline;
	color: #676767;
}
#config-desktop-footer-overlay .link:hover {
	color: #409ed6;
}
#config-desktop-footer-overlay .line {
	border-top: 1px solid #DADADA;
	margin: 20px 0 10px 0;
	width: 100%;
	height: auto;
}
#config-desktop-footer-overlay .overlay-picture {
	background-color: #9d9d9d;
	width: 595px;
	height: 330px;
	position: relative;
	background-image: url(../images/versand-teaser.png);
	background-repeat: no-repeat;
}
#config-desktop-footer-overlay .overlay-picture .picture-overlay {
	background-color: rgba(255, 255, 255, 0.8);
	margin: 10px 0 0 10px;
	padding: 10px;
	max-width: 60%;
}
#config-desktop-footer-overlay .overlay-picture .picture-overlay .overlay-picture-list {
	list-style-type: none;
	list-style-image: url(../images/checkbox.svg);
}

.config-desktop-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #e9ecef;
	padding: 10px 15px;
	background-color: #fff;
	align-items: flex-end;
}
@media all and (max-width: 992px) {
	.config-desktop-footer {
		padding: 10px 15px;
		position: static;
		display: none !important;
	}
}
.config-desktop-footer__mobile {
	display: none !important;
}
@media all and (max-width: 992px) {
	.config-desktop-footer__mobile {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 11;
		display: flex !important;
	}
}
.config-desktop-footer .part-count_select {
	flex: 0 0 20%;
	align-self: flex-start;
	margin-top: 5px;
	margin-right: 10px;
}
.config-desktop-footer .price-info {
	margin-bottom: 10px;
	flex: 0 0 100%;
	align-items: center !important;
}
.config-desktop-footer .price-info__inline {
	flex: 0 0 75%;
}
.config-desktop-footer .price-info .price-actual {
	font-size: 22px;
	line-height: 22px;
	color: #303030;
}
@media all and (min-width: 992px) {
	.config-desktop-footer .price-info .price-actual {
		margin-right: 0.5rem;
	}
}
.config-desktop-footer .price-info .muted {
	line-height: 17px;
}
@media all and (max-width: 992px) {
	.config-desktop-footer .price-info .muted {
		font-size: 10px !important;
		line-height: 10px;
		color: #BDBCBC;
	}
}
.config-desktop-footer .align-items-end {
	align-items: flex-end !important;
}
.config-desktop-footer .btn-save {
	flex: 0 0 60px;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 100%;
}
.config-desktop-footer .btn-save .mobile {
	display: none;
}
.config-desktop-footer .btn-save span {
	display: none;
}
.config-desktop-footer .btn-cart {
	flex: 1 1 auto;
	margin-bottom: 5px;
}
.config-desktop-footer .btn-cart img {
	display: none;
}
.config-desktop-footer .bottom-text-footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 100%;
}

.custom-accordion_product {
	margin-bottom: 60px;
}
@media all and (max-width: 992px) {
	.custom-accordion_product {
		margin-bottom: 0;
	}
}

.abs-material-list .nav-item {
	flex: 0 0 100%;
}
.abs-material-list .nav-item .custom-checkbox {
	font-size: 16px;
}

.shelf-counter {
	margin-bottom: 10px;
}
.shelf-counter_title {
	font-size: 14px;
	font-weight: bold;
	color: rgba(48, 48, 48, 0.8);
	margin: 0 15px 0 0;
}
.shelf-counter_select {
	max-width: 100px;
}

.builder-carousel-for {
	margin-bottom: 15px;
}
.builder-carousel-for .slick-slide > img {
	width: 100%;
	object-fit: cover;
}

.builder-carousel-nav .slick-list {
	margin-left: -5px;
	margin-right: -5px;
}
.builder-carousel-nav .slick-slide {
	margin: 0 5px;
}
.builder-carousel-nav .slick-slide > img {
	width: 100%;
}
.builder-carousel-nav .slick-slide.slick-current {
	border-bottom: 3px solid #409ed6;
}
.builder-carousel-nav .slick-arrow {
	width: 50px;
	height: 50px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.9);
}
.builder-carousel-nav .slick-arrow:before {
	content: "";
	border: solid #BDBCBC;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 6px;
	opacity: 1;
}
.builder-carousel-nav .slick-arrow.slick-prev {
	left: 0;
}
.builder-carousel-nav .slick-arrow.slick-prev:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.builder-carousel-nav .slick-arrow.slick-next {
	right: 0;
}
.builder-carousel-nav .slick-arrow.slick-next:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/** colors **/
.product-dimensions__top {
	padding-top: 80px;
}
.product-dimensions__img {
	margin-right: 85px;
}
.product-dimensions__img-l {
	margin-right: 115px;
}
.product-dimensions .dimension-input {
	position: absolute;
}
.product-dimensions .dimension-input input {
	width: 66px;
	text-indent: 4px;
	text-align: right;
}
.product-dimensions .dimension-input--height {
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
}
.product-dimensions .dimension-input--height-d {
	right: 80%;
}
.product-dimensions .dimension-input--height-right {
	top: 38%;
	right: -6%;
}
.product-dimensions .dimension-input--height-left {
	left: -12%;
	top: 40%;
}
.product-dimensions .dimension-input--height-left-b {
	left: -12%;
}
.product-dimensions .dimension-input--height-left-half {
	left: -24%;
	top: 60%;
}
.product-dimensions .dimension-input--height-right-half {
	right: -17%;
	top: 47%;
}
.product-dimensions .dimension-input--height-right-half-b {
	right: -16%;
	top: 48%;
}
.product-dimensions .dimension-input--width {
	top: 90%;
	left: 49%;
	transform: translateX(-50%);
}
.product-dimensions .dimension-input--width-d {
	top: 91%;
}
.product-dimensions .dimension-input--width-b {
	top: 86%;
}
.product-dimensions .dimension-input--width-right-top {
	top: -19%;
	left: 43%;
}
.product-dimensions .dimension-input--width-left-top {
	top: -19%;
	right: 38%;
}
.product-dimensions .dimension-input--depth {
	top: 92%;
	left: 84%;
	transform: translate(-50%, -50%);
}
.product-dimensions .dimension-input--depth-d {
	top: 91%;
	left: 88%;
}
.product-dimensions .dimension-input--depth-b {
	top: 87%;
	left: 85%;
}
.product-dimensions .dimension-input--depth-top {
	top: -8%;
	left: -9%;
}
.product-dimensions .dimension-input--scorner-width {
	top: -22%;
	left: 48%;
}
.product-dimensions .dimension-input--scorner-width-left {
	left: -25%;
	top: 2%;
}
.product-dimensions .dimension-input--scorner-height {
	left: -36%;
	top: 54%;
}
.product-dimensions .dimension-input--scorner-depth-l {
	bottom: -26%;
	left: 6%;
}
.product-dimensions .dimension-input--scorner-depth-r {
	bottom: 7%;
	right: -33%;
}
.product-dimensions .dimension-input--rcorner-width-left {
	top: -21%;
	left: 1%;
}
.product-dimensions .dimension-input--rcorner-width-half-left {
	top: -27%;
	left: 44%;
}
.product-dimensions .dimension-input--rcorner-width-corner {
	top: -15%;
	right: -21%;
}
.product-dimensions .dimension-input--rcorner-height-right {
	top: 48%;
	right: -33%;
}
.product-dimensions .dimension-input--rcorner-height-half-left {
	left: -43%;
	bottom: 27%;
}
.product-dimensions .dimension-input--rcorner-depth-left {
	left: -11%;
	bottom: -7%;
}
.product-dimensions .dimension-input--rcorner-depth-right {
	bottom: -29%;
	right: -8%;
}
.product-dimensions .dimension-input--lcorner-width-right {
	top: -21%;
	right: 0%;
}
.product-dimensions .dimension-input--lcorner-width-half-right {
	top: -26%;
	right: 42%;
}
.product-dimensions .dimension-input--lcorner-width-corner {
	top: -8%;
	left: -21%;
}
.product-dimensions .dimension-input--lcorner-height-left {
	top: 48%;
	left: -32%;
}
.product-dimensions .dimension-input--lcorner-height-half-right {
	right: -44%;
	bottom: 29%;
}
.product-dimensions .dimension-input--lcorner-depth-left {
	right: -25%;
	bottom: -10%;
}
.product-dimensions .dimension-input--lcorner-depth-right {
	bottom: -29%;
	left: 12%;
}

/** colors **/
.product-budget .js-checked {
	z-index: 2;
}
.product-budget .js-checked::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	z-index: -1;
	background-color: white;
	border-top: 5px;
	border-top-style: solid;
	border-top-color: inherit;
	box-shadow: -2px 8px 19px #bfbfbf, inset 1px -1px 0 0 #b8b6b6, inset -1px 0 0 0 #b8b6b6;
}
.product-budget .js-checked .option-card__flag {
	top: -14px;
	left: 14px;
}
.product-budget .bestseller .img-container {
	position: relative;
}
.product-budget .bestseller .img-container .bestseller-text {
	position: absolute;
	top: 0;
	left: 50%;
	height: 24px;
	padding: 4px 15px;
	font-size: 12px;
	line-height: 16px;
	color: white;
	background-color: #409ED6;
	transform: translate(-50%, -50%);
}
.product-budget .option-card {
	position: relative;
}
.product-budget .option-card__best {
	position: absolute;
	top: 21px;
	left: 0;
}
.product-budget .option-card__best .planning-card-arrow {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #409ED6;
	margin: 2px auto 0;
	top: 25px;
}
.product-budget .option-card__flag {
	position: absolute;
	top: -5px;
	left: 24px;
}
@media screen and (max-width: 991px) {
	.product-budget .option-card__flag {
		top: 0;
	}
}
.product-budget .option-card__radiobox {
	position: relative;
	height: 32px;
}
.product-budget .option-card__radiobox input {
	visibility: hidden;
}
.product-budget .option-card__radiobox label {
	position: absolute;
	top: 0;
	left: 50%;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	background-color: white;
	border: 1px solid #676767;
	border-radius: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.product-budget .option-card__radiobox label:hover {
	background-color: #DCDCDC;
}
.product-budget .option-card__radiobox input:checked ~ label {
	background-color: #409ED6;
	border-color: #409ED6;
}
.product-budget .option-card__radiobox input:checked ~ label::after {
	content: "âœ”";
	text-align: left;
	position: absolute;
	left: 7px;
	font-size: 19px;
	line-height: 30px;
	color: white;
}
.product-budget .option-card__feature-list li {
	padding-left: 24px;
	padding-bottom: 12px;
}

.prodmore td {
	width: 310px;
	padding: 15px;
	vertical-align: top;
}
@media screen and (max-width: 991px) {
	.prodmore td {
		width: 33.333%;
		padding: 5px;
	}
}
@media screen and (max-width: 767px) {
	.prodmore td {
		padding: 15px;
		width: 320px;
	}
}
.prodmore__list ~ tr:nth-child(even) {
	background-color: #F2F2F2;
}

.prodmore-old .start-info ~ tr {
	border-top: 1px solid #F2F2F2;
}
.prodmore-old td {
	width: 27%;
	padding: 20px 25px 20px 0;
}
@media screen and (max-width: 991px) {
	.prodmore-old td {
		padding: 5px;
	}
}
@media screen and (max-width: 767px) {
	.prodmore-old td {
		padding: 15px;
	}
}
.prodmore-old td:first-child {
	width: 19%;
}

.modal-sticky-table-header {
	visibility: hidden;
	margin-right: -10px;
	padding-right: 10px;
	position: sticky;
	top: 0;
	margin-left: -20px;
	width: calc(100% + 40px);
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	line-height: 25px;
	box-shadow: 0 3px 10px -2px grey;
	z-index: 10;
}
.modal-sticky-table-header td {
	width: 27%;
	padding: 20px 25px 20px 0;
}
.modal-sticky-table-header td:first-child {
	width: 19%;
	padding: 20px 25px 20px 0;
}
.modal-sticky-table-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.slider-on-mobile--dots-height.owl-carousel .owl-stage-outer {
	width: calc(100% + 30px);
	margin-left: -15px;
}
.slider-on-mobile--dots-height.owl-carousel .owl-stage-outer .owl-stage {
	margin-left: 15px;
}

.option-card__carousel .owl-stage {
	display: flex;
}
.option-card__carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
}
.option-card__carousel .option-card-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
	.option-card__carousel .option-card__carousel-item.col-12 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

.budget-slider-sticky {
	position: sticky;
	top: -22px;
	left: 0;
	background-color: #ffffff;
	z-index: 100;
}
.budget-slider-sticky .owl-nav {
	display: none;
}
.budget-slider-sticky .owl-nav button {
	margin: 0 !important;
}
.budget-slider-sticky .owl-nav.sticky {
	display: block;
	margin: 0 !important;
	height: 0;
}
.budget-slider-sticky .owl-theme .owl-nav .disabled {
	opacity: 1 !important;
}
.budget-slider-sticky__arrows {
	display: none;
	z-index: 100;
	position: relative;
}
.budget-slider-sticky__arrows.sticky {
	position: sticky;
	display: block;
	z-index: 101;
}
.budget-slider-sticky__arrow-l {
	position: absolute;
	left: 0;
	top: 0;
	height: 62px;
	width: 50px;
	background-color: #fff;
}
.budget-slider-sticky__arrow-r {
	position: absolute;
	right: 0;
	top: 0;
	height: 62px;
	width: 50px;
	background-color: #fff;
}
.budget-slider-sticky.sticky {
	box-shadow: 0 3px 6px #00000029;
	position: sticky;
}

.product-order__tabs .custom-tabs_link.active {
	position: relative;
	color: white;
	background-color: #fecc3a;
}
.product-order__tabs .custom-tabs_link.active::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fecc3a;
	clear: both;
	transform: translateX(-50%);
}
.product-order__decor {
	width: 50px;
	height: 50px;
}
.product-order__remarks textarea {
	height: 80px;
	overflow: auto;
}
.product-order__saving input {
	height: 35px;
	text-indent: 5px;
}

@media screen and (min-width: 991px) {
	.corpus-list__item:before {
		content: "â–¶";
		color: #409ED6;
		margin-right: 5px;
		font-size: 14px;
	}
	.corpus-list__item-select {
		border-color: #e8e8e8 !important;
		padding: 0 28px 0 10px;
		background: #fff url(../images/icon_down.png) no-repeat right 8px center;
	}
	.corpus-list__item-select-old {
		display: flex;
		align-items: flex-end;
		overflow: visible;
	}
	.corpus-list__item-select-old .list {
		width: 100%;
	}
	.corpus-list__item-select-old .option {
		padding-left: 10px !important;
	}
	.corpus-list__item-select-old:after {
		display: none;
	}
}
.sketch-old .sketch__block-line:before {
	content: "î¤¤";
	position: absolute;
	background-image: none;
	color: #DCDCDC;
	border: 2px solid #DCDCDC;
	font-weight: normal;
	font-family: "ds";
	font-size: 11px;
	display: flex;
	height: 22px;
	width: 22px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.sketch__video-info {
	width: 188px;
	padding: 10px;
	position: absolute;
	top: -60px;
	left: 56%;
	transform: translateX(-50%);
	font-size: 12px;
	color: #303030;
	background-color: #FDF7E0;
	box-shadow: 0 0 15px #00000026;
	border-radius: 4px;
	line-height: 1.4;
}
.sketch__video-info:before {
	content: "";
	border: 20px solid transparent;
	border-top: 20px solid #FDF7E1;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.sketch__video {
	margin-right: 50px;
}
@media screen and (max-width: 767px) {
	.sketch__video {
		display: none;
	}
}
.sketch__video-btn-play {
	width: 30px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	border: none;
}
.sketch__video-btn-play:before {
	content: "â–¶";
	font-size: 11px;
}
.sketch__video-btn-play.play:before {
	content: "âšâš";
	font-size: 11px;
}
.sketch__video-btn-load {
	width: 30px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	border: none;
}
.sketch__video-btn-load svg {
	width: 11px;
}
.sketch__image {
	height: 231px;
}
.sketch__image-two-d {
	margin-right: -27px;
}
@media screen and (max-width: 767.98px) {
	.sketch__image-two-d {
		margin-right: -26px;
	}
}
.sketch__block {
	width: 300px;
	height: 200px;
	border-top: 3px solid #303030;
	border-bottom: 3px solid #303030;
	border-left: 3px solid #303030;
	position: relative;
}
@media screen and (max-width: 767.98px) {
	.sketch__block {
		width: 250px;
	}
}
.sketch__block-line {
	height: 100%;
	border-right: 3px solid #303030;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.sketch__block-line:before {
	content: "î¤·";
	font-family: "ds" !important;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.sketch__block-line:hover {
	background-color: #F5BD2C;
}
.sketch__block-line.active {
	background-color: #F5BD2C;
}
@media screen and (max-width: 767px) {
	.sketch__block-line:hover {
		background-color: transparent;
	}
}
.sketch__block-line:after {
	content: attr(data-width-section);
	position: absolute;
	bottom: -46px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
}
.sketch__block-insize {
	width: 100%;
	height: 2px;
	background-color: #409ED6;
	position: absolute;
	bottom: -30px;
	left: 0;
}
@media screen and (max-width: 767px) {
	.sketch__block-insize {
		bottom: -30px;
	}
}
.sketch__block-insize:before {
	content: "";
	position: absolute;
	left: -2px;
	top: -5px;
	height: 12px;
	width: 2px;
	background-color: #409ED6;
}
.sketch__block-insize:after {
	content: "";
	position: absolute;
	right: -2px;
	top: -5px;
	height: 12px;
	width: 2px;
	background-color: #409ED6;
}
.sketch__block-bottom {
	width: 100%;
	height: 10px;
	border-right: 3px solid #303030;
	border-left: 3px solid #303030;
	background-color: #F5BD2C;
	cursor: pointer;
}
.sketch__block-bottom:hover {
	background-color: #f9aa06;
}
.sketch__left-size {
	height: calc(100% - 14px);
	width: 2px;
	position: absolute;
	top: 0;
	left: -25px;
}
@media screen and (max-width: 767.98px) {
	.sketch__left-size {
		left: -15px;
	}
}
.sketch__left-size:before {
	content: attr(data-height-section);
	position: absolute;
	top: 50%;
	left: -11px;
	transform: translate(-50%, -50%) rotate(90deg);
	font-size: 10px;
}
.sketch__left-insize {
	height: calc(100% - 8px);
	width: 2px;
	background-color: #409ED6;
	position: absolute;
	top: 0;
	left: 0;
}
.sketch__left-insize:before {
	content: "";
	width: 12px;
	height: 2px;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #409ED6;
}
.sketch__left-insize:after {
	content: "";
	width: 12px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: -5px;
	background-color: #409ED6;
}
.sketch__bottom-size {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -22px;
	left: 0;
}
.sketch__bottom-size:before {
	content: attr(data-mwidth-section);
	position: absolute;
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
	font-size: 10px;
}
@media screen and (max-width: 767px) {
	.sketch__bottom-size {
		width: calc(100% + 26px);
	}
}
.sketch__bottom-insize {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #409ED6;
}
.sketch__bottom-insize:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 2px;
	height: 12px;
	background-color: #409ED6;
}
.sketch__bottom-insize:after {
	content: "";
	position: absolute;
	top: -5px;
	right: 0;
	width: 2px;
	height: 12px;
	background-color: #409ED6;
}

.side-switcher-in {
	background-color: #ffffff;
}
.side-switcher__item span {
	border: 1px solid #DCDCDC;
	color: #303030;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer;
}
.side-switcher__item.active span {
	color: #ffffff;
	background-color: #303030;
}
.side-switcher__item:last-child span {
	margin-right: 0 !important;
}
.side-switcher__items--mod {
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	padding: 6px 3px 5px;
	background-color: #ffffff;
	height: 37px;
}
.side-switcher__items--mod .side-switcher__item span {
	border: none;
	color: #303030;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 6px 10px;
	cursor: pointer;
}
.side-switcher__items--mod .side-switcher__item.active span {
	color: #ffffff;
	background-color: #303030;
}

.side-switcher__block {
	padding: 2px 10px 10px 10px;
	border: 1px solid #64656A;
	max-width: 172px;
}

@media screen and (max-width: 767px) {
	.window-switcher .col-3 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.window-switcher .modal-item__txt-img:nth-child(even) {
		padding-right: 10px !important;
	}
	.window-switcher .modal-item__txt-img:nth-child(odd) {
		padding-left: 10px !important;
	}
	.window-switcher .col-3:first-child {
		padding-left: 0 !important;
	}
	.window-switcher .col-3:last-child {
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 413px) {
	.window-switcher .modal-item__txt-img.col-3 {
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 10px !important;
		padding-left: 10px !important;
		margin-bottom: 10px;
	}
	.window-switcher .modal-item__txt-img.col-3:nth-child(odd) {
		padding-left: 0 !important;
	}
	.window-switcher .modal-item__txt-img.col-3:nth-child(even) {
		padding-right: 0 !important;
	}
}

.window-switcher-blk .modal-item__txt-img.col-3:nth-child(even), .window-switcher-blk .modal-item__txt-img.col-4:nth-child(even) {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.window-switcher-blk .modal-item__txt-img.col-3:nth-child(odd), .window-switcher-blk .modal-item__txt-img.col-4:nth-child(odd) {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
@media screen and (min-width: 413px) {
	.window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(3n) {
		padding-right: 0 !important;
	}
	.window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(1), .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(4), .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(7), .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(10) {
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 410px) {
	.window-switcher-blk .modal-item__txt-img.col-4:nth-child(odd) {
		padding-left: 0 !important;
	}
	.window-switcher-blk .modal-item__txt-img.col-4:nth-child(even) {
		padding-right: 0 !important;
	}
}

.input-small {
	max-width: 56px;
}

.input-group .input-group-append .input-group-text.border-radius-right {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.modal-body__head {
	background-color: #676767;
}
.modal-body__info {
	display: none;
	background-color: #F2F2F2;
	padding: 20px 40px 20px 20px;
}
.modal-body--blue {
	border-top: 1px solid #409ED6;
	border-bottom: 1px solid #409ED6;
	background: #edf5fb;
	color: #409ED6;
}
.modal-body__info-switch {
	display: none;
}
.modal-body__info-switch.active {
	display: block;
}

.modal__tablet-modal thead td {
	padding: 0 5px;
	vertical-align: top;
	text-align: center;
}
.modal__tablet-modal tbody td {
	padding: 8px 5px;
	vertical-align: middle;
}
@media screen and (max-width: 424px) {
	.modal__tablet-modal tbody td {
		padding: 4px 0;
	}
}
@media screen and (max-width: 413px) {
	.modal__tablet-modal tbody td:nth-child(2), .modal__tablet-modal tbody td:nth-child(4) {
		width: 72px;
		text-align: center;
	}
	.modal__tablet-modal tbody td:nth-child(3) {
		text-align: center;
	}
}
.modal__tablet-modal .disabled {
	background-color: #F2F2F2;
}
.modal__tablet-modal .disabled .checkmark {
	display: none;
}
.modal__tablet-modal .disabled .custom-checkbox {
	pointer-events: none;
}
.modal__tablet-modal .active .modal__tablet-modal-active {
	position: relative;
	vertical-align: baseline;
}
.modal__tablet-modal .active .modal__tablet-modal-active:before {
	font-family: "ds" !important;
	content: "î¤µ";
	font-size: 9px;
	position: relative;
	top: 0;
	right: -8px;
	display: inline-block;
	margin-right: 7px;
	transform: rotate(180deg);
}
@media screen and (max-width: 424px) {
	.modal__tablet-modal .active .modal__tablet-modal-active:before {
		margin-right: 11px;
	}
}

.modal-item__txt-img {
	cursor: pointer;
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.modal-item__txt-img:nth-child(odd) {
	padding-left: 0 !important;
}
.modal-item__txt-img:nth-child(even) {
	padding-right: 0 !important;
}
.modal-item__txt-img-icon {
	position: absolute;
	top: -9px;
	right: -9px;
	border-radius: 50%;
}
.modal-item__txt-img-icon span:before {
	position: relative;
	z-index: 1;
	font-size: 18px;
}
.modal-item__txt-img-icon span:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #ffffff;
	width: 8px;
	height: 12px;
	border-radius: 50%;
}
.modal-item__txt-img-icon-m {
	top: -1px;
	right: -2px;
}
.modal-item__txt-img-image {
	outline: 1px solid #303030;
	margin-bottom: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: auto calc(100% + 6px);
	background-position: center;
	background-image: none !important;
}
.modal-item__txt-img-image img {
	display: block !important;
}
.modal-item__txt-img-image-s {
	height: auto;
	width: 112px;
}
.modal-item__txt-img-image-s .modal-item__txt-img-icon {
	right: -12px;
	top: -11px;
}
@media screen and (max-width: 413px) {
	.modal-item__txt-img-image-s {
		height: auto;
		width: 100%;
	}
	.modal-item__txt-img-image-s .modal-item__txt-img-icon {
		right: -12px;
		top: -11px;
	}
}
.modal-item__txt-img-image-xs {
	height: 80px;
	width: 80px;
}
@media screen and (max-width: 413px) {
	.modal-item__txt-img-image-xs {
		height: 130px;
		width: 100%;
	}
}
.modal-item__txt-img-klappen-img img:first-child {
	display: block !important;
}
.modal-item__txt-img-klappen-img img:last-child {
	display: none !important;
}
.modal-item__txt-img-klappen-img.active img:first-child {
	display: none !important;
}
.modal-item__txt-img-klappen-img.active img:last-child {
	display: block !important;
}
@media screen and (max-width: 424px) {
	.modal-item__txt-img-under {
		padding: 0 10px;
	}
}
.modal-item__txt-img-flag .modal-item__txt-img-flag-icon {
	display: none;
	z-index: 202222;
	top: 0;
	left: 35%;
	transform: translateX(-50%);
	position: absolute;
}
.modal-item__txt-img-flag.disabled .modal-item__txt-img-flag-icon {
	display: block;
}
.modal-item__txt-img-lay2 {
	top: -5px;
	right: -5px;
	pointer-events: none;
}
.modal-item__txt-img-lay3 {
	top: -10px;
	right: -10px;
	pointer-events: none;
}
.modal-item__txt-img.disabled img {
	opacity: 0.3;
}
.modal-item__txt-img.disabled span:not(.modal-item__txt-img-flag-icon) {
	opacity: 0.3;
}
.modal-item__txt-img.disabled .modal-item__txt-img-lay2,
.modal-item__txt-img.disabled .modal-item__txt-img-lay3 {
	opacity: 0.3;
}
.modal-item__txt-img.active .texttop {
	display: inline-block;
}
.modal-item__txt-img.active .modal-item__txt-img-image {
	outline: 4px solid #409ED6;
	outline-offset: -3px;
}
.modal-item__txt-img.active .modal-item__txt-img-icon {
	display: block;
}
.modal-item__txt-img.active .modal-item__txt-img-in .modal-item__txt-img-icon {
	right: -15px;
}
.modal-item__txt-img-texttop .texttop {
	display: none;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 10px;
	font-size: 12px;
	width: 126px;
	margin-left: -5px;
}
@media screen and (max-width: 767.98px) {
	.modal-item__txt-img-texttop .texttop {
		width: 100px;
	}
}
@media screen and (max-width: 410px) {
	.modal-item__txt-img.col-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.modal-item__txt-img-5 > div {
	width: 33.3333%;
}
.modal-item__txt-img-4 > div {
	width: 25%;
}

.list-check-valve {
	display: none;
}
.list-check-valve.active {
	display: block;
}

.info-lists {
	background-color: #F2F2F2;
}
.info-lists__items {
	display: none;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	margin: 0;
}
.info-lists__items li {
	padding-right: 20px;
}
.info-lists__items.active {
	display: block;
}
.info-lists__items .btn-close {
	top: 20px;
	right: 20px;
}
.info-lists__item:before {
	content: "";
	background-image: url("../images/checkbox.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 13px;
	height: 10px;
	margin-right: 5px;
	margin-top: 7px;
	display: inline-block;
}

.bg-white-transparent {
	background-color: #ffffff;
	opacity: 0.85;
}

@media screen and (max-width: 767.98px) {
	.modal__delivery {
		padding: 40px 15px 15px 15px;
	}
}
.modal__delivery-list {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 160px;
}
.modal__delivery-list-in {
	max-width: 370px;
}

.modal-sub-content.slide .modal-main {
	right: 100%;
	position: absolute;
}
.modal-sub-content.slide .modal-subblocks {
	left: 0;
	position: relative;
}
.modal-sub-content.slide.slide-left {
	left: -100%;
	position: relative;
}
.modal-main {
	transition: 0.5s;
	position: relative;
	right: 0;
	width: 100%;
}
.modal-subblocks {
	width: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	transition: 0.5s;
}
.modal-subblock {
	display: none;
}
.modal-subblock-in .modal-content {
	position: absolute;
}

.modal-content.add-doors {
	position: absolute;
	left: 0;
	transition: 0.5s;
}
.modal-content.add-doors.slide-left {
	overflow-y: hidden;
	left: -100%;
	top: 0;
}
.modal-contents {
	position: relative;
	top: 0;
	right: -100%;
	transition: 0.5s;
}
.modal-contents.active {
	right: 0;
}

.info-list-tooltip {
	display: none;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	z-index: 1001;
	min-width: 277px;
}

.info-list-tooltip .triangle {
	display: block;
	position: absolute;
	left: -19px;
	top: 41px;
	margin-top: -15px;
	background-position: 0 -4808px;
	height: 26px;
	width: 19px;
	background-image: url("../images/icons_sprite_20191105.png");
}

.info-list-tooltip-ul {
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 20px;
	width: 277px;
}

.info-list-tooltip-ul:last-child {
	border: none;
}

.info-list-tooltip-ul li {
	margin: 0 0 5px;
	display: inline-block;
	padding-right: 5px;
	width: 100%;
}

.info-list-tooltip-ul li.disabled-basic a {
	margin-left: -5px;
}

.info-list-tooltip-ul li:last-child {
	margin: 0;
}

.info-list-tooltip p {
	padding-bottom: 5px;
	line-height: 1.4;
	font-size: 14px;
	margin-bottom: 0;
}

.info-list-tooltip a {
	color: #409ED6;
	font-size: 16px;
	line-height: 1.4;
}

.info-list-tooltip-disabled {
	display: none;
}

.info-list-tooltip li.disabled .info-list-tooltip-disabled {
	display: inline-block;
	position: relative;
	top: 2px;
}

.info-list-tooltip li.disabled .info-list-tooltip-disabled:before {
	color: #409ED6;
	width: 6px;
	font-size: 15px;
	overflow: hidden;
	display: inline-block;
}

.info-list-tooltip li.disabled .info-list-tooltip-disabled:after {
	content: "î¤¬";
	color: #D2B464;
	width: 6px;
	font-size: 15px;
	overflow: hidden;
	display: inline-block;
	transform: scale(-1, 1);
}

.info-list-tooltip li.disabled a {
	color: #BDBCBC;
	pointer-events: none;
}

.info-list-tooltip-1 li:before {
	content: "";
	height: 11px;
	width: 11px;
	background-position: 0 -3667px;
	background-image: url("../images/icons_sprite_20191105.png");
	background-repeat: no-repeat;
	margin-right: 10px;
	display: inline-block;
}

.info-list-tooltip-2 li:before {
	content: "";
	background-position: 0 -2487px;
	height: 11px;
	width: 11px;
	background-image: url("../images/icons_sprite_20191105.png");
	background-repeat: no-repeat;
	margin-right: 10px;
	display: inline-block;
}

.info-list-tooltip-4 {
	background-color: #f5f5f5;
	border-radius: 5px;
}

.info-list-tooltip-4 li:before {
	content: "";
	background-position: 0 -5015px;
	height: 9px;
	width: 9px;
	background-image: url("../images/icons_sprite_20191105.png");
	background-repeat: no-repeat;
	margin-right: 10px;
	display: inline-block;
}

.info-list-tooltip-4 a {
	color: #BA3A47;
	font-size: 14px;
}

.input-small {
	max-width: 56px;
}

.input-group .input-group-append .input-group-text.border-radius-right {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.modal3__tablet-modal td {
	padding: 5px;
}

.modal3__tablet-modal .active {
	background-color: #F2F2F2;
}

.info-title-icon-secondary,
.info-title-icon {
	position: relative;
	top: -1px;
}

@media screen and (max-width: 767.98px) {
	.js-product-line-content {
		border: none !important;
	}
}
.text-pr-5 {
	padding-right: 5px;
}

@media screen and (max-width: 424px) {
	.label-text {
		padding: 10px 0 0 0;
		display: flex !important;
		width: 100%;
	}
}
.teaser-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.teaser-item .teaser-title {
	align-self: flex-start;
}

.prodSliderModal .owl-item {
	display: flex;
	flex: 1 0 auto;
	align-self: stretch;
}
.prodSliderModal .owl-stage {
	display: flex;
}
.prodSliderModal .teaser-item__btn {
	width: 100%;
}
.prodSliderModal .col-12 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.doors-switcher-on {
	display: none;
}
.doors-switcher-on.active {
	display: inline-block;
}

.basic-disabled-label {
	position: relative;
}
.basic-disabled-label .modal-item__txt-img-flag-premium {
	display: none;
}
.basic-disabled-label.disabled {
	opacity: 0.3;
}
.basic-disabled-label.disabled .modal-item__txt-img-flag-premium {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.material-stock-old {
	display: none;
	color: #428c00;
}

.corner-side-switcher {
	cursor: pointer;
	display: none;
}
.corner-side-switcher.active {
	display: block;
}

.corner-side-switcher-mob {
	padding: 0 15px;
	height: 38px;
	display: none;
	width: 100%;
}
.corner-side-switcher-mob__item {
	padding: 0 5px;
	margin-right: 10px;
}
.corner-side-switcher-mob__item.active {
	font-weight: bold;
	position: relative;
}
.corner-side-switcher-mob__item.active:after {
	content: "";
	height: 3px;
	width: 100%;
	background-color: #409ED6;
	position: absolute;
	bottom: 0;
	left: 0;
}
.corner-side-switcher-mob__item:last-child {
	margin-right: 10px;
}
.corner-side-switcher-mob__img-i {
	display: none;
}
.corner-side-switcher-mob__img-i.active {
	display: block;
}

@media screen and (max-width: 413px) {
	.corner-side-switcher-out {
		display: none;
	}

	.corner-side-switcher-mob {
		display: block;
	}
}
.login-switch__item {
	display: none;
}
.login-switch__item.active {
	display: block;
}

@media screen and (max-width: 413px) {
	.extras-input-mobile {
		flex-direction: column;
	}
	.extras-input-mobile > div {
		width: 151px;
		justify-content: space-between !important;
	}
	.extras-input-mobile > div:first-child {
		margin-bottom: 15px;
	}
}

.product-service {
	margin-top: 15px;
}

.side-switcher__items {
	align-items: center !important;
}

.main__content {
	margin-bottom: 76px;
}

.main__footer {
	position: fixed !important;
	top: calc(100% - 96px);
}

.radio-save-modal {
	display: none;
}
.radio-save-modal.active {
	display: block;
}

form.row {
	align-items: flex-start;
}

.furniture-foot .disabled {
	opacity: 0.5;
}

.plinth-switcher__items {
	margin-right: -10px !important;
	margin-left: -10px !important;
}
.plinth-switcher__item:nth-child(odd), .plinth-switcher__item:nth-child(even) {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.plinth-switcher .col-4 {
	-ms-flex: 0 0 33.333333% !important;
	flex: 0 0 33.333333% !important;
	max-width: 33.333333% !important;
}

.plinth-switch__item {
	display: none;
}
.plinth-switch__item.active {
	display: block;
}

.plinth-modal .plinth-switch__item .tooltip-big.disabled {
	opacity: 0.5;
}

.menu-mobile.sticky {
	position: fixed;
	width: 100%;
	z-index: 710;
	top: -40px;
}

.header .middle-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 700;
	background: white;
}

.product-line-navigation.sticky {
	position: fixed;
	width: 100%;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 690;
	top: 57px;
	left: 0;
}
@media screen and (min-width: 575px) {
	.product-line-navigation.sticky {
		top: 76px;
	}
}

@media screen and (max-width: 767px) {
	.product-line-wrap {
		padding: 0;
	}
	.product-line__subtitle {
		border-bottom: none !important;
	}
	.product-line__head-wrap {
		flex-direction: column;
		align-items: center;
	}
	.product-line__head-wrap-dots {
		display: none;
	}
	.product-line__head-wrap-i {
		flex-direction: column;
	}
}
@media screen and (max-width: 394px) {
	.product-line__head-wrap {
		flex-direction: row;
	}
	.product-line__head-in {
		flex-direction: column;
		justify-content: flex-start !important;
		align-items: flex-start !important;
	}
	.product-line__head-wrap-dots {
		display: inline-block;
		margin-right: 6px;
	}
	.product-line__head-wrap-i {
		flex-direction: row;
	}
}

.configuration__tooltip-trigger {
	position: relative;
	cursor: pointer;
}
.configuration__tooltip-trigger svg {
	width: 22px;
	height: 22px;
	vertical-align: baseline;
}
.configuration__tooltip-trigger--forest-green svg {
	fill: #008A00;
}
.configuration__tooltip-trigger--darkgray svg {
	fill: #303030;
}
.configuration__tooltip-trigger .tooltip-text {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 120%;
	z-index: 1000;
	border: 1px solid #eee;
	border-radius: 5px;
	transform: translateY(-50%);
}
.configuration__tooltip-trigger:hover .tooltip-text {
	visibility: visible;
}

.list-icon-checkmark li {
	list-style: none;
	position: relative;
}
.list-icon-checkmark li::before {
	content: "âœ”";
	position: absolute;
	top: -2px;
	left: 0;
}
.list-icon-checkmark .li-icon-arrow::before {
	content: "â–¶";
}
.list-icon-checkmark .li-icon-none::before {
	content: "";
}
.list-icon-checkmark--small-yellow li::before {
	font-size: 13px;
	color: #F5BD2C;
	top: 2px;
}
.list-icon-checkmark--big-blue li::before {
	font-size: 20px;
	color: #409ED6;
}

.li-icon-select, .li-icon-phone, .li-icon-envelope, .li-icon-whatsapp {
	position: relative;
	list-style: none;
}
.li-icon-select::before, .li-icon-phone::before, .li-icon-envelope::before, .li-icon-whatsapp::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 16px;
	height: 16px;
	background-size: cover;
}
.li-icon-select::before {
	top: 10px;
	background-image: url("../../../deinschrank-update/assets/images/icons/lnr-select.svg");
}
.li-icon-phone::before {
	background-image: url("../../../deinschrank-update/assets/images/icons/lnr-phone-handset.svg");
}
.li-icon-envelope::before {
	top: -2px;
	background-image: url("../../../deinschrank-update/assets/images/icons/lnr-envelope.svg");
}
.li-icon-whatsapp::before {
	background-image: url("../../../deinschrank-update/assets/images/icons/whatsapp.svg");
}

.product-line .contact-block {
	position: relative;
	float: none;
}

@media screen and (min-width: 992px) {
	.product-line .contact-block {
		position: relative;
	}
}
.prodSliderModal {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-drawer-1 {
	display: none;
}

.select-switcher__item {
	display: none;
}
.select-switcher__item.active {
	display: block;
}

.modal-item__txt-img__radio {
	display: none;
}

.flaps input[type=radio] {
	margin-top: 3px;
}
.flaps__body .row {
	margin: 0;
}

.product-dimensions__top {
	padding-top: 80px;
}
.product-dimensions__img {
	margin-right: 85px;
}
.product-dimensions__img-l {
	margin-right: 115px;
}
.product-dimensions .dimension-input {
	position: absolute;
}
.product-dimensions .dimension-input input {
	width: 66px;
	text-indent: 4px;
	text-align: right;
}
.product-dimensions .dimension-input--height {
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
}
.product-dimensions .dimension-input--height-d {
	right: 80%;
}
.product-dimensions .dimension-input--height-right {
	top: 38%;
	right: -6%;
}
.product-dimensions .dimension-input--height-left {
	left: -12%;
	top: 40%;
}
.product-dimensions .dimension-input--height-left-b {
	left: -12%;
}
.product-dimensions .dimension-input--height-left-half {
	left: -24%;
	top: 60%;
}
.product-dimensions .dimension-input--height-right-half {
	right: -17%;
	top: 47%;
}
.product-dimensions .dimension-input--height-right-half-b {
	right: -16%;
	top: 48%;
}
.product-dimensions .dimension-input--width {
	top: 90%;
	left: 49%;
	transform: translateX(-50%);
}
.product-dimensions .dimension-input--width-d {
	top: 91%;
}
.product-dimensions .dimension-input--width-b {
	top: 86%;
}
.product-dimensions .dimension-input--width-right-top {
	top: -19%;
	left: 43%;
}
.product-dimensions .dimension-input--width-left-top {
	top: -19%;
	right: 38%;
}
.product-dimensions .dimension-input--depth {
	top: 92%;
	left: 84%;
	transform: translate(-50%, -50%);
}
.product-dimensions .dimension-input--depth-d {
	top: 91%;
	left: 88%;
}
.product-dimensions .dimension-input--depth-b {
	top: 87%;
	left: 85%;
}
.product-dimensions .dimension-input--depth-top {
	top: -8%;
	left: -9%;
}
.product-dimensions .dimension-input--scorner-width {
	top: -22%;
	left: 48%;
}
.product-dimensions .dimension-input--scorner-width-left {
	left: -25%;
	top: 2%;
}
.product-dimensions .dimension-input--scorner-height {
	left: -36%;
	top: 54%;
}
.product-dimensions .dimension-input--scorner-depth-l {
	bottom: -26%;
	left: 6%;
}
.product-dimensions .dimension-input--scorner-depth-r {
	bottom: 7%;
	right: -33%;
}
.product-dimensions .dimension-input--rcorner-width-left {
	top: -21%;
	left: 1%;
}
.product-dimensions .dimension-input--rcorner-width-half-left {
	top: -27%;
	left: 44%;
}
.product-dimensions .dimension-input--rcorner-width-corner {
	top: -15%;
	right: -21%;
}
.product-dimensions .dimension-input--rcorner-height-right {
	top: 48%;
	right: -33%;
}
.product-dimensions .dimension-input--rcorner-height-half-left {
	left: -43%;
	bottom: 27%;
}
.product-dimensions .dimension-input--rcorner-depth-left {
	left: -11%;
	bottom: -7%;
}
.product-dimensions .dimension-input--rcorner-depth-right {
	bottom: -29%;
	right: -8%;
}
.product-dimensions .dimension-input--lcorner-width-right {
	top: -21%;
	right: 0%;
}
.product-dimensions .dimension-input--lcorner-width-half-right {
	top: -26%;
	right: 42%;
}
.product-dimensions .dimension-input--lcorner-width-corner {
	top: -8%;
	left: -21%;
}
.product-dimensions .dimension-input--lcorner-height-left {
	top: 48%;
	left: -32%;
}
.product-dimensions .dimension-input--lcorner-height-half-right {
	right: -44%;
	bottom: 29%;
}
.product-dimensions .dimension-input--lcorner-depth-left {
	right: -25%;
	bottom: -10%;
}
.product-dimensions .dimension-input--lcorner-depth-right {
	bottom: -29%;
	left: 12%;
}

/* <onlineplaner / masse> */
/*<Typ 13>*/
.product-dimensions .typ-13-vor_breite2 {
	top: -10%;
    right: -2%;
}
.product-dimensions .typ-13-vor_tiefe_oben2 {
	right: -21%;
    top: 14%;
}
/*</Typ 13>*/
/* </onlineplaner / masse> */

/** colors **/
.product-budget .js-checked {
	z-index: 2;
}
.product-budget .js-checked::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	z-index: -1;
	background-color: white;
	border-top: 5px;
	border-top-style: solid;
	border-top-color: inherit;
	box-shadow: -2px 8px 19px #bfbfbf, inset 1px -1px 0 0 #b8b6b6, inset -1px 0 0 0 #b8b6b6;
}
.product-budget .js-checked .option-card__flag {
	top: -14px;
	left: 14px;
}
.product-budget .bestseller .img-container {
	position: relative;
}
.product-budget .bestseller .img-container .bestseller-text {
	position: absolute;
	top: 0;
	left: 50%;
	height: 24px;
	padding: 4px 15px;
	font-size: 12px;
	line-height: 16px;
	color: white;
	background-color: #409ED6;
	transform: translate(-50%, -50%);
}
.product-budget .option-card {
	position: relative;
}
.product-budget .option-card__best {
	position: absolute;
	top: 21px;
	left: 0;
}
.product-budget .option-card__best .planning-card-arrow {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #409ED6;
	margin: 2px auto 0;
	top: 25px;
}
.product-budget .option-card__flag {
	position: absolute;
	top: -5px;
	left: 24px;
}
@media screen and (max-width: 991px) {
	.product-budget .option-card__flag {
		top: 0;
	}
}
.product-budget .option-card__radiobox {
	position: relative;
	height: 32px;
}
.product-budget .option-card__radiobox input {
	visibility: hidden;
}
.product-budget .option-card__radiobox label {
	position: absolute;
	top: 0;
	left: 50%;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	background-color: white;
	border: 1px solid #676767;
	border-radius: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.product-budget .option-card__radiobox label:hover {
	background-color: #DCDCDC;
}
.product-budget .option-card__radiobox input:checked ~ label {
	background-color: #409ED6;
	border-color: #409ED6;
}
.product-budget .option-card__radiobox input:checked ~ label::after {
	content: "âœ”";
	text-align: left;
	position: absolute;
	left: 7px;
	font-size: 19px;
	line-height: 30px;
	color: white;
}
.product-budget .option-card__feature-list li {
	padding-left: 24px;
	padding-bottom: 12px;
}

.prodmore td {
	width: 310px;
	padding: 15px;
	vertical-align: top;
}
@media screen and (max-width: 991px) {
	.prodmore td {
		width: 33.333%;
		padding: 5px;
	}
}
@media screen and (max-width: 767px) {
	.prodmore td {
		padding: 15px;
		width: 320px;
	}
}
.prodmore__list ~ tr:nth-child(even) {
	background-color: #F2F2F2;
}

.prodmore-old .start-info ~ tr {
	border-top: 1px solid #F2F2F2;
}
.prodmore-old td {
	width: 27%;
	padding: 20px 25px 20px 0;
}
@media screen and (max-width: 991px) {
	.prodmore-old td {
		padding: 5px;
	}
}
@media screen and (max-width: 767px) {
	.prodmore-old td {
		padding: 15px;
	}
}
.prodmore-old td:first-child {
	width: 19%;
}

.modal-sticky-table-header {
	visibility: hidden;
	margin-right: -10px;
	padding-right: 10px;
	position: sticky;
	top: 0;
	margin-left: -20px;
	width: calc(100% + 40px);
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	line-height: 25px;
	box-shadow: 0 3px 10px -2px grey;
	z-index: 10;
}
.modal-sticky-table-header td {
	width: 27%;
	padding: 20px 25px 20px 0;
}
.modal-sticky-table-header td:first-child {
	width: 19%;
	padding: 20px 25px 20px 0;
}
.modal-sticky-table-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.slider-on-mobile--dots-height.owl-carousel .owl-stage-outer {
	width: calc(100% + 30px);
	margin-left: -15px;
}
.slider-on-mobile--dots-height.owl-carousel .owl-stage-outer .owl-stage {
	margin-left: 15px;
}

.option-card__carousel .owl-stage {
	display: flex;
}
.option-card__carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
}
.option-card__carousel .option-card-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
	.option-card__carousel .option-card__carousel-item.col-12 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

.budget-slider-sticky {
	position: sticky;
	top: -22px;
	left: 0;
	background-color: #ffffff;
	z-index: 100;
}
.budget-slider-sticky .owl-nav {
	display: none;
}
.budget-slider-sticky .owl-nav button {
	margin: 0 !important;
}
.budget-slider-sticky .owl-nav.sticky {
	display: block;
	margin: 0 !important;
	height: 0;
}
.budget-slider-sticky .owl-theme .owl-nav .disabled {
	opacity: 1 !important;
}
.budget-slider-sticky__arrows {
	display: none;
	z-index: 100;
	position: relative;
}
.budget-slider-sticky__arrows.sticky {
	position: sticky;
	display: block;
	z-index: 101;
}
.budget-slider-sticky__arrow-l {
	position: absolute;
	left: 0;
	top: 0;
	height: 62px;
	width: 50px;
	background-color: #fff;
}
.budget-slider-sticky__arrow-r {
	position: absolute;
	right: 0;
	top: 0;
	height: 62px;
	width: 50px;
	background-color: #fff;
}
.budget-slider-sticky.sticky {
	box-shadow: 0 3px 6px #00000029;
	position: sticky;
}

.product-order__tabs .custom-tabs_link.active {
	position: relative;
	color: white;
	background-color: #fecc3a;
}
.product-order__tabs .custom-tabs_link.active::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fecc3a;
	clear: both;
	transform: translateX(-50%);
}
.product-order__decor {
	width: 50px;
	height: 50px;
}
.product-order__remarks textarea {
	height: 80px;
	overflow: auto;
}
.product-order__saving input {
	height: 35px;
	text-indent: 5px;
}

@media screen and (min-width: 991px) {
	.corpus-list__item:before {
		content: "â–¶";
		color: #409ED6;
		margin-right: 5px;
		font-size: 14px;
	}
	.corpus-list__item-select {
		border-color: #e8e8e8 !important;
		padding: 0 28px 0 10px;
		background: #fff url(../images/icon_down.png) no-repeat right 8px center;
	}
	.corpus-list__item-select-old {
		display: flex;
		align-items: flex-end;
		overflow: visible;
	}
	.corpus-list__item-select-old .list {
		width: 100%;
	}
	.corpus-list__item-select-old .option {
		padding-left: 10px !important;
	}
	.corpus-list__item-select-old:after {
		display: none;
	}
}
.sketch-old .sketch__block-line:before {
	content: "î¤¤";
	position: absolute;
	background-image: none;
	color: #DCDCDC;
	border: 2px solid #DCDCDC;
	font-weight: normal;
	font-family: "ds";
	font-size: 11px;
	display: flex;
	height: 22px;
	width: 22px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.sketch__video-info {
	width: 188px;
	padding: 10px;
	position: absolute;
	top: -60px;
	left: 56%;
	transform: translateX(-50%);
	font-size: 12px;
	color: #303030;
	background-color: #FDF7E0;
	box-shadow: 0 0 15px #00000026;
	border-radius: 4px;
	line-height: 1.4;
}
.sketch__video-info:before {
	content: "";
	border: 20px solid transparent;
	border-top: 20px solid #FDF7E1;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.sketch__video {
	margin-right: 50px;
}
@media screen and (max-width: 767px) {
	.sketch__video {
		display: none;
	}
}
.sketch__video-btn-play {
	width: 30px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	border: none;
}
.sketch__video-btn-play:before {
	content: "â–¶";
	font-size: 11px;
}
.sketch__video-btn-play.play:before {
	content: "âšâš";
	font-size: 11px;
}
.sketch__video-btn-load {
	width: 30px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	border: none;
}
.sketch__video-btn-load svg {
	width: 11px;
}
.sketch__image {
	height: 231px;
}
.sketch__image-two-d {
	margin-right: -27px;
}
@media screen and (max-width: 767.98px) {
	.sketch__image-two-d {
		margin-right: -26px;
	}
}
.sketch__block {
	width: 300px;
	height: 200px;
	border-top: 3px solid #303030;
	border-bottom: 3px solid #303030;
	border-left: 3px solid #303030;
	position: relative;
}
@media screen and (max-width: 767.98px) {
	.sketch__block {
		width: 250px;
	}
}
.sketch__block-line {
	height: 100%;
	border-right: 3px solid #303030;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.sketch__block-line:before {
	content: "î¤·";
	font-family: "ds" !important;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.sketch__block-line:hover {
	background-color: #F5BD2C;
}
.sketch__block-line.active {
	background-color: #F5BD2C;
}
@media screen and (max-width: 767px) {
	.sketch__block-line:hover {
		background-color: transparent;
	}
}
.sketch__block-line:after {
	content: attr(data-width-section);
	position: absolute;
	bottom: -46px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
}
.sketch__block-insize {
	width: 100%;
	height: 2px;
	background-color: #409ED6;
	position: absolute;
	bottom: -30px;
	left: 0;
}
@media screen and (max-width: 767px) {
	.sketch__block-insize {
		bottom: -30px;
	}
}
.sketch__block-insize:before {
	content: "";
	position: absolute;
	left: -2px;
	top: -5px;
	height: 12px;
	width: 2px;
	background-color: #409ED6;
}
.sketch__block-insize:after {
	content: "";
	position: absolute;
	right: -2px;
	top: -5px;
	height: 12px;
	width: 2px;
	background-color: #409ED6;
}
.sketch__block-bottom {
	width: 100%;
	height: 10px;
	border-right: 3px solid #303030;
	border-left: 3px solid #303030;
	background-color: #F5BD2C;
	cursor: pointer;
}
.sketch__block-bottom:hover {
	background-color: #f9aa06;
}
.sketch__left-size {
	height: calc(100% - 14px);
	width: 2px;
	position: absolute;
	top: 0;
	left: -25px;
}
@media screen and (max-width: 767.98px) {
	.sketch__left-size {
		left: -15px;
	}
}
.sketch__left-size:before {
	content: attr(data-height-section);
	position: absolute;
	top: 50%;
	left: -11px;
	transform: translate(-50%, -50%) rotate(90deg);
	font-size: 10px;
}
.sketch__left-insize {
	height: calc(100% - 8px);
	width: 2px;
	background-color: #409ED6;
	position: absolute;
	top: 0;
	left: 0;
}
.sketch__left-insize:before {
	content: "";
	width: 12px;
	height: 2px;
	position: absolute;
	top: 0;
	left: -5px;
	background-color: #409ED6;
}
.sketch__left-insize:after {
	content: "";
	width: 12px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: -5px;
	background-color: #409ED6;
}
.sketch__bottom-size {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -22px;
	left: 0;
}
.sketch__bottom-size:before {
	content: attr(data-mwidth-section);
	position: absolute;
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
	font-size: 10px;
}
@media screen and (max-width: 767px) {
	.sketch__bottom-size {
		width: calc(100% + 26px);
	}
}
.sketch__bottom-insize {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #409ED6;
}
.sketch__bottom-insize:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 2px;
	height: 12px;
	background-color: #409ED6;
}
.sketch__bottom-insize:after {
	content: "";
	position: absolute;
	top: -5px;
	right: 0;
	width: 2px;
	height: 12px;
	background-color: #409ED6;
}

.side-switcher-in {
	background-color: #ffffff;
}
.side-switcher__item span {
	border: 1px solid #DCDCDC;
	color: #303030;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer;
}
.side-switcher__item.active span {
	color: #ffffff;
	background-color: #303030;
}
.side-switcher__item:last-child span {
	margin-right: 0 !important;
}
.side-switcher__items--mod {
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	padding: 6px 3px 5px;
	background-color: #ffffff;
	height: 37px;
}
.side-switcher__items--mod .side-switcher__item span {
	border: none;
	color: #303030;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 6px 10px;
	cursor: pointer;
}
.side-switcher__items--mod .side-switcher__item.active span {
	color: #ffffff;
	background-color: #303030;
}

.side-switcher__block {
	padding: 2px 10px 10px 10px;
	border: 1px solid #64656A;
	max-width: 172px;
}

@media screen and (max-width: 767px) {
	.window-switcher .col-3 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.window-switcher .modal-item__txt-img:nth-child(even) {
		padding-right: 10px !important;
	}
	.window-switcher .modal-item__txt-img:nth-child(odd) {
		padding-left: 10px !important;
	}
	.window-switcher .col-3:first-child {
		padding-left: 0 !important;
	}
	.window-switcher .col-3:last-child {
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 413px) {
	.window-switcher .modal-item__txt-img.col-3 {
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 10px !important;
		padding-left: 10px !important;
		margin-bottom: 10px;
	}
	.window-switcher .modal-item__txt-img.col-3:nth-child(odd) {
		padding-left: 0 !important;
	}
	.window-switcher .modal-item__txt-img.col-3:nth-child(even) {
		padding-right: 0 !important;
	}
}

.window-switcher-blk .modal-item__txt-img.col-3:nth-child(even), .window-switcher-blk .modal-item__txt-img.col-4:nth-child(even) {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.window-switcher-blk .modal-item__txt-img.col-3:nth-child(odd), .window-switcher-blk .modal-item__txt-img.col-4:nth-child(odd) {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
@media screen and (min-width: 413px) {
	.window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(3n) {
		padding-right: 0 !important;
	}
	.window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(1), .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(4), .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(7), .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(10) {
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 410px) {
	.window-switcher-blk .modal-item__txt-img.col-4:nth-child(odd) {
		padding-left: 0 !important;
	}
	.window-switcher-blk .modal-item__txt-img.col-4:nth-child(even) {
		padding-right: 0 !important;
	}
}

.input-small {
	max-width: 56px;
}

.input-group .input-group-append .input-group-text.border-radius-right {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.modal-body__head {
	background-color: #676767;
}
.modal-body__info {
	display: none;
	background-color: #F2F2F2;
	padding: 20px 40px 20px 20px;
}
.modal-body--blue {
	border-top: 1px solid #409ED6;
	border-bottom: 1px solid #409ED6;
	background: #edf5fb;
	color: #409ED6;
}
.modal-body__info-switch {
	display: none;
}
.modal-body__info-switch.active {
	display: block;
}

.modal__tablet-modal thead td {
	padding: 0 5px;
	vertical-align: top;
	text-align: center;
}
.modal__tablet-modal tbody td {
	padding: 8px 5px;
	vertical-align: middle;
}
@media screen and (max-width: 424px) {
	.modal__tablet-modal tbody td {
		padding: 4px 0;
	}
}
@media screen and (max-width: 413px) {
	.modal__tablet-modal tbody td:nth-child(2), .modal__tablet-modal tbody td:nth-child(4) {
		width: 72px;
		text-align: center;
	}
	.modal__tablet-modal tbody td:nth-child(3) {
		text-align: center;
	}
}
.modal__tablet-modal .disabled {
	background-color: #F2F2F2;
}
.modal__tablet-modal .disabled .checkmark {
	display: none;
}
.modal__tablet-modal .disabled .custom-checkbox {
	pointer-events: none;
}
.modal__tablet-modal .active .modal__tablet-modal-active {
	position: relative;
	vertical-align: baseline;
}
.modal__tablet-modal .active .modal__tablet-modal-active:before {
	font-family: "ds" !important;
	content: "î¤µ";
	font-size: 9px;
	position: relative;
	top: 0;
	right: -8px;
	display: inline-block;
	margin-right: 7px;
	transform: rotate(180deg);
}
@media screen and (max-width: 424px) {
	.modal__tablet-modal .active .modal__tablet-modal-active:before {
		margin-right: 11px;
	}
}

.modal-item__txt-img {
	cursor: pointer;
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.modal-item__txt-img:nth-child(odd) {
	padding-left: 0 !important;
}
.modal-item__txt-img:nth-child(even) {
	padding-right: 0 !important;
}
.modal-item__txt-img-icon {
	position: absolute;
	top: -9px;
	right: -9px;
	border-radius: 50%;
}
.modal-item__txt-img-icon span:before {
	position: relative;
	z-index: 1;
	font-size: 18px;
}
.modal-item__txt-img-icon span:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #ffffff;
	width: 8px;
	height: 12px;
	border-radius: 50%;
}
.modal-item__txt-img-icon-m {
	top: -1px;
	right: -2px;
}
.modal-item__txt-img-image {
	outline: 1px solid #303030;
	margin-bottom: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: auto calc(100% + 6px);
	background-position: center;
	background-image: none !important;
}
.modal-item__txt-img-image img {
	display: block !important;
}
.modal-item__txt-img-image-s {
	height: auto;
	width: 112px;
}
.modal-item__txt-img-image-s .modal-item__txt-img-icon {
	right: -12px;
	top: -11px;
}
@media screen and (max-width: 413px) {
	.modal-item__txt-img-image-s {
		height: auto;
		width: 100%;
	}
	.modal-item__txt-img-image-s .modal-item__txt-img-icon {
		right: -12px;
		top: -11px;
	}
}
.modal-item__txt-img-image-xs {
	height: 80px;
	width: 80px;
}
@media screen and (max-width: 413px) {
	.modal-item__txt-img-image-xs {
		height: 130px;
		width: 100%;
	}
}
.modal-item__txt-img-klappen-img img:first-child {
	display: block !important;
}
.modal-item__txt-img-klappen-img img:last-child {
	display: none !important;
}
.modal-item__txt-img-klappen-img.active img:first-child {
	display: none !important;
}
.modal-item__txt-img-klappen-img.active img:last-child {
	display: block !important;
}
@media screen and (max-width: 424px) {
	.modal-item__txt-img-under {
		padding: 0 10px;
	}
}
.modal-item__txt-img-flag .modal-item__txt-img-flag-icon {
	display: none;
	z-index: 202222;
	top: 0;
	left: 35%;
	transform: translateX(-50%);
	position: absolute;
}
.modal-item__txt-img-flag.disabled .modal-item__txt-img-flag-icon {
	display: block;
}
.modal-item__txt-img-lay2 {
	top: -5px;
	right: -5px;
	pointer-events: none;
}
.modal-item__txt-img-lay3 {
	top: -10px;
	right: -10px;
	pointer-events: none;
}
.modal-item__txt-img.disabled img {
	opacity: 0.3;
}
.modal-item__txt-img.disabled span:not(.modal-item__txt-img-flag-icon) {
	opacity: 0.3;
}
.modal-item__txt-img.disabled .modal-item__txt-img-lay2,
.modal-item__txt-img.disabled .modal-item__txt-img-lay3 {
	opacity: 0.3;
}
.modal-item__txt-img.active .texttop {
	display: inline-block;
}
.modal-item__txt-img.active .modal-item__txt-img-image {
	outline: 4px solid #409ED6;
	outline-offset: -3px;
}
.modal-item__txt-img.active .modal-item__txt-img-icon {
	display: block;
}
.modal-item__txt-img.active .modal-item__txt-img-in .modal-item__txt-img-icon {
	right: -15px;
}
.modal-item__txt-img-texttop .texttop {
	display: none;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 10px;
	font-size: 12px;
	width: 126px;
	margin-left: -5px;
}
@media screen and (max-width: 767.98px) {
	.modal-item__txt-img-texttop .texttop {
		width: 100px;
	}
}
@media screen and (max-width: 410px) {
	.modal-item__txt-img.col-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.modal-item__txt-img-5 > div {
	width: 33.3333%;
}
.modal-item__txt-img-4 > div {
	width: 25%;
}

.list-check-valve {
	display: none;
}
.list-check-valve.active {
	display: block;
}

.info-lists {
	background-color: #F2F2F2;
}
.info-lists__items {
	display: none;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	margin: 0;
}
.info-lists__items li {
	padding-right: 20px;
}
.info-lists__items.active {
	display: block;
}
.info-lists__items .btn-close {
	top: 20px;
	right: 20px;
}
.info-lists__item:before {
	content: "";
	background-image: url("../images/checkbox.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 13px;
	height: 10px;
	margin-right: 5px;
	margin-top: 7px;
	display: inline-block;
}

.bg-white-transparent {
	background-color: #ffffff;
	opacity: 0.85;
}

@media screen and (max-width: 767.98px) {
	.modal__delivery {
		padding: 40px 15px 15px 15px;
	}
}
.modal__delivery-list {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 160px;
}
.modal__delivery-list-in {
	max-width: 370px;
}

.modal-sub-content.slide .modal-main {
	right: 100%;
	position: absolute;
}
.modal-sub-content.slide .modal-subblocks {
	left: 0;
	position: relative;
}
.modal-sub-content.slide.slide-left {
	left: -100%;
	position: relative;
}
.modal-main {
	transition: 0.5s;
	position: relative;
	right: 0;
	width: 100%;
}
.modal-subblocks {
	width: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	transition: 0.5s;
}
.modal-subblock {
	display: none;
}
.modal-subblock-in .modal-content {
	position: absolute;
}

.modal-content.add-doors {
	position: absolute;
	left: 0;
	transition: 0.5s;
}
.modal-content.add-doors.slide-left {
	overflow-y: hidden;
	left: -100%;
	top: 0;
}
.modal-contents {
	position: relative;
	top: 0;
	right: -100%;
	transition: 0.5s;
}
.modal-contents.active {
	right: 0;
}

.info-list-tooltip {
	display: none;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	z-index: 1001;
	min-width: 277px;
}

.info-list-tooltip .triangle {
	display: block;
	position: absolute;
	left: -19px;
	top: 41px;
	margin-top: -15px;
	background-position: 0 -4809px;
	height: 26px;
	width: 19px;
	background-image: url("../images/icons_sprite_20191105.png");
}

.info-list-tooltip-ul {
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 20px;
	width: 277px;
}

.info-list-tooltip-ul:last-child {
	border: none;
}

.info-list-tooltip-ul li {
	margin: 0 0 5px;
	display: inline-block;
	padding-right: 5px;
	width: 100%;
}

.info-list-tooltip-ul li.disabled-basic a {
	margin-left: -5px;
}

.info-list-tooltip-ul li:last-child {
	margin: 0;
}

.info-list-tooltip p {
	padding-bottom: 5px;
	line-height: 1.4;
	font-size: 14px;
	margin-bottom: 0;
}

.info-list-tooltip a {
	color: #409ED6;
	font-size: 16px;
	line-height: 1.4;
}

.info-list-tooltip-disabled {
	display: none;
}

.info-list-tooltip li.disabled .info-list-tooltip-disabled {
	display: inline-block;
	position: relative;
	top: 2px;
}

.info-list-tooltip li.disabled .info-list-tooltip-disabled:before {
	color: #409ED6;
	width: 6px;
	font-size: 15px;
	overflow: hidden;
	display: inline-block;
}

.info-list-tooltip li.disabled .info-list-tooltip-disabled:after {
	content: "î¤¬";
	color: #D2B464;
	width: 6px;
	font-size: 15px;
	overflow: hidden;
	display: inline-block;
	transform: scale(-1, 1);
}

.info-list-tooltip li.disabled a {
	color: #BDBCBC;
	pointer-events: none;
}

.info-list-tooltip-1 li:before {
	content: "";
	height: 11px;
	width: 11px;
	background-position: 0 -3667px;
	background-image: url("../images/icons_sprite_20191105.png");
	background-repeat: no-repeat;
	margin-right: 10px;
	display: inline-block;
}

.info-list-tooltip-2 li:before {
	content: "";
	background-position: 0 -2487px;
	height: 11px;
	width: 11px;
	background-image: url("../images/icons_sprite_20191105.png");
	background-repeat: no-repeat;
	margin-right: 10px;
	display: inline-block;
}

.info-list-tooltip-4 {
	background-color: #f5f5f5;
	border-radius: 5px;
}

.info-list-tooltip-4 li:before {
	content: "";
	background-position: 0 -5015px;
	height: 9px;
	width: 9px;
	background-image: url("../images/icons_sprite_20191105.png");
	background-repeat: no-repeat;
	margin-right: 10px;
	display: inline-block;
}

.info-list-tooltip-4 a {
	color: #BA3A47;
	font-size: 14px;
}

.input-small {
	max-width: 56px;
}

.input-group .input-group-append .input-group-text.border-radius-right {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.modal3__tablet-modal td {
	padding: 5px;
}

.modal3__tablet-modal .active {
	background-color: #F2F2F2;
}

.info-title-icon-secondary,
.info-title-icon {
	position: relative;
	top: -1px;
}

@media screen and (max-width: 767.98px) {
	.js-product-line-content {
		border: none !important;
	}
}
.text-pr-5 {
	padding-right: 5px;
}

@media screen and (max-width: 424px) {
	.label-text {
		padding: 10px 0 0 0;
		display: flex !important;
		width: 100%;
	}
}
.teaser-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.teaser-item .teaser-title {
	align-self: flex-start;
}

.prodSliderModal .owl-item {
	display: flex;
	flex: 1 0 auto;
	align-self: stretch;
}
.prodSliderModal .owl-stage {
	display: flex;
}
.prodSliderModal .teaser-item__btn {
	width: 100%;
}
.prodSliderModal .col-12 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.doors-switcher-on {
	display: none;
}
.doors-switcher-on.active {
	display: inline-block;
}

.basic-disabled-label {
	position: relative;
}
.basic-disabled-label .modal-item__txt-img-flag-premium {
	display: none;
}
.basic-disabled-label.disabled {
	opacity: 0.3;
}
.basic-disabled-label.disabled .modal-item__txt-img-flag-premium {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.material-stock-old {
	display: none;
	color: #428c00;
}

.corner-side-switcher {
	cursor: pointer;
	display: none;
}
.corner-side-switcher.active {
	display: block;
}

.corner-side-switcher-mob {
	padding: 0 15px;
	height: 38px;
	display: none;
	width: 100%;
}
.corner-side-switcher-mob__item {
	padding: 0 5px;
	margin-right: 10px;
}
.corner-side-switcher-mob__item.active {
	font-weight: bold;
	position: relative;
}
.corner-side-switcher-mob__item.active:after {
	content: "";
	height: 3px;
	width: 100%;
	background-color: #409ED6;
	position: absolute;
	bottom: 0;
	left: 0;
}
.corner-side-switcher-mob__item:last-child {
	margin-right: 10px;
}
.corner-side-switcher-mob__img-i {
	display: none;
}
.corner-side-switcher-mob__img-i.active {
	display: block;
}

@media screen and (max-width: 413px) {
	.corner-side-switcher-out {
		display: none;
	}

	.corner-side-switcher-mob {
		display: block;
	}
}
.login-switch__item {
	display: none;
}
.login-switch__item.active {
	display: block;
}

@media screen and (max-width: 413px) {
	.extras-input-mobile {
		flex-direction: column;
	}
	.extras-input-mobile > div {
		width: 151px;
		justify-content: space-between !important;
	}
	.extras-input-mobile > div:first-child {
		margin-bottom: 15px;
	}
}

.product-service {
	margin-top: 15px;
}

.side-switcher__items {
	align-items: center !important;
}

.main__content {
	margin-bottom: 76px;
}

.main__footer {
	position: fixed !important;
	top: calc(100% - 96px);
}

.radio-save-modal {
	display: none;
}
.radio-save-modal.active {
	display: block;
}

form.row {
	align-items: flex-start;
}

.furniture-foot .disabled {
	opacity: 0.5;
}

.plinth-switcher__items {
	margin-right: -10px !important;
	margin-left: -10px !important;
}
.plinth-switcher__item:nth-child(odd), .plinth-switcher__item:nth-child(even) {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.plinth-switcher .col-4 {
	-ms-flex: 0 0 33.333333% !important;
	flex: 0 0 33.333333% !important;
	max-width: 33.333333% !important;
}

.plinth-switch__item {
	display: none;
}
.plinth-switch__item.active {
	display: block;
}

.plinth-modal .plinth-switch__item .tooltip-big.disabled {
	opacity: 0.5;
}

.product-line-wardrobe__items > div {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.product-line-wardrobe__item {
	padding: 15px 10px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	cursor: pointer;
}
.product-line-wardrobe__input ~ .on {
	display: none;
}
.product-line-wardrobe__input ~ .off {
	display: inline-block;
}
.product-line-wardrobe__input:checked ~ .on {
	display: inline-block;
}
.product-line-wardrobe__input:checked ~ .off {
	display: none;
}

.modal-body.blue-note {
	color: #409ED6;
	border-top: 1px solid #409ED6;
	border-bottom: 1px solid #409ED6;
	background: #edf5fb;
}
.modal-body.blue-note .h4 {
	color: #303030;
}

.icon-product_line_1 {
	color: #BB5A57;
}
.icon-product_line_1:before {
	content: "î¤¬";
}

.icon-product_line_2 {
	color: #409ED6;
}
.icon-product_line_2:before {
	content: "î¤¬";
}

.icon-product_line_3 {
	color: #D2B464;
}
.icon-product_line_3:before {
	content: "î¤¬";
}

.icon-product_line_23:before {
	content: "î¤¬";
	color: #409ED6;
	width: 6px;
	font-size: 15px;
	overflow: hidden;
	display: inline-block;
}
.icon-product_line_23:after {
	content: "î¤¬";
	color: #D2B464;
	width: 6px;
	font-size: 15px;
	overflow: hidden;
	display: inline-block;
	transform: scale(-1, 1);
}

.p1_b-t {
	border-top: 4px solid #BB5A57;
}

.p2_b-t {
	border-top: 4px solid #409ED6;
}

.p3_b-t {
	border-top: 4px solid #D2B464;
}

.option-card-inactive {
	opacity: 0.6;
}
.option-card-inactive .option-card__radiobox label:hover {
	background-color: white;
	cursor: default;
}
.option-card-inactive .primary-btn:hover {
	color: #fff;
	background: transparent linear-gradient(180deg, #61B7EA 0%, #519DCB 100%) 0 0 no-repeat padding-box;
	border: 0px solid transparent;
	cursor: default;
}

.loader {
	z-index: 10000;
}

.generate-code-popup.modal-standart.modal.show {
	display: flex !important;
}

.config-popup-overlay {
	display: none;
	padding-left: 15px;
	padding-right: 15px !important;
	overflow: visible !important;
	align-items: center;
}
.config-popup-overlay .modal-dialog {
	margin: 0 !important;
}
.config-popup-overlay .modal-content {
	padding: 0;
	background: none;
}
.config-popup-overlay .modal-body {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	background: #fff;
}
.config-popup-overlay .modal-body .input-with-icon .form-control {
	padding-left: 50px;
	font-family: Arial, sans-serif;
}
.config-popup-overlay .modal-body .checkbox-container {
	padding-top: 15px;
	margin-bottom: 15px;
}
.config-popup-overlay .modal-body .checkbox-container .checkmark {
	top: 17px;
}
.config-popup-overlay .modal-body .checkbox-container a {
	color: #409ED6;
	text-decoration: underline;
}
.config-popup-overlay .modal-body .checkbox-container a:hover {
	text-decoration: none;
	color: #409ED6;
}
.config-popup-overlay .modal-body .btn {
	font-family: Arial, sans-serif;
}
.config-popup-overlay .modal-body .btn i {
	margin-right: 8px;
}
.config-popup-overlay .icon-mail:before {
	position: absolute;
	left: 20px;
	font-family: "ds" !important;
	top: 8px;
}
.config-popup-overlay .close-popup-btn {
	padding: 0;
	top: 15px;
	right: 16px;
	position: absolute;
}
.config-popup-overlay .btn-close:before {
	width: 13px;
	height: 13px;
	background: url("../images/close.svg") top center no-repeat;
}
.config-popup-overlay h3 {
	font-size: 16px;
	font-weight: bold;
	color: #303030;
	line-height: 22.4px;
}
.config-popup-overlay p {
	color: #676767;
	font-size: 14px;
}
.config-popup-overlay.generate-code-overlay {
	width: 100%;
	max-width: 448px;
	bottom: auto;
}
.config-popup-overlay.generate-code-overlay h3 {
	font-size: 20px;
	margin-bottom: 17px;
	max-width: 352px;
}
.config-popup-overlay.generate-code-overlay p {
	font-size: 16px;
}
.config-popup-overlay.generate-code-overlay p a {
	color: #676767;
	text-decoration: underline;
}
.config-popup-overlay.generate-code-overlay .input-icon .form-control {
	padding-left: 50px;
}
.config-popup-overlay.generate-code-overlay .input-icon .form-control .input--icon {
	top: 5px;
}
.config-popup-overlay.generate-code-overlay::-webkit-input-placeholder {
	/* Edge */
	color: #676767 !important;
	opacity: 1 !important;
}
.config-popup-overlay.generate-code-overlay:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #676767 !important;
	opacity: 1 !important;
}
.config-popup-overlay.generate-code-overlay::placeholder {
	color: #676767 !important;
	opacity: 1 !important;
}
.config-popup-overlay.generate-code-overlay .checkmark {
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	background-color: #fff;
}
.config-popup-overlay.generate-code-overlay .checkmark:after {
	width: 6px;
	height: 12px;
	border: none;
	border-width: 0 2px 2px 0;
}
.config-popup-overlay.generate-code-overlay .bottom-form {
	display: none;
}
.config-popup-overlay.generate-code-overlay .bottom-form h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.config-popup-overlay.generate-code-overlay .forgot-pass {
	font-size: 14px;
	line-height: 20px;
	color: #676767;
	text-decoration: underline;
}
.config-popup-overlay#decor-item-click .custom-checkbox {
	margin-bottom: 20px;
}
.config-popup-overlay#decor-item-click .checkmark {
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	background-color: #fff;
}
.config-popup-overlay#decor-item-click .checkmark:after {
	width: 6px;
	height: 12px;
	border: solid #409ED6;
	border-width: 0 2px 2px 0;
}

.streichpreis {
	position: relative;
	display: inline-block;
}

.streichpreis::before {
	position: absolute;
	content: " ";
	left: -5px;
	right: -5px;
	top: 50%;
	margin-top: -1px;
	border-top: 1px solid;
	border-color: red;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

label.inactive img, label.inactive div {
	opacity: 0.4;
}
label.inactive .icon-product_line_23 {
	position: absolute;
	top: 0;
	left: 50%;
	content: "î¤¬";
	font-size: 19px;
}
label.inactive .icon-product_line_23:before {
	content: "î¤¬";
	color: #409ED6;
	width: 8px;
	font-size: 19px;
	overflow: hidden;
	display: inline-block;
}
label.inactive .icon-product_line_23:after {
	content: "î¤¬";
	color: #D2B464;
	width: 8px;
	font-size: 19px;
	overflow: hidden;
	display: inline-block;
	transform: scale(-1, 1);
}
label.inactive .icon-product_line_3 {
	position: absolute;
	top: 0;
	left: 50%;
	color: #D2B464;
}
label.inactive .icon-product_line_3:before {
	content: "î¤¬";
	font-size: 19px;
}
label.inactive_23 img, label.inactive_23 div {
	opacity: 0.4;
}
label.inactive_23 .icon-product_line_23 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "î¤¬";
	font-size: 19px;
}
label.inactive_23 .icon-product_line_23:before {
	content: "î¤¬";
	color: #409ED6;
	width: 8px;
	font-size: 19px;
	overflow: hidden;
	display: inline-block;
}
label.inactive_23 .icon-product_line_23:after {
	content: "î¤¬";
	color: #D2B464;
	width: 8px;
	font-size: 19px;
	overflow: hidden;
	display: inline-block;
	transform: scale(-1, 1);
}
label.inactive_3 {
	color: #D2B464;
}
label.inactive_3 img, label.inactive_3 div {
	opacity: 0.4;
}
label.inactive_3 .icon-product_line_3 {
	position: absolute;
	top: 0;
	left: 50%;
}
label.inactive_3 .icon-product_line_3:before {
	content: "î¤¬";
	font-size: 19px;
}

#tab-content-2,
#tab-content-3 {
	padding-top: 20px;
}

.skizze3d-notavailable {
	border-radius: 5px;
	background: #eeeeee;
	font-size: 12px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.skizze3d-notavailable .info {
	background: #e5e5e5;
	font-size: 40px;
	font-family: serif;
	font-style: italic;
	color: white;
	padding: 0 10px;
	border-radius: 5px 0 0 5px;
}

.skizze3d-notavailable p {
	padding: 15px;
	width: 100%;
	margin: 0;
}

/*iphone 12 pro */
/* @media screen and (width: 390px) {
    #konfi21 #modal_k21_mobile .modal-dialog .modal-content .modal-subblocks .modal-subblock.tueren .modal-subblock-in .modal-content .modal-main-scroll .modal-main-scroll-in .modal-body{
        padding-bottom:150px;
    }
} */  
/* samsung s7 */


#modal_k21_mobile .modal-dialog .modal-content .modal-main {
    overflow: scroll;
}

#modal_k21_mobile .modal-dialog .modal-content {
    overflow:scroll;
    /* padding-bottom: 100px; */
    min-height: 90vh;
}

#android #modal_einteilung_mobile .modal-dialog .modal-content .flex-grow-1.main__content {
    height: 480px;
}

#android #konfi21 #modal_k21_mobile .modal-dialog .modal-content .modal-subblocks .modal-subblock.ausstattung_10 .modal-subblock-in .modal-content .modal-body .height_selector select {
    width:80px!important;
}

#konfi21 #modal_k21_mobile .modal-dialog .modal-content .modal-subblocks .modal-subblock.ausstattung_10 .modal-subblock-in .modal-content .modal-body .height_selector select {
    width:80px!important;
}

.height-vh-85{
    height:85vh;
}

@media screen and (max-width: 375px) {
    #konfi21 #modal_k21_mobile .modal-dialog .modal-content .modal-subblocks .modal-subblock.ausstattung_10 .modal-subblock-in .modal-content .modal-body .height_selector select {
        width:80px!important;
    }

    #modal_einteilung_mobile .modal-dialog .modal-content .flex-grow-1.main__content {
        height: 330px!important;
    }
}

@media screen and (max-width:600px){
	#modal_k21_mobile .modal-dialog .modal-content .modal-subblocks .modal-subblock.tueren .modal-subblock-in .modal-contents .main__content .modal-main-scroll-in .modal-body:last-child {height:300px;}
    /* #konfi21 #modal_k21_mobile .modal-dialog .modal-content .modal-main  .modal-main-scroll { padding-bottom: 100px!important;} */
}