@charset "utf-8";

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro Cond';
	src: url('../fonts/MyriadPro-SemiboldCond.eot');
	src: url('../fonts/MyriadPro-SemiboldCond.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-SemiboldCond.woff') format('woff'), url('../fonts/MyriadPro-SemiboldCond.svg#MyriadProRegular') format('svg'), url('../fonts/MyriadPro-SemiboldCond.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro Cond';
	src: url('../fonts/MyriadPro-SemiboldCondIt.eot');
	src: url('../fonts/MyriadPro-SemiboldCondIt.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-SemiboldCondIt.woff') format('woff'), url('../fonts/MyriadPro-SemiboldCondIt.svg#MyriadProRegular') format('svg'), url('../fonts/MyriadPro-SemiboldCondIt.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'SF UI Display';
	src: url('../fonts/sfuidisplay-regular-webfont.eot');
	src: url('../fonts/sfuidisplay-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sfuidisplay-regular-webfont.woff') format('woff'), url('../fonts/sfuidisplay-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SF UI Display';
	src: url('../fonts/sfuidisplay-medium-webfont.eot');
	src: url('../fonts/sfuidisplay-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sfuidisplay-medium-webfont.woff') format('woff'), url('../fonts/sfuidisplay-medium-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'SF UI Display';
	src: url('../fonts/sfuidisplay-bold-webfont.eot');
	src: url('../fonts/sfuidisplay-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sfuidisplay-bold-webfont.woff') format('woff'), url('../fonts/sfuidisplay-bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	font-display: auto;
	src: url('../fonts/Inter-Bold.woff2') format('woff2'),
	url('../fonts/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	font-display: auto;
	src: url('../fonts/Inter-Regular.woff2') format('woff2'),
	url('../fonts/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 14px/24px Arial, Helvetica, sans-serif;
	letter-spacing: 0.033em;
	color: #0f1430;
	-webkit-text-size-adjust: none;
}

* {
	box-sizing: border-box;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input,
select,
textarea,
button,
.customSelect,
.action-block.like-select,
.action-block.like-select {
	font: normal 14px Arial, Helvetica, sans-serif;
	letter-spacing: inherit;
	color: #0f1430;
	outline: none;
	-webkit-appearance: none;
}

input[type="text"],
input[type="password"],
textarea,
select,
.selectIn,
.selectSub ul,
.selectSub a,
.action-block.like-select .toggle {
	border: 1px solid #d4d4d4;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: #fff;
	margin: 0;
	padding: 14px 15px 15px 19px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #7eb1da;
}

.input input,
.input textarea,
.input select {
	width: 100%;
	display: block;
}

textarea {
	resize: vertical;
	height: 100px;
}

.placeholder {
	color: #9a9ca8;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #c1d2e0;
	background: #fff url(../img/check.png) no-repeat 0 -10000px;
	background-size: auto 9px;
	position: relative;
	top: -2px;
	margin: 0 7px 0 0;
}

input[type="checkbox"]:checked + *,
input[type="radio"]:checked + * {
	border-color: #0071db!important;
	background-color: #0071db;
	background-position: 50% 50%;
}

input[type="radio"] + * {
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

input[type="radio"]:checked + * {
	background: #fff;
	border-width: 5px;
}

.outtaHere,
input[type="checkbox"],
input[type="radio"] {
	position: absolute!important;
	left: -10000px!important;
}

.selectIn,
.action-block.like-select .toggle {
	position: relative;
	cursor: pointer;
	padding-right: 47px;
	line-height: normal;
}

.selectIn:after,
.action-block.like-select .toggle:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 21px;
	width: 0;
	height: 0;
	border: 4px solid #000;
	border-width: 4px 3px 0 3px;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
}

.centered-text {
	text-align: center
}

.selectText {
	width: 100%;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.selectSub {
	position: absolute;
	z-index: 1100;
}

.selectSub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 300px;
	overflow-y: auto!important;
}

.selectSub li {
	margin: 0;
	padding: 0;
}

.selectSub a {
	display: block;
	color: inherit;
	border: 0;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
	display: block;
}

img,
video {
	border: 0;
	vertical-align: top;
	outline: none;
}

a {
	color: #0071db;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #e20a0a;
}

strong {
	font-weight: bold;
}

p,
ol,
ul {
	margin: 0 0 24px 0;
}

ol,
ul {
	padding: 0 0 0 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font: inherit;
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	padding: 4px 0 5px 0;
	color: #0f1430;
	margin: 44px 0 12px 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

.parallax {
	max-height: 9999px;
	top: -70px !important;
}

.nowrap {
	white-space: nowrap;
}

.pre-wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.nofloat {
	height: 100%;
	overflow: hidden;
}

.cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.inline {
	display: inline-block;
	text-align: left;
}

.red,
.error,
.err-text {
	color: #f53c2d!important;
}

.green {
	color: #468b70;
}

.green2 {
	color: #42f9a1;
}

.green3 {
	color: #3ba066;
}

.blue {
	color: #0067ba;
}

.blue2 {
	color: #00d8ff;
}

.error input,
.error textarea,
.error .selectIn,
.error select {
	border-color: #f98a81;
}

.hr {
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
	background: #e6e6e6;
}

.phone-num {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.container:after,
.form .row:after,
.search .input:after,
.tld .hold:after,
.tld .row:after,
.features2:after,
.domains2 .row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.wrapper,
.footer {
	min-height: 100%;
	max-height: 9001em;
	min-width: 300px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.container {
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.top-img {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.top-img ~ * {
	z-index: 6;
}

.top-img.index ~ .wrap.index {
	z-index: auto;
}

.top-img.index ~ .wrap.index .container {
	z-index: 6;
	padding-bottom: 10px;
}

.top-img .hold {
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	width: 1600px;
	height: 416px;
	left: 50%;
	margin: 0 0 0 -800px;
}

.top-img.tld-img .hold,
.top-img.full .hold {
	height: auto;
}

.top-img.tld-img img {
	min-height: 900px;
}

.top-img img {
	width: 1660px;
	min-width: 1660px;
	position: relative;
	margin-left: -30px;
	height: auto;
}

.top-img.full img {
	min-height: 100%;
	width: auto;
	height: auto;
}

.top-img.index .hold {
	height: 539px;
}

.top-img.gall,
.top-img.gall .hold {
	height: 550px;
	bottom: auto;
}

.top-img.gall ul,
.top-img.gall li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.top-img.gall li {
	z-index: 4;
}

.top-img.gall li.active {
	z-index: 5;
}

.top-img .prev,
.top-img .next {
	cursor: pointer;
	z-index: 20;
	position: absolute;
	bottom: 68px;
	margin: 0 -222px;
	width: 25px;
	height: 25px;
	background: rgba(199, 213, 226, 0.1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.top-img .prev:hover,
.top-img .next:hover {
	background: rgba(199, 213, 226, 0.3);
}

.top-img .prev:before,
.top-img .next:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 1px;
	border: 4px solid #fff;
	border-width: 4px 5px;
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
	margin: -4.5px 0 0 -2.5px;
}

.top-img .prev {
	left: 50%;
}

.top-img .prev:before {
	border-left-width: 0;
}

.top-img .next {
	right: 50%;
}

.top-img .next:before {
	border-right-width: 0;
}

.top-img .text {
	text-align: center;
	position: absolute;
	bottom: 0;
	height: 123px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}

.top-img .text .container {
	width: auto;
	display: inline-block;
	vertical-align: top;
	width: 324px;
	z-index: 6;
}

.top-img .text .op {
	opacity: 0.69;
	display: inline;
	position: relative;
}

.top-img .text .big {
	opacity: 0.69;
	color: #42f9a1;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin: 0 0 6px 0;
}

.top-img .text .container:hover .op {
	opacity: 1;
	cursor: pointer;
}

.top-img .text .container:hover .big {
	color: #42f9a1;
	opacity: 1;
	cursor: pointer;
}

.top-img .text .reg-link {
	font-size: 18px;
	text-transform: uppercase;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}

.top-img .text .container:hover .reg-link {
	display: inline;
}

.top-img a {
	color: #68d3ff;
}

.top-img .cover-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}

@media only screen and (min-width: 1600px) {

.top-img .hold {
	left: 0;
	right: 0;
	margin: 0;
	width: auto;
}

.top-img img {
	width: 110%;
	min-width: 110%;
	margin-left: -5%;
}
}

.header-place {
	display: none;
}

.header {
	white-space: nowrap;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.header .container {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding: 28px 0;
	min-height: 138px;
	text-align: right;
}

.logo {
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	float: left;
	margin: 51px -100px 0 -46px;
}

.logo.for-tab {
	position: absolute;
	left: -10000px;
	margin: 0;
	float: none;
}

.logo img {
	height: 25px;
	width: auto;
}

.toggle-menu,
.toggle-login,
.toggle-exit,
.menu-hold .close {
	height: 25px;
	float: left;
	position: relative;
	z-index: 22;
	cursor: pointer;
	display: none;
}

.toggle-menu:before,
.toggle-menu:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.toggle-menu:before {
	height: 8px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.toggle-menu:after {
	height: 2px;
	background: #fff;
	margin-top: -1px;
}

.fixed-header .toggle-menu:before {
	border-color: #000;
}

.fixed-header .toggle-menu:after {
	background-color: #000;
}

.toggle-menu {
	float: left;
	width: 20px;
	margin-right: -20px;
}

.toggle-login {
	float: right;
	width: 15px;
	margin-left: -15px;
	position: relative;
}

.toggle-login:before,
.toggle-login:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 17px;
	margin: -8.5px 0;
	background: url(../img/lock2.png) no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}

.toggle-login:after {
	opacity: 0;
	background-position: 0 -23px;
}

.fixed-header .header > .container > .toggle-login:before {
	opacity: 0;
}

.fixed-header .header > .container > .toggle-login:after {
	opacity: 1;
}

.toggle-exit {
	width: 18px;
	float: right;
	margin-left: -18px;
	background: url(../img/logout.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.menu-hold .pink {
	color: #ff92b1;
}

.menu-hold .close {
	background: url(../img/close7.png) no-repeat 50% 50%;
	background-size: 100% auto;
	width: 16px;
	margin-right: -16px;
}

.contacts {
	list-style: none;
	padding: 0;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 23px 0;
}

.contacts > *,
.contacts > .phone-num:hover {
	color: inherit;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	margin: 0 0 0 20px;
	padding: 0 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 28px;
	background: rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.contacts > *:first-child {
	margin-left: 0;
}

.contacts a:hover {
	background: #0071db;
	color: #fff;
	text-decoration: none;
}

.login-menu {
	display: none;
}

.login-menu .hi {
	font: normal 18px/30px "SF UI Display", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: none;
	text-align: center;
	margin: -1px 0 44px 0;
}

.login-menu .hi .green {
	color: #00ff8a;
}

.menu-hold,
.header .menu-hold .container {
	min-height: 0;
	padding: 0;
	display: inline;
}

.menu-hold .logo-in {
	text-align: center;
	margin: 0 0 70px 0;
	display: none;
}

.menu-hold .logo-in img {
	width: 127px;
	height: auto;
}

#open-menu + span,
#open-login + span {
	display: none;
}

.menu {
	color: #fff;
	font-size: 15px;
	line-height: 34px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	list-style: none;
	margin: 37px 0 0 56px;
	padding: 0;
}

.menu.show-touch {
	display: none;
}

.contacts + input + span + .menu-hold .menu:first-child {
	margin-left: 0;
}

.contacts + input + span + .menu-hold .menu {
	margin-top: 0;
}

.menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 35px;
	padding: 0;
	position: relative;
}

.menu.for-btns li {
	margin-left: 16px;
}

.menu li > *:first-child {
	display: inline-block;
	vertical-align: top;
}

.menu li:first-child {
	margin-left: 0;
}

.menu a {
	color: #00d8ff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.menu a:hover {
	text-decoration: none;
	color: #fff;
}

.menu .active a {
	color: inherit;
}

.menu li.sub-hold:hover > a {
	color: #fff;
}

.menu .sub {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 188px;
	margin: 0 -94px;
	opacity: 0;
	z-index: -1;
	height: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: hidden;
}

.menu li:hover .sub {
	opacity: 1;
	z-index: 100;
	height: auto;
	padding-top: 15px;
	overflow: visible;
}

.menu .sub ul {
	text-align: left;
	white-space: normal;
	font: normal 15px/24px Arial, Helvetica, sans-serif;
	background: #0071db;
	color: #fff;
	padding: 12px 0;
	margin: 0;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.menu .sub ul:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	border: 9px solid #0071db;
	border-top-width: 0;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
	margin: 0 -9px;
}

.menu .sub li {
	margin: 0;
	padding: 0;
	display: block;
	float: none;
}

.menu .sub li > * {
	display: block;
	padding: 6px 6px 6px 28px;
	color: #00d8ff;
	position: relative;
}

.menu .sub li > a:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.09);
}

.menu .sub li > .active {
	color: #fff;
}

.menu .btn2 {
	display: inline-block;
	vertical-align: top;
	height: 34px;
	line-height: 30px;
	padding: 0 20px;
	min-width: 100px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	border: 2px solid #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.menu .btn2.bg-white {
	border-color: #fff;
	color: #fff;
}

.menu .btn2.bg-white:hover {
	background: #fff;
	color: #000;
}

.menu .btn2.bg-green {
	border-color: #00ff8a;
	color: #00ff8a;
}

.menu .btn2.bg-green:hover {
	background: #01bd78;
	border-color: #01bd78;
	color: #fff;
}

.content .container {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	padding: 28px 49px 100px 49px;
	margin-bottom: 58px;
}

.content.ind2 .container {
	margin-top: 20px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 49px;
}

.content.wide {
	background: #fff;
}

.content.wide .container {
	margin-bottom: 0;
	padding: 35px 0;
}

.aside {
	float: right;
	width: 234px;
}

.mainContent {
	float: left;
	width: 554px;
}

.aside2 {
	float: right;
	width: 254px;
}

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

.footer {
	z-index: 5;
	min-height: 0;
}

.payments {
	padding: 17px 0 16px 0;
	background: #fff;
	position: relative;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
	font-weight: bold;
	font-size: 16px;
	line-height: 33px;
	color: #748390;
	white-space: nowrap;
}

.payments:first-child {
	margin-top: 6px;
}

.payments .container > * {
	display: inline-block;
	height: 33px;
	white-space: nowrap;
	line-height: 33px;
	vertical-align: top;
	margin: 0 0 0 42px;
	line-height: 33px;
}

.payments .l {
	margin: 0;
}

.payments .txt {
	font-size: 14px;
	text-transform: uppercase;
	color: #0071db;
	font-weight: bold;
	padding: 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	background: rgba(0, 151, 255, 0.06);
}

.payments a.txt:hover {
	background: rgba(0, 151, 255, 1);
	color: #fff;
}

.payments img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	vertical-align: middle;
	position: relative;
	top: 1px;
	height: 28px;
	width: auto;
}

.payments a:hover img {
	opacity: 0.8;
}

.payments .for-mob {
	font: normal 15px/24px Arial, Helvetica, sans-serif;
	color: #2a2f39;
	text-transform: none;
	text-align: center;
	display: none;
}

.sun {
	float: left;
	padding: 0 7px;
	margin-top: -2px;
	margin-left: -22px;
}

.sun .info-row {
	width: 33px !important;
	top: -8px;
}

.socials {
	float: right;
	margin: 4px 0 0 10px;
}

.socials > * {
	display: block;
	text-align: left;
	text-indent: -10000px;
	position: relative;
	width: 48px;
	height: 48px;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: url(../img/socials.png) no-repeat 0 -10000px;
	background-size: 100% auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.socials > *:first-child {
	margin-top: 0;
}

.socials .fb {
	background-color: #3e5a96;
	background-position: 0 0;
}

.socials .tw {
	background-color: #28c3ff;
	background-position: 0 -48px;
}

.socials > a:hover {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.bmenu {
	white-space: nowrap;
	font-size: 16px;
	padding: 80px 0 22px 0;
	background: #0097ff;
	color: #fff;
	letter-spacing: 0.033em;
}

.bmenu a {
	color: #fff;
	text-decoration: none;
}

.bmenu a:hover {
	color: #fcffb3;
}

.bmenu .elem {
	display: inline-block;
	vertical-align: top;
	margin: 0 115px 0 0;
	white-space: nowrap;
}

.bmenu ul {
	list-style: none;
	margin: 0 0 60px 0;
	padding: 0;
}

.bmenu li {
	margin: 18px 0 0 0;
	padding: 0;
}

.bmenu li:first-child {
	margin-top: 0;
}

.bmenu .active {
	font-weight: bold;
}

.bmenu .active > a {
	color: inherit;
}

.contacts3 {
	font-size: 16px;
	padding: 25px 0 24px 0;
	background: #008dee;
	color: #fff;
	letter-spacing: 0.033em;
}

.contacts3 .container {
	line-height: 0;
	text-align: justify;
}

.contacts3 .container:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 0;
}

.contacts3 .container > * {
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.contacts3 a {
	color: inherit;
	text-decoration: none;
}

.contacts3 a:hover {
	color: #fcffb3;
}

@media only screen and (max-width: 1100px) {
.domains2 .row .domain-cta .btn {
	width: 60px;
	height: 34px;
	padding: 0;
	text-align: left;
	text-indent: -10000px;
	line-height: 30px;
	margin: 0;
	top: 0;
}
.domains2 .row .domain-cta .btn.bg-add:not(.bulk-cta) {
	background-image: url(../img/cart3.png);
	background-size: 15px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.domains2 .row .domain-cta .btn.bg-cross {
	background-image: url(../img/check2.png);
	background-size: 17px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline-block;
}

.domains2 .row .domain-cta .btn.added:not(.bg-add) {
	display: none;
}

.logo {
	margin-left: 0;
}

.menu li {
	margin-left: 34px;
}
.header .container,
.header .menu-hold .container {
	min-height: 0 !important;
}
}

@media only screen and (max-width: 990px) {

.logo {
	margin-left: -49px;
}

.header .container,
.footer .container {
	padding-left: 49px;
	padding-right: 49px;
}

.bmenu .elem {
	margin-right: 90px;
}
}

.text-block {
	margin: 35px 0 37px 0;
	line-height: 30px;
	padding: 23px 33px;
}

.text-block.ind2 {
	padding-top: 18px;
	padding-bottom: 19px;
}

.text-block.bg-blue {
	background: #ebf3f0;
}

.text-block.bg-beige {
	background: #f3f1eb;
}

.text-block > *:last-child {
	margin-bottom: 0;
}

.btn {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: top;
	-webkit-appearance: none;
	font: 600 18px Roboto, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff!important;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	text-align: center;
	border: 0;
	padding: 15px 20px;
	cursor: pointer;
	background: #f53c2d;
	opacity: 1;
}

.btn:hover {
	opacity: 0.8;
	text-decoration: none;
}

.btn.bg-green {
	background: #26c97e;
}

.btn.bordered {
	background: none;
	border: 1px solid #3383ae;
	color: #42c2f9!important;
}

.btn.border-red {
	color: #be1c1c!important;
	border-color: #be1c1c!important;
}

.btn.bg-blue {
	background: #42c2f9;
}

.btn.bg-grey {
	background: #c8d2d9;
}

.btn.bg-grey-green {
	background: #a2d2bc;
}

.btn.bg-dblue {
	background: #0071db;
}

.btn.disabled,
.btn.disabled:hover {
	cursor: default;
	opacity: 1;
}

.form {
	margin: 0 14px -21px 14px;
}

.form .input {
	margin: 15px 0 0 0;
}

.form .input:first-child {
	margin-top: 0;
}

.form .submit {
	margin: 18px 0 0 0;
}

.form .submit .btn,
.form2 .submit .btn,
.cart .submit .btn {
	display: block;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form.view2,
.cform .form {
	margin: 36px 0 0 0;
}

.form.view2 .input {
	margin: 0;
}

.form .row {
	margin: 16px 0 0 0;
	zoom: 1;
}

.form .row:first-child {
	margin-top: 0;
}

.form .check {
	position: relative;
	margin: 25px 0;
	padding: 0 0 0 28px;
}

.form .check + .submit {
	margin-top: 29px;
}

.form .check input[type="checkbox"] + *,
.form .check input[type="radio"] + * {
	position: absolute;
	top: 4px;
	left: 0;
}

.form .label {
	margin: 0 0 5px 0;
}

.err-text,
.info-text {
	margin: 26px 0 16px 0;
}

.form .err-text,
.form .info-text {
	margin-top: -10px;
}

.form .err-text + .input {
	margin-top: 0;
}

.form .half {
	float: left;
	width: 50%;
	padding: 0 0 0 22px;
}

.form .half:first-child {
	padding: 0 22px 0 0;
}

.form .links {
	text-align: center;
	margin: 27px 0 -18px 0;
}

.form .links p {
	margin: 6px 0 0 0;
}

.wrap {
	position: relative;
}

.wrap.size2 {
	min-height: 1200px;
}

.wrap.size2 .content .container,
.wrap.size3 .content .container {
	margin-bottom: 50px;
}

.wrap.size3 {
	min-height: 971px;
}

.wrap.index {
	height: 469px;
}

.cform {
	width: 590px;
	margin: 111px auto 0 auto;
}

.cform.ind2 {
	margin-top: 152px;
}

.cform .container {
	min-width: 0;
	min-height: 284px;
	width: auto;
	padding-left: 47px;
	padding-right: 47px;
	padding-bottom: 47px;
}

.cform .form .submit {
	margin-top: 20px;
}

.cform.ind2 .form .submit {
	margin-top: 24px;
}

.cform input:focus,
.cform textarea:focus {
	border-color: #287dc1;
}

.search {
	position: relative;
	z-index: 5;
	font-size: 15px;
	color: #fff;
	margin: 48px 0 0 0;
	min-height: 94px;
}

.search .txt {
	font: normal 30px/39px "SF UI Display", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 0 40px 0;
	letter-spacing: 0.33em;
	text-align: center;
}

.index .search {
	margin-top: 161px;
}

.search a {
	color: #00d8ff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.search a:hover {
	color: #fff;
	text-decoration: none;
}

.search input[type="text"],
.search .info {
	display: block;
	color: #000;
	background: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 18px;
	line-height: normal;
	border: 0;
	padding: 20px 32px;
	height: 62px;
}

.search .info {
	float: right;
	padding-left: 0;
	color: #798694;
}

.search input.placeholder {
	color: #b9c3ce;
}

.search .tld {
	float: right;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	height: 62px;
	line-height: 62px;
	background: rgba(167, 183, 194, 0.2);
	min-width: 145px;
	color: #000;
	margin: 0 6px 0 0;
	padding: 0 45px;
}

.search .btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 253px;
	float: right;
	margin: 5px 5px 0 0;
	padding: 0;
	height: 52px;
	font: normal 18px/52px Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 0.033em;
	background: #f9832d;
}

.search .btn:hover {
	background-color: #ff6b00;
	opacity: 1;
}

.search .input {
	position: relative;
	margin: 0 0 24px 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.search .all2 {
	float: right;
}

.search .checks {
	list-style: none;
	padding: 0;
	white-space: nowrap;
	font-weight: bold;
	font-size: 15px;
}

.search .checks li {
	display: inline;
	padding: 0;
	margin: 0 0 0 28px;
}

.search .checks li:first-child {
	margin-left: 0;
}

.search .checks label {
	cursor: pointer;
	display: table-row;
	vertical-align: top;
	white-space: nowrap;
}

.search .checks input[type="checkbox"] + *,
.search .checks input[type="radio"] + * {
	border-color: #fff;
	top: -1px;
}

.search .checks label:hover input[type="checkbox"] + *,
.search .checks label:hover input[type="radio"] + * {
	border-color: #99defc;
}

.search .checks a {
	color: #00d8ff;
	text-decoration: none;
}

.search .checks a:hover {
	color: #fff;
}

.features {
	position: relative;
	background: #fff;
	padding: 73px 0 38px 0;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	color: #2a2f39;
}

.features .title1 {
	text-align: center;
	font: normal 30px/37px "SF UI Display", Arial, Helvetica, sans-serif;
	color: #2a2f39;
	letter-spacing: 0.33em;
	text-transform: uppercase;
	margin: 0 -10px 66px -10px;
}

.features ul {
	list-style: none;
	margin: 0 -100px;
	padding: 0;
	letter-spacing: 0.033em;
}

.features li {
	display: inline-block;
	vertical-align: top;
	width: 212px;
	height: 193px;
	margin: 0 -3px;
	padding: 0;
}

.features li img {
	display: block;
	height: 64px;
	width: auto;
	margin: 0 auto 13px auto;
}

.features a {
	color: #0071db;
}

.features a:hover {
	text-decoration: none;
	color: #e20a0a;
}

.domains {
	text-align: center;
	padding: 67px 0 70px 0;
	background: #2ac598;
	color: #fff;
}

.domains .title1 {
	font: normal 30px/36px "SF UI Display", Arial, Helvetica, sans-serif;
	letter-spacing: 0.33em;
	text-transform: uppercase;
	margin: 0 0 75px 0;
}

.domains .slider {
	position: relative;
	margin: 0 -40px;
}

.domains .slider .prev,
.domains .slider .next {
	cursor: pointer;
	position: absolute;
	top: 26px;
	width: 50px;
	height: 50px;
	margin: 0 -145px;
	z-index: 20;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

@media only screen and (max-width: 1370px) {

.domains .slider .prev,
.domains .slider .next {
	display: none;
}
}

.domains .slider .prev:hover,
.domains .slider .next:hover {
	background: rgba(0, 0, 0, 0.12);
}

.domains .slider .prev:before,
.domains .slider .next:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid #fff;
	border-width: 9px 10px;
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
	margin: -9px 0 0 -4.5px;
}

.domains .slider .prev {
	left: 0;
}

.domains .slider .prev:before {
	border-left-width: 0;
	margin-left: -6px;
}

.domains .slider .next {
	right: 0;
}

.domains .slider .next:before {
	border-right-width: 0;
	margin-left: -3px;
}

.domains .slider .hold {
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
}

.domains ul {
	list-style: none;
	margin: 0 -50px -36px -50px;
	padding: 0;
	position: relative;
}

.domains li {
	display: inline-block;
	vertical-align: top;
	width: 112px;
	margin: 0 45px 36px 45px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
}

.domains .slider .hold ul {
	width: 100000px;
	text-align: left;
}

.domains .slider .hold ul li {
	float: left;
	width: 212px;
}

.domains a {
	text-decoration: none;
	color: #00fcff;
}

.domains a:hover {
	color: #f6ff66;
}

.domains .img {
	display: block;
	position: relative;
	margin: 0 auto 18px auto;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.domains a:hover .img {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.domains li .img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.domains .price {
	color: #fff;
	font-weight: normal;
	font-size: 21px;
}

.all {
	text-align: center;
}

.all a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	border: 3px solid #0071db;
	color: #0071db;
	text-decoration: none;
	padding: 0 20px;
	min-width: 321px;
	text-align: center;
	height: 57px;
	font: bold 16px/51px Arial, Helvetica, sans-serif;
	border-radius: 29px;
	-webkit-border-radius: 29px;
	letter-spacing: 0.06em;
}

.all a:hover {
	color: #01bd78;
	border-color: #01bd78;
}

.domains .all {
	margin: 65px 0 0 0;
}

.domains .all a {
	border-color: #fff;
	color: #fff;
}

.domains .all a:hover {
	border-color: #f6ff66;
	color: #f6ff66;
}

.tld {
	margin: -13px 0 0 0;
}

.tld .hold {
	zoom: 1;
	position: relative;
	margin: 0 -40px 0 -20px;
}

.tld .third,
.tld .half,
.tld .third2 {
	float: left;
	width: 33.33%;
	padding: 0 40px 0 0;
}

.tld .to-sep {
	padding-right: 40px;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.tld .to-sep.one {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.tld .to-sep.two {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.tld .to-sep.three {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.tld .to-sep .row {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.tld .half {
	width: 50%;
}

.tld .elem.third {
	padding: 0;
}

.tld .third2 {
	width: 66.66%;
	padding: 0;
}

.tld label {
	cursor: pointer;
}

.tld .row,
.domains2 .row {
	font-weight: bold;
	font-size: 15px;
	display: block;
	position: relative;
	padding: 8px 0 8px 0;
	margin: 0 0 1px 0;
	zoom: 1;
	text-transform: uppercase;
	color: #0071db;
}

.period-value {
	font-weight: 500;
	text-transform: none;
}

.tld .row .forall {
	color: #3c6281;
}

.tld .row:nth-child(odd),
.domains2 .row:nth-child(even) {
	background: #f4fbff;
}

.tld .row.head,
.domains2 .row.head {
	background: none;
}

.tld .row.tind,
.domains2 .row.tind {
	margin-top: 25px;
}

.tld .row + .in .row {
	background: none;
}

.tld .row:nth-child(odd) + .in .row:nth-child(odd),
.tld .row:nth-child(even) + .in .row:nth-child(even) {
	background: #f7fbfd;
}

.tld .row input + * {
	position: absolute;
	top: 12px;
	left: 0;
	margin: 0 0 0 20px;
	border-color: #c1d2e0;
	z-index: 5;
}

.tld .row label:hover input + * {
	border-color: #0071db;
}

.tld .row input:checked + * {
	border-color: #0071db!important;
	background-color: #0071db;
}

.tld .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #e1f7ff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0;
}

.tld .row input:checked + span + .bg {
	opacity: 1;
}

.tld .bg + span {
	position: relative;
}

.tld .red {
	color: #e0180c!important;
}

.tld .green {
	color: #29af71!important;
}

.tld .price {
	float: right;
	color: #3c6281;
	text-align: right;
	min-width: 58px;
	padding: 0 0 0 11px;
	white-space: nowrap;
	position: relative;
	z-index: 5;
}

.tld .in {
	position: relative;
	overflow: hidden;
	height: 0;
}

.tld.open .in {
	overflow: visible;
}

.tld .more {
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	display: block;
	cursor: pointer;
	text-align: center;
	padding: 23px 20px;
	background: #c0d0dd;
	margin: 35px 0 0 0;
}

.tld .go {
	display: none;
	float: right;
	width: 22px;
	height: 22px;
	margin: 1px 0 0 17px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #0071db url(../img/rarr2.png) no-repeat 50% 50%;
	background-size: auto 9px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	position: relative;
}

.tld .go:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: -4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.tld a.go:hover {
	opacity: 0.8;
}

.features2 {
	font-size: 16px;
	color: #4a5d6a;
	zoom: 1;
	position: relative;
	margin: 71px -20px 20px -20px;
}

.features2 .half {
	float: left;
	width: 50%;
	padding: 0 20px;
}

.features2 .bg {
	border: 1px solid #d9e3eb;
	padding: 0 30px 0 208px;
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.features2 a.bg:hover {
	color: #e20a0a;
	border-color: #c0d0dd;
}

.features2 .cell {
	text-align: left;
	height: 148px;
}

.features2 .bg img {
	height: 64px;
	width: auto;
	position: absolute;
	top: 42px;
	left: 135px;
}

.block {
	margin: 30px 0 0 0;
	background: #fff;
	padding: 22px 20px 20px 25px;
	position: relative;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.21);
}

.block:first-child {
	margin-top: 15px;
}

.domains2 {
	margin: -13px 0 0 0;
}

.domains2:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.domains2 .row {
	/*margin-left: -5000px;*/
	/*margin-right: -5000px;*/
	/*padding-left: 5000px;*/
	/*padding-right: 5000px;*/
	/*padding-top: 15px;*/
	/*padding-bottom: 15px;*/
	color: #000;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 19px 500%;
	margin-left: -500%;
	margin-right: -500%;
}

.domains2 .row.top {
	font-weight: bold;
	color: #3c6281;
}

.top-title {
	box-shadow: 0px 4px 3px rgb(0 0 0 / 6%);
}


.domains2 del,
.tld del {
	color: #b4c0ca;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	margin-right: 4px;
}

.domains2 del:after,
.tld del:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin: -1px -4px;
	opacity: 0.5;
	background: #b4c0ca;
}

.domains2 .fl {
	float: left;
}

.domains2 .w1 {
	width: 38.63%;
}

.domains2 .w2 {
	width: 24.739%;
}

.domains2 .w3 {
	width: 159px;
	margin-right: 6px;
	text-align: center;
}

.domains2 .row .btn {
	float: right;
	width: 135px;
	padding: 0;
	margin-bottom: -9px;
	position: relative;
	padding: 0;
	height: 34px;
	font: bold 12px/33px Arial, Helvetica, sans-serif;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.domains2 .row .btn.bg-green {
	background: #26c97e;
}

.domains2 .row .btn.bg-eye {
	background-image: url(../img/eye.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 12px;
}

.domains2 .row.na {
	color: #99abb3;
}

.domains2 .row.na .nofloat {
	font-weight: normal;
	text-transform: none;
}

.domains2 .more {
	margin: 20px 0 0 0;
}

.domains2 .top {
	color: #748390;
}

.domains2 .fl input + * {
	margin: 0;
}

.domains2 .red {
	color: #e0180c!important;
}

#cart-block {
	width: 100%;
	position: fixed;
	bottom: 0;
	padding-top: 15px;
	height: 80px;
	color: #000;
	font-weight: normal;
	box-shadow: 0px 3px 33px rgba(75, 83, 106, 0.18);
	background-color: white;
	z-index: 10;
}


#bottom-cart {
	width: 970px;
	font-size: 16px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 auto;
	float: none;
	height: 50px;
	align-items: center;
    display: flex;
}

#bottom-cart .fr {
	float: right;
}

#bottom-cart .bold {
	font-weight: bold;
}

#bottom-cart .cart-btn {
	width: 240px;
	/* margin: -9px 0 0 0 !important; */
}

.cart-info input + *,
.filter input + *,
.acc-notice input + * {
	border-color: #c1d2e0;
}

.cart-info input:checked + *,
.filter input:checked + *,
.acc-notice input:checked + *,
.cart-info label:hover input + *,
.filter label:hover input + *,
.acc-notice label:hover input + * {
	border-color: #0674dc!important;
}

.cart-info input[type="checkbox"]:checked + *,
.filter input[type="checkbox"]:checked + *,
.acc-notice input[type="checkbox"]:checked + * {
	background-color: #0674dc;
}

.cart-info .cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	opacity: 0.7;
}

.cart-info.empty {
	font-size: 16px;
	line-height: 50px;
	width: 100%;
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart-img {
	width: 45px;
	/* position: absolute; */
}

.cart-info.empty p {
	position: relative;
	z-index: 5;
	margin: 0 0 14px 0;
}

.cart-info .big {
	font: normal 45px/50px Arial, Helvetica, sans-serif;
	margin: 28px 0 0 0;
}

.cart-info .big span {
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 3px solid #fff;
	border-bottom-color: inherit;
	top: -10px;
	margin: 0 0 0 3px;
}

.cart-info .check {
	position: relative;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	/* border-top: 1px solid #eff3f5;
	border-bottom: 1px solid #eff3f5; */
}

.form-hold .cart-info .check {
	position: relative;
	text-align: left;
	padding: 18px 21px 18px 49px;
	margin: 31px -21px 20px -21px;
	font-weight: normal;
	text-transform: none;
	border-top: 1px solid #eff3f5;
	border-bottom: 1px solid #eff3f5;
}

.cart-info .check .r {
	float: right;
}

.cart-info .check:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.cart-info .check input + * {
	/* position: absolute;
	left: 21px;
	top: 18px;
	margin: 0; */
	margin-right: 6px;
}

.form-hold .cart-info .check input + * {
	position: absolute;
	left: 21px;
	top: 18px;
	margin: 0;
}

.cart-info .check label {
	cursor: pointer;
	margin: 6px;
}

#bottom-cart .cart-info .btn {
	display: block;
	padding: 0;
	height: 39px;
	font: bold 15px/39px Inter, Arial, Helvetica, sans-serif;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.filter {
	color: #748390;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	margin-top: 20px !important;
	padding-top: 17px;
	padding-bottom: 16px;
	text-transform: uppercase;
}

.filter ul {
	list-style: none;
	margin: 10px 5px 4px 0;
	padding: 0;
	color: #243B64;
}

.filter input[type="checkbox"],
.filter input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

.filter li {
	zoom: 1;
	position: relative;
	margin: 24px 0 0 0;
	padding: 0;
}

.filter li:first-child {
	margin-top: 0;
}

.filter li.line {
	margin-top: 20px;
	padding-top: 18px;
}

.filter li.line:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 -31px 0 -21px;
	height: 1px;
	background: #eff3f5;
}

.filter label {
	cursor: pointer;
}

.modal {
	z-index: 1000;
	position: absolute;
	top: -10000px;
	left: -10000px;
	background: #fff;
	width: 734px;
	box-shadow: 0 0 68px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0 0 68px rgba(0, 0, 0, 0.21);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 58px 65px 43px 65px;
	font-size: 16px;
	color: #3b434b;
}

.modal p {
	margin: 0 0 21px 0;
}

.modal .title1 {
	letter-spacing: normal;
	font-size: 21px;
	font-weight: bold;
	color: #748390;
	margin: 0 0 53px 0;
}

.modal .close {
	cursor: pointer;
	position: absolute;
	top: 61px;
	right: 64px;
	background: url(../img/close.png) no-repeat;
	background-size: auto 16px;
	width: 16px;
	height: 16px;
}

.modal .check {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin: 26px 0 -19px 0;
	color: #748390;
	font-size: 15px;
}

.modal .check label {
	cursor: pointer;
}

.modal-video {
	width: 900px;
	padding-left: 37px;
	padding-right: 38px;
	padding-top: 36px;
}

.modal-video .close {
	right: 38px;
	top: 39px;
}

.modal-video .title1 {
	margin-bottom: 21px;
}

#whoisConfirmModal {
	position: fixed;
	left: 50%;
	margin-left: -329px;
}

.wrap.tld-page {
	height: 802px;
}

.tld-info {
	margin: 14px 0 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.tld-info h1 {
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 34px;
	margin: 0 0 14px 0;
}

.tld-info p {
	opacity: 0.7;
	margin: 0;
}

.tld-info .yellow {
	color: #ffc000;
	opacity: 1;
}

/*new 15.05.15*/
.top-img .bg-dark {
	background: #1a4a7f url(../img/top-img/top-bg-repeat.jpg) repeat-y 50% 0;
	background-size: 100% auto;
}

.my-domains .container {
	padding: 0;
	width: 987px;
}

.filter2 {
	position: relative;
	background: #2d688e;
	color: #fff;
}

.filter2 .toggle-filter {
	cursor: pointer;
	position: absolute;
	top: 100%;
	left: 50%;
	height: 23px;
	background: #2d688e;
	width: 144px;
	margin: 0 0 0 -72px;
	font: normal 13px/11px Arial, Helvetica, sans-serif;
	color: #42c2f9;
	white-space: nowrap;
	text-transform: none;
	text-align: center;
	z-index: 90;
}

.filter2 .toggle-filter:hover {
	color: #82e6ff;
}

.filter2 .toggle-filter:before,
.filter2 .toggle-filter:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 18px;
	margin: 0 -1px;
	background: url(../img/filter-toggle.png) no-repeat;
}

.filter2 .toggle-filter:before {
	right: 100%;
}

.filter2 .toggle-filter:after {
	left: 100%;
	background-position: 100% 0;
}

.filter2 .toggle-filter span:first-child,
.filter2.open .toggle-filter span {
	display: none;
}

.filter2.open .toggle-filter span:first-child {
	display: inline;
}

.filter2 .adv,
.filter2.open .sim {
	display: none;
}

.filter2.open .adv {
	display: block;
}

.filter2 .sim {
	padding: 14px;
}

.filter2 .sim .bg {
	background: #fff;
	padding: 3px;
	zoom: 1;
}

.filter2 .sim .bg:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.filter2 .sim .btn {
	float: right;
	font-size: 15px;
	height: 41px;
	padding: 0 29px;
	margin: 0 0 0 3px;
}

.filter2 .sim .checks {
	float: right;
	margin: 0 32px 0 3px;
	white-space: nowrap;
	font: normal 15px/41px Arial, Helvetica, sans-serif;
	color: #748390;
}

.filter2 .sim .checks input + span {
	width: 15px;
	height: 15px;
	margin-right: 6px;
}

.filter2 .sim .checks label:hover input + span {
	border-color: #42c2f9;
}

.filter2 .sim .checks label {
	cursor: pointer;
	margin: 0 0 0 16px;
}

.filter2 .sim .checks label:first-child {
	margin-left: 0;
}

.filter2 input[type="text"] {
	width: 100%;
	font-size: 15px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	height: auto;
	border-color: #fff;
	padding: 9px 18px;
	height: 41px;
}

.filter2 input[type="text"]:focus {
	border-color: #42c2f9;
}

.filter2 .adv {
	padding: 24px 30px 29px 30px;
}

.filter2 .fl {
	float: left;
	margin: 0 0 0 30px;
}

.filter2 .fl:first-child {
	margin-left: 0;
}

.filter2 .fl.w1 {
	width: 377px;
}

.filter2 .fl.w2 {
	width: 245px;
}

.filter2 .label {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0 0 8px 5px;
}

.filter2 .adv .checks {
	margin: 11px -17px 24px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.filter2 .adv .checks input + span {
	width: 15px;
	height: 15px;
	top: -2px;
	left: 3px;
}

.filter2 .adv .checks label:hover input + span {
	border-color: #42c2f9;
}

.filter2 .adv .checks label {
	cursor: pointer;
	margin: 0 12px 0 0;
}

.filter2 .adv .saved {
	padding: 0 4px 0 6px;
}

.filter2 .adv .saved .label {
	margin-left: 0;
	margin-bottom: 18px;
}

.filter2 .adv .checks2 {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #42c2f9;
}

.filter2 .adv .checks2 labe {
	margin: 0;
}

.filter2 .adv .checks2 li {
	zoom: 1;
	position: relative;
	margin: 12px 0 0 0;
	padding: 0 27px 0 27px;
}

.filter2 .adv .checks2 li:first-child {
	margin-top: 0;
}

.filter2 .adv .checks2 input + span {
	margin: 0;
	position: absolute;
	top: 5px;
	left: 0;
}

.filter2 .adv .checks2 .action-block {
	position: absolute;
	top: 2px;
	right: 0;
}

.filter2 .adv .checks2 .action-block .toggle {
	background-color: #275d82;
}

.filter2 .adv .checks2 .action-block .toggle > div,
.filter2 .adv .checks2 .action-block .toggle > div:before,
.filter2 .adv .checks2 .action-block .toggle > div:after {
	background: #42c2f9;
}

.filter2 .adv .checks2 .action-block .pop {
	left: auto;
	right: -16px;
}

.filter2 .row {
	zoom: 1;
	position: relative;
	margin: -1px -30px 0 -30px;
	border-top: 1px solid #286084;
	border-bottom: 1px solid #286084;
	padding: 12px 30px;
	font-size: 14px;
	line-height: 26px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.filter2 .row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.filter2 .fl2 {
	float: left;
	margin: 0 0 0 12px;
}

.filter2 .fl2:first-child {
	margin-left: 0;
}

.filter2 .row input[type="text"] {
	text-align: center;
	font: inherit;
	width: 41px;
	vertical-align: top;
	height: auto;
	padding: 0;
	height: 26px;
	margin: 0 4px;
}

.filter2 .btns {
	zoom: 1;
	margin: 28px 0 0 0;
}

.filter2 .btns:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.filter2 .btns .btn {
	font-size: 15px;
	height: 51px;
	padding: 0 20px;
	line-height: 49px;
	float: left;
	margin: 0 0 0 20px;
}

.filter2 .btns .btn:first-child {
	margin-left: 0!important;
}

.filter2 .btns .btn.bordered {
	font-size: 13px;
	text-transform: none;
}

.filter2 .btns .w1 {
	width: 206px;
}

.filter2 .btns .w2 {
	width: 475px;
}

.filter2 .btns .w3 {
	width: 449px;
	margin-left: 29px;
}

.action-block {
	position: relative;
	white-space: nowrap;
}

.action-block .toggle {
	cursor: pointer;
}

.action-block .pop {
	text-transform: none;
	text-align: left;
	white-space: nowrap;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 168px;
	z-index: 100;
	font: normal 15px/24px Arial, Helvetica, sans-serif;
	background: #fff;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.21);
	color: #748390;
	min-width: 100%;
	display: none;
	padding: 24px 30px;
}

.action-block.bottom .pop {
	top: auto;
	bottom: 100%;
	margin-bottom: -72px;
}

.action-block:hover .pop {
	display: block;
}

.action-block .pop.uppercase {
	text-transform: uppercase;
}

.action-block .pop ul {
	list-style: none!important;
	margin: 0 -30px -24px -30px!important;
	padding: 6px 0!important;
}

.action-block .pop ul:first-child {
	margin-top: -24px!important;
}

.action-block .pop ul li {
	margin: 0!important;
	padding: 0!important;
	display: block!important;
	float: none!important;
}

.action-block .pop li > * {
	display: block;
	padding: 6px 30px;
	cursor: pointer;
	color: #42c2f9;
	position: relative;
}

.action-block .pop li > *:hover,
.action-block .pop li input:checked + span,
.action-block .pop .selected > * {
	color: #e51e0e;
	text-decoration: none;
}

.action-block .pop li input:checked + span,
.action-block .pop .selected > * {
	font-weight: bold;
}

.action-block .pop li input + span {
	border: 0;
	width: auto;
	background: none;
	height: auto;
	display: inline;
	position: static;
}

.action-block-year .pop li > * {
    padding: 6px 10px !important;
    float: left;
}

.fl-r {
    float: right;
}

.popup-price {
    width: 65px;
    text-align: right;
}

.green-price {
    color: #3ba066;
}

.red-price {
    color: #c90b00;
}

.action-block-year .pop {
    width: 230px;
    left: -90px !important;
    padding: 24px 30px 10px !important;
}

.action-block-year .pop li > .clear {
    clear: both;
    padding: 5px 15px !important;
    width: 100%;
    color: #3ba066;
}

.action-block-year {
    font-size: 14px !important;
    margin-top: -1px;
}

.discount {
    background: #c90b00;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    position: relative;
    font: normal 12px/21px Arial, Helvetica, sans-serif;
    top: -1px;
    padding-left: 2px;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    height: 20px;
    min-width: 48px;
    padding: 0 10px;
    margin-right: 10px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.action-block .pop .elem {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
}

.action-block .pop .elem:first-child {
	margin-left: 0;
}

.action-block .pop .elem:last-child {
	margin-right: 0;
}

.action-block.view1 {
	display: inline-block;
	vertical-align: top;
}

.action-block.view1 .toggle-hold {
	display: inline-block;
	vertical-align: top;
	min-width: 100px;
}

.action-block.view1 .toggle {
	color: #42c2f9;
	white-space: nowrap;
	display: inline;
}

.action-block.view1 .toggle:after,
.action-block.selection .toggle:after,
.pop-menu .toggle:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border: 4px solid #42c2f9;
	border-color: inherit;
	border-width: 4px 3px 0 3px;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
	position: relative;
	margin: 0 0 0 5px;
}

.action-block.menu-view {
	padding: 9px 0;
	margin: -9px 0;
}

.action-block.menu-view:hover {
	z-index: 100;
}

.action-block.menu-view .toggle {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	background: #dee4e6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.action-block.menu-view .toggle div,
.action-block.menu-view .toggle div:before,
.action-block.menu-view .toggle div:after {
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #1886cc;
	margin: -1px 0 0 -5px;
}

.action-block.menu-view .toggle div:before,
.action-block.menu-view .toggle div:after {
	content: '';
	margin: 0;
	left: 0;
	top: auto;
	position: absolute;
}

.action-block.menu-view .toggle div:before {
	top: -3px;
}

.action-block.menu-view .toggle div:after {
	bottom: -3px;
}

.action-block.menu-view .pop {
	left: -27px;
	min-width: 174px;
}

.action-block.stat-view {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	line-height: 0;
}

.action-block.stat-view .toggle {
	width: 21px;
	height: 21px;
	position: relative;
}

.action-block.stat-view .toggle:before,
.action-block.stat-view .pop li > *:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}

.action-block.stat-view .bg-on:before,
.action-block.stat-view .bg-off:before {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 13px;
	height: 13px;
	margin: -6.5px 0 0 -6.5px;
	background: url(../img/stat.png) no-repeat;
}

.action-block.stat-view .bg-on:before {
	background-position: 0 -12px;
	background-color: #47c179;
}

.action-block.stat-view .bg-off:before {
	background-color: #90a3ad;
}

.action-block.stat-view .toggle.bg-on:hover:before,
.action-block.stat-view .toggle.bg-off:hover:before {
	background-color: #167ec0;
}

.action-block.stat-view .bg-locked:before,
.action-block.stat-view .bg-unlocked:before {
	width: 11px;
	height: 14px;
	margin: -7px 0 0 -5.5px;
	background: url(../img/lock.png) no-repeat;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.action-block.stat-view .bg-unlocked:before {
	background-position: -13px 0;
}

.action-block.stat-view .toggle.bg-locked:hover:before {
	background-position: 0 -16px;
}

.action-block.stat-view .toggle.bg-unlocked:hover:before {
	background-position: -13px -16px;
}

.action-block.stat-view .pop li > * {
	padding-left: 50px;
}

.action-block.stat-view .pop li > *:before {
	left: 25px;
	margin-left: 0;
}

.action-block.stat-view .pop {
	min-width: 174px;
	left: -20px;
}

.action-block.selection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: inline-block;
}

.action-block.selection .toggle {
	color: #1786cd;
	display: inline;
	font-weight: bold;
}

.action-block.selection .toggle:hover {
	color: #e51e0e;
}

.action-block.selection .pop {
	max-height: 400px;
	overflow: hidden;
	overflow-y: auto;
	left: -30px;
}

.my-domains .side-hold {
	zoom: 1;
	position: relative;
}

.my-domains .side-hold.open {
	margin: 0 0 0 225px;
}

.my-domains .side-bg {
	display: none;
	z-index: 7;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -225px;
	width: 225px;
	background: #fff;
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.27);
}

.my-domains .open .side-bg {
	display: block;
}

.my-domains .side-hold:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.domains-info {
	float: left;
	width: 100%;
	padding: 52px 0 0 0;
}

.domains-info table {
	border-collapse: collapse;
	font: normal 15px/21px Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.domains-info th,
.domains-info td {
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
	color: #748390;
}

.domains-info .bg > td,
.domains-info .bg > th {
	background: #f4fbff;
}

.domains-info > table > * > tr.top:hover > td,
.domains-info > table > * > tr.top:hover + tr.in .hold,
.domains-info .open > td,
.domains-info .open > th {
	background: #fcf9f4;
}

.domains-info .w1 {
	width: 4.35%;
}

.domains-info .w2 {
	width: 3.74%;
}

.domains-info .w3 {
	width: 17%;
}

.domains-info .w4 {
	width: 10%;
	padding-left: 0!important;
	padding-right: 0;
}

.domains-info .w4 + td,
.domains-info .w4 + th {
	padding-left: 2%;
}

.domains-info .w4-2 {
	width: 19.3%;
}

.domains-info .w5 {
	width: 14px;
}

.domains-info .w6 {
	width: 19.5%;
	padding-right: 2.75%;
}

.domains-info .w7 {
	width: 22px;
	padding-right: 0!important;
	padding-left: 0!important;
}

.domains-info .center {
	text-align: center;
}

.domains-info .right {
	text-align: right;
}

.domains-info th,
.domains-info .name {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.domains-info .toggle-open {
	color: #1786cd;
	display: inline;
	cursor: pointer;
}

.domains-info .toggle-open > span {
	border-bottom: 1px dotted #1786cd;
	border-bottom-color: inherit;
}

.domains-info .toggle-open:hover {
	color: #00aeff;
}

.domains-info .nowrap {
	position: relative;
	overflow: hidden;
	height: 21px;
}

.domains-info .nowrap > * {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.domains-info table input + span {
	top: -1px;
}

.domains-info .date {
	vertical-align: top;
	font-weight: bold;
	font-size: 15px;
}

.domains-info .date .info {
	font-size: 10px;
	color: #748390;
}

.domains-info .yellow {
	color: #ffa800!important;
}

.domains-info .red {
	color: #d64c66!important;
}

.domains-info .in > td {
	padding: 0;
}

.domains-info .in .hold {
	position: relative;
	overflow: hidden;
	height: 0;
}

.domains-info .in.open .hold {
	height: auto;
}

.domains-info .in table {
	margin: 4px 0 13px 0;
}

.domains-info .in table th,
.domains-info .in table td {
	padding-top: 7px;
	padding-bottom: 8px;
}

.domains-info .in .w4,
.domains-info .in .w4-2 {
	padding-left: 2.3%!important;
}

.domains-info .in th {
	text-transform: none;
}

.domains-info .in th a {
	font-weight: normal;
}

.domains-info .opt {
	zoom: 1;
	position: relative;
	font: bold 15px/22px Arial, Helvetica, sans-serif;
	color: #748390;
	padding: 39px 2.75% 35px 4.35%;
}

.domains-info .opt:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.domains-info .opt .l {
	float: left;
}

.domains-info .opt .r {
	float: right;
}

.domains-info .opt .selection .pop {
	max-height: 200px;
}

.domains-info .opt .nav-prev,
.domains-info .opt .nav-next {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 22px;
	height: 22px;
	background: #66cef9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
}

.domains-info .opt .nav-prev:before,
.domains-info .opt .nav-next:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 4px solid #fff;
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
	border-width: 3px 4px;
	margin: -3px 0 0 -2px;
}

.domains-info .opt .nav-prev:before {
	border-left-width: 0;
}

.domains-info .opt .nav-next:before {
	border-right-width: 0;
}

.domains-info .opt .num {
	display: inline-block;
	text-align: center;
	min-width: 177px;
}

.domains-info .selected-info {
	position: absolute;
	background: #fff;
	color: #000;
	z-index: 5;
	left: 0;
	right: 0;
	margin: 0 3px 0 8.09%;
	box-shadow: 0 0 0 2px #fff;
	-webkit-box-shadow: 0 0 0 2px #fff;
	display: none;
}

.domains-info .selected-info .selection .toggle,
.domains-info .selected-info .selection .toggle:hover {
	color: #ff7e00;
}

.domains-info .selected-info .selection .pop {
	min-width: 195px;
}

.domains-info .for-text td {
	padding-right: 2.75%;
}

.crown {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../img/crown.png) no-repeat 50% 50%;
	background-size: auto 7px;
	margin: -7px 0px 0px -1px;
	z-index: 9;
}

.crown > div {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 100%;
	white-space: nowrap;
	color: #fff;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 12px;
	background: #f3a004;
	margin: -12.5px 10px;
	padding-top: 2px;
	display: none;
}

.crown:hover > div {
	display: block;
}

.crown > div:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	border: 5px solid #f3a004;
	margin: -5px 0;
	border-left-width: 0;
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
}

.to-fav {
	opacity: 0.3;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/fav.png) no-repeat 0 -16px;
	width: 14px;
	height: 14px;
	position: relative;
	left: -10000px;
}

.to-fav:hover {
	opacity: 1;
}

.to-fav.active {
	opacity: 1;
	background-position: 0 0;
	left: auto;
}

.link-mes {
	opacity: 0.3;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/comment.png) no-repeat;
	width: 14px;
	height: 14px;
	position: relative;
	left: -10000px;
}

.link-mes:hover {
	opacity: 1;
}

tr:hover .to-fav,
tr:hover .link-mes {
	left: auto;
}

.folders {
	float: left;
	width: 0px;
	overflow: hidden;
	position: relative;
	left: 0px;
	margin: 0 0 0 -225px;
	z-index: 10;
	padding: 4px 0 0 0;
}

.folders .hold {
	width: 225px;
}

.open .folders {
	left: 0;
}

.toggle-folders {
	position: absolute;
	top: 10px;
	left: 0;
	cursor: pointer;
	width: 78px;
	height: 40px;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.21);
	z-index: 5;
}

.open .toggle-folders {
	display: none;
}

.folders .toggle-close {
	cursor: pointer;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 14px 24px 0 50px;
	height: 51px;
	color: #748390;
	margin: 0 0 2px 0;
}

.folders .toggle-close .pic,
.toggle-folders .pic,
.folders .hold > ul > li > a .pic,
.folders .hold > ul > li > span .pic {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 18px;
	height: 15px;
	background: url(../img/folder.png) no-repeat;
	margin: -8px 0 0 0;
}

.folders .toggle-close:hover .pic,
.toggle-folders:hover .pic {
	background-position: -20px 0;
}

.folders .toggle-close .pic:before,
.toggle-folders .pic:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 3px solid #fff;
	border-width: 3px;
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
	margin: -2px 0 0 -1.5px;
}

.folders .toggle-close .pic:before {
	border-left-width: 0;
}

.toggle-folders .pic:before {
	border-right-width: 0;
	margin-left: 6px;
	left: 100%;
	border-color: #1786cd;
}

.toggle-folders:hover .pic:before {
	border-color: #e51e0e;
}

.folders .hold > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.folders .hold > ul > li {
	margin: 0;
	padding: 0;
	position: relative;
}

.folders .hold > ul > li > a,
.folders .hold > ul > li > span {
	display: block;
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 13px 24px 14px 50px;
}

.folders .hold > ul > li:hover > a,
.folders .hold > ul > li:hover > span,
.folders .hold > ul > li.hover > a,
.folders .hold > ul > li.hover > span {
	background: #f6f5f0;
}

.folders .hold > ul .r {
	float: right;
}

.folders .hold > ul li:hover .r {
	opacity: 0;
}

.folders .hold > ul > li > a .pic,
.folders .hold > ul > li > span .pic {
	margin-top: 0;
	top: 13px;
	background-position: 0 -17px;
}

.folders .hold > ul > li > .active .pic {
	background-position: -20px -17px;
}

.folders .hold > ul > li > .active,
.folders .hold > ul > li:hover > .active {
	color: #fff;
	background: #42c2f9;
}

.folders .action-block {
	position: absolute;
	top: 11px;
	left: -10000px;
	z-index: 10;
}

.folders li:hover .action-block {
	left: auto;
	right: 19px;
}

.topline {
	z-index: 100;
	position: relative;
	color: #fff;
	background: #000;
	height: 50px;
	text-align: center;
	font: normal 12px/50px Arial, Helvetica, sans-serif;
	color: #d5d5d5;
	margin: 0 0 -20px 0;
}

.topline + .header .container {
	min-height: 143px;
}

.topline + .header .logo.for-tab {
	margin-top: 0;
}

.topline .l {
	float: left;
	text-align: left;
	padding: 0 7px;
}

.topline .r {
	float: right;
	text-align: left;
}

.topline a {
	color: #68d3ff;
}

.topline .l > * {
	margin: 0 0 0 63px;
}

.topline .l > *:first-child {
	margin-left: 0;
}

.topline .container {
	width: 987px;
}

.topline .cart-link {
	color: #d5d5d5;
	display: inline;
	white-space: nowrap;
}

.topline .cart-link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 10px;
	height: 9px;
	top: -1px;
	margin: 0 10px 0 0;
	background: url(../img/cart.png) no-repeat;
}

.topline a.cart-link {
	color: #f0a624;
}

.topline a.cart-link:before {
	background-position: 0 -11px;
}

.pop-menu {
	float: left;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 27px;
	padding: 0 0 0 30px;
}

.pop-menu:first-child {
	margin-left: 0;
}

.pop-menu .toggle {
	cursor: pointer;
	height: 50px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 0 0 0 30px;
	margin: 0 0 0 -30px;
}

.pop-menu .toggle:after {
	margin-left: 8px;
}

.pop-menu .toggle.bg-user:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../img/user.png) no-repeat;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 0;
}

.pop-menu .toggle:after {
	border-color: #fff;
}

.pop-menu .green {
	color: #79e2bc;
}

.pop-menu ul {
	display: none;
	font-size: 15px;
	line-height: 21px;
	list-style: none;
	padding: 3px 0 9px 0;
	position: absolute;
	margin: 0 -30px;
	top: 100%;
	min-width: 100%;
	z-index: 100;
	background: #000;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.21);
}

.pop-menu:hover ul {
	display: block;
}

.pop-menu ul li {
	padding: 0;
	margin: 0;
}

.pop-menu ul li > * {
	display: block;
	padding: 12px 30px 13px 30px;
}

.pop-menu ul a:hover {
	text-decoration: none;
	color: #e51e0e;
}

.footer.view2 .bmenu {
	background: none;
	padding-top: 21px;
}

.footer.view2 .bmenu a {
	color: #68d3ff;
}

.footer.view2 .contacts3 {
	background: #000;
}

.footer.view2 .contacts3 a {
	color: #68d3ff;
}

.notification {
	width: 270px;
	padding: 20px 30px 21px 30px;
	position: fixed;
	z-index: 1001;
	color: #fff;
	font: normal 14px/25px Arial, Helvetica, sans-serif;
}

.notification a {
	color: #fff;
}

.notification .close {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../img/close2.png) no-repeat;
	width: 12px;
	height: 12px;
}

.notification.bg-green {
	background: rgba(121, 226, 188, 0.81);
}

.notification.bg-red {
	background: rgba(246, 62, 75, 0.81);
}

.notification.bg-beige {
	background: rgba(210, 196, 171, 0.81);
}

.drag {
	position: absolute;
	z-index: 1001;
	font: bold 15px/33px Arial, Helvetica, sans-serif;
	color: #1786cd;
	text-transform: uppercase;
	padding: 16px 27px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.21);
}

.drag ul,
.drag li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.drag .num {
	position: absolute;
	background: #ff7e00;
	color: #fff;
	width: 28px;
	height: 28px;
	margin: -14px;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.sort-link {
	white-space: nowrap;
	color: inherit;
}

.sort-link.down:after,
.sort-link.up:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 7px;
	background: url(../img/sort-arr.png) no-repeat;
	width: 8px;
	height: 9px;
	opacity: 0.3;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.sort-link.up:after {
	background-position: 0 -11px;
}

.fader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #000;
	opacity: 0.69;
}

.modal2 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 918px;
	padding: 40px;
	background: #fff;
	z-index: 1000;
}

.modal2.width2 {
	width: 458px;
}

.modal2.width3 {
	width: 658px;
}

.modal2.width4 {
	width: 718px;
}

.modal2.width5 {
	width: 648px;
}

.modal2.width6 {
	width: 628px;
}

.modal2.width7 {
	width: 598px;
}

.modal2 .close {
	cursor: pointer;
	position: absolute;
	top: 39px;
	right: 40px;
	width: 16px;
	height: 16px;
	background: url(../img/close3.png) no-repeat;
}

.modal2 .close:hover {
	background-position: 0 -18px;
}

.form-hold {
	font: normal 15px/27px Arial, Helvetica, sans-serif;
	color: #748390;
}

.form-hold .container {
	padding: 40px;
	width: 987px;
}

.form-hold .title1,
.form-hold h1 {
	letter-spacing: normal;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: -4px 0 25px 0;
	color: #7b8995;
	line-height: inherit;
}

.form-hold .text {
	position: relative;
	background: #f6f5f3;
	padding: 20px 29px;
	margin: -12px 0 23px 0;
}

.form-hold .text .close {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 30px;
	right: 30px;
	width: 16px;
	height: 16px;
	background: url(../img/close4.png) no-repeat;
}

.form-hold .text.view2 {
	padding: 28px 81px 28px 28px;
	margin: -3px 0 33px 0;
}

.form-hold input[type="text"],
.form-hold input[type="password"],
.form-hold select,
.form-hold textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-color: #ced8e0;
	color: #000;
	height: 51px;
	padding: 13px 20px 14px 20px;
	width: 100%;
	display: block;
	margin: 0 0 15px 0;
}

.form-hold textarea {
	line-height: 30px;
	height: 262px;
}

.form-hold .label {
	font-weight: bold;
	margin: 30px 0 15px 0;
}

.form-hold .placeholder {
	color: #c1c7cc!important;
}

.form-hold .selection {
	display: inline-block;
}

.form-hold .title1 + * .selection:first-child,
.form-hold h1 + * .selection:first-child {
	margin-top: 5px;
}

.form-hold .check {
	position: relative;
	margin: 10px 0;
	padding: 0 0 0 27px;
}

.form-hold .check.ind2 {
	margin-top: 30px;
}

.form-hold .check.ind2 + .submit {
	margin-top: 16px;
}

.form-hold .check label {
	cursor: pointer;
}

.form-hold .check input + span {
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
}

.form-hold .submit {
	margin: 25px 0 0 0;
}

.form-hold input + .submit {
	margin-top: 20px;
}

.form-hold .selection + .submit {
	margin-top: 39px;
}

.form-hold .submit .btn {
	width: 100%;
	display: block;
	padding: 0 20px;
	font-size: 15px;
	height: 55px;
	line-height: 53px;
}

.form-hold .submit .w1 {
	width: 308px;
}

.form-hold .submit .w2 {
	width: 263px;
}

.form-hold .submit .fl {
	float: left;
}

.form-hold .submit .fr {
	float: right;
}

.form-hold .btn {
	font: normal 15px/44px Arial, Helvetica, sans-serif;
	height: 44px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: normal;
	padding-top: 0;
	padding-bottom: 0;
}

/*.form-hold .btn.bordered {*/
/*	border-color: #8edafb;*/
/*	color: #42c2f9;*/
/*	text-transform: none;*/
/*	line-height: 42px;*/
/*}*/

/*.form-hold input[type="checkbox"] + span,*/
/*.form-hold input[type="radio"] + span {*/
/*	border-color: #42c2f9;*/
/*}*/

/*.form-hold input[type="checkbox"]:checked + span,*/
/*.form-hold input[type="radio"]:checked + span {*/
/*	border-color: #42c2f9!important;*/
/*}*/

/*.form-hold input[type="checkbox"]:checked + span {*/
/*	background-color: #42c2f9;*/
/*}*/

.form-hold .links2 {
	margin: -9px 0 30px 0;
}

.form-hold .links2 + .filter3 {
	margin-top: 32px;
}

.form-hold .links2 .btn {
	min-width: 320px;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	letter-spacing: normal;
}

.form-hold .links2 .btn.bordered {
	border-width: 2px;
	line-height: 40px;
}

.edit-template {
	font: normal 14px/24px Arial, Helvetica, sans-serif;
	color: #7b8995;
	letter-spacing: normal;
}

.edit-template .row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.edit-template .row {
	padding: 0 0 0 68px;
}

.edit-template .row.txt {
	padding-left: 89px;
}

.edit-template .row .label {
	float: left;
	width: 68px;
	margin: 0 0 0 -68px;
}

.edit-template .row.txt .label {
	margin-left: -89px;
}

.edit-template .cell,
.settings .cell,
.balance-set .cell {
	text-align: left;
	height: 44px;
}

.edit-template input[type="text"],
.edit-template textarea,
.settings input[type="text"],
.settings input[type="password"],
.settings select,
.settings textarea,
.balance-set input[type="text"],
.balance-set textarea {
	height: 44px;
	padding: 11px 20px;
	font: normal 14px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #7b8995;
	margin: 0;
	display: block;
}

.edit-template textarea {
	line-height: 24px;
}

.editor textarea {
	padding-top: 98px;
	height: 421px;
}

.editor {
	position: relative;
}

.editor .editor-place {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 1px;
	border-bottom: 1px solid #ccc;
}

.edit-template .submit {
	font-size: 0;
	white-space: nowrap;
	margin: 15px 0 0 0;
}

.edit-template .submit .btn,
.settings .submit .btn,
.balance-set .btn {
	height: 44px;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0 11px 0 0;
}

.edit-template .submit .btn.bordered,
.settings .submit .btn.bordered {
	border-width: 2px;
	line-height: 40px;
}

.edit-template .submit .w1 {
	width: 196px;
}

.edit-template .submit .w2 {
	width: 287px;
}

.edit-template .submit .w3 {
	width: 377px;
}

.settings {
	margin: 0 -40px;
	padding: 26px 40px;
	background: #f7fafb;
	font: normal 15px/24pxRoboto, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #000;
}

.settings .row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.settings .row {
	margin: 0 0 13px 0;
	padding: 0 0 0 140px;
}

.settings .row .label {
	float: left;
	width: 140px;
	margin: 0 0 0 -140px;
	font: inherit;
}

.settings input[type="text"],
.settings input[type="password"],
.settings select,
.settings textarea,
.balance-set input[type="text"],
.balance-set textarea {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}

.settings input[type="text"],
.settings input[type="text"].placeholder {
	width: 276px;
}

.settings .submit {
	margin: 35px 0 0 0;
}

.settings .submit .btn {
	display: block;
	width: 100%;
	margin: 0;
}

.settings .check {
	margin: 30px 0 35px 0;
	padding-left: 34px;
}

.settings .check + .submit {
	margin-top: -8px;
}

.settings.nses .row {
	padding-left: 60px;
	margin-bottom: 10px;
}

.settings.nses .row .label {
	margin-left: -60px;
	width: 60px;
}

.modal2 .settings {
	margin: 0;
	padding: 0;
	background: none;
}

.modal2 .settings input[type="text"],
.modal2 .settings input[type="password"],
.modal2 .settings select,
.modal2 .settings textarea {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.modal2 .settings .cell {
	height: 51px;
}

.modal2 .settings .submit .btn {
	height: 53px;
	line-height: 53px;
}

.modal2 .settings input[type="text"],
.modal2 .settings input[type="text"].placeholder {
	width: 100%;
}

.modal2 .settings .row {
	padding-left: 170px;
}

.modal2 .settings .row .label {
	width: 170px;
	margin-left: -170px;
}

.modal2 .settings .submit {
	margin-top: 30px;
}

.balance-set {
	letter-spacing: normal;
	margin: 0 -39px 43px -39px;
	padding: 32px 39px 40px 39px;
	background: #f7fafb;
	font: normal 15px/24px Arial, Helvetica, sans-serif;
	color: #000;
}

.balance-set input[type="text"],
.balance-set input[type="text"].placeholder {
	width: 165px;
}

.balance-set .btn {
	width: 100%;
	display: block;
	margin: 33px 0 0 0;
}

.balance-set .row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.balance-set .row {
	margin: 24px 0 28px 0;
}

.balance-set .label {
	font: inherit;
	float: left;
	margin: 0 15px 0 0;
}

.balance-set input[type="text"] {
	float: left;
	margin: 0 14px 0 0;
}

.balance-set .info {
	float: left;
	margin: 2px 0 0 0;
	padding: 0 19px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff1d3;
}

.balance-set .info .cell {
	height: 40px;
}

.balance-set .checks label {
	cursor: pointer;
	margin-left: 15px;
}

.forward input[type="text"] {
	vertical-align: middle;
	margin-bottom: 10px;
	width: 348px;
	display: inline-block;
	font-size: 16px;
}

.forward input + .selection {
	margin-left: 28px;
	margin-bottom: 10px;
}

.hostrecords .top,
.dns2 .top {
		margin: 0 0 19px 0;
		font-weight: bold;
		font-size: 15px;
}

#contactInformationModal .whoisprofile > * {
		font-weight: bold;
		font-size: 15px;
}

.hostrecords .top > *,
#contactInformationModal .whoisprofile > *,
.dns2 .top > *,
#listNsesBox .top > * {
		margin-right: 23px;
}

.hostrecords .row,
#listNsesBox .row {
		zoom: 1;
		position: relative;
		margin: 0 0 16px 0;
		white-space: nowrap;
}

#listNsesBox .row input {
    width: 530px;
}

.hostrecords .row .fl {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		margin: 0 -4px 0 0;
                position: relative;
}

.hostrecords .hostrecordNotice .fl {
		vertical-align: top;
}

.hostrecords .row .name {
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 1px;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #000;
	background: #f6f6f6;
	overflow: hidden;
	text-align: center;
	letter-spacing: normal;
	text-transform: none;
	width: 200px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.hostrecords .row .name .cell {
	height: 49px;
}

.hostrecords .row input {
        margin: 0;
}

.hostrecords .row .fl.w1 {
        width: 358px;
}

.hostrecords .row .fl.w2 {
        width: 95px;
	text-align: center;
}

.hostrecords .row .fl.w3 {
        width: 67px;
}

.hostrecords .row .fl.w3 input {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
}

.hostrecords .row .fl.w4 {
        width: 86px;
	margin-left: 0;
}

.hostrecords .row .fl.w5 {
        width: 195px;
	margin-left: 19px;
}

.hostrecords .row + .check {
        margin-top: 28px;
}

.hostrecords .add,
.hostrecords .remove,
.categories .add,
.categories .remove,
#listNsesBox .add,
#listNsesBox .remove {
        width: 18px;
        height: 18px;
        float: right;
        margin: 16px 0 0 0;
        position: relative;
        cursor: pointer;
}

#frmDomainHosts .add,
#frmDomainHosts .remove {
        width: 18px;
        height: 18px;
        float: right;
        margin: 16px 0 0 0;
        position: absolute;
		right: -24px;
        cursor: pointer;
}

