* {
	margin: 0;
	padding: 0;
	border: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb {
	clear: both;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, section:before, section:after, header:after, footer:before, .divider:before, .divider:after, #advantages li:after, .social-networks ul:after, .social-likes:after, .check-all:after, .payment-methods ul:after, .servers .server-config .params .server > div:after, .servers .server-config .params ul:after, .servers .server-config .params ul:after {
	content: "";
	display: table;
	clear: both;
}
@font-face {
	font-family: Roboto;
	src: url("/fonts/RobotoLight.woff") format('woff'), url("/fonts/RobotoLight.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("/fonts/RobotoRegular.woff") format('woff'), url("/fonts/RobotoRegular.ttf") format('truetype');
	font-weight: bold;
	font-style: normal;
}
html {
	height: 100%;
	background: #fff;
}
body {
	min-height: 100%;
	min-width: 320px;
	margin: 0 auto;
	color: #777;
	font: 15px/1.467 Roboto, Arial, Helvetica, sans-serif;
}
body.e404 {
	height: 100%;
}
ul {
	list-style: none;
}
ol {
	list-style-position: outside;
}
ul.bullet, ol {
	padding-left: 64px;
}
ul.bullet li, ol li {
	margin: .6em 0;
	position: relative;
}
ul.bullet li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #f85438;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: -24px;
	top: 50%;
	margin-top: -4px;
}
a {
	color: #ff4020;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.phone {
	color: inherit;
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
}
pre code {
	background: #fff !important;
	border: 1px solid #f2f2f2;
	overflow: auto;
}
:focus {
	outline: none;
}
.main, article, section {
	padding: 50px 0;
	margin: 0 auto;
}
.main section:first-of-type {
	padding-top: 0;
}
.main section:last-of-type {
	padding-bottom: 0;
}
.home section {
	padding: 60px 0 70px;
}
header + article {
	border-top: 1px solid #ddd;
}
.container {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.container.wide {
	max-width: 1320px;
}
.container.medium {
	max-width: 1000px;
}
.container.narrow {
	max-width: 660px;
	text-align: center;
}
.darker {
	color: #333;
}
article p, article ul.bullet, article ol, article dl {
	margin: 1.5em 0;
	line-height: 1.6;
}
article img {
	max-width: 100%;
	height: auto;
}
article img.fl {
	max-width: 50%;
	margin: 0 1.2em 0.4em 0;
}
article img.fr {
	max-width: 50%;
	margin: 0 0 0.4em 1.2em;
}
article img.fl.spacing {
	margin-right: 25%;
}
article img.fr.spacing {
	margin-left: 25%;
}
.divider {
	height: 1px;
	background: #e8e8e8;
	margin: 50px 0;
}
h1, h2, h3, #banner .title {
	font-weight: normal;
	line-height: 1.2;
}
h1, h2, #banner .title {
	text-align: center;
}
.blog {
	background: #f2f2f2;
}
.blog article {
	padding: 0;
	font-size: 16px;
	color: #333;
}
.blog h1, .blog h2 {
	text-align: left;
}
.blog.page h2 {
	font-size: 30px;
}
.blog.page .container {
	display: table;
	table-layout: fixed;
}
.blog.page article, .blog.page aside {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.blog.page aside {
	display: table-cell;
	width: 280px;
	padding-left: 40px;
}
div.social-likes {
	display: block;
	margin: 20px 0 30px;
}
.social-likes__widget {
	float: left;
	margin: 6px 6px 0 0;
}
.blog.root section {
	padding: 0;
}
.blog.root h2 a {
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #c6c6c6;
}
.blog.root h2 {
	padding-bottom: 30px;
	border-bottom: 1px solid #c6c6c6;
}
.blog.root li, .blog.category li {
	width: 47.918%;
	margin-bottom: 50px;
}
.blog.root li {
	float: right;
}
.blog.root li:first-child, .blog.category li {
	float: left;
}
.blog.root li:not(:nth-child(-n+2)) {
	clear: right;
}
.blog.root h2 a:hover {
	color: #ff4020;
	border-color: transparent;
}
.blog img {
	display: block;
	height: auto;
}
.blog .date {
	font-size: 13px;
	color: #999;
}
.blog.root img, .blog.category img {
	width: 100%;
	margin: 20px auto;
}
.blog.page img {
	max-width: 100%;
}
.blog.root .date {
	margin: 12px 0 4px;
}
.blog.category li:nth-child(odd) {
	clear: left;
	margin-right: 4.166%;
}
.blog.root li {
	margin-bottom: 30px;
}
.blog.root li a {
	color: #111;
	text-decoration: none;
}
.blog.root li a:hover {
	color: #ff4020;
}
.blog.root li:first-child h3 {
	font-size: 25px;
}
.blog.root li p {
	color: #777;
	margin-top: 16px;
}
.blog.category h2 {
	font-size: 18px;
	margin: 8px 0;
	text-align: left;
}
.blog.category h2 a {
	text-decoration: none;
	color: inherit;
}
.blog.category h2 a:hover {
    color: #ff4020;
}
.blog.category li:nth-child(-n+4) h2 {
	font-size: 25px;
}
.blog .similar {
	margin-top: 40px;
}
.blog .similar li {
	margin: .6em 0;
}
h1, h2 {
	font-size: 36px;
	color: #222;
	margin: 0 auto 20px;
}
.home h2 {
	font-size: 42px;
	margin-bottom: 30px;
}
article h2 {
	margin-top: 50px;
}
article h3 {
	font-size: 20px;
	margin: 30px 0 10px;
}
header {
	color: #111;
	width: 100%;
	padding: 38px 0 28px;
	-webkit-transition: .3s;
	transition: .3s;
}
.home header, header.sticky {
	color: #fff;
	position: absolute;
	top: 0;
	z-index: 100;
	-webkit-transform: translateZ(0);
}
header .logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6%;
}
header .logo img {
	display: block;
	width: 154px;
	height: 57px;
}
header .buttons {
	float: right;
	margin-top: 12px;
}
header .button {
	display: block;
	float: left;
	margin-left: 12px;
}
header .contacts {
	white-space: nowrap;
	margin-top: 4px;
}
header .contacts, header .contacts li {
	display: inline-block;
	vertical-align: middle;
}
header .contacts li {
	margin-left: 13%;
}
header .contacts li > div, #menu-bar .contacts li > div {
	font-size: 13px;
	color: #999;
}
header .callback {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
	padding-left: 38px;
	background: url("/img/callback.png") 0 50% no-repeat;
	-webkit-background-size: 26px;
	background-size: 26px;
}
header .callback:hover {
	text-decoration: underline;
}
header .contacts .phone, #menu-bar .contacts .phone {
	font-size: 20px;
	font-weight: bold;
}
header .contacts .callback {
	font-size: 14px;
	color: #ff4020;
}
nav {
	margin-top: 28px;
}
nav .switcher {
	display: block;
	color: #555;
	width: 26px;
	height: 23px;
	background: currentColor;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	padding: 7px 0;
	border-top: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
}
.home nav .switcher, .sticky nav .switcher {
	color: #fff;
}
nav .switcher:hover {
	color: #ff411f;
}
nav ul {
	display: table;
	height: 40px;
}
nav li {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 30px 0 0;
	text-align: center;
}
nav li:last-child {
	padding-right: 0;
}
nav a {
	color: inherit;
	text-decoration: none;
}
nav a:hover {
	color: #ff411f;
	text-decoration: underline;
}
header.sticky {
	position: fixed;
	padding: 16px 0;
	background: rgba(36,34,37,0.9);
}
header.sticky .logo {
	display: none;
}
header.sticky .contacts {
	display: none;
}
header.sticky nav {
	margin-top: 0;
}
header.sticky .buttons {
	margin-top: 5px;
}
#menu-bar {
	background: #242225;
	color: #fff;
	width: 100%;
	max-width: 386px;
	height: 100%;
	padding: 22px 40px;
	position: fixed;
	left: -100%;
	top: 0;
	bottom: auto;
	z-index: 150;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
	overflow-y: auto;
}
#menu-bar.active {
	left: 0;
	opacity: 1;
}
#menu-bar .buttons .button {
	float: left;
	margin: 0 12px 12px 0;
}
#menu-bar .menu ul {
	margin: 36px 0;
}
#menu-bar .menu li, #menu-bar .requests li {
	margin: 3px 0;
}
#menu-bar .menu a {
	color: inherit;
	text-decoration: none;
}
#menu-bar .menu a:hover {
	color: #ff411f;
	text-decoration: underline;
}
#menu-bar .contacts {
	margin: 50px 0 32px;
}
#menu-bar .contacts li {
	margin-top: 12px;
}
#menu-bar .social-networks {
	margin: 40px 0 20px;
}
.menu-bar-open {
	overflow: hidden;
}
.menu-bar-open body {
	overflow: scroll;
	position: relative;
}
#page-nav {
	background: #ff7d62;
}
#page-nav .container {
	display: table;
	height: 80px;
}
#page-nav a {
	display: table-cell;
    text-align: center;
	vertical-align: middle;
	padding: 0 20px;
	border-right: 1px solid #ff8e77;
	text-decoration: none;
	color: #fff;
}
#page-nav a:first-child {
	border-left: 1px solid #ff8e77;
}
#page-nav a:hover {
	background: #ff4020;
}
.menu-bar-open:after  {
	display: none;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(36,34,37,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 120;
}
#intro {
	max-width: 1920px;
	max-height: 706px;
	padding: 0;
	background: #030303 url("/img/bg-intro.jpg") 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#intro:before, #intro:after {
	content: "";
	display: block;
	width: 100%;
}
#intro:before {
	padding-top: 50%;
	position: relative;
	z-index: -1;
}
#intro:after {
	height: 282px;
	background: url("/img/video-overlay.png") 50% 0 repeat-x;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
#intro video {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.home h1 {
	font-size: 48px;
	position: absolute;
	left: 50%;
	top: 54%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1080px;
	padding: 0 20px;
	z-index: 5;
	color: #fff;
}
#plans ul, .plan .configs, .options  .certificates {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 40px;
}
#plans li, .plan .configs li, .options  .certificates li {
	display: table-cell;
	padding: 10px 10px 120px;
	text-align: center;
	border: 1px solid #e4e4e4;
	position: relative;
}
#plans img {
	display: block;
	font-size: 30px;
	width: 5em;
	height: 5em;
	margin: 0 auto 8px;
}
#plans h3 {
	font-size: 21px;
	font-weight: bold;
	color: #222;
}
#plans .price {
	font-size: 35px;
	line-height: 1;
	color: #222;
	margin: 16px 0;
}
#plans .price span {
	font-size: 13px;
}
#plans .price span:last-child {
	vertical-align: top;
}
#plans li p {
	max-width: 212px;
	margin: 0 auto;
    font-size: 13px;
	line-height: 1.53;
}
#plans .button, .plan .configs .button, .options .certificates .button {
	padding: .5em 0 .7em;
    font-size: 17px;
	width: 140px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -70px;
}
#plans .button:active, .plan .configs .button:active, .options .certificates .button:active {
	top: auto;
	bottom: 49px;
}
#plans ul.owl-carousel, .plan .configs.owl-carousel, .options #cms-netcat ul.owl-carousel {
	width: 280px;
	margin: 0 auto;
}
#plans ul.owl-carousel {
	display: block;
	border: 1px solid #e4e4e4;
	margin-bottom: 40px;
}
#plans ul.owl-carousel li, .plan .configs.owl-carousel li, .options #cms-netcat ul.owl-carousel li {
	display: block;
	width: 100%;
	border: 0;
}
.options #cms-netcat ul.owl-carousel li {
	margin: 0;
	float: none;
}
.owl-dots {
	text-align: center;
}
#plans .owl-dots, #promos .owl-dots, plan .owl-dots {
	margin-bottom: -40px;
}
.options .owl-dots {
	margin-top: 16px;
}
.options #cms-netcat .owl-dots {
	margin-bottom: 40px;
}
.owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #cfcfcf;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
	vertical-align: bottom;
}
.owl-dot:hover, .owl-dot.active {
	background: #ff5b3e;
}
#advantages {
	background: #f7f7f7;
}
#advantages li:not(:last-child) {
	margin-bottom: 100px;
}
#advantages li, .plan #features li {
    display: -webkit-box;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#advantages li > div, .plan #features li > div {
	width: 48%;
}
#advantages li:nth-child(odd), .plan #features li:nth-child(odd) {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#advantages li img, .plan #features li img {
	display: block;
	max-width: 96%;
	height: auto;
	margin: 0 auto;
}
#advantages h3, .plan #features h3 {
	font-size: 35px;
	color: #ff411f;
	margin: 10px 0;
}
#advantages li p {
	line-height: 1.67;
	color: #555;
	margin-top: 16px;
}
#promos ul {
    display: -webkit-box;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
