@CHARSET "UTF-8";
body, html {
	height: 100%;
    font: 14px Arial;
    margin: 0;
    padding: 0;
    min-width: 300px;
}

table {
	border-collapse:collapse;
	border:0px
}

a {
    color: #009fda;
}

a:hover {
	text-decoration: none;
}

p, li {
	color: #5e7380;
    line-height: 21px;
}

.main {
	width: 980px;
	margin: 0 auto;
	display: block;
	position: relative;
	min-height: 100%;
}

.header {
	width: 100%;
	height: 100px;
}

.logo {
    float: left;
    margin-top: 30px;
}

.slogan {
	float: left;
	margin-top: 50px;
	margin-left: 25px;
}

.header span {
	display: block;
}

.contacts {
	float: right;
	text-align: right;
	margin-top: 30px; 
}

.contacts a {
	text-decoration: none;
}

.conts {    
	margin: 10px;
}
.office {
	float: left; 
	margin: 10px 15px 0px 0px; 
}

.clear {
	clear: both;
    line-height: 1%;
    margin-bottom: -1px;
    height: 1px;
    overflow: hidden;
    font-size: 0px;
}

.menu1 {
	/*background-color: #eef3f9;*/
	height: 30px;
	text-align: right;
}

.menu1 ul {
    float: right;
    margin: 0;
    list-style-type: none;
}

.menu1 li {
	display: block;
	float: left;
	margin-top: 6px;
    padding: 0 15px;
}

.menu1 a {
	color: #04243f;
	text-decoration: none;
	text-align: center;
}

.menu1 a:hover {
	text-decoration: underline;
}

.menu2 {
	background-image: url("/images/nav_bg.gif");
	height: 54px;
	position: relative;
}

.menu2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu2 li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.menu2 ul a, .menu2 ul span {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 17px;
	margin-top: 17px;
	border-right: 1px solid #7dc4d4; 
	display: block;
}

.menu2 ul a:hover {
	text-decoration: underline;	
}

.menu2 ul :last-child a {
	border-right: none;
}

.dropdownMenu {
	position: absolute;
	top: 54px;
	z-index: 100;
	background-color: #4aa0bd;
	display: none;
}

.dropdownMenu li { 
	display: block;
}

.dropdownMenu a {
	font-size: 14px !important;
	border-right: none !important;
	border-bottom: 1px solid #7dc4d4; 
	padding: 0 7px !important;
	margin: 5px !important;
	white-space: nowrap;
}

.dropdownMenu :last-child a {
	border-bottom: none;
}

.lk {
	border: 1px solid white;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 11px;
    width: 170px;
    height: 30px;
    cursor: pointer;
}

.lk span {
	color: white;
    text-align: center;
    padding-top: 6px;
    display: block;
}

.lk span a {
	color: inherit;
	text-decoration: none;
}

.lk img {
	vertical-align: bottom;
    padding-right: 7px;
}

.slideShow {
	height: 314px;	
	margin-bottom: 0 !important;
}

.slideShow .slick-track {
	height: 314px;		
}

.slick-dots {
	margin-bottom: 30px !important;
}

.slideShow a {
	display: block;
	height: 100%;
}

.slideBlock {
	height: 314px;
	width: 100%;
	position: relative;
	display: none;
}
.slideInfo{
	width: 480px;
    position: absolute;
    right: 0;
    top: 85px;
}

.slideTitle {
	font-size: 44px;
	font-weight: bold;
	color: #04243f;
	letter-spacing: -2px;
	margin: 0;
}

h1, h2 {
	font:bold 22px Arial;
	color:#07293c;
	line-height:22px;
	margin-top:37px;
	margin-bottom: 10px;
} 

.pageHeader, .h1 {
	background:#eff1f4;
	min-height:60px; 
	line-height:40px;
	padding-top:34px;  
	padding-left:30px;
	padding-bottom: 20px; 
	font:38px Arial;  
	color:#20456b;	  
	/*margin-left:-22px;*/	 
	margin-top:1px;
	position:relative;	 
	border:none;
}

.h1 {
	margin-left: 0;
}

.slideContent {
	color: #04243f;
	font-size: 14px;
	margin-left: 3px;
    width: 390px;
    line-height: 15pt;
}

.slideNumber {
	position: absolute;
    bottom: 20px;
    right: 25px;
}


.slideNumber div {
	background-color: white;
	border: 1px solid #bfbfbf;
	width: 18px;
    height: 18px;
    border-radius: 3px;
    display: inline-block;
    color: #04243f;
    text-align: center;
    font-size: 12px;
    margin-left: -1px;
    padding-top: 3px;
    padding-left: 1px; 
}

