/* NAV BAR CSS*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

@font-face {
  font-family: "PT Sans";
  src: url("/fonts/PT_Sans/PT_Sans-Web-Regular.ttf");
}

@font-face {
  font-family: "fontAwesome";
  src: url("/fonts/fontAwesome/fontawesome-webfont.ttf");
}

@font-face {
  font-family: "roboRegular";
  src: url("/fonts/Roboto-Regular.ttf");
}

* {
  outline: none;
}

body,
html {
  margin: 0 auto;
  font-family: "PT Sans", sans-serif;
}

body input {
  background-color: #fff;
  border: 1px solid #ccc;
}

section {
  margin: 20px 0 40px 0;
}

section.dom_zone_section {
  margin: 0 0 40px;
}

.col-xs-5.xs-55 {
  width: 47.822222%;
}

.h1,
h1 {
  font-size: 39px;
  color: #12232d;
  margin-bottom: 20px;
}

p,
td,
li {
  font-size: 16px;
}

a,
.show_dom_link_wrapper a.show_dom_link {
  color: #00aaff;
  text-decoration: none;
  border-bottom: 2px dotted #00aaff;
}

.ssl_container_table {
  margin: 20px auto 10px;
}

.ssl_container_table a {
  border: none;
}

a:hover,
a:active,
a:focus,
.show_dom_link_wrapper a.show_dom_link:hover {
  text-decoration: none;
  border-bottom: 2px dotted transparent;
}

select:hover {
  cursor: pointer;
}

.btn-big {
  width: 100%;
}

.btn-lg,
.btn-group-lg > .btn {
  font-size: 15px;
}

.enter-reg-block .btn-default,
.btn-default {
  /* background: #26d961; */
  background: #20b651;
  font-size: 15px;
  color: #fff;
  border: none;
  border-bottom: 0;
  outline: none;
  box-shadow: 1px 1px 5px rgba(152, 174, 187, 0.38);
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.2s;
}

.blue_btn:hover,
.blue_btn:active,
.blue_btn:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  border-bottom: 0;
}

.gray_text {
  color: gray;
}

.gray-btn {
  background: #ccc;
  color: #333;
  border: none;
  border-bottom: 2px solid #777;
  outline: none;
  box-shadow: 1px 1px 5px rgba(152, 174, 187, 0.38);
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s;
}

.gray-btn:hover {
  background: rgba(119, 119, 119, 0.7);
}

.normal_text {
  font-weight: normal;
  color: #aaa;
  font-size: 14px;
}

.fwb {
  font-weight: bold;
}

.size16 {
  font-size: 16px;
}

.top_bordered {
  border-top: 1px dashed #ccc;
}

.toggle .toggle-group .btn-default {
  background-color: transparent;
  box-shadow: none;
}

.enter-reg-block .clickLogin {
  display: inline-block;
  width: 50%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
  background: #1da74a;
  color: #fff;
  border-color: #1da74a;
}

.btn_green {
  background: #26d961;
  color: #fff;
  border: none;
  border-bottom: 2px solid #22b953;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s;
}

.blue_btn {
  background-color: #00aaff;
  color: #fff;
  border: none;
  border-bottom: none;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  max-width: 300px;
  margin: auto;
  transition: 0.3s;
}

.blue_btn:hover,
.blue_btn:focus {
  background-color: #0082c3;
  color: #fff;
}

.btn_green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green:active:focus {
  background: #26b957;
  color: #fff;
  border-color: #26b957 !important;
}

.btn-orange {
  background: #f89406;
  color: #fff;
  border: none;
  border-bottom: 2px solid #d07c05;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange:active:focus {
  background: #d07c05;
  color: #fff;
  border-color: #d07c05 !important;
}

