body{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #666666;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.thumb img {
  max-width: 100%;
}
.thumb {
  margin-bottom: 10px;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
html {
  position: relative;
  min-height: 100%;
}
header{
  background: #fff;
  height: 140px;
  min-width: 1170px;
}
header .logo{
  margin-top: 45px;
  display: inline-block;
}
.navi{
  margin: 60px 0 0 0;
  padding: 0;
  list-style: none;
}
.navi > li > ul > li{
  display: none;
}
.navi > li > ul{
  position: absolute;
  left: 0;
  top: 100%;
  margin: 5px 0 0 0;
  padding: 0;
  width: 175px;
}
.navi > li > ul > li.active{
  display: block;
}
.navi > li > ul > li > ul{
  display: none;
}
.navi > li > ul > li > a{
  display: block;
  /*background: red;*/
  color: #666666;
  font-size:13px;
}
.navi > li{
  display: inline-block;
  padding: 0;
  margin: 0 25px;
  position: relative;
}
.navi > li > a{
  font-size: 18px;
  color: #666666;
  padding-right: 20px;
  background: url(../image/navi-arrow.png) no-repeat right 60%;
}
.footer{
  height: 50px;
  line-height: 50px;
  background: #0c7a3e;
  color: #fff;
  min-width: 1170px;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container-bg{
  margin-bottom: 80px;
  min-width: 1170px;
  position: relative;
}
.container-bg img{
  max-width: 100%;
  width: 100%;
}
.container-bg .container-slogan{
  position: relative;
  height: 100%;
}
.container-bg .container-slogan .slogan{
  position: absolute;
  top: 40%;
  left: 0;
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(51, 50, 50,1);
}
.container{
  min-width: 1170px !important;
}
.container-desc{
  margin-bottom: 90px;
}
.navside{
  padding: 0;
  margin: 0;
}
.navside ul{
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.navside > li{
  display: none;
}
.navside > li.active{
  display: block;
}
.navside > li.active > a{
  display: none;
}
.navside > li > ul {
  /*background: #4caf50;*/
}
.navside > li > ul > li{
  border-bottom: 1px dashed #fff;
}
.navside > li > ul > li.active > ul{
  display: block;
  margin: 30px 0 10px 20px;
  background: #fff;
}
.navside > li > ul > li > ul > li{
  background: url(../image/navside-child.png) no-repeat left center;
  padding-left: 25px;
  margin-bottom: 20px;
}
.navside > li > ul > li > ul > li.active{
  background: url(../image/navside-child-a.png) no-repeat left center;
}
.navside > li > ul > li > ul > li.active > a{
  color: #0c7a3e;
}
.navside > li > ul > li > ul > li > a{
  font-size: 16px;
  color: #666666;
}
.navside > li > ul > li:last-child{
  border-bottom: none;
}
.navside > li > ul > li.active > a{
  background: #0c7a3e;
}
.navside > li > ul > li > a{
  display: block;
  width: 100%;
  height: 115px;
  background: #4caf50;
  text-align: center;
  line-height: 115px;
  color: #fff;
}
.navside > li > ul > li > ul{
  display: none;
}
.subs{

}
.subs-contacts{
  margin-bottom: 50px;
}
.subs .sub{
  border-bottom: 1px dashed #ececec;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.subs .sub .sub-name{
  font-weight: bold;
  font-size: 24px;
  color: #727272;
  margin-bottom: 25px;
}
.subs .sub .sub-short{

}
.subs .sub .sub-name-contacts{
  margin-bottom: 0px;
}
.subs .sub .sub-name-contacts a{
  font-weight: bold;
  font-size: 24px;
  color: #727272;
}
.subs .sub .sub-short-contacts{
  font-size: 16px;
  font-weight: bold;
}
.subs .sub .sub-link{
  color: #4caf50;
  font-size: 22px;
  padding-right: 55px;
  background: url(../image/sub-a.png) no-repeat right center;
  height: 30px;
  margin-top: 30px;
  display: inline-block;
  margin-left: 235px;
}
.subs .sub .sub-link-contacts{
  margin-left:210px;
}
.subs .sub .sub-link:hover{
  text-decoration: none;
}
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-middle {
  vertical-align: middle;
}
.row-xs-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-xs-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-xs-middle {
  vertical-align: middle;
}
.page-name{
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 25px 0;
}
.page-name-contacts{
  margin: 0 0 5px 0;
}
.content{
  line-height: 24px;
}
.content ul{
  margin: 0;
  padding: 0;
  list-style:none;
}
.content ul li{
  padding-left: 35px;
  background: url(../image/ul-li.png) no-repeat 0px 6px;
}
.application-name{
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0;
}
.caret{
  display: none !important;
}
.back-btn{
  background: url(../image/back-a.png) no-repeat right center;
  color: #4caf50;
  font-size: 22px;
  padding-right: 40px;
  display: inline-block;
}
.btn-to-list{
  background: url(../image/sub-a.png) no-repeat right center;
  color: #4caf50;
  font-size: 22px;
  padding-right: 60px;
  display: inline-block;
}
.btn-to-list:hover,
.back-btn:hover{
  text-decoration: none;
  color: inherit;
}
.hr-dashed{
  height: 1px;
  background: none;
  border:none;
  border-bottom: 1px dashed #f0f0f0;
  padding: 0;
  margin: 25px 0;
}
.content-our-company{
  margin-top: 60px;
}
.green-block{
  width: 255px;
  height: 225px;
  background: #4caf50;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size:16px;
  font-weight: bold;
  padding: 90px 68px 0 68px;
}
.contact_form{
  /*background: red;*/
}
.contact_form input[type='text'],
.contact_form textarea{
  width: 100%;
  margin-bottom: 30px;
  background: none;
  border:1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 45px;
  padding-left: 20px;
}
.contact_form textarea{
  height: 360px;
  resize: none;
  padding: 10px 20px;
}
.contact_form button{
  border:none;
  background: url(../image/sub-a.png) no-repeat right center;
  color: #4caf50;
  font-size: 22px;
  padding-right: 60px;
  height: 30px;
}
.contacts-short{
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 0;
}