@charset "utf-8";
.config-server {
  margin-bottom: 50px;
}
.config-server .b_accordion {
  margin-bottom: 0px;
  margin-top: -2px;
}
.config-server .b_accordion .accordion_group {
  background: #e9f9ff;
}
.config-server .b_accordion .accordion_group .accordion_heading a {
  border-bottom: 1px dashed #2ea4dc;
  font-size: 16px;
}
.config-server .b_accordion .accordion_group .accordion_data {
  padding: 15px;
}
.config-server .b_accordion .accordion_group .accordion_content {
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #b0d7e5;
  position: relative;
  border-radius: 5px;
}
.config-server .b_accordion .accordion_group .accordion_content:before {
  content: "";
  width: 23px;
  height: 12px;
  background: url(../images/config-server/accordion-arrow.png) 0 0 no-repeat;
  position: absolute;
  left: 30px;
  top: -12px;
  display: block;
}
.config-server .server-table {
  width: 100%;
}
.config-server .server-head {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  border-width: 1px 1px 0 1px;
  border-color: #d9ecf3;
  border-style: solid;
}
.config-server .server-head-table {
  border-collapse: collapse;
  width: 100%;
}
.config-server .server-head-table tr td {
  font-weight: 400;
  font-size: 14px;
  border-left: 1px solid #d9ecf3;
  padding: 8px 4px;
}
.config-server .server-head-table tr td:first-child {
  border-width: 1px 0px 0px 0px;
}
.config-server .server-head-table .bordered-bottom td {
  border-bottom: 1px solid #d9ecf3;
}
.config-server .server-head-table .bordered-bottom td:first-child {
  border-bottom: 0;
}
.config-server .server-head-table thead td {
  padding: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  background: #e9f9ff;
}
.config-server .server-head-table thead td:first-child {
  border-radius: 6px 0 0 0;
}
.config-server .server-head-table thead td:last-child {
  border-radius: 0 6px 0 0;
}
.config-server .server-head-table .header-table td {
  padding: 8px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background: #e9f9ff;
  text-align: left;
}

.config-server .server-head-table .addon-panel td {
	border-width: 1px 0px 0px 1px;
	border-color: #d9ecf3;
	border-style: solid;
	font-size: 14px;
}

.config-server .server-head-table .addon-panel td:last-child {
	padding-left: 5%;
}

.aj-radio input[type="radio"] {
	display: none;
}

.aj-radio input[type="radio"] + label:before {
	content: "";
	width: 18px;
	height: 19px;
	margin: 0 5px 0 0;
	background: transparent url('../images/sprite-radio.png') 0 0 no-repeat;
	display:inline-block;
}

.aj-radio input[type="radio"]:checked + label:before {
	background-position: 0 -19px;
}

.aj-radio input[type="radio"]:checked + label {
        font-weight: bold;
}