.slideNumber div.active {
	background-color: #2c72ae;
	color: white;
}

.slideNumber div a {
	color: inherit;
	text-decoration: none;
}

.slideNumber span {
	padding-top: 2px;
}

.services, .content {
	margin-top: 10px;
}

.services {
	height: 225px;
}

.services .serviceBlock {
	width: 162px;
	height: 180px;
    color: white;
    padding: 5px 15px 40px 15px; 
    float: left;
    margin-right: 5px;
}

.services p {
	color: inherit;
}

.services .serviceTitle {
	font-size: 18px;
	margin: 1em 0;
	font-weight: bold;
}

.services a:last-child .serviceBlock {
	margin-right: 0;
}

.serviceInfo {
	font-size: 12px;
	margin-top: 20px;
    line-height: 16px;
}

.colomn1 {
	width: 57%;
	float: left;
}

.colomn1 h2 {
	color: #04243f;
}

.text {
	margin-top: 40px;
}

.contentInfo {
	color: #5e7380;
    line-height: 21px;
}

.plus {
	width: 101px;
    float: left;
    color: #5e7380;
    font-size: 12px;
    padding: 5px;
}

.plus img {
	width: 40px;
}

.pagePlusContainer {
	text-align: center;
}

.pagePlusContainer > .plus {
	width: 140px;	  
	display: inline-block;
	float: none;
	vertical-align: top;
}

.colomn2 {
	width: 40%;
    float: right;
    margin-top: 30px;
}

.colomn2 .feedback input[type=text] {
    width: calc(50% - 24px);
}

.newsBlock {
	padding: 30px;
	border: 1px solid #e0e0e0;
}

.newsBlockHeader {
	height: 16px;
}

.newsBlockHeader div {
	float: left;
    margin: 0;
    font-weight: bold;
}

.newsBlockHeader a {
	color: #04243f;
    font-size: 12px;
    float: right;
}

.newsBlockEntry {
	margin: 20px 20px 10px 0;
}

.newsBlockDate {
	color: #5e7380;
    font-size: 12px;
}

.newsBlockText a {
	color: #009fda;
    font-size: 13px;
    line-height: 17px;  
}

.newsPageDate {	   
	width:117px;	   
	font:12px Tahoma;
	color:#2c72ae;
	margin:37px 0 0 0px;
	float:left;
}	
.newsPageText {
	float:left;
	font:14px Tahoma;
	color:#4e6375;	 
	margin-top:15px; 
	width: 100%;
} 
.newsPageText p {
	margin-top:0px;
	font:14px Tahoma;
}

.newsList {
	margin-top:5px;
}
.newsList ul {
	padding: 0px; 
} 
.newsList li {
	margin-top:15px;
	line-height:14px;
	list-style-type: none;
}  
.newsList span {
	font:11px Tahoma;
	color:#9da1a5;
	margin-bottom:6px;
	display:block;
} 
.newsList li a {
	line-height: 17px;  
}

.feedbackForm {
	background-color: #f1f3f5;
    padding: 30px;
    margin-top: 30px;
}

.feedbackForm > div {
	margin: 0;
	font-weight: bold;
	font-size: 1.17em;
}

.feedbackForm form {
	margin-top: 17px; 
}

.feedbackForm select {
	width: calc(100% - 10px);
}

.feedbackForm .privacy_accept {
	font-size: 11px;
	padding: 5px;
	color: #5e7380;
}

.brand {
	text-align: center;
	padding: 10px 10px 0px 10px;
}

input[type="text"], input[type="password"], textarea, select {
	border-radius: 5px;
    padding: 5px 10px;
    border: 1px inset #efefef;
    color: #5e7380;
    font-size: 13px;
}

.ui-dialog .feedbackForm input[type="text"] {
	width: calc(50% - 30px);
	margin-top: 8px;
}

.feedbackForm input[name="phone"], .feedbackForm input[name="email"] {
	width: calc(50% - 24px);
}

.feedbackForm textarea {
	width: 312px;
    margin-top: 8px; 
    height: 100px;
    resize: none;
}

.feedbackForm .feedbackLongField {
	width: 100% !important; 
	box-sizing: border-box;
}


input.error, textarea.error {
	border: 1px #CC3300 solid;
	color: #CC3300;
}

label.error {
	color: #CC3300;
}

.feedbackForm input[type="submit"] {
	margin-top: 10px;
}

input[type="submit"], input[type="button"], .button {
	background-color: #5187bc;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 20px;
    cursor: pointer;
}

