@media screen and (max-width: 1200px) {
	.js-prev, .js-next{display:none}
}

.carousel .other .block{display: block; width:231px; overflow: hidden; height:378px;float:left; margin-right:16px; margin-bottom:60px; border:1px solid #d8d8d8; border-radius:4px; text-decoration: none; color:#3d3d3d; background-image:url('images/block-border.png'); background-repeat:no-repeat; font-family: 'Roboto Condensed'; }
.carousel .other .block:last-child{margin-right:0;}
.carousel .other .block .image{display:block; height:160px; margin: 0 0 0 0; overflow: hidden;}
.carousel .other .block .image img{border-radius:4px 4px 0 0; width: 100%; height: auto;}
.carousel .other .block .description{height:180px; padding:20px;}
.carousel .other .block .description .body{ height: 140px; overflow:hidden; margin-bottom:5px;}
.carousel .other .block .description .body .time{display:block; font-size:13px; margin-bottom:5px; color:#a09e9c;}
.carousel .other .block .description .body .name{display:block; font-size:18px; font-weight:bold; margin-bottom:5px; text-decoration:none; color:#3d3d3d; line-height: 22px;}
.carousel .other .block .description .body .name:hover{color:#f68b1f}
.carousel .other .block .description .body .short-desc{display:block; font-size:14px; line-height:20px; font-weight:normal; }

.carousel .actions-in-globus {position: relative; }
.carousel .js-prev { position: absolute; top: 50%; left: -70px; margin-top: -24px;}
.carousel .js-prev a { display: block;  text-indent: -9999px;  width: 49px; height: 24px; background: url('images/prev-slide.png') bottom left no-repeat; }
.carousel .js-prev a:hover { background-position: top left; }
.carousel .js-next { position: absolute; top: 50%; right: -70px; margin-top: -24px; }
.carousel .js-next a { display: block;  text-indent: -9999px;  width: 49px; height: 24px; background: url('images/next-slide.png') bottom right no-repeat; }
.carousel .js-next a:hover { background-position: top right; }
.carousel .bx-controls{display:none;}

.carousel a.more{display: inline-block; width: 128px; text-align: center; font-size: 15px; color: #fff; margin: 0 10px 0 0; padding: 8px 0; text-decoration: none; background-color: #fcaf1b; border-radius: 4px; cursor:pointer;}
.carousel a.more:hover{color:#fff; background-color:#f68b1f;}
.carousel.not-carousel .js-prev,
.carousel.not-carousel .js-next{
	display:none;
}