.form-control {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.panel_forms_holder .form-control {
  margin-bottom: 10px;
}

.panel_forms_holder .recreate_pas {
  margin-top: 5px;
}

.panel_forms_holder .recreate_pas a {
  color: #00aaff;
}

.infinite {
  color: #52dd7c;
  font-weight: 700;
}

.infinite:before {
  content: url(/img/hosting_page/infinite.png);
  margin-right: 10px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  margin-right: 5px;
}

[type="checkbox"]:not(:checked) + label span,
[type="checkbox"]:checked + label span {
  font-weight: 400;
}

[type="checkbox"]:not(:checked) + label span.idn_item,
[type="checkbox"]:checked + label span.idn_item {
  font-weight: bold;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #26d961;
  background: #fff;
  border-radius: 3px;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font-family: "fontAwesome";
  content: "\f00c";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  line-height: 0.8;
  color: #333;
  transition: all 0.2s;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

label:hover:before {
  border: 1px solid #4778d9 !important;
}

/* HEADER */

header {
  position: relative;
}

header .grad_wrap {
  position: absolute;
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(top, #9dd3ed 0%, #eff3fa 80%, #ffffff 100%);
  background: -webkit-linear-gradient(
    top,
    #9dd3ed 0%,
    #eff3fa 80%,
    #ffffff 100%
  );
  background: linear-gradient(to bottom, #9dd3ed 0%, #eff3fa 80%, #ffffff 100%);
}

header .city_wrap {
  width: 100%;
  height: 100%;
  background-image: url("/img/header/city.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  -webkit-background-size: 100%;
  background-size: 100%;
}

header .header_container {
  padding-top: 40px;
  position: relative;
}

header .support {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

header .support .brandLogo_wrap {
  width: 60px;
  height: 60px;
  background-color: rgba(241, 245, 251, 0.7);
  border-radius: 50%;
  background-image: url("/img/header/icon-24h.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

.nav-wrapper .logo_min_wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  display: inline-block;
}

.nav-bg-wrapper {
  position: relative;
}
.nav-bg-wrapper .nav-pseudo-jumbotron {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 30px;
  background-color: #eff3fa;
  /* box-shadow: 0 2px 3px #eee, 0 -1px 3px #fff; */
}

.main_href_with_logo {
  display: block;
  height: 100%;
  /* background-image: url("/img/header/header_new-logo.png"); */
  background-image: url("/img/header/hostland-brand-logo.png");
  /* background-image: url('/img/header/new-logo.svg'); */
  background-image: url("/img/header/logo1.svg");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: contain;
  /* -webkit-background-size: 100%; */
  background-size: contain;
  /* background-size: 100%; */
  margin: 0 auto;
  border: none;
}

.nav-wrapper .logo_min_wrap a {
  display: inline-block;
  height: 100%;
  width: 170px;
  background-image: url("/img/header/logo-xs.png");
  background-image: linear-gradient(transparent, transparent),
    url("/img/header/logo-small.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 auto;
  border: none;
}

header .support .brandLogo_wrap:hover {
  cursor: pointer;
  background-color: rgba(0, 170, 255, 0.27);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.svg_img_logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}

.svg_logo {
  height: 55px;
}

.logo a {
  border: none;
}

.contacts {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 5px;
  position: relative;
}

.contacts input.header_search {
  width: 70%;
  height: 70%;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

.search_form {
  position: relative;
}

.error_search_form {
  position: relative;
  width: 400px;
  margin-top: 20px;
  transition: 0.3s;
}

.error_search_form input {
  width: 100%;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
}

.search_form .search_submit {
  display: inline-block;
  width: 15px;
  height: 20px;
  position: absolute;
  right: 60px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.error_search_form .search_submit {
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  border: none;
  padding: 0 10px;
  background-color: #26d961;
  color: #fff;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.error_search_form .search_submit:hover {
  background-color: #1eb751;
}

.search_form:after {
  content: "\f002";
  font-family: fontAwesome;
  position: absolute;
  font-size: 16px;
  color: #757575;
  top: 12px;
  right: 60px;
}

.search_item a {
  word-wrap: break-word;
}

.pag_block .pag_item {
  display: inline-block;
  color: #333;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-bottom: none;
  box-shadow: 0 0 2px #ccc;
  transition: 0.2s;
}

.pag_block .pag_item:hover {
  background-color: #eee;
}

.pag_block .pag_act {
  background-color: #20b651;
  color: #fff;
}

.pag_block span.pag_act:hover {
  background-color: #20b651;
}

.contacts p {
  margin: 7px 0 8px 0;
}

.contacts .phone {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}

.contacts .phones_wrapper {
  background-color: #fff;
  width: 200px;
  height: 30px;
}

.contacts .caret {
  color: #00aaff;
}

.contacts .skype {
  margin-left: 24px;
}

.skype:before {
  content: url(../img/header/icon-skype.png);
  position: absolute;
  margin-left: -24px;
}

.contacts .chat {
  margin-left: 34px;
}

.chat:before {
  content: url(../img/icon-chat.png);
  position: absolute;
  margin-left: -24px;
}

.contacts .mail {
  margin-left: 34px;
}

.mail:before {
  content: url(../img/header/icon-mail.png);
  position: absolute;
  margin-left: -24px;
}

.login div {
  display: block;
}

.login .basket_holder {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #777;
  padding: 3px 8px 4px 5px;
  border-radius: 50%;
  box-shadow: 0 0 3px #fff;
  cursor: pointer;
}

.basket_holder .cart_hint {
  display: none;
  position: absolute;
  white-space: nowrap;
  left: -140px;
  top: 2px;
  background-color: #fff;
  font-size: 18px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 7px 4px;
  box-shadow: 0 0 2px #9ccff7;
}

.basket_holder .cart_hint:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0px;
  border: 10px solid transparent;
  border-left: 8px solid #fff;
}

.login .basket_holder .cart_item {
  display: none;
  position: absolute;
  right: -7px;
  top: 15px;
  font-size: 15px;
  background-color: #f89406;
  color: #fff;
  border-radius: 7px;
  padding: 2px 2px;
}

.login .form-control {
  width: 130px;
  height: 25px;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
}

.temporary_bordered {
  border-right: 1px solid #c9ccd2;
}

.login .form-control:first-child {
  margin-right: 12px;
}

.login .btn-default {
  width: 130px;
  margin-left: 10px;
  padding: 3px 12px;
  transition: 0.3s;
}

/* MENU */

nav {
  margin: 30px auto;
}

.main-menu-list .btn-menu {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  min-width: 160px;
  padding: 10px 15px;
  border: none;
}

.btn-menu.active {
  background: #00aaff;
  color: #fff;
  border-bottom: 2px solid #008fd6;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s;
}

.btn-menu.active:hover {
  background-color: #008fd6;
}

.main-menu-list li:hover {
  background-color: rgb(216, 234, 246);
  text-decoration: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}

/*MAIN*/

.start-screen .owl_car_main .owl-nav {
  bottom: 150px;
}

.about_hosting_outer {
  padding: 0;
}

.infiniti_sign {
  font-size: 20px;
  font-weight: bold;
  color: #20b651;
}

.benefits .block {
  display: block;
  position: relative;
  width: 100%;
  background: #f8f8f8;
  margin-bottom: 8px;
  padding: 13px 20px;
  min-height: 112px;
}

.benefits .block_domReg {
  display: block;
  position: relative;
}

.benefits .block img {
  margin-right: 20px;
}

.benefits .block p {
  display: table-cell;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  vertical-align: middle;
}

.benefits .block_domReg p {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.benefits .block_domReg .db_icon_wrapper1,
.benefits .block .benefit-icon,
.benefits .block .vds_ben_icon {
  position: absolute;
  left: 20px;
  top: 15px;
}

.benefit-icon .fa-question-circle-o {
  font-size: 38px;
  padding-left: 0;
}

.benefits .block_domReg .db_icon_wrapper2,
.benefits .block_domReg .db_icon_wrapper2:last-child,
.benefits .block .vds_second_txt,
.benefits .block .virtSecondText {
  padding-left: 60px;
  display: block;
}

.benefits .block_domReg .sbs_link_wrapper {
  width: 100%;
  margin-left: 0;
  margin-top: 15px;
  display: block;
}

.benefits .block_domReg .sbs_link_wrapper .sbs_link {
  margin-left: 0;
}

.mp_carousel_lbl {
  margin: 25px 0;
  text-align: center;
  font-size: 39px;
  padding: 0 50px;
  line-height: 32px;
}

.instead_lbl {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 30px;
}

.instead_h2 {
  margin: 0 0 40px 0;
  font-size: 35px;
  line-height: 35px;
}

.domPage-benefits .block_domReg .fa-question-circle-o,
.domPage-benefits .block_domReg .fa-repeat {
  font-size: 40px;
  color: #1983cd;
  margin-right: 20px;
}

.domPage-benefits .block_domReg .fa-repeat {
  font-size: 35px;
}

.domPage-benefits .sbs_block {
  position: relative;
  width: 100%;
}

.domPage-benefits .block_domReg .sbs_link {
  display: block;
}

.main_promo_sec .constr_lbl {
  padding: 0 30px;
}

.benefits .block p span {
  color: #323232;
  font-size: 13px;
  font-weight: 400;
}

.benefits .block div {
  display: table-cell;
  vertical-align: middle;
}

.benefits .block:last-child {
  display: block;
  margin-bottom: 0px;
}

.benefits .speedUp .graph_img {
  margin: 10px 0;
}

.benefits .block:last-child p span {
  font-size: 16px;
}

.benefit-block h2 {
  margin: 0 0 40px 0;
  font-size: 35px;
}

.benefit-block .benefit-shadow {
  position: relative;
  height: 100%;
}

.benefit-block .benefit-shadow img {
  position: absolute;
  left: 10px;
  top: 10%;
}

.checkOnMain {
  position: absolute;
  left: 10px;
  top: 30%;
  font-size: 50px;
  color: #26d961;
}

.benefit-block .benefit-shadow p {
  padding-left: 60px;
}

.benefits .block div h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px 0;
}

.benefits .block div .old-price,
.benefits .block div .old-price span {
  color: #cbcbcb;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  position: relative;
}

.benefits .block div .old-price span {
  font-size: 32px;
}

.benefits .block div .old-price:before {
  content: url(/img/domains_page/old-price.png);
  position: absolute;
  left: -3px;
  top: -2px;
}

.benefits .block div .now-price {
  padding-left: 5px;
}

.benefits .block div .now-price,
.benefits .block div .now-price span {
  color: #333;
  font-weight: 700;
  font-size: 19px;
  display: inline-block;
}

.benefits .block div .now-price span {
  font-size: 45px;
}

.benefits .block div .now-price span.ru_price {
  color: red;
}

.benefits .block div .now-price span.red_text {
  font-size: 20px;
  color: red;
}

.benefits .big-block {
  margin-bottom: 0;
  border-bottom: 1px dotted #959595;
}

.benefits .last-block {
  min-height: 90px;
}

.benefits .last-block p:last-child {
  padding-left: 20px;
}

.servers .benefits .last-block {
  min-height: 112px;
}

.blue-gray {
  background: #eff3fa;
}

.info-row2 .pc-bg-img,
.info-row1 .pc-bg-img {
  background: #eff3fa url(/img/hosting_page/server-img.png) no-repeat;
  background-position: -10px center;
  min-height: 260px;
  -webkit-background-size: contain;
  background-size: contain;
}

.owl-carousel .owl-item .promo_img_item .select_promo_img {
  width: 40px;
  height: 35px;
}

.owl-carousel .owl-item .promo_img_item .use_promo_img {
  width: 40px;
  height: 32px;
}

.owl-carousel .owl-item .promo_img_item .publish_promo_img {
  width: 40px;
  height: 40px;
}

.info-row3 .cnt_promoList .promo_img_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.info-row3 .cnt_promoList .promo_img_item:nth-child(3) {
  margin-top: 10px;
}

.info-row3 .cnt_promoList li span {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.info-row3 p {
  padding: 0 15px;
}

.info-row3 .sb_promo_char {
  margin-bottom: 15px;
  font-size: 14px;
}

.info-row3 .sb_promo_char:last-child {
  margin-bottom: 0;
}

.info-row3 .contsr_but_wrapper {
  margin: 0 15px 15px;
}

.info-row3 .contsr_but_wrapper a.btn {
  min-width: 200px;
  padding: 8px;
  margin-top: 10px;
}

.main_promo_sec .start-screen h2 {
  margin-bottom: 20px;
}

.start-screen h2 {
  font-size: 39px;
  margin-bottom: 30px;
}

.start-screen .infinite {
  font-size: 18px;
}

.start-screen ul {
  padding: 10px;
  padding-left: 0;
  font-size: 15px;
  list-style-type: none;
}

.cnt_promoList {
  margin-bottom: 10px;
}

.start-screen ul li {
  margin-bottom: 10px;
}

.start-screen-left p:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.start-screen-left p:nth-child(4) {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

.start-screen-right {
  margin-bottom: 20px;
}

.start-screen-right p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

a.btn:focus {
  outline: none;
}

.start-screen-right p:nth-child(2) {
  font-size: 15px;
  margin-bottom: 0;
}

.start-screen-right p:nth-child(2) span {
  font-size: 55px;
}

.start-screen-right p:nth-child(4) {
  font-size: 14px;
}

.start-screen-right .btn-orange {
  font-size: 18px;
}

.start-screen-right p:nth-child(6) {
  font-size: 14px;
  margin-top: 10px;
}

.start-screen-right a {
  font-size: 15px;
}

.start-screen-right a.btn:hover,
.start-screen-right a.btn:focus {
  color: #fff;
  outline: none;
}

.main_promo_sec .owl_car_main .free_month {
  display: inline-block;
  position: relative;
  min-width: 200px;
  margin-bottom: 15px;
  line-height: 30px;
  padding-left: 25px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
}

.main_promo_sec .owl_car_main .free_month:before {
  content: "\f00c";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  color: #26d961;
  font-size: 18px;
}

.SSL_sert_qnt1 .fa-check {
  font-size: 26px;
}

.domen-screen {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dom_reg_sec .domen-screen {
  padding: 0 15px;
  background-clip: content-box;
}

.dom_reg_sec .domen-screen .check_form {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}

.domen-screen .row {
  margin-bottom: 20px;
}

.domen-screen .row:last-child {
  margin-bottom: 0;
}

.domen-screen .btn-orange {
  font-size: 17px;
  white-space: pre-wrap;
}

.domen-screen #domen {
  padding: 6px 12px;
  font-size: 17px;
  height: 40px;
  width: 100%;
}

.domen-screen #domen::-webkit-input-placeholder,
.domen-screen #domen::-moz-placeholder,
.domen-screen #domen:-moz-placeholder,
.domen-screen #domen:-ms-input-placeholder {
  color: eee;
}

.domen-screen .dom-example {
  padding: 5px 0 0 2px;
}

.domen-ul ul {
  list-style-type: none;
  border: 1px solid #dbdbdb;
  padding: 10px 0 10px 45px;
}

.domen-ul ul li {
  color: #0f1c24;
  font-size: 15px;
  margin-bottom: 10px;
}

.domen-ul ul li:last-child {
  margin-bottom: 0px;
}

.domen-screen .nav-tabs > li {
  float: none;
}

.domen-screen .chck {
  background: #fff;
  margin-left: -15px;
  margin-bottom: 5px;
  height: 100%;
  display: flex;
}

#check-all-label {
  position: absolute;
  top: -25px;
  right: 15px;
}

#domen-see-all {
  margin-left: -15px;
}

.domen-screen .tab-pane {
  padding: 15px 10px;
}

.domen-screen .nav-tabs {
  border-bottom: 0;
}

.domen-screen .nav-tabs > li > a {
  margin-right: -15px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #0f1c24;
  font-size: 16px;
  font-weight: 700;
}

.domen-screen .nav-tabs > li.active > a,
.domen-screen .nav-tabs > li.active > a:focus,
.domen-screen .nav-tabs > li.active > a:hover {
  color: #0f1c24;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid transparent;
}

.domen-screen .nav > li > a:focus,
.domen-screen .nav > li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #00aaff;
}

.domen-screen a {
  border: none;
}

.starHint {
  position: absolute;
  display: none;
  width: 150px;
  background-color: #f89406;
  bottom: 25px;
  font-weight: bold;
  color: #fff;
  padding: 3px 3px 5px;
  right: -70px;
  border-radius: 3px;
  z-index: 50;
  outline: rgb(255, 255, 255) dashed 1px;
  outline-offset: -3px;
}

.free-domen-block h2 {
  color: #12232d;
  font-size: 28px;
  font-weight: 700;
  margin: 5px 0 15px 0;
}

.idn_item {
  position: relative;
  font-size: 12px;
  left: 5px;
  bottom: 5px;
  padding: 2px 3px;
  background-color: #26d961;
  color: #eff3fa;
  border-radius: 2px;
  transition: 0.2s;
}

.idn_hint {
  display: none;
  position: absolute;
  bottom: 25px;
  left: -150px;
  color: #333;
  text-align: center;
  font-size: 14px;
  width: 280px;
  background-color: #fff;
  padding: 5px 10px;
  outline: rgb(255, 255, 255) dashed 1px;
  outline-offset: -4px;
  box-shadow: 0 0 2px #aaa;
  border-radius: 5px;
  z-index: 90;
}

.free-domen {
  padding: 15px;
}

.free-domen .earth-bg {
  background: #eff3fa url(/img/domains_page/pic04.png) center center no-repeat;
}

.free-domen-left p:nth-child(1) {
  color: #0f1c24;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}

.free-domen-left p:nth-child(2) span {
  color: #0f1c24;
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
  width: 80px;
}

.free-domen-left p:nth-child(2) span:before {
  font-family: "fontAwesome";
  content: "\f058";
  color: #26d961;
  font-size: 15px;
  font-weight: 700;
  margin-right: 5px;
  position: absolute;
  left: 2px;
  top: 0;
}

.free-domen-left p:nth-child(3) {
  color: #0f1c24;
  font-size: 20px;
  font-weight: 700;
}

.free-domen-left span {
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}

.free-domen-right p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
}

.free-domen-right p:nth-child(1) span {
  font-size: 45px;
}

.free-domen-right .tarrif-btn {
  white-space: pre-wrap;
}

.servers-screen h2 {
  font-size: 39px;
}

.servers-screen-right ul {
  list-style-type: none;
  font-size: 15px;
  color: #12232d;
  margin-bottom: 20px;
}

.servers-screen-right ul li {
  margin-bottom: 14px;
}

.servers-screen-right ul li:last-child {
  margin-bottom: 0;
}

.servers-screen-right p:nth-child(1) {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.servers-screen-right p:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}

.servers-screen-right p:nth-child(2) span {
  font-size: 55px;
  font-weight: 700;
}

.servers-screen-right p:nth-child(3) {
  margin-bottom: 3px;
}

.servers-screen-right .btn-orange {
  font-size: 18px;
  padding: 10px 25px;
}

.servers-screen-right p:nth-child(4) {
  font-size: 14px;
  margin-bottom: 20px;
}

.servers-screen-bottom img {
  margin-top: 20px;
}

.servers-screen-bottom div img,
.servers-screen-bottom div p {
  float: left;
}

.servers-screen-bottom div img {
  margin-top: 5px;
  margin-right: 10px;
}

.servers-screen-bottom div p {
  font-size: 20px;
  line-height: 1;
}

.servers-screen-bottom div p span:first-child {
  font-size: 25px;
  font-weight: 700;
}

.servers-screen-bottom div p span:last-child {
  font-size: 15px;
}

.system-block .cms div {
  float: left;
  margin-right: 60px;
  max-width: 280px;
}

.system-block .cms div:last-child {
  margin-right: 0px;
}

.system-block .cms div p {
  font-size: 17px;
}

.system-block .cms:after {
  content: "";
  clear: both;
  display: table;
}

.benefit-shadow {
  padding: 15px;
}

.plus-img-container {
  background: url(/img/hosting_page/plus.png) 50% 50% no-repeat;
}

.checked img {
  float: left;
  margin: 30px 20px 30px 0;
}

.checked p {
  margin-bottom: 5px;
}

.checked p:nth-child(2) {
  font-size: 24px;
  font-weight: 700;
  color: #12232d;
}

.checked p:nth-child(3) {
  font-size: 17px;
  color: #333333;
}

.checked p:nth-child(4) {
  font-size: 14px;
  color: #666666;
}

.services-block .checked img {
  margin: 10px 20px 30px 0;
}

.services-block .checked p span {
  font-size: 30px;
  font-weight: 700;
}

.pdf-block p {
  color: #12232d;
  font-size: 16px;
}

.pdf-block .pdf_reference {
  font-size: 22px;
  font-weight: bold;
}

.pdf-block a {
  font-size: 17px;
  margin-bottom: 10px;
}

.pdf-block .pdf_label {
  position: relative;
  outline: none;
}

.pdf-block .pdf_label:after {
  position: absolute;
  content: "?";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 0 0 1px #0badff;
  color: #fff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #0badff;
}

.pdf-block .pdf_label.ui-state-active:after {
  content: "";
  display: none;
}

.pdf-block .pdf_list {
  padding-left: 15px;
}

.pdf-block .pdf_list li {
  margin-bottom: 10px;
}

.com_prop_block {
  padding: 25px;
  box-shadow: 0 0 0 1px #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.com_prop_block p {
  text-align: center;
}

.com_prop_block .com_prop_img {
  width: 64px;
  height: 64px;
  background-image: url("/img/hosting_page/adobe-pdf-logo_64.png");
  margin-left: 30px;
}

.com_prop_block a {
  border-bottom: none;
}

/* tarif-prices-block */
.trf-prices-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.trf-prices-wrapper__str {
  width: 50%;
  margin-bottom: 10px;
}
.trf-prices-wrapper__key {
  text-align: left;
  font-size: 18px;
}
.trf-prices-wrapper__value {
  text-align: right;
}
.trf-prices-wrapper__value_bold {
  font-size: 20px;
}

/* sc-block */

.sc-block h3 {
  color: #12232d;
  font-size: 26px;
  font-weight: 700;
  margin: 35px 0 25px 0;
}

.instead_h3_security {
  color: #12232d;
  font-size: 26px;
  font-weight: 700;
  margin: 35px 0 25px 0;
  line-height: 30px;
}

.instead_h2_freesite {
  font-size: 35px;
  margin: 0 0 30px 0;
  line-height: 35px;
}

.instead_h3_comfort {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 30px;
}

.instead_h4_comfort {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 10px 0;
}

.sc-block .clients {
  padding-bottom: 20px;
}

.sc-block .clients .client div {
  margin: 15px 0;
  box-sizing: border-box;
}

.sc-block .clients span {
  float: left;
  margin-left: 5px;
}

.sc-block .clients p {
  float: right;
  margin: 0 10px 0 0;
}

.sc-block .security ul {
  color: #333333;
  font-size: 17px;
  list-style-type: none;
  padding-left: 10px;
  padding-bottom: 20px;
}

.sc-block .security ul li:nth-child(1) {
  background: url(/img/hosting_page/security-1.png) no-repeat;
  background-position: left center;
  -webkit-background-size: auto;
  background-size: auto;
}

.sc-block .security ul li:nth-child(2) {
  background-position: 0px -100px;
  background: url(/img/hosting_page/security-2.png) no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
}

.sc-block .security ul li:nth-child(3) {
  background-position: 0px -190px;
  background: url(/img/hosting_page/security-3.png) no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
}

.sc-block .security ul li:nth-child(4) {
  background-position: 0px -285px;
  background: url(/img/hosting_page/fBox-ssl.png) no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
  padding: 10px 0 20px 110px;
  background-position-x: 15px;
}

.sc-block .security ul li {
  min-height: 70px;
  margin-bottom: 10px;
  padding: 10px 0 10px 110px;
}

/* move-block */

.move-block .move-block-wrapper {
  background: #eff3fa url(/img/hosting_page/pic03.png) no-repeat 90% center;
  margin-left: 0;
  margin-right: 0;
}

.cms_wrapper_outer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

a.cms_link_item {
  width: 30%;
  margin: 10px 0;
  box-sizing: border-box;
  padding: 7px 0 0;
  box-shadow: 0 0 0 3px #eee inset;
  border-bottom: none;
  transition: 0.5s;
}

.cms_name_item {
  display: block;
  border-top: 3px solid #eee;
  margin-bottom: 0;
  font-size: 14px;
  padding: 3px 2px 8px;
  color: #444;
  transition: 0.6s;
}

.cms_link_item:hover .cms_name_item {
  border-top: 3px solid #fdcb8b;
}

.cms_link_item .cms_images_item {
  margin: 0 auto;
  padding-bottom: 7px;
}

.move-block h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.move-block ul,
.freesite-block ul,
.con-block ul {
  font-size: 15px;
  color: #333333;
  list-style-type: none;
  padding: 0;
}

.move-block ul li,
.freesite-block ul li {
  padding-left: 30px;
  margin-bottom: 10px;
}

.move-block ul li:last-child,
.freesite-block ul li:last-child {
  margin: 0;
}

.move-block ul li span {
  font-weight: 700;
}

.domen-ul ul li:before,
.servers-screen-right ul li:before,
.con-block ul li:before {
  content: url(/img/hosting_page/checked2.png);
  position: absolute;
  margin-left: -30px;
}

.move-block ul li,
.freesite-block ul li {
  position: relative;
}

.move-block ul li:before,
.freesite-block ul li:before {
  font-family: "fontAwesome";
  content: "\f00c";
  font-size: 20px;
  color: #26d961;
  position: absolute;
  margin-left: -30px;
  top: -3px;
}

.move-block-right,
.move-block-left {
  padding: 30px;
}

.move-block-right p:nth-child(2) {
  font-size: 22px;
  font-weight: 700;
  color: #26d961;
  line-height: 25px;
}

.move-block-right p:nth-child(3) {
  font-size: 17px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 0;
  line-height: 30px;
}

.move-block-right p:nth-child(3) a {
  margin-left: 30px;
}

/*bonus_sec -s*/

.bonus_sec .bonus_sec_main_heading {
  font-size: 26px;
}

.bonus_sec .bonus_sec_item {
  position: relative;
  box-shadow: 0 0 5px #ccc;
  margin-top: 30px;
  min-height: min-content;
  padding-bottom: 10px;
}

.bonus_sec .bonus_sec_item .bonus_sec_item_badge {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #eff3fa;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.bonus_sec .bonus_sec_item .bonus_sec_item_badge span {
  text-align: center;
  margin-left: 15px;
}

.bonus_sec .bonus_sec_item .bonus_sec_item_badge span i {
  font-size: 35px;
  color: #0063a4;
}

.bonus_sec .bonus_sec_item .bonus_sec_item_badge span.bonus_gem {
  font-size: 25px;
  color: #0063a4;
  font-weight: 700;
  transform: rotate(-5deg);
}

.bonus_sec .bonus_sec_item .bonus_sec_item_badge span.bonus_sec_item_heading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
  width: 100%;
  height: auto;
  text-align: left;
  color: #333;
}

.bonus_sec .bonus_sec_item .bonus_sec_item_desc {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}

/*bonus_sec -f*/

/* freesite-block */

.freesite-block .free-site-wrapper {
  background-color: #eff3fa;
  box-shadow: 0 1px 5px rgba(152, 174, 187, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.freesite-block h2 {
  font-size: 35px;
  margin: 0 0 30px 0;
}

.freesite-block-1 p {
  font-size: 22px;
  font-weight: 700;
}

.freesite-block-1 {
  background: url(/img/hosting_page/pic02.jpg) no-repeat;
  -webkit-background-size: 60%;
  background-size: 60%;
  background-position: 125% 50px;
  padding: 20px;
}

.freesite-block-2 p {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 50px;
  text-align: center;
}

.freesite-block ul {
  margin-top: 20px;
  margin-bottom: 40px;
}

.freesite-block-3 p {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.freesite-block-4 .btn-orange {
  padding: 10px 20px;
  font-size: 18px;
}

.freesite-block-5 p {
  font-size: 22px;
  font-weight: 700;
  color: #26d961;
  line-height: 22px;
  text-align: right;
}

/* Price-block */

.constr_trf_block {
  margin-bottom: 10px;
}

.bitrix_trf_block .bitrix_head_wrapper,
.cms_head_wrapper {
  margin: 0 5px 5px;
}

.price-block .price-item-heading,
.constr_trf_block .constr_heading,
.bitrix_heading,
.cms_main_heading,
.arch_trf_heading {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #12232d;
}

.price-block .price-group,
.constr_trf_block .price-group,
.bitrix_trf_block .price-group,
.cms_inner_block .price-group,
.arch_trf_block .price-group {
  background-color: rgba(246, 248, 250, 0.6);
  color: #12232d;
  font-size: 16px;
  padding-top: 0;
  border: 1px solid #e0e0e0;
  transition: 0.3s;
}

.constr_trf_block .price-group,
.arch_trf_block .price-group {
  padding-bottom: 10px;
}

.constr_trf_block .price-group:hover,
.bitrix_trf_block .price-group:hover,
.cms_inner_block .price-group:hover {
  box-shadow: 0 0 15px #ccc;
}

.price-block .price-group .price,
.constr_trf_block .price,
.cms_inner_block .price {
  font-size: 19px;
  font-weight: 700;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #eff3fa;
}

.cms_inner_block .cms_border_line,
.cms_inner_item .cms_border_line,
.xen_dl_horiz .xen_border_line,
.arch_border_line {
  width: 100%;
  height: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

#phone_table thead th {
  border-top: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
}

.archTableSec {
  background-color: #eef4f9;
  padding: 20px;
  width: 100%;
  margin: 0 15px;
  box-shadow: 0 0 1px #aaa;
}

.price-block .price-group .price span,
.constr_trf_block .price span {
  font-size: 32px;
  font-weight: 700;
}

.mono_trf_outer .monoPrice {
  font-weight: bold;
  font-size: 19px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dashed #ccc;
  background-color: #eff3fa;
}

.monoPrice_single {
  font-size: 32px;
}

.mono_trf_outer {
  padding: 0 0 10px;
  background-color: rgba(246, 248, 250, 0.6);
  border: 1px solid #e0e0e0;
  transition: 0.3s;
  margin-left: 0;
  margin-right: 0;
}

.mono_trf_outer:hover {
  box-shadow: 0 0 15px #ccc;
}

.price-block .price-group .dl-horizontal,
.constr_trf_block .dl-horizontal,
.cms_dl_horiz,
.arch_trf_block .dl-horizontal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px;
  border-bottom: 1px dashed #ccc;
}

.constr_trf_block .dl-horizontal {
  margin-bottom: 10px;
}

.price-block .price-group .dl-horizontal div,
.constr_trf_block .constr_opt,
.bitrix_opt,
.cms_opt,
.xen_opt,
.arch_trf_block .archTrf_opt {
  width: 45%;
  margin-bottom: 10px;
}

.constr_trf_block .constr_opt i {
  color: #26d961;
  font-size: 20px;
}

.constr_trf_block .const_addInfo {
  padding: 0 10px;
}

.price-block .price-group .dl-horizontal div.xen_opt {
  text-align: left;
}

.price-block .price-group .dl-horizontal div.xen_data,
.constr_trf_block .gb_qnt,
.constr_trf_block .ssl_qnt,
.constr_trf_block .constr_dom_qnt,
.constr_trf_block .constr_lis_qnt {
  text-align: right;
  font-weight: 700;
}

.price-block .price-group .dl-horizontal dt {
  text-align: left;
  overflow: visible;
  font-weight: 400;
  font-size: 15px;
  white-space: normal;
  margin-bottom: 10px;
  width: 140px;
}

.price-block .price-group .dl-horizontal dd {
  font-weight: 700;
  font-size: 19px;
  text-align: right;
  margin-left: 110px;
}

.price-block .price-group .dl-horizontal dd:nth-child(2) {
  font-size: 26px;
}

.price-block .price-group .dl-horizontal dd:nth-child(4) {
  font-size: 22px;
}

.price-block .price-group .infinite {
  font-size: 19px;
}

.price-block .price-group .btn-default {
  padding: 6px 25px;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: 0.3s;
}

.price-block .carousel {
  margin-bottom: 30px;
}

.price-block .carousel-inner .item {
  padding: 0 40px;
}

.price-block .carousel-control {
  background: none;
  opacity: 1;
  text-shadow: none;
  border: none;
}

.price-block .carousel-control.left span,
.price-block .carousel-control.right span {
  width: 30px;
  height: 30px;
  background: #26d961;
  font-size: 20px;
  line-height: 30px;
}

.price-block .carousel-control.left {
  left: -65px;
}

.price-block .carousel-control.right {
  right: -65px;
}

.price-block .carousel-inner .item .row .col-xs-4:hover > h4 {
  color: #26d961;
}

.price-block
  .carousel-inner
  .item
  .row
  .col-xs-4:hover
  > .price-group
  .btn-default {
  background: #f89406;
  border-bottom: 2px solid #d07c05;
  transition: 0.3s;
}

.price-block .carousel-inner .item .row .col-xs-4:hover > .price-group {
  background: #fff;
}

.price-block a {
  font-size: 15px;
}

/* cms-block */

.monotrf_block {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px #fff;
  max-width: 300px;
  min-width: 280px;
  z-index: 10;
}

.balloon_wrapper {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 7px;
  box-shadow: 0 0 5px #fff inset;
  align-items: center;
  background-color: #f89406;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  z-index: 1000;
}

.balloon_wrapper:after {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top: 10px solid rgba(248, 148, 6, 0.62);
  position: absolute;
  left: 43%;
  bottom: -20px;
}

.crossPrice {
  position: relative;
}

.crossPrice:before {
  border-bottom: 2px solid red;
  position: absolute;
  top: 2px;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(-3deg);
}

.cms-block h2 {
  font-size: 35px;
  color: #12232d;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.instead_h2_auto {
  font-size: 35px;
  color: #12232d;
  line-height: 35px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.cms-block .cms img {
  margin-left: 20px;
}

.cms-block .cms img:first-child {
  margin-left: 0;
}

.cms-block .bordered {
  border: 1px solid #ebebeb;
  padding: 20px;
}

.system-block h2 {
  font-size: 30px;
  font-weight: 700;
}

.green {
  color: #26d961;
}

.con-block {
  padding: 20px;
}

.con-block h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 0;
}

.con-block h4 {
  font-size: 20px;
  font-weight: 700;
}

.con-block p {
  font-size: 15px;
}

.con-block ul {
  margin-left: 40px;
}

.con-block ul li {
  margin-bottom: 10px;
}

/* form-block */

.form-block .row {
  margin-bottom: 40px;
}

.form-block .bg {
  color: #fff;
  font-size: 20px;
  padding: 40px 20px;
  background: #16404e url(../img/bg1.jpg) no-repeat;
  background-size: cover;
}

.form-block .bg .col-xs-4:after {
  content: "=";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #00aaff;
  display: block;
  position: absolute;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  top: 10px;
  right: -20px;
}

.form-block .bg .col-xs-4:last-child:after {
  content: " ";
  display: none;
}

.form-block .bg2 {
  color: #fff;
  font-size: 20px;
  padding: 40px 20px 20px 20px;
  background: #16404e url(../img/bg2.jpg) no-repeat;
  background-size: cover;
}

.form-block .bg2 .s1 {
  font-size: 26px;
  font-weight: 700;
}

.form-block .bg2 .s1 span {
  color: #00aaff;
  text-transform: uppercase;
}

.form-block .bg2 .s2 .btn-default {
  font-size: 18px;
  margin-top: 5px;
}

.form-block .bg2 .s3 img {
  margin-top: 10px;
}

.form-block .bg2 .s4 {
  margin-top: -20px;
}

.form-block .bg2 .s4 p {
  margin-bottom: 5px;
}

.form-block .bg2 .s4 a {
  color: #fff;
  border-color: #fff;
}

.form-block .bg2 .s4 p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
}

.form-block .bg2 .s4 p:nth-child(3) {
  font-size: 30px;
  font-weight: 700;
}

.form-block-left,
.form-block-right {
  background: #f6f8fa;
  padding: 10px;
}

.form-block-left h3,
.form-block-right h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.form-block-left {
  border: 1px solid #3cbeff;
  margin-left: -15px;
}

.form-block-right {
  border: 1px solid transparent;
  margin-right: -15px;
}

.form-block .add p {
  color: #12232d;
  font-size: 20px;
}

.form-block .add label {
  color: #12232d;
  font-size: 17px;
  font-weight: 400;
}

.form-block .summ {
  background: #eff3fa;
  width: 235px;
  color: #12232d;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
}

.form-block .summ p {
  margin-bottom: 0;
}

.form-block .summ #summ {
  font-size: 55px;
}

.form-block .flag {
  background: url(../img/flag.png) no-repeat;
  padding: 10px 0;
  background-position: 2px 0;
  color: #fff;
  font-size: 17px;
  min-height: 70px;
  text-align: center;
}

.form-block-left .btn {
  font-size: 18px;
}

.form-block-left .btn span {
  text-decoration: underline;
}

.form-block-right {
  font-size: 17px;
}

.form-block-right .btn-default {
  font-size: 18px;
  margin-top: -10px;
  transition: 0.3s;
}

/* FOOTER */

footer {
  border-top: 2px dotted #ececec;
  margin-top: 30px;
  padding-top: 20px;
}

footer .logo a img {
  width: 220px;
}

footer .footer-icons p {
  font-size: 13px;
}

footer .footer-icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}

footer .text-center p img {
  margin-top: 5px;
}

footer .menu-element {
  margin-bottom: 20px;
}

footer .menu-element h4 small {
  word-wrap: break-word;
}

footer .menu-element h4 {
  margin-bottom: 0;
}

.footer-menu p,
footer .pay-info p {
  color: #12232d;
  font-size: 17px;
  font-weight: 700;
}

footer a {
  border-bottom: none;
}

footer .main_footer_ttl {
  margin-bottom: 7px;
}

footer .sub_footer_ttl {
  margin-bottom: 5px;
}

footer .btmenu-title span {
  font-size: 17px;
}

footer .submenu_item {
  font-size: 16px;
}

footer .submenu_item small {
  color: #777;
}

.main-phone-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  border-radius: 5px;
}

.main-phone-wrapper_text {
  width: 100%;
  padding-left: 15px;
  color: #898989;
  padding-top: 2px;
}

.main-phone-wrapper_phone {
  width: 100%;
  padding-left: 15px;
  position: relative;
  top: -3px;
  font-size: 16px;
}

.footer-menu p,
.footer-menu ul {
  margin-left: 20px;
}

.footer-menu ul {
  list-style-type: none;
  position: relative;
  padding: 0;
}

.footer-menu ul li {
  margin-bottom: 5px;
  padding: 0 5px;
  transition: 0.3s;
}

.footer-menu ul li a {
  color: #999999;
  border: none;
  font-size: 13px;
}

.footer-menu ul li:hover {
  background-color: #eee;
}

.footer-menu .btn-default {
  width: 100%;
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer-contacts {
  text-align: center;
  margin: 50px 0 0 24px;
}

.footer-contacts a {
  margin-bottom: 10px;
  margin-right: 40px;
  display: inline-block;
}

footer .bordered {
  border-bottom: 2px dotted #ececec;
  padding-bottom: 30px;
}

footer .copyright_block {
  margin: 30px 0;
}

footer .copyright_info {
  font-size: 13px;
  color: #ccc;
  text-align: center;
}

.social-media-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #ccc;
  min-height: 50px;
  border-radius: 5px;
}

.social-media-block__text {
  margin-left: 15px;
  font-size: 16px;
}

.social-media-block__icon {
  font-size: 20px;
  border-radius: 2px;
  margin-left: 15px;
}

.social-media-block__vk {
  background-color: #2a5885;
  padding: 2px 5px;
}

.social-media-block__fb {
  background-color: #1e4d9d;
  padding: 2px 9px;
}

.social-media-block__yt {
  background-color: #cc0000;
  padding: 2px 9px;
}

.social-media-block__inst {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 7px;
}

.social-media-block__icon i {
  color: #ffffff;
}

/* social media */
.panel_social_media_auth_btn {
  margin-right: 10px;
  outline: 1px solid #dadce0;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.panel_social_media_auth_link {
  border-bottom: none;
  padding: 4px 7px 5px;
  display: inline-block;
}

.panel_social_media_auth_link:hover,
.panel_social_media_auth_link:focus {
  border-bottom: none;
}

.panel_social_media_auth_link__google {
  padding: 5px 8px 6px;
}

.panel_social_media_auth_link.panel_social_media_auth_link__vk {
  font-size: 16px;
  color: rgb(0, 119, 255);
}

.panel_social_media_auth_btn:last-of-type {
  margin-right: 0;
}

/*error page*/

.error_holder {
  padding: 1px 15px 18px;
  box-shadow: 0 0 10px #ccc;
}

/*Scroll_up*/

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 30px;
  left: 20px;
  display: none;
  text-indent: -9999px;
  background: url("/img/icon_scroll_top.png") no-repeat;
  border-bottom: none;
}

.elav_icon_holder {
  display: none;
  position: fixed;
  background-image: url(../img/hosting_page/elevator-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: 40px;
  width: 40px;
  background-color: #fff;
  outline: 2px solid #999;
  height: 50px;
  bottom: 25px;
  right: 20px;
  z-index: 3;
}

output {
  padding-top: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #12232d;
}

.output {
  font-size: 22px;
  font-weight: 700;
  color: #12232d;
}

.input {
  font-size: 18px;
  color: #12232d;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin-top: 5px;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #cfd3d7;
  border-radius: 5px;
  border: 1px solid #eef0f2;
}

input[type="range"]::-webkit-slider-thumb {
  height: 26px;
  width: 15px;
  background: url("../img/slider-thumb.png");
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -8px;
  position: relative;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #9fa7af;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #cfd3d7;
  border-radius: 5px;
  border: 1px solid #eef0f2;
}

input[type="range"]::-moz-range-thumb {
  height: 26px;
  width: 15px;
  background: url("../img/slider-thumb.png");
  cursor: pointer;
  margin-top: -18px;
  position: relative;
  border: 0;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-top: 1px solid #afc6d3;
}

input[type="range"]::-ms-fill-lower {
  background: #9fa7af;
  border-radius: 0px;
}

input[type="range"]::-ms-fill-upper {
  background: #9fa7af;
  border-radius: 0px;
}

input[type="range"]::-ms-thumb {
  height: 26px;
  width: 15px;
  background: url("../img/slider-thumb.png");
  cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #ffffff;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #ffffff;
}

.s-block {
  min-height: 142px !important;
}

.s-block p:nth-child(2) {
  font-size: 22px;
  line-height: 1.4;
  padding: 10px 0;
}

.s-block p:nth-child(2) span {
  top: 10px;
  position: relative;
  font-size: 16px;
}

.form-inline input.form-control {
  background-color: #f6f8fa;
  border-radius: 0px !important;
}

/* Modals */

.modal-content {
  border-radius: 0px;
  box-shadow: none;
}

.modal-body .small_text {
  font-size: 12px;
}

button.close {
  margin-top: -12px !important;
  margin-right: -10px;
  opacity: 1;
}

button.close span {
  width: 30px;
  height: 30px;
  display: block;
}

.chart_popup .close_popup_block,
.vds_modal button.close,
.modalConstructor button.close,
.xen_modal button.close,
.cms_modal button.close,
.virt_modal button.close,
.modal_transfer_site button.close,
.tech_info_modal button.close,
.tech_priceModal button.close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f89406;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s;
  z-index: 10;
}

.dom_whois {
  font-size: 20px;
}

.modalConstructor .modal-header,
.vds_modal .modal-header,
.mainTarrifs_modal .modal-header {
  padding: 0;
}

.chart_popup .close_popup_block:hover,
.vds_modal button.close:hover,
.modalConstructor button.close:hover,
.xen_modal button.close:hover,
.cms_modal button.close:hover,
.virt_modal button.close:hover,
.modal_transfer_site button.close:hover,
.tech_info_modal button.close:hover,
.tech_priceModal button.close:hover {
  box-shadow: 0 0 5px #fff;
}

.cms_description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart_popup .close_popup_block i,
.vds_modal button.close i,
.modalConstructor button.close i,
.xen_modal button.close i,
.cms_modal button.close i,
.virt_modal button.close i,
.modal_transfer_site button.close i,
.tech_info_modal button.close i,
.tech_priceModal button.close i {
  color: #fff;
  margin-bottom: 7px;
  font-size: 16px;
}

#modalWithDomNames .modal-header {
  border-bottom: none;
}

.vds_modal .modal-header,
.modalConstructor .modal-header {
  border-bottom: none;
}

.table_add_info {
  list-style-type: none;
  padding-left: 0;
}

.specifications {
  margin-bottom: 20px;
}

.more_space {
  padding-right: 35px;
}

.th_names {
  padding-right: 20px;
}

.specifications .col_2 {
  width: 70px;
}

#accordion {
  margin-bottom: 0px;
}

#accordion input {
  display: none;
}

