


/* Start:/bitrix/templates/starforce2017/components/sf/menu/top_menu/style.css*/
.sf-menu {
	margin: 0 0 0 0;
	padding: 0;
	background: #0066a7;
	height: 60px;
	line-height: 60px;
	min-width: 662px;
	width: auto;
	list-style: none;
	font-size: 16px;
	float: left;
}
.sf-menu ul {
	margin: 0;
	padding: 0;
	min-height: 20px;
	width: 100%;
	list-style: none;
	font-size: 16px;
	float: left;
}
.sf-menu a {
	font-size: 16px;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}
.sf-menu a:hover {
	text-decoration: none;
}
.sf-menu li {
	float: left;
	margin: 0;
}
.sf-menu li a.root-item {
	color: #fff;
	padding: 0 12px 0 12px;
	height: 60px;
}
.sf-menu li a.root-item-selected {
	background: #0275bf;
	color: #fff;
	padding: 0 12px 0 12px;
	box-shadow: 0px -18px 55px -8px #000000;
	height: 60px;
}
.sf-menu li:hover a.root-item, .sf-menu li:hover a.root-item-selected {
	background: #0083d6;
	color: #fff;
	box-shadow: 0px -18px 55px -8px #000000;
	height: 60px;
}
.sf-menu li a:hover {
	background: #aad0e9;
}
.sf-menu li.item-selected {
	color: #fff;
}
.sf-menu li ul {
	position: absolute;
	top: auto;
	z-index: 500;
	height: auto;
	width: 250px;
	background: #ececec;
	display: none;
	box-shadow: 13px 13px 33px -20px #000000;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
.sf-menu li li {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #d2d2d2;
}
.sf-menu li ul a {
	font-size:14px;
	text-align: left;
	padding: 7px 10px 7px 10px;
	transition: none;
		-moz-transition: none;
		-o-transition: none;
		-webkit-transition: none;
}
.sf-menu li a,
.sf-menu li:hover li a,
.sf-menu li:hover li:hover li a,
.sf-menu li:hover li:hover li:hover li a,
.sf-menu li:hover li:hover li:hover li:hover li a,
.sf-menu li:hover li:hover li:hover li:hover li:hover li a {
	color: #000;
}
.sf-menu li ul ul {
	margin: -27px 0 0 132px;
}
.sf-menu li:hover ul ul,
.sf-menu li:hover ul ul ul,
.sf-menu li:hover ul ul ul ul,
.sf-menu li:hover ul ul ul ul ul {
	display: none;
}
.sf-menu li:hover ul,
.sf-menu li li:hover ul,
.sf-menu li li li:hover ul,
.sf-menu li li li li:hover ul,
.sf-menu li li li li li:hover ul {
	display: block;
}
.sf-menu li:nth-child(2)>ul>li:nth-child(15)
{
    background: #f98202;
}
.sf-menu li:nth-child(2)>ul>li:nth-child(15)>a
{
    color: white;
}
.sf-menu li:nth-child(3)>ul>li:nth-child(14)
{
    background: #f98202;
}
.sf-menu li:nth-child(3)>ul>li:nth-child(14)>a
{
    color: white;
}
.home {
	width: 40px;
	height: 60px;
    padding: 0;
}

/* End */



/* Start:/bitrix/templates/starforce2017/components/sf/menu/footer_menu/style.css*/
ul.footer_menu {
	float:left;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background: none;
}
ul.footer_menu li {
	float: left;
	padding: 0 10px 0 10px;
	margin: 0;
	background: none;
	height: 24px;
	line-height: 24px;
}

ul.footer_menu li .home {
	padding: 0 0 0 0;
	width: 16px;
	height: 24px;
}
ul.footer_menu li a {
	font-size: 100%;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}
ul.footer_menu li a:hover {
	color: #ff6c00;
}
/* End */



/* Start:/bitrix/templates/starforce2017/styles.css*/
html {
	font-family: Arial, Helvetica, sans-serif, 'Open Sans';
	outline: none;
	border: none;
}
body {
	background: #fff;
	font-size: 14px;
	margin: 0;
	height: 100%;
	outline: none;
	border: none;
}
body a:active, body a:hover, body img:active, body img:hover {
    outline: none;
}

/****** Default parametrs ******/
table, div, form {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
a {
	text-decoration: none;
	color: #0066a7;
	border: none;
}
a:hover {
	color: #003782;
	text-decoration: none;
	border: none;
	outline: none;
}
.wrap a, .footer a {
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
}
img {
	border: none;
	outline: none;
}
p {
	font-size: 14px;
	line-height: 1.2;
}

h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

h1 {
	font-size: 30px;
    margin: 0 0 20px 0;
    padding: 0;
	color: #0066a7;
}
h2 {
	font-size: 24px;
    margin: 0 0 14px 0;
	color: #0066a7;
}
h3 {
	font-size: 18px;
    margin: 0 0 14px 0;
	color: #0066a7;
}	
ul {
	list-style: square;
	font-size: 14px;
	line-height: 1.2;
}
li {
	margin-left: 0px;
	padding-left: 0px;
}
/****** Default parametrs end ******/


/****** Wrap ******/
.wrap {
	width: 1140px;
	margin: 0 auto;
	background: #fff; 
	height: 100%;
}
/****** Wrap end ******/


/****** Header ******/
.header {
	width: 100%;
    height: 110px;
	padding: 20px 0 0 0;
	clear: both;
}
.header .logo {
    float: left;
	height:110px;
	margin-left: 5px;
	text-align:left;
	line-height: 30px;
}
.header .logo img {
	width: 250px;
	height: 77px;
}
.header .logo img:hover {
}
.header .lang {
	float:left;
	display:inline;
	margin: 10px 0 0 40px;
	height:100px;
}
.header .lang a {
	font-size:16px;
	text-transform:uppercase;
	background: #fff;
	color: #000;
	padding: 10px;
}
.header .lang a:hover {
	color: #0066a7;
	text-decoration:none;
}
.header .lang a.lang_active {
	background-color: #f98202;
	color: #fff;
	padding: 10px;
}
.header .lang a.lang_active:hover {
	background-color: #ff6c00;
}
.header .social {
	float:left;
	text-align:left;
	width: 300px;
	height: 110px;
	margin: 0 0 0 160px;
}
.header .social .social_desc {
	font-size: 16px;
	margin: 0 0 5px 0;
}
.header .social a {
	margin-right: 5px;
}
.header .up_menu {
	float:right;
	text-align:left;
	width:240px;
	height:110px;
}
.header .up_menu ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	line-height: normal;
}
.header .up_menu ul li {
	font-size: 16px;
	margin: 0 0 5px 0;
}
.header .up_menu ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding: 7px 0 15px 48px;
	margin: 0 0 10px 0;
	width:auto;
}
.header .up_menu ul li a:hover {
	color:#0066a7;
}
.header .up_menu ul li a.login {
	background: url('/bitrix/templates/starforce2017/images/login_icon.png') no-repeat;
}
.header .up_menu ul li a.support {
	background: url('/bitrix/templates/starforce2017/images/support_icon.png') no-repeat;
}
/****** Header end ******/


/****** Middle ******/
.main_middle {
	float:left;
	width:100%;
	height: 70px;
	display:inline;
	overflow:hidden;
}
.main_middle .guru {
	float:left;
	width: 160px;
    background-color: #f98202;
	height: 60px;
	transition: all 0.5s 0.1s ease;
		-moz-transition: all 0.5s 0.1s ease;
		-o-transition: all 0.5s 0.1s ease;
		-webkit-transition: all 0.5s 0.1s ease;
}
.main_middle .guru a {
    display: block;
    text-align: left;
    background: url('/bitrix/templates/starforce2017/images/guru_white.png') no-repeat 20px 8px;
    color: #fff;
    padding: 14px 0 14px 66px;
    text-decoration: none;
}
.main_middle .guru:hover {
	background-color: #ff6c00;
	box-shadow: -18px -8px 50px -19px #000000;
}