.footer {
	margin: 30px 0;
    height: 75px;
}

.footerLogo {
	float: left;
}

.copyRight {
	float: left;
    margin-left: 30px;
}

.copyRight p {
	color: #5e7380;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
}

.copyRight a {
	font-size: 12px;
    color: #009fda;
}

.search {
	float: right;
    position: relative;
}

.search input[name="query"] {
	float: right;
    width: 250px;
}

.search input[type="submit"] {
	background: url("/images/searchIcon.png");
	position: absolute;
    right: 8px;
    top: 5px;
    border: 0;
    width: 16px;
    height: 16px;
    padding: 0;
}

.inner_cont {	 
	/*margin:0px 0 0 22px;
	-margin:0px 0 0 11px;*/
	float:left;	
	width: 980px;
} 
.sub_cont {	 
	/*margin:0px 0 0 22px;*/
	width:722px;   
	float:left;
} 
.right_bar {
	width:238px; 
	float:right;
}

.title_2 {	
	background:#5ba860;
	margin-top:16px;
	padding:5px 0 5px 10px;
	font:14px Tahoma;
	color:#fff;
	line-height:14px;
}
.title_3 {	
	background:#4798c1;
	margin-top:16px;
	padding:5px 0 5px 10px;
	font:14px Tahoma;
	color:#fff;
	line-height:14px;
}		 
.title_4 {	
	background:#626d7d;
	margin-top:16px;
	padding:5px 0 5px 10px;
	font:14px Tahoma;
	color:#fff;
	line-height:14px;
}
.title_5 {
	background:#c41e3a; 
	margin-top:16px;
	padding:5px 0 5px 10px;
	font:14px Tahoma;
	color:#fff;
	line-height:14px;	
}

.back {
	bottom: 5px;
	float:left;
}
.back a {
	background:url('/images/back.gif') left 3px no-repeat;  
	padding-left:14px;
	font:12px Arial;
	color:#1d61ac;
	display:block;
}	

.print {
	font-size: 12px;	
	margin-left:26px;
	float:left;
}
.print a {
	background:url('/images/print.gif') left 3px no-repeat;  
	padding-left:14px;
	padding-bottom:2px;
	font:12px Arial;
	color:#1d61ac;
}

.feedback_hr {
	margin: 20px 5px; 
	background-color: #d3d3d3;
	color: #d3d3d3;
	border: none;
	height: 1px;
}
.feedback_block {
	position: relative;
}
.feedback_img {
	float: right;
	margin-right: 10px;
}
.feedback_img img {
	width: 100px;
}
.feedback_img input[type=file] {
	width: 95px; 
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	right: 12px;    
}
.feedback_name, .feedback_name input[type=text] {
	color: #59b200;
	font-size: 19px; 
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: 30px;  
}
.feedback_name input.fbName {
	width: 495px;
	text-indent: 5px;
}
.feedback_name input.fbIdent {
	width: 100px;
	text-indent: 5px;
	margin-left: 10px;  	 
}
.feedback_text {
	margin-left: 160px; 
	margin-right: 120px;    	 
	background: url(/images/icons/laquo.png) top left no-repeat;
}
.feedback_text > p {
    background: url(/images/icons/raquo.png) bottom right no-repeat; 
    padding-left: 30px;  
    padding-right: 30px; 
}
.feedback_text textarea {
	display: block;
	width: 97%;     
	height: 100px; 
}
.feedback_logo {
	float: left;
	width: 150px;
	text-align: center;
}
.feedback_logo input[type=file] {
	width: 95px;  
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	left: 30px; 
}

.license_block {
	position: relative;
}
.license_img {
	width: 100px; 
	float: left;		
}
.license_img img {
	width: 100px;
}
.license_text {
	margin-left: 100px; 
	padding: 10px;  
}
.license_title {
	font: bold 14px Tahoma;
	color: #59B200;
}
.license_hr {
	margin: 20px 5px;
	background-color: lightGrey;
	color: lightGrey;
	border: none;
	height: 1px;
}

.reljournal, .journal {

}
.journal {
	width: 100%;
}
.reljournal td, .journal td {
	vertical-align: middle;	 
	font: 14px Tahoma;
	color: #40474F;   
	padding: 3px 5px 3px 5px;
	border-bottom:1px solid #d8e0e9;
	border-top:1px solid #d8e0e9;
}
.boxhead, .boxhead td {
	background:#5ba860;
	margin-top:16px;
	padding:5px 0 5px 10px;
	font:14px Tahoma;
	color:#fff;
	line-height:14px;
}
.boxfoot, .boxfoot td {
	background: #EEF1F4;
	margin-top:16px;
	padding:5px 10px 5px 10px;
	font:14px Tahoma;
	line-height:14px;
}
.boxline, .boxline.td {
	background: #EEF1F4;
}

