@charset "UTF-8";

/* fonts */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans/OpenSans-Regular.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans/OpenSans-Light.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans/OpenSans-ExtraBold.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans/OpenSans-LightItalic.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans/OpenSans-Italic.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans/OpenSans-Bold.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans/OpenSans-BoldItalic.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}


/* variables */

@keyframes input-error-animation {
	from {
		border-color: #dde7ee;
	}
	50%{
		border-color: red;
	}
	to {
		border-color: #dde7ee;
	}
}


@-ms-viewport {
	width: device-width;
}

body {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.375;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit !important;
}


/* base */

.hidden-xs-up {
	display: none !important;
}

@media (max-width: 575px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none !important;
	}
}

.hidden-xl-down {
	display: none !important;
}

@media (max-width: 575px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-md {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-xl {
		display: none !important;
	}
}

.fs-6 {
	font-size: 14px !important;
}

.fs-12 {
	font-size: 14px !important;
}

.fs-18 {
	font-size: 14px !important;
}

.fs-24 {
	font-size: 14px !important;
}

.fs-30 {
	font-size: 14px !important;
}

.fs-36 {
	font-size: 14px !important;
}

.fs-42 {
	font-size: 14px !important;
}

.fs-48 {
	font-size: 14px !important;
}

.fs-54 {
	font-size: 14px !important;
}

.fs-60 {
	font-size: 14px !important;
}

.fs-66 {
	font-size: 14px !important;
}

.fs-72 {
	font-size: 14px !important;
}

.fs-78 {
	font-size: 14px !important;
}

.fs-84 {
	font-size: 14px !important;
}

.fs-90 {
	font-size: 14px !important;
}

@media (orientation: portrait) {
	.fs-6 {
		font-size: 14px !important;
	}
	.fs-12 {
		font-size: 14px !important;
	}
	.fs-18 {
		font-size: 14px !important;
	}
	.fs-24 {
		font-size: 14px !important;
	}
	.fs-30 {
		font-size: 14px !important;
	}
	.fs-36 {
		font-size: 14px !important;
	}
	.fs-42 {
		font-size: 14px !important;
	}
	.fs-48 {
		font-size: 14px !important;
	}
	.fs-54 {
		font-size: 14px !important;
	}
	.fs-60 {
		font-size: 14px !important;
	}
	.fs-66 {
		font-size: 14px !important;
	}
	.fs-72 {
		font-size: 14.4px !important;
	}
	.fs-78 {
		font-size: 15.6px !important;
	}
	.fs-84 {
		font-size: 16.8px !important;
	}
	.fs-90 {
		font-size: 18px !important;
	}
}

@media (min-width: 576px) {
	.fs-6 {
		font-size: 14px !important;
	}
	.fs-12 {
		font-size: 14px !important;
	}
	.fs-18 {
		font-size: 14px !important;
	}
	.fs-24 {
		font-size: 14px !important;
	}
	.fs-30 {
		font-size: 14px !important;
	}
	.fs-36 {
		font-size: 14px !important;
	}
	.fs-42 {
		font-size: 14px !important;
	}
	.fs-48 {
		font-size: 14px !important;
	}
	.fs-54 {
		font-size: 14px !important;
	}
	.fs-60 {
		font-size: 14px !important;
	}
	.fs-66 {
		font-size: 14px !important;
	}
	.fs-72 {
		font-size: 14.4px !important;
	}
	.fs-78 {
		font-size: 15.6px !important;
	}
	.fs-84 {
		font-size: 16.8px !important;
	}
	.fs-90 {
		font-size: 18px !important;
	}
}

@media (min-width: 576px) and (orientation: portrait) {
	.fs-6 {
		font-size: 14px !important;
	}
	.fs-12 {
		font-size: 14px !important;
	}
	.fs-18 {
		font-size: 14px !important;
	}
	.fs-24 {
		font-size: 14px !important;
	}
	.fs-30 {
		font-size: 14px !important;
	}
	.fs-36 {
		font-size: 14px !important;
	}
	.fs-42 {
		font-size: 14px !important;
	}
	.fs-48 {
		font-size: 14.4px !important;
	}
	.fs-54 {
		font-size: 16.2px !important;
	}
	.fs-60 {
		font-size: 18px !important;
	}
	.fs-66 {
		font-size: 19.8px !important;
	}
	.fs-72 {
		font-size: 21.6px !important;
	}
	.fs-78 {
		font-size: 23.4px !important;
	}
	.fs-84 {
		font-size: 25.2px !important;
	}
	.fs-90 {
		font-size: 27px !important;
	}
}

@media (min-width: 768px) {
	.fs-6 {
		font-size: 14px !important;
	}
	.fs-12 {
		font-size: 14px !important;
	}
	.fs-18 {
		font-size: 14px !important;
	}
	.fs-24 {
		font-size: 14px !important;
	}
	.fs-30 {
		font-size: 14px !important;
	}
	.fs-36 {
		font-size: 14.4px !important;
	}
	.fs-42 {
		font-size: 16.8px !important;
	}
	.fs-48 {
		font-size: 19.2px !important;
	}
	.fs-54 {
		font-size: 21.6px !important;
	}
	.fs-60 {
		font-size: 24px !important;
	}
	.fs-66 {
		font-size: 26.4px !important;
	}
	.fs-72 {
		font-size: 28.8px !important;
	}
	.fs-78 {
		font-size: 31.2px !important;
	}
	.fs-84 {
		font-size: 33.6px !important;
	}
	.fs-90 {
		font-size: 36px !important;
	}
}

@media (min-width: 768px) and (orientation: portrait) {
	.fs-6 {
		font-size: 14px !important;
	}
	.fs-12 {
		font-size: 14px !important;
	}
	.fs-18 {
		font-size: 14px !important;
	}
	.fs-24 {
		font-size: 14px !important;
	}
	.fs-30 {
		font-size: 15px !important;
	}
	.fs-36 {
		font-size: 18px !important;
	}
	.fs-42 {
		font-size: 21px !important;
	}
	.fs-48 {
		font-size: 24px !important;
	}
	.fs-54 {
		font-size: 27px !important;
	}
	.fs-60 {
		font-size: 30px !important;
	}
	.fs-66 {
		font-size: 33px !important;
	}
	.fs-72 {
		font-size: 36px !important;
	}
	.fs-78 {
		font-size: 39px !important;
	}
	.fs-84 {
		font-size: 42px !important;
	}
	.fs-90 {
		font-size: 45px !important;
	}
}

@media (min-width: 992px) {
	.fs-6 {
		font-size: 14px !important;
	}
	.fs-12 {
		font-size: 14px !important;
	}
	.fs-18 {
		font-size: 14px !important;
	}
	.fs-24 {
		font-size: 14.4px !important;
	}
	.fs-30 {
		font-size: 18px !important;
	}
	.fs-36 {
		font-size: 21.6px !important;
	}
	.fs-42 {
		font-size: 25.2px !important;
	}
	.fs-48 {
		font-size: 28.8px !important;
	}
	.fs-54 {
		font-size: 32.4px !important;
	}
	.fs-60 {
		font-size: 36px !important;
	}
	.fs-66 {
		font-size: 39.6px !important;
	}
	.fs-72 {
		font-size: 43.2px !important;
	}
	.fs-78 {
		font-size: 46.8px !important;
	}
	.fs-84 {
		font-size: 50.4px !important;
	}
	.fs-90 {
		font-size: 54px !important;
	}
}

@media (min-width: 992px) and (orientation: portrait) {
	.fs-6 {
		font-size: 14px !important;
	}
	.fs-12 {
		font-size: 14px !important;
	}
	.fs-18 {
		font-size: 14px !important;
	}
	.fs-24 {
		font-size: 16.8px !important;
	}
	.fs-30 {
		font-size: 21px !important;
	}
	.fs-36 {
		font-size: 25.2px !important;
	}
	.fs-42 {
		font-size: 29.4px !important;
	}
	.fs-48 {
		font-size: 33.6px !important;
	}
	.fs-54 {
		font-size: 37.8px !important;
	}
	.fs-60 {
		font-size: 42px !important;
	}
	.fs-66 {
		font-size: 46.2px !important;
	}
	.fs-72 {
		font-size: 50.4px !important;
	}
	.fs-78 {
		font-size: 54.6px !important;
	}
	.fs-84 {
		font-size: 58.8px !important;
	}
	.fs-90 {
		font-size: 63px !important;
	}
}

@media (min-width: 1200px) {
	.fs-6 {
		font-size: 14px !important;
	}
	.fs-12 {
		font-size: 14px !important;
	}
	.fs-18 {
		font-size: 14.4px !important;
	}
	.fs-24 {
		font-size: 19.2px !important;
	}
	.fs-30 {
		font-size: 24px !important;
	}
	.fs-36 {
		font-size: 28.8px !important;
	}
	.fs-42 {
		font-size: 33.6px !important;
	}
	.fs-48 {
		font-size: 38.4px !important;
	}
	.fs-54 {
		font-size: 43.2px !important;
	}
	.fs-60 {
		font-size: 48px !important;
	}
	.fs-66 {
		font-size: 52.8px !important;
	}
	.fs-72 {
		font-size: 57.6px !important;
	}
	.fs-78 {
		font-size: 62.4px !important;
	}
	.fs-84 {
		font-size: 67.2px !important;
	}
	.fs-90 {
		font-size: 72px !important;
	}
}

@media (min-width: 1280px) {
	.fs-6 {
		font-size: 14px !important;
	}
	.fs-12 {
		font-size: 14px !important;
	}
	.fs-18 {
		font-size: 14.4px !important;
	}
	.fs-24 {
		font-size: 19.2px !important;
	}
	.fs-30 {
		font-size: 24px !important;
	}
	.fs-36 {
		font-size: 28.8px !important;
	}
	.fs-42 {
		font-size: 33.6px !important;
	}
	.fs-48 {
		font-size: 38.4px !important;
	}
	.fs-54 {
		font-size: 43.2px !important;
	}
	.fs-60 {
		font-size: 48px !important;
	}
	.fs-66 {
		font-size: 52.8px !important;
	}
	.fs-72 {
		font-size: 57.6px !important;
	}
	.fs-78 {
		font-size: 62.4px !important;
	}
	.fs-84 {
		font-size: 67.2px !important;
	}
	.fs-90 {
		font-size: 72px !important;
	}
}


/* paddings, margins and width */

.mv-0 {
	margin: 0em 0 !important;
}

.mt-0 {
	margin-top: 0em !important;
}

.mr-0 {
	margin-right: 0em !important;
}

.mb-0 {
	margin-bottom: 0em !important;
}

.ml-0 {
	margin-left: 0em !important;
}

.pt-0 {
	padding-top: 0em !important;
}

.pr-0 {
	padding-right: 0em !important;
}

.pb-0 {
	padding-bottom: 0em !important;
}

.pl-0 {
	padding-left: 0em !important;
}

.mv-1 {
	margin: 1em 0 !important;
}

.mt-1 {
	margin-top: 1em !important;
}

.mr-1 {
	margin-right: 1em !important;
}

.mb-1 {
	margin-bottom: 1em !important;
}

.ml-1 {
	margin-left: 1em !important;
}

.pt-1 {
	padding-top: 1em !important;
}

.pr-1 {
	padding-right: 1em !important;
}

.pb-1 {
	padding-bottom: 1em !important;
}

.pl-1 {
	padding-left: 1em !important;
}

.mv-2 {
	margin: 2em 0 !important;
}

.mt-2 {
	margin-top: 2em !important;
}

.mr-2 {
	margin-right: 2em !important;
}

.mb-2 {
	margin-bottom: 2em !important;
}

.ml-2 {
	margin-left: 2em !important;
}

.pt-2 {
	padding-top: 2em !important;
}

.pr-2 {
	padding-right: 2em !important;
}

.pb-2 {
	padding-bottom: 2em !important;
}

.pl-2 {
	padding-left: 2em !important;
}

.mv-3 {
	margin: 3em 0 !important;
}

.mt-3 {
	margin-top: 3em !important;
}

.mr-3 {
	margin-right: 3em !important;
}

.mb-3 {
	margin-bottom: 3em !important;
}

.ml-3 {
	margin-left: 3em !important;
}

.pt-3 {
	padding-top: 3em !important;
}

.pr-3 {
	padding-right: 3em !important;
}

.pb-3 {
	padding-bottom: 3em !important;
}

.pl-3 {
	padding-left: 3em !important;
}

.mv-4 {
	margin: 4em 0 !important;
}

.mt-4 {
	margin-top: 4em !important;
}

.mr-4 {
	margin-right: 4em !important;
}

.mb-4 {
	margin-bottom: 4em !important;
}

.ml-4 {
	margin-left: 4em !important;
}

.pt-4 {
	padding-top: 4em !important;
}

.pr-4 {
	padding-right: 4em !important;
}

.pb-4 {
	padding-bottom: 4em !important;
}

.pl-4 {
	padding-left: 4em !important;
}

.mv-5 {
	margin: 5em 0 !important;
}

.mt-5 {
	margin-top: 5em !important;
}

.mr-5 {
	margin-right: 5em !important;
}

.mb-5 {
	margin-bottom: 5em !important;
}

.ml-5 {
	margin-left: 5em !important;
}

.pt-5 {
	padding-top: 5em !important;
}

.pr-5 {
	padding-right: 5em !important;
}

.pb-5 {
	padding-bottom: 5em !important;
}

.pl-5 {
	padding-left: 5em !important;
}

.mv-6 {
	margin: 6em 0 !important;
}

.mt-6 {
	margin-top: 6em !important;
}

.mr-6 {
	margin-right: 6em !important;
}

.mb-6 {
	margin-bottom: 6em !important;
}

.ml-6 {
	margin-left: 6em !important;
}

.pt-6 {
	padding-top: 6em !important;
}

.pr-6 {
	padding-right: 6em !important;
}

.pb-6 {
	padding-bottom: 6em !important;
}

.pl-6 {
	padding-left: 6em !important;
}

section,
.section {
	overflow: hidden;
}

.row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}