.main_middle .search input[type="text"] {
	cursor: pointer;
    float: right;
    margin: 0 0 0 0;
	background: url(/bitrix/templates/starforce2017/images/search_icon.svg) no-repeat 6px 6px #0066a7;
    border: none;
    font-size: 16px;
    color: #fff;
    width: 210px;
	height: 60px;
    padding: 0 15px 0 48px;
    transition: all 0.7s ease 0s;
	outline:none;
}	
.main_middle .search input[type="text"]:focus {
    width: 255px;
    outline: none;
}
.main_middle .search input[type="text"]:-webkit-autofill {
	background: url('/bitrix/templates/starforce2017/images/search_icon.png') no-repeat 6px 6px #0066a7 !important;
}
/****** Middle end ******/


/****** Content ******/
.content-wrap {
	margin:0;
	padding:10px 0 30px 0;
	width:100%;
    min-height: 50px;
	max-height: 100%;
	overflow:hidden;
}
.content {
	width: 72%;
	float:left;
    min-height: 700px;
	max-height: 100%;
	overflow:hidden;
}
.content .pics img {
	float:left;
	margin: 5px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 120px;
	height: 120px;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
}
.content .pics_active img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 120px;
	height: 120px;
	background: #0066a7;
}
.content .pics_active_sol img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 120px;
	height: 120px;
	background: #f98202;
}
.content .products_bg .pics img {
	background: #0066a7;
}
.content .products_bg .pics img:hover {
	background: #f98202;
}
.content .solutions_bg .pics img {
	background: #f98202;
}
.content .solutions_bg .pics img:hover {
	background: #0066a7;
}
.content div.text {
	margin: 0 0 0 150px;
	overflow:hidden;
	min-height: 120px;
}
.content .text div.solution-desc {
	font-size: 16px;
}
.content .text p {
	font-size: 14px;
}
.content .products_bg h2 {
	color:#f98202;
}
.content .products_bg .text h2 a {
	color:#0066a7;
	transition: color 0.6s 0.02s ease;
		-moz-transition: color 0.6s 0.02s ease;
		-o-transition: color 0.6s 0.02s ease;
		-webkit-transition: color 0.6s 0.02s ease;
}
.content .products_bg .text h2 a:hover {
	color:#f98202;
}
.content .solutions_bg .text h2 a {
	color:#0066a7;
	transition: color 0.6s 0.02s ease;
		-moz-transition: color 0.6s 0.02s ease;
		-o-transition: color 0.6s 0.02s ease;
		-webkit-transition: color 0.6s 0.02s ease;
}
.content .solutions_bg .text h2 a:hover {
	color:#f98202;
}
.content_main {
	width:100%;
    min-height: 50px;
	max-height: 100%;
	overflow:hidden;
	margin: 0;
}
.content .products_bg {
	width:100%;
    overflow: hidden;
}
.content .products_bg .pics img {
	float:left;
	margin: 5px 0 0 0;
	padding:0;
	overflow:hidden;
}
.content .picschoice-content-pdf img {
	float:left;
	margin: 5px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 270px;
	height: 100px;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
}
.content .picschoice-content-pdf_active img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 270px;
	height: 100px;
	background: #31acc8;
}
.content .picschoice-content-pdf_active_sol img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 120px;
	height: 120px;
	background: #e06a5a;
}
.content .products_bg .picschoice-content-pdf img {
	background: #31acc8;
}
.content .products_bg .picschoice-content-pdf img:hover {
	background: #e06a5a;
}
.content .solutions_bg .picschoice-content-pdf img {
	background: #e06a5a;
}
.content .solutions_bg .picschoice-content-pdf img:hover {
	background: #31acc8;
}
.content .picschoice-content-ppt img {
	float:left;
	margin: 5px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 400px;
	height: 100px;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
}
.content .picschoice-content-ppt_active img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 270px;
	height: 100px;
	background: #31acc8;
}
.content .picschoice-content-ppt_active_sol img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 120px;
	height: 120px;
	background: #e06a5a;
}
.content .products_bg .picschoice-content-ppt img {
	background: #31acc8;
}
.content .products_bg .picschoice-content-ppt img:hover {
	background: #e06a5a;
}
.content .solutions_bg .picschoice-content-ppt img {
	background: #e06a5a;
}
.content .solutions_bg .picschoice-content-ppt img:hover {
	background: #31acc8;
}
.content .picschoice-content-main-pdf img {
	float:;
	margin: 5px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 380px;
	height: 95px;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
}
.content .picschoice-content-main-pdf_active img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 270px;
	height: 100px;
	background: #a5a5a5;
}
.content .picschoice-content-main-pdf_active_sol img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 120px;
	height: 120px;
	background: #78c1d3;
}
.content .products_bg .picschoice-content-main-pdf img {
	background: #a5a5a5;
}
.content .products_bg .picschoice-content-main-pdf img:hover {
	background: #78c1d3;
}
.content .solutions_bg .picschoice-content-main-pdf img {
	background: #78c1d3;
}
.content .solutions_bg .picschoice-content-main-pdf img:hover {
	background: #a5a5a5;
}

.content .picschoice-content-main-ppt img {
	float:left;
	margin: 5px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 380px;
	height: 95px;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
}
.content .picschoice-content-main-ppt_active img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 270px;
	height: 100px;
	background: #a5a5a5;
}
.content .picschoice-content-main-ppt_active_sol img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 120px;
	height: 120px;
	background: #c3d060;
}
.content .products_bg .picschoice-content-main-ppt img {
	background: #a5a5a5;
}
.content .products_bg .picschoice-content-main-ppt img:hover {
	background: #c3d060;
}
.content .solutions_bg .picschoice-content-main-ppt img {
	background: #c3d060;
}
.content .solutions_bg .picschoice-content-main-ppt img:hover {
	background: #a5a5a5;
}

.content .picschoice-content-main-html img {
	float:;
	margin: 5px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 380px;
	height: 95px;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
}
.content .picschoice-content-main-html_active img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 270px;
	height: 100px;
	background: #a5a5a5;
}
.content .picschoice-content-main-html_active_sol img {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	overflow:hidden;
	width: 120px;
	height: 120px;
	background: #ed7038;
}
.content .products_bg .picschoice-content-main-html img {
	background: #a5a5a5;
}
.content .products_bg .picschoice-content-main-html img:hover {
	background: #ed7038;
}
.content .solutions_bg .picschoice-content-main-html img {
	background: #ed7038;
}
.content .solutions_bg .picschoice-content-main-html img:hover {
	background: #a5a5a5;
}
/****** Content end ******/

/****** Rightmenu ******/
.rightmenu {
	background:#fff;
	width: 24%;
	float:right;
    min-height: 600px;
	max-height: 100%;
	overflow:hidden;
}
.rightmenu ul.r_menu {
	list-style:none;
	padding:0;
	margin:0;
}
.rightmenu ul.r_menu li {
	width:100%;
	margin: 0 0 5px 0;
	text-align: left;
}
.rightmenu ul.r_menu li a {
	background: #e2e2e2;
	font-size: 16px;
	padding: 10px;
	display: block;
	color: #000;
	text-decoration: none;
}
.rightmenu ul.r_menu li a:hover {
	background-color: #d3d3d3;
}
.rightmenu ul.r_menu li a.exit {
	background-color: #ff6c00;
	color:#fff;
}
.rightmenu ul.r_menu li a.exit:hover {
	background-color: #ff6c00;
}
/****** Rightmenu end ******/

