.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.section-list{display: flex;flex-wrap: wrap; justify-content: flex-start;max-width: 1764px;}
.section-item{margin: 5px; padding: 5px 25px; border:1px solid black; color: black; border-radius: 4px;}
.section-item>a{ color: black; font-size: 0.9rem}
.link-active{border-color:  #ed673c; }
.link-active>a{color: #ef7c2c;font-weight: bold;}
.title-serios{font-size: 2rem;margin: 0 18px;}
.link-active>a:hover{ color: #ef7c2c;}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.mfp-hide{display: none;}
.img-bottom{margin-bottom: 0px; width: 100%; max-width: 400px; height: 100%; max-height: 300px;}
.video{
	padding: 40px 0;
	margin: auto;
	display: block;
	max-width: 1400px;
}
#navigation,.topic__heading{
/*	display: flex;
    width: 100%!important;*/
   
}
.container .right_block.narrow_Y{width: 100% !important;}
#navigation>.breadcrumbs{
/*    max-width: 1700px!important;*/
display: none;
    width: 100%!important;
    margin: auto!important; justify-content: center!important;
 align-items: center;

}
#pagetitle{
    max-width: 1700px !important;
    width: 100% !important;
    margin: auto !important;
    display: inline-block!important;
    text-align: center;
}
body .maxwidth-theme{
	max-width: 100%!important;
}
.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;
}
.container>.row>.maxwidth-theme>.content-md{flex-direction: column!important;}
.flex-center{
    display: flex;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
    width: 100%;
}
.d-flex-width{
max-width: 1764px;
display: flex;
justify-items: center;align-items: center;
flex-wrap: wrap;margin: auto;
}
.width-img{display: flex; width: 100%;}
.fon-desk{
    background-color:#ef7c2c;
    color: white;
    padding: 9%;
    border-radius: 15px;
    font-size: 1.4rem;
    line-height: 2rem;
    min-height: 450px;margin-bottom: 40px;
}
.d-flex-width .director{min-height: 450px; margin-bottom: 40px;}
.topic__heading{display: flex;}
.top-form.bordered_block{border-radius: 10px!important;}
iframe{border-radius: 10px;}
@media (max-width: 1200px) {
/*.element-count-wrapper{display: none;}*/
.section-item {
    margin: 3px;
    padding: 4px 10px;
}
.section-item>a {
    font-size: 0.76rem;
}
.fon-desk {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 1.6rem; margin-bottom: 25px;
}
.d-flex-width>.col-12{    
	padding-left:0px!important;
    padding-right:0px!important;
}
}
@media (max-width:1024px){
.title-serios {
    font-size: 1.2rem;
    margin: 0 4px;
}
.d-flex-width{justify-content: center; width:100%;	max-width:100%;	
	margin-bottom: 25px;
}

}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
	.row{
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0!important;
        margin-right: 0!important;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
	.d-flex-width{justify-content: flex-start;}
    .section-item {
        margin: 3px;
        padding: 0px 7px;
        width: 100%;
    }
    .section-item>a {
        font-size: 0.65rem;
    }
    .fon-desk {
        font-size: 0.9rem;
        line-height: 0.91rem;
    }
}
@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;}
