/* SmartAdmin 4.5.3 bug hotfix */
.mod-skin-dark:not(.mod-skin-light) .page-logo {
	border-bottom: none !important;
}

.mod-skin-dark:not(.mod-skin-light) .primary-nav {
	border-top: 1px solid #131313;
}
.support_marker_cnt{
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 20px;
}
.support_marker_a{
	display: flex;
	align-items: center;
	font-size: 1.1rem;
  font-weight: 500;
  color: #505050;
  text-shadow: #fff 0 1px;
	text-decoration: none!important;
}
.support_marker_a[target]:not(.btn){
	text-decoration: none!important;
}
.support_marker_a:hover .support_icon_bcg{
	filter: contrast(1.1)brightness(1.1);
}
.support_icon_bcg{
	border-radius: 50%;
	background: rgb(46,181,240);
	background: linear-gradient(174deg, rgba(46,181,240,1) 0%, rgba(28,118,227,1) 67%);
	width: 40px;
	height: 40px;
	padding: 7px 0;
	margin-right: 10px;
	box-shadow: 0 2px 6px 0 rgb(106 126 181 / 50%);
}
.support_icon{
	width: calc(100% - 2px);
	height: 100%;
	background-image: url("../img/svg/telegram.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 2px;
}