.config-server .server-resources-table {
  width: 100%;
}
.config-server .server-resources-table input[type="text"],
.config-server .server-resources-table textarea {
  width: 52px;
}
.config-server .server-resources-table td {
  padding: 5px;
}
.config-server .server-resources-table.additional td {
  width: 20%;
}
.config-server .server-price-table {
  width: 100%;
}
.config-server .server-price-table td {
  padding: 5px;
  width: 20%;
}
.config-server .server-total-price {
  border-style: solid;
  border-color: #d9ecf3;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 6px 6px;
  margin: 10px 0;
}
.config-server .server-total-price-table {
  font-size: 16px;
}
.config-server .server-total-price-table td {
  padding: 20px 15px;
  border-left: 1px solid #d9ecf3;
}
.config-server .server-total-price-table td:first-child {
  border: 0;
}
.config-server .server-links {
  padding: 25px 10px 20px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #E1EFF4;
  margin-top: -15px;
  border-radius: 0 0 6px 6px;
}
.config-server .server-links button {
  margin: 0 30px 0 40px;
  padding: 13px 5px 12px 5px;
  background-color: rgb(237, 232, 35);
  background-image: initial;
  text-shadow: initial;
  border: none;
  border-bottom: 1px solid #fff;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}

.config-server .server-links button:before {
	position: absolute;
	top: 0;
	left: -44px;
	display: block;
	width: 44px;
	height: 43px;
	border-bottom: 1px solid #fff;
	background: url(../images/cv-b1-left.gif) no-repeat 0 0;
	content: '';
}

.config-server .server-links button:after {
	position: absolute;
	top: 0;
	right: -20px;
	display: block;
	width: 23px;
	height: 43px;
	border-bottom: 1px solid #fff;
	background: url(../images/cv-b-right.gif) 0 0;
	content: '';
}

.config-server .percent {
  color: #77bf43;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ti {
  text-indent: -9999px;
  font-size: 1px;
  line-height: 1px;
}
.cb {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.list_null {
  margin: 0;
  padding: 0;
  list-style: none;
}
html,
body {
  position: relative;
  min-height: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #eeefec url(../images/bg-main.jpg) repeat 0 0;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
img {
  border: none;
}
p {
  margin: 0;
  padding: 0 0 20px 0;
}
strong {
  color: #000;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  font-size: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
a {
  outline: none;
  color: #2ba4dd;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
form {
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  outline: none;
  background-color: #ffffff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
textarea {
  overflow: auto;
  resize: none;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.main_outer_wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
  width: auto;
  height: 100%;
}
.main_inner_wrapper {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  padding-bottom: 140px;
  max-width: 1414px;
}
.footer_outer_wrapper {
  position: relative;
  z-index: 6;
  margin: -80px auto 0;
  min-height: 80px;
  height: 80px;
}
html>body .main_outer_wrapper,
html>body .footer_outer_wrapper {
  height: auto;
}
.header_inner,
.content_inner,
.footer_inner_wrapper {
  margin: 0 auto;
  max-width: 1414px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.control_category {
  margin-bottom: 25px;
}
.control_category .control_group {
  margin-bottom: 35px;
}
.control_category .cols.two {
  margin-bottom: 5px;
}
.link_with_arrow {
  position: relative;
  margin-right: 18px;
}
.link_with_arrow:after {
  position: absolute;
  top: 2px;
  right: -15px;
  display: block;
  width: 9px;
  height: 12px;
  background: url(../images/arrow-right-blue-1.png) no-repeat 0 0;
  content: "";
}
.grey_gradient_box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px -5px #777;
  -moz-box-shadow: 0 2px 5px -5px #777;
  box-shadow: 0 2px 5px -5px #777;
  border-top: 1px solid #f2f1f2;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #ebebeb;
  background: #fff url(../images/bg-fake-shadow.png) repeat-x 0 0;
}
.control_group {
  margin-bottom: 35px;
}
.control_group label {
  display: block;
  margin-bottom: 5px;
  height: 20px;
  color: #000;
}

.radio label {
   display: block;
   margin-bottom: 20px;
   height: 30px;
}

.checkbox label {
	display: inline;
	padding-right: 10px;
}

.control_group input[type="text"],
.control_group button {
  float: left;
}
.control_group .devider {
  display: block;
  margin: 33px 10px 0 0;
  color: #8f8f8f;
}
.control_group .arrow_devider {
  display: block;
  margin: 2px 17px 0 7px;
  width: 15px;
  height: 57px;
  background: url(../images/arrow-right-blue-2.png) no-repeat 0 0;
}
.control_group.wide_select .selectBox-dropdown {
  margin: 2px 0;
  width: 378px !important;
}
.inline_filter {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px -5px #777;
  -moz-box-shadow: 0 2px 5px -5px #777;
  box-shadow: 0 2px 5px -5px #777;
  border-top: 1px solid #f2f1f2;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #ebebeb;
  background: #fff url(../images/bg-fake-shadow.png) repeat-x 0 0;
  margin-bottom: 30px;
  padding: 10px 0 10px 17px;
}
.inline_filter .item {
  float: left;
  margin-top: 1px;
  margin-right: 20px;
}
.inline_filter .item label {
  float: left;
  display: inline-block;
  margin: 8px 10px 0 0;
}
.inline_filter .item .selectBox-dropdown {
  float: left;
  min-width: inherit !important;
  width: 95px !important;
}
.inline_filter button {
  margin-right: 20px;
}
input[type="text"],
textarea {
  -webkit-box-shadow: inset 1px 1px 2px -2px #000;
  -moz-box-shadow: inset 1px 1px 2px -2px #000;
  box-shadow: inset 1px 1px 2px -2px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 10px;
  padding: 9px;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #bdbdbd;
  background: #f4f4f4;
  font-size: 13px;
}
input[type="text"][disabled] {
  background: url(../images/bg-disabled-input.png) repeat-x 0 0;
}
button, .btn {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin: 1px 30px 0 20px;
  padding: 8px 5px 9px;
  border: none;
  border-bottom: 1px solid #fff;
  background: url(../images/sprite-buttons.png) repeat-x 0 0;
  color: #436703;
  text-align: center;
  text-shadow: 0 1px 0 #a7d05c;
  font-weight: bold;
  font-size: 18px;
  font-family: 'PT Sans';
  line-height: 18px;
  cursor: pointer;
}
button:hover, .btn:hover {
  text-decoration: none;
}

/* button:before, .btn:before {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 20px;
  height: 35px;
  border-bottom: 1px solid #fff;
  background: url(../images/sprite-buttons.png) no-repeat 0 -35px;
  content: '';
}
button:after, .btn:after {
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 20px;
  height: 35px;
  border-bottom: 1px solid #fff;
  background: url(../images/sprite-buttons.png) 0 -70px;
  content: '';
} */

button:before {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 20px;
  height: 35px;
  border-bottom: 1px solid #fff;
  background: url(../images/sprite-buttons.png) no-repeat 0 -35px;
  content: '';
}

button:after {
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 20px;
  height: 35px;
  border-bottom: 1px solid #fff;
  background: url(../images/sprite-buttons.png) 0 -70px;
  content: '';
}

button.lt-bttn:before,
button.lt-bttn-icon:before {
	display: inherit;
	background-image: none;
	border-bottom: 0px;
}

button.lt-bttn:after,
button.lt-bttn-icon:after {
        display: inherit;
	background-image: none;
	border-bottom: 0px;
}

button.continue, .btn.continue {
  float: right;
  margin-right: 20px;
  padding-right: 15px;
  width: 120px;
}
button.continue:after, .btn.continue:after {
  background-position: 0 -105px;
}
button.back,
.btn.back {
  float: left;
  margin-right: 0;
  margin-left: 20px;
  padding-left: 15px;
  width: 120px;
}
button.back:before, .btn.back:before {
  background-position: 0 -140px;
}
button.disabled,
button.grey,
.btn.disabled,
.btn.grey {
  background-image: url(../images/sprite-buttons-grey.png);
  color: #6f6f70;
  text-shadow: 0 1px 0 #bbb;
}
button.disabled:before,
button.grey:before,
.btn.disabled:before,
.btn.grey:before {
  background-image: url(../images/sprite-buttons-grey.png);
}
button.disabled:after,
button.grey:after,
.btn.disabled:after,
.btn.grey:after {
  background-image: url(../images/sprite-buttons-grey.png);
}
button.fr,
.btn.fr {
  margin-right: 20px;
}
button.btn_file,
.btn.btn_file {
  width: 70px;
  cursor: default;
}
button.btn_file input[type="file"],
.btn.btn_file input[type="file"] {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 0;
  z-index: 10;
  width: 120px;
  height: 100%;
  opacity: 0;
}
.btn_delete {
  display: inline-block;
  margin-top: 7px;
  width: 22px;
  height: 22px;
  background: url(../images/icon-delete.png) no-repeat 0 0;
  cursor: pointer;
}
.header_outer .header_inner {
  overflow: hidden;
/*  height: 150px; */
}
.header_outer .header_inner .logo {
  display: inline-block;
  width: 174px;
  height: 92px;
  background: url(../images/logo.png) no-repeat 0 0;
}
.header_outer .header_inner .col_left {
  float: left;
  width: 195px;
}
.header_outer .header_inner .col_left a {
  display: inline-block;
  margin: 30px 0 0;
}
.header_outer .header_inner .col_right {
  margin-left: 202px;
  padding: 43px 7px 0 0;
}
.header_outer .header_inner .col_right .header_wrapper {
  float: left;
  width: 100%;
}
.header_outer .header_inner .col_right .header_wrapper .row_1 {
  margin-bottom: 5px;
}
.header_outer .header_inner .col_right .header_wrapper .private_cabinet {
  float: right;
  margin: 0 0 12px;
}
.header_outer .header_inner .col_right .header_wrapper .phone {
  float: left;
  color: #898989;
  text-transform: uppercase;
  font-family: 'DINCondensedC';
}
.header_outer .header_inner .col_right .header_wrapper .phone span {
  vertical-align: middle;
}
.header_outer .header_inner .col_right .header_wrapper .phone span.num {
  font-size: 30px;
}
.header_outer .header_inner .col_right .header_wrapper .phone span.text {
  font-size: 16px;
}
.header_outer .header_inner .col_right .header_wrapper .phone span.vertical-line {
  margin: 0 10px;
  font-size: 15px;
}
.header_outer .header_inner .col_right .header_wrapper .navy {
  float: left;
}
body.fixed .header_outer {
  -webkit-box-shadow: 2px 2px 8px #999;
  -moz-box-shadow: 2px 2px 8px #999;
  box-shadow: 2px 2px 8px #999;
  position: fixed;
  top: -90px;
  left: 0;
  z-index: 100;
  z-index: 10001;
  width: 100%;
  background: url(../images/bg-main.jpg) repeat;
}
body.fixed .header_outer .header_inner .col_left,
body.fixed .header_outer .header_inner .row_1 {
  display: none;
}
body.fixed .header_outer .header_inner .col_right {
  margin-left: 0px;
}
body.fixed .header_outer .header_inner .col_right .row_2 {
  margin-top: 60px;
}
body.fixed .content_outer {
  margin-top: 150px;
}
body.fixed .l_navy_top li {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #d5d5d5;
  background: none;
}
body.fixed .l_navy_top li.active {
  background: none;
}
body.fixed .l_navy_top li:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -o-border-radius: 0;
  margin-left: 15px;
  border-left: none;
}
body.fixed .l_navy_top li:first-child a {
  padding-left: 0;
}
body.fixed .l_navy_top li:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -o-border-radius: 0;
  border-right: none;
}
.right_header_navy {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin: 10px 10px 0;
}
.right_header_navy li {
  float: left;
  margin-left: 35px;
}
.right_header_navy li a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/sprite-header-icons.png) no-repeat 0 0;
}
.right_header_navy li a.sitemap {
  background-position: -54px 0;
}
.right_header_navy li a.subscribe {
  background-position: -107px 0;
}
.right_header_navy li a.search {
  background-position: -159px 0;
}
.right_header_navy li:first-child {
  margin-left: 0;
}
.l_navy_top {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l_navy_top li {
  float: left;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #9a9a9b;
  border-left: 1px solid #d3d3d3;
  background: #fff url(../images/bg-fake-shadow.png) repeat-x 0 0;
  padding: 0;
}
.l_navy_top li:first-child {
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  -o-border-radius: 7px 0 0 7px;
  border-left: 1px solid #ced6d3;
}
.l_navy_top li:last-child {
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  border-right: 1px solid #ced6d3;
}
.l_navy_top li.active {
  border-top-color: #9cd535;
  background: #86c416;
}
.l_navy_top li.active a {
  color: #006822;
}
.l_navy_top li a {
  display: block;
  padding: 9px 14px 10px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'DINCondensedC';
}
.l_navy_top li a:hover {
  color: #898989;
}
.btn_private_cab {
  display: block;
  float: right;
  padding: 10px 0 0 50px;
  width: 145px;
  height: 31px;
  background: url(../images/bg-auth-button.png) no-repeat 0 0;
  color: #888;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'DINCondensedC';
}
.cols_4 .btn_private_cab {
  padding: 0;
  width: 41px;
  height: 41px;
  background: url(../images/bg-auth-button-min.png) no-repeat 0 0;
  text-indent: -9999px;
}
.cols_4 .l_navy_top li a {
  padding-right: 16px;
  padding-left: 16px;
}
.online_consultant {
  position: fixed;
  top: 149px;
  right: 0;
  z-index: 10;
}
.online_consultant a {
  display: block;
  width: 44px;
  height: 174px;
  background: url(../images/bg-online-consultant.png) no-repeat 0 0;
}
.footer_inner_wrapper {
  color: #898989;
  line-height: 18px;
}
.footer_inner_wrapper .copyright {
  float: left;
  margin-right: 20px;
  width: 195px;
}
.footer_inner_wrapper .copyright span,
.footer_inner_wrapper .copyright strong {
  display: block;
}
.footer_inner_wrapper .copyright strong {
  color: #898989;
  font-size: 14px;
}
.footer_inner_wrapper .contacts {
  float: left;
}
.footer_inner_wrapper .links {
  float: left;
  margin-left: 50px;
}
.footer_inner_wrapper div.ds {
  float: right;
  margin-right: 7px;
}
.footer_inner_wrapper a {
  color: #898989;
}
a.ds {
  display: inline-block;
  padding: 2px 110px 0 0;
  min-height: 28px;
  background: url(../images/logo-ds.png) no-repeat 100% 0;
  color: #8f8f8f;
  text-align: right;
  text-decoration: none;
  font-size: 11px;
  line-height: 10px;
}
.l_general_content {
  margin: 0 auto;
}
.l_general_content .l_general_content-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px #999;
  -moz-box-shadow: 0 1px 2px #999;
  box-shadow: 0 1px 2px #999;
  position: relative;
  z-index: 10000;
  overflow: hidden;
  margin: 0 7px 7px 0;
}
.l_general_content .l_general_content-item,
.l_general_content .l_general_content-item .l_general_content-item_s {
  width: 195px;
  height: 170px;
}
.l_general_content .l_general_content-item .l_general_content-item_s {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.l_general_content .l_general_content-item .l_general_content-item_b {
  position: relative;
  display: none;
  padding: 20px;
}
.l_general_content .l_general_content-item .l_general_content-item_b .top_icons {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-border-radius: 2px;
  position: absolute;
  top: 20px;
  z-index: 10;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #d8d8d8;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #828282;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  cursor: pointer;
}
.l_general_content .l_general_content-item .l_general_content-item_b .top_icons:hover {
  text-decoration: none;
}
.l_general_content .l_general_content-item .l_general_content-item_b .close_content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-border-radius: 2px;
  position: absolute;
  top: 20px;
  z-index: 10;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #d8d8d8;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #828282;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  cursor: pointer;
  right: 20px;
  text-decoration: none;
}
.l_general_content .l_general_content-item .l_general_content-item_b .close_content:hover {
  text-decoration: none;
}
.l_general_content .l_general_content-item .l_general_content-item_b .print_content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-border-radius: 2px;
  position: absolute;
  top: 20px;
  z-index: 10;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #d8d8d8;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #828282;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  cursor: pointer;
  right: 50px;
  background-image: url(../images/icon-print.gif);
  text-indent: -9999px;
}
.l_general_content .l_general_content-item .l_general_content-item_b .print_content:hover {
  text-decoration: none;
}
.l_general_content .l_general_content-item i.overlay_loading {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  background: transparent url(../images/loading.gif) no-repeat 50% 50%;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.l_general_content .l_general_content-item.big {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.8);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.8);
  background: #ffffff url(../images/bg-content-block.gif) repeat-x 0 0;
}
.l_general_content .l_general_content-item.big .l_general_content-item_s {
  display: none;
}
.l_general_content .l_general_content-item.big .l_general_content-item_b {
  display: block;
}
.l_general_content .l_general_content-item.animating i.overlay_loading {
  display: block;
}
.l_general_content .l_general_content-item.b_size12 {
  height: 347px !important;
}
.l_general_content .l_general_content-item.unclickable .l_general_content-item_s {
  cursor: default;
}
h1,
h2,
h3,
h4 {
  color: #000000;
  line-height: normal;
}
h1,
h2 {
  padding: 0;
  font-size: 30px;
  font-size: 30px;
}
h1 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow';
}
h2 {
  margin: 0 0 30px;
  font-weight: normal;
  font-family: 'PT Sans';
}
h3 {
  margin: 0 0 20px;
  padding: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
}
h4 {
  font-weight: normal;
  font-size: 16px;
}
.content_wrapper .content_left {
  float: left;
  width: 25%;
}
.content_wrapper .content_right {
  float: right;
  width: 72%;
  color: #5a5854;
  line-height: 18px;
}
.content_wrapper.no_left .content_left {
  display: none;
}
.content_wrapper.no_left .content_right {
  float: none;
  width: auto;
}
.l_navy_left {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
  padding: 7px 0;
  border: 1px solid #e7e7e7;
}
.l_navy_left a {
  text-decoration: none;
}
.l_navy_left .level_2,
.l_navy_left .level_3 {
  display: none;
}
.l_navy_left .level_1.active .level_2 {
  display: block;
}
.l_navy_left .level_1.active .level_2.active .level_3 {
  display: block;
}
.l_navy_left li a.level_1 {
  position: relative;
  display: block;
  padding: 5px 0px 5px 6px;
  color: #5a5854;
  font-size: 13px;
}
.l_navy_left li a.level_1:hover {
  color: #2ba4dd;
  text-decoration: underline;
}
.l_navy_left li a.level_1.active {
  -webkit-box-shadow: 0 1px 1px #4f7903, inset 0 1px 0 rgba(255,255,255,0.3);
  -moz-box-shadow: 0 1px 1px #4f7903, inset 0 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 1px 1px #4f7903, inset 0 1px 0 rgba(255,255,255,0.3);
  background: #80bc14 url(../images/bg-active-left-navy.gif) repeat-x 0 0;
  color: #FFFFFF;
}
.l_navy_left li a.level_1.active.with_sub i.tail {
  position: absolute;
  top: 100%;
  left: 9px;
  z-index: 10;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #80bc14;
}
.l_navy_left li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 5px 10px 0;
}
.l_navy_left li ul li a.level_2 {
  position: relative;
  display: block;
  padding: 5px 0 5px 12px;
  color: #000000;
  font-size: 12px;
}
.l_navy_left li ul li a.level_2 i {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 10;
  overflow: hidden;
  width: 7px;
  height: 7px;
  color: #e5e5e5;
  text-align: center;
  font-style: normal;
  font-size: 20px;
  line-height: 7px;
}
.l_navy_left li ul li a.level_2:hover {
  color: #009a00;
  text-decoration: none;
}
.l_navy_left li ul li a.level_2:hover i {
  color: #7bb312;
}
.l_navy_left li ul li a.level_2.active i {
  color: #7bb312;
}
.l_navy_left li ul li ul {
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 25px;
}
.l_navy_left li ul li ul li {
  line-height: 20px;
}
.l_navy_left li ul li ul li a.level_3 {
  color: #000;
  font-size: 11px;
}
.l_navy_left li ul li ul li a.level_3:hover {
  color: #2aac1e;
}
.l_navy_left li ul li ul li a.level_3.active {
  color: #83b921;
}
.l_list_1 {
  margin: 0 0 25px;
  border-top: 1px solid #e5e5e5;
}
.l_list_1 .item {
  position: relative;
  padding: 10px 20px 13px;
  border-bottom: 1px solid #e5e5e5;
}
.l_list_1 .item i.dash {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 10;
  color: #7cb613;
  line-height: normal;
}
.l_list_1 .item .num {
  color: #7cb613;
  font-size: 36px;
  line-height: 1;
}
.table_rack_rent {
  margin: 0 0 25px;
}
.table_rack_rent td.item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  padding: 15px 17px;
  width: 33%;
  background-color: #e5e5e5;
  vertical-align: top;
}
.table_rack_rent td.spacer {
  width: 10px;
}
.table_rack_rent td.spacer img {
  visibility: hidden;
}
.table_no_tarif {
  margin: 0 0 15px;
}
.table_no_tarif td.item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  padding: 15px 17px;
  width: 50%;
  border: 1px solid #e7e7e7;
  vertical-align: top;
}
.table_no_tarif td.spacer {
  width: 10px;
}
.table_no_tarif td.spacer img {
  visibility: hidden;
}
.b_green {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  padding: 15px 20px 15px 90px;
  min-height: 47px;
  background-color: #88c716;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 18px;
}
.b_green a {
  color: #FFFFFF;
  text-decoration: underline;
}
.b_green a:hover {
  text-decoration: none;
}
.b_green i {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 10;
  display: block;
  width: 47px;
  height: 47px;
}
.b_green i.important {
  background: url(../images/icon-important.png) no-repeat 0 0;
}
.b_sideblock {
  margin: 0 17px 40px;
}
.b_sideblock .title {
  position: relative;
  position: relative;
  margin: 0 -17px 18px;
  padding: 0 0 0 54px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'DINCondensedC';
  line-height: 23px;
}
.b_sideblock .title i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 42px;
  height: 42px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.b_sideblock .from {
  margin: 0 0 7px;
  font-weight: bold;
}
.b_sideblock .text {
  position: relative;
  margin: 0 0 18px;
  height: auto !important;
}
.b_sideblock .text .l_t,
.b_sideblock .text .b_r {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  height: 17px;
  font-style: normal;
  font-size: 30px;
  line-height: 12px;
}
.b_sideblock .text .l_t {
  top: 0;
  right: 100%;
}
.b_sideblock .text .b_r {
  bottom: 0;
  left: 100%;
}
.b_sideblock .all img {
  vertical-align: middle;
}
.b_sideblock .arrow {
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(../images/arrow-right-blue-1.png) no-repeat 0 0;
  vertical-align: middle;
}
.b_sideblock.recall .title i {
  background-image: url(../images/icon-client-recall.png);
}
.b_sideblock.glossary_article .title i {
  background-image: url(../images/icon-glossary.png);
}
.b_sideblock.glossary_request .title i {
  background-image: url(../images/zapros_caravan.png);
}
.b_sideblock.glossary_domain .title i {
  background-image: url(../images/zayavka_domain_caravan.png);
}
.b_sideblock.glossary_virt .title i {
  background-image: url(../images/zayavka_virt_caravan.png);
}
.b_sideblock.one-string .title i {
  top: -12px;
}
.b_banner {
  margin-bottom: 20px;
}
.b_progressbar {
  margin-bottom: 20px;
}
.b_progressbar .step {
  float: left;
  position: relative;
  height: 80px;
}
.b_progressbar .step .circle {
  position: relative;
  height: 47px;
  background: url(../images/sprite-progressbar.png) no-repeat 50% 0;
}
.b_progressbar .step .circle .number {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -9px 0 0 -10px;
  width: 20px;
  height: 18px;
  color: #898989;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: 'PT Sans';
}
.b_progressbar .step .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 30px;
  color: #8a8a8a;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: 'PT Sans';
  line-height: 15px;
}
.b_progressbar .step.first .circle {
  margin-left: 30px;
  background-position: 0 0;
}
.b_progressbar .step.first .circle .number {
  display: none;
}
.b_progressbar .step.first .text {
  left: 0;
  margin-left: 0;
}
.b_progressbar .step.last .circle {
  margin-right: 30px;
  background-position: 100% 0;
}
.b_progressbar .step.last .circle .number {
  right: 13px;
  left: auto;
  margin-left: 0;
}
.b_progressbar .step.last .text {
  right: 0;
  left: auto;
}
.b_progressbar .step.active .number,
.b_progressbar .step.finished .number {
  display: none;
}
.b_progressbar .step.active .text,
.b_progressbar .step.finished .text {
  color: #0fa53b;
}
.b_progressbar .step.active .circle {
  background-position: 50% -47px;
}
.b_progressbar .step.active.first .circle {
  background-position: 0 0;
}
.b_progressbar .step.active.last .circle {
  background-position: 100% -94px;
}
.b_progressbar .step.finished .circle {
  background-position: 50% -94px;
}
.b_progressbar .step.finished.last .circle {
  background-position: 100% -94px;
}
.b_progressbar .step.finished.first .circle {
  background-position: 0 -47px;
}
.b_progressbar.five_steps .step .circle {
  width: 490px;
}
.b_progressbar.five_steps .step.first .circle,
.b_progressbar.five_steps .step.last .circle {
  width: 105px;
}
.b_progressbar.four_steps .step .circle {
  width: 215px;
}
.b_progressbar.four_steps .step.first .circle,
.b_progressbar.four_steps .step.last .circle {
  width: 130px;
}
.registration_form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px -5px #777;
  -moz-box-shadow: 0 2px 5px -5px #777;
  box-shadow: 0 2px 5px -5px #777;
  position: relative;
  padding: 20px;
  border: 1px solid #dededd;
  background: #fff;
}
.registration_form .arrow {
  position: absolute;
  top: -12px;
  left: 42px;
  display: block;
  width: 21px;
  height: 12px;
  background: url(../images/arrow-top-grey.png) no-repeat 0 0;
}
.registration_form .title {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
}
.registration_form .subtitle {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
}
.registration_form .star {
  color: #ff332a;
  vertical-align: text-bottom;
  font-size: 13px;
}
.registration_form input[type='text'] {
  width: 200px;
}
.registration_form input[type='text'].wide {
  width: 395px;
}
.registration_form textarea {
  width: 485px;
  height: 80px;
}
.registration_form .b_info {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background: #f4f3f3;
}
.registration_form .cols {
  margin-bottom: 25px;
  width: 100%;
  border-collapse: collapse;
}
.registration_form .cols td {
  padding-bottom: 5px;
  vertical-align: top;
}
.registration_form .cols td .control_group {
  margin-bottom: 0;
}
.registration_form .cols td .control_group input[type="text"] {
  margin-right: 0;
}
.registration_form .cols td .control_group .btn_delete {
  margin-left: 10px;
}
.registration_form .cols.two td {
  width: 50%;
}
.registration_form .cols.two td:first-child {
  padding-right: 10px;
}
.registration_form .cols.two td input[type="text"] {
  width: 330px;
}
.registration_form .cols.three td {
  width: 33%;
}
.registration_form .cols.info td:first-child {
  width: 34%;
  color: #000;
}
.registration_form .cols.info td:last-child {
  width: 66%;
  color: #8f8f8f;
}
.table_blue {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 0 1px #777;
  -moz-box-shadow: 0 0 1px #777;
  box-shadow: 0 0 1px #777;
  margin-bottom: 30px;
  border: solid #01ace4;
  border-width: 5px;
  background: #01ace4;
}
.table_blue table {
  width: 100%;
  border-collapse: collapse;
}
.table_blue table td {
  padding: 14px;
}
.table_blue table thead {
  color: #fff;
  font-weight: bold;
}
.table_blue table tfoot {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.table_blue table tbody {
  color: #000;
}
.table_blue table tbody tr td {
  background: #fff;
}
.table_blue table tbody tr.even td {
  background: #ececec;
}
.table_blue table tbody tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.table_blue table tbody tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.table_blue table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.table_blue table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.table_blue .selectBox-dropdown {
  width: 70% !important;
}
.table_blue .tarif_description {
  display: block;
  margin-top: 15px;
}
.table_blue .cols {
  margin-bottom: 0;
}
.table_blue .cols td {
  padding: 15px;
}
.radio_group {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px -5px #777;
  -moz-box-shadow: 0 2px 5px -5px #777;
  box-shadow: 0 2px 5px -5px #777;
  border-top: 1px solid #f2f1f2;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #ebebeb;
  background: #fff url(../images/bg-fake-shadow.png) repeat-x 0 0;
  margin-bottom: 30px;
  padding: 10px 20px 0;
}
.radio_group label {
  color: #000;
}
.radio_group .cols {
  margin-bottom: 0;
}
.radio_group .cols td {
  padding-bottom: 10px;
}
.checkbox_group {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px -5px #777;
  -moz-box-shadow: 0 2px 5px -5px #777;
  box-shadow: 0 2px 5px -5px #777;
  border-top: 1px solid #f2f1f2;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #ebebeb;
  background: #fff url(../images/bg-fake-shadow.png) repeat-x 0 0;
  margin-bottom: 20px;
}
.checkbox_group .row {
  padding: 10px 20px;
  border-bottom: 1px solid #e4e4e4;
}
.checkbox_group table {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
}
.checkbox_group table td {
  padding: 10px 15px 0 0;
}
.checkbox_group table td:first-child {
  padding-left: 20px;
}
.checkbox_group table td:last-child {
  padding-right: 20px;
}
.numbers_table {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
  color: #000;
}
.numbers_table th {
  padding-bottom: 30px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
.numbers_table td {
  padding-bottom: 13px;
}
.numbers_table td:last-child {
  padding-right: 0;
}
.number_not_free {
  position: relative;
  margin-left: 24px;
  color: #5a5753;
  font-style: italic;
}
.number_not_free i {
  position: absolute;
  top: -4px;
  left: -26px;
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/sprite-phone-status.png) no-repeat 0 0;
}
.number_not_free.sold i {
  background-position: 0 0;
}
.number_not_free.reserved i {
  background-position: 0 -21px;
}
.numbers_description {
  margin: 0 -20px -25px;
  padding: 18px 20px 15px;
  background: #f4f3f3;
}
.numbers_description .numbers_table {
  margin-bottom: 0;
}
.numbers_description .numbers_table td {
  padding: 0;
  width: 50%;
}
.b_accordion {
  margin-bottom: 30px;
}
.b_accordion .accordion_group {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px -5px #000;
  -moz-box-shadow: 0 3px 5px -5px #000;
  box-shadow: 0 3px 5px -5px #000;
  position: relative;
  margin-bottom: 10px;
  border-right: 1px solid #ececec;
  background: #f4f3f3;
}
.b_accordion .accordion_group .accordion_heading {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 16px;
}
.b_accordion .accordion_group .accordion_heading a {
  border-bottom: 1px dashed #2ea4dc;
  text-decoration: none;
}
.b_accordion .accordion_group .accordion_heading a:hover {
  text-decoration: none;
}
.b_accordion .accordion_group .accordion_heading i {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/sprite-arrows-toggle.png) no-repeat 0 0;
  cursor: pointer;
}
.b_accordion .accordion_group .accordion_data {
  display: none;
}
.b_accordion .accordion_group .accordion_data .container {
  padding: 15px 20px;
}
.b_accordion .accordion_group.collapsed .accordion_heading a {
  border-bottom: none;
  color: #000;
}
.b_accordion .accordion_group.collapsed .accordion_heading i {
  background-position: 0 -23px;
}
.b_accordion .accordion_group.collapsed .accordion_data {
  display: block;
}
.b_accordion.reviews .accordion_group {
  margin-bottom: 20px;
}
.b_accordion.reviews .accordion_group p {
  padding-bottom: 15px;
}
.b_accordion.reviews .accordion_group .accordion_heading {
  font-size: 13px;
  line-height: 20px;
}
.b_accordion.reviews .accordion_group .accordion_heading .img {
  float: left;
  margin-right: 30px;
}
.b_accordion.reviews .accordion_group .accordion_heading .text {
  margin-left: 130px;
}
.b_accordion.reviews .accordion_group .accordion_heading i {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  top: auto;
  bottom: 0;
  height: 20px;
  background-position: 0 -2px;
}
.b_accordion.reviews .accordion_group .accordion_heading .l_t {
  position: absolute;
  top: 15px;
  left: 130px;
  z-index: 10;
  overflow: hidden;
  height: 17px;
  background: none;
  color: #d0d0d0;
  font-style: normal;
  font-size: 30px;
  line-height: 12px;
}
.b_accordion.reviews .accordion_group .accordion_heading .b_r {
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 10;
  overflow: hidden;
  height: 17px;
  background: none;
  color: #d0d0d0;
  font-style: normal;
  font-size: 30px;
  line-height: 12px;
}
.b_accordion.reviews .accordion_group .tail {
  position: absolute;
  top: 100%;
  left: 30px;
  display: block;
  width: 23px;
  height: 12px;
  background: url(../images/arrow-down-grey-2.png) no-repeat 0 0;
}
.b_accordion.reviews .accordion_group.collapsed .accordion_heading {
  padding-bottom: 0;
}
.b_accordion.reviews .accordion_group.collapsed .accordion_heading i {
  background-position: 0 -24px;
}
.b_accordion.reviews .accordion_group.collapsed .container {
  padding-top: 0;
  line-height: 20px;
}
.b_accordion.reviews .person {
  margin-bottom: 30px;
}
.b_accordion.reviews .person .text_1 {
  display: block;
  color: #000;
  font-size: 16px;
}
.b_accordion.reviews .person .text_2 {
  color: #888888;
  font-style: italic;
}
.b_accordion.request .accordion_heading {
  border-bottom: 1px solid #dededd;
  color: #000;
}
.b_accordion.request .form_group {
  margin-top: 20px;
}
.b_accordion.request .form_group.first {
  margin-top: 0;
}
.b_accordion.request .form_group.disabled .registration_form {
  border: 1px solid #c5c5c5;
  background: #dfdfdf;
}
.b_accordion.request .form_group.disabled .registration_form .arrow {
  background-image: url(../images/arrow-top-grey-disabled.png);
}
.b_accordion.request .selectBox {
  min-width: 35px;
}
.b_accordion.request .registration_form {
  margin-top: 20px;
  padding: 0;
  color: #000;
}
.b_accordion.request .registration_form table {
  width: 100%;
  border-collapse: collapse;
}
.b_accordion.request .registration_form table td {
  padding: 5px 0 5px 20px;
}
.b_accordion.request .registration_form table tr:first-child td {
  padding-top: 20px;
}
.b_accordion.request .registration_form table tr:last-child td {
  padding-bottom: 20px;
}
.b_accordion.request .registration_form table tr.first td {
  padding-top: 20px;
}
.b_accordion.request .registration_form table thead tr:last-child td {
  border-bottom: 1px solid #e4e4e4;
}
.b_accordion.request .registration_form table tbody td {
  border-left: 1px solid #e5e5e5;
}
.b_accordion.request .registration_form table tbody td:first-child {
  border-left: none;
}
.b_accordion.request .registration_form table .subtitle.line {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.b_accordion.request .registration_form table .subsubtitle {
  padding: 10px 20px;
  font-size: 17px;
  font-family: 'PT Sans';
}
.b_accordion.request .registration_form table .name {
  float: left;
  display: block;
  padding: 10px 0;
  width: 185px;
}
.b_accordion.request .registration_form table .name.two_lines {
  padding: 0;
}
.b_accordion.request .registration_form table .name.narrow {
  width: 120px;
}
.b_accordion.request .registration_form table .name.wide {
  margin-right: 10px;
  width: auto;
}
.b_accordion.request .registration_form table .control {
  display: block;
  margin-left: 210px;
}
.b_accordion.request .registration_form table .control input[type="text"] {
  width: 35px;
}
.b_accordion.request .registration_form table .control label {
  color: #888888;
  font-style: italic;
}
.b_accordion.request .registration_form table .control.wide {
  margin-left: 130px;
}
.b_accordion.request .registration_form table .control.wide input[type="text"] {
  width: 115px;
}
.b_accordion.request .registration_form table .address .name {
  width: 60px;
}
.b_accordion.request .registration_form table .address .control {
  margin-left: 70px;
}
.b_accordion.request .registration_form table .address .control input[type="text"] {
  width: 235px;
}
.b_accordion.request .registration_form table.not_separate tbody td {
  border-left: none;
}
.b_accordion.request .registration_form table.p0 tbody tr:last-child td {
  padding-bottom: 0;
}
.b_accordion.request .registration_form table.bottom_bordered {
  border-bottom: 1px solid #e5e5e5;
}
.b_accordion.request .single .accordion_heading {
  border-bottom: none;
}
.b_accordion.request .single .registration_form {
  margin-top: 0;
}
.control_group .radio_label {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
.l_tariff_properties {
  margin: 0;
  padding: 0;
}
.l_tariff_properties li {
  position: relative;
  padding: 15px 20px 15px 45px;
  border-top: 1px solid #dcdcdb;
  list-style: none;
}
.l_tariff_properties li:before {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #a1c76c;
  content: "\2014";
}
.b_press {
  margin-bottom: 50px;
}
.b_press .b_title {
  margin-bottom: 15px;
}
.b_press .b_title span {
  display: inline-block;
  margin-right: 20px;
  color: #000;
  font-size: 20px;
}
.b_press ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}
.b_press ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}
.b_press ul li .date {
  float: left;
  width: 80px;
  text-align: right;
}
.b_press ul li .date .day {
  display: block;
  color: #7bb412;
  font-weight: bold;
  font-size: 38px;
  font-family: 'PT Sans';
  line-height: 38px;
}
.b_press ul li .date .month {
  display: block;
  margin-bottom: 13px;
  color: #7bb412;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: 'PT Sans';
  line-height: 10px;
}
.b_press ul li .date .week_day {
  color: #898989;
  font-style: italic;
  font-size: 12px;
}
.b_press ul li .text {
  margin-left: 105px;
}
.b_press ul li .text a {
  display: block;
  padding-bottom: 7px;
  font-size: 16px;
}
.b_press ul li .text p {
  padding-bottom: 0;
}
.b_press ul li .text .source {
  display: block;
  padding-top: 7px;
  color: #898989;
  font-style: italic;
  font-size: 12px;
}
.l_news {
  margin: 0 0 50px;
  padding: 0;
}
.l_news li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}
.l_news li .date {
  margin-bottom: 3px;
  color: #000;
}
.l_news li .date span {
  color: #8f8f8f;
  font-style: italic;
}
.l_news li a {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
}
.l_news li p {
  padding: 0;
}
.l_news li .source {
  display: block;
  padding-top: 10px;
  color: #898989;
  font-style: italic;
  font-size: 12px;
}
.b_pagination {
  display: inline-block;
  margin-bottom: 30px;
  min-width: 350px;
}
.b_pagination .row_1 {
  margin-bottom: 15px;
}
.b_pagination ul {
  margin: 0;
  padding: 0;
}
.b_pagination ul li {
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px -5px #777;
  -moz-box-shadow: 0 2px 5px -5px #777;
  box-shadow: 0 2px 5px -5px #777;
  border-top: 1px solid #f2f1f2;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #ebebeb;
  background: #fff url(../images/bg-fake-shadow.png) repeat-x 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px -2px #777;
  -moz-box-shadow: 0 1px 2px -2px #777;
  box-shadow: 0 1px 2px -2px #777;
  margin-left: 4px;
  list-style: none;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}
