

/* Start:/local/components/mds/docs.list/templates/.default/style.css?17243997532013*/
.hardsee div.filesBlock .card {
    background-color: inherit;
    border-color: inherit;
}

div.filesBlock .filesList > a {
    display: table;
    margin-bottom: 5px;
    width: 100%;
    padding: 5px;
    transition: 0.2s;
    color: #4c4c4c;
}

.hardsee div.filesBlock .filesList > a {
    color: inherit;
}

div.filesBlock .filesList > a:hover {
    background-color: rgba(255, 246, 190, 1);
    text-decoration: none;
    transition: 0.2s;
}

.hardsee div.filesBlock .filesList > a:hover {
    background-color: inherit;
}


div.filesBlock .filesList .file-icon::before {
    transition: 0.2s;
}

div.filesBlock .filesList > a:hover .file-icon::before {
    border-color: rgba(255, 246, 190, 1) rgba(255, 246, 190, 1) rgba(255,255,255,.35) rgba(255,255,255,.35);
    transition: 0.2s;
}

.hardsee div.filesBlock .filesList > a:hover .file-icon::before {
    border-color: transparent;
}

div.filesBlock .filesList > a > div.ico {
    display: table-cell;
    width: 40px;
    vertical-align: top;
    position: relative;
}

div.filesBlock .filesList > a > div.ico > div.sign {
    top: 25px;
    display: block;
    font-size: 25px;
    position: absolute;
    right: 6px;
    color: #26bd00;
}

div.filesBlock .filesList > a > div.info {
    display: table-cell;
    vertical-align: middle;
}

div.filesBlock .filesList div.info div.filename {
    font-size: 16px;
    line-height: 18px;
}
div.filesBlock .filesList div.info div.description {
    font-size: 14px;
    line-height: 17px;
}

div.filesBlock div.card-header {
    cursor: pointer;
    font-size: 16px;
    display: table;
    width: 100%;
}

div.filesBlock div.card-header div.folder-icon {
    display: table-cell;
    width: 40px;
}

div.filesBlock div.card-header div.folder-name {
    display: table-cell;
    vertical-align: middle;
    line-height: 17px;
}

div.filesBlock div.card-header .fa {
    color: #ffbe44;
    vertical-align: middle;
}

div.filesBlock div.card-header.collapsed .fa-folder-open:before {
    content: "\f07b";
}


/* End */


/* Start:/local/templates/g14main/components/bitrix/system.pagenavigation/round/style.css?17243997525162*/
.bx-pagination {
	text-align: center;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hardsee .bx-pagination .bx-pagination-container ul li span{
	background: inherit;
	color: inherit;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}
/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.hardsee .bx-pagination .bx-pagination-container ul li a:hover span,
.hardsee .bx-pagination .bx-pagination-container ul li.bx-active span,
.hardsee .bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.hardsee .bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.hardsee .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span,
.hardsee .bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.hardsee .bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.hardsee .bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.hardsee .bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.hardsee .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.hardsee .bx-pagination .bx-pagination-container ul li.bx-pag-next a span
{
	background: inherit;
	color: inherit;
}

.hardsee .hs-theme-1 .bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span,
.hardsee .hs-theme-1 .bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span,
.hardsee .hs-theme-1 .bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span,
.hardsee .hs-theme-1 .bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span
{
	background: black;
	color: white;
}

.hardsee .hs-theme-2 .bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span,
.hardsee .hs-theme-2 .bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span,
.hardsee .hs-theme-2 .bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span,
.hardsee .hs-theme-2 .bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span
{
	background: white;
	color: black;
}

.hardsee .hs-theme-3 .bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span,
.hardsee .hs-theme-3 .bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span,
.hardsee .hs-theme-3 .bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span,
.hardsee .hs-theme-3 .bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span
{
	background: darkblue;
	color: lightblue;
}
/* End */


/* Start:/local/templates/g14main/components/bitrix/news.list/main/style.css?17243997521064*/
div.news-list
{
	word-wrap: break-word;
}

div.news-list h3 {
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 15px;
	display: inline-block;
}

div.news-list div.news-title {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 10px;
}

.hardsee div.news-list div.news-title {
	border-color: inherit;
}

div.news-list h3 {
	color: black;
}

.hardsee div.news-list h3 {
	color: inherit;
}

div.news-list div.news-title a:hover h3{
	text-decoration: underline;
}

div.news-list div.news-container {
	padding: 0 15px;
}

div.news-list h3:first-of-type
{
	margin-top: 0px;
}

div.news-list .news-date-time {
	font-weight: bold;
	color: black;
	text-align: right;
	text-transform: lowercase;
	font-size: 1.25rem;
}

.hardsee div.news-list .news-date-time
{
	color: inherit;
}

div.news-list .news-item {
	padding-top: 20px;
}

div.news-list .news-item:first-of-type {
	padding-top: 0;
}

div.news-list .preview-picture {
	float: left;
	padding: 3px;
	border: 1px solid lightgrey;
	margin: 0 10px 0px -15px;
}

div.news-list .readmore {
	text-align: right;
}
/* End */
/* /local/components/mds/docs.list/templates/.default/style.css?17243997532013 */
/* /local/templates/g14main/components/bitrix/system.pagenavigation/round/style.css?17243997525162 */
/* /local/templates/g14main/components/bitrix/news.list/main/style.css?17243997521064 */
