@font-face {
    font-family: 'NewStandardCRegular';
    src: url('fonts/newstandardc-webfont.eot');
    src: url('fonts/newstandardc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/newstandardc-webfont.woff') format('woff'),
         url('fonts/newstandardc-webfont.ttf') format('truetype'),
         url('fonts/newstandardc-webfont.svg#NewStandardCRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
li {
	vertical-align: top;
	
}
body {
	font: 16px/22px CharterOSCRegular;
	background: #bcb6a2 url(../images/polosa.jpg) repeat-x left top;
	color: #000;
	height: 100%;
	
}

a {
	color: inherit;
}

.clearFix {
	clear: both;
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	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;
	}
}

#wrapper {
	width: 1200px;
	height: 2440px;
	margin: 0 auto;
	position: relative;
	
	.man {
		position: absolute;
		display: block;
		margin-left: 119px;
		top: 0;
		z-index: -100;
	}
	
	h1 {
		padding: 50px 0 0;
		font: 50px/60px 'NewStandardCRegular';
		color: #AD0000;
	}
	.lead {
		font: 17px/20px 'NonameGroteskHanddrawnv4Rg';
		text-transform: uppercase;
		letter-spacing: 5px;
		margin: 10px 0 25px 0;
	}
	.descr {
		width: 630px;
		font: 14px/17px 'NonameGroteskHanddrawnv4Rg';
		margin: 25px 0 0 285px;
	}
	.point {
		font: 18px/21px OctavaOSCRegular;
		color: #AD0000;
		letter-spacing: 1px;
		cursor: pointer;
	}
}

.black {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, .75);
	top: 0;
	left: 0;
	display: none;
}

.popup {
	width: 550px;
	height: 460px;
	top: 50%;
	left: 50%;
	margin: -230px 0 0 -275px;
	position: fixed;
	background-color: rgba(255, 255, 255, .85);
	display: none;
	
	.close {
		right: 15px;
		top: 15px;
		cursor: pointer;
	}
	
	h2 {
		font: 45px/54px OctavaOSCRegular;
		color: #AD0000;
		margin: 28px 0 0 28px;
		letter-spacing: 3px;
	}
	
	td {
		vertical-align: top;
		
		h3 {
			font: 16px/17px 'NonameGroteskHanddrawnv4Rg';
			margin: 30px 0 0 28px;
			width: 230px;
			
			span {
			}
		}
		.txt {
			font: 18px/21px OctavaOSCRegular;
			margin: 30px 0 0 28px;
			width: 230px;
		}
		img {
			padding: 30px 0 0 10px;
		}
	}
}