@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: 160px;
}
.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: 15px;
}
.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;
}