.b_pagination ul li.active {
  -webkit-box-shadow: inset 0 1px 3px -2px #444;
  -moz-box-shadow: inset 0 1px 3px -2px #444;
  box-shadow: inset 0 1px 3px -2px #444;
  border-top: 1px solid #a6a5a5;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #c6c6c6;
  background: #d6d6d6;
  font-weight: bold;
}
.b_pagination ul li:first-child {
  margin-left: 0;
}
.b_pagination ul li.devider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 10px 6px 0 11px;
  border: none;
  background: none;
}
.b_pagination ul li a {
  display: block;
  padding: 7px 0 6px;
  width: 26px;
  color: #979897;
}
.b_pagination ul li a:hover {
  text-decoration: none;
}
.letter_filter {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px -5px #777;
  -moz-box-shadow: 0 2px 5px -5px #777;
  box-shadow: 0 2px 5px -5px #777;
  border-top: 1px solid #f2f1f2;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #ebebeb;
  background: #fff url(../images/bg-fake-shadow.png) repeat-x 0 0;
  margin-bottom: 30px;
}
.letter_filter .language_tabs {
  padding: 10px 20px;
  border-bottom: 1px solid #e1e1e1;
}
.letter_filter .language_tabs a {
  display: inline-block;
  margin-right: 20px;
  border-bottom: 1px dashed #37a8dd;
  line-height: 13px;
}
.letter_filter .language_tabs a:hover {
  text-decoration: none;
}
.letter_filter .language_tabs a.active {
  border-bottom: none;
  color: #000;
  font-weight: bold;
}
.letter_filter .language_tabs span {
  display: inline-block;
  margin-right: 20px;
  border-bottom: 1px dashed #37a8dd;
  border-bottom: none;
  color: #000;
  font-weight: bold;
  line-height: 13px;
}
.letter_filter .letters {
  padding: 10px 20px;
}
.letter_filter .letters ul {
  float: left;
  -webkit-box-shadow: 0 2px 4px -4px #444;
  -moz-box-shadow: 0 2px 4px -4px #444;
  box-shadow: 0 2px 4px -4px #444;
  margin: 0 0 5px;
  padding: 0;
}
.letter_filter .letters ul li {
  float: left;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #efefef;
  list-style: none;
}
.letter_filter .letters ul li:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.letter_filter .letters ul li:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-right: none;
}
.letter_filter .letters ul li:hover {
  background: #81bd12;
}
.letter_filter .letters ul li:hover.inactive {
  background: #efefef;
}
.letter_filter .letters ul li:hover a {
  color: #fff;
  font-weight: bold;
}
.letter_filter .letters ul li.active {
  -webkit-box-shadow: inset 0 2px 4px -3px #444;
  -moz-box-shadow: inset 0 2px 4px -3px #444;
  box-shadow: inset 0 2px 4px -3px #444;
  border-right: 1px solid #c2c1c1;
  border-bottom: 1px solid #cccccc;
  background: #cccccc;
}
.letter_filter .letters ul li.active a {
  color: #7f7f7f;
  font-weight: normal;
}
.letter_filter .letters ul li a,
.letter_filter .letters ul li span {
  display: block;
  padding: 4px 0 4px 1px;
  width: 22px;
  text-align: center;
  line-height: 12px;
}
.letter_filter .letters ul li a:hover {
  text-decoration: none;
}
.l_dictionary {
  margin: 0 0 50px;
  padding: 0;
}
.l_dictionary li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}
.l_dictionary li .title {
  margin-bottom: 3px;
  color: #000;
  font-size: 16px;
}
.l_dictionary li .title_en {
  margin-bottom: 8px;
  color: #8f8f8f;
  font-size: 12px;
}
.l_dictionary li p {
  padding: 0;
}
.b_404 {
  margin: 70px auto 0;
  width: 641px;
}
.b_404 .text {
  margin: 55px 0 0 110px;
  width: 435px;
}
.tabbable {
  margin-bottom: 30px;
}
.tabbable .nav_tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
.tabbable .nav_tabs li {
  float: left;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -webkit-box-shadow: inset 0 -5px 7px -7px #444;
  -moz-box-shadow: inset 0 -5px 7px -7px #444;
  box-shadow: inset 0 -5px 7px -7px #444;
  display: block;
  margin-right: 5px;
  border: 1px solid #d2dcbf;
  border-bottom-width: 0;
  background: #8ac815;
  text-shadow: 0 1px 0 #777;
  font-weight: bold;
  font-size: 17px;
  font-family: 'PT Sans';
  line-height: 18px;
}
.tabbable .nav_tabs li a {
  display: block;
  padding: 9px 17px 8px;
  color: #fff;
}
.tabbable .nav_tabs li a:hover {
  text-decoration: none;
}
.tabbable .nav_tabs li.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: -1px;
  background: #fff;
  text-shadow: none;
}
.tabbable .nav_tabs li.active a {
  padding-bottom: 9px;
  color: #000;
}
.tabbable .tab_content {
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  -o-border-radius: 0 5px 5px 5px;
  padding: 25px 20px;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.tabbable .tab_content .tab_pane {
  display: none;
}
.tabbable .tab_content .tab_pane.active {
  display: block;
}
.b_search input.search {
  width: 612px;
}
.b_search .l_news
	span.chain a {
  display: inline;
  font-size: 11px;
}
body.animating.browser_desktop div.l_general_content-item {
  -webkit-transition: top 0.5s ease-out, left 0.5s ease-out;
  -moz-transition: top 0.5s ease-out, left 0.5s ease-out;
  -ms-transition: top 0.5s ease-out, left 0.5s ease-out;
  -o-transition: top 0.5s ease-out, left 0.5s ease-out;
  transition: top 0.5s ease-out, left 0.5s ease-out;
}
.tab_nostyle {
  display: none;
}
.tab_nostyle.active {
  display: block;
}
.webim_button {
  display: none !important;
}
.telehouse {
  background: #03aa4e;
}
.telehouse .header_outer .header_inner .logo {
  width: 188px;
  background-image: url(../images/logo-telehouse.png);
}
.telehouse .header_outer .header_inner .col_right .header_wrapper .phone .num {
  color: #fff;
}
.telehouse .header_outer .header_inner .col_right .header_wrapper .phone .text {
  color: #000;
}
.telehouse .header_outer .header_inner .right_header_navy li a {
  background-image: url(../images/sprite-header-icons-green.png);
}
.telehouse .footer_inner_wrapper {
  color: #fff;
}
.telehouse .footer_inner_wrapper a {
  color: #fff;
}
.telehouse .footer_inner_wrapper a.ds {
  background-image: url(../images/logo-ds-white.png);
}
.telehouse .footer_inner_wrapper .copyright strong {
  color: #fff;
}
.telehouse .l_navy_top li {
  border-top: 1px solid #00843e;
  border-bottom: 1px solid #009845;
  border-left: 1px solid #045e2d;
  background: #007136;
}
.telehouse .l_navy_top li:first-child {
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  -o-border-radius: 7px 0 0 7px;
  border-left: 1px solid #009544;
}
.telehouse .l_navy_top li:last-child {
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  border-right: 1px solid #009544;
}
.telehouse .l_navy_top li.active {
  border-top-color: #9cd535;
  background: #86c416;
}
.telehouse .l_navy_top li.active a {
  color: #006822;
}
.telehouse .l_navy_top li a {
  color: #fff;
  font-size: 16px;
}
.telehouse .l_navy_top li a:hover {
  color: #898989;
}
.telehouse .btn_private_cab {
  background-image: url(../images/bg-auth-button-green.png);
  color: #026721;
}
.telehouse .cols_4 .btn_private_cab {
  background-image: url(../images/bg-auth-button-min-green.png);
}
.telehouse .l_navy_left li a.level_1.active {
  background-color: #17842d;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#17842d),to(#157a2a));
  background-image: -webkit-linear-gradient(top,#17842d,#157a2a);
  background-image: -moz-linear-gradient(top,#17842d,#157a2a);
  background-image: -o-linear-gradient(top,#17842d,#157a2a);
  background-image: -ms-linear-gradient(top,#17842d,#157a2a);
  background-image: linear-gradient(top,#17842d,#157a2a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#17842d',EndColorStr='#157a2a');
}
.telehouse.fixed .header_outer {
  background: #00a847;
}
.telehouse .l_list_1 .item .num {
  color: #026721;
}
.telehouse .b_green {
  background: #026721;
}
.telehouse a {
  color: #11702e;
}
.telehouse .b_sideblock.recall .title i {
  background-image: url(../images/icon-client-recall-caravan.png);
}
.telehouse .l_general_content .l_general_content-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.telehouse.fixed .header_outer {
  -webkit-box-shadow: 2px 2px 8px #333;
  -moz-box-shadow: 2px 2px 8px #333;
  box-shadow: 2px 2px 8px #333;
}
.telehouse .b_sideblock .arrow {
  background-image: url(../images/arrow-right-green-1.png);
}
.telehouse .l_navy_left li a.level_1.active:hover {
  color: #fff;
}
.telehouse .l_navy_left li a.level_1:hover {
  color: #107430;
}
.telehouse .l_navy_left li a.level_2:hover i {
  color: #047331;
}
.telehouse .l_navy_left li a.level_2:hover {
  color: #047331;
}
.telehouse .l_navy_left li a.level_2.active i {
  color: #047331;
}
.telehouse .b_green a {
  color: #fff;
}
.telehouse .b_accordion .accordion_group {
  background: #e5e5e5;
}
.telehouse .b_accordion .accordion_group .accordion_heading a {
  border-color: #107530;
}
.telehouse .b_accordion .accordion_group .accordion_heading i {
  background-image: url(../images/sprite-arrows-toggle-green.png);
}
.telehouse .l_list_1 .item i.dash {
  color: #11702e;
}
.telehouse .b_sideblock.glossary_article .title i {
  background-image: url(../images/icon-glossary-telehouse.png);
}
.telehouse .b_sideblock.glossary_request .title i {
  background-image: url(../images/zapros_th.png);
}
.telehouse .b_sideblock.glossary_domain .title i {
  background-image: url(../images/zayavka_domain_th.png);
}
.telehouse .b_sideblock.glossary_virt .title i {
  background-image: url(../images/zayavka_virt_th.png);
}
.telehouse .table_blue {
  border: solid #00ab4e;
  background: #00ab4e;
}
.aero {
  background: #00A3E0;
}
.aero .selectBox-label {
  color: #2ba4dd;
}
.aero .table_no_tarif.white .item {
  border: none;
  background: #fefce9;
}
.aero .table_blue table tbody tr.even td {
  background: #fefce9;
}
.aero .header_outer .header_inner .logo {
  width: 169px;
  background: url(../images/logo-aero.png) no-repeat;
}
.aero .header_outer .header_inner .col_right .header_wrapper .phone span.num {
  color: #fff;
}
.aero .header_outer .header_inner .col_right .header_wrapper .phone span.text {
  font-size: 16px;
}
.aero .b_accordion .accordion_group {
  background: #e9f9ff;
}
.aero .b_accordion .accordion_group .accordion_heading i {
  background: url(../images/prite-arrows-toggle-aero.png) no-repeat;
}
.aero .b_accordion .accordion_group.collapsed .accordion_heading i {
  background: url(../images/sprite-arrows-toggle.png) no-repeat 0 -23px;
}
.aero .b_accordion.request .registration_form {
  border: 1px solid #afd7e6;
}
.aero .b_accordion.request .registration_form .arrow {
  background: url(../images/arrow-top-grey-aero.png) no-repeat;
}
.aero .b_accordion.request .registration_form table thead tr:last-child td {
  border-bottom: 1px solid #d7ebf2;
}
.aero .b_sideblock.glossary_request.aero-b .title {
  margin-bottom: 10px;
}
.aero .b_sideblock.glossary_request.aero-b .title i {
  top: -9px;
  width: 45px;
  height: 32px;
  background: url(../images/zapros_caravan-aero-cloud.png) no-repeat;
}
.aero .l_list_1 .item i.dash {
  color: #00A3E0;
}
.aero .registration_form {
  border: 1px solid #afd7e6;
}
.aero .right_header_navy li a {
  background: url(../images/sprite-header-icons-aero.png) no-repeat;
}
.aero .right_header_navy li a.sitemap {
  background-position: -54px 0;
}
.aero .right_header_navy li a.subscribe {
  background-position: -107px 0;
}
.aero .right_header_navy li a.search {
  background-position: -159px 0;
}
.aero .btn_private_cab {
  background: url(../images/bg-auth-button-aero.png) no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}
.aero a[href^=tel] {
  text-decoration: none;
  color: #f3e42b !important;
}
.aero .num .t_phone {
  color: #f3e42b !important;
}
.aero .l_navy_left li a.level_1.active {
  background: #f2e228;
  box-shadow: 0 1px 1px #cdcdcd;
  color: #00A3E0;
}
.aero .l_navy_left li ul li a.level_2:hover {
  color: #00A3E0;
}
.aero .l_navy_left li ul li a.level_2:hover i,
.aero .l_navy_left li ul li a.level_2.active i {
  color: #00A3E0;
}
.aero .l_navy_left li .level_3 a {
  font-size: 12px;
}
.aero .l_navy_left li .level_3 a:hover,
.aero .l_navy_left li .level_3 a.active {
  color: #00A3E0;
}
.aero .b_sideblock .from {
  color: #00A3E0;
}
.aero .b_sideblock.glossary_article .title i {
  background: url(../images/icon-glossary-aero.png) no-repeat;
}
.aero .l_list_1 .item .num {
  color: #00A3E0;
}
.aero .b_sideblock.glossary_request .title i {
  background: url(../images/zapros_caravan-aero.png) no-repeat;
}
.aero .b_sideblock.recall .title i {
  background: url(../images/icon-client-recall-aero.png) no-repeat;
}
.aero .table_rack_rent td.item {
  background: #fefce9;
}
.aero .table_rack_rent.white td.item {
  border: 2px solid #faf4aa;
  background: none;
}
.aero .b_green {
  background: #00A3E0;
}
.aero .b_green i.important {
  background: url(../images/icon-important-aero.png) no-repeat;
}
.aero .footer_inner_wrapper {
  color: #fff;
}
.aero .footer_inner_wrapper .copyright strong,
.aero .footer_inner_wrapper a {
  color: #fff;
}
.aero .footer_inner_wrapper a.ds {
  background: url(../images/logo-ds-aero.png) no-repeat 100% 0;
}
.aero .l_navy_top li {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #fff;
  background: none;
}
.aero .l_navy_top li:first-child {
  border-left: 2px solid #fff;
}
.aero .l_navy_top li:last-child {
  border-right: 2px solid #fff;
}
.aero .l_navy_top li.active {
  position: relative;
  background: #f2e228;
  box-shadow: 0 1px 1px #1f97c4;
}
.aero .l_navy_top li.active:before {
  position: absolute;
// top: -2px;
  right: -2px;
  bottom: -2px;
  left: -1px;
  background: #f2e228;
  content: "";
}
.aero .l_navy_top li.active a {
  position: relative;
  z-index: 1;
  color: #00A3E0;
}
.aero .l_navy_top li.active a:hover {
  color: #fff;
}
.aero .l_navy_top li a {
  color: #fff;
}
.aero .l_navy_top li a:hover {
  color: #f3e42b;
}
.aero a.btn {
  margin: 0;
  padding: 8px 30px;
  border-radius: 4px;
}
.news-brick .jcarousel-container {
  background: #7bb412;
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'DINCondensedC';
  line-height: 23px;
}
.news-brick .jcarousel-container,
.news-brick .jcarousel-clip,
.news-brick .jcarousel-item {
  width: 195px;
  height: 170px;
}
.news-brick .jcarousel-prev,
.news-brick .jcarousel-next {
  position: absolute;
  top: 10px;
  display: block;
  width: 22px;
  height: 24px;
  background: url(../images/arrows-slider.png);
  cursor: pointer;
}
.news-brick .jcarousel-prev {
  right: 32px;
  background-position: 0 0;
}
.news-brick .jcarousel-prev:hover {
  background-position: 0 -24px;
}
.news-brick .jcarousel-next {
  right: 10px;
  background-position: -22px 0;
}
.news-brick .jcarousel-next:hover {
  background-position: -22px -24px;
}
.news-brick .date {
  margin: 12px 15px 25px;
  color: #000;
}
.news-brick .text {
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  height: 71px;
}
.news-brick .text a {
  color: #fff;
}
.news-brick.big .jcarousel-container {
  display: none !important;
}
.l_general_content-item_s {
  position: relative;
}
.l_general_content-item_s .title {
  position: absolute;
  left: 12px;
  display: block;
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'DINCondensedC';
  line-height: 23px;
}
.l_general_content-item_s .title.black_top {
  top: 15px;
  color: #000;
}
.l_general_content-item_s .title.white_bottom {
  bottom: 15px;
  color: #fff;
}
.error {
  position: relative;
}
.error input[type="text"],
.error textarea {
  -webkit-box-shadow: inset 1px 1px 2px -2px #000, 0 0 0 3px #f18b7e;
  -moz-box-shadow: inset 1px 1px 2px -2px #000, 0 0 0 3px #f18b7e;
  box-shadow: inset 1px 1px 2px -2px #000, 0 0 0 3px #f18b7e;
  border-right: none !important;
  border-bottom: none !important;
}
.error .error_box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #777;
  -moz-box-shadow: 0 0 5px #777;
  box-shadow: 0 0 5px #777;
  position: absolute;
  top: 100%;
  display: block;
  margin-top: 5px;
  width: 430px;
  background: #fff;
  color: #000;
}
.error .error_box .icon {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 100%;
  background: #f73f00;
}
.error .error_box .label {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/icon-alert.png) no-repeat 0 0;
}
.error .error_box .red-arrow {
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f73f00;
  border-left: 7px solid transparent;
}
.error .error_box .text {
  display: block;
  margin-left: 35px;
  padding: 9px;
}
.width_800 body {
  font-size: 14px;
}
.width_800 .footer_inner_wrapper {
  font-size: 11px;
}
.width_800 .header_outer .header_inner .col_right .header_wrapper .phone span.num {
  font-size: 25px;
}
.width_800 .header_outer .header_inner .col_right .header_wrapper .phone span.text {
  font-size: 15px;
}
.width_800 .header_outer .header_inner .col_right .header_wrapper .phone span.vertical-line {
  margin: 0 6px;
}
.width_800 .right_header_navy li {
  margin-left: 22px;
}
.width_800 .right_header_navy {
  margin: 5px 0 0;
}
.width_800 .right_header_navy li:first-child {
  margin: 0;
}
.width_800 .l_navy_top li a {
  padding: 9px 12px 10px;
  font-size: 15px;
}
.width_800 .header_outer .header_inner .col_right .header_wrapper .row_1 {
  margin-bottom: 15px;
}
.width_800 .aero .btn_private_cab {
  background: url(../images/bg-auth-button-aero-small.png) no-repeat;
}
textarea.error,
input.error,
select.error {
  border-color: red;
}
.bx-core-waitwindow {
  display: none;
}
h1.top_header {
  width: 700px;
}
#jivo-label {
  position: fixed;
  top: 149px !important;
  right: 0 !important;
  z-index: 10 !important;
  margin-top: 0 !important;
  width: 44px !important;
  height: 174px !important;
  background: url(../images/bg-online-consultant.png) no-repeat 0 0 !important;
}
#jivo-label table {
  display: none !important;
}
.snip1_header {
  position: relative;
  margin: 0px -17px 6px;
  padding: 0px 0px 0px 20px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: DINCondensedC;
  line-height: 23px;
}
.snip1_text {
  color: #757272;
  font-size: 12px;
}
.snip2_text {
  margin: 6px 0px 6px;
  color: #757272;
  font-size: 12px;
}
.snip2_link {
  outline: none;
  color: #2ba4dd;
  text-decoration: none;
}
.snip2_link .arrow {
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(../images/arrow-right-blue-1.png) no-repeat 0 0;
  vertical-align: middle;
}
.all_request_number label {
  display: block;
  margin: -21px 0 0 24px;
  font-size: 11px;
}
.footer_outer_wrapper .f_contacts {
  display: block;
}
.footer_outer_wrapper .f_contacts.telehouse {
  display: none;
}
.footer_outer_wrapper .f_contacts.aero {
  display: none;
}
.telehouse .footer_outer_wrapper .f_contacts {
  display: none;
}
.telehouse .footer_outer_wrapper .f_contacts.telehouse {
  display: block;
}
.aero .footer_outer_wrapper .f_contacts {
  display: none;
}
.aero .footer_outer_wrapper .f_contacts.aero {
  display: block;
}
.t_phone {
  display: inline-block;
}
.t_phone.telehouse,
.t_phone.aero {
  display: none;
}
.telehouse .t_phone.all {
  display: none;
}
.telehouse .t_phone.telehouse {
  display: inline-block;
}
.telehouse .print_wrapper .phone .t_phone.telehouse {
  background: #fff;
}
.aero .t_phone.all {
  display: none;
}
.aero .t_phone.aero {
  display: inline-block;
}
.aero h3 {
  color: #2ba4dd;
}
.iaas-form {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #b3d8e6;
  border-radius: 4px;
}
.iaas-form .btn {
  margin: 1px 20px 0 20px;
  height: 18px;
}
.iaas-form .btn .price {
  color: #436800;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
.iaas-form input[type="text"] {
  width: 40px;
}
.iaas-form .ez-radio input {
  cursor: pointer;
}
.iaas-form .row {
  margin-bottom: 40px;
}
.iaas-form .title {
  display: inline-block;
  width: 45px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 13px;
}
.iaas-form .row-os .title {
  width: auto;
}
.iaas-form .rangeslider-block {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 305px;
  border-radius: 15px;
  background: #f8f8f8;
  vertical-align: middle;
}
.iaas-form .rangeslider-block .rangeslider {
  z-index: 2;
}
.iaas-form .rangeslider-block .rangeslider .rangeslider__handle {
  cursor: pointer;
}
.iaas-form .rangeslider-block .point {
  position: absolute;
  bottom: 2px;
  width: 0;
  height: 6px;
  border-left: 1px solid #bac9ce;
}
.iaas-form .rangeslider-block .point-1 {
  left: 16px;
}
.iaas-form .rangeslider-block .point-2 {
  left: 79px;
}
.iaas-form .rangeslider-block .point-3 {
  left: 155px;
}
.iaas-form .rangeslider-block .point-4 {
  left: 231px;
}
.iaas-form .rangeslider-block .point-5 {
  right: 16px;
}
.iaas-form .rangeslider-block .range-text {
  position: absolute;
  top: 100%;
  color: #898989;
  font-style: italic;
  font-size: 13px;
  line-height: 22px;
}
.iaas-form .rangeslider-block .min-text {
  left: 16px;
}
.iaas-form .rangeslider-block .max-text {
  right: 16px;
}
.iaas-form .input-block {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.iaas-form .input-block input {
  font-weight: bold;
}
.aero .iaas_accordion .accordion_group {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 30px;
}
.aero .iaas_accordion .accordion_heading {
  padding: 0;
  margin-bottom: 20px;
}
.aero .iaas_accordion .accordion_heading a {
  line-height: 20px;
}
.aero .iaas_accordion .heading_text {
  display: inline-block;
  vertical-align: middle;
  width: 440px;
}
.aero .iaas_accordion .icon {
  display: inline-block;
  width: 55px;
  background: url(../images/icons-iaas.png);
  vertical-align: middle;
  margin-right: 20px;
}
.aero .iaas_accordion .icon.type-1 {
  height: 50px;
  background-position: 0 0;
}
.aero .iaas_accordion .icon.type-2 {
  height: 43px;
  background-position: 0 -76px;
}
.aero .iaas_accordion .icon.type-3 {
  height: 55px;
  background-position: 0 -144px;
}
.aero .iaas_accordion .icon.type-4 {
  height: 60px;
  background-position: 0 -222px;
}
.aero .iaas_accordion .accordion_data {
  background: #fefcea;
  padding: 15px 20px 0;
  position: relative;
  border-radius: 8px;
}
.aero .iaas_accordion .accordion_data p {
  padding-bottom: 15px;
}
.aero .iaas_accordion .accordion_data:after {
  content: "";
  display: block;
  border-bottom: 10px solid #fefcea;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 20px;
  bottom: 100%;
}

.aero-fresh-btn {
        position: relative;
        display: inline-block;
        overflow: visible;
        margin: 1px 50px 0 20px;
        padding: 13px 5px 12px 5px;
        border: none;
        border-bottom: 1px solid #fff;
        background-color: rgb(237, 232, 35);
	background-image: initial;
	text-shadow: initial;
        color: #000;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        font-family: 'PT Sans';
        line-height: 18px;
        cursor: pointer;
}

.aero-fresh-btn.calc {
	margin: 1px 50px 0 40px
}

.aero-fresh-btn:hover {
        text-decoration: none;
}

.aero-fresh-btn:before {
        position: absolute;
        top: 0;
        left: -44px;
        display: block;
        width: 44px;
        height: 43px;
        border-bottom: 1px solid #fff;
        background: url(../images/cv-b1-left.gif) no-repeat 0 0;
        content: '';
}

.aero-fresh-btn:after {
        position: absolute;
        top: 0;
        right: -20px;
        display: block;
        width: 23px;
        height: 43px;
        border-bottom: 1px solid #fff;
        background: url(../images/cv-b-right.gif) 0 0;
        content: '';
}

.aero-fresh ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
}

.aero-fresh li {
        padding: 0 55px 0 55px;
        margin: 10px 0 10px 0;
        min-height: 38px;
        line-height: 18px;
}

.aero-fresh li#li1 {
        background: url(../images/cv-icon-1.gif) no-repeat 0 0;
}

.aero-fresh li#li2 {
        background: url(../images/cv-icon-2.gif) no-repeat 0 0;
}

.aero-fresh li#li3 {
        background: url(../images/cv-icon-3.gif) no-repeat 0 0;
}

