@import "font-awesome.less";
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic);
@color0: #2C3E50;
@color1: #FFF;
@color2: #E74C3C;
@color3: #2C3E50;
@color4: #3498DB;
@color5: #2980B9;
body {
	background: @color1;
	color: @color3;
	padding: 10px;
	z-index: 0;
	height: 100%;
	box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

html { height: 100%;}
.clear {clear: both;}
.centerfull {float: left; width: 100%; text-align: center;}

.transitions {-webkit-transition: all 0.3s; -moz-transition: all 0.3s;  transition: all 0.3s;}

* {font-family: "PT Sans";}

.maincontainer {
  float: left;
  width: 100%;
}

.radio-inline {
  font-size: 14px;
}

.titleform {
	text-transform: uppercase;
	color: @color3;
	font-weight: bold;
}

.ograd-carousel {
	float: left;
	position: relative;
	width: 100%;
	z-index: 1;
	margin: 0 0 20px;
	ul {
		margin: 0;
		padding: 0;
		width: 720px;
		list-style: none;
		li {
			display: inline-block;
			margin: 0 5px;
			cursor: pointer;
			z-index: 2;
			img {
				width: 100px;
				height: 100px;
				border: 4px solid @color5;
				border-radius: 5px;
				.transitions;
			}
			&:hover img {border-color: @color4; }
			&.active img {border-color: @color2; }
		}
	}
}

.ogradCarPrev {
	float: left;
	position: relative;
	width: 30px;
	text-align: center;
	margin-top: -120px;
	cursor: pointer;
	opacity: 0.8;
	background: rgba(48,67,87,0.9);
	font-size: 25px;
	line-height: 100px;
	z-index: 3;
	color: @color1;
	&:hover {opacity: 1;}
}

.ogradCarNext {
	float: right;
	position: relative;
	width: 30px;
	text-align: center;
	margin-top: -120px;
	cursor: pointer;
	opacity: 0.8;
	background: rgba(48,67,87,0.9);
	&:hover {opacity: 1;}
	font-size: 25px;
	line-height: 100px;
	z-index: 3;
	color: @color1;
}

.mainimage {
	background: #fff;
	max-width: 100%;
	display: none;
}

.no-active {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	z-index: 9998;
}

.preloader {
	display: none;
	position: fixed;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	z-index: 9999;
}

.colorBlock {
	display: inline-block;
	width: 30px;
	height: 30px; 
	margin: 5px 0;
	opacity: 0.7;
	cursor: pointer;
	border-radius: 100%;
	&.black { background: #4b4b4b; }
	&.yellow { background: #f7da3d; }
	&.green { background: #276d35; }
	&.red { background: #eb1f1f; }
	&:hover { opacity: 0.85;}
	&.active { opacity: 1;box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1); border: 2px solid #fff;}
}

.containerImage {
	background: #fff;
	border-radius: 5px 5px 5px 10px;
	z-index: 5;
	box-shadow: 0 0 10px 5px rgba(5, 5, 5, 0.2);
}

.containerColor {
	background: #F7F7F7;
	border-radius: 0 5px 5px 0;
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #d2d2d2;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 22px;
	text-align: center;
	.titleform {
		font-size: 12px;
		color: @color1;
	}
	.form-control {text-align: center; font-size: 16px;}
}

.priceCont {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #D31E0B;
	color: #fff;
	font-size: 25px;
	padding: 10px 10px 10px 10px;
	border-radius: 0 0 0 5px;
	span {
		font-size: 30px;
		font-weight: bold;
	}
}

.caption1 {
	font-style: italic;
	color: #6E6E6E;
	font-size: 15px;
}

.form-control {
	border-radius: 2px;
	line-height: 1.2;
}

.afterImage {
	background: #F7F7F7;
	margin-top: -50px;
	color: #3C3C3C;
	padding-bottom: 20px;
	border-radius: 5px 5px 5px 10px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	.rightBlock {
		padding-top: 20px;
      .delFrom {
        display: none;
        float: left;
        width: 100%;
        position: relative;
        label span {font-weight: bold; i {font-size: 16px; color: rgb(211, 30, 11);}}
        .preloader {
          position: absolute;
          display: none;
          width: 100%;
          height: 100%;
          background: url("../img/preloader.gif") no-repeat center;
          background-color: rgba(255,255,255,0.5);
        }
      }
      .samFrom {
        display: none;
        float: left;
        width: 100%;
      }
      .delAddr {
        float: left;
        width: 100%;
      }
	}
}

.input-group-addon {
	font-size: 20px;
	border-radius: 2px;
	background: @color4;
	border-color: @color5;
	color: @color1;
}

.form-control {border-color: @color5; font-size: 16px;}

.form-horizontal .control-label {font-size: 16px; padding-top: 5px;}

.btn {border-radius: 2px; font-size: 17px; font-weight: 600;}
.btn-xs {font-size: 11px;}

.popupRals {
	position: absolute;
	float: left;
	display: none;
	width: 600px;
	min-height: 500px;
	padding: 10px;
	background: #fff;
	z-index: 9999;
	color: #000;
}

.scrollBlock {
	float: left;
	position: relative;
	width: 100%;
	height: 500px;
	overflow-y: scroll;
}

ul.catRal {
	list-style: none;
	padding: 10px;
	margin: 0px;
	li {
		width: 12.5%;
		padding: 0px 2px;
		text-align: center;
		float: left;
		margin: 0px 0px 10px 0px;
		cursor: pointer;
		color: #2980b9;
		&:hover {color: #3498db; text-decoration: underline;}
		.colB {
			width: 100%;
			height: 40px;
		}
		}
}

.ralBlock {
	float: left;
	display: none;
	width: 100%;
	.color {float: left; width: 100%; height: 35px; border: 1px solid #CACACA;}
	.ralNum {float: left; width: 100%; text-align: center; color: #000; font-weight: bold;}
}

.typeOgrad {
	padding: 0;
	margin: 5px 0 10px 0;
	float: left;
	width: 100%;
text-align: center;
	list-style: none;
	li {
		padding: 12px 15px;
		margin: 0 10px;
		display: inline-block;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		border-radius: 4px;
		font-size: 16px;
		&.active {border: 3px dashed #fff;}
		&#gazonO {background: @color2 url("../img/icon-gazon.png") no-repeat left center; padding-left: 92px;}
		&#peshehodO {background: @color2 url("../img/icon-peshehod.png") no-repeat left center; padding-left: 81px;}
		&#stroitO {background: @color2 url("../img/icon-stroit.png") no-repeat left center; padding-left: 57px;}
	}
}

.hiddenCarousels {display: none;}