@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,cyrillic);

/***************************
	Transitions
***************************/
a{
	-webkit-transition: all 250ms 50ms ease-in-out;
	-moz-transition: 	all 250ms 50ms ease-in-out;
	-ms-transition: 	all 250ms 50ms ease-in-out;
	-o-transition: 		all 250ms 50ms ease-in-out;
	transition: 		all 250ms 50ms ease-in-out;
}

body, html{
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
}

a, a:visited{
    color: #62a18e;
    text-decoration: underline;
    outline: none;
}

a:hover, a:active{
    color: #fb971d;
    outline: none;
}
a:focus{
  outline: none;
}
a.internal, a.internal:visited{
    text-decoration: none;
    border-bottom: 1px #ff4f01 dashed
}
a.internal:hover, a.internal:active{
    border-bottom: 1px #63686c dashed
}

h1, h2, h3{
    text-transform: uppercase;
    font-size: 30px;
    color: #62a18e;
    font-weight: 300;
    font-family: "Roboto Condensed";
    padding: 0 0 10px 0;
}


h2{
    font-size: 24px;
}

p{
    font-size: 16px;
    color: #8e8e8e;
    line-height: 24px;
}

.form-control{
  border-radius: 0;
  box-shadow: none;
}

.btn{
    border-radius: 0;
    border: none;
    height: 51px;
    padding: 0 22px;
    line-height: 50px;
    text-decoration: none;
    font-family: Roboto;
}
.btn-default{
    background: #ff4f01 url("../images/btn.png") no-repeat left top;
    color: #fff;
}
.btn-default:hover{
    background: #ff4f01;
    color: #fff;
}

.container-fluid{
  max-width: 1200px;
}

.b-header{
  margin-top: 30px;
}
.b-logo{
  height: 60px;
  float: left;
}
  .b-logo a{
    display: block;
    background: url("../images/logo.png") no-repeat top center;
    width: 170px;
    height: 128px;
    margin-top: -15px;
    margin-left: 25px;
    text-decoration: none;
    float:left;
  }
.b-address{
    background: url("../images/b-address.png") no-repeat left top;
    padding-left: 34px;
    font-size: 16px;
    color: #8e8e8e;
    line-height: 22px;
}

.b-phone{
    background: url("../images/b-phone.png") no-repeat left top;
    padding-left: 45px;
    color: #8e8e8e;
}
    .b-phone a.phone{
        color: #8e8e8e;
        text-decoration: none;
        font-size: 26px;
        line-height: 18px;
        font-weight: 300;
    }
        .b-phone a.phone span{
            color: #3d6272;
        }
.namefirm {
/*float: left;
width: 230px;
margin-left: 10px;*/
font-size: 20px;
color: #CE0000;
text-transform: uppercase;
font-weight: 800;
}
.b-email{
    background: url("../images/b-email.png") no-repeat left top;
    padding-left: 43px;
    line-height: 22px;
    font-size: 14px;
}

/* navigation */
.navbar{
  border-radius: 0;
  border: none;
  margin-top: 40px;
  text-align: center;
}
.navbar-default{ background: #fb971d; }

.navbar a{
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
}

.navbar-collapse{
    border: none;
}
.navbar-collapse span{
  display: table;
  margin: 0 auto;
}
    ul.nav{
        margin: 0;
        padding: 0;
        text-align: center;
    }
    ul.nav li{
        list-style: none;
        display: inline-block;
        margin-left: 20px;
        height: 60px;
        padding: 15px 0 0 0;
    }
    ul.nav a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        border: 1px #fb971d solid;
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        padding: 0 27px;
    }
    ul.nav li:first-child, li.first-child {
        margin: 0;
    }
        * html ul.nav li {
            z-index: expression(
            runtimeStyle.zIndex = 1,
            this == parentNode.firstChild ? (className += " first-child") : 0
            )
        }
    ul.nav a:hover{
        border: 1px #fff solid;
    }
    ul.nav li.active{
        background: #fb971d url("../images/li-active.png") no-repeat center top;
    }
    ul.nav li.active > a{
        border: 1px #fff solid;
        background: none !important;
    }
  .navbar-toggle{
    border-radius: 0 !important;
    border: none !important;
  }
    .icon-bar{
      color: #fff !important;
    }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: none !important;
    color: #fff !important;
  }
  .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background-color: #fff;
  }