#accordion label {
  background: #eee;
  border-radius: 0.15em;
  cursor: pointer;
  display: block;
  margin-bottom: 0.8em;
  padding: 0px;
  z-index: 20;
  font-size: 20px;
  border: 1px solid #e0e0e0;
}

#accordion label:hover {
  background: #ffffff;
}

#accordion input:checked + label {
  background: #ccc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  margin-bottom: 0;
  display: none;
}

#accordion article {
  background: #f7f7f7;
  height: 0px;
  overflow: hidden;
  z-index: 10;
}

#accordion article p {
  padding: 1em;
}

#accordion input:checked ~ article {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  height: auto;
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 3px;
  border: 1.5px solid #e0e0e0;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(224, 224, 224, 1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(224, 224, 224, 1);
  box-shadow: 0px 0px 6px 0px rgba(224, 224, 224, 1);
  background-color: white;
  padding: 15px;
}

#accordion .ui-icon-triangle-1-e,
#accordion .ui-icon-triangle-1-s {
  margin-left: -15px;
}

.row_TarifsSelection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -11px;
}

#accordion_bottom {
  padding: 0px 10px;
  color: #717171;
  margin: 20px auto;
  text-align: justify;
}

.accordion_Label {
  height: 46px;
  line-height: 22px;
  font-size: 20px;
  font-weight: 700;
}

/*radio-buttons 4 trf select*/

.radio_lbl {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  top: 12px;
  right: 10px;
  height: 20px;
  border-radius: 20%;
  color: #333;
  width: 20px;
  background-color: #fff;
  box-shadow: 0 0 2px #fff;
}

.radio_lbl .fa-check {
  font-size: 22px;
  color: #4caf50;
}

.accordion_tarifName {
  margin: 9px 0px 0px 16px;
  float: left;
}

.accordion_arrowDown {
  float: right;
  display: block;
  margin-right: 9px;
}

.accodionPriceBlock {
  text-align: center;
}

.accordionTarif_price {
  font-size: 30px;
  font-weight: 800;
}

.cmsTarif_price {
  font-size: 36px;
  font-weight: 800;
}

.accordionTarif_afterPrice {
  font-size: 18px;
  font-weight: 800;
}

.accordionList {
  font-size: 1.1em;
  position: relative;
}

.accordionMetric {
  position: absolute;
  right: 0;
  font-weight: 800;
  margin-top: 5px;
  line-height: 1;
}

.accordionList .infin_sign {
  font-size: 30px;
  font-weight: normal;
  color: #26d961;
  position: relative;
  bottom: 7px;
}

dd.site_qnt1,
dd.site_qnt2,
dd.site_qnt3,
dd.ksmAccSiteQnt {
  margin-top: 0;
}

dd.spaceCD1,
dd.spaceCD2,
dd.spaceCD3,
dd.ksmAccSpaceCD {
  margin-top: 10px;
}

.accordionParameter {
  font-weight: 100;
  margin-top: 10px;
  line-height: 1;
  text-align: left;
  color: #000;
}

.cmsAccordionParameter {
  font-weight: 100;
  /*line-height: 1;*/
  text-align: left;
  margin-top: 5px;
}

.accordion_Hr {
  margin: 13px 0px;
  border-top: 1px solid #000;
}

.accordionFooter {
  color: #52dd7c;
  font-weight: 800;
  font-size: 19px;
  text-align: center;
}

.accordionFooterSub {
  text-align: center;
  font-size: 1.1em;
}

.registerHosting {
  width: 100%;
  margin-top: 12px;
}

.registerHosting:focus {
  background-color: #20b651 !important;
}

.registerServer:focus {
  background-color: #20b651 !important;
}

.getTransfer:focus {
  background-color: #20b651 !important;
}

/* Модальное окно "Подберите свою уникальную конфигурацию!" */

