@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

:root {
	/* kleuren */
	--basic-text: #333f48;
	--text-white: #ffffff;
	--text-header: #16465d;
	--text-yellow: #fdc600;
	--text-link: #09f;
	--text-breadcrumb: #7c878e;
	
	--bgColor1: #FFFFFF; /* wit */
	--bgColor2: #F5F5F5; /* licht grijs */
	--bgColor3: #343F48; /* grijs */	
	--bgColor4: #0099FF; /* blauw */
	
	/* afmetingen */
	--max-width: 1320px;
	
	/* fonts */
	
}

option {
  font-family: system-ui;
}

#wizardUserFilterKeys, #watermark_development, .wizardBtn, #temp, #temp2, #temp3 {
	display:none;
}

* {
	font-family: arial;
	color: var(--basic-text);
	font-size: 16px;
	font-weight:400;
	line-height:26px;
}

body {
	margin: 0;
	padding:0;
	overflow-y: scroll;
	background: var(--bgColor1);
}

h1, h2, h3, h4, h5, h6 {
	
}

section {
	width: 100%;
    position: relative;
    float: left;
    border: 0px solid green;
}

section.top-menu {
	height: 40px;
	width:100%;
	background: var(--bgColor1);
	border:0px solid red;
}

section.top {
	border:0px solid red;
	height: 90px;
	width:100%;
	background: var(--bgColor5);
}

section.top img {
	border:0px solid blue;	
	width:120px;
}

section.top content {
	height: 150px;
}

section.navigation {
	background: var(--bgColor2);
	height: 50px;
}

section.intro {
	background: var(--bgColor2);
	/*height: 232px;*/
	padding-bottom:25px;
	margin-bottom: 30px;
}

section.intro h1 {
	font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: var(--text-header);
    line-height: 54px;
    margin: 30px 0 6px;
}

.restart {
	position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
	
	background: var(--bgColor4);
    width: fit-content;
    padding: 15px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    
}

.restart h3 {
	    color: white;
    font-weight: 700;
}





section content {
	border:0px solid pink;
	position: relative;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: var(--max-width);
    display: table;
}

section.banner {
	border:0px solid green;
	height:330px;
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url("");
	border-bottom: 30px solid var(--bgColor4);
}

section.content {
	border:0px solid blue;
	background: var(--bgColor1);
}

@media only screen and (min-width: 1200px) {
	section.content {
		border:0px solid blue;
		/*min-height: 1400px;*/
	}
}

section.content .bg-content {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:var(--bgColor3);
	display:none;
}

@media only screen and (min-width: 1200px) {
	section.content .bg-content {
		display:block;
	}
}

section.content content {
	border:0px solid blue;
	max-width:var(--max-width);
}

section.top content {
	max-width:var(--max-width);
	
}

section.top content img {
	
}

section.content content.small {
	max-width:var(--max-width);
}

section.content .wizardBtnPrevious {
	border:0px solid green;
	position:fixed;
	top:44%;
	left:0;
	background: var(--bgColor3);
	z-index:999;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding:20px;
	cursor:pointer;
}

section.content .wizardBtnNext {
	border:0px solid red;
	position:fixed;
	top:44%;
	right:0;
	background: var(--bgColor3);
	z-index:999;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding:20px;
	cursor:pointer;
}

section.content .wizardBtnNext .fas, section.content .wizardBtnPrevious .fas {
	color:white;
	font-size:30px;
}	

section.content .wizardBtnNext:hover,section.content .wizardBtnPrevious:hover {
	background: var(--bgColor4);	
}	

section.contact {
	
}

section.contact content {
	background: var(--bgColor3);
	padding: 2.5rem;
	margin-top:50px;
	margin-bottom:50px;
	
}

section.contact content h2 {
	font-family: "Glypha LT Std";
	font-size: 2em;
	margin-bottom:20px;
}

section.contact content p {
	color: var(--text-white);
	font-size:24px;
}

section.contact content p a {
	color: var(--text-white);
	font-size:34px;
	font-weight:600;
	text-decoration:none;
}

section.contact content p a:hover {
	text-decoration:underline;
}

section.contact content p .fa-phone {
	font-size:34px;
	margin-left:20px;
	margin-right:15px;
}


section.footer {
	border:0px solid red;
	background: var(--bgColor3);
	min-height:280px;

}