.hostrecords .add:before,
.hostrecords .add:after,
.hostrecords .remove:before,
#listNsesBox .add:before,
#listNsesBox .add:after,
#listNsesBox .remove:before,
.categories .add:before,
.categories .add:after,
.categories .remove:before,
#frmDomainHosts .add:before,
#frmDomainHosts .add:after,
#frmDomainHosts .remove:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 4px;
        margin: -2px 0 0 -9px;
        background: #42c2f9;
}

.hostrecords .add:after,
#listNsesBox .add:after,
.categories .add:after,
#frmDomainHosts .add:after {
        height: 18px;
        width: 4px;
        margin: -9px 0 0 -2px;
}

.child_ns_zone {
	position: relative;
	margin: 0 30px;
}

.dns2 .row {
	margin: 0 0 14px 0;
}

.dns2 .row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.dns2 .row input {
	margin: 0;
}

.dns2 .fl {
	float: left;
}

.dns2 .fl + .fl {
	float: right;
}

.dns2 .w1 {
	width: 334px;
}

.dns2 .w2 {
		width: 145px;
}

.dns2 .w3 {
		width: 334px;
}

#frmDomainHosts .w1 {
	width: 39.85%;
}

#frmDomainHosts .w2 {
	width: 17.3%;
}

#frmDomainHosts .w3 {
	width: 39.85%;
	position: relative;
}

