.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;
}
.snoska_catalog{
	position: absolute;
    top: 10px;
}
.snoska_catalog svg{
	color: #f00;
	width: 7px;
}
.bottom_snoska{
	margin-bottom: 50px;
    font-size: 14px;
}
.bottom_snoska .snoska_catalog {
    position: relative;
    top: -5px;
	padding-right: 5px;
}
.top_head{
	height: 80% !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    color: rgb(51, 51, 51);
    will-change: transform;
    transition: all 1s cubic-bezier(0.76, 0.02, 0.29, 0.97) 0s;
    transform: translateX(0px);
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 8%);
}
.top_head .background-in-header{
	display: block;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 80vh !important;
    color: rgb(51, 51, 51);
    will-change: transform;
    transition: all 1s cubic-bezier(0.76, 0.02, 0.29, 0.97) 0s;
    transform: translateX(0px);
	background-size: cover;
    background-position: center;
}
.background-in-header .title_new.in_banner{
	text-shadow: 0 9px 90px rgb(0 0 0 / 47%);
	text-shadow: 0 0 10px rgb(0 0 0 / 90%), -2px 2px 2px rgb(0 0 0 / 90%);
    font-weight: 600;
    font-size: 44px;
    line-height: 44px;
    color: rgb(255, 255, 255);
    text-align: center;
	margin-bottom: 15px;
}
.background-in-header .title_new.in_banner{
	max-width: 800px;
}
.background-in-header .subtitle_catalog{
	text-shadow: 0 9px 90px rgb(0 0 0 / 47%);
	text-shadow: 0 0 10px rgb(0 0 0 / 90%), -2px 2px 2px rgb(0 0 0 / 90%);
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
    color: rgb(255, 255, 255);
    text-align: center;
	z-index: 1;
}
.background-in-header .title_banner_block{
	    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
	box-sizing: border-box;
    z-index: 3;
    padding: 16px;
	flex-direction: column;
	
}
@media only screen and (max-width: 768px) {
	.bottom_snoska .snoska_catalog {
		display: none;
	}
	.background-in-header .title_new.in_banner{
		font-size: 24px;
		line-height: 24px;
	}
	.background-in-header .subtitle_catalog{
		display: none;
	}
}
@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 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}