.faq {
	margin-top:30px
}
.faq li {
	margin-top:18px;
	list-style-type: none;
}
.faq li.group > a, .faq li.group > div > a {  
	background:url('/images/onplus/noact_f.gif') left 5px no-repeat;  
	padding-left:15px;
	font:bold 16px Tahoma;
	color:#2c72ae;
	text-decoration:none;
} 					 
.faq li.group.active > a {
	background:url('/images/onplus/act_f.gif') left 7px no-repeat !important;   
}  
.faq ul { 
	margin:23px 0px 0px 15px; 
	padding-bottom: 15px; 
	list-style-type: none; 
	padding-left: 0px;
} 
.faq li.answer {
	font:12px Tahoma;
	color:#2c72ae;
	margin-top:7px;
	line-height:14px;
} 
.faq li.answer a {
	font:12px Tahoma;
	background:none !important;
	padding:0px;		
	text-decoration:underline;
}	 
.faq li.answer a:hover {
	text-decoration:none;
}
.faq_answer {
	padding-top: 14px;
	padding-bottom: 40px;   
}

.tip_3 {
	margin:27px 0 0 35px;
	font:12px Tahoma;
	color:#07293c;
}	
.reg_but {
	margin:21px 0 0 35px;
} 

.table_1 {
	/*width:621px;
	margin:20px 0 0 35px;*/
	margin: 20px 0px 0px 0px;  
}  
.table_1 td {
	text-align:center;
	vertical-align:middle;	 
	font:14px Arial;
	color:#000;
	height:50px;	   
	padding-left:5px;
	border-bottom:1px solid #d8e0e9;
	border-top:1px solid #d8e0e9;
}
.table_1 strong {
	margin-left:10px;
}
.table_1 span.big {
	font:18px Arial;
}  
.table_1 .current td {
	background:#f1f8ff; 
}  	
.tab_tit_1 td {
	height:30px;
	font:12px Arial;
	color:#33566a;	  
	border-bottom:1px solid #d8e0e9;
	border-top:none; 
	padding:0 0 0 5px !important;
}  
.left {
	text-align:left !important;
}

.tip_1 {
	font:italic 12px Arial;
	color:#7f7f7f;
	margin:30px 0 0 35px;
}
.tip_1 a {
	font:italic 12px Arial;
}		

.gradient {
	background: url(/images/gradient.jpg); 
	width: 228px; 
	height: 75px; 
	text-align: center; 
	color: white; 
	font-size: 16px;
	cursor: pointer;
}

.utils {
	position: absolute;
	bottom: 75px;  
}

.regTypeSelect {
	border: 2px #CBE0F4 outset;
	margin: 20px 15px; 
	background: #F1F8FF;
	padding: 10px 20px;
	height: 75px;
	cursor: pointer;
}
.regTypeSelect:hover {
	border: 2px #CBE0F4 inset;
	background: #CBE0F4; 
}
.regTypeSelect h2 {
	margin-top: 0px;
	margin-bottom: 10px;	
	color: #07293C;
	font-weight: normal;
}
.regTypeSelect span {
	font: 12px Arial;
	color: #4E6375;
	margin-left: 10px;
	display: block;
}
ul.regDocs {
	margin: 0px 0 0 35px;
}
ul.regDocs li {
	margin-bottom: 5px;
}
.regBlock {
	margin: 23px 0 0 55px;  
}
.regChange {
	text-align: right;
	font-size: 12px; 
	margin-bottom: -52px;   
	margin-top: 52px; 
	padding-right: 25px; 	
}
.regChange a {
	font-size: 12px; 
}
.utilsBlock {
	padding-top: 20px;
	padding-bottom: 20px;
}
.utilsRow {
	margin: 10px 5px 10px 35px;
	border-bottom: 1px solid #D8E0E9;
}
.utilsRow > div {
	padding: 5px 10px 5px 10px;
}
.utilsRowName {
	float: left;
	width: 250px;
}
.utilsRowContent {
	margin-left: 250px;
}
.utilsBlock > .utilsRow:last-child {
	border-bottom: none !important;
} 

.green, .text_green { 
	color: #337733 !important;
}
.red, .text_red {
	color: #F76E53 !important;
}
.blue, .text_blue {
	color: #0066FF !important;
}

