

/* Start:/bitrix/templates/trk_2018/components/bitrix/menu/section-menu/style.css?1657106628898*/
/* Left menu*/
ul.section-menu
{
	list-style:none;
	margin:0 0 15px; padding:0;
	position: relative; /*IE bug*/
}

ul.section-menu li a
{
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px ;
	border: 1px solid #dadada;
	display: block;
	text-align: center; 
    font-size: 16px;
    line-height: 1rem;
	font-weight: 500;
}
ul.section-menu li:not(:last-child) a {
	border-bottom: 0;
}
ul.section-menu li a:visited
{
	color:#666;
}

ul.section-menu li a:hover
{
	/*color:#be2634;*/
    color: #fff;
    background: #8c0e13;
    border-color: #8c0e13;
}
ul.section-menu li a:hover
{
    border-top-color: #fff;
    border-bottom-color: #fff;
}

ul.section-menu li a.selected:link,
ul.section-menu li a.selected:visited,
ul.section-menu li a.selected:active,
ul.section-menu li a.selected:hover
{
    color: #fff;
    background: #8c0e13;
    border-color: #8c0e13;
}





/* End */


/* Start:/bitrix/templates/trk_2018/components/bitrix/system.pagenavigation/more-link/style.css?1657106629818*/
.more-link {
	color: #333;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	left: 0;
	width: 100%;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px 0;
	margin-top: 20px;
}
.more-link {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.more-link:hover {
	color: #666;
	text-decoration: none;
}
.fix-more-link {
	height: 100px;
}
.more-link-active  .fa {
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
/* End */
/* /bitrix/templates/trk_2018/components/bitrix/menu/section-menu/style.css?1657106628898 */
/* /bitrix/templates/trk_2018/components/bitrix/system.pagenavigation/more-link/style.css?1657106629818 */
