.find-block, .request-block, .contacts-block {
    background: #f0f0f0;	
	/* NEW SKYBLUE: */
	background: #87CEFA;
	padding: 30px 0;
}
.input-title {
    color: #AC3E35;
    font-size: 18px;
    padding-top: 0;
    font-weight: bold;
    text-align: center;
}
form .input-group-addon {
    background: #C9453A;
	border: 1px solid #C9453A;
}
form .input-group-addon button {
	background: transparent;
	border: 0;
	color: #fff;
	text-transform: uppercase;
    font-weight: bold;
}
form .input-group > input {
	border-color: #C9453A;
}
.requirements-block, .last-equipment-block {
	background: #fff;
	color: #777;
}
.block-head {
	text-align: center;
	padding: 20px 0;
	font-size: 26px;
    font-weight: bold;
}
.ribbon p {
	color: #555;
	font-size: 20px;
	padding: 10px 0;
}
.requirements-block .glyphicon-ok {
	color: #3C96BD;
}
.otstup {
	padding: 20px;
}
.request-btn {
	text-transform: uppercase;
}
.request-block-text {
	font-size: 16px;
	color: #555;
}
.eq-item {
	width: 100%;
	height: 260px;
	background-position: center center;
    background-size: cover;
}
.slide-row {
	width: 3835px;
	position: relative;
    transition: all 0.5s ease;
    left: 0px;
}
.last-equipment-block {
	position: relative;
}
.last-equipment-block .container {
	overflow: hidden;
}
.last-equipment-block .arrow_left, .last-equipment-block .arrow_right {
	position: absolute;
	width: 26px;
	height: 89px;
	top: 50%;
	cursor: pointer;
}
.last-equipment-block .arrow_left {
	left: 10px;
	background-image: url('/inc/images/arrow_left.png');
}
.last-equipment-block .arrow_right {
	right: 10px;
	background-image: url('/inc/images/arrow_right.png');
}
.contacts-block .btn {
	min-width: 80%;
}
.abuout-block {
	min-height: 300px;
	background-image: url('/inc/images/about.jpg');
	background-position: center;
    background-size: cover;
}
.dib {
    display: inline-block;
}
.w33 {
    width: 33%;
}
.w67 {
    width: 67%;
}
.about-menu-item {
    color: #FFFFFF;
    background: rgba(47,130,165,0.7);
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: 700;
    padding: 17px 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.about-menu-item.active {
    color: #333333;
    background: rgba(255,255,255,0.8);
}
.about-content {
    padding: 20px;
    background: rgba(255,255,255,0.8);
    min-height: 240px;
    vertical-align: top;
    border-radius: 8px;
    border-top-left-radius: 0px;
}
.ab-text {
    font-size: 1.5em;
    text-align: justify;
    color: #444;
}
.about-menu p {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
}
.about-content p {
	margin: 0;
	font-size: 15px;
}
.groups-block {
	background: #fff;
}
.groups-block p{
	text-align: justify;
}
p.groups-block-header {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: left;
}
p.group-block-btn-box {
	text-align: center;
}
p.group-block-btn-box a{
	min-width: 80%;
	text-transform: uppercase;
}
.group-box {
	width: 100%;
	height: 200px;
	margin-bottom: 25px;
	display: inline-block;
	position: relative;
}
.group-box-img {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	background-image: url('/inc/upload/5.jpg');
}
p.group-box-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 3px;
    background: rgba(0,0,0,0.5);
    color: #fff;
	text-align: left;
}