.left_bar {
	width:256px;
	margin-top:37px;
	float:left;
}			
.step_nav {
	width:254px;
	border:1px solid #cbd4dd;
} 
.step_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.step_nav li {
	width:100%;	  
	height:89px;  
	line-height:14px;
	padding:0px;
	margin:0px;
	border-bottom:1px solid  #cbd4dd;
} 
.step_nav li a {
	text-decoration: none;
} 
.step_nav a {
	width:100%;	  
	height:89px;  
	line-height:14px;
	padding:0px;
	margin:0px;
	display:block;
}
.step_nav strong {
	width:36px;
	margin-left:24px;
	font:bold 36px Tahoma;
	color:#07293c;	 
	line-height:36px; 
	_margin-left:12px;	  	
	padding-top:24px;
	float:left;
	display:block;
}	   
.step_nav span {
	width:150px;
	font:bold 14px Arial;
	color:#07293c;
	padding-top:36px;
	float:left;
	display:block;
}
.current {
	background:#f1f8ff url('/images/onplus/current.gif') 223px 32px no-repeat;  
}
.disabled {
	opacity: .5;
}    	   
.done {
	background:#f2f4f6 url('/images/onplus/done.gif') 210px 32px no-repeat;  
} 	
.done span ,.done strong{
	color:#8898a2;
}
.white_line { 
	background:#fff;
	width:100%;
	height:2px;
	line-height:0px;
	font-size:0px;	
	position:relative;
	margin-top:-1px;
} 
.center_cont {
	width:702px;
	margin-top:20px;
	float:right;
}	  
.title_7 {
	background:#c7e4ff;
	margin-top:17px;   
	padding:16px 0 0 35px;
	font:22px Arial;
	color:#07293c; 	
	line-height:22px;
	height:36px;
}	  
.container {   
	border:1px solid #cbe0f4; 
	padding-bottom:40px;
}	 
.check_list {
	width:621px;
	margin:33px 0 0 35px;
	border-top:1px solid #d8e0e9;
}
.check_list li {
	width:100%;
	height:50px;
	float:left;
	border-bottom:1px solid #d8e0e9;
	display:block;
}
.check_list input {
	margin-left:4px;
	margin-top:19px;
	margin-right: 16px; 
	display:block;
	float:left;
}
.check_list span {
	font:18px Arial;  
	line-height:18px;
	margin-top:16px;
	color:#07293c;	
	display:block;
	float:left;
}	
.checked {
	background:#f3f6f9;
} 	
.next_but {
	margin:20px 0 0 35px; 
} 
.next_but_2 {
	margin:20px 0 0 0px; 
} 
.next_but a ,.next_but_2 a{
	background:url('/images/bl2_l.gif') left top no-repeat;  
	display:block;
	float:left;	   
	text-decoration:none;
}
.next_but a:hover ,.next_but_2 a:hover	{
	text-decoration:none;
}
.next_but input[type=submit], .next_but_2 input[type=submit] {
	padding:5px 0px 6px 0px;	   
	width:113px;
	text-align:center;
	margin-right:-1px;
	text-decoration:none;
	font:14px Arial;
	color:#fff;
	display:block;
	float:left;
}
.table_1 {
	/*width:621px;
	margin:20px 0 0 35px;*/
	margin: 20px 0px 0px 0px;  
}  
.table_1 td {
	text-align:center;
	vertical-align:middle;	 
	font:14px Arial;
	color:#000;
	height:50px;	   
	padding-left:5px;
	border-bottom:1px solid #d8e0e9;
	border-top:1px solid #d8e0e9;
}
.table_1 strong {
	margin-left:10px;
}
.table_1 span.big {
	font:18px Arial;
}  
.table_1 .current td {
	background:#f1f8ff; 
}  	
.left {
	text-align:left !important;
}	
.check_1 {
	margin:25px 0 0 342px;
} 
.check_1 input {  
	margin-top:2px;
	display:block;	
	float:left;
}  
.check_1 span {
	display:block;
	font:italic 14px Arial;
	color:#07293c;	 
	margin-left:6px;
	display:block;	
	float:left;
}	
.table_2 {
	margin:0px 0 0 35px;
}  
.table_2 td {
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #d8e0e9;
	padding:2px 0 12px 0;
}
.table_2 strong {
	font:18px Arial;
	color:#000;
}
.table_2 .flat td {
	padding-top: 12px !important;	
}
.serverDetails {
	font-size: 11px; 
	margin: 3px !important;
}
.tab_tit_2 td {
	border:none !important;
	padding:29px 0 2px 0;
	font:12px Arial;
	color:#33566a;
}  
.container input[type=text], .container input[type=password] {
	background:#fff;
	border-left:2px solid #9a9a9a; 
	border-top:2px solid #808080; 
	border-right:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8; 
	height:18px;
	font:12px Arial;
	color:#4e6375;
	padding:0px 0 0 6px;
	line-height:18px;
}
.inp_2 {
	float: left;
	margin-right: 7px;
}
.sel_2 {
	float:left;
	margin-right:7px;
	margin-top:1px;
}
.container select {
	height:21px;
	border-left:2px solid #9a9a9a; 
	border-top:2px solid #808080; 
	border-right:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8; 
	font:14px Arial;
	color:#000;
	padding: 1px 2px;
}  
.domainStatus {  
	margin:1px 0 0 5px;	
	float:left;
}
.domainStatus a, .domainStatus span {
	font:12px Arial;
}
.radio_1  {
	margin-top:4px;
}
.radio_1 input {  
	margin-top:1px;
	display:block;	
	float:left;
}  
.radio_1 span {
	display:block;
	font:12px Arial;
	color:#7f7f7f; 
	margin-left:6px;
	display:block;	
	float:left;
}	
.more {  
	margin:12px 0 0 35px;
}
a.dotted {
	background:url('/images/dot_3.gif') left bottom repeat-x;  
	color:#53abf7; 
	text-decoration:none;
	font:12px Arial;
} 
a.dotted.red {
	color: #F76E53;
	background:url('/images/dot_2.gif') left bottom repeat-x; 
}   
a.dotted:hover, a.dotted.red:hover {
	background:none;
}
.tx_2 {
	font:12px Arial;
	color:#899da9; 
	margin:36px 0 0 35px;
}	 
.tx_2 img {
	margin-bottom:10px;
	position:relative;
}	
.tx_3 {	
	width:140px;
	font:12px Arial;
	color:#899da9; 
	margin:8px 0 0 -2px;
	position:relative;
}	 
.block_5 {	  
	background:url('/images/handle_block.gif') left 15px no-repeat;  
	width:351px;							  
	margin:10px 0 0 38px;
	_margin:10px 0 0 20px;
	float:left;
}
.sliderScale {
	width:390px; 
	height:15px;
	position:relative;
}
.sliderScale#powerSliderScale {
	margin:0px -45px 0 -2px;
}
.sliderScale#rackSliderScale {
	margin:35px -45px 0 -2px;
}
.sliderScale li {
	width:35px;
	font:12px Arial;
	color:#899da9;
	float:left;
}
.sliderBar {
	background:#357fe2;
	height:12px;	
	width:0px;
	position:relative;
}
.sliderBar#powerSliderBar {
	margin-top: 32px; 
} 
.sliderPointer {
	position:absolute;
	top:-5px;
}  
.inps {	   
	width:100px;
	margin-left:28px;
	margin-top:7px;
	float:left;
}	 
.inp_3 ,.inp_4 {
	width:51px;
	height:20px;	
	margin-right:7px;
	float:left;
}		
.inp_4 {
	margin-top:85px;
}		   
.inp_3 input ,.inp_4 input {
	background:#fff;
	border-left:2px solid #9a9a9a; 
	border-top:2px solid #808080; 
	border-right:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8;
	width:47px;
	height:18px;	
	font:12px Arial;
	color:#4e6375;
	padding:0px 0 0 6px;
	line-height:18px;
}  
.price_1 { 
	width:87px;
	font:12px Arial;
	color:#33566a;
	margin-top:5px;
	float:left;
}	
.price_1 .priceField {
	font:18px Arial;
	color:#000;		
	margin-top:4px;
	display:block;
}
.price_2 { 
	width:93px;
	font:12px Arial;
	color:#33566a;
	margin-top:5px;
	float:left;
}	
.price_2 .priceField {
	font:18px Arial;
	color:#000;
	display:block; 
	margin-top:4px;
}	
.tip_1 {
	font:italic 12px Arial;
	color:#7f7f7f;
	margin:30px 0 0 35px;
}
.tip_1 a {
	font:italic 12px Arial;
}	
.container_2 {
	background:#c7e4ff;
	padding:10px 0 40px 35px;
}		   
.prices {
	font:14px Arial;
	color:#2c72ae;	  
	line-height:30px;
}  
.prices .priceField {
	font:22px Arial;
	color:#07293c; 
}			   
.tip_2 {
	font:12px Arial;
	color:#576f8d; 
	margin-top:24px;
}  
.text_area_2 {
	width:702px;
	height:144px;	
	margin-top:15px;  
	padding-top:1px;
}			   
.text_area_2 textarea {
	background:#fff;
	border-left:2px solid #9a9a9a; 
	border-top:2px solid #808080; 
	border-right:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8; 
	width:695px;
	height:139px;		
	font:14px Arial;
	color:#4e6375;	 
	overflow-y:hidden;
	padding:3px 0 0 6px !important;
	line-height:22px;
} 
.container textarea {
	border-left:2px solid #9a9a9a; 
	border-top:2px solid #808080; 
	border-right:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8;
	color:#4e6375;
	padding:3px 0 0 6px;
}	 
.table_3 {
	width:621px;
	margin:20px 0 0 35px;
}  
.table_3 td {
	text-align:left;
	vertical-align:top;	 
	font:18px Arial;
	color:#07293c; 
	padding:23px 0 23px 15px; 
	border-bottom:1px solid #d8e0e9;
}		 
.table_3  a {
	font:14px Arial;
}  
.table_3 span.period {
	font:12px Arial;
	color:#83949d;
	display:block;
	margin-bottom: 3px;
}
.tab_tit_1 td {
	height:30px;
	font:12px Arial;
	color:#33566a;	  
	border-bottom:1px solid #d8e0e9;
	border-top:none; 
	padding:0 0 0 5px !important;
}  
.table_3 .tab_tit_1 td {
	height:20px !important;
	padding:0 0 0 10px !important
}	
.table_3 b {
	font:14px Arial;
	color:#07293c;
}
.lnk_1 {
	font:11px Arial !important;
	color:#2c72ae; 
}	 
.lnk_2 {
	font:11px Arial !important;
	color:#33566a;
}	 
.itog td {
	background:#f3f6f9;
	border:none !important;
} 
.itog .totalTitle {  
	font:18px Arial;
	color:#8a9da8;
} 
.tip_3 {
	margin:27px 0 0 35px;
	font:12px Arial;
	color:#07293c;
}	
.reg_but {
	margin:21px 0 0 35px;
} 
.reg_but  a{
	background:url('/images/bl2_l.gif') left top no-repeat;  
	display:block;
	float:left;		
	text-decoration:none;
}	
.reg_but  a:hover {
	text-decoration:none;
}
.reg_but  span {
	background:url('/images/bl2_r.gif') right top no-repeat;  
	padding:5px 20px 6px 20px;	   
	text-align:center;
	margin-right:-1px;
	text-decoration:none;
	font:14px Arial;
	color:#fff;
	display:block;
	float:left;
} 

