/* licenses-area */
.page-index-wrapper .about-us .title {
  font-size: 24px;
  text-transform: uppercase;
}
.page-index-wrapper .licenses-area .slider-area {
  position:relative;
  background-color: #fff;
  min-height: 235px;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.55);
  -moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.55);
  box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.55);
}
.page-index-wrapper .licenses-area .slider-area .item .title {
  line-height: 24px;
  padding-bottom:5px;
}
.page-index-wrapper .licenses-area .slider-area .item .wrap {
  padding: 20px 60px 0 60px;
}
.page-index-wrapper .licenses-area .slider-area .license-photo {
  width:120px;
  border:1px solid #ccc;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.55);
  -moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.55);
  box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.55);
}
.page-index-wrapper .licenses-area .slider-area .carousel-control.left,
.page-index-wrapper .licenses-area .slider-area .carousel-control.right {
  background-image:none;
  background-color:transparent;
}
.page-index-wrapper .licenses-area .slider-area .carousel-control .license-left,
.page-index-wrapper .licenses-area .slider-area .carousel-control .license-right {
  width: 40px;
  height: 40px;
  top: 42%;
  position: absolute;
}
.page-index-wrapper .licenses-area .slider-area .carousel-control .license-left {
  background: transparent url('/img/tpl/license-arrows.png') 0 -42px no-repeat;
  left: 0;
}
.page-index-wrapper .licenses-area .slider-area .carousel-control .license-right {
  background: transparent url('/img/tpl/license-arrows.png') 0 -126px no-repeat;
  right: 0;
}
.page-index-wrapper .licenses-area .slider-area .carousel-indicators {
  margin-bottom:0;
  bottom: 12px;
  width:70%;
}
.page-index-wrapper .licenses-area .slider-area .carousel-indicators li {
  background: transparent url('/img/tpl/license-points.png') 0 0px no-repeat;
  border:0;
  width: 8px;
  height: 8px;
  margin:0 5px;
}
.page-index-wrapper .licenses-area .slider-area .carousel-indicators li.active,
.page-index-wrapper .licenses-area .slider-area .carousel-indicators li:hover{
  background: transparent url('/img/tpl/license-points.png') 0 -10px no-repeat;
}
.page-index-wrapper .licenses-area .license-shadow {
  height:29px;
  background: transparent url('/img/tpl/license-shadow.png') 50% 0 no-repeat;
}

/* they-trust */
.page-index-wrapper .they-trust {
  padding:20px 0 40px 0
}
.page-index-wrapper .they-trust .container {
  width: 1000px !important;
  padding-top:20px;
}
.page-index-wrapper .they-trust .title {
  background: transparent url('/img/tpl/they-trust-title-bg.jpg') 0 50% repeat-x;
  text-transform: uppercase;
  text-align:center;
}
.page-index-wrapper .they-trust .title span {
  background-color:#f7f7f7;
  font-size: 18px;
  font-family: 'Roboto', sans-serif !important;
}
.page-index-wrapper .they-trust .clients-area {
  position:relative;
}
.page-index-wrapper .they-trust .slider-area .carousel-inner {
  padding: 0 35px;
}
.page-index-wrapper .they-trust .slider-area .carousel-control {
  width:3%;
}
.page-index-wrapper .they-trust .slider-area .carousel-control.left,
.page-index-wrapper .they-trust .slider-area .carousel-control.right {
  background-image:none;
  background-color:transparent;
}
.page-index-wrapper .they-trust .slider-area .carousel-control .custom-left,
.page-index-wrapper .they-trust .slider-area .carousel-control .custom-right {
  width: 15px;
  height: 29px;
  top: 42%;
  position: absolute;
}
.page-index-wrapper .they-trust .slider-area .carousel-control .custom-left {
  background: transparent url('/img/tpl/they-trust-clients-arrows.png') 0 -30px no-repeat;
  left: 0;
}
.page-index-wrapper .they-trust .slider-area .carousel-control .custom-right {
  background: transparent url('/img/tpl/they-trust-clients-arrows.png') 0 -90px no-repeat;
  right: 0;
}
.page-index-wrapper .they-trust .slider-area .wrap {
  padding: 2px 10px;
}
.page-index-wrapper .they-trust .slider-area .client-logo {
  min-height:120px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.55);
  -moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.55);
  box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.55);
}


/* page-uslugi-wrapper */
.page-uslugi-wrapper .service-item {
  padding-bottom: 15px;
}

/* page-licenses-wrapper */
.page-licenses-wrapper {

}
.page-licenses-wrapper .licenses-view li {
  width: 433px;
  min-height: 130px;
  border: 0px solid #ccc;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  zoom: 1;
  *display: inline;
  _height: 130px;
  padding:5px 4px 5px 0;
  /*padding:5px 20px 17px 0;*/
  position: relative;
}
.page-licenses-wrapper .licenses-view li .wrap {
  padding:20px 30px;
  position:relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.55);
  -moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.55);
  box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.55);
  min-height:230px;
}
.page-licenses-wrapper .licenses-view li .license-photo {
  width:120px;
  border:1px solid #ccc;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.55);
  -moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.55);
  box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.55);
}
.page-licenses-wrapper .licenses-view li .license-shadow {
  height:21px;
  background: transparent url('/img/tpl/license-shadow.png') 50% 0 no-repeat;
}
.page-licenses-wrapper .licenses-view li .header-of-license {
  padding-top:20px;
}
