.video-wrap {
  width:650px;
}
.video {
  height: 100%;
  width: 100%;
}


.product-horizontal .content {
    padding-top: 5px;
}

.product-horizontal .content .belt .panel {
    width: 150px;
    margin-right: 17px;
    display: inline;
}

.product-horizontal .content .belt .panel.last{
    margin-right: 0px;
}

.slider{
    margin-top: 20px;
}

.page_article{
    margin-top: 35px;
}

.page_article .left-column{
    width: 480px;
}

.page_article .right-column .navblock{
    margin-top: 5px;
}

.banner {
    position: relative;
    width: 650px;
    height: 179px;
}

.banner .navigation {
    position: absolute;
    right: 12px;
    bottom: 7px;
    line-height: 17px;
}

.banner .navigation .button {
    width: 19px;
    height: 19px;
    text-align: center;
    font-size: 12px;
    color: #2caae3;
    margin-left: 3px;
    background: url('/img/design/banner_buttons.png') no-repeat -21px 0px;
    cursor: pointer;
    float: left;
    display: inline;
}

.banner .navigation .button.hover{
    background-position: -42px 0px;
    color: white;
}

.banner .navigation .button.active.hover,
.banner .navigation .button.active{
    background-position: 0px -1px;
    color: white;
    line-height: 19px;
}

.banner .banner-img {
	display: block;
}
.main-news-wrap{
	border:1px solid #dedede;
	overflow: hidden;
	margin-top: 40px;
}
.main-news-wrap .header{
	font: 22px/1em Arial;
	background: url(/img/main-news-title.png) repeat-x left top;
	padding:7px 20px;
	margin-top: 0;
}
.main-news-wrap  .inner{
	padding: 22px 21px;
}
.main-news-wrap .item{
	width: 47%;
	float: left;
}
.main-news-wrap .item + .item {
	padding-left:26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-news-wrap .title {
	font:bold 12px/1em Arial;
	color: #0495d7;
	display: block;
	padding-top: 13px;
	padding-bottom: 6px;
}
.main-news-wrap .item P{
	color:#848484;
}
.main-news-wrap .item P .date{
	color:#000000;
	padding-right: 5px;
}
.main-news-wrap .more{
	clear: both;
	padding-top: 20px;
}