.content-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.content-row-col{
	padding-right: 15px;
	padding-left: 15px;
	flex-wrap: 0 0 100%;
	width: 100%;
}

.row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -25px;
}

.col-flex {
	width: 100%;
	padding: 25px;
}

@media (min-width: 768px) {
	.col-flex {
		width: 50%;
	}
	.col-flex .content {
		width: 60%;
		min-width: 334px;
		float: left;
	}
	.col-flex .content--right {
		float: right;
	}
}


p {
	padding: 0;
	margin: 0 0 1em;
}

p:last-child {
	margin: 0;
}

a {
	text-decoration: none !important;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.8;
}

img {
	display: block;
}

.w100p {
	width: 100%;
}

.ta-center {
	text-align: center !important;
}

.fw-bold {
	font-weight: bold !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.c-gray {
	color: #9b9b9b;
}


/* components */

.btn {
	display: block;
	width: 100%;
	max-width: 15.8em;
	height: auto;
	border: 2px solid #fff;
	outline: none;
	background: transparent;
	color: #fff !important;
	font-size: 24px;
	font-weight: bold;
	line-height: 3em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	cursor: pointer;
}

.btn--blue {
	border: 2px solid #0fb3e6;
	color: #0fb3e6 !important;
}

.g-btn {
	width: 240px;
	padding: 1em 2.5em;
	float: right;
	border: none;
	border-radius: 3px;
	outline: none;
	background-color: #0fb3e6;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s;
}

.g-btn:hover {
	opacity: 0.8;
}

.g-btn:active {
	transform: scale(0.95);
}
.g-btn.disabled{
	background-color: #9c9c9c;
	opacity: 1;
	transform: none;
	cursor: default;
}


.teaser__btns .btn {
	display: inline-block;
	margin: 4em 0.5em 0;
	transition: box-shadow 0.2s ease;
}

.teaser__btns .btn-shadow-white:hover{
	box-shadow: 0px 0px 2em rgba(255, 255, 255, 0.5);
}

.teaser__btns .btn-shadow-blue:hover{
	box-shadow: 0px 0px 2em rgba(15, 179, 230, 0.5);
}


label {
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

form {
	display: block;
	margin-bottom: 2em;
}

form:after {
	display: block;
	clear: both;
	content: '';
}

input[type=email],
input[type=password],
input[type=text] {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	margin-bottom: 2em;
	padding: 0 0.85em;
	border: 3px solid #dde7ee;
	border-radius: 3px;
	outline: none;
	cursor: text;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus {
	border: 3px solid #0fb3e6;
}

.formgroup {
	display: inline-block;
	/*checkbox*/
	/*radio*/
}

.formgroup input[type=checkbox] {
	display: none;
}

.formgroup input[type=checkbox]+label {
	display: block;
	position: relative;
	padding: 0 0 0 1.5em;
	font-size: inherit;
	font-weight: bold;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.formgroup input[type=checkbox]+label:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	border: 3px solid #dde7ee;
	border-radius: 3px;
	content: '';
}

.formgroup input[type=checkbox]+label:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	content: '';
}

.formgroup input[type=checkbox]:checked+label:before {
	border: 3px solid #0fb3e6;
}

.formgroup input[type=checkbox]:checked+label:after {
	background-image: url("../img/li.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.75em;
}

.formgroup input[type=radio] {
	display: none;
}

.formgroup input[type=radio]+label {
	display: block;
	position: relative;
	padding: 0 1.5em 0 0;
	font-size: inherit;
	text-align: right;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.formgroup input[type=radio]+label:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #eef2f1;
	content: '';
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

.formgroup input[type=radio]:checked+label:after {
	width: 1.2em;
	height: 1.2em;
	border: 0.35em solid #0fb3e6;
}

.section {
	padding: 0 0 1em 0;
	font-size: inherit;
}

.popup-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	z-index: 10000;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.popup-box .space{
	flex: 0 1 auto;
	height: 12%;
}


.popup-container {
	display: inline-block;
	position: relative;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	padding: 2em 2em 2em;
	background-color: white;
	text-align: left;
	vertical-align: middle;
	flex: 0 0 auto;
}


.popup-container .auth-head{
	position: relative;
}

.popup-container .auth-head .line{
	height: 5px;
	width: 0;
	position: absolute;
	bottom: 0;
	background-color: #0fb3e6;
}
.popup-container .auth-head .line.animation{
	transition: 0.2s ease;
}

.popup-container .title {
	display: inline-block;
	margin-bottom: 1em;
	font-size: 1.5em !important;
	transition: opacity 0.3s ease, border 0.3s ease, transform 0.3s ease;
	user-select: none;
	margin: 0 1em 0.5em 0;
	cursor: pointer;
}
.popup-container .title:hover {
	opacity: 0.7;
}
.popup-container .title.select {
	cursor: default;
	opacity: 1;
}


.popup-container .content-auth {
	margin: 2em 0 0 0;
}
.popup-container .content-auth .ctrl{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.popup-container .content-auth .sog{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0 3em 0 0;
}
.popup-container .content-auth .sog-label{
	margin: 0 0 0 1em;
}

.popup-container .content-auth .sozial{
	margin: 0 3em 0 0;
	display: flex;
	display: none;
}
.popup-container .content-auth .sozial > * {
	width: 32px;
	height: 32px;
	margin: 5px;
	background-size: contain;
	cursor: pointer;
}
.popup-container .content-auth .sozial .vk{
	background-image: url(../img/i-vk.png);
}
.popup-container .content-auth .sozial .facebook{
	background-image: url(../img/i-facebook.png);
}
.popup-container .content-auth .sozial .google{
	background-image: url(../img/i-google.png);
}





.popup-container .form-login,
.popup-container .form-register {
	animation-duration: 0.2s;	/* for Animate.css */
}

.popup-container .form-login .message,
.popup-container .form-register .message {
	color: red;
	margin: 1em 0 0 0;
}


.popup-container .form-login .recovery{
	font-size: 1.1em!important;
	margin: 0.5em 0 0 0;
	display: inline-block;
}

.popup-container .form-login .input-text,
.popup-container .form-login .input-passwd {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 0 0.85em;
	margin: 0 0 0 0;
	border: 3px solid #dde7ee;
	border-radius: 3px;
	outline: none;
	cursor: text;
}
.popup-container .form-login .input-passwd{
	margin-top: 2em;
}
.popup-container .form-login .input-text:focus,
.popup-container .form-login .input-passwd:focus {
	border: 3px solid #0fb3e6;
}



.popup-container .form-register .input-text,
.popup-container .form-register .input-name,
.popup-container .form-register .input-passwd,
.popup-container .form-register .input-passwd2 {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 0 0.85em;
	margin: 0 0 0 0;
	border: 3px solid #dde7ee;
	border-radius: 3px;
	outline: none;
	cursor: text;
}

.popup-container .form-register .input-name,
.popup-container .form-register .input-passwd{
	margin-top: 2em;

}
.popup-container .form-register .input-passwd2 {
	margin-top: 1em;
}

.popup-container .form-register .input-text:focus,
.popup-container .form-register .input-name:focus,
.popup-container .form-register .input-passwd:focus,
.popup-container .form-register .input-passwd2:focus {
	border: 3px solid #0fb3e6;
}

.popup-container .alter {
	margin-bottom: 2em;
	display: inline-block;
}


.popup-close {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	width: 30px;
	height: 30px;
	font-size: 50px !important;
	line-height: 0.5;
	text-align: center;
	cursor: pointer;
}

.popup-close:hover {
	color: #0271a8;
	opacity: 0.8;
}

.popup-content .whois-head {

}
.popup-content .whois-head-label {
	display: inline-block;
	font-size: 1.5em !important;
	border: none;
	border-bottom: 5px solid #0fb3e6;
	padding: 0 0 2px 0;
}

.popup-content .whois-server {
	margin: 1em 0 0 0;
	font-size: 1.2em !important;
}
.popup-content .whois-list {
	margin: 2em 0 0 0;
	background-color: #eee;
	max-height: 25em;
	overflow: auto;
	padding: 5px 8px;
	box-sizing: border-box;
}
.popup-content .whois-list p{
	word-wrap: break-word;
	white-space: normal;
	text-overflow: ellipsis;
}

.js--form-login label,
.js--form-register label {
	margin-top: -1.5em !important;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.js--form-login input,
.js--form-register input {
	margin-bottom: 1em;
}

.js--form-login input[type=submit],
.js--form-register input[type=submit] {
	margin-top: 2em;
}

@media (max-width: 577px) {
	.js--form-login input[type=submit],
	.js--form-register input[type=submit] {
		width: 100%;
	}
}




.teaser {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
    min-height: 100px;
	padding: 80px 0 0 0;
	background-color: #333;
	background-image: url("../img/header.jpg");
	background-position: center center;
	background-size: cover;
}

.teaser video {
	display: none;
}

@media (min-width: 576px) {
	.teaser video {
		display: block;
	}
}

.teaser--half {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 500px;
	height: 100vh;
	padding: 80px 0 0 0;
	background-color: #333;
	background-image: url("../img/header.jpg");
	background-position: center center;
	background-size: cover;
}

.teaser--post{
	position: relative;
}
.teaser--post:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
}

@media (min-width: 768px) {
	.teaser--half {
		height: 60vh;
	}
}

.teaser:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
	z-index: 0;
}

.teaser__content {
	position: relative;
	width: 100%;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	z-index: 1;
}

.teaser__title {
	margin-bottom: 0.4em;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}

.teaser__desc {
	font-size: 30px;
}

.teaser video {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}

.why-us {
	padding-bottom: 1em;
	font-size: inherit;
	text-align: center;
}

.why-us .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	min-height: auto;
	margin: auto;
	padding: 10%;
	overflow: hidden;
	border-radius: 50%;
	background-color: #eef6fc;
	font-size: inherit;
}

.why-us .img img {
	display: block;
	width: auto;
	height: auto;
	max-width: 70%;
	max-height: 70%;
	position: absolute;
}

.why-us .title {
	margin: 0.5em 0 1.5em;
	font-size: inherit;
}



.news-preview{
	width: 33%;
	flex: 0 0 auto;
	opacity: 0;
	padding: 0 15px 2em 15px;
	overflow: visible;
}

.news-preview-content {
	overflow: auto;
	min-height: 100%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
	display: block;
	opacity: 1!important;
}

.news-preview .img {
	width: 100%;
	height: 240px;
	margin-bottom: 1em;
	overflow: hidden;
	transition: transform 0.5s ease;
	opacity: 1;
}
.news-preview .img:hover {
	transform: scale(1.03);
}
.news-preview .date{
	margin: 1em 0 0.6em;
	color: #0fb3e6;
	font-weight: bold;
}
.news-preview .content {
	margin: 0.6em 0;
}


.section__title {
	font-size: 2.4rem!important;
	padding: 0.7em 0;
	color: #0271a8;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.section__title:after,
.section__title:before {
	margin: 0 0.4em;
	content: '—';
}

.bg-blue {
	background-color: #eef6fc;
}

.bg-white {
	background-color: white;
}

.info-message {
	display: none;
	position: relative;
	margin-bottom: 2em;
	padding: 40px 330px 40px 100px;
	background-color: #eef6fc;
	background-image: url("../img/i-info.png");
	background-position: 30px center;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.info-message {
		display: block;
	}
}

.info-message .g-btn {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	max-height: 48px;
	margin: auto;
	padding-top: 0;
	padding-bottom: 0;
	line-height: auto;
}

.f-phone,
.f-mailto,
.f-person,
.f-address {
	display: block;
	padding-left: 2em;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.3em;
	color: #333;
}

.pre-footer .f-phone,
.pre-footer .f-mailto,
.pre-footer .f-person,
.pre-footer .f-address {
	margin-bottom: 0.5em;
}



.f-phone {
	background-image: url("../img/f-tel.png");
}

.f-mailto {
	background-image: url("../img/f-mail.png");
}

.f-person {
	background-image: url("../img/f-pers.png");
}

.f-address {
	background-image: url("../img/f-address.png");
}

.list-decorate {
	list-style: none;
}

.list-decorate li {
	display: block;
	position: relative;
	margin-bottom: 1em;
	padding: 0 0 0 2em;
	background-image: url("../img/li.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.4em;
}

.list-decorate--plus li {
	background-image: url("../img/li-plus.png");
}

footer {
	padding: 20px 0;
	background-color: #0271a8;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

footer:after {
	display: block;
	clear: both;
	content: '';
}

footer .license {
	display: inline-block;
	padding: 10px 0;
	line-height: 20px;
}

.pre-footer {
	padding-top: 2em;
}

.pre-footer__title {
	margin-bottom: 0.5em;
	color: #0271a8;
	font-weight: bold;
	text-transform: uppercase;
}

.pre-footer__list {
	list-style: none;
}

.pre-footer__list li {
	margin-bottom: 0.5em;
}

.pre-footer__list a {
	color: #333;
}



.buyers {
	*zoom: 1;
	display: none;
	margin: 0;
	margin: 0 -15px;
	padding: 0;
	font-size: 1px;
	line-height: 0;
	list-style: none;
	text-align: justify;
	text-align: center;
	text-justify: newspaper;
}

.buyers__title {
	display: none;
}

@media (min-width: 992px) {
	.buyers {
		display: block;
	}
	.buyers__title {
		display: block;
	}
}

.buyers:after {
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
	content: '';
	visibility: hidden;
}

.buyers>li {
	*zoom: 1;
	display: inline-block;
	*display: inline;
	width: auto;
	padding: 0 15px 15px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
}

.buyers__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	height: 60px;
}

.buyers__imgs {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	max-height: 90%;
}

.buyers__imgs .image--g {
	display: block;
	width: auto;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.buyers__imgs .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.buyers__imgs:hover .image--g {
	opacity: 0;
}

.buyers__imgs:hover .image {
	opacity: 1;
}

.buyers__img {
	display: block;
	width: auto;
	height: auto;
	max-height: 90%;
}

#domains-search {
	margin-top: -125px;
	padding-top: 125px;
}

.domain-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0.5em 0.5em 0.5em 1em;
	border: 3px solid #dde7ee;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.domain-select:hover {
	opacity: 0.7;
}

.domain-select .name {
	font-weight: bold;
}

.domain-select .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.domain-select .name,
	.domain-select .right {
		width: 100%;
	}
}

.domain-select .status {
	margin-right: 1em;
	font-weight: 600;
}

.domain-select .price {
	margin-right: 1em;
	font-weight: 600;
}

.domain-select .g-btn {
	width: 100px;
	padding-right: 0;
	padding-left: 0;
	border: 3px solid transparent;
	line-height: 1;
}

.domain-select .g-btn.select {
	display: block;
}

.domain-select .g-btn.unselect {
	display: none;
}

.domain-select--unknown {
	background-color: #eee;
}

.domain-select--unknown .status {
	color: #999;
}

.domain-select--unknown .g-btn {
	border: 3px solid #a9a9a9;
	background-color: transparent;
	color: #a9a9a9;
	cursor: default;
	opacity: 1;
}

.domain-select--busy {
	background-color: #eef3f7;
}

.domain-select--busy .name {
	padding: 0 0 0 2.5em;
	background-image: url("../img/d-w.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.domain-select--busy .status {
	color: red;
}

.domain-select--busy .g-btn {
	border: 3px solid #a9a9a9;
	background-color: transparent;
	color: #a9a9a9;
	cursor: default;
	opacity: 1;
}

.domain-select.selected .price {
	padding: 0 2.5em 0 0;
	background-image: url("../img/li.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

.domain-select.selected .g-btn {
	border: 3px solid #dde7ee;
	background-color: #e2ebf1;
	color: #333;
}

.domain-select.selected .g-btn.select {
	display: none;
}

.domain-select.selected .g-btn.unselect {
	display: block;
}

.domains-recommented__list {
	background-color: #e2ebf1;
	list-style: none;
}

.domains-recommented__list li {
	display: block;
}

.domains-recommented__list li a {
	display: block;
	padding: 0.5em 1em;
	border-left: 3px solid transparent;
	color: #333;
}

.domains-recommented__list li a.active {
	border-left: 3px solid #0fb3e6;
	font-weight: 600;
}

.find-domains {
	position: relative;
	margin-bottom: 0;
}

.find-domains .g-btn {
	margin-bottom: 2em;
}

.find-domains .message {
	display: none;
	position: absolute;
	top: 50px;
	right: 5px;
	float: right;
	color: red;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.find-domains .message {
		top: 60px;
	}
}

.find-domains .message.visible {
	display: block;
}

.find-domains .checkboxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 2em 0 1em;
}

@media (max-width: 767px) {
	.find-domains .g-btn {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.find-domains input[type=text] {
		width: calc(100% - 260px);
	}
	.find-domains .checkboxes {
		max-width: calc(100% - 260px);
		padding: 0 0 1em;
	}
}

.domains-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px;
}

.domains-list .checkbox-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.1em;
	border: 3px solid #dde7ee;
}

.domains-list .checkbox-price-block {
	width: 100%;
	padding: 15px;
	float: left;
}

@media (min-width: 576px) {
	.domains-list .checkbox-price-block {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.domains-list .checkbox-price-block {
		width: 33.3333%;
	}
}

.domains-list .checkbox-price .price {
	display: inline-block;
}

.domains-register-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	padding: 15px;
}

@media (max-width: 767px) {
	.domains-register-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.domains-register .text {
	margin: 1em;
}



/*--------------- */
.section-first{
	margin-top: 126px!important;
}

.m-auto{
	margin: 0 auto;
}

.blog {
	position: relative;
	width: 100%;
	max-width: 1240px;
	padding: 0;
	background-color: #fff;
	font-size: 24px;
}

@media (min-width: 992px) {
	.blog {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.blog {
		font-size: 24px;
	}
}



.blog__prev,
.blog__next {
	position: absolute;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	font-size: 50px !important;
	font-weight: 300;
	line-height: 60px;
	cursor: pointer;
}

.blog__prev:hover,
.blog__next:hover {
	color: #0fb3e6;
}

.blog__prev {
	left: 0;
}

.blog__next {
	right: 0;
}


.blog .head {
	position: relative;
}
.blog .blog__nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 2.5em;
	font-size: 1.2rem!important;
}

.blog .blog__nav .ctrl {
	border-width: 1em 0 1em 17px;
	border-color: black;
	border-style: solid;
	border-color: transparent transparent transparent #b1aeae;
	width: 1em;
	height: 2em;
	font-size: 0.8rem!important;
	cursor: pointer;
}
.blog .blog__nav .ctrl:first-child {
	border-width: 1em 17px 1em 0;
	border-color: transparent #b1aeae transparent transparent;
}

.blog .blog__nav-items {
	flex: 1 1 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-items: center;
	overflow: hidden;
}

.blog .blog__nav .group {
	display: flex;
	width: 100%;
	flex: 1 0 100%;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-items: center;
}

.blog .blog__nav .item {
	text-align: center;
	white-space: nowrap;
}

.blog .blog__nav .item-label {
	display: block;
	padding: 1em 0;
	color: #000;
	cursor: pointer;
	user-select: none;
}

.blog .blog__nav .item-label:hover {
	color: #000;
	opacity: 0.7;
}

.blog .blog__nav-url{
}

.blog .blog__content {
	display: flex;
	width: 100%;
	height: auto;
	min-height: 50px;
	align-items: stretch;
	flex-wrap: wrap;
}


.blog-preview{
	width: 50%;
	flex: 0 0 auto;
	opacity: 0;
	padding: 0 15px 2em 15px;
	overflow: visible;
}

.blog-preview-content{
    display: flex;
    flex-direction: column;
	overflow: auto;
	min-height: 100%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.blog-preview .item-head {
	display: flex;
	align-items: stretch;
}

.blog-preview .img-box {
	flex: 1 1 auto;
	width: 50%;
	transition: transform 0.5s ease;
	opacity: 1;
}
.blog-preview .img-box:hover {
	transform: scale(1.03);
}
.blog-preview .img {
	width: 100%;
}
.blog-preview .info {
	flex: 1 1 auto;
	width: 50%;
	margin: 0 10px;
}
.blog-preview .label {
}
.blog-preview .date {
	color: #9b9b9b;
	font-size: 0.7em!important;
	margin: 5px 0 0 0;
}

.blog-preview .item-content {
	margin: 0.5em 0 0 0;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.blog-preview .url {
	margin: 5px 0 0 0;
	display: inline-block;
}
   


.container-news-post,
.container-blog-post{
	padding: 0 2em 2em 2em;
}

.container-news-post-nav,
.container-blog-post-nav{
	padding: 2em 0 3em 4em;
}



/** ----------------*/

.about{

}
.about .head{
	font-size: 1.1em!important;
	font-weight: bold;
}
.about-plus{

}
.about-plus .item{
	display: flex;
	align-items: center;
}
.about-plus .item-img{
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-size: 50px;
	flex: 0 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}
.about-plus .item-img-1{
	background-image: url(../img/about/1.png);
}
.about-plus .item-img-2{
	background-image: url(../img/about/2.png);
}
.about-plus .item-img-3{
	background-image: url(../img/about/3.png);
}
.about-plus .item-img-4{
	background-image: url(../img/about/4.png);
}
.about-plus .item-info{
}
.about-plus .item-info-head{
	font-weight: bold;
	font-size: 1.1em!important;
}


.about-documents{
	display: flex;
	flex-wrap: wrap;
}
.about-documents__nav {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	position: static;
	margin: 0;
	padding: 0;
	line-height: 0;
	text-align: justify;
	justify-content: space-around;
	flex-wrap: wrap;
}

.about-documents__nav .item {
	font-size: 24px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

.about-documents__nav > .item > input {
	display: none;
}

.about-documents__nav > .item > label {
	display: block;
	padding: 15px 0;
	margin: 0 10px;
	color: #000;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	cursor: pointer;
	transition: opacity 0.3s ease, border 0.3s ease, transform 0.3s ease;
	border-bottom: 5px solid transparent;
	user-select: none;
}

.about-documents__nav > .item > label:hover {
	color: #000;
	opacity: 0.7;
}

.about-documents__nav > .item > input:checked+label {
	border-bottom: 5px solid #0fb3e6;
	color: #000;
	opacity: 1;
}

.about-documents__list{
	flex: 0 0 auto;
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-documents__list .item{
	color: #0275d8;
	flex: 0 0 auto;
	margin: 15px 20%;
	cursor: pointer;
	font-size: 1.1em!important;
	white-space: normal;
}
.about-documents__list .item.select{
	color: #000;
}

.about-documents__content {
	flex: 0 0 auto;
	width: 50%;
	height: auto;
	overflow: auto;
	height: 450px;
	padding: 0 20px;
}
.about-documents__content .item{
	opacity: 0;
	overflow: hidden;
}
.about-documents__content .img{
	margin: 0 auto;
	cursor: zoom-in;
	max-width: 100%;
}

.about-images{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
}
.about-images-row{
	display: flex;
	width: 100%;
}
.about-images-cell{
	display: flex;
	width: 50%;
	flex-wrap: wrap;
}
.about-images .img{
	cursor: pointer;
	border: 1px solid transparent;
	box-sizing: border-box;
	transition: border-color 0.3s ease;
	width: 100%;
    height: 100%;
    flex: 1 1 auto;
}
.about-images .img:hover{
	border-color: #0fb3e6;
}
.about-images-info p{
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
	.about-documents__nav {
		padding-right: 30px;
		padding-left: 30px;
	}
	.about-documents__nav>li>label {
		padding: 20px 0;
		line-height: 1em;
	}
	.about-documents__content {
		min-height: auto;
	}
}

@media (max-width: 575px) {
	.about-documents__nav {
		position: relative;
		height: 60px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.about-documents__nav>li {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.about-documents__nav>.item >label {
		display: none;
	}
	.about-documents__nav>.item >input:checked+label {
		display: block;
		display: inline-block;
		font-weight: bold;
	}
	.about-documents__content {
		min-height: auto;
	}
}


/* -----------*/

.help {
	position: relative;
	width: 100%;
	max-width: 1240px;
	padding: 0;
	background-color: #fff;
	font-size: 24px;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 992px) {
	.help {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.help {
		font-size: 24px;
	}
}

.help .head{
	width: 100%;
	position: relative;
}
.help__nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 2.5em;
	font-size: 1.2rem!important;
}

.help__nav .ctrl {
	border-width: 1em 0 1em 17px;
	border-color: black;
	border-style: solid;
	border-color: transparent transparent transparent #b1aeae;
	width: 1em;
	height: 2em;
	font-size: 0.8rem!important;
	cursor: pointer;
}
.help__nav .ctrl:first-child {
	border-width: 1em 17px 1em 0;
	border-color: transparent #b1aeae transparent transparent;
}
.help__nav-items {
	flex: 1 1 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-items: center;
}

.help__nav .item {
	text-align: center;
	white-space: nowrap;
}

.help__nav .item-label {
	display: block;
	padding: 1em 0;
	color: #000;
	cursor: pointer;
	user-select: none;
}

.help__nav .item-label:hover {
	color: #000;
	opacity: 0.7;
}


.help__list{
	flex: 0 0 auto;
	width: 30%;
	margin: 0 5% 0 0;
	height: 100%;
	overflow: hidden;
}
.help__list .item{
	user-select: none;
	color: #000;
	padding: 1em;
	cursor: pointer;
	font-size: 1.1em!important;
	white-space: normal;
	border-left: 3px solid transparent;
}
.help__list .item.select{
	color: #0275d8;
	border-color: #0fb3e6;
}
.help__mobile_list{
	width: 100%;
	margin: 0 0 2em 0;
}
.help__mobile_list .w-s-label{
	padding: 0.4em 0.4em 0.4em 1em;
}

.help__content {
	flex: 0 0 auto;
	width: 65%;
	height: 100%;
	overflow: hidden;
}
.help__content .item{
	opacity: 0;
	transition: opacity 0.3s ease;
	margin: 0 0 1em 0;
	padding: 1em;
	border: 3px solid #eef6fc;
}
.help__content .item-head{
	user-select: none;
	overflow: hidden;
	cursor: pointer;
	color: #0271a8;
	font-weight: bold;
}
.help__content .item-text{
	padding: 1em 0 0 0;
}
.help__content .item-box-text{
	overflow: hidden;
	transition: height 0.3s ease;
}




/* ---- */

.partner{

}
.partner-table {
	display: flex;
	align-items: stretch;
}
.partner-table .level{
	flex: 0 0 auto;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 1em;
	margin: 0 1em 0 0;
}
.partner-table .level-item{
	padding: 1em 0;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #d8d8d8;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner-table .level-item-base{
	border-style: solid;
	flex: 1 1 auto;
	padding: 0;
}

.partner-table .table{
	flex: 1 1 auto;
}
.partner-table .table-head{
	display: flex;
	background-color: #fff;

	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #bebfc3;
}
.partner-table .head-item{
	flex: 1 1 auto;
	text-align: center;
	width: 1px;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #d8d8d8;
	border-image: linear-gradient(to bottom, #fff 20%, #d8d8d8 20%, #d8d8d8 80%, #fff 80%, #fff 100%) 1;
	display: flex;
	align-items: center;
	justify-content: center;

	overflow: hidden;
	padding: 1em 0.5em;
}
.partner-table .table-content{
	background-color: #fff;
	margin: 1em 0 0 0;
}
.partner-table .table-row{
	display: flex;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #d8d8d8;
	border-image: linear-gradient(to left, #fff 2%, #d8d8d8 2%, #d8d8d8 98%, #fff 98%, #fff 100%) 1;
	transition: background-color 0.2s ease;
}
.partner-table .table-row:hover{
	background-color: #f2f4fb;
}

.partner-table .row-item{
	flex: 1 1 auto;
	text-align: center;
	width: 1px;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #d8d8d8;
	border-image: linear-gradient(to bottom, #fff 20%, #d8d8d8 20%, #d8d8d8 80%, #fff 80%, #fff 100%) 1;
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 1em 0;
}
.partner-table .row-item-2{
	flex: 2 1 auto;
}

.partner-table .level-item:last-child,
.partner-table .head-item:last-child,
.partner-table .row-item:last-child,
.partner-table .table-row:last-child{
	border: none;
}

.partner-info{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.partner-pdf{
	text-align: center;
	margin: 0 1em 0 0;
}

.partner-icon{
	width: 32px;
	height: 32px;
	background-image: url("../img/partner.png");
	background-repeat: no-repeat;
	flex: 0 0 auto;
	margin: 0 .3em 0 0;
}
.partner-icon.icon-add{
	background-position: 0 0;
}
.partner-icon.icon-bonus{
	background-position: -32px 0;	
}
.partner-icon.icon-discount{
	background-position: -64px 0;	
}
.partner-level-icon{
	width: 64px;
	height: 64px;
	background-image: url("../img/partner-level.png");
	background-repeat: no-repeat;
}

/* -------- */


.map{
	width: 100%;
	height: 25em;
}
.mark-icon{
	background-image: url("../img/contacts/bhg_16.ico");
	width: 16px;
	height: 16px;
}

.feedback-form{
	display: flex;
}

.feedback-pane{
	flex: 1 1 auto;
	width: 50%;
	padding: 1em;
	display: flex;
	flex-direction: column;
}
.feedback-head{
	flex: 0 0 auto;
}
.feedback-head:not(:first-child){
	margin: 1.5em 0 0 0; 

}
.feedback-data{
	flex: 0 0 auto;
	margin: 0.5em 0 0 0;
	overflow: hidden;
}
.feedback-data > *{
	margin: 0!important;
}
.feedback-data textarea{
	border: 3px solid #dde7ee;
	width: 100%;
	height: 10em;
	resize: none;
	border-radius: 3px;
	margin: 0;
	padding: 0.5em;
	outline: 0;
	background: #fff;
	background-image: none;
	color: #000;
	box-shadow: none;
}
.feedback-data textarea:focus{
	border-color: #0fb3e6;
}

.feedback-captcha{
	flex: 1 1 auto;
	margin: 0.5em 0 0 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feedback-btn {
	width: 240px;
	padding: 1em 2.5em;
	border: none;
	border-radius: 3px;
	outline: none;
	background-color: #0fb3e6;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	transition: opacity 0.3s ease;
}

.feedback-btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.feedback-btn:active {
	transform: scale(0.95);
	color: #fff;
	text-decoration: none;
}


.feedback-select {
	position: relative;
	height: 48px;
	margin: 0.5em 0 0 0;
	flex: 0 0 auto;
}

.feedback-select:after {
	position: absolute;
	top: 10px;
	right: 0.5em;
	color: #0fb3e6;
	content: '\25BC';
	pointer-events: none;
	transition: .3s all ease;
}

.feedback-select:hover:after {
	color: #0fb3e6;
}

.feedback-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	border: 3px solid #dde7ee;
	border-radius: 3px;
	line-height: 36px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0.5em;
	outline: 0;
	background: #fff;
	background-image: none;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}
.feedback-select select:focus {
	border-color: #0fb3e6;
}
.feedback-select select::-ms-expand {
	display: none;
}


/*** ------ ***/
.g-input-error{
	border-color: #e60f54!important;
}

.social{
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
}
.social--vk{
	background-image: url(../img/i-vk.png);
}


/*** for animate.css ***/
*[js-anim]{
	visibility: hidden;
}

/*** -- ***/



.w-line{
	height: 5px;
	width: 0;
	position: absolute;
	bottom: 0;
	background-color: #0fb3e6;
}
.w-line.animation{
    transition: 0.2s ease;
}

.w-line-mob{
	height: 15px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	display: flex;
	justify-content: center;
}
.w-line-mob-item{
	width: 2em;
	margin: 0 1em;
	cursor: pointer;
	background-color: #dadde5;
	border-radius: 2px;
	transition: background-color 0.2s;
}
.w-line-mob-item.select{
	background-color: #0fb3e6;
}

.w-slider{
	display: inline-block;
	width: 100%;
	position: relative;
}
.w-slider-box{
	border-radius: 5px;
	border: 6px solid #ebecf9;
	background-color: #dadde5;
	position: relative;
	cursor: pointer;
}
.w-slider-box:before{
	content: '';
	display: inline-block;
	background-color: #6cb7ef;
	width: 16px;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 6px 0 0 6px;
}
.w-slider-bg{
	background-color: #6cb7ef;
	width: 0;
	height: 6px;
}
.w-slider-thumb-box{
	margin: 0 15px;
	position: relative;
	height: 100%;
}
.w-slider-thumb{
    left: 33.3333%;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -7px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 0 0px -10px;
}
.w-slider-thumb:after{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #429fe4;
	border-radius: 50px;
	background-color: white;
}

.w-slider-thumb.focus:before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #429fe4 transparent transparent transparent;
	border-width: 12px 8px;
}
.w-slider input{
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	border: none;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
}
.w-slider-scale{
	display: flex;
	margin: 5px 21px 0 21px;
	justify-content: space-between;
}
.w-slider .scale-item{
	width: 0;
	overflow: visible;
	display: flex;
	justify-content: center;
}
.w-slider .scale-item-label{
	text-align: center;
	cursor: pointer;
}



.domain-row{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0.5em 0.5em 0.5em 1em;
	border: 3px solid #dde7ee;
	transition: opacity 0.3s ease;
	border-radius: 1em;
}

.domain-row:hover{
	opacity: 0.8;
}

.domain-row.animate-hidden{
	opacity: 0;
	transform: scale(0.9);
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-property: transform, opacity;
}
.domain-row.animate-show{
	opacity: 1;
	transform: scale(1);
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-property: transform, opacity;
}




.domain-row .name {
	font-weight: bold;
}
.domain-row .right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.domain-row .status{
	margin-right: 1em;
	font-weight: 600;
}

.domain-row.selected.free .status {
	padding: 0 2.5em 0 0;
	background-image: url(../img/li.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}


.domain-row .g-btn{
	width: 100px;
	padding-right: 0;
	padding-left: 0;
	border: 3px solid transparent;
	line-height: 1;
}

.domain-row .g-btn.whois{
	margin-right: 1em;
}


.domain-row .btn-disabled{
    width: 240px;
    padding: 1em 0;
    float: right;
    border-radius: 3px;
    font-size: inherit;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    padding-right: 0;
    padding-left: 0;
    line-height: 1;
    border: 3px solid #a9a9a9;
    background-color: transparent;
    color: #a9a9a9;
    cursor: default;
}



.domain-row.selected .g-btn.unselect{
	border: 3px solid #dde7ee;
	background-color: #e2ebf1;
	color: #333;
}


.domain-row.busy,
.domain-row.noinfo{
	background-color: #eef3f7;
}
.domain-row.busy .name,
.domain-row.noinfo .name{
	padding: 0 0 0 2.5em;
	background-image: url("../img/d-w.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.domain-row.busy .status,
.domain-row.noinfo .status{
	color: red;
}

.domain-row.unknown{
	background-color: #eee;
}
.domain-row.unknown .status{
	color: #999;
}






.domain-row2{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0.5em 0.5em 0.5em 1em;
	border: 3px solid #dde7ee;
	transition: opacity 0.3s ease;
	border-radius: 1em;
}

.domain-row2:hover{
	opacity: 0.8;
}

.domain-row2.animate-hidden{
	opacity: 0;
	transform: scale(0.9);
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-property: transform, opacity;
}
.domain-row2.animate-show{
	opacity: 1;
	transform: scale(1);
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-property: transform, opacity;
}




.domain-row2 .name {
	font-weight: bold;
}
.domain-row2 .right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.domain-row2 .status{
	font-weight: 600;
}

.domain-row2.selected.free .status {
	padding: 0 2.5em 0 0;
	background-image: url(../img/li.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}


.domain-row2-btn{
	border: 3px solid #429fe4;
	border-radius: 1em;
	padding: 0.2em 1em;
	color: #2473ae;
	cursor: pointer;
	transition: .2s ease-in-out background, color;
	user-select: none;
	height: 2em;
	margin: 0 0 0 1em;
	text-align: center;
	display: flex;
	align-items: center;
}
.domain-row2-btn:hover{
	background: #2473ae;
	color: #fff;
}

.domain-row2-btn.disabled{
    border: 3px solid #a9a9a9;
    color: #a9a9a9;
    background-color: transparent;
    cursor: default;
}



.domain-row2.selected .domain-row2-btn.unselect{
	border: 3px solid #dde7ee;
	background-color: #e2ebf1;
	color: #333;
}


.domain-row2.busy,
.domain-row2.noinfo{
	background-color: #eef3f7;
}
.domain-row2.busy .name,
.domain-row2.noinfo .name{
	padding: 0 0 0 2.5em;
	background-image: url("../img/d-w.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.domain-row2.busy .status,
.domain-row2.noinfo .status{
	color: red;
}

.domain-row2.unknown{
	background-color: #eee;
}
.domain-row2.unknown .status{
	color: #999;
}


.services{
}
.services-foter{
	display: flex;
	justify-content: center;
	align-items: center;
}
.services-foter-icon {
	background-image: url(../img/arrow-down.png);
	width: 18px;
	height: 20px;
	cursor: pointer;
	margin: 0.5em 0 0 0.2em;
}


.calc{
}
.calc:first-child{
	margin: 2em 0 0 0;
}
.services-head,
.calc-head{
	background-color: #fff;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #bebfc3;
	position: relative;
}
.services-head .line,
.calc-head .line{
	height: 0;
	width: 0;
	position: absolute;
	bottom: -3px;
	border-style: solid;
	border-width: 4px 0 0 0px;
	border-color: #429fe4;
	border-image: linear-gradient(to right, rgba(0,0,0,0) 10%, #429fe4 10%, #429fe4 90%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%) 1;
}
.services-head .line.animation,
.calc-head .line.animation{
	transition: 0.2s ease;
}
.calc-head-simple{
	background-color: #fff;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #bebfc3;
	position: relative;
	text-align: center;
	padding: 1em 0;
	font-weight: bold;
}

.services .btns,
.calc .btns{
	display: flex;
}
.services .btn-t,
.calc .btn-t{
	width: 1px;
	flex: 1 1 auto;
	text-align: center;
	cursor: pointer;
	padding: 1em 0;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #d8d8d8;
	border-image: linear-gradient(to bottom, #fff 20%, #d8d8d8 20%, #d8d8d8 80%, #fff 80%, #fff 100%) 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: content-box;
}
.services .btn-t:last-child,
.calc .btn-t:last-child{
	border: none;
}
.services .btn-t.select,
.calc .btn-t.select{
	background-color: #f2f4fb;
	font-weight: bold;
}

.calc-content{
	display: flex;
	margin: 0.8em 0 0 0;
	min-height: 27em;
}

.calc-content-custom{
	margin: 0.8em 0 0 0;
}

.calc-info{
	width: 1px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.calc-info-pluses{
	background-color: #fff;
	padding: 0 1em;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.calc-info-pluses .list{
	display: flex;
	flex-direction: column;
	justify-content: normal;
	flex: 1 1 auto;
}

.calc-info-pluses .item{
	position: relative;
	padding: 0.5em 0 0.5em 3em;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #d8d8d8;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
}
.calc-info-pluses .item:after{
    position: absolute;
    left: 1em;
    color: #0271a8;
    font-style: normal;
    font-weight: bold;
    content: '⬢';
    font-size: 0px;
}
.calc-info-pluses .item:last-child{
	border: none;
}

.calc .sub-head{
	font-weight: bold;
	padding: 1em;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #d8d8d8;
}


.calc-info-total{
	background-color: #fff;
	margin: 0.8em 0 0 0;
	padding: 0 0.5em;
}
.calc-info-total .sub-head{
	text-align: center;
}
.calc-info-total .total{
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
	height: 3em;
}
.calc-info-total .total-label{
	font-weight: bold;
	color: #2473ae;
}
.calc-ctrl{
	width: 1px;
	background-color: #fff;
	margin: 0 0 0 0.8em;
	flex: 2 1 auto;
	padding: 0 1em;
	display: flex;
	flex-direction: column;
}

.calc-ctrl .sub-head{
	padding: 1em 3em;
	flex: 0 0 auto;
}

.calc-ctrl-list{
	display: flex;
    flex-wrap: wrap;
	padding: 1em 2.5em;
	flex: 1 1 auto;
	align-items: flex-start;
	align-content: flex-start;
	animation-duration: 0.2s;
}

.calc-ctrl-list .ctrl-item{
	width: 50%;
	flex: 0 0 auto;
	padding: 0.5em;
}
.calc-ctrl-list .ctrl-item .label{
	
}
.calc-ctrl-list .ctrl-item .param{
	margin: 1em 0 0 0;
}

.calc-ctrl-list .ctrl-item-total{
	display: none;
	align-self: stretch;
	align-items: center;
}
.calc-ctrl-list .ctrl-item-total .label{
	font-weight: bold;
}
.calc-ctrl-list .ctrl-item-total .param{
	font-weight: bold;
	color: #2473ae;
	margin: 0 0 0 1em;
}
.calc-ctrl-list .ctrl-item-slider{}
.calc-ctrl-list .ctrl-item-select{}
.calc-ctrl-list .ctrl-item-checkbox{
	display: flex;
	align-items: center;
}

.calc-order{
	flex: 0 0 auto;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #d8d8d8;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.calc-order-btn{
	border: 3px solid #429fe4;
	display: inline-block;
	border-radius: 5em;
	padding: 0.2em 1.5em;
	color: #2473ae;
	cursor: pointer;
	transition: .2s ease-in-out background, color;
	user-select: none;
	margin: 0.5em 0;
	white-space: nowrap;
}
.calc-order-btn:hover {
  background: #2473ae;
  color: #fff;
}

.icon-calc-domen-0{
	background-image: url(../img/calc/domen_0.png);
}
.icon-calc-domen-1{
	background-image: url(../img/calc/domen_1.png);
}
.icon-calc-domen-2{
	background-image: url(../img/calc/domen_2.png);
}

.calc_domen{
	display: flex;
	min-height: 27em;
}
.calc_domen-info{
	width: 1px;
	flex: 1 1 auto;
	background-color: #fff;
	display: flex;
    flex-direction: column;
	justify-content: normal;
}
.calc_domen-info .item{
	padding: 0 1em;
	margin: 0 1em;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #d8d8d8;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.calc_domen-info .item:last-child{
	border: none;
}
.calc_domen-info .icon{
	width: 36px;
	height: 36px;
	background-position: center center;
	background-repeat: no-repeat;
}
.calc_domen-info .label{
	margin: 0.5em 0 0 0;
}


.calc_domen-ctrl{
	width: 1px;
	background-color: #fff;
	margin: 0 0 0 0.8em;
	flex: 2 1 auto;
	padding: 0 1em;
	display: flex;
	flex-direction: column;
}

.calc_domen-ctrl .sub-head{
	padding: 1em 3em;
	flex: 0 0 auto;
	align-self: normal;
}
.calc_domen-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 2 1 auto;
	justify-content: space-between;
	height: 1px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #d8d8d8;
}

.calc_domen .ctrl-info_0{
	text-align: center;
}
.calc_domen .input-domain{
	text-align: center;
	margin: 0 5em;
	padding: 0.5em;
	border-radius: 3em;
	align-self: normal;
	width: initial;
	border: 3px solid #dde7ee;
	outline: none;
	transition: border .2s ease-in-out;
}
.calc_domen .input-domain:focus{
	border: 3px solid #429fe4;
}
.calc_domen .input-domain.error{
	animation: input-error-animation 0.5s 2;
}

.calc_domen .ctrl-info_1-box{
	flex: 1 1 auto;
	height: 1px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.calc_domen .ctrl-info_1{
	padding: 0.5em 1em;
	overflow: auto;
	max-height: 100%;
}
.calc_domen .calc-order-btn{
	margin: 0 0 1em 0;
}




.services-table{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-table-item{
	flex: 0 1 100%;
	width: 1px;
	margin: 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: white;
	padding: 0 8px;
	box-shadow: 0 0 15px rgba(128, 128, 128, 0.5);
	transition: 0.3s box-shadow ease;
}
.services-table-item:hover{
	box-shadow: 0 0 30px rgb(128, 128, 128);
}

.services-table-item .top{
}
.services-table-item .bottom{
}




.services-table-item .head-box{
	margin: 1.5em 0 0 0;
}
.services-table-item .head{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.services-table-item .head-label{
	margin: 0 0 0 0.5em;
}


.services-table-item .config-box{
	margin: 1.5em 0 0 0;
	padding: 1em 0 0 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #d8d8d8;
}
.services-table-item .config{
}
.services-table-item .config-item{
	position: relative;
	padding: 0 0 0 2em;
	margin: 0.5em 0 0 0;
	display: flex;
	align-items: center;
}
.services-table-item .config-item:first-child{
	margin: 0;
}

.services-table-item .config-item:after{
	position: absolute;
	left: 0.5em;
	color: #0271a8;
	font-style: normal;
	font-weight: bold;
	content: '⬢';
	font-size: 0px;
}

.services-table-item .info-box{
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #d8d8d8;
}
.services-table-item .info{
	padding: 0 10px;
}
.services-table-item .info-item{
	display: flex;
	align-items: center;
	margin: 0.2em 0 0 0;
	transition: opacity 0.3s;
}
.services-table-item .info-item.disable{
	opacity: 0.4;
}
.services-table-item .info-item:first-child{
	margin: 0;
}
.services-table-item .info-item-label{
	margin: 0 0 0 0.5em;
}
.services-table-item .info-item-icon{
	transition: filter 0.3s;
}
.services-table-item .info-item.disable .info-item-icon{
	filter: grayscale();
}
.services-table-item .info-item-status{
	font-size: 0.7em!important;
	height: 0;
	margin: -0.5em 0 0.5em 36px;
}



.services-table-item .ctrl-box{
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #d8d8d8;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.services-table-item .ctrl-box-select{
	align-self: stretch;
}
.services-table-item .ctrl-select-label{
	text-align: center;
}
.services-table-item .ctrl-select-select{
	margin: 0.5em auto 0 auto;
	width: 70%;
}
.services-table-item .ctrl-radio{
	display: flex;
	padding: 0 0.5em;
	align-items: center;
	margin: 0.5em 0 0 0;
}
.services-table-item .ctrl-radio:first-child{
	margin: 0;
}
.services-table-item .ctrl-radio-label{
	margin: 0 0 0 0.5em;
}


.services-table-item .price-box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1em 0 0 0;
}
.services-table-item .price{
	font-weight: bold;
	color: #2473ae;
	font-size: 48px!important;
}
.services-table-item .price-unit{
	color: #2473ae;
	margin: 0 0 0 0.5em;
	white-space: nowrap;
}


.services-table-item .order-box{
	display: flex;
	justify-content: center;
	margin: 1em 0 0 0;
}
.services-table-item .btn-order{
	border: 3px solid #429fe4;
	display: inline-block;
	border-radius: 5em;
	padding: 0.2em 1.5em;
	color: #2473ae;
	cursor: pointer;
	transition: .2s ease-in-out background, color;
	user-select: none;
	margin: 0.5em 0;
	white-space: nowrap;
}
.services-table-item .btn-order:hover {
	background: #2473ae;
	color: #fff;
}


.services-icon{
	background-image: url(../img/services.png);
	width: 40px;
	height: 46px;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: 640px 46px;
}


.services-icon-vhost-0{}
.services-icon-vhost-1{
	background-position: -40px 0;
}
.services-icon-vhost-2{
	background-position: -80px 0;
}
.services-icon-vhost-3{
	background-position: -120px 0;
}
.services-icon-vds-0{
	background-position: -160px 0;
}
.services-icon-vds-1{
	background-position: -200px 0;
}
.services-icon-vds-2{
	background-position: -240px 0;
}
.services-icon-vds-3{
	background-position: -280px 0;
}
.services-icon-game_vds-0{
	background-position: -320px 0;
}
.services-icon-game_vds-1{
	background-position: -360px 0;
}
.services-icon-game_vds-2{
	background-position: -400px 0;
}
.services-icon-game_vds-3{
	background-position: -440px 0;
}
.services-icon-urm-0{
	background-position: -480px 0;
}
.services-icon-urm-1{
	background-position: -520px 0;
}
.services-icon-urm-2{
	background-position: -560px 0;
}
.services-icon-urm-3{
	background-position: -600px 0;
}

.services-info-icon{
	background-image: url(../img/services2.png);
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: 10em auto;
	font-size: 36px!important;
	flex: 0 0 auto;
	background-clip: content-box;
	width: 1em;
	height: 1em;
}

/*** 40 52 **/
.services-icon-ssl{
	padding: 0.138888889em 0.222222222em 0.138888889em 0.222222222em;
}

/*** 48 48 **/
.services-icon-guard{
	padding: 0.166666667em 0.166666667em 0.166666667em 0.166666667em;
	background-position: -1em 0;
}

/*** 47 50 **/
.services-icon-constr{
	padding: 0.152777778em 0.173611111em 0.152777778em 0.173611111em;
	background-position: -2em 0;
}

/*** 64 29 **/
.services-icon-domen{
	padding: 0.298611111em 0.055555556em 0.298611111em 0.055555556em;
	background-position: -3em 0;
}

/*** 46 32 **/
.services-icon-ssd{
	padding: 0.277777778em 0.180555556em 0.277777778em 0.180555556em;
	background-position: -7em 0;
}

/*** 52 26 **/
.services-icon-unlimited{
	padding: 0.319444444em 0.138888889em 0.319444444em 0.138888889em;
	background-position: -6em 0;
}

/*** 42 49 **/
.services-icon-kvm{
	padding: 0.159722222em 0.208333333em 0.159722222em 0.208333333em;
	background-position: -4em 0;
}

/*** 48 49 **/
.services-icon-backup{
	padding: 0.159722222em 0.166666667em 0.159722222em 0.166666667em;
	background-position: -5em 0
}

/*** 71 31 **/
.services-icon-cs{
	padding: 0.284722222em 0.006944444em 0.284722222em 0.006944444em;
	background-position: -9em 0
}

/*** 42 41 **/
.services-icon-win{
	padding: 0.215277778em 0.208333333em 0.284722222em 0.215277778em;
	background-position: -8em 0
}




/*   ssl table  */
.ssl-table{
	margin: 2em 0;
}
.ssl-table-head{
	background-color: white;
	margin: 0 0 10px 0;
	display: flex;
	padding: 1em 1em;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #bebfc3;
	align-items: center;
}
.ssl-table-head .left{
	width: 60%;
}
.ssl-table-head .right{
	width: 40%;
	box-sizing: border-box;
	border-width: 0 0 0 1px;
	border-color: #d8d8d8;
	border-style: solid;
	border-image: linear-gradient(to bottom, #fff 20%, #d8d8d8 20%, #d8d8d8 80%, #fff 80%, #fff 100%) 1;
	display: flex;
	align-items: center;
	justify-content: center;
}


.ssl-table-head .btn-selector{
	background-color: #0fb3e6;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s;
	padding: 0.3em 1em;
	color: #439fe2;
}
.ssl-table-head .btn-selector:first-child{
	border-radius: 0.5em 0 0 0.5em;
}
.ssl-table-head .btn-selector:last-child{
	border-radius: 0 0.5em 0.5em 0;
}
.ssl-table-head .btn-selector.active{
	color: #fff;
}

.ssl-table .btn-order{
	border: 3px solid #429fe4;
	display: inline-block;
	border-radius: 5em;
	padding: 0.2em 1.5em;
	color: #2473ae;
	cursor: pointer;
	transition: .2s ease-in-out background, color;
	user-select: none;
	white-space: nowrap;
}
.ssl-table .btn-order:hover {
	background: #2473ae;
	color: #fff;
}

.ssl-table .btn-info{
	border: 3px solid #429fe4;
	display: inline-block;
	border-radius: 5em;
	padding: 0.2em 1em 0.2em 1.5em;
	color: #2473ae;
	cursor: pointer;
	transition: .2s ease-in-out background, color;
	user-select: none;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.ssl-table .btn-info:hover,
.ssl-table .btn-info.open {
	background: #2473ae;
	color: #fff;
}
.ssl-table .btn-info .arrow{
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #429fe4 transparent transparent transparent;
	margin: 0 0 0 0.5em;
	transition: .2s ease-in-out color;
}
.ssl-table .btn-info:hover .arrow{
	border-color: #fff transparent transparent transparent;
}
.ssl-table .btn-info.open .arrow {
	border-color: transparent transparent #fff transparent;
	border-width: 0 6px 8px 6px;
}

.ssl-table-rows{
	background-color: white;
	box-shadow: 0 0 15px rgba(128, 128, 128, 0.5)
}

.ssl-table-row-box{
	background-color: #f9f9f9;
}

.ssl-table-row-content{
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #d8d8d8;
	margin: 0 1em;
	overflow: hidden;
}
.ssl-table-row-content:last-child{
	border: none;
}

.ssl-table-row{
	display: flex;
	margin: 0.8em 1em;
}
.ssl-table-row .cell-0{
	box-sizing: border-box;
	flex: 3 1 1px;
	display: flex;
	align-items: center;
}
.ssl-table-row .cell{
	box-sizing: border-box;
	border-width: 0 0 0 1px;
	border-color: #d8d8d8;
	border-style: solid;
	border-image: linear-gradient(to bottom, #fff 20%, #d8d8d8 20%, #d8d8d8 80%, #fff 80%, #fff 100%) 1;
	flex: 1 1 1px;
	display: flex;
	align-items: center;
	justify-content: center
}

.ssl-table-info-box{
	background-color: white;
	box-shadow: inset 0px 0px 3px grey;
	margin: -1px 0 0 0;
}
.ssl-table-info{
	margin: 0 1em;
	padding: 1em 0 0 0;
}
.ssl-table-info .info{
	padding: 0 1em;
}
.ssl-table-info .params{
	display: flex;
	flex-wrap: wrap;
	padding: 1em 0;
}
.ssl-table-info .param{
	flex: 0 1 50%;
	width: 1px;
	padding: .3em 3em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ssl-table-info .param-check,
.ssl-table-info .param-number,
.ssl-table-info .param-number,
.ssl-table-info .param-text{
	display: flex;
	align-items: center;
	width: 30%;
	justify-content: center;
	flex-wrap: wrap;
}



.ssl-table-info .param-check-off{
	background-image: url(../img/param_off.png);
	width: 20px;
	height: 20px;
	border: 1px solid #429fe4;
	padding: 10px;
	box-sizing: content-box;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	flex: 0 0 auto;
}
.ssl-table-info .param-check-on{
	background-image: url(../img/param_on.png);
	width: 20px;
	height: 20px;
	border: 1px solid #429fe4;
	padding: 10px;
	box-sizing: content-box;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	flex: 0 0 auto;
}



.domen{
}
.domen:first-child{
	margin: 2em 0 0 0;
}

.domen-head-simple{
	background-color: #fff;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #bebfc3;
	position: relative;
	text-align: center;
	padding: 1em 0;
	font-weight: bold;
}
.domen-content{
	margin: 0.8em 0 0 0;
	background-color: #fff;
	padding: 2em;
}
.domen-btn-hide{
	color: #0fb3e6;
	text-align: right;
	cursor: pointer;
	user-select: none;
	margin-bottom: 1em;
}
.domen-ctrl{
	display: flex;
	align-items: stretch;
	padding: 0 1em;
}
.domen-recommend{
	display: flex;
	align-items: center;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #d8d8d8;
	justify-content: space-around;
	padding: 0 0 2em 0;
	flex-wrap: wrap;
}
.domen-recommend .item{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.domen-recommend .item-label{
	margin: 0 1em 0 0;
}
.domen-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.domen-list .item{
	margin: 1em 0 0 0;
	border-radius: 15px;
	width: 24%;
	border-width: 5px;
	border-style: solid;
	transition: .2s ease-in-out;
	transition-property: border-color, background-color;
}
.domen-list .item-popular{
	border-color: #9bbed8;
	background-color: #9bbed8;
}
.domen-list .item-popular:hover{
	border-color: #3799e5;
	background-color: #3799e5;
}
.domen-list .item-international{
	border-color: #ebecf9;
	background-color: #ebecf9;
}
.domen-list .item-international:hover{
	border-color: #cccdde;
	background-color: #cccdde;
}
.domen-list .item-premium{
	border-color: #eed88d;
	background-color: #eed88d;
}
.domen-list .item-premium:hover{
	border-color: #f9c615;
	background-color: #f9c615;
}
.domen-list .item-cyrillic{
	border-color: #da7a7a;
	background-color: #da7a7a;
}
.domen-list .item-cyrillic:hover{
	border-color: #d84040;
	background-color: #d84040;
}


.domen-list .item-head{
	padding: 0 0 3px 1em;
}
.domen-list .item-content{
	display: flex;
	background-color: white;
	border-radius: 10px;
	padding: 0.8em 1.5em;
	align-items: center;
}
.domen-list .item-label{
	margin: 0 0 0 0.5em;
}
.domen-list .item-price{
	flex: 1 1 auto;
	text-align:right;
}






.domen .ctrl-info_1{
	text-align: center;
	margin: 1em 0;
}

.domen .input-domain{
	flex: 1 1 auto;
	text-align: center;
	padding: 7px;
	border-radius: 3em;
	width: initial;
	border: 3px solid #dde7ee;
	outline: none;
	transition: .2s ease-in-out;
	margin: 0;
	min-width: 145px;
}
.domen .input-domain:focus{
	border: 3px solid #429fe4;
}
.domen .input-domain.error{
	animation: input-error-animation 0.5s 2;
}

.domen-order-btn{
	border: 3px solid #429fe4;
	border-radius: 10em;
	padding: 0 1.5em;
	color: #2473ae;
	cursor: pointer;
	transition: .2s ease-in-out background, color;
	user-select: none;
	margin: 3px 0 3px 1em;
	display: flex;
	align-items: center;
}
.domen-order-btn:hover {
	background: #2473ae;
	color: #fff;
}


.domen-pane_0{
	margin: 2em 0 0 0;
}
.domen-pane_1{
	margin: 2em 0 0 0;
	padding: 2em 0 0 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #d8d8d8;
}
.domen-selected-ctrl{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.domen-view{
	display: flex;
	align-items: flex-start;
}
.domen-types{
	flex: 1 1 25%;
	background-color: #e2ebf1;
}
.domen-types div{
	display: block;
	padding: 0.5em 1em;
	border-left: 3px solid transparent;
	color: #333;
	cursor: pointer;
	user-select: none;
}
.domen-types div.select{
	border-left: 3px solid #0fb3e6;
    font-weight: 600;
}
.domen-types div:hover{
	opacity: 0.8;
}

.domen-types-content{
	flex: 3 1 75%;
	padding: 0 0 0 1em;
}
.domen-selected{
	margin: 0 0 3em 0;
}


.w-checkbox {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	display: inline-block;
	margin: 2px;
	flex: 0 0 auto;
	border: 3px solid #dde7ee;
	border-radius: 3px;
	box-sizing: content-box;
}
.w-checkbox input {
	opacity: 0;
	width: 1em;
	height: 1em;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
}
.w-checkbox:hover {
}
.w-checkbox.disabled input {
	cursor: default;
}
.w-checkbox.checked {
	background-image: url(../img/li.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.75em;
	border: 3px solid #6cb7ef;
}
.w-checkbox.checked:hover {
}
.w-checkbox.disabled {
}
.w-checkbox.checked.disabled {
}


.w-checkbox input {
	opacity: 0;
	width: 1em;
	height: 1em;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
}


.w-radio {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	display: inline-block;
	margin: 2px;
	border-radius: 50%;
	border: 2px solid #2473ae;
	box-sizing: content-box;
	flex: 0 0 auto;
}
.w-radio input {
	opacity: 0;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
}
.w-radio:hover {
	box-shadow: 0px 0px 5px #2473ae;
}
.w-radio.checked {
	background-color: #2473ae;
}
.w-radio.checked:hover {
}




.w-select{
	display: flex;
	border: 3px solid #ebecf9;
	background-color: white;
	box-sizing: border-box;
	flex: 1 1 auto;
	overflow: hidden;
	align-items: center;
	border-radius: 1em;
	user-select: none;
}
.w-s-label{
	flex: 1 1 auto;
	padding: 0.2em 0.2em 0.2em 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}
.w-select.disabled .w-s-label{
	color: rgba(0,0,0,0.5);
}

.w-s-btn{
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.5em 0 0;
}
.w-s-btn:hover {
	background-position: 11px 0px;
	background-position-x: -11px;
	background-position-y: 0px;
}
.w-s-btn-icon{
	width: 50%;
	height: 50%;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: gray;
	transform: rotate(45deg);
	transition-duration: 0.2s;
	margin: 0 0 0.2em 0;
}
.w-s-btn:hover .w-s-btn-icon{
	border-color: black;
}


.w-select.disabled .w-s-btn{
	cursor: not-allowed;
}

.w-s-listBox{
	position: absolute;
	background-color: white;
	z-index: 9999;
}
.w-s-list{
	border-style: solid;
	border-width: 0 3px 3px 3px;
	border-color: #ebecf9;
	max-height: 10em;
	overflow: auto;
}
.w-s-item{
	padding: 1px 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}
.w-s-item:hover{
	background-color: rgba(81, 141, 202, 0.12);
}
.w-s-item.select{
	background-color: rgba(81, 141, 202, 0.24);
}
.w-s-item:first-child{
	border-width: 0;
}





.w-selector{
	display: flex;
	position: relative;
	align-items: center;
	min-width: 10em;
	cursor: pointer;
	user-select: none;
	color: #0fb3e6;
}
.w-selector .body{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 1px 1px 3px grey inset;
	border-radius: 0.5em;
}
.w-selector .bd{
	background-color: #439fe2;
	height: 100%;
	border-radius: 0.5em;
	transition: 0.3s;
	box-shadow: 0 -3px 1px #2a81d7 inset;
	position: absolute;
}
.w-selector .labels{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
	position: relative;
}
.w-selector .label{
	white-space: nowrap;
	flex: 1 1 1px;
	width: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	transition: color 0.2s, text-shadow 0.5s;
}
.w-selector .label:hover{
	text-shadow: 0px 0px 10px #0fb3e6;
}
.w-selector .label.active{
	color: white;
	text-shadow: none;
}




.u-toggle{
	overflow: hidden;
	transition: height 0.15s ease-in-out;
	box-sizing: border-box;
}


.vcard,
.vcard-chema{
	display: none;
}





.blog-post-img{
	max-width: 100%;
}






.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.header .menu{
	background-color: #0271a8;
	height: 70px;
}
.header .menu .logo{
	display: flex;
	align-items: center;
}
.header .menu .logo img{
	height: 40px;
}
.header .menu .container{
	display: flex;
	height: 100%;
}
.header .menu .ctrl{
	display: flex;
	justify-content: flex-end;
	flex: 1 1 auto;
	white-space: nowrap;
}
.header .menu .ctrl .f-person{
	margin: 0 0 0 5em;
	color: #fff;
	display: flex;
	align-items: center;
}
.header .menu .ctrl .f-phone{
	color: #fff;
	display: flex;
	align-items: center;
}
.header .menuservice{
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	transition: background 0.3s ease;
}

.header .menuservice .container{
}


.header .menu-mobile{
	background-color: #0271a8;
	height: 50px;
	display: flex;
	justify-content: space-between;
}
.header .menu-mobile .logo {
	display: flex;
	align-items: center;
	margin: 0 0 0 15px;
}
.header .menu-mobile .logo img{
	height: 30px;
}

.header .menu-mobile .ctrl{
	display: flex;
	justify-content: flex-end;
	flex: 1 1 auto;
	white-space: nowrap;
}
.header .menu-mobile .ctrl .f-person{
	margin: 0 0 0 5em;
	color: #fff;
	display: flex;
	align-items: center;
}
.header .menu-mobile .ctrl .f-phone{
	color: #fff;
	display: flex;
	align-items: center;
}


.header .btn-open{
	display: flex;
	margin: 0 15px;
	cursor: pointer;
	transition: transform 0.4s ease 0s;
	box-sizing: content-box;
	align-items: center;
}
.header .btn-box{
	height: 32px;
	width: 40px;
	position: relative;
}
.header .btn-open:hover{
	opacity: 0.8;
}
.header .btn-open span{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 1px;
	background-color: white;
	transition: transform 0.3s ease 0s, opacity 0.3s ease;
}

.header .btn-open span:nth-child(1){
	top: 0;
}
.header .btn-open.active span:nth-child(1){
	top: 4px;
	transform: translateY(10px) rotate(-135deg);
}

.header .btn-open span:nth-child(2){
	top: 14px;
}
.header .btn-open.active span:nth-child(2){
	transform: rotate(-135deg);
}

.header .btn-open span:nth-child(3){
	top: 28px;
}
.header .btn-open.active span:nth-child(3){
	transform: translateY(-14px) rotate(315deg);
}

.menu-mobile-box{
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0 0 50px 0;
	background-color: rgba(0, 0, 0, 0.9);
}
.menu-mobile-list{
	top: 0;
	height: 100%;
	width: 100%;
	overflow-x: auto;
	text-align: center;
}
.menu-mobile-list > *{
	margin: 1em auto;
	padding: 0 0.5em;
	max-width: 330px;
}
.menu-mobile-list .ctrl{
}
.menu-mobile-list .ctrl a{
	display: block;
	padding: 0.5em 1em;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin: 0.6em 0;
	background-color: #000;
	width: 100%;
	display: flex;
	justify-content: center;
}
.menu-mobile-list .ctrl .f-phone{
	color: #fff;
}
.menu-mobile-list .ctrl .f-person{
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}


.pre-nav {
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: stretch;
}

.pre-nav .pre-nav-item {
	margin: 0 0 0 2em;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
}
.pre-nav .pre-nav-item:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #fff;
	content: '';
	transition: width 0.3s ease, left 0.3s ease;
}

.pre-nav .pre-nav-item:hover:after, .pre-nav .pre-nav-item:focus:after, .pre-nav .pre-nav-item.active:after {
	left: 0;
	width: 100%;
}

.nav{
	display: flex;
	height: 56px;
	justify-content: space-between;
}
.nav .nav-item {
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}
.nav .nav-item:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0.3em;
	background-color: #0fb3e6;
	content: '';
	transition: width 0.3s ease, left 0.3s ease;
}

.header--blue .menuservice,
.header--no-teaser .menuservice{
	background-color: #0fb3e6;
}

.header--blue .nav .nav-item:after, .header--no-teaser .nav .nav-item:after {
    background-color: #fff;
}
.nav .nav-item:hover:after, .nav .nav-item:focus:after, .nav .nav-item.active:after {
	left: 0;
	width: 100%;
}


.pre-nav-mobile{
	display: flex;
	flex-direction: column;
}
.pre-nav-mobile-item{
	color: #fff;
	padding: 0.3em 0;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin: 0.3em 0;
	background-color: #000;
	width: 100%;
}
.nav-mobile{
	display: flex;
	flex-direction: column;
}
.nav-mobile-item{
	color: #fff;
	padding: 0.3em 0;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin: 0.3em 0;
	background-color: #000;
	width: 100%;
}
.nav-mobile-item.active,
.pre-nav-mobile-item.active,
.menu-mobile-list .ctrl a.active{
	border: 2px solid #0fb3e6;
	color: #0fb3e6 !important;
}




@media (min-width: 576px){
	.container {
		width: 540px;
		max-width: 100%;
	}

	.content-row-col{
		flex: 0 0 50%;
		width: 50%
	}

	.services-table-item{
		flex: 0 1 250px;
	}
}

@media (min-width: 768px) {
	.container {
		width: 720px;
		max-width: 100%;
	}

	.services-table-item{
		flex: 0 1 337px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
		max-width: 100%;
	}

	.services-table-item{
		flex: 0 1 223px;
	}

	.header .menu-mobile{
		display: none;
	}
	.menu-mobile-box{
		display: none;
	}

	/*** blog **/
	.blog .blog__nav .ctrl{
		display: none;
	}
	/***********/

	/*** help **/
	.help__nav .ctrl{
		display: none;
	}
	.help__mobile_list{
		display: none;
	}
	/***********/
}

@media (min-width: 1200px) {
	.container {
		width: 1140px;
		max-width: 100%;
	}

	.services-table-item{
		flex: 0 1 262.5px;
	}

	/*** header ***/
	.header .btn-open{
		display: none;
	}
	/***********/
}

@media (min-width: 1280px) {
	.container {
		width: 1240px;
		max-width: 100%;
	}

	.services-table-item{
		flex: 0 1 287.5px;
	}
}



@media (max-width: 1399px){
	.section__title {
		font-size: 2.3rem!important;
	}

	.blog__nav{
	}


	/*** table services ***/
	.services-table-item{
		padding: 0 5px;
	}
	.services-table-item .config-item{
		padding: 0 0 0 1.5em;
	}
	.services-table-item .config-item:after{
		left: 0;
	}
	/***********/
}


@media (max-width: 1199px) {
	/*** domen ***/
	.domen-list .item {
		width: 32%;
	}
	/***********/

	/*** header ***/
	.pre-nav .pre-nav-item{
		margin: 0 0 0 1em;
	}
	.header .menu .ctrl .f-person{
		margin: 0 0 0 2em;
	}
	/***********/

	/*** blog **/
	.blog .blog__nav{
		margin: 0;
	}
	/***********/

	/*** blog **/
	.help .help__nav{
		margin: 0;
	}
	/***********/

	.section__title {
		font-size: 2.1rem!important;
	}
}

@media (max-width: 991px) {
	/*** calc ***/
	.calc-info,
	.calc_domen-info{
		display: none;
	}
	.calc-ctrl-list .ctrl-item-total{
		display: flex;
	}
	.calc-ctrl,
	.calc_domen-ctrl{
		margin: 0;
	}
	.calc_domen .input-domain{
		margin: 0 2em;
	}
	.calc-order-btn{
		padding: 0.4em 1.5em;
		margin: 1em 0;
	}	
	/***********/

	/*** blog **/
	.blog-preview{
		width: 100%;
		padding: 0 0 2em 0;
	}

	.blog .blog__nav{
		justify-content: center;
	}

	.blog .blog__nav .item{
		width: 100%;
		flex: 1 0 100%;
		box-sizing: border-box;
	}

	.blog .blog__nav-items{
		flex: 0 0 auto;
		overflow: hidden;
		justify-content: flex-start;
		width: 280px;
		margin: 0 5px;
	}
	/***********/

	/*** help **/
	.help__nav{
		justify-content: center;
	}

	.help__nav .item{
		width: 100%;
		flex: 1 0 100%;
		box-sizing: border-box;
	}

	.help__nav-items{
		flex: 0 0 auto;
		overflow: hidden;
		justify-content: flex-start;
		width: 280px;
		margin: 0 5px;
	}
	.help__list{
		display: none;
	}
	.help__content{
		width: 100%;
	}
	/***********/

	/*** news **/
	.news-preview{
		width: 50%;
	}
	/***********/

	/*** header ***/
	.header .menu, .header .menuservice{
		display: none;
	}
	/***********/

	.section-first{
		margin-top: 50px!important;
	}

	.section__title {
		font-size: 2.0rem!important;
	}


	/*** table services ***/
	.services-table-item .info{
		padding: 0;
	}
	.services-table-item-box{
		padding: 5px;
	}
	.services-table-item-box:first-child{
		padding: 5px 5px 5px 0;
	}
	.services-table-item-box:last-child{
		padding: 5px 0 5px 5px;
	}

	.services-table-item .ctrl-radio{
		padding: 0;
	}
	.services-table-item .info-item-status{
		margin: -0.5em 0 0.5em 0;
	}
	/***********/
}

@media (max-width: 767px) {
	/*** popup ***/
	.popup-container .content-auth .ctrl{
		flex-direction: column;
		align-items: flex-end;
	}
	.popup-container .content-auth .sog{
		margin: 0 0 1em 0;
	}
	/***********/

	/*** partner **/
	.partner-table .level{
		display: none;
	}
	/***********/

	/*** news **/
	.news-preview{
		width: 100%;
		padding: 0 0 2em 0;
	}
	/***********/

	/*** domen ***/
	.domen-list .item {
		width: 49%;
	}
	.domen-list .item-content{
		padding: 0.8em 0.5em;
	}
	/***********/


	/*** domaims ***/
	.domen-ctrl{
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
	.domen .input-domain{
		width: 100%;		
	}
	.domen-order-btn{
		margin: 1em 0 0 0;
		padding: 0.5em 1.5em;
	}
	.domen-recommend{
		justify-content: center;
	}
	.domen-recommend .item{
		flex: 0 0 80px;
	}
	/************/


	.section__title {
		font-size: 1.8rem!important;
	}
}

@media (max-width: 575px){
	/*** partner **/
	.partner-icon{
		display: none;
	}
	/***********/

	/*** calc ***/
	.calc-ctrl-list .ctrl-item{
		width: 100%;
	}
	/***********/

	/*** domen ***/
	.domen-list .item {
		width: 100%;
	}
	/***********/
}

@media (max-width: 479px){
	.section__title {
		font-size: 1.6rem!important;
	}
}

blockquote {
	background: #eee;
	border-radius: 5px;
	width: 100%;
}

blockquote p {
	padding: 15px;
}



/***
.img {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

.img img {
	width: 100%;
	display: block;
	position: absolute;
}
**/