/* 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;
}



/* ############## */

a {
	color: inherit;
}
td {
	vertical-align: top!important;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {

	height: 100%;
}
#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);
	}
}


.pin {
	width: 36px;
	height: 35px;
	background: url(../images/fishka.gif);
	cursor: pointer;
	position: absolute;
}

.pin-table {
	width: 720px;
	height: 510px;
	/*overflow: auto;*/
	background-color: #fff;
	position: absolute;
	border: 6px solid #000;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -360px;
	padding: 30px;
	display: none;
	z-index: 10000;
	
	.blank {
		width: 30px;
	}
	.hide {
		background: url(../images/cross.jpg);
		width: 17px;
		height: 17px;
		cursor: pointer;
		right: 10px;
		top: 10px;
	}
	.txt {
		height: 500px;
		overflow: auto;
		padding-right: 20px;
		h2 {
			font: bold 30px/36px Futura;
			padding-bottom: 24px;
		}
		.cost {
			padding-left: 25px;
			background: url(../images/babki.jpg) no-repeat 0px 3px;
			font: italic 14px/16px Octava;
			padding-bottom: 30px;
			border-bottom: 2px solid #999;
			margin-bottom: 20px;
		}
		.capt {
			font: 18px/21px Octava;
			i {
				font: italic 14px/16px Octava;
			}
			b {
				font: normal 21px/25px Futura;
			}
		}
	}
}

.bg {
	position: relative;
}