.aero-fresh li#li4 {
        background: url(../images/cv-icon-4.gif) no-repeat 0 0;
}

.aero-fresh li#li5 {
        background: url(../images/cv-icon-5.gif) no-repeat 0 0;
}

.aero-fresh li#li6 {
        background: url(../images/cv-icon-6.gif) no-repeat 0 0;
}

.aero-fresh li#li7 {
        background: url(../images/cv-icon-7.gif) no-repeat 0 0;
}


.services .close_content {
  display: none !important;
}

.services__header {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.services__header::before {
  position: absolute;
  display: block;
  content: "";
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: 0;
  background-color: #f8f8f8;
  z-index: -1;
}

.services__content {
  /* padding-bottom: 40px; */
}

.services__button {
  display: block;
  padding: 10px 8px;
  width: 220px;
  margin: 0 auto;
  background-color: #ff2a7a;
  font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background-color 0.2s linear;
  border-radius: 4px;
}

.services__button:hover {
  text-decoration: none;
  background-color: #ff0060;
}

.services__button:active {
  color: rgba(255,255,255,0.8);
}

.services__more-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #eee925;
  border: 1px solid #eee925;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  border-radius: 30px;
}

.services__more-btn:hover {
  text-decoration: none;
}


.services__columns {
  display: flex;
  justify-content: space-between;
  height: 370px;
  margin-bottom: 40px;
}

