@charset 'utf-8';
@import url(reset.css);

body{background: url(../images/body.png);}

@font-face {
    font-family: 'elektra_medium';
    src: url('../fonts/etelkamedium_2-webfont.eot');
    src: url('../fonts/etelkamedium_2-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/etelkamedium_2-webfont.woff') format('woff'),
        url('../fonts/etelkamedium_2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.header_container{
	background: url(../images/header.png) repeat-x;
	border-bottom: 1px #ece9e3 solid;
	height: 214px;
}
	.header{
		height: 214px;
		margin: 0 auto;
		width: 960px;
	}

.user_panel_btn {
    background: url(../images/ico_panel_x2.png) no-repeat;
    background-size: 30px;
    line-height: 30px;
    background-position: 6px;
    color: #fff;
    display: inline-block;
    margin-top: 7px;
    padding: 1px 0 3px 36px;
    margin-right: -20px;
    text-decoration: underline;
    margin-left: -8px;
    padding-left: 50px;
    margin-top: 3px;
}
.top_nav {
    height: 65px;
    margin-bottom: 46px;
    /* overflow: hidden; */
}

.top_nav li {
    background: url(../images/border.gif) 0 center no-repeat;
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 21px;
    margin: 11px 0 0 23px;
    min-height: 39px;
    padding-left: 16px;
}

.top_nav li span {
    display: inline-block;
    font-size: 20px;
    line-height: 12px;
    margin-top: 5px;
}


.top_nav li:first-child {
    background: none;
    line-height: 17px;
    margin-left: 0px;
    padding-left: 0px;
}
.back {
    background: url(../images/back.png) 0 2px no-repeat;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding-left: 21px;
    text-decoration: underline;
}
  .top_nav li {
    background: url(../images/border_x2.gif) 0 center no-repeat;
    background-size: 1px 29px;

  }
.top_nav li.ico_tel {
    position: relative;
    padding-left: 71px;
}
  .top_nav li.ico_tel:before {
    background: url(../images/ico_tel_x2.png) no-repeat;
    content: ' ';
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 5px;
    left: 30px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }

.logo a{
        float: left;
    height: 75px;
    overflow: hidden;
    width: 390px;
    text-decoration: none;
}
.log a:hover{
    text-decoration: none;
}

.logo a span{
    background: url(../images/logo_x2.png) no-repeat;
        background-size: 274px 75px;
    display: block;
    height: 75px;
    width: 380px;
    color:#4e5454;
    font:11px/11px elektra_medium;
    padding-left: 290px;
    padding-top: 22px;
}
/*
		.top_nav{
			height: 65px;
			margin-bottom: 46px;
			overflow: hidden;
		}
			.top_nav li{
				background: url(../images/border.gif) 0 center no-repeat;
				color: #fff;
				float: left;
				font-size: 13px;
				line-height: 21px;
				margin: 11px 0 0 23px;
				min-height: 39px;
				padding-left: 25px;
			}
				.top_nav li:first-child{
					background: none;
					line-height: 17px;
					margin-left: 0px;
					padding-left: 0px;
				}
				.back{
					background: url(../images/back.png) 0 2px no-repeat;
					color: #fff;
					display: inline-block;
					margin-top: 10px;
					padding-left: 21px;
					text-decoration: underline;
				}
					.top_nav li a:hover{text-decoration: none;}
				.top_nav li.ico_tel{
					background: url(../images/ico_tel.png) 0 center no-repeat;
					line-height: 21px;
					padding-left: 71px;
				}
				.top_nav li span{
					display: inline-block;
					font-size: 20px;
					line-height: 12px;
					margin-top: 5px;
				}
				.user_panel_btn{
					background: url(../images/ico_panel.png) no-repeat;
					color: #fff;
					display: inline-block;
					margin-top: 8px;
					padding: 1px 0 3px 32px;
					text-decoration: underline;
				}
				
.logo a{
    float: left;
    height: 75px;
    overflow: hidden;
    width: 390px;
    text-decoration: none;
}

.log a:hover{
    text-decoration: none;
}

.logo a span{
    background: url(../images/logo.png) no-repeat;
    display: block;
    height: 75px;
    width: 380px;
    color:#4e5454;
    font: 11px/11px elektra_medium;
    padding-left: 290px;
    padding-top: 22px;    
}
*/

/*
		.logo a{
			float: left;
			height: 75px;
			overflow: hidden;
			width: 260px;
		}
			.logo a span{
				background: url(../images/logo.png) no-repeat;
				display: block;
				height: 75px;
				width: 260px;
			}
*/			
			
/*		.header_desc{
			float: right;
			margin-top: -5px;
		}
*/
.header_desc {
    /* float: right; */
    margin-top: -5px;
    position: relative;
    margin-left: 448px;
}

			.block_title{
				color: #4c5252;
				font-family: elektra_light_proregular;
				font-size: 36px;
				line-height: 43px;
			}
			.header_desc .block_title{margin-bottom: 2px;}
			.header_desc p{
				font-size: 13px;
				line-height: 19px;
			}
/* END header */
/* Block_container */
.block_container , .hidden{display: none;}
.block_container.first,.block_container.visible{display: block;}
.block_container.odd{
	background: url(../images/odd.png);
	border-bottom: 1px #e3e1de solid;
	border-top: 1px #e3e1de solid;
}
	.block_container.first{border-bottom: 1px #e3e1de solid;}
	.wrapper{
		margin: 0 auto;
		overflow: hidden;
		padding: 24px 0 30px 0;
		width: 960px;
	}
		.services_column{
			background: url(../images/virt_server.png) no-repeat;
			float: right;
			padding-left: 40px;
			width: 446px;
		}
			.services_column.first{
				background: url(../images/virt_hosting.png) 0 3px no-repeat;
				float: left;
				padding-left: 0px;
				width: 430px;
			}
			.services_column.second{
				background: url(../images/service_domain.png) 0 3px no-repeat;
				float: left;
				padding-left: 260px;
				width: 430px;
			}
			.services .services_column{margin-bottom: -8px;}
			.services_title{
				color: #1fa5ff;
				font-family: elektra_light_probold;
				font-size: 22px;
				line-height: 27px;
				text-decoration: underline;
			}
				.services_title:hover{color: #f7a52c;}
			.services .services_column .services_title{
				display: inline-block;
				margin: 55px 50px 69px 171px;
			}
			.services .services_column.first .services_title{margin: 55px 50px 69px 213px;}
			.services_column p{
				font-size: 13px;
				line-height: 19.5px;
			}
		.service_domain{
			background: url(../images/service_domain.png) 0 30px no-repeat;
			min-height: 202px;
			padding-left: 298px;
			width: 662px;
		}
			.service_domain .block_title{margin: 10px 0 14px 0;}
			.service_domain .services_column{
				background: none;
				padding-left: 0px;
				width: 304px;
			}
			.service_domain .services_column.first{width: 320px;}
				.service_domain .services_column p,.service_ssl .services_column p{margin-top: 15px;}
		.service_ssl{
			background: url(../images/service_ssl.png) 0 15px no-repeat;
			min-height: 187px;
			padding-left: 298px;
			width: 662px;
		}
			.service_ssl .block_title{margin-bottom: 16px;}
			.service_ssl .services_column{
				background: none;
				float: none;
				padding-left: 0px;
				width: 662px;
			}
.single_page .services_column{
	min-height: 167px;
	padding-left: 214px;
	width: 746px;
}

.single_page .services_column.second{
	min-height: 167px;
	padding-left: 260px;
	width: 720px;
}

	.single_page .services_column .block_title{margin: -8px 0 12px 0;}
.breadcrumbs{
	color: #4c5252;
	font-size: 13px;
	line-height: 19px;
	margin: 5px 0 24px 0;
}
	.breadcrumbs a{
		background: url(../images/breadcrumbs.png) right no-repeat;
		color: #1fa5ff;
		display: inline-block;
		margin-right: 4px;
		padding-right: 17px;
		text-decoration: underline;
	}
		.breadcrumbs a:hover{text-decoration: none;}
/* END block_container */
/* Tariff */
.tariff_container{background: url(../images/tariff_container.gif) 0 77px repeat-x;}
	.tariff_container .wrapper{padding-bottom: 0px;}
	.subtitle{
		font-family: elektra_light_probold;
		font-size: 22px;
		line-height: 27px;
		margin: 2px 0 17px 0;
	}
		.tariff_container .subtitle{margin-bottom: 24px;}
	.tariff_table{
		width: 960px;
	}
		.tariff_table th,.tariff_table th.hover:first-child{
			background-color: #fff;
			height: 79px;
		}
			.tariff_table th.hover{background-color: #f7a62d;}
			.tariff_title{
				color: #1fa6ff;
				font-size: 22px;
				height: 53px;
				line-height: 26px;
				padding-top: 26px;
				position: relative;
				text-align: center;
			}
				.hover .tariff_title{color: #fff;}
				.tariff_title p{
					font-family: elektra_light_proregular;
					text-align: center;
				}
				.tariff_title span{
					color: #f7a62d;
					font-size: 11px;
					line-height: 16px;
				}
					.hover .tariff_title span{color: #fff;}
				.selected:before,.recommend:before{
					background: url(../images/selected.png) no-repeat;
					content: "";
					height: 31px;
					position: absolute;
					right: 0px;
					top: 0px;
					width: 31px;
				}
					.recommend:before{background: url(../images/recommend.png) no-repeat;}
		.tariff_table td{
			border-top: 1px #dddbd9 solid;
			color: #0c1d2a;
			font-size: 13px;
			height: 49px;
			line-height: 13px;
			text-align: center;
			vertical-align: middle;
		}
			.tariff_table tr.odd{background: url(../images/odd.png);}
			td p.tariff_info{
				background: url(../images/tariff_info_ico.png) no-repeat;
				color: #000;
				line-height: 13px;
				margin-bottom: 0px;
				padding-left: 27px;
			}
				td p.tariff_ico_2{background-position: 0 -52px;}
				td p.tariff_ico_3{background-position: 0 -103px;}
				td p.tariff_ico_4{background-position: 0 -152px;}
				td p.tariff_ico_5{background-position: 0 -204px;}
				td p.tariff_ico_6{background-position: 0 -252px;}
				td p.tariff_ico_7{background-position: 0 -302px;}
				td p.tariff_ico_8{background-position: 0 -352px;}
				td p.tariff_ico_9{background-position: 0 -404px;}
				td p.tariff_ico_10{background-position: 0 -452px;}
				td p.tariff_ico_11{background-position: 0 -507px;}
				td p.tariff_ico_12{background-position: 0 -537px;}
				td p.tariff_ico_13{background-position: 0 -586px;}
				td p.tariff_ico_14{background-position: 0 -636px;}
				td p.tariff_ico_15{background-position: 0 -694px;}
				td p.tariff_ico_16{background-position: 0 -745px;}
				td p.tariff_ico_17{background-position: 0 -795px;}
				td p.tariff_ico_18{background-position: 0 -845px;}
				td p.tariff_ico_19{background-position: 0 -895px;}
				td p.tariff_ico_20{background-position: 0 -932px;}
				td p.tariff_ico_21{background-position: 0 -983px;}
			.tariff_table td h3{
				color: #000;
				font-family: elektra_light_proregular;
				font-size: 22px;
				line-height: 22px;
				text-align: center;
				margin-top: 4px;
			}
			.tariff_table td h3.blue{color: #1fa6ff;}
				.tariff_table td h3.blue em{
					display: inline-block;
					font-family: elektra_light_proregular;
					font-size: 13px;
					line-height: 14px;
					margin-top: 6px;
				}
			.tariff_table td span,.type_list_table td span{
				background: url(../images/tariff_info_ico.png) no-repeat;
				display: block;
				margin: 0 auto;
				width: 19px;
			}
				td span.infinity{
					background-position: 0 -473px;
					height: 8px;
				}
				td span.yes{
					background-position: 0 -666px;
					height: 14px;
				}
				td span.no{
					background-position: 0 -498px;
					height: 2px;
				}
			.choose_btn{
				background-color: #0176be;
				border-radius: 3px;
				box-shadow: #454d54 0px 1px 0px;
				color: #fff;
				display: inline-block;
				font-family: elektra_light_proregular;
				font-size: 20px;
				height: 32px;
				line-height: 21px;
				margin-bottom: 20px;
				padding: 13px 19px 0 19px;
			}
				.choose_btn.active,.hover .choose_btn,.choose_btn:hover{
					background-color: #f7a62d;
					box-shadow: #b7b8b7 0px 1px 0px;
				}
				.tariff_table .choose_btn{margin-top: 19px;}
				.vps_table .choose_btn{padding: 13px 12px 0 12px;}
/* END tariff */
/* Payment_block */
.payment_block p,.term_block p{
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 25px;
}
.checkbox_container,.radio_container,.radio_container_noscript{
	overflow: hidden;
	width: 960px;
}
	.checkbox_column{
		background: rgba(255,255,255,0.66);
		border-top: 1px #dddbd9 solid;
		border-radius: 4px;
		float: right;
		padding: 21px 23px 19px 23px;
		width: 424px;
	}
		.checkbox_column.active{background-color: #fff;}
		.checkbox_column.first{float: left;}
		.checkbox{
			background: url(../images/checkbox.png) no-repeat;
			cursor: pointer;
			display: block;
			font-size: 15px;
			line-height: 17px;
			margin-bottom: 16px;
			overflow: hidden;
			padding-left: 28px;
			position: relative;
		}
			.checkbox.active{background-position: 0 -62px;}
			.checkbox span{color: #1fa5fa;}
			.checkbox input,.big_radio input,.radio input{
				height: 0px;
				position: absolute;
				visibility: hidden;
				width: 0px;
			}
		.checkbox_column p{margin-bottom: 0px;}
		.big_radio{
			cursor: pointer;
			display: block;
			font-size: 13px;
			height: 100%;
			line-height: 19px;
			overflow: hidden;
			position: relative;
		}
			.big_radio_content{
				display: table;
				height: 100%;
			}
			.big_radio:before{
				background: url(../images/big_radio.png) 0 0px no-repeat;
				content: "";
				height: 34px;
				left: 0px;
				margin-top: -17px;
				position: absolute;
				top: 50%;
				width: 34px;
			}
				.big_radio.active:before{background-position: 0 -96px;}
			.big_radio span{
				color: #4c5252;
				font-family: elektra_light_proregular;
				font-size: 36px;
				line-height: 37px;
				padding: 0 18px 0 53px;
			}
				.big_radio.active span{color: #1fa6ff;}
			.big_radio p,.big_radio span{
				display: table-cell;
				vertical-align: middle;
			}
			.big_radio p em{
				background-color: #f7a52c;
				color: #fff;
			}
.block_desc,.checkbox_column_info{overflow: hidden;}
	.block_desc p:first-child,.checkbox_column_info p:first-child,.block_desc h3:first-child{float: left;}
	.block_desc p:first-child{max-width: 460px;}
	.info_ico{
		background: url(../images/ico_info.png) no-repeat;
		color: #4d5353;
		float: right;
		max-width: 355px;
		padding-left: 28px;
	}
		.info_ico em{color: #000;}
	.block_desc p.info_ico{margin-bottom: 0px;}
	.with_title .info_ico{margin-top: 3px;}
.radio_container_noscript{margin-bottom: 13px;}
	.radio_container_noscript .big_radio{
		background-position: 0 0;
		line-height: 35px;
	}
		.radio_container_noscript .big_radio.active{background-position: 0 -96px;}
		.radio_container_noscript .big_radio span{margin: 0 12px 0 0;}
.checkbox_column_info p{
	color: #4c5252;
	float: right;
	margin-bottom: 18px;
	width: 470px;
}
/* END payment_block */
/* Term_table */
.term_block{padding-bottom: 0px;}
	.term_table{
		border-bottom: 1px #dddbd9 solid;
		margin-bottom: 30px;
		width: 960px;
	}
		.no_margin.term_table{margin-bottom: 0px;}
		/*.term_block .term_table{margin-bottom: -1px;}*/
		.term_table tr{cursor: pointer;}
		.term_table.no_select tr{cursor: inherit;}
		.term_table td{
			border-top: 1px #dddbd9 solid;
			color: #4d5353;
			font-size: 13px;
			height: 49px;
			line-height: 13px;
			padding-right: 34px;
			vertical-align: middle;
		}
			.term_table tr.active td{background: url(../images/odd.png);}
			.radio{
				background: url(../images/radio.png) 0 -49px no-repeat;
				color: #000;
				cursor: pointer;
				display: block;
				font-size: 13px;
				line-height: 14px;
				overflow: hidden;
				padding: 1px 0 1px 27px;
				position: relative;
			}
				.radio.active{background-position: 0 0;}
			.term_table td .checkbox,.term_table td .radio{
				line-height: 14px;
				margin: 0 0 0 20px;
				padding: 1px 0 1px 50px;
			}
			.term_table td span{
				color: #1fa6ff;
				display: block;
				font-family: elektra_light_proregular;
				font-size: 22px;
				line-height: 22px;
				margin-top: 8px;
				text-align: right;
			}
				.term_table td span em{
					font-family: elektra_light_proregular;
					font-size: 13px;
					line-height: 28px;
				}
			.term_table td[rowspan="2"],.term_table tr.active td[rowspan="2"]{
				background: none;
				padding-right: 0px;
				text-align: center;
			}
				.gift{
					background: url(../images/gift.png) no-repeat;
					display: inline-block;
					height: 59px;
					padding: 23px 0 0 105px;
				}
					.gift h3{
						color: #1fa5ff;
						font-family: elektra_light_probold;
						font-size: 22px;
						line-height: 23px;
					}
						.gift h3 span{
							color: #f7a52c;
							display: inline;
							font-family: elektra_light_probold;
						}
					.gift p{
						color: #000;
						font-size: 13px;
						line-height: 18px;
					}
.domain_info{
	background: url(../images/domain_info.png) 0 2px no-repeat;
	color: #666;
	font-size: 13px;
	line-height: 14px;
	margin: -15px 0 28px 0;
	padding-left: 18px;
}
/* END term_table */
/* Order_form */
.box{display: none;}
.order_form{
	overflow: hidden;
	width: 960px;
}
	.form_title{
		font-family: elektra_light_proregular;
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 12px;
	}
	.form_content{
		background: url(../images/odd.png);
		margin-bottom: 26px;
		padding: 30px 20px 10px 20px;
		width: 920px;
	}
		.order_form fieldset{
			margin-bottom: 20px;
			overflow: hidden;

			/* height: 50px; */
			/* position: relative; */
}
			.order_form fieldset.your_domains{margin-bottom: 17px;}
			.your_domains p{
				float: left;
				font-size: 13px;
				line-height: 19px;
				margin: 4px 20px 0 0;
				width: 225px;
			}
			.order_form textarea,.order_form input[type="text"],.order_form input[type="password"],.order_form input[type="email"]{
				background-color: #fff;
				border: 1px #c6c4c1 solid;
				box-shadow: rgba(255,255,255,.30) 0px 2px 0px, inset rgba(0,0,0,.15) 0px 1px 3px;
				float: left;
				font-size: 15px;
				height: 27px;
				margin-right: 20px;
				padding: 0 0 0 9px;
			}
                        .order_form .input_inn {
                            width: 170px;
                        }
                        .order_form .input_account,.order_form .input_bik {
                            width: 174px;
                        }
                        .order_form .input_kpp {
                            margin-left: 20px;
                            width: 170px;
                        }
			.order_form textarea{
				height: 142px;
				padding: 5px 0 0 9px;
				resize: vertical;
				width: 435px;
			}
			.row_desc{
				color: #666;
				float: left;
				font-size: 13px;
				line-height: 24px;
			}
			.order_form .checkbox{
				font-size: 13px;
				line-height: 16px;
			}
			.order_form .your_domains .checkbox{
				float: left;
				margin: 0 66px 0 244px;
				width: 250px;
			}
			.verify{
				background-color: #0176be;
				border-radius: 3px;
				box-shadow: #454d54 0px 1px 0px;
				color: #fff;
				float: left;
				font-family: elektra_light_proregular;
				font-size: 13px;
				height: 20px;
				line-height: 14px;
				padding: 8px 19px 0 19px;
			}
				.verify:hover,.verify.active{
					background-color: #f7a62d;
					box-shadow: #b7b8b7 0px 1px 0px;
				}
				.only_verify .verify{margin: 0 0 1px 588px;}
		.order_form .term_table{margin-bottom: 28px;}
			.term_table td.free{color: #339900;}
			.term_table td.busy{color: #e64610;}
			.checkbox.no_active{color: #666;}
		.hide_block_title{
			background: url(../images/hide_block_title_ico.png) 0 2px no-repeat;
			color: #1fa5ff;
			display: inline-block;
			font-size: 22px;
			line-height: 27px;
			margin-bottom: 28px;
			padding-left: 32px;
		}
			.hide_block_title span{
				border-bottom: 1px #1fa5ff dashed;
				font-family: elektra_light_proregular;
			}
			.hide_block_title:hover span,.form_bottom span a:hover{
				border-bottom-color: #f7a52c;
				color: #f7a52c;
			}
			.hide_block_title:hover{background-position: 0 -202px;}
		.form_bottom{overflow: hidden;}
			input.choose_btn{
				border: none;
				/* float: left; */
				height: 45px;
				margin: 0 31px 1px 0;
				padding: 0 19px 0 19px;
			}
			.form_bottom a.choose_btn{margin-bottom: 0px;}
			.form_bottom span{
				color: #4c5252;
				float: left;
				font-size: 13px;
				line-height: 14px;
				margin-top: 15px;
			}
				.form_bottom span a{
					border-bottom: 1px #1fa5ff dashed;
					color: #1fa5ff;
					display: inline-block;
					font-size: 15px;
					line-height: 16px;
					margin: -1px 0 0 21px;
				}
			.form_bottom .info_ico{margin: 15px 0 0 0;}
.radio_block{
	margin-bottom: 24px;
	overflow: hidden;
}
.radio_block.no_margin{
	margin-bottom: 0px;
}
	.radio_block .radio{
		color: #666;
		float: left;
		font-size: 15px;
		line-height: 16px;
		margin-right: 45px;
		padding-left: 28px;
                margin-bottom: -1px
                padding-bottom: 1px;
	}
		.radio_block .radio.active{color: #000;}
.order_form .checkbox{margin: 5px 0 0 0;}
.row_title,.input_title{
	float: left;
	font-size: 13px;
	line-height: 26px;
	margin-right: 21px;
	text-align: right;
	width: 293px;
}
	.input_title{
		margin-right: 0px;
		text-align: left;
		width: 33px;
	}
	.input_title.first{width: 35px;}
.input_name{width: 394px;}
.input_postcode{width: 95px;}
.input_street{width: 359px;}
.input_house{width: 77px;}
.error_div{float: left;}
.valid_div{float: left;}
	.order_form .error_div .ik_select_link_text,.order_form .error_div textarea,.order_form .error_div input[type="text"],.order_form  .error_div input[type="password"] ,.order_form .error_div input[type="email"]{border-color: #e64610;}
	label.error{
		clear: both;
		color: #e64610;
		display: block;
		font-size: 13px;
		line-height: 25px;

}
label.error[for="house"],label.error[for="ur_house"],label.error[for="ip_ur_house"],label.error[for="fact_house"],label.error[for="ip_fact_house"] {
    width: 88px;
}
.delete{
	background: url(../images/delete.png) no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}
	.delete:hover{background-position: 0 -50px;}
.term_table td p a{
	border-bottom: 1px #1fa5ff dashed;
	color: #1fa5ff;
}
	.term_table td p a:hover{border-bottom-color: transparent;}
.summa{
	color: #1fa6ff;
	display: inline-block;
	font-family: elektra_light_proregular;
	font-size: 22px;
	line-height: 22px;
	margin: -3px 0 -6px 0;
}
.summa em{
		font-family: elektra_light_proregular;
		font-size: 13px;
		line-height: 28px;
	}
.summ{
	color: #1fa6ff;
	display: inline-block;
	font-family: elektra_light_proregular;
	font-size: 22px;
	line-height: 22px;
	margin: -3px 0 -6px 0;
}
	.summ em{
		font-family: elektra_light_proregular;
		font-size: 13px;
		line-height: 28px;
	}
/* END order_form */
/* Payment */
.payment{overflow: hidden;}
	.payment_column{
		float: right;
		width: 450px;
	}
		.payment_column:first-child{float: left;}
		.payment_title{
			/* background: url(../images/payment_ico.png) no-repeat; */
			clear: both;
			color: #1fa5ff;
			float: left;
			font-size: 15px;
			line-height: 22px;
			margin-bottom: 18px;
			max-width: 317px;
		}
			.payment_title span{border-bottom: 1px #1fa5ff dashed;}
			.payment_title span:hover{border-bottom-color: transparent;}
			.payment_ico_1{
			    background: url(http://billing.multihost.ru/themes/images/pay/payment_ico1.png) no-repeat;
				/* background-position: -23px 7px; */
				padding: 26px 0 10px 83px;
			}
			.payment_ico_2{			
				/* background-position: -23px -69px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico2.png) no-repeat;
				padding: 16px 0 15px 83px;
			}
			.payment_ico_3{
				/* background-position: -23px -140px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico3.png) no-repeat;
				padding: 11px 0 15px 83px;
			}
			.payment_ico_4{
				/* background-position: -23px -205px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico4.png) no-repeat;
				padding: 11px 0 15px 83px;
			}
			.payment_ico_5{
				/* background-position: -23px -258px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico5.png) no-repeat;
				padding: 16px 0 18px 83px;
			}
			.payment_ico_6{
				/* background-position: -23px -323px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico6.png) no-repeat;
				padding: 16px 0 18px 83px;
			}
			.payment_ico_7{
				/* background-position: -23px -405px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico7.png) no-repeat;
				padding: 16px 0 18px 83px;
			}
			.payment_ico_8{
				/* background-position: -23px -476px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico8.png) no-repeat;
				padding: 16px 0 18px 83px;
			}
			.payment_ico_9{
				/* background-position: -23px -545px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico9.png) no-repeat;
				padding: 16px 0 18px 83px;
			}
			.payment_ico_10{
				/* background-position: -23px -616px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico10.png) no-repeat;
				padding: 16px 0 14px 83px;
			}
			.payment_ico_11{
				/* background-position: -23px -678px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico11.png) no-repeat;
				padding: 16px 0 11px 83px;
			}
			.payment_ico_12{
				/* background-position: -23px -765px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico12.png) no-repeat;
				padding: 16px 0 7px 83px;
			}
			.payment_ico_13{
				/* background-position: -23px -853px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico13.png) no-repeat;
				padding: 16px 0 10px 83px;
			}
			.payment_ico_14{
				/* background-position: -23px -941px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico14.png) no-repeat;
				padding: 16px 0 15px 83px;
			}
			.payment_ico_15{
				/* background-position: 0 -993px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico15.png) no-repeat;
				padding: 26px 0 10px 105px;
			}
			.payment_ico_16{
				/* background-position: 0 -1069px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico16.png) no-repeat;
				padding: 16px 0 15px 105px;
			}
			.payment_ico_17{
				/* background-position: 0 -1142px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico17.png) no-repeat;
				padding: 11px 0 15px 105px;
			}
			.payment_ico_18{
				/* background-position: 0 -1203px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico18.png) no-repeat;
				padding: 11px 0 16px 105px;
			}
			.payment_ico_19{
				/* background-position: 0 -1268px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico19.png) no-repeat;
				padding: 14px 0 15px 105px;
			}
			.payment_ico_20{
				/* background-position: 0 -1335px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico20.png) no-repeat;
				padding: 11px 0 18px 105px;
			}
			.payment_ico_21{
				/* background-position: 0 -1402px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico21.png) no-repeat;
				padding: 9px 0 18px 105px;
			}
			.payment_ico_22{
				/* background-position: 0 -1476px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico22.png) no-repeat;
				padding: 8px 0 16px 105px;
			}
			.payment_ico_23{
				/* background-position: 0 -1534px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico23.png) no-repeat;
				padding: 10px 0 18px 105px;
			}
			.payment_ico_24{
				/* background-position: 0 -1605px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico24.png) no-repeat;
				padding: 10px 0 18px 105px;
			}
			.payment_ico_25{
				/* background-position: 0 -1670px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico25.png) no-repeat;
				padding: 11px 0 17px 105px;
			}
			.payment_ico_26{
				/* background-position: 0 -1735px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico26.png) no-repeat;
				padding: 11px 0 17px 105px;
			}
			.payment_ico_27{
				/* background-position: 0 -1808px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico27.png) no-repeat;
				padding: 8px 0 18px 105px;
			}
			.payment_ico_28{
				/*  background-position: 0 -1877px; */
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico28.png) no-repeat;
				padding: 4px 0 18px 105px;
			}
			.payment_ico_29{
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico29.png) no-repeat;
				padding: 4px 0 18px 105px;
			}
			.payment_ico_30{
				background: url(http://billing.multihost.ru/themes/images/pay/payment_ico30.png) no-repeat;
				padding: 4px 0 18px 105px;
			}						
		.payment_desc{
			background-color: #ece9e4;
			border-bottom: 1px #c9c6c2 solid;
			border-radius: 3px;
			clear: both;
			display: none;
			float: left;
			margin: -13px 0 25px 0;
			padding: 20px 20px 0 21px;
			position: relative;
			width: 361px;
		}
			.payment_desc p{margin-bottom: 20px;}
			.payment_desc .choose_btn{margin: 0 0 18px 0;}
			.payment_desc .delete{
				position: absolute;
				right: 9px;
				top: 9px;
			}
.text_block{margin-bottom: -25px;}
	.text_block p a{
		color: #000;
		font-size: 15px;
		font-weight: bold;
		text-decoration: underline;
	}
		.text_block p a:hover{text-decoration: none;}
	.text_block .choose_btn{margin-bottom: 25px;}
.bonus{
	background: url(../images/bonus.png) no-repeat;
	min-height: 222px;
	padding: 43px 0 0 256px;
}
	.bonus .block_title{
		color: #4e5454;
		margin-bottom: 13px;
	}
	.bonus .form_title{
		margin-bottom: 26px;
		width: 550px;
	}
	.bonus .form_title span{
		color: #1fa5ff;
		font-family: elektra_light_proregular;
	}
	.no_margin p{margin-bottom: 0px;}
.choice_column{
	float: left;
	width: 470px;
}
	.choice_column .checkbox_column{
		float: none;
		padding-right: 0px;
		width: 447px;
	}
	.choice_column .radio_container_noscript{margin-bottom: 0px;}
	.choice_column .checkbox_column.first{margin-bottom: 30px;}
	.choice_column .checkbox_column label{line-height: 19px;}
	.choice_column .checkbox_column.first label{line-height: 35px;}
.info_ico.ask_ico{background: url(../images/ask_ico.png) no-repeat;}
/* END payment */
/* Administration */
.administration_desc{margin-bottom: 16px;}
	.administration_desc p{margin-bottom: 13px;}
.question{padding-bottom: 9px;}
	.question_block .hide_block_title{margin-bottom: 20px;}
	.hide_block_title.what,.question p{background-position: 0 -52px;}
		.hide_block_title.what:hover{background-position: 0 -148px;}
	.hide_block_title.how_much{background-position: 0 -98px;}
		.hide_block_title.how_much:hover{background-position: 0 -256px;}
.answer{
	clear: both;
	display: none;
}
	.answer p{margin-bottom: 19px;}
	.answer_list{margin-bottom: 16px;}
		.answer_list li{
			background: url(../images/tariff_info_ico.png) 0 -666px no-repeat;
			font-size: 13px;
			line-height: 19px;
			margin-bottom: 7px;
			padding-left: 24px;
		}
p.warning_block{
	background: #eae8e5 url(../images/warning_block.png) 22px center no-repeat;
	border-top: 1px #cdc8c2 solid;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 12px 10px 19px 93px;
}
/* END administration */
/* Service_domain_page */
.services.service_domain_page .services_column{
	background: url(../images/service_domain.png) no-repeat;
	padding-left: 264px;
	width: 696px;
}
	p.like_block{
		background: #fff url(../images/like_block.png) 101px center no-repeat;
		border-top: 1px #cdc8c2 solid;
		border-radius: 4px;
		margin: 23px 0 8px 0;
		padding: 21px 10px 20px 173px;
	}
	.services p.warning_block{margin: 23px 0 8px 0;}
.block_desc .hide_block_title{float: right;}
	.block_desc .hide_block_title:first-child{float: left;}
	.block_desc .answer p {
		float: none;
		max-width: 960px;
	}
/* END service_domain_page */
/* Service_ssl_page */
.services.service_ssl_page .services_column{
	background: url(../images/service_ssl.png) -30px 0 no-repeat;
	padding-left: 213px;
	width: 747px;
}
	.services.service_ssl_page .services_column p{margin-bottom: 23px;}
	.benefits{
		margin-bottom: -23px;
		overflow: hidden;
		width: 747px;
	}
	p.benefits_block{
		background: #fff url(../images/benefits_ico.png) center 11px no-repeat;
		border-top: 1px #cdc8c2 solid;
		border-radius: 4px;
		float: left;
		height: 36px;
		line-height: 15px;
		margin: 0 0 0 12px;
		padding: 64px 15px 0 15px;
		text-align: center;
		width: 138px;
	}
		p.benefits_block:first-child{margin-left: 0px;}
		p.benefits_ico_2{background-position: center -81px;}
		p.benefits_ico_3{
			background-position: center -179px;
			height: 46px;
			padding: 54px 15px 0 15px;
		}
		p.benefits_ico_4{
			background-position: center -272px;
			height: 46px;
			padding: 54px 15px 0 15px;
		}
/* END service_ssl_page */
/* Category */
.category{
	overflow: hidden;
	width: 960px;
}
	.category_block{
		background: rgba(255,255,255,.66) url(../images/category_block.png) 424px 9px no-repeat;
		border-top: 1px #cdc8c1 solid;
		border-radius: 4px;
		cursor: pointer;
		float: left;
		height: 172px;
		margin-bottom: 20px;
		padding: 17px 20px 43px 20px;
		position: relative;
		width: 430px;
	}
		.category_block.odd{float: right;}
		.category_block.active{background: #fff url(../images/category_block_active.png) 424px 9px no-repeat;}
		.category_block input{
			height: 0px;
			position: absolute;
			visibility: hidden;
			width: 0px;
		}
		.category_block h5{
			background: url(../images/radio.png) 0 -47px no-repeat;
			font-family: elektra_light_proregular;
			font-size: 22px;
			line-height: 25px;
			margin-bottom: 11px;
			padding-left: 27px;
		}
		.active.category_block h5{
			background-position: 0 2px;
			color: #1fa6ff;
		}
		.category_block p{
			line-height: 19.5px;
			margin-bottom: 0px;
		}
		.category_block .summ{
			border-top: 1px #dddbd9 solid;
			bottom: 12px;
			left: 20px;
			padding-top: 12px;
			position: absolute;
			width: 430px;
		}
.question.no_margin{
	margin-bottom: -25px;
	padding-bottom: 0px;
}
.image_radio{margin-bottom: 20px;}
	.image_radio img{margin: 0 30px 5px 90px;}
	.image_radio .summ{margin-top: 12px;}
/* END category */
/* Type_list */
.type_list{
	border-bottom: 1px #dddbd9 solid;
	margin-bottom: 28px;
	width: 960px;
}
	.type_list li{
		border-top: 1px #dddbd9 solid;
		min-height: 29px;
		padding: 10px 0 11px 0;
		overflow: hidden;
		width: 960px;
	}
		.type_list li.active{background: url(../images/odd.png);}
		.type_list .verify{
			float: right;
			margin-right: 19px;
			padding: 8px 0 0 0;
			text-align: center;
			width: 89px;
		}
		.type_list .summ{
			float: right;
			margin: 5px 39px -3px 0;
			text-align: right;
			width: 176px;
		}
		.show{
			background: url(../images/show.png) 0 2px no-repeat;
			color: #1fa5ff;
			float: right;
			font-size: 13px;
			line-height: 14px;
			margin-top: 8px;
			padding-left: 21px;
		}
			.show span{border-bottom: 1px #1fa5ff dashed;}
			.show:hover{background-position: 0 -43px;}
			.show:hover span,.form_bottom span a:hover{
				border-bottom-color: #f7a52c;
				color: #f7a52c;
			}
			.show.active{display: none;}
		.type_list_title{
			color: #000;
			float: left;
			font-size: 13px;
			font-weight: bold;
			line-height: 14px;
			margin: 8px 0 0 22px;
		}
			.type_list_title img{margin-right: 17px;}
		.hide{
			display: none;
			float: left;
			padding: 11px 0 9px 0;
			width: 960px;
		}
			.hide .show{
				background-position: 0 -90px;
				float: left;
				margin-left: 22px;
			}
				.hide .show:hover{background-position: 0 -136px;}
		.table_container{
			background-color: #fff;
			border-top: 1px #dddbd9 solid;
			border-radius: 3px;
			float: left;
			margin: 0 0 13px 22px;
			padding: 0 20px;
			width: 880px;
		}
			.type_list_table{
				margin-top: -1px;
				width: 880px;
			}
				.type_list_table td{
					border-top: 1px #dddbd9 solid;
					color: #0c1d2a;
					font-size: 13px;
					height: 49px;
					line-height: 13px;
					text-align: center;
					vertical-align: middle;
				}
					.type_list_table td:first-child{text-align: left;}
/* END type_list */
/* Footer */
.footer_container{
	background: #fff url(../images/footer.png) center 0 repeat-x;
	height: 170px;
}
	.footer{
		color: #666;
		font-size: 12px;
		line-height: 21px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 46px;
		width: 960px;
	}
		.copy{
			background: url(../images/copy_x2.png) no-repeat;
			background-size:42px 35px;
			float: left;
			padding: 37px 40px 0 0;
			width: 230px;
		}
		.address_footer{
			background: url(../images/address_footer_x2.png) no-repeat;
			background-size: 35px 35px;
			float: left;
			padding-top: 37px;
			width: 383px;
		}
			.footer p span{color: #999;}
			.footer a{
				color: #666;
				text-decoration: underline;
			}
				.footer a:hover{text-decoration: none;}
		.tel_footer{
			background: url(../images/tel_footer_x2.png) no-repeat;
			background-size: 35px 35px;
			float: left;
			padding-top: 37px;
			width: 307px;
		}
/* END footer */.form_content_hidden {
                    display: none;
                }


                .progress_bar{
    background-color: rgba(5,200,5,0.2);


    position: absolute;
    height: 70%;
    width: 100%;
    top: 6px;
    left: -8px;
    border-radius: 3px;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.1),inset 0px 0px 10px rgba(0,0,0,0.2);
}
#domen_list {
    display: none;
}
#domen_list .status {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;line-height: 50px;
}.step_finish .delete {
display: none;
}