section.footer content img {
	margin-top:40px;
}

section.footer line {
	border-top:1px solid #5D656D;
	position:absolute;
	bottom:0;
	width:100%;
}

section.footer line content {
	font-weight:bold;
	padding-top:25px;
	font-size: 13px;
}

section.footer .text {
	position:absolute;
	width:350px;
	left:0;
	top:0;
	padding-top:50px;
	padding-bottom:30px;
	color:white;
	line-height:25px;
}

section.footer .text a {
	background: var(--bgColor3);
    color: var(--text-white);
    transition: .2s ease-in-out;
    border-radius: 8px;
    font-size: 14px;
    line-height: 19px;
    padding: 9px 15px;
	font-weight: bold;
	font-size: 15px;
}

section.footer .text a:hover {
	background:var(--bgColor4);
}

section.footer .naw {
	position:absolute;
	width:250px;
	right:0;
	top:0;
	padding-top:50px;
	padding-bottom:30px;
	color:white;
	line-height:25px;
}



section.footer .naw a {
	font-weight:bold;
	color:white;
	text-decoration:none;
	margin-bottom:15px;
}

section.footer .naw .copyright {
	float:right;
	position:absolute;
	left:0;
}

section.footer .naw .copyright a {
	font-size:12px;
}

section.footer .line {
	width:100%;
	height:2px;
	background: var(--bgColor6);
}

section.footer content {
	padding-bottom:30px;
	color:white;
}


section.footer content .copy-content {
	position:absolute;
	bottom:0;
	width:100%;
	border-top:2px solid white;
	padding-top:10px;
	padding-bottom:10px;
}

section.footer content .copy-content .gm-copy {
	float:left;
}

section.footer content .copy-content .utopis-platform {
	float:right;
}

section.footer content a {
	text-decoration:none;
}

section.footer content .copy-content .utopis-platform a:hover {
	text-decoration:underline;
}

section.footer content:nth-of-type(2) {
	text-align:center;
	padding-top:20px;
}

section.footer content:nth-of-type(2) a {
	font-weight:600;
}

.fa-times {
	cursor:pointer;
	margin-left: 10px;
	color:var(--bgColor4);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wizard.Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wizardNavigation {
	width: 100%;
	border-top:0px solid #f0f0f0;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
	
	max-width:var(--max-width);
	margin: auto;
	left: 0;
	right: 0;
	top:0px;
	
}

#wizardNavigation .fa-house {
	margin-right:10px;
	cursor:pointer;
}

#wizardNavigation a {
	line-height: 53px;
	padding: 12px 0px 12px 0px;
	text-align: center;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color .5s;
	margin-right:10px;
	color:var(--text-breadcrumb);
	font-size:12px;
}

#wizardNavigation a:hover {
	color: var(--text-green-hover);
}

#wizardNavigation a.invalidStep,
#wizardNavigation a.invalidEntityMode,
.invalidContainer,
.hiddenContainer {
	display: none !important;
}

#wizardNavigation a.disabled {
	color: var(--text-gray);
  
	transition: background-color .5s;
}

	#wizardNavigation a.disabled:after {
		
		transition: all 1s;
	}

#wizardNavigation a:first-child,
#wizardNavigation a.firstStep {
	margin-left: 0px;
}

#wizardNavigation a:before {
	width: 0;
	height: 0;
	border-top: 0px inset transparent;
	border-bottom: 0px inset transparent;
	border-left: 0px solid #fff;
	content: " / ";
	color:var(--text-navigation);
	top: 0;
	left: 0px;
	transition: border-color .5s;
	margin-right: 9px;
}

#wizardNavigation a:first-child:before {
	content: "";
	margin-right: 0;
}

#wizardNavigation a:after {
	width: 0;
	height: 0;
	border-top: 0px inset transparent;
	border-bottom: 0px inset transparent;
	border-left: 0px solid #EDEDED;
	content: "";
	color:var(--text-navigation);
	top: 0;
	right: -10px;
	z-index: 2;
	transition: border-color .5s;
}

#wizardNavigation a:first-child:before,
#wizardNavigation a.firstStep:before,
#wizardNavigation a:last-child:after,
#wizardNavigation a.lastStep:after {
	border: none;
}

#wizardNavigation .past {
color: var(--text-breadcrumb);
}