.services__col {
  width: 370px;
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
}

.services__col--1 {
  background-image: url(../images/service-1.jpg);
}
.services__col--2 {
  background-image: url(../images/service-3.jpg);
  background-color: #00a0da;
}

.services__col-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease;
}

.services__col-link:hover {
  text-decoration: none;
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.4);
}

.services__col-btn {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.services__title {
  color: #000000;
  font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.services__title--white {
  color: #ffffff;
}

.services__features {
  padding: 15px 0;
  margin-bottom: 50px;
}

.services__features-wrapper {
  position: relative;
  margin-bottom: 32px;
}

.services__features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.services__features-item {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  min-height: 120px;
  padding: 15px;
  padding-left: 108px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 30px;
  background-color: #39cdf9;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
}

.services__features-item:nth-child(2n) {
  margin-right: 0;
}

.services__features-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border-radius: 6px;
  background-color: #ffffff;
  background-position: center;
  background-size: 48px;
  background-repeat: no-repeat;
}

.services__features-item--net:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M436 392c-19.555 0-36.227 12.543-42.422 30H361v-92h15.004C450.992 330 512 269.437 512 195c0-80.14-70.383-142.855-150.414-134.238C333.32 22.539 288.934 0 241 0c-60.398 0-114.734 36.332-138.102 91.352C44.473 100.145 0 150.508 0 210c0 66.168 54.281 120 121 120h30v92h-32.578c-6.195-17.457-22.867-30-42.422-30-24.813 0-45 20.188-45 45s20.188 45 45 45c19.555 0 36.227-12.543 42.422-30H181V330h60v94.578c-17.46 6.195-30 22.867-30 42.422 0 24.813 20.188 45 45 45s45-20.188 45-45c0-19.555-12.54-36.227-30-42.422V330h60v122h62.578c6.195 17.457 22.867 30 42.422 30 24.813 0 45-20.188 45-45s-20.188-45-45-45zM76 452c-8.27 0-15-6.73-15-15s6.73-15 15-15 15 6.73 15 15-6.73 15-15 15zm180 30c-8.27 0-15-6.73-15-15s6.73-15 15-15 15 6.73 15 15-6.73 15-15 15zM30 210c0-47.035 37.176-86.473 84.633-89.777l6.367-.446V120c24.04 0 46.64 9.363 63.64 26.36l21.212-21.212c-18.97-18.972-43.172-30.8-69.352-34.156C157.512 53.828 197.258 30 241 30c33.844 0 65.469 14.059 87.984 38.387C311 75.055 294.508 85.574 280.54 99.539l21.215 21.215C367.71 54.797 482 101.875 482 195c0 57.898-47.55 105-105.996 105H121c-50.18 0-91-40.375-91-90zm406 242c-8.27 0-15-6.73-15-15s6.73-15 15-15 15 6.73 15 15-6.73 15-15 15zm0 0'/%3E%3C/svg%3E");
}