.callbackButton {
	font-size: 12px !important;
	padding: 2px 5px !important;
	font-weight: normal !important;
}

.grecaptcha-badge {
	display: none;
}

.pageAnchors {
	text-align: center;
}

.pageAnchors a {
	font-weight: bold;
	padding: 2px 10px;
}

.respNavigation {
	display: none;
}

.contactsMap {
	height:200px; 
}

.only-printable {
	display: none;
}

@media screen and (max-width: 1000px) {  
	body {
		padding: 5px;
	}
	
	.search input[name="query"] {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.search input[type="submit"] {
		top: 10px;
	}
	
	.main {
		width: 100%;
	}
	
	.header {
		height: auto;
	}
	
	.colomn1, .colomn2 {
		float: none;
		width: 100%;
		clear: both;
	}
	.feedback_logo {
		display: block;
		float: none;
	}
	.feedback_text {
		margin: 5px;
	}
	.inner_cont, .sub_cont {
		width: 100%;
		margin: 0px;
		float: none;
	}
	.gradient {
		margin: 0px auto;
	}
	.right_bar {
		text-align: center;
		float: none;
		width: 100%;
	}
	.slideInfo {
		width: auto;
		right: 5px;
		left: 5px;
	}
	.slideContent {
		width: auto;
	}
	
	.newsPageText img, .newsPageText div {
		max-width: 100%;
	}
	
	.services {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 5px;
		height: auto;
	}
	
	.plusInfo {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));	
	}
	
	.services .serviceBlock {
		width: auto;
		float: none;
		margin: 0;
		box-sizing: border-box;
		height: 100%;
	}
	
	.copyRight {
		float: none;
		margin: 0;
	}
	
	.map {
		float: none;
	}
	
	.contactsMap {
		width: 100% !important;
		margin-left: 0px !important;
	}
	
	.colomn2 .feedbackForm textarea {
		width: calc(100% - 22px);
		box-sizing: content-box;
	}
	
	.colomn2 .feedback input[type=text] {
		width: calc(50% - 24px);
	}
	
	.center_cont {
		width: auto;
		float: none;
	}
	
	.left_bar {
		width: auto;
		float: none;
	}
	
	.utilsRowName {
		width: auto;
		float: none;	
	}
	
	.utilsRowContent {
		margin-left: 0;
	}
	
	.step_nav {
		display: table;
		width: auto;
	}
	
	.step_nav li {
		display: table-cell;
		height: auto;
		text-align: center;
		border: 1px solid #cbd4dd;
	}
	
	.step_nav li span {
		display: none;
	}
	
	.step_nav li a {
		height: auto;	
	}
	
	.step_nav strong {
		padding: 0px;
		margin: 0px 10px;
		height: auto;
	}
	
	.utilsRowContent input {
		max-width: 90%;
	}
	
	.text_area_2 {
		width: 100%;
	}
	
	textarea {
		max-width: 100%;
		box-sizing: border-box;
	}
	
	.pageHeader, h1, .h1 {
		min-height: 30px;
		padding-top: 17px;
		padding-bottom: 10px;
		font-size: 20px;
		margin-left: 0px;
	}
	
	.table_1 {
		margin-left: 5px !important;
		margin-right: 5px !important;
		width: calc(100% - 10px) !important;
	}
	
	.utilsRow {
		margin-left: 5px;
	}
	
	.table_3 {
		width: 100%;
		margin-left: 0px;
	}
	
	.title_7 {
		height: auto;
		font-size: 18px;
		padding: 10px 5px;
	}
	
	.tip_1 {
		margin-top: 10px;
	}
	
	.regChange {
		margin-bottom: -45px;
		margin-top: 45px;
	}
	
	.regTypeSelect {
		height: auto;
	}
	
	.check_list {
		width: auto;
		margin-left: 5px;
		margin-top: 0px;
		border-top: none;
	}
	
	.check_list ul {
		padding-inline-start: 0px;
	}
	
	.check_list li {
		height: auto;
		padding: 5px 0px;
	}	
	
	.check_list span {
		float: none;
		margin-top: 5px;
	}
	
	.check_list input {
		margin-top: 5px;
	}
	
	ul.regDocs, .regBlock {
		margin-left: 5px;
	}
} 