#wizardNavigation .past:after {
	border-left-color: #585858;
}

#wizardNavigation .current {
	color: var(--basic-text);
	font-weight:bold;
	
}

#wizardNavigation .current:after {
	border-left-color: #313131;
}

.wizardContent {
	position:relative;
	max-width:var(--max-width);
	margin:auto;
	left:0;
	right:0;
}

.filterkey-wrapper {
	border:0px solid blue;
	
	float:left;
	margin:0;
}

.wizardEntity {
	display:block;
}

.wizardConfiguration {
	display:block;
	background:var(--bgColor2);
	
	padding:50px;
    width: 65%;
    position: relative;
    float: right;
}

#wizardStep_steen---hulpstuk .wizardConfiguration {
	width:100%;
}

.wizardConfiguration h2 {
	font-family: "Roboto",sans-serif;
	font-weight:700;
	margin-bottom:20px;
}

#wizardStep_bestek .wizardContent h2 {
	font-family: "Roboto",sans-serif;
	font-weight:700;
	margin-bottom:20px;
}

.filterkey-name li {
    font-size: 13px;
    font-size: 1.0vw;
    line-height: 23px;
	margin-bottom:5px;
}

.filterkey-name h4 {
	font-weight:normal;
	margin-top:10px;
	margin-bottom:5px;
}

.filterkey-formelement select {
	height:40px;
	width: 500px;
}

.wizardStep {
	min-height:500px;
}

.wizardContainer .wizardContent {
	border:0px solid green;
	position:relative;
	float:left;
	width:100%;
	text-align:left;
	line-height:22px;
}

.wizardContainer .wizardContent {
	color: var(--text);
	padding-top:20px;
	padding-bottom:20px;
}

.wizardContainer .wizardContent h3 {
	margin-bottom:15px;
}

.filterkey-wrapper-text h3 {
	margin-top:10px;
	margin-bottom:5px;
	font-weight:normal;
}

h3 .fa-circle-info  {
	cursor: pointer;
}

h3 .fa-circle-info:hover  {
	color: var(--text-blue);
}

.info-content {
	display:none;
}

.wizardContainer .wizardFilter {
	position:sticky;
	top:0;
	border: 0px solid blue;
    z-index: 3;
    width: 30%;
    position: relative;
    float: left;
    background: var(--bgColor1);
	/*
	max-height: calc(100vh - 40px);
    overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #D2D2D2 #F1F1F1;
	*/
}

@media screen and (max-width: 750px) {
	.wizardContainer .wizardFilter {
		position:sticky;
		top:0;
		border: 0px solid blue;
		z-index: 3;
		width: 100%;
		position: relative;
		float: left;
		background: var(--bgColor1);
		/*
		max-height: calc(100vh - 40px);
		overflow: auto;
		scrollbar-width: thin;
		scrollbar-color: #D2D2D2 #F1F1F1;
		*/
	}
}




.wizardContainer .wizardFilter .filter-wrapper {
	 
}

.wizardContainer .wizardFilter h2 {
	font-family: "Roboto",sans-serif;
	font-weight:600;
	color: var(--text-green);
	border-bottom:1px solid var(--bgColor3);
	padding-bottom: 7px;
}

.wizardContainer .wizardFilter h2 span {
	color: var(--bgColor4);
	    font-size: 14px;
}

.wizardContainer .wizardEntity {
	border: 0px solid green;
    position: relative;
    float: right;
    width: 63%;
  
	
	margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5vw;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-template-rows: auto;
    justify-content: space-between;
}


@media screen and (max-width: 750px) {
	.wizardContainer .wizardEntity {
		border: 0px solid green;
		position: relative;
		float: left;
		width: 100%;
	  
		
		margin: 0;
		padding: 0;
		display: grid;
		gap: 1.5vw;
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
		grid-template-rows: auto;
		justify-content: space-between;
	}
}

.wizardContainer .wizardEntity .item {
	border-radius: 5px;
 
    padding: 19px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
	cursor:pointer;
	text-align:center;
}


