/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html,
body { width: 100%; min-height: 100%; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; font-size: 13.4px; line-height: 1.4em; color: #313131; position: relative;}
a { color: #313131; outline:0 none; text-decoration: none; }
a:focus { outline:none; outline-offset:-4px; }
a:visited { color: #85c; }
a.not-visited:visited { color: #006bd8; }
a:hover { color: #148F2B; }
input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
a img { border: 0; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote { margin-bottom: 20px; }
h1 { font-size: 2.6em; }
h1 a { text-decoration:none; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
h1, h2, h3 { line-height:1.2em; font-weight: normal; }
ul, ol { padding-top:0; }
.maincontent ul { list-style: none;}
.maincontent ul li {
  position: relative;
}
.maincontent ul li::before {
  content: "";
  background: url('images/list-item.svg') no-repeat;
  background-size: 17px 16px;
  height: 18px;
  display: inline-block;
  margin: 0;
  width: 18px;
  position: absolute;
  left: -22px;
  top: 1px;
}
.maincontent ul.tabs li::before,
.maincontent .blog-side-latest ul li::before,
.maincontent .container-photos ul li::before {
  display: none !important;
}
.navbar-main-outer {
  display: none;
}
ol { list-style: decimal; }
input, textarea, select { margin:0; }
input, textarea { font-size: 1em; color: #000; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }
fieldset { border:1px solid #bbb; padding:10px; position:relative; background:#e9e9e9; margin-bottom:10px; }
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
pre {margin-top: 16px; font-size: 90%; line-height: 24px; color: rgba(0,0,0,.75); background: rgba(0,0,0,.03); padding: 16px 20px;word-wrap: normal;}
blockquote { color: rgba(0,0,0,.6); font-size:0.9em; font-style: italic; border-left: 1px solid rgba(0,0,0,.1);padding-left: 24px; background: #eee; }
blockquote cite { font-size: 0.9em; }
hr { background-color: rgba(0,0,0,0.15); height: 1px; border: 0; }
p { font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, sans-serif; line-height: 1.4em; }
p a { text-decoration: underline; }
input::-webkit-input-placeholder { color: #bbb; }
input:-moz-placeholder,
input::-moz-placeholder { color: #bbb; }
input:-ms-input-placeholder { color: #bbb; }
svg {
  max-width: 100%;
  height: auto;
}
input[type="text"],
input[type="password"] {
  order: 3;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 12px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  order: 3;
  display: block;
  width: 99%;
  min-height: 50px;
  padding: 12px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f5f5f5;
  height: 135px;
  min-height: 50px;
  max-height: 230px;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html .button-default,
html .button-default:focus {
  color: #151515;
  background-color: #eee;
  border: 2px solid #eee;
  padding: 8px 17px;
  position: relative;
  z-index: 0;
  text-overflow: ellipsis;
  line-height: 38px;
  overflow: hidden;
  /*text-transform: uppercase;*/
  border-radius: .75rem;
  -webkit-transition: background .4s, border-color .4s, color .4s;
  -o-transition: background .4s, border-color .4s, color .4s;
  transition: background .4s, border-color .4s, color .4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
html .button-default::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #148F2B;
  z-index: -1;
  opacity: 0;
  -webkit-transition: transform 0.42s, opacity 0.42s;
  -o-transition: transform 0.42s, opacity 0.42s;
  transition: transform 0.42s, opacity 0.42s;
  border-radius: inherit;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
}
html .button-default:hover,
html .button-default:active {
  color: #ffffff;
  background-color: #148F2B;
  border-color: #148F2B;
}
html .button-default:hover::before,
html .button-primary:hover::before,
html .button-secondary:hover::before,
html .button-orange:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

html .button-primary,
html .button-primary:focus {
  color: #FFF;
  background-color: #148F2B;
  border: 0px solid #148F2B;
  padding: 0 25px;
  position: relative;
  z-index: 0;
  text-overflow: ellipsis;
  line-height: 36px;
  overflow: hidden;
  border-radius: .75rem;
  /*text-transform: uppercase;*/
  -webkit-transition: background .4s, border-color .4s, color .4s;
  -o-transition: background .4s, border-color .4s, color .4s;
  transition: background .4s, border-color .4s, color .4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
html .button-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18762A;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  -webkit-transition: transform 0.42s, opacity 0.42s;
  -o-transition: transform 0.42s, opacity 0.42s;
  transition: transform 0.42s, opacity 0.42s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
}
html .button-primary:hover,
html .button-primary:active {
  background-color: #18762A;
  border-color: #18762A;
  -webkit-transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
  -o-transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
  transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

html .button-secondary,
html .button-secondary:focus {
  color: #FFF;
  background-color: #18762A;
  border: 2px solid #18762A;
  padding: 0 25px;
  position: relative;
  z-index: 0;
  text-overflow: ellipsis;
  line-height: 38px;
  overflow: hidden;
  border-radius: .75rem;
  /*text-transform: uppercase;*/
  -webkit-transition: background .4s, border-color .4s, color .4s;
  -o-transition: background .4s, border-color .4s, color .4s;
  transition: background .4s, border-color .4s, color .4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
html .button-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #148F2B;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  -webkit-transition: transform 0.42s, opacity 0.42s;
  -o-transition: transform 0.42s, opacity 0.42s;
  transition: transform 0.42s, opacity 0.42s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
}
html .button-secondary:hover,
html .button-secondary:active {
  background-color: #148F2B;
  border-color: #148F2B;
  -webkit-transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
  -o-transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
  transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}
html .button-orange,
html .button-orange:focus {
  color: #FFF;
  background-color: #FF743D;
  border: 2px solid #FF743D;
  padding: 0 25px;
  position: relative;
  z-index: 0;
  text-overflow: ellipsis;
  line-height: 38px;
  overflow: hidden;
  border-radius: .75rem;
  /*text-transform: uppercase;*/
  -webkit-transition: background .4s, border-color .4s, color .4s;
  -o-transition: background .4s, border-color .4s, color .4s;
  transition: background .4s, border-color .4s, color .4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
html .button-orange::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E0961B;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  -webkit-transition: transform 0.42s, opacity 0.42s;
  -o-transition: transform 0.42s, opacity 0.42s;
  transition: transform 0.42s, opacity 0.42s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
}
html .button-orange:hover,
html .button-orange:active {
  background-color: #E0961B;
  border-color: #E0961B;
  -webkit-transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
  -o-transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
  transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.auth a {
  padding: 0 20px !important;
}
.auth a svg {
  margin-right: 4px;
}
.auth a svg,
.auth a span {
  display: inline-block;
  vertical-align: middle;
}

.contact-header {
  margin-left: 5%;
}
.contact-header > div {
  font-weight: 600;
  margin-bottom: 2px;
}
.contact-header > a {
  margin-right: 10px;
}
.contact-header > a:last-child {
  margin-right: 0;
}
.icon-tg svg {
  fill: #279FDA;
}
.icon-vk svg {
  fill: #0077FF;
}
.icon-chat svg {
  stroke: #148F2B;
}


.offers {
  overflow: hidden;
  background: linear-gradient(145deg, rgba(47,79,79,1) 0%, #148F2B 100%);
}
.offers > .offers-container {
  /*height: 600px;*/
  position: relative;
  padding: 60px 30px;
  background: url("./img/offers.png") no-repeat;
  background-size: 30%;
  box-sizing: border-box;
  background-position: center left;
}
.offers > .offers-container::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
  background: url("./img/offers.png") no-repeat;
  background-size: 30%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  transform-origin: center;
  transform: rotateY(180deg);
  filter: invert(1);
}
.offers-wrp {
  z-index: 2;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.offer-item {
  padding: 25px;
  border-radius: .75rem;
  background: #FFF;
  flex: 0 0 19%;
  max-width: 19%;
  box-shadow: 0 0 20px rgba(0.4,0.4,0.4,0.1);
  transition: .25s ease-in-out;
  transform: scale(1);
}
.offer-item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(0.4,0.4,0.4,0.3);
}
.offer-name-wrp,
.offer-price-wrp,
.offer-system,
.offer-limits,
.offer-additional {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.offer-system,
.offer-limits,
.offer-additional,
.offer-name-wrp {
  justify-content: space-between;
  align-items: center;
}
.offer-top {
  padding: 20px 10px;
  border-radius: .7rem;
  background-position: 63px -96px, 0px 0px;
  color: #FFF;
}
.offer-item:nth-child(1) .offer-top {
  background: url("./img/offer-bg.png") no-repeat, radial-gradient(51.02% 186.71% at 51.02% 15.97%, #DAA520 0%, #FF4500 100%);
  background-size: cover;
}
.offer-item:nth-child(2) .offer-top {
  background: url("./img/offer-bg.png") no-repeat, radial-gradient(51.02% 186.71% at 51.02% 15.97%, #1E90FF 0%, #4682B4 100%);
  background-size: cover;
}
.offer-item:nth-child(3) .offer-top {
  background: url("./img/offer-bg.png") no-repeat, radial-gradient(51.02% 186.71% at 51.02% 15.97%, #8A2BE2 0%, #4B0082 100%);
  background-size: cover;
}
.offer-item:nth-child(4) .offer-top {
  background: url("./img/offer-bg.png") no-repeat, radial-gradient(51.02% 186.71% at 51.02% 15.97%, #FFB6C1 0%, #C71585 100%);
  background-size: cover;
}
.offer-name {
  font-size: 30px;
  font-weight: 600;
}
.offer-price {
  font-size: 30px;
  font-weight: 600;
  margin-right: 4px;
}
.offer-price-hint {
  font-size: .75em;
  line-height: 1.2em;
  font-weight: 600;
}
.offer-price-hint > div:first-child {
  border-bottom: 1px solid #FFF;
  padding-bottom: 2px;
  margin-bottom: -2px;
  margin-top: -3px;
}

.offer-system,
.offer-limits,
.offer-additional {
  margin: 20px 0;
}
.offer-system .offer-sys-n,
.offer-limits .offer-lim-n,
.offer-additional .offer-add-n {
  color: #9D9D9D;
  font-size: 12px;
}
.offer-system .offer-sys-v,
.offer-limits .offer-lim-v,
.offer-additional .offer-add-v {
  color: #313131;
  font-size: 14px;
}

.offer-system .offer-sys-n {
}
.offer-system .offer-sys-v {
  font-weight: 600;
  font-size: 16px;
}
.offer-limits .offer-lim-n {
}
.offer-limits .offer-lim-v {
}
.offer-additional .offer-add-n {
}
.offer-additional .offer-add-v {
}

.offer-order {
  margin-top: 25px;
}
.offer-order > .button {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0 !important;
}
.offer-order > .button > * {
  display: inline-block;
  vertical-align: middle;
}
.offer-order > .button > svg {
  margin-right: 10px;
}

.offers-additional-wrp {
  background: #FFF;
  margin-top: 30px;
  border-radius: .75rem;
  padding: 25px;
  box-shadow: 0 0 20px rgba(0.4,0.4,0.4,0.1);
}
.offers-additional-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.offers-additional {
  justify-content: space-around;
}
.offers-additional > div {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
.offer-add-v {
  font-weight: 600;
  font-size: 16px;
}
.offer-add-n {
  color: #9D9D9D;
  font-size: 16px;
}
.offer-add-price {
  background: radial-gradient(51.02% 186.71% at 51.02% 15.97%, #DAA520 0%, #FF4500 100%);
  color: #FFF;
  font-weight: 600;
  border-radius: 1.75rem;
  padding: 3.62px 8px;
  display: inline-block;
  min-width: 26px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  top: -1px;
}

.domain-block {
  padding: 30px 0;
}

.ssl-block {
  padding: 60px 0;
  background: linear-gradient(145deg, #148F2B 0%, rgba(47,79,79,1) 100%);
}
.ssl-text {
  margin-bottom: 30px;
}
.ssl-text p {
  font-size: 26px;
  color: #FFF;
  text-align: center;
}
.ssl-items.flex {
  align-content: center;
  justify-content: space-around;
}
.ssl-items .ssl-item img {
  filter: brightness(100);
  transition: all .25s ease-in-out;
}
.ssl-items .ssl-item img:hover {
  filter: brightness(1);
}
.ssl-order {
  text-align: center;
  margin-top: 35px;
}

.payment-block {
  padding: 60px 0;
  background: linear-gradient(45deg, #148F2B 0%, rgba(47,79,79,1) 100%);
}
.payment-block .flex {
  justify-content: space-around;
}
.payment-block .flex + .flex {
  margin-top: 45px;
}


.bt-payment.flex {
  align-items: center;
  font-size: 20px;
}
.bt-payment.flex img {
  margin-right: 10px;
}



#cookie-pol {
  border-top: 2px solid #313131;
  background: #eee;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0px;
  text-align: center;
  font-size: 15px;
  z-index: 1000;
}
#cookie-pol p a {
  color: #313131;
}
#to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  line-height: 62px;
  background: linear-gradient(145deg, #FF743D 0%, #148F2B 100%);
  color: #FFF;
  opacity: .8;
  border-radius: 50%;
  transition: background .25s ease-in-out;
}
#to-top:hover {
  background: linear-gradient(145deg, #FF743D 100%, #148F2B 100%);
  opacity: 1;
}
/*#to-top span {
  color: #148F2B;
}
#to-top span::before {
  font-size: 40px;
  margin: 0;
}*/
.tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #9e9e9e;
}
.tabs li {
  display: inline-block;
}
.tabs li.selected {
  background: #18762A;
  color: #FFF;
  position: relative;
  top: 1px;
}
.tabs li a {
  color: #313131;
  padding: 10px 20px;
  display: block;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
}
.tabs li.selected a {
  border-color: #18762A;
  color: #FFF;
  cursor: default;
}
.tabs-content {
  padding: 20px 10px;
}
.tabs-content ul {
  color: #151515;
}
.tabs-content ul li {
  margin-bottom: 5px;
}
.contacts-form .wa-form .wa-submit input.button-secondary {
  width: 100%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.custom-h3 {
  position: relative;
  padding-bottom: 18px;
  letter-spacing: .1em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
.offer-feature-item.with-hint {
  position: relative;
  text-decoration: underline;
}
.offer-feature-item.with-hint .hint {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: #3E4955;
  -webkit-box-shadow: 0 0 0 0 rgba(41, 41, 41, 0);
  box-shadow: 0 0 0 0 rgba(41, 41, 41, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 70%;
  width: 0%;
  line-height: 18px;
  font-size: 0em;
}
.offer-feature-item.with-hint:hover .hint {
  opacity: 1;
  visibility: visible;
  color: #FFF;
  padding: 10px;
  -webkit-box-shadow: 0 0 27px 0 rgba(4, 4, 4, 0.085);
  box-shadow: 0 0 27px 0 rgba(4, 4, 4, 0.085);
  width: 77%;
  left: 80%;
  font-size: 0.9em;
}
.offer-feature-item.with-hint .hint::after {
  content: "";
  position: absolute;
  background: #3e4955;
  top: 15px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 0 0 27px 0 rgba(4, 4, 4, 0.085);
  box-shadow: 0 0 27px 0 rgba(4, 4, 4, 0.085);
  -webkit-transform: skew(27deg);
  -ms-transform: skew(27deg);
  -o-transform: skew(27deg);
  transform: skew(27deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.hosting .why-us-item,
.hosting .why-us-item:nth-child(3n+2) {
  margin: 1% 1%;
  width: 23%;
  padding: 20px 15px 20px 25px;
}
.hosting .why-us-head > div {
  line-height: 24px;
}
.hosting .icon-wrp-hexagon + span {
  line-height: 52px;
}
.hosting .why-us-body {
  color: #151515;
  font-size: 16px;
}


.block { padding: 25px 30px; }
.inline { display: inline !important; }
.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 0.9em; }
.large { font-size: 1.1em; }
.bold { font-weight: 600; }
.strike { text-decoration: line-through; }
.highlighted { background:  #ffc; }
.hint { color: #aaa; font-size: 0.9em; }
.hint a,
.hint:visited,
.hint a:visited { color: #888; }
.gray .dropdown ul
.gray a,
.gray:visited,
.gray a:visited { color: #888; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.shadowed { -moz-box-shadow: 0 5px 15px #aaa; -webkit-box-shadow: 0 5px 15px #aaa; box-shadow: 0 5px 15px #aaa; }
.nowrap { white-space: nowrap; }
.hr { border-top: 1px solid #ccc; margin-bottom: 15px; }
.uppercase { text-transform: uppercase; }
.blurred { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); }
.userpic { border-radius: 50%; background-size: auto; }

.container { min-width: 650px; max-width:1170px; margin: 0 auto; padding: 0; }
.container:before,
.container:after { content: " "; clear: both; }

#page .white-bg {
  background: #FFF;
}

.maincontent { border-top: 1px solid #e9e9e9;}
.breadcrumbs { padding: 20px 0;}
.breadcrumbs a,
.breadcrumbs a > span { color: #18762A; -webkit-transition: .25s; -o-transition: .25s; transition: .25s; }
.breadcrumbs a:hover { color: #151515;}
.breadcrumbs span.flaticon-right-arrow-angle { text-align: center; width: 20px; display: inline-block;}
.breadcrumbs span { color: #151515;}
.breadcrumbs span.flaticon-right-arrow-angle::before { color: #151515; font-size: 0.8em; margin: 0; }

.tags { line-height: 1.6em; }
.tags a { color: green !important; display: inline !important; padding: 0 4px !important; }
.tags a:hover { color: red !important; }

.welcome { text-align: center; background: url('img/welcome.png') no-repeat; background-position: top center; padding-top: 300px; background-size: 256px 256px; margin-bottom: 30px; }
.welcome h1 { font-weight: normal; font-size: 2em; }

.staff { background: #eeb; padding: 1px 4px !important; color: #345; font-size: 0.9em; border: 1px solid rgba(0,0,0,0.1); border-radius: 3px; white-space: nowrap; }


ul.menu-v { margin: 0; padding: 0; font-family: 'Helvetica Neue', 'Trebuchet MS', Arial, sans-serif; }
ul.menu-v li { list-style: none; padding: 0; line-height: 1.3em; border-bottom: 1px solid rgba(0,0,0,0.1); }
ul.menu-v li a { padding: 13px 30px 13px 16px; display: block; text-decoration: none; }
ul.menu-v li.collapsible { background: url('img/rarr.png') no-repeat; background-position: right center; background-size: 32px 16px; }
ul.menu-v.bottom-padded { margin-bottom: 20px; }
ul.menu-v li .count { float: right; color: #aaa; }
ul.menu-v li .count i.icon16 { margin: 0 -5px; }

ul.menu-h { margin: 0; padding: 0; }
ul.menu-h li { list-style: none; display: inline-block; padding: 0 10px 0 0; line-height: 1.3em; display:block\9; float:left\9; }
ul.menu-h li a { display: inline-block; padding: 13px 16px 13px 16px; display:block\9; float:left\9; text-decoration: none; }

ul.tree { list-style: none; padding-left: 0; }
ul.tree li { border: none; }
ul.tree li a { padding: 5px 16px; display: block; text-decoration: none;}
ul.tree li.selected a { background: transparent; }
ul.tree ul { padding-left: 20px; list-style: none; }
ul.tree ul a { padding: 3px 6px; font-size: 90%; }

.paging-nav { text-align: center; }
.paging-nav ul li { display: inline-block; list-style: none; margin-right: 10px; }
.paging-nav ul li a { padding: 8px 10px; }
.paging-nav ul li.selected a { background: #eee; }


.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img { position: relative; top: 4px; margin-right: 3px; }
.wa-auth-adapters p { color: #888; font-size: 0.9em; width: 80%; }
.wa-auth-adapters.wa-connect { margin-top: 20px; }

.wa-form { float: left; margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; color: #888; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; }
.wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }
.wa-signup-form .wa-form .wa-field.wa-field-email { margin-top: 20px; }
.wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input { min-width: 300px; }
.wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
.wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input { min-width: 200px; width: 200px; }

.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .wa-captcha-input { display: inline !important; }
.wa-captcha .errormsg { display: inline-block; margin-left: 10px; display:block\9; float:left\9; }
.imodal .wa-captcha .wa-captcha-input {
  max-width: 140px !important;
}
input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }


.row { clear: both; border-top: 1px solid #eee; padding: 20px 0; }
.row.no-border { border: none; }
.col { float: left; }
.col.w1 { width: 6%; }
.col.w2 { width: 12%; }
.col.w3 { width: 18%; }
.col.w4 { width: 24%; }
.col.w5 { width: 30%; }
.col.w6 { width: 36%; }
.col.w7 { width: 42%; }
.col.w8 { width: 48%; }
.col.w9 { width: 54%; }
.col.w10 { width: 60%; }
.col.w11 { width: 66%; }
.col.w12 { width: 72%; }
.col.w13 { width: 78%; }
.col.w14 { width: 84%; }
.col.w15 { width: 90%; }
.col.w16 { width: 96%; }


table { border-collapse: collapse; border-spacing: 0; }
table th { color: #aaa; padding: 0px 10px 7px; }
table td { padding: 10px; border: 1px solid rgba(0,0,0,0.1); }
table.not-bordered td { border: none; }

table.lined { margin-top: 25px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.lined th { padding-left: 7px; padding-right: 7px; }
table.lined td { padding: 15px 7px; border-bottom: 1px solid #ddd; }
table.lined td.min-width { width: 1%; }
table.lined td p { margin: 0; }
table.lined td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.lined tr.no-border td { border: none; }
table.lined tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.lined tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }


.search {  }
.search-wrapper { position: relative; width: 100%; height: 30px; padding: 0 10px 0 10px; float: left; border: 0; border-radius: 3px; -webkit-appearance: none; margin-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; }
.search input { width: 100%; float: left; height: 27px; padding-top: 0; margin-top: 1px; background: transparent; border: 0; -webkit-appearance: none; margin-right: 0; padding-left: 0; padding-right: 32px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.search input:focus { outline: 0; }

.search input::-webkit-input-placeholder { color: #aaa; font-weight: normal; }
.search input:-moz-placeholder,
.search input::-moz-placeholder { color: #aaa; font-weight: normal; }
.search input:-ms-input-placeholder { color: #aaa; font-weight: normal; }

.search button { min-width: 32px; overflow: visible; position: absolute; right: 0px; float: left; border: none; padding: 0; cursor: pointer; height: 32px; color: #fff; background-color: transparent; background-image: url(img/search16black.png); background-repeat: no-repeat; background-position: 8px 6px; background-size: 16px 16px; border-radius: 0 3px 3px 0; font-size: 1.0em; }
.search button::-moz-focus-inner { border: 0; padding: 0; }

.globalheader {
  /*height: 155px;*/
}
.main-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-outer,
.navbar-main-unit-left > div,
.navbar-main-button-wrap,
.navbar-main-unit-left,
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.navbar-outer > div.slogan {
  border-left: 1px solid #F1F1F1;
  flex: 0 0 10%;
  max-width: 200px;
  margin-right: 50px;
  padding-left: 15px;
  margin-left: 15px;
}
.navbar-outer > div.auth {
  margin-left: 50px;
}

.navbar-outer > div {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
}
.navbar-outer .navbar-logo-outer img {
  max-width: 100%;
  max-height: 45px;
  display: block;
}
.navbar-outer {
  height: 80px;
  justify-content: space-between;
  align-items: center;
  /*border-bottom: solid 2px #F1F1F1;*/
}
.navbar-outer a span[class^="icon"] svg {
  max-width: 24px;
  max-height: 24px;
}
.navbar-main-button-wrap {
  justify-content: space-between;
  align-items: center;
}
/*.navbar-main-unit-left {
  flex: 0 0 70%;
  max-width: 70%;
  justify-content: space-between;
  align-items: center;
}*/
.navbar-main-unit-left {
  flex: 1 1 auto;
  justify-content: space-around;
  align-items: center;
  margin: 0 5%;
}
.navbar-main-unit-left > div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navbar-main-unit-right {
  flex: 0 0 30%;
  max-width: 30%;

}
.navbar-main-unit-left > div {
  margin: 0;
}
.navbar-main-unit-left > div > div > a {
  display: block;
  padding: 14px 0;
  font-weight: 600;
  font-size: 1.1em;
  color: #313131;
}

.main-slide {
  height: 500px;
  position: relative;
  overflow: hidden;
  /*border-bottom: 5px solid #FF743D;*/
  box-shadow: 0 10px 25px rgba(255,255,255,.1);
}
.main-slide picture img {
  position: absolute;
  max-height: 500px;
  left: -15vw;
}
.main-slide-container {
  position: relative;
  z-index: 5;
}
.main-slide-body {
  width: 45%;
  height: 500px;
  display: flex;
  flex-direction: column;
}
.main-slide-title {
  font-size: 60px;
  color: #FFF;
  line-height: 70px;
  margin-bottom: 50px;
  font-weight: 600;
  margin-top: auto;
}
.main-slide-text {
  margin-bottom: auto;
  font-size: 36px;
  line-height: 40px;
  color: #FFF;
  box-sizing: border-box;
  padding-right: 25%;
  padding-bottom: 70px;
}
.offer-speed {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.offer-speed .push-the-limit {
	font-size: 40px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	line-height: ;
	position: relative;
	top: -3px;
	color: #FF7F4C;
}

.about-block {
  padding: 60px 30px;
}
.about-block .flex > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.about-block .flex > div.left {
  padding: 25px 50px 25px 0;
}
.about-block .about-block-body {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 30px;
}
.about-block .main-slide-title {
  color: #313131;
}
.about-block-banner img {
  max-width: 100%;
}
.systems {
  padding: 60px 30px;
  background: url("./img/dotted-pattern.png") no-repeat center;
}
.systems .flex {
  justify-content: space-between;
}
.systems .flex .systems-icon {
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
.systems .flex .systems-icon span {
  font-weight: 600;
  font-size: 24px;
}
.systems-icon svg {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: inline-block;
  fill: #FF743D;
}
.systems-item {
  padding: 25px;
  border-radius: .75rem;
  box-shadow: 0 0 20px rgba(0.4,0.4,0.4,0.1);
  background: url("./img/offer-bg.png") no-repeat rgba(255,255,255,.9);
  -webkit-background-size: cover;
  background-size: cover;
}
.systems-item.systems-linux {
  flex: 0 0 44.6%;
  max-width: 44.6%;
}
.systems-item.systems-freebsd {
  flex: 0 0 19%;
  max-width: 19%;
}
.systems-item.systems-windows {
  flex: 0 0 19%;
  max-width: 19%;
}
.systems-body.flex {
  margin-top: 25px;
}

.sb-item {
  flex: 0 0 100%;
}
.systems-linux .sb-item {
  flex: 0 0 50%;
}
.system-os {
  font-size: 16px;
  margin-bottom: 8px;
}
.system-os.ubuntu {
  white-space: nowrap;
  position: relative;
  line-height: 22px;
}
.system-os.ubuntu svg {
  width: 36px;
  height: 36px;
  position: relative;
  margin: -12px -3px -12px -7px;
}
.system-os.ubuntu span {
  vertical-align: middle;
  display: inline-block;
}

.system-os span {
  color: #FFF;
  font-weight: 600;
  border-radius: 1.75rem;
  padding: 3.62px 8px;
  display: inline-block;
  min-width: 26px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  background: radial-gradient(51.02% 186.71% at 51.02% 15.97%, #999 0%, #555 100%);
}
.system-os span + span {
  margin-left: -5px;
}
.system-os span:nth-child(1) {
  /*background: radial-gradient(51.02% 186.71% at 51.02% 15.97%, #DAA520 0%, #FF4500 100%);*/
  z-index: 4;
}
.system-os span:nth-child(2) {
  /*background: radial-gradient(51.02% 186.71% at 51.02% 15.97%, #8A2BE2 0%, #4B0082 100%);*/
  z-index: 3;
}
.system-os span:nth-child(3) {
  /*background: radial-gradient(51.02% 186.71% at 51.02% 15.97%, #DAA520 0%, #FF4500 100%);*/
  /*background: radial-gradient(51.02% 186.71% at 51.02% 15.97%, #1E90FF 0%, #4682B4 100%);*/
  z-index: 2;
}
.system-os span:nth-child(4) {
  /*background: radial-gradient(51.02% 186.71% at 51.02% 15.97%, #8A2BE2 0%, #4B0082 100%);*/
  /*background: radial-gradient(51.02% 186.71% at 51.02% 15.97%, #FFB6C1 0%, #C71585 100%);*/
  z-index: 1;
}

.pushup {
  padding-bottom: 70px;
  display: block;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
}
footer .flex {
  justify-content: space-between;
  align-content: center;
}
footer .f-logo img {
  height: 30px;
  max-width: 100%;
  display: block;
  filter: brightness(100);
  opacity: .5;
}
footer .links a {
  margin-left: 15px;
}
footer .links a svg {
  opacity: .5;
  width: 24px;
  height: 24px;
  fill: #fff;
}
footer .copyright {
  display: flex;
  align-items: center;
  color: #FFF;
  padding-left: 15px;
  opacity: .5;
}
footer .copyright a {
  color: #FFF;
  margin-left: 5px;
}
footer p {
  margin-bottom: 0;
}
footer.globalfooter .topfooter {
  clear: both;
  background: #2F4F4F;
  z-index: 0;
  padding: 82px 0 75px;
  min-height: 40px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer.globalfooter .topfooter .container > div:first-child {
  padding-left: 0;
  padding-right: 65px;
}
footer.globalfooter .topfooter .container > div:last-child {
  padding-right: 0;
  padding-left: 20px;
}
footer [class*="col"] {
  display: inline-block;
  vertical-align: top;
  padding: 0 45px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .col25 {
  width: 25%;
}
footer .col30 {
  width: 30%;
}
footer .col35 {
  width: 35%;
}
footer .col40 {
  width: 40%;
}
footer .col45 {
  width: 45%;
}
.footer-about {
  margin: 20px 0;
  letter-spacing: .05em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
}
.footer-about + .button {
}
.custom-h3 + .list-terms-block,
.custom-h3 + .useful-links-wrp {
  margin-top: 10px;
}
.list-terms-block + .list-terms-block {
  margin-top: 10px;
}
.list-terms-title {
  letter-spacing: .05em;
  color: #9D9D9D;
  line-height: 24px;
}
.list-terms-body {
  color: #FFF;
  padding: 4px 0;
  letter-spacing: .1em;
  line-height: 25px;
}
.support .list-terms-body {
  line-height: 34px;
  padding-bottom: 0;
}
.list-terms-body a {
  color: #FFF;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.list-terms-block.support a {
  margin-right: 15px;
}
.list-terms-block.support a svg {
  width: 24px;
  height: 24px;
}
.list-terms-body a:hover {
  color: #18762A;
}
.list-terms-body a.link-md {
  font-size: 18px;
}

.social-footer,
.useful-links-wrp ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-footer {
  margin-top: 6px;
}
.social-footer > li {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  margin-right: 10px;
}
.social-footer a {
  display: block;
}
.social-footer a span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: relative;
}
.social-footer a span svg {
  fill: #FFF;
  display: block;
  position: relative;
  top: 5px;
  left: 5px;
  width: 16px;
}
.social-footer a .social-icon-vk { background: #4A76A8;}
.social-footer a .social-icon-fb { background: #4d70a8;}
.social-footer a .social-icon-tw { background: #02bcf3;}
.social-footer a .social-icon-gp { background: #e2411e;}
.social-footer a .social-icon-in { background: #D82667;}
.social-footer a .social-icon-tg { background: #30A7DF;}
.social-footer a .social-icon-vk svg { left: 4px;}
.social-footer a .social-icon-fb svg { width: 14px;}
.social-footer a .social-icon-gp svg { width: 19px; top: 3px; left: 3px;}
.social-footer a .social-icon-in svg { left: 4px; top: 4px;}
.social-footer a .social-icon-tg svg { left: 4px; top: 5px;}


.social-footer a .social-icon-vk::after { box-shadow: 0 0 0 2px #4A76A8;}
.social-footer a .social-icon-fb::after { box-shadow: 0 0 0 2px #4d70a8;}
.social-footer a .social-icon-tw::after { box-shadow: 0 0 0 2px #02bcf3;}
.social-footer a .social-icon-gp::after { box-shadow: 0 0 0 2px #e2411e;}
.social-footer a .social-icon-in::after { box-shadow: 0 0 0 2px #D82667;}
.social-footer a .social-icon-tg::after { box-shadow: 0 0 0 2px #30A7DF;}
.social-footer a span::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  padding: 2px;
  -webkit-transition: transform 0.2s, opacity 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  border-radius: inherit;
}
.social-footer a span:hover::after {
  transform: scale(1);
  opacity: 1;
}

.useful-links-wrp img {
  display: inline-block;
  line-height: 100px;
  margin: 5px 10px;
  max-height: 36px;
}
.bottomfooter {
  background: #2e3741;
  padding: 20px 0;
}
/*.bottomfooter .rights {
  color: #6a7688;
  display: inline-block;
  width: 50%;
}*/
.bottomfooter .url-list.rightside {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.bottomfooter .url-list.rightside li {
  display: inline-block;
  padding: 0 8px;
  text-align: right;

}
/*.bottomfooter .rights a,
.bottomfooter .url-list.rightside li a {
  color: #6a7688;
  text-decoration: none;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.bottomfooter .rights a:hover,
.bottomfooter .url-list.rightside li a:hover {
  color: #18762A;
}
.bottomfooter .url-list.rightside li:last-child {
  padding-right: 0;
  position: relative;
}
.bottomfooter .url-list.rightside li:last-child::after {
  content: "";
  display: block;
  background: #6a7688;
  position: absolute;
  width: 1px;
  height: 12px;
  top: 4px;
  left: 0;
}*/

.promo-wrp {
  background: #fff;
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
.promo-icon {
  width: 85px;
  margin: 0 auto;
}
.promo-icon span::before {
  margin: 0;
}
.promo-item:nth-child(1) .promo-icon { margin-bottom: 20px; }
.promo-item:nth-child(2) .promo-icon { margin-bottom: 20px; }
.promo-item:nth-child(3) .promo-icon { margin-bottom: 20px; }
.promo-item:nth-child(1) .promo-icon svg {
  fill: #148F2B;
}
.promo-item:nth-child(2) .promo-icon svg {
  fill: #18762A;
}
.promo-item:nth-child(3) .promo-icon svg {
  fill: #ff7f4c;
}
.promo-item {
  width: 33%;
  display: inline-block;
  padding: 0 15px 5px;
  position: relative;
  vertical-align: top;
  border-right: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-item:nth-child(3n) {
  border-right: 0 none;
}
.promo-title {
  font-size: 24px;
  line-height: 1.25;
  color: #151515;
}
.promo-title a {
  color: #151515;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.promo-title a:hover {
  color: #18762A;
}
.promo-hint {
  margin: 16px 0 26px;
  line-height: 24px;
}

.why-us-wrp,
.prices-wrp {
  text-align: center;
  color: #151515;
}
.why-us-wrp > .why-us-title,
.prices-title,
.title {
  color: #151515;
  font-size: 48px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}
.why-us-wrp > .why-us-title {
  margin: 50px auto;
}
.why-us-items {
  margin: 55px 0;
}
.why-us-item {
  text-align: left;
  padding: 35px 32px 40px 40px;
  max-width: 330px;
  border: 2px solid #e8e8e8;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-bottom: 70px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
  z-index: 1;
}
.why-us-item:nth-child(3n+2) {
  margin: 0 65px;
}
.why-us-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #18762A;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
  pointer-events: none;
  -webkit-transform: scale3d(1.08, 1.08, 1.08);
  -ms-transform: scale3d(1.08, 1.08, 1.08);
  -o-transform: scale3d(1.08, 1.08, 1.08);
  transform: scale3d(1.08, 1.08, 1.08);
  opacity: 0;
  visibility: hidden;
}
.why-us-head {
  display: block;
  height: 76px;
}
.why-us-head > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 52px;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.why-us-icon {
  width: 25%;
  position: relative;
}
.why-us-item .why-us-title {
  font-size: 18px;
  line-height: 1.44444;
  width: 75%;
  padding-left: 10px;
  margin-top: 0;
  z-index: 1;
  position: relative;
}
.why-us-body {
  margin-top: 12px;
  color: #9b9b9b;
  letter-spacing: .05em;
  line-height: 1.84;
  position: relative;
  z-index: 1;
}
.icon-wrp-hexagon + span {
  position: absolute;
  left: 0;
  top: 0;
}
.icon-wrp-hexagon + span::before {
  color: #18762A;
  font-size: 29px;
  margin: 0;
  top: 8px;
  position: relative;
  left: 15px;
}
.icon-wrp-hexagon path {
  stroke: #148F2B;
}
.why-us-item:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.why-us-item:hover,
.why-us-item:hover .why-us-title,
.why-us-item:hover .why-us-body {
  color: #FFF;
}
.why-us-item:hover .icon-wrp-hexagon + span::before {
  color: #FFF;
}
.why-us-item:hover .icon-wrp-hexagon path {
  stroke: #FFF;
}

.prices-wrp {
  background: #eee;
  padding: 60px 0 20px;
}
.prices-item {
  background: #FFF;
  display: inline-block;
  width: 31%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 27px 0 rgba(4, 4, 4, 0.085);
  margin: 56px 0;
  border-radius: .75rem;
}
.prices-item:nth-child(3n+2) {
  margin: 56px -2.5%;
  z-index: 2;
  width: 35%;
}
.prices-item-body {
  padding: 50px 30px;
}
.price-title {
  min-width: 218px;
  position: relative;
  z-index: 1;
  top: 20px;
  margin-bottom: 0px;
  text-align: center;
  color: #313131;
  padding: 11px 0px;
  width: auto;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.price-title-outer {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
}
.price-title-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.price-title p {
  position: relative;
  z-index: 2;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
  margin: 0;
}

.price-item-price {
  display: block;
  margin: 16px 0;
  text-indent: 25px;
}
.price-item-price .simbol {
  position: relative;
  top: -15px;
  left: 0;
  font-size: 24px;
  vertical-align: top;
}
.item-price {
  font-size: 60px;
}
.prices-item:nth-child(3n+2) .item-price {
  color: #ff7f4c;
}
.item-price span {
  font-size: 24px;
  position: relative;
  top: -26px;
}
.price-period {
  font-size: 16px;
  position: relative;
  left: -27px;
  top: -5px;
  text-transform: lowercase;
}
.offer-features {
  padding: 17px 65px;
  position: relative;
}
.offer-features::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 182px;
  background: #eaeced;
  position: relative;
  top: -24px;
}
.offer-feature-item {
  display: inline-block;
  line-height: 28px;
  width: 100%;
}
.offer-feature-item.offer-select-wrp {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.offer-feature-item.offer-select-wrp label {
  position: relative;
  display: table-cell;
  width: 1%;
}
.offer-feature-item.offer-select-wrp .offer-select-name {
  position: relative;
  z-index: 2;
  display: block;
  color: #151515;
}
.offer-feature-item input[type="radio"] {
  display: none;
}
.offer-feature-item input[type="radio"] + span.checkmark {
  background: #eee;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transition:  .3s;
  -o-transition: .3s;
  transition:  .3s;
}
.offer-feature-item input[type="radio"] + span.checkmark + span {
  cursor: pointer;
}
.offer-feature-item input[type="radio"]:checked + span.checkmark {
  background: #148F2B;
}
.offer-feature-item input[type="radio"]:checked + span.checkmark + span {
  cursor: default;
  color: #FFF;
}
.offer-feature-item.offer-input-wrp {
  background: #eee;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.offer-feature-item.offer-input-wrp a {
  width: 25%;
  display: inline-block;
  background: #148F2B;
  font-size: 24px;
  color: #FFF;
  vertical-align: top;
  -webkit-transition:  .3s;
  -o-transition: .3s;
  transition:  .3s;
  position: relative;
  z-index: 1;
}
.offer-feature-item.offer-input-wrp input {
  background: #eee;
  border: 0 none;
  color: #151515;
  display: inline-block;
  line-height: 26px;
  width: 50%;
  padding: 0;
  min-height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
.offer-feature-item.offer-input-wrp[data-feature="cpu"] input {
  padding-right: 73px;
}
.offer-feature-item.offer-input-wrp[data-feature="ram"] input {
  padding-right: 67px;
}
.offer-feature-item.offer-input-wrp[data-feature="diskmemory"] input {
  padding-right: 67px;
}
.offer-isp {
  display: block;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
}
.ips-info {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}
.offer-isp img {
  max-width: 75px;
  margin: 0 0 5px auto;
  display: block;
}
.ips-price {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: right;
  box-sizing: border-box;
  padding-right: 30px;
}
.ips-price .isp-simbol {
  vertical-align: top;
  font-size: 16px;
  position: relative;
  top: -4px;
}
.ips-price .isp-item-price {
  font-size: 32px;
  vertical-align: middle;
}
.ips-price .isp-item-price span {
  font-size: 14px;
  position: relative;
  top: -13px;
}
.ips-price .isp-price-period {
  font-size: 12px;
  position: relative;
  left: -16px;
  top: 9px;
  text-transform: lowercase;
}
.ips-price .isp-free {
  font-size: 18px;
  font-weight: 600;
  color: #3E4955;
}
.offer-shared-isp {
  display: block;
  margin-bottom: 47px;
}
.offer-shared-isp img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
.offer-systems {
  display: block;
  margin-bottom: 45px;
}
.offer-systems > div {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin: 0 10px 0;
  background: #eee;
  height: 50px;
  line-height: 48px;
  box-sizing: border-box;
  padding: 0 12px;
  border-radius: 50%;
}
.offer-systems > div svg {
  max-width: 100%;
  vertical-align: middle;
  fill: #3E4955;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.offer-systems > div svg:hover {
  fill: #148F2B;
}

.offer-systems .more-systems {
  background: #3E4955;
  padding: 10px 10px;
  position: absolute;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  z-index: 1;
  color: #FFF;
  bottom: 60px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-filter: drop-shadow(0 0 27px rgba(4, 4, 4, 0.085));
  -o-filter: drop-shadow(0 0 27px rgba(4, 4, 4, 0.085));
  filter: drop-shadow(0 0 27px rgba(4, 4, 4, 0.085));
}
.offer-systems .offer-systems-freebsd .more-systems {
  left: -60px;
  width: 160px;
}
.offer-systems .offer-systems-win .more-systems {
  left: -100px;
  width: 245px;
}
.offer-systems .offer-systems-lin .more-systems {
  left: -62px;
  width: 170px;
}
.offer-systems .more-systems::after {
  position: absolute;
  bottom: -7px;
  content: "";
  left: 50%;
  margin-left: -7px;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #3E4955;
}
.offer-systems > div {
  position: relative;
}
.offer-systems > div:hover .more-systems {
  opacity: 1;
  visibility: visible;
}
.offer-systems .more-systems .os-title {

}
.offer-systems .more-systems .os-title span {

}

.offer-input-wrp-hint {
  position: absolute;
  left: 0;
  right: -13px;
  margin-top: -1px;
}
.offer-input-first-hint {
  font-weight: 600;
}
.offer-input-last-hint {

}

.price-btn-wrp {
  margin-bottom: 25px;
}
#plans .price-btn-wrp {
  height: 50px;
  display: block;
  margin: 50px auto 25px;
}
.price-btn-wrp a.button-default,
.price-btn-wrp a.button.button-primary {
  padding: 12px 45px;
}
.prices-wrp.hosting-page {
  background: #FFF;
}
.hosting-items-wrp {
  margin: 35px auto;
}
.hosting-item {
  display: inline-block;
  border: 2px solid #e8e8e8;
  width: 30%;
  margin: 2% 1% 3%;
  background: #FFF;
  box-sizing: border-box;
  padding: 20px 30px;
  text-align: left;
  position: relative;
  vertical-align: top;
}
.hosting-item > span {
  position: absolute;
  right: 20px;
  top: -10px;
  padding: 0 15px;
}
.hosting-item > span::before {
  color: #148F2B;
  font-size: 40px;
  margin: 0;
  -webkit-transition: .75s;
  -o-transition: .75s;
  transition: .75s;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  display: block;
  position: relative;
}
.hosting-item:hover > span::before {
  -webkit-transform: rotateY(180deg);
   -ms-transform: rotateY(180deg);
   -o-transform: rotateY(180deg);
   transform: rotateY(180deg);
}
.hosting-discount {
  background: #148F2B;
  padding:3px 10px 4px 10px;
  color: #FFF;
  display: inline-block;
  font-size: 24px;
  min-height: 34px;
  line-height: 34px;
  position: relative;
  margin-bottom: 25px;
}
.hosting-discount span::after {
  content: '';
  position: absolute;
  right: -35px;
  top: 0;
  border: 20px solid transparent;
  border-left: 15px solid #148F2B;
}
.hosting-i-title {
  font-size: 24px;
  line-height: 1.25;
  min-height: 60px;
  margin-bottom: 25px;
}
.hosting-price-wrp > .ruble {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #151515;
  margin-top: 5px;
}
.hosting-price-wrp > .hosting-price-wrp {
  font-size: 60px;
  line-height: 1;
  color: #ff7f4c;
  display: inline-block;
  margin-left: 5px;
}
.hosting-price-wrp .host-coins-wrp {
  display: inline-block;
  margin-left: 5px;
}
.hosting-price-wrp .host-coins-wrp span {
  display: block;
  font-size: 18px;
  color: #151515;
}
.hosting-price-wrp .host-coins-wrp span.host-coins {
  color: #ff7f4c;
  font-size: 26px;
  vertical-align: top;
  position: relative;
  top: -5px;
}
.hosting-oldprice-wrp {
  min-height: 30px;
  line-height: 30px;
  color: #9b9b9b;
  font-size: 16px;
  letter-spacing: .05em;
  margin-bottom: 25px;
  margin-top: 10px;
}
.hosting-item .price-btn-wrp {
  margin-bottom: 5px;
}
.errorpage-wrp {
  text-align: center;
  margin: 80px auto;
}
.error-title {
  font-size: 36px;
  line-height: 1.33333;
  color: #151515;
}
.error-hint {
  letter-spacing: .05em;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #9b9b9b;
}
.btns-group {
  text-align: center;
}
.btns-group a {
  margin: 10px 5px;
  padding: 0 30px;
  line-height: 24px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.whitebg {
  background: #FFF !important;
}
.graybg {
  background: #eee !important;
}
.page-text {
  display: block;
  padding: 30px 20px 10px;
  background: rgba(0,0,0,0);
  border-top: 1px solid #e9e9e9;
  /*border-bottom: 1px solid #e9e9e9;*/
  text-align: left;
  margin: 20px auto;
}
.page-description {
  text-align: left;
  padding: 0 20px 20px;
  display: block;
}
.page-description .prices-title {
  margin-bottom: 50px;
}
.page-text {
  display: block;
  padding: 40px 0;
}
.page-text p {
  margin-bottom: 20px;
  color: #151515;
  font-size: 14px;
  line-height: 1.7em;
}
.page-text p:last-child {
  margin-bottom: 0;
}
.plans {
  margin: 25px auto;
  padding-top: 40px;
}
.plans-body {
  display: block;
  width: 100%;
}
.plan-item {
  width: 31%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
  padding: 35px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
.vdspage .php-limits-second .plan-item {
  width: 31%;
}
.plan-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  transition: .33s;
  pointer-events: none;
  transform: scale3d(1.08, 1.08, 1.08);
  opacity: 0;
  visibility: hidden;
}
.plan-item:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}

.plan-item > div {
  display: inline-block;
  vertical-align: top;
  height: 150px;
}
.plan-item > div.plan-i-left {
  width: 30%;
}
.plan-item > div.plan-i-right {
  width: 70%;
}

.plan-title {
  font-size: 18px;
  line-height: 1.44444;
  color: #151515;
}
.plan-body {
  margin-top: 16px;
  color: #9b9b9b;
  line-height: 1.71429;
  font-weight: 400;
  font-size: 14px;
}


.transform-line-block {
  background: #148F2B;
  height: 2px;
  width: 22px;
  margin: 0 auto;
  display: block;
  -webkit-transition: height .1s ease-in-out, width .3s ease-in-out;
  -o-transition: height .1s ease-in-out, width .3s ease-in-out;
  transition: height .1s ease-in-out, width .3s ease-in-out;
}
.plan-item:hover .transform-line-block {
  height: 30px;
  width: 2px;
  -webkit-transition: width .1s ease-in-out, height .3s ease-in-out;
  -o-transition: width .1s ease-in-out, height .3s ease-in-out;
  transition: width .1s ease-in-out, height .3s ease-in-out;
}

.plan-i-left span.icon-box {
  border: 2px solid #148F2B;
  display: block;
  width: 50px;
  height: 60px;
  margin: 9px auto;
  text-align: center;
}
.plan-i-left span.icon-box .vds-icon {
	line-height: 56px;
	display: inline-block;
}
.plan-i-left span.icon-box .vds-icon svg {
	fill: #18762A;
	width: 75%;
	vertical-align: middle;
	display: inline-block;
}
.plan-i-left span.icon-box > span {

}
.plan-i-left span.icon-box > span::before {
  color: #18762A;
  font-size: 29px;
  margin: 0;
  position: relative;
  line-height: 60px;
}
.plan-i-left span.icon-box > span.limits-icon {
  font-size: 40px;
  line-height: 60px;
  color: #18762A;
}
.php-limits .plan-item {
  width: 23%;
  padding: 25px 10px;
  margin-bottom: 20px;
}
.php-limits .plan-item > div,
.php-limits-second .plan-item > div {
  height: 88px;
}
.php-limits .plan-item > div.plan-i-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  vertical-align: middle;
}
.php-limits .plan-title {
  vertical-align: middle;
  display: table-cell;
  height: 88px;
}
.php-limits-second .plan-title {
  display: block;
  height: auto;
  margin-top: 16px;
}
.php-limits-second .plan-body {
  margin-top: 0px;
}
.php-limits-second .plan-body p {
  margin-bottom: 0;
}
.php-limits-second .plan-body a {
  color: #18762A;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.php-limits-second .plan-body a:hover {
  color: #151515;
}
.php-limits .plan-item:hover .transform-line-block,
.php-limits-second .plan-item:hover .transform-line-block {
  height: 2px;
  width: 50px;
}
.special-action.php-page span {
  color: #151515;
  font-size: 24px;
  line-height: 1.45833;
  text-align: center;
  display: block;
  margin: 0 0 30px;
  border-bottom: 1px solid #9b9b9b;
  padding: 20px 0;
}
.special-action.vdspage span {
  color: #151515;
  font-size: 24px;
  line-height: 1.45833;
  text-align: center;
  display: block;
  margin: 0 0 30px;
  border-bottom: 1px solid #9b9b9b;
  border-top: 1px solid #9b9b9b;
  padding: 20px 0;
}
.cms-logo img {
  width: 30px;
  height: 30px;
  margin-top: 15px;
}
.cms-plans {
  padding: 25px 0;
  background: #eee;
  margin-bottom: 25px;
}
.container-btn {
  text-align: center;
  margin: 20px auto;
}



#domainsearchresult {
  position: absolute;
  bottom: 70px;
  font-size: 16px;
  left: 150px;
}
#domainsearch {
  background: #eee;
  display: block;
  margin: 10px auto;
  width: 100%;
  padding: 80px 90px 100px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 5px #eee inset, 0 0 0 20px #FFF inset;
  box-shadow: 0 0 0 5px #eee inset, 0 0 0 20px #FFF inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.domainheader {
  font-size: 48px;
  line-height: 1.45833;
  font-weight: 400;
  color: #151515;
}
.domainhint-before {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.38889;
  color: #9b9b9b;
}
.search-domain-block-wrp {
  margin: 15px auto 8px;
  width: 95%;
}
.search-domain-block-wrp > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-domain-block-wrp #search-domain-block {
  width: 80%;
  position: relative;
}
#search-form-input {
  padding: 17px 19px 17px 30px;
  font-size: 16px;
  border: 1px solid #f5f5f5;
  width: 100%;
  order: 3;
  background: #FFF;
  -webkit-transition:  all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition:  all .3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search-form-input + label {
  padding: 3px 19px 3px 35px;
  position: absolute;
  color: #9b9b9b;
  white-space: nowrap;
  z-index: 9;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  right: 0;
  text-align: left;
  cursor: text;
  -webkit-transition:  all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition:  all .3s ease-in-out;
}
#search-form-input:focus + label {
  opacity: 0;
  visibility: hidden;
}
.search-domain-block-wrp #search-domain-btn {
  width: 20%;
}
.search-domain-block-wrp #search-domain-btn .button-primary,
.search-domain-block-wrp #search-domain-btn .button-primary:focus {
  width: 100%;
  padding: 14px 0 13px;
  cursor: pointer;
}
.domainhint-after {
  text-align: center;
}
.domain-price-item {
  padding-left: 23px;
  padding-right: 23px;
}
.domain-price-zone {
  color: #148F2B;
}
.domain-price-item span + span {
  margin-left: 3px;
}
.domain-price {
  font-size: 16px;
  letter-spacing: .05em;
  color: #151515;
}

#questions {
  padding: 80px 0 90px;
  background: #eee;
}
#questions .title {
  margin-bottom: 30px;
}
.questions-body {
  width: 50%;
  vertical-align: top;
  display: inline-block;
}
.question-item {
  background: #FFF;
  color: #9b9b9b;
  display: block;
  margin: 2% 1% 3%;
  width: 98%;
  border-radius: .75rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(68, 73, 83, 0.12);
  box-shadow: 0 2px 5px 0 rgba(68, 73, 83, 0.12);
}
.question-head a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 24px 82px 24px 32px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #151515;
}
.question-head-btn {
  background: #18762A;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  right: 20px;
  position: absolute;
  top: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .33s all ease;
  -o-transition: .33s all ease;
  transition: .33s all ease;
}
.question-head-btn::after,
.question-head-btn::before {
  background: #FFF;
  position: absolute;
  content: "";
}
.question-head-btn::after {
  width: 18px;
  height: 2px;
  top: 19px;
  left: 11px;
}
.question-head-btn::before {
  width: 2px;
  height: 18px;
  top: 11px;
  left: 19px;
  -webkit-transition: .33s all ease;
  -o-transition: .33s all ease;
  transition: .33s all ease;
}
.active .question-head-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #FF743D;
}
.question-head-btn:hover {
  background: #148F2B;
}
.active .question-head-btn::before {
  width: 2px;
  height: 2px;
  top: 19px;
  left: 19px;
}
.question-body {
  background: #FFF;
  color: #9b9b9b;
  border-top: 1px solid #dedede;
  padding: 25px 44px 25px 32px;
  border-radius: 0 0 .75rem .75rem;
  display: none;
}
#price-backup {
  padding: 30px 0 40px;
  border-top: 1px solid #9b9b9b;
}

.custom-text-box-wrp {
  text-align: center;
}
.custom-text-box.bigtext {
  font-size: 40px;
  color: #151515;
  margin-top: 16px;
}
.custom-text-box.mediumtext {
  color: #9b9b9b;
  margin-top: 26px;
  font-size: 24px;
}
.green {
  color: #148F2B;
}
.blue {
  color: #18762A;
}
.plans.manager {
  margin: 50px auto;
  text-align: center;
}
.plans.manager .custom-img-box-wrp {
  width: 40%;
  margin: 50px auto;
  display: inline-block;
}
.custom-img-box-wrp img {
  max-width: 80%;
}
.plans.manager .custom-text-box-wrp {
  display: inline-block;
  width: 60%;
  color: #313131;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.contacts .title {
  margin-bottom: 30px;
  margin-top: 20px;
}
.contacts-reqs,
.contacts-form {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.contacts-title {
  color: #151515;
  font-size: 36px;
  line-height: 1.33333;
  margin-bottom: 30px;
}
.contacts-blue, .contacts-green, .contacts-orange {
  margin: 0 25% 0 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
}
.contacts-blue > div {
  border-left: 4px solid #18762A;
}
.contacts-green > div {
  border-left: 4px solid #148F2B;
}
.contacts-orange > div {
  border-left: 4px solid #ff7f4c;
}
.contacts-blue > div,
.contacts-green > div,
.contacts-orange > div{
  padding-left: 30px;
}
.contacts-line-title {
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #151515;
}
.contacts-line-body,
.contacts-line-body a {
  color: #9b9b9b;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.contacts-line-body a:hover {
  color: #148F2B;
}

.contacts-form .wa-form .wa-field.w50 {
  display: inline-block;
  width: 48%;
  margin: 1%;
  vertical-align: top;
}
.contacts-form .wa-form .wa-field.w100 {
  display: block;
  margin: 1%;
  width: 99%;
}
.contacts-form .wa-form .wa-field .wa-name {
  display: none;
}
.contacts-form .wa-form .wa-field .wa-value {
  margin: 0;
  position: relative;
}
.contacts-form .wa-form .wa-field .wa-value.wa-submit {
  width: 250px;
  display: block;
  margin: 0 auto;
}
.contacts-form .wa-form .wa-field .wa-value input:not(.button-secondary) {
  order: 3;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 12px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacts-form .wa-form .wa-field .wa-value .wa-captcha input {
  width: calc(100% - 120px);
}
.contacts-form .wa-form .wa-field .wa-value .wa-captcha {
  padding: 0;
}
.contacts-form .wa-form .wa-field .wa-value .wa-captcha p {
  margin-bottom: 0;
}
.contacts-form .wa-form .wa-field .wa-value .wa-captcha p img {
  margin: 0;
  height: 50px;
  width: 120px;
}
.contacts-form .wa-form .wa-field .wa-value .wa-captcha strong {
  display: none;
}
.contacts-form .wa-form .wa-field .wa-value input + label,
.contacts-form .wa-form .wa-field .wa-value textarea + label {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 15px;
  left: 20px;
  z-index: 9;
  cursor: text;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.contacts-form .wa-form .wa-field .wa-value input:focus + label,
.contacts-form .wa-form .wa-field .wa-value textarea:focus + label {
  opacity: 0;
  visibility: hidden;
}
.contacts-form .wa-form .wa-field .wa-value textarea {
  order: 3;
  display: block;
  width: 99%;
  min-height: 50px;
  padding: 12px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f5f5f5;
  height: 135px;
  min-height: 50px;
  max-height: 230px;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.dialog {
  display: none;
  position: fixed;
  background: rgba(0,0,0,0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.dialog-inner {
  background: #FFF;
  position: absolute;
  top: 10vh;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40px;
  text-align: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.dialog-close {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 5px;
  top: 5px;
  z-index: 10;
}
.dialog-close span::after,
.dialog-close span::before {
  width: 2px;
  height: 36px;
  display: block;
  content: "";
  background: #3E4955;
  position: absolute;
  left: 17px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.dialog-close span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dialog-close span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dialog-close:hover span::after,
.dialog-close:hover span::before {
  background: #FF7F6D;
}
#dialog-auth .wa-field {
  margin-top: 22px;
}
#dialog-auth .wa-field.remember {
  text-align: left;
}
#dialog-auth .wa-name {
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 4px;
  width: 100%;
  text-align: center;
}
#dialog-auth .wa-field.remember input {
  display: none;
}
#dialog-auth .wa-field.btns .input-btn-wrp {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.input-checkbox-wrp {
  width: 16px;
  height: 16px;
  border: 1px solid #9b9b9b;
  display: inline-block;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  top: 5px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
label:hover .input-checkbox-wrp {
  border-color: #148F2B;
}
.input-checkbox-wrp::before,
.input-checkbox-wrp::after {
  content: "";
  width: 1px;
  height: 2px;
  opacity: 0;
  display: block;
  position: absolute;
  background: transparent;
  -webkit-transition: .25s opacity;
  -o-transition: .25s opacity;
  transition: .25s opacity;
}
input:checked + .input-checkbox-wrp::before,
input:checked + .input-checkbox-wrp::after {
  opacity: 1;
  background: #148F2B;
}
input:checked + .input-checkbox-wrp::before {
  width: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -5px;
  top: 8px;
}
input:checked + .input-checkbox-wrp::after {
  width: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-55deg);
  left: 2px;
  top: 5px;
}
.input-btn-wrp button {
  width: 99%;
  padding: 11px 10px;
  line-height: 24px;
}
.input-btn-wrp:first-child {
  text-align: left;
}
.input-btn-wrp:last-child {
  text-align: right;
}

.response.error {
  position: absolute;
  bottom: 12px;
  left: 15px;
  right: 15px;
  line-height: 12px;
}
.response.error {
  color: red;
}
#log {
  position: relative;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
#log > a {
	margin: 20px auto 10px;
	display: block;
	color: #333;
}
#reg {
  position: absolute;
  top: 20px;
  left: 40px;
  right: 40px;
  bottom: 20px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  visibility: hidden;
}
#reg,
#log.hide {
  z-index: 1;
  visibility: hidden;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
}
#log,
#reg.active {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  visibility: visible;
}
html .button-default-outline,
html .button-default-outline:focus {
  color: #151515;
  background-color: transparent;
  border-color: #e8e8e8;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 0;
  transition: background .4s, border-color .4s, color .4s;
  border-radius: .75rem;
}
html .button-default-outline:hover,
html .button-default-outline:active {
  color: #ffffff;
  background-color: #148F2B;
  border-color: #148F2B;
  transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}
html .button-default-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #148F2B;
  z-index: -1;
  opacity: 0;
  background: #148F2B;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: inherit;
}
html .button-default-outline:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 30px;
  font-size: 14px;
  line-height: 24px;
  border: 2px solid;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  /*letter-spacing: .1em;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
  /*text-transform: uppercase;*/
}

#domaintab .title {
  margin: 50px auto;
}
.table-custom {
  width: 100%;
  display: table;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}
.table-header {
  display: table-row;
  background: #18762A;
}
.table-header > div {
  display: table-cell;
  color: #FFF;
  padding: 35px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.table-header > div:last-child {
  padding-right: 0;
  text-align: center;
}
.table-row {
  display: table-row;
}
.table-row > div {
  padding: 17px 24px;
  color: #292929;
  display: table-cell;
  vertical-align: middle;
}
.table-row:nth-child(odd) {
  background: #eee;
}
.table-row > div.order {
  text-align: center;
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.datacenter .container-b-border {
  border-bottom: 1px solid #9e9e9e;
}
.datacenter .container-b > span {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.datacenter .container-b .text {
  width: 80%;
  font-size: 16px;
  padding-right: 50px;
  text-align: left;
}
.datacenter .container-b .img {
  width: 19%;
  padding: 0 50px 30px;
}
.datacenter .container-b .img img {
  max-width: 100%;
}
.datacenter .title {
  font-size: 28px;
  margin: 20px auto 30px;
}
.ddos-block {
  vertical-align: top;
  text-align: left;
  font-size: 16px;
}
.ddos-block img {
  float: left;
  margin-right: 40px;
  width: 150px;
  position: relative;
  top: -50px;
}
.ddos-block::after {
  clear: both;
  content: '';
  display: block;
}
.certificated {
  text-align: center;
}
.block-50 {
  text-align: left;
  padding: 20px;
  min-height: 330px;
  border: 2px solid #e8e8e8;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0.9%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
  z-index: 1;
}
.block-50:hover,
.block-50:hover .block-title,
.block-50:hover li,
.block-50:hover img {
  color: #FFF;
  position: relative;
}
.block-50::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #18762A;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
  pointer-events: none;
  -webkit-transform: scale3d(1.08, 1.08, 1.08);
  -ms-transform: scale3d(1.08, 1.08, 1.08);
  -o-transform: scale3d(1.08, 1.08, 1.08);
  transform: scale3d(1.08, 1.08, 1.08);
  opacity: 0;
  visibility: hidden;
}
.block-50:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.block-title {
  font-size: 24px;
  margin-bottom: 25px;
}
.block-50 li {
  margin-bottom: 10px;
}
.images-wrapper > div {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.images-wrapper {
  text-align: center;
}
.images-wrapper img {
  max-width: 100%;
}
.images-wrapper > div.w33 {
  width: 30%;
  margin: 1.4%;
}
.images-wrapper > div.w50 {
  width: 48%;
  margin: 1.4% 0.8%;
}
.container-photos {
  text-align: center;
}
.container-photos ul {
  padding: 0;
}
.container-photos li {
  display: inline-block;
  width: 24%;
  padding: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container-photos li img {
  max-width: 100%;
}

#adaptive-btn {
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #9b9b9b;
    background-color: transparent;
    border: none;
    display: none;
}
#adaptive-btn span::after,
#adaptive-btn span::before,
#adaptive-btn span {
  width: 24px;
  height: 4px;
  background-color: #9b9b9b;
  backface-visibility: hidden;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
#adaptive-btn span::before {
  top: -8px;
}
#adaptive-btn span::after {
  top: 8px;
}
#adaptive-btn span::after,
#adaptive-btn span::before {
  -webkit-transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
#adaptive-btn.active span::before,
#adaptive-btn.active span::after {
  width: 17px;
  top: 0;
}
#adaptive-btn.active span::before {
  transform: rotate(-40deg);
}
#adaptive-btn.active span::after {
  transform: rotate(40deg);
}

#adaptive-info-btn {
  background: #FFF;
  border: 0;
  color: #9b9b9b;
  cursor: pointer;
  display: inline-block;
  display: none;
  float: right;
  height: 48px;
  line-height: 48px;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  right: 0;
  top: 4px;
  width: 48px;
  z-index: 1000;
}
#adaptive-info-btn span {
  display: block;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  background: #9b9b9b;
  position: relative;
  margin-left: 0;
  -webkit-box-shadow: 0 0 0 0 #fff inset;
  box-shadow: 0 0 0 0 #fff inset;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#adaptive-info-btn span::before,
#adaptive-info-btn span::after {
  content: "";
  background: #9b9b9b;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0 #fff inset;
  box-shadow: 0 0 0 0 #fff inset;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#adaptive-info-btn span::before {
  top: -10px;
}
#adaptive-info-btn span::after {
  top: 10px;
}
#adaptive-info-btn.active span,
#adaptive-info-btn.active span::before,
#adaptive-info-btn.active span::after {
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
}
#adaptive-info-btn.active span::after {
  top: -7px;
}
#adaptive-info-btn.active span::before {
  top: 7px;
}
.navbar-main-list-wrap ul.featured > li.auth-portable {
  display: none;
}

#questions.helppage .tabs {
  background: #FFF;
  border-bottom: 0 none;
  border-radius: .75rem;
  overflow: hidden;
}
#questions.helppage .tabs li {
  padding: 20px 30px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
#questions.helppage .tabs li.selected {
  background: #FFF;
}
#questions.helppage .tabs li a {
  border: 0 none;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
#questions.helppage .tabs li:hover a,
#questions.helppage .tabs li.selected a {
  display: block;
  color: #18762A;
}
#questions.helppage .tabs-content {
  padding: 20px 0;
}
.ssl-dops {
  padding: 20px 0 30px;
}
.ssl-dop-item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 1%;
}
.ssl-dop-title {
  font-size: 24px;
  color: #151515;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ssl-dop-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.ssl-dop-body img {
  max-width: 100%;
}
.dop-payments-wrp img {
  width: 75px;
}

.s-item-25,
.s-item-30 {
  text-align: left;
  padding: 25px 20px;
  border: 2px solid #e8e8e8;
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
  z-index: 1;
}
.s-item-name {
  color: #151515;
  font-size: 18px;
  line-height: 1.44444;
  width: 75%;
  padding-left: 10px;
  margin-top: 0;
  z-index: 1;
  position: relative;
}
.s-item-30 {
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
}
.s-item-25 {
  width: 22%;
  margin-left: 1%;
  margin-right: 1%;
}

.cpu, .ram, .addition,
.intenet, .ports, .ip {
  min-height: 175px;
}
.disk1, .disk2, .disk3, .disk4,
.os, .doppo, .diskarr, .raidwrp {
  min-height: 145px;
}

.s-item-body-first > select,
.s-item-body-second > select {
  display: block;
  line-height: 34px;
  padding: 7px 10px 8px;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #e8e8e8;
}
.cpu .s-item-body-first {
}
.cpu .s-item-body-first span {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  height: 34px;
}
.cpu .s-item-body-first span:last-child {
  text-align: right;
}
.cpu .s-item-body-first span label {
  display: inline-block;
  width: 25%;
  margin-right: 5%;
}
.cpu .s-item-body-first span label input[type="radio"] {
  display: none;
}
.cpu .s-item-body-first span label input[type="radio"] + .custom-checkbox {
  border: 2px solid #e8e8e8;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 5px;
}
.cpu .s-item-body-first span label input[type="radio"]:checked + .custom-checkbox {
  border-color: #148F2B;
}
.cpu .s-item-body-first span label input[type="radio"]:checked + .custom-checkbox::before {
  width: 2px;
  height: 16px;
  display: block;
  position: absolute;
  content: "";
  background: #151515;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cpu .s-item-body-first span label input[type="radio"]:checked + .custom-checkbox::after {
  width: 2px;
  height: 32px;
  display: block;
  position: absolute;
  content: "";
  background: #151515;
  right: 3px;
  top: -10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(40deg);
}

.ram .s-item-body {
  margin-top: 25px;
}

.addition .s-item-body > div {
  line-height: 38px;
}
.addition .s-item-body-first > span,
.addition .s-item-body-second > span,
.addition .s-item-body-first > select,
.addition .s-item-body-second > select {
  display: inline-block;
  vertical-align: middle;
}
.addition .s-item-body-first > span,
.addition .s-item-body-second > span {
  width: 40%;
}
.addition .s-item-body-first > select,
.addition .s-item-body-second > select {
  display: inline-block;
  width: 60%;
}

.diskarr .s-item-body-first span {
  margin: 10px 0;
  display: block;
}

.ram .s-item-body-first,
.ram .s-item-body-second,
.ports .s-item-body-first span,
.ports .s-item-body-second span,
.ip .s-item-body-first span,
.ip .s-item-body-second span {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0;
}
.ram .s-item-body-first,
.ports .s-item-body-first span:first-child,
.ports .s-item-body-second span:first-child,
.ip .s-item-body-first span:first-child,
.ip .s-item-body-second span:first-child {
  text-align: left;
  width: 60%;
  vertical-align: middle;
  line-height: 17px;
}
.ram .s-item-body-second,
.ports .s-item-body-first span:last-child,
.ports .s-item-body-second span:last-child,
.ip .s-item-body-first span:last-child,
.ip .s-item-body-second span:last-child {
  text-align: right;
  width: 40%;
}

#internet-type-7, #internet-type-8 {
  width: 40%;
  margin-top: 10px;
}
.ram .s-item-body-second a,
.ram .s-item-body-second input,
.ports .s-item-body-first span:nth-child(2) a,
.ports .s-item-body-first span:nth-child(2) input,
.ports .s-item-body-second span:nth-child(2) a,
.ports .s-item-body-second span:nth-child(2) input,
.ip .s-item-body-first span:nth-child(2) a,
.ip .s-item-body-first span:nth-child(2) input,
.ip .s-item-body-second span:nth-child(2) a,
.ip .s-item-body-second span:nth-child(2) input,
#internet-type-7 a,
#internet-type-7 input,
#internet-type-8 a,
#internet-type-8 input {
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
  text-align: center;
  box-sizing: border-box;
  height: 34px;
  padding: 0;
  min-height: 34px;
}
.ram .s-item-body-second a,
.ports .s-item-body-first span:nth-child(2) a,
.ports .s-item-body-second span:nth-child(2) a,
.ip .s-item-body-first span:nth-child(2) a,
.ip .s-item-body-second span:nth-child(2) a,
#internet-type-7 a,
#internet-type-8 a {
  width: 30%;
  display: inline-block;
  background: #148F2B;
  font-size: 24px;
  color: #FFF;
  vertical-align: top;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 1;
}

.ram .s-item-body-second input,
.ports .s-item-body-first span:nth-child(2) input,
.ports .s-item-body-second span:nth-child(2) input,
.ip .s-item-body-first span:nth-child(2) input,
.ip .s-item-body-second span:nth-child(2) input,
#internet-type-7 input,
#internet-type-8 input {
  width: 40%;
}
#result {
  text-align: center;
}
#result + .button {
  margin: 35px auto;
  display: block;
}
#order-price {
  color: #ff7f4c;
  font-size: 28px;
  margin: 15px auto;
}


.plan-i-hidden {
  position: fixed;
  top: 20%;
  background: #FFF;
  height: auto !important;
  z-index: 100;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  right: 0;
  left: 0;
  box-shadow: 0 0 0 1500px rgba(0,0,0,0.5);
  width: 45%;
}
.plan-i-hidden.doublecol {
  column-count: 2;
  right: 0;
  width: 75%;
  left: 0;
}
.close-ssl,
#server-phone-request .close {
  background: #ff7f4c;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -25px;
  top: -25px;
  text-align: center;
  line-height: 36px;
  color: #FFF !important;
  cursor: pointer;
  font-size: 40px;
  border-radius: 20px;
  transform: rotate(45deg);
}
.plan-i-hidden > div {
  margin-bottom: 5px;
}
.plan-i-hidden > div:last-child {
  margin-bottom: 0;
}
.plan-i-hidden > div > span {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.plan-i-hidden > div > span:first-child {
  width: 50%;
}
.plan-i-hidden > div > span.ssp-price {
  text-align: right;
  font-size: 22px;
  color: #151515;
}
.plan-i-hidden .simbol {
  color: #151515;
  font-size: 20px;
}
.plan-i-hidden .item-price {
  font-size: 30px;
  color: #151515;
}
.plan-i-hidden .item-price span {
  font-size: 12px;
  position: relative;
  top: -12px;
  left: 4px;
}
.plan-i-hidden .price-period {
  font-size: 12px;
  position: relative;
  left: -10px;
  top: 0;
}
.plan-i-hidden .ssp-order-btn a.button {
  padding: 5px 10px;
  float: right;
}
#server-phone-request {
  position: fixed;
  top: 25%;
  width: 320px;
  left: 50%;
  background: #FFF;
  box-shadow: 0 0 0 1500px rgba(0,0,0,0.5);
  z-index: 100;
  margin-left: -150px;
  text-align: center;
  padding: 25px 15px;
  box-sizing: border-box;
  font-size: 16px;
  color: #151515;
}
.phone-reeq-title span,
.phone-reeq-title input {
  display: inline-block;
  line-height: 38px;
  vertical-align: middle;
  height: 38px;
}
.phone-reeq-title span {
  width: 45%;
}
.phone-reeq-title input {
  width: 55%;
}

#dedic-wrp {
  background: #eee;
  padding: 30px 0;
}
#dedic-wrp .loading {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
#dedic-wrp .loading span {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 30px;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  position: relative;
  -webkit-animation: rotate .8s ease-in-out infinite;
  -o-animation: rotate .8s ease-in-out infinite;
  animation: rotate .8s ease-in-out infinite;
}
#dedic-wrp .loading span::before {
  margin: 0;
  color: #148F2B;
  font-size: 22px;
}


#ss-widget-messendger-wrp {
  position: fixed;
  right: 38px;
  bottom: 130px;
  z-index: 101;
}
.ss-widget-messendger-btn {
  margin-top: 15px;
  width: 50px;
  height: 50px;
  background: #148F2B;
  border-radius: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0px rgba(102, 182, 208, 0.5);
  box-shadow: 0 0 0 0px rgba(102, 182, 208, 0.5);
  -webkit-animation: radial-pulse 1.8s infinite;
  -o-animation: radial-pulse 1.8s infinite;
  animation: radial-pulse 1.8s infinite;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.ss-widget-messendger-btn a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 15px 0;
}
.ss-widget-messendger-btn span {
}
.ss-widget-messendger-btn span::before {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 26px;
  color: #FFF;
  margin: 0;
  width: 0;
}
.ss-widget-messendger-btn:hover {
  background: #18762A;
}
.ss-widget-messendger-btn.active {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  background: #313131;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
}
.ss-widget-messendger-btn.active span::before {
  font-size: 0px;
}
.ss-widget-messendger-btn.active span::before {
  display: block;
  width: 30px;
  height: 2px;
  background: #FFF;
  position: absolute;
  transform-origin: center;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  left: 10px;
  top: 23px;
}
.ss-widget-messendger-btn span::after {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 0;
  height: 2px;
  background: #FFF;
  position: absolute;
  transform-origin: center;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  right: 10px;
  top: 23px;
  content: "";
  display: block;
}
.ss-widget-messendger-btn.active span::after {
  width: 30px;
}
/* animation: radial-pulse 1s infinite; */
/* #148F2B */
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(102, 182, 208, 0.5);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(102, 182, 208, 0);
  }
}


.ss-widget-messendger {
  margin-bottom: 5px;
  /* display: none; */
}
.ss-widget-messendgers .ss-widget-messendger a {
  width: 0px;
  height: 0px;
  border-radius: 0px;
  display: block;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 0 rgba(0,0,0,0.5);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.ss-widget-messendgers .ss-widget-messendger a:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.ss-widget-messendgers.active .ss-widget-messendger a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  opacity: 1;
  visibility: visible;
}
.ss-widget-messendger a::after {
  position: absolute;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  right: 60px;
  color: #000;
}
.ss-widget-messendger.telegram a {
  background: #2FC6F6;
}
.ss-widget-messendger.telegram a::after {
  content: "Telegram";
}
.ss-widget-messendger.viber a {
  background: #995ACA;
}
.ss-widget-messendger.viber a::after {
  content: "Viber";
}
.ss-widget-messendger.vk a {
  background: #3871BA;
}
.ss-widget-messendger.vk a::after {
  content: "Вконтакте";
}
.ss-widget-messendger.fb a {
  background: #38659F;
}
.ss-widget-messendger.fb a::after {
  content: "Facebook";
}
.ss-widget-messendger.whatsapp a {
  background: #189D0E;
}
.ss-widget-messendger.whatsapp a::after {
  content: "WhatsApp";
}
.ss-widget-messendger svg {
  width: 30px;
  height: 30px;
}
.ss-widget-messendger svg path {
  fill: #FFFFFF;
}
#bg {
  background: rgba(0,0,0,0.5);
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
}

@-webkit-keyframes rotate {
  0% {
      -webkit-transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -o-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
  }
  100% {
      -webkit-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      -o-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
  }
}
@keyframes rotate {
  0% {
      -webkit-transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -o-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
  }
  100% {
      -webkit-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      -o-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
  }
}
#dedic-list {
  margin-bottom: 50px;
}
#dedic-list > div,
.ssl-container .container > div {
  display: block;
  background: #FFF;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 5px 10px;
  color: #000;
  -webkit-box-shadow: 0 0 0 0 #eee, 0 0 0 0 #148F2B;
  box-shadow: 0 0 0 0 #eee, 0 0 0 0 #148F2B;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#dedic-list > div:hover,
.ssl-container .container > div:hover {
  -webkit-box-shadow:0 0 0 4px #eee, 0 0 0 6px #148F2B;
  box-shadow:0 0 0 4px #eee, 0 0 0 6px #148F2B;
}
#dedic-list .price-period {
  color: #9b9b9b;
  font-size: 11px;
  width: 70px;
  display: inline-block;
  top: 0px;
  text-align: left;
  line-height: 14px;
  white-space: normal;
  text-indent: 0;
}
#dedic-list .dedic-name {
  display: inline-block;
  width: 55%;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ssl-container .ssp-plan {
  display: inline-block;
  width: 60%;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#dedic-list .dedic-name .dedic-features {
  display: block;
  font-size: .9em;
  color: #ff7f4c;
  font-weight: 600;
}
#dedic-list .dedic-hint {
  display: inline-block;
  width: 5%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#dedic-list .dedic-hint .flaticon-gear-outlined-symbol {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#dedic-list .dedic-hint .flaticon-gear-outlined-symbol::before {
    color: #148F2B;
    font-size: 30px;
    margin: 0;
    position: relative;
    height: 30px;
    line-height: 30px;
    width: 30px;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
}
#dedic-list .dedic-hint:hover .flaticon-gear-outlined-symbol::before {
    color: #18762A;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
#dedic-list .dedic-hint .hint-body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 45px;
  top: -14px;
  width: auto;
  white-space: nowrap;
  background: #313131;
  padding: 10px;
  z-index: 1;
  color: #FFF;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
#dedic-list .dedic-hint:hover .hint-body {
  visibility: visible;
  opacity: 1;
}

#dedic-list .price-item-price,
.ssl-container .ssp-price {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  text-align: right;
  margin: 20px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ssl-container .ssp-price .simbol {
  position: relative;
  top: -15px;
  left: 0;
  font-size: 24px;
  vertical-align: top;
}
#dedic-list .button,
.ssl-container .ssp-order-btn {
  display: inline-block;
  width: 15%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ssl-container .ssp-order-btn {
  text-align: right;
}

.social-auth a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 10px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.social-auth a svg {
  fill: #000;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-auth a.vk-icon {
  padding-top: 1px;
}
.social-auth a.vk-icon:hover svg {
  fill: #6896C5;
}
.social-auth a.fb-icon {
  padding: 5px 5px 0;
}
.social-auth a.fb-icon:hover svg {
  fill: #3461A1;
}
.social-auth a.gp-icon {

}
.social-auth a.gp-icon:hover svg {
  fill: #DE5543;
}

body .pc-hidden {
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  body {
    padding-top: 56px !important;
  }
  body .container {
    min-width: 641px;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 720px;
    overflow-x: hidden;
  }
  .globalheader {
    height: 56px;
    border-bottom: 1px solid #eaeced;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #FFF;
  }
  header .slogan {
    display: none;
  }
  .navbar-outer {
    padding: 0;
    height: 50px;
  }
  #adaptive-btn {
    display: inline-block;
    /*margin-left: 15px;*/
  }
  .navbar-outer .navbar-content-outer {
    position: fixed;
    right: -320px;
    top: 57px;
    background: #FFF;
    z-index: 999;
    width: 320px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .navbar-outer .navbar-content-outer.active {
    right: 0;
  }
  .navbar-main-list-wrap ul.featured {
    width: 100%;
    margin: 0;
  }
  .navbar-main-list-wrap ul.featured li,
  .navbar-main-list-wrap ul.featured li.auth-portable {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .navbar-main-list-wrap ul.featured li.auth-portable a {
    color: #9b9b9b;
  }
  .contact-header {
    margin-top: 10px;
  }
  .main-slide-body {
    width: 95%;
  }
  .main-slide picture img {
    left: -100vw;
  }
  ul.featured .icon-round-wrp {
    border: 0 none;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .navbar-main-list-wrap ul.featured > li .unit-left {
    width: 15%;
    margin-top: 0;
  }
  .navbar-main-list-wrap ul.featured > li .unit-right {
    width: 85%;
    margin: 10px 0 0 0;
  }
  .navbar-main-list-wrap ul.featured > li .unit-right .unit-right-top {
    margin-right: 8px;
  }
  .navbar-main-list-wrap ul.featured > li .unit-right .unit-right-bottom a {
    color: #151515;
  }
  .navbar-main-list-wrap ul.featured li .unit-right > div {
    display: inline-block;
    margin: 0;
  }
  .navbar-main-list-wrap ul.featured ul li {
    margin-right: 5px;
  }
  .navbar-main-list-wrap ul.featured ul {
    margin-top: 4px;
  }
  .navbar-outer .navbar-logo-outer img {
    max-height: 34px;
    margin-top: 6px;
  }
  .navbar-main-outer {
    display: block;
    position: fixed;
    top: 57px;
    left: -110vw;
    height: 95%;
    height: calc(100% - 57px);
    bottom: 0;
    background: #FFF;
    width: 320px;
    -webkit-transition: left .25s ease-in-out;
    -o-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
  }
  .navbar-main-outer.active {
    left: 0;
  }
  .navbar-main-outer .navbar-main-unit-left {
    display: block;
    vertical-align: top;
    width: 320px;
  }
  .navbar-main-outer .navbar-main-unit-left > ul {
    display: block;
    margin: 0;
  }
  .navbar-main-outer nav > div:not(.auth) {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }
  .navbar-main-outer nav > div:not(.auth) a {
    color: #151515;
    padding: 8px 18px;
    display: block;
    font-size: 12px;
    line-height: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*.navbar-main-outer nav > div:not(.auth):hover a {
    color: #FFF;
    background: #148F2B;
  }*/
  .navbar-main-outer nav > div:not(.auth):hover ul {
    opacity: 0;
    visibility: hidden;
    position: relative;
    width: 100%;
    display: none;
  }
  .navbar-main-outer nav > div:not(.auth).active ul,
  .navbar-main-outer nav > div:not(.auth).active:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    background: #FFF;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .navbar-main-outer nav > div:not(.auth).active ul li,
  .navbar-main-outer nav > div:not(.auth).active:hover ul li,
  .navbar-main-outer nav > div:not(.auth).active ul li a,
  .navbar-main-outer nav > div:not(.auth).active:hover ul li a {
    background: #FFF;
    color: #151515;
  }
  .navbar-main-outer nav > div:not(.auth):hover > a > i::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .navbar-main-outer nav > div:not(.auth).active > a > i::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-main-outer nav > div:not(.auth).mega ul.mega-wrp-ul > li {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
  .navbar-main-content {
    display: block;
    margin: 0;
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }
  #adaptive-info-btn {
    display: inline-block;
    padding-left: 20px;
  }
  .offers > .offers-container,
  .systems,
  .about-block,
  .bottomfooter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .offers-wrp,
  .systems .flex,
  .about-block .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .offer-item {
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 3%;
  }
  .systems-item {
    box-sizing: border-box;
    margin-bottom: 3%;
  }
  .systems-item.systems-linux,
  .about-block .flex > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .systems-item.systems-freebsd,
  .systems-item.systems-windows {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .ssl-items .ssl-item img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
  }
  .about-block-banner picture {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .payment-wrp img {
    max-height: 70px;
  }
  .main-slide-title {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .about-block .flex 
  .prices-item,
  .prices-item:nth-child(3n+2) {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
  }
  .offer-features {
    padding: 15px 40px;
  }
  .offer-input-wrp-hint {
    right: -28px;
  }
  .price-btn-wrp {
    line-height: 52px;
  }
  .payment-wrp img {
    height: 24px !important;
  }
  .payment-wrp .bt-payment {
    font-size: 12px;
  }
  .why-us-items,
  .plans-body {
    text-align: center;
  }
  .why-us-item,
  .plan-item {
    width: 42% !important;
    margin: 0 2% 4% !important;
    width: auto;
  }
  body .pc-hidden {
    display: block;
  }
  body .portable-hidden {
    display: none;
  }
  footer.globalfooter {
    position: relative;
  }
  footer.globalfooter .topfooter {
    padding: 40px;
  }
  footer.globalfooter .topfooter .container > div {
    display: block;
    width: 100% !important;
    position: relative;
    z-index: 1;
    padding: 10px 40px !important;
    margin-bottom: 40px;
  }
  .pushup {
    padding-bottom: 0 !important;
  }
  .bottomfooter {
    padding: 20px;
  }
  .domainheader {
    font-size: 38px;
  }
  .block-50 {
    width: 47%;
  }
  .block-50 ul {
    padding: 0;
  }
  .images-wrapper > div.w33 {
    width: 29%;
  }
  .images-wrapper > div.w50 {
    width: 47%;
  }
  .dialog {
    z-index: 1050;
  }
  .s-item-25,
  .s-item-30 {
    display: block;
    width: auto;
  }

  #dedic-list .price-item-price {
    text-indent: 0em;
    margin: 0;
    text-align: left;
  }
  #dedic-list .price-item-price .item-price {
    font-size: 30px;
  }
  #dedic-list .price-item-price .item-price span {
    font-size: 16px;
    top: -10px;
  }
  #dedic-list .price-item-price .simbol {
    top: -6px;
    font-size: 20px;
  }
  #dedic-list .price-period {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
  }
  #dedic-list .button {
    padding: 11px 5px;
  }
  #dedic-list .dedic-hint {
    display: none;
  }

}
@media screen and (max-width: 640px) {
/* @media screen and (min-width: 321px) and (max-width: 640px) { */
  #domainsearchresult {
    position: relative;
    bottom: -10px;
    left: 0;
  }
  .questions-body {
    width: 100%;
    display: block;
  }
  .navbar-outer > div.slogan {
    display: none;
  }
  #up {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
  }

  .plan-i-hidden {
    top: 5%;
    margin: 0;
    left: 5%;
    right: 5%;
    z-index: 10000;
    width: 90%;
    height:  !important;
    overflow-x: hidden;
    overflow-y: visible;
    bottom: 5%;
    padding-top: 50px;
  }
  .close-ssl, #server-phone-request .close {
    top: 5px;
    right: 5px;
  }
  .plan-i-hidden > div > span.ssp-plan {
    text-align: left;
  }
  .plan-i-hidden > div > span.ssp-plan,
  .plan-i-hidden > div > span.ssp-price {
    width: 49%;
  }
  .plan-i-hidden > div > span.ssp-order-btn {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 10px auto;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 5px;
  }
  .plan-i-hidden > div > span.ssp-order-btn {
    border-bottom: 0 none;
  }
  .plan-i-hidden .ssp-order-btn a.button {
    float: none;
    margin: 0 auto;
  }
  .s-item-25,
  .s-item-30 {
    display: block;
    width: auto;
  }

/* } */
/* @media screen and (max-width: 320px) { */
  body {
    padding-top: 52px !important;
  }
  .dialog {
    z-index: 1050;
  }
  .container {
    min-width: 0;
    padding: 0 10px !important;
    max-width: 640px;
    overflow-x: hidden;
  }
  #adaptive-btn {
    display: inline-block;
    margin-left: 0;
  }
/*   #adaptive-info-btn span {
    display: block;
  } */
  .globalheader {
    height: 56px;
    border-bottom: 1px solid #eaeced;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #FFF;
  }
  .navbar-outer .navbar-content-outer {
    position: fixed;
    right: -320px;
    top: 57px;
    background: #FFF;
    z-index: 999;
    width: 320px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .navbar-outer .navbar-content-outer.active {
    right: 0;
  }
  .navbar-main-list-wrap ul.featured {
    width: 100%;
    margin: 0;
  }
  .navbar-main-list-wrap ul.featured li,
  .navbar-main-list-wrap ul.featured li.auth-portable,
  .ssl-dop-item {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .ssl-dop-item {
    padding: 10px 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dop-payments-wrp {
    text-align: center;
  }
  .navbar-main-outer nav > div:not(.auth).mega ul.mega-wrp-ul > li li:hover a {
    color: #151515 !important;
    padding-left: 0 !important;
  }
  .navbar-main-outer nav > div:not(.auth).mega ul.mega-wrp-ul > li li:hover a > i {
    display: none;
  }
  .dop-payments-wrp img {
    width: 65px;
  }
  .navbar-main-list-wrap ul.featured li.auth-portable a {
    color: #9b9b9b;
  }
  ul.featured .icon-round-wrp {
    border: 0 none;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .navbar-outer {
    overflow: hidden;
  }
  .navbar-main-list-wrap ul.featured > li .unit-left {
    width: 15%;
    margin-top: 0;
  }
  .navbar-main-list-wrap ul.featured > li .unit-right {
    width: 85%;
    margin: 10px 0 0 0;
  }
  .navbar-main-list-wrap ul.featured > li .unit-right .unit-right-top {
    margin-right: 8px;
  }
  .navbar-main-list-wrap ul.featured > li .unit-right .unit-right-bottom a {
    color: #151515;
  }
  .navbar-main-list-wrap ul.featured li .unit-right > div {
    display: inline-block;
    margin: 0;
  }
  .navbar-main-list-wrap ul.featured ul li {
    margin-right: 5px;
  }
  .navbar-main-list-wrap ul.featured ul {
    margin-top: 4px;
  }
  .navbar-outer {
    height: 50px;
  }
  .navbar-outer .navbar-logo-outer {
    /*width: 30%;*/
    /*top: 2px;*/
    position: relative;
    /*margin-top: -10px;*/
    margin-top: 5px;
    height: 25px;
  }
  .navbar-outer .navbar-logo-outer img {
    max-width: 100%;
    max-height: 25px;
    display: block;
  }
  .contact-header {
    padding-right: 5px;
    padding-top: 10px;
    margin-left: 0;
  }
  .navbar-main-outer {
    display: block;
    position: fixed;
    top: 57px;
    left: -110vw;
    height: 95%;
    height: calc(100% - 57px);
    bottom: 0;
    background: #FFF;
    -webkit-transition: left .25s ease-in-out;
    -o-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
    box-sizing: border-box;
  }
  .navbar-main-outer.active {
    left: 0;
  }

  .navbar-main-outer .navbar-main-unit-left {
    display: block;
    vertical-align: top;
    width: 320px;
  }
  .navbar-main-outer .navbar-main-unit-left > ul {
    display: block;
    margin: 0;
  }
  .navbar-main-outer nav > div:not(.auth) {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }
  .navbar-main-outer nav > div:not(.auth) a {
    color: #151515;
    padding: 8px 18px;
    display: block;
    font-size: 12px;
    line-height: 2;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navbar-main-outer nav > div:not(.auth).dropdown ul {
    left: 20px;
  }
  /*.navbar-main-outer nav > div:not(.auth):hover a {
    color: #FFF;
    background: #148F2B;
  }*/
  .navbar-main-outer nav > div:not(.auth):hover ul {
    opacity: 0;
    visibility: hidden;
    position: relative;
    width: 100%;
    display: none;
  }
  .navbar-main-outer nav > div:not(.auth).active ul,
  .navbar-main-outer nav > div:not(.auth).active:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    background: #FFF;
    border: 0 none;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .navbar-main-outer nav > div:not(.auth).active ul li,
  .navbar-main-outer nav > div:not(.auth).active:hover ul li,
  .navbar-main-outer nav > div:not(.auth).active ul li a,
  .navbar-main-outer nav > div:not(.auth).active:hover ul li a {
    background: #FFF;
    color: #151515;
  }
  .navbar-main-outer nav > div:not(.auth):hover > a > i::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .navbar-main-outer nav > div:not(.auth).active > a > i::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-main-outer nav > div:not(.auth).mega ul.mega-wrp-ul > li {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
  .navbar-main-content {
    display: block;
    margin: 0;
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .main-slide-bg {
    display: none;
  }
  .main-slide {
    background: linear-gradient(145deg, #FF743D 0%, #148F2B 100%);
    height: auto;
    padding-top: 50px;
  }
  .main-slide-body {
    width: 100%;
    height: auto;
  }
  .main-slide-title {
    font-size: 30px;
    line-height: 34px;
  }
  .main-slide-text {
    font-size: 26px;
    line-height: 30px;
  }
  .offers > .offers-container,
  .systems,
  .about-block,
  .bottomfooter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .offers-wrp,
  .systems .flex,
  .about-block .flex,
  .offers-additional,
  .ssl-items.flex,
  .payment-block .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .offer-item,
  .systems-item.systems-linux,
  .systems-item.systems-freebsd,
  .systems-item.systems-windows,
  .ssl-items.flex > div,
  .about-block .flex > div.left {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
  }
  .about-block .flex > div.right {
    display: none !important; 
  }
  .payment-wrp img {
      height: 24px !important;
      max-height: 70px;
      margin: 15px;
  }
  footer .copyright {
    padding: 10px 0 0 0;
  }
  .payment-block .flex + .flex {
    margin: 0;  
  }
  .ssl-items.flex > div {
    text-align: center;
  }
  .systems-linux .sb-item {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .offers-additional > div {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .why-us-wrp > .why-us-title,
  .prices-title,
  .title {
    font-size: 30px;
    margin: 20px auto 40px;
  }
  .price-title {
    width: 280px;
  }
  .promo-item {
    width: 100%;
    padding-bottom: 90px;
    border-right: 0;
  }
  .plan-item > div {
    height: auto;
  }
  .prices-item,
  .prices-item:nth-child(3n+2) {
    width: 95%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
  }
  .offer-features {
    padding: 15px 40px;
  }
  .offer-feature-item.offer-input-wrp a {
    width: 20%;
  }
  .offer-feature-item.offer-input-wrp input {
    width: 60%;
  }
  .offer-feature-item.offer-input-wrp[data-feature="cpu"] input {
    padding-right: 40%;
  }
  .offer-feature-item.offer-input-wrp[data-feature="ram"] input,
  .offer-feature-item.offer-input-wrp[data-feature="diskmemory"] input {
    padding-right: 38%;
  }
  .offer-feature-item.with-hint:hover .hint {
    width: auto;
  }
  .offer-feature-item.with-hint .hint::after {
    width: 8px;
  }
  .offer-input-wrp-hint {
    right: -28px;
    margin-top: -1px;
  }
  .price-btn-wrp {
    line-height: 52px;
  }
  .why-us-items,
  .plans-body {
    text-align: center;
  }
  .why-us-item,
  .plan-item {
    width: 90% !important;
    margin: 0 2% 4% !important;
    width: auto;
    padding: 35px 20px 40px;
  }
  .why-us-item .why-us-title {
    top: -5px;
  }
  .tabs {
    border-bottom: 0;
  }
  .tabs li {
    display: block;
  }
  .tabs li a {
    border-bottom: 1px solid #9e9e9e;
  }
  .tabs li.selected {
    top: 0;
  }
  .datacenter .title {
    font-size: 20px;
    margin: 20px auto 60px;
  }
  .prices-wrp {
    padding: 40px 0 20px;
  }
  body .pc-hidden {
    display: block;
  }
  body .portable-hidden {
    display: none;
  }
  footer.globalfooter {
    position: relative;
  }
  footer.globalfooter .topfooter {
    padding: 40px 0;
  }
  footer.globalfooter .topfooter .container > div {
    display: block;
    width: 100% !important;
    position: relative;
    z-index: 1;
    padding: 10px 40px !important;
    margin-bottom: 40px;
  }
  .pushup {
    padding-bottom: 0 !important;
  }
  .bottomfooter {
    padding: 20px;
  }
  .domainheader {
    font-size: 20px;
  }
  .domainhint-before {
    font-size: 14px;
  }
  #domainsearch {
    padding: 50px 20px;
  }
  #search-form-input + label {
    display: none;
  }
  .search-domain-block-wrp #search-domain-block,
  .search-domain-block-wrp #search-domain-btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  #domaintab .inner-block {
    overflow-x: scroll;
  }
  .block-50 {
    width: 97%;
  }
  .block-50 ul {
    padding: 0;
  }
  .images-wrapper > div.w33 {
    width: 98%;
  }
  .images-wrapper > div.w50 {
    width: 98%;
  }
  .prices-item-body {
    padding: 50px 15px;
  }
  .container-photos li {
    width: 49%;
  }
  .bottomfooter .rights,
  .useful-links-wrp ul,
  .contacts-reqs, .contacts-form {
    width: 100%;
    display: block;
  }
  .contacts-reqs, .contacts-form {
    padding: 0 10px;
  }
  .contacts-blue, .contacts-green, .contacts-orange {
    padding: 10px 0;
  }
  .contacts-orange {
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .contacts-form .wa-form {
    clear: both;
    float: none;
    margin-bottom: 30px;
  }
  .contacts-form .wa-form .wa-field.w50 {
    width: 100%;
  }
  .bottomfooter .url-list.rightside {
    display: none;
  }
  .dialog-inner {
    top: 0 !important;
    width: 320px;
    margin-left: 0;
    padding: 20px;
    position: fixed;
    height: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #dialog-auth .wa-field.btns .input-btn-wrp {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .hosting-item {
    display: block;
    width: 90%;
    margin:0 auto 30px;
  }
  .easyreviews .addreview-wrp,
  .easyreviews > p {
    display: block;
    width: 90% !important;
    margin: 10px auto !important;
    float: none;
    clear: both;
  }
  .easyreviews > h1 {
    padding-left: 10px;
  }
  #questions.helppage .tabs li,
  #questions.helppage .questions-body {
    display: block;
    width: 100%;
    padding: 10px 20px;
  }
  #questions.helppage .question-item {
    width: 90%;
  }
  #questions.helppage .tabs li a:hover {
    color: #313131 !important;
  }
  #questions.helppage .question-item:first-child {
    margin-top: 0;
  }
  #questions.helppage .question-item:last-child {
    margin-bottom: 0;
  }
  .dropdown i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 20px;
  }
  .breadcrumbs {
    padding: 15px 0 12px;
  }
  #page {
    padding: 0 5px;
  }
  #page .prices-wrp {
    padding-top: 0px;
  }
  #page .prices-title {
    font-size: 20px;
    margin: 15px auto 20px;
  }
  .content .post h3 {
    font-size: 1.4em;
  }
  .content .post {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content .post h1,
  .content .recent-title {
    font-size: 1.4em;
  }
  .content .recent-post .recent-title {
    font-size: 18px;
  }
  .content .recent-post .recent-addition > span {
    display: block;
    width: 100%;
  }
  .content .recent-post .recent-addition > span span::before {
    margin: 0;
  }
  .content .post-credentials .hint {
    width: 38%;
  }
  .content .post-credentials .hint.author span::before,
  .content .post-credentials .hint.comments span::before {
    margin: 0;
    font-size: 1.5em;
  }
  .content .post-credentials .hint.author span.hint-text,
  .content .post-credentials .hint.comments span.hint-text {
    font-size: 0.9em;
  }
  .content .post-credentials .hint.author {
    white-space: nowrap;
  }
  #dedic-list > div,
  .ssl-container .container > div {
    box-shadow: none !important;
  }
  #dedic-list .dedic-name,
  #dedic-list .dedic-hint,
  .ssl-container .container > div .ssp-plan {
    display: block;
    width: 100%;
  }
  .ssl-container .container > div .ssp-plan,
  #dedic-list .dedic-name {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
  #dedic-list .price-item-price,
  #dedic-list .button,
  .ssl-container .ssp-price,
  .ssl-container .ssp-order-btn {
    width: 50%;
  }
  #dedic-list .button {
    padding: 8px 5px;
  }
  #dedic-list .price-item-price,
  .ssl-container .ssp-price {
    text-indent: 0em;
    margin: 0;
    text-align: left;
  }
  #dedic-list .price-item-price .item-price,
  .ssl-container .ssp-price .item-price {
    font-size: 30px;
  }
  #dedic-list .price-item-price .item-price span,
  .ssl-container .ssp-price .item-price span {
    font-size: 16px;
    top: -10px;
  }
  #dedic-list .price-item-price .simbol,
  .ssl-container .ssp-price .simbol {
    top: -6px;
    font-size: 20px;
  }
  #dedic-list .price-period {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
  }
  .ssl-container .ssp-price .price-period {
    left: -18px;
    top: -1px;
    font-size: 12px;
  }
  #dedic-list .dedic-hint {
    display: none;
  }
  #ss-widget-messendger-wrp {
    right: 8px;
    bottom: 85px;
  }
  .ss-widget-messendger-btn {
    width: 40px;
    height: 40px;
  }
  .ss-widget-messendger-btn a {
    width: 40px;
    height: 40px;
    padding: 10px 0;
  }
  .ss-widget-messendger-btn span::before {
    font-size: 20px;
  }
  .ss-widget-messendger-btn.active span::before {
    left: 8px;
    top: 20px;
    width: 24px;
  }
  .ss-widget-messendger-btn.active span::after {
    width: 24px;
    right: 8px;
    top: 20px;
  }
  .ss-widget-messendgers .ss-widget-messendger a {
    padding: 9px 0;
  }
  .ss-widget-messendgers.active .ss-widget-messendger a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .ss-widget-messendger svg {
    width: 22px;
    height: 22px;
  }
}



/* footer a,
footer a:visited { color: #888 !important;  }
footer a:hover { color: red !important; } */

.footer-block { display: inline-block; margin-right: 40px; vertical-align: top; margin-bottom: 20px; overflow-x: hidden; display:block\9; float:left\9; max-width: 170px; }
.footer-block.mailer-subscribe { max-width: 500px; width: auto; overflow-x: visible; }
.footer-block a,
.footer-block strong { display: block; padding: 1px 0; }
.footer-block a.top { font-weight: bold; margin-bottom: 10px; color: #888; }
.footer-block.contact-us { max-width: 270px; }
.footer-block.contact-us .social { margin-bottom: 4px; }
.footer-block.contact-us .social a { display: inline; margin-right: 5px; }

.appfooter { position: relative; text-align: center; padding: 20px; color: #aaa; border-top: 1px solid #ddd; min-height: 1.5em; margin-top: 20px; }
.appfooter .copyright { position: absolute; left: 0; }
.appfooter .poweredby { position: absolute; right: 0; }
.appfooter .dots { font-size: 0.8em; text-decoration: none; display: inline-block; width: 54px; height: 9px; background: url("img/dots/all-dots-default-order@2x.png") no-repeat 0 3px; padding-top: 3px; margin-right: 10px; background-size: 54px 9px; }

.s-subscribe-section { position: relative; }
.s-subscribe-section.is-extended .s-hidden { display: block; }
.s-subscribe-section .s-hidden { display: none; position: absolute; top: 100%; left: 0; width: 340px; padding: 1em; background: #fff; z-index: 1; -webkit-box-shadow: 0 0 16px rgba(0,0,0,.2); box-shadow: 0 0 16px rgba(0,0,0,.15); border-radius: 3px; }
.s-subscribe-section .s-hidden .wa-captcha { margin: 0; padding: 0; }
.s-subscribe-section .s-hidden .wa-captcha p { margin: .5em 0 0; }
.s-subscribe-section .s-hidden .wa-captcha p:first-child { margin-top: 0; }
.s-subscribe-section .s-hidden .wa-captcha p > * { margin: 0 4px 0 0; vertical-align: middle; display: inline-block; float: none !important; }
.s-subscribe-section .s-hidden .wa-captcha p > *:last-child { margin-right: 0; }
.s-subscribe-section .s-hidden .wa-captcha p .wa-captcha-img { margin: 0; display: inline-block; }
.s-subscribe-section .s-hidden .wa-captcha p a { display: inline; }

/* 16x16 Icons
-------------- */

i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon16.rss { background-position: -16px 0; }
.icon16.facebook { background-position: -32px 0; }
.icon16.twitter { background-position: -48px 0; }
.icon16.vk { background-position: -64px 0; }
.icon16.gplus { background-position: -80px 0; }
.icon16.pinterest { background-position: -96px 0; }
.icon16.youtube { background-position: -112px 0; }
.icon16.instagram { background-position: -128px 0; }

.icon16.userpic20 { background-position: -2px -2px; border-radius: 50%; background-size: 20px 20px; }
.icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 12px; height: 12px; background-image: none; }

.icon16.like { background-position:0 -16px; margin-top: 0; }
.icon16.star,
.icon16.star-full { background-position:-16px -16px; }
.icon16.star-half { background-position:-32px -16px; }
.icon16.star-empty { background-position:-48px -16px; }
.icon16.star-hover { background-position:-64px -16px; }

.icon16.remove { background-position:-96px -16px; }
.icon16.saved { background-position:-112px -16px; }
.icon16.stock-red { background-position:-128px -16px; }
.icon16.stock-yellow { background-position:-144px -16px; }
.icon16.stock-green { background-position:-160px -16px; }
.icon16.stock-transparent { background-position:-176px -16px; }
.icon16.checkmark { background-position:-192px -16px; }
.icon16.compare { background-position:-208px -16px; }
.icon16.compare.active { background-position:-224px -16px; }

.icon16.uarr { background: url('img/uarr.png'); background-position: 0 0; background-size: 16px 16px; }

.icon16.loading { background-image: url('img/loading16.gif'); background-position: 0 0; background-size: 16px 16px; }
.icon24.loading { background-image: url('img/loading.gif'); background-size: 24px 24px; height:24px; width:24px; display:inline-block; }
.icon32.loading { background-image: url('img/loading.gif'); background-size: 32px 32px; height:32px; width:32px; display:inline-block; }

/* 10x10 Icons
-------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.3em 0.1em 0 0; }
.icon10.darr { background-image: url('img/darr.png'); background-size: 16px 16px; }

.icon10.star,
.icon10.star-full { background-position:0 -100px; }
.icon10.star-half { background-position:-10px -100px; }
.icon10.star-empty { background-position:-20px -100px; }

/* 24x24 Icons
-------------- */

i.icon24 { background-repeat:no-repeat; height:24px; width:24px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon24.rss { background-position: 0 -50px; }
.icon24.facebook { background-position: -24px -50px; }
.icon24.twitter { background-position: -48px -50px; }
.icon24.vk { background-position: -72px -50px; }
.icon24.instagram { background-position: -96px -50px; }
.icon24.youtube { background-position: -120px -50px; }
.icon24.pinterest { background-position: -144px -50px; }
.icon24.gplus { background-position: -168px -50px; }

/* My account (hide core app nav elements)
------------------------------------------ */

html.my ul.menu-h li a { padding: 5px 7px; }
html.my ul.menu-h li.selected a { color: #fff; }

html.my .sidebar { display: none; }

/* Custom styling
----------------- */

.color_scheme_yellow header.globalheader { background: #fb0; }
.color_scheme_green header.globalheader { background: #6fb541; }
.color_scheme_blue header.globalheader { background: #4e81cc; }
.color_scheme_purple header.globalheader { background: #9a81b3; }
.color_scheme_gray header.globalheader { background: #9c9c9c; }
.color_scheme_pink header.globalheader { background: #e871b1; }
.color_scheme_cyan header.globalheader { background: #3ac1bf; }
.color_scheme_lime header.globalheader { background: #b5ce10; }
.color_scheme_brown header.globalheader { background: #a45e1a; }

.color_scheme_white header.globalheader { background: #fff; }
.color_scheme_white header.globalheader .appnav { border-top: 1px solid rgba(0,0,0,0.13); border-bottom: 1px solid rgba(0,0,0,0.13); margin-top: -1px; padding-bottom: 3px; }
.color_scheme_white header .pages li a { color: #777; }
.color_scheme_white header .pages li a:hover { color: red !important; }
.color_scheme_white header ul.flyout-nav li .flyout { box-shadow: none; }
.color_scheme_white .search-wrapper { border: 1px solid #ccc; }
.color_scheme_white .search input { margin-top: 0; }

html.font_size_12,
html.font_size_12 body { font-size: 12px; }
html.font_size_13,
html.font_size_13 body { font-size: 13px; }
html.font_size_14,
html.font_size_14 body { font-size: 14px; }
html.font_size_15,
html.font_size_15 body { font-size: 15px; }
html.font_size_16,
html.font_size_16 body { font-size: 16px; }

.font_family_trebuchet,
.font_family_trebuchet * { font-family: "Trebuchet MS", sans-serif; }
.font_family_verdana,
.font_family_verdana * { font-family: Verdana, sans-serif; }
.font_family_georgia,
.font_family_georgia * { font-family: Georgia, Times, serif; }
.font_family_google_opensans,
.font_family_google_opensans * { font-family: 'Open Sans', sans-serif; }
.font_family_google_ptsans,
.font_family_google_ptsans * { font-family: 'PT Sans', sans-serif; }
.font_family_google_ptserif,
.font_family_google_ptserif * { font-family: 'PT Serif', sans-serif; }
.font_family_google_roboto,
.font_family_google_roboto * { font-family: 'Roboto', sans-serif; }
.font_family_google_lora,
.font_family_google_lora * { font-family: 'Lora', sans-serif; }
.font_family_google_ubuntu,
.font_family_google_ubuntu * { font-family: 'Ubuntu', sans-serif; }

.font_family_google_fira,
.font_family_google_fira * { font-family: 'Fira Sans', sans-serif; }
.font_family_google_fira b,
.font_family_google_fira strong,
.font_family_google_fira .bold { font-weight: 500; }
.font_family_google_fira header .pages li a { font-weight: 500; padding-top: 9px; }
.font_family_google_fira header h2 { padding-top: 12px; }
.font_family_google_fira ul.thumbs li { font-size: 1.05em; }
.font_family_google_fira ul.thumbs li h5 { font-weight: 500; }
.font_family_google_fira input[type="button"],
.font_family_google_fira input[type="submit"] { padding-bottom: 3px; }
.font_family_google_fira .search input { padding-top: 3px; }
.font_family_google_fira header .auth { margin-top: 13px; }
.font_family_google_fira header .auth i.userpic20 { margin-top: 1px; }
.font_family_google_fira header .cart a strong { display: inline-block; margin-top: 1px;}
.font_family_google_fira .staff { position: relative; top: -2px; padding-bottom: 0 !important; }
.font_family_google_fira .add2cart input[type="submit"]  { padding-bottom: 4px; }
.font_family_google_fira .slider a h3 { font-size: 2.8em; }
.font_family_google_fira .stocks .icon16 { margin-top: 0; }
.font_family_google_fira .credentials a,
.font_family_google_fira .credentials span { vertical-align: top; }
.font_family_google_fira .credentials { padding-top: 2px; }
.font_family_google_fira .credentials .userpic,
.font_family_google_fira .comments .credentials .userpic { margin-top: -2px; }
.font_family_google_fira .comments .actions a { margin-right: 0; }

.font_family_google_ptsansandserif,
.font_family_google_ptsansandserif * { font-family: 'PT Sans Caption', sans-serif; }
.font_family_google_ptsansandserif p,
.font_family_google_ptsansandserif .olives-content,
.font_family_google_ptsansandserif ul.thumbs li span.summary,
.font_family_google_ptsansandserif table.features td { font-family: 'PT Serif', sans-serif; font-size: 110%; }
.font_family_google_ptsansandserif p a { font-family: 'PT Serif'; }
.font_family_google_ptsansandserif ul.thumbs li h5,
.font_family_google_ptsansandserif ul.thumbs.mini li h5 { font-size: 120%; }




/* Mobile
--------- */

.nav-negative { display: none; /* mobile-only slide-out navigation */ padding-left: 0; margin: -1px 0 0; border-bottom: 1px solid #777; background: #888; }
.nav-negative li { list-style: none; display: block; border-top: 1px solid #777; }
.nav-negative li a { font-size: 1.2em; text-decoration: none; color: #ddd !important; display: block; padding: 15px 26px 15px 16px; }
.nav-negative li.selected a { color: #fff !important; text-shadow: 0 1px 0 #000; background: transparent; font-weight: bold; }
.nav-negative.auth li { background: #666; }
.nav-negative.search { padding: 0; background: #fff; height: 52px; }
.nav-negative.search .search-wrapper { height: 52px; border-radius: 0; border: none; }
.nav-negative.search input { height: 52px; font-size: 1.3em; padding-left: 5px; margin-top: 4px; padding-right: 52px; }
.nav-negative.search button { background-size: 24px 24px; height: 52px; width: 52px; background-position: 3px 15px; }

/* TABLET
========= */

@media screen and (min-width: 760px) and (max-width: 1024px) {

  body { -webkit-text-size-adjust: 100%; }
  .container {
    max-width: 925px;
  }
  .system-os {
    font-size: 14px;
  }
  .main-slide picture img {
    left: -60vw;
  }
  header .slogan {
    display: none;
  }
  .offers-wrp {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .offer-item {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 3%;
  }
/*     .container { padding: 0 25px; }
    .sidebar { width: 200px; }
    .content.with-sidebar { margin-right: 220px; } */

    header h2 { margin-right: 10px; }
    header .apps { margin-left: -10px; }
    header .apps li a { padding: 12px 10px; }
    .search-wrapper { max-width: 150px; }

    .color_scheme_white header.globalheader .appnav { padding-left: 0; padding-right: 0; margin-left: 25px; margin-right: 25px; }

    /* @media screen and (orientation : portrait) { */
    @media screen and (max-width: 850px) {


    }

}


/* MOBILE
========= */

@media screen and (max-width: 760px) {

    body { -webkit-text-size-adjust: 100%; padding-top: 52px /* fixed #globalnav */; }

    h1 { font-size: 2em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.3em; }

    

    .container { min-width: 0; padding: 0; }
    .breadcrumbs { font-size: 1.0em; line-height: 1.5em; margin-bottom: 10px; }

    .sidebar { float: none !important; width: auto !important; padding: 0 !important; }
    /* .content { padding: 0px 15px; overflow-x: hidden; } */
    /* .content.with-sidebar { margin-left: 0 !important; margin-right: 0 !important; } */

    .nav-negative { display: block; /* mobile-only slide-out navigation */ }

    header #globalnav { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; height: 52px; padding-top: 0 !important; }
    header #globalnav.light { box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
    header #globalnav.light .cart.empty a { background: #f3f3f3 !important; }
    .color_scheme_white header #globalnav.light { box-shadow: none; border-bottom: 1px solid rgba(0,0,0,0.13); }
    .color_scheme_white header #globalnav.light.andgray { border-bottom: none; }

    header h2 { margin: 9px 50px 10px 0 !important; float: left; font-size: 1.2em !important; position: fixed; top: 7px; left: 15px; z-index: 9999; font-weight: normal !important; padding: 0 !important; display: block !important; }
    header h2 a img { display: none; }
    header h2 a span { display: inline; }
    header .appnav { padding: 0; }
    header #mobile-nav-toggle { display: block; float: right; margin-right: 10px; margin-top: 13px; outline: 0; margin-bottom: 9px; }
    header .apps { display: none; }
    header .pages { margin: 0; padding: 20px 0; }
    header .navbar-outer .auth,
    header .navbar-main-unit-left,
    .contact-header > div { display: none; }
    header .auth li a { font-size: 1em; }
    header .auth li a i.icon16 { margin-top: 0; }
    header .apps.unfolded { display: block; }
    header .cart,
    header .cart.fixed { position: absolute; right: 58px !important; min-width: 0 !important; max-width: 64px; }
    header .cart a { height: 1em; padding: 16px 9px 15px 17px; background: #ffba00; }
    header .cart.fixed a { background: #ffba00; }
    header .cart a strong { display: none !important; }
    header .cart #cart-content { display: none; }

    header ul.flyout-nav li.submenu-is-shown > a { background: rgba(0,0,0,.33); border-radius: 3px; }

    .content img { max-width: 100%; }

    .search { display: none; }
    .search-wrapper { padding-right: 0; }

    footer.globalfooter { top: 0;}
    .footer-block { width: 120px; margin: 10px 15px !important; }
    .footer-block#copyright { width: auto; display: block; }
    .footer-block a { margin-bottom: 3px; }
    .footer-note { margin: 10px 15px; }
    .appfooter { padding: 10px 15px; }
    .appfooter .copyright,
    .appfooter .poweredby { position: static; padding: 10px; }

    .wa-form .wa-field .wa-name { float: none; padding-bottom: 0; }
    .wa-form .wa-field .wa-value { margin-left: 0; }
    .wa-form .wa-field .wa-value p span { display: block; }
    .wa-form .wa-field .wa-value input[type="text"],
    .wa-form .wa-field .wa-value input[type="email"],
    .wa-form .wa-field .wa-value input[type="password"] { min-width: 200px; }
    .wa-auth-adapters p { width: 80%; }
    .wa-captcha input.wa-captcha-input { width: 100px; }
    .errormsg { margin-left: 0; }

    table td { padding: 5px; }
    html.my ul.menu-h li a { padding: 10px; }
    .comment-form-fields label { float: left; }
    .sub-links li { font-size: 110%; margin-bottom: 5px; }
    .sidebar .likebox { display: none; }
    .connect.inline .likebox { display: block; width: auto; }

    .wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input { min-width: 240px; }
    .wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
    .wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input { min-width: 160px; width: 160px; }

    .olives { padding: 10px; }
    .olives-left,
    .olives-right { background-size: 25px auto; min-height: 55px; }
    .olives-content { margin: 0 20px; font-size: 0.9em; padding: 10px; }

    .footer-block.contact-us { max-width: 999px; display: block; width: auto; }

}

/* WIDE
========= */

@media screen and (min-width: 1300px) {

    .container { max-width: 1200px; }

}

/* FOOTER NOTICE */
.s-footer-notice { margin: 2.5em 0 1em; font-size: .9em; line-height: 1.3em; text-align: center; }
.s-footer-notice a { color: inherit; text-decoration: underline; }



/* Blog !page! styles */

/* New contacts page */

.contacts-inner .row {
	display: flex;
	margin: 0 -25px;
}
.contacts-inner .row img {
    max-width: 100%;
}

.contacts-inner .row > * {
	display: inline-flex;
	padding: 0 25px;
}
.contacts-inner .row .contacts-row-item {
    font-size: 1.05em;
}
.contacts-inner .row.bank-req .contacts-row-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
}
.contacts-line-body {
    margin-bottom: 5px;
}

@media screen and (max-width: 900px) {
    .contacts-inner .row {
        flex-direction: column;
        flex: 0 0 100%;
    }
    .contacts-inner .row.bank-req .contacts-row-item {
        flex: 0 0 100%;
    }
}
.offer-limit {
  margin: -20px 0;
}
.offer-limit .offer-add-n {
  font-size: 12px;
}