/* Generated by less 2.5.1 */
@media (min-width: 1011px) {
  .hidden-desktop {
    display: none !important;
  }
}
body {
  font-size: 13px;
  overflow-x: hidden;
}
.btn-arrow {
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 43px;
  height: 29px;
  padding-left: 43px;
  overflow: hidden;
  text-indent: 43px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #df160f;
  background: url(../img/new/btn-arrow.png) center center no-repeat, #df160f;
  background: url(../img/new/btn-arrow.png) center center no-repeat, -moz-linear-gradient(top, #f4211c, #c90a01);
  background: url(../img/new/btn-arrow.png) center center no-repeat, -ms-linear-gradient(top, #f4211c, #c90a01);
  background: url(../img/new/btn-arrow.png) center center no-repeat, -o-linear-gradient(top, #f4211c, #c90a01);
  background: url(../img/new/btn-arrow.png) center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01));
  background: url(../img/new/btn-arrow.png) center center no-repeat, -webkit-linear-gradient(top, #f4211c, #c90a01);
  background: url(../img/new/btn-arrow.png) center center no-repeat, linear-gradient(top, #f4211c, #c90a01);
  cursor: pointer;
}
.btn-arrow:hover {
  background: url(../img/new/btn-arrow.png) center center no-repeat #f4211c;
}
.btn-arrow:active {
  background: url(../img/new/btn-arrow.png) center center no-repeat #c90a01;
}
textarea,
input[type=password],
input[type=text] {
  height: 29px;
  border: 0 none;
  padding: 0 8px;
  margin: 0;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 29px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
}
textarea {
  padding: 5px 7px !important;
  line-height: 16px;
}
#content a.btn,
#content input.btn,
.btn {
  height: 30px;
  border: 0 none;
  margin: 0;
  padding: 0 20px;
  background: #df160f;
  background: -moz-linear-gradient(top, #f4211c, #c90a01);
  background: -ms-linear-gradient(top, #f4211c, #c90a01);
  background: -o-linear-gradient(top, #f4211c, #c90a01);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01));
  background: -webkit-linear-gradient(top, #f4211c, #c90a01);
  background: linear-gradient(top, #f4211c, #c90a01);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff !important;
  text-decoration: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
}
#content a.btn:hover,
#content input.btn:hover,
.btn:hover {
  background: #f4211c;
}
#content a.btn:active,
#content input.btn:active,
.btn:active {
  background: #c90a01;
}
#content a.btn-secondary,
#content input.btn-secondary,
.btn-secondary {
  background: #c1c1c1;
  background: -moz-linear-gradient(top, #c1c1c1, #aaaaaa);
  background: -ms-linear-gradient(top, #c1c1c1, #aaaaaa);
  background: -o-linear-gradient(top, #c1c1c1, #aaaaaa);
  background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#aaaaaa));
  background: -webkit-linear-gradient(top, #c1c1c1, #aaaaaa);
  background: linear-gradient(top, #c1c1c1, #aaaaaa);
}
#content a.btn-secondary:hover,
#content input.btn-secondary:hover,
.btn-secondary:hover {
  background: #c9c9c9;
}
#content a.btn-secondary:active,
#content input.btn-secondary:active,
.btn-secondary:active {
  background: #b2b2b2;
}
#header {
  margin-bottom: 1px;
}
#menu {
  height: 38px;
  background: #df160f;
  background: -moz-linear-gradient(top, #f4211c, #c90a01);
  background: -ms-linear-gradient(top, #f4211c, #c90a01);
  background: -o-linear-gradient(top, #f4211c, #c90a01);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01));
  background: -webkit-linear-gradient(top, #f4211c, #c90a01);
  background: linear-gradient(top, #f4211c, #c90a01);
}
#menu ul li a {
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 10px;
  padding: 9px 8px;
  border-left: 1px solid #e55550;
  padding: 9px 7px;
}
#menu ul li:first-child a {
  padding-left: 7px;
  border-left: none;
}
#menu ul li.act a,
#menu ul li.active a,
#menu ul li a:hover {
  background: #000;
  border-left-color: #000;
}
#menu .act div li,
#menu li:hover div li {
  border-left: 0 none;
}
#menu .act div li a,
#menu li:hover div li a {
  border-left: 0 none;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  height: auto;
  padding: 9px 17px;
}
#menu > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#menu > ul > li {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-grow: 1;
  flex-shrink: 0;
}
#menu > ul > li > a {
  text-align: center;
}
.domain_reg-form {
  margin: 0 0 0 17px;
}
.domain_reg-form b {
  float: left;
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  margin: 0 6px 0 0;
}
.domain_reg-form input[type=text] {
  height: 27px;
  background: #fff;
  border: 0 none;
  padding: 0 8px;
  margin: 0;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 246px;
  margin: 0 8px 0 0;
}
.domain_reg-form .btn-arrow {
  margin-top: -1px;
}
.frontLeftFB {
  margin-top: 22px;
}
.bottomBanners {
  *zoom: 1;
  padding: 34px 0 20px;
}
.bottomBanners:after {
  content: " ";
  display: table;
  clear: both;
}
.bottomBannersItem {
  float: left;
  width: 300px;
  margin-left: 39px;
}
.bottomBannersItem:first-child {
  margin-left: 0;
}
.register-step-1 {
  padding: 0 0 0 30px;
  position: relative;
  *zoom: 1;
}
#domainRegistration .register-step-1 #domainList {
  display: block;
  height: 130px;
  font: normal 12px Arial;
  color: #887e75;
  border: 1px solid #c7c7c7;
  margin: 10px 0;
  resize: vertical;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: none;
  max-height: none;
}
.register-step-1-link {
  float: right;
}
.register-step-1:after {
  content: " ";
  display: table;
  clear: both;
}
#domainRegistration .tab-additional {
  border: 0 none;
}
.tab-additional-actions {
  *zoom: 1;
  border-top: 1px solid #d7d7d7;
  margin-top: 19px;
  padding-top: 18px;
}
.tab-additional-actions:after {
  content: " ";
  display: table;
  clear: both;
}
.register-step-1 .btn,
.tab-additional-actions .btn {
  float: left;
  margin-right: 26px !important;
  min-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
}
/*! jQuery UI - v1.11.4 - 2015-07-22
* http://jqueryui.com
* Includes: core.css, menu.css, selectmenu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-selectmenu-button {
  background: transparent;
  border: 0 none;
  padding: 0;
  margin: 0;
  outline: 0;
  height: 29px;
  border: 1px solid #000;
  padding: 0 30px 0 6px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  overflow: visible;
}
.ui-selectmenu-button[aria-expanded=true] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #000;
  overflow: visible;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
}
.has-success .ui-selectmenu-button span.ui-selectmenu-text {
  color: forestgreen;
}
.has-error .ui-selectmenu-button span.ui-selectmenu-text {
  color: #f80000;
}
.ui-selectmenu-button span.ui-icon {
  right: 0;
  top: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  background: url(../img/new/select-trigger.png) center center no-repeat;
}
.ui-selectmenu-button.ui-state-disabled {
  opacity: 1;
}
.ui-selectmenu-menu {
  background: transparent;
  border: 0 none;
  padding: 0;
  margin: 0;
  outline: 0;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
  z-index: 8999;
}
.ui-selectmenu-menu .ui-menu {
  background: transparent;
  border: 0 none;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
  border: 1px solid #000;
}
.ui-selectmenu-menu .ui-menu-item {
  background: transparent;
  border: 0 none;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  padding: 4px 30px 4px 6px;
}
.ui-selectmenu-menu .ui-state-focus {
  background: #eee;
}
select,
.user_reg .select,
.selectui {
  height: 29px;
  font-size: 13px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 12px 0 6px;
}
.ui-selectmenu-button {
  height: 29px;
  border: 1px solid #c5c5c5;
  padding: 0 30px 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.ui-selectmenu-button,
.ui-selectmenu-button * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-selectmenu-button[aria-expanded=true] {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 6px 0 5px 10px;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #1a1a18;
  overflow: visible;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-selectmenu-button span.ui-icon {
  width: 23px;
  height: 100%;
  position: absolute;
  background: url(../img/new/select-trigger.png) left center no-repeat;
}
.ui-selectmenu-button.ui-state-disabled {
  opacity: 1;
}
.ui-selectmenu-menu {
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: none;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu,
.ui-selectmenu-menu * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-selectmenu-menu .ui-menu {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  margin: -1px 0 0;
  border: 1px solid #bebebe;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
}
.ui-selectmenu-menu .ui-menu-item {
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  color: #333;
}
.ui-selectmenu-menu .ui-menu-item-wrapper,
.ui-selectmenu-menu .ui-state-active,
.ui-selectmenu-menu .ui-state-focus {
  padding: 8px 9px 7px 9px;
  border: 0 none;
  margin: 0;
}
.ui-selectmenu-menu .ui-state-active,
.ui-selectmenu-menu .ui-state-focus {
  background: #f5f5f5;
  color: #000;
  padding: 8px 9px 7px 9px;
}
table.main .selectui,
table.main .ui-selectmenu-button {
  width: 122px !important;
}
.iradio,
.icheckbox {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../img/new/s-checkbox.png) left top no-repeat;
}
.iradio.hover,
.icheckbox.hover,
.iradio:hover,
.icheckbox:hover {
  background-position: -23px 0;
}
.iradio.checked,
.icheckbox.checked {
  background-position: -46px 0;
}
.iradio.checked.hover,
.icheckbox.checked.hover,
.iradio.checked:hover,
.icheckbox.checked:hover {
  background-position: -69px 0;
}
.iradio.disabled,
.icheckbox.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.iradio {
  background-image: url(../img/new/s-radio.png);
}
#cart table.main .delete {
  color: #d11b14;
  background: url(../img/new/del.png) 0 3px no-repeat;
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  padding: 0 0 0 16px;
}
#cart table.main .delete:hover {
  text-decoration: underline;
}
#domainRegistration #transfer div {
  margin-bottom: 4px;
  height: auto;
}
#content .step_block .block_create div.inner {
  height: 104px;
  padding-top: 75px;
  background-color: #dedede;
  width: 288px;
  padding-left: 0;
  text-align: center;
}
#content .step_block .block_create div.inner a {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
#content .step_block .block_create div.inner a .corner {
  display: none;
}
#content .step_block .block_create div.inner a span {
  background: transparent;
}
#content .step_block .block_login div.inner {
  height: 169px;
}
#content .step_block .block_create .button_step_submit span {
  display: inline;
  padding: 0;
  margin: 0;
  float: none;
}
#content .email-login,
.domainCheckBlock .submit,
.gwallet-popup-actions a#walletButton {
  height: 30px !important;
  border: 0 none !important;
  margin: 0 !important;
  padding: 0 20px !important;
  background: #df160f !important;
  background: -moz-linear-gradient(top, #f4211c, #c90a01) !important;
  background: -ms-linear-gradient(top, #f4211c, #c90a01) !important;
  background: -o-linear-gradient(top, #f4211c, #c90a01) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01)) !important;
  background: -webkit-linear-gradient(top, #f4211c, #c90a01) !important;
  background: linear-gradient(top, #f4211c, #c90a01) !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  display: inline-block !important;
  vertical-align: top !important;
  text-align: center !important;
  font-family: Arial, serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 30px !important;
  color: #fff !important;
  text-decoration: none !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}
#content .email-login:hover,
.domainCheckBlock .submit:hover,
.gwallet-popup-actions a#walletButton:hover {
  background: #f4211c !important;
}
#content .email-login:active,
.domainCheckBlock .submit:active,
.gwallet-popup-actions a#walletButton:active {
  background: #c90a01 !important;
}
#content .email-login:hover,
.domainCheckBlock .submit:hover,
.gwallet-popup-actions a#walletButton:hover {
  background: #f4211c !important;
}
#content .email-login:active,
.domainCheckBlock .submit:active,
.gwallet-popup-actions a#walletButton:active {
  background: #c90a01 !important;
}
#content .requestForm .submit,
#content .pricesBlock .button_buy .button,
#contact_form .submit,
#content .form_button,
#content a.button_buy2,
#content .user_content_block form .submit,
#content .step_block .submit,
#content a.button_step_submit,
#content .other_links a.button_step_submit,
#content .submit_long,
#content .step_block .submit_long {
  height: 30px;
  border: 0 none;
  margin: 0;
  padding: 0 20px;
  background: #df160f;
  background: -moz-linear-gradient(top, #f4211c, #c90a01);
  background: -ms-linear-gradient(top, #f4211c, #c90a01);
  background: -o-linear-gradient(top, #f4211c, #c90a01);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01));
  background: -webkit-linear-gradient(top, #f4211c, #c90a01);
  background: linear-gradient(top, #f4211c, #c90a01);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff !important;
  text-decoration: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
}
#content .requestForm .submit:hover,
#content .pricesBlock .button_buy .button:hover,
#contact_form .submit:hover,
#content .form_button:hover,
#content a.button_buy2:hover,
#content .user_content_block form .submit:hover,
#content .step_block .submit:hover,
#content a.button_step_submit:hover,
#content .other_links a.button_step_submit:hover,
#content .submit_long:hover,
#content .step_block .submit_long:hover {
  background: #f4211c;
}
#content .requestForm .submit:active,
#content .pricesBlock .button_buy .button:active,
#contact_form .submit:active,
#content .form_button:active,
#content a.button_buy2:active,
#content .user_content_block form .submit:active,
#content .step_block .submit:active,
#content a.button_step_submit:active,
#content .other_links a.button_step_submit:active,
#content .submit_long:active,
#content .step_block .submit_long:active {
  background: #c90a01;
}
#content .requestForm .submit:hover,
#content .pricesBlock .button_buy .button:hover,
#contact_form .submit:hover,
#content .form_button:hover,
#content a.button_buy2:hover,
#content .user_content_block form .submit:hover,
#content .step_block .submit:hover,
#content a.button_step_submit:hover,
#content .other_links a.button_step_submit:hover,
#content .submit_long:hover,
#content .step_block .submit_long:hover {
  background: #f4211c;
}
#content .requestForm .submit:active,
#content .pricesBlock .button_buy .button:active,
#contact_form .submit:active,
#content .form_button:active,
#content a.button_buy2:active,
#content .user_content_block form .submit:active,
#content .step_block .submit:active,
#content a.button_step_submit:active,
#content .other_links a.button_step_submit:active,
#content .submit_long:active,
#content .step_block .submit_long:active {
  background: #c90a01;
}
#content .email_login .input,
.user_reg .text,
#content .step_block .block_login .text {
  height: 29px;
  border: 0 none;
  padding: 0 8px;
  margin: 0;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 29px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
}
.user_reg .select,
.user_reg .selectui {
  width: 300px;
}
.user_reg .info,
.user_reg label {
  line-height: 29px;
}
.user_reg .text {
  margin-right: 10px;
}
.user_reg .desc {
  font-weight: bold;
  margin-bottom: 10px;
}
.user_reg .checkbox {
  margin-top: 7px;
}
#content .step_block .submit {
  width: auto;
}
.has_desc + .high_space {
  clear: both;
}
.user_reg .submit {
  margin-left: 190px !important;
}
.user_reg p {
  height: auto;
  *zoom: 1;
  margin-bottom: 8px !important;
}
.user_reg p:after {
  content: " ";
  display: table;
  clear: both;
}
.user_reg p.has_desc {
  height: auto;
}
#content .host_plan_details {
  height: auto;
}
input[type=submit],
button,
a {
  cursor: pointer;
}
.payments-list {
  margin: 9px -11px 9px !important;
  padding: 0;
  list-style: none;
  *zoom: 1;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
}
.payments-list:after {
  content: " ";
  display: table;
  clear: both;
}
.payments-list * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.payments-list li {
  float: left;
  width: 174px;
  height: 158px;
  width: 202px;
  height: 183px;
  width: 224px;
  height: 205px;
  padding: 11px;
}
.payments-list li:nth-child(4n+4) {
  margin-right: 0;
}
.payments-list a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  background: #fff;
  color: #333 !important;
  cursor: pointer;
  padding: 10px;
}
.payments-list a:hover {
  text-decoration: underline !important;
}
.payments-list a:hover,
.payments-list li.active a {
  color: #000 !important;
}
.payments-list a:hover img,
.payments-list li.active a img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  opacity: 1;
}
.payments-list img {
  width: auto;
  height: auto;
  max-width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.8;
}
.domainCheckBlockInputContainer {
  height: 50px;
}
.domainCheckBlock input {
  border: 0 none;
  float: none;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.domainCheckBlock .submit {
  color: #fff;
  height: 32px !important;
  line-height: 32px !important;
  margin: 1px 0 0 10px !important;
}
.domainCheckBlock {
  padding-top: 30px;
}
.domainCheckBlock > form > span {
  margin-bottom: 5px;
}
.topOther select {
  position: relative;
  top: -4px;
}
.banner {
  background: #f8f8f8;
  border: 1px solid #dbd8da;
  margin: 0 0 3px;
  text-align: center;
  padding: 33px 0 30px;
  position: relative;
  display: block;
}
.banner-img {
  position: relative;
  left: -56px;
}
.banner-discount {
  position: absolute;
  width: 134px;
  height: 134px;
  background: url(../img/new/discount-bg.png) left top no-repeat;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-top: -72px;
  margin-left: 49px;
  padding-top: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.banner-discount b {
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  display: block;
  margin-bottom: -2px;
}
.banner-discount b small {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
.banner-discount a {
  color: #fff !important;
  text-decoration: none !important;
}
.banner-link {
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  color: #ec0c19;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: left;
  margin-top: -16px;
  margin-left: 214px;
}
.banner-link:hover {
  color: #000;
}
a.banner-link {
  text-decoration: none !important;
}
a.banner-link:hover {
  color: #000 !important;
}
.frontRight .banner {
  margin-bottom: 18px;
}
.frontRight .banner-link {
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 12px;
  margin-left: 170px;
  margin-top: 70px;
}
#content .quickSearchForm dt {
  line-height: 29px;
  padding-top: 0;
}
#content .quickSearchForm .submit {
  height: 30px;
  border: 0 none;
  margin: 0;
  padding: 0 20px;
  background: #df160f;
  background: -moz-linear-gradient(top, #f4211c, #c90a01);
  background: -ms-linear-gradient(top, #f4211c, #c90a01);
  background: -o-linear-gradient(top, #f4211c, #c90a01);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01));
  background: -webkit-linear-gradient(top, #f4211c, #c90a01);
  background: linear-gradient(top, #f4211c, #c90a01);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff !important;
  text-decoration: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
}
#content .quickSearchForm .submit:hover {
  background: #f4211c;
}
#content .quickSearchForm .submit:active {
  background: #c90a01;
}
#content .quickSearchForm .submit:hover {
  background: #f4211c;
}
#content .quickSearchForm .submit:active {
  background: #c90a01;
}
#content .quickSearchForm .submit span {
  display: inline;
  position: static;
  padding: 0;
  margin: 0;
  background: transparent;
}
#content .quickSearchForm {
  padding-top: 22px;
}
.frontLeft .hostPlansContainer {
  height: 868px;
  width: auto;
}
.frontLeft .hostPlansContainer .plan {
  width: auto;
}
.frontLeft .frontLeftHeading {
  margin-right: 15px;
}
.frontLeft .plan:last-child p {
  border-bottom: 0 none;
}
#content .email_login label {
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 5px;
  width: 210px;
  float: left;
  margin-right: 10px;
}
#content .email_login .input {
  width: 210px;
  margin-right: 10px;
  float: left;
}
#content .email_login .submit {
  height: 30px;
  border: 0 none;
  margin: 0;
  padding: 0 20px;
  background: #df160f;
  background: -moz-linear-gradient(top, #f4211c, #c90a01);
  background: -ms-linear-gradient(top, #f4211c, #c90a01);
  background: -o-linear-gradient(top, #f4211c, #c90a01);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01));
  background: -webkit-linear-gradient(top, #f4211c, #c90a01);
  background: linear-gradient(top, #f4211c, #c90a01);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff !important;
  text-decoration: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  float: left;
  margin-top: -1px;
}
#content .email_login .submit:hover {
  background: #f4211c;
}
#content .email_login .submit:active {
  background: #c90a01;
}
#content .email_login .submit:hover {
  background: #f4211c;
}
#content .email_login .submit:active {
  background: #c90a01;
}
#content .user_login label {
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 5px;
}
#content .user_login .submit {
  height: 30px;
  border: 0 none;
  margin: 0;
  padding: 0 20px;
  background: #df160f;
  background: -moz-linear-gradient(top, #f4211c, #c90a01);
  background: -ms-linear-gradient(top, #f4211c, #c90a01);
  background: -o-linear-gradient(top, #f4211c, #c90a01);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01));
  background: -webkit-linear-gradient(top, #f4211c, #c90a01);
  background: linear-gradient(top, #f4211c, #c90a01);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff !important;
  text-decoration: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
}
#content .user_login .submit:hover {
  background: #f4211c;
}
#content .user_login .submit:active {
  background: #c90a01;
}
#content .user_login .submit:hover {
  background: #f4211c;
}
#content .user_login .submit:active {
  background: #c90a01;
}
#content .user_login .reseller {
  height: 30px;
  border: 0 none;
  margin: 0;
  padding: 0 20px;
  background: #df160f;
  background: -moz-linear-gradient(top, #f4211c, #c90a01);
  background: -ms-linear-gradient(top, #f4211c, #c90a01);
  background: -o-linear-gradient(top, #f4211c, #c90a01);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01));
  background: -webkit-linear-gradient(top, #f4211c, #c90a01);
  background: linear-gradient(top, #f4211c, #c90a01);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff !important;
  text-decoration: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  display: block;
  float: none;
  background: #414141;
  background: -moz-linear-gradient(top, #5c5c5c, #252525);
  background: -ms-linear-gradient(top, #5c5c5c, #252525);
  background: -o-linear-gradient(top, #5c5c5c, #252525);
  background: -webkit-gradient(linear, left top, left bottom, from(#5c5c5c), to(#252525));
  background: -webkit-linear-gradient(top, #5c5c5c, #252525);
  background: linear-gradient(top, #5c5c5c, #252525);
}
#content .user_login .reseller:hover {
  background: #f4211c;
}
#content .user_login .reseller:active {
  background: #c90a01;
}
#content .user_login .reseller:hover {
  background: #f4211c;
}
#content .user_login .reseller:active {
  background: #c90a01;
}
#content .user_login .reseller:hover {
  background: #5c5c5c;
}
#content .user_login .reseller:active {
  background: #252525;
}
#content .user_login .reseller:hover {
  background: #5c5c5c;
}
#content .user_login .reseller:active {
  background: #252525;
}
#content .email-login {
  width: auto !important;
  display: block !important;
  background: #414141 !important;
  background: -moz-linear-gradient(top, #5c5c5c, #252525) !important;
  background: -ms-linear-gradient(top, #5c5c5c, #252525) !important;
  background: -o-linear-gradient(top, #5c5c5c, #252525) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#5c5c5c), to(#252525)) !important;
  background: -webkit-linear-gradient(top, #5c5c5c, #252525) !important;
  background: linear-gradient(top, #5c5c5c, #252525) !important;
  margin: 21px 22px 20px !important;
}
#content .email-login:hover {
  background: #5c5c5c !important;
}
#content .email-login:active {
  background: #252525 !important;
}
#content .email-login:hover {
  background: #5c5c5c !important;
}
#content .email-login:active {
  background: #252525 !important;
}
#content .step_block .block_create h2,
#content .step_block .block_login h2 {
  margin-bottom: 14px;
}
#content .user_content_block form .input,
#content .user_content_block form .textarea {
  width: 385px;
}
#content .user_content_block form label {
  line-height: 29px;
}
#content .user_content_block table .button_row2 td a.button {
  height: 30px;
  border: 0 none;
  margin: 0;
  padding: 0 20px;
  background: #df160f;
  background: -moz-linear-gradient(top, #f4211c, #c90a01);
  background: -ms-linear-gradient(top, #f4211c, #c90a01);
  background: -o-linear-gradient(top, #f4211c, #c90a01);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01));
  background: -webkit-linear-gradient(top, #f4211c, #c90a01);
  background: linear-gradient(top, #f4211c, #c90a01);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: Arial, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff !important;
  text-decoration: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  background: #414141;
  background: -moz-linear-gradient(top, #5c5c5c, #252525);
  background: -ms-linear-gradient(top, #5c5c5c, #252525);
  background: -o-linear-gradient(top, #5c5c5c, #252525);
  background: -webkit-gradient(linear, left top, left bottom, from(#5c5c5c), to(#252525));
  background: -webkit-linear-gradient(top, #5c5c5c, #252525);
  background: linear-gradient(top, #5c5c5c, #252525);
}
#content .user_content_block table .button_row2 td a.button:hover {
  background: #f4211c;
}
#content .user_content_block table .button_row2 td a.button:active {
  background: #c90a01;
}
#content .user_content_block table .button_row2 td a.button:hover {
  background: #f4211c;
}
#content .user_content_block table .button_row2 td a.button:active {
  background: #c90a01;
}
#content .user_content_block table .button_row2 td a.button:hover {
  background: #5c5c5c;
}
#content .user_content_block table .button_row2 td a.button:active {
  background: #252525;
}
#content .user_content_block table .button_row2 td a.button:hover {
  background: #5c5c5c;
}
#content .user_content_block table .button_row2 td a.button:active {
  background: #252525;
}
#content .requestForm .submit span,
#content .pricesBlock .button_buy .button span,
#content a.button_step_submit span,
#content a.button_buy2 span,
#content .user_content_block table .button_row2 td a.button span {
  background: transparent !important;
  display: inline;
  padding: 0;
}
#content .requestForm .submit span.corner,
#content .pricesBlock .button_buy .button span.corner,
#content a.button_step_submit span.corner,
#content a.button_buy2 span.corner,
#content .user_content_block table .button_row2 td a.button span.corner {
  display: none;
}
#content .user_content_block table td a.pay_button,
.pay_button,
.buy-btn {
  height: 30px;
  border: 0 none;
  margin: 0;
  padding: 0 20px;
  background: #df160f;
  background: -moz-linear-gradient(top, #f4211c, #c90a01);
  background: -ms-linear-gradient(top, #f4211c, #c90a01);
  background: -o-linear-gradient(top, #f4211c, #c90a01);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4211c), to(#c90a01));
  background: -webkit-linear-gradient(top, #f4211c, #c90a01);
  background: linear-gradient(top, #f4211c, #c90a01);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff !important;
  text-decoration: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  height: 20px;
  padding: 3px;
  text-transform: none;
  min-width: 54px;
  height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 66px;
}
#content .user_content_block table td a.pay_button:hover,
.pay_button:hover,
.buy-btn:hover {
  background: #f4211c;
}
#content .user_content_block table td a.pay_button:active,
.pay_button:active,
.buy-btn:active {
  background: #c90a01;
}
#content .user_content_block table td a.pay_button:hover,
.pay_button:hover,
.buy-btn:hover {
  background: #f4211c;
}
#content .user_content_block table td a.pay_button:active,
.pay_button:active,
.buy-btn:active {
  background: #c90a01;
}
#content .form_button,
#content a.button_buy2 {
  color: #fff;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  height: 24px;
  padding: 5px 14px;
  text-transform: none;
}
#content .form_button span,
#content a.button_buy2 span {
  color: #fff;
}
#content .user_content_block table td a.pay_button,
.pay-button {
  margin-top: 5px;
}
#content .form_button {
  margin-top: -22px;
  background: #414141;
  background: -moz-linear-gradient(top, #5c5c5c, #252525);
  background: -ms-linear-gradient(top, #5c5c5c, #252525);
  background: -o-linear-gradient(top, #5c5c5c, #252525);
  background: -webkit-gradient(linear, left top, left bottom, from(#5c5c5c), to(#252525));
  background: -webkit-linear-gradient(top, #5c5c5c, #252525);
  background: linear-gradient(top, #5c5c5c, #252525);
}
#content .form_button:hover {
  background: #5c5c5c;
}
#content .form_button:active {
  background: #252525;
}
#content .form_button:hover {
  background: #5c5c5c;
}
#content .form_button:active {
  background: #252525;
}
#content .quickSearchForm .input {
  padding: 0 8px;
  width: 46px;
}
#content .quickSearchForm .ui-selectmenu-button {
  width: 120px;
}
#content .step_block .selection .iradio {
  margin: -4px 4px 0 0;
}
.hostPlans .planPrice .buy-btn {
  width: 54px;
  margin: 0 auto;
  display: block;
  width: 66px;
}
.hostPlans p {
  font-size: 12px;
}
.hostPlans .frontScroll {
  display: none;
}
.host_plan .buy-btn {
  float: right;
  margin-right: 20px;
}
.host_plan_extra .buy-btn {
  margin-right: 36px;
  margin-top: -26px;
}
table .buy-btn {
  width: 54px;
  margin: 0 auto;
  display: block;
  width: 66px;
}
.akcija {
  padding: 22px 250px 20px 42px;
}
.akcija-price {
  min-width: 206px;
  right: 20px;
}
.gwallet-popup-actions a#walletButton {
  margin-right: 20px !important;
}
.gwallet-popup-actions label {
  margin-top: 4px;
}
#content .user_menu ul li span {
  padding: 6px;
  padding: 9px 6px 9px 10px;
  font-size: 13px;
}
#content .user_menu ul li ul li a {
  padding: 8px 5px 8px 22px;
  font-size: 13px;
  background-position: 8px 12px;
}
.user_content_block table .first {
  line-height: 20px;
}
#contact_form {
  top: 156px;
}
#contact_form form {
  padding-right: 17px;
  padding-bottom: 17px;
  width: 332px;
}
#contact_form .submit {
  width: auto;
}
#contact_form .input,
#contact_form textarea {
  width: 100%;
  text-transform: none;
  margin-bottom: 10px;
}
#contact_form img {
  margin-bottom: 2px;
}
.obigblock {
  padding: 0;
  line-height: 20px;
}
.collapse-title {
  padding: 25px 45px;
  margin-bottom: -25px;
  cursor: pointer;
  position: relative;
  *zoom: 1;
  overflow: hidden;
  background: url(../img/new/plus.png) 14px center no-repeat;
}
.collapse-title:after {
  content: " ";
  display: table;
  clear: both;
}
.collapse-title h1,
.collapse-title h2,
.collapse-title h3 {
  margin: 0 !important;
}
.collapse-title:after {
  content: url(../img/new/minus.png);
  display: none;
}
.collapse-content {
  padding: 25px 45px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  height: 0;
}
.collapse-content:after {
  content: " ";
  display: table;
  clear: both;
}
.collapse--visible .collapse-title {
  background-image: url(../img/new/minus.png);
}
.collapse--visible .collapse-content {
  padding-bottom: 25px;
  height: auto;
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-banks {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.4;
}
.page-banks:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
}
.domain_reg .all_domains,
.domain_reg .offer,
.domain_reg .payment {
  display: none;
}
.domain_reg h1,
.domain_reg h2 {
  margin-top: 16px;
}
.domain_reg a.reg_all {
  font-size: 12px;
  text-decoration: none;
  padding-left: 10px;
}
.domain_reg a.reg_all:hover {
  text-decoration: underline;
}
.domain_reg .domain_reg-form {
  margin-bottom: 2px;
}
body:after {
  font: 13px/18px Arial;
  text-align: center;
  content: 'desktop';
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 5px 20px;
  min-width: 100px;
  z-index: 9999;
  background: rgba(0, 120, 0, 0.5);
  color: #fff;
  display: none;
}
@media (min-width: 768px) and (max-width: 1010px) {
  body:after {
    content: 'tablet w600';
    background: rgba(0, 0, 255, 0.5);
  }
}
@media (max-width: 767px) {
  body:after {
    content: 'mobile';
    background: rgba(255, 0, 0, 0.5);
  }
}
@media (min-width: 344px) {
  body:after {
    content: 'mobile w360';
  }
}
@media (min-width: 464px) {
  body:after {
    content: 'mobile w480';
  }
}
@media (min-width: 584px) {
  body:after {
    content: 'mobile w600';
  }
}
@media (min-width: 768px) and (max-width: 1010px) {
  body:after {
    content: 'tablet w600';
  }
}
@media (min-width: 824px) {
  body:after {
    content: 'tablet w840';
  }
}
@media (min-width: 944px) {
  body:after {
    content: 'tablet w960';
  }
}
@media (min-width: 1011px) {
  body:after {
    content: 'desktop w960';
  }
}
@media (min-width: 1264px) {
  body:after {
    content: 'desktop w1280';
  }
}
@media (min-width: 1424px) {
  body:after {
    content: 'desktop w1440';
  }
}
@media (min-width: 1584px) {
  body:after {
    content: 'desktop w1600';
  }
}
.login-button {
  float: right;
  border: 1px solid #949494;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #fafafa, #e9e9e9);
  background: -ms-linear-gradient(top, #fafafa, #e9e9e9);
  background: -o-linear-gradient(top, #fafafa, #e9e9e9);
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
  background: -webkit-linear-gradient(top, #fafafa, #e9e9e9);
  background: linear-gradient(top, #fafafa, #e9e9e9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  width: 134px;
  text-align: center;
  color: #53575a;
  padding: 3px 0;
  margin-left: 3px;
  width: auto;
  border: 0 none;
  background: transparent;
  padding: 6px 0 0;
}
.login-button:hover {
  background: #f4211c;
  border-color: #f4211c;
  color: #fff;
}
.login-button:active {
  background: #c90a01;
  border-color: #c90a01;
  color: #fff;
}
.login-button:hover,
.login-button:active {
  background: transparent;
  color: #53575a;
  text-decoration: underline;
}
.logout {
  font-size: 11px;
  background-position: left 2px;
  padding-left: 11px;
  width: auto;
}
#cart table.main tr .head {
  width: 30%;
}
#content .user_content_block table,
.domainContainer {
  font-size: 12px;
}
#cart table.main .cart {
  font-size: 11px;
}
#content .email_help .section {
  font-size: 12px;
}
#content .submenu li a {
  padding: 10px 18px 10px 10px;
}
#content .submenu li.act ul li a {
  padding: 7px 7px 7px 27px;
}
#content .innerCol_left .template {
  font-size: 12px;
}
#content .menuLeft li a {
  padding: 8px 18px 8px 10px;
}
#content table.silver.bottom_border small {
  white-space: nowrap;
  font-size: 11px;
}
#content .stepas .selection {
  padding: 13px 8px 10px;
}
.steps {
  font-size: 12px;
}
#contact_form {
  position: fixed;
  z-index: 10000;
  left: 50%;
  margin-left: -200px;
  top: 100px;
  border: 1px solid #acacac;
  background: #fff;
  background: #ebebeb;
  padding: 60px 32px 26px 42px;
  width: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 12px/20px Arial;
  color: #d11b14;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
#contact_form form {
  width: auto;
  padding: 0;
  background: transparent;
}
#contact_form textarea,
#contact_form .input {
  border: 1px solid #c7c7c7;
  background: #fff;
}
#contact_form a.close {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../img/new/button-close.png) center center no-repeat;
}
#content .domainGroupSelect1,
.domainGroupSelect {
  font-size: 12px;
  height: auto;
  *zoom: 1;
}
#content .domainGroupSelect1:after,
.domainGroupSelect:after {
  content: " ";
  display: table;
  clear: both;
}
#content .domainGroupSelect1 li a,
.domainGroupSelect li a {
  height: 30px;
  margin-left: 14px;
  padding-left: 16px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cont {
  position: relative;
}
.cont .cont-select {
  position: absolute;
  right: 0;
  top: 0;
}
.cont .cont-select select {
  border: 0 none;
  padding-left: 5px;
  padding-right: 5px;
  height: 31px;
}
#content .quickSearchForm .input {
  width: 42px;
}
.domainCheckBlock .submit {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#content .steps big {
  float: left;
  margin-right: 8px;
}
#content .steps span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#content .payments2 {
  padding: 0 12px;
}
#content .host_plan {
  background: #e0e0e0;
  background: -moz-linear-gradient(top, #f3f3f3, #cdcdcd);
  background: -ms-linear-gradient(top, #f3f3f3, #cdcdcd);
  background: -o-linear-gradient(top, #f3f3f3, #cdcdcd);
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#cdcdcd));
  background: -webkit-linear-gradient(top, #f3f3f3, #cdcdcd);
  background: linear-gradient(top, #f3f3f3, #cdcdcd);
  height: 360px;
}
#content .host_plan_extra {
  height: auto;
}
#content .total {
  margin-top: 10px;
}
#remind-form span {
  line-height: 29px;
}
#remind-form .input {
  height: auto;
}
#content .button_buy {
  padding-top: 0;
  padding-bottom: 0;
}
#content .pricesBlock .button_buy .button {
  font-family: Arial, serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  height: 20px;
  padding: 3px 10px;
  text-transform: none;
  min-width: 54px;
  height: 25px;
  padding-top: 6px;
  padding-bottom: 5px;
}
#content .preview .preview_pages {
  height: auto;
  padding-bottom: 18px;
  *zoom: 1;
}
#content .preview .preview_pages:after {
  content: " ";
  display: table;
  clear: both;
}
#content .preview .preview_pages li a {
  padding: 4px 8px;
}
#content .preview .preview_pages li.head {
  padding-top: 4px;
}
.stepas #hostingTypes {
  display: none;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 15px;
}
.table-responsive table {
  max-width: none;
  min-width: 100%;
  margin-bottom: 0 !important;
}

#domainRegistration #helpText p {
	font-family: Arial;
}

span.login-button {
	font-size: 12px;
	line-height: 14px;
	position: relative;
	top: 3px;
	color: #ccc;
}
span.login-button:hover {
	text-decoration: none;
	color: #ccc;
}
span.login-button a {
	color: #53575a;
	text-decoration: none;
  padding: 0 2px;
}
span.login-button a:hover {
	text-decoration: underline;
}


.article-product {
  text-align: center;
  margin: 0 0 60px;
  color: #515151;
}
.article-product-img {
  margin: 0 0 12px;
}
.article-product-price {
  font-size: 15px;
  line-height: 16px;
  margin: 0 0 3px;
}
.article-product-price b {
  display: inline-block;
  font-size: 19px;
  line-height: 20px;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 3px;
}
.article-product-price big {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 36px;
  margin-top: -3px;
  margin-right: 2px;
}
.article-product-price-old {
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 3px;
}
.article-product-price-old b {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  vertical-align: top;
  margin-top: 0px;
  margin-right: 2px;
  position: relative;
}
.article-product-price-old b:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 9px;
  right: 0;
  height: 2px;
  background: #515151;
}
.article-product-price-old big {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  line-height: 26px;
  margin-top: -3px;
  margin-right: 2px;
}
.article-product-buttons {
  margin: 10px 0 0;
}
.article-product-buttons .btn {
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: normal !important;
  text-transform: none !important;
  height: 24px !important;
  padding: 5px 20px !important;
}
.article-product-buttons .btn + .btn {
  margin-left: 9px !important;
}
.article-product-list {
  font-size: 0;
  width: 670px;
  margin-left: -50px;
}
.article-product-list .article-product {
  width: 275px;
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}
.color-red {
  color: #df0700 !important;
}
#menu li div {
	width: 280px;
}
#menu .act div li a, #menu li:hover div li a {
	width: auto;
}

#header .h1 {float:left;}
#header .h1  a{display:block;width:293px;height:67px;background:url(/files/images/logo_names.lt.jpg) top left no-repeat;}
#header .h1  a.denames{display:block;width:290px;height:67px;background:url(/files/images/logo_denames.de.jpg) top left no-repeat;}
#header .h1  a.host4web{display:block;width:306px;height:67px;background:url(/files/images/logo_host4web.eu.jpg) top left no-repeat;}
#header .h1  a span{display:none;}

.top {
    position: relative;   
}
.byowexx {
    position: absolute;
    right: 11px;
    top: 5px;
    font: 10px/14px Arial;
    color: #000;
}
.byowexx a {
    text-decoration: none;   
}
.byowexx img {
    height: 14px;   
    vertical-align: top;
}
.step-guarantee {
    font: 13px/18px Arial;
    color: #353535;
    padding: 0 0 0 122px;
    margin: 7px 0 20px;
    background: url(../img/garantija.png) 22px 0 no-repeat;
}
.step-guarantee a,
.step-guarantee b {
    font-weight: bold;
    color: #d10e06;
    text-decoration: none;
}
.step-guarantee a:hover {
    text-decoration: underline;
}

/* Generated by less 2.5.1 */
.banner2 {
  border: 1px solid #dbd8da;
  background: #f8f8f8;
  margin: 0 0 18px;
  padding: 26px 32px;
  display: block;
  color: #000;
}
.banner2-title {
  font: bold 32px/32px Arial;
  color: #dd1b80;
  float: left;
  margin: 0 22px 20px 0;
}
.banner2-title b {
  font: bold 55px/55px Arial;
  display: block;
  margin: -6px 0;
}
.banner2-title em {
  font: bold 44px/44px Arial;
}
.banner2-count {
  float: left;
  width: 94px;
  height: 72px;
  background: url(../img/new/discount-bg-2.png) 0 0 no-repeat;
  color: #fff;
  font: 15px/18px Arial;
  text-align: center;
  padding: 22px 0 0;
  margin: 18px 28px 27px 0;
}
.banner2-count b {
  display: block;
  font: bold 32px/32px Arial;
}
.banner2-list {
  font: bold 15px/25px Arial;
  float: left;
  margin: 0 0 20px;
}
.banner2-text {
  font: 15px/18px Arial;
  clear: both;
}
#content .user_content_block form .submit {
	width: auto;
}

.patirtis {
    position: relative;
    margin-top: -62px;
    left: 253px;
    padding-left: 25px;
    padding-top: 5px;
    border-left: 1px solid #e5e5e5;
    height: 57px;
}

.patirtis.pl {
  left: 323px;
  margin-top: -50px;
  padding-top: 0;
  height: auto;
}

.patirtis.ee {
  left: 303px;
  margin-top: -50px;
  padding-top: 0;
  height: auto;
}

.patirtis.lt {
  margin-top: -50px;
  padding-top: 0;
  height: auto;
}

.patirtis.lv,
.patirtis.en,
.patirtis.de,
.patirtis.fi,
.patirtis.it {
  left: 233px;
}

.patirtis.sk {
  left: 283px;
}

.patirtis.bg {
  left: 293px;
}

#domainPopulars {
  border: 1px solid #c7c7c7;
    padding: 0px 30px;
    border-top-color: #fff;
    margin-top: -1px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#domainPopulars h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

#domainPopulars .col2 {
  width: 425px;
}

#domainPopulars .col2.colRight {
  float: right;
}



.g-recaptcha::after {

    content: ' ';
    position: absolute;
    left: 300px;
    right: 0;
    top: 0;
    height: 78px;
    background: url(../img/recaptchafix.png) right top no-repeat;

}

html[data-host="www.names.hu"] .patirtis.en {
    left: 296px;
}