/****** Footer ******/
.footer_protection {
	background: #b0b0b0;
	width: 100%;
}
.footer_content_protection {
	color:#ffffff;
	width: 1140px !important;
	height: 500px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	background: #b0b0b0;
}
.footer_white_slider {
	background: #fff;
	width: 100%;
}
.footer_content_white_slider {
	width: 1140px !important;
	height: 500px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	background: #fff;
}
.footer_white {
	background: #fff;
	width: 100%;
}
.footer_content_white {
	width: 1140px !important;
	height: 650px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	background: #fff;
}
.footer_blue_mechanism {
	background: #0066a7;
	width: 100%;
}
.footer_content_blue_mechanism {
	color:#ffffff;
	width: 1140px !important;
	height: 350px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	background: #0066a7;
}
.footer_blue_family {
	background: #0066a7;
	width: 100%;
}
.footer_content_blue_family {
	color:#ffffff;
	width: 1140px !important;
	height: 350px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	background: #0066a7;
}
.footer_blue_line {
	background: #347ba9;
	width: 100%;
}
.footer_content_blue_line {
	color:#ffffff;
	width: 1140px !important;
	height: 4px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #347ba9;
}
.footer_blue {
	background: #0066a7;
	width: 100%;
}
.footer_content_blue {
	color:#ffffff;
	width: 1140px !important;
	height: 535px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: #0066a7;
}
.footer_content_blue .footer_left {
	float: left;
	width: 70%;
	height: 150px;
	background: #dcdcdc;
}
.footer_content_blue .footer_right {
	float: right;
	width: 320px;
	height: 150px;
	text-align: left;
	background: #dcdcdc;
}
.footer_content_blue a {
	color:#ffffff;
}
.footer_content_blue a:hover {
	color: #d4d4d4;
}
.footer_content_blue .footer_menu {
	float: left;
	width: 100%;
	margin: 0 0 14px 0;
}
.footer_content_blue .menu {
	width: 100%;
	margin: 30px 0 0 0;
    font-size: 9pt;
}
.footer_content_blue .sub_news {
	float: right;
	width: 100%;
}
.footer_content_blue .sub_news h3 {
	color: #fff;
}
.footer_content_blue label {
	display:none;
	width: 100%;
}
.footer_content_blue input[type="text"] {
	float: right;
	display:block;
	width: 300px;
	border: none;
	padding: 12px 10px 12px 10px;
	margin: 0 0 10px 0;
	color: #000;
}
.footer_content_blue input[type="submit"] {
	float: right;
	border: none;
	display:block;
	margin: 0;
	text-align: center;
	background-color: #f98202;
	color: #fff;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
	outline:none;
}
.footer_content_blue input[type="submit"]:hover {
	background-color: #ff6c00;
}

.footer_grey {
	background: #dcdcdc;
	width: 100%;
}
.footer_content {
	color:#000000;
	width: 1140px !important;
	height: 65px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: #dcdcdc;
}
.footer_content .footer_left {
	float: left;
	width: 70%;
	height: 150px;
	background: #dcdcdc;
}
.footer_content .footer_right {
	float: right;
	width: 320px;
	height: 150px;
	text-align: left;
	background: #dcdcdc;
}
.footer_content a {
	color:#000000;
}
.footer_content a:hover {
	color: #0066a7;
}
.footer_content .footer_menu {
	float: left;
	width: 100%;
	margin: 0 0 14px 0;
}
.footer_content .copyright {
	width: 100%;
	margin: 0 0 0 0;
    font-size: 9pt;
}
.footer_content .sub_news {
	float: right;
	width: 100%;
}
.footer_content .sub_news h3 {
	color: #fff;
}
.footer_content label {
	display:none;
	width: 100%;
}
.footer_content input[type="text"] {
	float: right;
	display:block;
	width: 300px;
	border: none;
	padding: 12px 10px 12px 10px;
	margin: 0 0 10px 0;
	color: #000;
}
.footer_content input[type="submit"] {
	float: right;
	border: none;
	display:block;
	margin: 0;
	text-align: center;
	background-color: #f98202;
	color: #fff;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
	outline:none;
}
.footer_content input[type="submit"]:hover {
	background-color: #ff6c00;
}

/****** Footer end ******/

/****** Table products ******/
table#prodtab {
	width: 100%;
    border: 1px solid #0066a7 !important;
}
#prodtab th,#prodtab .t_head {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: #0066a7;
	color: #fff;
	font-size: 18px;
    text-align: center !important;
    border: 1px solid #0066a7 !important;
}
#prodtab th span {
    font-size: 80%;
}
#prodtab .t_select {
	background: #d2d2d2;
	font-size: 14px;
    font-weight: normal;
}
#prodtab .t_body {
	background: #a2dbff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
}
#prodtab .t_gray {
	background: #d2d2d2;
}
#prodtab .t_yellow {
	background: #ffdd55;
}
div.t_round {
    display: block;
    width: 12px;
    height: 12px;
    background: #ff6000;
    margin: 0 auto;
    border-radius: 50%;
}
div.t_round_2 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ff6000;
    border-radius: 50%;
}
/****** Table products end ******/


/****** Help Tooltip ******/
.dtooltip {
    margin: 10px 0 20px 0;
}
.tooltip {
    font-size: 14px;
	border-bottom: 1px dotted #f98202;
	color: #f98202;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	position: absolute;
	left: 1em;
	top: 2em;
	z-index: 99;
	margin-left: 0;
	width: 250px;
}
.tooltip:hover img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: left;
	position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}
* html span:hover {
	background: transparent;
}
.classic {
    padding: 0.8em 1em;
	background: #fff;
	border: 1px solid #053b96;
	font-size:12px;
	color:#000;
    text-align: ;
}

/****** Help Tooltip end ******/

/****** Help Tooltip 1 ******/
.dtooltip1 {
    margin: 10px 0 20px 0;
}
.tooltip1 {
    font-size: 14px;
	border-bottom: 1px dotted #f98202;
	color: #f98202;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}
.tooltip1 span {
	margin-left: -999em;
	position: absolute;
}
.tooltip1:hover span {
	position: absolute;
	left: 1em;
	top: -9em;
	z-index: 99;
	margin-left: 0;
	width: 250px;
}
.tooltip1:hover img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: left;
	position: absolute;
}
.tooltip1:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}
* html span:hover {
	background: transparent;
}
.classic1 {
    padding: 0.8em 1em;
	background: #fff;
	border: 1px solid #053b96;
	font-size:12px;
	color:#000;
    text-align: ;
}

/****** Help Tooltip end 1 ******/

/****** Help Tooltip 2 ******/
.dtooltip2 {
    margin: 10px 0 20px 0;
}
.tooltip2 {
    font-size: 14px;
	border-bottom: 1px dotted #f98202;
	color: #f98202;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}
.tooltip2 span {
	margin-left: -999em;
	position: absolute;
}
.tooltip2:hover span {
	position: absolute;
	left: 1em;
	top: -14em;
	z-index: 99;
	margin-left: 0;
	width: 250px;
}
.tooltip2:hover img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: left;
	position: absolute;
}
.tooltip2:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}
* html span:hover {
	background: transparent;
}
.classic2 {
    padding: 0.8em 1em;
	background: #fff;
	border: 1px solid #053b96;
	font-size:12px;
	color:#000;
    text-align: ;
}

/****** Help Tooltip 2 end ******/

/****** Help Tooltip 3 ******/
.dtooltip3 {
    margin: 10px 0 20px 0;
}
.tooltip3 {
    font-size: 14px;
	border-bottom: 1px dotted #f98202;
	color: #f98202;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}
.tooltip3 span {
	margin-left: -999em;
	position: absolute;
}
.tooltip3:hover span {
	position: absolute;
	left: 1em;
	top: -15em;
	z-index: 99;
	margin-left: 0;
	width: 250px;
}
.tooltip3:hover img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: left;
	position: absolute;
}
.tooltip3:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}
* html span:hover {
	background: transparent;
}
.classic3 {
    padding: 0.8em 1em;
	background: #fff;
	border: 1px solid #053b96;
	font-size:12px;
	color:#000;
    text-align: ;
}

/****** Help Tooltip 3 end ******/