.getVDSTry:focus {
  background-color: #20b651 !important;
}

.leftAlign {
  text-align: left;
}

.rightAlign {
  text-align: right;
}

.centerAlign {
  text-align: center;
}

.fs20px {
  font-size: 20px;
}

.strong {
  font-weight: bold;
}

.VDSconfValues {
  margin-top: 20px;
  margin-left: 15px !important;
  margin-right: 25px !important;
  margin-bottom: 20px !important;
  font-size: 16px;
}

#modalTryVDSconf #email,
#modalTryVDSconf #name {
  background-color: white;
}

.form-group {
  margin-bottom: 15px !important;
}

.VDSconfValues .grey-b {
  background-color: #f6f8fa;
}

.VDSconfValues label {
  font-size: 16px !important;
  font-weight: 100;
}

.VDSconfValues .list {
  padding: 0px 25px 0px 10px;
}

.VDSconfValues .row {
  margin-bottom: 15px;
}

.input_text {
  text-align: right !important;
  width: 14px;
  text-align: center;
  background-color: transparent;
  border: 0;
}

#VDSconfSSDinput {
  width: 30px;
}

#VDSconfRAMinput {
  width: 56px;
}

/* END Модальное окно "Подберите свою уникальную конфигурацию!" */

/* Модально окно "Подробное описание тарифов серверов" */

.tableMore2column td {
  vertical-align: top;
}

.tableMore2column table {
  width: 96%;
  margin: 0 15px;
}

.tableMore2column table td {
  padding: 5px;
}

.tableMore2column table.tarif tr td:nth-child(2) {
  text-align: center;
}

table.tarif .price {
  width: 100px;
  font-size: 1em;
}

.tableHeader {
  background-color: #eff3fa;
  /*background-color: #00aaff;*/
  color: #333;
  /*color: white;*/
  font-weight: 100 !important;
  font-size: 1.1em;
  position: relative;
}

.tarif .tarrif_column1 {
  width: 85%;
}

.tarif .tarrif_column2 {
  width: 15%;
}

/* END */

/* Блок "Обратитесь в техподдержку" */

.techCTA .chosen-single {
  background-color: transparent;
  font-size: 20px;
}

.techCTA .chosen-container-active .chosen-single {
  border-color: transparent !important;
}

/* END */

/* Скрытые иконки оплаты в футере */

.pay_methods {
  margin-top: 17px;
}

.pay_methods .payment_method {
  display: inline-table;
  margin: 6px 20px;
}

.pay_methods .payment_method .method_img img {
  height: 30px;
}

.pay_methods .payment_method .method_text {
  font-size: 0.8em;
}

/*END*/

/* Таблица занятости доменов */

.domainsStatuses {
  margin-left: -20px;
  margin-right: -20px;
}

.domainsStatuses .table_check {
  font-size: 18px;
  width: 100%;
  margin: 0 auto 22px;
}

.domainsStatuses .table_check {
  width: 95%;
}

.domainsStatuses .table_check thead tr {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.domainsStatuses .table_check .check_result tr {
  text-align: center;
}

.domainsStatuses .table_check .check_result tr:hover {
  background-color: white;
}

.domainsStatuses .table_check .check_result tr td .addToCart {
  font-weight: normal !important;
  padding: 3px 12px !important;
  font-size: 13px !important;
}

.domainsStatuses .table_check .check_result tr td .addToCart:hover {
  background-color: #25e561;
}

.inCart,
.inCart:focus,
.inCart:hover {
  background-color: #484848 !important;
}

.tarifSelect select {
  border-radius: 0px;
  background-color: #f6f8fa;
}

.domainsStatuses tfoot {
  background-color: #f8f8f8;
}

.domainsStatuses tfoot .bold-text {
  font-weight: 700;
}

.domainsStatuses tfoot tr td .col-xs-4 {
  font-size: 22px;
  font-weight: bold;
}

.domainsStatuses tfoot tr td .col-xs-4 div.ceils {
  margin-top: 5px;
}

.domainsStatuses tfoot tr td .col-xs-4 span.grey {
  color: #989898;
}

.domainsCart {
  background-color: #f6f8fa;
}

/*Динамические страницы дом зон*/

.zones_crs {
  margin-top: 20px;
  /* background-color: rgb(193, 225, 243); */
  /*#799dfb;*/
  box-shadow: 0 0 5px #eff3fa;
  /*#7692dd*/
}

.crs_item {
  padding: 15px 0;
  margin: 4px 0;
  background-color: #e8f9fb;
}

a.crs_dom_link {
  font-size: 24px;
}

.crs_name {
  font-size: 30px;
  font-weight: 700;
  color: #555;
}

.crs_dom_price {
  font-size: 20px;
  font-weight: 700;
  color: #555;
}

.domLink_page_holder {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 40px;
}

.domLink_page_holder .link4_dom_page {
  font-size: 20px;
  color: #799dfb;
  border-bottom: 2px dotted #799dfb;
}

.domLink_page_holder .link4_dom_page:hover {
  border-bottom: none;
  color: #5a87fb;
}

.domLink_page_holder .reg_text {
  padding-top: 10px;
}

.domLink_page_holder .reg_text .fat_digits {
  font-weight: 700;
  font-size: 18px;
  color: #ff5722;
}

.zone_input_holder {
  padding: 15px 0;
  background-color: #eff3fa;
  position: relative;
}

.pre_crs_header {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.dom_name_input {
  padding: 10px;
  font-size: 17px;
  width: 100%;
}

.input_zone_name {
  display: inline-block;
  position: absolute;
  padding: 10px;
  font-size: 17px;
  height: 44px;
  color: #333;
  top: 1px;
  right: 120px;
  font-weight: bold;
}

.dom_inp_holder {
  position: relative;
}

.zone_bg_holder {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}

.logo_holder {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: content-box;
  border: 15px solid transparent;
  min-width: 200px;
  min-height: 100px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  margin: 10px 0 10px 100px;
  box-shadow: 0 0 20px #bdbdbd;
  z-index: 2;
}

.zone_logo_img {
  max-width: 100px;
}

.logo_holder .logo_bg_clip {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 188, 212, 0.45);
  opacity: 0.2;
}

.zone_logo_name {
  font-size: 50px;
  position: relative;
  bottom: 5px;
  text-transform: uppercase;
  color: #18eaff;
  text-shadow: 0 0 2px #777;
}

.zone_bg_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/zones_bg.jpg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: blur(5px);
  z-index: 1;
}

.chose_domname_block {
  margin-top: 20px;
  box-sizing: border-box;
  background-color: #eff3fa;
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
}

.zone_bg_holder h1 {
  margin-top: 0;
  width: 45%;
  font-size: 35px;
  text-shadow: -1px 1px 3px #d7eaf6;
  color: #333;
  padding: 10px 0 10px 100px;
  line-height: 45px;
  z-index: 2;
}

.zone_bg_holder h1 .zone_name_lbl {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.zone_res_holder {
  padding: 20px 0 15px;
  background-color: #eff3fa;
  font-size: 16px;
  box-shadow: 0 12px 25px -15px #656b75;
}

.reg_cost_zone {
  margin-top: 10px;
}

.zone_hint {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.zone_desc_holder,
.zone_techBlock_holder {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #c9d9f6;
}

.zone_techBlock_holder {
  background-color: #fff;
}

.tech_info_zone_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px dashed #c9d9f6;
}

.zone_parametr_info {
  word-break: break-all;
  display: inline-block;
  width: 50%;
}

.zone_techBlock_holder .tech_info_zone_item:last-child {
  border-bottom: none;
}

.zone_parametr {
  font-weight: bold;
  display: inline-block;
  width: 45%;
}

.zone_desc_text,
.zone_tech_text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  border-bottom: none;
  max-width: 500px;
  justify-content: space-between;
}

.zone_tab_link {
  width: 49%;
  text-align: center;
  padding: 5px 0;
}

.zone_desc_link {
  color: #333;
  border: 1px solid #c9d9f6;
  box-shadow: 0 3px 0 -1px #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: none;
}

.zone_tech_link {
  background-color: #00aaff;
  padding-left: 10px;
  padding-right: 10px;
}

.zone_tech_link a {
  border-bottom: none;
  color: #fff;
  transition: 0.2s;
}

.zone_tech_link a:hover {
  border-bottom: 1px dashed #fff;
}

.zone_tech_text .fa-cog {
  color: #555;
  font-size: 18px;
  position: relative;
  padding-left: 7px;
  top: 1px;
}

.zone_price_wrapper {
  font-size: 17px;
  font-weight: bold;
  color: #ff5722;
}

.zone_submit_btn {
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  box-shadow: 0 0 5px #fff inset;
  font-weight: 700;
  background-color: #26d961;
  color: #fff;
  right: 0;
  top: 0px;
  cursor: pointer;
  transition: 0.3s;
}

.second_submit_btn {
  display: none;
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #26d961;
  box-shadow: 0 0 5px #fff inset;
  padding: 10px 0;
  transition: 0.3s;
  cursor: pointer;
}

.zone_submit_btn:hover,
.second_submit_btn:hover {
  background-color: #21b853;
  box-shadow: none;
}

.zones_crs .owl-nav {
  position: relative;
  bottom: 90px;
}

.zones_crs .owl-nav .owl-prev,
.zones_crs .owl-nav .owl-next {
  position: absolute;
  color: #799dfb;
}

.zones_crs .owl-nav .owl-prev {
  border: 20px solid transparent;
  border-right: 17px solid rgba(248, 148, 6, 0.47);
  /*#799dfb*/
  left: -45px;
}

.zones_crs .owl-nav .owl-next {
  border: 20px solid transparent;
  border-left: 17px solid rgba(248, 148, 6, 0.47);
  /*#799dfb*/
  right: -45px;
}

.zones_crs .owl-nav .owl-prev:hover {
  border-right-color: #f89406;
}

.zones_crs .owl-nav .owl-next:hover {
  border-left-color: #f89406;
}

.speedUp:hover {
  opacity: 0.9 !important;
  background-color: rgba(116, 226, 151, 0.12) !important;
}

.logo a {
  width: 100%;
  min-height: 43px;
  display: block;
  margin-bottom: 20px;
}

.main_promo_sec .checkIt_item {
  padding-left: 20px;
  position: relative;
}

.main_promo_sec .checkIt_item:before {
  font-family: "fontAwesome";
  content: "\f00c";
  position: absolute;
  left: 0;
  color: #26d961;
}

.main_promo_sec .site_qnt1,
.main_promo_sec .cd_space1,
.main_promo_sec .cd_space2 {
  font-weight: 700;
}

.benefits .block .let_down {
  position: relative;
  top: 5px;
  font-size: 15px;
}

p.unlimited {
  position: relative;
  font-weight: bold;
  color: #26d961;
  font-size: 18px;
  padding-left: 30px;
}

span.infin_sign {
  position: absolute;
  left: 0;
  font-size: 30px;
  top: -9px;
  font-weight: normal;
  color: #26d961;
}

.logo img {
  position: relative;
  top: -2px;
  margin: 0 auto;
}

.tab-pane h2 {
  margin-top: 0px;
}

.row-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
}

/*Zolo styles*/

/* News Section */
.news-block .news_item {
  box-shadow: 0 0 2px 1px #ddd;
  margin: 15px 0;
}

.news_item .news_title {
  color: #506980;
  font-size: 18px;
  padding-left: 15px;
}

.news_item .news_header {
  display: block;
  padding: 10px 15px;
  background-color: #eff3fa;
}

.news_item .news_body {
  font-size: 16px;
  padding: 0 15px 5px;
}

.bg_head_outer {
  position: relative;
}

/*ClipArt -s*/

.bg_head_outer .clipArt_wrap {
  width: 200px;
  height: 0;
  background-color: #fff;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  top: -13px;
  left: 0px;
  justify-content: space-between;
  font-size: 5px;
  font-weight: bold;
  color: #cecece;
  transform: skewX(9deg);
}

.bg_head_outer .clipArt_wrap .clipArtItem {
  width: 9%;
  height: 110%;
  position: relative;
  background-color: #fff;
  top: 10%;
  font-size: 3px;
  padding: 5px 1px 0;
  font-weight: bold;
  color: #cecece;
  box-shadow: 0 2px 2px 0px #ccc;
  transition: 0.2s;
}

.bg_head_outer .clipArt_wrap .clipArtItem:first-child {
  border-left: none;
  height: 32px;
  transform: rotate(11deg) translateX(-3px);
}

