html { height:100%; margin: 0; padding: 0;}
    
    ul, ol, li, form, fieldset, a, img, div { margin: 0; padding: 0; border: 0; }
    
    ul {list-style: insidebar;}
    ol {list-style: insidebar;}

    ul li {list-style: none; list-style: outsidebar none;list-style-type:none;}
    ol li {list-style: decimal insidebar; }
    
    ol {padding: 10px 0;}
    ol li {margin: 0 0 20px 0;}

    body {height:100%; position: relative; margin: 0; background: url(../img/main_bg.png); }
    body, td, a { margin: 0px; padding: 0px; color: #5d5d5d; font: 13px Arial;}
    a {text-decoration: none; color: #1b64a4;}
    a:hover {text-decoration: none;}
	a:active { color: #1b64a4;}
	a:visited { color: #1b64a4;}
    
    h1 {font: 700 30px/38px 'PT Sans'; color: #3d3d3d; margin: 0 0 15px 0px; padding: 0;}
    h2 {font: 700 22px 'PT Sans'; color: #3d3d3d; margin: 0 0 10px 0; padding: 0;}
    h3 {font: 400 20px 'PT Sans'; color: #1b64a4; margin: 0 0 10px 0; padding: 0;}
    h4 {font: 700 18px 'PT Sans'; color: #3d3d3d; margin: 0 0 15px 0; padding: 0;}
    h5 {font: bold 14px Arial; color: #5d5d5d; margin: 0 0 15px 0; padding: 0;}


    table {border-collapse: collapse; border-spacing: 0;}

    p {margin: 0 0 15px 0;}

    .center_box {width: 980px; margin: 0 auto;}

    .main {min-height: 100%; position: relative; position: relative; background: url(../img/top_bg.png) center 0 no-repeat;}

    .main_page .page_content {padding-bottom: 190px;}

  /* top block */
  
	header {position: relative; z-index: 2; width: 980px; margin: 0 auto;}
	header > .wrapper {padding: 25px 0 0 0;}
	header > .wrapper > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	
	header .phone_list {position: absolute; right: 0; top: 0; padding: 30px 0 28px 0; /*min-width: 770px;*/}
	
	
	
	header .phone_list > * {float: left;}
	header .phone_list ul {margin: 3px 0 0 50px; display: block;}
	/*header .phone_list:hover ul {display: block;}*/
	header .phone_list li {float: left; width: 130px;}
	header .phone_list li:first-child {width: 215px;}
	header .phone_list li > * {display: block;}

	header .phone_list li span {font-size: 11px; margin: 0 0 6px 0; color: #939393;}
	header .phone_list li b {font-size: 13px;}
	header .phone_list li:first-child span {margin: 0 0 3px 0;}
	header .phone_list li:first-child b {font-size: 20px;}

	header .contacts_btn {float: right;}
	
	header .contacts_btn * {width: 40px; height: 40px; display: inline-block !important; zoom: 1; @display: inline !important;}
	header .contacts_btn a {background: url(../img/contacts_btn.png) 0 0 no-repeat;}
	header .contacts_btn a span {background: url(../img/ico_contacts.png) 0 0 no-repeat;}
	header .contacts_btn a .phone {background-position: 15px 13px;}
	header .contacts_btn a .skype {background-position: -22px 11px;}
	
	header .phone_list:hover a .phone,
	header .contacts_btn:hover a .phone {background-position: 15px -25px;}
	header .phone_list:hover a .skype,
	header .contacts_btn:hover a .skype {background-position: -22px -27px;}
	
	
	header nav {width: 100%; position: relative; margin: 25px 0 20px 0;}
	header nav > ul {float: left; width: 800px; height: 40px; background: url(../img/mm_bg.png) top repeat-x; -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; border-top-left-radius: 2px; border-bottom-left-radius: 2px;}
	header nav > ul > li {width: 152px; float: left; text-align: center;}
	header nav > ul > li > a {position: relative; margin: 3px 0 0; text-shadow: -1px 0 1px rgba(33, 82, 124, 0.75); display: inline-block !important; zoom: 1; @display: inline !important;}

	header nav > ul > li > a > span {height: 37px; font: 700 18px/35px 'PT Sans'; color: #fff; display: inline-block !important; zoom: 1; @display: inline !important;}
	
	header nav > ul > li.select > a > span,
	header nav > ul > li a:hover > span {color: #6f6f6f; text-shadow: none; background: url(../img/mm_item_hover.png) 0 0 no-repeat;}

	@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
		header nav > ul > li.select > a > span,
		header nav > ul > li a:hover > span {color: #6f6f6f; text-shadow: none; background: url(../img/mm_item_hover@2x.png) 0 0 no-repeat;
  		-webkit-background-size: 109px 74px;
		-moz-background-size: 109px 74px;
		-o-background-size: 109px 74px;
		background-size: 109px 74px;}
	}


	header nav > ul > li > a .b_l,
	header nav > ul > li > a .b_r {width: 25px; position: absolute; top: 0;}
	
	header nav > ul > li.select > a .b_l,
	header nav > ul > li > a:hover .b_l {left: -25px; background-position: left top;}
	
	header nav > ul > li.select > a .b_r,
	header nav > ul > li > a:hover .b_r {right: -25px; background-position: right top;}
	
	header nav > ul > li.select > a .text,
	header nav > ul > li > a:hover .text {background: url(../img/mm_item_hover.png) bottom repeat-x;}

	@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
		header nav > ul > li.select > a .text,
		header nav > ul > li > a:hover .text {background: url(../img/mm_item_hover@2x.png) bottom repeat-x;
		-webkit-background-size: 109px 74px;
		-moz-background-size: 109px 74px;
		-o-background-size: 109px 74px;
		background-size: 109px 74px;
		}
	}

	
	header nav .sub_nav {display: none; position: absolute; text-align: left; background: #f6f6f6 url(../img/sub_nuv_bg.png) bottom repeat-x; -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4); box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4); -webkit-border-radius: 3px; -webkit-border-top-left-radius: 0; -moz-border-radius: 3px; -moz-border-radius-topleft: 0; border-radius: 3px; border-top-left-radius: 0;}
	header nav .sub_nav > * {float: left;}
	
	header nav .sub_nav .sepor {width: 2px; margin-right: -2px; background: #f6f6f6 url(../img/sub_nuv_col_sepor.png) bottom repeat-y;}
	
	header nav .sub_nav ul {padding: 20px 25px; min-width: 78px;}
	header nav .sub_nav ul li {margin: 8px 0 0 0;}
	header nav .sub_nav ul li:first-child {margin: 0;}
	header nav .sub_nav ul li a {font: 400 14px 'PT Sans';}
	header nav .sub_nav ul li a:hover {color: #ef6421;}

	header nav .sub_nav ul li span {font: 700 14px 'PT Sans';}
	
	header nav .consultant_btn {display: block; position: absolute; top: 0; right: 0; width: 220px; height: 40px; text-align: center; border-left: 1px solid #cce0f0; background: url(../img/mm_bg.png) -40px repeat-x; -webkit-border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px;}
	header nav .consultant_btn span {padding: 11px 0 0 0; font: 700 18px/18px 'PT Sans'; color: #fff; text-shadow: -1px 0 1px #6d8f3b; border-bottom: 1px dashed #fff; display: inline-block !important; zoom: 1; @display: inline !important;}
	header nav .consultant_btn:hover span {border: none;}
	header nav .consultant_btn.off {background-position: 0 -80px;}
	header nav .consultant_btn.off span{text-shadow: -1px 0 1px #575757;}

	header nav .consultant_btn1 {display: block; position: absolute; top: 0; right: 0; width: 220px; height: 40px; text-align: center; border-left: 1px solid #cce0f0; background: url(../img/mm_bg.png) -40px repeat-x; -webkit-border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px;}
	header nav .consultant_btn1 span {padding: 11px 0 0 0; font: 700 18px/18px 'PT Sans'; color: #fff; text-shadow: -1px 0 1px #6d8f3b; border-bottom: 1px dashed #fff; display: inline-block !important; zoom: 1; @display: inline !important;}
	header nav .consultant_btn1:hover span {border: none;}
	header nav .consultant_btn1.off {background-position: 0 -80px;}
	header nav .consultant_btn1.off span{text-shadow: -1px 0 1px #575757;}
	
  /* content structure */	
	
	.page_content {width: 980px; margin: 0 auto; padding: 0 0 200px 0; position: relative; z-index: 1;}
	.page_content > .wrapper {position: relative;}
	
	.page_content > .wrapper > aside {float: left; width: 225px;}
	.page_content > .wrapper > section {float: right; width: 730px;}
	
	.page_content .content_box {font-size: 13px; line-height: 18px; background: url(../img/content_box_bt_bg.png) #fff bottom repeat-x; -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
	.page_content .content_box > .wrapper {padding: 20px 24px;} 

	.page_content section .content_box .chain_menu {min-height: 43px; border-bottom: 1px solid #fff; background: url(../img/chain_menu_bg.png) #f5f5f5 bottom repeat-x; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px;}
	.page_content section .content_box .chain_menu .wrapper {padding: 15px 25px 10px 25px;}
	.page_content section .content_box .chain_menu .wrapper > * {font: 11px Arial; display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.page_content section .content_box .chain_menu a {color: #1e70b8;}
	.page_content section .content_box .chain_menu a:hover {text-decoration: underline;}
	.page_content section .content_box .chain_menu span {color: #666;}
	.page_content section .content_box .chain_menu .sepor {width: 4px; height: 14px;  margin: 0 15px; background: url(../img/chain_menu_sepor.png) 0 center no-repeat;}

	.page_content .content_box h1 {margin: 0; padding: 15px 25px; background: #e8f0f4;}
	
	.content_box p {font-size: 13px; margin: 0 0 20px 0;}
	
	.page_content .content_box ol {margin: 0 0 0 20px;}
	
	
	.full_page .content_box > .wrapper {padding: 40px 125px 0 125px;}
	
	
	
  /* left sidebar */
	
	.promo_menu_left {}
	.promo_menu_left a {display: block; width: 224px; height: 94px; margin: 0 0 8px 0; background: url(../img/promo_menu_left.png) left bottom no-repeat;}
	.promo_menu_left a span {display: block; padding: 30px 0 0 28px; color: #5d5d5d;}
	.promo_menu_left a span span {padding: 0 0 0 55px; font: 400 14px/19px 'PT Sans';}
	
	.promo_menu_left a .select_server {background: url(../img/ico_select_server.png) 0 0 no-repeat;}
	.promo_menu_left a .consultation {background: url(../img/ico_consultation.png) 0 0 no-repeat;}
	.promo_menu_left a .demotest {background: url(../img/ico_demotest.png) 0 0 no-repeat;}
	
	.promo_menu_left a:hover {background-position: right bottom;}
	.promo_menu_left a.blue {background-position: left top;}
	.promo_menu_left a.blue:hover {background-position: right top;}
	
	
	
	.left_accordion_nav li {background: #ebebeb; border-bottom: 1px solid #dcdbdc; border-top: 1px solid #fff;}
	.left_accordion_nav li a {display: block; color: #217bbf; padding: 8px 30px;}
	.left_accordion_nav li a:hover {color: #ef6421;}
	.left_accordion_nav li.open_child > a {background: url(../img/left_prod_nav_arrow_down.png) 17px 14px no-repeat;}
	.left_accordion_nav li.open_child > a.open {background: url(../img/left_prod_nav_arrow_top.png) 17px 14px no-repeat;}
	
	
	.left_accordion_nav ul ul {display: none;}
	.left_accordion_nav ul.lvl_2 {margin: 0 0 -1px 0;}
	.left_accordion_nav ul.lvl_2 li {background: #f8f8f8; padding-left:10px;}
	
	
	.left_accordion_nav ul.lvl_3 li {border: none; background: #fff;}
	/*.left_accordion_nav ul.lvl_3 li a {background: none;}*/
	.left_accordion_nav ul.lvl_3 li {padding-left:10px;}
	.left_accordion_nav ul.lvl_4 li {padding-left:10px;}
	
	.left_accordion_nav ul.lvl_4 li.select,
	.left_accordion_nav ul.lvl_4 li:hover,
	.left_accordion_nav ul.lvl_3 li.select,
	.left_accordion_nav ul.lvl_3 li:hover {background: #686e74;}
	.left_accordion_nav ul.lvl_4 li.select a,
	
	.left_accordion_nav ul.lvl_4 li:hover a,
	.left_accordion_nav ul.lvl_3 li.select a,
	.left_accordion_nav ul.lvl_3 li:hover a {color: #fff;}
	
	.left_accordion_nav ul.lvl_3 li.open_child:hover {background: #fff;}
	.left_accordion_nav ul.lvl_3 li.open_child:hover > a {color: #217bbf;}
	.left_accordion_nav ul.lvl_3 li.open_child > a:hover {color: #ef6421;}
	
	.left_accordion_nav ul.lvl_4 li {background: #e8f0f4;}
	.left_accordion_nav ul.lvl_4 li a {color: #217bbf !important;}
	.left_accordion_nav ul.lvl_4 li.select a,
	.left_accordion_nav ul.lvl_4 li:hover a {color: #fff !important;}
	
	
	
	
	
	
	.left_nav {margin: 0 0 30px 0; background: #ebebeb; overflow: hidden; -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
	.left_nav li {border-bottom: 1px solid #dcdbdc; border-top: 1px solid #fff;} 
	.left_nav li a {display: block; padding: 8px 15px 8px 30px;}
	.left_nav li a.select,
	.left_nav li a:hover {color: #ef6421;}
	
	.left_nav li:first-child {border-top: none;}
	
	.left_nav li span {display: block; font: bold 14px Arial; padding: 10px 15px 10px 30px; color: #3d3d3d;}
	
	
  /* page content */
	
	
	
	.standart_content table {margin: 20px 0 0 0;}
	.standart_content table th {padding: 0 0 15px 0;}
	.standart_content table td {padding: 5px 20px 5px 0; vertical-align: top;}
	
	.standart_content ul {margin: 0 0 20px 0;}
	.standart_content ul li {margin: 0 0 15px 0;}
	
	
	.standart_content img {max-width: 100%;}
	
	
	
	.page_img_list img {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	
	.event_reg_btn_box {margin: 0 0 20px 0; color: #3d3d3d;}
	.event_reg_btn_box > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.event_reg_btn_box .blue_btn {margin: 0 0 0 60px;}
	
	.blueheader {
         display: block;
  	 color: #1e70b8;
 	 font-weight: bold;
 	 margin-bottom: 7px;
	 }

       table.vm tr {
	 margin-bottom: 7px;
	}
	
	.contacts_list {}
	.contacts_list * {font: 15px/24px Arial;}
	.contacts_list li {margin: 0 0 8px 0;}
	.contacts_list b {font-weight: bold;}
	
	.page_descr {font: 15px/20px Arial; padding: 0 0 10px 0;}
	.page_descr p {font: 15px/20px Arial;}
	
	.tov_item_card {padding: 0 0 10px 0;}
	.tov_item_card .photo_box {float: left; text-align: center; width: 275px; height: 250px; border: 1px solid #e1e1e1; background: #fff; -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4); box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
	.tov_item_card .photo_box > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.tov_item_card .photo_box > span {width: 1px; height: 250px;}
	.tov_item_card .r_col {float: right; width: 380px;}
	
	.tov_item_card .thumb_list {margin: 0 0 20px 0;}
	.tov_item_card .thumb_list * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.tov_item_card .thumb_list a {width: 105px; height: 105px; margin: 0 0 0 26px; text-align: center; border: 1px solid #e1e1e1; background: #fff; -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	.tov_item_card .thumb_list a:first-child {margin: 0;}
	.tov_item_card .thumb_list a span {width: 1px; height: 105px;}
	
	.tov_item_card .price_box {margin: 0 0 22px 0; background: #f8f8f8;}
	.tov_item_card .price_box .wrapper {padding: 10px 0 10px 22px;}
	.tov_item_card .price_box .wrapper > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.tov_item_card .price_box .price {width: 145px; font: 700 24px 'PT Sans'; color: #3d3d3d;}
	.tov_item_card .price_box .price span {font-size: 30px;}
	.tov_item_card .price_box .notes {width: 200px; font-size: 11px; line-height: 13px; color: #8b8b8b;}
	
	.tov_item_card .order_box > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.tov_item_card .order_box .more {width: 150px; margin: 0 0 0 15px;}
	
	
	.b-data, .param_list {margin: 0 0 10px 0;}
	.b-data td , .param_list td {padding: 10px; vertical-align: top;}
	.b-data tr td:first-child, .param_list tr td:first-child {width: 200px; font-weight: bold;}

	.activity_list {margin: 0 0 50px 0;}
	.activity_list td {padding: 10px; vertical-align: top;}
	.activity_list tr td:first-child {width: 125px; font-weight: bold;}
	
	.schedule_list {margin: 0 0 50px 0;}
	.schedule_list td {padding: 10px; vertical-align: top; font: 13px/24px Arial;}
	.schedule_list tr td:first-child {width: 150px; font-weight: bold; text-align: center;}
	
	
	.b-data .even,
	.b-data tr:nth-child(even) td, 
	.coloriz tr:nth-child(even) td,
	.coloriz .even {background: #f8f8f8;}
	
	.coloriz_odd tr:nth-child(odd) td,
	.coloriz_odd .odd {background: #f8f8f8;}


	.b-data-emc, .param_list {margin: 0 0 10px 0;}
	.b-data-emc td , .param_list td {padding: 10px; vertical-align: top;}
	.b-data-emc tr td:first-child, .param_list tr td:first-child {width: 200px; font-weight: bold;}  
	.b-data-emc th {text-align: left;}      

	.b-data-emc .even,
	.b-data-emc tr:nth-child(even) td, 
	.coloriz tr:nth-child(even) td,
	.coloriz .even {background: #f8f8f8;}
	
         b-data2, .param_list {margin: 0 0 10px 0;}
	.b-data2 td , .param_list td {padding: 10px 10px 10px 0; vertical-align: top;}
	.b-data2 tr td:first-child, .param_list tr td:first-child {width: 200px; }

        .b-data2 .even,
	.b-data2 tr:nth-child(even) td, 
	.coloriz tr:nth-child(even) td,
	.coloriz .even {background: #fff;} 	


	  b-data3, .param_list {margin: 0 0 10px 0;}
	.b-data3 td , .param_list td {padding: 10px 1px 10px 0; vertical-align: top;}


        .b-data3 .even,
	.b-data3 tr:nth-child(even) td, 
        .coloriz tr:nth-child(even) td,
	.coloriz .even {background: #fff;} 

	.feedback_box {background: url(../img/feedback_box_bg.png) #e8f0f4 0 bottom repeat-x; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
	.feedback_box .wrapper {padding: 20px 25px 35px 25px;}
	
	.page_content .feedback_box h1 {padding: 10px 0 25px 0; background: none;}
	
	.full_page .feedback_box .wrapper {padding: 20px 165px 35px 165px;}
	.full_page .form_box > div {margin: 0 0 15px 0;}
	
	.box_cols_2 {margin: 0 0 10px 0;}
	.box_cols_2 > div {width: 310px; margin: 0 0 0 40px; display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.box_cols_2 > div:first-child {margin: 0;}
	
	.box_cols_3 {margin: 0 0 20px 0;}
	.box_cols_3 > * {width: 200px; margin: 0 0 0 35px; display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.box_cols_3 > *:first-child {margin: 0;}
	.box_cols_3 p {font: 13px/18px Arial;}
	.box_cols_3 h4 {color: #1e70b8; margin: 0 0 10px 0;}
	
	.box_cols_3 h4 a {font: 700 18px 'PT Sans';}
	
        .mrgnBtmMD { padding-top: 20px; }	

	.service_center_list {margin: 30px 0 80px 0; width: 100%;}
	.service_center_list th {padding: 15px 0; text-align: center; font: 13px Arial; background: #e8f0f4; text-align: left;}
	.service_center_list td {height: 30px; padding: 10px 0; vertical-align: top;}
	.service_center_list .even td {background: #f8f8f8;}
	
	.service_center_list tr th:first-child,
	.service_center_list tr td:first-child {width: 50px; text-align: center;}
	.service_center_list tr td:first-child {font-weight: bold;}
	
	
	/* about */
	
	.about .work_year {}
	.about .work_year > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.about .work_year .year {width: 250px; font: 700 70px 'PT Sans'; color: #1f75bb;}
	.about .work_year .text {width: 410px; font: 700 22px/28px 'PT Sans'; color: #3d3d3d; margin: 10px 0 0 0; padding-left: 10px;}
	
	.about h2 {font-size: 22px; color: #3d3d3d;}
	
	.services_list .avatar {text-align: left; height: 115px; display: block;}
	.services_list .avatar > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;} 
	.services_list .avatar span {width: 1px; height: 115px;}

	.activities_list > div {border-top: 2px solid #1f75bb; padding: 10px 0 0 0;}
	.activities_list p {font: 15px/20px Arial;}
	
	.addresses {padding: 20px 0 20px 25px !important;}
	
	.addresses .item_row {margin: 0 0 40px 0;}
	.addresses .item_row .item {width: 215px; margin: 0 0 0 25px; font: 13px/18px Arial; display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.addresses .item_row .item:first-child {margin: 0;}
	
	.addresses .item h4 {color: #1e70b8; margin: 0 0 10px 0;}
	.addresses .item .avatar {margin: 0 0 20px 0;}
	.addresses .item ul {margin: 0 0 15px 0;}

    .company_list {overflow: hidden; width: 730px;}
    .company_list .wrapper {
        padding: 5px 10px 0 10px;
        width: 680px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-top-color: #e1e1e1;
        border-top-width: 1px;
        border-top-style: solid;
    }
    .company_list .item {float: left; margin: 0 40px 30px 0; width: 194px; min-height: 114px; text-align: center; background: url(../img/company_list_item_bg.png) 0 0 no-repeat;position: relative;}
    .company_list .item > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;max-width: 100%; max-height: 100%;position: absolute;z-index: 1;margin: auto;
top: 0; right: 0; bottom: 0; left: 0;}
    .company_list .item span {width: 1px; height: 114px;}
    .company_list .item h4 {color: #1e70b8; display: block !important; text-align: left; margin: 15px 0 0 0;}
    .company_list .wrapper .partner{
        width: 659px;
        height: 108px;
        display: block;
        margin-bottom: 45px;
   	 background-image: url(../img/company_list_item_bg_.png);
   	 padding: 10px;
  	  padding: 10px;
 	   margin: 18px;
    }
    .company_list .wrapper .partner-description{
        width : 480px;
        display: inline-block;
        padding: 10px;
    }
    .company_list .wrapper .partner-description .partner-caption{
        font-weight: bold;
        margin: 0 0 5px 0;
    }
    .company_list .wrapper .partner-description .partner-text{
        max-height: 54px;
        overflow: hidden;
    }
    .company_list .wrapper .partner-logo{
        width: 150px;
        float: right;
        display: inline-block;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 108px;
    }
    .company_list .wrapper .partner-logo img{
        max-width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }

    /* configurator */

	.configurator .brand_list {width: 110%;}
	.configurator .brand_list a {width: 152px; height: 72px; margin-left: 10px; background: url(../img/config_brand_btn.png) 0 0 no-repeat; display: inline-block !important; zoom: 1; @display: inline !important;}
	.configurator .brand_list a:first-child {margin-left: 0;} 
	.configurator .brand_list a:hover {background-position: 0 -72px;}
	.configurator .brand_list a.select {background-position: 0 -144px;}
	.configurator .brand_list a span {display: block; width: 152px; height: 72px;}
	.configurator .brand_list a:hover span,
	.configurator .brand_list a.select span {background-position: left bottom !important;}

	.configurator .brand_list a span.logo_1 {background: url(../img/config_brand_1.png) 0 0 no-repeat;}
	
	.configurator .tov_info > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.configurator .tov_info h2 {font: bold 16px Arial;}
	.configurator .tov_info .descr ul {width: 500px;}
	.configurator .tov_info .descr li {font: 12px/18px Arial; margin-bottom: 5px; padding-left: 20px; background: url(../img/bul_2.png) 0 7px no-repeat;}
	
	.configurator .tov_info .photo_box {width: 365px; padding-top: 5px; margin-right: 10px;}
	.configurator .tov_info .photo_box .big_photo {margin: 0 0 25px -5px;}
	.configurator .tov_info .photo_box .thumb_list {padding: 0 0 0 5px;}
	.configurator .tov_info .photo_box .thumb_list a {margin-left: 50px;}
	.configurator .tov_info .photo_box .thumb_list a:first-child {margin-left: 0;}
	
	.configurator .param_box {margin: 0 0 25px 0;}
	.configurator .param_btn_box {marginoverflow: hidden; border: 1px solid #e0dfe0; display: inline-block !important; zoom: 1; @display: inline !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	.configurator .param_btn_box a {min-width: 68px; height: 40px; border-left: 1px solid #e0dfe0; margin-left: -4px; text-align: center; font: 700 16px/42px 'PT Sans'; color: #1e72b9; display: inline-block !important; zoom: 1; @display: inline !important; background: url(../img/config_param_btn_bg.png) 0 0 repeat-x;}
	.configurator .param_btn_box a:first-child {border-left: none; margin-left: 0;}
	.configurator .param_btn_box a:hover {background-position: left bottom;}
	.configurator .param_btn_box a.select {color: #23282b; background: #fff; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
	
	.configurator .total_box {font: 700 16px 'PT Sans'; color: #23282b; margin-bottom: 50px; background: #e8f0f4; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
	.configurator .total_box .wrapper {padding: 30px;}
	.configurator .total_box .wrapper > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.configurator .total_box .price_box {float: right; margin-top: -8px;}
	.configurator .total_box .price_box .total_price {font-size: 38px; margin-left: 25px;}
	.configurator .total_box .blue_btn {margin-right: 120px;}
	.configurator .total_box .blue_btn .text {font-size: 18px;}
	
	.configurator .total_box .select_box {margin: 0 0 0 20px;}
	
	.configurator .total_box .price_box > *,
	.configurator .total_box .warranty_box > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	
	.configurator .param_list {width: 100%;}
	.configurator .param_list tr {background: url(../img/hr_shadow.png) top repeat-x;}
	.configurator .param_list tr.last {background: url(../img/hr_shadow_2.png) top repeat-x;}
	.configurator .param_list td {vertical-align: top; padding: 30px 0;}
	.configurator .param_list td.title {width: 365px; font: bold 16px Arial;}
	.configurator .param_list td.title .ico_box {width: 85px;}
	.configurator .param_list td.title > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.configurator .param_list td.price {width: 95px; padding-left: 20px; background: transparent;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A000000,endColorstr=#0A000000)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A000000,endColorstr=#0A000000);   /* IE6 & 7 */      zoom: 1; background-color: rgba(0, 0, 0, 0.04);}
	.configurator .param_list .el_list li {height: 15px; margin-top: 20px; font: bold 12px Arial;}
	.configurator .param_list .el_list li:first-child {margin: 0;}
	
	.configurator .param_list .el_list li .select_box {position: relative;}
	.configurator .param_list .el_list li .select_box > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.configurator .param_list .el_list li .select_box label {cursor: default; margin: 0 0 0 30px;}
	.configurator .param_list .el_list li .select_box .delete_btn {position: absolute; top: 10px; left: -23px; display: block; width: 10px; height: 10px; background: url(../img/config_delete_btn.png) 0 0 no-repeat;}
	
	.configurator .param_list .tabs_box {min-height: 100px; margin: 0;}
	.configurator .param_list .tabs_box .tabs li {padding: 0 30px; margin: 0 3px 0 0;}
	.configurator .param_list .tabs_box .tabs li a {font: bold 12px Arial;}
	
	.configurator.simple .param_box {margin-bottom: 60px;}
	.configurator.simple .param_btn_box a {min-width: 80px; font-size: 18px; line-height: 43px;}
	
	.configurator.simple .total_box {margin: 30px 0; background: url(../img/hr_shadow.png) #e8f0f4 top repeat-x;}
	.configurator.simple .total_box .wrapper {padding: 25px 0 25px 150px;}
	.configurator.simple .total_box .price_box {float: none; margin: 0;}
	.configurator.simple .total_box .blue_btn {margin: 0 0 0 100px;}
	.configurator.simple .total_box a {font: 12px 'PT Sans'; color: #1e72b9;}
	
	.configurator.simple .config_box {position: relative;}

	.configurator.simple .config_box .left_col,
	.configurator.simple .config_box .right_col {position: absolute; top: -10px;}
	.configurator.simple .config_box .left_col {left: 0;}
	.configurator.simple .config_box .right_col {right: 0;}
	
	.configurator.simple .config_btn {position: relative; z-index: 5; width: 112px; height: 102px; text-align: center; background: url(../img/config_btn.png) 0 0 no-repeat; display: inline-block !important; zoom: 1; @display: inline !important;}
	.configurator.simple .config_btn * {display: block; margin: 0 auto;}
	.configurator.simple .config_btn span {margin-top: 10px; color: #1e72b9; font: bold 18px 'PT Sans';}
	
	.configurator.simple .config_btn_box {width: 112px; margin-bottom: 30px; }
	.configurator.simple .config_btn_box ul {width: 104px; position: relative; z-index: 1; margin: -3px auto 0 auto; padding: 10px 0 7px 0; background: #eee;}
	.configurator.simple .config_btn_box ul li {margin-top: 8px; text-align: center; color: #000; font: bold 12px 'PT Sans';} 
	.configurator.simple .config_btn_box ul li:first-child {margin-top: 0;}

	.configurator.simple .photo_box {text-align: center;}
	.configurator.simple .photo_box * {display: inline-block !important; zoom: 1; @display: inline !important;}
	.configurator.simple .photo_box .big_photo_box {width: 100%; min-height: 305px; margin: 0 0 50px 0;}
	.configurator.simple .photo_box .thumb_list a {width: 310px; margin: 0 32px; border: 1px solid #dddbdd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	.configurator.simple .photo_box .thumb_list a * {vertical-align: middle;}
	.configurator.simple .photo_box .thumb_list a span {width: 1px; height: 115px;} 
	.configurator.simple .photo_box .thumb_list a img {max-height: 85px;}
	
	
	.configurator .popup_box {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 8888; background-color: rgba(0, 0, 0, 0.1);}
	.configurator .popup_box .content {/*visibility: hidden;*/ position: absolute; overflow: hidden; width: 595px; /*margin: 10% auto 0 auto;*/ border: 1px solid #8f8f8f; background: url(../img/gradient_1.png) #fff bottom repeat-x; -webkit-box-shadow: 1px 1px 40px 2px rgba(0, 0, 0, 0.35); box-shadow: 1px 1px 40px 2px rgba(0, 0, 0, 0.35); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	.configurator .popup_box .content > .wrapper {padding: 20px 33px 40px 33px;}
	.configurator .popup_box .title {}
	.configurator .popup_box .title > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.configurator .popup_box .title h1 {margin: 0 20px 0 0;}
	.configurator .popup_box .title span {font: 12px 'PT Sans';}
	
	.configurator .popup_box {display: none;}
	.configurator .popup_box .param_box {width: 560px; overflow: hidden; margin: 0 !important;}
	.configurator .popup_box .param_box > .wrapper {padding: 0; width: 600px;}
	.configurator .popup_box .param_box .param_btn_box {float: left; margin: 25px 40px 0 0;}
	.configurator .popup_box .param_box .param_btn_box a {width: 100px; color: #000;}
	
	.configurator .popup_box .tabs_box {min-height: 205px; margin: 15px 0 20px 0;}
	.configurator .popup_box .tabs_box .tabs {margin: 0;}
	.configurator .popup_box .tabs_box .box {padding: 30px 20px 45px 20px; border: 1px solid #e7e7e7; border-top: none;}
	.configurator .popup_box .tabs_box .tabs li.current {background: #fff; border-left: 1px solid #e7e7e7; border-bottom: 1px solid #fff;}
	
	.configurator .popup_box .tabs_box .tabs li a {font: bold 18px/40px 'PT Sans'; color: #23282b;}
	.configurator .popup_box .tabs_box .tabs li:hover a {color: #5d5d5d;}
	.configurator .popup_box .tabs_box .tabs li.disabled a {color: #ababab;}
	

	.configurator #select_hdd .tabs_box .box {padding: 30px 10px 20px 20px;}
	.configurator #select_hdd .hdd_list {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.configurator #select_hdd .hdd_list li > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.configurator #select_hdd .hdd_list li {margin: 0 0 13px 0;}
	.configurator #select_hdd .hdd_list li.title {font: bold 14px Arial;}
	.configurator #select_hdd .content {width: 750px;}
	.configurator #select_hdd .select_box {margin: 0;}
	.configurator #select_hdd input[type="radio"] {margin-right: 10px;}
	.configurator #select_hdd label {font: bold 12px Arial;}
	.configurator #select_hdd .sata label {width: 215px;}
	.configurator #select_hdd .help_btn {margin: -2px 0 0 5px;}
	
	.configurator #select_ps .content {width: 450px;}
	.configurator #select_ps .content .param_box {text-align: center;}
	
	
	.configurator #select_options .content {width: 755px;}
	.configurator #select_options .content .wrapper {padding: 20px 35px 30px 35px;}
	
	.configurator #select_options .l_col {float: left; width: 395px;}
	.configurator #select_options .r_col {float: right; width: 270px;}
	.configurator #select_options .border_box {margin-bottom: 20px; border: 1px solid #dfdfdf; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	.configurator #select_options .border_box .wrapper {padding: 15px;}
	
	.configurator #select_options .border_box:first-child {height: 170px;}
	
	.configurator #select_options .ex_list li > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.configurator #select_options .ex_list li {margin: 0 0 9px 0}
	
	.configurator #select_options .os_list li > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.configurator #select_options .os_list li {margin: 0 0 13px 0}
	.configurator #select_options .os_list input[type="radio"] {margin-right: 11px;}

	.configurator #select_options .checked_box label {margin: -2px 0 0 7px;}
	.configurator #select_options .checked_box {margin-top: 5px;}
	.configurator #select_options .select_box {margin-top: -3px; float: right;}

	
         
     /* history */    
	
	.history_list {}
	.history_list article {cursor: pointer; margin-bottom: 10px; border: 1px solid #e1e1e1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: rgb(255,255,255); /* Old browsers */ background: -moz-linear-gradient(top,  rgba(255,255,255,1) 56%, rgba(244,244,244,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(244,244,244,1) 100%); /* IE10+ */ background: linear-gradient(to bottom,  rgba(255,255,255,1) 56%,rgba(244,244,244,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */}
	.history_list article .wrapper {height: 57px; min-height: 57px; overflow: hidden; margin: 13px 15px 12px 15px;}
        .history_list article .fa {height: 32px; min-height: 32px; overflow: hidden; margin: 13px 15px 12px 15px;}
	.history_list article time {width: 55px; font: 14px 'PT Sans'; color: #3366cc; padding-left: 13px; background: url(../img/blue_arrow.png) 0 5px no-repeat; display: inline-block !important; zoom: 1; @display: inline !important;  vertical-align: top;}
	.history_list article .text_box {width: 570px; display: inline-block !important; zoom: 1; @display: inline !important;  vertical-align: top;}
	.history_list article .title {color: #5d5d5d; font: bold 14px/18px 'PT Sans'; margin-bottom: 5px;}
	.history_list article p {margin: 15px 0 0 0; font: 14px/18px 'PT Sans';}
	.history_list article p:first-child {margin: 0;}
	.history_list article.open,
	.history_list article:hover {border: 1px solid #93b7ff;}
	.history_list article.open .wrapper {height: auto;}
	.history_list article.open time {background: url(../img/left_prod_nav_arrow_down.png) 0 7px no-repeat;}	
	
  /* elements */	
	
	.help_btn {width: 13px; height: 13px; background: url(../img/ico_help.png) 0 bottom no-repeat; display: inline-block !important; zoom: 1; @display: inline !important;}
	
	.gray_bt_type {height: 30px; font: bold 13px/30px Arial; padding: 0 13px; background: #ebebeb; display: inline-block !important; zoom: 1; @display: inline !important; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	
	.file_list {padding: 10px 0 0 0;}
	.file_list li {margin: 0 0 13px 0;}
	
	.file_pdf {height: 32px; font: bold 15px/32px Arial; padding: 0 0 0 50px; background: url(../img/ico_pdf.png) 0 0 no-repeat; display: inline-block !important; zoom: 1; @display: inline !important;}
	
	.page_paginator {margin: 50px 0 0 0; padding: 20px; border-top: 1px solid #dfdfdf;}
	.page_paginator a {display: block; font: bold 14px/40px Arial;}
	.page_paginator a span {width: 37px; height: 40px; background: url(../img/info_carusel_nav.png) 0 0 no-repeat; display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.page_paginator a.prev {float: left;}
	.page_paginator a.next {float: right;}
	.page_paginator a.prev span {margin-right: 15px; background-position: left top;}
	.page_paginator a.next span {margin-left: 15px; background-position: right top;}
	
	
	.reviews_list {}
	.reviews_list .item {}
	.reviews_list .item .user_info {text-align: right;}
	.reviews_list .item .user_info > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.reviews_list .item .user_info p {font: 12px/18px Arial; width: 210px; margin: 0 20px 0 0; text-align: right;}
	.reviews_list .item .user_info img {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);}
	
	.reviews_list .item .text_box {width: 683px; margin: 0 0 15px 0;}
	.reviews_list .item .text_box p {padding: 0 30px; margin: 0; font: italic 15px/22px Arial; background: url(../img/reviews_list_text_box_bg.png) 0 13px repeat-y;}
	.reviews_list .item .text_box .bt {height: 40px; background: url(../img/reviews_list_text_box_border.png) 0 top no-repeat;}
	.reviews_list .item .text_box .bb {height: 60px; background: url(../img/reviews_list_text_box_border.png) 0 bottom no-repeat;}
	
	.list_type_1 li {padding: 0 0 0 30px; font: bold 13px/24px Arial; background: url(../img/bul_1.png) 0 13px no-repeat;}
	.list_type_2 li {padding: 0 0 0 30px; margin: 0 0 7px 0; font: 13px/18px Arial; background: url(../img/bul_1.png) 0 9px no-repeat;}
	
	
	.blue_content_box {background: #e8f0f4;}
	.blue_content_box .wrapper {padding: 15px 25px 0 25px;}
	.blue_content_box p {font: 15px/22px Arial;}
	.blue_content_box .br_top {height: 6px; background: url(../img/blue_content_box_border.png) 0 top repeat-x;} 
	.blue_content_box .br_bt {height: 6px; background: url(../img/blue_content_box_border.png) 0 bottom repeat-x;}
	
	.blue_btn {position: relative; margin: 0 25px 0 20px;}
	.blue_btn > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.blue_btn .b_l,
	.blue_btn .b_r {position: absolute; top: 0; height: 37px; background: url(../img/blue_btn.png) 0 0 no-repeat;}
	.blue_btn .b_l {width: 20px; left: -14px; top:1px; background-position: top left;}
	.blue_btn .b_r {width: 25px; right: -19px; top:1px; background-position: top right;}
	.blue_btn .text {padding: 0 10px 0 5px; height: 37px; text-align: center; font: 700 16px/37px 'PT Sans'; color: #fff; text-shadow: -1px 0 1px #124a7c; background: url(../img/blue_btn.png) 0 bottom repeat-x;}
	
	
	.gray_btn_135x33 {text-transform: uppercase; cursor: pointer; width: 135px; height: 33px; text-align: center; font: 700 14px/37px 'PT Sans'; border: none; color: #fff; text-shadow: 0 -1px 1px #000; background: url(../img/gray_btn_135x33.png) 0 0 no-repeat; display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}

	
	.page_nav {}
	.page_nav > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.page_nav li {margin: 0 30px 0 0;}
	.page_nav li.select {background: #ebebeb; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	.page_nav li a {padding: 0 10px; height: 30px; line-height: 30px;}
	
	hr {display: block; height: 1px; border: none; border-top: 1px solid #e2e1e2; margin: 25px 0; background: #fff;}
	hr.shadow {display: block; height: 6px; border: none; margin: 25px -25px; background: url(../img/hr_shadow.png) 0 0 repeat-x;}
	
	.promo_menu {position: relative; z-index: 555; float: right; width: 224px; height: 283px; background: url(../img/promo_menu2.png) 0 0 no-repeat;}
	.promo_menu > a {display: block; height: 81px; margin: 2px 0 0 0;}
	.promo_menu > a:first-child {margin: 0;margin-top: 35px;}
	
	.promo_menu > a.n1:hover {background: url(../img/promo_menu2.png) 0 -318px no-repeat;}
	.promo_menu > a.n1:hover span, .promo_menu > a.n2:hover span, .promo_menu > a.n3:hover span {color: #ff742e;}
	.promo_menu > a.n2:hover {background: url(../img/promo_menu2.png) 0 -401px no-repeat;}
	.promo_menu > a.n3:hover {background: url(../img/promo_menu2.png) 0 -484px no-repeat;}
	
	.promo_menu a span {display: block; padding: 25px 0 0 18px; color: #3b3b3b;}
	.promo_menu a span span {padding: 0 0 0 55px; font: 100 16px/19px 'PT Sans';}
	
	.promo_menu a .select_server {background: url(../img/icon_servers_1.png) 0 0 no-repeat;line-height: 38px;background-size: 49px;}
	.promo_menu a:hover .select_server  {background: url(../img/icon_servers_1_a.png) 0 0 no-repeat;line-height: 38px;background-size: 49px;}
	.promo_menu a .consultation {background: url(../img/icon_servers_2.png) 0 0 no-repeat;background-size: 49px;}
	.promo_menu a:hover .consultation  {background: url(../img/icon_servers_2_a.png) 0 0 no-repeat;background-size: 49px;}
	.promo_menu a .demotest {background: url(../img/icon_servers_3.png) 0 0 no-repeat;line-height: 38px;background-size: 49px;}
	.promo_menu a:hover .demotest  {background: url(../img/icon_servers_3_a.png) 0 0 no-repeat;line-height: 38px;background-size: 49px;}
	
	.promo_menu a:hover span {color: #2d77b0;}
	.promo_menu .title {color: #fff;font: 900 18px/33px 'PT Sans'; width: 100%; text-align: center;}
	
	
	.part_nav {position: relative; width: 983px; height: 133px; background: url(../img/part_nav_bg.png) 0 0 no-repeat;}
	.part_nav .wrapper {padding: 6px 0 0 0;}
	
	.part_nav a {position: relative; width: 193px; margin: 0 0 0 2px; height: 84px; font: 400 14px 'PT Sans'; color: #fff; display: block; float: left; text-shadow: 0 -1px 1px #000;}
	.part_nav a:first-child {margin: 0;}

	.part_nav a > span {position: relative; z-index: 10; display: block; width: 100%; height: 84px;}
	
	.part_nav a .hfill {position: absolute; top: 0; left: 0; z-index: 1; display: none; /*height: 0;*/}
	.part_nav a .hfill span {display: block; width: 100%; height: 1px; background: url(../img/part_nav_decor.png) 0 0 no-repeat;}
	
	.part_nav a.fbg_orange {width: 197px;}
	.part_nav a.fbg_green {width: 195px;}
	.part_nav a.fbg_purple {width: 196px;}
	
	.part_nav a.fbg_blue   .hfill {background: #1e70b8;}
	.part_nav a.fbg_orange .hfill {background: #ff7532;}
	.part_nav a.fbg_lblue  .hfill {background: #a4c2d6;}
	.part_nav a.fbg_green  .hfill {background: #96bc4a;}
	.part_nav a.fbg_purple .hfill {background: #8f3e63;}

	.part_nav a .ico_box {}
	.part_nav a .ico_box span {position: absolute; left: 25px; bottom: 18px; line-height: 16px;}
	
	.part_nav a .ico_box.po:hover span {color: #433e44; text-shadow: none;}
	
	.part_nav a .ico_box.server {background: url(../img/part_nav_item.png) 85px 1px no-repeat;}
	.part_nav a .ico_box.storage {background: url(../img/part_nav_item.png) 97px -114px no-repeat;}
	.part_nav a .ico_box.po {background: url(../img/part_nav_item.png) 95px -233px no-repeat;}
	.part_nav a .ico_box.networking {background: url(../img/part_nav_item.png) 95px -363px no-repeat;}
	.part_nav a .ico_box.cod {background: url(../img/part_nav_item.png) 93px -494px no-repeat;}
	
	.part_nav a.select .ico_box.server {background: url(../img/part_nav_item.png) -114px 1px no-repeat;}
	.part_nav a.select .ico_box.storage {background: url(../img/part_nav_item.png) -103px -113px no-repeat;}
	.part_nav a.select .ico_box.po {background: url(../img/part_nav_item.png) -105px -233px no-repeat;}
	.part_nav a.select .ico_box.networking {background: url(../img/part_nav_item.png) -105px -363px no-repeat;}
	.part_nav a.select .ico_box.cod {background: url(../img/part_nav_item.png) -107px -494px no-repeat;}
	
	/*
	.part_nav a .ico_box.server span {bottom: 30px;}
	.part_nav a .ico_box.storage span,
	.part_nav a .ico_box.cod span {bottom: 10px;}
	*/
	
	.balloon_list {width: 990px;}
	.balloon_list .balloon_box {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.balloon_list .balloon_box {margin: 0 0 0 15px;}
	.balloon_list .balloon_box:first-child {margin: 0 0 0 -3px;}

	.balloon_box {position: relative; width: 233px; height: 135px; line-height: 18px; background: url(../img/balloon.png) 0 0 no-repeat;} 
	.balloon_box .wrapper {padding: 12px 12px 0 12px;}
	.balloon_box .author {position: absolute; bottom: 0; right: 20px;}
	
	.balloon_list a:hover {color: #ef6421;}
	
	
	.tabs_box {margin: 40px auto 0 auto; min-height: 400px;}
	.tabs_box .tabs {position: relative; height: 41px; margin: 0 0 20px 0; border-bottom: 1px solid #e7e7e7;} 
	.tabs_box .tabs li {cursor: pointer; height: 40px; padding: 0 25px; margin: 0 1px 0 0; line-height: 40px; display: block; float: left; border-top: 1px solid #e8f0f4; background: #e8f0f4; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px;} 
	.tabs_box .tabs li a {font: 400 15px/40px 'PT Sans'; text-decoration: none; color: #225887;}
	.tabs_box .tabs li.current {border-top: 1px solid #e7e7e7; background: url(../img/tabs_current_bg.png) bottom repeat-x;} 
	
	.tabs_box .tabs li:hover a,
	.tabs_box .tabs li.current a {color: #5d5d5d;}
	
	.tabs_box .box {display: none; color: #5d5d5d; font-size: 12px;}
	.tabs_box .box.visible {display: block}
	
	
	.note_box {margin: 40px 0; background: #f8f8f8;}
	.note_box .wrapper {padding: 40px;} 
	.note_box b {font-size: 14px;}
	.note_box p {font-style: italic;} 
	
  /* footer */
	
	footer {position: relative; z-index: 999; width: 1176px; height: 150px; margin: -150px auto 0 auto; background: url(../img/footer_bg.png) 0 0 no-repeat;}
	footer > .wrapper {padding: 35px 100px 0 100px;}
	
	footer > .wrapper > * {display: block; float: left;}

	footer a:hover {color: #ef6421;}
	
	footer nav {width: 190px;}
	footer nav li a {font-size: 12px; line-height: 24px;}
	
	footer .phone_list {width: 300px; margin-top: -1px;}
	footer .phone_list li > * {line-height: 24px; display: inline-block !important; zoom: 1; @display: inline !important;}
	footer .phone_list span {font-size: 11px; width: 105px;}
	footer .phone_list a {font: bold 12px Arial;}
	
	footer .soc_btn {margin: 3px 0 9px 0;}
	footer .soc_btn a {margin: 0 0 0 35px; background: url(../img/ico_soc.png) 0 0 no-repeat; display: inline-block !important; zoom: 1; @display: inline !important;} 	
	footer .soc_btn a:first-child {margin: 0;}
	footer .soc_btn .vk {width: 12px; height: 15px; background-position: -13px 0;}
	footer .soc_btn .fb {width: 12px; height: 16px; background-position: 0 0;}
	footer .soc_btn .tw {width: 17px; height: 14px; background-position: -25px 0;}
	
	footer .soc_btn .vk:hover {background-position: -13px -15px;}
	footer .soc_btn .fb:hover {background-position: 0 -16px;}
	footer .soc_btn .tw:hover {background-position: -25px -14px;}
	
	footer .creater {font-size: 10px; margin-bottom: 5px;}
	
	footer .search_box {width: 219px; height: 35px; margin: -4px 0 20px 0; background: url(../img/search_box.png) 0 0 no-repeat;}
	footer .search_box.select,
	footer .search_box:hover {background-position: left bottom;}
	footer .search_box input {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	footer .search_box input[type="text"] {width: 175px; height: 35px; margin: 0 0 0 15px; font: 12px arial; color: #5d5d5d; border: none; background: none;}
	footer .search_box input[type="submit"] {width: 12px; height: 12px; border: none; background: url(../img/ico_search.png) 0 0 no-repeat;}
	
	footer .copyright {position: relative; margin: 0 0 0 5px; text-shadow: 1px 1px 1px #fff;}
	footer .copyright > a {color: #5d5d5d; font: normal 12px Arial;}
	
	
	/* popup info box */
	
	
	footer .popup_info_box {display: none; position: absolute; right: 17px; bottom: 30px; z-index: 55555; width: 920px; margin-top: -30px; border: 1px solid #bdbdbe; border-bottom: 1px solid #bababa; background: url(../img/gradient_1.png) #fafafa bottom repeat-x; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 1px 1px 40px 2px rgba(0, 0, 0, 0.35); box-shadow: 1px 1px 40px 2px rgba(0, 0, 0, 0.35);}
	footer .popup_info_box > .wrapper {padding: 40px 50px; border: 1px solid #fafafa; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	footer .popup_info_box h4 {font-size: 16px; color: #1f72b9; margin-bottom: 10px;}
	footer .popup_info_box p {font-size: 12px; line-height: 18px; color: #5d5d5d; margin-bottom: 20px;}
	footer .popup_info_box .entry {font: 16px/24px Arial; margin-bottom: 30px;}
	footer .popup_info_box .entry b {color: #1f72b9;}
	footer .popup_info_box .partners_list {margin-bottom: 25px;}
	footer .popup_info_box .partners_list li {font-size: 16px; margin-right: 40px; display: inline-block !important; zoom: 1; @display: inline !important;}
	footer .popup_info_box .arrow {position: absolute; right: 110px; bottom: -14px; width: 26px; height: 15px; background: url(../img/popup_arrow.png) 0 0 no-repeat;}
	footer .popup_info_box .blue_list {width: 390px; margin-left: 15px;}
	footer .popup_info_box .blue_list.fright {width: 360px;}
	footer .popup_info_box .blue_list li {color: #1f72b9; margin-bottom: 10px; list-style: disc outside none; font-size: 16px;}
	footer .popup_info_box .blue_list li span {color: #5d5d5d; font: 12px/18px Arial; margin-bottom: 12px;}
	
	
  /* forms */
	
	*:focus {outline: none;}
	
	input {margin: 0;}
	
	.form_box textarea,
	.form_box input[type="password"],
	.form_box input[type="text"] {width: 300px;resize: none; padding: 10px; border: 1px solid #d3dade; border-top: 1px solid #a1a1a1; font: 12px Arial; color: #5d5d5d; background: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 0px 1px 0 0px rgba(0, 0, 0, 0.2); box-shadow: inset 0px 1px 0 0px rgba(0, 0, 0, 0.2); }
	
	.form_box > div {margin: 0 0 22px 0;}
	.form_box textarea {height: 100px; width: 300px;}
	
	.form_box input[type="checkbox"] {float: left; margin: 3px 8px 0 0;}
	.form_box label {font-size: 12px; display:block; width: 200px; float:left;}
	
	
	
  /* plugin */
	
	/* accordion box */
	
	.accordion_box {margin: 0 0 35px 0; -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; overflow: hidden;}
	.accordion_box h3, .accordion_box p {height: 36px; font: 700 14px/15px 'PT Sans'; color: #fff; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);}
	.accordion_box h3 span, .accordion_box p span {width: 195px; padding: 1px 0 0 0; display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	
	
	.accordion_box h3.blue, .accordion_box p.blue {background: #1e70b8;}
	.accordion_box h3.orange, .accordion_box p.orange {background: #ff7532;}
	.accordion_box h3.lblue, .accordion_box p.lblue {background: #a4c2d6;}
	.accordion_box h3.green, .accordion_box p.green {background: #96bc4a;}
	.accordion_box h3.purple, .accordion_box p.purple {background: #8f3e63;}
	
	
	.ui-accordion .ui-accordion-header .ui-icon {width: 20px; height: 36px; margin: 0; padding: 0; left: 0; top: 0; background: none !important; position: relative !important;}
	.ui-accordion .ui-accordion-header {border: none; margin-top: 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
	.ui-accordion .ui-accordion-content {padding: 0; margin: 0; top: 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
	
	/* slideJS */
	
	
	.slider_box {position: relative; margin: 0 0 20px 0;}
	.slider_box .decor {position: absolute; z-index: 400; top: 127px; left: -16px; width: 100px; height: 118px; background: url(../img/promo_slider_js.png) 0 0 no-repeat; display:none;}
	
	.slider_box .show_promo_text {position: absolute; z-index: 700; top: 144px; left: 28px; width: 350px; font: 400 30px/32px 'PT Sans'; color: #fff; text-shadow: 0 -1px 1px #0e4677; display:none !important;}
	 
	.slider_box .promo_text {display: none;}
	
	.slider_box .slide {z-index: auto !important;}
	.slider_box .slide img {-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
	#slides {height: 280px; overflow: hidden; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4); box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);}
	
	#slides .slidesPrevious,
	#slides .slidesNext {display: none;}
	
	/* jcarusel */
	
	.jcarousel-prev {background: url(../img/info_carusel_nav.png) left top no-repeat;}
	.jcarousel-next {background: url(../img/info_carusel_nav.png) right top no-repeat;}	
	.jcarousel-prev:hover {background-position: left bottom;}
	.jcarousel-next:hover {background-position: right bottom;}	
	
	.jcarousel-next,
	.jcarousel-prev {width: 37px; height: 40px; cursor: pointer;}
	
	
	.info_carusel_box {position: relative; width: 477px; height: 143px; overflow: hidden; background: url(../img/info_slider_box.png) center top no-repeat;}
	.info_carusel_box .wrapper {padding: 10px 15px 0 20px;}
	.info_carusel_box * {-moz-user-select: none; -khtml-user-select: none; user-select: none; }
	.info_carusel_box .jcarousel-container {width: 440px;}
	.info_carusel_box .jcarousel-clip {width: 440px; height: 80px; margin: 0 auto; overflow: hidden;}
	.info_carusel_box .jcarousel-item {position: relative; width: 440px; height: 80px;} 

	.info_carusel_box .jcarousel-next,
	.info_carusel_box .jcarousel-prev {position: absolute; top: -40px;}
	
	.info_carusel_box .jcarousel-prev {right: 34px;}
	.info_carusel_box .jcarousel-next {right: -6px;}	
	
	.info_carusel_box li {height: 95px;}
	
	.info_carusel_box .thumb_box {width: 95px; float: left;}
	.info_carusel_box .thumb_box img {-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
	.info_carusel_box .date {margin: 0 0 5px 0; font-weight: bold;}
	.info_carusel_box p {line-height: 17px;}
	
	
	
	.tov_carusel_box {position: relative; width: 100%; height: 250px; margin: 30px 0 0 0; overflow: hidden; background: url(../img/tov_carusel_box_bg.png) #fff bottom repeat-x; -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
	.tov_carusel_box .wrapper {padding: 10px 15px 0 20px;}
	.tov_carusel_box * {-moz-user-select: none; -khtml-user-select: none; user-select: none; }
	.tov_carusel_box .jcarousel-container {width: 100%;}
	.tov_carusel_box .jcarousel-clip {width: 695px; height: 200px; margin: 0 auto; overflow: hidden;}
	.tov_carusel_box .jcarousel-item {position: relative; width: 235px; height: 200px;} 

	.tov_carusel_box .jcarousel-next,
	.tov_carusel_box .jcarousel-prev {position: absolute; bottom: 5px;}
	
	.tov_carusel_box .jcarousel-prev {left: 0;}
	.tov_carusel_box .jcarousel-next {right: 0;}	
	
	.tov_carusel_box h4 {text-align: center; margin: 0 0 5px;}
	
	.tov_carusel_box .jcarousel-item > a {display: block; height: 200px; background: url(../img/tov_carusel_sepor.png) right bottom no-repeat;}
	.tov_carusel_box .jcarousel-item > a > * {display: block; text-align: center;}
	.tov_carusel_box .thumb_box {height: 130px;}
	.tov_carusel_box .thumb_box > * {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	.tov_carusel_box .thumb_box > span {width: 1px; height: 130px;}
	.tov_carusel_box .title {margin: 10px 0 0 0; font-size: 14px; font-weight: bold; color: #217bbf;}
	
	
        .rkblock { margin-top: -20px;}
        ul.dot   { padding-left: 15px;}
        ul.dot li {list-style-type: disc; margin-bottom: 7px;}
        	
	
	/* fancybox */	
	
	.fancybox-skin {background: #fff;}
	
	
	#consultation {font-size: 12px; background: #e8f0f4; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	#consultation .wrapper {padding: 25px 45px;}
	#consultation h2 {font-size: 24px; color: #3d3d3d; margin-bottom: 20px;}
	
	
	.fancybox-type-inline .fancybox-close {top: -21px;width: 50px; height: 43px; background: url(../img/fb_close_btn.png) 0 0 no-repeat;}
	
	
	
	
	.balloon_box .slides { position: relative;}
	.balloon_box .slides li {position: absolute; top: 0;}
	
	
	.select_box {height: 27px;}
	
	.radio_box label {cursor: pointer; margin: -1px 0 0 20px; display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}
	.checked_box label {cursor: pointer; margin: -3px 0 0 15px; font: 12px Arial; display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;}
	
	
	/* runner */
	
	.ui-widget-content.ui-slider {height: 13px; border: none; background: url(../img/runner_bg.png) left top repeat-x;}
	.ui-slider .ui-slider-handle {cursor: pointer; top: 1px; width: 45px; height: 27px; text-align: center; margin-left: -23px; padding-top: 31px; font: bold 12px Arial; color: #5d5d5d; border: none; background: url(../img/runner_handle.png) center 0 no-repeat;}
	

        .list {
	clear: both;
	width:auto;
	margin: 20px 0 0 21px;
	padding: 0px 0 0px 0;
	display: inline-block;
	}

	.list:after {
	content: '';
	display: block;
	clear: both;
	}

	.list > li {
	position:relative;
	float:left;
	margin:0 0 0 10px;
	}

	.list.view3 > li {
	/* width:219px; */
	height:290px;
	}

	.list .tim-block {
	float: left;
	margin-right: 50px;
	margin-bottom: 40px;
	padding-left: 1px;
	}

	.list li .timname {
	margin-top: 10px;
	position:relative;
	text-align: center;
	}	


/* Data */
.sectionContainer {
	clear: both; width: 100%; padding-top: .3em;
}

.sectionBorder {
	float: left; width: 100%;
}

.sectionTitlePadding {
	padding: .8em 0 0 0;
	border-bottom:1px solid #777777;
}

.lineitemContainer {
	clear: both; width: 100%; margin: 0;
}

.lineitemRow {
	float: left; width: 100%;
	border-bottom: 1px solid #EAEAEA;
}

.lineitemRowShaded {
	float: left; width: 100%; background-color: #f4f4f4;
}

.lineitemRowLabel {
	float: left; width: 29%; padding: .3em 0 .3em 2px;
}

.ColumnLabels {
	float: left; width: 100%; padding: .3em 0 .3em 0;
}

.ColumnValue {
	float: left; width: 200px; padding: 1px; text-align: center;
}

.featureColumnValue {
	float: left; 
	width: 150px; 
	padding: 1px; 
	text-align: left;
	/*font-weight: bold;*/

}

.benefitColumnValue {
	float: left;
	width: 500px;
	padding: 1px;
	text-align: left;
}

.familylineitemContainer {
	clear: both; width: 100%; margin: 0;
}

.familyBlueHeader{
	font-size: 13px; 
	font-weight: bold; color: #ffffff; 
	background: #336699;
}

.familysectionBorder {
	float: left; border: 0px solid #ccc; width: 100%;
}

.familyfeatureColumn{
	float: left; 
	width: 200px; 
	margin:0; 
	padding:0;
}

.familybenefitColumn{
	float: left; 
	width: 400px; 
	margin:0; 
	padding:0;
}
.lineitemColumnValue {
	float: left; width: 150px; padding: 3px; text-align: center;
}

.lineitemRowValue {
	float: left; width: 69%; padding: .3em 0 .3em 0;
}

/* PQ 2009Dec10, 2 styles for PAC Attributes */
.lineitemRowPACLabelInd {
	float: left; width: 25%; padding: .3em 0 .3em 10%;
}

.lineitemRowPACAtt {
	float: left; width: 23%; padding: .3em 0 .3em 0; text-align: left;
}

#docHead {
	width: 100%; font-weight: bold;
}
	
#docHead #headTitle{
	font-size:	13px;
	font-weight: bold;
	width: 69%;
	padding: 2px 0 2px 2px;
}
.itemTitle {
	float: left; width: 69%; padding: 2px 0 2px 2px;
}
.itemTitle_wide {
	float: left; width: 69%; padding: 2px 0 2px 2px;
}
.itemType {
	float: left; width: 14%; text-align: center; padding: 2px 0 2px 2px;
}
.itemSize {
	float: left; width: 14%; text-align: center; padding: 2px 0 2px 2px;
}
.whitebold {
	font-size:16px;
	font-weight:bold;
	color:white;
}
.whitesmall{
	color:white;
	font-size:11px;
}
.whitesmall,.remove{
	color:white;
	font-size:11px;
}
/* End Data */	


.dots  {
    padding-left: 25px;
}

.dots li {
     list-style-type: disc; 
     padding-bottom: 5px;
     margin-bottom: 0;
}
 
.number > li {
      margin-bottom: 7px;
}

.orph  {position: relative; z-index: 999; width: 1176px; height: 80px; margin: 5px auto 0 auto; display:none; }
	
  /* support class style */	
	
	.clr_black {color: #000 !important;}
	.clr_dgray {color: #3d3d3d !important;}
	.clr_gray {color: #939393 !important;}
	.clr_gray_2{color: #858585 !important;}
	.clr_green {color: #84b040 !important;}
	
	
	
	.clr_blue {color: #217bbf !important;}
	
	.clr_dark {color: #282828 !important;}
	
	.disp_none {display: none;}
	
	.border_gray {border: 1px solid #d3cacc;}
	
	
	.blue_bg {background: #e8f0f4 !important;}
	.no_bg {background: none !important;}
	
	.clear {clear: both; float: none !important;}
	.clear_left {clear: left;}
	.fleft {float: left !important;}
	.fright {float: right !important;}
	
	.inlblock {display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: top;}

	.relative {position: relative;}
	.zi_100 {z-index: 100;}
	
	.pos_right {text-align: right;}
	.pos_center {text-align: center;}
	.pos_left {text-align: left;}
	.pos_justify {text-align: justify;}
	
	.zi_1 {z-index: 1;}
	.zi_2 {z-index: 2;}
	.zi_3 {z-index: 3;}
	.zi_4 {z-index: 4;}
	
	.lh11 {line-height: 11px !important;}
	.lh20 {line-height: 20px !important;}
	.lh28 {line-height: 28px !important;}
	
	.f11 {font-size: 11px !important;}
	.f14 {font-size: 14px !important;}
	.f15 {font-size: 15px !important; line-height: 20px !important;}
	.f16 {font-size: 16px !important;}
	.f18 {font-size: 18px !important;}
	.f22 {font-size: 22px !important;}
	.f24 {font-size: 24px !important;}
	
	.h55 {height: 55px !important;}
	
	.w100p {width: 100% !important;}
	
	.w30 {width: 30px !important;}
	.w35 {width: 35px !important;}
	.w50 {width: 50px !important;}
	.w55 {width: 55px !important;}
	.w60 {width: 60px !important;}
	.w65 {width: 65px !important;}
	.w75 {width: 75px !important;}
	.w80 {width: 80px !important;}
	.w90 {width: 90px !important;}
	.w95 {width: 95px !important;}
	.w100 {width: 100px !important;}
	.w110 {width: 110px !important;}
	.w115 {width: 115px !important;}
	.w120 {width: 120px !important;}
	.w125 {width: 125px !important;}
	.w130 {width: 130px !important;}
	.w140 {width: 140px !important;}
	.w150 {width: 150px !important;}
	.w180 {width: 180px !important;}
	.w190 {width: 190px !important;}
	.w210 {width: 210px !important;}
	.w220 {width: 220px !important;}
	.w240 {width: 240px !important;}
	.w260 {width: 260px !important;}
	.w270 {width: 270px !important;}
	.w300 {width: 300px !important;}
	.w370 {width: 370px !important;}
	.w430 {width: 430px !important;}
	.w450 {width: 450px !important;}
	.w480 {width: 480px !important;}
	
	
	.pt10 {padding-top: 10px !important;}
	
	.pl10 {padding-left: 10px !important;}
	.pl15 {padding-left: 15px !important;}
	
	.pr10 {padding-right: 10px !important;}
	.pr20 {padding-right: 20px;}
	
	.pb0 {padding-bottom: 0px !important;}
	.pb10 {padding-bottom: 10px !important;}
	
	.mb0 {margin-bottom: 0px !important;}
	.mb5 {margin-bottom: 5px !important;}
	.mb10 {margin-bottom: 10px !important;}
	.mb15 {margin-bottom: 15px !important;}
	.mb20 {margin-bottom: 20px !important;}
	.mb25 {margin-bottom: 25px !important;}
	.mb30 {margin-bottom: 30px !important;}
	.mb35 {margin-bottom: 35px !important;}
	.mb40 {margin-bottom: 40px !important;}
	.mb45 {margin-bottom: 45px !important;}
	.mb65 {margin-bottom: 65px !important;}
	.mb105 {margin-bottom: 105px !important;}
	
	.mt0 {margin-top: 0px !important;}
	.mt5 {margin-top: 5px !important;}
	.mt7 {margin-top: 7px !important;}
	.mt10 {margin-top: 10px !important;}
	.mt13 {margin-top: 13px !important;}
	.mt15 {margin-top: 15px !important;}
	.mt20 {margin-top: 20px !important;}
	.mt25 {margin-top: 25px !important;}		
	.mt30 {margin-top: 30px !important;}
	.mt35 {margin-top: 35px !important;}
	.mt40 {margin-top: 40px !important;}
	.mt45 {margin-top: 45px !important;}
	.mt50 {margin-top: 50px !important;}
	.mt55 {margin-top: 55px !important;}
	.mt68 {margin-top: 68px !important;}
	.mt80 {margin-top: 80px !important;}	
	
	.mr0 {margin-right: 0px !important;}
	.mr5 {margin-right: 5px !important;}
	.mr10 {margin-right: 10px !important;}
	.mr15 {margin-right: 15px !important;}
	.mr20 {margin-right: 20px !important;}
	.mr25 {margin-right: 25px !important;}
	.mr30 {margin-right: 30px !important;}
	.mr45 {margin-right: 45px !important;}
	.mr50 {margin-right: 50px !important;}
	
	
	.ml0 {margin-left: 0px !important;}
	.ml5 {margin-left: 5px !important;}
	.ml8 {margin-left: 8px !important;}
	.ml10 {margin-left: 10px !important;}
	.ml15 {margin-left: 15px !important;}
	.ml20 {margin-left: 20px !important;}
	.ml25 {margin-left: 25px !important;}	
	.ml30 {margin-left: 30px !important;}
	.ml35 {margin-left: 35px !important;}
	.ml40 {margin-left: 40px !important;}
	.ml50 {margin-left: 50px !important;}
	.ml55 {margin-left: 55px !important;}
	.ml60 {margin-left: 60px !important;}
	.ml65 {margin-left: 65px !important;}
	.ml80 {margin-left: 80px !important;}
	.ml95 {margin-left: 95px !important;}
	.ml185 {margin-left: 185px !important;}
	
	.mlm50 {margin-left: -50px !important;}
    span.sm {font: 400 17px 'PT Sans';margin:0; line-height: 3px !important;}

a.logo imf {width:191px; height:48px;}



.ss-form-container, .ss-resp-card {
  background-color: rgb(255,255,255);
}

.ss-footer, .ss-response-footer {
  background-color: rgb(255,255,255);
}

.ss-grid-row-odd {
  background-color: rgb(242,242,242);
}

.ss-form-container, .ss-resp-card {
  border-color: rgb(212,212,212);
}

.ss-form-title {
  text-align: left;
}

.ss-form-title[dir="rtl"] {
  text-align: right;
}

.ss-form-desc {
  text-align: left;
}

.ss-form-desc[dir="rtl"] {
  text-align: right;
}

.ss-header-image-container {
  height: 0;
}

.ss-item {
  font-size: 1.080rem;
}

.ss-choices {
  font-size: 1.000rem;
}


.ss-record-username-message {
  font-family: "Arial";
  color: rgb(119,119,119);
  font-weight: 400;
  font-size: 1.080rem;
  font-style: normal;
}

.ss-form-title {
  font-family: "Arial";
  color: rgb(80,80,80);
  font-weight: 400;
  font-size: 1.460rem;
  font-style: normal;
}

.ss-confirmation {
  font-family: "Arial";
  color: rgb(80,80,80);
  font-weight: 400;
  font-size: 2.460rem;
  font-style: normal;
}

.ss-page-title, .ss-section-title {
  font-family: "Arial";
  color: rgb(80,80,80);
  font-weight: 400;
  font-size: 1.845rem;
  font-style: normal;
}

.ss-form-desc, .ss-page-description, .ss-section-description {
  font-family: "Arial";
  color: rgb(140,140,140);
  font-weight: 400;
  font-size: 1.080rem;
  font-style: normal;
}

.ss-resp-content {
  font-family: "Arial";
  color: rgb(119,119,119);
  font-weight: 400;
  font-size: 1.080rem;
  font-style: normal;
}

.ss-q-title {
  font-family: "Arial";
  color: rgb(80,80,80);
  font-size: 12px;
  font-weight: bold;
}

.ss-embeddable-object-container .ss-q-title {
  font-family: "Arial";
  color: rgb(80,80,80);
  font-size: 12px;
  font-weight: bold;
}

.ss-q-help, .ss-q-time-hint {
  font-family: "Arial";
  color: rgb(140,140,140);
  font-weight: 400;
  font-size: 1.000rem;
  font-style: normal;
    display: none;
}

.ss-choice-label, .video-secondary-text, .ss-gridrow-leftlabel, .ss-gridnumber, .ss-scalenumber, .ss-leftlabel, .ss-rightlabel {
  font-family: "Arial";
  color: rgb(80,80,80);
  font-weight: 400;
  font-size: 11px;
  font-style: normal;
}

.error-message, .required-message {
  font-family: "Arial";
  color: rgb(196,59,29);
  font-weight: 400;
  font-size: 1.000rem;
  font-style: normal;
  display: none;    
}

.ss-required-asterisk {
  font-family: "Arial";
  color: rgb(196,59,29);
  font-weight: 400;
  font-size: 10px;
  font-style: normal;
     
}

.ss-send-email-receipt {
  font-family: "Arial";
  color: rgb(80,80,80);
  font-weight: 400;
  font-size: 1.000rem;
  font-style: normal;
}

.ss-password-warning {
  font-family: "Arial";
  color: rgb(119,119,119);
  font-weight: 400;
  font-size: 1.000rem;
  font-style: italic;
}

.disclaimer {
  font-family: "Arial";
  color: rgb(119,119,119);
  font-weight: 400;
  font-size: 0.850rem;
  font-style: normal;
}

.ss-footer-content {
  font-family: "Arial";
  color: rgb(80,80,80);
  font-weight: 400;
  font-size: 1.000rem;
  font-style: normal;
}

.progress-label {
  font-family: "Arial";
  color: rgb(140,140,140);
  font-weight: 400;
  font-size: 1.000rem;
  font-style: normal;
}

.ss-form-entry {
   margin: 15px 0 15px 0;
}

.ss-form-entry textarea {
    width: 400px;
}

.error, .required, .errorbox-bad {
  border-color: rgb(196,59,29);
}

.ss-choice-item {
 margin: 0;
 padding: 0;    
}


.jfk-progressBar-nonBlocking .progress-bar-thumb {
  background-color: rgb(140,140,140);
}

.lottery {
  text-align: center;        
}

.lottery p, .lottery a {
   font-size: 16px;  
  line-height: 20px;    
}

.lottery h3 {
  color: #1b6bb0 !important;
  font-size: 26px;  
}

 
.b-sitemap ul {margin-left:10px;}





/*---------------------slick slider------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*---------------------slick custom------------------------*/
.slick-list {

    width: 1010px;
    margin-left: -15px;
    margin-right: -15px;
}

.slick-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.slick-dots li.slick-active button {
  background-color: #00BFA5;
  opacity: 1;
}

.slick-dots li button {
  width: 19px;
  height: 19px;
  background: #fff;
  background-color: #fff;
  border-radius: 100%;
}

.slick-loading .slick-list {
  background: #fff url("/images/ajax-loader.gif") center center no-repeat;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 19px;
  height: 33px;
  font-size: 0;
  background: transparent;
  color: transparent;
  z-index: 10;
}

.slick-prev {
  left: 50px;
  background-image: url(/images/icon-arrow-prev.png);
}

.slick-next {
  right: 50px;
  background-image: url(/images/icon-arrow-next.png);
}

/*==============================INDEX==============================*/
.server-carousel {
  margin: 0 auto;
  width: 980px;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.2;
  margin-top: -12px;
}
.server-carousel .slide {
  text-align: center;
}
.server-carousel .item {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 422px;
  background-color: #FFF;
  /*background-image: -moz-linear-gradient(bottom, #EAEAEA 0%, #FFF 73%, #FAFAFA 100%);
  background-image: -o-linear-gradient(bottom, #EAEAEA 0%, #FFF 73%, #FAFAFA 100%);
  background-image: -webkit-linear-gradient(bottom, #EAEAEA 0%, #FFF 73%, #FAFAFA 100%);
  background-image: linear-gradient(to top, #EAEAEA 0%, #FFF 73%, #FAFAFA 100%);*/
  /*border: 1px solid #E1E1E1;*/
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
  background: #575f69;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), inset 0 0 2px #FFF;*/
-webkit-box-shadow: 1px 1px 0px 0px rgba(80,80,80,0.5);
-moz-box-shadow: 1px 1px 0px 0px rgba(80,80,80,0.5);
box-shadow: 1px 1px 0px 0px rgba(80,80,80,0.5);
}
.server-carousel .item-top {
  position: relative;
  background: #ffffff;
  height: 160px;
  padding: 15px 0;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-color: #E1E1E1;
    border-width: 1px;
    border-style: solid;
}
.server-carousel .item__name {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 30px;
  padding-right: 60px;
  color: #217BBF;
  font-size: 17px;
  text-decoration: none;
  text-align: left;
}
.server-carousel .item__label {
  position: absolute;
  top: 0;
  right: -1px;
  width: 75px;
  height: 95px;
  background-repeat: no-repeat;
  background-size: contain;
}
.server-carousel .item__label_green {
  background-image: url(/images/label-green.png);
}
.server-carousel .item__label_green_2 {
  background-image: url(/images/label-green2.png);
}
.server-carousel .item__label_orange {
  background-image: url(/images/label-orange.png);
}
.server-carousel .item__label_violet {
  background-image: url(/images/label-violet.png);
}
.server-carousel .item__image {
  position: absolute;
  width: 100%;
  bottom: 15px;
  text-align: center;
}
.server-carousel .item-content {
  padding: 20px 15px 20px 20px;
}
.server-carousel .item-stat__item {
  position: relative;
  /*margin-bottom: 12px;*/
  height:42px;
  padding-left: 40px;
  text-align: left;
  color: #FFF;
  font-size: 14px;
  line-height: 1.3;
}
.server-carousel .item-stat__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0px;
  height: 0px;
}
.server-carousel .item-stat__item_proc:before {
  left: 3px;
  width: 24px;
  height: 24px;
  margin-top: -17px;
  background-image: url(/images/icon-stat1.png);
}
.server-carousel .item-stat__item_ddr:before {
  width: 30px;
  height: 16px;
  margin-top: -18px;
  background-image: url(/images/icon-stat2.png);
}
.server-carousel .item-stat__item_hard:before {
  width: 30px;
  height: 22px;
  margin-top: -19px;
  background-image: url(/images/icon-stat3.png);
}
.server-carousel .item-stat__item_cul:before {
  width: 30px;
  height: 16px;
  margin-top: -20px;
  background-image: url(/images/icon-stat4.png);
}
.server-carousel .item__btn {
  position: absolute;
  bottom: 15px;
  display: inline-block;
  height: 35px;
  width: 170px;
  margin-left: -85px;
  left: 50%;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 35px;
  background-color: #FFF;
  background-image: -moz-linear-gradient(bottom, #1B6BB0 0%, #3991D9 100%);
  background-image: -o-linear-gradient(bottom, #1B6BB0 0%, #3991D9 100%);
  background-image: -webkit-linear-gradient(bottom, #1B6BB0 0%, #3991D9 100%);
  background-image: linear-gradient(to top, #1B6BB0 0%, #3991D9 100%);
  border: 1px solid #1E72BA;
  border-radius: 8px;
}
.server-carousel .item__btn:hover {
  background-image: -moz-linear-gradient(bottom, #3991D9 0%, #1B6BB0 100%);
  background-image: -o-linear-gradient(bottom, #3991D9 0%, #1B6BB0 100%);
  background-image: -webkit-linear-gradient(bottom, #3991D9 0%, #1B6BB0 100%);
  background-image: linear-gradient(to top, #3991D9 0%, #1B6BB0 100%);
}



.server-glav {
	margin: 0 auto;
	width: 980px;
	font-family: 'PT Sans', sans-serif;
	line-height: 1.2;
	margin-top: -12px;
}
.server-glav .slide-new {
	text-align: center;
	width: 252px;
	float: left;
	margin-bottom: 25px;
}
.server-glav .item-new {
	position: relative;
	display: inline-block;
	width: 220px;
	height: 422px;
	background-color: #FFF;
	/*background-image: -moz-linear-gradient(bottom, #EAEAEA 0%, #FFF 73%, #FAFAFA 100%);
    background-image: -o-linear-gradient(bottom, #EAEAEA 0%, #FFF 73%, #FAFAFA 100%);
    background-image: -webkit-linear-gradient(bottom, #EAEAEA 0%, #FFF 73%, #FAFAFA 100%);
    background-image: linear-gradient(to top, #EAEAEA 0%, #FFF 73%, #FAFAFA 100%);*/
	/*border: 1px solid #E1E1E1;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #575f69;
	/*box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), inset 0 0 2px #FFF;*/
	-webkit-box-shadow: 1px 1px 0px 0px rgba(80,80,80,0.5);
	-moz-box-shadow: 1px 1px 0px 0px rgba(80,80,80,0.5);
	box-shadow: 1px 1px 0px 0px rgba(80,80,80,0.5);
}
.server-glav .item-top-new {
	position: relative;
	background: #ffffff;
	height: 160px;
	padding: 15px 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-color: #E1E1E1;
	border-width: 1px;
	border-style: solid;
}
.server-glav .item__name-new {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 30px;
	padding-right: 60px;
	color: #217BBF;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
}
.server-glav .item__label-new {
	position: absolute;
	top: 0;
	right: -1px;
	width: 75px;
	height: 95px;
	background-repeat: no-repeat;
	background-size: contain;
}
.server-glav .item__label_green {
	background-image: url(/images/label-green.png);
}
.server-glav .item__label_green_2 {
	background-image: url(/images/label-green2.png);
}
.server-glav .item__label_orange {
	background-image: url(/images/label-orange.png);
}
.server-glav .item__label_violet {
	background-image: url(/images/label-violet.png);
}
.server-glav .item__image-new {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
}
.server-glav .item-content-new {
	padding: 20px 15px 20px 20px;
}
.server-glav .item-stat__item {
	position: relative;
	/*margin-bottom: 12px;*/
	height:42px;
	padding-left: 40px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	line-height: 1.3;
}
.server-glav .item-stat__item:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0px;
	height: 0px;
}
.server-glav .item-stat__item_proc:before {
	left: 3px;
	width: 24px;
	height: 24px;
	margin-top: -17px;
	background-image: url(/images/icon-stat1.png);
}
.server-glav .item-stat__item_ddr:before {
	width: 30px;
	height: 16px;
	margin-top: -18px;
	background-image: url(/images/icon-stat2.png);
}
.server-glav .item-stat__item_hard:before {
	width: 30px;
	height: 22px;
	margin-top: -19px;
	background-image: url(/images/icon-stat3.png);
}
.server-glav .item-stat__item_cul:before {
	width: 30px;
	height: 16px;
	margin-top: -20px;
	background-image: url(/images/icon-stat4.png);
}
.server-glav .item__btn {
	position: absolute;
	bottom: 15px;
	display: inline-block;
	height: 35px;
	width: 170px;
	margin-left: -85px;
	left: 50%;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 35px;
	background-color: #FFF;
	background-image: -moz-linear-gradient(bottom, #1B6BB0 0%, #3991D9 100%);
	background-image: -o-linear-gradient(bottom, #1B6BB0 0%, #3991D9 100%);
	background-image: -webkit-linear-gradient(bottom, #1B6BB0 0%, #3991D9 100%);
	background-image: linear-gradient(to top, #1B6BB0 0%, #3991D9 100%);
	border: 1px solid #1E72BA;
	border-radius: 8px;
}
.server-glav .item__btn:hover {
	background-image: -moz-linear-gradient(bottom, #3991D9 0%, #1B6BB0 100%);
	background-image: -o-linear-gradient(bottom, #3991D9 0%, #1B6BB0 100%);
	background-image: -webkit-linear-gradient(bottom, #3991D9 0%, #1B6BB0 100%);
	background-image: linear-gradient(to top, #3991D9 0%, #1B6BB0 100%);
}
.popup_img #image{
	width: 30%;
    left: 38%;
    position: absolute;
}
.popup_img{
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
	background :rgba(0,0,0,0.6);
	display:none;
	z-index:9999;
    left: 0;
}