.dns2 .fl2 {
    margin-left: 12px;
    float: left;
}

.dns2 .tld {
	float: right;
	text-align: center;
	width: 133px;
	height: 51px;
	background: #ebeff3;
	border: 1px solid #ced8e0;
	border-left: 0;
	margin: 0;
	line-height: 49px;
	color: #000;
}

.dns2 .tld + div input {
	border-right: 0;
}

.dns2 .row + .check {
	margin-top: 20px;
}

.dns2 .submit {
	margin-top: 18px;
}

.dns2 .tld {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.dns2 .child-dns-host {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.period-info {
	line-height: 24px;
	color: #000;
	margin: 24px 0 60px 0;
}

.period-info .ind {
	margin-bottom: 24px;
}

.period-info .red {
	color: #db4949!important;
}

.categories .label {
	color: #3b3f42;
	margin-top: 0;
	margin-bottom: 20px;
}

.categories .row {
	position: relative;
	padding: 0 50px 0 0;
}

.categories .add,
.categories .remove {
	float: none;
	position: absolute;
	top: 17px;
	right: 0;
	margin: 0;
}

.categories .check {
	padding-right: 50px;
}

.categories .check .add,
.categories .check .remove {
	top: 4px;
}

.categories .bg {
	margin: 38px -40px -40px -40px;
	padding: 33px 40px 40px 40px;
	background: #f7fafb;
}

.categories .check {
	margin-bottom: 13px;
}

.categories .label + .check {
	margin-top: -3px;
}

.contact-form {
	text-align: left;
	margin: 0 -34px -33px 0;
}

.contact-form .elem {
	display: inline-block;
	vertical-align: top;
	width: 440px;
	margin: 0 24px 33px 0;
}

.contact-form .label {
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	margin: -1px 0 12px 0;
	font-size: 15px;
}

.contact-form .check {
	font-size: 15px;
	margin: 18px 0;
}

.contact-form .submit {
	margin-top: 21px;
}

.expanded-code {
	text-align: center;
	margin: 83px 0 82px 0;
	color: #000;
	font-size: 33px;
	line-height: 38px;
}

.expanded-code + .submit .btn {
	height: 51px;
	line-height: 49px;
}

.hidden-modal {
	left: -9999px;
	top: -9999px;
}

.ui-datepicker {
	margin: -24px -30px;
	line-height: 28px;
	padding: 10px;
	width: 243px;
}

.ui-datepicker a {
	color: #42c2f9;
}

.ui-datepicker-header {
	position: relative;
	text-align: center;
	margin: 0 0 10px 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
	position: absolute;
	height: 28px;
	width: 28px;
	line-height: 26px;
	text-align: left;
	text-indent: -10000px;
	background: #42c2f9;
	top: 0;
	text-decoration: none;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	text-indent: 0;
}

.ui-datepicker-prev:before {
	content: '«';
}

.ui-datepicker-next:before {
	content: '»';
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	background: #2ca5d9;
}

.ui-datepicker-prev {
	left: 0;
}

.ui-datepicker-next {
	right: 0;
}

.ui-datepicker table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}

.ui-datepicker table th,
.ui-datepicker table td {
	width: 14.28%;
	border: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.ui-datepicker .ui-state-default {
	display: block;
	text-align: center;
	text-decoration: none;
}

.ui-datepicker .ui-state-hover {
	color: #e51e0e;
}

.ui-datepicker .ui-state-active {
	color: #fff;
	background: #42c2f9;
}

.ui-datepicker .ui-priority-secondary {
	opacity: 0.3;
}

.action-links {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	background: #f7fafb;
	margin: 34px -40px 30px -40px;
	padding: 16px 0 17px 40px;
}

.balance .action-links {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 41px;
}

.action-links.style2 {
	font-weight: normal;
	text-transform: none;
}

.action-links > *,
.action-links > .selection .toggle,
.action-links > .selection .toggle:hover,
.action-links > .selection .pop ul a {
	color: #499cdb;
	font: inherit;
}

.action-links > .selection .pop ul a:hover {
	color: #e51e0e;
}

.action-links > .selection .toggle:hover {
	text-decoration: underline;
}

.action-links > * {
	margin-right: 39px;
	white-space: nowrap;
}

.profile .table {
	font-weight: normal;
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 0;
}

.profile .table + .table {
	margin-top: 39px;
}

.profile .table td {
	padding-top: 9px;
	padding-bottom: 10px;
	vertical-align: top;
}

.profile .table.size2 td {
	vertical-align: top;
	padding-top: 11px;
	padding-bottom: 11px;
}

.profile .table th:first-child,
.profile .table td:first-child {
	padding-left: 40px;
}

.profile .table th:last-child,
.profile .table td:last-child {
	padding-right: 40px;
}

.profile .table .w1 {
	width: 190px;
}

.profile .table .w2 {
	width: 155px;
}

.profile .table .w3 {
	width: 196px;
}

.profile .table .w4 {
	width: 130px;
}

.profile .table .w5 {
	width: 119px;
}

.profile .table .w6 {
	width: 103px;
	padding-right: 0!important;
}

.profile .table .w7 {
	width: 234px;
}

.profile .table .w8 {
	width: 205px;
	padding-right: 0!important;
}

.profile .table .w9 {
	width: 110px;
}

.profile .red {
	color: #b31919!important;
}

.profile .green {
	color: #27a979!important;
}

.info-round {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.info-round.bg-check {
	background-color: #47c179;
	background-image: url(../img/round-check.png);
	background-size: auto 9px;
}

.info-round.bg-cross {
	background-color: #90a3ad;
	background-image: url(../img/round-cross.png);
	background-size: auto 7px;
}

.profile a,
.profile .blue {
	color: #1786cd;
}

.pagination {
	text-align: center;
	margin: 83px 0 43px 0;
	font: normal 16px/24px Roboto, Arial, Helvetica, sans-serif;
	color: #1886cc;
}

.pagination > * {
	margin: 0 16px;
}

.pagination .prev,
.pagination .next {
	width: 24px;
	height: 24px;
	line-height: 20px;
	border: 2px solid #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.pagination .prev:before,
.pagination .next:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 0;
	border: 6px solid #000;
	border-width: 4px 6px;
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
	position: relative;
	top: 6px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.pagination a.prev,
.pagination a.next,
.pagination a.prev:before,
.pagination a.next:before {
	border-color: #1886cc;
}

.pagination a.prev:hover,
.pagination a.next:hover,
.pagination a.prev:hover:before,
.pagination a.next:hover:before {
	border-color: #e20a0a;
}

.pagination .prev:before {
	border-left-width: 0;
	left: -1px;
}

.pagination .next:before {
	border-right-width: 0;
	right: -1px;
}

.pagination .active {
	color: #585858;
}

.form-hold .submit.ind2 {
	margin-top: 40px;
}

.profile-info {
	margin-bottom: 23px;
}

.content.wide2 .container {
	padding: 0;
	width: 987px;
}

.content.wide2 .mainContent2 {
	width: 701px;
}

.content.wide2 .aside2 {
	margin-right: -10px;
}

.content.wide2 .domains2 {
	margin-top: 7px;
}

.content.wide2 .domains2 .row {
	margin-left: 0;
	margin-right: -286px;
	padding-left: 40px;
	padding-right: 286px;
}

.spinner-place {
	height: 114px;
	line-height: 114px;
	text-align: center;
	clear: both;
}

.spinner-place img {
	vertical-align: middle;
}

.filter-select {
	font-size: 14px;
	font-weight: 500;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #287dc1;
	width: 120px;
}

.selectArea.filter-select {
	float: right;
	margin-left: 3px;
}

.filter-select .selectIn {
	padding: 0 33px 0 10px;
	border-color: #fff;
	height: 41px;
	line-height: 39px;
}

.filter-select .selectIn:after {
	right: 26px;
	margin-top: -2px;
	border-color: #287dc1;
}

.filter-select.hover .selectIn {
	border-color: #42c2f9;
}

.filter-select ul {
	margin-top: 3px;
	border-color: #42c2f9;
}

.filter-select ul a {
	padding: 10px 10px;
}

.filter2 .sim .bg.view2 {
	background: none;
	padding: 0;
}

.filter2 .sim .bg.view2 .btn {
	height: 71px;
	margin: 3px 3px 0 17px;
}

.filter2 .sim .bg.view2 textarea {
	width: 100%;
	display: block;
	border-color: #fff;
	font: normal 15px/27px Roboto, Arial, Helvetica, sans-serif;
	resize: none;
	height: 77px;
	padding: 11px 12px 10px 20px;
	height: 560px;
}

.user-form {
	margin: 37px 0 0 0;
}

.user-form .input input,
.user-form .input textarea,
.user-form .input .error {
	color: #000!important;
}

.user-form .error {
	border-color: #ce2727!important;
}

.user-form .placeholder,
.user-form input.placeholder,
.user-form textarea.placeholder {
	color: #c1c7cc!important;
}

.user-form .error.placeholder {
	color: #ca2424!important;
}

.user-form .input.check {
	padding-top: 5px;
	padding-bottom: 12px;
}

.user-form .input.check input + span {
	margin-top: 5px;
}

.form .input.info-text {
	padding: 5px 16px 12px 20px;
	color: #000;
}

.user-info {
	list-style: none;
	margin: 0;
	padding: 12px 0;
	color: #748390;
}

.user-info li {
	margin: 15px 0 0 0;
	padding: 0;
}

.user-info li:first-child {
	margin-top: 0!important;
}

.domains-info .al {
	position: absolute;
	margin-left: -11px;
}

.domains-info .action-block.menu-view .toggle {
	background-color: #d0f0fe;
}

.domains-info .action-block.menu-view .toggle div,
.domains-info .action-block.menu-view .toggle div:before,
.domains-info .action-block.menu-view .toggle div:after {
	background: #748390;
}

.form-hold .domains-info {
	float: none;
	width: auto;
	margin: 0 -40px 91px -40px;
	padding: 0;
}

.form-hold .domains-info .w4 {
	width: 123px;
}

.transfers .red,
.transfers .red .grey {
	color: #a23c3c!important;
}

.transfers .green,
.transfers .green .grey {
	color: #6ab136!important;
}

.transfers .grey {
	color: #9da8b1!important;
}

.transfers table td {
	height: 94px;
}

.black {
	color: #000;
}

.lind {
	margin-left: 37px;
}

.lind + .label {
	margin-top: 0;
}

.lh30 {
	line-height: 30px;
}

h1 + .lh30 {
	padding-top: 2px;
}

.lh30 .label {
	margin-bottom: 10px;
}

.form-hold .table {
	margin-bottom: 91px;
	margin-left: -40px;
	margin-right: -40px;
	font-weight: normal;
}

.form-hold h1 + .table {
	margin-top: 37px;
}

.form-hold .table th,
.form-hold .table td {
	padding: 9px 10px;
}

.form-hold .profile .table th,
.form-hold .profile .table td {
	padding-left: 10px;
	padding-right: 10px;
}

.form-hold .table th:first-child,
.form-hold .table td:first-child {
	padding-left: 40px;
}

.form-hold .table th:last-child,
.form-hold .table td:last-child {
	padding-right: 40px;
}

.form-hold .table .blue,
.form-hold .table a {
	color: #1886cc;
}

.form-hold .table .green {
	color: #66961a!important;
}

.form-hold .table .green2 {
	color: #39bd9c!important;
}

.form-hold .table .red {
	color: #aa1b1b!important;
}

.table .maxw {
	box-sizing: content-box;
	width: 150px;
}

.table .maxw > div {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: inherit;
}

.table.inv tr:nth-child(2n) td {
	background: none;
}

.table.inv tr:nth-child(2n-1) td {
	background: #f4fbff;
}

.form-hold .table .w1 {
	width: 144px;
}

.form-hold .table .w2 {
	width: 119px;
}

.form-hold .table .w3 {
	width: 182px;
}

.form-hold .table .w4 {
	width: 173px;
}

.form-hold .table .w5 {
	width: 150px;
}

.form-hold .table .w6 {
	width: 240px;
}

.form-hold .table .w0 {
	width: 1px;
	white-space: nowrap;
}

.form-hold .table .action-block.menu-view .toggle div,
.form-hold .table .action-block.menu-view .toggle div::before,
.form-hold .table .action-block.menu-view .toggle div::after {
	background-color: #7b8995;
}

.domain-profile {
	margin-top: 37px;
}

.domain-profile .title2 {
	margin: 37px 0 19px 0;
	font-weight: bold;
}

.domain-profile .title2:first-child {
	margin-top: 0;
}

.domain-profile .half + .title2 {
	margin-top: 26px;
}

.domain-profile .half {
	display: inline-block;
	vertical-align: top;
	width: 364px;
	padding: 0 18px;
}

.domain-profile .user-info {
	margin-bottom: 27px;
}

.domain-profile .user-info li {
	margin-top: 12px;
}

.domain-profile .table {
	margin-bottom: 0;
	margin-top: 22px;
}

.domain-profile .table .w1 {
	width: 215px;
}

.domain-profile .table .w2 {
	width: 198px;
}

.domain-profile .table .w3 {
	width: 125px;
}

.domain-profile .link-edit {
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.domain-profile a {
	color: #499cdb;
}

.action-links.style3 {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.checks3 {
	color: #3b3f42;
	margin-bottom: 47px;
}

.checks3 label {
	cursor: pointer;
}

.checks3 ul {
	color: #000;
	list-style: none;
	margin: 20px 0 0 0;
	display: inline-block;
	vertical-align: top;
	width: 276px;
	padding: 0 74px 0 0;
}

.checks3 li {
	position: relative;
	margin: 15px 0 0 0;
	padding: 0 0 0 30px;
}

.checks3 li:first-child {
	margin-top: 0;
}

.checks3 li input + * {
	position: absolute;
	top: 6px;
	left: 0;
	margin: 0;
}

.checks3 li.top {
	font-weight: bold;
}

.checks3 li.top:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 30px;
	right: 0;
	height: 1px;
	background: #e7f3fa;
}

.action-links.filter3 {
	letter-spacing: normal;
	padding-top: 9px;
	padding-bottom: 0;
	padding-right: 0;
	white-space: nowrap;
}

.action-links.filter3.ind2 {
	padding-top: 26px;
	padding-bottom: 20px;
}

.filter3:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.filter3 .btn,
.filter3 .action-block,
.filter3 input[type="text"] {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 9px 0;
}

.filter3 .action-block .toggle,
.filter3 input[type="text"] {
	height: 44px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.filter3 .btn {
	width: 153px;
}

.filter3 .like-select .toggle,
.filter3 input[type="text"] {
	border-color: #ced8e0;
	color: #7b8995;
	font-size: 15px;
	text-transform: none;
}

.filter3 .like-select .toggle:after {
	border-width: 5px 4px 0 4px;
	margin-top: -2px;
	border-color: #7b8995;
}

.filter3 .w1 {
	width: 186px;
}

.filter3 .w2,
.filter3 input.w2 {
	width: 233px;
}

.filter3 .w3 {
	width: 240px;
}

.filter3 .w4 {
	width: 193px;
}

.filter3 .w5 {
	width: 280px!important;
}

.filter3 .w6 {
	width: 310px!important;
}

.filter3 .w7 {
	width: 567px!important;
}

.filter3 .w8 {
	width: 150px!important;
}

.filter3 .w9 {
	width: 122px!important;
}

.filter3 .w10 {
	width: 170px!important;
}

.filter3 .w11 {
	width: 49.6%!important;
}

.table {
	letter-spacing: normal;
	font-weight: bold;
	font-size: 15px;
	color: #748390;
	margin: 14px 0 39px 0;
	position: relative;
	line-height: 24px;
}

.table.size2 th,
.table.size2 td {
	font-size: 14px;
	line-height: 21px;
}

.table.size3 th,
.table.size3 td {
	font-size: 13px;
	line-height: 21px;
}

.table table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}

.table th,
.table td {
	text-align: left;
	vertical-align: middle;
	padding: 7px 0 8px 0;
}

.table tr:nth-child(even) td {
	background: #f4fbff;
}

.table th {
	font-size: 15px;
	text-transform: uppercase;
	white-space: nowrap;
}

.table th:first-child,
.table td:first-child {
	padding-left: 10px;
}

.table th:last-child,
.table td:last-child {
	padding-right: 10px;
}

.table .uppercase {
	text-transform: uppercase;
}

.table .name {
	color: #1786cd;
}

.table .center {
	text-align: center;
}

.table label {
	cursor: pointer;
}

.table .w1 {
	width: 146px;
}

.table .w2 {
	width: 130px;
}

.table .w3 {
	width: 124px;
}

.table .w4 {
	width: 184px;
}

.table .w5 {
	width: 100px;
}

.table .w6 {
	width: 160px;
}
.table .right {
	text-align: right;
}

.table .act .btn {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	padding: 0 12px;
	letter-spacing: normal;
	text-transform: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: -3px 0;
}

.table .fixw > div {
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.table .fixw.wid1 > div {
	max-width: 160px;
}

.table .fixw.wid2 > div {
	max-width: 200px;
}

.table .fixw.wid3 > div {
	max-width: 300px;
}

.table .right {
	text-align: right;
}

.table .act .btn {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	padding: 0 12px;
	letter-spacing: normal;
	text-transform: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: -3px 0;
}

.table .inline {
	text-align: inherit;
}

.table .inline.al-l {
	text-align: left;
}

.table .inline.al-r {
	text-align: right;
}

.table .sep1 {
	display: inline-block;
	width: 1px;
	height: 1px;
	margin: 0 1.5em;
}

.items-list {
	margin: 49px 0 0 0;
}

.items-list .row {
	position: relative;
	margin-right: -40px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0 0 0 33px;
}

.items-list .row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.items-list .row input + span {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -8.5px 0 0 0;
}

.items-list .row:first-child {
	margin-top: 0;
}

.items-list .top {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #7b8995;
	margin-bottom: 22px;
}

.items-list .fl {
	float: left;
	margin: 0 20px 0 0;
}

.items-list .w1 {
	width: 258px;
}

.items-list .w2 {
	width: 378px;
}

.items-list .w3 {
	width: 568px;
}

.items-list input[type="text"] {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 45px;
	margin: 0;
}

.items-list .btn {
	float: left;
	width: 173px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 45px;
	font-size: 15px;
}

.items-list .submit {
	margin: 40px 0 0 0;
}

.items-list .submit .btn {
	width: auto;
	padding: 0 46px;
	height: 51px;
	line-height: 51px;
}

.btn.bg-red2 {
	background-color: #b35151;
}

.btn.bg-red2:hover {
	background-color: #a03c3c;
}

.details {
	margin: 32px 0 0 0;
	line-height: 33px;
}

.details p {
	margin: 0 0 33px 0;
}

.details .btn {
	min-width: 193px;
	display: block;
	margin: 66px 0 0 0;
}

.details ul {
	letter-spacing: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 28px;
	font-size: 14px;
}

.details li:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.details li {
	margin: 14px 0 0 0;
	padding: 0 0 0 140px;
}

.details li:first-child {
	margin-top: 0;
}

.details ul .l {
	float: left;
	margin: 0 0 0 -140px;
	width: 130px;
}

.download {
	position: absolute;
	top: 22px;
	right: 30px;
	z-index: 10;
	line-height: 0;
}

.download img {
	height: 21px;
	width: auto;
}

.download > * {
	float: left;
	margin: 0 0 0 10px;
}

.input.input-phone {
	position: relative;
	padding-left: 140px;
}

.input.input-phone input.center {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	width: 99px;
	left: 29px;
	position: absolute;
}

.input.input-phone .plus {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 47px;
	font-size: 14px;
	width: 16px;
	text-align: center;
}

#app_bulk .mainContent2 {
	width: 100%;
}

.info-pop {
	float: right;
	margin: 3px 0 0 -18px;
	line-height: 18px;
	opacity: 1;
	position: relative;
	z-index: 10;
}

.info-pop .pop-bg2 {
	margin: 12px 0 0 0;
	position: relative;
	background: #fff;
	box-shadow: 0 0 42px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0 0 42px rgb(0 0 0 / 15%);
	text-align: left;
	color: #000;
	padding: 7px 9px 7px 14px;
}

.info-pop:hover {
	z-index: 11;
}

.info-pop .icon {
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 18px;
	height: 18px;
	border: 2px solid #d4e0ea;
	position: relative;
}

.info-pop .icon:before,
.info-pop .icon:after {
	content: '';
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px;
	width: 16px;
	height: 16px;
	background: url(../img/info.png) no-repeat 50% 0;
	background-size: 16px auto;
	opacity: 1;
}

.info-pop:hover .icon:before {
	opacity: 0;
}

.info-pop .icon:after {
	background-position: 50% -16px;
	opacity: 0;
}

.info-pop:hover .icon:after {
	opacity: 1;
}
.info-pop:hover .icon {
	border-color: #0071db;
}


.info-pop .pop {
	position: absolute;
	top: 100%;
	left: 3%;
	margin: 0 -135px;
	width: 270px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: hidden;
	height: 0;
	opacity: 0;
	z-index: -1;
}

.info-pop:hover .pop {
	opacity: 1;
	z-index: 100;
	height: auto;
	overflow: visible;
}

.info-pop .pop4 {
	width: auto !important;
	margin: 0 -38px !important;
	text-transform: none !important;
	font-size: 14px !important;
	left: 3% !important;
}

.info-pop .pop-bg {
	margin: 12px 0 0 0;
	position: relative;
	background: #fff;
	box-shadow: 0 0 42px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.15);
	text-align: left;
	color: #000;
	padding: 22px 24px 24px 24px;
}

.info-pop .pop-bg:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin: 0 -9px;
	border: 9px solid #fff;
	border-top-width: 0;
	border-left-color: transparent;
	border-right-color: transparent;
}

.info-pop .pop .btn {
	font: bold 12px/35px Arial, Helvetica, sans-serif;
	height: 35px;
	padding: 0;
	display: block;
	color: #fff;
	background: #26c97e;
	float: none;
	margin: 0;
	top: 0;
	width: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.info-pop .pop-bg:before, .info-pop .pop-bg2:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin: 0 -9px;
	border: 9px solid #fff;
	border-top-width: 0;
	border-left-color: transparent;
	border-right-color: transparent;
}

.bg-white-all {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: top;
	-webkit-appearance: none;
	text-transform: uppercase;
	color: #1786cd !important;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	text-align: center;
	border: 0;
	padding: 10px 70px;
	cursor: pointer;
	background: #ffffff;
	opacity: 1;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 2px 15px rgb(0 0 0 / 30%);
	-webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 30%);
	font-weight: bold;
}

.sun {
	float: left;
	padding: 0 7px;
	margin-top: -2px;
	margin-left: -22px;
}

.sun .info-row {
	width: 33px !important;
	top: -4px;
}

.blockHeader {
	color: #3D6380;
	font-family: Inter,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 17px;
}

.show-all-btn {
	width: 230px;
	margin: 0 auto;
}

.info-pop .pop ul {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-transform: none;
	list-style: none;
	margin: 15px 0 16px 0;
	padding: 0;
}

.info-pop .pop li:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.info-pop .pop li {
	margin: 9px 0 0 0;
	padding: 0;
}

.info-pop .pop li .r {
	font-weight: bold;
	float: right;
}

.info-pop .pop li del {
	color: #c1d2e0;
	margin-right: 2px;
}

.info-pop .pop li:first-child {
	margin-top: 0;
}

.info-pop .pop .text {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-transform: none;
	color: #6c7986;
	background: #f6f7fa;
	padding: 8px 24px;
	margin: 21px -24px 22px -24px;
}

.info-pop .pop .green {
	color: #35a164!important;
}

.info-pop .pop .red {
	color: #c90b00!important;
}

.info-pop .pop .text.red {
	background: #fdf7f7;
}

.info-pop .pop-content p {
	word-break: break-all;
        word-wrap: break-word;
        white-space: normal;
}

.padding-right-5 {
	padding-right: 5px !important;
}

.padding-bottom-5 {
	padding-bottom: 5px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-15 {
	padding-bottom: 15px !important;
}

.padding-bottom-25 {
	padding-bottom: 25px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-35 {
	padding-bottom: 35px !important;
}

.download {
	position: absolute;
	top: 22px;
	right: 30px;
	z-index: 10;
	line-height: 0;
}

.download img {
	height: 21px;
	width: auto;
}

.download > * {
	float: left;
	margin: 0 0 0 10px;
}

.pricing-info-panel {
	background-color: #f3f3f3;
}

.pricing-info {
	font-size: 16px;
	background: none !important;
	color: #748390;
	padding: 18px 0 !important;
}

/*.phoneStructure span.plusChar{*/
    /*float: left;*/
    /*line-height: 51px;*/
    /*width: 2%;*/
/*}*/
/*.phoneStructure span.dotChar{*/
    /*float: left;*/
    /*line-height: 51px;*/
    /*width: 2%;*/
    /*text-align: center;*/
/*}*/

.phoneStructure input[type="text"].phoneCode {
	/*padding-right: 2px;*/
    /*border-right-color: #e4eef6;*/
	width: 10%;
	float: left;
}

.phoneStructure input[type="text"].phoneNumber {
	/*padding-left: 2px;*/
    /*border-left-color: #e4eef6;*/
	margin-left: 1%;
	width: 89%;
	float: left;
}

.info-orange {
	background: #f3a004;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 0 0 4px;
	font-size: 12px;
	line-height: 17px;
	height: 17px;
	width: 65px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search-txt {
	font: 300 32px/34px "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 0 20px 0;
}

.phoneSignCover {
	float: left;
	line-height: 47px;
	width: 7%;
}

.input input.codeInput {
	float: left;
	width: 24%;
	padding-right: 0;
	padding-left: 6px;
}

.input input.phoneInput {
	float: left;
	margin-left: 2%;
	width: 67%;
}

.notice-hr {
	color: #E8D455 !important;
}

.crown {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../img/crown.png) no-repeat 50% 50%;
	background-size: auto 7px;
	margin: -7px 0px 0px -1px;
	z-index: 9;
}

.crown > div {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 100%;
	white-space: nowrap;
	color: #fff;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 12px;
	background: #f3a004;
	margin: -12.5px 10px;
	padding-top: 2px;
	display: none;
}

.crown:hover > div {
	display: block;
}

.crown > div:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	border: 5px solid #f3a004;
	margin: -5px 0;
	border-left-width: 0;
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
}

/* click-link page */
.click-link {
	text-align: center;
	font-weight: normal;
	font-size: 21px;
	line-height: 33px;
	color: #303640;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	margin: 0 0 -40px 0;
}

.click-link h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: -9px;
	position: relative;
	z-index: 5;
}

.click-link h2 {
	font: inherit;
	text-align: inherit;
	color: inherit;
	margin: 0 0 18px 0;
	text-transform: uppercase;
	letter-spacing: 0.045em;
}

.click-link .red {
	color: #f00!important;
}

.click-link .bg {
	background: url(../img/click-link-bg.jpg) no-repeat 100% 100%;
	height: 284px;
	text-align: left;
	margin: 0 0 37px 0;
	padding: 71px 0 0 57px;
	color: #fff;
	font: 600 102px/96px "Myriad Pro Cond", Arial, Helvetica, sans-serif;
	letter-spacing: 0.046em;
}

.click-link .bg .yellow {
	color: #ffeb00;
}

.click-link .bg .bg1 {
	display: inline-block;
	padding: 0 9px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f00;
	vertical-align: middle;
	line-height: 114px;
	height: 96px;
	overflow: hidden;
	position: relative;
	top: -8px;
	margin: 0 0 0 -8px;
}

.click-link .bg .out {
	float: left;
	margin: 0 0 0 -22px;
	width: 22px;
}

.click-link p {
	margin: 0;
}

.click-link a:hover {
	text-decoration: none;
	color: #db0000;
}

.click-link .hr {
	background: none;
	height: 33px;
	line-height: 33px;
	text-align: center;
	max-width: 860px;
	margin: 22px auto;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZDBkMyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NlZDBkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWQwZDMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(206,208,211,0) 0%, rgba(206,208,211,1) 50%, rgba(206,208,211,0) 100%);
	background: -webkit-linear-gradient(left, rgba(206,208,211,0) 0%, rgba(206,208,211,1) 50%, rgba(206,208,211,0) 100%);
	background: linear-gradient(to right, rgba(206,208,211,0) 0%, rgba(206,208,211,1) 50%, rgba(206,208,211,0) 100%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.click-link .btns + .hr {
	margin-top: 31px;
}

.click-link .hr span {
	padding: 0 10px;
	background: #fff;
	color: #676d77;
}

.click-link .btns {
	margin: 22px 0;
}

.click-link .btns .btn {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	letter-spacing: 0.045em;
	font-size: 18px;
	padding: 0 20px;
	height: 57px;
	line-height: 57px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 12px;
	color: #fff;
}

.click-link .btns .btn:hover {
	color: #fff;
	opacity: 0.9;
}

.click-link .btns.w1 .btn {
	min-width: 402px;
}

.click-link .btns.w2 .btn {
	min-width: 342px;
}

.click-link .btns.w3 .btn {
	min-width: 262px;
}

.click-link .btns .btn.bg-blue {
	background: #287dc1;
}

.click-link .btns .btn.bg-blue2 {
	background: #42c2f9;
}

.click-link .btns .btn.bg-red {
	background: #ff3d2c;
}

.click-link .price {
	font-weight: bold;
	margin-bottom: 33px;
}

.click-link .price ul {
	text-align: left;
	list-style: none;
	margin: 12px auto 31px auto;
	padding: 0;
	width: 280px;
}

.click-link .price ul li:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.click-link .price ul li {
	margin: 6px 0 0 0;
	padding: 0 0 0 96px;
}

.click-link .price ul .l {
	float: left;
	margin: 0 0 0 -96px;
	text-transform: uppercase;
}

.click-link .price ul .r {
	float: right;
}

.click-link .price del {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #a1a6b0;
}

.click-link .price del:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin: -1px -4px;
	opacity: 0.5;
	background: #f00;
}

.click-link .black {
	font-weight: 900;
}

.hosting-info {
	font: normal 16px/33px Roboto, Arial, Helvetica, sans-serif;
	color: #303640;
	margin: 0 0 -60px 0;
}

.hosting-info h2 {
	font: inherit;
	color: inherit;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0 0 21px 0;
}

.hosting-info p {
	margin: 0 0 33px 0;
}

.hosting-info a:hover {
	color: #db0000;
	text-decoration: none;
}

.hosting-info .bg {
	color: #fff;
	font: 600 italic 69px/63px "Myriad Pro Cond", Arial, Helvetica, sans-serif;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	position: relative;
	max-height: 251px;
	overflow: hidden;
	margin: 0 0 35px 0;
}

.hosting-info .bg.shad {
	text-shadow: 0 0 42px #000;
}

.hosting-info .bg .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 37px 0 0 102px;
}

.hosting-info .bg .text .color {
	color: #ff7e00;
	position: relative;
}

.hosting-info .bg .text img {
	height: 130px;
	width: auto;
	min-width: 0;
	min-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: -3px -15px;
}

.hosting-info .bg .text2 {
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: -13.5px 0;
}

.hosting-info .bg .text2 img {
	height: 27px;
	width: auto;
}

.hosting-info .btn {
	display: block;
	margin: 39px 0 56px 0;
	font: 600 21px/65px Roboto, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	padding: 0 0 0 30px;
	height: 65px;
	position: relative;
	letter-spacing: 0.045em;
}

.hosting-info .btn:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../img/rarr.png) no-repeat 50% 50%;
	width: 27px;
	height: 25px;
	background-size: auto 100%;
	margin: -12.5px 27px;
}