/****** Menu products ******/
.menu_head {
	cursor: pointer;
	width: 100%;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	background: #0066a7 url('/bitrix/templates/starforce2017/images/menu-down.png') no-repeat top right;
	padding: 10px 0 10px 10px;
	margin: 0 0 15px 0;
	min-height: 20px;
	transition: all 0.5s 0.1s ease;
		-moz-transition: all 0.5s 0.1s ease;
		-o-transition: all 0.5s 0.1s ease;
		-webkit-transition: all 0.5s 0.1s ease;
	user-select: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
}
.menu_head:hover {
	background: #0083d6 url('/bitrix/templates/starforce2017/images/menu-down.png') no-repeat top right;
}
.menu_body {
	display: none;
	margin:-10px 0 15px 0;
}
.menu_body a {
    font-size: 16px;
	position: relative;
	margin: 0 0 5px 0;
	display: block;
	padding: 10px;
	background: #e2e2e2;
    text-align: left;
    color: #000;
	text-decoration: none;
}
.menu_body a:hover {
    background: #d3d3d3;    
}

/****** Menu products end ******/

/****** Main Page ******/
ul.main_box {
	width: 100%;
	list-style: none;
	margin: 0 auto 20px auto;
	padding: 0;
}
ul.main_box li {
	display: inline-block;
	padding: 0 10px 10px 10px;
	background: #fff;
	border: 3px solid #f98202;
	overflow: hidden;
	position: relative;
	height: 400px;
}
ul.main_box li .title {
	display:block;
	color: #fff;
	background: #f98202;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 0 14px 0;
	margin: 0;
	text-align: center;
}
ul.main_box li .title:hover {
	background-color: #ff6c00;
}
ul.main_box li.main_starforce {
	width: 344px;
	margin: 0 10px 0 0;
}
ul.main_box li.main_starforce ul.benefits {
	list-style: none;
	margin:0;
	padding:0;
}
ul.main_box li.main_starforce ul.benefits li {
	display: block;
	padding: 0 0 15px 0;
	margin:0;
	height:auto;
	border:0;
	color: #000;
}
ul.main_box li.main_starforce ul.benefits li img {
	float:left;
	margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    padding-bottom: 10px;
}
ul.main_box li.main_news {
	width: 344px;
	margin: 0 10px 0 0;
}

ul.main_box li.main_clients {
	width: 346px;
}
.news-list-main {
	height: 310px !important;
}
.nav-pages {
	display: block;
	text-align: right;
}
/****** Main Page end ******/

/****** Testimonials products ******/
.testimonials-products {
	width: auto;
	background:#fff;
	border:3px solid #f98202;
	padding:0 10px 0 10px;
	margin:0 0 15px 0;
}
.testimonials-products h3 {
	color:#fff;
	background: #f98202;
	width:100%;
	font-size: 18px;
	font-weight: 300;
	padding:10px 0 14px 0;
	margin:0;
	text-align:center;
}
.testimonials-text {
	text-align: left;
	font-size:14px;
}
.testimonials-alltes {
    text-align: center !important;    
}
.testimonials-alltes a{
    font-size: 16px;
    color: #f98202 !important;
}
.testimonials-products a {
	color:#000;
}
.testimonials-products a:hover {
	color:#0066a7;
}
/****** Testimonials products end ******/

.page_navigation {
	width:100%;
	display:block;
	overflow:hidden;
	height: 40px;
}

/****** Breadcrumbs ******/
.breadcrumbs {
	display:block;
	font-size:12px;
	float:left;
	text-align:left;
	width: 70%;
	height: 40px;
	overflow:hidden;
}
/****** Breadcrumbs end ******/

/****** Buttons social ******/
.social_share {
	display:block;
    float: right;
	text-align:right;
    width: 30%;
    height: 40px;
	overflow:hidden;
}
/****** Buttons social end ******/

/****** Tabs products ******/
ul.tabs {
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 50px;
	border: none;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
	line-height: 35px;
	border-bottom: none;
	border-left: none;
	overflow: hidden;
	position: relative;
}
ul.tabs li.logo_clients {
	float: left;
	margin: 0;
	padding: 0;
	height: 103px;
	border-bottom: none;
	border-left: none;
	overflow: hidden;
	position: relative;
}
ul.tabs li.logo_clients a {
	background: #fff;
    border: 1px solid #0066a7;
	color: #0066a7;
}
ul.tabs li.logo_clients a:hover {
	background: #fff;
    border: 1px solid #f98202;
	color: #0066a7;
}
ul.tabs li.logo_clients.active a {
    border: 1px solid #f98202;
   	background: #fff;
   	color: #0066a7;
}
ul.tabs li.logo_clients.active a:hover {
	background: #fff;
    border: 1px solid #f98202;
	color: #0066a7;
}
ul.tabs li a {
    text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 0 10px;
	margin: 0 5px 0 0;
	outline: none;
	background: #0066a7;
}
ul.tabs li a:hover {
	background: #f98202;
	color:#fff;
}
ul.tabs li.active a {
	padding: 0 10px !important;
	color: #fff;
	background: #f98202;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	color:#fff;
}
html ul.tabs li.active::after {
    content: ''; 
    position: absolute;
	left: 10px;
	bottom:-5px;
	border: 10px solid transparent;
	border-top: 10px solid #f98202;
}
.tab_container {
	border: none;
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {
	padding: 0 0 20px 0;
}
.tab_center {
	padding: 20px 0 0 0 !important;
    margin: 0 auto;
    text-align: center;
}
.tab_content h2 {
	font-size: 22px;
	font-weight: 300;
}
.tab_content h3 a {
	color: #053b96;
}
.tab_gallery img {
	margin: 0 10px 0 0 !important;
	padding: 5px;
    border: 1px solid #d2d2d2;
 	background: #d2d2d2;
}
.tab_content ul li {
    margin-bottom: 10px;
}
/****** Tabs products end ******/


/****** Tabs solutions ******/
#maincontent ul.tabs2 {
	margin-left: 150px;
	margin-bottom: 30px;
	padding: 0px;
	float: left;
	list-style: none;
	height: 32px;
	border: none;
	width: 100%;
}
#maincontent ul.tabs2 li {
	float: left;
	margin: 0px;
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	position: relative;
}

#maincontent ul.tabs2 li a {
	text-decoration: none;
	color: #053b96;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	outline: none;
	background: none;
}
#maincontent ul.tabs2 li a:hover {
	background: url('/bitrix/templates/starforce2017/images/tabs2_bg.png') bottom center no-repeat;
	color: #e47302;
}

#maincontent ul.tabs2 li.active a {
	background: url('/bitrix/templates/starforce2017/images/tabs2_bg.png') bottom center no-repeat;
	color: #e47302;
}
.tab_container2 {
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content2 {
	padding: 0px;
	padding-bottom: 20px;
	margin: 0px;
}
/****** Tabs solutions end ******/

/****** Forms Styles Serials ******/
#form-container_serials {
margin-left: 70px;
}

#form-container_serials .star {
	font-size: 16px;
	color: red;
}
#form-container_serials input[type="text"] {
    width: 440px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	height: 40px;
	padding: 0 10px 0 10px;
	outline:none;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.7s ease 0s;
	background: #f1f1f1;
}
#form-container_serials input[type="text"]:hover, #form-container input[type="text"]:focus {
	background: #fff;
}
#form-container_serials textarea {
    width: 440px;
	height: 150px;
	overflow:auto;
	border: 1px solid #d1d1d1;
    padding: 10px;
	outline:none;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.7s ease 0s;
	background: #f1f1f1;
}
#form-container_serials textarea:hover, #form-container textarea:focus {
	background: #fff;
}
#form-container_serials input[type="submit"] {
    border: none;
	background-color: #0066a7;
	color: #fff;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
	outline: none;
}
#form-container_serials input[type="submit"]:hover {
	background: #0083d6;
}
#form-container_serials select {
    transition: all 0.7s ease 0s;
	border: 1px solid #d1d1d1;
	height: 42px;
	padding: 0 10px 0 10px;
	outline:none;
	background: #f1f1f1;
}
#form-container_serials select:hover, #form-container select:focus {
	background: #fff;
}

#enter_image_protect_serials {
    width: 100px !important;
}