.services__features-item--vendor:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M437.02 74.98C388.668 26.63 324.379 0 256 0S123.332 26.629 74.98 74.98C26.63 123.332 0 187.621 0 256s26.629 132.668 74.98 181.02C123.332 485.37 187.621 512 256 512s132.668-26.629 181.02-74.98C485.37 388.668 512 324.379 512 256s-26.629-132.668-74.98-181.02zm-38.84 231.418c0 7.293-5.934 13.223-13.227 13.223-7.289 0-13.223-5.93-13.223-13.223 0-7.293 5.934-13.222 13.223-13.222 7.293 0 13.227 5.93 13.227 13.222zM113.82 205.602c0-7.293 5.934-13.223 13.227-13.223 7.289 0 13.223 5.93 13.223 13.223 0 7.293-5.934 13.222-13.223 13.222-7.293 0-13.227-5.933-13.227-13.222zm315.164 195.664v-30.457c0-8.286-6.718-15-15-15-8.285 0-15 6.714-15 15v60.074a227.251 227.251 0 01-18.199 13.445v-53.52c0-8.28-6.715-15-15-15-8.281 0-15 6.72-15 15v70.325a224.35 224.35 0 01-31.969 11.976V213.457h38.688c5.172 18.082 21.836 31.36 41.555 31.36 23.836 0 43.222-19.387 43.222-43.223 0-23.832-19.386-43.223-43.222-43.223-17.356 0-32.348 10.29-39.22 25.086h-56.023c-8.285 0-15 6.715-15 15v281.152A226.798 226.798 0 01256 482C131.383 482 30 380.617 30 256c0-12.04.957-23.863 2.777-35.398h53.73c6.114 16.46 21.977 28.222 40.536 28.222 23.836 0 43.223-19.39 43.223-43.222s-19.387-43.223-43.223-43.223c-18.559 0-34.422 11.762-40.535 28.223H39.66c8.98-29.641 23.895-56.723 43.356-79.868v19.203c0 8.282 6.714 15 15 15s15-6.718 15-15V81.113a228.803 228.803 0 0118.195-13.441v42.262c0 8.285 6.719 15 15 15 8.285 0 15-6.715 15-15V50.867c9.187-4.262 18.7-7.93 28.496-10.941v263.168h-36.234c-6.11-16.461-21.973-28.223-40.536-28.223-23.832 0-43.222 19.39-43.222 43.223 0 23.836 19.39 43.222 43.222 43.222 18.563 0 34.426-11.761 40.536-28.222h51.234c8.285 0 15-6.715 15-15V32.93A226.458 226.458 0 01256 30c124.617 0 226 101.383 226 226 0 12.04-.957 23.863-2.777 35.398h-53.73c-6.114-16.46-21.977-28.222-40.536-28.222-23.836 0-43.223 19.39-43.223 43.222s19.387 43.223 43.223 43.223c18.559 0 34.422-11.762 40.535-28.223h46.848c-8.98 29.641-23.895 56.727-43.356 79.868zM399.06 188.37c7.293 0 13.226 5.934 13.226 13.223 0 7.293-5.933 13.222-13.226 13.222-7.29 0-13.223-5.93-13.223-13.222 0-7.29 5.934-13.223 13.223-13.223zM126.164 318.094c0 7.293-5.934 13.222-13.223 13.222-7.293 0-13.226-5.93-13.226-13.222 0-7.29 5.933-13.223 13.226-13.223 7.29 0 13.223 5.934 13.223 13.223zm0 0'/%3E%3Cpath d='M333.39 52.004c-23.835 0-43.226 19.387-43.226 43.223 0 5.074.887 9.941 2.5 14.468l-48.02 40.106a15 15 0 00-5.382 11.512v190.359l-20.586 11.121c-7.617-6.7-17.59-10.773-28.508-10.773-23.832 0-43.223 19.386-43.223 43.222 0 23.832 19.39 43.223 43.223 43.223 23.836 0 43.223-19.39 43.223-43.223 0-2.062-.153-4.086-.434-6.066l28.434-15.364a14.993 14.993 0 007.87-13.195V168.328l42.65-35.617a42.967 42.967 0 0021.48 5.738c23.832 0 43.222-19.39 43.222-43.222-.004-23.836-19.39-43.223-43.222-43.223zM176.946 395.242c0-7.293 5.934-13.222 13.223-13.222 7.293 0 13.223 5.93 13.223 13.222 0 7.29-5.93 13.223-13.223 13.223-7.29 0-13.223-5.934-13.223-13.223zm143.22-300.015c0-7.293 5.933-13.223 13.226-13.223 7.289 0 13.222 5.93 13.222 13.223 0 7.289-5.933 13.222-13.222 13.222-7.293 0-13.227-5.933-13.227-13.222zm0 0'/%3E%3C/svg%3E");
}