.bg_head_outer .clipArt_wrap .clipArtItem:first-child:hover {
  transform: rotate(-21deg) translateX(5px);
  cursor: default;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(2) {
  height: 35px;
  width: 12%;
  transform: rotate(3deg) translateX(-3px);
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(2):hover {
  transform: rotate(8deg) translateX(-5px) translateY(1px);
  cursor: default;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(3) {
  height: 36px;
  transform: rotate(5deg) translateX(-5px);
  width: 10%;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(3):hover {
  cursor: default;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(4) {
  height: 31px;
  width: 11%;
  transform: rotate(-6deg) translateX(-6px);
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(4):hover {
  cursor: default;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(5) {
  height: 33px;
  transform: rotate(7deg) translateX(-11px);
  width: 11%;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(5):hover {
  cursor: default;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(6) {
  height: 30px;
  width: 13%;
  transform: rotate(-7deg) translateX(-8px);
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(6):hover {
  cursor: default;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(7) {
  height: 34px;
  transform: rotate(4deg) translateX(-9px);
  width: 12%;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(7):hover {
  cursor: default;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(8) {
  height: 36px;
  transform: rotate(6deg) translateX(-7px);
  width: 20px;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(8):hover {
  cursor: default;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(9) {
  height: 34px;
  transform: rotate(17deg) translateX(-8px);
  width: 26px;
}

.bg_head_outer .clipArt_wrap .clipArtItem:nth-child(10) {
  height: 31px;
  transform: rotate(-2deg) translateX(-4px);
  width: 22px;
}

.bg_head_outer .clipArt_wrap .clipArtItem:last-child {
  border-right: none;
  width: 12px;
  height: 30px;
  width: 12%;
  height: 30px;
}

.bg_head_outer .clipArt_wrap .clipArtItem:last-child:hover {
  cursor: default;
}

/*ClipArt -f*/

/*SEO_blocks -s*/

.seo_top_header {
  padding: 10px;
  background-color: #eff3fa;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50px;
}

.seo_fa_logo {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 30px;
  color: #0063a4;
}

.seo_header_text {
  font-size: 16px;
  font-weight: bold;
}

.seo_info_text {
  padding: 15px 10px;
  text-align: center;
  font-size: 15px;
}

.seo_btn_holder {
  text-align: center;
}

.seo_cms_holder {
  display: block;
  box-sizing: border-box;
  max-width: 340px;
  min-width: 270px;
  margin: 0 0 20px 20px;
  box-shadow: 0 0 10px #ccc;
  padding-bottom: 15px;
  float: right;
}

/* Advertisment block styles -B */
.advertisment-wrapper {
  width: 80%;
  border-radius: 5px;
  box-shadow: 0 0 1px #333;
  margin: 20px 0 0;
}
.advertisment-wrapper__header {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 2px #e2e2e2;
  padding: 10px 15px;
  background-color: #eff3fa;
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.advertisment-wrapper__header_text {
  font-size: 25px;
}
.advertisment-wrapper__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.advertisment-wrapper__body_part {
  width: 50%;
  text-align: left;
}
.advertisment-wrapper__body_part-1 {
  width: 40%;
  border-right: 1px solid rgb(204, 204, 204);
}
.advertisment-wrapper__body_part-2 {
  width: 60%;
}

.advertisment-item {
  margin: 15px;
}
.advertisment-item__icon {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.advertisment-item__icon_img {
  font-size: 25px;
  color: #0063a4;
}
.advertisment-item__text {
  font-size: 16px;
}

.advertisment-wrapper__body_header {
  text-align: center;
  margin: 15px 15px 0;
}
.advertisment-wrapper__body_header-text {
  font-size: 20px;
  color: #333;
}
.advertisment-wrapper__body_subtitle {
  text-align: center;
  margin: 10px 15px 0;
  font-size: 16px;
  color: #666;
}
.advertisment-wrapper__body-button-wrapper {
  text-align: center;
  margin: 20px 0 25px;
}
.advertisment-wrapper__body-button-wrapper_btn {
  padding: 10px 20px;
  font-size: 16px;
}
.anti-link {
  color: #fff;
  border: none;
}
.anti-link:hover,
.anti-link:active,
.anti-link:focus {
  color: #fff;
  border-bottom: none;
}

@media all and (max-width: 992px) {
  .advertisment-wrapper {
    width: 100%;
  }
  .advertisment-wrapper__body_part {
    width: 50%;
  }

  .hp_menu_wrap .domains_item_link__arrow,
  .hp_menu_wrap .nav_item_link__arrow,
  .hp_menu_wrap .dedics_item_link__arrow {
    margin-left: auto;
    width: 30px;
    background-color: #eee;
    color: #777;
  }
}

@media all and (max-width: 670px) {
  .advertisment-wrapper__body_part {
    width: 100%;
  }
  .advertisment-wrapper__body_part-1 {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
}
/* Advertisment block styles -E */

.fto {
  margin: 10px 0 20px;
}

.expanded_adm_holder {
  padding: 20px;
  background-color: #eef4f9;
  margin-bottom: 20px;
}

.expanded_adm_ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.expanded_adm_sub_holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0;
}

.exp_adm_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 45%;
  position: relative;
  padding-left: 50px;
}

.exp_adm_item img {
  height: fit-content;
  margin-right: 15px;
}

.exp_adm_item p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.seo_dom_gift_holder {
  -webkit-background-origin: border-box;
  background-origin: border-box;
  max-width: 300px;
  min-width: 250px;
  margin: 0 0 20px 20px;
  box-shadow: 0 0 10px #ccc;
  padding-bottom: 15px;
  background-color: #eff3fa;
  float: right;
}

.seo_dom_gift_holder .seo_dom_gift_info {
  position: relative;
  padding-left: 70px;
  padding: 10px 10px 0 70px;
  margin-bottom: 14px;
  border-bottom: 1px dashed #ccc;
}

.seo_dom_gift_logo {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 35px;
  color: #43e478;
}

.seo_dom_gift_ttl {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.seo_dom_gift_text {
  font-size: 16px;
}

.seo_serv_holder {
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  max-width: 350px;
  padding-left: 100px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 5px rgba(152, 174, 187, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

div.seo_serv_holder_stable {
  padding-left: 120px;
}

.seo_serv_holder img {
  position: absolute;
  left: 0;
}

.seo_serv_holder_stable .seo_serv_holder_img {
  left: 10px;
}

.seo_serv_holder .seo_serv_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

.seo_serv_holder .seo_xen_cost {
  font-size: 30px;
  font-weight: 700;
}

.seo_comfort_holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.seo_com_item {
  padding: 20px;
}

.seo_comfort1_item {
  width: 40%;
  border-right: 1px solid #c9ccd2;
}

.seo_comfort2_item {
  position: relative;
  width: 55%;
  background-image: url("/img/hosting_page/pic03.png");
  -webkit-background-size: 40%;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 95% 20%;
}

.seo_comfort_ttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 30px;
}

.seo_comf_green_txt {
  font-size: 20px;
  font-weight: 700;
  color: #26d961;
  line-height: 25px;
}

.seo_comf_plain_txt {
  font-size: 17px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 30px;
}

.seo_simple_href {
  float: right;
  margin: 0 0 20px 20px;
}

.seo_one_btn_holder {
  padding: 0 15px;
}

.seo_one_btn_holder .btn {
  margin-top: 20px;
}

.seo_security_holder {
  max-width: 500px;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 15px;
  box-shadow: 0 0 10px #ccc;
}

.seo_security_holder .seo_security_ttl {
  font-size: 22px;
  font-weight: 700;
}

.seo_security_holder .seo_security_list {
  list-style-type: none;
  margin: 20px 0 15px;
  padding-bottom: 15px;
  padding-left: 0;
  border-bottom: 1px dashed #ccc;
}

.seo_security_holder .seo_security_list li {
  padding: 10px 0 10px 90px;
  min-height: 70px;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: auto;
  background-size: auto;
}

.seo_security_holder .seo_security_list .seo_security_li_item_1 {
  background-image: url("/img/hosting_page/security-1.png");
}

.seo_security_holder .seo_security_list .seo_security_li_item_2 {
  background-image: url("/img/hosting_page/security-2.png");
}

.seo_security_holder .seo_security_list .seo_security_li_item_3 {
  background-image: url("/img/hosting_page/security-3.png");
}

.seo_security_holder .seo_security_list .seo_security_li_item_4 {
  background-image: url("/img/hosting_page/fBox-ssl.png");
  background-position: 20px center;
}

.seo_facilities_holder {
  padding: 15px;
  margin-bottom: 20px;
}

/*SEO_blocks -f*/

.bg_head_outer .phone {
  position: relative;
  top: -14px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
  width: 200px;
  left: 170px;
  z-index: 1;
}

.bg_head_outer .bg_head_inner {
  position: absolute;
  width: 100%;
  height: 200%;
  top: -40px;
}

.login .enter-reg-block {
  background-color: #0badff;
  width: 275px;
  margin: 0 auto;
  border-bottom: 2px solid #008fd6;
}

.login .enter-reg-block a {
  color: #fff;
  width: 100%;
  font-weight: 700;
  transition: 0.3s;
  border-bottom: none;
}

.login .enter-reg-block a:hover {
  background-color: #008fd6;
}

.main-menu-list .menu-item {
  border-radius: 0;
}

.navbar .min_vers_menu {
  background-color: #eff3fa;
  padding: 0;
}

.main-menu-list .nav_item_link {
  white-space: nowrap;
  word-wrap: normal;
}

.main-menu-list {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-radius: 5px;
  position: relative;
}

.main-menu-list li.panel_enter {
  position: absolute;
  right: 0;
  border-left: 1px solid #ccc;
  height: 100%;
  overflow: hidden;
}

.main-menu-list li.panel_enter .panel_btn {
  padding: 15px 10px;
}

.panel_enter .panel_btn {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #20b651;
  color: #fff;
  transition: 0.3s;
}

.panel_enter .panel_btn .fa-sign-in,
.panel_enter .panel_btn span {
  color: #fff;
}

.main-menu-list .panel_enter {
  background-color: #20b651;
  transition: 0.3s;
}

.main-menu-list .panel_enter:hover {
  background-color: #1da74a;
  cursor: pointer;
}

.main-menu-list .panel_enter:hover .panel_btn {
  background-color: #1da74a;
}

.panel_enter .panel_links_block {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  top: 0;
  min-width: 120px;
  width: 100%;
  left: -120px;
  height: 100%;
  background-color: #26d961;
  color: #fff;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.panel_links_block .pan_link_item {
  width: 50%;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  border-top: 1px solid transparent;
  height: 100%;
  align-items: center;
  color: #fff;
  text-shadow: 0 0 1px #fff;
}

.panel_links_block .pan_link_item b {
  margin-top: 10px;
  font-weight: normal;
  text-align: center;
}

.panel_links_block .pan_link_item:hover {
  background-color: #21b853;
}

.panel_links_block .pan_link_item .fa {
  font-size: 22px;
  text-align: center;
  position: absolute;
  left: 30%;
  top: 25%;
}

.panel_links_block .pan_link_1 {
  border-right: 1px solid #fff;
}

.main-menu-list .panel_enter .panel_btn {
  padding: 0;
  outline: none;
}

.main-menu-list .pan_item {
  display: inline-block;
}

.main-menu-list a {
  white-space: pre-wrap;
}

.navbar-default .navbar-nav > li > a.active {
  color: #fff;
  background-color: #00aaff;
}

.hp_menu_wrap li {
  transition: 0.3s;
}

.navbar-header button.navbar-toggle {
  box-shadow: none;
}

.hp_menu_wrap li a {
  font-size: 16px;
  border: none;
}

.hp_menu_wrap li a:hover {
  background-color: rgb(243, 250, 255);
  border-radius: 2px;
}

.hp_menu_wrap .main-menu-list li {
  display: flex;
  align-items: center;
}

/* .hp_menu_wrap .main-menu-list>li {
  border-right: 1px solid #ccc;
}

.hp_menu_wrap .main-menu-list>li.dropdown-submenu {
  border-right: none;
}

.hp_menu_wrap .main-menu-list>li:last-child {
    border-right: none;
} */

.hp_menu_wrap .main-menu-list>li:not(.panel_enter) {
  position: relative;
}

.hp_menu_wrap .main-menu-list>li:not(.panel_enter) .nav_item_link {
  padding-left: 20px;
  padding-right: 20px;
}

.hp_menu_wrap .main-menu-list>li:not(.panel_enter)::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 50%;
  width: 1px;
  background-color: #ccc;
  top: 25%;
  right: 0;
}

.hp_menu_wrap .main-menu-list>li:nth-child(5)::after {
  display: none;
}

.hp_menu_wrap .main-menu-list>li.dropdown-submenu::after {
  display: none;
}

.domains_item_link__arrow,
.nav_item_link__arrow,
.dedics_item_link__arrow {
  width: 20px;
  color: #ccc;
  margin-right: 15px;
}

.main-menu-list li {
  z-index: 15;
}

.main-menu-list .dropdown-submenu {
  z-index: 10;
}

.main-menu-list .dropdown-submenu .dropdown-menu {
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 12px 20px 0 rgba(51, 51, 51, 0.15);
}

.main-menu-list .dropdown-submenu .dropdown-menu li:hover {
  background-color: rgb(243, 250, 255);
  border-radius: 2px;
}

.submenu-item_link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.submenu-item_link .submenu-item_link__text_sm {
  font-size: 13px;
  color: #555;
}

.offer_tag {
  margin-left: 10px;
  padding: 2px 6px 0px;
  background-color: orange;
  font-size: 12px;
  border-radius: 2px;
  color: #fff;
}

.submenu-item_link.disabled_link {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.domains_submenu {
  display: none;
  background-color: #fff;
  z-index: 1;
  padding: 5px;
  border: 1px solid #eee;
}

.domains_submenu,
.dedics_submenu {
  display: none;
  background-color: #fff;
  z-index: 1;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 12px 20px 0 rgba(51, 51, 51, 0.15);
  min-width: max-content;
}

.dedics_submenu__item_link {
  display: flex;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #262626;
  width: 100%;
}

.dedic_sale_wrapper {
  position: absolute;
  top: -10px;
  right: 35px;
}

.dedic_sale_text {
  position: absolute;
  padding: 0px 6px 1px;
  background-color: orange;
  font-size: 12px;
  transform: rotateZ(5deg);
  border-radius: 2px;
  color: #fff;
}

.hp_menu_wrap .main-menu-list li:hover .domains_submenu {
  min-width: max-content;
  display: grid;
  position: absolute;
  top: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 12px 20px 0 rgba(51, 51, 51, 0.15);
}

.hp_menu_wrap .main-menu-list li:hover .dedics_submenu {
  display: grid;
  position: absolute;
  top: 100%;
}

.hp_menu_wrap .main-menu-list li:hover .dedics_submenu.grid_submenu {
  grid-template-columns: max-content 1fr;
  gap: 1rem;
}

.hp_menu_wrap .main-menu-list .submenu-item .submenu-item_link,
.hp_menu_wrap .main-menu-list .submenu-item .dedics_submenu__item_link,
.hp_menu_wrap .main-menu-list .dropdown-submenu .dropdown-menu li {
  position: relative;
}

.hp_menu_wrap .main-menu-list .submenu-item .submenu-item_link:not(:last-child)::after,
.hp_menu_wrap .main-menu-list .submenu-item .dedics_submenu__item_link:not(:last-child)::after,
.hp_menu_wrap .main-menu-list .dropdown-submenu .dropdown-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #eee;
  bottom: 0;
  left: 5%;
}

.navbar-default .navbar-nav > li > a.active:hover {
  background-color: none;
}

.info-row2 .ref_wrap {
  margin-bottom: 20px;
}

/*tarrifs block*/

.tarrifs-block .tarrif-wrapper,
.cosmos_trf_block .tarrif-wrapper {
  margin-top: 20px;
}

.tarrifs-block h4.price-item-heading,
.cosmos_trf_block h4.price-item-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #12232d;
  transition: 0.3s;
}

.tarrifs-block span.price-item-heading,
.cosmos_trf_block span.price-item-heading {
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #12232d;
  transition: 0.3s;
}

.container .virt_btns {
  margin-top: 10px;
  margin-right: 0;
  padding: 3px 0;
}

.container .virt_btns:hover .under_dec_text {
  border-bottom: 1px dashed transparent;
}

.container .virt_btns .under_dec_text {
  display: inline-block;
  height: 19px;
  transition: 0.2s;
  border-bottom: 1px dashed;
}

.tarrifs-block .price-plan,
.cosmos_trf_block .price-plan {
  width: 100%;
  background-color: rgba(246, 248, 250, 0.6);
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
  transition: 0.3s;
}

.xen_tarrifs_block .xen_item {
  transition: 0.3s;
}

.tarrifs-block .price-plan:hover,
.cosmos_trf_block .price-plan:hover,
.xen_tarrifs_block .xen_item:hover {
  box-shadow: 0 0 15px #ccc;
}

.month-price-wrapper,
.virt_price_block {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #eff3fa;
}

.virt_price_block {
  width: 100%;
}

.month-price-wrapper .price-qnt {
  font-size: 32px;
  font-weight: 700;
}

.tarrifs-block .main-data-block,
.cosmos_trf_block .main-data-block {
  padding: 15px 0 10px;
  height: auto;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  position: relative;
}

/* аккордеон с тарифами вирт хостинга */
.virt_trf_block .accodionPriceBlock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.virt_trf_block .accodionPriceBlock div {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}

.virt_trf_block .date_qnt_holder {
  width: 35%;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
}

.virt_trf_block .accodionPriceBlock .price_holder {
  width: 60%;
  justify-content: flex-end;
}

.virt_trf_block .accordionTarif_price,
.virt_trf_block .virt_price_holder .virt_year_price_1,
.virt_trf_block .virt_price_holder .virt_year_price_2,
.virt_trf_block .virt_price_holder .virt_year_price_3 {
  font-size: 20px;
}

.virt_trf_block .virt_price_holder {
  font-size: 18px;
  font-weight: 700;
}

.virt_trfs_section .main-data-block {
  padding: 15px 15px 10px;
}

.price-block .price-group .dl-horizontal .dashed-line,
.dashed-line {
  height: 1px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  width: 100%;
}

.virt_trfs_section .tarrifs-block .main-data-block,
.virt_trfs_section .cosmos_trf_block .main-data-block {
  margin-bottom: 0;
}

.switch_block .price_footnote {
  margin: 0 auto 10px;
  min-height: 25px;
}

.switch_block .price_footnote .adv_trf_text {
  display: none;
}

.price_footnote .red_disc,
.monodisc b {
  display: inline-block;
  color: #fff;
  background-color: #f89406;
  padding: 1px 7px;
  border-radius: 5px;
  margin: 0 7px 0 12px;
  position: relative;
  box-shadow: 1px 0 1px #777;
}

.virt_trfs_section .monodisc b {
  margin: 0 0 0 12px;
}

.price_footnote .red_disc:before,
.monodisc b:before {
  font-family: "fontAwesome";
  position: absolute;
  content: "\f0d9";
  color: #f89406;
  font-size: 33px;
  left: -10px;
  top: -11px;
}

.price_footnote .red_disc:after,
.monodisc b:after {
  font-family: "fontAwesome";
  position: absolute;
  content: "\f111";
  color: #fff;
  font-size: 5px;
  left: -3px;
  top: 8px;
}

.tarrifs-block .main-data-block .free-trial {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.virt_trfs_section .virt_trfs_heading {
  font-size: 35px;
  margin: 5px auto;
}

.price-plan .right-data {
  font-weight: 700;
  font-size: 26px;
}

.price-plan .right-data-qnts {
  font-weight: 700;
  font-size: 19px;
}

.tarrifs-block .price-plan,
.cosmos_trf_block .price-plan {
  padding-bottom: 10px;
}

.tarrifs-block .price-plan:nth-child(2),
.cosmos_trf_block .price-plan:nth-child(2) {
  position: relative;
}

.virt_trfs_section .btn_marg_top {
  margin-top: 10px;
}

.popular_wrap {
  position: absolute;
  border-radius: 0 5px 0 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
  right: -10px;
  top: -10px;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.popular_wrap .popular_inner {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  background-color: rgb(11, 173, 255);
  box-sizing: border-box;
  text-align: center;
  transform-origin: 145px 145px;
  width: 145px;
  height: 145px;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5),
    inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}

.popular_wrap .popular_inner:before,
.popular_wrap .popular_inner:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid #0299e6;
}

.popular_wrap .popular_inner:before {
  left: 1px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.popular_wrap .popular_inner:after {
  right: -3px;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.popular_wrap .popular_inner .popular-label {
  position: absolute;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  width: 145px;
  color: #fff;
  text-shadow: #333 0 1px 1px;
  bottom: 6px;
}

.free-trial {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.acc_free-trial {
  font-weight: bold;
  margin-top: 20px;
}

.security {
  border-right: 1px solid #c9ccd2;
}

.sc-block .sc-wrapper .security_noBorder {
  border: none;
}

.security_noBorder .scr_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.security_noBorder .scr_list li {
  width: 33%;
}

.second-free-row {
  padding-bottom: 20px;
}

.serv-block-item {
  background-color: #eff3fa;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(152, 174, 187, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.inner-serv-wrapper {
  padding: 15px 0;
}

.pay-info {
  padding: 0 10px;
}

.pay-info img {
  margin: auto;
}

footer .row-without-margin {
  margin: 0;
}

/* Тарифы "Космос" */
.cosmos_trf_block {
  display: none;
}
.virt_trf_change {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  border-bottom: 5px solid rgb(243, 243, 243);
}
.virt_trf_change .trf_change_tab {
  position: relative;
  top: 5px;
  background-color: rgb(243, 243, 243);
  min-width: 25%;
  box-sizing: content-box;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.virt_trf_change .speed_trfs_tab {
  left: 25px;
  margin-right: 15px;
}
.virt_trf_change .space_trfs_tab {
  left: 25px;
}
.virt_trf_change .trf_change_tab.active {
  background-color: #fff;
  /* rgb(243, 243, 243) */
}
.virt_trf_change .trf_change_tab:hover {
  background-color: #f8f8f8;
}
.virt_trf_change .trf_change_tab.active:hover {
  background-color: #fff;
  cursor: default;
}
.cosmos_trf_block .ksm_price_disc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
/* cosmos accordeon */
.accordion_toggle_select {
  font-size: 18px;
  height: 40px;
  font-weight: 700;
  text-align: center;
}
.accordion_toggle_select option {
  text-align: center;
}
.ksm_trf_block {
  display: none;
}
.acc_choice_block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 5px solid rgb(243, 243, 243);
  margin-top: 15px;
}
.acc_choice_block .trf_change_pill {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 7px;
  font-size: 16px;
  transition: 0.3s;
}
.trf_pill_4change {
  position: relative;
  border: 2px solid #f3f3f3;
  border-bottom: none;
}
.trf_pill_4change .new_nameplate {
  position: absolute;
  top: -10px;
  right: -15px;
  padding: 0 5px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 1px 3px #999;
  font-weight: bold;
  background-color: orange;
  transform: rotate(10deg);
  transition: 0.3s;
}
.new_plate {
  padding: 0 5px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 1px 3px #999;
  font-weight: bold;
  background-color: orange;
}
.space_trfs_pill:hover .new_nameplate,
.space_trfs_tab:hover .new_nameplate {
  box-shadow: 0 0 4px orange;
  transform: rotate(0);
}

.acc_choice_block .speed_trfs_pill {
  position: relative;
  left: 5px;
  top: 5px;
  width: 35%;
  background-color: rgb(243, 243, 243);
}
.acc_choice_block .space_trfs_pill {
  position: relative;
  right: 5px;
  top: 5px;
  width: 60%;
  background-color: rgb(243, 243, 243);
}
.acc_choice_block .trf_change_pill.active {
  background-color: #fff;
}
.acc_choice_block .trf_change_pill:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
.acc_choice_block .trf_change_pill.active:hover {
  background-color: rgb(243, 243, 243);
  cursor: default;
}

/*Modal with captcha*/

.transfer_complete_block {
  display: none;
}

.modalConstructor .constructor_accord .accordion_Label {
  height: auto;
}

.video_list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.video_list li {
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  display: inline-block;
  padding: 20px;
  margin: 10px 15px 10px 0;
}

.video_list li .fa {
  font-size: 20px;
  margin-right: 10px;
}

.captcha_user_response {
  position: relative;
}

.inp_wrappers {
  position: relative;
}

.hints_block {
  display: none;
  position: absolute;
  box-sizing: border-box;
  background: #de1526;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 2px;
  outline: 1px dashed #fff;
  outline-offset: -3px;
  z-index: 3;
}

.invalid_promo_hint {
  top: -35px;
  left: 40%;
  padding: 5px 10px;
}

.promo_hint_holder {
  top: -45px;
  padding: 3px 7px;
  left: 20%;
}

.os_hint {
  top: 0px;
  left: 10%;
  padding: 5px 15px 2px;
}

.captcha_hint {
  top: -115px;
  padding: 5px;
  width: 150%;
  left: -25%;
}

.cap_hint {
  padding: 5px;
  width: 150%;
  left: -25%;
  top: -90px;
}

.mw_foot .mod_benefits img {
  margin-right: 10px;
}

.main_trf_bens {
  text-align: left;
  position: relative;
  padding-left: 25px;
}

.main_trf_bens:before {
  font-family: "fontAwesome";
  content: "\f00c";
  color: #26d961;
  font-size: 18px;
  position: absolute;
  left: 0;
}

.name_hint,
.mail_hint,
.mail_hint2,
.site_hint,
.site_hint2 {
  top: -45px;
  padding: 5px 5px 0;
  left: 25%;
  width: 50%;
  z-index: 3;
}

.mail_hint2,
.site_hint2 {
  top: -60px;
}

.oferta_hint {
  top: -40px;
  left: 20%;
  padding: 5px 5px 0;
}

.dom_hint {
  bottom: 70px;
  left: 0%;
  padding: 5px 20px 0;
}

.hints_block:after,
.unchecked_trf_hint:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #de1526;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.code_enter {
  padding: 0 10px;
  height: 62px;
  width: 20%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.code_enter i {
  font-size: 30px;
}

.captcha_table {
  background-color: #f6f6f6;
  box-shadow: 0 0 2px #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.captcha_table .code_enter span {
  font-size: 14px;
  font-weight: bold;
}

.captcha_table .captcha_img_wrap {
  height: 62px;
  width: 80px;
  border: none;
}

.captcha_table .captcha_img_wrap img {
  width: 100%;
  height: 100%;
}

.transfer_but_wrap {
  background-color: #20b651;
  padding: 10px 0;
  margin-bottom: 15px;
}

.transfer_but_wrap a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  border-bottom: none;
}

/*MODAL WINDOW*/
.panel-enter .modal-header,
.panel-enter .modal-footer {
  border: none;
}

.panel-enter .modal-body {
  padding-top: 25px;
}

.panel-enter button.close {
  position: absolute;
  color: #bbb;
  right: 38px;
  top: 20px;
  z-index: 10;
}

.panel-enter button.close i:before {
  position: absolute;
  font-size: 17px;
  top: 0;
  left: 0;
}

.modal.in.panel-enter .modal-dialog {
  box-shadow: none;
}

.panel-enter .modal-content {
  background-color: #fff;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  outline: 0;
}

.panel-enter .panel_link_holder {
  display: inline-block;
  background-color: #00aaff;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 10px #fff inset;
  transition: 0.3s;
}

.panel-enter .panel_link_holder:first-child {
  margin-bottom: 20px;
}

.panel-enter .panel_link_holder a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-bottom: none;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.panel-enter .panel_link_holder:hover {
  box-shadow: none;
  background-color: #fff;
}

.panel-enter .panel_link_holder:hover a {
  color: #00aaff;
}

.chosed_dom_holder {
  margin-bottom: 20px;
}

.modal.in .modal-dialog {
  box-shadow: 0 0 15px #aaa;
}

header .modal_div {
  width: 950px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 0 2px #9a9a9a;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -475px;
  display: none;
  opacity: 0;
  z-index: 5;
  padding: 30px 20px 0;
  box-sizing: border-box;
}

td.footable-first-visible:hover {
  background-color: #eee;
  cursor: pointer;
}

.modal_div .modal_close {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  z-index: 7;
}

.panel-enter .panel_forms_holder {
  background-color: #fff;
}

.panel_forms_holder {
  background-clip: padding-box;
  text-align: center;
  position: relative;
  top: -10px;
}

.panel_forms_holder-reg_block {
  margin-top: 15px;
  border-top: 1px solid #ccc;
}

.panel_forms_holder-reg_block-text_block,
.cosmos_trf_block .reg_additional_info,
.tarrifs-block .reg_additional_info,
.const_tarriffs_outer .reg_additional_info,
.mono_cms_reg_additional_info {
  margin-top: 5px;
  color: #878787;
}

.const_tarriffs_outer .reg_additional_info p,
.mono_cms_reg_additional_info p {
  margin-bottom: 0;
}

.xen-carousel-wrapper .reg_additional_info,
.cms_reg_additional_info {
  color: #878787;
}

#panHost,
#panVds {
  border: none;
  box-shadow: 0 0 10px #ccc;
  cursor: default;
}

/* Пoдлoжкa */

#overlay {
  z-index: 3;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.modal_div .modal_heading_1,
.modal .modal_heading_1 {
  margin-top: 0;
  font-weight: 800;
  font-size: 24px;
}

span.modal_heading_1 {
  display: block;
  margin: 20px 0 10px;
  font-size: 24px;
  line-height: 25px;
}

.free_period {
  font-size: 18px;
}

.registrationProcess {
  margin: 35px auto 0;
  display: block;
}

.mw_foot {
  margin-bottom: 30px;
}

.control-label {
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tarrifs_table_wrap {
  margin-bottom: 70px;
}

.tarrifs_table_wrap a {
  font-size: 18px;
}

#modal3 h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.modal_transfer_site h4.modal-title {
  font-size: 22px;
  font-weight: 700;
}

.modal_transfer_site .hint_text {
  font-size: 18px;
}

.tarrifs_table_hostingPage {
  width: 100%;
}

.tarrifs_table_hostingPage .col_1 {
  width: 80%;
}

.tarrifs_table_hostingPage .col_2 {
  text-align: center;
  width: 20%;
}

.tarrifs_table_hostingPage .tableHeader {
  padding-right: 40px;
}

th.hoverable:hover {
  background-color: rgba(0, 170, 255, 0.27);
  cursor: pointer;
}

.tableHeader i {
  position: absolute;
  right: 20px;
  top: 11px;
  color: #777;
}

.close_btn_wrapper {
  margin: 0 auto 20px;
  width: 50%;
}

/* окно ошибок -s */

.err_heading {
  font-weight: 700;
  color: #555;
  font-size: 16px;
  margin: 5px 0;
}

.err_data {
  font-size: 13px;
  color: #777;
  padding: 5px;
  box-shadow: 0 0 3px #ccc;
  word-wrap: break-word;
}

.err_form .err_fragment {
  color: #f74c4c;
}

.err_comment {
  resize: none;
  width: 100%;
  height: 100px;
  font-size: 13px;
  margin: 0px 0px 5px;
  background-color: #fff;
}

.err_btn {
  background-color: #a5a5a5;
  text-align: center;
  padding: 7px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  cursor: default;
}

.err_form .err_btn_active {
  background-color: #4dca76;
  cursor: pointer;
  transition: 0.3s;
}

.err_form .err_btn_active:hover {
  background-color: #2cbd5b;
}

.err_response_holder {
  font-size: 16px;
  text-align: center;
}

/* окно ошибок -f */

/*modal transfer*/

.captcha_sibling {
  margin: 0;
}

.captcha_sibling #captcha {
  width: 70px;
}

/*VDS_PAGE*/

.vds_first_sect .benefits {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
}

.benefits .block p span.vds_benefits {
  display: inline-block;
  font-size: 16px;
  padding-top: 10px;
}

.vds_header {
  font-size: 39px;
}

.benefits .block p.vds_txt {
  line-height: 25px;
}

.vds_img_block .vds_car_wrap {
  background-image: url(/img/vds_page/pic06.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.vds_serv_img {
  margin: 0 auto;
}

.vds_img_block {
  margin-bottom: 20px;
}

.vds_min_speed {
  font-size: 18px;
}

.vds_min_speed span {
  font-size: 20px;
  font-weight: 700;
}

.vds_text_wrap .tiny_vds {
  font-size: 15px;
}

.tiny_text {
  font-size: 13px;
  position: relative;
  top: 7px;
  margin-bottom: 20px;
  display: block;
}

.gr8_solution {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}

.vds_price_txt {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  margin-right: 30px;
}

.xen_min {
  font-size: 50px;
  font-weight: 700;
}

.vds_first_sect .btn-orange {
  font-size: 18px;
  padding: 10px 25px;
}

.orange_btn_wrap {
  display: inline-block;
}

.orange_btn_wrap span {
  display: block;
  text-align: center;
  font-size: 15px;
  padding-top: 5px;
}

.vds_benefit_list {
  list-style: none;
  padding-left: 35px;
  margin-bottom: 30px;
}

.vds_benefit_list li {
  margin: 10px 0;
  font-size: 15px;
  position: relative;
}

.vds_benefit_list li:before {
  font-family: "fontAwesome";
  content: "\f00c";
  position: absolute;
  margin-left: -30px;
  font-size: 20px;
  top: -5px;
  color: #26d961;
}

.green_true_1 {
  background: url("/img/vds_page/greenTrue.png") no-repeat 50% 50%;
}

.green_true_2 {
  background: url("/img/vds_page/greenTrue.png") no-repeat 50% 20%;
}

.phone_wm button.close,
.modal_vds button.close,
.mainTarrifs_modal button.close,
.tarrifs_details_mod button.close,
.dom_trf_modal button.close,
.dedic_modal button.close {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ff8700;
  border-radius: 50%;
  text-align: center;
  box-shadow: none;
  transition: 0.2s;
  z-index: 10;
}

.phone_wm button.close:hover,
.modal_vds button.close:hover,
.mainTarrifs_modal button.close:hover,
.tarrifs_details_mod button.close:hover,
.dom_trf_modal button.close:hover,
.dedic_modal button.close:hover {
  box-shadow: 0 0 5px #fff;
}

.phone_wm button.close i,
.modal_vds button.close i,
.mainTarrifs_modal button.close i,
.tarrifs_details_mod button.close i,
.dom_trf_modal button.close i,
.dedic_modal button.close i {
  color: #fff;
}

.modal_vds button.close i:before,
.mainTarrifs_modal button.close i:before,
.tarrifs_details_mod button.close i:before,
.dom_trf_modal button.close i:before,
.phone_wm button.close i:before,
.dedic_modal button.close i:hover {
  position: absolute;
  font-size: 17px;
  top: 5px;
  left: 8px;
}

.mainTarrifs_modal .modal-header,
.phone_wm .modal-header,
.dedic_modal .modal-header {
  border-bottom: none;
  background-color: #fff;
}

.mainTarrifs_modal .bigText,
.mw_foot .bigText {
  font-size: 18px;
}

.modal_vds h2 {
  margin: 15px 0;
  font-size: 18px;
}

.vds_page_benefits .threesome_block_outer {
  background: #174352 url("/img/vds_page/bg1.jpg") repeat-y;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px 40px;
}

.vds_page_benefits .threesome_block_outer .ben_item {
  background: rgba(35, 81, 97, 0.75);
  padding: 10px;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.vds_page_benefits .threesome_block_outer .ben_equil {
  box-shadow: 0 0 0 2px #fff inset;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-self: center;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.vds_page_benefits .threesome_block_outer .ben_equil i {
  font-size: 26px;
  color: #fff;
}

.advanced_admin_outer {
  margin-top: 50px;
  background-color: #eef4f9;
  padding: 20px;
}

.advanced_admin_outer h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.advanced_admin_outer .adv_item p {
  font-size: 16px;
}

.advanced_admin_outer .adv_pic_wrap,
.advanced_admin_outer .adv_item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.advanced_admin_outer .adv_pic_wrap {
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.free_transfer_outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #333 url("/img/vds_page/bg2.jpg") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-top: 50px;
  padding: 30px 40px;
}

.free_transfer_outer .free_transfer_banner {
  flex-grow: 2;
  text-align: center;
  padding: 10px;
  background: rgba(35, 81, 97, 0.75);
  box-shadow: 0 0 0 2px #fff;
  border-radius: 2px;
  margin-right: 40px;
}

.free_transfer_outer .free_trans_but_wrap {
  flex-grow: 1;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.vds_page_benefits .free_transfer_outer .free_trans_but_wrap a.btn {
  background: #0badff;
  border-bottom: 2px solid #008fd6;
  white-space: pre-wrap;
}

.vds_page_benefits .free_transfer_outer .free_trans_but_wrap a.btn:hover {
  background: #008fd6;
}

.free_transfer_outer .free_transfer_banner p {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.free_transfer_outer .free_transfer_banner p .free_blue {
  text-transform: uppercase;
  color: #0badff;
}

.free_transfer_outer .free_trans_but_wrap a {
  font-size: 18px;
}

.vds_page_benefits .comfort_vds_outer {
  margin-top: 50px;
  background-color: #eef4f9;
  padding: 20px;
}

.vds_page_benefits .comfort_vds_outer h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.vds_page_benefits .comfort_vds_outer h4 {
  font-size: 20px;
  font-weight: 700;
}

.vds_page_benefits .comfort_vds_outer ul {
  list-style: none;
}

.vds_page_benefits .comfort_vds_outer p,
.vds_page_benefits .comfort_vds_outer li {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}

.vds_page_benefits .comfort_vds_outer ul li:before {
  font-family: "fontAwesome";
  content: "\f00c";
  font-size: 20px;
  color: #26d961;
  position: absolute;
  margin-left: -30px;
  top: -3px;
}

.comfort_vds_inner .green_moneyBack {
  font-weight: 700;
  color: #26d961;
}

.os_verified_sec .os_ver_outer {
  padding: 20px;
  border: 1px solid #ebebeb;
}

.os_verified_sec .os_ver_outer h3 {
  margin-top: 0;
  font-size: 26px;
  font-weight: 700;
}

.os_verified_sec .os_ver_outer .os_ver_inner img {
  margin: auto;
}

.os_verified_sec .os_ver_outer .os_ver_inner p {
  font-size: 16px;
}

/*domains_block*/

.dom_tab {
  margin-bottom: 10px;
}

.dom_tab.active .starHintHolder {
  padding: 2px 5px;
  background-color: transparent;
  box-shadow: 0 0 2px 1px #fff;
  position: relative;
  border-radius: 15px;
  bottom: 0px;
  left: 7px;
  font-size: 14px;
}

.domen-screen .check_all_doms {
  display: inline-block;
  margin: 10px 0 15px;
  padding: 8px 10px 6px;
  background-color: #ece7e7;
  box-shadow: 0 2px #cacaca;
  border-radius: 2px;
  font-weight: 700;
  transition: 0.3s;
}

.domen-screen .check_all_doms:hover {
  cursor: pointer;
  background-color: #b7b3b3;
  color: #fff;
  box-shadow: 0 2px 5px #c1c1c1;
}

.show_dom_link_wrapper {
  margin-top: 20px;
}

.dom_reg_sec .show_dom_link_wrapper {
  margin-bottom: 20px;
}

.zone_wrap_item label {
  width: 100%;
}

.zone_wrap_item:hover {
  background-color: rgba(130, 209, 252, 0.44);
  border-radius: 4px;
}

.tarrifs_table_vds .col_1 {
  width: 60%;
}

.modal_vds .modal-title {
  font-size: 25px;
  font-weight: 700;
}

.footer_enter_but {
  background-color: #0badff;
  border-bottom: 2px solid #008fd6;
  padding: 10px 15px;
  width: 50%;
  margin: 0 auto;
}

.footer_enter_but:hover {
  background-color: #008fd6;
}

.footer_enter_but a {
  border-bottom: none;
  color: #fff;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}

/*SSL_page*/

.ssl_intro {
  order: 999;
}

.ssl_cert_first .ssl_outer_block {
  padding: 0 0 10px;
}

.ssl_cert_first .ssl_outer_block h2 {
  margin-bottom: 30px;
}

.ssl_cert_first .ssl_outer_block .ssl_inner_block {
  background-color: #fff;
  margin: 0 0 10px;
  padding-top: 20px;
  padding-bottom: 5px;
}

.ssl_cert_first .ssl_outer_block .ssl_inner_block p.ssl_head_text {
  padding: 15px 15px 0;
  text-align: justify;
}

.ssl_cert_first .ssl_outer_block .ssl_inner_block .SSL_order_outer_block {
  background-color: #f7fafd;
  margin: 0 15px 0;
  border: 1px solid #8db01c;
  border-radius: 5px;
}

.ssl_cert_first
  .ssl_outer_block
  .ssl_inner_block
  .SSL_order_outer_block
  .SSL_order_heading {
  padding-bottom: 5px;
  box-shadow: 0 16px 0 -14px #8db01c;
}

.ssl_cert_first .ssl_outer_block .ssl_inner_block .SSL_order_outer_block h3 {
  font-size: 17px;
  font-weight: 700;
  color: #4e6a32;
  padding: 0 15px;
}

.ssl_cert_first .ssl_outer_block h2.ssl_order_lbl {
  font-size: 17px;
  font-weight: 700;
  color: #4e6a32;
  padding: 0 15px;
  margin: 15px 0;
}

.ssl_h4_instead {
  color: #4e6a32;
  padding: 0 15px;
  font-size: 18px;
  margin: 10px 0 5px;
}

.ssl_cert_first .ssl_inner_block .ssl_add_info h3.add_opt_headers {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  color: #333;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

.ssl_cert_first .ssl_outer_block .ssl_h2_lbl {
  font-size: 24px;
  margin: 40px 0 20px;
}

.ssl_cert_first .ssl_outer_block .ssl_h2_bold {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ssl_cert_first .ssl_outer_block .ssl_inner_block .SSL_order_outer_block p {
  padding: 0 15px;
  text-align: justify;
}

.ssl_controls_block h4 {
  color: #4e6a32;
  padding: 0 15px;
}

.ssl_controls_block .vendors_block ul,
.ssl_controls_block .lvl_check_block ul,
.ssl_controls_block .add_opt_block ul {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 15px;
}

.ssl_controls_block .vendors_block ul li,
.ssl_controls_block .lvl_check_block ul li,
.ssl_controls_block .add_opt_block ul li {
  width: 22%;
  min-height: 40px;
  margin-bottom: 15px;
  margin-right: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #97b722;
  border-radius: 5px;
  transition: 0.3s;
}

.ssl_cert_first
  .ssl_outer_block
  .ssl_inner_block
  .SSL_order_outer_block
  .add_opt_block
  .read_more_item
  p {
  margin: 0;
  padding: 5px 80px 5px 10px;
  font-weight: 700;
  text-align: left;
}

.ssl_controls_block .vendors_block ul li:hover,
.ssl_controls_block .lvl_check_block ul li:hover,
.ssl_controls_block .add_opt_block ul li:hover {
  box-shadow: 0 0 5px #777;
  cursor: pointer;
}

  .globalSign_item {
    background-image: url("/img/ssl/globalsign.png");
  }

/* .ssl_controls_block .vendors_block ul li:nth-child(3) {
  background-image: url("/img/ssl/comodo.png");
}

.ssl_controls_block .vendors_block ul li:nth-child(4) {
  background-image: url("/img/ssl/domenyplssl_logo.png");
}

.ssl_controls_block .vendors_block ul li:nth-child(5) {
  background-image: url("/img/ssl/geotrust.png");
}

.ssl_controls_block .vendors_block ul li:nth-child(6) {
  background-image: url("/img/ssl/thawte.png");
} */

.ssl_controls_block .vendors_block ul li {
  background-repeat: no-repeat;
  background-position: 35px center;
}

.ssl_controls_block .vendors_block ul li input,
.ssl_controls_block .lvl_check_block ul li input,
.ssl_controls_block .add_opt_block ul li input {
  position: absolute;
  left: 10px;
  top: 25%;
}

.ssl_controls_block .vendors_block ul li label {
  width: 100%;
  line-height: 35px;
  height: 30px;
  padding-left: 35px;
}

.ssl_controls_block .lvl_check_block ul li span,
.ssl_controls_block .add_opt_block ul li span {
  background-color: #0af;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 0 0 1px #0af;
  transition: 0.3s;
}

.ssl_controls_block .lvl_check_block ul li span.dv_qst,
.ssl_controls_block .lvl_check_block ul li span.ov_qst,
.ssl_controls_block .lvl_check_block ul li span.ev_qst,
.ssl_controls_block .add_opt_block ul li span.idn_qst,
.ssl_controls_block .add_opt_block ul li span.wc_qst,
.ssl_controls_block .add_opt_block ul li span.sgc_qst {
  position: absolute;
  right: 40px;
  top: 0;
  width: 40px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.ssl_controls_block .lvl_check_block ul li span.dv_qst {
  background-color: #75a650;
  box-shadow: 0 0 0 1px #75a650;
}

.ssl_controls_block .lvl_check_block ul li span.ov_qst {
  background-color: #84dd3f;
  box-shadow: 0 0 0 1px #84dd3f;
}

.ssl_controls_block .lvl_check_block ul li span.ev_qst {
  background-color: #cd7c7c;
  box-shadow: 0 0 0 1px #cd7c7c;
}

.ssl_controls_block .add_opt_block ul li span.idn_qst {
  background-color: #388db6;
  box-shadow: 0 0 0 1px #388db6;
}

.ssl_controls_block .add_opt_block ul li span.wc_qst {
  background-color: #b26899;
  box-shadow: 0 0 0 1px #b26899;
}

.ssl_controls_block .add_opt_block ul li span.sgc_qst {
  background-color: #e88010;
  box-shadow: 0 0 0 1px #e88010;
}

.ssl_controls_block .lvl_check_block ul li span a,
.ssl_controls_block .add_opt_block ul li span a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-bottom: none;
}

.ssl_controls_block .lvl_check_block ul li span i,
.ssl_controls_block .add_opt_block ul li span i {
  font-size: 30px;
  color: #fff;
}

.ssl_controls_block .lvl_check_block ul li span.val_check:hover,
.ssl_controls_block .add_opt_block ul li span.support_sp:hover {
  background: #008ad0;
  box-shadow: 0 0 0 1px #008ad0;
}

.ssl_controls_block .lvl_check_block ul li span:hover i,
.ssl_controls_block .add_opt_block ul li span:hover i {
  text-shadow: 0 0 5px #fff;
}

.ssl_controls_block .lvl_check_block ul li label {
  width: 100%;
  padding-left: 35px;
  padding-right: 80px;
}

.ssl_controls_block .vendors_block ul li label:hover,
.ssl_controls_block .lvl_check_block ul li label {
  cursor: pointer;
}

.ssl_outer_block .ssl_table {
  margin: 20px 15px 0;
}

.ssl_cert_first .ssl_inner_block .ssl_add_info {
  margin: 15px;
}

.ssl_cert_first .ssl_inner_block .ssl_add_info h4 {
  font-weight: 700;
  margin-top: 30px;
}

.ssl_cert_first .ssl_inner_block .ssl_add_info h4.add_opt_headers {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  color: #333;
  margin-top: 30px;
}

span.bg_img_ssl {
  position: absolute;
  left: 0;
  top: -2px;
  padding: 5px 7px;
  line-height: 20px;
  text-align: center;
  border-radius: 15px;
  font-size: 16px;
  color: #fff;
}

#ssl_dom_heading span.bg_img_ssl {
  background-color: #75a650;
}

#ssl_dom_org_heading span.bg_img_ssl {
  background-color: #84dd3f;
}

#ssl_ev_heading span.bg_img_ssl {
  background-color: #cd7c7c;
}

#nat_dom_sup span.bg_img_ssl {
  background-color: #388db6;
}

#subdom_sup span.bg_img_ssl {
  background-color: #b26899;
}

#sgc_sup span.bg_img_ssl {
  background-color: #e88010;
}

.ssl_cert_first .ssl_inner_block .ssl_add_info p,
.ssl_cert_first .ssl_inner_block .ssl_add_info li {
  text-align: justify;
}

.all_vendors td:first-child:hover {
  cursor: pointer;
  background-color: #eee;
}

.site_builder_s1 .builder_wrapper .sb_but_wrap {
  margin-top: 30px;
}

.site_builder_s1 .builder_wrapper .sb_benefits_block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0 0 3px #ccc;
  border-radius: 3px;
  margin: 20px 0;
  justify-content: space-around;
}

.sb_benefits_block {
  padding: 10px 0;
}

.builder_wrapper .sb_benefits_block .sb_ben_item {
  width: 30%;
  padding: 5px 0 5px 30px;
  font-size: 18px;
  position: relative;
}

.builder_wrapper .sb_benefits_block .sb_ben_item:before {
  font-family: "fontAwesome";
  content: "\f00c";
  position: absolute;
  left: 5px;
  color: #26d961;
}

.sb_ben_item .infiniti_sign {
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #26d961;
}

.builder_wrapper .sb_benefits_block .sb_ben_item .inf_icon {
  position: absolute;
  width: 24px;
  height: 12px;
  left: 1px;
  top: 12px;
  background-image: url("/img/sb_page/infinity.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.builder_wrapper .sb_benefits_block span.sb_ben_2:before,
.builder_wrapper .sb_benefits_block span.sb_ben_3:before {
  content: "";
}

.builder_wrapper .sb_benefits_block .sb_ben_item b {
  color: rgba(255, 0, 0, 0.68);
}

.builder_wrapper .builder_intro h2,
.builder_wrapper .sb_steps_wrapper h3 {
  margin-top: 0;
}

.sb_steps_wrapper .list-disc,
.sb_steps_wrapper ol {
  padding-left: 15px;
}

.sb_steps_wrapper .tab3_img,
.sb_steps_wrapper .tab4_img {
  margin: auto;
}

.sb_steps_wrapper .cntr_map_outer {
  text-align: center;
}

.sb_steps_wrapper .cntr_map_outer h3 {
  margin-bottom: 20px;
  text-align: left;
}

.sb_steps_wrapper .cntr_map_outer .cntr_map_wrapper {
  display: inline-block;
}

.cntr_map_outer .cntr_map_wrapper video {
  border: 10px inset #00c5ad;
}

.const_tarriffs_outer,
.bitrix_tarriffs_outer {
  margin: 20px 0;
}

.mw_foot .mod_benefits {
  font-size: 16px;
  word-wrap: break-word;
}

/*Смена цен в холдере*/

.trf_price_holder {
  margin: 0 0 10px 0;
  padding: 2px 0;
  text-align: center;
  width: 100%;
  background: #0badff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}

.trf_price_holder .up {
  position: absolute;
  left: 0px;
  top: 10px;
  font-weight: normal;
}

.trf_price_holder .down {
  position: relative;
  bottom: 10px;
  left: 5px;
  font-size: 12px;
  font-weight: normal;
}

.trf_price_holder .del_line {
  margin-left: 7px;
}

.red_text {
  font-size: 16px;
  color: red;
}
/* articles commercial block */
.commercialBlock {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* Chain Headings */
.chain-heading {
  position: relative;
}

.chain-heading:after {
  content: "\f0c1";
  font-family: fontAwesome;
  position: absolute;
  top: 3px;
  font-size: 20px;
  margin-left: 10px;
  color: #ccc;
}

.chain-heading:hover {
  cursor: pointer;
}

.chain-heading:hover:after {
  color: rgb(51, 51, 51);
}

/* ~ Social Media block */
.social_media_block-heading {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.social_media_outer_block {
  background-color: #eee5;
  padding: 5px 5px 10px;
  border-radius: 5px;
  max-width: 300px;
  margin: 0 auto;
}

.social_media_inner_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_media_icons_header {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  color: #777;
}

.social_media_arrow_icon {
  font-size: 18px;
}

.social_media_google_icon,
.social_media_ya_icon,
.social_media_mailru_icon,
.social_media_vk_icon {
  margin-right: 10px;
}
.social_media_mailru_icon {
  display: flex;
  padding: 6px 7px;
  outline: 1px solid #dadce0;
  border-radius: 3px;
  cursor: pointer;
}
.social_media_github_icon {
  display: flex;
  padding: 6px 7px;
  outline: 1px solid #dadce0;
  border-radius: 3px;
  cursor: pointer;
}

.social_media_google_icon {
  display: flex;
  padding: 6px 6px;
  outline: 1px solid #dadce0;
  border-radius: 3px;
  cursor: pointer;
}

.social_media_vk_icon {
  padding: 3px 6px;
  outline: 1px solid #dadce0;
  border-radius: 3px;
  cursor: pointer;
  color: rgb(0, 119, 255);
  font-size: 17px;
}

.social_media_ya_icon {
  display: flex;
  padding: 6px 6px;
  outline: 1px solid #dadce0;
  border-radius: 3px;
  cursor: pointer;
}

.social_media_icon_wrapper {
  background-color: #fff;
}

.sm_successful_result_text {
  margin: 15px auto 0;
  padding: 10px;
  border-radius: 5px;
  max-width: 300px;
}

.pseudo_disabled {
  background-color: #f6f6f6;
  color: #999;
}

a.btn-default.disabled:hover,
a.btn-default.disabled:focus {
  background-color: #20b651;
  border-color: #ccc;
  border: none;
}

.success_vk_wrapper {
  margin: 20px 0;
  font-size: 50px;
  display: inline-block;
  background-color: #337ab7;
  padding: 5px 15px;
  color: #fff;
  border-radius: 10px;
}

.success_vk_wrapper .vk_success_auth_link {
  color: #fff;
  border-bottom: none;
}

.success_vk_wrapper .vk_success_auth_link:hover,
.success_vk_wrapper .vk_success_auth_link:focus {
  color: #fff;
}

.success_github_wrapper {
  margin: 20px 0;
  font-size: 50px;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  border-radius: 10px;
}

.success_github_wrapper .github_success_auth_link {
  color: #fff;
  border-bottom: none;
}

.success_github_wrapper .github_success_auth_link:hover,
.success_github_wrapper .github_success_auth_link:focus {
  color: #fff;
}

/*adaptive*/
@media all and (max-width: 1200px) {
  /*MAIN*/
  .main-menu-list li,
  .main-menu-list .dropdown-submenu {
    z-index: inherit;
  }

  .main_promo_sec .benefits .block {
    box-shadow: 15px 0 0 #f8f8f8;
  }

  .main-menu-list .nav_item_link {
    font-size: 15px;
    width: 100%;
  }

  .main-menu-list li:last-child {
    right: -15px;
  }
  .nav > li.panel_enter > a {
    padding: 15px 10px;
  }
  .main-menu-list .panel_enter .panel_btn {
    display: block;
    width: 100%;
  }
  .support img {
    width: 40px;
  }
  .start-screen h2 {
    font-size: 35px;
  }
  .start-screen {
    background-position: 50% 50%;
  }
  .move-block .move-block-wrapper {
    -webkit-background-size: 20%;
    background-size: 20%;
    background-position: 95% center;
  }
  .price-plan .right-data {
    font-size: 22px;
  }
  .min_price_plan .main-data-block {
    height: 186px;
  }
  .move-block-right p:nth-child(3) a {
    margin-left: 10px;
    display: inline-block;
    margin-top: 15px;
  }
  .pdf-block .com_prop_block .com_prop_img {
    margin-left: 0;
  }
  /* Domains_page */
  .benefits .block div .old-price span {
    font-size: 24px;
  }
  .free-domen-left p:nth-child(1),
  .free-domen-left p:nth-child(3) {
    text-align: center;
  }
  .free-domen-left p:nth-child(2) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .free-domen-right p:nth-child(1) {
    font-size: 18px;
  }
  .benefits .block div .now-price span {
    font-size: 32px;
  }
  .benefits .block div .now-price span.red_text {
    font-size: 16px;
  }
  /*VDS_PAGE*/
  .vds_benefit_list {
    text-align: left;
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .advanced_admin_outer h3,
  .vds_page_benefits .comfort_vds_outer h3,
  .os_verified_sec .os_ver_outer h2,
  .instead_h3_comfort {
    font-size: 26px;
  }
  .free_transfer_outer .free_transfer_banner {
    flex-grow: 1;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .free_transfer_outer .free_trans_but_wrap a.btn-big {
    width: 70%;
    margin: auto;
  }
  /*SSL_page*/
  .ssl_controls_block .vendors_block ul li,
  .ssl_controls_block .lvl_check_block ul li,
  .ssl_controls_block .add_opt_block ul li {
    width: 45%;
  }
  /*Careful transfer*/
  .modal_transfer_site .captcha_table {
    max-width: 300px;
    margin: auto;
  }
  .addto .ct_icon {
    padding: 4px 9px;
    background-color: #3cb6f3;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
  }
}

@media all and (max-width: 991px) {
  a.cms_link_item {
    width: 45%;
  }
  /*Main*/
  .main_promo_sec .benefits {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 0 15px;
  }
  .main_promo_sec .benefits .block {
    display: block;
    box-shadow: none;
  }
  .logo24-container {
    margin-top: 12px;
  }
  .contacts {
    text-align: center;
  }
  header .city_wrap {
    background-position: center 90px;
  }
  /*change_menu*/
  .nav li {
    width: 100%;
  }
  .navbar-header {
    float: none;
    background-color: #eff3fa;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .nav-wrapper .navbar {
    position: relative;
    margin-top: 0;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-wrapper .brandLogo_wrap {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    left: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: 2px solid #bec4e3;
    border-radius: 50%;
    z-index: 10;
  }
  .nav-wrapper .brandLogo_wrap i {
    font-size: 26px;
    color: #838495;
  }
  .main-menu-list li.panel_enter {
    border: none;
    border-top: 1px solid #ccc;
    position: relative;
    right: 0;
  }
  .hp_menu_wrap .main-menu-list>li {
    border-right: none;
  }
  .domains_submenu, .dedics_submenu {
    min-width: auto;
  }
  .collapse.in {
    display: block !important;
  }
  .tarrifs_table_hostingPage .collapse.in,
  .specifications .collapse.in {
    display: table-row-group !important;
  }
  /*end change_menu*/
  .min_price_plan .main-data-block {
    height: auto;
  }
  .main_promo_sec .benefits .block {
    width: auto;
  }
  .benefits .block {
    width: 32%;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .domPage-benefits .sbs_block {
    width: 100%;
    margin-bottom: 20px;
  }
  .benefits div.block_domReg {
    height: auto;
  }
  .move-block-right p:nth-child(3) a {
    margin-left: 15px;
    display: inline-block;
    margin-top: 0;
  }
  .start-screen h2 {
    text-align: center;
  }
  .move-block .move-block-wrapper {
    background-image: none;
  }
  .move-block .move-block-wrapper ul {
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
  }
  .move-block-left {
    text-align: center;
  }
  .move-block-right {
    border-left: none;
    border-top: 1px solid #c9ccd2;
    background: url(/img/hosting_page/pic03.jpg) no-repeat right center;
    -webkit-background-size: 30%;
    background-size: 30%;
  }
  .move-block-right h3 {
    text-align: center;
  }
  .sc-block .security ul li {
    background-image: none;
  }
  .sc-block .security {
    border-bottom: 1px solid #c9ccd2;
    border-right: none;
  }
  .security_noBorder .scr_list li {
    width: 100%;
  }
  .free-site-wrapper .freesite-block-1 {
    background-position: 100% 120px;
  }
  .freesite-block-3 p {
    font-size: 17px;
    line-height: 24px;
  }
  .freesite-block-5 p {
    font-size: 17px;
    line-height: 24px;
  }
  .serv-block-item {
    margin-bottom: 20px;
  }
  .inner-serv-wrapper p {
    text-align: center;
  }
  .services-block .checked img {
    position: absolute;
  }
  .logo-footer-img-wrap {
    text-align: center;
  }
  /*SEO_blocks -s*/
  .expanded_adm_sub_holder {
    margin: 0;
  }
  .exp_adm_item {
    width: 100%;
    margin: 20px 0;
    padding: 0;
  }
  .seo_dom_gift_holder,
  .seo_serv_holder {
    float: none;
    margin: 0 auto 20px;
  }
  .seo_comfort1_item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c9ccd2;
  }
  .seo_comfort_ttl_1 {
    text-align: center;
  }
  .seo_comfort_holder .seo_comf_list {
    max-width: 360px;
    margin: 0 auto;
  }
  .seo_comfort2_item {
    width: 100%;
  }
  .seo_security_holder {
    float: none;
    margin: 20px auto;
    max-width: 100%;
  }
  /*SEO_blocks -f*/
  footer .footer-icons p img {
    margin-top: 15px;
  }
  footer .footer-icons p {
    float: none;
    display: inline-block;
  }
  .reg-btn-wrap {
    margin-top: 10px;
  }
  .footer-contacts {
    margin: 30px 0;
  }
  .footer-contacts a {
    display: block;
    width: 30%;
    margin: 10px auto;
  }
  .footer-menu {
    text-align: center;
  }
  .footer_enter_but {
    width: 100%;
  }
  /*modal window*/
  .row_TarifsSelection {
    display: block;
  }
  header .modal_div {
    width: 700px;
    margin-left: -350px;
  }
  .modal .accordionParameter,
  .modal .cmsAccordionParameter {
    font-family: "roboRegular";
    color: #000;
    font-weight: 400;
    font-size: 15px;
    padding-right: 50px;
  }
  /*domains_page*/
  .free-domen .earth-bg {
    background-size: contain;
  }
  .domPage-benefits {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .benefits .ben-firstBlock {
    width: 49%;
  }
  .benefits .ben-secondBlock {
    width: 49%;
    border-bottom: none;
    margin-bottom: 20px;
  }
  .benefits .ben-thirdBlock {
    width: 100%;
  }
  .benefits .block div h3 {
    font-size: 20px;
  }
  .benefits .ben_bl3:last-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  .temporary_bordered {
    border-right: none;
  }
  /*VDS_PAGE*/
  .vds_price_txt {
    margin-right: 70px;
  }
  .vds_page_benefits .threesome_block_outer {
    background-size: contain;
  }
  .vds_page_benefits .threesome_block_outer .ben_item {
    width: 100%;
  }
  .vds_page_benefits .threesome_block_outer .ben_equil {
    margin: 20px auto;
  }
  .free_transfer_outer .free_transfer_banner {
    margin-bottom: 30px;
    margin-right: 0;
    flex-grow: 1;
  }
  .vds_first_sect .benefits {
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 0;
  }
  /*SSL_page*/
  .ssl_cert_first .ssl_outer_block h2 {
    font-size: 26px;
    padding: 0 10px;
  }
  /*SB_PAGE*/
  .builder_wrapper .sb_benefits_block .sb_ben_item {
    width: 45%;
  }
  .zone_bg_holder h1 {
    padding: 10px 0 10px 10px;
  }
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 27px;
  }
  .phone24 {
    width: 40px;
    margin-top: 10px;
  }
  .contacts {
    margin-bottom: 30px;
  }
  .support .brandLogo_wrap {
    margin: 0 auto 20px;
  }
  .login {
    text-align: center;
  }
  .login .form-control:first-child {
    margin-right: 0;
  }
  .login .form-control {
    display: inline-block;
    width: 150px;
  }
  .login .enter-reg-block {
    display: block;
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
  .login .form-inline {
    text-align: center;
  }
  .navbar-header {
    background-color: #eff3fa;
  }
  .nav .nav-divider {
    background-color: #e5e5e5;
  }
  .nav li {
    width: 100%;
  }
  .nav-wrapper .navbar {
    position: relative;
    margin-top: 0;
  }
  .nav-wrapper .navbar .brand-name {
    margin-left: 90px;
  }
  .nav-wrapper .brandLogo_wrap {
    left: 10px;
  }
  footer .menu-element {
    text-align: center;
  }
  .foo_phone {
    font-size: 12px;
  }
  .ref_wrap {
    text-align: center;
  }
  .benefits {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits .block {
    width: 100%;
    margin-bottom: 10px;
  }
  .benefits .block_domReg {
    width: 49%;
  }
  .benefits .block:nth-child(1),
  .benefits .block:nth-child(2) {
    width: 49%;
    height: auto;
  }
  .benefits .block_domReg:nth-child(3) {
    margin-bottom: 0;
  }
  .benefits .block:last-child {
    height: auto;
  }
  .main_promo_sec .block:last-child {
    width: 100%;
  }
  .benefit-icon {
    width: 50px;
  }
  .info-row2 .pc-bg-img,
  .info-row1 .pc-bg-img {
    background-position: center center;
  }
  section .start-screen {
    background-color: #eff3fa;
    background-image: none;
  }
  .info-row1 .pc-bg-img,
  .info-row2 .pc-bg-img {
    -webkit-background-size: auto;
    background-size: auto;
  }
  .start-screen-right p {
    text-align: center;
  }
  .plus-img-container {
    height: 100px;
  }
  .move-block-right {
    background-image: none;
    text-align: center;
  }
  .freesite-block-2 p {
    margin: 0 auto 20px;
  }
  .free-site-wrapper .freesite-block-1 .care-appear {
    float: right;
    position: relative;
    top: -70px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 2px 0 #333;
    text-transform: uppercase;
  }
  .freesite-block-1 p {
    padding-right: 25%;
  }
  .freesite-block-3 p,
  .freesite-block-4 p,
  .freesite-block-5 p {
    text-align: center;
  }
  .block-auto-center {
    text-align: center;
  }
  .block-auto-center .center-robot {
    text-align: center;
    text-align: -webkit-center;
  }
  .cms-block h2 {
    font-size: 26px;
  }
  .instead_h2_auto {
    font-size: 25px;
  }
  .check_wrap {
    margin-top: 20px;
  }
  header .modal_div {
    width: 320px;
    margin-left: -160px;
  }
  .modal_div .table > thead > tr > th {
    padding-right: 35px;
  }
  .mw_foot .mod_benefits {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0 10px 25px;
  }
  .modal-body .inp_wrappers input#email,
  .modal-body .captcha_table,
  .modal-body .forOferta,
  .modal-body .registerHosting {
    max-width: 300px;
    margin: auto;
  }
  /*VDS_PAGE*/
  .cms_link_item {
    width: 90%;
    margin: 10px auto;
  }
  .vds_img_block .vds_car_wrap {
    height: 50px;
    margin-bottom: 20px;
  }
  .vds_header {
    font-size: 30px;
  }
  .gr8_solution,
  .vds_price_txt,
  .orange_btn_wrap {
    display: block;
    text-align: center;
  }
  .vds_price_txt {
    margin-right: 0;
  }
  .orange_btn_wrap {
    margin-bottom: 20px;
  }
  .vds_first_sect .benefits {
    text-align: center;
  }
  .close_btn_wrapper {
    width: 100%;
  }
  .modal_vds .modal-dialog {
    margin-top: 20px;
  }
  .tarrifs_table_vds .col_1 {
    width: 65%;
  }
  .phone_wm .modal-content,
  .mainTarrifs_modal .modal-content,
  .vds_modal .modal-content {
    margin-top: 30px;
  }
  .vds_page_benefits .threesome_block_outer,
  .vds_page_benefits .free_transfer_outer {
    background: #174352;
  }
  .advanced_admin_outer h3,
  .vds_page_benefits .comfort_vds_outer h3,
  .os_verified_sec .os_ver_outer h2 {
    font-size: 24px;
  }
  .vds_page_benefits .comfort_vds_outer h4 {
    text-align: center;
  }
  .instead_h4_comfort {
    text-align: center;
  }
  .comfort_vds_inner .comf_item {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
  }
  .comfort_vds_inner .comf_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  /*Domains_page*/
  .domainsStatuses tfoot .ceils {
    margin-bottom: 15px;
  }
  /*SSL_page*/
  .ssl_cert_first .ssl_outer_block h2 {
    font-size: 24px;
    padding: 0 10px;
  }
  .ssl_cert_first .ssl_inner_block .ssl_add_info h4 {
    text-align: justify;
  }
  /*site_builder_page*/
  .builred_wrapper .builder_intro h2 {
    text-align: center;
  }
  .sb_steps_wrapper h3,
  .builder_wrapper .cntr_map_outer h3 {
    text-align: center;
  }
  a.cms_link_item {
    width: 45%;
  }
  /*dom zones block*/
  .zone_parametr_info,
  .zone_parametr {
    width: 100%;
  }
  .zone_bg_wrapper {
    -webkit-background-size: cover;
    background-size: cover;
  }
  .zone_bg_holder h1 {
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }
  .zone_bg_holder h1 .zone_name_lbl {
    font-size: 35px;
    right: 0;
  }
  .logo_holder {
    margin: 20px auto;
  }
  /*ZONES_PAGE -s*/
  .input_zone_name {
    right: 0;
  }
  .domLink_page_holder {
    padding-left: 0;
  }
  /*ZONES_PAGE -f*/
}

@media all and (max-width: 670px) {
  .error_search_form {
    width: 100%;
  }
  a.cms_link_item {
    width: 100%;
  }
  .panel_links_block .pan_link_item b {
    margin-top: 0;
  }
  .benefits .block:nth-child(1),
  .benefits .block:nth-child(2) {
    width: 100%;
  }
  .start-screen h2 {
    font-size: 30px;
  }
  .mp_carousel_lbl {
    font-size: 21px;
  }
  .pc-bg-img {
    display: none;
  }
  .start-screen-left {
    width: 96%;
    box-shadow: 0 0 0 1px #ddd;
    margin: 0 10px;
    border-radius: 2px;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .start-screen-left ul {
    margin-bottom: 0;
  }
  .info-row3 .cnt_promoList .promo_img_item {
    -webkit-box-pack: center;
    box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info-row3 .cnt_promoList li span {
    width: 100%;
    text-align: center;
    padding-left: 0;
    line-height: normal;
    margin-top: 15px;
  }
  .info-row3 .contsr_but_wrapper a.btn {
    width: 100%;
  }
  .sc-block .security ul {
    font-size: 16px;
  }
  .sc-block .security ul li {
    padding-left: 90px;
  }
  .sc-block .security ul li:nth-child(1) {
    -webkit-background-size: 70px;
    background-size: 70px;
  }
  .sc-block .security ul li:nth-child(2) {
    -webkit-background-size: 70px;
    background-size: 70px;
  }
  .sc-block .security ul li:nth-child(3) {
    -webkit-background-size: 70px;
    background-size: 70px;
  }
  .sc-block .security ul li:nth-child(4) {
    -webkit-background-size: auto;
    background-size: auto;
    padding-left: 90px;
  }
  .move-block-right p:nth-child(3) a {
    display: inline-block;
    margin-left: 10px;
  }
  .freesite-block h2 {
    font-size: 26px;
    font-weight: 700;
  }
  .instead_h2_freesite {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
  }
  .free-site-wrapper .freesite-block-1 {
    background-image: none;
    text-align: center;
  }
  .free-site-wrapper .freesite-block-1 {
    padding-bottom: 0;
  }
  .free-site-wrapper .freesite-block-1 ul {
    max-width: 250px;
    margin: 0 auto 20px;
    text-align: left;
  }
  .freesite-block-1 p {
    padding: 0;
  }
  .pdf-block .pdf_label {
    padding-right: 50px;
  }
  .pdf-block a {
    margin: 0 auto;
  }
  .pdf-block a:after {
    display: none;
  }
  .services-block .checked img {
    display: none;
  }
  .footer-menu {
    width: 100%;
    margin-bottom: 20px;
  }
  /* FOOTER */
  .social-media-block {
    justify-content: center;
  }
  .social-media-block__text {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .social-media-block__icon {
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .social-media-block__vk {
    margin-left: 0;
  }
  /*domains_page*/
  .free-domen-block h2 {
    font-size: 22px;
  }
  .free-domen-right p:nth-child(1) {
    font-size: 16px;
  }
  .free-domen-right p:nth-child(1) span {
    font-size: 30px;
  }
  .benefits .ben-firstBlock {
    width: 100%;
  }
  .benefits .ben-secondBlock {
    width: 100%;
  }
  .domPage-benefits .block:last-child {
    display: table;
  }
  .benefits .ben-thirdBlock p:nth-child(2) {
    padding-left: 0;
  }
  .benefits .block_domReg:last-child {
    width: 100%;
  }
  .db_icon_wrapper1 {
    text-align: right;
  }
  .benefits .block:last-child img {
    width: inherit;
  }
  .tab-content .zone_wrap_item {
    width: 100%;
  }
  .domen-screen .tab-content {
    max-width: 200px;
    margin: 0 auto;
  }
  /*VDS_PAGE*/
  .tarrifs_table_wrap a.btn {
    width: 70%;
    white-space: pre-wrap;
  }
  .vds_first_sect .benefits .block:last-child {
    display: table;
  }
  .free_transfer_outer .free_transfer_banner {
    width: 100%;
    margin-bottom: 30px;
  }
  .free_transfer_outer .free_trans_but_wrap {
    margin: auto;
  }
  .free_transfer_outer .free_trans_but_wrap a.btn-big {
    width: 100%;
  }
  /*SSL_page*/
  .ssl_controls_block .vendors_block ul li,
  .ssl_controls_block .lvl_check_block ul li,
  .ssl_controls_block .add_opt_block ul li {
    width: 100%;
    margin-right: 0;
  }
  /*SB_PAGE*/
  .builder_wrapper .sb_benefits_block .sb_ben_item {
    width: 100%;
    font-size: 16px;
  }
  /*SEO_blocks -s*/
  .seo_cms_holder {
    margin: 20px auto;
    float: none;
  }
  .seo_comfort2_item {
    background-image: none;
    text-align: center;
  }
  .seo_simple_href {
    float: none;
    margin: 0 auto 20px;
  }
  /*SEO_blocks -f*/
  /*ZONES_PAGE -s*/
  .dom_name_input {
    font-size: 14px;
  }
  .input_zone_name {
    height: 40px;
  }
  .zone_logo_name {
    font-size: 30px;
  }
  .zone_bg_holder h1 .zone_name_lbl {
    font-size: 26px;
    right: 0;
  }
  /*ZONES_PAGE -f*/

  /* Cosmos trfs */
  .virt_trf_change {
    justify-content: space-between;
  }
  .virt_trf_change .trf_change_tab {
    font-size: 16px;
    padding: 5px;
  }
  .virt_trf_change .speed_trfs_tab {
    width: 35%;
    left: 0;
    margin-right: 0;
  }
  .virt_trf_change .space_trfs_tab {
    width: 55%;
    left: 0;
  }

  .acc_choice_block .trf_change_pill {
    padding: 2px 7px;
    font-size: 15px;
  }
}