.hosting-info .btn:hover {
	color: #fff;
	opacity: 0.9;
}

.hosting-info .btn.bg-green {
	background: #70c154;
}

.hosting-info .btn.bg-red {
	background: #ff7e7e;
}

.hosting-info .btn.bg-red2 {
	background: #cb2127;
}

.hosting-info .btn.bg-blue {
	background: #0084ff;
}

.hosting-info .btn.bg-orange {
	background: #ff7e00;
}

.hosting-info .advantages {
	line-height: 0;
	text-align: justify;
}

.hosting-info .advantages:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 0;
}

.hosting-info .advantages ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	line-height: 33px;
}

.hosting-info .advantages li {
	position: relative;
	margin: 9px 0 0 0;
	padding: 0;
}

.hosting-info .advantages li:first-child {
	margin-top: 0!important;
}

.hosting-info .advantages li:before {
	content: '';
	position: absolute;
	top: 16.5px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #ff7e00;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: -2px -14px;
}

.bank-transfer {
	font-size: 16px;
        padding: 0 0 0 262px;
        margin: 35px -10px 30px 0;
}

.bank-transfer:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.bank-transfer p {
	margin-bottom: 15px;
}

.bank-transfer p:last-child {
	margin-bottom: 0!important;
}

.bank-transfer .big1 {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 26px;
}

