

/* Start:/local/components/dnl/company.section.list/templates/list/style.css?1618403758880*/
.ads-subrubric {
	padding:0;
	margin:0 0 10px;
}
.ads-subrubric .each {
	padding:0 10px 0 0;
	margin:0 10px 15px 0;
	float:left;
	border-right:1px solid #ccc;
}
.ads-subrubric .each:last-child {
	border-right:none;
}
.ads-subrubric .each a {
	font-size: 17px;    
	color: #3598db; 
	text-decoration:none;
}
.ads-subrubric .each a:hover {   
	color: #e94d3e; 
	text-decoration:none;
}

.ads-search form{
	display: flex;
	align-items: start;
	margin-bottom: 20px;
}
.ads-search form input{
	margin: 0;
}
.ads-search button{
	border: none;
	padding: 5px 10px;
	border-radius: 2px;
	margin-left: 2px;
}
.ads-search button svg{
	fill: #fff;
}

.header-sections{
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 560px) {
	.header-sections{
		display: block;
	}
	.search-field-new{
		width: 100%;
	}
}
/* End */


/* Start:/local/components/dnl/company.list/templates/icons/style.css?16184060124842*/
.news_navigation.top{
	display: none;
}
.promo-area.product-list {
	padding:0;
	margin:0;
	/*border-top:1px solid #f1f1f1;*/
	background:url('/local/components/dnl/company.list/templates/icons/images/promo_area_bg.jpg') left bottom repeat-x;
	position:relative;
}
.promo-area.product-list .promo-each {
	width:33.33%;
	float:left;
	border-top:1px solid #f1f1f1;
	cursor:pointer;
	position:relative;
	height: 290px;
}
.promo-area.product-list .promo-each:hover {
	background-color:#f5f5f5;
}
.promo-area.product-list .promo-each.act {
	background-color:#f5f5f5;
}

.promo-area.product-list .promo-each .mark {
	display:none;
	width:31px;
	height:16px;
	position:absolute;
	left:50%;
	bottom:-15px;
	background:url('/local/components/dnl/company.list/templates/icons/images/each_act_bg.png');
	margin-left:-15px;
}
.promo-area.product-list .promo-each.act .mark {
	display:block;
}

.promo-area.product-list .promo-each .promo-each-block {
	margin:0 auto;
	width:175px;
	margin-bottom: 20px
}
.promo-area.product-list .promo-each .promo-each-block a{
	text-decoration: none;
}
.promo-area.product-list .promo-each .promo-each-block .pict {
	height:120px;
	background-position:center center;
	background-repeat:no-repeat;
	margin: 10px 0;
}
.promo-area.product-list .promo-each .promo-each-block .name {
	height:35%;
	text-align:center;
	color:#3598db;
	font-size:14px;
	text-transform:uppercase;
}
.promo-area.product-list .promo-each .promo-each-block .list {
	display:none;
}

.promo-area.product-list .promo-list {
	clear:both;
	display:none;
	padding:15px 0;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}
.promo-area.product-list .promo-list .list-info {
	-moz-column-count: 3; /* Для Firefox */
    -webkit-column-count: 3; /* Для Safari и Chrome */
    column-count: 3;
	padding:20px 0;
}
.promo-area.product-list .promo-list .list-info li {
	padding-left:11px;
	background:url('/local/components/dnl/company.list/templates/icons/images/list_mark.png') left center no-repeat;
}
.promo-area.product-list .promo-list .list-info a {
	color:#3598db;
	font-size:13px;
	font-family:arial;
	text-decoration:none;
}
.promo-area.product-list .promo-list .list-info a:hover {
	text-decoration:underline;
}

.promo-area.product-list .promo-list .list-link {
	padding:10px 0 20px;
	text-align:center;
	color:#b8b8b8;
	font-size:16px;
	font-family:arial;
}
.promo-area.product-list .promo-list .list-link span {
	display:inline-block;
	padding-left:23px;
	background:url('/local/components/dnl/company.list/templates/icons/images/link_mark.png') left center no-repeat;
}
.promo-area.product-list .promo-list .list-link a {
	color:#3598db;
	text-decoration:underline;
}
.promo-area.product-list .promo-list .list-link a:hover {
	color:#3598db;
	text-decoration:none;
}
a.button.orion-isp-btn{
	margin: 20px auto;
	display: block;
}



.tablet-ver {
	display:none;
}
.tablet-ver .promo-area.product-list .promo-each {
	width:50%;
}
.tablet-ver .promo-area.product-list .promo-list .list-info {
	-moz-column-count: 2; /* Для Firefox */
    -webkit-column-count: 2; /* Для Safari и Chrome */
    column-count: 2;
}
.mobile-ver {
	display:none;
}
.mobile-ver .promo-area.product-list .promo-each {
	width:100%;
}
.mobile-ver .promo-area.product-list .promo-list .list-info {
	-moz-column-count: 1; /* Для Firefox */
    -webkit-column-count: 1; /* Для Safari и Chrome */
    column-count: 1;
}





@media (min-width: 561px)and (max-width: 580px) {
	.promo-area.product-list .promo-each .promo-each-block .name{
		font-size: 13px;
	}

	.promo-area.product-list .promo-each .promo-each-block {
		width: 170px;
	}
}
@media screen and (max-width: 560px) {
	.desktop-ver {
		display:none;
	}
	.tablet-ver {
		display:block;
	}
}
@media screen and (max-width: 420px) {
	.tablet-ver {
		display:none;
	}
	.mobile-ver {
		display:block;
	}
}
/*.notes-area {
	padding:0;
	margin:0;
}
.notes-area .notes-block {
	padding:0;
	margin:0 0 20px;
	width:33%;
	float:left;
}
.notes-area .notes-block .notes-name {
	padding:0;
	margin:0 10px 15px 0;
	font-size: 17px;    
	color: #2F52A0; 
	text-transform:uppercase;
}
.notes-area .notes-block .notes-name a {
	font-size: 17px;    
	color: #2F52A0; 
	text-decoration:none;
	text-transform:uppercase;
}
.notes-area .notes-block .notes-name a:hover {
	color: #2F52A0; 
	text-decoration:underline;
}
.notes-area .notes-block .notes-list {
	padding:0;
	margin:0 10px 0 0;
}
.notes-area .notes-block .notes-list ul {
	padding:0;
	margin:0;
	list-style:none;
}
.notes-area .notes-block .notes-list a {
	font-size: 14px;    
	line-height: 1.3; 
	color: #2F52A0;
	text-decoration:none;
}
.notes-area .notes-block .notes-list a:hover {
	color: #2F52A0;
	text-decoration:underline;
}

@media screen and (max-width: 650px) {
	.notes-area .notes-block {
		width:50%;
	}
}*/

/* End */
/* /local/components/dnl/company.section.list/templates/list/style.css?1618403758880 */
/* /local/components/dnl/company.list/templates/icons/style.css?16184060124842 */
