

/* Start:/bitrix/templates/m5/components/bitrix/menu/pr-menu/style.min.css?1494569331747*/
div.menu-sitemap-tree{font-size:100%}div.menu-sitemap-tree ul{list-style-type:none;margin:0;padding:0 1em 0 0}div.menu-sitemap-tree ul ul{width:auto;margin:-0.75em 0 0 0;padding:0 0 0 .75em}div.menu-sitemap-tree li{margin:0 0 -0.85em 0;padding:0}div.menu-sitemap-tree li li{margin:0 0 -0.85em .5em;padding:0}div.menu-sitemap-tree li.menu-close ul{display:none}div.menu-sitemap-tree div.item-text{position:relative;top:-19px;left:19px}div.folder,div.page{background-repeat:no-repeat;width:17px;height:17px;vertical-align:top}div.folder{cursor:pointer;cursor:hand;background-image:url(/bitrix/templates/m5/components/bitrix/menu/pr-menu/images/folder_open.gif)}div.menu-sitemap-tree li.menu-close div.folder{background-image:url(/bitrix/templates/m5/components/bitrix/menu/pr-menu/images/folder_close.gif)}div.page{background-image:url(/bitrix/templates/m5/components/bitrix/menu/pr-menu/images/page.gif)}
/* End */


/* Start:/bitrix/templates/m5/components/bitrix/breadcrumb/breadcrumb/style.min.css?1494569331448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/m5/components/bitrix/search.page/search/style.css?1494569331163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1494569336501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/bitrix/templates/m5/template_styles.css?17696910126639*/
h1{
	margin-top: 30px;
    margin-bottom: 20px;
}

ul{
    padding-left: 17px;
}
b, strong{
	font-weight: normal;
	font-family: Roboto-Bold;
	color: #333;
}