.bank-transfer .big2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 26px;
}

.bank-transfer .big1 + .big2 {
	margin-top: -20px;
}

.bank-transfer .small {
	font-size: 15px;
}

.bank-transfer p.small {
	margin-bottom: 6px;
}

.bank-transfer img {
	float: left;
	margin: 4px 0 0 -262px;
	width: 205px;
	height: auto;
}

.bank-transfer .red {
	color: #d4433d!important;
}

.bank-transfer .green {
	color: #3ba066!important;
}

.bank-transfer .btn {
	margin: 20px 0 37px 0;
	font-size: 16px;
	min-width: 194px;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	padding-top: 0;
	padding-bottom: 0;
}

.bank-transfer .btn:hover {
	opacity: 0.9;
}

/* end bank transfer result page */

.offers {
	position: relative;
	padding: 62px 0 28px 0;
	background: #fff;
}

.offers .title1,
.pricing-index .title1 {
	font: normal 30px/36px "SF UI Display", Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 0.33em;
	text-transform: uppercase;
	margin: 0 0 51px 0;
	text-align: center;
}

.offers ul {
	list-style: none;
	margin: 0 -32px -6px -32px;
	padding: 0;
	line-height: 0;
	text-align: center;
}

.offers li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 16px 42px 16px;
	padding: 0;
	width: 220px;
	height: 117px;
}