.services__features-item--vdc:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.022 512.022' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M436.639 421.029H419.91c-4.143 0-7.5 3.357-7.5 7.5s3.357 7.5 7.5 7.5h16.729c4.143 0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5zM255.441 139.206c-32.093 0-62.266 12.498-84.959 35.191a7.5 7.5 0 0010.607 10.607c19.859-19.861 46.265-30.799 74.352-30.799s54.492 10.938 74.353 30.799a7.5 7.5 0 0010.607-10.607c-22.694-22.693-52.866-35.191-84.96-35.191z'/%3E%3Cpath d='M314.826 210.58a7.5 7.5 0 000-10.607c-32.746-32.744-86.023-32.744-118.77 0a7.5 7.5 0 0010.607 10.607c26.895-26.896 70.66-26.896 97.555 0a7.504 7.504 0 0010.608 0z'/%3E%3Cpath d='M221.632 225.546a7.5 7.5 0 0010.607 10.607c12.793-12.795 33.611-12.795 46.404 0a7.501 7.501 0 0010.607-10.607c-18.642-18.642-48.976-18.642-67.618 0z'/%3E%3Cpath d='M316.79 316.458c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5H83.294V100.089h345.412v72.174c0 4.143 3.357 7.5 7.5 7.5s7.5-3.357 7.5-7.5V99.451c0-7.919-6.442-14.361-14.361-14.361H82.655c-7.919 0-14.361 6.442-14.361 14.361v202.646c0 7.919 6.442 14.361 14.361 14.361z'/%3E%3Cpath d='M488.928 199.88h-10.016V83.382c0-18.472-15.027-33.499-33.499-33.499H66.587c-18.472 0-33.499 15.027-33.499 33.499v253.281H19.926C8.938 336.664 0 345.602 0 356.588c0 30.453 24.775 55.229 55.229 55.229h289.296v27.227c0 12.735 10.36 23.096 23.096 23.096h121.308c12.734 0 23.095-10.36 23.095-23.096V222.976c-.002-12.735-10.362-23.096-23.096-23.096zM48.088 83.382c0-10.2 8.299-18.499 18.499-18.499h378.826c10.2 0 18.499 8.299 18.499 18.499V199.88H367.62c-12.735 0-23.096 10.36-23.096 23.096v113.688H48.087V83.382zM183.7 351.664h126.6v7.538c0 4.156-3.382 7.538-7.539 7.538H191.239c-4.157 0-7.539-3.382-7.539-7.538zM55.229 396.817C33.047 396.817 15 378.77 15 356.588a4.931 4.931 0 014.926-4.925H168.7v7.538c0 12.428 10.111 22.538 22.539 22.538H302.76c12.428 0 22.539-10.11 22.539-22.538v-7.538h19.225v45.153H55.229zm441.793 42.226c0 4.464-3.631 8.096-8.095 8.096H367.62c-4.464 0-8.096-3.632-8.096-8.096V222.976c0-4.464 3.632-8.096 8.096-8.096h121.308c4.464 0 8.095 3.632 8.095 8.096v216.067z'/%3E%3Cpath d='M471.155 227.307h-85.763c-7.411 0-13.44 6.029-13.44 13.44v155.324c0 7.411 6.029 13.44 13.44 13.44h85.763c7.411 0 13.44-6.029 13.44-13.44V240.748c.001-7.412-6.029-13.441-13.44-13.441zm-1.559 167.205h-82.644V242.307h82.644z'/%3E%3C/svg%3E");
}

