/* LESS VARIABLES */
.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	
	.spinner {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
		.border-radius(40px);
	}
}

* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

.clr {
	clear: both;
}

body {
	background-color: #fff;
}
.green_line {
	background-color: #2DDF22;
	position: absolute;
	width: 100%;
	height: 606px;
}

.res {
	color: #21A1E1!important;
	margin-left: 280px;
/*	width: 150px;*/
}
td .res {
	margin-left: 0px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	color: #000;
	
	.lead {
		width: 500px;
		margin: 45px auto;
		font: 18px/27px Octava;
	}
	.section {
	}
	.question {
		margin-left: 250px;
		margin-top: 15px;
		font: 18px/25px Octava;
		width: 530px;
		
		&.switcher {
			width: 700px;
			p {
				background: url(../images/bt0.png) no-repeat;
			}
		}
		
		&.first p{
			background: url(../images/bt.png) no-repeat;
		}
		&.last p{
			background: url(../images/bt1.png) no-repeat;
		}
		&.switcher p{
			display: inline-block;
			.e-answer {
				padding:0 25px;
			}
		}
		
		i {
			color: #00B300;
			font: italic 18px/25px Octava;
		}
		.e-answer {
			cursor: pointer;
			
			&.active {
				color: #00B300;
				text-decoration: underline;
			}
			&:hover {
				color: #00B300;
				text-decoration: underline;
			}
		}
		select {
			margin-left: 30px;
		}
		input {
			/*margin-left: 10px;*/
		}
	}
	table {
		margin-left: 110px;
		
	}
	table .question {
		margin-left: 0;
		width: 460px;
	}
	.button {
		width: 289px;
		height: 58px;
		cursor: pointer;
		background: url(../images/btn.png);
		margin: 100px 0 189px 355px;
		&:hover {
			background: url(../images/bt_.png);
		}
	}
	.result {
		width: 777px;
		height: 247px;
		background: url(../images/btn1.png);
		margin-left: 111px;
		display: none;
	}
} 
.blocker {
	position: absolute;
	width: 100%;
	height: 6828px;
	z-index: 10;
	background-color: rgba(255, 255, 255, .6);
	display: none;
}