.bx-wrapper {
	position: relative;
	max-width: 100%!important;
}
.tab-content>.tab-pane{
	display: none !important;
	position: relative;
	margin: 0;
}
.tab-content .active{
	display: block !important;
}
.multi_block,.theme-carousel .in_tabs{
	clear: both;
	margin-top: 105px; 
}
.theme-carousel .block_content{
	padding: 0 40px;
}
.theme-carousel .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 37%;
	right: 22px;
	border:1px solid transparent;
	height: 35px;
	width: 35px;
	cursor: pointer;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.theme-carousel .bx-wrapper .bx-controls-direction a.bx-prev{
	right: auto;
	left: 22px;
	border-right-color:#4f4f4f;
	border-bottom-color:#4f4f4f;
}
.theme-carousel .bx-wrapper .bx-controls-direction a.bx-next{
	border-left-color:#4f4f4f;
	border-top-color:#4f4f4f;
}
body:not(#index) .multi_block  .owl-buttons,body:not(#index) .theme-carousel .bx-controls-direction{
	line-height: 25px;
	margin: 28px 0 9px;
	position: absolute;
	top: -130px;
	left: 0;
	width: 100%;
	text-align: center;
}
body:not(#index) .theme-carousel .bx-controls-direction a.bx-prev,
body:not(#index) .theme-carousel .bx-controls-direction a.bx-next{
	  position: static;
	  display: inline-block;
	  width: 25px;
	  height: 25px;
}
.multi_block h2{
	padding-bottom: 89px;
}
@media (min-width: 768px){
	#index .theme-carousel a.bx-prev{
		left: -30px;
	}
	#index .theme-carousel a.bx-next{
		right: -30px;
	}
}
@media (min-width: 1250px){
	#index div.owl-carousel,.theme-carousel .block_content{
		padding: 0;
	}
}
@media (max-width: 1024px){
	.multi_block, .theme-carousel .in_tabs{
		margin-top: 50px;
	}
}
@media (max-width: 767px){
	.multi_block{
		margin-top: 30px;
	}
}
@media (max-width: 480px){
	.theme-carousel .block_content{
		padding: 0;
	}
}