#promos li {
	max-width: 240px;
	text-align: center;
}
#promos li:before {
	content: "";
	display: block;
	font-size: 128px;
	width: 1em;
	height: 1em;
	background: url("/img/promos.png") no-repeat;
	-webkit-background-size: 3em 1em;
	background-size: 3em 1em;
	margin: 10px auto 30px;
}
#promos li.freedomain:before {
	background-position: -1em 0;
}
#promos li.discount:before {
	background-position: -2em 0;
}
#promos h3 {
    font-weight: bold;
	font-size: 21px;
	line-height: 1.05;
	color: #222;
}
#promos li p {
	font-size: 13px;
	margin-top: 10px;
}
#promos ul.owl-carousel, .options ul.owl-carousel {
	display: block;
	max-width: 280px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
#promos ul.owl-carousel li {
	display: block;
	border: 0;
	padding-bottom: 10px;
	max-width: 280px;
}
#reviews {
    max-width: 1920px;
	padding: 0;
	background: #eee;
	overflow: hidden;
	position: relative;
}
#reviews .owl-carousel .owl-stage-outer {
	overflow: visible;
}
#reviews h2 {
	display: table;
	height: 100px;
	width: 100%;
	max-width: 1000px;
	padding: 0 90px;
	margin: 0 auto -100px;
	text-align: left;
	font-size: 23px;
	font-weight: bold;
	color: #ff4020;
	position: relative;
	z-index: 10;
}
#reviews h2 > span {
	display: table-cell;
	vertical-align: middle;
}
#reviews h2 br:last-of-type {
	display: none;
}
#reviews .slider {
	position: relative;
}
.review {
 	min-height: 452px;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.review .container {
	padding: 100px 90px 40px;
}
.review.allian  {
	background-image: url("/img/reviews/allian.jpg");
}
.review.korebus {
	background-image: url("/img/reviews/korebus.jpg");
}
.review.baqum {
	background-image: url("/img/reviews/baqum.jpg");
}
.review.wbstar {
	background-image: url("/img/reviews/wbstar.jpg");
}
.review.autojoy {
	background-image: url("/img/reviews/autojoy.jpg");
}
.review.interiv {
	background-image: url("/img/reviews/interiv.jpg");
}
.review.hot-swimwear {
	background-image: url("/img/reviews/hot-swimwear.jpg");
}
.review.yrglicey {
	background-image: url("/img/reviews/yrglicey.jpg");
}
.review.denisoft {
	background-image: url("/img/reviews/denisoft.jpg");
}
.review.newdaystudio {
	background-image: url("/img/reviews/newdaystudio.jpg");
}
.review.radiodetali-nsk  {
	background-image: url("/img/reviews/radiodetali-nsk.jpg");
}
.review.aeroclub68 {
	background-image: url("/img/reviews/aeroclub68.jpg");
}
.review.TVFCommunications {
	background-image: url("/img/reviews/TVFCommunications.jpg");
}
.review cite, .review blockquote, .review .source {
	position: relative;
	z-index: 5;
}
.review cite {
	display: block;
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
	color: #222;
}
.review cite span {
	font-size: 13px;
	color: #777;
}
.review blockquote {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	margin: 10px 0 20px;
}
.review .source {
	text-align: right;
	font-size: 12px;
}
#reviews .owl-nav {
	width: 960px;
	font-size: 30px;
	position: absolute;
	z-index: 8;
	left: 50%;
	top: 50%;
	margin: -0.5em 0 0 -480px;
}
#reviews .owl-prev, #reviews .owl-next {
	display: block;
	width: 1em;
	height: 1em;
	background: #fff url("/img/slider-nav.png") no-repeat;
	-webkit-background-size: 2em 2em;
	background-size: 2em 2em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
}
#reviews .owl-prev {
	left: 0;
}
#reviews .owl-prev:hover {
	background-position: 0 -1em;
}
#reviews .owl-next {
	background-position: -1em 0;
	right: 0;
}
#reviews .owl-next:hover {
	background-position: -1em -1em;
}
#reviews .owl-prev:hover, #reviews .owl-next:hover {
	background-color: #e03112;
}
#clients h2 {
	font-size: 15px;
	color: #777;
}
#clients ul {
    display: -webkit-box;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-top: 40px;
}
#clients li img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}
#banner {
	height: 428px;
	background: #242225 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
}
#banner .container {
	display: table;
	max-width: 1080px;
}
#banner .container > div {
	display: table-cell;
	vertical-align: middle;
}
.about #banner {
	background-image: url("/img/banners/about.jpg");
}
.domains #banner {
	background-image: url("/img/banners/domain.jpg");
	padding-top: 20px;
}
.plan.virtual #banner {
	background-image: url("/img/banners/virtual-hosting.jpg");
}
.plan.vps #banner {
	background-image: url("/img/banners/hosting-vps.jpg");
}
.plan.wordpress #banner {
	background-image: url("/img/banners/hosting-wordpress.jpg");
}
.options #banner {
	background-image: url("/img/banners/options.jpg");
}
.servers #banner {
    background-image: url("/img/banners/servers.jpg");
}
.plan #banner .title {
	max-width: 800px;
	margin: 0 auto;
}
.plan #banner p {
	font-size: 18px;
	max-width: 540px;
	margin: 1.5em auto .5em;
}
.about .features li {
	width: 45%;
	float: left;
}
.about .features li:nth-child(2) {
	margin-left: 10%;
}
.about .features li:nth-child(3) {
	width: 100%;
	clear: both;
}
.about .features h2 {
	text-align: left;
	margin-left: 0;
}
.about .features h2, .about .features p {
	max-width: 470px;
}
.about .features img.fr {
	margin-right: 15%;
}
.about .features li {
        margin-top: 40px;
}
.about .features h2 {
        float: left;
        margin-top: 0;
}
.about .features p {
        clear: left;
}

.domains #info > div {
	width: 46%;
	float: left;
}
.domains #info > div:nth-child(even) {
	float: right;
}
.domains #info h2 {
	font-size: 25px;
	text-align: left;
	margin-bottom: .5em;
}
.domains #info h2:not(:first-of-type) {
	margin-top: 2em;
}
.domains #info p {
	margin-top: 1.5em;
}
#banner .title {
	font-size: 48px;
}
.domains #banner .title {
	max-width: 680px;
	font-size: 40px;
	margin: 0 auto;
}
.domains #banner .title + p {
	max-width: 580px;
	margin: 20px auto;
	text-align: center;
}
.domains #banner .search {
	position: relative;
	margin-top: 80px;
}
.domains #banner .search input {
	height: 58px;
	margin: 0;
	background: #fff;
	color: #777;
}
.domains #banner .search button {
	height: 50px;
	font-size: 17px;
	font-weight: normal;
	padding: 0 1.8em;
	float: right;
	margin: -54px 4px 0 0;
	position: relative;
	z-index: 3;
}
.domains h1 {
	text-align: left;
	font-size: 25px;
	margin-bottom: 4px;
}
.prices .note {
	float: left;
}
.prices .select-all {
	float: right;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
.prices .select-all:hover, .domains #results .show-available:hover {
	color: #f85438;
}
.prices dt, .prices dd {
	margin: 12px 0;
}
.prices dt {
	color: #333;
	position: relative;
	padding-left: 32px;
	float: left;
	clear: left;
	cursor: pointer;
}
.prices dt:before, .prices dt:after {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.prices dt:before {
    content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	left: 0;
}
.prices dt:after {
	width: 18px;
	height: 14px;
	background: url("/img/check.png") no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	left: 5px;
}
.prices dt.selected:after {
	content: "";
}
.prices dd {
	color: #f85438;
	float: right;
}
.prices.popular {
	margin-bottom: 40px;
}
.prices.popular dt {
	font-size: 30px;
	width: 16.66%;
	clear: none;
	padding-bottom: 10px;
}
.prices.popular dd {
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin: 62px 0 0 -16.66%;
}
#best-prices dl {
	width: 28%;
	float: left;
	margin-top: 16px;
}
#best-prices dl:nth-of-type(2) {
	width: 36%;
	padding: 0 4%;
	margin: 16px 4% 0;
	border-left: 1px solid #e5e8e8;
	border-right: 1px solid #e5e8e8;
}
#new-domains {
	padding: 20px 30px;
	border: 1px solid #ede9e6;
}
#new-domains > div {
	display: none;
}
#new-domains h2 {
	font-size: 25px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
}
#new-domains .note {
	padding-left: 4%;
}
#new-domains .note, #new-domains .select-all, .domains #results .show-available {
    margin-top: 40px;
}
#new-domains dl {
	width: 50%;
	float: left;
	padding-left: 4%;
	margin-top: 20px;
}
#new-domains .show-more {
	margin: 20px 0;
	display: none;
}
#new-domains .show-more a {
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px dotted currentColor;
	cursor: pointer;
}
#new-domains dl:after {
	content: "";
	display: table;
	width: 100%;
}
#new-domains dd {
	display: none;
}
.hide-unabailable .status-taken {
/*	display: none;*/
}
.domains #results {
	color: #333;
	border-bottom: 1px solid #eee;
}
.domains #results h1 {
	float: left;
}
.domains #results .show-available {
	float: right;
	margin-top: 8px;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
