.infoblock {background:#ffffff;height:383px;
    -moz-box-shadow:    0px 6px 20px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.25);
    box-shadow:         0px 6px 20px 0px rgba(0,0,0,0.25);
}

.infoblock .content {position:relative;height:383px;z-index:1;}
.infoblock .contentknife {position:absolute;top:0px;left:0px;bottom:0px;right:0px;overflow:hidden;}
.infoblock .contentinner {position:absolute;top:0px;left:0px;margin:0px;bottom:0px;white-space:nowrap;font-size:0px;min-width:960px;}

.infoblock .item {width:960px;height:383px;white-space:normal;font-size:14px;background:top right no-repeat #ffffff;display:inline-block;}
.infoblock .pic {position:absolute;top:0px;right:0px;bottom:0px;width:629px;}
.infoblock .pic.image {width:auto;left:0px;background:right top no-repeat transparent;}
.infoblock .pic.video {width:629px;background:right top no-repeat transparent;}
.infoblock .pic .videocontainer {display:block;position:absolute;top:0px;left:0px;right:0px;bottom:0px;background:url(infoblock/video.png) center center no-repeat;cursor:pointer;}
.infoblock .pic[data-videoactive="1"] .videocontainer {background:#000000;cursor:default;}

.infoblock .note {position:absolute;top:57px;left:54px;width:224px;height:252px;text-align:left;color:#000000;z-index:2;}
.infoblock .note h2 {font-family:"Open Sans";line-height:30px;font-size:25px;font-weight:normal;margin:0 0 19px 0;}
.infoblock .note .txt {margin:0 0 1em 0;max-height:144px;overflow:hidden;font-size:14px;line-height:18px;}
.infoblock .more {color:#c7000d;text-decoration:none;}

.infoblock .item.black {background-color:#000000;}
.infoblock .item.black .note {color:#ffffff;}

.infoblock .navigation {position:absolute;top:341px;z-index:3;}
.infoblock .button {position:absolute;top:0px;}
.infoblock .button.left {left:10px;}
.infoblock .button.right {left:44px;}
.infoblock .line {position:absolute;height:1px;top:17px;width:230px;background:#cbcbcb;left:86px;}