@media screen and (max-width: 820px) {
	.navigation {
		position: absolute;
		left: 0px;
		width: 250px;
		height: 400px;
		overflow-y: auto;
		overflow-x: hidden;
		display: table;
		z-index: 100;
		display: none;
		padding-bottom: 5px;
		background-image: url("/images/nav_bg.gif");
	}
	
	.menu2 ul a, .menu2 ul span {
		border-right: none;
	}
	
	.navigation .lk {
		display: none;
	}
	
	.navigation .menu1 {
		display: table-caption;
		caption-side: bottom;
		width: 250px;
	}
	
	.navigation .menu2 {
		display: table-row-group;
	}
	
	.navigation .menu1, .navigation .menu2 {
		background-image: none;
		background-color: transparent;
	}
	
	.navigation li {
		display: table-row;
	}
	
	.menu1 {
		position: relative;
		text-align: left;
	}
	
	.menu1 ul {
		margin: 0;
		padding: 0;
		float: none;
		list-style-type: none;
	}
	
	.menu1 li {
		vertical-align: middle;
		position: relative;
		float: none;
		text-align: left;
	}
	
	.menu1 ul a, .menu2 ul span {
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		padding: 0 17px;
		margin-top: 17px;
		display: block;
		text-align: left;
	}
	
	.menu2 ul a:hover {
		text-decoration: underline;	
	}
	
	.menu2 ul :last-child a {
		border-right: none;
	}
	
	.respNavigation {
		display: block;
	}
	
	.respMenuCaller {
		left: 20px;
		width: 40px;
	}
	
	.dropdownMenu {
		display: block !important;
		position: unset;
		box-sizing: border-box;
		margin: 10px 10px 0px 20px !important;
	}
}

@media screen and (max-width: 750px) {
	.slogan {
		display: none;
	}
}

@media screen and (max-width: 401px) { 
	.footerLogo {
		margin-top: 14px;
	}
}

@media screen and (max-width: 460px) {  
	.slogan, .logo {
		margin-top: 5px;
		margin-left: 5px;
	}
	
	.contacts {
		margin-bottom: 5px;
		margin-top: 10px;
	}
	
	.contacts span {
		font-size: 20px !important;
		padding: 5px 0px;
	}
	
	.step_nav strong {
		font-size: 20px;
		margin: 0px 2px;
	}
}

@media screen and (max-width: 380px) {
	.logo img {
		height: 40px;
		width: auto;
		margin-top: 10px;
	}
}