.domains #results table {
	width: 100%;
	font-size: 17px;
	border-collapse: collapse;
}
.domains #results th, .domains #results td {
	padding: 20px 10px;
	text-align: left;
	vertical-align: middle;
}
.domains #results th {
	font-weight: normal;
	padding-left: 0;
}
.domains #results td:nth-child(2) {
	color: #4ecc1f;
}
.domains #results td:nth-child(3) {
	text-align: center;
}
.domains #results td:last-child {
	padding-right: 0;
	text-align: right;
}
.domains #results .unavailable > *, .domains #results .unavailable td:nth-child(2) {
	color: #aaa;
}
#equipment {
	color: #333;
}
#equipment:before {
	content: "";
	display: block;
	width: 100%;
	margin: 30px 0;
	height: 420px;
	background: url("/img/bg-equipment.jpg") 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#equipment .col {
	width: 42%;
}
#contacts ul {
	clear: both;
}
#contacts li {
	width: 22%;
	text-align: center;
	font-size: 18px;
	float: left;
	margin: 20px 0 20px 4%;
	color: #222;
}
#contacts li:first-child {
	margin-left: 0;
}
#contacts li:nth-child(5) {
	clear: left;
	margin-left: 26%;
}
#contacts li:nth-child(-n+4):before {
	content: "";
	display: block;
	font-size: 40px;
	width: 3em;
	height: 2em;
	background: url("/img/contacts.png") no-repeat;
	-webkit-background-size: 3em 8em;
	background-size: 3em 8em;
	margin: 16px auto;
}
#contacts li:nth-child(2):before {
	background-position: 0 -2em;
}
#contacts li:nth-child(3):before {
	background-position: 0 -4em;
}
#contacts li:nth-child(4):before {
	background-position: 0 -6em;
}
#contacts li h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 12px;
}
#contacts li a {
	text-decoration: none;
}
#contacts li:nth-last-child(-n+2) a {
	font-size: 21px;
}
#requisites {
	background: #f7f7f7;
	color: #333;
}
#requisites h2 + p {
	font-size: 18px;
	text-align: center;
}
.requisites, #faq li {
	font-size: 18px;
	background: #fff;
	padding: 1.55em 1.77em;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 60px;
}
.requisites h3, #faq h3 {
	font-size: 1em;
	position: relative;
}
.requisites h3:after, #faq li h3:after, #new-domains h2:after {
	content: "";
	display: block;
	font-size: 16px;
	width: 1.5em;
	height: 1em;
	background: url("/img/expand-collapse.png") no-repeat;
	-webkit-background-size: 3em 2em;
	background-size: 3em 2em;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.5em;
}
.requisites h3:hover:after, #faq li h3:hover:after, #new-domains:hover h2:after {
	background-position: -1.5em 0;
}
.requisites.expanded h3:after, #faq li.expanded h3:after, #new-domains.expanded h2:after {
	background-position: 0 -1em;
}
.requisites.expanded h3:hover:after, #faq li.expanded:hover h3:after, #new-domains.expanded:hover h2:after {
	background-position: -1.5em -1em;
}
.requisites h3 {
    cursor: pointer;
	padding: 28px 32px;
}
.requisites h3:after {
	right: 32px;
}
.requisites {
	padding: 0;
}
.requisites dl {
	display: none;
	padding: 0 28px 20px;
}
.requisites dt, .requisites dd {
	float: left;
	margin: 8px 0;
}
.requisites dt {
	clear: left;
	font-weight: bold;
	margin-right: .5em;
}
.action section {
	border-top: 1px solid #eee;
	padding-left: 300px;
	position: relative;
}
.action section:first-of-type {
	padding-top: 2px;
	border-top: 0;
}
.action section:before {
	content: "";
	display: block;
	font-size: 256px;
	width: 1em;
	height: 1em;
	background: url("/img/promos@2x.png") no-repeat;
	-webkit-background-size: 3em 1em;
	background-size: 3em 1em;
	position: absolute;
	left: 0;
	top: 0;
}
.action section:nth-of-type(1):before {
	background-position: -1em 0;
}
.action section:nth-of-type(2):before {
	background-position: 0 0;
	top: 20px;
}
.action section:nth-of-type(3):before {
	background-position: -2em 0;
	top: 90px;
}
.action h2 {
	font-size: 25px;
	text-align: left;
}
.action li {
	margin: .4em 0;
}
.action .tariffs li {
	font-size: 1.4em;
}
.action .tariffs a {
	text-decoration: none;
}
.action .tariffs a:hover {
	text-decoration: underline;
}
.action h3 {
	font-size: 1em;
	margin-top: 1em;
}
.categories {
	background: #ff7d62;
	padding: 20px 0;
}
.categories .container {
	padding: 0;
}
.categories a {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	padding: .3em .66em .4em;
	color: #fff;
	text-decoration: none;
	float: left;
	margin: .1em .5em;
}
.categories a:hover {
	background: #f34235;
}
.free-transfer {
	display: table;
	width: 100%;
	height: 100px;
	max-width: 828px;
	background: #0b81af url("/img/free-transfer.jpg") 40% 50% no-repeat;
	color: #fff;
	font-size: 18px;
}
.free-transfer > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30% 0 6%;
}
aside .widget {
	width: 240px;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.subscription {
	padding: 30px 20px;
	background: #fff url("/img/corner.png") 100% 0 no-repeat;
}
.subscription h3 {
	font-size: 25px;
	line-height: 1;
	color: #222;
}
.subscription h3 + p {
	font-size: 12px;
	line-height: 1.1;
	color: #ff4020;
	margin: 10px 0 30px;
}
.subscription input {
	height: 32px;
	background: #f4f4f4;
	border-color: #f4f4f4;
	color: #777;
	font-size: 13px;
	padding: 4px 16px;
}
.subscription input:focus {
	border-color: #777;
}
.subscription button {
	font-size: 15px;
	font-weight: normal;
}
#faq {
	background: #f2f2f2;
}
#faq h2 {
	font-size: 42px;
	margin-bottom: 1em;
}
#faq li {
	padding: 1.1em 1.4em;
	margin-top: 4px;
    cursor: pointer;
}
#faq li h3 {
	color: #272727;
	padding-right: 2em;
}
#faq li div {
	max-width: 570px;
	font-size: 15px;
	margin-top: 10px;
	display: none;
}
.affiliate {
	color: #555;
}
.affiliate h1, .affiliate h2 {
	font-size: 36px;
	text-align: center;
}
.affiliate h1 + p, .affiliate #materials h2 + p {
	font-size: 18px;
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}
.affiliate .steps, .tech .options {
	list-style: none;
	counter-reset: li;
	position: relative;
	margin: 40px auto 100px;
	padding-left: 0;
}
.affiliate .steps li, .tech .options > li {
	width: 48%;
	max-width: 400px;
	min-height: 50px;
	padding: 12px 0 0 70px;
	float: left;
	text-align: left;
	position: relative;
}
.affiliate .steps li:nth-child(2) {
	clear: left;
}
.affiliate .steps li:nth-child(3) {
	position: absolute;
	right: 0;
	top: 0;
}
.affiliate .steps li:before, .affiliate .conditions .profit:after, .tech .options > li:before {
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f85438;
	color: #fff;
	text-align: center;
	position: absolute;
}
.affiliate .steps li:before, .tech .options > li:before {
	content: counter(li, decimal);
	counter-increment: li;
	font-size: 30px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
}
.affiliate #details {
	background: #f2f2f2;
}
.affiliate #details .container {
	padding: 50px 20px 80px;
}
.affiliate #details h2 {
	margin-top: 0;
}
.affiliate .conditions {
	display: table;
}
.affiliate .conditions > div {
	display: table-cell;
	vertical-align: top;
}
.affiliate .conditions > div:first-child {
	padding-right: 40px;
}
.affiliate .conditions h3, .affiliate .conditions p {
	max-width: 580px;
}
.affiliate .conditions h3 {
	font-size: 22px;
	margin-bottom: 24px;
	color: #222;
}
.affiliate .conditions p {
	margin-top: 1em;
}
.affiliate .conditions .profit {
	font-size: 200px;
	width: 1.19em;
	line-height: 1;
	color: #444;
	position: relative;
	text-align: right;
	padding-right: .15em;
}
.affiliate .conditions .profit span {
	display: block;
	width: .52em;
	text-align: right;
	float: left;
}
.affiliate .conditions .profit span.narrow {
	width: .38em;
	margin-left: .14em;
}
.affiliate .conditions .profit:after {
	content: "%";
	font-size: .145em;
	line-height: 1.725em;
    letter-spacing: 0;
	width: 1.725em;
	height: 1.725em;
	right: 0;
	top: .8em;
}
.affiliate .conditions .note {
	font-size: 13px;
	text-align: center;
	color: #777;
}
.affiliate #details .divider {
	background: #d0d0d0;
	margin: 0;
}
.affiliate #materials {
	text-align: center;
}
.affiliate .banners {
	max-width: 662px;
	margin: 50px auto;
}
.affiliate .banners img {
	float: left;
	max-width: 100%;
	margin: 0 24px 24px 0;
}
.affiliate .banners img:nth-child(2) {
	margin-right: 0;
}
.payment article {
	background: #f2f2f2;
}
.payment #main p, .payment #juristic p {
	max-width: 850px;
	margin: 1.5em auto;
	text-align: center;
	line-height: 1.3;
}
.payment-methods {
	background: #fff;
}
.payment-methods > li {
	padding: 30px;
	border-bottom: 1px solid #f2f2f2;
}
.payment-methods h3 {
	font-size: 18px;
	color: #222;
	margin: 0;
	float: left;
}
.payment-methods .logos {
	float: right;
}
.payment-methods .logos img {
	display: inline-block;
	max-height: 36px;
	width: auto;
	vertical-align: middle;
	margin-left: 8px;
}
.payment-methods p {
	max-width: 430px;
	margin-top: 8px;
	clear: both;
}
.payment-methods .instruction {
	background: #f2f2f2;
	padding: 20px;
	display: none;
}
.payment-methods .instruction p {
	max-width: 100%;
}
.payment-methods .instruction > :first-child {
	margin-top: 0;
}
.payment-methods ul {
	margin: 30px 0;
}
.payment-methods ul li {
	float: left;
	margin-right: 20px;
}
.payment-methods ul li span {
	font-size: 30px;
	color: #f85438;
}
.payment-methods ul li span span {
	font-size: 15px;
}
.payment-methods .show-instruction, .payment-methods .hide-instruction {
	text-decoration: none;
	border-bottom: 1px dotted currentColor;
	cursor: pointer;
}
.payment-methods .show-instruction {
	opacity: 1;
	-webkit-transition: .5s;
	transition: .5s;
}
.payment-methods .show-instruction.hidden {
	opacity: 0;
}
.payment-methods .show-instruction:hover, .payment-methods .hide-instruction:hover {
	border-style: solid;
}
.payment-methods h4, .payment-methods h5 {
	font-weight: bold;
	margin-top: 1em;
}
.payment-methods h4 {
	font-size: 17px;
}
.payment-methods h5 {
	font-size: 16px;
}
.payment-methods ol {
	padding-left: 0;
	list-style-position: inside;
}
.payment-methods ol li p:first-of-type {
	display: inline;
}
.payment-methods li img {
	margin-top: 1em;
	max-width: 100%;
}
.tech article h1 + p, .tech #documentation h2 + p {
	max-width: 800px;
	line-height: 1.3;
	text-align: center;
	margin: 0 auto 20px;
}
.tech .options {
	margin: 20px auto 50px;
}
.tech .options > li {
	width: 45%;
	max-width: 430px;
	padding-left: 0;
}
.tech .options > li:nth-child(2) {
	float: right;
}
.tech .options > li:before {
	position: static;
}
.tech .options h3 {
	font-size: 25px;
	color: #222;
	margin: 24px 0 10px;
}
.tech .options a {
	white-space: nowrap;
}
.tech .options .phones h4 {
	font-size: 15px;
	font-weight: normal;
	color: #222;
}
.tech .options .phones a {
	font-size: 25px;
	text-decoration: none;
}
.tech #documentation {
	background: #f2f2f2;
}
.tech #documentation .links > li {
	width: 45%;
	max-width: 360px;
	float: right;
	clear: right;
	margin-top: 32px;
}
.tech #documentation .links > li:first-child {
	float: left;
	clear: left;
}
.tech #documentation h3 {
	font-size: 22px;
	color: #222;
	margin-bottom: 20px;
}
.tech #documentation .links li li {
	margin: 10px 0;
}
.tech #faq {
	padding-top: 20px;
}
#faq .button {
	margin-top: 50px;
}
.plan #page-nav a {
	font-size: 18px;
}
.plan h1 {
	font-size: 42px;
}
.plan #configuration {
	background: #f2f2f2;
}
.plan #configuration h1 {
	margin-bottom: 4px;
}
.plan #configuration h1 + p {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}
.plan .configurator {
	display: table;
	width: 100%;
	background: #fff;
	color: #333;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 48px;
	margin: 30px auto;
}
.plan .configurator > div {
	display: table-cell;
	vertical-align: top;
}
.plan .configurator > div:last-child {
	width: 320px;
	padding-left: 64px;
	border-left: 1px solid #ddd;
}
.plan .configurator .settings li {
	float: left;
	margin: 0 32px 24px 0;
}
.plan .configurator .settings li:last-child {
	margin-right: 0;
}
.plan .configurator .option {
	display: block;
	height: 64px;
	width: 132px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0;
	position: relative;
}
.plan .configurator .option.ssd:after {
	content: "SSD";
	display: block;
	width: 28px;
	height: 28px;
	background: #ff4020;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 11px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -14px;
}
.plan .configurator .option input {
	display: block;
	width: 58px;
	padding: 0;
	border: 0;
	margin: 0 2px 0 10px;
	background: transparent;
	font-size: 35px;
	height: 62px;
	color: #222;
	float: left;
    text-align: center;
}
.plan .configurator .option .measure {
	height: 62px;
	line-height: 78px;
}
.plan .configurator .option .increase, .plan .configurator .option .decrease {
	display: block;
	width: 23px;
	height: 22px;
	background: #fafafa;
	position: absolute;
	right: 8px;
	top: 50%;
}
.plan .configurator .option .increase {
	border-bottom: 1px solid #e7e5e3;
	margin-top: -21px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.plan .configurator .option .decrease {
	border-top: 1px solid #e7e5e3;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.plan .configurator .option .increase:after, .plan .configurator .option .decrease:after {
	content: "";
	display: block;
	width: 7px;
	height: 4px;
	background: url("/img/increase-decrease.png") no-repeat;
	position: absolute;
	left: 8px;
	top: 9px;
}
.plan .configurator .option .increase:hover, .plan .configurator .option .decrease:hover {
	background: #eee;
}
.plan .configurator .option .limit {
	background: #fafafa !important;
	opacity: 0.4;
}
.plan .configurator .option .decrease:after {
	background-position: 0 -4px;
}
.plan .configurator .cost {
	font-size: 13px;
	color: #777;
}
.plan .configurator .note {
	max-width: 400px;
}
.plan .configurator .price-montly {
	font-size: 50px;
	color: #222;
}
.plan .configurator .price-montly > :last-child {
	font-size: 18px;
}
.plan .configurator .result h4 {
    font-size: 13px;
	margin-bottom: 8px;
}
.plan .dropdown {
	height: 30px;
	font-size: 13px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #e7eaea;
	position: relative;
	z-index: 3;
}
.plan .dropdown:after {
	content: "";
	display: block;
	width: 7px;
	height: 4px;
	background: url("/img/dropdown.png") no-repeat;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -2px;
	z-index: 3;
	-webkit-transition: .3s;
	transition: .3s;
}
.plan .dropdown.expanded:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(180deg);
}
.plan .dropdown .current, .plan .dropdown li {
	padding: 0 12px;
}
.plan .dropdown .current {
	position: relative;
	z-index: 2;
	background: #fff;
}
.plan .dropdown del {
	color: #777;
}
.plan .dropdown ul {
	width: 100%;
	background: #fff;
	outline: 1px solid #e7eaea;
	border-top-color: #fff;
	position: absolute;
	left: 0;
	top: 27px;
	display: none;
}
.plan .dropdown li:hover {
	background: #f2f2f2;
}
.plan .dropdown .discount {
	display: inline-block;
	width: 38px;
	height: 15px;
	background: url("/img/discount.png") no-repeat;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	text-align: center;
	padding-left: 6px;
	margin: 7px 0 0 6px;
	vertical-align: top;
}
.plan .configurator .promo {
    font-size: 13px;
	color: #777;
	margin: 10px 0 20px;
}
.plan #features {
	padding-top: 10px;
	overflow: hidden;
}
.plan #features li {
	padding: 60px 0;
	position: relative;
}
.plan.vps #features li:first-child {
	padding-top: 20px;
}
.plan #features li:not(:last-child):after {
	content: "";
	display: block;
	width: 4000px;
	height: 1px;
	background: #e7eaea;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -2000px;
}
.plan #features h3 {
	font-size: 30px;
}
.plan #features p {
	max-width: 380px;
}
.plan #benefits, .plan #tech-details {
	padding-top: 20px;
}
.plan #benefits ul, .plan #tech-details ul {
	margin-top: 50px;
}
.plan #benefits li, .plan #tech-details li {
	width: 48%;
	min-height: 100px;
	float: left;
	padding-left: 100px;
	margin-bottom: 24px;
	position: relative;
}
.plan #benefits li:nth-child(odd), .plan #tech-details li:nth-child(odd) {
	clear: left;
}
.plan #benefits li:nth-child(even), .plan #tech-details li:nth-child(even) {
	margin-left: 4%;
}
.plan #benefits li h3, .plan #tech-details li h3 {
	font-size: 18px;
	color: #272727;
	margin-bottom: 8px;
}
.plan #benefits li:before, .plan #tech-details li:before {
	content: "";
	display: block;
	font-size: 100px;
	width: 1em;
	height: 1em;
	background: url("/img/plans/benefits.png") no-repeat;
	-webkit-background-size: 8em 1em;
	background-size: 8em 1em;
	position: absolute;
	left: 0;
	top: 0;
}
.plan #tech-details li:before {
	background-image: url("/img/plans/tech-details.png");
}
.plan #benefits li:nth-child(2):before, .plan #tech-details li:nth-child(2):before {
	background-position: -1em 0;
}
.plan #benefits li:nth-child(3):before, .plan #tech-details li:nth-child(3):before {
	background-position: -2em 0;
}
.plan #benefits li:nth-child(4):before, .plan #tech-details li:nth-child(4):before {
	background-position: -3em 0;
}
.plan #benefits li:nth-child(5):before, .plan #tech-details li:nth-child(5):before {
	background-position: -4em 0;
}
.plan #benefits li:nth-child(6):before, .plan #tech-details li:nth-child(6):before {
	background-position: -5em 0;
}
.plan #benefits li:nth-child(7):before, .plan #tech-details li:nth-child(7):before {
	background-position: -6em 0;
}
.plan #benefits li:nth-child(8):before, .plan #tech-details li:nth-child(8):before {
	background-position: -7em 0;
}
.plan #discounts {
	width: 40%;
	float: left;
	color: #222;
}
.plan #discounts h2, .plan #templates h2 {
	font-size: 21px;
	text-align: left;
	margin-bottom: 30px;
}
.plan #discounts h3, .plan #templates h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1em;
}
.plan #discounts li {
	font-size: 25px;
	margin-top: 24px;
	line-height: 1.1;
}
.plan #discounts li:last-child {
	font-size: 30px;
}
.plan #discounts li div {
	font-size: 18px;
	color: #ff411f;
}
.plan #templates {
	width: 56%;
	max-width: 480px;
	float: right;
	color: #222;
}
.plan #templates ul {
	padding-left: 0;
	margin-bottom: 30px;
}
.plan #templates li {
	width: 50%;
	margin: 3px 0;
	float: left;
	padding-left: 20px;
}
.plan #templates li:nth-child(odd) {
	clear: left;
}
.plan #templates li:before {
	left: 0;
}
.plan #prices {
	background: #f2f2f2;
	color: #222;
	padding: 40px 0;
}
.plan .configs {
	margin-top: 0;
}
.plan .configs li {
	width: 25%;
	background: #fff;
	border: none;
	padding-bottom: 110px;
	margin-bottom: 20px;
}
.plan .configs li:not(:last-child) {
	border-right: 1px solid #ebebeb;
}
.plan .configs li h3 {
	font-size: 30px;
	margin: 20px 0;
}
.plan .configs li h3:after {
	content: "";
	display: block;
	font-size: 50px;
	width: 2em;
	height: 1em;
	background: url("/img/plans/vps-configs.png") no-repeat;
	-webkit-background-size: 2em 4em;
	background-size: 2em 4em;
	margin: 20px auto;
}
.plan .configs li:nth-child(2) h3:after {
	background-position: 0 -1em;
}
.plan .configs li:nth-child(3) h3:after {
	background-position: 0 -2em;
}
.plan .configs li:nth-child(4) h3:after {
	background-position: 0 -3em;
}
.plan .configs .price {
	font-size: 35px;
}
.plan .configs span {
	font-size: 18px;
}
.plan .configs ul {
	color: #777;
	margin-top: 10px;
}
.plan .configs ul li {
	display: block;
	border: none;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none !important;
}
.plan .configs .button {
	bottom: 32px;
}
.plan .configs .button:active {
	bottom: 31px;
}
.plan .options li {
	width: 30%;
	float: left;
	padding: 8px 0 0 80px;
	margin-top: 40px;
	position: relative;
}
.plan .options li:nth-child(2) {
	margin: 40px 5% 0;
}
.plan .options li:before {
	content: "";
	display: block;
	font-size: 60px;
	width: 1em;
	height: 1em;
	background: #fff url("/img/plans/options.png") no-repeat;
	-webkit-background-size: 3em 1em;
	background-size: 3em 1em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.plan .options li:nth-child(2):before {
	background-position: -1em 0;
}
.plan .options li:nth-child(3):before {
	background-position: -2em 0;
}
.options #banner .title {
	font-size: 36px;
}
.options #ispmanager {
	text-align: center;
	padding-bottom: 0;
}
.options #ispmanager .offer {
	font-size: 18px;
}
.options #ispmanager .license {
	max-width: 640px;
	background: #f2f2f2;
	color: #444;
	padding: 50px 30px;
	margin: 50px auto 0;
}
.options #ispmanager img {
	display: block;
	width: 99px;
	height: 37px;
	margin: 0 auto 30px;
}
.options #ispmanager .price {
	display: inline-block;
	font-size: 40px;
	line-height: 1;
	margin-right: 30px;
}
.options #ispmanager .price span {
	font-size: 18px;
}
.options #ispmanager .price, .options #ispmanager .button {
	vertical-align: bottom;
	margin-top: 40px;
}
.options #ispmanager .button {
	min-width: 140px;
}
.options #cms-netcat {
	color: #444;
	border-top: 1px solid #ddd;
}
.options #cms-netcat {
	padding-bottom: 0;
}
.options #cms-netcat h2 + p, .options #ssl-certificates h2 + p, .options #administration .description, .options #backup-disk .description {
	max-width: 512px;
	text-align: center;
	margin: 20px auto;
}
.options #cms-netcat .bonuses {
	max-width: 512px;
	font-size: 21px;
	position: relative;
	padding-left: 110px;
	margin: 40px auto;
}
.options #cms-netcat .bonuses:before {
	content: "\20BD";
	display: block;
	width: 76px;
	height: 76px;
	background: #ff411f;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 40px;
	line-height: 76px;
	padding-left: 8px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -38px;
}
.options #cms-netcat li {
	width: 30%;
	padding: 30px 20px 36px;
	float: left;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
}
.options #cms-netcat li:nth-child(3n+2) {
	margin: 0 5%;
}
.options #cms-netcat li h3, .options #cms-netcat li p, .options #cms-netcat li h3, .options #cms-netcat li .price, .options #cms-netcat li .bonus, .options #cms-netcat li .buy {
	max-width: 160px;
	margin: 0 auto;
}
.options #cms-netcat li h3 {
	font-size: 18px;
}
.options #cms-netcat li p {
	line-height: 1.1;
    min-height: 4.4em;
	color: #999;
	margin: 8px auto 2px;
}
.options #cms-netcat li img {
	display: block;
	width: 176px;
	height: 191px;
	margin: 0 auto 20px;
}
.options #cms-netcat li .price {
	font-size: 30px;
}
.options #cms-netcat li .price span {
	font-size: 18px;
}
.options #cms-netcat li .bonus {
	color: #ff411f;
}
.options #cms-netcat li .button {
	width: 140px;
	margin: 20px 0 0;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 2;
}
.options #cms-netcat li > a {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.options #cms-netcat li:hover {
	background: #f2f2f2;
}
.options #cms-netcat li:hover .button {
	opacity: 1;
}
.options #ssl-certificates {
	border-top: 1px solid #ddd;
	text-align: center;
}
.options #ssl-certificates h2 + p {
	margin-bottom: 40px;
}
.options .certificates {
	color: #222;
}
.options ul.owl-carousel li {
	display: block;
	width: 100%;
}
.options .certificates h3 {
	font-size: 15px;
	margin-bottom: 40px;
}
.options .certificates img {
	display: block;
	width: 120px;
	height: 30px;
	margin: 12px auto;
}
.options .certificates dt {
	color: #666;
}
.options .certificates dd {
	height: 40px;
	min-height: 3em;
	margin-bottom: 1em;
}
.options .certificates .price {
	font-size: 30px;
}
.options .certificates .price span {
	font-size: 15px;
}
.options #administration {
	background: #f2f2f2;
}
.options #administration .description, .options #backup-disk .description {
	max-width: 580px;
}
.options #administration .description p, .options #backup-disk .description p {
	margin-top: 14px;
}
.options #administration .offer {
	margin-top: 60px;
}
.options #administration .offer > div {
	width: 48%;
	max-width: 420px;
	float: left;
	margin: 30px 0;
	color: #222;
}
.options #administration .offer > div:last-child {
	float: right;
}
.options #administration .offer h3 {
	font-size: 22px;
	margin-bottom: 24px;
}
.options #administration .offer ul {
	padding-left: 24px;
}
.options #administration .offer li {
	margin: 14px 0;
}
.options #administration .offer .price {
	font-size: 30px;
}
.options #administration .offer .price span {
	font-size: 15px;
}
.options #administration .offer p {
	max-width: 280px;
	margin: 20px 0 30px;
}
.options #backup-disk dt, .servers #administration-services dt {
	display: table;
	height: 70px;
	width: 75%;
	float: left;
	color: #222;
	border-bottom: 1px solid #e4e4e4;
}
.options #backup-disk dt span, .servers #administration-services dt span {
	display: table-cell;
	vertical-align: middle;
	padding-top: 2%;
}
.options #backup-disk dd, .servers #administration-services dd {
	width: 25%;
	height: 70px;
	font-size: 25px;
	line-height: 70px;
	color: #222;
	border-bottom: 1px solid #e4e4e4;
	float: right;
	text-align: right;
}
.options #backup-disk dd span, .servers #administration-services dd span {
	font-size: 15px;
}
.options #backup-disk .note {
	width: 56%;
	float: left;
	margin: 28px 0 0 8%;
}
.options #backup-disk .button {
	margin: 32px 0;
}
.options #backup-disk .note div {
	max-width: 360px;
}
.servers #configurator, .servers #servers {
	background: #f2f2f2;
    color: #222;
}
.servers .server-config {
	margin-top: 80px;
}
.servers .server-config .params {
	width: 67%;
	float: left;
	position: relative;
}
.servers .server-config .params h3 {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin: 30px 0 10px;
}
.servers .server-config .params .server {
	display: none;
}
.servers .server-config .params .server.active {
	display: block;
}
.servers .server-config .params .cpu h3 {
	margin: -27px 0 10px;
}
.servers .server-config .params .tabs li, .servers .server-config .params .dropdown {
	display: table;
	width: 33.33%;
	max-width: none;
	float: left;
	height: 78px;
	line-height: 76px;
	background: #fff;
	border: 1px solid #f2f2f2;
	border-left-color: #fff;
	border-top-color: #fff;
	text-align: center;
}
.servers .server-config .params .dropdown {
	width: 50%;
	font-size: 15px;
}
.servers .server-config .xeon-2xe5 .dropdown {
	width: 25%;
}
.servers .server-config .params .dropdown .current {
	padding-right: 32px;
}
.servers .server-config .params .dropdown.expanded {
	position: relative;
	z-index: 4;
}
.servers .server-config .params .dropdown ul {
	top: 76px;
	line-height: 2;
}
.servers .server-config .params .dropdown:after {
	width: 11px;
	height: 7px;
	background: url("/img/dropdown2.png") no-repeat;
	right: 20px;
	margin-top: -3px;
}
.servers .server-config .params .tabs li {
	cursor: pointer;
}
.servers .server-config .params .tabs li.active {
	background: #f7f7f7;
	border-top-color: #d2d2d2;
	border-left-color: #f7f7f7;
}
.servers .server-config .params .tabs li:not(.active):hover {
	border-top-color: #d2d2d2;
}
.servers .server-config .params .cpu li {
	line-height: 1.467;
	position: relative;
}
.servers .server-config .params .cpu li > span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 0 8px 0 64px;
}
.servers .server-config .params .cpu-clock li {
	width: 25%;
	line-height: 1.467;
}
.servers .server-config .params .cpu-clock li > span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 8px;
}
.servers .server-config .params .xeon-e5 .ram .tabs li {
	width: 25%;
}
.servers .server-config .params .xeon-2xe5 .ram .tabs li {
	width: 20%;
}
.servers .server-config .result {
	width: 33.4%;
	height: 560px;
	background: #fff;
	float: right;
	margin-left: -0.4%;
	border-left: 1px solid #f2f2f2;
	position: relative;
	z-index: 4;
}
.servers .server-config .result.long {
	height: 695px;
}
.servers .server-config div.price {
	margin: 8px 0;
}
.servers .server-config .result div.price {
	line-height: 1.2;
}
.servers .server-config .result div.price span:first-child {
	font-size: 40px;
}
.servers .server-config .result > div {
    max-width: 264px;
	padding: 20px;
	margin: 0 auto;
}
.servers .server-config img {
	display: block;
	width: 100%;
	max-width: 224px;
	height: auto;
	margin: 20px auto;
}
.servers .server-config .result h3 {
	font-size: 15px;
	color: #999;
}
.servers .server-config .result h3 + div {
	margin-bottom: 12px;
}
.servers .server-config .result .disks h3 + div {
	min-height: 3em;
}
.servers .server-config .result .disks li:nth-child(3), .servers .server-config .result .disks li:nth-child(4) {
	float: right;
}
.servers .server-config .duration h3 {
	font-size: 13px;
	font-weight: bold;
	color: #222;
	margin: 12px 0 4px;
}
.servers .server-config .duration .active {
	background: #f2f2f2;
}
.servers .server-config .button {
	margin-top: 20px;
}
.servers #servers {
	background: #f2f2f2;
	text-align: center;
}
.servers #servers table {
	width: 100%;
	vertical-align: middle;
	color: #272727;
	border-collapse: collapse;
	margin: 40px auto 0;
}
.servers #servers tr {
	height: 84px;
	border-bottom: 2px solid #f2f2f2;
	background: #fff;
}
.servers #servers th, .servers #servers td {
	padding: 0 20px;
	border: 0;
}
.servers #servers th {
	text-align: left;
	width: 220px;
	padding-left: 70px;
	position: relative;
}
.servers #servers th:before, .servers .server-config .params .cpu li:before {
	content: "";
	font-size: 32px;
	width: 1em;
	height: 1em;
	background: url("/img/plans/servers.png") no-repeat;
	-webkit-background-size: 3em 1em;
	background-size: 3em 1em;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -0.5em;
}
.servers #servers .xeon-e5:before, .servers .server-config .params .cpu li:nth-child(2):before {
	background-position: -1em 0;
}
.servers #servers .xeon-2e5:before, .servers .server-config .params .cpu li:nth-child(3):before {
	background-position: -2em 0;
}
.servers #servers .price-monthly {
	display: inline-block;
	position: relative;
}
.servers #servers .price-monthly > span {
	font-size: 25px;
	border-bottom: 1px dotted #a6a6a6;
	white-space: nowrap;
}
.servers #servers .price-monthly > span:hover {
	cursor: pointer;
	border-style: solid;
}
.servers #servers .price-monthly > span span:last-child {
	font-size: 15px;
}
.servers #servers .price-monthly .duration {
	width: 240px;
	border: 1px solid #e7eaea;
	position: absolute;
	left: 0;
	top: 110%;
	text-align: left;
	z-index: 4;
	background: #fff;
	display: none;
}
.servers #servers .price-monthly .duration li.active {
	background: #f2f2f2;
}
.servers #servers .price-monthly .duration h4 {
	font-size: 13px;
	padding: 8px 12px 4px;
}
.servers #servers .price-monthly .dropdown {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}
.servers #servers .price-monthly .dropdown ul {
	display: block;
	position: static;
	outline: none;
}
.servers #servers .price-monthly .dropdown:after {
    content: none;
}
.servers #features {
	margin: 50px 0 0;
	padding-bottom: 0;
	color: #222;
}
.servers #features p {
	font-size: 25px;
	line-height: 1.2;
}
.servers #administration {
	border-top: 1px solid #e7eaea;
	text-align: center;
}
.servers #administration .container {
	max-width: 848px;
}
.servers #administration h2 + p {
	max-width: 620px;
	font-size: 18px;
	color: #777;
	margin: 20px auto;
	text-align: center;
}
.servers #administration .capabilities h3 {
	font-size: 18px;
	color: #444;
	margin: 60px 0 30px;
}
.servers #administration .capabilities ul {
	width: 808px;
	height: 496px;
	background: url("/img/plans/administration-capabilities.png") 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 36px auto;
	padding: 10% 15%;
}
.servers #administration .capabilities li {
	display: none;
}
.servers #administration .capabilities li:first-child {
	display: block;
}
.servers #administration .capabilities .note {
	max-width: 640px;
	margin: 0 auto;
}
.servers #administration .capabilities h4 {
    display: table;
	width: 100%;
	font-size: 25px;
	line-height: 1.2;
	height: 2.4em;
}
.servers #administration .capabilities h4 span {
	display: table-cell;
	vertical-align: bottom;
}
.servers #administration .capabilities img {
	display: block;
	width: 240px;
	height: 80px;
	margin: 30px auto 20px;
}
.servers #administration .capabilities p {
	line-height: 1.3em;
	min-height: 5.2em;
}
.servers #administration-services dl {
	margin: 30px 0;
}
.servers #administration-services li {
	width: 48%;
	float: left;
}
.servers #administration-services li:last-child {
	float: right;
}
.servers #administration-services li h3 {
	font-size: 25px;
	color: #222;
	margin-bottom: 4px;
}
.servers #administration-services li:first-child p {
	max-width: 380px;
}
footer {
	background: #242225;
	padding: 60px 0;
}
footer .company, footer .copyright {
	width: 28%;
	float: left;
	clear: left;
}
footer .menu, footer .contacts {
	width: 72%;
	float: right;
}
footer .logo {
	display: inline-block;
	font-size: 8px;
	text-transform: uppercase;
	margin: -8px 0 44px;
}
footer .logo, footer .menu a, footer .phone {
	color: inherit;
	text-decoration: none;
}
footer .logo img {
	display: block;
	width: 123px;
	height: 46px;
	margin-bottom: 6px;
}
footer .social-networks {
	font-size: 13px;
}
footer .social-networks ul {
	margin-top: 5px;
}
.social-networks li a {
	display: block;
	font-size: 30px;
	background: url("/img/social-networks.png") no-repeat;
	-webkit-background-size: 4em 1em;
	background-size: 4em 1em;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin: 5px 5px 0 0;
}
.social-networks .vkontakte {
	background-color: #4c75a3;
}
.social-networks .facebook {
	background-color: #3b5998;
	background-position: -1em 0;
}
.social-networks .twitter {
	background-color: #55acee;
	background-position: -2em 0;
}
.social-networks .googleplus {
	background-color: #db402c;
	background-position: -3em 0;
}
footer .menu {
    display: -webkit-box;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	color: #fff;
}
footer .menu li {
	margin: 3px 0;
}
footer .menu a:hover {
	color: #ff411f;
	text-decoration: underline;
}
footer .contacts {
	font-size: 14px;
}
footer .bottom {
	position: relative;
}
footer .hosting {
	float: left;
	width: 70%;
	margin-top: 20px;
}
footer .hosting dt, footer .hosting dd, footer .hosting li {
	float: left;
	white-space: nowrap;
	margin-bottom: 3px;
}
footer .hosting dt, footer .hosting li:first-child {
	width: 60%;
    clear: left;
}
footer .hosting dt {
	font-size: 15px;
}
footer .hosting dd {
	font-size: 16px;
}
footer .hosting li {
	margin-top: 8px;
}
footer .studio {
	line-height: 1.33;
	float: right;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
footer .copyright {
	font-size: 12px;
	line-height: 1.33;
	position: absolute;
	left: 0;
	bottom: 0;
}
input, textarea {
	display: block;
	width: 100%;
	height: 52px;
	margin: 8px auto;
	padding: 12px 24px;
	border: 0;
	background: transparent;
	color: #fff;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	font-family: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal-window input {
	margin: 0;
}
.modal-window form > input, .modal-window form fieldset {
	margin: 8px 0 0;
}
input:focus, textarea:focus {
	border-color: #777;
}
.password {
	position: relative;
}
.password ::-ms-reveal {
    display: none;
}
.password .show-hide {
	display: block;
	font-size: 20px;
	width: 1em;
	height: 1em;
	background: url("/img/pw-show-hide.png") no-repeat;
	-webkit-background-size: 2em 1em;
	background-size: 2em 1em;
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em;;
	cursor: pointer;
}
.password .show-hide.active {
	background-position: -1em 0;
}
textarea {
	height: 180px;
	overflow: auto;
	resize: none;
}
.modal-window form {
	max-width: 400px;
}
.modal-window input, .modal-window textarea {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: transparent;
	border-color: #929293;
	color: #fff;
	margin-left: 0;
}
.modal-window input:focus, .modal-window textarea:focus {
	border-color: #fff;
}
::-moz-placeholder {
	color: currentColor;
	opacity: 1;
}
:-ms-input-placeholder {
	color: currentColor;
}
::-webkit-input-placeholder {
	color: currentColor;
}
.button, button, [type=submit] {
	display: inline-block;
	background: #ff411f;
    border: 1px solid #ff411f;
	color: #fff;
	font-weight: bold;
    font-family: inherit;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: .3em 1.5em .5em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.button.big, button.big, [type=submit].big {
	font-size: 17px;
}
.button.blank, button.blank, [type=submit].blank {
	background: transparent;
	border-color: #eee;
	color: #222;
}
.home .blank, .sticky .blank, #menu-bar .blank {
	border-color: #676f78;
	color: #fff;
}
.button:hover, button:hover, [type=submit]:hover, .blank:hover {
	background: #e03112;
	border-color: #e03112 !important;
	color: #fff;
}
.button:active, button:active, #services .switcher a:active .button {
	position: relative;
	top: 1px;
}
button:disabled, [type=submit]:disabled, .disabled, button:disabled:hover, [type=submit]:disabled:hover, .disabled:hover {
	background: #efefef;
	border-color: #efefef !important;
	color: #999;
	cursor: default;
	position: static !important;
}
.modal-container {
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(36,34,37,0.95);
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1010;
	-webkit-transform-style: preserve-3d;
	display: none;
}
.modal-close, #menu-bar .close {
	line-height: 0.5;
	position: absolute;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.modal-close {
	font-size: 64px;
	right: 5%;
	top: 5%;
}
#menu-bar .close {
	font-size: 48px;
	right: 24px;
	top: 24px;
}
.modal-close:hover, #menu-bar .close:hover {
	color: #e03112;
}
/*
body.modal-open > *:not(.modal-container) {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
*/
.modal-window {
	display: table-cell;
    vertical-align: middle;
	color: #fff;
	padding: 20px
}
.modal-window .form {
	display: inline-block;
	text-align: left;
}
.modal-window h3 {
	font-size: 50px;
}
.modal-window h3 a{
	text-decoration: none;
	border-bottom: 1px dashed currentColor;
	cursor: pointer;
}
.modal-window h3 a:hover {
	border-style: solid;
}
.modal-window h3 + p {
	color: #ccc;
	margin: 6px 0 40px;
}
.modal-window button, .modal-window [type=submit] {
	font-size: 17px;
	padding: .5em 2em .7em;
	margin-top: 32px;
}
.modal-window .pw-restoration {
	font-size: 17px;
	float: right;
	margin-top: 28px;
}
#callback .countdown {
	display: none;
}
#callback .countdown p {
	font-size: 20px;
}
#callback .countdown .timer {
	font-size: 50px;
	color: #ff411f;
	margin: 10px 0;
}
input[name="WdH51EYzZAgO35Qr"] {
	display: none;
	position: absolute;
	visibility: hidden;
}
.form.registration input.error {
    border-color: #ff4020;
    color: #ff4020;
}
@media (max-width: 1280px) {
header .logo {
	margin-right: 0;
}
header .contacts li {
	margin-left: 12%;
}
}
@media (max-width: 1200px) {
h1, .home h1, h2, #banner.title {
	font-size: 42px;
}
header .contacts li {
	margin-left: 6%;
}
header .contacts .phone {
	font-size: 17px;
}
header .contacts .callback {
	line-height: 1.2;
	max-width: 120px;
	white-space: pre-wrap;
}
nav li {
	font-size: 15px;
	padding-right: 20px;
}
}
@media (max-width: 1280px) {
.container {
	max-width: 1000px;
}
}
@media (min-width: 961px) {
header .buttons [data-type=login], #menu-bar .buttons [data-type=login] {
	background-image: none !important;
}
}
@media (max-width: 960px) {
.main, article, section, footer {
	padding: 40px 0;
}
.divider {
	margin: 30px 0;
}
h1, .home h1, .plan h1, h2, .home h2, #banner .title, .options #banner .title, .domains #banner .title, #faq h2, .affiliate h1, .affiliate h2 {
	font-size: 30px;
}
header {
	padding: 14px 0 64px;
}
header .logo, header .logo img {
	width: 114px;
	height: 43px;
}
header .logo {
	position: absolute;
	left: 50%;
	top: 20px;
	margin: 0 0 0 -57px;
}
header .contacts, header .buttons [data-type=registration], nav li:not(:first-child), header .buttons [data-type=login] span {
	display: none;
}
header .buttons, header.sticky .buttons {
	margin-top: 0;
}
nav {
	float: left;
	margin-top: 2px;
}
nav ul {
	height: 26px;
}
nav li:not(:first-child) {
	display: none;
}
nav .switcher {
	width: 19px;
	height: 17px;
	padding: 4px 0;
}
header .buttons [data-type=login] {
	font-size: 26px;
	width: 1em;
	height: 1em;
	padding: 0;
	border: 0;
	background: url("/img/user.png");
	-webkit-background-size: 3em 1em;
	background-size: 3em 1em;
}
.home header .buttons [data-type=login], .sticky .buttons [data-type=login] {
	background-position: -1em 0;
}
[data-type=login]:hover {
	background-position: -2em 0 !important;
}
header.sticky {
	padding: 10px 0;
}
#intro:after {
	content: none;
}
#advantages li:not(:last-child) {
	margin-bottom: 60px;
}
#reviews .owl-nav {
	width: 100%;
	left: 0;
	margin-left: 0;
}
#reviews .owl-prev {
	left: 20px;
}
#reviews .owl-next {
	right: 20px;
}
.review blockquote {
	font-size: 13px;
}
#promos li {
	max-width: 220px;
}
.blog.root li {
	margin-bottom: 20px;
}
.blog.root li h3 {
	font-size: 18px;
}
.blog.root li:first-child h3 {
	font-size: 23px;
}
.blog.root li p {
	margin-top: 10px;
}
.plan .configurator {
	padding: 32px 24px;
}
.plan .configurator > div:last-child {
	width: 230px;
	padding-left: 20px;
}
.plan .configurator .price del {
	display: none;
}
.plan .configurator .settings li {
	margin-right: 12px;
}
.plan .configurator .note {
	font-size: 13px;
}
.servers #servers td {
	padding: 0 10px;
}
.servers #administration .capabilities ul {
	width: 728px;
	height: 447px;
	padding-top: 8%;
}
.servers .server-config .xeon-2xe5 .dropdown {
	width: 50%;
}
.servers .server-config .result.long {
	height: 773px;
}
}
@media (max-width: 768px) {
#intro {
	height: 342px;
}
#intro video {
	width: 768px;
	height: 432px;
	left: 50%;
	margin-left: -384px;
}
#intro video, #intro video * {
	display: none !important;
}
.options #page-nav a {
	padding: 0 10px;
}
#advantages h3 {
	font-size: 28px;
}
#advantages li p, .plan #features li p {
	line-height: 1.4;
}
#promos li {
	max-width: 180px;
}
#promos li:before {
	margin-bottom: 20px;
}
#clients h2 {
	max-width: 400px;
}
#clients ul {
	margin-top: 20px;
}
#clients li img {
	max-width: 90%;
}
#contacts li {
	width: 48%;
	color: #222;
	clear: none;
}
#contacts li:nth-child(odd) {
	clear: left;
	margin-left: 0;
}
.action section {
	padding-left: 220px;
}
.action section:before {
	font-size: 192px;
}
.action section:nth-of-type(3):before {
	top: 60px;
}
.action h2 {
	font-size: 25px;
	text-align: left;
}
.action li {
	margin: .4em 0;
}
.action .tariffs li {
	font-size: 1.3em;
}
.action .tariffs a {
	text-decoration: none;
}
.action .tariffs a:hover {
	text-decoration: underline;
}
.action h3 {
	font-size: 1em;
	margin-top: 1em;
}
.categories a {
	font-size: 16px;
	margin: .1em .3em;
}
.blog.page article, .blog.page aside {
	display: block;
	width: 100%;
}
.blog.page aside {
	padding-left: 0;
	margin-top: 40px;
}
.domains #results table {
	font-size: 15px;
}
.plan #benefits li, .plan #tech-details li {
	float: none;
	width: 100%;
	max-width: 480px;
	margin: 30px auto !important;
}
.servers #features p {
	font-size: 18px;
}
.servers .server-config .params, .servers .server-config .result {
	width: 100%;
	float: none;
	margin: 0;
}
.servers .server-config .result {
	height: auto !important;
	margin-top: 40px;
	padding-left: 160px;
	z-index: 2;
	overflow: hidden;
}
.servers .server-config .result > div {
	max-width: none;
}
.servers .server-config .result .current-params, .servers .server-config .result .order {
	width: 50%;
	float: left;
}
.servers .server-config .result .order {
	float: right;
	padding-left: 20px;
}
.servers .server-config img {
	width: 224px;
	height: 61px;
	position: absolute;
	left: -94px;
	top: 50%;
	margin-top: -30px;
}
aside .widget {
	float: left;
	margin-right: 20px;
}
footer .company, footer .menu, footer .contacts, footer .copyright {
	float: none;
	width: 100%;
}
footer .company {
	margin-bottom: 30px;
}
footer .logo {
	margin-bottom: 24px;
}
footer .social-networks ul {
	margin-top: 2px;
}
footer .contacts, footer .copyright, footer .studio{
	position: static;
}
footer .studio {
	margin-top: 64px;
}
footer .copyright {
	padding-top: 36px;
}
footer .copyright br {
	display: none;
}
}
@media (max-width: 767px) {
#plans li, .plan .configs, .plan .configs li, .options #cms-netcat li, .options .certificates li, .options #cms-netcat li, .options #cms-netcat li:nth-child(3n+2) {
	display: block;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.review {
	background: none !important;
}
.about .features li {
	width: 100%;
	float: none;
	margin-left: 0 !important;
}
.about .features li h2, .about .features li p {
	max-width: none;
}
.about .features img.fr {
	margin: 0 0 0.4em 1.2em;
}
.domains #results h1 {
	float: none;
}
.prices .note, .prices .select-all, .domains #results .show-available {
	float: none;
}
#new-domains .note {
	padding-left: 0;
	margin: 20px 0;
}
.prices .select-all, .domains #results .show-available {
	font-size: 13px;
	color: #f85438;
	border-bottom: 1px dotted currentColor;
}
.affiliate .steps li {
	padding-left: 0;
}
.affiliate .steps li:before {
	position: static;
	margin-bottom: 12px;
}
.affiliate .conditions > div:first-child {
	padding-right: 20px;
}
.affiliate .conditions .profit {
	font-size: 150px;
}
.affiliate .conditions .note {
	max-width: 178px;
}
.affiliate .banners {
	text-align: center;
	margin: 20px auto;
}
.affiliate .banners img {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0 8px 20px;
}
.affiliate .banners img:nth-child(-n+3) {
	display: block;
	margin: 0 auto 20px;
	clear: both;
}
.plan #features li {
	padding: 40px 0;
}
.plan #features li > div {
	width: 40%;
}
.plan #features li > div:last-child {
	width: 54%;
}
.plan #features h3 {
	font-size: 23px;
}
.plan #discounts, .plan #templates {
	width: 100%;
	float: none;
}
.plan #discounts li {
	font-size: 18px !important;
	margin-top: 20px;
}
.plan #discounts li div {
	font-size: 15px;
}
.plan #templates {
	margin-top: 40px;
}
.plan .options li {
	width: 300px;
	margin: 20px auto 0 !important;
	float: none;
}
.plan .options li:before {
	background-color: transparent;
}
.plan .configurator > div {
	display: block;
	float: none;
}
.plan .configurator > div:last-child {
	width: 100%;
	padding-left: 0;
	border: none;
	padding-top: 12px;
	border-top: 1px solid #e5e8e8;
	margin-top: 30px;
}
.plan .configurator .option {
	float: left;
}
.plan .dropdown {
	max-width: 230px;
}
.options #backup-disk .note {
	width: 64%;
}
.servers #servers table, .servers #servers tbody, .servers #servers tr, .servers #servers tr > * {
	display: block;
}
.servers #servers table {
	max-width: 400px;
	text-align: left;
}
.servers #servers tr {
	height: auto;
	border: none;
	padding: 28px 20px;
	margin-bottom: 10px;
}
.servers #servers tr, .servers #servers tr > * {
	width: 100%;
}
.servers #servers th {
	margin-bottom: 20px;
	padding-left: 50px;
}
.servers #servers th:before {
	left: 0;
}
.servers #servers td {
	padding: 0;
}
.servers #servers td:nth-child(2), .servers #servers td:nth-child(3) {
	width: auto;
	float: left;
	margin: 0 20px 10px 0;
}
.servers #servers td:nth-child(4) {
	clear: left;
	margin: 30px 0 12px;
}
.servers #administration {
	padding-bottom: 0;
}
.servers #administration .capabilities ul {
	width: auto;
	height: auto;
	padding: 0;
	background: none !important;
}
.servers #administration .capabilities .note {
	max-width: none;
	margin: 0 -20px;
	padding: 40px 20px;
	border-top: 1px solid #e7eaea;
    border-bottom: 1px solid #e7eaea;
}
}
@media (max-width: 639px) {
ul.bullet, ol {
	padding-left: 40px;
}
#banner {
	height: 320px;
}
.options #banner .title {
	font-size: 25px;
}
.domains #banner .title + p {
	display: none;
}
.domains #banner .search {
	margin-top: 40px;
}
#page-nav {
	display: none;
}
article img.fl.spacing {
	margin-right: 1.2em;
}
article img.fr.spacing {
	margin-left: 1.2em;
}
.blog article {
	font-size: 15px;
}
#advantages li:not(:last-child) {
	margin-bottom: 30px;
}
#advantages li {
	display: block;
}
#advantages li > div {
	width: 100%;
}
#advantages li img {
	max-width: 80%;
	margin: 0 auto 10px;
}
#advantages li p {
	font-size: 13px;
	line-height: 1.467;
}
#clients ul {
	display: block;
	text-align: center;
}
#clients li {
	display: inline-block;
	width: 32%;
	vertical-align: middle;
}
#clients li img {
	max-height: 40px;
	width: auto;
	margin: 10px auto;
}
#promos ul, #promos li {
	display: block;
	max-width: 280px;
	margin: 0 auto;
}
#promos li {
	display: block;
	text-align: center;
	padding-bottom: 10px;
}
#reviews h2 {
	font-size: 22px;
	padding: 0 70px;
	margin-top: 20px;
}
.review .container {
	padding: 100px 70px 40px;
}
#reviews h2 br:last-of-type {
	display: block;
}
#equipment .col {
	width: 100%;
	float: none;
}
#requisites {
	background: #fff;
	padding-top: 0;
}
#requisites h2 + p {
	font-size: 15px;
	max-width: 80%;
	margin: 0 auto;
}
.requisites {
	font-size: 14px;
	border: 1px solid #ede9e6;
	margin-top: 30px;
}
.requisites h3 {
	padding: 20px;
}
.requisites h3:after {
	right: 20px;
}
.requisites dl {
	padding: 0 20px 20px;
}
.requisites h3:after, #faq li h3:after, #new-domains h2:after {
	font-size: 8px;
}
.requisites dt, .requisites dd {
	float: none;
	margin: 0;
}
.requisites dt {
	margin-top: 10px;
}
.action section {
	padding-left: 0;
}
.action section:before {
	position: static;
	margin: 0 auto -0.2em;
}
.action section:nth-of-type(2):before {
	margin-top: -0.1em;
}
.action section:nth-of-type(3):before {
	margin-bottom: -0.1em;
}
.action h2 {
	font-size: 18px;
}
.action .tariffs li {
	font-size: 1.05em;
}
.categories {
	padding: 10px 0;
}
.categories a {
	font-size: 15px;
}
.blog.category li {
	margin-bottom: 40px;
}
article h2, .blog.page h2 {
	font-size: 23px;
	margin-top: 40px;
}
.blog.category li:nth-child(-n+4) h2, article h3 {
	font-size: 18px;
}
#faq li {
	font-size: 14px;
	margin-top: 2px;
}
#faq li p {
	font-size: 13px;
}
.prices.popular dt {
	font-size: 23px;
	width: 33.33%;
	padding: 0 0 8px 26px;
}
.prices.popular dd {
	font-size: 13px;
	margin: 48px 0 0 -33.33%;
}
#prices .note {
	float: none;
	margin-bottom: 10px;
}
#prices .select-all {
	display: none;
}
#best-prices .prices {
	width: 280px;
	margin: 0 auto;
}
#best-prices dl, #best-prices dl:nth-of-type(2) {
	float: none;
	width: 280px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#new-domains {
	padding: 16px 20px;
}
#new-domains h2 {
	font-size: 16px;
}
#new-domains dl {
	width: 100%;
	float: none;
	font-size: 12px;
	padding-left: 0;
}
#new-domains dl:last-child {
	display: none;
	margin-top: 0;
}
#new-domains dt, #new-domains dd {
	margin: 5px 0;
}
#new-domains dt {
	padding-left: 24px;
}
#new-domains dt:before {
	width: 12px;
	height: 12px;
	margin-top: -6px;
}
#new-domains dt:after {
	width: 13px;
	height: 10px;
	left: 3px;
	margin-top: -7px;
}
#new-domains .show-more {
	display: block;
}
#new-domains h2 {
	font-size: 20px;
}
.domains #info > div {
	width: 100%;
	float: none;
}
.domains #info h2 {
	margin-top: 2em;
}
.domains #info > div:first-child h2:first-of-type {
	margin-top: 0;
}
.domains #results table {
	margin-top: 30px;
}
.domains #results tr > * {
	display: block;
    width: 50%;
	padding: 0;
}
.domains #results tr > :nth-child(-n+2) {
	float: left;
	text-align: left;
}
.domains #results tr > :nth-last-child(-n+2) {
	float: right;
	text-align: right;
}
.domains #results td:nth-child(2) {
	margin: 20px 0 0 -50%;
}
.domains #results td:nth-child(4) {
	clear: right;
	margin: 10px 0 30px;
}
.affiliate h1 + p, .affiliate #materials h2 + p {
	font-size: 15px;
}
.affiliate .steps {
	margin: 30px 0;
}
.affiliate li, .affiliate p {
	line-height: 1.3;
}
.affiliate .steps li {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-bottom: 30px;
	line-height: 1.3;
}
.affiliate .steps li:nth-child(3) {
	position: relative;
}
.affiliate #details .container {
	padding-bottom: 50px;
}
.affiliate .conditions > div:first-child {
	padding-right: 0;
}
.affiliate .conditions h3 {
	font-size: 18px;
	font-weight: bold;
}
.affiliate .conditions .profit {
	display: none;
}
#callback .countdown .timer {
	font-size: 36px;
	margin-bottom: 4px;
}
.payment-methods h3, .payment-methods .logos {
	float: none;
}
.payment-methods .logos img {
	margin: 0 10px 10px 0;
}
.payment-methods ul {
	margin: 20px 0 0;
}
.payment-methods ul li {
	margin-bottom: 20px;
}
.payment-methods ul li span {
	font-size: 15px;
}
.tech .options li {
	width: 100%;
	max-width: none;
	float: none !important;
}
.tech #documentation h3 {
	font-size: 18px;
}
.plan .configurator .settings li {
	float: none;
	clear: both;
}
.plan .configurator .cost {
	float: left;
	margin: 32px 0 0 10px;
}
.options #ispmanager .offer {
	font-size: 15px;
}
.options #backup-disk .note {
	font-size: 13px;
	margin: 30px 0 0;
}
.options #backup-disk .note div {
	max-width: 240px;
}
.servers #administration-services dt {
	width: 60%;
	height: 100px;
	line-height: 1.3;
}
.servers #administration-services dd {
	width: 40%;
    height: 100px;
	line-height: 100px;
}
.servers #administration-services li {
	width: 100%;
	float: none;
	margin: 20px auto;
}
.servers #administration-services li h3 {
	font-size: 20px;
}
.servers #administration-services li:first-child p {
	max-width: 100%;
}
.servers .server-config .params .tabs li, .servers .server-config .params .dropdown {
	width: 50%;
	height: 56px;
	line-height: 54px;
}
.servers .server-config .params .cpu-clock li {
	line-height: 1.467;
}
.servers .server-config .params .dropdown ul {
	top: 56px;
}
.servers .server-config .result {
	padding-left: 0;
}
.servers .server-config .result img {
	display: none;
}
.servers .server-config .result {
	overflow: visible;
}
.servers .server-config .result .disks h3 + div {
	min-height: 3em;
}
footer .menu {
	display: block;
}
footer .menu ul {
	margin-bottom: 24px;
}
footer .copyright {
	display: none;
}
footer .contacts {
	color: #ccc;
}
footer .hosting, footer .hosting dt, footer .hosting dd, footer .hosting li, footer .studio {
	float: none;
	margin: 0;
	width: 100%;
}
footer .hosting dd {
	margin-bottom: 12px;
}
footer .hosting ul {
	margin: 32px 0 40px;
}
footer .hosting li {
	margin: 8px 0;
}
#menu-bar .close {
	font-size: 36px;
	font-weight: bold;
	right: auto;
	left: 20px;
	top: 20px;
}
#menu-bar .close:not(:hover) {
	color: #5b595c;
}
#menu-bar .buttons [data-type=registration], #menu-bar .buttons [data-type=login] span {
	display: none;
}
#menu-bar .buttons [data-type=login] {
	font-size: 26px;
	width: 1em;
	height: 1em;
	padding: 0;
	border: 0;
	background: url("/img/user.png") -1em 0 no-repeat;
	-webkit-background-size: 3em 1em;
	background-size: 3em 1em;
	position: absolute;
	right: 20px;
	top: 14px;
	margin: 0;
}
#menu-bar .buttons [data-type=login]:hover {
	background-position: -2em 0;
}
#menu-bar .menu ul {
	font-size: 14px;
	margin: 30px 0;
}
.modal-container {
	background: #242225;
}
.modal-close {
	font-size: 36px;
	font-weight: bold;
	right: auto;
	left: 20px;
	top: 20px;
}
.modal-close:not(:hover) {
	color: #5b595c;
}
.modal-window {
	padding: 50px 20px;
}
.modal-window h3 {
	font-size: 26px;
}
.modal-window h3 + p {
	font-size: 13px;
	margin-bottom: 18px;
}
#registration .form, #login .form {
	width: 100%;
	max-width: 400px;
}
#callback .countdown p {
	font-size: 13px;
}
}
@media (max-width: 479px) {
h1, .home h1, .plan h1, h2, .home h2, #banner .title, .options #banner .title, #advantages h3, .domains #banner .title, #faq h2, .domains #info h2, .domains h1, .domains #info h2, .affiliate h1, .affiliate h2, .plan #discounts h2, .plan #tempaltes h2, .servers #administration .capabilities h4 {
	font-size: 23px;
}
.about .features h2 {
        float: none;
}
#menu-bar {
	padding: 40px 20px 20px;
}
#menu-bar .contacts .phone {
	font-size: 16px;
	font-weight: normal;
}
#menu-bar .contacts {
	margin: 30px 0 30px;
}
#menu-bar .social-networks {
	margin-top: 30px;
}
article {
	color: #222;
}
article img {
	max-width: 60%;
}
article img.fl, article img.fr {
	display: block;
	float: none;
	max-width: 60%;
	margin: 1em auto 1.5em !important;
}
#reviews h2 {
	height: 80px;
	padding: 0 20px;
	margin-bottom: -80px;
	font-size: 18px;
	text-align: center;
}
#reviews .owl-prev {
	left: 4px;
}
#reviews .owl-next {
	right: 4px;
}
.review .container {
	padding: 80px 40px 20px;
}
.review blockquote {
	font-size: 12px;
}
.review cite {
	font-size: 17px;
}
.review .source {
	text-align: center;
}
.about .features li, .about .features li  h2 {
	text-align: center;
}
#clients h2 {
	margin-bottom: 20px;
}
#clients li img {
	max-width: 70%;
	max-height: 24px;
}
#contacts li {
	width: 100%;
	float: none;
	margin: 30px 0;
}
#equipment::before {
	height: 300px;
}
.categories a {
	font-size: 13px;
	margin: .1em;
}
.blog {
	background: #fff;
}
.blog.root h1, .blog.root h2, .blog.category h1 {
	text-align: center;
}
.blog.root li, .blog.category li {
	float: none;
	width: 100%;
}
.blog.root h2, .blog.root h2 a {
	border: none;
}
.blog.root h2 {
	padding: 10px 0 0;
	margin: 0;
	border-top: 1px solid #d1d1d1;
}
.blog.root section:first-child h2 {
	border-top: none;
	padding-top: 0;
}
.blog.root img {
	margin-top: 0;
}
.blog.root li p {
	margin-top: 8px;
}
.blog.category li:nth-child(-n+4) h2 {
	font-size: 23px;
}
.free-transfer {
	font-size: 15px;
	background-position: 58% 50%;
}
aside .widget {
	float: none;
	margin: 0 auto 20px;
}
.subscription {
	background: none;
	border: 1px solid #eee;
}
.domains #banner .search {
	margin-top: 80px;
}
.domains #banner .search input {
	height: 44px;
	font-size: 14px;
}
.domains #banner .search button {
	width: 35px;
	height: 38px;
	padding: 0;
	background-image: url("/img/search.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	margin-top: -41px;
}
.domains #banner .search button span {
	display: none;
}
#new-domains .show-more {
	text-align: center;
}
.affiliate .steps li {
	margin-bottom: 20px;
}
.payment-methods > li {
	padding: 20px;
}
.payment-methods .logos img {
	max-height: 25px;
	margin-right: 2px;
}
.payment-methods .logos img:last-child {
	margin-right: 0;
}
.tech .options h3 {
	font-size: 20px;
}
.tech #documentation .links > li {
	width: 100%;
	float: none !important;
}
.tech #documentation h3 {
	margin: 24px 0 10px !important;
}
.tech #faq {
	padding-top: 0;
}
.plan.virtual #banner p {
	font-size: 15px;
}
.plan #configuration h1 + p, .servers #administration h2 + p {
	font-size: 15px;
}
.plan #features li {
	display: block;
	padding: 20px 0;
}
.plan.vps #features li:first-child {
	padding-top: 10px;
}
.plan #features li:after {
	content: none !important;
}
.plan #features li > div {
	width: 100% !important;
}
.plan #features li img {
	max-width: 50%;
	margin: 0 auto 8px !important;
}
.plan #features h3 {
	font-size: 18px;
}
.plan #features p {
	font-size: 13px;
}
.servers #features p {
	font-size: 18px;
}
.plan #benefits, .plan #tech-details {
	padding-top: 0;
}
.plan #benefits li, .plan #tech-details li {
	padding-left: 80px;
	min-height: 80px;
}
.plan #benefits li:before, .plan #tech-details li:before {
	font-size: 80px;
}
.plan #benefits li p {
	font-size: 13px;
}
.plan #templates li {
	width: 100%;
	float: none;
}
.options #ispmanager .offer p {
	display: inline;
}
.options #ispmanager .license {
	margin: 30px -20px 0;
    padding: 30px;
}
.options #cms-netcat {
	border-top: none;
}
.options #cms-netcat .bonuses {
	padding-left: 0;
	text-align: center;
	line-height: 1.2;
}
.options #cms-netcat .bonuses:before {
	display: block;
	margin: 0 auto 20px;
	position: static;
}
.options #administration .offer > div {
	width: 100%;
	float: none;
	margin: 20px 0;
}
.options #administration .offer .price + p {
	font-size: 13px;
}
.options #backup-disk dt {
	width: 67%;
	height: 100px;
}
.options #backup-disk dd {
	width: 33%;
	height: 100px;
	line-height: 100px;
}
.options #backup-disk .note {
	font-size: 13px;
}
.options #backup-disk .note div {
	max-width: 240px;
}
.servers #administration .capabilities ul {
	margin: 20px -20px 0;
	padding: 20px 20px 40px;
	border-top: 1px solid #e7eaea;
}
.servers #administration .capabilities h4 {
	height: 3.6em;
}
.servers #administration .capabilities p {
	min-height: 7.8em;
}
.servers #administration-services dt {
	width: 52%;
}
.servers #administration-services dd {
	width: 48%;
}
.servers #configurator {
	padding-bottom: 0;
}
.servers .server-config .params .cpu .tabs li, .servers .server-config .result .current-params, .servers .server-config .result .order  {
	width: 100%;
	float: none;
}
.servers .server-config .params .dropdown {
	text-align: left;
}
.servers .server-config .params .dropdown:after {
	right: 12px;
}
.servers .server-config .result .current-params, .servers .server-config .result .order {
	padding: 0;
}
.servers .server-config div.price {
	margin-top: 0;
}
footer .logo {
	display: block;
	width: 26px;
	height: 32px;
	background: url("/img/logo-4@2x.png") no-repeat;
	-webkit-background-size: 26px 32px;
	background-size: 26px 32px;
	margin-bottom: 10px;
}
footer .logo img, footer .logo span {
	display: none;
}
#menu-bar {
	max-width: 100%;
}
.modal-window input {
	font-size: 14px;
	height: 42px;
}
#registration h3 + p br {
	display: none;
}
.modal-window button, .modal-window [type="submit"] {
	float: left;
	clear: both;
	margin-top: 16px;
}
#login .form .pw-restoration {
	float: left;
	clear: both;
	font-size: 15px;
	margin-top: 18px;
}
}
@media (max-height: 800px) {
#menu-bar .menu ul, #menu-bar .contacts, #menu-bar .social-networks {
	margin: 20px 0;
}
}
@media (min-resolution: 1.5dppx), (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
header .callback {
	background-image: url("/img/callback@2x.png");
}
header .buttons [data-type=login], #menu-bar .buttons [data-type=login] {
	background-image: url("/img/user@2x.png");
}
#promos li:before {
	background-image: url("/img/promos@2x.png");
}
#reviews .owl-prev, #reviews .owl-next {
	background-image: url("/img/slider-nav@2x.png");
}
.requisites h3:after, #faq li h3:after, #new-domains h2:after {
	background-image: url("/img/expand-collapse@2x.png");
}
.social-networks li a {
	background-image: url("/img/social-networks@2x.png");
}
#contacts li:nth-child(-n+4):before {
	background-image: url("/img/contacts@2x.png");
}
.action section::before {
	background-image: url("/img/promos@4x.png");
}
.domains #banner .search button {
	background-image: url("/img/search@2x.png");
}
.password .show-hide {
	background-image: url("/img/pw-show-hide@2x.png");
}
.prices dt:after {
	background-image: url("/img/check@2x.png");
}
.plan #benefits li:before {
	background-image: url("/img/plans/benefits@2x.png");
}
.plan #tech-details li:before {
	background-image: url("/img/plans/tech-details@2x.png");
}
.plan .options li:before {
	background-image: url("/img/plans/options@2x.png");
}
.servers #servers th:before, .servers .server-config .params .cpu li:before{
	background-image: url("/img/plans/servers@2x.png");
}
.servers #administration .capabilities ul {
	background-image: url("/img/plans/administration-capabilities@2x.png");
}
}
/* 404 */