#contract_serials {
    padding: 0 0 15px 0;
    font-weight: bold;
    display: none;
}

#all_serials_check {
    display: none;
    border: 1px dashed #d2d2d2;
    padding: 0;
    height: 80px;
    width: 670px;
}
#all_serials_check label {
    cursor: pointer;
    display: table;
    margin: 12px 0 15px 15px;
}

a#all_serials {
    background: url(/images/icons/plus.png) no-repeat 10px 10px;
    border: 1px dashed #d2d2d2;
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 14px;
}
/****** Forms Styles Serials end ******/

/****** Forms Styles Discs ******/
#form-container_discs {
margin-left: 70px;
}

#form-container_discs .star {
	font-size: 16px;
	color: red;
}
#form-container_discs input[type="text"] {
    width: 440px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	height: 40px;
	padding: 0 10px 0 10px;
	outline:none;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.7s ease 0s;
	background: #f1f1f1;
}
#form-container_discs input[type="text"]:hover, #form-container input[type="text"]:focus {
	background: #fff;
}
#form-container_discs textarea {
    width: 440px;
	height: 150px;
	overflow:auto;
	border: 1px solid #d1d1d1;
    padding: 10px;
	outline:none;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.7s ease 0s;
	background: #f1f1f1;
}
#form-container_discs textarea:hover, #form-container textarea:focus {
	background: #fff;
}
#form-container_discs input[type="submit"] {
	border: none;
	background-color: #d099a8;
	color: #fff;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
	outline: none;
}
#form-container_discs input[type="submit"]:hover {
	background: #ab6175;
}
#form-container_discs select {
    transition: all 0.7s ease 0s;
	border: 1px solid #d1d1d1;
	height: 42px;
	padding: 0 10px 0 10px;
	outline:none;
	background: #f1f1f1;
}
#form-container_discs select:hover, #form-container select:focus {
	background: #fff;
}

#enter_image_protect_discs {
    width: 100px !important;
}

#contract_discs {
    padding: 0 0 15px 0;
    font-weight: bold;
    display: none;
}

#all_discs_check {
    display: none;
    border: 1px dashed #d2d2d2;
    padding: 0;
    height: 80px;
    width: 670px;
}
#all_discs_check label {
    cursor: pointer;
    display: table;
    margin: 12px 0 15px 15px;
}

a#all_discs {
    background: url(/images/icons/plus.png) no-repeat 10px 10px;
    border: 1px dashed #d2d2d2;
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 14px;
}
/****** Forms Styles Discs end ******/

/****** Forms Styles Products Discs ******/
#form-container_discs {
margin-left: 70px;
}

#form-container_discs .star {
	font-size: 16px;
	color: red;
}
#form-container_discs input[type="text"] {
    width: 440px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	height: 40px;
	padding: 0 10px 0 10px;
	outline:none;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.7s ease 0s;
	background: #f1f1f1;
}
#form-container_discs input[type="text"]:hover, #form-container input[type="text"]:focus {
	background: #fff;
}
#form-container_discs textarea {
    width: 440px;
	height: 150px;
	overflow:auto;
	border: 1px solid #d1d1d1;
    padding: 10px;
	outline:none;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.7s ease 0s;
	background: #f1f1f1;
}
#form-container_discs textarea:hover, #form-container textarea:focus {
	background: #fff;
}
#form-container_discs input[type="submit"] {
	border: none;
	background-color: #d099a8;
	color: #fff;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
	outline: none;
}
#form-container_discs input[type="submit"]:hover {
	background: #ab6175;
}
#form-container_discs select {
    transition: all 0.7s ease 0s;
	border: 1px solid #d1d1d1;
	height: 42px;
	padding: 0 10px 0 10px;
	outline:none;
	background: #f1f1f1;
}
#form-container_discs select:hover, #form-container select:focus {
	background: #fff;
}

#enter_image_protect_discs {
    width: 100px !important;
}

#contract_discs {
    padding: 0 0 15px 0;
    font-weight: bold;
    display: none;
}

#all_products_check_discs {
    display: none;
    border: 1px dashed #d2d2d2;
    padding: 0;
    height: 80px;
    width: 670px;
}
#all_products_check_discs label {
    cursor: pointer;
    display: table;
    margin: 12px 0 15px 15px;
}

a#all_products_discs {
    background: url(/images/icons/plus.png) no-repeat 10px 10px;
    border: 1px dashed #d2d2d2;
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 14px;
}
/****** Forms Styles Products Discs end ******/

/****** Forms Styles ******/
#form-container {
}
#form-container .star {
	font-size: 16px;
	color: red;
}
#form-container input[type="text"] {
    width: 300px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	height: 40px;
	padding: 0 10px 0 10px;
	outline:none;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.7s ease 0s;
	background: #f1f1f1;
}
#form-container input[type="text"]:hover, #form-container input[type="text"]:focus {
	background: #fff;
}
#form-container textarea {
    width: 400px;
	height: 150px;
	overflow:auto;
	border: 1px solid #d1d1d1;
    padding: 10px;
	outline:none;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.7s ease 0s;
	background: #f1f1f1;
}
#form-container textarea:hover, #form-container textarea:focus {
	background: #fff;
}
#form-container input[type="submit"] {
	border: none;
	background-color: #f98202;
	color: #fff;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
	outline: none;
}
#form-container input[type="submit"]:hover {
	background: #ff6c00;
}
#form-container select {
    transition: all 0.7s ease 0s;
	border: 1px solid #d1d1d1;
	height: 42px;
	padding: 0 10px 0 10px;
	outline:none;
	background: #f1f1f1;
}
#form-container select:hover, #form-container select:focus {
	background: #fff;
}

#enter_image_protect {
    width: 100px !important;
}

#contract {
    padding: 0 0 15px 0;
    font-weight: bold;
    display: none;
}

#all_products_check {
    display: none;
    border: 1px dashed #d2d2d2;
    padding: 10px;
    height: 200px;
}
#all_products_check .left {
    float: left;
    width: 49%;
    display: table;
}
#all_products_check .right {
    float: right;
    width: 49%;
    display: table;
}
#all_products_check label {
    cursor: pointer;
    display: table;
    margin: 0 0 16px 0;
}

a#all_products {
    background: url(/images/icons/plus.png) no-repeat 10px 10px;
    border: 1px dashed #d2d2d2;
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 14px;
}
/****** Forms Styles end ******/

/****** Forms Login Styles ******/
.bx-auth-note {
    font-size: 14px;
padding: 0 0 10px 0;
}
#USER_REMEMBER {
	margin-bottom: 10px;
}
.bx-auth-label {
    font-weight: normal !important;
	text-align:left !important;
}
.bx-auth input[type="text"], .bx-auth input[type="password"] {
    width: 200px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	height: 40px;
	padding: 0 10px 0 10px;
	outline:none;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.7s ease 0s;
	background: #f1f1f1;
}
.bx-auth input[type="submit"] {
	border: none;
	background-color: #f98202;
	color: #fff;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.6s 0.02s ease;
	-moz-transition: all 0.6s 0.02s ease;
	-o-transition: all 0.6s 0.02s ease;
	-webkit-transition: all 0.6s 0.02s ease;
	outline: none;
}
.bx-auth input[type="submit"]:hover {
	background: #ff6c00;
}
/****** Forms Styles end ******/

/****** Button Orange ******/
a.button {
	font-size:16px;
	font-weight: normal;
	color:#fff;
	text-decoration:none;
	padding:10px 15px 10px 15px;
	background: #f98202;
}
a.button:hover {
	background: #ff7200;
	color:#fff;
	text-decoration: none;
}
a.button:active {
	background:#dc6802;
}
/****** Button Orange end ******/


