.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}




.slider-txt-carusel {

	clear: both;
	/*margin-left: 8rem;*/
	color: white;
	/**/
	font-size: 1.4rem;
	font-weight: bolder;
	padding-top: 1rem;

}



.slider-txt-name {

	/*margin-left: 8rem;*/
	color: white;
	font-size: 3rem;
	line-height: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Gotham Pro';

}



.owl-theme .owl-nav .owl-prev
{
	float: right;
	right: 0px !important;
	top: 40% !important;
	color: #40A7EA !important;
	background: url("/images/right.png") no-repeat !important;
	height: 5rem;
	width: 2.5rem;
}

.owl-theme .owl-nav .owl-next
{
	float: left;
	right: 100% !important;
	top: 40% !important;
	color: #40A7EA !important;
	background: url("/images/left.png") no-repeat !important;
	height: 5rem;
	width: 2.5rem;
}


.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #FFF;
	/*background: #40A7EA;*/
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: 2px solid #40A7EA;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

	border-color: transparent;
	background: #40A7EA !important;
}

.owl-carousel .owl-item img {
	display: block;
	width: auto !important;
	max-height: 30rem;
	max-width: 70rem;
}


.main__redisign-wrap .sections {
	flex-direction: column;
}

h1.innerH1 {
	margin: 20px 0 20px 15px;
}

