.carousel  {
   max-width: 1060px; /* ширина всего блока */
   margin: 0 auto;
   width:100%;
   position: relative;
}
.carousel2  {
   max-width: 920px; /* ширина всего блока */
   margin: 0 auto;
   width:100%;
   position: relative;
}
.carousel3  {
   max-width: 1060px; /* ширина всего блока */
   margin: 0 auto;
   width:100%;
   position: relative;
}
.carousel-wrapper {
   overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
   position:relative;
}
.carousel-items {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-items2 {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-items3 {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-block {
   float: left; /* выстраиваем все элементы карусели в ряд */
   width: 250px; /* задаём ширину каждого элемента */
   height: 434px;
   margin-right: 20px!important; /* делаем оступы, чтобы элементы не сливались */
   overflow: hidden;
   background-size: cover;
   position: relative;
   cursor: pointer;
}
.carousel-block2 {
   float: left; /* выстраиваем все элементы карусели в ряд */
   width: 920px; /* задаём ширину каждого элемента */
   height: 406px;
   margin-right: 20px!important; /* делаем оступы, чтобы элементы не сливались */
   overflow: hidden;
   position: relative;
   cursor: pointer;
   padding: 0 30px 30px 0!important;
   border-radius: 4px;
    background: #FBFBFB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.carousel-block2 img {
    float: left;
}
.carousel-block3 {
   float: left; /* выстраиваем все элементы карусели в ряд */
   width: 250px; /* задаём ширину каждого элемента */
   height: 339px;
   margin-right: 20px!important; /* делаем оступы, чтобы элементы не сливались */
   overflow: hidden;
   position: relative;
   cursor: pointer;
   border: 21px solid #FFEB00;
}
.carousel-block3 img {
    width: 207px;
    height: 297px;
}
.names {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    width: 290px;
    margin-left: 599px;
    margin-top: 30px;
}
.carousel-block:hover > .opis {
    height: 293px;
}
.carousel-block:hover > .opis > .obr {
    display: block;
}
.carousel-block img{
	display:block;
}
.opis {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 137px;
    z-index: 2;
    background: #FFEB00;
    color: #000;
    font-size: 16px;
    padding: 20px 35px 0 27px;
    transition: all ease-out 0.3s;
    -mos-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
}
.dolzh {
    font-size: 12px!important;
    margin-top: 10px;
    padding-top: 17px;
    border-top: 1px solid #fff;
}
.obr {
    font-size: 12px!important;
    margin-top: 33px;
    display: none;
}
/*********** BUTTONS ***********/
.carousel-button-left a, .carousel-button-right a{
   width: 47px; 
   height: 47px; 
   cursor: pointer; 
   position: absolute;
   text-decoration:none;
}
.carousel-button-left2 a, .carousel-button-right2 a{
   width: 47px; 
   height: 47px; 
   cursor: pointer; 
   position: absolute;
   text-decoration:none;
}
.left {
    width: 47px; 
   height: 47px; 
   position: absolute;
   top: 173.5px;
   left: -67px;
}
.right {
    width: 47px; 
   height: 47px; 
   position: absolute;
   top: 173.5px;
   right: -67px;
}
.carousel-button-left a{
   background: url(../images/left_team.png); 
}
.carousel-button-right a{
   background: url(../images/right_team.png); 
}
.left2 {
    width: 47px; 
   height: 47px; 
   position: absolute;
   top: 179.5px;
   left: -70px;
}
.right2 {
    width: 47px; 
   height: 47px; 
   position: absolute;
   top: 179.5px;
   right: -70px;
}
.left2 a{
   background: url(../images/left.png)!important; 
}
.right2 a{
   background: url(../images/right.png)!important; 
}
.left3 a, .right3 a{
   width: 47px; 
   height: 47px; 
   cursor: pointer; 
   position: absolute;
   text-decoration:none;
}
.left3 {
    width: 47px; 
   height: 47px; 
   position: absolute;
   top: 146px;
   left: -67px;
}
.right3 {
    width: 47px; 
   height: 47px; 
   position: absolute;
   top: 146px;
   right: -67px;
}
.left3 a{
   background: url(../images/left2.png); 
}
.right3 a{
   background: url(../images/right2.png); 
}