body{
	font-size: 16px;
	padding-top: 5em;
}

main{
	
}



.div_header{
	position: absolute;
	box-sizing: border-box;
	top: 0em;
	left: 0em;
	width: 100%;
	padding: 0em 0em;
	z-index: 10;
}

.div_header .div_spacer{
	padding: 0em !important;
}

.div_header, .div_header .div_spacer{ height: 5.0em; }

.div_header .a_logo{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.div_header .div_logo img{
	display: block;
	height: 4.0em;
	margin: 0em;
	outline: none;
}

.div_header .a_hamburger{
	font-size: 3.9em;
}


.div_header_menu{
	position: absolute;
	top: 0em;
	right: 0em;
	bottom: 0em;
	left: 0em;
	width: 100%;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.div_header_menu.active{
	visibility: visible;
	opacity: 1;
}

.div_header_menu .overlay{
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	z-index: 1;
	background-color: rgb(255 255 255 / 50%);
}

.div_header_menu .div_menu{
	position: absolute;
	top: 5em;
	left: 0em;
	bottom: 0em;
	width: 100%;
	z-index: 2;
	box-sizing: border-box;
	padding: 0em 0em;
	overflow: auto;
	background-color: #ffffff;
	box-shadow: 0em 0.5em 0.5em rgba(0, 0, 0, 0.1);
	transform: translateX(-100%);
	transition: transform 0.2s ease-in-out;
}

.div_header_menu.active .div_menu{
	transform: translateX(0%);
}

.div_header_menu .div_menu ul li{
	width: 100%;
}

.div_header_menu .div_menu ul li a{
	display: block;
	width: 100%;
	font-weight: 300;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.div_header_menu .div_menu ul li a:hover, .div_header_menu .div_menu ul li a.active{
	color: #FFFFFF;
	background-color: #5B7563;
}

.div_header_menu .div_menu ul li a div{
	padding: 1em 0em;
}

.div_header_menu .div_menu ul li a div svg{
	float: right;
	fill: #ffffff;
}







.div_section{
	padding: 2.5em 0em;
}

.div_section.bottom0{
	padding-bottom: 0em !important;
}










.div_items .div_item{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.div_items .a_item{
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	border-radius: inherit;
	transition: background 0.2s ease-out;
}

.div_items .a_item:hover{
	background-color: rgb(0 0 0 / 10%);
}


.div_items.mod1 .col .div_item{
	background-color: #EDE7D2;
	padding: 2em;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.div_items.mod1 .col .div_item.hover:hover, .div_items.mod1 .col .div_item.active{
	color: #ffffff;
	background-color: #5B7563;
}

.div_items.mod1 .col .div_item.hover:hover ._svg, .div_items.mod1 .col .div_item.active ._svg{
	fill: #ffffff;
}

.div_items .row.mod0 .col:nth-of-type(2n) .div_item{ border-radius: 5em 0em; }
.div_items .row.mod0 .col:nth-of-type(2n+1) .div_item{ border-radius: 0em 5em; }

.div_items .row.mod1 .col:nth-of-type(2n) .div_item{ border-radius: 0em 5em; }
.div_items .row.mod1 .col:nth-of-type(2n+1) .div_item{ border-radius: 5em 0em; }



.div_items.mod1 .col .div_item.ghost{
	overflow: visible;
}

.div_items.mod1 .col .div_item.ghost:after{
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	z-index: -1;
	border-radius: inherit;
	background-color: #5B7563;
	transform: translate(-0.5em, 0.5em);
}


.div_items.mod2 .div_item{
	//
}

.div_items.mod3 .div_item label .div_ratio .ratio_content .content{
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	background-image: url(/image/svg/checkmark.svg);
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0em;
	transition: background 0.2s ease-in-out;
}

.div_items.mod3 .div_item label:hover .div_ratio .ratio_content .content{
	background-color: rgb(91 117 99 / 0.4);
}


.div_items.mod3 .div_item label input[type=radio]:checked + .div_ratio .ratio_content .content,
.div_items.mod3 .div_item label input[type=checkbox]:checked + .div_ratio .ratio_content .content{
	background-color: rgb(91 117 99 / 0.8);
	background-size: 4em;
}


.div_items.mod4 .div_item .ratio_content a{
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	z-index: 1;
}

.div_items.mod4 .div_item .ratio_content .div_buttons{
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 2;
}

.div_items.mod4 .div_item .ratio_content .div_markers{
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 2;
}

.div_items.mod4 .div_item .ratio_content .div_markers ._svg.novelty{ transform: scale(1.5); }
.div_items.mod4 .div_item .ratio_content .div_markers ._svg.sale{ transform: scale(1.1); }
.div_items.mod4 .div_item .ratio_content .div_markers ._svg.bestseller{ transform: scale(1.3); }


.div_items.mod4 .div_item .ratio_content ._icon.mod1{
	box-shadow: 0em 0em 0.5em rgb(0 0 0 / 10%);
}


.div_items.mod5 .div_item{
	box-sizing: border-box;
	border: 1px solid #000000;
}


.div_items.background .col .div_item{
	background-color: rgb(237 231 210 / 50%);
}

.div_items.background .col .div_item .div_item_background{
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	z-index: -1;
}






.div_text{
	position: relative;
}

.div_text.mod1{
	padding-left: 4.5em;
}

.div_text.mod1 ._svg{
	position: absolute;
	top: 0.2em;
	left: 0em;
}

.div_text.mod1.mod2 ._svg{
	top: 0.8em;
}



.div_vacancy .div_item{
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	padding: 2em 0em;
	transition: background 0.2s ease-out;
}

.div_vacancy .div_item .div_content{
	position: relative;
	box-sizing: border-box;
	padding-left: 2.5em;
	background-image: url(/image/svg/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	background-size: 1.5em;
}

.div_vacancy .div_item:not(.active):hover{
	background-color: #F4F1EB;
	cursor: pointer;
}

.div_vacancy .div_item .div_content1{ display: block; }
.div_vacancy .div_item .div_content2{ display: none; }


.div_vacancy .div_item.active .div_content1{ display: none; }
.div_vacancy .div_item.active .div_content2{ display: block; }



.div_basket_table .row.product{
	position: relative;
	border: 1px solid #000000;
	border-radius: 0em;
	margin: 0.5em 0.5em;
	margin-bottom: 1.0em;
	overflow: hidden;
}

.div_basket_table .div_image{
	margin: -0.5em;
}

.div_basket_table .div_image .icon-purchases{
	background-size: 40%;
}


.div_compare_table{
	width: 100%;
	overflow: auto;
}

.div_compare_table > .grid{
	margin: 0 !important;
}

.div_compare_table > .grid > .row{
	white-space: nowrap;
}

.div_compare_table > .grid > .row > .col.item{
	width: 70%;
	max-width: 20em;
	white-space: initial;
}


.div_catalog_footnotes{
	box-sizing: border-box;
	color: #5B7563;
}

.div_catalog_footnotes a{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: bottom;
}

.div_catalog_footnotes a ._svg{
	font-size: 2em;
	fill: #5B7563;
}

.div_catalog_footnotes a .value{
	vertical-align: bottom;
}



.div_product_images .div_item .ratio_content .magnifier{
	position: absolute;
	top: 1em;
	right: 1em;
	width: 3em;
	height: 3em;
	border-radius: 0.5em;
	background-color: rgb(0 0 0 / 0.15);
	background-image: url(/image/svg/magnifier.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 70%;
}

.div_product_images .div_item .ratio_content .magnifier:hover{
	background-color: rgb(0 0 0 / 0.3);
}

.div_product_images .div_item .ratio_content .view{
	position: absolute;
	top: 0em;
	right: 0em;
	left: 0em;
	bottom: 0em;
	background-color: rgba(255, 255, 255, 0.2);
	background-image: url(/image/svg/magnifier.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 2em;
	opacity: 0;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.div_product_images .div_item .ratio_content .view:hover{
	opacity: 0.8;
	background-size: 4em;
}

.div_product_images .div_item .ratio_content .view.youtube{
	background-image: url(/image/svg/youtube.svg);
	opacity: 0.5;
	background-size: 3em;
}

.div_product_images .div_item .ratio_content .view.youtube:hover{
	opacity: 1;
	background-size: 5em;
}


.div_product_modifications > a{
	margin-bottom: 0.5em;
}




.div_paging{
	padding: 0.5em 0em 0em 0em;
}

.div_paging a, .div_paging b{
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 50%;
	font-weight: 500;
	transition: all 0.2s ease-out;
}

.div_paging a:hover, .div_paging b{
	color: #ffffff;
	background-color: #5B7563;
}

.div_map{
	position: relative;
}

#map{
    position: absolute;
    top: 0em;
    right: 0em;
    bottom: 0em;
    left: 0em;
    background-color: #f1f1f1;
	overflow: hidden;
}





.js-preliminary_cost:not(.active) .div_result_calculation .only_active{
	display: none;
}




.div_product_example{
	font-size: 10px;
	font-size: 1vmax;
	box-sizing: border-box;
	width: 100%;
	max-width: 50em;
	height: 20em;
	padding: 0em 0em 0em 0em;
}

.div_product_example .div_human, .div_product_example .div_product{
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
}

.div_product_example .div_human{
	width: 20%;
	text-align: right;
	padding-right: 1em;
}

.div_product_example .div_product{
	width: 80%;
}

.div_product_example .div_human img{
	height: 18em;
	width: 5.3em;
	
	display: block;
	margin: 0em auto;
	
	transform-origin: bottom;
	transform: scale(1);
}

.div_product_example .div_product .div_canvas{
	position: relative;
	
	width: 30em;
    height: 20em;
	
	background-color: #1e6660 !important;
	/* border: 5px solid grey !important; */
	
	outline: 5px solid #808080;
	outline-offset: -5px;
	
	transform-origin: left bottom;
	transform: scale(1, 1);
}

.div_product_example .div_product .div_canvas .div_size{
	position: absolute;
	top: 50%;
	right: 0%;
	left: 0%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 5em;
	font-weight: 400;
	color: rgb(255 255 255 / 50%);
}


.div_product_example .div_width{
	position: absolute;
	top: -2em;
	right: 0em;
	left: 0em;
	text-align: center;
	border-bottom: 1px solid #808080;
	height: 0.5em;
}

.div_product_example .div_width:before, .div_product_example .div_width:after{
	content: "";
	position: absolute;
	bottom: -0.5em;
	width: 2px;
	height: 1em;
	background-color: #808080;
}

.div_product_example .div_width:before{
	left: 0em;
}

.div_product_example .div_width:after{
	right: 0em;
}

.div_product_example .div_width span{
	background-color: #ffffff;
	padding: 0em 0.5em;
}





.div_item_action .div_image img{
	display: block;
	width: calc(100% + 2em);
	margin: -1em;
}


.div_important_message{
	padding: 1em;
	background-color: rgb(237 231 210 / 50%);
	border: 1px solid #000000;
	margin-bottom: 1em;
}


.div_blur_image{
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	filter: blur(0px);
	background-image: inherit;
}

.div_blur_image:before, .div_blur_image:after{
	content: "";
	position: absolute;
	background-image: inherit;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.div_blur_image:before{
	top: -5%;
	right: -5%;
	bottom: -5%;
	left: -5%;
    background-size: cover;
	z-index: 1;
	filter: blur(15px);
}

.div_blur_image:after{
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	background-size: contain;
	z-index: 2;
}


.div_product_gallery_images .a_link{
	cursor: pointer;
	transition: opacity 0.2s ease-out;
}

.div_product_gallery_images .a_link.active, .div_product_gallery_images .a_link:hover{
	opacity: 0.75;
}








.full_height{ min-height: calc(100vh); }


@media screen and (min-width: 600px){
	
}

@media screen and (min-width: 900px){
	
}

@media screen and (min-width: 1200px){
	body{ padding-top: 0em; }
	.div_header, .div_header_menu .div_menu{ width: 50%; }
	
	.div_section{ padding: 3.0em 0em; }
	
	.div_items.mod1 .col .div_item.ghost:after{ transform: translate(-3em, 2em); }
	
	.div_modal_window.pricelist{
		max-width: 55em;
		background-image: url(/image/background/pricelist.jpg);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		background-size: 22em;
		padding-left: 22em;
		border-radius: 10em 0em;
	}
	
	.div_catalog_footnotes{
		position: absolute;
		box-sizing: border-box;
		top: 1.5em;
		right: 3.5vw;
		padding: 0em 0em;
		z-index: 10;
	}
	
	.div_sticky{
		position: sticky;
		top: 0em;
	}
	
}

@media screen and (min-width: 1500px){
	
}

@media screen and (min-width: 1800px){
	body{ font-size: 18px; }
	
	.div_section{ padding: 4.0em 0em; }
}


@media screen and (max-width: 1199px){
	.full_height{ min-height: calc(100vh - 4em); }
	.full_height.half{ min-height: calc(50vh - 2em); }
	
	.div_catalog_footnotes{ display: none; }
	
}

@media screen and (max-width: 899px){
	
}

@media screen and (max-width: 599px){
	._button{ padding: 0.7em 0.7em; }
	
	body{ font-size: 15px; }
	
}
