.default #header, .sco #header {
  background: url(../img/tpl/back-top-straight.svg) no-repeat top;
  background-size: 100% 60px;
}
.default #root {
  background: url(../img/tpl/back-bottom-straight.svg) no-repeat left bottom 20px;
  background-size: 100% 60px;
}

.module .hBk>h2.hBk_ti:before, .sco .mainContent>h2.mainContent_ti:before{
  content:none;
}

.cBk_ti i.type span, .pBk_ti i.type span {
  display: none;
}
:root{
  --fontStyle: fantasy;
	--fontSize: 1.2em;
  --borderGradient: 100%;
  --borderWidth: 1px;
	--contentBG: #FFFFFF;
	--contentFG: #347831;
	--contentEmp: #0f0cdf;
	--accentDarkBG: #536258;
	--accentDarkBGalpha: #536258aa;
	--accentDarkFG: #ffffff;
	--accentLightBG: #edf6f0;
	--accentLightBGalpha: #edf6f060;
	--accentLightFG: #000000;
  --pBkOthers: #507c7c;
  --pBkOthersLight: #507c7c20;
  --pBkWarning: #D51921;
  --pBkWarningLight: #D5192150;
  --pBkBasic: #9F590E;
  --pBkBasicLight: #9F590E50;
	--footerBG: #ffffff;
	--footerFG: #000000;
	--maxWidth: 1300px;
	--menuWidth: 285px;
}
@media (max-width: 1300px) {
	.default .scroller, .sco .scroller{
		padding:1em;
	}
	.default #toolbox{
		position: relative;
		left: auto;
	}
}
