* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}
code,
kbd,
samp,
tt,
var,
input,
select,
isindex,
listing,
xmp,
plaintext {
  font: inherit;
  white-space: normal;
}
textarea {
  font: inherit;
  white-space: pre;
}
dfn,
cite,
var,
address {
  font-style: normal;
}
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img,
a img,
iframe,
fieldset,
form,
abbr,
object,
applet,
table {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td,
center {
  text-align: left;
  vertical-align: top;
}
body {
  line-height: 1;
  background: white;
  color: black;
}
q {
  quotes: "" "";
}
del {
  color: #ccc;
  text-decoration: line-through;
}
ins {
  color: #00B000;
}
del b,
del strong,
del em {
  color: #ccc !important;
  text-decoration: line-through !important;
}
ins b,
ins strong,
ins em {
  color: #00B000 !important;
}
ul,
dir,
menu {
  list-style: none;
}
/* sub, sup {vertical-align: baseline}
hr {display: none} we don't need a visual hr in layout
font {color: inherit !important; font: inherit !important; color: inherit !important}*/
/* disables some nasty font attributes in standard browsers */
/* marquee {overflow: inherit !important; -moz-binding: none}*/
blink,
ins {
  text-decoration: none;
}
nobr {
  white-space: normal;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#wizard,
.wizard {
  box-sizing: border-box;
}
#wizard *,
.wizard * {
  box-sizing: border-box;
}
.na__container {
  font-family: Verdana, sans-serif;
  margin-top: 32px;
}
.na__container h1 {
  font-size: 20px;
}
.na__floating-top-bar,
.na__floating-top-bar--visible {
  transition: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
  opacity: 0;
  height: 0;
}
.na__floating-top-bar .na__floating-top-bar__content {
  display: none;
}
.na__floating-top-bar--visible .na__floating-top-bar__content {
  display: block;
}
.na__floating-top-bar--visible {
  transition: opacity 0s linear, background-color 0.5s linear;
  background-color: #EEF4FA;
  z-index: 500;
  opacity: 1;
  height: 79px;
}
.na__floating-top-bar__content {
  width: 92%;
  max-width: 1140px;
  min-width: 970px;
  margin: 0 auto;
}
.na__floating-top-bar__cart__container {
  position: relative;
}
.na__floating-top-bar__cart {
  width: 100%;
  position: absolute;
  z-index: 1000;
  background-color: lightyellow;
}
.na__main {
  padding-right: 360px;
  min-width: 610px;
  max-width: 1140px;
}
.na__search-form {
  background-color: #EEF4FA;
  padding: 22px 18px;
  border-radius: 5px;
  white-space: nowrap;
}
.na__search-form__input {
  width: 77%;
  height: 32px;
  padding-left: 1%;
  font-size: 16px;
  border: 1px solid #BBD0E7;
  border-radius: 4px;
}
.na__search-form__submit {
  width: 20%;
  margin-left: 1%;
  float: right;
  height: 35px;
}
.na__sidebar {
  float: right;
  z-index: 1000;
}
.na__sidebar--fixed {
  position: fixed;
  top: 0;
}
.na__sidebar__item {
  border: 1px solid #DBDBDB;
  border-bottom: none;
  width: 284px;
  font: normal 12px verdana;
  background-color: white;
}
.na__sidebar__item--first {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.na__sidebar__item--first .na__button--small {
  margin-bottom: 30px;
}
.na__sidebar__item--last {
  border-bottom: 1px solid #DBDBDB;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blue_collapse_arrow.close,
.blue_collapse_arrow.open {
  float: left;
  background: url(/my/static/images/blue_collapse_arrows.png) no-repeat left top;
  height: 5px;
  width: 8px;
  margin: 6px 15px 15px 15px;
  display: block;
}
.blue_collapse_arrow.close {
  background: url(/my/static/images/blue_collapse_arrows.png) no-repeat left -5px;
}
.na__sidebar__item--cart {
  transition: border-top, border-radius 1s linear;
  margin-bottom: 20px;
  border: 1px solid #79A3CF;
  border-radius: 5px;
  background-color: white;
}
.na__floating-top-bar .na__sidebar__item--cart,
.na__sidebar--fixed .na__sidebar__item--cart {
  transition: border-top, border-radius 1s linear;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
}
.na__sidebar__item--panel {
  transition: border-top, border-radius 1s linear;
  margin-bottom: 20px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background-color: white;
}
.na__sidebar__item--panel--body {
  padding: 30px 38px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 0px;
}
.na__sidebar__item--panel--body:last-child {
  border-bottom: none;
}
.na__sidebar__item__header {
  padding: 30px 38px 30px 0;
}
.na__sidebar__item__header--noarrow {
  padding: 30px 38px 30px 38px;
}
.na__sidebar__item__header__title {
  font-size: 16px;
}
.na__sidebar__item__header__collapsed-indicator {
  display: inline-block;
}
.na__sidebar__item__body {
  padding-left: 38px;
  padding-right: 38px;
}
.na__sidebar__item__body-separator {
  border-top: 1px solid #DBDBDB;
  margin-left: 38px;
}
.na__domain-themes {
  font-size: 13px;
  cursor: pointer;
  padding: 10px 0 11px 0;
}
.na__domain-themes__item,
.na__domain-themes__item--selected {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  height: 30px;
  line-height: 30px;
}
.na__domain-themes__item--selected {
  background-color: #eef4fa;
  color: #000;
}
.na__domain-themes__item__name {
  display: inline-block;
  padding-left: 38px;
  color: #2879BC;
  padding-right: 10px;
  vertical-align: middle;
}
.na__domain-themes__item__count {
  display: inline-block;
  color: #999999;
  vertical-align: middle;
}
.na__domain-themes__item__remove {
  display: inline-block;
  float: right;
  padding: 0 8px 0 15px;
  width: 20px;
  vertical-align: middle;
}
.b-item__name--disabled {
  opacity: .5;
}
.b-item-status {
  color: #A3A3A3;
}
.b-item-status a {
  color: #2879BC;
}
.b-item-status,
.b-item-price,
.na__link-button,
.na__link-button--checked {
  font-size: 14px;
}
.b-item-price--old {
  opacity: .5;
  text-decoration: line-through;
}
.na__link-button--checked {
  background: url(/my/static/images/blue_flag.png) no-repeat left center;
  padding-left: 18px;
}
.b-item__name,
.b-item__name--disabled {
  font-size: 16px;
}
.na__checkbox {
  display: none;
}
.na__checkbox + label {
  cursor: pointer;
  font-size: 16px !important;
  display: flex;
  display: -webkit-flex;
}
.na__checkbox:not(checked) + label:before {
  font-size: 16px;
  cursor: pointer;
  content: '';
  display: block;
  float: left;
  width: 18px;
  height: 15px;
  margin: 0 5px 0 0px;
  background: url(/images/blue_checkbox.png) no-repeat left top;
}
.na__checkbox:checked + label:before {
  background-position: 0 -15px;
}
.spin_loading_looper {
  background: url(/my/static/images/blue_spin.png) no-repeat left top;
  margin-top: 43px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.na__breadcrumbs_item,
.na__breadcrumbs_item--active {
  float: left;
  padding: 20px 0;
  padding-right: 1em;
  font-size: 11px;
  color: #b3b3b3;
  line-height: 22px;
  white-space: nowrap;
  vertical-align: middle;
}
.na__breadcrumbs_item--active {
  color: #000;
}
.na__breadcrumbs--circle {
  border: 1px solid;
  border-radius: 50%;
  float: left;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  white-space: nowrap;
  vertical-align: middle;
  margin-right: 8px;
}
.na__right_bracket {
  display: inline-block;
  transform: scale(0.5, 1);
}
.na__upper2px {
  top: -1px;
  position: relative;
  font-size: 13px;
}
.g-error,
.na_error,
.g-info,
.g-alarm,
.g-gear {
  padding: 26px 16px 26px 60px;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
}
.g-error:before,
.na_error:before,
.g-alarm:before {
  content: '!';
  display: inline-block;
  color: #bf3c32;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  text-align: center;
  margin-right: 15px;
  float: left;
  position: absolute;
  left: 19px;
  top: 22px;
  margin-bottom: auto;
  margin-top: auto;
}
.g-error,
.na_error {
  background-color: #faefee;
}
.g-error:before,
.na_error:before {
  content: '!';
  color: #bf3c32;
}
.g-info {
  background: #f1f7ec url(/my/static/images/g-info.png) no-repeat 16px 24px;
}
.g-alarm {
  background-color: #fcfaef;
}
.g-alarm:before {
  content: 'i';
  color: #d7bb36;
}
.g-gear {
  background: #eef4fa url(/my/static/images/blue_gear.png) no-repeat 16px 24px;
}
.g-small {
  display: inline-block;
  font-size: 12px;
  margin-top: 3px;
}
.g-hidden {
  display: none !important;
}
.g-row {
  margin-left: -10px;
  margin-right: -10px;
}
.g-row:before,
.g-row:after {
  content: " ";
  display: table;
}
.g-row:after {
  clear: both;
}
.g-row .g-row {
  margin-left: 0;
  margin-right: 0;
}
.g-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.g-col .g-col {
  padding-left: 0;
  padding-right: 0;
}
.g-col-1 {
  width: 8.33333333%;
}
.g-col-2 {
  width: 16.66666667%;
}
.g-col-3 {
  width: 25%;
}
.g-col-4 {
  width: 33.33333333%;
}
.g-col-5 {
  width: 41.66666667%;
}
.g-col-6 {
  width: 50%;
}
.g-col-7 {
  width: 58.33333333%;
}
.g-col-8 {
  width: 66.66666667%;
}
.g-col-9 {
  width: 75%;
}
.g-col-10 {
  width: 83.33333333%;
}
.g-col-11 {
  width: 91.66666667%;
}
.g-col-12 {
  width: 100%;
}
/* common classes */
input[type="text"] {
  border: 1px solid #ddd;
}
input[type="text"],
input[type="password"],
select {
  padding-left: 8px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body.fixed {
  overflow: hidden;
}
button {
  font-family: Verdana, Geneva, Sans, sans-serif;
}
.basementcont.footer-phones {
  clear: both;
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clear {
  clear: both;
}
.pages-list li {
  float: left;
  font-family: Arial;
  font-size: 11px;
}
.pages-list li a {
  display: inline-block;
  width: 23px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #2c77bc;
  border-radius: 3px;
}
.pages-list li a:hover {
  cursor: pointer;
  text-decoration: none;
  background: #edf6ff;
}
.pages-list li a.current {
  background: #2c77bc;
  color: #fff;
}
.pages-arrow a {
  padding: 0 4px;
}
.button {
  display: inline-block;
  background: transparent;
  color: #2c77bc;
  border: 1px solid #2c77bc;
  border-radius: 3px;
  padding: 0 12px;
}
.button:hover {
  cursor: pointer;
  text-decoration: none;
  background: #edf6ff;
}
.sorted.sorted-asc {
  background: url(/my/static/images/Icons/sorted-asc.png ) right 4px no-repeat;
}
.bid-button {
  background: linear-gradient(180deg, #FEFEFE 0%, #F6F6F6 100%);
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  padding: 5px 20px;
  font-size: 11px;
}
.bid-button:hover {
  border: 1px solid #BFBFBF;
}
.bid-button:active {
  border: 1px solid #DFDFDF;
  background: linear-gradient(180deg, #F6F6F6 0%, #FEFEFE 100%);
}
.bid-button-action {
  background: url(/my/static/images/Icons/arrow-down.png ) right 8px top 11px no-repeat, linear-gradient(180deg, #FEFEFE 0%, #F6F6F6 100%);
  padding: 5px 25px;
  margin-left: 20px;
}
.bid-button-action:active {
  background: url(/my/static/images/Icons/arrow-down.png) right 8px top 11px no-repeat, linear-gradient(180deg, #F6F6F6 0%, #FEFEFE 100%);
}
.bid-button-action-pressed {
  background: url(/my/static/images/Icons/arrow-up.png) right 8px top 10px no-repeat, linear-gradient(180deg, #FEFEFE 0%, #F6F6F6 100%);
}
.reg-button {
  height: 26px;
  line-height: 26px;
}
.reg-button.save-change {
  margin-top: 28px;
}
.reg-button.reg-button-h22 {
  height: 22px;
  line-height: 22px;
}
.reg-button.disabled,
.reg-button.disabled:hover {
  border-color: #c2c2c2;
  color: #c2c2c2;
  cursor: default;
  background: #fff;
}
.reg-button.show-list-button {
  background: url(/my/static/images/Icons/arrow_down_active.png) right 10px bottom 8px no-repeat;
  padding: 0px 25px 0px 15px;
}
.reg-button.show-list-button.disabled {
  background: url(/my/static/images/Icons/arrow_down_unactive.png) right 10px bottom 8px no-repeat, #ffffff;
}
.reg-button.show-list-button.active {
  background: url(/my/static/images/Icons/arrow_up_active.png) right 10px bottom 8px no-repeat;
}
.reg-button.show-list-button:hover {
  background: url(/my/static/images/Icons/arrow_down_active.png) right 10px bottom 8px no-repeat;
}
.reg-button.show-list-button.disabled:hover {
  background: url(/my/static/images/Icons/arrow_down_unactive.png) right 10px bottom 8px no-repeat, #ffffff;
}
.reg-button.show-list-button.active:hover {
  background: url(/my/static/images/Icons/arrow_up_active.png) right 10px bottom 8px no-repeat;
}
.parking-list-action {
  display: none;
  position: absolute;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(20, 41, 94, 0.25);
  border-radius: 2px;
  top: 35px;
  left: -65px;
  width: 240px;
}
.inverse-button,
.inverse-button:hover {
  background: #2c77bc;
  color: #fff;
}
input[type="button"].reg-button,
input[type="submit"].reg-button {
  height: 28px;
}
.muted {
  color: #797979;
}
h4 {
  font-size: 1.3em;
}
s {
  text-decoration: line-through;
}
div.no-border {
  border: none;
}
.successfull,
.on-sale,
.on-parking,
.on-unparking {
  display: none;
  background: #F9FDF1;
  border: 1px solid #CADAA9;
  padding: 14px 28px;
  margin: 14px 0px 0px;
  width: 80%;
  border-radius: 4px;
}
.processed {
  display: none;
  background: #F9FBFC;
  border: 1px solid #D1DCEA;
  padding: 14px 28px;
  margin: 14px 0 0px;
  width: 80%;
  border-radius: 4px;
}
.not-on-parking,
.not-on-unparking,
.not-on-sale {
  display: none;
  background: #FDFCF1;
  border: 1px solid #FDF5E9;
  padding: 14px 28px;
  margin: 14px 0 0px;
  width: 80%;
  border-radius: 4px;
}
.error {
  display: none;
  background: pink;
  border: 1px solid red;
  padding: 14px 28px;
  margin: 14px 0 42px;
  width: 80%;
  border-radius: 4px;
}
.error2 {
  margin: 0;
  padding: 10px;
  font-size: 13px;
  margin-bottom: 18px;
  line-height: 16px;
  width: auto;
}
.info-message {
  display: none;
  background: #EAF2FF;
  border: 1px solid #75AADE;
  padding: 14px 28px;
  margin: 14px 0 42px;
  width: 80%;
  border-radius: 4px;
}
.error p {
  margin-bottom: 0!important;
}
.incorrect-password {
  color: red;
  float: right;
  display: none;
}
.b-remark {
  margin-top: 24px!important;
}
.b-remark__domain {
  width: 250px;
  display: inline-block;
  padding-right: 12px;
  padding-bottom: 4px;
}
.b-remark__error {
  color: #C00000;
}
div.tabs {
  margin: 0;
}
#content {
  margin-right: 70px;
}
#content.shop {
  margin: 20px 0;
  margin-left: 90px;
}
tr.odd {
  background: #F6F6F6;
}
tr.even:hover {
  background: #EEF4F7;
}
tr.odd:hover {
  background: #EEF4F7;
}
p.big {
  font-size: 1.3em;
}
table.bordered td,
table.bordered th {
  border: none!important;
  border-bottom: 1px solid #f1f1f1;
}
table.bordered tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
table.bordered tbody tr:hover {
  background: #f5f9fc;
}
table.bordered tbody tr:last-child {
  /*border: none;*/
}
table.bordered td {
  padding-top: 16px;
}
#sold-lots.bordered td {
  padding-top: 8px;
}
table.managercontent tr.low th,
table.managercontent tr.low td {
  padding: 10px 10px;
}
.marginb04 {
  margin-bottom: 4px;
}
/* common classes */
/* private classes */
.lot-info {
  width: 600px;
  padding: 30px;
  margin-top: 12px;
  margin-bottom: 24px;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 12px 0;
  background: #fbfbfb;
  border: 1px solid #fafafa;
  position: relative;
}
.lot-info__whitebg {
  background: #fff;
}
.lot-info h2 {
  margin-bottom: 6px;
}
.buy-lot {
  min-width: 160px;
  margin-top: 12px;
}
.b-currency-toggler {
  position: absolute;
  top: 10px;
  right: 16px;
}
.b-currency-toggler__link:hover {
  text-decoration: none;
}
.b-currency-toggler__link--disable {
  color: #797979;
  cursor: default;
}
.buy-lot .button,
.haggle .button {
  margin-top: 12px;
  padding: 0 24px;
}
.haggle {
  margin-top: 12px;
  height: 86px;
  padding-left: 28px;
  border-left: 1px solid #e6e6e6;
}
.haggle .button {
  margin-top: 6px;
}
.haggle input[type="text"] {
  padding: 0!important;
  padding-left: 8px!important;
  box-shadow: none!important;
  font-size: 11px;
}
.lot-domain-info {
  width: 640px;
}
.lot-domain-info > li:first-child {
  width: 62%;
  margin-right: 3%;
}
.lot-domain-info > li:last-of-type {
  width: 34%;
}
.lot-domain-info > li > h4 {
  margin-bottom: 12px;
}
.lot-domain-info > li li {
  height: 24px;
}
.lot-domain-info > li li span:first-child {
  width: 150px;
}
.indexes-link {
  font-size: 1.1em;
  color: #bbb;
}
.indexes-link:hover {
  text-decoration: none;
}
/* search panel */
.instruments {
  padding: 18px;
  display: none;
}
.instruments > a {
  margin-left: 12px;
}
.instruments .button {
  position: relative;
  left: -10px;
}
.switcher-link {
  margin-left: 20px;
}
table.managercontent tr.header {
  background: #f1f1f1!important;
}
a.js-handler {
  text-decoration: none;
  border-bottom: dashed 1px #d8dde0;
}
a.js-handler:hover {
  text-decoration: none;
  border-bottom: dashed 1px #d8dde0;
}
#sold-lots a.js-handler {
  border-bottom: none;
}
#sold-lots tr.header {
  border-bottom: none;
}
#sold-lots p {
  margin-bottom: 0!important;
}
.public_img {
  position: relative;
  top: 4px;
}
.for-load a {
  margin-left: 4px;
}
#sold-lots {
  margin-top: 16px;
}
#sold-lots td p:last-child {
  margin-bottom: 0!important;
}
.exponent-like-value {
  position: absolute;
  font-size: 10px;
  color: #333333;
  margin: -5px 2px 0px;
}
.filters-set {
  width: 100%;
}
.filters-set th {
  padding-left: 6px;
}
.filters-set td {
  margin-right: 30px;
}
.filters-set td > a {
  margin-left: 8px;
}
.filters-set td > a:first-child {
  margin-left: 0;
}
.filters-chb {
  position: absolute;
  left: -999999px;
}
.filters-chb-lbl {
  margin-right: 10px;
  color: #2c77bc;
  padding: 3px 6px;
}
.filters-chb-lbl:hover:not(.active) {
  cursor: pointer;
  text-decoration: underline;
}
.filters-chb-lbl.active:hover {
  cursor: pointer;
}
.filters-chb-lbl.active {
  background: #d9dad4;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* search panel */
/* seller main page */
#common {
  margin-top: 32px;
  max-width: 90%;
}
.shop-common {
  margin-top: 16px;
  min-width: 880px;
}
.shop-common > li {
  width: 45%;
  margin-right: 4%;
}
.shop-common h2 {
  background: #f5f5f5;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
}
.bids-stat li {
  padding: 0 18px;
  line-height: 50px;
  font-size: 1.3em;
  border-bottom: 1px solid #f5f5f5;
}
.lots-stat li {
  padding: 0 18px;
  height: 50px;
  font-size: 1.3em;
  border-bottom: 1px solid #f5f5f5;
}
.lots-stat li p:first-child {
  line-height: 30px;
  margin-bottom: 0!important;
}
.lots-stat li p:last-child {
  line-height: 8px;
  margin-bottom: 0!important;
  font-size: 0.8em!important;
}
.shop-link {
  padding: 18px;
  margin-top: 40px;
  background: #f5f5f5;
  width: 140px;
  text-align: center;
  float: left;
}
.shop-link h2 {
  font-size: 1.58em;
}
.shop-link p {
  font-size: 0.9em;
  margin-bottom: 0!important;
}
.b-for-sale__panel {
  padding: 8px 12px;
  background: #f2f2f2;
}
#change-haggle,
#move-from-sale,
#move-parking {
  margin-left: 8px;
}
/* seller main page */
/* sell domain */
.tags {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  padding: 0.5em;
  max-width: 660px;
  margin-bottom: 24px;
  min-height: 80px;
}
.tags li.tagAdd,
.tags li.addedTag {
  float: left;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.tags li.addedTag {
  background: none repeat scroll 0 0 #f0f0f0;
  border-radius: 5px;
  color: #000;
  /*padding: .5em;*/
  margin: 0 5px 5px 0;
}
span.tagRemove {
  font-size: 1.2em;
}
span.tagRemove:hover {
  cursor: pointer;
}
.tags input,
li.addedTag {
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: none;
  display: block;
  padding: 0.1em 0.5em;
}
.sorted.sorted-asc {
  background: url(/my/static/images/Icons/sorted-asc.png ) right 4px no-repeat;
}
.sorted.sorted-desc {
  background: url(/my/static/images/Icons/sorted-desc.png ) right 4px no-repeat;
}
.shop-tooltip {
  transition: all .2s;
  position: absolute;
  padding: 15px 20px;
  border: 1px solid #dfe2ea;
  background: #ffffff;
  font-size: 11px;
  line-height: 15px;
  color: #000000;
  display: none;
  box-shadow: 0px 2px 4px rgba(20, 41, 94, 0.25);
  border-radius: 2px;
  z-index: 99;
}
.bid-tooltip {
  transition: all .2s;
  width: 680px;
  text-transform: none;
  position: absolute;
  background: #fafafa;
  padding: 1em;
  border: 1px solid #dfe2ea;
  border-radius: 2px;
  z-index: 1000;
  display: none;
  line-height: 20px;
}
.bid-tooltip p {
  color: #333333;
}
.bid-tooltip-short {
  width: 280px !important;
}
/* --- tooltip: on hands --- */
.p-tooltip,
.p-tooltip p,
.p-tooltip span {
  cursor: default;
}
.p-tooltip span {
  background: url("/my/static/images/Icons/help-icon.png") right no-repeat;
  padding-right: 20px;
}
.p-tooltip__pre {
  position: relative;
}
.price-tooltip__for_sale {
  top: 8px;
  right: 0px;
}
.price-tooltip__sell {
  top: 5px;
  left: 0px;
}
.price-tooltip__bids {
  top: 16px;
  right: 0px;
}
.price-tooltip__lot {
  top: 8px;
  left: 0px;
}
.price-tooltip {
  display: none;
  position: absolute;
  transition: all .2s;
  width: 260px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #dfe2ea;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(20, 41, 94, 0.25);
  text-align: left;
  color: #333333;
  font-size: 11px;
  padding: 15px 15px 0px;
}
.price-tooltip p {
  padding-bottom: 10px;
  margin: 0px !important;
}
.price-tooltip ul li {
  height: auto;
  line-height: 14px;
  margin-bottom: 10px;
}
.price-tooltip ul li h1 {
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0px;
}
.price-tooltip ul li:last-child h1:after {
  content: ' (мин. 300 руб.)';
  font-weight: normal;
}
.price-tooltip ul li p {
  color: #797979;
  margin: 0px;
}
.bid-wnd-info {
  display: none;
  position: absolute;
  transition: all .2s;
  background: #ffffff;
  border: 1px solid #dfe2ea;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(20, 41, 94, 0.25);
  z-index: 1;
  margin-left: -240px;
  margin-top: 20px;
  width: 240px;
  padding: 5px 10px 15px;
}
.bid-wnd-info ul li {
  padding: 20px 10px;
}
.bid-comment {
  max-width: 220px;
  min-width: 220px;
  max-height: 60px;
  min-height: 60px;
  font-size: 11px;
}
.counter-bid {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 200;
  background: #fff;
  width: 260px;
  height: auto;
  min-width: 260px;
  min-height: 240px;
  margin-left: -160px;
  margin-top: -150px;
  padding: 40px 0px 40px 20px;
  border: 1px solid #dddddd;
}
.counter-bid h1 {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}
.bid-wnd-info__close {
  display: block;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  position: absolute;
  background: url(/my/static/images/Icons/close-icon.png) left top no-repeat;
}
.counter-bid__close {
  display: block;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  position: absolute;
  background: url(/my/static/images/Icons/close-icon.png) left top no-repeat;
}
.b-overlay__counter-bid {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 199;
}
/* sell domain */
/* popup section */
.b-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow-y: scroll;
}
.b-preloader {
  background: url(/my/static/images/preloader.gif) no-repeat #fff;
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 101;
  border-radius: 40px;
  background-position: 10px;
}
.b-popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 198;
  background: #fff;
  width: auto;
  height: auto;
  min-width: 300px;
  min-height: 150px;
  margin-left: -150px;
  margin-top: -75px;
  /*padding: 16px;*/
  padding: 35px 55px;
  margin-bottom: 20px;
}
.b-popup h1 {
  padding-top: 0.5em;
}
.b-popup__close {
  display: block;
  width: 20px;
  height: 20px;
  right: 40px;
  top: 40px;
  position: absolute;
  background: url(/my/static/images/Icons/close-icon.png) left top no-repeat;
}
.b-popup__close-link {
  margin-left: 12px;
}
.b-lotforsale {
  display: block;
  width: 700px;
  min-height: 680px;
  height: auto;
}
.b-lotforsale h1 {
  font-weight: bold;
  color: #000000;
  font-size: 28px;
}
.b-lotforsale h2 {
  font-size: 14px;
  margin-top: -10px;
}
.b-lotforsale .b-subtabs__item,
.b-lotforsale .b-subtabs__item1 {
  padding: 0 12px;
}
.b-lotforsale__bids {
  display: block;
  width: 100%;
  min-height: 170px;
  margin-bottom: 24px;
}
.b-lotforsale__bids-table {
  width: 98%;
  margin: 0 auto;
}
.b-lotforsale__bids-table tr {
  height: 40px;
  border-bottom: 2px solid #f2f2f2;
}
.b-lotforsale__bids-table tbody tr:hover {
  background: #edf6ff;
}
.b-lotforsale__bids-table th {
  color: #797979;
}
.b-lotforsale__bids-table td:last-child,
.b-lotforsale__bids-table th:last-child {
  padding-left: 35px;
  width: 150px;
  text-align: right;
}
.b-lotforsale__bids-table-date,
.b-lotforsale__bids-table-expires {
  width: 120px;
  text-align: left;
}
.b-lotforsale__bids-table-offer,
.b-lotforsale__bids-table-to-hand {
  text-align: right;
}
.b-lotforsale__bids-table td:first-child,
.b-lotforsale__bids-table th:first-child {
  padding-left: 4px;
}
.b-lotforsale__bids-table td {
  font-size: 13px;
  line-height: 16px;
  padding: 10px 0px;
  vertical-align: middle;
}
.b-lotforsale__bids-table td p {
  margin-bottom: 0!important;
  color: #797979;
}
#b-lotforsale__bids-message {
  padding-top: 111px;
  font-size: 12px;
  color: #797979;
  line-height: 15px;
  text-align: center;
}
.b-lotforsale__bids-selector {
  display: none;
  position: absolute;
  margin-top: 40px;
  margin-left: -110px;
  background: #ffffff;
  padding: 10px;
  width: 240px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  border-top: none;
}
.b-lotforsale__bids-selector ul li {
  padding: 5px;
  text-align: right;
}
.b-tab {
  display: none;
}
.b-tab__current {
  display: block;
}
/* popup lot tabs block */
.b-lotforsale__info {
  position: relative;
}
.b-lotforsale__info h4 {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  display: inline-block;
}
.b-lotforsale__info h4 span,
.b-lotforsale__info h4 a {
  padding: 12px;
  display: inline-block;
}
.b-lotforsale__info h4 a {
  background: #fff;
}
.b-lotforsale__info > li {
  display: none;
  width: 100%;
  position: absolute;
  height: 250px;
}
.b-lotforsale__info > li.b-tab__current {
  display: block;
}
.b-lotforsale__info-tab {
  height: 194px;
  padding: 0px 0 16px;
  background: #fff;
}
.b-lotforsale__info-list {
  display: block;
  padding-bottom: 10px;
}
.b-lotforsale__info-list.w45 {
  float: left;
  width: 45%;
  padding-right: 4%;
  border-bottom: none;
}
.b-lotforsale__info-list:first-child {
  border-bottom: 1px solid #efefef;
}
.b-lotforsale__info-list.w45:first-child {
  border-bottom: none;
}
.b-lotforsale__info-list li {
  height: 38px;
  line-height: 30px;
}
.b-lotforsale__info-list li.li-tall {
  height: 24px;
  line-height: 15px;
}
.b-lotforsale__info-list li.li-muted {
  color: #7f7f7f;
}
.b-lotforsale__info-list li > span:first-child {
  width: 180px;
  /*line-height: 39px;*/
}
.b-vert-divider {
  display: inline-block;
  height: 100%;
  width: 0;
  border-left: 1px solid #d5d5d5;
  margin-left: 26px;
  margin-right: 22px;
}
.b-lotforsale__button-pane {
  padding-top: 10px;
  width: 668px;
  padding: 10px 16px 0;
  margin-left: -16px;
  margin-top: 16px;
  border-top: 1px solid #ddd;
}
.b-lotforsale__button-pane .js-close {
  margin-left: 40px;
}
.b-lotforsale__button-pane a.right {
  margin-top: 5px;
}
#lot-url {
  height: 22px;
  line-height: 22px;
  width: 322px;
  padding: 0!important;
  padding-left: 8px!important;
  float: left;
  margin-top: 5px;
  box-shadow: none;
  font-size: 11px;
}
.private-link {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #aaa;
  border-left: 0;
  position: relative;
  top: 5px;
  cursor: pointer;
  border-top-right-radius: 2px;
  border-top-bottom-radius: 2px;
  background: url(/my/static/images/Icons/open-link.png) center center no-repeat;
}
.copy-link,
.open-link {
  padding-left: 18px;
  margin-left: 15px;
  cursor: pointer;
}
.copy-link {
  background: url(/my/static/images/Icons/copy-link-icon.png) left center no-repeat;
}
.open-link {
  background: url(/my/static/images/Icons/open-link-icon.png) left center no-repeat;
}
.open-link-right {
  padding-right: 18px;
  margin-right: 15px;
  cursor: pointer;
  background: url(/my/static/images/Icons/open-link-icon.png) right center no-repeat;
}
#price-rub,
#price-usd,
#price-bid-rub,
#price-bid-usd {
  height: 22px;
  line-height: 20px;
  width: 148px;
  padding: 0!important;
  padding-left: 8px!important;
  padding-right: 8px!important;
  margin-top: 5px;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 11px;
}
#ch-haggle-lbl,
#ch_public-lbl,
#ch_parking-lbl {
  margin-top: 7px;
}
#ch_public-warn {
  margin-left: 10px;
  color: #c60000;
  display: none;
}
#category-selector,
#subcategory-selector,
#category2-selector,
#subcategory2-selector {
  position: relative;
  height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
  width: 165px;
  font-size: 11px;
  padding: 0!important;
}
#category2-selector {
  height: 20px;
}
#subcategory2-selector {
  height: 20px;
}
#subcategory-selector,
#subcategory2-selector {
  display: none;
}
#subcategory-selector {
  left: -10px;
}
#ch_public {
  position: relative;
  top: 3px;
}
.b-tab__history {
  padding: 24px 0 16px;
}
.b-tab__history > ul > li {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.b-tabs__history-dates {
  width: 100px;
}
.b-tabs__history-bids {
  width: 570px;
}
.b-tabs__history-bids li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  line-height: 15px;
}
.b-tabs__history-bids li span {
  font-weight: bold;
  font-size: 12px;
  margin-right: 24px;
}
.b-tabs__history-bids > p {
  color: #878787;
  margin-top: 18px!important;
  margin-bottom: 8px!important;
}
.b-tabs__history-bid {
  width: 250px;
  padding-left: 10px;
  background: #fafafa;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: default;
}
.b-tabs__history-bid > span:first-child {
  color: #878787;
  width: 25px;
  text-align: left;
  display: inline-block;
}
.b-tabs__history-bid .b-tabs__history-bidprice {
  width: 180px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.b-tabs__history-bid > span:last-child {
  display: inline-block;
}
.b-tabs__history-bid > span:last-child > span {
  text-align: right;
}
.b-tabs__history-bid > span:last-child img {
  position: relative;
  top: 3px;
  right: 4px;
}
/* popup lot tabs block */
input[name="domains_price"] {
  border: 1px solid #ccc;
}
/* popup section */
/* customer settings */
.b-settings h4 {
  margin-bottom: 12px;
  font-size: 16px;
}
.b-settings__2contract {
  margin-left: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.b-settings__2contract-inner {
  width: 640px;
  background: #e8edf0;
  padding: 12px;
}
.b-settings__2contract-inner input[name="money_transfer_contract_number"] {
  height: 18px;
  line-height: 18px;
}
select[name="money_transfer_contract_type"] {
  height: 22px;
}
.b-bank-req {
  width: 650px;
  margin-left: 24px;
  margin-top: 12px;
}
.b-settings h2 {
  margin-bottom: 12px;
}
.b-settings__button {
  margin-bottom: 24px;
}
.b-bank-req__error-msg {
  background: pink;
  border: 1px solid red;
  padding: 14px 28px;
  width: 80%;
  border-radius: 8px;
  margin-bottom: 12px;
}
.b-bank-req__ok-msg p:last-child {
  margin-bottom: 0!important;
}
.b-bank-req__error-msg p {
  margin-bottom: 0!important;
}
.b-bank-req_inner {
  background: #e8edf0;
  padding: 12px;
}
.b-bank-req_inner-span {
  height: 22px;
  line-height: 22px;
  display: block;
  margin-bottom: 3px;
}
.b-bank-req .b-bank-req_inner-input {
  height: 20px;
  line-height: 20px;
  margin-bottom: 3px;
  border: 1px solid #bbb;
  background: #fff;
  width: 230px;
  padding: 0!important;
  padding-left: 6px!important;
  font-size: 11px;
}
.input-error {
  border: 1px solid red!important;
  /*background: pink;*/
}
.form-hidden {
  display: none;
}
/* customer settings */
/* sold lots */
.b-table-sold-lots_bids-total {
  border: 1px solid gray;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 8px;
}
.align-right {
  text-align: right;
}
/* sold lots */
/* tabs */
.b-subtabs {
  margin-bottom: 24px;
  margin-top: 24px;
}
.b-subtabs__item,
.b-subtabs__item1 {
  float: left;
  display: inline-block;
  background: #fff;
  color: #2c77bc;
  border: 1px solid #c2c2c2;
  border-left: none;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  /*padding: 2px 12px;*/
}
li.b-subtabs__item-current {
  border-color: #2c77bc;
  cursor: default;
  border-left: 1px solid #2c77bc;
}
.b-subtabs__item-current a {
  color: #000;
  cursor: default;
}
.b-subtabs__item:not(.b-subtabs__item-current):hover,
.b-subtabs__item-current,
.b-subtabs__item1:not(.b-subtabs__item-current):hover {
  background: #edf6ff;
  color: #000;
}
.b-subtabs__item a,
.b-subtabs__item span,
.b-subtabs__item1 a,
.b-subtabs__item1 span {
  padding: 2px 12px;
}
.b-subtabs__item a:hover,
.b-subtabs__item1 a:hover {
  text-decoration: none;
}
.b-subtabs__item-first {
  border-left: 1px solid #c2c2c2;
  border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}
.b-subtabs__item-last {
  border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
/* tabs */
/* sell domain */
.b-sell-domain {
  min-width: 660px;
  width: 100%;
  margin-bottom: 12px;
}
.b-sell-domain thead td {
  line-height: 12px;
  font-weight: bold;
}
.b-sell-domain tbody {
  border-top: 2px solid #bbb;
}
.b-sell-domain tr {
  width: 100%;
  border-top: 1px solid #bbb;
}
.b-sell-domain tr:last-child {
  border: none;
  background: #f2f2f2;
}
/*.b-sell-domain tr:hover, */
.b-sell-domain__domain:hover,
.b-sell-domain tr.active {
  background: #EEF2F7;
}
.b-sell-domain td {
  padding: 8px 10px;
  vertical-align: middle;
}
.b-sell-domain-button {
  /*height: 22px;*/
  font-size: 1em;
}
.b-sell-domain-button:disabled {
  color: #ccc;
}
.b-sell-domain-button:disabled:hover {
  background: #fff;
  cursor: default;
}
tbody.no-border {
  border-top: none!important;
}
tbody.no-border tr:first-child {
  border-top: none!important;
}
.bg-white {
  background: #fff!important;
}
.b-sell-domain__common {
  border-bottom: 4px solid #fff;
  margin-top: 16px;
}
.b-sell-domain__common tbody {
  border-top: none;
}
#all_price_rub {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/my/static/images/Icons/check-green.png ) left center no-repeat;
  padding: 0;
  border: 1px solid gray;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 5px;
}
.b-popup__wrapper {
  height: 260px;
  overflow-y: auto;
  margin: 4px 0;
}
.b-popup__mass-domains-list {
  width: 490px;
  overflow: hidden;
  overflow-y: scroll;
}
.b-popup__mass-domains-list tr {
  height: 24px;
  line-height: 24px;
  border-bottom: 1px solid #f2f2f2;
}
.b-popup__mass-domains-list thead th,
.b-popup__mass-domains-list tbody tr {
  text-align: left;
}
.b-popup__mass-domains-list thead th:last-child,
.b-popup__mass-domains-list tbody tr td:last-child {
  padding-right: 18px;
  text-align: right;
}
.b-popup__mass-domains-list thead th:first-child,
.b-popup__mass-domains-list tbody tr td:first-child {
  padding-left: 18px;
}
/* sell domain */
/* custom checkbox section */
.custom_chbox {
  display: none;
  width: 0px;
  height: 0px;
  margin-left: -2000px;
}
.custom_chbox_label {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #ccc;
  display: block;
  width: 34px;
  height: 16px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
}
.custom_chbox:checked + .custom_chbox_label {
  background: #2c77bc;
}
.custom_chbox_label .marker {
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.custom_chbox + .custom_chbox_label .marker {
  /*right: 1px;*/
}
.custom_chbox:checked + .custom_chbox_label .marker {
  left: auto;
  right: 1px;
}
/* custom checkbox section */
/* pagination block */
.b-pagination__holder {
  text-align: right;
  padding: 12px;
  margin-top: 3px;
  background: #f2f2f2;
}
.b-pagination__link-holder {
  display: inline-block;
  color: #2c77bc;
  border-radius: 3px;
  /*padding: 0 12px;*/
}
.b-pagination__link:hover {
  text-decoration: none;
}
.b-pagination__current,
.b-pagination__current:hover {
  background: #2c77bc;
  color: #fff;
  cursor: default;
}
.b-pagination__current .b-pagination__link-span,
.b-pagination__current:hover .b-pagination__link-span {
  background: #2c77bc;
  color: #fff;
  cursor: default;
}
.b-pagination__disabled {
  cursor: default;
  color: #000;
}
.b-pagination__link-span {
  background: #fff;
  padding: 0 7px;
  border: 1px solid #2c77bc;
  display: inline-block;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.b-pagination__link-span:hover {
  background: #edf6ff;
}
.b-pagination__disabled .b-pagination__link-span {
  border: none;
  background: transparent;
}
/* pagination block */
/* .b-popup */
.b-popup {
  font-size: 1.1em;
}
.b-popup table {
  font-size: 100%;
}
.b-popup__sell-domains-errors {
  font-size: 110%;
  margin-right: 4px;
}
.b-popup__sell-domains-errors tr {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  border-bottom: 2px solid #f2f2f2;
}
.b-popup__sell-domains-errors tr:first-child {
  border-top: 2px solid #f2f2f2;
}
.b-popup__sell-domains-errors td {
  text-align: left;
  vertical-align: middle;
  padding-right: 10px;
}
.b-popup__sell-domains-errors td:first-child {
  text-align: center;
}
/* .b-popup */
/* bulk change block */
.b-popup__inner-block {
  /*background: #f2f2f2;*/
  padding: 12px 18px;
  font-size: 100%;
}
.b-popup__inner-block span,
.b-popup__inner-block a {
  margin-left: 12px;
}
/* bulk change block */
/* checkout section */
.checkout .managercontent {
  width: 736px;
}
.checkout .managercontent p {
  margin-bottom: 0!important;
}
.header td {
  font-weight: bold;
}
/* checkout section */
/* gtld contacts section */
#new-whois-contacts {
  margin-top: 40px;
  font-size: 12px;
}
#new-whois-contacts h2 {
  font-size: 16px;
  margin-bottom: 12px;
}
#new-whois-contacts h3 {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
}
#new-whois-contacts fieldset {
  margin-bottom: 12px;
}
#new-whois-contacts fieldset label {
  width: 170px;
  height: 24px;
  line-height: 24px;
}
#new-whois-contacts fieldset input {
  outline: none;
  border: none;
  box-shadow: none;
  border: 1px solid #878787;
  padding-left: 10px;
  border-radius: 2px;
}
#new-whois-contacts fieldset input,
#new-whois-contacts fieldset select {
  width: 300px;
  height: 24px;
  line-height: 24px;
}
#new-whois-contacts fieldset select {
  width: 310px;
}
#new-whois-contacts fieldset input#s_whois_info_zipcode {
  width: 70px;
}
#wizard input[name="wizardNext"] {
  margin-bottom: 36px;
}
#new-whois-contacts fieldset input.error_field {
  border-color: #c60000;
}
/* gtld contacts section */
/* order create section */
.b-ordercreate {
  margin-left: 90px;
  font-size: 100%;
}
.b-ordercreate span,
.b-ordercreate p,
.b-ordercreate li {
  font-size: 13px;
}
.b-ordercreate li {
  line-height: 16px;
}
/* order create section */
/* bulk section */
.b-bulk {
  width: 736px;
}
.b-bulk li {
  margin-bottom: 20px;
}
.b-bulk li > a {
  margin-left: 32px;
}
.b-bulk li h2 {
  margin-bottom: 20px;
}
.b-bulk li h2 span {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}
.shop-link {
  margin: 0;
  margin-bottom: 12px;
}
.shop-link:first-of-type {
  margin-left: 32px;
}
.shop-link span {
  display: block;
}
.b-bulk__file {
  margin-bottom: 20px;
  margin-left: 32px;
}
#b-bulk__file {
  position: absolute;
  left: -99999px;
}
#b-bulk__fake {
  width: 187px;
  height: 26px;
  line-height: 22px;
  padding-left: 8px;
}
#sell_domain {
  display: block;
}
.b-bulk li > form > label,
.b-bulk li > form > button {
  margin-left: 32px;
}
.b-bulk li > form input[type="checkbox"] {
  position: relative;
  top: 2px;
}
/* bulk section */
#close_queue_msg,
#close_parking_msg,
#close_unparking_msg {
  float: right;
  margin-right: -12px;
}
/* subject-contract section */
#subject-contrct {
  margin-left: 90px;
  width: 760px;
}
#subject-contrct .b-pagination__link-span {
  padding: 4px 7px;
}
#subject-contract,
.subject-search {
  width: 240px;
}
#search-form-submit,
#contracts-list-table .button {
  line-height: 18px;
}
#second-tab {
  font-size: 12px;
}
/* subject-contract section */
/* private classes */
.top2 {
  position: relative;
  top: 2px;
}
.b-domain-details-table {
  margin-top: 16px;
}
/* lot section */
.info-header__cell {
  text-align: left;
}
.info-header__cell-33 {
  width: 36%;
}
/* Seller Info on summary */
.b-seller-info {
  padding: 15px;
  height: 60px;
  background: #f5f5f5;
  margin-top: 30px;
  width: 91%;
  position: relative;
}
.b-seller-info > img {
  width: 60px;
  height: 60px;
}
.b-seller-info__item {
  font-size: 1.1em;
  color: #006eb8;
  min-width: 190px;
}
.b-seller-info__nickname {
  margin-left: 10px;
  min-width: 160px;
}
.b-seller-info__count-on-sell {
  color: #878787;
}
.b-seller-info__count-not-sell:hover > * {
  text-decoration: underline;
}
.b-seller-info__count-on-sell > p:last-child {
  color: #000;
}
.b-cpanel {
  width: 100%;
  font-size: 12px;
}
.b-cpanel-item {
  border-right: 2px solid #E8EDF0;
  padding: 0 15px;
}
.b-cpanel-item:last-child {
  border-right: none;
}
.b-cpanel-item:first-child {
  padding-left: 0;
}
/* Seller Info on summary */
.left {
  float: left;
}
.right {
  float: right;
}
.help-icon,
.help-icon:hover,
.help-icon:active,
.help-icon:visited {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-left: 10px;
  top: -1px;
  text-decoration: none !important;
  background: url(/my/static/images/g-help_icon.png) no-repeat center center;
  cursor: pointer;
}
.na__link-button {
  font-size: 12px;
  color: #2879BC;
}
.na__button {
  display: inline-block;
  transition: color .1s linear;
  padding: 6px 8px;
  min-width: 100px;
  text-align: center;
  color: #2879BC;
  background-color: transparent;
  border: 1px solid #2879BC;
  border-radius: 4px;
  line-height: 16px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none!important;
}
.na__button * {
  display: inline;
}
.na__button:disabled,
.na__button--disabled,
.na__button:disabled:hover,
.na__button--disabled:hover {
  background-color: white;
  color: #A3A3A3;
  border-color: #A3A3A3;
  cursor: default;
}
.na__button--small,
.na__button--fat {
  padding: 6px 16px;
  margin-top: 30px;
}
.na__button--fat {
  padding: 6px 60px;
}
.na__button--inverted {
  color: white;
  background-color: #286aa8;
}
.na__button:hover {
  color: white;
  background-color: #286aa8;
}
.na__button:active {
  background-color: #2e7bba;
}
.g-text_input {
  font-size: 14px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
.g-form_panel,
.g-form_panel--bordered {
  padding: 12px 20px;
}
.g-form_panel--bordered {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.g-form_panel--fill {
  display: inline-block;
  padding: 10px;
  background-color: #f8f8f8;
}
.g-lightgray--small {
  display: inline-block;
  color: #878787;
  font-size: 12px;
  margin-top: 8px;
}
.g-warning {
  position: absolute;
  display: inline-block;
  margin-left: 14px;
  margin-top: 4px;
  color: #c00000;
}
.g-warning--border {
  border-color: #c00000 !important;
  float: left;
}
.b-info--marginbottom {
  margin-bottom: 30px !important;
}
.b-info--marginbottom:last-child {
  margin-bottom: 0px;
}
.b-info--margintop {
  margin-top: 30px !important;
}
input[type="text"],
input[type="password"],
textarea {
  font-family: inherit;
  font-size: 14px;
  line-height: inherit;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 4px 8px 6px 8px !important;
  box-shadow: 0px 0px 0px 1px #f7f7f7 inset;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=mail]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 1px solid #2775be;
  box-shadow: 0px 0px 2px 1px rgba(139, 167, 193, 0.4), 0px 0px 0px 1px #fff inset;
}
select {
  font-family: inherit;
  font-size: 14px;
  line-height: inherit;
  padding: 8px 10px 8px 10px !important;
  border: 1px solid #dbdbdb;
}
.g-custom_radio__label {
  font-size: 16px;
}
.b-choose__item--footer {
  margin-left: 30px;
  font-size: 16px;
}
.b-choose__item--footer-title {
  font-size: 16px;
  margin: 10px 0px;
}
.b-choose {
  margin-top: 0px !important;
}
.g-full-width {
  width: 100%;
}
body {
  line-height: 1;
}
.b-stopper {
  margin: 0 auto;
  width: 92%;
  min-width: 970px;
  max-width: 1140px;
  padding-bottom: 10px;
}
.b-sub-menu__item__link,
.b-no-float__item__link,
.b-contacts__link,
.b-top-links__item__link,
.b-menu-hover_item,
.b-ul3__li__link,
.b-login_box__link,
.b-f-level__link {
  cursor: pointer;
  color: #006EB8;
}
.b-under-partner {
  color: #006eb8;
  border-bottom: 1px dashed;
}
.b-owner-text {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}
/******СЕРАЯ ПОЛОСКА******/
.b-header-top-menu {
  background: #f7f7f7;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 0;
  margin: 0;
}
.b-header-top-menu__nav {
  width: 92%;
  min-width: 970px;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
.b-top-menu-nav__ul {
  float: left;
  padding: 0 0 0 10px;
}
.b-top-menu-nav__ul__li {
  float: left;
  line-height: 32px;
}
.b-top-menu-nav__pointed:after {
  content: '\000B7';
  display: inline-block;
  margin: 0 10px;
  color: #808080;
}
.b-top-menu-nav__link,
.b-top-menu-nav__lang {
  font-size: 12px;
  font-family: Verdana;
  color: #333;
  text-decoration: none;
  line-height: 32px;
  transition: color .2s linear;
}
.b-top-menu-nav__link:hover {
  text-decoration: underline;
}
.b-top-menu-nav__lang {
  color: #808080;
  float: right;
}
/* ШАПКА */
.b-header__tenushechka {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 14px 0;
  background-color: #fff;
  box-shadow: -7px 0 #fff, /*Left masking shadow*/ 7px 0 #fff, /*Right masking shadow*/ 0 0 7px #e2e2e2;
}
.b-header__logo {
  float: left;
  padding: 20px 0 0;
  position: relative;
  top: 6px;
}
.b-top-links__item {
  float: left;
  background: url('/my/static/images/Icons/header-li.png') no-repeat center right;
  padding: 17px 20px 20px 0;
  margin: 0 0 0 25px;
  position: relative;
  text-align: left;
}
.b-top-links__item:first-child,
.b-ul3__li:first-child {
  margin: 0px;
}
.b-header__menu {
  float: left;
  padding: 20px 0 0;
  width: 57%;
  text-align: center;
}
.b-menu-top__links {
  display: inline-block;
}
.b-menu-top__links__no-bg {
  background: none;
  padding: 17px 0px 20px 0;
}
.b-top-links__item__link,
.b-menu-hover_item {
  font-size: 18px;
  text-decoration: none;
  font-family: Verdana;
  line-height: 21px;
}
.b-top-links__item__link:hover {
  text-decoration: none;
}
.b-hidden-menu__hover {
  position: absolute;
  top: 50px;
  left: -33px;
  background: #f7f7f7;
  padding: 30px 0 25px 30px;
  border: 1px solid #d3d3d3;
  width: 700px;
  z-index: 20;
  z-index: 2000;
  display: none;
}
.b-hidden-menu__hover:before,
.b-manager-menu__sub-menu:before {
  position: absolute;
  z-index: 2;
  content: '';
  width: 18px;
  height: 13px;
  background: url('/my/static/images/Icons/ul-before.png') no-repeat 0 0;
  top: -9px;
}
.b-hidden-menu__hover:before,
.b-header__menu__ul3:before {
  left: 30px;
}
.b-manager-menu__sub-menu:before {
  left: 16px;
}
.b-header__menu__ul3:before {
  display: none;
}
.b-menu-form-search {
  -webkit-appearance: none;
  width: 322px;
  background: #ffffff;
  border: 1px solid #d3d3d3!important;
  padding: 8px 0px 8px 7px!important;
  font-size: 12px!important;
  font-family: Verdana!important;
  float: left;
  margin: 0 10px 0 0;
  line-height: 14px!important;
  outline: none;
  transition: border-color 0.2s linear;
}
.b-menu-form-search:hover,
.b-menu-form-search:active {
  border: 1px solid #a3a3a3;
}
.b-menu-form-check {
  font-size: 12px;
  font-family: Verdana;
  color: #333333;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 92px;
  text-align: center;
  height: 32px;
  line-height: 13px;
  cursor: pointer;
  transition: background-color 0.1s linear;
}
.b-menu-form-check:hover,
.b-menu-form-check:active {
  background-color: #2c6ba6;
  color: #fff;
  border: 1px solid #2c6ba6;
}
.b-ul3 {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  background: none;
  border: none;
  padding: 10px 0 0 0;
  width: 100%;
}
.b-ul3__li,
.b-menu-hover_item {
  background: none;
  padding: 0;
  margin: 0;
  float: none;
}
.b-menu-hover_item a:hover {
  text-decoration: underline;
}
.b-ul3__li {
  float: none;
  width: 100%;
  padding: 0 0 11px;
}
.b-ul3__li:last-child {
  padding: 0;
}
.b-menu-hover_item {
  float: left;
  width: 33%;
  padding: 20px 0 0 0;
}
.b-hover__li__grey {
  color: #b8b8b8;
  font-size: 12px;
}
.b-no-float__item {
  float: none;
  width: auto;
  padding: 0 0 11px 0;
}
.b-no-float__item:last-child {
  padding: 0;
}
.b-no-float {
  width: 325px;
  padding: 25px 30px 25px 30px;
}
.b-no-float__item__link {
  font-size: 14px;
  position: relative;
}
.b-win_icon:after {
  content: "";
  width: 22px;
  height: 32px;
  background: url('/my/static/images/Icons/new-window.png') no-repeat 0 0;
  position: absolute;
  top: 4px;
  right: -29px;
}
.b-ul3__li__link {
  font-size: 14px;
  position: relative;
}
.b-ul3__li__link:hover {
  text-decoration: underline;
}
.b-header__menu__form_paragraph {
  padding: 0;
  margin: 0;
}
.b-header__menu__border {
  border-top: 1px solid #d3d3d3;
  padding-top: 15px !important;
  margin: 5px 0 0 0;
}
/***********b-login_box**************/
.b-login_box {
  border: 1px solid #e5e5e5;
  float: right;
  padding: 10px 20px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 16px 0 0 0;
  font-family: Verdana;
  padding: 10px 18px 10px 18px;
  max-width: 295px;
  min-width: 21.5%;
  min-height: 41px;
}
.b-login_box__link {
  font-size: 13px;
}
.b-login_box__link:hover {
  text-decoration: underline;
}
.b-login_box__balance {
  clear: both;
  width: 100%;
}
.b-login_box__balance__good {
  font-weight: normal;
  font-size: 10px;
  color: #418402;
  text-align: left;
  float: left;
  display: block;
  padding: 0 10px 0 0;
}
.b-login_box__balance__warning {
  color: #b80016;
  text-align: right;
  float: right;
  font-size: 10px;
  display: block;
}
.b-login_box__info-owner {
  cursor: default;
  font-size: 11px;
  float: left;
  clear: both;
}
.b-login_box__paragraph {
  padding: 0;
  margin: 0 !important;
}
.b-login_box__enter {
  font-size: 13px;
  line-height: 16px;
}
.b-exit__arrow {
  font-size: 13px;
  line-height: 16px;
}
.b-exit__arrow:hover {
  text-decoration: none;
}
.b-exit__arrow__img {
  line-height: 16px;
  vertical-align: middle;
}
.b-header__bold {
  font-weight: bold;
  color: #3e4853;
  font-size: 13px;
  display: block;
  padding: 0 0 10px 0px;
  font-family: Verdana;
  line-height: 16px;
}
/* END OF ШАПКА */
.b-header_mainmenu {
  margin-bottom: 20px;
}
.b-header_spacing {
  margin-bottom: 20px;
}
.b-header__manager-menu {
  max-width: 1400px;
  margin: 0 auto;
  background: #f7f7f7;
  border: 1px solid #d3d3d3;
  height: 26px;
  position: relative;
}
.b-manager-menu__item {
  float: left;
  padding: 5px 20px 17px;
  font-family: arial;
}
.b-f-level__link {
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana;
  position: relative;
  line-height: 15px;
}
.b-f-level__link:after {
  content: "";
  width: 13px;
  height: 7px;
  position: absolute;
  top: 5px;
  right: -17px;
  background: url('/my/static/images/Icons/header-li.png') no-repeat 0 0;
}
.b-manager-menu__sub-menu {
  text-align: left;
  position: absolute;
  margin-top: 16px;
  border: 1px solid #D3D3D3;
  background-color: #F7F7F7;
  z-index: 1;
  display: none;
}
.b-manager-menu__home:after {
  background: none;
}
.b-manager-menu__sub-menu {
  padding: 20px;
}
.b-sub-menu__item {
  padding: 0 0 7px 0;
  float: none;
  min-width: 255px;
}
.b-sub-menu__item:last-child {
  padding: 0;
}
.b-sub-menu__item__link {
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana;
  line-height: 15px;
}
.b-sub-menu__item__link:hover {
  text-decoration: underline;
}
.b-sub-menu__separator {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/********НИЗ********/
.b-contacts__links-block {
  display: table;
  margin-right: 60px;
}
.b-contacts__link {
  line-height: 1;
  text-decoration: none;
  font-family: Verdana;
  font-size: 11px;
}
.b-contacts__link:hover {
  text-decoration: underline;
}
.b-contacts {
  background: #f7f7f7;
  border: 1px solid #d3d3d3;
  padding: 17px 0;
}
.b-contacts__menu {
  margin: 0 auto;
  width: 92%;
  min-width: 970px;
  max-width: 1140px;
}
.b-contacts__phone,
.b-contacts__phone2 {
  color: #000020;
  font-size: 13px;
  font-family: verdana;
  width: 15.333%;
}
.b-contacts-menu__row {
  display: table-row;
}
.b-contacts-menu__item {
  padding-bottom: 5px;
  display: table-cell;
  padding-right: 35px;
}
.b-contacts__soc {
  text-align: right;
  width: 8.333%;
  float: right;
  white-space: nowrap;
}
.b-contacts__icon {
  margin-right: 0px;
}
.b-footer__info {
  font-size: 11px;
  font-family: Verdana;
  margin: 0 auto;
  width: 92%;
  min-width: 970px;
  max-width: 1140px;
  padding: 10px 0;
  color: #666666;
}
.b-footer__info__about {
  float: left;
  width: 60%;
  padding: 0 0 10px 0;
  line-height: 12px;
}
.b-footer__info__img {
  float: right;
  width: 39%;
  text-align: right;
  padding: 0 0 10px 0;
}
.b-gray-18-plus {
  color: #bbb;
}
/********END OF НИЗ********/
/*page Style*/
.b-services {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
.b-services * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-services:before,
.b-services:after {
  content: " ";
  display: table;
}
.b-services__clearfix:before,
.b-services__clearfix:after {
  content: " ";
  display: table;
}
.b-services:after,
.b-services__clearfix,
.b-services__clearfix:after {
  clear: both;
}
.b-services__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.b-services__container--100 {
  max-width: 100%;
  margin: 0px 20px;
}
.b-services__container:after {
  content: " ";
  display: table;
  clear: both;
}
.b-services__sectn50 {
  padding: 50px 0;
  border-top: 1px solid #d8dae3;
  border-bottom: 1px solid #d8dae3;
}
.b-services__sectn50-noborder {
  border: none;
}
.b-services__snow {
  background-color: #fafafa;
}
.b-services__snow-borderbottom {
  border-bottom: 1px solid #D8DAE3;
}
.b-services__sectn50-snow {
  border-bottom: 1px solid #d8dae3;
}
.b-services__pad50 {
  padding: 50px 0;
}
.b-services__pad50--top {
  padding: 0;
  padding-top: 50px;
}
.b-services__nopad {
  padding: 0;
}
.b-services__pad20 {
  padding: 20px 0;
}
.b-services__bold {
  font-weight: bold;
}
.b-services__threeinarow {
  display: block;
  margin: 0px auto;
  padding: 0px;
}
.b-services__threeinarow-margin {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}
.b-services__center {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  text-align: center;
}
.b-services__center.med {
  padding-right: 45px;
  padding-left: 45px;
}
.b-services__center.offerbg {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  padding-top: 35px;
  border-bottom: 3px solid #4d7bbd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: -webkit-linear-gradient(bottom, #eee, #fafafa);
  background-image: linear-gradient(to top, #eee, #fafafa);
  background-position: 0% 0%;
  background-size: auto;
  color: black;
  font-size: 18px;
}
.b-services__center.offerbg.bizbg {
  border-bottom-color: #32a232;
}
.b-services__center.offerbg.demobg {
  border-bottom-color: #f29316;
}
.b-services__center.marginbottom {
  margin-bottom: 40px;
}
.b-services__center-card2 {
  width: 90%;
  height: 70px;
  margin-top: 28px;
  margin-bottom: 0px;
  padding-right: 4px;
  padding-left: 4px;
  border-bottom: 1px none #b4b8c4;
  font-size: 16px;
  line-height: 20px;
}
.b-services__center-card2-oneline {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
.b-services__center-card2-card {
  height: 52px;
}
.b-services__center-tarifname {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #b4b8c4;
  color: #afafaf;
  font-size: 12px;
}
.b-services__center-tarifname-selected {
  border-bottom-width: 1px;
  border-bottom-color: #85b2dd;
}
.b-services__value {
  width: 100%;
  font-size: 14px;
}
.b-services__value-green {
  color: #79ab67;
}
.b-services__value-offervalue {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  padding-left: 12px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  font-size: 12px;
  line-height: 16px;
}
.b-services__value-offervalue-emptyline {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.b-services__value-offerprice {
  display: block;
  width: 80%;
  margin: 0px auto;
  font-size: 12px;
  text-align: center;
}
.b-services__offerprice-price {
  color: #000000;
}
.b-services__price {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 58px;
  font-weight: 700;
}
.b-services__free {
  color: black;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.b-services__h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}
.b-services__p {
  color: #333;
  font-size: 14px;
  white-space: normal;
}
.b-services__offer {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  border-radius: 4px;
  box-shadow: none;
}
.b-services__offer-container {
  height: 200px;
}
.b-services__shadowbg {
  border: 1px solid #d8dae3;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
  transition: all 200ms ease;
}
.b-services__shadowbg--noborder {
  border: 1px solid transparent;
  border-radius: 0;
}
.b-services__shadowbg:hover {
  border-color: #85b2dd;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 16px 0px, rgba(44, 119, 188, 0) 0px 1px 1px 0px;
}
.b-services__shadowbg-pref {
  margin-top: -12px;
  padding-top: 12px;
  padding-bottom: 42px;
  border-color: #85b2dd;
}
.b-services__shadowbg-contdemo {
  height: 480px;
  border-color: #d8dae3;
}
.b-services__shadowbg-contdemo:hover {
  border-color: #d8dae3;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 16px 0px, rgba(0, 0, 0, 0) 0px 1px 1px 0px;
}
.b-services__constrwrap__shadowbg-pref {
  padding-top: 28px;
}
.b-services__constrwrap__center-card2-card {
  height: 36px;
}
.b-services__btn70 {
  width: 70% !important;
}
.b-services__button {
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 14px;
  line-height: inherit;
}
.b-services__button--inverted {
  background-image: linear-gradient(#4D7BBD, #4271B3 95%);
  color: #fff;
}
.b-services__button--inverted:hover,
.b-services__button--inverted:active,
.b-services__button--inverted:visited {
  background-image: linear-gradient(#4271B3, #4D7BBD 95%);
}
.b-services__centertxt {
  text-align: center;
}
.b-services__halfsize {
  width: 50%;
}
.b-services__advantages {
  height: 54px;
}
.b-service__novisibility {
  visibility: hidden;
}
.b-services__width640 {
  width: 640px;
  margin: 0 auto;
}
.b-services__marginbottom {
  margin-bottom: 40px;
}
.b-services__left {
  margin-bottom: 10px;
  text-align: left;
}
.b-services__tabs {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 0px;
  color: #4d7bbd;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.b-services__tabs-selected {
  color: #333;
}
.b-services__ctablock,
.b-services__ctablock--noprice {
  text-align: center;
  display: block;
  width: 560px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 18px;
  border: 1px dashed #c3c7d4;
  border-radius: 4px;
  background-color: white;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.b-services__ctablock--noprice {
  padding: 40px 0;
}
.b-services__promo2 {
  padding: 10px 24px 10px 30px;
  border: 1px dashed #c3c7d4;
  border-radius: 4px;
  background-color: white;
}
.b-services__promohdr {
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 18px;
}
.b-services__descr2 {
  width: 75%;
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
}
.b-services__question {
  cursor: pointer;
  margin: 0px;
  padding: 16px 0;
  padding-left: 40px;
  background-image: url('/images/pages/services/arrCl.png');
  background-position: 15px 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  transition: all 300ms ease;
  color: #4d7bbd;
  font-weight: 700;
}
.b-services__question:first-child {
  border-top: 1px solid #d8dae3;
}
.b-services__question-selected {
  background-image: url('/images/pages/services/arrOp.png');
  color: black;
}
.b-services__qalist {
  margin: 0px;
  border-bottom: 1px solid #d8dae3;
}
.b-services__qalist:first-child {
  border-top: 1px solid #d8dae3;
}
.b-services__answer {
  display: none;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
}
.b-services__featureicon {
  display: block;
  width: 75px;
  margin-right: auto;
  margin-left: auto;
}
.b-services__featureicon-inlineimg {
  margin-top: 20px;
  margin-left: 60px;
  float: left;
}
.b-services__featureicon-floatleft {
  margin-right: 15px;
  margin-bottom: 100px;
  float: left;
}
.b-services__featureicon-leftimg {
  margin-left: 0px;
}
.b-services__textnicon {
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}
.b-services__sectdemo {
  padding: 15px 0;
}
.b-services__contdemo {
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: white;
  box-shadow: none;
}
.b-services__form-wrapper {
  display: block;
  width: 80%;
  margin: 10px auto 0px;
}
.b-services__notop {
  margin-top: 0px;
  padding-top: 0px;
}
.b-services__conthint {
  padding-left: 25px;
  background-image: url('/images/pages/services/sec.png');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.b-services__conthint-unsec {
  background-image: url('/images/pages/services/unsec.png');
}
.b-services__descr {
  color: #79ab67;
  font-size: 13px;
}
.b-services__descr-unsec {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #adadad;
}
.b-services__contacts {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px 20px 20px 30px;
  border: 1px solid #d8dae3;
  border-radius: 5px;
}
.b-services__contacts-secured {
  border-color: #a6d993;
  background-color: #f5fcf2;
}
.b-services__title {
  color: #adadad;
  font-size: 14px;
}
.b-services__button-centerbtn {
  display: block;
  margin: 5px auto 0px auto;
}
.b-services__button-pricebtn {
  width: 70%;
  list-style-type: none;
}
.b-services__button-pricebtn-secondbtn {
  margin-top: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.b-services__button-tablebtn {
  width: auto;
}
.b-services__message {
  display: table;
  width: 632px;
  margin: 40px auto 24px;
  border-radius: 5px;
  border: 1px dashed #c3c7d4;
  vertical-align: middle;
  padding: 20px;
}
.b-services__messagetext {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  position: relative;
  left: -10px;
}
.b-services__answer-ul,
.b-services__answer-ol {
  font-size: 14px;
  margin: 1em 1em 1em 1.8em;
}
.b-services__answer-ul {
  list-style: square outside;
}
.b-services__answer-ol {
  list-style: decimal;
}
.b-services__ninetypercent {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.b-services__sectfaq {
  padding-top: 30px;
  padding-bottom: 0px;
}
.b-services__promoicon {
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 75px;
  float: right;
}
.b-services__promoicon__nosize {
  width: auto;
}
.b-services__breadcrumbs {
  display: block;
  width: 1070px;
  margin: 20px auto;
  text-decoration: none;
}
.b-services__breadcrumb-link {
  display: inline-block;
  padding-right: 26px;
  padding-left: 0px;
  background-image: url('/images/pages/services/arrow.png');
  background-position: 90% 55%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: #4d7bbd;
  font-size: 14px;
  text-decoration: none;
}
.b-services__breadcrumb-link:hover {
  text-decoration: underline;
}
.b-services__breadcrumb-text {
  display: inline-block;
  font-size: 14px;
}
.b-services__breadcrumb-gray {
  color: #999;
}
.b-services__button-promobtn2 {
  width: auto;
  padding: 8px 20px;
  font-size: 14px;
  margin-bottom: 16px;
}
.b-services__button-promobtn2-goto {
  margin-top: 8px;
  margin-left: auto;
  float: right;
  font-size: 16px;
}
.b-services__first {
  min-width: 0px;
  padding: 50px 0;
  border-bottom: 1px solid #d8dae3;
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: none;
}
.b-services__width78 {
  width: 78%;
}
.b-services__width72 {
  width: 72%;
}
.b-services__td {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  color: #999;
  min-height: 30px;
  text-align: right;
  font-size: 12px;
}
.b-tableelement-width20 {
  width: 15%;
}
.b-services__td-width22 {
  width: 22%;
}
.b-services__td-value {
  height: 30px;
  color: black;
  min-height: 30px;
  text-align: center;
}
.b-services__td-value-tablehdr {
  padding-bottom: 10px;
  font-size: 14px;
}
.b-services__td-value-multiline {
  line-height: 16px;
}
.b-services__td-image {
  padding: 2px 0 0 0;
}
.b-services__tabimage {
  border: 1px solid #d8dae3;
  border-radius: 5px;
}
.b-services__secure {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  border-top: 1px none #d8dae3;
}
.b-services__btndescr {
  display: inline-block;
  padding-left: 16px;
  font-size: 14px;
}
.b-services__ptop60 {
  padding-top: 60px;
}
.b-services__mtop14 {
  margin-top: 14px;
}
.b-services__floatleft-featureicon-tuneup {
  position: relative;
  bottom: 7px;
  margin-right: 15px;
  margin-bottom: 100px;
  float: left;
}
.b-services__floatleft {
  float: left;
}
.b-services__marginleft60 {
  margin-left: 60px;
}
.b-services__vmiddle-all * {
  vertical-align: middle;
}
.b-services__inlineicon {
  width: 45px;
  padding-bottom: 10px;
}
.b-services__inlinehdr {
  padding-left: 15px;
  display: table-cell;
  padding-bottom: 10px;
}
/* ------------------------------------------------------------------------------------------- */
/* далее - треш угар и содомия, Аня, если будешь тут - оцени все это и поудаляй, если не нужно */
/* ------------------------------------------------------------------------------------------- */
.b-services .na__button.fldbtn {
  width: 190px;
  height: 44px;
  padding-top: 10px;
  margin: 0 0 20px 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.b-services .na__button.promobtn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.b-services .na__button.secondbtn {
  display: block;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.b-services .na__button.secondbtn.pushtop {
  margin-top: -24px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.b-services .first.firstbuilder {
  min-height: 310px;
  background-image: url('/images/pages/services/topBG.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}
.b-services .first.firsthosting {
  background-image: url('/images/pages/services/hostingBG.jpg');
  background-position: 0px 50%;
  background-size: cover;
}
.b-services .fld {
  width: 70%;
  height: 44px;
  float: left;
  border: 2px solid #4d7bbd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  padding: 8px 12px;
}
.b-services .secttwo {
  padding-top: 60px;
  padding-bottom: 50px;
}
.b-services .sectadvn {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #fafafa;
}
.b-services .sectpromo {
  padding-top: 30px;
  padding-bottom: 30px;
}
.b-services .promo {
  height: 280px;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.09)), url('/images/pages/services/promo1.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.09)), url('/images/pages/services/promo1.jpg');
  background-size: auto, cover;
  color: white;
}
.b-services .promo.bright {
  border-top-style: none;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.6)), url('/images/pages/services/promo2.png');
  background-image: linear-gradient(rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.6)), url('/images/pages/services/promo2.png');
  background-size: auto, auto;
  color: #333;
}
.b-services .servdescr {
  margin-bottom: -10px;
  padding-top: 50px;
  padding-bottom: 0px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-align: center;
}
.b-services .servdescr.med {
  padding-right: 110px;
  padding-left: 110px;
  line-height: 20px;
}
.b-services .servdescr.med.bright {
  color: rgba(51, 51, 51, 0.6);
}
.b-services .bright {
  color: white;
}
.b-services .offer2wrapper {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.b-services .scrollnav {
  position: relative;
  top: 0px;
  z-index: 1001;
  width: 100%;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 3px 0px;
}
.b-services .anchor {
  display: inline-block;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-color: #4d7bbd;
  color: #4d7bbd;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.b-services .anchor_selected {
  border-bottom: 2px solid #4d7bbd !important;
}
.b-services .podrobn .na__button {
  padding: 3px 20px;
  line-height: 30px;
}
.b-services .carouselimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.b-services .carouselbg {
  margin-top: 20px;
  background-color: transparent;
}
.b-services .carouselarrow {
  color: #3690e3;
}
.b-services .carouselnav {
  position: absolute;
  left: 13%;
  top: 40%;
}
.b-services .carouselnav.rightimg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b-services .carousel {
  height: 420px;
}
.b-services .tabcol {
  padding-top: 0px;
}
.b-services .hdrimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.b-services .specials {
  display: block;
  width: 188px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: center;
}
.b-services .footer {
  margin-bottom: 60px;
  border-bottom: 1px solid #d8dae3;
}
.b-services .footerimg {
  display: block;
  margin: 20px auto 80px;
}
.b-services .centerimage {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 5px;
}
.b-services .centerimage.border {
  border: 1px solid #d8dae3;
}
.b-services .singlecol {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 35px;
  text-align: center;
}
.b-services .singlecolt {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.b-services .middle {
  vertical-align: middle;
}
.b-services .tabmenu {
  margin-bottom: 30px;
  padding-left: 0px;
  text-align: center;
}
.b-services .menuitem {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #d8dae3;
  color: #4d7bbd;
  font-size: 14px;
}
.b-services .menuitem.firstitem {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.b-services .menuitem.firstitem.selected {
  border-color: #3690e3;
  border-left-style: solid;
  background-color: #f2f9ff;
  color: #333;
}
.b-services .menuitem.lastitem {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.b-services .imagelist {
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  background-image: url('/images/pages/services/affrmtv.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.b-services .imagenlist {
  margin-top: 20px;
}
.b-services .imagelistcol {
  margin-top: 20px;
}
.b-services .inlineho {
  margin-left: 25px;
  padding-left: 20px;
  background-image: url('/images/pages/services/affrmtv.png');
  background-position: 0px 6px;
  background-size: 10px;
  background-repeat: no-repeat;
}
.b-services .eightypercent {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.b-services .fourtypercent {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}
.b-services .longdescr {
  text-align: left;
}
.b-services .rightimg {
  float: right;
}
.b-services .link {
  color: #4d7bbd;
}
.b-services .cssicon {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 2px solid #2c77bc;
  border-radius: 36px;
}
.b-services .icontxt {
  padding-top: 25px;
  color: #2c77bc;
}
.b-services .icontxt.bigicon {
  padding-top: 21px;
  font-size: 26px;
}
.b-services .icontxt.cal {
  padding-top: 32px;
  color: #2c77bc;
  font-size: 24px;
}
.b-services .bgicon {
  display: block;
  width: 90px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-image: url('/images/pages/services/labelIcon.png');
  background-position: 0px -6px;
  background-size: 86px;
  background-repeat: no-repeat;
}
.b-services .bgicon.cal {
  position: relative;
  top: -5px;
  height: 80px;
  background-image: url('/images/pages/services/cal.png');
  background-position: 50% 0px;
  background-size: 76px;
}
.b-services .h3left {
  margin-left: 45px;
}
.b-services .sectpromo2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.b-services .menucont {
  height: 54px;
}
.b-services .bigicon {
  width: 100px;
  margin-bottom: 10px;
  float: left;
  position: relative;
  top: 5px;
  margin-left: 30px;
}
.b-services .bgicon.cal {
  position: relative;
  top: -5px;
  height: 80px;
  background-image: url('/images/pages/services/cal.png');
  background-position: 50% 0px;
  background-size: 76px;
}
.b-services .slider {
  background-color: transparent;
}
.b-services .slider-dot {
  background-color: rgba(77, 123, 189, 0.4);
  width: 0.9em;
  height: 0.9em;
}
.b-services .slider-dot.active {
  background-color: #4d7bbd;
}
.b-services .question {
  margin: 0px !important;
}
.b-services .img_shadowbg {
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
}
.b-services .g-center {
  display: block;
  margin: auto;
}
/* ----------------------- CONTEXT ----------------------- */
.b-services__context-header {
  background-image: url('/images/pages/services/contextBG.jpg');
  background-position: 0px 50%;
}
/* ----------------------- END OF CONTEXT ----------------------- */
/* ----------------------- WHOISPROXY ----------------------- */
.b-services__whoisproxy-header {
  background-image: url('/images/pages/services/WhoisHdrBGdrk.png');
  background-position: 50% 100%;
}
.b-services__section_table {
  border-spacing: 20px 5px;
  border-collapse: separate;
  margin: 0px auto;
}
.b-service__wrong_domain {
  color: #bb0000;
  width: 100%;
  margin: 0px auto;
}
.b-services__whoiswrap-title {
  padding: 0px 20px 0px 0px;
  font-weight: 400;
}
.b-services__whoiswrap-tabletxt {
  display: table-cell;
  padding: 0 0 0 140px;
  margin: 0;
  height: 102px;
  min-height: 102px;
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
}
.b-services__whoiswrap-tabletxt-sucess {
  background: url('/images/pages/services/sucess.png') no-repeat center left;
}
.b-services__whoiswrap-tabletxt-warn {
  background: url('/images/pages/services/warn.png') no-repeat center left;
}
.b-services__whoiswrap-tabletxt-move {
  background: url('/images/pages/services/move.png') no-repeat center left;
}
.b-services__whoiswrap-tabletxt-shadowbg-contdemo {
  height: auto;
}
/* ----------------------- END OF WHOISPROXY  ----------------------- */
/* ----------------------- SEO  ----------------------- */
.b-services__seo-header {
  background: url(/images/pages/services/seoMBP.jpg) no-repeat left bottom;
  background-size: cover;
}
/* ----------------------- END OF SEO  ----------------------- */
/* ----------------------- CONSTRUCT ----------------------- */
.b-services__construct-header {
  background-image: url('/images/pages/services/introBG1.jpg');
}
.b-services__constrwrap__tabimage {
  border: none;
}
.b-services__btn125 {
  width: 125px;
  margin: 15px 0 0 0;
}
.b-services__specials2 {
  float: left;
  width: 50%;
  text-align: left;
}
.b-services__specials2-icon {
  float: left;
  margin: 0 20px 5px 0;
  width: 60px;
}
.b-services__h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  white-space: normal;
}
.b-services__h3 {
  margin-top: 16px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.b-services__h3--wrap {
  white-space: normal;
}
.b-services__specials2-h3 {
  font-size: 16px;
  margin-top: 19px;
}
.b-services__h1 {
  margin-top: 12px;
  margin-bottom: 16px;
  padding: 0px;
  font-size: 26px;
  font-weight: 400;
}
.carouselbg {
  overflow: auto;
}
#slideshow {
  margin: 40px auto 0;
  width: 940px;
  height: auto;
  position: relative;
}
#slideshow #slidesContainer {
  margin: 0 auto;
  width: 633px;
  height: auto;
  overflow: auto;
  position: relative;
}
#slideshow #slidesContainer .slide {
  margin: 0 auto;
  width: 633px;
  height: auto;
}
.slider-nav {
  bottom: -42px;
}
.b-services__control {
  display: block;
  width: 76px;
  height: 375px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
}
#linkprev {
  top: 0;
  left: 0;
  background: transparent url(/images/pages/services/slideArr.png) no-repeat center left;
}
#linknext {
  top: 0;
  right: 0;
  background: transparent url(/images/pages/services/slideArrr.png) no-repeat center right;
}
.carouselnav {
  position: absolute;
  left: 13%;
  top: 40%;
}
.slider-arrow-left,
.slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carouselimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.slider-nav.round > div {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.slider-nav.num > div {
  width: auto;
  height: auto;
  padding: .2em .5em;
  font-size: inherit;
  line-height: inherit;
}
.slider-nav.shadow > div {
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.slider-nav-invert {
  color: #fff;
}
.slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.slider-nav-invert > div.active {
  background-color: #222;
}
.slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px .5em;
  -webkit-transition: background-color 100ms, color 100ms;
  -moz-transition: background-color 100ms, color 100ms;
  -o-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
}
.slider-dot.active {
  background-color: #fff;
}
.slider-arrow-left [class^="icon-"],
.slider-arrow-right [class^="icon-"],
.slider-arrow-left [class*=" icon-"],
.slider-arrow-right [class*=" icon-"] {
  position: absolute;
}
.slider-arrow-left {
  z-index: 3;
  right: auto;
}
.slider-arrow-right {
  z-index: 4;
  left: auto;
}
.carouselimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.carouselbg {
  margin-top: 20px;
  background-color: transparent;
}
.carouselarrow {
  color: #3690e3;
}
.carouselnav {
  position: absolute;
  left: 13%;
  top: 40%;
}
.carouselnav.rightimg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.carousel {
  height: 420px;
}
#homepage-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  margin: 40px 0 0 0;
}
#homepage_slider {
  position: relative;
  width: 633px;
  margin: 0 auto;
}
.b-services__scrollnav {
  position: relative;
  top: 0px;
  z-index: 1001;
  width: 100%;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.9);
}
.b-services__scrollnav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
}
.b-services__constrwrap-scrollnav,
.b-services__hostingwrap-scrollnav {
  border-bottom: 1px solid #D8DAE3;
}
.b-services__constrwrap-scrollnav-fixed {
  border-bottom: none;
}
#my_pager {
  position: absolute;
  z-index: 9000;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 20;
}
#my_pager .bx-pager .bx-pager-item,
#my_pager .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
#my_pager .bx-pager.bx-default-pager a {
  background-color: rgba(77, 123, 189, 0.4);
  width: 0.9em;
  height: 0.9em;
  text-indent: -9999px;
  display: block;
  margin: 0 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#my_pager .bx-pager.bx-default-pager a.active {
  background-color: #4d7bbd;
}
.goto {
  display: none;
  width: auto;
  float: right;
}
.b-services__table_ul {
  position: relative;
  min-height: 450px;
}
.b-services__tabelement {
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  border: 1px solid rgba(216, 218, 227, 0.7);
  border-radius: 5px;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  width: 30%;
}
.b-services__tabelement-selectedtab {
  border-color: #3690e3;
  background-color: #f2f9ff;
  background-image: url('/images/pages/services/arrow.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.b-services__tabelement-link,
.b-services__tabelement-link:hover,
.b-services__tabelement-link:active,
.b-services__tabelement-link:visited {
  color: #4D7BBD;
}
.b-services__tabelement-link:hover {
  text-decoration: none;
}
.b-services__tabimage2 {
  position: absolute;
  right: 37px;
  top: -18px;
  display: none;
}
.b-services__selectedtab-tabimage2 {
  display: block;
}
.b-services__constrwrap__tableimg {
  padding: 5px 0 0 0;
}
.b-services__constrwrap__ctablock,
.b-services__hosting-wrap__ctablock {
  padding: 40px 0;
}
/* -----------------------END OF CONSTRUCT  ----------------------- */
/* ----------------------- MONITORING  ----------------------- */
.offer-txt {
  padding-bottom: 50px;
}
.g-box {
  min-height: 235px;
}
.b-services.monitoring .shadowbg.pref {
  padding: 28px 0 43px;
}
.b-services.monitoring .pref .g-box {
  min-height: 219px;
}
.b-services__monitoring__center-card2-card {
  height: 36px;
}
.b-services.monitoring #homepage-slider {
  height: 510px;
}
.b-services.monitoring .control {
  height: 460px;
}
.b-services.monitoring .ctablock {
  padding-bottom: 40px;
}
.pad70 {
  padding-top: 90px;
}
.b-services .border-bottom {
  border-bottom: 1px solid #d8dae3;
  border-top: none;
}
.monitoring .first {
  background-image: url('/images/pages/services/newMonitoringBG.jpg');
  height: 245px;
}
.b-services .black {
  color: black;
}
.b-services .tableelement.lh15 {
  line-height: 15px;
  padding: 20px 0 10px;
}
.img20 {
  margin: 0 0 20px 0;
}
.lh15 {
  line-height: 15px;
}
.b-services.monitoring .b-services__descr2 {
  min-height: 40px;
}
/* ----------------------- END OF MONITORING  ----------------------- */
/* ----------------------- HOSTING ----------------------- */
.hosting-wrap .first {
  background-image: url('/images/pages/services/hostingUPD.jpg');
  min-height: 264px;
  background-position: center right;
}
.b-services.hosting-wrap .shadowbg.pref {
  padding-top: 28px;
}
.b-services__hosting-wrap__center-card2-card {
  height: 56px;
}
.host-desc {
  min-height: 96px;
}
.reliable {
  padding: 20px 350px 20px 0;
  background: url(/images/pages/services/reliable.png) no-repeat center right;
}
.chkd img {
  margin: 0 5px 0 0;
  width: 13px;
}
.hosting-wrap .podrobn {
  width: 81%;
}
/* ----------------------- END OF HOSTING  ----------------------- */
/* ----------------------- MAIL ----------------------- */
.b-services__mail-header {
  background-image: url(/images/pages/services/mailBG.jpg);
  background-position: 0px 50%;
}
.b-services__white {
  color: #fff;
}
.b-service__list-checked {
  list-style: none;
}
.b-services__button-autowidth {
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: inline-block;
  width: auto;
}
.b-list-checked__item {
  display: block;
  background: url(/images/pages/services/affrmtv.png) no-repeat left center;
  padding-left: 27px;
  font-size: 14px;
  margin-bottom: 10px;
}
.b-mail-icons {
  display: block;
  background-image: url(/images/pages/services/mail_icons.png);
  width: 90px;
  height: 75px;
}
.b-mail-icons-1 {
  background-position: 0px center;
}
.b-mail-icons-2 {
  background-position: 90px center;
}
.b-mail-icons-3 {
  background-position: 180px center;
}
/* ----------------------- END OF MAIL ----------------------- */
/* ----------------------- AUTOPAYMENT ----------------------- */
.b-services__autopayment-header {
  background-image: url(/images/pages/services/introIMG.jpg);
  background-position: 0px 50%;
}
.b-services__undernumber {
  margin-bottom: 16px;
}
/*------------------------ START ----------------------------- */
.b-start-landing {
  color: #333333;
  line-height: 26px;
  text-shadow: 0px 0px 0px #d6d6d6;
  font-family: verdana;
}
.b-welcomeback-header {
  margin-top: 37px;
  background: url(/images/pages/services/welcomebackBG.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 60px;
  text-align: center;
}
.b-dark-bg-header__title {
  font-size: 26px;
  margin-bottom: 20px;
  color: #fff;
}
.b-dark-bg-header__text {
  font-size: 16px;
  color: #fff;
  width: 70%;
  line-height: 24px;
  margin: auto 0;
  display: inline-block;
  text-shadow: 0px 0px 0px #afafaf;
}
.b-gray-bg-header {
  padding: 20px 0;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 60px;
}
.b-start-list {
  padding: 75px 0 75px 112px;
  width: 50%;
  border-bottom: 1px solid #dbdbdb;
}
.b-start-list__noborder {
  border: none;
}
.b-start-title__nomargin {
  margin: 0px !important;
}
.b-start-list__600plus {
  background: url(/images/pages/services/600plus.jpg) no-repeat center center;
}
.b-start-list__home {
  background: url(/images/pages/services/start_home.jpg) no-repeat center center;
}
.b-start-list__shield {
  background: url(/images/pages/services/start_shield.jpg) no-repeat center center;
}
.b-start-list__builder {
  background: url(/images/pages/services/start_builder.jpg) no-repeat center center;
}
.b-start-list__centered {
  text-align: center;
  border-bottom: none;
}
.b-start-list__centered:first-child {
  border-right: 1px solid #dbdbdb;
}
.b-start-list__title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.b-start-list__title-center {
  text-align: center;
}
.b-start-list__descr {
  font-size: 16px;
  margin-bottom: 25px;
}
.b-start-list__smalloffset {
  text-align: center;
  padding-top: 27px;
}
.na__button__promo {
  width: auto;
  padding: 12px 20px;
  font-size: 14px;
}
.b-start-footer {
  border-top: 1px solid #d8dae3;
  border-bottom: 1px solid #d8dae3;
  background-color: #fafafa;
  padding: 30px 0;
  margin-top: 57px;
}
.b-start-footer__content {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.b-start__hr {
  margin: 14px 0;
  border-bottom: 1px solid #dbdbdb;
  height: 1px;
}
.b-start-footer__list {
  margin: 0px;
  padding: 0px;
}
.b-start-footer__link {
  font-size: 16px;
  color: #4f7cbb;
  line-height: 32px;
  text-decoration: none;
}
.b-start-footer__link:hover {
  text-decoration: underline;
}
.b-start-cell-nopadding {
  padding: 0px;
}
.na__button-promo__inverted {
  background-image: linear-gradient(#4D7BBD, #4271B3 95%);
}
.na__button-promo__inverted:hover,
.na__button-promo__inverted:active {
  background-image: linear-gradient(#4271B3, #4D7BBD 95%);
}
.na__button-promo__centered {
  margin: auto 0px;
}
.b-start-list__topoffset {
  padding-top: 30px;
}
.b-start__small {
  font-size: 10px;
  margin-top: 57px;
  line-height: 22px;
}
/*------------------------------------------------------------ */
/*-------------------CLUB PROGRAMM-----------------*/
.g-text-align-center {
  text-align: center;
}
.b-services__club-header {
  background: url('/images/pages/club_programm/club_programmBG.jpg') no-repeat center top;
  padding: 0px !important;
  color: #fff;
  background-size: cover;
  box-shadow: none !important;
}
.b-services__club-header-filler {
  padding: 80px 100px;
}
.b-services__club-header .na__button {
  font-size: 14px;
  width: 100%;
}
.b-services__pricebox .b-services__nopad:first-child .b-services__club-item-header {
  margin-left: 1px;
}
.b-services__club-item-header {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.84);
  margin-right: 1px;
  position: relative;
}
.b-services__club-item-header:hover {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.1s ease;
  background-color: #ffffff;
}
.b-services__club-item-header:hover .na__button {
  background-image: linear-gradient(#4D7BBD, #4271B3 95%);
  color: #fff;
}
.b-services__club-item-header:hover .b-club-item__domain {
  opacity: 1;
}
.b-services__club-item {
  padding: 18px 20px;
}
.b-services__club-item .na__button {
  padding: 6px 15px;
  line-height: 1;
  height: 32px;
}
.b-services__club-item__active {
  border: 1px solid #2188c9;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 16px 0px, rgba(44, 119, 188, 0) 0px 1px 1px 0px;
  transition: box-shadow 0.1s ease;
}
.b-services__club-item__active .na__button {
  background-image: linear-gradient(#4D7BBD, #4271B3 95%);
  color: #fff;
}
.b-services__club-item__active .b-club-item__domain {
  opacity: 1;
}
.b-services__club-item--nopad {
  padding-top: 0px;
  padding-bottom: 0px;
}
.b-club__item-h3 {
  font-family: Verdana;
  font-size: 16px;
  color: #000;
  padding: 0;
}
.b-club__item-big-green {
  color: #65a63e;
  font-weight: bold;
  font-size: 26px;
  margin: 14px 0;
  font-family: Verdana;
  display: inline-block;
}
.b-club__item-small-green {
  color: #65a63e;
  font-size: 14px;
  font-family: Verdana;
}
.b-club-item__muted {
  font-size: 12px;
  color: #878787;
  margin-bottom: 12px;
  line-height: 1.3;
}
.b-club-item__price {
  display: inline-block;
  color: #000;
  margin-bottom: 20px;
  font: normal 12px Verdana;
}
.b-club-item__price-digit {
  font: bold 16px Verdana;
}
.b-club-item__domains {
  font-size: 14px;
}
.b-club-item__domains:last-child {
  padding-bottom: 0px;
}
.b-club-item__domains-ellipsis {
  padding: 7px 0px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
.b-club-item__domains-ellipsis:first-child {
  padding: 7px 0px 7px 20px;
  margin-top: 0px;
  text-align: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.b-club-item__domains-ellipsis:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.b-club-item__domains-no-ellipsis {
  overflow: inherit;
  text-overflow: none;
  z-index: 1000;
}
.b-club-item__domain {
  margin-bottom: 2px;
  font-family: Verdana;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  opacity: 0;
}
.b-club-item__domain-scroll {
  padding: 10px 20px 10px 20px;
  font-family: Verdana;
  font-size: 14px;
  color: #000;
}
.b-club-item__domain-old-price {
  display: inline-block;
  float: right;
  text-align: right;
  font-weight: normal;
  text-decoration: line-through;
  color: #878787;
}
.b-club-item__domain-price {
  display: inline-block;
  float: right;
  text-align: right;
  font-weight: normal;
}
.b-club-item__domain-price-centered {
  display: block;
  text-align: center;
  font-weight: normal;
}
.b-club__all-domain {
  font: normal 16px Verdana;
  color: #2188c9;
  text-align: center;
  cursor: pointer;
  padding: 29px 0px;
  clear: both;
}
.b-services__float {
  position: absolute;
  display: block;
}
.b-services__modal-flat-bg {
  position: fixed;
  z-index: 100;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.b-services__modal-flat {
  padding-top: 40px;
  margin: 0px auto;
  min-width: 1070px;
  max-width: 1140px;
}
.b-services__close-btn-big {
  background: url(/images/pages/club_programm/b-services__close-btn.png) no-repeat center center;
  opacity: .3;
  float: right;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
.b-services__close-btn-big:hover {
  opacity: .5;
}
.b-services__modal-flat__content {
  margin-top: 25px;
  margin-bottom: 0px;
}
.b-services__title-tabs {
  display: block;
  white-space: nowrap;
  margin: 0px auto;
}
.b-services__title-tabs__text {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.b-services__title-tabs-small {
  display: inline-block;
  white-space: nowrap;
  border-radius: 4px;
  margin-top: 40px;
}
.b-services__tabs-small {
  margin-right: 100px;
  clear: both;
}
.b-services__tabs-small__item {
  display: inline-block;
  float: left;
  color: #000;
  background-color: #fff;
  padding: 6px 15px;
  cursor: pointer;
  font-size: 16px;
  font-family: Verdana;
  border: 1px solid #c2c2c2;
  border-right: none;
}
.b-services__tabs-small__item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.b-services__tabs-small__item:last-child {
  border-right: 1px solid #c2c2c2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.b-services__tabs-small__item:hover,
.b-services__tabs-small__item--selected {
  background-color: #4f7cbb;
  color: #fff;
  border: none;
  border: 1px solid #3178ba !important;
}
.b-services__tabs-small__item:hover + .b-services__tabs-small__item,
.b-services__tabs-small__item--selected + .b-services__tabs-small__item,
.b-services__tabs-small__item:hover + .b-services__tabs-small__item:hover,
.b-services__tabs-small__item--selected + .b-services__tabs-small__item:hover,
.b-services__tabs-small__item:hover + .b-services__tabs-small__item--selected,
.b-services__tabs-small__item--selected + .b-services__tabs-small__item--selected {
  border-left: none !important;
}
.b-services__tabs-small__item:hover:first-child,
.b-services__tabs-small__item--selected:first-child {
  border-right: 1px solid #4f7cbb;
}
.b-services__tabs-small__item:hover:last-child,
.b-services__tabs-small__item--selected:last-child {
  border-left: 1px solid #4f7cbb;
}
/*nano scroller !непонятная херь писаная не мной! */
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.01);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  z-index: 1000;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0px;
}
.nano:hover > .nano-pane,
.nano .nano-pane.active,
.nano .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
/*end of nano scroller*/
.b-services__pricebox--nano {
  min-height: 0px;
  position: relative;
  top: -6px;
}
.g-col-16per {
  width: 14.28%;
}
.b-club__search-form {
  width: 100%;
  display: inline-block;
  padding: 6px 15px 6px 40px;
  background: #FFF url("/images/pages/club_programm/b-services__search-btn.png") no-repeat scroll 10px 6px;
  font-size: 14px;
  border-radius: 4px;
  line-height: inherit;
  border: 1px solid #CCC;
  height: 32px;
}
.b-club__search-form:hover {
  border: 1px solid #2879bc;
}
.b-club__left-toggler {
  cursor: pointer;
  white-space: nowrap;
  color: #3178ba;
}
.b-club__left-toggler:before,
.b-club__left-toggler--open:before {
  content: '';
  position: relative;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  margin: 6px 8px 0px 0px;
  background: url(/images/pages/club_programm/b-services__left-toggle-arrow.png) no-repeat left top;
}
.b-club__left-toggler--open:before {
  background: url(/images/pages/club_programm/b-services__left-toggle-arrow.png) no-repeat left -12px;
}
.b-services__ul-first {
  padding-left: 0px;
}
.g-cursor-pointer {
  cursor: pointer;
}
.g-blur {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  /* FF doesn't support blur filter, but SVG */
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-15%' y='-15%' width='130%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
  filter: blur(15px);
}
.b-club__selected {
  background-color: #dfdfe6;
  z-index: 100;
}
.g-stop-scrolling {
  overflow: hidden;
}
.b-club__intent-head.b-club__selected {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.b-club__intent-first-child.b-club__selected {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.b-club__hover-line:hover {
  background-color: #dfdfe6;
}
.b-club__header-left {
  margin-right: 50%;
}
.b-club__header-big {
  font: bold 36px verdana;
  margin-bottom: 20px;
}
.b-club__header-small {
  font: normal 16px verdana;
}
.b-club__header-right {
  float: right;
}
.b-club__icon-part,
.b-club__icon-fee {
  margin-top: 40px;
  display: inline-block;
  padding-top: 72px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  height: 54px;
  float: left;
  font: normal 14px verdana;
}
.b-club__icon-part {
  background: url(/images/pages/club_programm/b-club__icon1.png) no-repeat center center;
}
.b-club__icon-fee {
  background: url(/images/pages/club_programm/b-club__icon2.png) no-repeat center center;
}
.b-club__head-prices.b-club__selected {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.b-club_items-table {
  table-layout: fixed;
  width: 99.999%;
}
.b-club_vertical-hover-block {
  display: none;
  position: absolute;
  z-index: 0;
  border-radius: 4px;
  height: 1300px;
  background-color: #dfdfe6;
}
.b-club__green {
  color: #3d7d22;
}
/*-------------------END OFCLUB PROGRAMM-----------------*/
/*-------------------PARTNER PROGRAM-----------------*/
.b-services__header--partner {
  background: url(/images/pages/partner_program/partners_header.png) 100% 0 no-repeat;
  border: none;
}
.b-partner__maindescr {
  max-width: 450px;
  padding: 23px 0 23px 9%;
  width: 39%;
}
.b-partner__h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
  padding-bottom: 0;
}
.b-partner__headermenu {
  float: right;
  min-width: 550px;
  width: 50%;
}
.b-partner__facility--dom {
  background: url(/images/pages/partner_program/www.png);
}
.b-partner__facility--host {
  background: url(/images/pages/partner_program/cube.png);
}
.b-partner__facility--mail {
  background: url(/images/pages/partner_program/at.png);
}
.b-partner__facility--ssl {
  background: url(/images/pages/partner_program/shield.png);
}
.b-partner__facility {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50px auto;
  padding: 70px 40px 0;
}
.b-partner__h2 {
  min-height: 40px;
}
.b-partner__h4 {
  padding: 26px 0;
}
.b-partners__special--support {
  background: url(/images/pages/partner_program/headphones.png);
}
.b-partners__special--service {
  background: url(/images/pages/partner_program/key.png);
}
.b-partners__special {
  background-position: 10px 0;
  background-repeat: no-repeat;
  background-size: 60px auto;
  padding-top: 80px;
}
.b-partner__infolink {
  color: #7296c9;
  display: block;
  font-size: 14px;
  line-height: 23px;
  min-height: 34px;
}
.b-services__button--white {
  background: #fff;
}
.b-services__sectn70 {
  padding: 80px 0;
}
.b-partner__sale--descript {
  padding: 21px 0;
}
.b-partner__sale {
  background: #fafafa url(/images/pages/partner_program/85percent.png) 125px 50% no-repeat;
  border-bottom: 1px solid #d8dae3;
  border-top: 1px solid #d8dae3;
  padding: 84px 50px 69px;
}
.status-close {
  position: absolute;
  background: url(/my/static/images/pages/close.png ) left top no-repeat;
  display: block;
  width: 10px;
  height: 9px;
  top: 17px;
  right: 10px;
  cursor: pointer;
}
.main-menu {
  position: relative;
}
/*-------------------END PARTNER PROGRAM-----------------*/
.na_partbox {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 25px 0;
}
.na_partbox_text {
  font-size: 18px;
  color: #6a727b;
  margin: 0 0 20px 0;
}
.na__cart__empty {
  color: #A3A3A3;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 30px;
}
.na__cart__body__container {
  max-height: 80px;
}
.na__cart__order-list {
  margin-bottom: 30px;
}
.na__cart__order {
  font-size: 12px;
  display: table;
  width: 100%;
  table-layout: fixed;
  line-height: 20px;
}
.na__cart__order__name {
  display: table-cell;
  vertical-align: middle;
  cursor: default;
}
.na__cart__order__name__domain {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  width: 100%;
}
.na__cart__order__price {
  vertical-align: middle;
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  width: 35%;
}
.na__cart__order__remove {
  transition: color .3s linear;
  display: table-cell;
  width: 20px;
  text-align: right;
  color: #2879BC;
  cursor: pointer;
}
.na__cart__order__remove:hover {
  color: #000;
}
.na__cart__footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #BBD0E7;
}
.na__cart__order__total {
  padding-bottom: 18px;
  font-size: 12px;
  font-weight: bold;
}
.na__cart__order__total__sum {
  float: right;
}
.na__cart__order-button {
  display: block;
  width: 100%;
}
/* for checkout */
#checkout {
  padding-top: 32px;
}
#checkout h1 {
  font-family: Verdana;
  font-size: 20px;
  padding: 0;
}
#content {
  padding-right: 286px;
}
#content.shop {
  padding-right: 0;
}
#rightcolomn {
  float: right;
  width: 286px;
}
.b-promo_code {
  padding: 30px 38px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.b-promo_code p {
  font-family: Verdana;
  font-size: 16px;
  margin-bottom: 20px;
}
.b-promo_code-input {
  width: 100%;
  height: 30px;
  font-family: Verdana;
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 14px;
}
.b-way__step {
  font-size: 11px;
}
.b-way__step-number {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
  font-family: Verdana;
  color: #2879BC;
  border: 1px solid #2879BC;
  border-radius: 50%;
  margin-right: 5px;
}
.b-way__step-number-selected {
  color: #000;
  border-color: #000;
}
.b-way__step-stepwillbe,
.b-way__step-numberstepwillbe {
  color: #dbdbdb;
  border-color: #dbdbdb;
}
.b-way__step-numberprev,
.b-way__step-stepnow.b-way__step-numberprev {
  color: #2879BC;
  border: 1px solid #2879BC;
}
.b-way__step-stepprev {
  color: #2879BC;
}
.b-way__step-stepnow {
  color: #000;
}
.b-way__step-number.b-way__step-stepnow {
  border: none;
  background: url(/my/static/images/way_step_circle_bg.png);
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.b-way__arrow {
  margin: 0 5px;
}
.b-checkout * {
  box-sizing: border-box;
}
.b-checkout__left {
  padding-right: 300px;
}
.b-checkout__h3 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #000;
}
.b-checkout__table {
  font-family: Verdana;
  font-size: 14px;
}
.b-checkout__table tr {
  border-top: 1px solid #bcd0e7;
  background: #fff;
}
.b-checkout__table tr:last-child {
  border-top: 1px solid #bcd0e7!important;
}
.b-checkout__table tr td {
  padding: 18px 0;
  line-height: 32px;
}
/* ToDo выпилить нах */
.g-strong {
  font-weight: bold;
}
.g-left {
  float: left;
}
.g-right {
  float: right;
}
.b-choose {
  margin-top: 32px;
}
.b-choose__item,
.b-choose__whois-proxy {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-bottom: none;
  padding: 20px 30px 20px 18px;
}
.b-choose__item--first {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.b-choose__item--last {
  border-bottom: 1px solid #dbdbdb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.b-choose__item--active {
  background: #f7fafc;
}
.g-muted {
  color: #808080;
}
.g-custom_radio {
  display: none;
  left: -999999px;
}
.g-custom_radio:checked ~ label {
  background: url(/my/static/images/g-icons/radio-checked.png) left 50% no-repeat;
}
.g-custom_radio__label {
  float: left;
  display: inline-block;
  padding-left: 30px;
  background: url(/my/static/images/g-icons/radio.png) left 50% no-repeat;
}
.g-custom_radio__label h4,
.g-custom_checkbox__label h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: Verdana;
}
.g-custom_checkbox {
  display: none;
  left: -999999px;
}
.g-custom_checkbox__label {
  display: inline-block;
  padding-left: 30px;
  background: url(/my/static/images/g-icons/check.png) left 50% no-repeat;
}
.g-custom_checkbox:checked + label {
  background: url(/my/static/images/g-icons/check-checked.png) left 50% no-repeat;
}
.g-custom_checkbox:checked:hover + label {
  background: url(/my/static/images/g-icons/check-checked-hover.png) left 50% no-repeat;
}
.g-custom_checkbox:disabled + label {
  background: url(/my/static/images/g-icons/check-disable.png) left 50% no-repeat;
}
.g-custom_checkbox:disabled:hover + label {
  background: url(/my/static/images/g-icons/check-disable.png) left 50% no-repeat;
}
.g-custom_checkbox:hover + label {
  background: url(/my/static/images/g-icons/check-hover.png) left 50% no-repeat;
}
.g-custom_checkbox:checked:disabled + label {
  background: url(/my/static/images/g-icons/check-checked-disable.png) left 50% no-repeat;
}
.b-choose__item--header-price,
.b-choose__whois-proxy--header-price {
  float: right;
  font-family: Verdana;
  font-size: 16px;
  font-weight: normal;
}
.g-clear {
  clear: both;
  width: 0px;
  height: 0px;
}
.g-clear-l {
  clear: left;
}
.g-info p {
  margin-bottom: 0!important;
}
.b-choose__item > p,
.b-choose__item--footer > p,
.b-choose__whois-proxy > p {
  padding-left: 30px;
  padding-top: 12px;
  margin: 0!important;
  font-family: Verdana;
  font-size: 12px;
  line-height: 18px;
}
.b-choose__item-select {
  margin-left: 30px;
  margin-top: 12px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: Verdana;
  font-size: 12px;
  color: #000;
  background: #fff;
  position: relative;
}
.b-choose__item-select > span {
  line-height: 30px;
}
.b-choose__item-select-desc {
  margin-left: 8px;
}
.b-choose__item-select-price_old {
  text-decoration: line-through;
}
.b-choose__item-select-price {
  color: #f7922f;
}
.b-choose__item--footer-hidden {
  display: none;
}
.b-choose__item-dropdown {
  position: absolute;
  left: -1px;
  top: 31px;
  width: 100%;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.b-choose__whois-proxy {
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.b-choose__dropdown--item {
  background: #fff;
}
.b-choose__dropdown--item-inner {
  height: 50px;
  padding: 15px 38px 15px 18px;
  border: 1px solid transparent;
  border-bottom: 1px solid #dbdbdb;
}
.b-choose__dropdown--item-inner:hover,
.b-choose__dropdown--item-inner.b-choose__dropdown--item-inner-active {
  border: 1px solid #7aa2cf;
  background: #f7fafc;
}
.b-choose__item--line {
  line-height: 30px;
  overflow: hidden;
}
.b-checkout__table tr td:first-child {
  padding-left: 20px;
}
tr.b-checkout__collection {
  border-left: 1px solid #7aa2cf;
  border-right: 1px solid #7aa2cf;
}
.b-checkout__table tr.subservice td {
  padding-top: 0;
}
tr.b-checkout__collection--first {
  border: 1px solid #7aa2cf;
  border-bottom: none;
}
tr.b-checkout__collection--name td {
  padding: 0!important;
  font-size: 12px;
  border-bottom: none;
}
tr.b-checkout__collection--name td b {
  color: #2c77bc;
  font-weight: normal;
}
tr.b-checkout__collection--last {
  border: 1px solid #7aa2cf;
  border-top: 1px solid #bcd0e7;
}
.b-collection {
  background: #f7fafc;
  border: 1px solid #7aa2cf;
  padding: 22px 20px 30px;
}
.b-collection__single {
  border-radius: 4px;
}
.b-collection__first {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.b-collection__last {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
}
.b-collection .g-custom_radio__label {
  padding-left: 31px;
}
.b-collection__h3 {
  font-family: Verdana;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 0;
}
.b-collection fieldset {
  margin-top: 18px;
  padding-left: 35px;
}
.b-collection fieldset .na__button {
  padding: 8px 16px;
}
.b-choose__item--line {
  padding: 0 38px 0 18px;
  width: auto;
}
.b-choose__item--line .g-select-triangle {
  background: url(/my/static/images/g-icons/select-open.png) center no-repeat;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 38px;
}
.b-choose__item--line--opened .g-select-triangle {
  background: url(/my/static/images/g-icons/select-closed.png) center no-repeat;
}
#content-wrapper input[type=text].g-input-txt__error {
  border: 1px solid #b44949;
}
.g-p__error {
  color: #b44949;
  margin-top: 8px!important;
  margin-bottom: 0!important;
}
#content {
  margin: 0px;
}
div.way {
  margin-bottom: 20px;
}
#content-wrapper {
  padding-right: 8.7%;
  font-size: 12px;
}
.b-whoisForm td {
  padding: 10px 10px 10px 0px;
  vertical-align: middle;
}
.b-WhoisContacts_edit td {
  padding: 10px 0px 10px 20px !important;
  vertical-align: middle;
}
.b-WhoisContacts_edit td:first-child {
  padding: 10px 0px 10px 0px !important;
}
.b-WhoisContactsEdit__warning input {
  border-color: #c00000 !important;
  float: left;
}
.b-WhoisContactsEdit__warning span {
  position: absolute;
  margin-left: 14px;
  margin-top: 3px;
  color: #c00000;
}
.b-custom_radio__label--nofloat {
  display: block !important;
  float: none !important;
}
.b-change-dns__num {
  color: #acafb0;
}
.b-change-dns__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  box-sizing: border-box;
}
.b-change-dns__table input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
.b-choose__item--12px {
  padding: 12px 20px 12px 20px;
  font-size: 14px;
}
.b-hosting_label_container__item {
  display: inline-block;
  width: 32%;
}
.b-hosting_label_container--time,
.b-hosting_label_container--price {
  text-align: right;
  font-size: 16px;
}
.b-payment_method_table {
  border-collapse: separate;
  border-spacing: 8px 0px;
  margin-left: -8px;
}
.b-payment_method_table td {
  cursor: pointer;
  border-radius: 3px;
  width: 160px;
  height: 85px;
  border: 1px solid #dbe7f6;
  box-shadow: 0 0 0 1px #eaf2fa;
  text-align: center;
  vertical-align: middle;
}
.b-payment_method_table td:hover {
  box-shadow: 0 0 0 1px #fff;
}
.b-choose__dropdown--item .b-package,
.b-choose__item .b-package {
  display: inline-block;
  font-size: 11px;
  padding: 0 6px 1px;
  margin-left: 10px;
  border-radius: 2px;
  height: 18px;
  border-color: #f9951f;
  color: #fff;
  background-color: #f9951f;
}
.g-hidden {
  display: none !important;
}
.b-mailforwarding--table-td td {
  padding: 3px 10px;
}
#history_s_whois_info_ru select {
  width: 100%;
}
#wizard,
.wizard {
  box-sizing: border-box;
}
#wizard *,
.wizard * {
  box-sizing: border-box;
}
.b-choose {
  margin: 0px;
  transition: .2s;
}
.b-choose * {
  transition: .2s;
}
.help-icon {
  position: relative;
  border: none;
}
.help-icon:before {
  content: attr(data-title);
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 15px 20px;
  min-width: 250px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
  transition: 0.3s ease-out;
}
.help-icon:hover:before,
.help-icon:active:before {
  visibility: visible;
  opacity: 1;
}
/*# sourceMappingURL=htdocs/styles/styles-min.css.map */