.wizardContainer .wizardEntity .item .image {
	width:100%;
	height:100px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.wizardContainer .wizardEntity .item:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wizardContainer .wizardEntity .item .image img {
	width:100%;
}

.wizardContainer .wizardEntity .item .image img.no-image {
	width:auto;
}

.wizardContainer .wizardEntity .system-block {
	position:relative;
	float:left;
	width:calc(33.333% - 40px);
	border:0px solid red;
	margin:20px;
	border-bottom:2px solid var(--text-white);
}

.wizardContainer.disabled {
	display:none;
}

.wizardConfiguration {
	display:block;
}

.wizardStep {
	min-height: 600px;
    border: 0px solid red;
    position: relative;
    float: left;
    width: 100%;
	padding-bottom:30px;
}

#wizardStep_productlijn .wizardContainer .wizardContent {
	display:none;
}


.filter {
	border:0px solid red;
}

.filter h2 {
		font-weight:bold;
		margin-bottom:15px;
	
}

.filter-wrapper {
	margin-bottom:20px;
}

div[class^='xmlvalue_imagepath'] {
	display:none;
}

.grid-textuur {
	border: 0px solid green;
    position: relative;
    float: left;
    width: 100%;
	margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5vw;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    grid-template-rows: auto;
    justify-content: space-between;
}

@media screen and (max-width: 1280px) {
	.grid-textuur {
		border: 0px solid green;
		position: relative;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		display: grid;
		gap: 1.5vw;
		grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
		grid-template-rows: auto;
		justify-content: space-between;
	}
}

@media screen and (max-width: 750px) {
	.grid-textuur {
		border: 0px solid green;
		position: relative;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		display: grid;
		gap: 1.5vw;
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
		grid-template-rows: auto;
		justify-content: space-between;
	}
}

.grid-textuur  .item-textuur {
	border-radius: 5px;
 
    padding: 19px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
	cursor:pointer;
}