.offers li a {
	text-decoration: none;
}

.offers .bg,
.offers .bg * {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.offers .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	letter-spacing: 0.06em;
	font: bold 24px/30px "Roboto Condensed", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.offers .name {
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
}

.offers .price {
	font-size: 27px;
	color: #fffc00;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 1;
}

.offers .view2 .name {
	margin-bottom: 15px;
}

.offers .view2 .price {
	margin-top: -15px;
}

.offers .price del {
	font-size: 21px;
	position: relative;
	text-decoration: none;
	display: inline-block;
}

.offers .price del:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 2px solid #fff;
	border-color: inherit;
	opacity: 0.69;
	margin: -1px -3px;
}

.offers .price .small {
	display: block;
	font-size: 21px;
}

.offers .circle {
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	right: 0;
	margin: -20px;
	text-align: center;
	font: bold 19px/64px Roboto, Arial, Helvetica, sans-serif;
	color: #fff;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	text-decoration: none;
}

.offers .circle div {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.offers li:hover .circle2 div {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.offers .cover-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
}

.offers .more {
	z-index: 10;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 0 20px 0 20px;
	color: #fff;
	text-transform: uppercase;
	font: bold 12px/35px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: rgba(0, 0, 0, 0.2);
}

.offers .more:hover {
	background: #26c97e;
}

.offers li:hover .name {
	margin-bottom: 7px;
}

.offers li:hover .price {
	/*margin-top: 0;
		top: 100%;*/
	opacity: 0;
}

.offers li:hover .more {
	margin-top: -55px;
}

.offers .bg1 .bg {
	background: #30c7b0;
}

.offers .bg1 .bg img {
	opacity: 0.3;
}

.offers .bg1:hover .bg {
	box-shadow: 0 0 33px rgba(34, 142, 134, 0.63);
	-webkit-box-shadow: 0 0 33px rgba(34, 142, 134, 0.63);
}

.offers .bg1:hover .bg img {
	opacity: 0.6;
}

.offers .bg1 .price del {
	color: #8dffee;
}

.offers .bg2 .bg {
	background: #7552b0;
}

.offers .bg2:hover .bg {
	background: #6739b4;
	box-shadow: 0 0 33px rgba(103, 57, 180, 0.63);
	-webkit-box-shadow: 0 0 33px rgba(103, 57, 180, 0.63);
}

.offers .bg2 .price del {
	color: #bd8dff;
}

.offers .bg3 .bg {
	background: #00b4ff;
}

.offers .bg3 .bg img {
	opacity: 0.3;
}

.offers .bg3:hover .bg {
	box-shadow: 0 0 33px rgba(0, 105, 179, 0.63);
	-webkit-box-shadow: 0 0 33px rgba(0, 105, 179, 0.63);
}

.offers .bg3:hover .bg img {
	opacity: 0.6;
}

.offers .bg3 .price del {
	color: #8ddbff;
}

.offers .bg4 .bg {
	background: #c3331c;
}

.offers .bg4:hover .bg {
	box-shadow: 0 0 33px rgba(195, 51, 28, 0.63);
	-webkit-box-shadow: 0 0 33px rgba(195, 51, 28, 0.63);
}

.offers .bg4 .price .small,
.offers .bg4 .price del {
	color: #f88381;
}

.offers .all {
	margin-top: 32px;
}

.tabs {
	text-align: center;
	background: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 37px;
	letter-spacing: 0.033em;
	padding: 0;
	margin: 0 -24px;
	position: relative;
	z-index: 20;
	box-shadow: 0 12px 6px -12px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 12px 6px -12px rgba(0, 0, 0, 0.12);
}

.tabs .container {
	padding-top: 11px!important;
	padding-bottom: 12px!important;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

.tabs .tab {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
	height: 37px;
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
	padding: 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	color: #0071db;
	margin: 0 0 0 20px;
}

.tabs .tab:first-child {
	margin-left: 0;
}

.tabs .tab:hover {
	color: #c90b00;
}

.tabs .tab.active {
	cursor: default;
	color: #000;
	background: rgba(0, 0, 0, 0.03);
}

.notice,
input + .notice {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: default;
	margin: 0;
	padding: 5px 0 6px 0;
	top: auto;
	position: relative;
	border: 0;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.033em;
	text-align: left;
	color: #423e3b;
	background: #fcfaf6;
}

input:checked + .notice {
	display: none;
}

.notice .container {
	padding-top: 0!important;
	padding-bottom: 0!important;
	background: none;
	position: relative;
}

.notice .close {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	margin: -6px 0;
}

/*notice2*/

.notice .close:before,
.notice .close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin: -6px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: url(../img/close5.png) no-repeat;
	background-size: 100% auto;
	opacity: 1;
}

.notice .close:hover:before {
	opacity: 0;
}

.notice .close:after {
	opacity: 0;
	background-position: 0 -15px;
}

.notice .close:hover:after {
	opacity: 1;
}

.btn3 {
	letter-spacing: inherit;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: top;
	text-decoration: none!important;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font: normal 15px/39px Arial, Helvetica, sans-serif;
	padding: 0 22px;
	height: 39px;
	text-align: center;
	white-space: nowrap;
	background: #1786cd;
}

input.btn3 {
	line-height: normal!important;
}

.btn3:hover {
	background: #01bd78;
}

.notice2 {
	font: normal 15px/22px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 16px 24px;
	background: rgba(185, 120, 120, 0.1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 8px 0 20px 0;
}

.notice2 .red {
	color: #c60000!important;
}

.notice2 .btns {
	margin: 17px 0 7px 0;
}

.notice2 .btns .btn3 {
	margin-right: 16px;
}

.modal-form input[type="text"],
.modal-form input[type="password"],
.modal-form textarea {
	font-size: 15px;
}

.modal-form input[type="text"],
.modal-form input[type="password"],
.modal-form textarea,
.modal-form .btn3 {
	display: block;
	width: 100%;
	margin: 0 0 22px 0;
}

.modal-form .btn3 {
	height: 52px;
	line-height: 52px;
	margin: 22px 0 0 0;
}

.modal-form {
	width: 530px;
	padding: 37px;
}

.modal-form .close {
	right: 37px;
	top: 38px;
}

.modal-form .title1 {
	margin-top: -3px;
	margin-bottom: 45px;
}

.modal-form.done {
	height: 390px;
}

.modal-form.done .title1 {
	text-align: center;
	margin: 0;
}

.modal-form.done .title1 img {
	display: block;
	height: 120px;
	width: auto;
	margin: 65px auto 44px auto;
}

/*-----------------------------------------custom--------------------------------*/
.bootstrap-select button {
	border: 1px solid #d4d4d4;
	background: #fff;
	margin: 0;
	padding: 14px 15px 15px 19px;
}

.bootstrap-select button {
	color: #0f1430;
	font: 14px/13px Arial, Helvetica, sans-serif;
	outline: medium none;
	text-transform: none;
	padding: 14px 15px 15px 19px;
	position: relative;
}

.bootstrap-select.btn-group.open > .dropdown-menu {
	display: block;
}

.btn-group.bootstrap-select.form-control {
	position: relative;
}

.bootstrap-select.btn-group>.dropdown-menu {
	box-sizing: border-box;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
	width: 100%;
}

.dropdown-menu.inner>li>a {
	display: block;
	color: #0f1430;
	padding-bottom: 10px;
	padding-left: 23px;
	padding-top: 10px;
	width: 100%;
}

.dropdown-menu.inner>li>a:hover span {
	text-decoration: underline;
}

.dropdown-menu.inner>li>a:hover,
.dropdown-menu.inner>li>a:focus {
	background-color: #f5f5f5;
}

.bootstrap-select button:hover {
	background: #fff none repeat scroll 0 0;
}

.caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px dashed;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}

.tld .info,
.domains2 .info {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	position: relative;
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	top: -1px;
	padding-left: 2px;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	height: 20px;
	min-width: 48px;
	padding: 0 10px;
	margin-left: 10px;
	margin-right: 10px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.pop-bg .info {
    margin-right: 0;
}

.tld .info.bg-orange,
.domains2 .info.bg-orange {
	background: #f3a004;
	border-radius: 4px;
	display: inline-block;
	float: none;
	margin: 0 0 10px;
	padding: 4px 12px;
}

.tld .info.bg-beige,
.domains2 .info.bg-beige {
	background: #cec7c0;
}

.tld .info.bg-green,
.domains2 .info.bg-green {
	background: #3eda75;
}

.tld .info.bg-red,
.domains2 .info.bg-red {
	background: #c90b00;
}

.tld-info h1 {
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 34px;
	margin: 0 0 14px 0;
}

/*new 08.05.15*/
.wrap.tld-page {
	height: 802px;
}

.tld-page .search {
	margin-top: 53px;
}

.tld-info {
	margin: 14px 0 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.tld-info p {
	opacity: 0.7;
	margin: 0;
}

.tld-info .yellow {
	color: #ffc000;
	opacity: 1;
}

.tld-info a {
	text-decoration: underline;
	color: #67ccf6;
}

.tld-info a:hover {
	text-decoration: none;
}

.tld-info ul {
	list-style: none;
	margin: 52px auto 0 auto;
	padding: 23px 32px 28px 32px;
	font-size: 18px;
	line-height: 24px;
	color: #3e4558;
	width: 530px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
}

/*.tld-info .op {
		opacity: 0.39;
}*/

.tld-info li {
	margin: 18px 0 0 0;
	padding: 0;
}

.tld-info li:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.tld-info li:first-child {
	margin-top: 0;
}

/*.tld-info li:nth-child(odd) {
		background: rgba(0, 0, 0, 0.2);
}*/

.tld-info ul .r {
	float: right;
	margin: 0 0 0 18px;
	font-weight: bold;
}

.tld-info ul del {
	position: relative;
	float: right;
	font-size: 14px;
	color: #6f8492;
	white-space: nowrap;
}

.tld-info ul del:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: #ed0000;
	opacity: 0.6;
	margin: -1px -4px;
}

.tld-info .sale {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #6f8492;
	color: #6f8492;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	white-space: nowrap;
	position: relative;
	top: -2px;
	margin: 0 0 0 9px;
	padding: 1px 10px;
	height: 21px;
	line-height: 19px;
}

.tld-info .sale.bg-red {
	color: #fff;
	background: #eb0d00;
	border-color: #eb0d00;
}

.tld-info .sale + .sale {
	margin-left: 0;
}

/*new 15.05.15*/
.domains-info .toggle-open > span {
	border-bottom: 1px dotted #1786cd;
	border-bottom-color: inherit;
}

.domains-info .toggle-open:hover {
	color: #00aeff;
}

.domains-info .opt .nav-prev,
.domains-info .opt .nav-next {
	margin-top: 11px;
}

.domains-info .selected-info {
	margin: -10px 3px 0 8.09%;
	height: 34px;
}

.link-mes.active {
	opacity: 1;
	background-position: 0 0;
	left: auto;
}

.action-block.menu-view.active {
	z-index: 100;
	left: auto;
	right: 19px;
}

#divFolderList ul {
	list-style: outside none none;
}

#divFolderList ul.main-folders-menu {
	top: 9px;
	right: 0px;
	position: absolute;
}