/*------------*/
.pr-header{
	border-bottom: 1px solid #e5e5e5;
}
.pr-header__top{
	height: 50px;
	background-color: #e5e5e5;
}
.pr-header__bottom{
	height: 100px;
}
/*-------------*/
.pr-breadcrumb .container{
	height: 50px;
	background-color: #e5e5e5;

}
/*-------------*/
.pr-menu{}
.pr-menu table{width: 100%; text-align: center;}
.pr-menu a{display:block; padding: 10px;}
/*-------------*/
.pr-title{}
.pr-title h1{text-align: center;}
/*-------------*/
.pr-pict{
	background-color: #e5e5e5;
	border: 1px solid #999;
	width: 100%;
}
.pr-pict.he1{height: 50px;}
.pr-pict.he2{height: 100px;}
.pr-pict.he3{height: 150px;}
.pr-pict.he4{height: 200px;}
/*-------------*/
.pr-news-item{
	margin-bottom: 30px;
	position: relative;
    height: 360px;
	
}
.pr-news-item__hover:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	transition: .5s ease;
	top: 0;
	left: 0;
	border: 1px solid #bfbfbf;
}
.pr-news-item__hover:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	transition: .5s ease;
	bottom: 0;
	right: 0;
	border: 1px solid #bfbfbf;
}
.pr-news-item__hover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.pr-news-item:hover .pr-news-item__hover:before{
	opacity: 1;
	transition: .5s ease;
	top: -7px;
	left:-7px;
}
.pr-news-item:hover .pr-news-item__hover:after{
	opacity: 1;
	transition: .5s ease;
	bottom: -7px;
	right:-7px;
}
.pr-news-item:hover .pr-news-item__inner{
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.3);
}
.pr-news-item:hover .pr-news-item__title{
	background-color: transparent;
}
.pr-news-item:hover .pr-news-item__head:before{
	opacity: 1;
	transition: .5s ease;
}
.pr-news-item__inner{position: relative; height: 100%; background-color: #eee;}
.pr-news-item__head{ height: 200px; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 10px; position: relative;}
.pr-news-item__head:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(6,82,167,0.5);
	opacity: 0;
	transition: .5s ease;
}
.pr-news-item__body{ padding: 10px; }
.pr-news-item__footer{ 
    padding: 0 10px 10px;
    position: absolute;
    bottom: 0;
}
.pr-news-item__title{     
	position: relative;
	font-weight: bold;
    margin-bottom: 10px;
    background-color: #a0c426;
    display: inline;
    font-size: 22px;
    line-height: 33px;
    padding: 4px;
    color: #fff;
}
/*-----------*/
.link-1{
	color: #acacac;
	font-size: 13px;
}
.link-1:hover{
	color: #999;
}
.link-1 .strel{

}
/*-----------*/
.h3{
    font-size: 22px;
    text-transform: uppercase;
    color: #2164a9;
    margin-bottom: 20px;
}
/*-----------*/
.block-with-hover:hover .block-hover::before{
	opacity: 1;
	transition: .5s ease;
	top: -7px;
	left:-7px;
}
.block-with-hover:hover .block-hover::after{
	opacity: 1;
	transition: .5s ease;
	bottom: -7px;
	right:-7px;
}
.block-hover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.block-hover::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	transition: .5s ease;
	top: 0;
	left: 0;
	border: 1px solid #bfbfbf;
}
.block-hover::after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	transition: .5s ease;
	bottom: 0;
	right: 0;
	border: 1px solid #bfbfbf;
}
/*-----------*/
.link_block{
	position: absolute;
	display: block;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*-----------*/
.catalog-section{
	position: relative;
}
.catalog-section__inner{
	height: 200px;
	margin-bottom: 30px;
	background-size: cover;
	background-color: #fff;
	background-position: center center;
	position: relative;
}
.catalog-section__inner:hover{
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.3);
}
.catalog-section__inner::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(6,82,167,0.5);
    opacity: 0;
    transition: .5s ease;
}
.catalog-section__inner:hover::before{
	opacity: 1;
    transition: .5s ease;
}
.catalog-section__link{
	padding: 10px;
}
.catalog-section__link span{
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 2px 7px rgba(0,0,0,1);
    display: inline;
    font-size: 22px;
    line-height: 33px;
    padding: 4px;
    color: #fff;
}
.catalog-section__inner:hover .catalog-section__link span{
    background-color: transparent;
}
/*---------------------*/
.tab-content{
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.tab-content table{
	width: calc(100% - 200px);
	margin-left: 200px;
}
.tab-content table td{
	padding: 10px;
}
.tab-content table tr td:first-child{
	position: relative;
}
.tab-content table tr:hover td{
	background-color: #ddd;
}
.tab-content table a{
    position: absolute;
    top: 0;
    left: 0;
    width: 645px;
    bottom: 0;
    padding: 10px;
}
.tab-pane{
	position: relative;
	min-height: 200px;
}
.tab-pane .section-picture{
	position: absolute;
	width: 200px;
	padding: 20px;
	height: 180px;
	overflow: hidden;
}
.tab-pane .section-picture img{
	width: 100%;
}
/*-------------*/
.ral-color{
	color: transparent;
	font-size: 0;
	height: 40px;
	border: 1px solid #999;
}
.ral-colors-block{
	margin-top: 20px;
}
.ral-colors-block__item{
	text-align: center;
	margin-bottom: 10px;
}
/*---------------*/
.type-profile-block__item{
	height: 150px;
	background-color: #fff;
	margin-bottom: 30px;
}
/*---------------*/
.example-objects{
	overflow: hidden;
}
.owl-item {
    float: left;
    padding: 10px 10px;
}
/*----------------*/
.section-description{

}
.section-description table{
	border: 3px solid #ddd;
	border-collapse: collapse;
}
.section-description table td{
	padding: 10px 15px;
	border: 3px solid #ddd;
}
.section-description table .head{
	background-color: #ddd;
	font-size: 15px;
	font-weight: bold;
}
/*------------------*/
.container .bx-breadcrumb {
    margin: 17px 0;
}
.container .bx-breadcrumb .bx-breadcrumb-item span{
	font-size: 16px
}
/*------------------*/
b.left-subtitle {
    float: right;
    display: block;
}
.mini-sections{
    line-height: 40px;
    font-size: 20px;
}
.mini-sections__icon{
    width: 50px;
    height: 46px;
    display: block;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
/* End */
/* /bitrix/templates/m5/components/bitrix/menu/pr-menu/style.min.css?1494569331747 */
/* /bitrix/templates/m5/components/bitrix/breadcrumb/breadcrumb/style.min.css?1494569331448 */
/* /bitrix/templates/m5/components/bitrix/search.page/search/style.css?1494569331163 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1494569336501 */
/* /bitrix/templates/m5/template_styles.css?17696910126639 */