.e404 .wrapper {
background: #000 url(/img/404.jpg) 50% 0;
font-size:24px;
color:#c4dff5;
 width:100%;
min-height:100%;
height:auto  !important;
height:100%;
padding:0;
position:relative;
-moz-background-size:cover;
background-size:cover;
max-width:2500px;
}
.e404-logo {width:320px; text-align:center; position:absolute; left:50%; margin-left:-160px; top:200px;}
.e404-logo img {margin-bottom:25px;}
.e404-txt {position:absolute; left:123px; top:67px;}
.e404-txt span {color:#fff; position:absolute; left:-55px;}
.w11 .calc-att {padding-left:0; margin-left:-25%; float:none; clear:both; overflow:hidden; -moz-column-count: 2; -webkit-column-count:2; column-count:2; -webkit-column-gap:30px; -moz-column-gap:30px; column-gap:30px;}
.w11 .all-sliders {padding-left:80px;}
.w11 .all-sliders2 {padding-left:0; margin-left:0; padding-bottom:30px;}
.btn1 {padding:9px 18px 8px; line-height:1; position:relative; font-size:18px; font-weight:bold; color:#fff; text-decoration:none; display:inline-block; text-shadow:0 -1px #bc3423;}
.btn1 {
padding: 9px 18px 8px;
    line-height: 1;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0 -1px #bc3423;
    background: #e6422c;
    background: -moz-linear-gradient(top, #e6422c 0%, #ce3123 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6422c), color-stop(100%,#ce3123));
    background: -webkit-linear-gradient(top, #e6422c 0%,#ce3123 100%);
    background: -o-linear-gradient(top, #e6422c 0%,#ce3123 100%);
    background: -ms-linear-gradient(top, #e6422c 0%,#ce3123 100%);
    background: linear-gradient(top, #e6422c 0%,#ce3123 100%);
    -pie-background: linear-gradient(top, #e6422c 0%,#ce3123 100%);
    -webkit-border-radius: 17px;
    border-radius: 17px;
    border: 3px solid #ebebeb
}