/****** Articles table ******/
.article_table {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.article_table td p {
	padding:0px;
	margin:0px;
    text-align: left !important;
}

.article_table th {
	background:#0b409a;
	border-left: 1px solid #ddd;
	color:#fff;
	padding:5px;
}
.article_table td {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding:5px;
    text-align: left !important;
}
/****** Articles table end ******/


/****** Button Up ******/
#buttonUp {
	background:none;
    width: 40px;
	height: 40px;
	display: none;
	z-index: 999; 
	opacity: 1;
	position: fixed;
	top: 100%;
	margin: -80px 0 0 -80px;
	left: 100%;
}
/****** Button Up end ******/

/****** Best li ******/
ul.best {
	list-style-type: none !important;
	padding: 0px !important;
	margin: 0px 0 0 20px !important;
}
ul.best li {
    text-align: left !important;
    line-height: normal;
    list-style-image: none !important;
    margin: 0 !important;
   	padding: 5px 0 5px 24px !important;
    background: url(/images/li.png) no-repeat top left;
}
/****** Best li end ******/


/****** Other ******/
table.w100 {
	padding: 0px;
	margin-top:10px;
	border-collapse: collapse;
	display:block;
	height:210px;
	width:100%;
}
table.w100 tr {
	margin-top:10px;
}
#FormContainer1, 
#FormContainer2, 
#FormContainer3,
#FormContainer4, 
#FormContainer5, 
#FormContainer6 {
	padding:5px;
}
.nav_news {
	font-size:11px;
	color:#555;
	border-top:1px dashed #ccc;
	padding-top:10px;
	margin-top:10px;
}
.nav_press {
	font-size:11px;
	color:#555;
	padding-top:0px;
	margin-top:0px;
}
.nav_testimonials {
	font-size:11px;
	color:#555;
	border-top:1px dashed #ccc;
	padding-top:0px;
	margin-top:0px;
}
.tdpath {
	font-size: 8pt;
	text-decoration: none;
}
.tdpath:visited {
	font-size: 8pt;
	text-decoration: none;
}
.lpanel {
	color: #000;
	text-decoration: none;
}
.lpanel:visited {
	color: #000;
	text-decoration: none;
}
.line {
	border-bottom: 1px dashed #ccc;
	padding: 5px 0 5px 0;
}
.textSimple {
	font-size: 11px;
}
.white_name {
	color: #fff;
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
}
.icons_name {
	color: #0C429A;
	font-size: 11pt;
	margin: 0px;
}
.dirh:hover {
	text-decoration: none;
}
.graph-bar {
	height: 4px;
}
.h_test {
	font-size: 12px;
	color: #0C429A;
	font-weight: bold;
}
.iblock {
	font-size: 8pt;
	padding: 8px 15px 0 0;
}
.tdTextOpenPage {
    float: left;
    width: 580px;
	color: #0a50c2;
	font-size: 11px;
	padding-top: 5px 20px 0 0;
    height: 50px;
}
.h1fon {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}

label span.error {
	color: red;
}
.sfhelper_border {
	background:#d1d1d1;
    padding:10px;
}
.design_small_black {
    padding: 1px 10px 0 14px;
    font-weight: bold;
    font-size: 12px;
    background: url(/images/n_arr.png) top left no-repeat;
}
.map-columns {
    margin-top: -30px;
}
.map-columns ul li {
    list-style:none !important;
    padding: 5px 0 5px 0 !important;
}
.map-columns ul.map-level-0 {
    padding: 5px 100px 5px 0 !important;
}
.map-columns ul.map-level-0 a {
    font-size: 14px;
}
.map-columns ul.map-level-0 li a img.home {
    display: none;
}
.map-columns ul.map-level-1 a, ul.map-level-2 a {
    font-size: 12px;
}
.map-columns ul.map-level-1, ul.map-level-2 {
    padding: 5px 0 5px 20px !important;
}
.recomend-products {
    float: left;
    text-align: left;
    width: 300px;
    height: 100%;
}
.recomend-products p, .recomend-products a {
    font-size: 14px;
}
.recomend-products-ask {
    float: right;
    margin: 10px 50px 0 0;
}
.clear {
    width:100%;
    float:left;
    clear: both;
    overflow: hidden;
}
.partners-sert {
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
}
.partners-sert span {
    display: inline-block;
    padding: 10px 0 0 0;
}
.partners-sert img.line {
    border: 1px solid #e1e1e1;
    padding: 5px;
}
table.sf-partners {
    border-collapse:collapse;
    border:none;
    width:100%;
}

