/* Extended css styles */

.owl-carousel .owl-wrapper-outer {
    height: 153px;
}


#content .loss-left UL LI:hover {
    padding: 3px 0px;
}

p.name-item-nm {
  /*display: none;*/
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}


#content UL LI.js_staff_item IMG{
  opacity:0;
  
  -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}

#content UL LI.js_staff_item:hover IMG, #content UL LI.js_staff_selected IMG{
  opacity:1;
 
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}




#content .loss-left UL LI.js_staff_selected {
    background: rgb(0, 161, 71);
    border: 3px solid #00a147;
}

#content .loss-left UL LI A {
    border: none ;
}

#content .loss-left UL LI {
width: auto;
    padding: 3px 0px;
    /*height: 186px;
  width: 144px;*/
  height: 100%;
    display: inline-block;
    margin: 10px 12px 16px;
    border: 3px solid #fff;
    border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}




.right-block.ss:before {
    top: 0;
    left: 0;
    width: 5000px;
    height: 100%;
    content: '';
    background: #070707;
    position: absolute;
}



.right-block.sss:before {
    top: 0;
    left: 0;
    width: 5000px;
    height: 100%;
    content: '';
    background: rgba(7, 7, 7, 0.6);
    position: absolute;
}


.ppp {
    background: url(/images/fon.png);
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 545px){
.right-block {
    padding: 0px;
}
  
  .right-block.ss {
    padding: 11px 0 10px 15px;
}
}

@media screen and (max-width: 545px){
#content .right-block {
    min-height: 260px;
}
  
  .right-block.sss:before {
    left: -107px !important;
}
  
  #content .right-block IMG {
    width: 200px;
    left: -211px;
}
}




@media screen and (max-width: 380px){
  
  .right-block.sss:before {
    left: -121px !important;
}
  
  #content .right-block IMG {
    left: -225px;
}
}




@media screen and (max-width: 1200px){
#content .loss-left UL LI:hover {
    width: 96px;
}
}




