@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  font: 18px/24px 'Roboto', sans-serif;
  line-height: 1.42857143;
  color: #515151;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
/* Fix text zoom on Mobile Devices */
body {
  text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
  -moz-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}
.container {
  position: relative;
  min-height: 100%;
  min-width: 1240px;
  margin: 0px auto;
  margin-bottom: -67px;
}
/* для IE6 */
* html .container {height: 100%;}
.buffer {
  margin-top: 30px;
  height: 64px;
}
footer {
  position: relative;
  min-height: 67px;
  height: 67px;
  min-width: 1240px;
  margin: 0px auto;
  background: #013d6c;
  color: #e7e7e7;
}
.size_box {
  min-width: 1240px;
  max-width: 1280px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
h1 {
  font: 24px/30px Roboto, sans-serif;
  font-weight: 600;
  line-height: 64px;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  font: 30px/36px Roboto,sans-serif;
  font-weight: 600;
  line-height: 75px;
  color: #fff;
  text-align: center;
}
h3 {
    color: #0080b8;
    text-align: center;
    font: 700 27px/36px Roboto, sans-serif;
    margin: 20px 0px 10px;
}
p {
  text-align: justify;
  padding-bottom: 10px;
}
a {
  color: #0080b8;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #20b3ae;
  text-decoration: underline;
}

.fl_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fl_row {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.clb {clear: both;}
.achtung {
  color: #d04f32;
  font-weight: bold;
}
/*************************** UNIVERSAL ************************************/
.content_title {
  height: 74px;
  background-color: #0080b8;
}
.content_text {padding: 0 10px;}
.service_title h3 {
  margin: 40px 0 15px;
  text-align: left;
  text-indent: 40px;
  color: #515151;
}
.margin_bottom {margin-top: 40px; border-bottom: 1px solid #fff;}
/***block_promo***/
.block_promo {height: 400px;}
.parallax_dark {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  padding: 20px 10px;
}
.block_promo p {
  text-transform: uppercase;
  text-align: right;
  font-size: 32px;
  color: #ccc;
  padding: 5px 10px;
}
.block_promo p:first-child {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.block_promo p span {
  font-size: 60px;
  font-weight: bold;
  color: #ff6000;
}
/***block_promo***/
/***+button+***/
.button_box {
  position: relative;
  text-align: center;
}
  
.button_box a.button, .button_box .button, .button_box button {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 35px;
  font-size: 18px;
  color: #fff;
  background-color: #0080b8;
  border: 1px solid #fff;
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  white-space: nowrap;
}
.button_box a.button:hover, .button_box .button:hover, .button_box button:hover {
  color: #d5efee;
  background-color: #0089c5;
  text-decoration: none;
}
/***-button-***/
/*** +модальное окно+ ***/
.modal_backing {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: 10000;
}
.modal_body {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 420px;
  margin-top: -250px;
  margin-left: -210px;
  background: #fff;
  overflow: hidden;
  z-index: 15000;
}
.modal_body .close {
  cursor: pointer;
  color: #494949;
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 10px;
}
.modal_body .close:hover {color: #6f6f6f;}
.modal_body .close:before {
  content: "\2716";
  font-size: 24px;
}
.modal_content {
  background-color: rgba(242,242,242,1);
  display: inline-block;
  width: 100%;
  padding: 26px 30px 15px 34px;
  box-shadow: inset 0 0 0 2px rgba(242,242,242,1), inset 0 0 0 4px #fff;
}
@-moz-document url-prefix() {
  .modal_content {
    padding-bottom: 30px;
  }
}
.modal_content div {
  position: relative;
  padding-bottom: 11px;
}


.modal_title {
  font: 26px Roboto, sans-serif;
  text-align: center;
}
.modal_title span {
  font-size: 16px;
  text-transform: uppercase;
  color: #0080b7;
  display: block;
}

.error_modal {
  line-height: 1;
  margin-top: -11px;
}
.error_modal span {
  font-size: 12px;
  font-weight: normal;
  color: firebrick;
  text-transform: uppercase;
}
.modal_content input {
  background: #fff;
  border: 1px solid rgba(242,242,242,1);
  color: #d04f32;
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  font: 16px Roboto, sans-serif;
  padding: 12px 30px 12px 20px;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.modal_content input::-webkit-input-placeholder {color: #d04f32;}
.modal_content input:-moz-placeholder {color: #d04f32;}
.modal_content input:focus {border-color: #20b3ae;}
.modal_content input:hover {border-color: #515151;}
.modal_body .button_box button {width: 100%;}
/***вход через соцсети***/
.modal_body p.enter_s {
  padding-bottom: 5px;
  text-align:center;
  font-size: 16px;
  color: #515151;
}
.modal_body p.enter_s a {
  color: #20b3ae;
  width: 27px;
  height: 27px;
  display: inline-block;
}
.modal_body p.enter_s a:hover {text-decoration: none;}
.modal_body p.enter_s a:nth-child(1) {background: url("../img/soc-icon.png") 0px 0px;}
.modal_body p.enter_s a:nth-child(2) {background: url("../img/soc-icon.png") 27px 0px;}
.modal_body p.enter_s a:nth-child(3) {background: url("../img/soc-icon.png") 53px 0px;}
.modal_body .field_restore {
  font-size: 13px;
  text-align: center;
  padding-bottom: 0;
  text-transform: uppercase;
}
.modal_body table {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.modal_body table caption {
  background-color: white;
  padding: 5px;
  margin-bottom: 5px;
}
.modal_body table span {
  display: block;
  text-transform: uppercase;
  color: #0080b7;
}
/***вход через соцсети***/
/***модальное окно тарифов***/
.modal_tariff .modal_body {
  width: 1000px;
  margin-left: -500px;
  margin-top: -250px;
}
/*#qn20 .modal_body {margin-top: -350px;}модальное с конфигуратором*/
.modal_tariff .modal_body .modal_title {
  font: 18px Roboto, sans-serif;
  color: #515151;
  text-transform: uppercase;
  padding-bottom: 0;
}
.modal_tariff .modal_body .modal_title span {
  display: inline;
  font-size: 30px;
  font-weight: bold;  
  color: #0080b8;
}
.modal_tariff .modal_body .modal_title_config {
  text-align: center;
  border-bottom: 1px solid #0080b8;
  margin-bottom: 20px;
  padding: 5px 0;
}
.modal_tariff .modal_body .modal_title_config span span {
    font-size: 22px;
    color: #0080b8;
}
/***ползунок***/
.modal_body .polzunok label {
  display: inline-block;
  width: 190px;
}
.modal_body .polzunok div {
  width: 450px;
  display: inline-block;
}
.modal_body .polzunok input {
  width: 100px;
  margin-top: -5px;
  margin-right: 20px;
  margin-left: 25px;
  padding: 12px 20px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #777;
}
.modal_body .polzunok p.nacenka {
  display: inline-block;
  color: darkcyan;
}
.modal_body .polzunok span.ui-slider-handle {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  background: cornflowerblue none repeat scroll 0% 0%;
  width: 30px;
  height: 30px; 
  outline: none;
  top: -.5em;
}
.vds .modal_body div.polzunok {padding-bottom: 0;}
/***список опций***/
.modal_body div.listop label {
  width: 30%;
  display: inline-block;
}
.modal_tariff .modal_body select {
    font: 16px Roboto, sans-serif;
    background: #fff;
    padding: 4px 20px;
    vertical-align: top;
    width: 60%;
    border: 1px solid rgba(242,242,242,1);
    color: #d04f32;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.modal_tariff .modal_body .block_tariff_period .check_period {
    margin-top: 3px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: none;
    padding-bottom: 0;
}
.modal_tariff .modal_body .block_tariff_period .check_period label {
  padding: 6px;
  font-size: 16px;
  border: 1px solid #0080b8;
  width: 14.5%;
  height: 45px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  background-color: #fff;
  display: block;
}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .modal_tariff .modal_body .block_tariff_period .check_period label {
       margin-right: 20px;
    }
}
.modal_tariff .modal_body .block_tariff_period .check_period input[type="radio"] + label:hover {border: 1px solid #ff6000;}
.modal_tariff .modal_body .block_tariff_period .check_period input[type="radio"]:checked + label {border: 1px solid #ff6000;}
.modal_tariff .modal_body .block_tariff_period .check_period label span {
  font-size: 13px;
  display: block;
  margin-top: 3px;
}
/***итоговый прайс***/
.modal_tariff .modal_body .itog_price {margin-top: 20px;}
.modal_tariff .modal_body .itog_price div p {
  margin-top: 5px;
  padding-bottom: 0;
  line-height: 1;
}
.modal_tariff .modal_body .itog_price .config_full_price {padding-bottom: 0;}
.modal_tariff .modal_body .itog_price .config_full_price p span {
font-size: 24px;
font-weight: bold;
color: #ff6000;
}
.modal_tariff .modal_body .itog_price .config_full_price p:nth-child(2) span {
  color: green;
  font-size: 18px;
  margin-top: 5px;
}
.modal_tariff .modal_body .itog_price .config_full_price p:nth-child(3) {
  color:#0080b8;
  text-transform: uppercase;
}
.modal_tariff .modal_body .itog_price .config_full_price p:nth-child(3) span {font-size: 28px;}
/***модальное окно тарифов***/

/***вкладки***/
/* Базовый контейнер табов */
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 65px 15px;
	background: #fff;
  border: 1px solid #5199bb;
  border-top: 0;
  border-radius: 5px 5px 0 0;
  height: 400px;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
}
/* Прячем чекбоксы */
.tabs>input[type="radio"] {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #5199bb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
  width: 50%;
  float:left;
  font-size: 14px;
  padding: 0px 10px;
  cursor: pointer;
  background-color: #e7f3f9;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.tabs span.achtung {font-weight: normal;}
/* Изменения стиля переключателей вкладок при наведении */
.tabs>label:hover {
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
  background: #fff;
  border: 1px solid #5199bb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0;
  font-size: 14px;
  color: #5199bb;
  cursor: default;
}

/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2 {
	display: block;
}
/***вкладки***/
/***модальное окно оплата***/
.block_oplata {padding: 5px 10px;}
.block_oplata a {
  display: inline-block;
  width: 100%;
  border: 1px solid #5199bb;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  line-height: 45px;
}
.block_oplata a:hover {
box-shadow: 1px 1px 7px rgba(0,0,0,0.5);
text-decoration: none;
}
.block_oplata a img {
  width: 45px;
  height: 45px;
  float: left;
}
.block_oplata a p {
  padding-bottom: 0;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.modal_content .tabs>input:checked+label {font-size: 14px;}

/***модальное окно VDS оплата***/
.vds #oplata .modal_content {padding: 26px 20px 0px;}
.modal_content div.loader {
  position: relative;
  text-align: center;
  padding-bottom: 4px;
}
.loader  img {
  width: 48px;
  height: 48px;
}
/***модальное окно HOSTING оплата***/
/* Активация секций с помощью псевдокласса :checked */
#tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}
/***модальное окно HOSTING оплата***/
/*************************** UNIVERSAL ************************************/
/***************************** HEADER *************************************/
header {
  width: 100%;
  height: 135px;
  border-bottom: 1px solid #fff;
}
/*+header_top_line+*/
.header_top_line {
  height: 65px;
  color: #fff;
  border-bottom: 1px solid #0080b8;
  background-color: #0080b8;
}
.header_top_line .fl_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.header_top_line h1 {margin-left: 10px;}
.header_anonce span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 10px;
}
.header_top_line .enterance {line-height: 64px;}
.header_top_line .enterance a {
  color: #fff;
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin-right: 10px;
  line-height: 26px;
}
.header_top_line .enterance a:last-child {margin-right: 20px;}
.header_top_line .enterance a:hover {
  color: #d5efee;
  text-decoration: none;
  background-color: #0089c5;
}
.header_top_line .enterance_bill a {
  padding: 0 5px;
  text-align: center;
  display: inline-block;
}
.header_top_line .enterance_bill a:last-child {margin-right: 10px;}
.header_top_line .enterance_bill a:hover {text-decoration: none;}
.header_top_line .enterance_bill a:hover span {color: #00ff35;}
.header_top_line .enterance_bill img {
  width: 30px;
  height: 30px;
  margin-top: 7px;
}
.header_top_line .enterance_bill a span {
  color: #fff;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
/*-header_top_line-*/
/*+header_nav_line+*/
.header_nav_line {
  position: fixed;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #fff;
  background: #fff;
  z-index: 9999;
}
.header_nav_line .block_logo {
  width: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding-left: 10px;
}
.header_nav_line .block_logo img {height: 70px;}
.block_nav {width: 74.9999%;}
.header_nav {padding-right: 10px;}
.header_nav ul, .header_nav ol {list-style: none;}
.header_nav > ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
}
.header_nav > ul li a {
  display: block;
  padding: 18px;
  font-size: 16px;
  color: #454547;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  background-color: #f7f7f7;
  border-left: 1px solid #d1e8e7;
}
.header_nav > ul li {position: relative;}
.header_nav li a:hover {
  background-color: #5199bb;
  color: #fff;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  -moz-transition: .2s all ease;
  transition: .2s all ease;
  text-decoration: none;
}
.header_nav li.current > a {
  background-color: #5199bb;
  color: #fff;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  -moz-transition: .2s all ease;
  transition: .2s all ease;
}
.header_nav .vertical_list span {
  border-right: 2px solid; 
  border-bottom: 2px solid;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 5px;
}
/* +sub menu+ */
.header_nav li ul {
  position: absolute;
  min-width: 150px;
  display: none;
  right: 0;
  text-align: right;
}
.header_nav li > ul li {border-bottom: 1px solid #d1e8e7;}
.header_nav li:hover > ul {display: block;}
/* -sub menu- */
/*-header_nav_line-*/
/***************************** HEADER *************************************/
/****************************** VDS ***************************************/
.vds .block_promo {background-image: url(../img/vds_promo.jpg);}
/***тарифы***/
.block_tariff_content {
  width: 100%;
  margin-top: 20px;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.block_tariff_element {
  width: 21.999999%;
  text-align: center;
  position: relative;
}
.block_tariff_element .tariff_content {
  position: relative;
  border: 1px solid #0080b8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .block_tariff_element {
        margin: 0 20px;
    }
}
.block_tariff_element .tariff_content:hover {
  -webkit-box-shadow: 0 22px 43px rgba(0,0,0,.15);
  -moz-box-shadow: 0 22px 43px rgba(0,0,0,.15);
  box-shadow: 0 22px 43px rgba(0,0,0,.15);
  margin-top: -5px;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  -moz-transition: .2s all ease;
  transition: .2s all ease;
}
.block_tariff_element .tariff_title {
  color: #0080b8;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
}
.block_tariff_element .tariff_title p {
  padding-bottom: 0;
  text-align: center;
}
.block_tariff_element .tariff_title span {
  font: 26px Roboto, sans-serif;
  font-weight: bold;
  display: block;
}
.block_tariff_element .tariff_option {
  text-transform: uppercase;
  border-top: 15px solid #0080b8;
  padding-top: 7px;
}
.block_tariff_element .tariff_option p {
  color: #0080b7;
  font-size: 16px;
  text-align: center;
  padding: 0;
}
.block_tariff_element .tariff_option span {
  color: #0080b8;
  font-weight: normal;
  font-weight: bold;
}
.block_tariff_element .tariff_price {
  width: 100%;
  color: #1a2021;
  background-color: #e6e6e6;
  margin-top: 10px;
  padding: 10px 5px 10px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block_tariff_element .tariff_price div:first-child {
  width: 115px;
  padding: 5px 7px 0 0;
}
.block_tariff_element .tariff_price div p {
  text-align: right;
  padding-bottom: 0;
  line-height: 1.25;
}
.block_tariff_element .tariff_price div:first-child span {
  font-size: 40px;
  font-weight: 700;
  color: #ff6000;
  text-shadow: 2px 1px 2px rgba(0,0,0,.26);
  line-height: 1;
}
.block_tariff_element .tariff_price div:nth-child(2) p {font-size: 14px;}
.block_tariff_element .tariff_price p.tariff_price_eco {
  color: #018c04;
  margin-left: -95px;
}
.block_tariff_element .tariff_price .tariff_price_eco span {
  font-weight: 700;
  color: #ff6000;
}
.block_tariff_element .tariff_price div p.tariff_price_rub {font-size: 21px;}
.block_tariff_element .tariff_price .tariff_price_period {margin-left: -95px;}
.block_tariff_element .button_box {margin: 20px 10px;}
.block_tariff_element .button_box a.button { width: 100%;}
.button_box a.button span {
  position: relative;
  top: 3px;
  right: 10px;
  display: inline-block;
  opacity: 0.9;
}
/***тарифы***/
/***периоды***/
.block_tariff_period .check_period {
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.block_tariff_period p {
  padding: 0 20px;
  color: #0080b7;
}
.block_tariff_period .check_period input[type="radio"] {display: none;}
.block_tariff_period .check_period label {
  padding: 0;
  padding-right: 20px;
  width: auto;
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  -webkit-flex-grow: initial;
  -moz-box-flex: initial;
  flex-grow: initial;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
}
 .block_tariff_period .check_period label span {
  color: red;
  font-size: 14px;
  font-weight: normal;
}
.block_tariff_period .check_period label:hover {text-shadow: #ff6000 0 0 2px;}
.block_tariff_period .check_period input[type="radio"]:checked + label {
  color: #ff6000;
  font-size: 16px;
  font-weight: bold;
}
.block_tariff_period .check_period input[type="radio"]:checked + label:hover {
  text-shadow: none;
  cursor: default;
}
/***периоды***/

.vds .block_tariff_element .tariff_title p span:first-child {
  font-size: 12px;
  font-weight: normal;
  color: #0080b8;
}
.vds .block_tariff_element .tariff_option {
  border-color: silver;
  padding-top: 5px;
}
.vds .block_tariff_element:nth-child(2) .tariff_option {border-color: green;}
.vds .block_tariff_element:nth-child(2) .tariff_title {color: #008000;}
.vds .block_tariff_element:nth-child(2) .tariff_content {border: 1px solid #008000;}

.vds .block_tariff_element .tariff_content  {background-image: url("../img/vds_tariff_bg.jpg");}
.vds .block_tariff_element .tariff_title p span:first-child {
  font-size: 12px;
  font-weight: normal;
  color: #0080b8;
}
.vds .block_tariff_element .tariff_option p {
  color: #0080b7;
  font-size: 16px;
  text-align: center;
  display: block;
}
.vds .block_tariff_element .tariff_option span {color: #003d6c;}
.vds .block_tariff_element:nth-child(4) .tariff_title p {color: #003d6c;}
/***включено в тариф***/
.on_tarif_host {
  width: 65%;
  margin-top: 25px;
}
.of_tarif_host {
  width: 35%;
  margin-top: 25px;
}
.on_tarif_host .service_title h3 {
  color: #0080b7;
  margin: 0;
  margin-bottom: 15px;
}
.on_tarif_host .fl_box{
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #777;
  padding-right: 10px;
  width: 100%;
}
.on_tarif_host p {  
  text-align: left;
  padding-bottom: 5px;
  width: 49%;
  color: #009900;
  display: inline-block;
}
.of_tarif_host .service_title h3 { 
  margin: 0;
  margin-bottom: 15px;
}
.of_tarif_host .fl_box {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.of_tarif_host p {
  text-align: left;
  padding: 3px 10px;
  width: 99%;
  display: inline-block;
  font-size: 16px;
}
.of_tarif_host p span {  
  font-weight: bold;
  color: #000;
  float: right;
}
.of_tarif_host p:nth-child(odd) {background: #f9f9f9;}
/***включено в тариф***/
/***преимущества***/
.block_pref {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
}
.block_pref p {
  display: inline-block;
  padding: 20px 10px;
  padding-left: 0;
  width: 30%;
  margin: 15px 0;
  border: 1px solid #7ac5cc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #003d6c;
  line-height: 1.7;
}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .block_pref p {
        margin: 15px;
    }
}
 .block_pref p span {
  display: block;
  float: left;
  width: 120px;
  height: 100%;
}
/***преимущества***/
/***вставки***/
.label_content {
  position: relative;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  margin: 0 10px;
  text-align: left;
  background-color: rgba(242,242,242,1);
  padding: 15px;
  padding-bottom: 7px;
  margin-bottom: 40px;
}
.label_content:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  position: absolute;
  pointer-events: none;
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  border: 2px solid #fff;
  z-index: 1;
}
/***вставки***/
.vds .kvm { margin-top: 30px;}
.vds .kvm p img {
  float: left;
  padding-right: 20px;
}

.os {
  width: 80%;
  margin: 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.vds .os div {
  border: 1px solid #7ac5cc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #003d6c;
  padding: 10px;
  width: 20%;
}
.vds .os img {
  height: 60px;
  float: left;
}
.vds .os p {
  padding: 0;
  margin-left: 10px;
  text-align: center;
}
.vds .os p i {
  color: #777;
  font-size: 15px;
  font-weight: normal;
}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .os div {
        margin: 25px;
    }
}
/***block_pay***/
.block_pay {
  margin-top: 20px;
  background-image: url(../img/pay_block_bg.jpg);
  height: 300px;
  background-position: center;
  background-position-y: -100px;
  font-size: 20px;
}
.block_pay .parallax_dark {
  background: rgba(255, 238, 216, 0.85);
  padding: 10px;
}
.block_pay .ramka {
  border: 1px dashed;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  height: 100%;
  padding: 10px;
}
.block_pay .ramka .service_title.service_title {padding: 0;}
.block_pay .ramka .service_title h3 {
  margin: 0px 0px 20px;
  color: #0180b6;
  font-weight: normal;
}
.block_pay .ramka .fl_box div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  width: 50%;
  padding: 0 20px;
}
.block_pay table {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.block_pay .ramka .fl_box div.pay_user {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
  text-transform: uppercase;
  color: #ff8301;
  font-weight: 600;
}
div.pay_user img {
  width: 80px;
  vertical-align: middle;
  padding-right: 10px;
}
.block_pay .ramka .fl_box div.urid {color: #0180b6;}
/***block_pay***/
/****************************** VDS ***************************************/
/**************************** HOSTING *************************************/
.host .block_promo {background-image: url(../img/hosting_promo.jpg);}
.host .block_promo .parallax_dark {background: rgba(0,0,0,0.7);}

.host .block_tariff_content .block_tariff_element:nth-child(1) .tariff_title span {color: #CD7F32;}
.host .block_tariff_content .block_tariff_element:nth-child(2) .tariff_title span {color: #9a9a9a;}
.host .block_tariff_content .block_tariff_element:nth-child(3) .tariff_title span {color: #e0bd00;}
.host .block_tariff_content .block_tariff_element:nth-child(1) .tariff_option {border-color: #CD7F32;}
.host .block_tariff_content .block_tariff_element:nth-child(2) .tariff_option {border-color: #C0C0C0;}
.host .block_tariff_content .block_tariff_element:nth-child(3) .tariff_option {border-color: #FFD700;}
.host .block_tariff_element .tariff_option p:first-child {
  font: 22px/20px Roboto, sans-serif;
  color: #003d6c;
  font-weight: bold;
  margin-top: 10px;
}
.host .block_tariff_element .tariff_option span {
  font-weight: normal;
  font-size: 16px;
}
.host .block_tariff_element .tariff_option p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.host .block_tariff_element .tariff_option .for_infinity {
  padding-left: 70px;
}

/****бесконечность***/
.infinity {
  position: relative;
  width: 28px;
}
.infinity:before,
.infinity:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #003d6c;
  -moz-border-radius: 50px 50px 0 50px;
  border-radius: 50px 50px 0 50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.infinity:after {
  left: 11px;
  right: 0;
  -moz-border-radius: 50px 50px 50px 0;
  border-radius: 50px 50px 50px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
 /***бесконечность***/
.host .block_tariff_element .tariff_option p {color: #090;}
.host .block_tariff_element .tariff_option .for_infinity p {
  text-align: left;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.host .block_tariff_element .tariff_option .for_infinity p span {
  text-align: left;
  color: #090;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.host .block_tariff_element .tariff_option .for_infinity p span:last-child {margin-left: 30px;}
/***вкладки хостинг***/
/* Активация секций с помощью псевдокласса :checked */
#tab_host_1:checked~#content-tab_host_1, #tab_host_2:checked~#content-tab_host_2 {display: block;}
.host .tabs > input:checked + label {font-size: 24px;}
.host .tabs > label {font-size: 20px;}
.host .tabs .label_content {
  margin: 0;
  margin-top: 20px;
  padding-bottom: 5px;
}
/***вкладки хостинг***/
.host .block_tariff_element .tariff_title img {
    width: 40px;
    margin-left: 25px;
    margin-right: -65px;
}
.host #content-tab_host_2 .block_tariff_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}
.host #content-tab_host_2 .block_tariff_content .block_tariff_element {margin-right: 40px;}
.host #content-tab_host_2 .block_tariff_content .block_tariff_element:last-child {margin-right: 0;}
.host .tabs > section {
  padding-bottom: 20px;
  height: auto;
}
.host .label_content {
  margin: 20px 0;
  padding-bottom: 5px;
}
.host ul {
    list-style: none;
    margin: 20px;
}
.host ul li {
    color: #003d6c;
    font-size: 17px;
    line-height: 1.5;
}
/***cms**/
.tested_cms .fl_box {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .tested_cms .fl_box .logo_cms {
        display: inline-block;
    }
}
.logo_cms {
  width: 120px;
  text-align: center;
  margin: 10px 0px;
}
.logo_cms p {
  text-align: center;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.host .modal_content .tabs > label {font-size: 14px;}
.host .modal_content .tabs > input:checked + label {font-size: 14px;}
.host .modal_body .polzunok label {width: 200px;}
.host .modal_body .polzunok input {
    width: 110px;
    padding: 12px 15px;
}
.host #qn20 .modal_body {margin-top: -280px;}

.st-nds {
  font-size: 12px;
  color: #777;
}
/**************************** HOSTING *************************************/
/*************************** IP адрес *************************************/
.ip_price_table table {
  width: 100%;
  text-align: center;
  outline-offset: -1px;
  border-collapse: collapse;
  border-spacing: 0;
  outline: solid 0;
}
.ip_price_table table tr:not(:last-child) {border-bottom: 1px solid #d1d1d1;}
.ip_price_table table th {
  font-weight: bold;
  padding: 5px;
  color: #0080b7;
}
.ip_price_table table th span {
  font-size: 14px;
  font-weight: normal;
}
.ip_price_table table td {padding: 7px;}
.ip_price_table table td:nth-child(1) {color: #ccc;}
.ip_price_table table td:nth-child(1) span {color: #333;}
.ip_price_table table td:nth-child(2) {color: #ccc;}
.ip_price_table table td:nth-child(2) span {color: #333;}
p.sale_ip {
font-size: 24px;
padding: 20px 0;
padding-left: 35%;
}
.fb_cont {
  margin-top: 20px;
  width: 100%;
}
.fb_elem_usl {width: 60%;}
.fb_elem_requ {width: 38%;}
.fb_elem_usl ul li {
  line-height: 1.8;
  color: #0080b7;
  padding-left: 60px;
  list-style: none;
}
.for_img_ip {
  text-align: center;
  margin-top: 30px;
}
.for_img_ip img {width: 350px;}
.fb_elem_requ div.feedBack_inf {
  padding-bottom: 18px;
  font-size: 14px;
}
.fb_elem_requ .modal_content select {
  background: #fff;
  border: 1px solid rgba(242,242,242,1);
  color: #d04f32;
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  font-size: 16px;
  padding: 12px 30px;
  vertical-align: middle;
  width: 100%;
  outline: none;
}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .fb_elem_requ .modal_content select {
        display: inline-block;
        text-indent: 20px;
        line-height: 40px;
    }
}
.modal_content textarea {
  background: #fff;
  border: 1px solid rgba(242,242,242,1);
  color: #d04f32;
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  min-height: 40px;
  font-size: 16px;
  padding: 8px 30px 8px 19px;
  vertical-align: middle;
  width: 100%;
  outline: none;
  resize: none;
  overflow: auto;
}
.modal_content textarea:hover {border-color: #515151;}
.modal_content textarea::-webkit-input-placeholder {color: #d04f32;}
.modal_content textarea:-moz-placeholder {color: #d04f32;}
.icon-content-special-required {
  display: block;
  right: 15px;
  position: absolute;
  top: 0;
}

.icon-content-special-required:before {
  content: "\26B9";	
  color: #20b3ae;
}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .icon-content-special-required:before {
         content: "\002A";
    }
}
.need_field .icon-content-special-required {
  right: 160px;
  top: -2px;
}
.modal_content div.need_field {
  margin-top: -8px;
  color: #d04f32;
  text-align: right;
  line-height: 1;
  font-size: 16px;
  position: relative;
}
/*************************** IP адрес *************************************/
/****************************** SSL ***************************************/
.ssl img {
  width: 250px;
  margin-right: 30px;
}
.ssl .content_text {padding-top: 20px;}
.tariff_ssl {
  width: 100%;
  padding-left: 240px;
  padding-bottom: 20px;
}
.tariff_ssl_element {width: 50%;}
.tariff_ssl_element .ssl_element_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 5px;  
}
.tariff_ssl_element ul {height: 200px;}
.tariff_ssl_element li {list-style: none; font-size: 15px;}
.tariff_ssl_element li span {
  margin: 0 10px;
  color: green;
}
.tariff_ssl_add {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.tariff_ssl_element_add {width: 25%; padding: 0 3px;}
.tariff_ssl_element_add .ssl_element_title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 5px;  
}
.tariff_ssl_element_add ul {height: 260px;}
.tariff_ssl_element_add li {list-style: none; font-size: 11px;}
.tariff_ssl_element_add .ssl_comodo p label {margin-left: 25%; font-size: 14px;}


/*
.ssl_comodo p {font-size: 20px; text-align: left; line-height: 1.2; color: #999;}
*/
.ssl_comodo p input {margin-left: 60px;}
.ssl_comodo p label {margin-left: 32%;}
/*
.ssl_comodo .achtung {font-size: 26px;}
.ssl_comodo .green {font-weight: bold;}
*/
.ssl .loader img {width: 48px; margin-right: 0;}
/****************************** SSL ***************************************/
/************************* Аренда сервера *********************************/
.server .block_promo {background-image: url(../img/server_promo.jpg);}
.server_individ {padding-bottom: 20px;}
.server_individ_element_left {
  width: 65%;
  padding-right: 15px;
}
.server_individ_element_left h4 {
  color: #ff6000;
  font-size: 24px;
  text-indent: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.server_individ_element_left img {
  width: 250px;
  float: left;
  margin-top: 25px;
  margin-right: 20px;
}
.server_individ_element_left li {
  color: brown;
  list-style-position: inside;
}
.contacts_messendger{
  width: 50%;
  margin: 20px auto 0;
}
.contacts_messendger_element {
  width: 50%;
  text-align: center;
}
.contacts_messendger a {display: inline-block;}
.contacts_messendger a img {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
}
.contacts_messendger h3 {
  font-size: 18px;
  font-weight: normal;
  color: #151716;
  padding: 0;
  margin: 0;
}
.server_individ_element_right {width: 35%;}
.server_individ_element .modal_content h3 {
  font-size: 26px;
  text-align: left;
  font-weight: normal;
  color: #515168;
  padding-bottom: 11px;
  margin: 0;
}
.server_individ_element .modal_content textarea {min-height: 152px;}
.modal_content .pd {
  margin-top: 10px;
  padding-bottom: 0;
  font-size: 13px;
  white-space: pre-wrap;
}
.block_ready_server {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          -webkit-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          align-items: center;
  border: 1px solid #fff;
  height: 80px;
}
.block_ready_server:hover {border: 1px solid #ff6000;}
.block_ready_server:nth-child(2n) {background-color: #f7f7f7;}
.block_ready_server div {
  width: 16.6%;
  text-align: center;
}
.block_ready_server p {
  font-size: 20px;
  text-align: center;
  padding-bottom: 0;
}
.block_ready_server  span {color: #999;}
.ready_server_processor p {font-weight: bold;}
.ready_server_price p>span {color: #ff6000; font-weight: bold;}
.ready_server_memory p>span {color: #515151; font-weight: bold;}
.ready_server_disk p>span {color: #0080b8;}
.ready_server_zakaz .button_box {display: inline;}
.server_preview_dc img {
  width: 250px;
  float: left;
  margin: 5px 20px 0 0;
}
/************************* Аренда сервера *********************************/
/*********************** Администрирование ********************************/
.support .block_promo {background-image: url(../img/support_promo.jpg);}
.support .service_price_table {width: 65%;}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .support .service_price_table {
        width: 60%;
    }
}
.support_free .service_price_img img {
  width: 152px;
  height: 200px;
}
.support ul {
  margin: 10px;
/*  margin-left: 100px;*/
  margin-left: 30px;
  text-align: justify;
}
.support .support_free ul {margin-left: 60px;}
.support ol {
  margin-left: 50px;
  font-size: 17px;
  color: #333;
}
/*.support .label_content ul {margin-left: 30px;}*/
.green {color: #009900;}

.support .service_price_zakaz p {
  font-size: 22px;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  padding: 0;
  padding-left: 10px;
}
.service_price_zakaz {text-align: center;}
.service_price_zakaz p:first-child span {
  font-size: 54px;
  font-weight: bold;
  color: #ff6000;
  text-transform: uppercase;
  font-style: normal;
}
.service_price_zakaz a.snos {
  font-size: 11px;
  color: #777;
  text-transform: uppercase;
  display: inline-block; 
  margin-bottom: 15px;
}

/*
.support table {
  width: 800px;
  margin: 10px auto;
  padding-bottom: 20px;
  text-align: center;
}
.support table td{
  width: 25%;
  height: 36px;
  text-transform: uppercase;
}
.support table img { height: 180px;}
.support table td:first-child { color: #333;}
.support table td:last-child { color: #009900;}
*/
/* Safari
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .support table td {
        height: 40px;
    }
}
*/
/*********************** Администрирование ********************************/
/***************************** Бэкап **************************************/
.backup .block_promo {background-image: url(../img/backup_promo.jpg);}
.backup .block_tariff_element .tariff_title p {font-size: 15px; color: #e46200;}
.backup .block_tariff_element .tariff_option {border-color: #ffd080;}
.backup .block_tariff_element .tariff_option p {font-size: 14px; color: #e46200;}
.backup .block_tariff_element .tariff_option span {color: #009900;}
.service_element {
  border-top: 1px solid rgba(116,116,116,.42);
  margin-top: 10px;
}
.service_annotation {
  background-color: #eefbfa;
  border: 1px solid #5199bb;
  border-left-width: 10px;
  padding: 15px 25px;
}
  .service_price {
  margin-top: 15px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.service_price_img {
  width: 17%;
  text-align: center;
}
.service_price_img img {
  width: 138px;
  height: 138px;
}
.service_price_table {width: 82.9999%;}
.service_price_table table {
  width: 100%;
  text-align: center;
  outline-offset: -1px;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: 10px solid #5199bb;
  background: #eee;
  outline: solid 0;
}
.service_price_table table tr:not(:last-child) {
  border-bottom: 1px solid;
  border-color: #d1d1d1;
}
.service_price_table table th {padding: 5px;}
.service_price_table table td {padding: 5px;}
.service_element p {
  font-size: 16px;
  padding: 10px;
  padding-bottom: 20px;
  font-style: italic;
}
/***************************** Бэкап **************************************/
/*************************** Контакты *************************************/
.contacts .contacts_messendger {width: 40%;}
.contacts .contacts_messendger a img {
  width: 80px;
  height: 80px;
}
.contacts_info {
  border-top: 1px solid #0080b8;
  margin-top: 20px;
  margin-bottom: 30px;
}
.contacts .contacts_info_requisite {width: 58%;}
.contacts .contacts_info_request {
  width: 41.99%;
  padding-left: 30px;
}
.contacts .contacts_info h3 {text-align: left;}
.contacts .table_requisite table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: rgba(242,242,242,1);
  -webkit-box-shadow: inset 0 0 0 2px rgba(242,242,242,1), inset 0 0 0 4px #fff;
     -moz-box-shadow: inset 0 0 0 2px rgba(242,242,242,1), inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 2px rgba(242,242,242,1), inset 0 0 0 4px #fff;
  border-left: 10px solid #0080b8;
  background: #eee;
}
.contacts .table_requisite table tr:not(:last-child) {border-bottom: 1px solid #d1d1d1;}
.contacts .table_requisite table td {
  height: 51px;
  padding-left: 20px;
  color: #151716;
  padding-right: 15px;
}
.contacts .table_requisite table td span {display: inline-block;}
.contacts_info_request form.feedBack textarea {min-height: 205px;}
.contacts_info_request .field_feedback label {font-size: 14px;}
.contacts .contacts_info_request .button_box {margin-top: 5px;}
.contacts .contacts_info_request .modal_content {padding-bottom: 0;}
/*************************** Контакты *************************************/
/**************************** Домены **************************************/
.domain .block_promo {background-image: url(../img/domains_promo.jpg);}
.form_check_domain {
  background: #5199bb;
  text-align: center;
  padding: 20px 0;
}
.form_check_domain input {
  width: 600px;
  height: 60px;
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.form_check_domain button {
  background: #01d101;
  height: 60px;
  padding: 0 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-left: -5px;
}
.form_check_domain button:hover {background: #00df00;}
.result_check_domain {
  padding: 20px 0;
  border: 1px solid #5199bb;
  border-top: none;  
}
.result_check_domain h4{
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
}
/***
.find_result_domain .result_domain {
  border-bottom: 1px solid #999;
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
  padding-bottom: 10px;
}
***/
.find_result_domain {
  border-bottom: 1px solid #999;
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
  padding-bottom: 10px;
}
.result_domain {
  width: 100%;
  text-align: center;
}
.result_domain div {
  width: 100%;
}
.result_domain span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
/***
.find_result_domain .result_domain span:first-child {
  text-transform: uppercase;
  margin-right: 5px;
}
***/
.result_domain div span:first-child {
  width: 70px;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
/***
.find_result_domain .result_domain span:nth-child(2) {
  color: #5199bb;
  text-transform: lowercase;
  max-width: 63%;
  word-wrap: break-word;
}
***/
.result_domain div span:nth-child(2) {
  color: #5199bb;
  text-transform: lowercase;
  max-width: 63%;
  word-wrap: break-word;
}
/* Safari */
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .result_domain div span:nth-child(2) {
       width: 63%;
    }
}
.result_domain div span:nth-child(3) {
  width: 90px;
  text-align: right;
}
/*
.find_result_domain .result_domain span:nth-child(3) {
  width: 100px;
  text-align: right;
}
*/
.result_domain .dom {
  display: inline-block;
  width: 150px;  /*** ??? ***/
  height: 0; /*** ??? ***/
  padding: 0;
  border: 0;
  vertical-align: top;
}
.result_domain .dom .help_tip {
  width: auto;
  display: inline-block;
}

/*************************/
.help_tip{cursor: pointer;}
.help_tip:hover {position: relative;}
.help_tip span:nth-child(2) {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;  
  border-radius: 6px;
  padding: 10px;
  background-color: #1E2021;
  color: #FFF !important;
  font-size: 14px;
  opacity: 0.8;
}
.help_tip:hover span:nth-child(2) {
  display:block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
	}
    100% {
        opacity:100%;
        transform: scale(1);
    }
}
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}
/***************************/
.result_domain div .dom span {
  width: auto;
  max-width: 100%;
  color: #f00;
}
/* Safari */
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .result_domain div .dom>span  {
       width: 120px;
    }
}
.result_domain .help_tip span:first-child {margin: 0;}
.result_domain .dom .help_tip span:nth-child(2) {
  max-width: 200px;
  width: 200px;
text-transform: none;
}

.result_domain button {
  border: 1px solid #01d101;
  background: #fff;
  text-transform: uppercase;
  color: #01d101;
  padding: 10px;
}
.result_domain button:hover {
  background: #01d101;
  color: #fff;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}
.find_result_domain .result_domain button {margin-top: -10px;}
.find_other_result_domain .result_domain {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
 .find_other_result_domain .result_domain div {
  width: 45%;
  padding: 10px;
  line-height: 2;
  font-size: 16px;
} 
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .find_other_result_domain .result_domain div {
       display: inline-block;
       margin: 0 30px;
    }
}
.find_other_result_domain .result_domain>div {border-bottom: 1px solid #eee;}
.find_other_result_domain .result_domain div span {vertical-align: middle;}
.find_other_result_domain .result_domain div div {
  padding: 0;
  margin: 0;
  width: auto;
}
.find_other_result_domain .result_domain div div.dom {width: 120px;}
.find_other_result_domain .result_domain div span:nth-child(2) {
  text-align: left;
  overflow: hidden;
  width: 44%;
}
.find_other_result_domain .result_domain div span:nth-child(3) {
  /*width: 80px;
  margin-right: 10px;
*/
 width: 40px;
}
.find_other_result_domain .result_domain .help_tip span:first-child {
  text-transform: none;
  font-weight: normal;  
}
.find_other_result_domain .result_domain div div span:nth-child(2) {
  text-align: center;
  overflow: visible;
  width: auto;
}
.find_other_result_domain  .result_domain button {padding: 7px 10px;}
.block_price_domain .result_domain {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.block_price_domain .result_domain div {
  width: 28%; 
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #c8ecff;
}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .block_price_domain .result_domain div {
       display: inline-block;
       margin: 0 30px;
       margin-bottom: 10px;
    }
}
.block_price_domain .result_domain div span.domain_price {
   color: limegreen;
   font-weight: bold;
   float: right;
   width: auto;
}
.block_price_domain .result_domain div span.domain_price span {
  width: 50px;
  margin-right: 0;
  text-align: right;
}

.block_price_domain p {
  text-align: right;
  margin: 20px;
  margin-top:  10px;
  color: #6fcaf8;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#extension_domain span.domain_price {color: cadetblue;}
.block_other_service_domain .block_pref p {
  padding: 0;
  width: 22%;
  border: none;
  font-weight: normal;
  line-height: 1.7;
  font-size: 18px;
}
.block_other_service_domain .block_pref p img {
  float: left;
  padding-right: 10px;
}
.block_other_service_domain .block_pref p span.green {
  float: none;
  display: block;
  height: auto;
  width: auto;
}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .block_other_service_domain .block_pref p {
        margin: 15px;
    }
}
/***блок faq***/          
.block_faq_domain .faq-section {margin-top: 10px;}
.block_faq_domain .faq-section input {display: none;}
.block_faq_domain .faq-section p {
  display: none;
  margin-left: 20px;
}
.block_faq_domain .faq-section label+p {
  display: block;            
  color: #999;
  font-size: .85em;
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
  /* Clipping text */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.block_faq_domain .faq-section label {margin-bottom: 10px;}
.block_faq_domain .faq-section input[type=checkbox]:checked~p {
  display: block;
  color: #444;
  font-size: 16px;
  /* Восстанавливаем обрезание по умолчанию */
  -o-text-overflow: clip;
     text-overflow: clip;
  white-space: normal;
  overflow: visible;
}
.block_faq_domain .faq-section label {
  /*font-size: 1.2em;*/
  cursor: pointer;
  background: #eee;
  display: block;
  position: relative;
  padding: 7px 10px;
  font-weight: bold;
  border: 1px solid #ddd;
  border-left:  10px solid #5199bb;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
/*Удаляем выделение текста при переключении*/
.block_faq_domain .faq-section label::selection {background: none;}
.block_faq_domain .faq-section label:hover {background: #f5f5f5;}
.block_faq_domain	.faq-section input[type=checkbox]:checked~label {
  border-color: #32cd32;
  background: #daffe0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#daffe0));
  background-image: -webkit-linear-gradient(top, #fff, #daffe0);
  background-image: -moz-linear-gradient(top, #fff, #daffe0);
  background-image: -o-linear-gradient(top, #fff, #daffe0);
  background-image: linear-gradient(to bottom, #fff, #daffe0);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,.4);
     -moz-box-shadow: 0 0 1px rgba(0,0,0,.4);
          box-shadow: 0 0 1px rgba(0,0,0,.4);
}
/*Стрелка метки - состояние по умолчанию*/
.block_faq_domain .faq-section label::before{
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left-color: inherit;
}
/*Обновляем стрелку справа*/
.block_faq_domain	.faq-section input[type=checkbox]:checked~label::before{
  border: 6px solid transparent;
  border-top-color: inherit;
  margin-top: -3px;
  right: 10px;
}
.block_faq_domain	 .domainzakaz {font-weight: bold;}
/***блок faq***/
/**************************** Домены **************************************/
/************************** Colocation ************************************/
.colo .block_promo {background-image: url(../img/colo_promo.jpg);}
.colo .colo_price {width: 25%;}
.colo .colo_price p {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  color: #ccc;
  padding-bottom: 0;
}
.colo .colo_price span{
  font-size: 60px;
  font-weight: bold;
  color: #ff6000;
}
.colo .colo_price img {margin-top: -10px;}
.colo_onprice p{
  font-size: 22px;
  line-height: 36px;
  padding-bottom: 0;
  border-bottom: 1px solid #eee;
}
.colo_onprice {
  width: 69%;
  padding: 10px 80px;
}
.colo_onprice p i{
  font-weight: bold;
  font-style: normal;
  color: #007fb8;
  padding-left: 15px;
  float: right;
}
.colo_oftarif {
  margin-top: 20px;
  background-image: url(/img/colo_ofprice.jpg);
  background-position: center;
  padding-bottom: 20px;
}
.colo_ofprice p {
  padding-bottom: 0;
  margin-left: 30px;
  border-bottom: 1px solid darkseagreen;
  color: #000;
  width: 65%;
  line-height: 1.8;
}
.colo_ofprice p i {
  font-weight: bold;
  font-style: normal;
  color: darkred;
  float: right;
}
.colo_zakaz p {
  font-size: 26px;
  text-align: center;
  color: #ff6000;
}
.colo .block_pref p {
  width: 250px;
  font-weight: normal;
  color: #4CAF50;
}
/* Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .colo .block_pref p {
        margin: 25px;
    }
}
/************************** Colocation ************************************/
/***************************** Footer *************************************/
footer .fl_box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_logo {width: 180px; }
.footer_navi {
  width: 1080px;
  text-align: center;
}
.footer_navi ul li {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
}
.footer_navi ul li a {
  color: #bbb;
  font-size: 14px;
}
.footer_navi ul li a:hover {color: #eee;}
.footer_capcha {
  font-size: 13px;
  width: 100%;
  color: #777;
}
.footer_capcha p {
  margin-top: 10px;
  padding: 0;
  text-align: right;
  margin-right: 40px;
}
.footer_capcha p span {
  font-size: 8px;
  margin-right: 20px;
}
/***********  капча *********************/
.data-badge {display:inline;}
.grecaptcha-badge {display: none;}
/***********  капча *********************/
/***************************** Footer *************************************/

/***************************** Error **************************************/
.error .service_title h3 {
  text-align: center;
  text-indent: 0;
}
.error p {text-align: center;}
/***************************** Error **************************************/
/****************************** Off ***************************************/
.off .fl_box div {position: relative;}
.off .fl_box div img {
  width: 500px;
  margin-top: 40px;
}
.off .fl_box div ul {
  position: absolute;
  top: 325px;
  left: 70px;
  font-size: 20px;
  font-weight: bold;
  color: red;
}
.off .fl_box div ul li {
  padding-bottom: 15px;
  text-transform: uppercase;
}
.off .fl_box div:last-child {padding-left: 30px;}
.off .fl_box div:last-child h3 {
  font-size: 24px;
  padding-bottom: 15px;
}
.off .fl_box div:last-child p {font-size: 17px;}
.off .fl_box div:last-child p strong {color: #007eb6;}
/****************************** Off ***************************************/
/**************************** Privacy *************************************/
.privacy ul {
  margin: 10px 0 20px 50px;
  color: #005d86;
}
.privacy ul li {list-style: none;}
/**************************** Privacy *************************************/

/*******************************FAQ****************************************/
.left_column {
  background: linear-gradient(90deg, #FFF9D8, #FFF);
  border-right: 1px solid #e7e7e7;
  padding: 0 10px;  
}
.faq .content_text h3 {
  line-height: 1;
  color: #515151;
  font-size: 24px;
  margin: 30px auto;
}
/***faq_nav***/
.block_nav_faq {
    width: 230px;
    overflow: hidden;
}
ul.faq_menu {
  list-style: none;
  font-size: 14px;
}

.group_menu_item ul {
  /* by default hide all sub menus */
  display: none;
}

.group_menu_item li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.group_menu_item input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}

.group_menu_item label, .group_menu_item a {
  position: relative;
  display: block;
  color: #0080b8;
   cursor: pointer;
}

.group_menu_item label:hover, .group_menu_item a:hover {
  color: #20b3ae;
  text-decoration: underline;
}

.group_menu_item li.current a {
    color: #0a716d;
    text-decoration: underline;
}
.group_menu_item label span {
    border-right: 2px solid;
    border-bottom: 2px solid;
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
}
.group_menu_item input[type=checkbox]:checked + label {font-weight: bold;}
.group_menu_item input[type=checkbox]:checked + label span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.group_menu_item input[type=checkbox]:checked + label + ul,
.group_menu_item input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}

.group_menu_item ul label,
.group_menu_item ul a {
  padding-left: 15px;
}

.group_menu_item ul ul label,
.group_menu_item ul ul a {
  padding-left: 30px;
}

.group_menu_item ul ul ul label,
.group_menu_item ul ul ul a {
  padding-left: 45px;
}
/***faq_nav***/
.right_column  {
    padding: 0 20px;
}
.right_column  ul {
    padding: 0 0 10px 60px;
}
.right_column  ul li {
    padding-top: 10px;
}
.right_column  ul ul {
    padding-left: 40px;
    color: #005980;
}
.right_column  ul span
{
    display: inline-block;
    color: #777;
    font-size: 16px;
}
/*******************************FAQ****************************************/
/****************************** covid ***************************************/
.covid .block_promo {
  background-image: url(../img/covid19_promo.jpg);
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}
.covid .block_promo .parallax_dark {
    background: rgba(0,0,0,0.7);
}
.covid .link_form {
    margin: 0 auto;
    width: 200px;
    border: 1px solid #0082bc;
    display: block;
    margin-bottom: 20px;
}
/****************************** covid ***************************************/
/****************************** chia ****************************************/
.chia .block_promo {
  background-image: url(../img/chia_promo.jpg);
}

.chia .parallax_dark {background: rgba(0,0,0,0.7);}

.plots_info {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    background: #0080B8;
    color: #fff;
    padding: 30px 0;
    margin: 30px 0;
}

.chia_buy li {
  margin-left: 50px;
  color: #000;
  line-height: 1.8;
  font-size: 20px;
}


.block_chia_tarif {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
}

.chia_tarif {
    display: inline-block;
    padding: 20px 10px;
 /*   width: 30%;*/
    width: 40%;
    margin: 15px 0;
    border: 1px solid #7ac5cc;
    font-size: 20px;
    text-align: center;
    color: #003d6c;
    line-height: 1.7;
    background: lavender;
}
.chia_tarif p {
   text-align: center;
   color: #333;
   font-weight: normal;
   line-height: 1.7;
   padding: 0;
}
.chia_tarif p:first-child {
  color: #0080b8;
  font-size: 26px;
    font-weight: bold;
}
.chia_tarif p span {
    display: block;
    color: #999;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: normal;
}
.chia_tarif p:first-child {
  color: #0080b8;
  font-size: 26px;
}
.chia_tarif p:nth-child(2) {
    font-size: 36px;
    color: #ff6000;
    font-weight: bold;
}
.chia_tarif .button_box {margin: 30px 0 20px;}

.freeday {
    width: 500px;
    margin: 0 auto;
    font-size: 22px;
}
.freeday p {
    padding-bottom: 0;
    line-height: 1.8;
    border-bottom: 1px solid #d8e5eb;
}

.freeday p i {
    font-style: normal;
    float: right;
}
.freeday p:first-child {
  padding: 0 20px;
  line-height: 1.4;
  color: #ccc;
  border: none;
}

.block_pref_chia {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
}

.block_pref_chia p {
    display: inline-block;
    padding: 20px 10px;
    width: 18%;
    margin: 15px 0;
    border: 1px solid #003d6c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
  font-weight: bold;
  color: #0080b8;
}

.block_modal_chia {
  width: 500px;
  margin: 30px auto;
}
.chia .block_modal_chia .modal_content  {box-shadow: inset 0 0 0 2px rgb(4, 130, 185), inset 0 0 0 4px #fff;}
/****************************** chia ****************************************/


/****************************** lir ****************************************/
.lir .block_promo {
  background-image: url(../img/lir_promo.jpg);
  background-position-y: -100px;
}
.lir .chia_buy {margin-bottom: 40px;}
.lir table {margin: 15px auto;}
.lir table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.lir table td:first-child {
  padding: 5px 10px;
  color: #000;
}
.lir table td:nth-child(2) {
  font-size: 16px;
}
.lir table td:nth-child(3) {
  padding: 5px 10px;
  text-align: center;
}
.lir table td:last-child {
  text-align: center;
  color: #ff6000;
}
.lir table tr:last-child td{
  text-align: left;
  color: #0080b8;
  font-size: 14px;
}

/****************************** /lir ****************************************/