table.sf-partners .namecomp {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

table.sf-partners img {
}
table.sf-partners td {
    padding: 10px !important;
    border-bottom: 1px dashed #d2d2d2;
    padding: 5px 0 5px 0;
    vertical-align: top;
}

table.sf-partners td p {
    text-align: left;
}

table.sfpb_table {
    font-size: 14px;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

table.sfpb_table td {
    vertical-align: middle;
    padding: 10px 0 10px 0;
    margin: 0 !important;
}
table.sfpb_table img {
    padding: 0 !important;
    margin: 0 !important;   
}
.sfpb_title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 0;
}
.sfpb_demo {
    border: 1px dashed #d2d2d2;
    padding: 10px;
    margin: 0;
}
table.por_ispol_table {
    width:100%;
    border:0;
    vertical-align: middle;
}
.por_ispol_number {
    width:24px;
    font-size: 18px;
    font-weight: bold;
    color: #d55d01;
    vertical-align: middle;
}
.sfont {
    font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', monospace !important;
}
.scode {
    font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', monospace !important;
    border: 1px dashed #d2d2d2;
    padding: 10px;
    margin: 10px;
    background: #ffffcc;
}
.detail-pics-testimonials {
    border: 0;
    float: right;
    margin: 0 0 10px 10px;
}
.signature-testimonials {
     text-align:right !important;
     font-style:italic;
}
.testimonials_preview_pics {
    max-width: 150px;
    height: auto;
}
.partners-form {
    margin: 10px 0 10px 0;
}
.partners-form label {
    margin: 0 20px 0 0;
    cursor: pointer;
}
.partners-form input {
}
/****** Other end ******/







/****** Buttons Products ******/

.products_buy {
	width:100%;
	margin: 0 0 20px 0;
}
.products_buy a {
	width:100%;
	display: block;
	text-align: left;
	background: #f98202 url('/bitrix/templates/starforce2017/images/buy_icon.png') no-repeat 24px 16px;
	color: #fff;
	padding: 12px 20px 12px 86px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.products_buy a:hover {
	background-color: #d26e02;
}
.t_green a {
	background: #d26e02 url('/bitrix/templates/starforce2017/images/buy_icon.png') no-repeat 24px 16px !important;
}
.t_green a:hover {
	background-color: #d26e02 !important;
}
.products_buy a span {
	font-size: 20px;
}
.products_request_promo_audiovideo {
	width:400px;
	margin: -5px 0 0 240px;
}
.products_request_promo_audiovideo a {
	width:400px;
	display: block;
	text-align: left;
	background: url('/bitrix/templates/starforce2017/images/serial_numbers_promo_audiovideo_icon.png') no-repeat 24px 0;
	color: #fff;
	padding: 10px 20px 10px 67px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.products_request_promo_audiovideo a:hover {
	background-color: #fff;

} 

.products_serial_numbers_promo_audiovideo {
	width:400px;
	margin: -5px 0 0 240px;
}
.products_serial_numbers_promo_audiovideo a {
	width:400px;
	display: block;
	text-align: left;
	background: url('/bitrix/templates/starforce2017/images/serial_numbers_promo_audiovideo_icon.png') no-repeat 24px 0;
	color: #fff;
	padding: 10px 20px 10px 75px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.products_serial_numbers_promo_audiovideo a:hover {
	background-color: #fff;

} 

.products_test_audiovideo {
	width:400px;
	margin: -5px 0 0 240px;
}
.products_test_audiovideo a {
	width:400px;
	display: block;
	text-align: left;
	background: url('/bitrix/templates/starforce2017/images/test_audiovideo_icon.png') no-repeat 24px 0;
	color: #fff;
	padding: 10px 20px 10px 41px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.products_test_audiovideo a:hover {
	background-color: #fff;

} 

.products_trial_android {
	width:400px;
	margin: -5px 0 0 -25px;
}
.products_trial_android a {
	width:400px;
	display: block;
	text-align: left;
	background: url('/bitrix/templates/starforce2017/images/trial_icon_android.png') no-repeat 24px 0;
	color: #fff;
	padding: 10px 20px 10px 57px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.products_trial_android a:hover {
	background-color: #fff;

} 


.products_trial_bottom_14 {
	width:100%;
	margin: -5px 0 0 200px;
}
.products_trial_bottom_14 a {
	width:100%;
	display: block;
	text-align: left;
	background: url('/bitrix/templates/starforce2017/images/trial_icon_bottom_14.png') no-repeat 24px 0;
	color: #fff;
	padding: 10px 20px 10px 115px;
	text-decoration: none;
	font-size: 19px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.products_trial_bottom_14 a:hover {
	background-color: #fff;

} 

.products_trial_bottom {
	width:100%;
	margin: -5px 0 0 232px;
}
.products_trial_bottom a {
	width:100%;
	display: block;
	text-align: left;
	background: url('/bitrix/templates/starforce2017/images/trial_icon_middle.png') no-repeat 24px 0;
	color: #fff;
	padding: 10px 20px 10px 115px;
	text-decoration: none;
	font-size: 19px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.products_trial_bottom a:hover {
	background-color: #fff;

} 
.products_trial_content {
	width:100%;
	margin: 0 0 20px 0;
}
.products_trial_content a {
	width:100%;
	display: block;
	text-align: left;
	background: #3ba800 url('/bitrix/templates/starforce2017/images/trial_icon_content.png') no-repeat 24px 16px;
	color: #fff;
	padding: 12px 20px 12px 86px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.products_trial_content a:hover {
	background-color: #2f8600;
}
.t_green_content a {
	background: #f98202 url('/bitrix/templates/starforce2017/images/trial_icon_content.png') no-repeat 24px 16px !important;
}
.t_green_content a:hover {
	background-color: #ff6c00 !important;
}
.products_trial_content a span {
	font-size: 20px;
}
.products_trial {
	width:100%;
	margin: 0 0 20px 0;
}
.products_trial a {
	width:100%;
	display: block;
	text-align: left;
	background: #3ba800 url('/bitrix/templates/starforce2017/images/trial_icon.png') no-repeat 24px 16px;
	color: #fff;
	padding: 12px 20px 12px 86px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.products_trial a:hover {
	background-color: #2f8600;
}
.t_green a {
	background: #f98202 url('/bitrix/templates/starforce2017/images/trial_icon.png') no-repeat 24px 16px !important;
}
.t_green a:hover {
	background-color: #ff6c00 !important;
}
.products_trial a span {
	font-size: 20px;
}
.products_desc {
	width:100%;
	margin: 0 0 30px 0;
    /* DESC PRODUCT NONE */
    display: none;
}
.products_desc ul {
	list-style:none;
	padding:0;
	margin:0 auto;
	text-align:center;
}
.products_desc ul li {
	text-align:center;
	font-size:12px;
	width: 32%;
	height: 50px;
	display: inline-block;
}
.products_desc ul li a {
	display:block;
	color:#000;
	padding: 60px 0 0 0;
}
.products_desc ul li a:hover {
	color:#0066a7;
}
.products_desc ul li a.presentation {
	background: url('/bitrix/templates/starforce2017/images/presentation_icon.png') no-repeat top center;
}
.products_desc ul li a.presentation_download {
	background: url('/bitrix/templates/starforce2017/images/presentation_download_icon.png') no-repeat top center;
}
.products_desc ul li a.white_paper {
	background: url('/bitrix/templates/starforce2017/images/printer_icon.png') no-repeat top center;
} 
.products_desc ul li a.video {
	background: url('/bitrix/templates/starforce2017/images/video_icon.png') no-repeat top center;
} 
/****** Buttons Products end ******/


/****** Partners Desc ******/
.partners_desc {
	width:60%;
	margin: 0 0 25px 0;
}
.partners_desc ul {
    width:100%;
	list-style:none;
	padding:0;
	text-align:left;
}
.partners_desc ul li {
	text-align:center;
	font-size:13px;
	width: 28%;
	height: 94px;
	display: inline-block;
    margin-right: 5px;
}
.partners_desc ul li a {
	display:block;
	color:#000;
	padding: 70px 0 10px 0;
    background-color: #fff;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    border: 1px solid #d2d2d2;
}
.partners_desc ul li a:hover {
    background-color: #ececec;
    border: 1px solid #d2d2d2;
}
.partners_desc ul li a.profile {
	background-image: url('/bitrix/templates/starforce2017/images/profile_icon.png');
}
.partners_desc ul li a.presentation {
	background-image: url('/bitrix/templates/starforce2017/images/presentation_icon.png');
}
.partners_desc ul li a.white_paper {
	background-image: url('/bitrix/templates/starforce2017/images/wp_icon.png');
} 
.partners_desc ul li a.video {
	background-image: url('/bitrix/templates/starforce2017/images/video_icon.png');
} 
.partners_desc ul li a.success {
	background-image: url('/bitrix/templates/starforce2017/images/success_icon.png');
} 

/****** Page News ******/
.news_date {
	color: #777;
	text-align: left;
	margin: 0 0 10px 0;
}
.news_name {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.news_preview {
	margin: 0 0 30px 0;
}
.news-detail-date {
	color: #777;
	text-align: left;
	margin: 0 0 10px 0;
}
.news-detail-text {
	margin: 0 0 30px 0;
}
.news-pdf-download {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0 0 50px 0;
}
.news-pdf-download a {
	background: #f98202;
	color: #fff;
	padding: 10px;
}
.news-pdf-download a:hover {
	background: #ff6c00;
}
.news_about_company {
	border-top: 3px solid #ececec;
	padding: 10px 0 10px 0;
	font-size:12px;
}
.news_about_company h3 {
	font-size:18px;
}
.news_about_company p {
	font-size:12px;
}
.news_nav_string_bottom {
	border-top: 3px solid #d2d2d2;
	font-size:12px;
	margin: 0;
	padding: 10px 0 10px 0;
}
.news_nav_string_bottom .text {
	margin: 10px 0 10px 0;
	color: #777;
}
.news_nav_string_bottom .text a{
	color: #777;
}
/****** Page News end ******/

.pics_orange {
	background: #f98202;
}



/****** ask_question ******/
.ask_question {
	width:100%;
	margin: 0 0 20px 0;
}
.ask_question a {
	width:100%;
	display: block;
	text-align: left;
	background: #f98202 url('/bitrix/templates/starforce2017/images/ask_question.png') no-repeat 24px 2px;
	color: #fff;
	padding: 12px 20px 12px 86px;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.ask_question a:hover {
	background-color: #ff6c00;
}
/****** ask_question end ******/

/****** spoiler ******/
    .spoil {
        position: relative;
        overflow: hidden;
        background: url('/bitrix/templates/starforce2017/img/nline.png');
        border: 1px solid #c3c3c3;
        border-left: 6px solid #c3c3c3;
        margin: 15px 0 15px 0;
        height: 24px;
    }

        .spoil .sp_text {
            margin: 40px 10px 10px 10px;
        }

        .spoil .sp_top {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 25px;
            background: rgba(195, 195, 195, 0.1);
            border-bottom: 1px solid #c3c3c3;
            display: table;
        }

        .spoil .sp_span {
            vertical-align: middle;
            display: table-cell;
            padding: 0 0 0 20px;
        }

        .spoil .sp_button {
            position: absolute;
            right: 2px;
            top: 2px;
            width: 100px;
            height: 20px;
            text-align: center;
            border: 1px solid #c3c3c3;
            background: #fff;
        }

            .spoil .sp_button:hover {
                box-shadow: inset 0 0 3px #ffd800;
            }

/****** spoiler end ******/

.snoska {
	margin-top:20px;
	font-size: 12px;
	border-top: 1px solid #d2d2d2;
	padding-top: 10px;
	font-style:italic;
}
.snoska p {
	font-size: 12px;
	padding: 0 0 5px 0;
}

hr {
	border-top: 1px solid #d2d2d2;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin: 10px 0 5px 0;
}
.primer_title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 0;
}
.primer_desc {
    border: 1px solid #d2d2d2;
    padding: 5px 10px 5px 10px;
    margin: 5px 0 15px 0;
    background: #ececec;
}
.primer_desc img {
    float: left;
    margin: 0 10px 10px 0;
}
.image_desc {
    float: left;
    margin: 0 10px 5px 0;
    padding: 0;
}
.primer_desc p {
    padding: 0;
    margin: 5px 0 5px 0;
}

.ol_orange {
    list-style-type: decimal;
    margin: 0 0 0 30px;
    padding: 0;
}
.ol_orange li {
    margin: 0 0 10px 0;
    text-align: left;
    color: #f98202;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.ol_orange li p, .ol_orange li div {
    color: #000;
    font-size: 14px;
    font-family: Arial;
}

.ol_orange_sk {
    list-style-type: upper-alpha;
    margin: 0 0 0 30px;
    padding: 0;
}
.ol_orange_sk li {
    margin: 0 0 10px 0;
    text-align: left;
    color: #3eaf00;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.ol_orange_sk li p, .ol_orange_sk li div {
    font-family: Arial;
    font-weight: normal;
    color: #000;
    font-size: 14px;
}
.vertical_banner {
    margin-top: 20px;
}
table.docs_version {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
table.docs_version td {
    padding: 0 0 10px 0;
    text-align: center;
}
table.docs_version th {
    text-align: left;
    font-weight: normal;
}
table.docs_version h2 {
    margin-top: 10px;
}
a.docs_version_b_open {
    color: #fff;
    padding: 5px 10px 5px 35px;
    margin: 1px 0 1px 0;
    display: inline-block;
   	background: #f98202 url(/images/icons/read_online.png) no-repeat 10px 5px;
}
a.docs_version_b_open:hover {
    color: #fff;
    background-color: #ff6c00;
}
a.docs_version_b_down {
    background: #0066a7;
    color: #fff;
    padding: 5px 10px 5px 35px;
    margin: 1px 0 1px 0;
    display: inline-block;
   	background: #0066a7 url(/images/icons/down_online.png) no-repeat 10px 5px;
}
a.docs_version_b_down:hover {
    color: #fff;
    background-color: #0083d6;
}

.solution_otrasl a {
    float: left;
    display: block;
    width: 380px;
    height: 120px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0 30px 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 0;
    opacity: 0.9;
}
.solution_otrasl a:hover {
    opacity: 1.0;
    
}
.solution_otrasl a span {
    display: block;
    margin: 20px 40px 0 0 ;
    padding: 5px 10px 5px 10px;
    color: #fff;
    background: rgba(249,130,2,1.0);
    box-shadow: 9px 9px 22px -11px #000000;
}
.solution_otrasl a span:hover {
}
.solution_otrasl a.s_corp {
    background-image: url(/images/solutions/s_corp.jpg);
}
.solution_otrasl a.s_bank {
    background-image: url(/images/solutions/s_bank.jpg);
}
.solution_otrasl a.s_edu {
    background-image: url(/images/solutions/s_edu.jpg);
}
.solution_otrasl a.s_game {
    background-image: url(/images/solutions/s_game.jpg);
}
.solution_otrasl a.s_soft {
    background-image: url(/images/solutions/s_soft.jpg);
}
.solution_otrasl a.s_izd {
    background-image: url(/images/solutions/s_izd.jpg);
}
.solution_otrasl a.s_s_imadeveloper {
    background-image: url(/images/solutions/s_imadeveloper.jpg);
}
.solution_otrasl a.s_s_starforcereaderandroid {
    background-image: url(/images/solutions/s_starforcereaderandroid.jpg);
}
.solution_otrasl a.s_s_starforcereaderios {
    background-image: url(/images/solutions/s_starforcereaderios.jpg);
}
.s_preview {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: top left;
    display: block;
    padding: 30px 0 0 30px;
}
.s_preview h1 {
    color: #fff;
    background: rgba(0,102,167,0.9);
    padding: 10px 15px 10px 15px;
    box-shadow: 9px 9px 22px -11px #000000;
}
.s_corp_full {
    background-image: url(/images/solutions/s_corp_full.jpg);
}
.s_banks_full {
    background-image: url(/images/solutions/s_banks_full.jpg);
}
.s_edu_full {
    background-image: url(/images/solutions/s_edu_full.jpg);
}
.s_games_full {
    background-image: url(/images/solutions/s_games_full.jpg);
}
.s_soft_full {
    background-image: url(/images/solutions/s_soft_full.jpg);
}
.s_izd_full {
    background-image: url(/images/solutions/s_izd_full.jpg);
}
.s_imadeveloper_full {
    background-image: url(/images/solutions/s_imadeveloper_full.jpg);
}
.s_starforcereaderandroid_full {
    background-image: url(/images/solutions/s_starforcereaderandroid_full.jpg);

}
.s_starforcereaderwindows_full {
    background-image: url(/images/solutions/s_starforcereaderwindows_full.jpg);
}
.s_starforcereaderios_full {
    background-image: url(/images/solutions/s_starforcereaderios_full.jpg);
}
.s_starforcereadermacos_full {
    background-image: url(/images/solutions/s_starforcereadermacos_full.jpg);
}
.s_videoprotectionny_full {
    background-image: url(/images/solutions/s_videoprotectionny_full.jpg);
}
.s_discsale_full {
    background-image: url(/images/solutions/s_discsale_full.png);
}
.s_usbflash_full {
    background-image: url(/images/solutions/s_usbflash_full.svg);
}
.s_drm-activation_full {
    background-image: url(/images/solutions/s_drm-activation_full.svg);
}
.s_combined-bindings_full {
    background-image: url(/images/solutions/s_combined-bindings_full.svg);
}
.s_corporate_full {
    background-image: url(/images/solutions/s_corporate_full.svg);
}
.s_software_full {
    background-image: url(/images/solutions/s_software_full.svg);
}
.s_sourcecode_full {
    background-image: url(/images/solutions/s_sourcecode_full.svg);
}
.s_education_full {
    background-image: url(/images/solutions/s_education_full.svg);
}
.s_video_full {
    background-image: url(/images/solutions/s_video_full.svg);
}
.s_opticaldisc_full {
    background-image: url(/images/solutions/s_opticaldisc_full.svg);
}
.s_edocuments_full {
    background-image: url(/images/solutions/s_edocuments_full.svg);
}
.s_licensing_full {
    background-image: url(/images/solutions/s_licensing_full.svg);
}
.s_atm_full {
    background-image: url(/images/solutions/s_atm_full.svg);
}
.s_custom_full {
    background-image: url(/images/solutions/s_custom_full.svg);
}
.s_solutions_full {
    background-image: url(/images/solutions/s_solutions_full.svg);
}
.s_products_full {
    background-image: url(/images/solutions/s_products_full.svg);
}
.s_partner_full {
    background-image: url(/images/solutions/s_partner_full.svg);
}
.s_profile_full {
    background-image: url(/images/solutions/s_profile_full.svg);
}
@media screen and (max-width: 1340px) {
    #buttonUp {
        display:none !important;
    }
}

/* End */



/* Start:/bitrix/templates/starforce2017/template_styles.css*/
/* 
Creation and development of Evgeny Brazhnikov
All rights reserved Evgeny Brazhnikov
E-mail: webmaster@good2look.ru
*/
/* End */
/* /bitrix/templates/starforce2017/components/sf/menu/top_menu/style.css */
/* /bitrix/templates/starforce2017/components/sf/menu/footer_menu/style.css */
/* /bitrix/templates/starforce2017/styles.css */
/* /bitrix/templates/starforce2017/template_styles.css */