.grid-textuur  .item-textuur:hover {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.item-textuur .image {
	position:relative;
	float:left;
	width:100%;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}

.item-textuur .image img {
width:100%;	
}


.item-textuur .content h3 {
	font-weight:bold;	
	font-size:12px;
	margin:0;
	line-height:18px;
}

.item-textuur .content .xmlvalue_toelichting {
	display:none;
}

.grid-product {
	border: 0px solid green;
    position: relative;
    float: left;
    width: 100%;
	top: 30px;
	
	margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-template-rows: auto;
    justify-content: space-between;
}

@media screen and (max-width: 1280px) {
	.grid-product {
		border: 0px solid green;
		position: relative;
		float: left;
		width: 100%;
		top: 30px;
		
		margin: 0;
		padding: 0;
		display: grid;
		gap: 0;
		grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
		grid-template-rows: auto;
		justify-content: space-between;
	}
}

@media screen and (max-width: 750px) {
	.grid-product {
		border: 0px solid green;
		position: relative;
		float: left;
		width: 100%;
		top: 30px;
		
		margin: 0;
		padding: 0;
		display: grid;
		gap: 0;
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
		grid-template-rows: auto;
		justify-content: space-between;
	}
}

.grid-product  .item-product h3 {
	display:none;
}

.grid-product  .item-product .xmlvalue_kleurnaam {
	font-weight: bold;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}

.grid-product  .item-product {
	
 
    padding: 19px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}

.grid-product  .item-product.prod-bestek-btn {
	border:none;
}

.grid-product  .item-product.prod-color, .grid-product  .item-product.prod-bestek-btn {
	padding:50px;
	text-align:center;
}

.grid-product  .item-product.prod-bestek-btn span.bestek-btn.wizardBtnNext  {
	position:relative;
	top:17px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	background: var(--bgColor4);
	width:100%;
	padding:20px;
	color:white;
	font-weight:700;
	cursor:pointer;
}

.grid-product  .item-product.prod-color h3 {
	font-weight: bold;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}

.grid-article {
	border: 0px solid green;
    position: relative;
    float: left;
    width: 100%;
	top: 30px;
	
	margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5vw;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-template-rows: auto;
    justify-content: space-between;
	
}

.grid-article  .item-article {
	border-radius: 5px;
 
    padding: 19px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
	/* cursor:pointer; */
}

.grid-article  .item-article:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.grid-color {
	border: 0px solid green;
    position: relative;
    float: left;
    width: 100%;
	margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5vw;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    grid-template-rows: auto;
    justify-content: space-between;
}

@media screen and (max-width: 1280px) {
	.grid-color {
		border: 0px solid green;
		position: relative;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		display: grid;
		gap: 1.5vw;
		grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
		grid-template-rows: auto;
		justify-content: space-between;
	}
}

@media screen and (max-width: 750px) {
	.grid-color {
		border: 0px solid green;
		position: relative;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		display: grid;
		gap: 1.5vw;
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
		grid-template-rows: auto;
		justify-content: space-between;
	}
}

.grid-color  .item-color {
	border-radius: 5px;
 
    padding: 19px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
	cursor:pointer;
}

.grid-color  .item-color:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.item-color .image {
	position:relative;
	float:left;
	width:100%;
	margin-bottom: 5px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}

.item-color .image img {
	width:100%;	
}


.item-color .content h3 {
	font-weight:bold;	
	font-size:12px;
	margin:0;
	line-height:18px;
	display:none;
}


.item-color .content .xmlvalue_kleurnaam {
	font-weight:bold;	
	font-size:12px;
	margin:0;
	line-height:18px;
}

.item-color .content .xmlvalue_toelichting {
	display:none;
}

.product-selected {
	position:relative;
	float:left;
	width:100%;
	border:0px solid blue;
}

.product-selected div {
	width:calc(100%/3);
	position:relative;
	float:left;
	border:1px solid red;
}

.prod-image img, .prod-color img {
	width:100%;
}

.articles {
    position: relative;
    margin-top: 50px;
	margin-bottom: 50px;
    width: 100%;
    border: 0px solid red;
    padding: 10px;
    float: left;
	background:var(--bgColor3);
	padding:20px;
}

.articles h2 {
	color:white;
}

.articles .article {
	color:white;
	margin-bottom:3px;
	position:relative;
}

.articles .article .layer {
	position: absolute;
    border: 0px solid green;
    width: 100%;
    height: 100%;
	cursor:pointer;
	/*display:none;*/
}

.filterkey-block {
	padding-right: 10px;
    padding-left: 10px;
	padding: 6px 0;
    border-bottom: 0px solid #ccc;
	float:left;
	width:100%;
	margin-left: 0;
    margin-top: 5px;
}

.filterkey-block h3 {
	font-size:18px;
	float:left;

}

.filterkey-block .menu-button {
	cursor:pointer;
}

.filterkey-block .menu-button .icon{
	width: 30px;
	float:left;
	margin-right: 10px;
}

.filterkey-values {
	border:0px solid red;
	clear: left;
    float: left;  
	position: relative;
    width: 100%;
}

.filterkey-values div {
	color: var(--gray);
	font-style:italic;
	cursor:pointer;
	float: left;
	width:90%;
}

.filterkey-values div.hidden {
	display:none;
}

.filterkey-values div:hover {
	text-decoration:underline;
}

.filterkey-values div span {
	/*float: left;*/
	
}

.showFilterKeyValues {
	float:left;
	color:red;
	cursor:pointer;
	margin-top:10px;
}

.showFilterKeyValues span {
	font-weight:normal;
    font-size: 12px;
	color:var(--bgColor4);
	font-weight:bold;
}

.showFilterKeyValues .fas {
	color:var(--bgColor4);
}

.product-block {
	position:relative;
	float:left;
	background:white;
}

.product-block .image {
	height:300px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}

.article-hulpstuk {
	border:0px solid red;
	position:relative;
	float:left;
	width:100%;
}

.article-hulpstuk .layer {
	position:absolute;
	width:100%;
	height:100%;
	z-index:999;
	cursor:pointer;
}

div[class^="fancybox-content"] {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
	margin:auto;
	top:6px;
	left:0;
	right:0;
	z-index:99999;
    text-align: left;
    vertical-align: middle;
	max-width: 850px;
	display:none;
}

div[class^="fancybox-content"].big {
	position: absolute;
}

div[class^="fancybox-content"].small {
	position: fixed;
}

div[class^="fancybox-content"] h3 {
	font-size: 32px;
    line-height: 38px;
	margin-bottom:15px;
	color: var(--text-header);
}

.fancybox-bg {
	position:fixed;
	z-index:99998;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#333;
	opacity: 0.91;
	display:none;
}

.fancybox-close-small {
    background: #fff0;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}

.fancybox-close-small svg {
    fill: #fff0;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s;
}

.info-box {
	cursor:pointer;
}






