pre.xdebug-var-dump{color: #2b2b2b;background: #fff;z-index: 999999;position: relative;font-size: 12px;}pre.xdebug-var-dump b {color: #0179d4;}pre.xdebug-var-dump i {color: #9e9d9d;}pre.xdebug-var-dump small{color: #6480f1;}pre.xdebug-var-dump font[color="#cc0000"]{color: #c00;}table.xdebug-error{font-size:12px;color:#2b2b2b!important;}


html,
body{
	font: inherit;
	font-family: 'Tahoma', 'Times New Romain', Arial, serif;
	font-size: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #414141;
	border: 0;
}

img{
	max-width: 100%;
	border: 0;
	outline: none;
}

:focus{
	outline: none;
}

a[rel='tofancy'] > img{
	cursor: inherit!important;
}

.clear{
	clear: both;
}






#blockscreen{
	position: fixed;
	z-index: 999998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(255, 255, 255, .47);
}


#preloader{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
}
#preloader:before{
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #1d1d1d;
	border-top: 1px solid transparent;
	-webkit-animation: rotation 1s linear infinite;
	   -moz-animation: rotation 1s linear infinite;
	    -ms-animation: rotation 1s linear infinite;
	     -o-animation: rotation 1s linear infinite;
	        animation: rotation 1s linear infinite;
	border-radius: 100%;
}
#preloader > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
	opacity: .9;
	background: url(/public/img/loader.svg) no-repeat center center;
	background-size: contain;
}

@-webkit-keyframes rotation{
	from{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}
@keyframes rotation{
	from{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}

#blockscreen.visible{
	display: block;
}

#preloader.visible{
	display: block;
}












#tooltip{
	font: 1em verdana;
	position: absolute;
	z-index: 99999;
	width: 200px;
	padding: 0 15px;
	opacity: .9;
	color: #fff;
	border: 1px solid #9e9e9e;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	background-color: #373838;
	-webkit-box-shadow: 3px 4px 6px #000;
	   -moz-box-shadow: 3px 4px 6px #000;
	        box-shadow: 3px 4px 6px #000;
}

#infotips{
	position: fixed;
	z-index: 9999;
	bottom: -30px;
	width: 100%;
	height: 0;
}

#infotips .infotip{
	font-size: 14px;
	line-height: 23px;
	position: relative;
	z-index: 9999;
	margin: 0 auto 0 auto;
	margin-bottom: 3px;
	padding: 2px 30px;
	cursor: default;
	text-align: center;
	opacity: 0;
	color: #fff;
	border: 1px solid #353535;
	-webkit-transform: scale(.9);
	   -moz-transform: scale(.9);
	    -ms-transform: scale(.9);
	     -o-transform: scale(.9);
	        transform: scale(.9);
	border-radius: 2px;
	background: #252525;
	box-shadow: 0 0 20px 1px #000;
}

#infotips .infotip[data-visible='visible']{
	top: 0;
	left: auto;
	margin-top: -70px;
	opacity: 1;
	-webkit-transition: 320ms ease-out;
	   -moz-transition: 320ms ease-out;
	    -ms-transition: 320ms ease-out;
	     -o-transition: 320ms ease-out;
	        transition: 320ms ease-out;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

img.broken{
	line-height: 50px;
	text-align: center;
	color: #d8d8d8;
	background-image: url('/img/brokenimage.png');
	background-repeat: no-repeat;
	background-position: center;
}




/* spoiler */
.spoiler{
	line-height: 1.6;
	position: relative;
	overflow: hidden;
	padding: 5px;
}

.spoiler .spoiler-title{
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow: hidden;
	padding: 4px 4px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #f3f3f3;
	border: 1px solid #464646;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	background: #202020;
	-webkit-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
	   -moz-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
	        box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);

	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	    -ms-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
	     -o-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
}

.spoiler .spoiler-toggle{
	line-height: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	cursor: pointer;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	background: #fff;

	    -ms-border-radius: 100%;
	     -o-border-radius: 100%;
	-webkit-user-modify: read-only;
}

.spoiler.-opened .spoiler-toggle{
	background: #0085ff;
}

.spoiler.-opened > .spoiler-content{
	overflow: visible;
	height: auto;
	padding: 10px;
	opacity: 1;
}

.spoiler > .spoiler-content{
	font-size: 13px;
	position: relative;
	display: block!important;
	overflow: hidden;
	height: 0;
	padding: 0 10px;
	opacity: 0;
	color: #fff;
	border: 1px solid #575151;
	border-top: 0;
	-webkit-transition: all 400ms ease-out;
	   -moz-transition: all 400ms ease-out;
	    -ms-transition: all 400ms ease-out;
	     -o-transition: all 400ms ease-out;
	        transition: all 400ms ease-out;
	border-radius: 0 0 3px 3px;
	background: none repeat scroll 0 0 #353434;
}


/*===================================================*
**                                                  =*
**               FORM ERROR MESSAGES                =*
**                                                  =*
**==================================================*/