.services__features-item--cpu:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 438.25'%3E%3Cpath d='M384.441 4.171a5198.408 5198.408 0 01-22.691 5.53 27160.434 27160.434 0 00-47.974 11.597c-8.735 2.119-18.138 4.372-20.893 5.007-2.756.635-5.382 1.387-5.835 1.671-.574.359 3.514 4.861 13.435 14.798l14.26 14.281-54.291 54.291-54.29 54.29-23.181-23.173-23.18-23.174-79.576 79.579C36.458 242.636.648 278.74.648 279.099c0 .847 29.305 30.139 30.153 30.139.354 0 29.524-28.881 64.822-64.18l64.178-64.181 23.18 23.174 23.18 23.173 69.689-69.686 69.688-69.687 13.269 13.257c7.297 7.291 13.372 13.124 13.499 12.963.465-.592 6.771-25.27 7.884-30.853.132-.665 2.02-8.502 4.194-17.416s5.706-23.501 7.848-32.415c2.141-8.914 4.465-18.249 5.162-20.745.698-2.496 1.461-6.07 1.696-7.942l.429-3.403-1.867.037c-1.026.021-6.971 1.298-13.211 2.837m-60.292 303.447v129.983H382.496V177.634H324.149v129.984m-95.3 25.601v104.382H287.2l-.164-104.214-.164-104.214-29.011-.168-29.012-.169v104.383m-98.541 26.262v78.12H188.655v-156.24H130.308v78.12m-94.652 25.932v52.188H94.003V333.225H35.656v52.188' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.services__features-item--scale:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M128 32V0H16C7.163 0 0 7.163 0 16v112h32V54.56L180.64 203.2l22.56-22.56L54.56 32H128zM496 0H384v32h73.44L308.8 180.64l22.56 22.56L480 54.56V128h32V16c0-8.837-7.163-16-16-16zM480 457.44L331.36 308.8l-22.56 22.56L457.44 480H384v32h112c8.837 0 16-7.163 16-16V384h-32v73.44zM180.64 308.64L32 457.44V384H0v112c0 8.837 7.163 16 16 16h112v-32H54.56L203.2 331.36l-22.56-22.72z'/%3E%3C/svg%3E");
}

.services__features-item--setup:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M323.929 218.929L241 301.857l-52.929-52.929c-3.906-3.904-10.236-3.904-14.143 0-3.905 3.905-3.905 10.237 0 14.143l60 60C235.882 325.023 238.44 326 241 326s5.118-.977 7.071-2.929l90-90c3.905-3.905 3.905-10.237 0-14.143-3.906-3.904-10.236-3.904-14.142.001z'/%3E%3Cpath d='M502.952 194.966l-30.368-2.905a224.415 224.415 0 00-18.357-44.186l19.368-23.554a10.001 10.001 0 00-.654-13.423L400.9 38.869a10 10 0 00-13.435-.643L363.91 57.659a223.915 223.915 0 00-44.204-18.313L316.753 9.03A10 10 0 00306.8 0H204.92a9.999 9.999 0 00-9.954 9.048l-2.905 30.368a224.415 224.415 0 00-44.186 18.357l-23.554-19.368a10.001 10.001 0 00-13.423.654L38.869 111.1a10 10 0 00-.643 13.435l19.433 23.555a223.915 223.915 0 00-18.313 44.204L9.03 195.247A10 10 0 000 205.2v101.88a9.999 9.999 0 009.048 9.954l30.371 2.906a224.56 224.56 0 0018.354 44.186l-19.367 23.553a10.001 10.001 0 00.654 13.423l72.04 72.029a10.001 10.001 0 0013.435.643l23.555-19.433a223.915 223.915 0 0044.204 18.313l2.954 30.315a10 10 0 009.953 9.03h101.88a9.999 9.999 0 009.954-9.048l2.905-30.368a224.415 224.415 0 0044.186-18.357l23.554 19.368a10 10 0 0013.423-.654l72.029-72.04a10 10 0 00.643-13.435L454.34 363.91a224.168 224.168 0 0018.314-44.203l30.315-2.954a10 10 0 009.03-9.953V204.92a9.997 9.997 0 00-9.047-9.954zM492 297.727l-28.12 2.74a10.001 10.001 0 00-8.709 7.438 204.219 204.219 0 01-21.546 52.003 10.003 10.003 0 00.911 11.426l18.027 21.851-59.19 59.199-21.852-17.968a10 10 0 00-11.419-.897 204.427 204.427 0 01-51.987 21.596 10 10 0 00-7.43 8.724L297.991 492h-83.718l-2.74-28.12a10.001 10.001 0 00-7.438-8.709 203.988 203.988 0 01-52.001-21.544 10 10 0 00-11.428.909l-21.851 18.027-59.199-59.19 17.968-21.852a10.001 10.001 0 00.896-11.421 204.62 204.62 0 01-21.596-51.989 10 10 0 00-8.723-7.426L20 297.991v-83.718l28.12-2.74a10.001 10.001 0 008.709-7.438 203.988 203.988 0 0121.544-52.001 10 10 0 00-.909-11.428l-18.027-21.851 59.19-59.199 21.852 17.968a10.001 10.001 0 0011.419.897 204.427 204.427 0 0151.987-21.596 10 10 0 007.43-8.724L214.009 20h83.718l2.74 28.12a10.001 10.001 0 007.438 8.709 203.988 203.988 0 0152.001 21.544 10.002 10.002 0 0011.428-.909l21.851-18.027 59.199 59.19-17.968 21.852a10.001 10.001 0 00-.897 11.419 204.427 204.427 0 0121.596 51.987 10 10 0 008.724 7.43L492 214.009z'/%3E%3Ccircle cx='366' cy='366' r='10'/%3E%3Cpath d='M256 90c-91.532 0-166 74.468-166 166s74.468 166 166 166c27.542 0 54.842-6.917 78.949-20.002 4.854-2.635 6.653-8.706 4.019-13.56-2.636-4.854-8.706-6.652-13.56-4.019C304.221 395.921 280.22 402 256 402c-80.505 0-146-65.495-146-146s65.495-146 146-146 146 65.495 146 146c0 24.22-6.079 48.221-17.58 69.408-2.635 4.854-.835 10.925 4.019 13.56 4.854 2.634 10.925.835 13.56-4.019C415.083 310.842 422 283.542 422 256c0-91.532-74.468-166-166-166z'/%3E%3C/svg%3E");
}



.services__numbers {
  margin-bottom: 94px;
}

.services__numbers-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.services__numbers-item {
  border: 2px solid #00a3e0;
  padding: 20px 10px;
  width: calc(20% - 10px);
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}

.services__numbers-item b {
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 23px;
  font-family: "DINCondensedC";
  line-height: 23px;
  margin-bottom: 5px;
}

.services__numbers-item span {
  display: block;
  font-size: 16px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #757575;
}

.services__use {
  margin-bottom: 0;
}

.services__use-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services__use-item {
  padding: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  width: calc(50% - 10px);
  background-color: #00a3e0;
  color: #ffffff;
  box-sizing: border-box;
}

.services__use-item:first-child {
  border-top-left-radius: 30px;
}

.services__use-item:last-child {
  border-bottom-right-radius: 30px;
}

.services__use-item h3 {
  margin-bottom: 20px;
  font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.services__use-item p {
  padding: 0;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.modal {
  padding: 40px 55px;
  width: 400px;
  background-color: #ffffff;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  z-index: 108;
}

.modal--info {
  text-align: center;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.modal--error {
  outline: 1px solid red;
}

.modal__heading {
  display: block;
  margin-bottom: 10px;
}

.modal__text {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.modal__input-wrapper {
  position: relative;
  padding: 0;
  margin-bottom: 25px;
}

input.modal__input {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 12px;
  background-color: #f8f8f8;
  border: 2px solid #f8f8f8;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: none;
}

input.modal__input:hover,
input.modal__input:focus {
  border: 2px solid #cccccc;
}

input.modal__input--invalid,
input.modal__input--invalid:hover,
input.modal__input--invalid:focus {
  border: 2px solid red;
}

.modal__label {
  display: block;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.modal__checkbox-label a {
  position: relative;
}

.modal__checkbox-label a:focus {
  text-decoration: underline;
}

.modal__checkbox-label:before {
  content: "";
  position: absolute;
  display: none;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #cccccc;
  z-index: 0;
}

.modal__checkbox {
  position: relative;
  z-index: 1;
}

.modal__checkbox:focus + .modal__checkbox-label:before {
  display: block;
}

.modal__submit {
  color: #ffffff;
  transition: transform 0.2s ease;
}

.modal__submit:hover,
.modal__submit:focus {
  transform: translateY(-2px);
}

.modal__submit:active {
  transform: translateY(-1px);
  color: rgba(255,255,255,0.5);
}

.modal__submit:disabled {
  opacity: 0.3;
  transform:none;
}

.modal__hidden {
  display: none;
}

.fancybox-lock {
  overflow: hidden !important;
}

.breadcrumbs {
  margin-bottom: 20px;
}