.copyr{
float: right;
margin: 60px 15px 0 0;
font-size: 11px;
background: url('../images/m001.png') no-repeat 20px 0;
width: 220px;
height: 29px;
padding-left: 105px;
color: #a3a3a3;
line-height: 1.3;
font-weight: 100;
}
/* slider */
.b-slider{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  height: 561px;
}
  .b-slider .slide{
    background-position: center;
    width: 100%;
    height: 100%;
    display: none;
  }
    .b-slider .slide .for-html{
      color: #fff;
      position: absolute;
      z-index: 99;
      width: 960px;
      left: 50%; margin-left: -480px;
      top: 120px;
    }
  
  .b-slider__wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    background: rgba(98, 161, 142, 0.5);
  }
  .b-slider__pagination{
    position: absolute;
    left: 0; bottom: 20px;
    width: 100%;
  }
    .b-slider__pagination ul{
      margin: 0 auto;
      text-align: center;
    }
    .b-slider__pagination li{
      display: inline-block;
    }
      .b-slider__pagination li a{
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        min-width: 30px;
        min-height: 30px;
        color: #fff !important;
        border-radius: 14px;
        padding: 0 3px;
        text-align: center;
        margin-right: 30px;
        opacity: .75;
      }
      .b-slider__pagination li.active a{
        color: #fff;
        opacity: 1;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
        border: 1px #fff solid;
      }
	.b-slider h2{
		font-size: 48px;
		color: #fff;
		font-weight: 700;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	}
	.b-slider strong{
		font-size: 62px;
	}
	.b-slider h2:before{
		content: "";
	}
	.b-slider h3{
		font-size: 24px;
		padding-top: 10px;
	}
	.b-feedback-slider{
		background: #fff;
		padding: 0px 20px 20px 35px;
	}

/* sidebar */
.b-sidebar{
  padding-top: 25px;
}
  .b-sidebar .b-aside{
    width: 278px;
    border: 1px #c4d0d4 solid;
    padding-left: 15px;
    padding-bottom: 25px;
    padding-right: 15px;
    margin:0 0 35px 0;
  }
  .b-sidebar .b-aside ul{
	padding-left: 15px;
  }
  .b-sidebar .b-aside ul{
    margin: 0;
  }
  .b-sidebar .b-aside ul li{
    text-transform: uppercase;
    line-height: 26px;
    color: #43b930;
  }
  
  /* sidebar news */
    .news-sidebar .news-item{
        margin:0 0 25px 0;
    }
        .news-sidebar .news-item .news-date{
            display: inline-block;
            height: 18px;
            padding: 0 18px;
            line-height: 18px;
            background: #c6d1d6;
            margin:0 0 15px 0;
        }
        .news-sidebar .news-item .news-link{
            display: inline-block;
            margin:0 0 10px 0;
        }
        .news-sidebar .news-item .news-desc{
            display: inline-block;
            width: 240px;
            color: #8e8e8e;
        }
    .news-sidebar a.news-more{
        display: inline-block;
        height: 30px;
        line-height: 27px;
        padding: 0 19px;
        border: 1px #62a18e solid;
        color: #62a18e;
        text-decoration: none;
    }
    .news-sidebar a.news-more:hover{
        border: 1px #fb971d solid;
        color: #fb971d;
    }

/* feedback */
.feedback-sidebar{
    width: 100%;
    padding-right: 15px;
}
    .feedback-sidebar .feedback__form{
        text-align: center;
        margin-bottom: -10px;
    }
        .feedback-sidebar .feedback__form .form-group{
            width: 100%;
            display: inline-block;
        }
        .feedback-sidebar .feedback__form .form-group:first-child{
            margin-left: 0;
        }
    .feedback-sidebar .feedback__btn{
        text-align: center;
        margin-bottom: 0px;
    }
    .feedback-sidebar .btn{
        margin: 0 0 -64px 0;
    }
  
.feedback-content{
    width: 100%;
    border: 1px #c6d1d6 solid;
}
    .feedback-content .feedback__form{
        padding:22px 22px 10px 22px;
        text-align: center;
    }
        .feedback-content .feedback__form .form-group{
            width: 235px;
            display: inline-block;
            margin-left: 50px;
        }
        .feedback-content .feedback__form .form-group:first-child{
            margin-left: 0;
        }
    .feedback-content .feedback__btn{
        text-align: center;
    }
    .feedback-content .btn{
        margin-bottom: -24px;
    }
    