.action-block.selection.detected {
	line-height: 44px;
}

.forvard-to-folder-div {
	margin: 30px;
	background-color: rgba(255, 255, 255, 0.9);
	/*border: 1px dashed #b7b7b7;*/
	border-radius: 8px;
	/*box-shadow: 0 1px 0 #000 inset;*/
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #000;
	line-height: 40px;
	padding: 13px 29px;
	text-shadow: 0 1px 0 #fff;
	z-index: 10000;
	position: relative;
	font-size: 16px;
}

.forvard-to-folder-div ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.forvard-to-folder-div-counter {
	border-radius: 15px;
	color: #ffffff;
	line-height: 16px;
	margin-left: 33px;
	padding: 2px 6px;
	position: absolute;
	background-color: #cb0000;
	font-size: 13px;
	font-weight: bold;
	top: -10px;
	right: -10px;
}

.loadingImg {
	vertical-align: middle;
	margin-left: 10px;
}

#divDomainFackeHeader {
	background-color: #fff;
	padding: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	z-index: 1;
}

#divDomainFackeHeader.remoteHeader.fakeHeader {
	visibility: visible;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-left-5 {
	margin-left: 5px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-35 {
	margin-left: 35px !important;
}

.margin-right-5 {
	margin-right: 5px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-right-35 {
	margin-right: 35px !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-25 {
	margin-bottom: 25px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-35 {
	margin-bottom: 35px !important;
}

.padding-left-0 {
	padding-left: 0px !important;
}

.padding-left-5 {
	padding-left: 5px !important;
}

.padding-left-10 {
	padding-left: 10px !important;
}

.padding-left-15 {
	padding-left: 15px !important;
}

.padding-left-20 {
	padding-left: 20px !important;
}

.padding-left-25 {
	padding-left: 25px !important;
}

.padding-left-35 {
	padding-left: 35px !important;
}

.padding-right-5 {
	padding-right: 5px !important;
}

.padding-right-10 {
	padding-right: 10px !important;
}

.padding-right-15 {
	padding-right: 15px !important;
}

.padding-right-20 {
	padding-right: 20px !important;
}

.padding-right-25 {
	padding-right: 25px !important;
}

.padding-right-35 {
	padding-right: 35px !important;
}

.padding-right-5 {
	padding-right: 5px !important;
}

.padding-bottom-5 {
	padding-bottom: 5px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-15 {
	padding-bottom: 15px !important;
}

.padding-bottom-25 {
	padding-bottom: 25px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-35 {
	padding-bottom: 35px !important;
}

.download {
	position: absolute;
	top: 22px;
	right: 30px;
	z-index: 10;
	line-height: 0;
}

.download img {
	height: 21px;
	width: auto;
}

.download > * {
	float: left;
	margin: 0 0 0 10px;
}

.pricing-info-panel {
	background-color: #f3f3f3;
}

.pricing-info {
	font-size: 16px;
	background: none !important;
	color: #748390;
	padding: 18px 0 !important;
}

.phoneStructure input[type="text"].phoneCode {
	/*padding-right: 2px;*/
    /*border-right-color: #e4eef6;*/
	width: 10%;
	float: left;
}

.phoneStructure input[type="text"].phoneNumber {
	/*padding-left: 2px;*/
    /*border-left-color: #e4eef6;*/
	margin-left: 1%;
	width: 89%;
	float: left;
}

.info-orange {
	background: #f3a004;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 0 0 4px;
	font-size: 12px;
	line-height: 17px;
	height: 17px;
	width: 65px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search-txt {
	font: 300 32px/34px "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 0 20px 0;
}

.phoneSignCover {
	float: left;
	line-height: 47px;
	width: 7%;
}

.input input.codeInput {
	float: left;
	width: 24%;
	padding-right: 0;
	padding-left: 6px;
}

.input input.phoneInput {
	float: left;
	margin-left: 2%;
	width: 67%;
}

.notice-hr {
	color: #E8D455 !important;
}

.crown {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../img/crown.png) no-repeat 50% 50%;
	background-size: auto 7px;
	margin: -7px 0px 0px -1px;
	z-index: 9;
}

.crown > div {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 100%;
	white-space: nowrap;
	color: #fff;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 12px;
	background: #f3a004;
	margin: -12.5px 10px;
	padding-top: 2px;
	display: none;
}

.crown:hover > div {
	display: block;
}

.crown > div:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	border: 5px solid #f3a004;
	margin: -5px 0;
	border-left-width: 0;
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
}

.click-link .btns .btn.bg-blue:hover {
	background: #3d8ac7;
}

.click-link .btns .btn.bg-blue2:hover {
	background: #55c8fa;
}

.click-link .btns .btn.bg-red:hover {
	background: #ff5041;
}

.notice3 {
	font: normal 15px/22px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 42px 42px 21px 42px;
	background: rgba(185, 120, 120, 0.1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0 12px 0;
}

.notice3 .red {
	color: #c60000!important;
}

.notice3 .btns {
	margin: 17px 0 7px 0;
}

.notice3 .btns .btn3 {
	margin-right: 16px;
}

.modal-form input[type="text"],
.modal-form input[type="password"],
.modal-form textarea {
	font-size: 15px;
}

.modal-form input[type="text"],
.modal-form input[type="password"],
.modal-form textarea,
.modal-form .btn3 {
	display: block;
	width: 100%;
	margin: 0 0 22px 0;
}

.modal-form .btn3 {
	height: 52px;
	line-height: 52px;
	margin: 22px 0 0 0;
}

.modal-form {
	width: 530px;
	padding: 37px;
}

.modal-form .close {
	right: 37px;
	top: 38px;
}

.modal-form .title1 {
	margin-top: -3px;
	margin-bottom: 45px;
}

.modal-form.done {
	height: 390px;
}

.modal-form.done .title1 {
	text-align: center;
	margin: 0;
}

.modal-form.done .title1 img {
	display: block;
	height: 120px;
	width: auto;
	margin: 65px auto 44px auto;
}

.errorInput {
    color: #c30000 !important;
    border-color: #f53c2d !important;
}

.errorState {
    color: #c30000 !important;
    border-color: #f53c2d !important;
}
input.phoneCodeField[type="text"] {
    width: 14%;
    float: left;
}
input.phoneMainField[type="text"] {
    float: right;
    width: 85%;
}

.list-popup-call {
	color: #42c2f9;
	float: right;
	cursor: pointer;
}

.list-popup-call:hover {
	color: #82e6ff;
}

.payment-options h1 + .title1 {
	margin-top: 26px;
}

.payment-options .title1 {
	font: normal 16px/33px Arial, Helvetica, sans-serif;
	min-height: 33px;
	text-transform: uppercase;
	color: #0073ba;
	margin: 47px 0 8px 0;
}

.payment-options .title1 img {
	height: 28px;
	width: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.about {
	font: normal 16px/33px Roboto, Arial, Helvetica, sans-serif;
	color: #303640;
}

.about p {
	margin-bottom: 33px;
}

.about .mainContent + .aside h2:first-child {
	margin-top: 44px;
}

.whois {
	font-size: 15px;
}

.legal h1 {
	margin-bottom: 26px;
}

.legal ul {
	line-height: 24px;
	list-style: none;
	margin: 0 0 33px 0;
	padding: 0;
}

.legal li {
	margin: 0;
	padding: 4px 0 5px 0;
}

select,
.jcf-select,
.jcf-select-drop {
	display: block;
}

.jcf-select {
	position: relative;
}

.jcf-select-text {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.jcf-select-text:after,
.jcf-select-drop:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 19px;
	border: 3px solid #1768cd;
	border-bottom-width: 0;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
	margin: -1.5px 0;
}

.jcf-select select {
	z-index: 6;
	cursor: pointer;
}

.jcf-select-drop {
	z-index: 1001;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.21);
	padding: 6px 0;
}

.jcf-select-drop.jcf-drop-flipped:after {
	top: auto;
}

.jcf-select-drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcf-select-drop li {
	margin: 0;
	padding: 0;
}

.jcf-select-drop .jcf-option {
	display: block;
	cursor: pointer;
	padding: 11px 19px;
	min-height: 43px;
	color: #000;
	box-sizing: border-box;
}

.jcf-select-drop .jcf-option:hover {
	background: #f0edea;
	color: #1768cd;
}

.jcf-select-drop .jcf-option-hideme {
	display: none;
}

.input2 {
	position: relative;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.input2 input,
.input2 textarea,
.input2 .label,
.input2 .err-text,
.jcf-select-text {
	letter-spacing: normal;
	font: normal 16px Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	background: none;
	border: 0;
	-webkit-appearance: none;
	color: #000;
	text-align: left;
	padding: 6px 5px;
	height: 32px;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.jcf-select-drop {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #000;
	margin: -40px 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: #fff;
}

.jcf-select-drop.jcf-drop-flipped {
	margin: 40px 0;
}

.jcf-select-drop .jcf-option {
	padding: 8px;
	min-height: 35px;
}

.jcf-select-text {
	padding-right: 23px;
}

.jcf-select-text:after,
.jcf-select-drop:after {
	border-width: 6px 5px 0 5px;
	margin: -3px 0;
	right: 12px;
	border-color: #666;
}

.jcf-select-drop:after {
	top: 24.5px;
}

.jcf-select-drop.jcf-drop-flipped:after {
	top: auto;
	bottom: 24.5px;
}
/*---end payment page styles---*/

/*--- start xyz promo ---*/
.xyz-promo {
	text-align: center;
	font: normal 16px/1.5 Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	color: #303640;
	margin-bottom: -10px;
}

.xyz-promo h1 {
	text-align: left;
	font-size: 21px;
	color: #000;
	margin-bottom: 22px;
	letter-spacing: 0.05em;
}

.xyz-promo img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	display: block;
	margin: 0 0 42px 0;
}

.xyz-promo .big {
	font-size: 21px;
	margin: 0 0 54px 0;
}

.xyz-promo .price {
	font-weight: bold;
	font-size: 33px;
	margin: 7px 0 21px 0;
}

.xyz-promo .pink {
	color: #ff5a81;
}

.xyz-promo .violet {
	color: #ac77da;
}

.xyz-promo .btn {
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 12px 33px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 12px 33px rgba(0, 0, 0, 0.12);
	padding: 0;
	font-size: 21px;
	letter-spacing: 0.2em;
	padding: 0;
	height: 57px;
	margin: 75px 0 0 0;
        background: #26c97e none repeat scroll 0 0;
        font: 600 21px Roboto,Arial,Helvetica,sans-serif;
	line-height: 57px;
}
.xyz-promo .btn:hover {
    opacity: 0.8;
    text-decoration: none;
}
/*--- end xyz promo ---*/

.input2 .pick-date {
	width: 31px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: url(../img/pick-date.png) no-repeat 50% 50%;
	background-size: 18px auto;
	z-index: 4;
}

.input2 .line {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #4c5c71;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.input2 .line.focus,
.input2 .line.ok,
.input2 .line.error {
	height: 1px;
	width: 0;
}

.input2.focus .line.focus,
.input2.error .line.error,
.input2.ok .line.ok {
	z-index: 3;
	width: 100%;
}

.input2.focus .line.focus {
	z-index: 4;
}

.input2 .line.focus {
	background: #0071db;
}

.input2 .line.ok {
	background: #70c154;
}

.input2 .line.error {
	background: #ff0000;
}

.input2.focus:after {
	width: 100%;
}

.input2 .label,
.input2 .err-text {
	font-weight: bold;
	position: absolute;
	left: 0;
	color: #949daa;
	z-index: 4;
	font-size: 12px;
	bottom: 100%;
	margin-bottom: -15px;
}

.input2 .err-text {
	font-weight: bold;
	bottom: auto;
	top: 100%;
	margin-bottom: 0;
	opacity: 0;
	z-index: -1;
}

.input2.error .label {
	color: #f00;
}

.input2.error .err-text {
	z-index: auto;
	opacity: 1;
}

.input2.placeholder .label {
	opacity: 0.63;
	font-size: 16px;
	font-weight: normal;
	bottom: 0;
	margin-bottom: 0;
}

.input2 .jcf-drop-active ~ .label {
	bottom: 100%;
	font-size: 12px;
	margin-bottom: -15px;
}

.input2.focus input,
.input2.focus textarea {
	color: #000;
}

.input2 .err-text,
.input2 .red,
.input2 .red * {
	color: #f00;
}

.form2 {
	margin: 30px 0 0 0;
}

.form2 .input2 {
	margin-bottom: 43px;
}

.form2 .submit {
	margin: -3px 0 0 0;
}

.form2 .links {
	font: normal 16px/33px Roboto, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 40px 0 0 0;
}

.form2 .phone-place:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.form2 .phone-place {
	padding-left: 350px;
}

.form2 .phone-place .l {
	float: left;
	width: 330px;
	margin-left: -350px;
}

.form2 .phone-place .l input,
.form2 .phone-place .l .label,
.form2 .phone-place .l .err-text {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.form2 .check {
	position: relative;
	font: normal 15px/21px Arial, Helvetica, sans-serif;
	color: #202e3e;
	margin: 66px 0 45px 0;
	padding: 0 0 0 28px;
}

.form2 .check + .submit {
	margin-top: -12px;
}

.form2 .check label {
	cursor: pointer;
}

.form2 .check input + span {
	position: absolute;
	top: 2px;
	left: 0;
}

.form-info {
	text-align: center;
	font: normal 16px/22px Arial, Helvetica, sans-serif;
	position: relative;
	margin: 42px 0 0 0;
}

.form-info:before {
	content: '';
	display: block;
	width: 47px;
	height: 47px;
	margin: 0 auto 23px auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.form-info.done {
	color: #70c154;
}

.form-info.done:before {
	background: #70c154 url(../img/check2.png) no-repeat 50% 50%;
	background-size: auto 13px;
}

.register {
	font: normal 16px/33px Arial, Helvetica, sans-serif;
}

.register h1 {
	margin-bottom: -6px;
}

.register .form2 {
	margin-top: 26px;
}

.jcf-select-cart-style.jcf-select {
	margin-right: -10px;
}

.jcf-select-cart-style.jcf-select,
.jcf-select-cart-style .jcf-select-text {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.jcf-select-cart-style .jcf-select-text,
.jcf-select-cart-style.jcf-select-drop {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	letter-spacing: inherit;
	text-transform: uppercase;
	color: #0071db;
	white-space: nowrap;
}

.jcf-select-cart-style .jcf-select-text {
	height: auto;
	margin: 0;
	padding: 0 22px 0 10px;
}

.jcf-select-cart-style .jcf-select-text:after,
.jcf-select-cart-style.jcf-select-drop:after {
	border-color: #0071db;
	border-width: 4px 4px 0 4px;
	right: 10px;
	top: 50%;
	margin: -2px 0;
}

.jcf-select-cart-style.jcf-select-drop {
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
}

.jcf-select-cart-style.jcf-select-drop:after {
	top: 28px;
}

.jcf-select-cart-style.jcf-select-drop .jcf-option {
	padding-right: 22px;
	padding-left: 10px;
}

.show-tab {
	display: none!important;
}

.payment-method {
	margin: 30px -24px 42px 0;
	font-size: 18px;
	color: #000;
}

.payment-method label {
	white-space: nowrap;
	margin: 0 24px 0 0;
	cursor: pointer;
}

.payment-method * {
	vertical-align: middle;
}

.payment-method img {
	position: relative;
	top: -1px;
}

.payment-method input + span {
	margin-right: 5px;
}

.cart {
	line-height: 24px;
	padding: 0 20px;
	font-weight: normal;
}

.cart h1 {
	margin-left: -20px;
}

.cart .hr {
	display: none;
}

.cart .label {
	margin: 0 -20px 10px -20px;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

.cart .table {
	margin-left: -60px;
	margin-right: -60px;
}

.cart .table th:first-child,
.cart .table td:first-child {
	padding-left: 40px;
}

.cart .total {
	list-style: none;
	margin: 30px 0 42px 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
}

.cart .total li {
	margin: 0 0 18px 0;
}

.cart .check {
	margin: 21px 0 0 0;
}

.cart .submit {
	margin: 31px -20px 0 -20px;
}

.cart-info-touch {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font: bold 15px/21px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	height: 42px;
	text-align: center;
	margin: 34px 0 -76px 0;
	color: #fff;
	display: none;
	position: relative;
	z-index: 20;
}

.cart-info-touch .cell {
	height: 42px;
}

.cart-info-touch .green {
	color: #26c97e;
}

.cart-info-touch a {
	color: #9deeff;
}

.cart-info-touch a:hover {
	color: #fcffb3;
}

.cart-info-touch .go {
	position: relative;
	padding-right: 15px;
}

.cart-info-touch .go:before,
.cart-info-touch .go:after {
	content: '';
	width: 8px;
	height: 11px;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -5.5px 0;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: url(../img/rarr-blue.png) no-repeat;
	background-size: 100% auto;
}

.cart-info-touch .go:after {
	background-position: 0 -14px;
	opacity: 0;
}

.cart-info-touch a.go:hover:before {
	opacity: 0;
}

.cart-info-touch a.go:hover:after {
	opacity: 1;
}

.cart-info-touch .pic {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 15px;
	height: 15px;
	top: -2px;
	margin: 0 5px 0 0;
}

.cart-info-touch .pic:before,
.cart-info-touch .pic:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/cart1.png) no-repeat;
	background-size: 100% auto;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.cart-info-touch .pic:after {
	background-position: 0 -20px;
	opacity: 0;
}

.fixed-header .cart-info-touch .pic:before {
	opacity: 0;
}

.fixed-header .cart-info-touch .pic:after {
	opacity: 1;
}

.loader {
	vertical-align: middle;
	line-height: 0;
	display: inline-block;
	font-size: 0;
}

.loading {
	text-align: center;
	margin: 54px 0;
	font-size: 0;
	line-height: 0;
}

.pricing-index {
	background: #fff;
	position: relative;
	padding: 42px 0 10px 0;
	display: none;
}

.show-mob {
	display: none;
}
/*---end payment page styles---*/

.col33 {
    float: left;
    width: 33.33%;
    padding-right: 2%;
}
.col33 .desc{
    color: #748390;
    line-height: 1.2em;
    padding-top: 6px;
}

/*--- start xyz promo ---*/
.xyz-promo {
	text-align: center;
	font: normal 16px/1.5 Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	color: #303640;
	margin-bottom: -10px;
}

.xyz-promo h1 {
	text-align: left;
	font-size: 21px;
	color: #000;
	margin-bottom: 22px;
	letter-spacing: 0.05em;
}

.xyz-promo img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	display: block;
	margin: 0 0 42px 0;
}

.xyz-promo .big {
	font-size: 21px;
	margin: 0 0 54px 0;
}

.xyz-promo .price {
	font-weight: bold;
	font-size: 33px;
	margin: 7px 0 21px 0;
}

.xyz-promo .pink {
	color: #ff5a81;
}

.xyz-promo .violet {
	color: #ac77da;
}

.xyz-promo .btn {
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 12px 33px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 12px 33px rgba(0, 0, 0, 0.12);
	padding: 0;
	font-size: 21px;
	letter-spacing: 0.2em;
	padding: 0;
	height: 57px;
	margin: 75px 0 0 0;
        background: #26c97e none repeat scroll 0 0;
        font: 600 21px Roboto,Arial,Helvetica,sans-serif;
	line-height: 57px;
}
.xyz-promo .btn:hover {
    opacity: 0.8;
    text-decoration: none;
}
/*--- end xyz promo ---*/

.spinner,
.spinner:before,
.spinner:after {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	text-align: center;
	width: 6px;
	height: 6px;
	background: #26c97e;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 9px;
}

.spinner:before,
.spinner:after {
	margin: 0;
	content: '';
	position: absolute;
	top: 0;
}

.spinner:before {
	left: -9px;
}

.spinner:after {
	right: -9px;
}

.spinner:before {
	-webkit-animation: spinner 500ms ease -250ms infinite alternate;
	animation: spinner 500ms ease -250ms infinite alternate;
}

.spinner {
	-webkit-animation: spinner 500ms ease -125ms infinite alternate;
	animation: spinner 500ms ease -125ms infinite alternate;
}

.spinner:after {
	-webkit-animation: spinner 500ms ease -125ms infinite alternate;
	animation: spinner 500ms ease -125ms infinite alternate;
}
@-webkit-keyframes spinner {
    to {
     background: #ccc;
    }
}
@keyframes spinner {
    to {
     background: #ccc;
    }
}

.modal2.task-progress {
	width: 900px;
}

.task-progress {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #748390;
}

.task-progress .title1 {
	margin-bottom: 37px;
}

.task-progress .table {
	margin-bottom: 118px;
	font-weight: inherit;
	letter-spacing: inherit;
	font-size: inherit;
}

.task-progress .table th {
	color: #39444d;
}

.task-progress .btn {
	font: bold 16px/52px Arial, Helvetica, sans-serif;
	padding: 0;
	letter-spacing: 0.1em;
	height: 52px;
	display: block;
	width: 100%;
	margin: 25px 0 0 0;
}

.task-progress .table .green {
	color: #00c678!important;
}

.task-progress .spinner {
	top: -2px;
	margin-left: 28px;
}

.acc-notice {
        width: 900px;
        padding: 36px 40px 39px 40px;
        font: normal 15px/27px Arial, Helvetica, sans-serif;
        color: #000;
        letter-spacing: normal;
}

.acc-notice .close {
        top: 40px;
        right: 40px;
        background-image: url(../img/close6.png);
}

.acc-notice p {
        margin-bottom: 27px;
}

.acc-notice h1 {
        font: inherit;
        font-weight: bold;
        font-size: 21px;
        text-transform: uppercase;
        color: #1e2225;
        margin: 0 0 19px 0;
}

.acc-notice .check {
        font: inherit;
        color: inherit;
        text-transform: none;
        text-align: left;
        margin: 27px 0 0 0;
        padding: 0 0 0 32px;
        position: relative;
}

.acc-notice .check input + * {
        position: absolute;
        top: 5px;
        left: 0;
        margin: 0;
}

.acc-notice .btns:after {
        content: ' ';
        clear: both;
        display: block;
        width: 0;
        height: 0;
        overflow: hidden;
        font-size: 0;
}

.acc-notice .btns {
        margin: 40px 0 0 0;
}

.acc-notice .btns .btn {
        letter-spacing: normal;
        float: left;
        width: 400px;
        height: 52px;
        padding: 0;
        line-height: 52px;
        font-size: 15px;
        text-transform: uppercase;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:normal;
}

.acc-notice .btns .btn + .btn {
        float: right;
}

.stripe {
    min-width: auto;
    max-width: 550px;
}

.stripe .container {
    min-width: auto;
    max-width: 550px;
}

.stripeExp {
    width: 45%;
}

.stripeForm {
    width: 150px;
}

#payment-form input.stripeCVC {
    width: 75px;
}

.stripeForm input.stripeMonth[type="text"] {
    float: left;
    width: 47%;
}

.stripeForm input.stripeYear[type="text"] {
    float: left;
    margin-left: 6%;
    width: 47%;
}

.payment-errors {
    font-size: 16px;
    font-weight: bold;
    color: #f53c2d!important;
}

#progressBar {
	margin: auto;
	text-align: center;
    width: 600px;
}

#progressBar .progress-bar {
    width: 0%;
}

#showAllPromotion, #showAllExtention {
    display: none;
}

#showAllPromotionFull, #showAllExtentionFull {
    display: inline-block;
}

.wrap form {
    margin-bottom: 6px;
}

.modal-scroll {
	position: fixed;
	top: -9999px;
	left: -9999px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	font: normal 15px/27px Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	color: #000;
}
.modal-scroll .c::-webkit-scrollbar {
	background:transparent;
}
.modal-scroll .c::-webkit-scrollbar-thumb {
 background:rgba(0, 0, 0, 0.5);
}

.modal-scroll p {
	margin: 0 0 27px 0;
}

.modal-scroll p:last-child {
	margin-bottom: 0;
}

.modal-scroll .in {
	background: #fff;
	box-shadow: 0 0 68px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0 0 68px rgba(0, 0, 0, 0.21);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 900px;
	margin: 60px -450px;
	z-index: 1000;
}

.modal-scroll .close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/close6.png) no-repeat;
	background-size: 100% 100%;
	margin: 40px;
	cursor: pointer;
	z-index: 20;
}

.modal-scroll .t,
.modal-scroll .c,
.modal-scroll .b {
	position: absolute;
	left: 0;
	right: 0;
}

.modal-scroll .t,
.modal-scroll .c .ind,
.modal-scroll .b {
	padding: 0 40px;
}

.modal-scroll .t {
	top: 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 37px;
	letter-spacing: normal;
	box-sizing: content-box;
	margin-right: 26px;
        text-transform: uppercase;
}

.modal-scroll .c {
	overflow: hidden;
	overflow-y: auto;
	top: 82px;
	bottom: 132px;
}

.modal-scroll .b {
	border-top: 1px solid #f2f2f3;
	padding-top: 40px;
	height: 132px;
	bottom: 0;
}

.modal-scroll .b .half {
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
}

.modal-scroll .b .half + .half {
	padding: 0 0 0 10px;
}

.modal-scroll .b .btn {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	height: 52px;
	line-height: 52px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modal-scroll .check {
	border-top: 1px solid #f2f2f3;
	margin: 40px 0 0 0;
	line-height: 21px;
	padding: 33px 40px 33px 70px;
	position: relative;
}

.modal-scroll .check input + span {
	position: absolute;
	top: 35px;
	left: 40px;
}

.modal-scroll .check label {
	cursor: pointer;
}

.plusBox {
    float: left;
    height: 32px;
    left: 0;
    margin-bottom: -15px;
    position: absolute;
    text-align: center;
    width: 10px;
    padding-top: 15px;
}

.like-select .pop ul {
    overflow-y: auto;
    max-height: 300px;
}

.menu-logged-inner-pages {
    display: none !important;
}

.date-select {
    min-width: 142px;
}

.form-hold .profile .table td.domain-name {
    word-break: break-all;
    word-wrap: break-word;
}

.locker.regLockInfo {
    color: red;
}

.locker.displayNone {
    display: none !important;
}

.template-view {
    padding: 8px;
    background-color: #fafafa;
    border: 1px solid #e2e2e2;
    width: 790px;
    overflow-x: auto;
    overflow-y: hidden;
}

.folder-block {
    border-radius: 10px;
    border: 4px solid;
    width: 140px;
}

.domainContent .fr {
    position: relative;
    font-size: 12px;
    text-transform: none;
    display: block;
    text-align: center;
    left: -25px;
    top: -9px;
}

.two-years-promo-icon {
    padding: 5px 0 5px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.StripeElement {
	box-sizing: border-box;

	height: 40px;

	padding: 10px 12px;

	border: 1px solid transparent;
	border-radius: 4px;
	background-color: white;

	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

#stripe-logo {
	float: right;
}

.w70 {
    width: 67%;
}

.w60fl {
    width: 60px;
    float: left;
    margin-left: 3px;
}

.w60fl2 {
    width: 60px;
    float: left;
    margin-left: 23px;
}

.w20fl {
    width: 20px;
    float: left;
}

.w180fr {
    width: 180px;
    float: left;
    margin-left: 5px;
}

.form-hold select.select-years, .select-years {
    border: 0;
    padding: 0;
    background-color: transparent;
    display: inline;
    color: #1786cd;
    margin-top: 3px;
    -webkit-appearance: menulist;
    width: 85px;
    height: 20px;
}

.warning-block {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 831px;
    height: 80px;
    background: #FFF0F0;
    border-radius: 9px;

    margin-top: 44px;
}

.warning-text {
    font-family: Arial;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;

    color: #A22E43;
}

.grey2 {
    color: #3D6380;
}

.light-gray {
	color: #b4c0ca;
	padding-left: 7px;
	font-weight: 800;
}


/* ***************** page PRICING.PHTML *************** */
.tld .hold {
	margin: 10px -20px 10px -20px;
}
.tld .hold-in .row {
	display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    width: 33.33%;
    margin-right: -1px;
    border-right: 1px solid #fff;
}
.tld .hold-in .row  .row-in {
	padding: 8px 20px 9px 20px;
    margin: 0 0 1px 0;
}
.tld .elem:first-child {
    margin-top: 0;
}
.tld .elem {
    margin: 25px 0 0 0;
}
.tld .hold-in {
	margin: 0 -2px 0 0;
	font-size: 0;
}
.tld .hold-in  .row  .row-in  .info-pop {
	width: 20px;
}
.tld .hold-in .row  .row-in  .info-pop .pop {
	left: 50%;
}
.tld .row:nth-child(odd), .domains2 .row:nth-child(even) {
    background: none;
}
.tld .hold-in .row:nth-child(6n-5) .row-in, .tld .hold-in .row:nth-child(6n-4) .row-in, .tld .hold-in .row:nth-child(6n-3) .row-in {
    background: #f4fbff;
}
.download {
	z-index: 30;
}