@media only screen and (min-width: 1200px){

	#sysconfig {
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #E7E7E7;
		display: block;
		position: relative;	
	}
	#sysconfig .container {
		z-index: 1;
		position: relative;
	}
	#sysconfig .subtitle {
		font-size: 12vh;
        font-weight: 700;
        line-height: 0;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        color: rgb(30 30 30 / 6%);
        z-index: 0;
        text-align: center;
        height: 100px;  		
	}
	#sysconfig .title h2 {
		font-size: 2.2em;
        line-height: 1.1;
		font-weight: 700;
        text-transform: uppercase;
        margin: 0;
	}
	#sysconfig .title h2 span {
		font-weight: 600;			
	}		
	#sysconfig .title h6 {
        font-size: 0.8em;
        line-height: 1.1;
		font-weight: 400;
        color: #6A6A6A;
        margin: 0;
		padding-top: 5px;
	}	
	#sysconfig .title {
		padding-top: 30px;
        text-align: center;
        height: 90px;  
	}	

	#sysconfig .slider-row {
		position: relative;
		z-index: 1;
		margin: 0px 30px;
	}
	#sysconfig .slider-row {
		position: relative;
		z-index: 1;
		margin: 0px 30px;
	}
    #sysconfig .slider {
        width: 100%;
        margin: 0px auto;
    }
    #sysconfig .slick-slide {
       margin: 0px 0px;
    }

	#sysconfig .slider-nav {
		position: absolute;
        top: 7px;
        width: 100%;	
		display: none;		
	}
	#sysconfig .slider-nav-left {
		cursor: pointer;
        position: absolute;
        left: 20px;		
	}
	#sysconfig .slider-nav-right {
        cursor: pointer;
        position: absolute;
        right: 20px;	
	}
	#sysconfig .slider-nav .slick-disabled {
		opacity: .35;
	}
	
	.sysconfig_sys {
		position: relative;
		background: #ffffff;
		margin-bottom: 60px;
	}
	.sysconfig_sys.bgalt {
		position: relative;
		background: #E7E7E7;
	}
	
	.sysconfig_sys .sysconfig_sys_card {
		
	}
	.sysconfig_sys .sysconfig_sys_card .sys_numb {
		display:none;
	}
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 {
		padding: 40px 0 30px 0px;	
	}
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 h3 {
		font-family: "Roboto", sans-serif;
		font-size: 2.5em;
		font-weight: 700;
		text-align: center;
		color: #1C1C1C;		
		padding: 0;
        margin: 0;
	}
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 small {
		margin-left: 50px;
        display: block;
        font-size: 0.3em;
        color: #1C1C1C;
        font-weight: 600;
        margin-top: -5px;
        text-align: center;		
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_title_2 {
		padding: 10px 0px 10px 0px;
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_title_2 h5 {
		font-family: Roboto, sans-serif;
        font-size: 1.5em;
        font-weight: 400;
        text-align: center;
        color: rgb(28, 28, 28);
        margin: 0;
        padding: 0;		
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_image {
		text-align: center;
        position: relative;
        display: block;
        width: 100%;		
	}
	.sysconfig_sys .sysconfig_sys_card .sys_image img {
		display: inline-block;
        margin: 10px 0;
        width: 170px;
        height: auto;		
	}

	.sysconfig_sys .sysconfig_sys_table {
        /* display: none; */
        position: absolute;
		z-index: 1;
		background: #ffffff;
		transform: scale(1);
		top:0px;
		left:0px;
		transition: 0.5s;
		cursor: zoom-in;
		-webkit-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0);
		-moz-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0);
		box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0);		
	}
	.sysconfig_sys .sysconfig_sys_table.zoomed {
		/*position: fixed;*/		
		transform: scale(1.33);
        top: 15%;
		transition: 0.5s;
		cursor: zoom-out;
		-webkit-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2);		
	}
	.sysconfig_sys .sysconfig_sys_table.bgalt {
		background: #E7E7E7;
	}	
	.sysconfig_sys .sysconfig_sys_table .sys_title {
		
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h4 {
		font-family: "Roboto", sans-serif;
        font-size: 2.1em;
        font-weight: 700;
        text-align: left;
        color: #1C1C1C;
        padding: 35px 10px 0px 25px;
        margin: 0;
        line-height: 0.9;	
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title small {
        font-size: 0.3em;
        color: #1C1C1C;
        font-weight: 400;		
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h5 {
		font-family: Roboto, sans-serif;
        font-size: 1.1em;
        font-weight: 400;
        text-align: left;
        color: #1C1C1C;
        padding: 0px 10px 0px 25px;
        margin: 0;
        line-height: 1;
	}	
	.sysconfig_sys .sysconfig_sys_table .sys_title h6 {
		font-size: 0.9em;
        font-weight: 400;
        text-align: right;
        color: #1C1C1C;
        padding: 50px 20px 0px 0px;
        margin: 0;
        line-height: 1;
        position: absolute;
        right: 0;
        top: 0;	
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h6 small {
		font-size: 0.7em;
		margin-top: -14px;
		display: block;
		line-height: 1.53;
		text-transform: uppercase;
	}		
	.sysconfig_sys .sysconfig_sys_table .sys_title .btn_ico {
		display: none;	
		opacity:0;
		transition: 0.5s;		
	}
	.sysconfig_sys .sysconfig_sys_table.zoomed .sys_title .btn_ico {
		display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        width: 14px;
        height: 14px;
        background: url(../img/sys_btn_close.svg) 0 1px no-repeat;
		opacity:1;
		transition: 0.5s;
	}	
	.sysconfig_sys .sysconfig_sys_table .sys_table {
		padding: 10px 20px;

	}
	.sysconfig_sys .sysconfig_sys_table .sys_table .table,
	.sysconfig_sys .sysconfig_sys_table .sys_table .table td,
	.sysconfig_sys .sysconfig_sys_table .sys_table .table th	{
		border: 1px solid #1C1C1C;
		vertical-align: middle;
		margin: 0px;		
	} 
	.sysconfig_sys .sysconfig_sys_table .sys_table .table td {
		font-family: Roboto, sans-serif;
        font-size: 7px;
        font-weight: 400;
        text-align: left;
        color: #1C1C1C;
        padding: 5px 0px 4px 7px;
        margin: 0;
        line-height: 1;		
		text-transform: uppercase;
	}
	.sysconfig_sys .sysconfig_sys_table .sys_table .table th {
		font-family: Roboto, sans-serif;
        font-size: 7px;
        font-weight: 900;
        text-align: left;
        color: #1C1C1C;
        padding: 5px 0px 5px 7px;
        margin: 0;
        line-height: 1;
		text-transform: uppercase;
	}	
	.sysconfig_sys .sysconfig_sys_control {
		display: block;
        margin: 50px 0 10px;	
		text-align: center;		
	}
	.sysconfig_sys .sysconfig_sys_control ul {
		list-style: none;
		margin: 0;
		padding: 0;		
	}
	.sysconfig_sys .sysconfig_sys_control ul li {
		display: inline-block;
	}
	.sysconfig_sys .sysconfig_sys_control ul li:first-child {
        padding: 11px 20px 11px 20px;
        border-right: 1px solid #1C1C1C;		
	}	
	.sysconfig_sys .sysconfig_sys_control ul li:last-child {

	}	
	.sysconfig_sys .sysconfig_sys_control ul li:last-child span {
        padding: 9px 10px 7px 15px;
        float: left;
        font-size: 0.9em;
        font-weight: 400;
		cursor: pointer;
	}


	.sysconfig_sys .sysconfig_sys_control .sys_btn {
		
	}	
	.sysconfig_sys .sysconfig_sys_control .sys_btn {
		position: relative;
		display: block;
		cursor: pointer;
		width: 14px;
		height: 14px;
		background: url(../img/sys_btn_open.svg) 0 0px no-repeat;	
	}
	.sysconfig_sys .sysconfig_sys_control .close_btn {
		position: relative;
		display: block;
		cursor: pointer;		
		width: 14px;
		height: 14px;
		background: url(../img/sys_btn_close.svg) 0 1px no-repeat;	
	}	
	.sysconfig_sys_scheme {
		position: relative;
		background: #FFFFFF;		
	}
	.sysconfig_sys_scheme.bgalt {
		position: relative;
		background: #E7E7E7;
	}	
	.sysconfig_sys_scheme .sys_title{
		
	}
	.sysconfig_sys_scheme .sys_title h4{
		font-family: "Roboto", sans-serif;
		font-size: 1.7em;
		font-weight: 700;
		text-align: center;
		color: #1C1C1C;
		padding: 40px 10px 10px 10px;
		margin: 0;
		line-height: 1;		
	}
	.sysconfig_sys_scheme .sys_title span{
		font-weight: 300;
	}	
	.sysconfig_sys_scheme .sys_image{
		padding: 0px 10px;
	}	
	.sysconfig_sys_scheme .sys_image img{
		width: 100%;
	}	


	#sysconfig .sysconfig_sys_control_2 {
        z-index: 2;
        position: absolute;
        display: block;
        background: white;
        width: 100%;
        height: 62px;
        top: 551px;	
		text-align: center;
	}
	

	#sysconfig .sysconfig_sys_control_2 ul {
		list-style: none;
        margin-top: 8px;
        padding: 10px;		
	}
	#sysconfig .sysconfig_sys_control_2 ul li {
		display: inline-block;
	}
	#sysconfig .sysconfig_sys_control_2 ul li:first-child {
        padding: 0px 10px 0px 10px;	
	}	
	#sysconfig .sysconfig_sys_control_2 ul li:last-child {
		padding: 0px;
	}	
	#sysconfig .sysconfig_sys_control_2 ul li:last-child div {
		padding: 5px 12px 8px 20px;
        font-size: 0.9em;
        font-weight: 400;
        display: inline;
        position: relative;
	}	
	
	#sysconfig .sysconfig_sys_control_2.btn_open div.sys_btn_2 {
		cursor: pointer;
		width: 32px;
		height: 30px;
		background: url(../img/sys_btn_down.svg) 0 0px no-repeat;		
	}
	#sysconfig .sysconfig_sys_control_2.btn_close div.sys_btn_2 {
		cursor: pointer;
		width: 32px;
		height: 30px;
		background: url(../img/sys_btn_up.svg) 0 0px no-repeat;			
	}
	#sysconfig .sysconfig_sys_control_2 a {	
		text-decoration: none;
        font-size: 1em;
        font-weight: 400;
        text-align: center;
        color: #1C1C1C;
        margin: 0;
        line-height: 1;	
	}
	
}
@media only screen and (min-width: 992px) and (max-width: 1199.5px) {

	#sysconfig {
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #E7E7E7;
		display: block;
		position: relative;		
	}
	#sysconfig .container {
		z-index: 1;
		position: relative;
	}
	#sysconfig .subtitle {
		font-size: 12vh;
        font-weight: 700;
        line-height: 0;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        color: rgb(30 30 30 / 6%);
        z-index: 0;
        text-align: center;
        height: 100px;  		
	}
	#sysconfig .title h2 {
		font-size: 2.2em;
        line-height: 1.1;
		font-weight: 700;
        text-transform: uppercase;
        margin: 0;
	}
	#sysconfig .title h2 span {
		font-weight: 600;			
	}		
	#sysconfig .title h6 {
        font-size: 0.8em;
        line-height: 1.1;
		font-weight: 400;
        color: #6A6A6A;
        margin: 0;
		padding-top: 5px;
	}	
	#sysconfig .title {
		padding-top: 30px;
        text-align: center;
        height: 90px;  
	}	

	#sysconfig .slider-row {
		position: relative;
		z-index: 1;
		margin: 0px 30px;
	}
	#sysconfig .slider-row {
		position: relative;
		z-index: 1;
		margin: 0px 30px;
	}
    #sysconfig .slider {
        width: 100%;
        margin: 0px auto;
    }
    #sysconfig .slick-slide {
       margin: 0px 0px;
    }

	#sysconfig .slider-nav {
		position: absolute;
        top: 7px;
        width: 100%;		
		display: none;
	}
	#sysconfig .slider-nav-left {
		cursor: pointer;
        position: absolute;
        left: 20px;		
	}
	#sysconfig .slider-nav-right {
        cursor: pointer;
        position: absolute;
        right: 20px;	
	}
	#sysconfig .slider-nav .slick-disabled {
		opacity: .35;
	}
	
	.sysconfig_sys {
		position: relative;
		background: #ffffff;
		margin-bottom: 60px;
	}
	.sysconfig_sys.bgalt {
		position: relative;
		background: #E7E7E7;
	}
	
	.sysconfig_sys .sysconfig_sys_card {
		
	}
	.sysconfig_sys .sysconfig_sys_card .sys_numb {
		display:none;
	}
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 {
		padding: 40px 0 30px 0px;	
	}
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 h3 {
		font-family: "Roboto", sans-serif;
		font-size: 2.2em;
		font-weight: 700;
		text-align: center;
		color: #1C1C1C;		
		padding: 0;
        margin: 0;
	}
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 small {
		text-align: center;
        display: block;
        font-size: 0.3em;
        color: #1C1C1C;
        font-weight: 600;
        margin-top: -5px;
        margin-left: 42px;		
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_title_2 {
		padding: 10px 0px 10px 0px;
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_title_2 h5 {
		font-family: Roboto, sans-serif;
        font-size: 1.3em;
        font-weight: 400;
        text-align: center;
        color: rgb(28, 28, 28);
        margin: 0;
        padding: 0;		
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_image {
		text-align: center;
        position: relative;
        display: block;
        width: 100%;		
	}
	.sysconfig_sys .sysconfig_sys_card .sys_image img {
		display: inline-block;
        margin: 10px 0;
        width: 170px;
        height: auto;			
	}

	.sysconfig_sys .sysconfig_sys_table {
        /* display: none; */
        position: absolute;
		z-index: 1;
		background: #ffffff;
		transform: scale(1);
		top:0px;
		left:0px;
		transition: 0.5s;
		cursor: zoom-in;
		-webkit-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0);
		-moz-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0);
		box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0);	
	}
	.sysconfig_sys .sysconfig_sys_table.zoomed {
		/*position: fixed;*/		
        transform: scale(1.25);
        top: 13%;
		transition: 0.5s;
		cursor: zoom-out;
		-webkit-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2);
	}		
	.sysconfig_sys .sysconfig_sys_table.bgalt {
		background: #E7E7E7;
	}	
	.sysconfig_sys .sysconfig_sys_table .sys_title {
		
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h4 {
		font-family: "Roboto", sans-serif;
        font-size: 2.1em;
        font-weight: 700;
        text-align: left;
        color: #1C1C1C;
        padding: 25px 10px 0px 20px;
        margin: 0;
        line-height: 0.9;	
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title small {
        font-size: 0.3em;
        color: #1C1C1C;
        font-weight: 400;		
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h5 {
		font-family: Roboto, sans-serif;
        font-size: 1em;
        font-weight: 400;
        text-align: left;
        color: #1C1C1C;
        padding: 0px 10px 0px 20px;
        margin: 0;
        line-height: 1;
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h6 {
		font-size: 0.7em;
        font-weight: 400;
        text-align: right;
        color: #1C1C1C;
        padding: 42px 20px 0px 0px;
        margin: 0;
        line-height: 1;
        position: absolute;
        right: 0;
        top: 0;	
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h6 small {
		font-size: 0.68em;
        margin-top: -12px;
        display: block;
        line-height: 1.7;
        text-transform: uppercase;
	}		
	.sysconfig_sys .sysconfig_sys_table .sys_title .btn_ico {
		display: none;	
		opacity:0;
		transition: 0.5s;		
	}
	.sysconfig_sys .sysconfig_sys_table.zoomed .sys_title .btn_ico {
		display: block;
        position: absolute;
        right: 15px;
        top: 12px;
        cursor: pointer;
        width: 14px;
        height: 14px;
        background: url(../img/sys_btn_close.svg) 0 1px no-repeat;
		opacity:1;
		transition: 0.5s;
	}	
	.sysconfig_sys .sysconfig_sys_table .sys_table {
		padding: 5px 20px;

	}
	.sysconfig_sys .sysconfig_sys_table .sys_table .table,
	.sysconfig_sys .sysconfig_sys_table .sys_table .table td,
	.sysconfig_sys .sysconfig_sys_table .sys_table .table th	{
		border: 1px solid #1C1C1C;
		vertical-align: middle;
		margin: 0px;		
	} 
	.sysconfig_sys .sysconfig_sys_table .sys_table .table td {
		font-family: Roboto, sans-serif;
        font-size: 7px;
        font-weight: 400;
        text-align: left;
        color: #1C1C1C;
        padding: 5px 2px 4px 5px;
        margin: 0;
        line-height: 1;		
		text-transform: uppercase;
	}
	.sysconfig_sys .sysconfig_sys_table .sys_table .table th {
		font-family: Roboto, sans-serif;
        font-size: 7px;
        font-weight: 900;
        text-align: left;
        color: #1C1C1C;
        padding: 5px 0px 5px 7px;
        margin: 0;
        line-height: 1;
		text-transform: uppercase;
	}	
	.sysconfig_sys .sysconfig_sys_control {
		display: block;
        margin: 50px 0 10px;		
		text-align: center;
	}
	.sysconfig_sys .sysconfig_sys_control ul {
		list-style: none;
		margin: 0;
		padding: 0;		
	}
	.sysconfig_sys .sysconfig_sys_control ul li {
		display: inline-block;
	}
	.sysconfig_sys .sysconfig_sys_control ul li:first-child {
        padding: 11px 20px 11px 15px;
        border-right: 1px solid #1C1C1C;		
	}	
	.sysconfig_sys .sysconfig_sys_control ul li:last-child {

	}	
	.sysconfig_sys .sysconfig_sys_control ul li:last-child span {
        padding: 9px 10px 7px 15px;
        float: left;
        font-size: 0.9em;
        font-weight: 400;
		cursor: pointer;
	}


	.sysconfig_sys .sysconfig_sys_control .sys_btn {
		
	}	
	.sysconfig_sys .sysconfig_sys_control .sys_btn {
		position: relative;
		display: block;
		cursor: pointer;
		width: 14px;
		height: 14px;
		background: url(../img/sys_btn_open.svg) 0 0px no-repeat;	
	}
	.sysconfig_sys .sysconfig_sys_control .close_btn {
		position: relative;
		display: block;
		cursor: pointer;		
		width: 14px;
		height: 14px;
		background: url(../img/sys_btn_close.svg) 0 1px no-repeat;	
	}	
	.sysconfig_sys_scheme {
		position: relative;
		background: #FFFFFF;		
	}
	.sysconfig_sys_scheme.bgalt {
		position: relative;
		background: #E7E7E7;
	}	
	.sysconfig_sys_scheme .sys_title{
		
	}
	.sysconfig_sys_scheme .sys_title h4{
		font-family: "Roboto", sans-serif;
		font-size: 1.7em;
		font-weight: 700;
		text-align: center;
		color: #1C1C1C;
		padding: 40px 10px 10px 10px;
		margin: 0;
		line-height: 1;		
	}
	.sysconfig_sys_scheme .sys_title span{
		font-weight: 300;
	}	
	.sysconfig_sys_scheme .sys_image{
		padding: 0px 10px;
	}	
	.sysconfig_sys_scheme .sys_image img{
		width: 100%;
	}	


	#sysconfig .sysconfig_sys_control_2 {
        z-index: 2;
        position: absolute;
        display: block;
        background: white;
        width: 100%;
        height: 62px;
        top: 534px;
		text-align: center;
	}
	

	#sysconfig .sysconfig_sys_control_2 ul {
		list-style: none;
        margin-top: 8px;
        padding: 10px;		
	}
	#sysconfig .sysconfig_sys_control_2 ul li {
		display: inline-block;
	}
	#sysconfig .sysconfig_sys_control_2 ul li:first-child {
        padding: 0px 10px 0px 10px;	
	}	
	#sysconfig .sysconfig_sys_control_2 ul li:last-child {
		padding: 0px;
	}	
	#sysconfig .sysconfig_sys_control_2 ul li:last-child div {
		padding: 5px 12px 8px 20px;
        font-size: 0.9em;
        font-weight: 400;
        display: inline;
        position: relative;
	}	
	
	#sysconfig .sysconfig_sys_control_2.btn_open div.sys_btn_2 {
		cursor: pointer;
		width: 32px;
		height: 30px;
		background: url(../img/sys_btn_down.svg) 0 0px no-repeat;		
	}
	#sysconfig .sysconfig_sys_control_2.btn_close div.sys_btn_2 {
		cursor: pointer;
		width: 32px;
		height: 30px;
		background: url(../img/sys_btn_up.svg) 0 0px no-repeat;			
	}
	#sysconfig .sysconfig_sys_control_2 a {	
		text-decoration: none;
        font-size: 1em;
        font-weight: 400;
        text-align: center;
        color: #1C1C1C;
        margin: 0;
        line-height: 1;	
	}
	

}
@media only screen and (min-width: 768px) and (max-width: 991.5px) {

	#sysconfig {
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #E7E7E7;
		display: block;
		position: relative;		
	}
	#sysconfig .container {
		z-index: 1;
		position: relative;
	}
	#sysconfig .subtitle {
		font-size: 12vh;
        font-weight: 700;
        line-height: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        color: rgb(30 30 30 / 6%);
        z-index: 0;
        text-align: center;
        height: 100px;  		
	}
	#sysconfig .title h2 {
		font-size: 2.2em;
        line-height: 1.1;
		font-weight: 700;
        text-transform: uppercase;
        margin: 0;
	}
	#sysconfig .title h2 span {
		font-weight: 600;			
	}		
	#sysconfig .title h6 {
        font-size: 0.8em;
        line-height: 1.1;
		font-weight: 400;
        color: #6A6A6A;
        margin: 0;
		padding-top: 5px;
	}	
	#sysconfig .title {
		padding-top: 30px;
        text-align: center;
        height: 90px;  
	}	

	#sysconfig .slider-row {
		position: relative;
		z-index: 1;
		margin: 0px 20px;
	}
    #sysconfig .slider {
        width: 100%;
        margin: 0px auto;
    }
    #sysconfig .slick-slide {
       margin: 0px 0px;
    }

	#sysconfig .slider-nav {
		position: absolute;
        top: 30px;
        width: 100%;			
	}
	#sysconfig .slider-nav-left {
		cursor: pointer;
        position: absolute;
        left: 20px;		
	}
	#sysconfig .slider-nav-right {
        cursor: pointer;
        position: absolute;
        right: 20px;	
	}
	#sysconfig .slider-nav .slick-disabled {
		opacity: .35;
	}
	
	.sysconfig_sys {
		position: relative;
		background: #ffffff;
		margin-bottom: 90px;
	}
	.sysconfig_sys.bgalt {
		position: relative;
		background: #E7E7E7;
	}
	
	.sysconfig_sys .sysconfig_sys_card {
		
	}
	.sysconfig_sys .sysconfig_sys_card .sys_numb {
		position: absolute;
        top: 0px;
        color: #E7E7E7;
        font-size: 55px;
        font-family: "Oswald", sans-serif;
        line-height: 50px;	
	}
	.sysconfig_sys.bgalt .sysconfig_sys_card .sys_numb {
        color: #FFFFFF;
	}	
	
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 {
		padding: 50px 0 30px 0px;
	}
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 h3 {
		font-family: "Roboto", sans-serif;
		font-size: 2.8em;
		font-weight: 700;
		text-align: center;
		color: #1C1C1C;		
		padding: 0;
        margin: 0;
	}
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 small {
		display: block;
        font-size: 0.3em;
        color: #1C1C1C;
        font-weight: 600;
        margin-top: -5px;
        text-align: center;
        margin-left: 57px;		
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_title_2 {
		padding: 0px 0px 10px 0px;
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_title_2 h5 {
		font-family: Roboto, sans-serif;
        font-size: 1.6em;
        font-weight: 400;
        text-align: center;
        color: rgb(28, 28, 28);
        margin: 0;
        padding: 0;		
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_image {
		text-align: center;
        position: relative;
        display: block;
        width: 100%;		
	}
	.sysconfig_sys .sysconfig_sys_card .sys_image img {
		display: inline-block;
        margin: 5px 0;
		width: 200px;
	}

	.sysconfig_sys .sysconfig_sys_table {
        /* display: none; */
        position: absolute;
		z-index: 1;
		background: #ffffff;
		transform: scale(1);
		top:0px;
		left:0px;
		transition: 0.5s;
		cursor: zoom-in;
		-webkit-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0);
		-moz-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0);
		box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0);	
	}
	.sysconfig_sys .sysconfig_sys_table.zoomed {
		/*position: fixed;*/		
        transform: scale(1.15);
        top: 8%;
		transition: 0.5s;
		cursor: zoom-out;
		-webkit-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2);
	}		
	.sysconfig_sys .sysconfig_sys_table.bgalt {
		background: #E7E7E7;
	}	
	.sysconfig_sys .sysconfig_sys_table .sys_title {
		
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h4 {
		font-family: "Roboto", sans-serif;
        font-size: 2em;
        font-weight: 700;
        text-align: left;
        color: #1C1C1C;
        padding: 25px 10px 0px 15px;
        margin: 0;
        line-height: 0.9;
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title small {
        font-size: 0.3em;
        color: #1C1C1C;
        font-weight: 400;		
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h5 {
		font-family: Roboto, sans-serif;
        font-size: 1em;
        font-weight: 400;
        text-align: left;
        color: #1C1C1C;
        padding: 0px 10px 0px 15px;
        margin: 0;
        line-height: 1;
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h6 {
		font-size: 0.8em;
        font-weight: 400;
        text-align: right;
        color: #1C1C1C;
        padding: 40px 15px 0px 0px;
        margin: 0;
        line-height: 1;
        position: absolute;
        right: 0;
        top: 0;
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h6 small {
		font-size: 0.7em;
        margin-top: -16px;
        display: block;
        line-height: 1.7;
        text-transform: uppercase;
	}		
	.sysconfig_sys .sysconfig_sys_table .sys_title .btn_ico {
		display: none;	
		opacity:0;
		transition: 0.5s;		
	}
	.sysconfig_sys .sysconfig_sys_table.zoomed .sys_title .btn_ico {
		display: block;
        position: absolute;
        right: 15px;
        top: 7px;
        cursor: pointer;
        width: 14px;
        height: 14px;
        background: url(../img/sys_btn_close.svg) 0 1px no-repeat;
		opacity:1;
		transition: 0.5s;
	}	
	.sysconfig_sys .sysconfig_sys_table .sys_table {
        padding: 10px 15px;
        border: 0;

	}
	.sysconfig_sys .sysconfig_sys_table .sys_table .table,
	.sysconfig_sys .sysconfig_sys_table .sys_table .table td,
	.sysconfig_sys .sysconfig_sys_table .sys_table .table th	{
		border: 1px solid #1C1C1C;
		vertical-align: middle;
		margin: 0px;		
	} 
	.sysconfig_sys .sysconfig_sys_table .sys_table .table td {
		font-family: Roboto, sans-serif;
        font-size: 8px;
        font-weight: 400;
        text-align: left;
        color: #1C1C1C;
        padding: 0.7vw 3px 0.7vw 3px;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
        white-space: normal;
	}
	.sysconfig_sys .sysconfig_sys_table .sys_table .table th {
		font-family: Roboto, sans-serif;
        font-size: 12px;
        font-weight: 900;
        text-align: left;
        color: #1C1C1C;
        padding: 5px 0px 5px 3px;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
	}	
	.sysconfig_sys .sysconfig_sys_control {
        display: block;
        margin: 60px 0 30px;
        text-align: center;	
	}
	.sysconfig_sys .sysconfig_sys_control ul {
		list-style: none;
		margin: 0;
		padding: 0;		
	}
	.sysconfig_sys .sysconfig_sys_control ul li {
		display: inline-block;
	}
	.sysconfig_sys .sysconfig_sys_control ul li:first-child {
		padding: 10px 2vw 11px 2vw;
        border-right: 1px solid #1C1C1C;	
	}	
	.sysconfig_sys .sysconfig_sys_control ul li:last-child {

	}	
	.sysconfig_sys .sysconfig_sys_control ul li:last-child span {
        padding: 9px 2vw 7px 2vw;
        float: left;
        font-size: 1em;
        font-weight: 400;
		cursor: pointer;
	}


	.sysconfig_sys .sysconfig_sys_control .sys_btn {
		
	}	
	.sysconfig_sys .sysconfig_sys_control .sys_btn {
		position: relative;
		display: block;
		cursor: pointer;
		width: 14px;
        height: 14px;
		background: url(../img/sys_btn_open.svg) 0 0px no-repeat;	
		background-size: cover;
	}
	.sysconfig_sys .sysconfig_sys_control .close_btn {
		position: relative;
		display: block;
		cursor: pointer;		
		width: 14px;
        height: 14px;
		background: url(../img/sys_btn_close.svg) 0 1px no-repeat;	
		background-size: cover;		
	}	
	.sysconfig_sys_scheme {
		position: relative;
		background: #FFFFFF;		
	}
	.sysconfig_sys_scheme.bgalt {
		position: relative;
		background: #E7E7E7;
	}	
	.sysconfig_sys_scheme .sys_title{
		
	}
	.sysconfig_sys_scheme .sys_title h4{
		font-family: "Roboto", sans-serif;
		font-size: 1.6em;
		font-weight: 700;
		text-align: center;
		color: #1C1C1C;
		padding: 40px 10px 10px 10px;
		margin: 0;
		line-height: 1;		
	}
	.sysconfig_sys_scheme .sys_title span{
		font-weight: 300;
	}	
	.sysconfig_sys_scheme .sys_image{
		padding: 0px 10px;
	}	
	.sysconfig_sys_scheme .sys_image img{
		width: 100%;
	}	


	#sysconfig .sysconfig_sys_control_2 {
		z-index: 2;
        position: absolute;
        display: block;
        background: transparent;
        width: 100%;
        height: 90px;
        top: 612px;
        text-align: center;
	}
	
	#sysconfig .sysconfig_sys_control_2 ul {
		list-style: none;
        margin-top: 20px;
        padding: 10px;	
	}
	#sysconfig .sysconfig_sys_control_2 ul li {
		display: inline-block;
	}
	#sysconfig .sysconfig_sys_control_2 ul li:first-child {
        padding: 0px 10px 0px 10px;	
		display: block;
	}	
	#sysconfig .sysconfig_sys_control_2 ul li:last-child {
		padding: 0px;
		display: none;
	}	
	#sysconfig .sysconfig_sys_control_2 ul li:last-child div {
		padding: 5px 12px 8px 20px;
        font-size: 0.9em;
        font-weight: 400;
        display: inline;
        position: relative;
	}	
	
	#sysconfig .sysconfig_sys_control_2.btn_open div.sys_btn_2 {
		cursor: pointer;
		width: 32px;
		height: 30px;
		background: url(../img/sys_btn_down.svg) 0 0px no-repeat;		
	}
	#sysconfig .sysconfig_sys_control_2.btn_close div.sys_btn_2 {
		cursor: pointer;
		width: 32px;
		height: 30px;
		background: url(../img/sys_btn_up.svg) 0 0px no-repeat;			
	}
	#sysconfig .sysconfig_sys_control_2 a {	
		text-decoration: underline;
        font-size: 1em;
        font-weight: 400;
        text-align: center;
        color: #1C1C1C;
        margin: 0;
        line-height: 1;
	}	
	
	#sysconfig_sys_dots {
		position: relative;
		width: 100%;
		display: inline-block;		
	}
	#sysconfig_sys_dots .slick-dots li {
		position: relative;
		display: inline-block !important;
		width: 20px;
		height: 20px;
		margin: 0 2px;
		padding: 0 !important;
		cursor: pointer;
	}
	#sysconfig_sys_dots .slick-dots li button:before {
		font-family: 'slick';
		font-size: 10px;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		content: '•';
		text-align: center;
		opacity: 1;
		color: rgba(68, 68, 68, 1);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}	  
	#sysconfig_sys_dots .slick-dots li.slick-active button:before {
		opacity: .25;
	}	
	
}
@media only screen and (max-width: 767.5px){
	#sysconfig {
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #E7E7E7;
		display: block;
		position: relative;		
	}
	#sysconfig .container {
		z-index: 1;
		position: relative;
	}
	#sysconfig .subtitle {
		font-size: 12vh;
        font-weight: 700;
        line-height: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        color: rgb(30 30 30 / 6%);
        z-index: 0;
        text-align: center;
        height: 100px;  		
	}
	#sysconfig .title h2 {
		font-size: 2.2em;
        line-height: 1.1;
		font-weight: 700;
        text-transform: uppercase;
        margin: 0;
	}
	#sysconfig .title h2 span {
		font-weight: 600;			
	}		
	#sysconfig .title h6 {
        font-size: 0.8em;
        line-height: 1.1;
		font-weight: 400;
        color: #6A6A6A;
        margin: 0;
		padding-top: 5px;
	}	
	#sysconfig .title {
		padding-top: 25px;
        text-align: center;
        height: 90px;  
	}	

	#sysconfig .slider-row {
		position: relative;
		z-index: 1;
		margin: 0px 20px;
	}
    #sysconfig .slider {
        width: 100%;
        margin: 0px auto;
    }
    #sysconfig .slick-slide {
       margin: 0px 0px;
    }

	#sysconfig .slider-nav {
		position: absolute;
        top: 30px;
        width: 100%;			
	}
	#sysconfig .slider-nav-left {
		cursor: pointer;
        position: absolute;
        left: 20px;		
	}
	#sysconfig .slider-nav-right {
        cursor: pointer;
        position: absolute;
        right: 20px;	
	}
	#sysconfig .slider-nav .slick-disabled {
		opacity: .35;
	}
	
	.sysconfig_sys {
		position: relative;
		background: #ffffff;
		margin-bottom: 90px;
	}
	.sysconfig_sys.bgalt {
		position: relative;
		background: #E7E7E7;
	}
	
	.sysconfig_sys .sysconfig_sys_card {
		
	}
	.sysconfig_sys .sysconfig_sys_card .sys_numb {
		position: absolute;
        top: 0px;
        color: #E7E7E7;
        font-size: 70px;
        font-family: "Oswald", sans-serif;
        line-height: 60px;	
	}
	.sysconfig_sys.bgalt .sysconfig_sys_card .sys_numb {
        color: #FFFFFF;
	}	
	
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 {
		padding: 65px 0 45px 0px;
	}
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 h3 {
		font-family: "Roboto", sans-serif;
		font-size: 3.5em;
		font-weight: 700;
		text-align: center;
		color: #1C1C1C;		
		padding: 0;
        margin: 0;
	}
	.sysconfig_sys .sysconfig_sys_card .sys_title_1 small {
		display: block;
        font-size: 0.3em;
        color: #1C1C1C;
        font-weight: 600;
        margin-top: -5px;
        text-align: center;
        margin-left: 72px;		
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_title_2 {
		padding: 10px 0px 20px 0px;
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_title_2 h5 {
		font-family: Roboto, sans-serif;
        font-size: 2em;
        font-weight: 400;
        text-align: center;
        color: rgb(28, 28, 28);
        margin: 0;
        padding: 0;		
	}	
	.sysconfig_sys .sysconfig_sys_card .sys_image {
		text-align: center;
        position: relative;
        display: block;
        width: 100%;		
	}
	.sysconfig_sys .sysconfig_sys_card .sys_image img {
		display: inline-block;
        margin: 5px 0;
		width: 300px;
	}

	.sysconfig_sys .sysconfig_sys_table {
        /* display: none; */
        position: absolute;
		z-index: 1;
		background: #ffffff;
		transform: scale(1);
		top:0px;
		left:0px;
		transition: 0s;
		cursor: default;
	}
	.sysconfig_sys .sysconfig_sys_table.zoomed {
		/*position: fixed;*/		
		transform: scale(1);
		top:0%;
		transition: 0s;
		cursor: default;
	}		
	.sysconfig_sys .sysconfig_sys_table.bgalt {
		background: #E7E7E7;
	}	
	.sysconfig_sys .sysconfig_sys_table .sys_title {
		
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h4 {
		font-family: "Roboto", sans-serif;
        font-size: 2.1em;
        font-weight: 700;
        text-align: left;
        color: #1C1C1C;
        padding: 35px 10px 0px 25px;
        margin: 0;
        line-height: 0.9;	
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title small {
        font-size: 0.4em;
        color: #1C1C1C;
        font-weight: 400;			
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h5 {
		font-family: Roboto, sans-serif;
        font-size: 1.1em;
        font-weight: 400;
        text-align: left;
        color: #1C1C1C;
        padding: 0px 10px 0px 25px;
        margin: 0;
        line-height: 1;
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h6 {
		font-size: 0.9em;
        font-weight: 400;
        text-align: right;
        color: #1C1C1C;
        padding: 50px 20px 0px 0px;
        margin: 0;
        line-height: 1;
        position: absolute;
        right: 0;
        top: 0;	
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title h6 small {
		font-size: 0.8em;
        margin-top: -21px;
        display: block;
        line-height: 1.6;
        text-transform: uppercase;
	}
	.sysconfig_sys .sysconfig_sys_table .sys_title .btn_ico {
		display: none;		
	}
	.sysconfig_sys .sysconfig_sys_table.zoomed .sys_title .btn_ico {
		display: none;
        position: absolute;
        right: 15px;
        top: 20px;
        cursor: pointer;
        width: 14px;
        height: 14px;
        background: url(../img/sys_btn_close.svg) 0 1px no-repeat;
	}	
	.sysconfig_sys .sysconfig_sys_table .sys_table {
		padding: 20px 20px;
        border: 0;

	}
	.sysconfig_sys .sysconfig_sys_table .sys_table .table,
	.sysconfig_sys .sysconfig_sys_table .sys_table .table td,
	.sysconfig_sys .sysconfig_sys_table .sys_table .table th	{
		border: 1px solid #1C1C1C;
		vertical-align: middle;
		margin: 0px;		
	} 
	.sysconfig_sys .sysconfig_sys_table .sys_table .table td {
		font-family: Roboto, sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        color: #1C1C1C;
        padding: 1.5vw 7px 1.5vw 7px;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
        white-space: normal;
	}
	.sysconfig_sys .sysconfig_sys_table .sys_table .table th {
		font-family: Roboto, sans-serif;
        font-size: 12px;
        font-weight: 900;
        text-align: left;
        color: #1C1C1C;
        padding: 5px 0px 5px 7px;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
	}	
	.sysconfig_sys .sysconfig_sys_control {
        display: block;
        margin: 60px 0 30px;
        text-align: center;	
	}
	.sysconfig_sys .sysconfig_sys_control ul {
		list-style: none;
		margin: 0;
		padding: 0;		
	}
	.sysconfig_sys .sysconfig_sys_control ul li {
		display: inline-block;
	}
	.sysconfig_sys .sysconfig_sys_control ul li:first-child {
        padding: 10px 7vw 11px 8vw;
        border-right: 1px solid #1C1C1C;		
	}	
	.sysconfig_sys .sysconfig_sys_control ul li:last-child {

	}	
	.sysconfig_sys .sysconfig_sys_control ul li:last-child span {
		padding: 9px 5vw 7px 7vw;
        float: left;
        font-size: 1.5em;
        font-weight: 400;
		cursor: pointer;
	}


	.sysconfig_sys .sysconfig_sys_control .sys_btn {
		
	}	
	.sysconfig_sys .sysconfig_sys_control .sys_btn {
		position: relative;
		display: block;
		cursor: pointer;
		width: 28px;
        height: 28px;
		background: url(../img/sys_btn_open.svg) 0 0px no-repeat;	
		background-size: cover;
	}
	.sysconfig_sys .sysconfig_sys_control .close_btn {
		position: relative;
		display: block;
		cursor: pointer;		
		width: 28px;
        height: 28px;
		background: url(../img/sys_btn_close.svg) 0 1px no-repeat;	
		background-size: cover;		
	}	
	.sysconfig_sys_scheme {
		position: relative;
		background: #FFFFFF;		
	}
	.sysconfig_sys_scheme.bgalt {
		position: relative;
		background: #E7E7E7;
	}	
	.sysconfig_sys_scheme .sys_title{
		
	}
	.sysconfig_sys_scheme .sys_title h4{
		font-family: "Roboto", sans-serif;
		font-size: 1.7em;
		font-weight: 700;
		text-align: center;
		color: #1C1C1C;
		padding: 40px 10px 10px 10px;
		margin: 0;
		line-height: 1;		
	}
	.sysconfig_sys_scheme .sys_title span{
		font-weight: 300;
	}	
	.sysconfig_sys_scheme .sys_image{
		padding: 0px 10px;
	}	
	.sysconfig_sys_scheme .sys_image img{
		width: 100%;
	}	


	#sysconfig .sysconfig_sys_control_2 {
		z-index: 2;
        position: absolute;
        display: block;
        background: transparent;
        width: 100%;
        height: 90px;
        top: 797px;
        text-align: center;
	}
	
	#sysconfig .sysconfig_sys_control_2 ul {
		list-style: none;
        margin-top: 20px;
        padding: 10px;	
	}
	#sysconfig .sysconfig_sys_control_2 ul li {
		display: inline-block;
	}
	#sysconfig .sysconfig_sys_control_2 ul li:first-child {
        padding: 0px 10px 0px 10px;	
		display: block;
	}	
	#sysconfig .sysconfig_sys_control_2 ul li:last-child {
		padding: 0px;
		display: none;
	}	
	#sysconfig .sysconfig_sys_control_2 ul li:last-child div {
		padding: 5px 12px 8px 20px;
        font-size: 0.9em;
        font-weight: 400;
        display: inline;
        position: relative;
	}	
	
	#sysconfig .sysconfig_sys_control_2.btn_open div.sys_btn_2 {
		cursor: pointer;
		width: 32px;
		height: 30px;
		background: url(../img/sys_btn_down.svg) 0 0px no-repeat;		
	}
	#sysconfig .sysconfig_sys_control_2.btn_close div.sys_btn_2 {
		cursor: pointer;
		width: 32px;
		height: 30px;
		background: url(../img/sys_btn_up.svg) 0 0px no-repeat;			
	}
	#sysconfig .sysconfig_sys_control_2 a {	
		text-decoration: underline;
        font-size: 1em;
        font-weight: 400;
        text-align: center;
        color: #1C1C1C;
        margin: 0;
        line-height: 1;
	}	
	
	#sysconfig_sys_dots {
		position: relative;
		width: 100%;
		display: inline-block;		
	}
	#sysconfig_sys_dots .slick-dots li {
		position: relative;
		display: inline-block !important;
		width: 20px;
		height: 20px;
		margin: 0 2px;
		padding: 0 !important;
		cursor: pointer;
	}
	#sysconfig_sys_dots .slick-dots li button:before {
		font-family: 'slick';
		font-size: 10px;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		content: '•';
		text-align: center;
		opacity: 1;
		color: rgba(68, 68, 68, 1);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}	  
	#sysconfig_sys_dots .slick-dots li.slick-active button:before {
		opacity: .25;
	}	
}
@media only screen and (max-width: 380px){
    #sysconfig .title h2 {
        font-size: 1.9em;
        line-height: 1.1;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
    }
    .sysconfig_sys .sysconfig_sys_card .sys_image img {
        display: inline-block;
        margin: 5px 0;
        width: 250px;
    }	
    .sysconfig_sys .sysconfig_sys_control .sys_btn {
		width: 20px;
        height: 20px;
	}		
	.sysconfig_sys .sysconfig_sys_control .close_btn {
		width: 20px;
        height: 20px;
	}	
    .sysconfig_sys .sysconfig_sys_control ul li:last-child span {
        padding: 9px 5vw 7px 7vw;
        float: left;
        font-size: 1.2em;
        font-weight: 400;
		cursor: pointer;
    }	
    .sysconfig_sys .sysconfig_sys_table .sys_table {
        padding: 15px 5px;
        border: 0;
    }
    .sysconfig_sys .sysconfig_sys_table .sys_table .table td {
        font-family: Roboto, sans-serif;
        font-size: 10px;
        font-weight: 400;
        text-align: left;
        color: #1C1C1C;
        padding: 7px 7px 7px 7px;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
        white-space: normal;
    }	
    .sysconfig_sys .sysconfig_sys_table .sys_table .table th {
        font-family: Roboto, sans-serif;
        font-size: 10px;
        font-weight: 900;
        text-align: left;
        color: #1C1C1C;
        padding: 5px 0px 5px 7px;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
    }

    #sysconfig .sysconfig_sys_control_2 {
        z-index: 2;
        position: absolute;
        display: block;
        background: transparent;
        width: 100%;
        height: 90px;
        top: 740px;
        text-align: center;
    }
    #sysconfig .sysconfig_sys_control_2 ul {
        list-style: none;
        margin-top: 25px;
        padding: 10px;
    }	
    #sysconfig .sysconfig_sys_control_2 a {
        text-decoration: underline;
        font-size: 0.8em;
        font-weight: 400;
        text-align: center;
        color: #1C1C1C;
        margin: 0;
        line-height: 1;
    }	
	
}	