/* content */
.b-content{
  padding-top: 25px;
  font-size: 16px;
    color: #8e8e8e;
    line-height: 24px;
}
  .b-content .breadcrumbs ul{
    margin: 0;
    padding: 0;
  }
  .b-content .breadcrumbs li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
  }
  .b-content .breadcrumbs li.divider{
    text-align: center;
    width:26px;
  }

/* footer new */
.b-footer{
  background: #e2f4ef;
}
  .b-footer .b-company{
    font-size: 14px;
    padding: 30px 15px;
  }
    .b-footer .b-company a{ color: #62a18e; }
    .b-footer .b-company a.phone{
      color: #bbbaba;
      text-decoration: none;
      font-size: 26px;
    }
      .b-footer .b-company a.phone span{ color: #3d444a; }
  .b-footer .b-m001{
    padding: 30px 0 30px 15px;
    text-align: right;
    background: url("../images/m001_white.png") no-repeat right 80px;
    height: 153px;
  }
  
  .b-footer .b-double-nav{
    padding-top: 30px;
  }
    .b-footer .b-double-nav ul{
      margin: 0;
      padding: 0;
      text-align: center;
    }
    .b-footer .b-double-nav ul{
      margin-bottom: 30px;
    }
        .b-footer .b-double-nav li{
            display: inline;
            list-style: none;
            margin-left: 15px;
        }
        .b-footer .b-double-nav a{
            color: #62a18e;
            font-size: 14px;
        }
        .b-footer .b-double-nav a:hover{
            color: #fb971d;
        }
        
        .b-footer .b-double-nav .b-flat_social{
            width: 187px;
            height: 31px;
            margin: 0px auto 0;
        }
            a.flat{
                display: block;
                height: 31px;
                width: 31px;
                float: left;
                margin-left: 7px;
            }
            a.flat:first-child{
                margin-left: 0;
            }
                a.flat-twitter{ background: url("../images/flat_icons.png") no-repeat left top; }
                a.flat-facebook{ background: url("../images/flat_icons.png") no-repeat -31px top; }
                a.flat-odnoklassniki{ background: url("../images/flat_icons.png") no-repeat -62px top; }
                a.flat-vk{ background: url("../images/flat_icons.png") no-repeat -93px top; }
                a.flat-mail{ background: url("../images/flat_icons.png") no-repeat -124px top; }

.gal-item{
float: left;
margin: 10px;
text-align: center;
}
 
.gal-item a{
display: block;
}
 
.gal-item img{
border: solid 4px #CCC;
}
 
.gal-item img:hover{
border: solid 4px #666;
}

/***************************
	Media Queries
***************************/

@media only screen and (max-width: 480px) {
  
}

@media only screen and (max-width: 768px) {
  .b-logo a{
    margin: 0 auto;
  }
  .b-address, .b-email{
    display: none;
  }
  .b-phone{
    text-align: center;
    padding: 0;
    background: none;
  }
  .navbar{
    margin-left: -15px;
    margin-right: -15px;
  }
  ul.nav{
    margin-top: 20px;
    padding-bottom: 20px;
  }
  ul.nav li{
    display: block;
    margin: 0;
    padding: 0;
  }
    ul.nav li a{
      width: 100%;
      height: 100%;
      line-height: 55px;
    }
  .navbar-collapse span {
    display: block !important;
  }
  ul.nav li.active{
    background: none;
    }
  .b-company{
    text-align: center;
  }
  .b-double-nav{
    margin-top: -40px;
  }
  .b-footer{
    margin-top: 25px;
  }
  .b-footer .b-m001{
    text-align: center;
    background-position: center 80px;
  }
  .b-content, p{
    font-size: 14px;
  }
  .feedback-content .feedback__form .form-group{ margin-left: 0px; }
  .b-aside{
    margin: 0 auto 35px;
  }
}

.img-gallery {
  display: inline-block;
  width: 160px;
  height: 110px;
  float: left;
  margin: 5px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.img-gallery img {
 width: 160px;
}
