.item-features {

    background: rgba(255, 255, 255, 0.8);

    padding: 20px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    text-align: center;
}

.color-block {
    padding-right: 5px !important;
    padding-left: 5px !important;
}


@media (min-width: 992px){
.featurette-heading {
margin-top: 20px !important;
}                         }

.navbar-inverse {
    /* background: #E26A1C;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-bottom: 1px solid #924405;   */
    /*background:  #E26A1C;*/
    background: rgba(0, 0,0 , 0.7);
    /*background: rgba(0, 189, 239, 0.9);*/
    /*background:  rgba(50,118,177, 0.9);*/
    /*border-color: rgba(0,189,239, 1);*/

    /*background: rgba(255,255,255,0.9);*/
    color: white !important;
    padding: 11px 0 2px 0;
     border: 1px solid rgba(0, 25, 83, 0.88);
}


.navbar-inverse .navbar-brand {
    /*color: #080808;*/
    color: #ffffff;
    font: 20px Ubuntu, Arial, sans-serif;
    text-decoration: none;
    /*text-shadow: 1px 1px 1px #f9ebab;*/
    /*margin-right: 20px;*/
}

.navbar-brand:hover {
    color: white !important;
    /*color:  #080808 !important;*/
}

.orange-bl {
    width: 100%;
    border-top: 1px solid #c98d70;
    border-bottom: 1px solid #c98d70;
    background-color: #ecbe6e;
    background: -moz-linear-gradient(top, #ffefd4, #ffd58f);
    background: -ms-linear-gradient(top, #ffefd4, #ffd58f);
    background: -o-linear-gradient(top, #ffefd4, #ffd58f);
    background: -webkit-linear-gradient(top, #ffefd4, #ffd58f);
    background: linear-gradient(top, #ffefd4, #ffd58f);
    height: 260px;
}

/*.featurette-top {*/
#woman {
    background: url('../images/bg-microclimat.jpg') no-repeat center center;
    padding-bottom: 670px;
    padding-top: 110px;

}

.featurette-top h2{
    margin-top: 10px !important;
}

	.item-pod-kluch{
		      padding: 0 20px;
			text-align: center;
		}

    .carousel-caption{
        background-color: rgba(0,0,0,0.4);
    }
/*
body{
  background:url(../images/bg-microclimat.jpg) no-repeat  90px 0px  #F1FBF9;
}

*/


@media (min-width: 1200px)   {

 }

.input-group {
    margin-bottom: 10px !important;
}

.featurette .glyphicon {
    top: 0;
}
  #form-zvonok .glyphicon {
    top: 0;
}
          /*
.resizable

(
@direction: both) {
  // Options: horizontal, vertical, both
  resize: @direction;
  // Safari fix
  overflow: auto;
}
          */
.lead-kvadro {
    font-size: 14px;
    color: #080808;
}

.placeholder img {
    border-radius: 50%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

#logos {
    height: 300px;
    background: url(../images/logos_new.png) no-repeat;
    margin: 0 auto;
    width: 1250px;
}

#logo{
    width: 177px;
    height: 108px;
        background: url(../images/logo-new.jpg) no-repeat;


}

h2.text-center {
    margin-bottom: 20px;
}

.how-it-works {
    margin: 22px 0 0 0;
    position: relative
}

.work-step {
    text-align: center;
    float: left;
    margin: 0 10px;
    position: relative
}

.work-step p {
    color: #714715;
    font: 28px Ubuntu, Arial, sans-serif;
    line-height: 25px
}

.wrap-steps:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.wrap-steps .small-text {
    text-align: center;
    font: 14px/14px ubuntu, arial, sans-serif;
    color: #000;
}

.how-it-works .bid {
    width: 200px;
    bottom: 15px;
    margin: 0 10px 0 0;
}

.how-it-works .engineer {
    top: -28px;
    width: 180px;
    margin: 0 20px 0 10px;
}

.how-it-works .mounting {
    margin: 0 10px 0 0;
    top: -53px;
    width: 200px;
}

.how-it-works .services {
    top: -54px;
    width: 185px;
}

.wrap-steps {
    margin: 83px 0 0 0;
    position: relative
}

.big-right-arrow {
    float: left
}

.title-orange-bl {
    color: #714715;
    font: 44px Philosopher, Georgia, serif;
    text-shadow: 1px 1px 1px #fce397;
    margin: 32px 0 0 0;
    text-align: center
}


.myButton {
	-moz-box-shadow:inset 0px 0px 15px 3px #23395e;
	-webkit-box-shadow:inset 0px 0px 15px 3px #23395e;
	box-shadow:inset 0px 0px 15px 3px #23395e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2e466e), color-stop(1, #415989));
	background:-moz-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-webkit-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-o-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-ms-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:linear-gradient(to bottom, #2e466e 5%, #415989 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e466e', endColorstr='#415989',GradientType=0);
	background-color:#2e466e;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #1f2f47;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	padding:8px 43px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #415989), color-stop(1, #2e466e));
	background:-moz-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-webkit-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-o-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-ms-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:linear-gradient(to bottom, #415989 5%, #2e466e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#415989', endColorstr='#2e466e',GradientType=0);
	background-color:#415989;
	color: white;
	text-decoration: none;
}
.myButton:active {
	position:relative;
	top:1px;
}

.marketing h2{
                 color: rgb(90, 90, 90);
}

.CSSTableGenerator_ td{
                             color: rgb(90, 90, 90);
    padding: 0 5%;

}

.myButtdon{

    color:white;
    border-bottom: 1px dotted;
    font-size: 16px;

    /*width: 220px;*/
 /*top: -12px;*/
position: relative;
/*left: 59px;*/


}

.myButtdon:hover{
    text-decoration: none;

}

.navbar-brand{
    /*float:none;*/
}


.navbar-wrapper .navbar{
    border-radius:0;
}

.b-phone{font-size: 22px;}
.b-email{font-size: 22px;}
.mobile .b-phone{font-size: 12px;}
.mobile .b-email{font-size: 12px;}

.mobile .text-muted{
    font-size: 1.5rem !important;
}
.mobile .navbar-brand{
    font-size: 12px;
}

h2{
    font-family: 'PT SANS', sans-serif;
    font-size: 1.9rem !important;
    margin-top: 4rem;
}


h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.5rem;
}

.color-block > div{
    min-height: 250px;
}
.color-block {
			padding-right: 5px !important;
			padding-left: 5px !important;
		}

		.color-block .lead-kvadro {
			color: white;
		}
        #prom_table{
            color: #333 !important;
           font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
            text-align: center !important;
        }

        #exampleWorks{
                     e
            text-align: center !important;
        }

        .mobile .featurette-heading> img{
            width: 20px;
        }

        .main-page-pic {
		position: absolute;
		width: 100%;
		height: auto;
		z-index: 0;
	}


	@media (min-width: 768px)  {
.featurette-heading {
/*font-size: 38px !important;*/
}
	 .featurette-top img{
 width: 6%;
top: -5px;
position: relative;
max-width: 80px;
}
	  /*.featurette-top h2{
		  font-size: 20px;
	  }
*/
		.featurette-top   .text-muted{
			font-size: 16px !important;
		}
	}

.navbar .ya-phone a[href^=tel]{
    color: #fff;
}
