<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* open-sans-300 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/css/font/open-sans-v18-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/font/open-sans-v18-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/open-sans-v18-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/open-sans-v18-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */
       url('/css/font/open-sans-v18-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/open-sans-v18-latin_cyrillic-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/css/font/open-sans-v18-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/font/open-sans-v18-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/open-sans-v18-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/open-sans-v18-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('/css/font/open-sans-v18-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/open-sans-v18-latin_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/css/font/open-sans-v18-latin_cyrillic-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/font/open-sans-v18-latin_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/open-sans-v18-latin_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/open-sans-v18-latin_cyrillic-600.woff') format('woff'), /* Modern Browsers */
       url('/css/font/open-sans-v18-latin_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/open-sans-v18-latin_cyrillic-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/css/font/open-sans-v18-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/font/open-sans-v18-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/open-sans-v18-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/open-sans-v18-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('/css/font/open-sans-v18-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/open-sans-v18-latin_cyrillic-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/css/font/open-sans-v18-latin_cyrillic-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/font/open-sans-v18-latin_cyrillic-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/font/open-sans-v18-latin_cyrillic-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/open-sans-v18-latin_cyrillic-800.woff') format('woff'), /* Modern Browsers */
       url('/css/font/open-sans-v18-latin_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/font/open-sans-v18-latin_cyrillic-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}





input[type=submit], button { -webkit-appearance: none;}





/*Горизонтальное выпадающее меню*/
/*
ul.menu {
	display: inline-block;
	background: url('../img/menu_bg.gif') no-repeat;
	width: 1099px;
	padding: 0 0 0 0;
	margin-left:45px;
	margin-top:0px;

}

ul.menu li {
	float: left;
	list-style: none;
	position: relative;
	width: 183px;
	height: 50px;
	text-align:center;
}

ul.menu li a {
	color: white;
	display: block;
	font-family: Open sans;
	font-size: 16px;
	padding: 16px 0 12px 0;
	text-decoration: none;


}
*/

/*

ul.menu li a:hover {
	background-color: #ffffff;
	font-family: Open sans;
  	font-size: 16px;
  	padding:16px 0 16px 0;
	color:#4f4942;
}

*/
/*Выпадающее меню*/

/*
ul.menu li ul {
	display: none;
}


ul.menu li:hover a
{
	background-color: #ffffff;
  	color:#4f4942;
  	text-shadow: none;
  	font-size: 16px;
  	padding:16px 0 15px 0;

	}


ul.menu li:hover ul {
	display: block;
	position: absolute;
	top: 50px;
	width: 470px;
	height:200px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	background-color: #ffffff;
	z-index: 1000;
	padding: 0px;
	box-shadow:1px 2px 2px #535353;
}


*/









/*Горизонтальное выпадающее меню*/
.menu1 {display: inline-block;width: 30px;padding: 0 0 0 0;margin-left:0px;margin-top:10px; margin-bottom: 5px;}
.menu1 li {float: left;list-style: none;position: relative;width: 30px;height: 30px;font-family: Open sans;font-size: 13px;}
.menu1 li a {color: white;display: block;font-family: Open sans;font-size: 13px;}
.menu1 li a:hover {background-color: #ffffff;font-family: Open sans;font-size: 13px;color:#4f4942;}
.menu1 li ul {display: none;}
.menu1 li:hover a{ color:#4f4942;text-shadow: none;}
.menu1 li:hover ul {display: block;position: absolute;left:-170px;top: 30px;width: 210px;height:210px;
background-color: #ffffff;z-index: 1000;padding: 0px;box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);}
.p50 img {position:relative;top:6px;}
.p50 a {background:url(/img/menu_icon_grey.gif) no-repeat left center; padding: 0 0 0 25px;}

a.fast_dostup_top_l:hover {text-decoration:none}



.blue_submenu {display: inline-block;padding: 0 0 0 0;margin: 0 0 0 0;}
.blue_submenu li{	float: left;list-style: none;position: relative;}
.blue_submenu li a{font-family: Open sans;font-size: 13px;font-weight:600; color:#0f9dcb;padding:0 20px 0 0;}
.blue_submenu li a:hover{text-decoration:none;}

ul.green_submenu {display: inline-block;padding: 0 0 0 0;margin: 0 0 0 0;}
ul.green_submenu li{	float: left;list-style: none;position: relative;}
ul.green_submenu li a{font-family: Open sans;font-size: 12px;font-weight:bold; color:#7dbb00;padding:0 20px 0 0;}
ul.green_submenu li a:hover{text-decoration:none;}


ul.menu li:hover ul div.menu_sub_link a {color:#4b4b4b; font-family:Open sans; font-size:12px;font-weight:bold;padding: 20px 0px 0px 15px; text-decoration:underline;text-shadow: none;}
ul.menu li:hover ul div.menu_sub_link a:hover {color:#009bd1; font-family:Open sans; font-size:12px;font-weight:bold;padding: 20px 0px 0px 15px; text-decoration:underline;text-shadow: none;}
ul.menu li:hover ul div.menu_sub_link2 a {color:#787878; font-family:Open sans; font-size:12px;padding: 3px 0px 0px 15px;text-shadow: none;}

ul.menu li:hover ul div.menu_sub_link3 a {color:#4b4b4b; font-family:Open sans; font-size:12px;font-weight:bold;padding: 10px 0px 0px 15px; text-decoration:underline;text-shadow: none;}
ul.menu li:hover ul div.menu_sub_link3  a:hover {color:#009bd1; font-family:Open sans; font-size:12px;font-weight:bold;padding: 10px 0px 0px 15px; text-decoration:underline;text-shadow: none;}

ul.menu li:hover ul div.menu_sub_link_all a {color:#ffffff; font-family:Open sans; font-size:12px;font-weight:bold;text-decoration:none;background:#b2b2b2; padding:4px 5px 4px 5px; width:76px; margin: 7px 0 0 80px;text-shadow: none;}


/*
div.blocks_zag a{color:#ffffff; font-family:Tahoma; font-size:25px;text-decoration:none;text-transform:uppercase;}
div.block_hover:hover a{}
div.blocks_txt a{color:#ffffff; font-family:Open sans; font-size:15px;text-decoration:none;}


div.blocks_zag {margin: 8px 0 0 0;}
div.blocks_txt {margin: 5px 0 0 0;}

*/


/*
div.block_hover1:hover {height:161px;border:1px solid #3cbcea;width:268px;margin-top:-1px;margin-left:0px;}
div.block_hover2:hover {height:161px;border:1px solid #a3dc31;width:268px;margin-top:-1px;margin-left:0px;}
div.block_hover3:hover {height:161px;border:1px solid #ffd269;width:268px;margin-top:-1px;margin-left:0px;}
div.block_hover4:hover {height:161px;border:1px solid #ff865c;width:268px;margin-top:-1px;margin-left:0px;}
*/


div.block_hover_arrow img:hover {width:50px;}




div.top_phone {color:#d5ff82; font-family:Open sans; font-size:25px;}
div.top_phone1 {color:#d1d1d1; font-family:Open sans; font-size:14px;}

.main_zag_blue {color:#3498db; font-family:Open sans ; font-size:19px;text-transform:uppercase; margin:35px 0;float:left;font-weight:normal}
h1.main_zag_green {color:#7dbb00; font-family:Open sans ; font-size:19px;text-transform:uppercase; margin:15px 0 0 0;float:left;font-weight:normal}
div.main_zag_grey {color:#696969; font-family:Open sans ; font-size:15px;text-transform:uppercase; margin:10px 0 10px 0;float:left;font-weight:bold; }
.main_zag_yellow  {color:#f7ac00; font-family:Open sans ; font-size:19px;text-transform:uppercase; margin:15px 0 30px 0;float:left;font-weight:normal}
.main_zag_general {color:#395d81; font-family:Open sans ; font-size:19px;text-transform:uppercase; margin:15px 0 30px 0;float:left;font-weight:normal}

/*Голубое меню*/

ul.blue_menu {padding: 0 0 0 0;}
ul.blue_menu li {list-style: none;}
ul.blue_menu li a {color: #3498db;display: block;font-family: Open sans;font-size: 13px;padding:10px 0 10px 0;text-decoration: underline;font-weight:bold;}
ul.blue_menu li a:hover {background-color: #3498db;font-family: Open sans;font-size: 13px;color:#4f4942;padding:10px 0 10px 0;color:#ffffff;font-weight:bold;text-decoration: none;}


/*зеленое меню*/

ul.green_menu {padding: 0 0 0 0;}
ul.green_menu li {list-style: none;}
ul.green_menu li a {color: #7dbb00;display: block;font-family: Open sans;font-size: 13px;padding:10px 0 10px 0;text-decoration: underline;font-weight:bold;}
ul.green_menu li a:hover {background-color: #7dbb00;font-family: Open sans;font-size: 13px;padding:10px 0 10px 0;color:#ffffff;font-weight:bold;text-decoration: none;}



.clr {clear:both;}
div.table_tarif_zag {color: #ffffff;font-family: Open sans;font-size: 17px;text-transform:uppercase;margin-top:23px;font-weight:bold;}
div.table_tarif_zag_general_1 {color: #ffffff;font-family: Open sans;font-size: 17px;margin-top:20px;padding: 0 0 0 20px;}
div.table_tarif_zag_general {color: #ffffff;font-family: Open sans;font-size: 17px;margin-top:20px;}

td.tbltd {padding-top:5px;}
.hotspot strong{font-size:19px;}

div.order_button img:hover {text-shadow:1px 2px 2px #535353;}


/*  для кнопки заказать*/


    a.but {background: url(../img/table_order_1.gif);display: block;width: 97px;height: 32px;}
    a.but:hover {background-position: 0 -33px;}

    a.but2 {background: url(../img/table_order_2.gif);display: block;width: 97px;height: 32px;}
    a.but2:hover {background-position: 0 -33px;}

    a.but_y {background: url(../img/table_order_1_y.gif);display: block;width: 97px;height: 32px;}
    a.but_y:hover {background-position: 0 -33px;}

    a.but2_y {background: url(../img/table_order_2_y.gif);display: block;width: 97px;height: 32px;}
    a.but2_y:hover {background-position: 0 -33px;}

    a.but_general {background: url(../img/table_order_1_general.gif);display: block;width: 97px;height: 32px;}
    a.but_general:hover {background-position: 0 -33px;}




/*******/


table.cms_table {color: #5b5b5b;font-family: Open sans;font-size: 12px;}
div.more_link_blue a {color: #0f9dcb;font-family: Open sans;font-size: 13px;font-weight:600;}
div.more_link_blue{color: #0f9dcb;font-family: Open sans;font-size: 12px;font-weight:bold;margin-right:10px; margin-top:20px;}
div.more_link_blue a:hover {text-decoration:none}

div.more_link_green a {color: #7dbb00;font-family: Open sans;font-size: 12px;font-weight:bold;}
div.more_link_green{color: #7dbb00;font-family: Open sans;font-size: 12px;font-weight:bold;margin-right:100px; margin-top:10px;}



div.domain_block {width:160px; background:#ffffff;display: inline-block;}
div.domain_zone {background:#7dbb00; padding:5px; display: inline-block;color:#ffffff; font-family: Open sans;font-size: 19px;}
div.domain_price {display: inline-block; color:#6e6e6e; font-family: Open sans;font-size: 19px;}



div.domain_check_form {background: url('../img/domain_check_form_bg.gif') no-repeat; width:721px;height:70px; margin-top:40px;}
div.domain_check_input {float: left;height:40px; width:535px;}
div.domain_check_input input{height:20px;width:450px;margin:10px 0 0 20px; color:#8b8b8b; font-family: Open sans;font-size: 17px;border:0px;padding:15px 10px 10px 10px;}
div.domain_check_button {padding: 9px 0 0 0;}



div.services_icons {height:50px; width: 50px; margin:20px 0 0 40px;float:left}


div.services_icons_name {padding:20px 0 0 0;}
div.services_icons_name span a{padding:0 0 0 20px;color:#696969; font-family: Open sans;font-size: 18px;text-transform:uppercase;text-decoration: none;}
div.services_icons_desc span a{padding-left:40px; color:#696969; font-family: Open sans;font-size: 14px;text-decoration: none;}

div.services_icons_name span a:hover {text-decoration: underline;}
div.services_icons_desc span a:hover {text-decoration: none;}

div.login_form {margin:20px 0 0 0;color:#484848; font-family: Open sans;font-size: 14px;text-transform:none;}
div.login_form a{color:#8a8a8a; font-family: Open sans;font-size: 12px;text-transform:none;}

div.login_form_login{background: url('../img/login_form_login.gif') no-repeat; width:213px;height:35px;padding:0 0 0 50px;}
div.login_form_login input{background: none;color:#484848; font-family: Open sans;font-size: 14px;margin-top:5px;border:0px;}

div.login_form_pass{background: url('../img/login_form_pass.gif') no-repeat; width:213px;height:35px;padding:0 0 0 50px;}
div.login_form_pass input{background: none; color:#484848; font-family: Open sans;font-size: 14px;margin-top:5px;border:0px;}

div.press_item {margin-top:10px;}
div.press_date {background:#EAEAEA; float:left;width:77px; height:23px; color:#484848; font-family: Open sans;font-size: 12px;text-transform:none;padding:4px 0 0 9px;font-weight:bold; margin-right:15px; margin-top:5px;}
.press_date  a{ text-decoration:none;  color:#484848;}
div.press_name {font-family: Open sans;font-size: 14px;text-transform:none; line-height:2}
div.press_name a{ color:#696969;line-height:1.4}
div.press_name a:hover{ text-decoration:none;}


div.press_item_page {margin-top:0px;}
div.press_date_page {background:#EAEAEA; float:left;width:77px; height:23px;  color:#484848; font-family: Open sans;font-size: 12px;text-transform:none;padding:7px 0 0 13px;font-weight:bold;margin-right:15px; margin-top:5px;}
div.press_date_page a {color:#484848;text-decoration:none;}
div.press_name_page {font-family: Open sans;font-size: 14px;text-transform:none;width:750px; line-height:2.8}
div.press_name_page a{ color:#696969;line-height:2}
div.press_name_page a:hover{ text-decoration:none;}


div.partner_item {margin-top:20px;}
div.partner_percent30 {background: url('../img/partner_30.gif') no-repeat; float:left;width:79px; height:79px;  color:#484848; font-family: Open sans;font-size: 12px;text-transform:none;padding:12px 0 0 13px;font-weight:bold;}
div.partner_percent15 {background: url('../img/partner_15.gif') no-repeat; float:left;width:79px; height:79px;  color:#484848; font-family: Open sans;font-size: 12px;text-transform:none;padding:12px 0 0 13px;font-weight:bold;}
div.partner_txt {font-family: Open sans;font-size: 14px;text-transform:none;width:350px;}
div.partner_txt span {margin-left:30px;}
div.partner_txt a{color:#696969;text-decoration:none;line-height:1.4}
div.partner_txt a:hover{color:#484848;text-decoration:none;line-height:1.4}


table.footer {font-family: Open sans;font-size: 13px;color:#ffffff;background: url('../img/footer_main_bg1.png') repeat-x center;}
table.footer a{font-family: Open sans;font-size: 13px;color:#ffffff;line-height:2;}
.footer_zag {font-family: Open sans;font-size: 15px;color:#ffffff;text-transform:uppercase;margin:30px 0 20px 0;}

div.footer2 a{font-family: Open sans;font-size: 12px;color:#b1b2b4;line-height:2;}
div.footer2{font-family: Open sans;font-size: 12px;color:#b1b2b4;line-height:2;}

.bottom_b1 {width:40%; float:left; margin-left: 60px;color:#b1b2b4;line-height: 1.3;font-size: 13px; margin-top:5px;}
.bottom_b1 {}
.bottom_b2 {width:50%; float:left; text-align:right;margin-top: 5px;}



/*подчищаем*/

table,img {border:0px;}

.p1 {background: url('../img/top_bg.jpg') repeat-x top center;}
.p2 {background: url('../img/top_bg.jpg') no-repeat top center;}
.p3 {width:280px;}
.p4 {width:39px;}
.p5 {width:77px;}
.p6 {width:90px;}
.p7 {text-align:left;}
.p8 {height:10px}
.p9 {text-align:center}
.p10 {background: url('../img/block_hosting_v_belarusi.gif') no-repeat;}
.p11 {width:45px;}
.p12 {width:6px;}
.p13 {width:57px;}
.p14 {background: url('../img/block_domain_registration.gif') no-repeat;}
.p15 {background: url('../img/block_mail_hosting.gif') no-repeat;}
.p16 {background: url('../img/block_all_services.gif') no-repeat;}
.p17 {vertical-align:top;position:relative;top:-5px;}
.p18 {margin:20px 20px 20px 25px;}
.p19 {padding-top:12px;padding-left:7px;}
.p20 {margin-top:20px;margin-right:100px;}
.p21 {height:25px;}
.p22 {text-align:center;background:url('../img/table_bg.gif'); color: #000000;font-family: Open sans;font-size: 14px;}
.p22_general {text-align:center;background:url('../img/table_bg_general.gif'); color: #000000;font-family: Open sans;font-size: 14px; max-width:1065px}
table.p22_general tr:hover{background:#F1F1F1 !important}

.p23 {background:url('../img/table_top_1.gif')}
.p24 {background:url('../img/table_top_2.gif')}
.p25 {background:url('../img/table_top_3.gif')}
.p26 {background:url('../img/table_top_4.gif')}

.p23_y {background:url('../img/table_top_1_y.gif')}
.p24_y {background:url('../img/table_top_2_y.gif')}
.p25_y {background:url('../img/table_top_3_y.gif')}
.p26_y {background:url('../img/table_top_4_y.gif')}

.p25_general {background:url('../img/table_top_3_general.gif');text-align:left;}
.p25_general_1 {background:url('../img/table_top_3_general.gif');text-align:center;}

.p27 {vertical-align:top; background:url('../img/table_razd.gif');height:4px;}
.p27_1 {vertical-align:top;}
.p28 {vertical-align:bottom}
.p29 {color:#878787; font-size:11px;}
.p30 {margin:20px 20px 20px 25px;}
.p31 {margin-top:20px;margin-right:100px;}
.p32 {height:25px;}
.p33 {height:10px;}
.p34 {height:35px;}
.p35 {width:40px;}
.p36 {margin:7px 0 10px 0;}
.p37 {padding:5px 0 0px 75px;}
.p37 a:hover{text-decoration:none;}

.p38 {width:50px;}
.p39 {background: url('../img/footer_main_bg.png') no-repeat;}
.p40 {width:60px;}
.p41 {width:40px;}
.p42 {line-height:2.5}
.p43 {vertical-align:middle;}
.p44 {vertical-align:bottom;}
.p45 {background: url('../img/chudik2.png') no-repeat center  bottom;}
div.p46 {margin:30px 0px 0px 0px;}
div.p46 a{color:#717171;line-height:1.7}
a.p47{border-bottom: 1px dotted  #717171;color:#717171;text-decoration:none;}
.p48 {float:left;width:50px;text-align:center}
.p49 {width:45px;}
.p50 {margin:10px 20px 5px 15px}
.p51 {margin:5px 20px 5px 15px; color:#11a2d1}
.p52 {margin:15px 20px 5px 0px}
.p52_img {position:relative;top:5px;}
.p52 a{font-size:14px;font-family: Open sans;color:#696969;text-decoration:underline;}
.p52 a:hover{text-decoration:none;}
.p53 {color:#6e6e6e; font-size:12px;}

.p54_general {text-align:left; padding: 0 0 0 20px;font-size:15px; line-height:1.5}
.p54_general a{color:#4375a6 }

.footer a:hover {text-decoration:none}

hr {border-top:1px solid #BBBBBB; border-bottom:0px; }

p {font-family: Open sans;font-size: 14px;color:#3d3d3d;line-height:1.8; /*text-align: justify;*/}
h2 {font-family: Open sans;font-size: 14px;color:#3d3d3d;line-height:1.8;text-transform:uppercase;}
h3 {font-family: Open sans;font-size: 15px;color:#395d81;line-height:1.8;text-transform:uppercase;}

.pr_name1 {font-family: Open sans;font-size: 15px;color:#3d3d3d;line-height:1.8;font-weight:bold;}
.pr_name2 {font-family: Open sans;font-size: 14px;color:#3d3d3d;line-height:1.2;}

.pr_name1 a{color:#3d3d3d;text-decoration:none;}
.pr_name2 a{color:#3d3d3d;text-decoration:none;}

.pr_name1 a:hover{color:#3d3d3d;text-decoration:underline;}
.pr_name2 a:hover{color:#3d3d3d;text-decoration:underline;}

.fast_item a {font-family: Open sans;font-size: 12px;color:#3d3d3d;line-height:1;}

.pr_name1 a span {color:#9E9E9E}



.pr_name3 {font-family: Open sans;font-size: 14px;color:#3d3d3d;line-height:1.8;font-weight:bold;}
.pr_name4 {font-family: Open sans;font-size: 12px;color:#565656;line-height:1.5;}
.pr_name3 a{color:#3d3d3d;font-weight:bold;}
.pr_name4 a{color:#565656;text-decoration:none;}

.pr_name3 a:hover{color:#446e98}
.pr_name4 a:hover{color:#446e98}



#text {margin:50px auto; width:500px;}
.hotspot {padding-bottom:1px;cursor:pointer;}

#tt {position:absolute; display:block;}
#tttop {display:block; height:5px; margin-left:5px;  overflow:hidden;}
#ttcont {display:block; padding:5px 12px 7px 7px; margin-left:5px; background:#666; color:#FFF;font-family: Open sans;font-size: 12px;border-radius: 4px 4px 4px 4px;	-webkit-border-radius: 4px 4px 4px 4px;}
#ttbot {display:block; height:5px; margin-left:5px;  overflow:hidden}


.zagline {width:100%;background: url('../img/zag_line.gif') repeat-x center; margin: 10px 0;}
.zagline_txt {background: #ffffff;display: inline-block;font-family: Open sans;font-size: 23px;color:#3b3b3b; padding: 0 15px;}

.zagline_d {width:90%;background: url('../img/zag_line_d.gif') repeat-x top;}
.zagline_txt_d {background: #ffffff;display: inline-block;padding: 0 10px 0 10px;}


div.domain_check_form_d {background: url('../img/domain_check_form_bg.gif') no-repeat; width:721px;height:70px;}
div.domain_check_input_d {float: left;height:40px; width:535px;}
div.domain_check_input_d input{height:20px;width:470px;margin:10px 0 0 0px; color:#626262; font-family: Open sans;font-size: 17px;border:0px;padding:15px 10px 10px 10px;font-weight:bold;}
div.domain_check_button_d {padding: 9px 0 0 0;}


.main_txt {font-family: Open sans;font-size: 14px; color:#292929; padding: 20px 170px 0 170px;}

.main_txt_d  {padding: 0px 0 0 245px; }
.main_txt_d p{font-family: Open sans;font-size: 12px; color:#7e7e7e; line-height:1.3}

.main_txt_d1  {padding: 0px 0 0 490px; }
.main_txt_d1 p{font-family: Open sans;font-size: 12px; color:#7e7e7e; line-height:1.1}

.main_txt_domain_r  {padding: 0px 0 0 245px; }
.main_txt_domain_r p{font-family: Open sans;font-size: 14px; color:#7e7e7e; line-height:2}
.main_txt_domain_r p.error{font-family: Open sans;font-size: 14px; color:#d0472a; line-height:2; border:1px solid #ffc9bd; width:690px; padding:10px;}



.har_z {font-family: Open sans;font-size: 14px; color:#292929; font-weight:bold;margin:20px 0 10px 0;text-transform:uppercase}
.har_txt {font-family: Open sans;font-size: 14px; color:#292929;line-height:1.5;margin:0 0 0 25px;}


.dop_usl,.dop_usl_price {font-family: Open sans;font-size: 14px; color:#292929;background:#ffffff;display: inline-block;}
tr.dotted {background: url('../img/dop_usl_dotted.gif') repeat-x bottom;}
td.dotted_no {background:#ffffff;}
.dop_usl a {color:#11a3d2;}

div.crumps {font-family: Open sans;font-size: 13px; color:#8c8c8c;padding:0 20px 0 0; height:0px;}
div.crumps a {font-family: Open sans;font-size: 13px; color:#8c8c8c;}


.zone_name_d {display: inline-block;color:#6a9f00;font-family: Open sans;font-size: 23px;padding: 0 0 0 12px;}
.zone_price_d {display: inline-block;color:#494949;font-family: Open sans;font-size: 21px; text-transform:none;}
table.domain_zones_d {font-family: Open sans;font-size: 14px; color:#7d7d7d;text-transform:uppercase}


.zone_name_all_d {display: inline-block;color:#6f6f6f;font-family: Open sans;font-size: 14px;font-weight:bold;height:30px;width:60px;}
.zone_price_all_d {display: inline-block;color:#6f6f6f;font-family: Open sans;font-size: 14px;height:20px; text-transform:none;}

.domain_sertificate_price {color:#464646;font-family: Open sans;font-size: 19px; text-align:center;display: inline-block; width:300px;line-height:1.3}
.domain_sertificate_price strong{font-weight:bold;}
.domain_sertificate_price span {font-size: 14px;}



.oun_ns_servers {color:#464646;font-family: Open sans;font-size: 19px; text-align:left; line-height:1.3;   }
.oun_ns_servers strong{font-weight:bold;}
.oun_ns_servers span {font-size: 14px;}

.order_button_dns {float:left; width:100px; padding: 20px 0 0 0;}


p a {color:#474747}
p a:hover {color:#737373}

.mail_neogr1 {color:#454545;font-family: Open sans;font-size: 24px;}
.mail_neogr2 {color:#f7ac00;font-family: Open sans;font-size: 24px;text-transform:uppercase;font-weight:bold;}

p.upper_zag{text-transform:uppercase;font-weight:bold;}

div.blue_sub_zag {color:#4e7ba9;font-family: Open sans;font-size: 19px;}


.login_button {background: #535353; display: block;width: 213px;height: 30px; color:#fff; font-size: 15px;border: 0px;}
.login_button:hover {background: #395d81; cursor:pointer;}



div.zakazat_hosting {background: url(../img/zakazat_hosting.gif);display: block;width: 368px;height: 88px; margin: 0 auto;}
div.zakazat_hosting:hover {background-position: 0 -88px;}
div.zakazat_hosting img {width:368px; height: 88px;}


div.zakazat_mail_hosting {background: url(../img/zakazat_mail_hosting.gif);display: block;width: 406px;height: 87px; margin: 0 auto;}
div.zakazat_mail_hosting:hover {background-position: 0 -87px;}
div.zakazat_mail_hosting img {width:406px; height: 87px;}


input.domain_check_button {background: url(../img/domain_check_button.gif);display: block;width: 176px;height: 52px;}
input.domain_check_button:hover {opacity:0.8;}
input.domain_check_button:active {opacity:1;}




/*показать скрыть*/



.shortcode-toggle { }
.shortcode-toggle span, .shortcode-toggle h4 { text-align:center; }
.shortcode-toggle span a, .shortcode-toggle h4 a {text-decoration:none; font-weight:normal; font-size:14px; font-family:Open sans;  border-bottom: 1px dotted #8A8A8A; color:#8A8A8A}
.shortcode-toggle span a:hover, .shortcode-toggle h4 a:hover {color:#5e8c00;border-bottom: 1px dotted #5e8c00;}
.shortcode-toggle .toggle-content  { padding: 10px 10px; background: #fafafa; }
.shortcode-toggle.closed .toggle-content, .shortcode-toggle .more-text.closed { display: none; }
.shortcode-toggle .more-text.open { display: block; }
.shortcode-toggle title_open { }
.shortcode-toggle.border { }



ul.pagination {list-style:none; margin-left:130px;}
ul.pagination li{float:left;}
ul.pagination li a{font-family:Open sans; font-size:13px; color:#515151; text-decoration:none;padding:12px; line-height:2;}
ul.pagination li:hover {font-family:Open sans; font-size:13px; color:#ffffff; background: #535353; padding: 0px 0px 2px 0px; }
ul.pagination li:hover a{ color:#ffffff; }

ul.pagination li.current{font-family:Open sans; font-size:13px; color:#ffffff; background: #535353; padding: 6px 10px 6px 10px; }

.scripts_link {text-decoration:none; color:#AAAAAA; font-size: 14px;}

.bottom_chat img{width:117px; height:28px;}

.bottom_chat img:hover{box-shadow:1px 2px 2px #262626}
.header_chat img:hover{box-shadow:1px 2px 2px #262626}

.header_chat img:active{opacity:0.9}

.cms_table a{color:#939393}

.m_n {font-size:11px; color: #626262}


.old_price {font-size:12px; color:#B1B1B1}
.old_price2 {font-size:11px; color:#B1B1B1}

.old_price31 {font-size:11px; color:#B1B1B1; padding-left:55px;}
.old_price32 {font-size:11px; color:#B1B1B1; padding-left:70px;}
.old_price33 {font-size:11px; color:#B1B1B1; padding-left:60px;}



.support {
  display: inline-block;
  position: relative; /*обязательное параметр*/
  text-decoration: none;
  cursor: pointer;
}

.support em {
  background: #ffffff;
  border-radius: 25px;
  border: 1px solid #BBBBBB;
  text-align: center;
  color: #BBBBBB;
  font: normal 12px Open sans;
  padding: 0 3px;
}

.tip {
   display: none;
   position: absolute;
   z-index: 9998;
   top: 0;
   left: 100%;
   background: #ffffff;
   border: 1px solid #DDDDDD;
   border-radius:5px;
   text-align: left;
   color: #595959;
   font-size:13px;
   cursor: default;
   padding: 10px;
   margin: -15px 0 0 10px;
   width: 250px;
   min-height: 50px;
   height: auto;
}

*:focus {
  outline: none;
}

a.support:hover .tip {
  display:block;
}











.content_body {/*background: #f2f2f2 !important*/}
.content_center{background: #ffffff !important}

.nopadding {padding: 0px !important;}

.content_header_row {border-top: 5px solid #395d81}
.crumps {margin: 15px 0 0 0;}


.grey_razd {background:#cfcfcf; height:1px; width:100%; margin: 10px 0 10px 0;}

.ssl_header_menu ul {list-style:none; /*display: flex; justify-content: center; */padding-left: 0px;}
.ssl_header_menu ul li {display:inline; }
.ssl_header_menu ul li a {display:inline-block; color:#5785b2; font-size:15px; border:1px solid #67a3dd; padding: 4px 10px 4px 10px; margin: 5px 3px 5px 3px;}
.ssl_header_menu ul li a:hover {text-decoration:none; background: #67a3dd; color:#ffffff; border:1px solid #67a3dd; }

.ssl_header_menu ul li a.ssl_active {background: #67a3dd; color:#ffffff; }

.ssl_page_menu {text-align:center; margin: 10px 0 20px 0; }
.ssl_page_menu ul {list-style:none; margin:0px; padding:0px;}
.ssl_page_menu ul li {display:inline; }
.ssl_page_menu ul li a {display:inline-block; color:#7d7d7d; font-size:15px; border-bottom:1px dotted #7d7d7d; padding: 4px 0px 0px 0px; margin: 5px 10px 5px 10px;}
.ssl_page_menu ul li a:hover {text-decoration:none; border-bottom:1px dotted #5785b2; color:#5785b2; }

.zagline_n {width:100%;background: url('/img/zag_line_n.gif') repeat-x top; text-align:center;}
.zagline_txt_n {background: #ffffff;display: inline-block; font-family: Open sans;font-size: 23px;color:#3b3b3b; padding: 0 15px 0 15px;}

.ssl_popular_block {background: #faf9f9; border-bottom: 1px solid #e2e2e2; padding: 0 15px 0 15px ; margin: 50px 0 0 0;}
.ssl_popular_item {}





.ssl_popular_first {}
.ssl_popular_first  .ssl_popular_zag {position:absolute; width:100%; color:#ffffff; background: #67a3dd; height:72px; font-family: Open sans;font-size: 15px; font-weight:bold; text-transform:uppercase; padding: 15px 0 0 0; text-align:center; line-height:1.6}
.ssl_popular_second .ssl_popular_zag {color:#ffffff; background: #5f92c4; height:75px; font-family: Open sans;font-size: 18px; font-weight:bold; text-transform:uppercase; padding: 15px 0 0 0; text-align:center; line-height:2.5; margin-top:-10px;}
.ssl_popular_third  .ssl_popular_zag {position:absolute; width:100%; color:#ffffff; background: #67a3dd; height:72px; font-family: Open sans;font-size: 15px; font-weight:bold; text-transform:uppercase; padding: 15px 0 0 0; text-align:center; line-height:1.6}

.ssl_popular_zag_block {position:relative; height:72px;}
.ssl_popular_zag_second_part1 {width:10px;background: #5f92c4; height:75px; margin-top:-10px; position:absolute; right:0px;}
.ssl_popular_zag_second_part2 {width:10px;background: #5f92c4; height:75px; margin-top:-10px; position:absolute; left:0px;z-index:10}
.ssl_popular_price_block  .ssl_popular_zag_second_part1 {height:100px;}
.ssl_popular_price_block  .ssl_popular_zag_second_part2 {height:100px;}

.ssl_popular_arrow {height:8px; width:100%; }
.ssl_popular_first  .ssl_popular_arrow{background: url(/img/ssl_popular_arrow_2.png) center top no-repeat; }
.ssl_popular_second .ssl_popular_arrow{background: url(/img/ssl_popular_arrow_1.png) center top no-repeat; }
.ssl_popular_third  .ssl_popular_arrow{background: url(/img/ssl_popular_arrow_2.png) center top no-repeat; }

.ssl_popular_img {height:40px; width:100%; margin-top:10px;}
.ssl_popular_first  .ssl_popular_img{background: url(/img/https_img.png) center top no-repeat;}
.ssl_popular_second .ssl_popular_img{background: url(/img/https_img.png) center top no-repeat;}
.ssl_popular_third  .ssl_popular_img{background: url(/img/https_img_ev.png) center top no-repeat;}

.ssl_popular_content_block {padding: 0px 15px 0px 15px; height: 300px; }
.ssl_popular_first  .ssl_popular_content_block {border-right: 1px solid #e2e2e2;  border-left: 1px solid #e2e2e2;}
.ssl_popular_second .ssl_popular_content_block {border-right: 1px solid #e2e2e2;}
.ssl_popular_third .ssl_popular_content_block {border-right: 1px solid #e2e2e2;}

.ssl_popular_text {margin: 10px 0 0 0;}
.ssl_popular_text p {text-align:center; line-height:1.3; padding: 3px 0 3px 0;}

.ssl_popular_price_block {position:relative; height:110px;}
.ssl_popular_price {color:#ffffff;font-family: Open sans;font-weight:bold;  text-align:center;}
.ssl_popular_price span {font-size: 17px;}
.ssl_popular_first .ssl_popular_price {position:absolute; width:100%; background: #67a3dd; height:105px;font-size: 29px;padding: 25px 0 0 0; line-height:1.4}
.ssl_popular_second .ssl_popular_price {background: #5f92c4; height:100px;font-size: 34px;  padding: 25px 0 0 0;  line-height:1.1; margin-top:-3px;}
.ssl_popular_third .ssl_popular_price {position:absolute; width:100%; background: #67a3dd; height:105px;font-size: 29px;  padding: 25px 0 0 0;  line-height:1.4}
.ssl_popular_price2 {font-size: 15px !important;color:#d0e8ff}
.ssl_popular_price3 {font-size: 15px !important; font-weight:normal; color:#d0e8ff}

.ssl_popular_order {text-align:center}
.ssl_popular_order a {display:inline-block; padding: 10px 40px 10px 40px; color:#ffffff; font-size: 16px; margin: 30px 0 20px 0; font-weight:bold; }
.ssl_popular_first  .ssl_popular_order {border-right: 1px solid #e2e2e2;  border-left: 1px solid #e2e2e2;}
.ssl_popular_second .ssl_popular_order {}
.ssl_popular_third  .ssl_popular_order {border-right: 1px solid #e2e2e2;border-left: 1px solid #e2e2e2;}

.ssl_popular_first  .ssl_popular_order a {background: #67a3dd;}
.ssl_popular_second .ssl_popular_order a {background: #5f92c4;}
.ssl_popular_third  .ssl_popular_order a {background: #67a3dd;}

.ssl_popular_order a:hover {background: #4574a2; color:#ffffff; text-decoration:none;}





.whatsslfor {margin: 30px 0 20px 0; padding: 0 25px 0 15px;}
.whatsslfor p { line-height:1.6; margin-top:20px;}
.whatsslfor_icon1 {padding: 0px 0px 0px 70px; background: url(/img/whatsslfor_icon1.png) top left no-repeat;}
.whatsslfor_icon2 {padding: 0px 0px 0px 70px; background: url(/img/whatsslfor_icon2.png) top left no-repeat;}
.whatsslfor_icon3 {padding: 0px 0px 0px 70px; background: url(/img/whatsslfor_icon3.png) top left no-repeat;}

a {outline:none !important;}


img.browser_icon_gray
{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

li.active img.browser_icon_gray {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}

#myTab {width:75%; margin: 0px auto; margin-top:30px;}
.ssl_browsers .tab-content {width:80%; margin: 10px auto;margin-bottom:50px; text-align:center;}
.ssl_browsers .tab-content img {width:100%; max-width:897px;}

.nav-tabs li a:hover {background:none !important;}

.hidden {display:none;}

.ssl_help {margin: 0px 0 40px 0px;}
.ssl_help_zag {display:block; background: url(/img/ssl_help_zag.gif) top left no-repeat; display:block; padding: 0 0 0 30px; margin: 15px 0 0 50px; font-family: Open sans; font-size: 14px;color:#000000; text-decoration:underline}
.ssl_help_zag:hover {cursor:pointer;}
.ssl_help_zag.active {color:#18E4E4}
.ssl_help_text {margin: 10px 0 30px 80px; }

.tags  {margin: 10px 0 20px 15px;}
.tags label {text-align:left !important; font-weight:normal}
.ssl_search_block {width:95%; margin: 0px auto; margin-top:30px; margin-bottom:30px;}

.ssl_s {}

.ssl_row_zag {font-size: 15px;color:#000000; font-weight:bold; }
.ssl_row_zag div {height:40	px;}
.ssl_row_zag .ssl_name {float:left; width:30%;}
.ssl_row_zag .ssl_validation {float:left;width:13%; min-width:115px;}
.ssl_row_zag .ssl_options {float:left;  width:15%; min-width:140px;}
.ssl_row_zag .ssl_price {float:left;width:11%; min-width:80px;}


.ssl_row {border-bottom:1px solid #E6E6E6; clear:both;}
.ssl_row div {padding: 5px 0 0px 0;}
.ssl_row .ssl_name {float:left; font-size: 15px;color:#000000; font-weight:bold; width:30%;margin-top:3px;}
.ssl_row .ssl_validation {float:left; font-size: 13px;color:#777777; width:13%; min-width:115px;margin-top:4px;}
.ssl_row .ssl_options {float:left; font-size: 14px;color:#000000; width:15%; min-width:140px;}
.ssl_row .ssl_price {float:left; font-size: 15px;color:#000000; font-weight:bold; width:11%; min-width:80px;}
.ssl_row .ssl_price span {font-size: 12px;color:#A4A4A4;display: block;font-weight: normal;}
.ssl_row_16 .ssl_price span {font-size: 12px;color:#ef0000;display: block;font-weight: normal;}

.ssl_row .ssl_buttons {float:left; font-size: 14px;color:#000000; width:19%; min-width:165px;}

.ssl_search_block .tab-content {background: #faf9f9; padding:20px;}
.ssl_search_block li a {border:0px !important; font-size: 17px; padding-top:15px !important;}
.ssl_search_block li.active a {background: #faf9f9 !important; color:#000000 !important; font-weight:bold;}

.ssl_val_icon {border: 1px solid #00b05a; font-size: 10px;color:#00b05a;padding: 2px 3px 2px 3px; font-style:normal; display:inline-block; width:23px; text-align:center; margin-right:7px;}
/*.ssl_val_icon {background: #00b05a; font-size: 10px;color:#ffffff;padding: 2px 2px 2px 2px; font-style:normal; display:inline-block; width:20px; text-align:center; margin-right:7px;}*/
.ssl_order_button {display:inline-block;font-size: 14px;color:#ffffff;padding: 3px 10px 3px 10px; background: #67a3dd;}
.ssl_order_button:hover {background: #5f92c4;color:#ffffff; text-decoration:none;}
.ssl_buttons span {border-bottom:1px dashed #909090; color:#6c6c6c; margin-left:10px; cursor:pointer}
.ssl_buttons span:hover {border-bottom:1px dashed #5f92c4; color:#5f92c4; }

.ssl_icon_idn {border: 1px solid #59b1df; font-size: 12px;color:#59b1df;padding: 2px 5px 0px 5px; font-style:normal; display:inline-block;  margin:3px 0 0 5px;}
.ssl_icon_san {border: 1px solid #926def; font-size: 12px;color:#926def;padding: 2px 5px 0px 5px; font-style:normal; display:inline-block;  margin:3px 0 0 5px;}
.ssl_icon_wc  {border: 1px solid #ef6db0; font-size: 12px;color:#ef6db0;padding: 2px 5px 0px 5px; font-style:normal; display:inline-block;  margin:3px 0 0 5px;}

.ssl_icon_premium {background: url(/img/ssl_icon_premium.png) top left no-repeat;display:inline-block; width:18px; height:18px; margin: 0 0 0 5px;}
.ssl_icon_rek {background: url(/img/ssl_icon_recom.png) top left no-repeat;display:inline-block; width:18px; height:18px; margin: 0 0 0 5px;}

.ssl_premium_globalsign_block {margin: 20px 0 0px 0px;}
.ssl_premium_globalsign_block_zag {text-transform:uppercase; font-size: 17px;color:#005eae; font-weight:bold;margin: 10px 0 0 15px;}
.ssl_premium_globalsign_block_logo {margin: 0 auto; margin: 0 0 20px 0;}

.ssl_premium_globalsign_block .row p {line-height:1.5; margin: 15px 0 0 15px;}

.ssl_yes {background: url(/img/ico_check.png) top left no-repeat; margin:15px 0 0 15px; padding: 0 0 0 25px; line-height:1.5;}

.ssl_premium_globalsign_table {background: #faf9f9;margin:0 auto;  margin-top: 20px;display:table; width:95%;}
.ssl_premium_globalsign_table_zag {font-size: 17px;color:#005eae; font-weight:bold;text-transform:uppercase; padding:20px 0px 20px 0px;  text-align:center}

.ssl_gs_row_zag {font-weight:bold; padding:0px; margin:0px; text-align:left;}
.ssl_gs_row {display:table-row;}
.ssl_gs_row:hover  {background: #ffffff;}
.ssl_gs_row_col1 { display:table-cell; text-align:center; padding: 10px 0 10px 20px;}
.ssl_gs_row_col2 { display:table-cell; text-align:center; width:17%;}
.ssl_gs_row_col3 { display:table-cell; text-align:center; width:17%;}
.ssl_gs_row_col4 { display:table-cell; text-align:center; width:17%;}
.ssl_gs_row_col5 { display:table-cell; text-align:center; width:17%;}

.ssl_gs_row_border div {border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf;}
.ssl_gs_icon_yes {background: url(/img/ico_check.png) top left no-repeat;display:block; width:18px; height:18px;  margin: 0 auto;}
.ssl_gs_icon_no {background: url(/img/ico_no.png)  left no-repeat;display:block; width:18px; height:18px; margin: 0 auto;}

.ssl_gs_icon_1 {background: url(/img/ico_check.png) top left no-repeat;display:block; width:18px; height:18px;  margin: 0 auto;}
.ssl_gs_icon_0 {background: url(/img/ico_no.png)  left no-repeat;display:block; width:18px; height:18px; margin: 0 auto;}

.ssl_gs_row_whatfor {text-align:center;}

.ssl_gs_row_price div {border-top:1px solid #cfcfcf;}
.ssl_gs_row_price .ssl_gs_row_price_item {text-align:center;font-size: 21px;color:#005eae; font-weight:bold; margin: 15px 0 15px 0;}
.ssl_gs_row_price .ssl_gs_order {display:inline-block; background:#67a3dd;font-size: 17px; font-weight:bold; padding: 5px 20px 5px 20px; color:#ffffff; margin-bottom:15px;}
.ssl_gs_row_price .ssl_gs_order:hover {background:#3a8ad7; text-decoration:none}
.ssl_gs_row_price:hover {background: #faf9f9;}

.ssl_gs_preim_block {}
.ssl_gs_preim_block  {padding: 30px;}
.ssl_gs_preim_zag {padding: 0 0 0 70px;  font-weight:bold;font-size: 17px; height:45px;}
.ssl_gs_preim_icon1 {background: url(/img/ssl_gs_preim_icon1.png) top left no-repeat;}
.ssl_gs_preim_icon2 {background: url(/img/ssl_gs_preim_icon2.png) top left no-repeat;}
.ssl_gs_preim_icon3 {background: url(/img/ssl_gs_preim_icon3.png) top left no-repeat;}
.ssl_gs_preim_block p {margin: 15px 0 0 0 !important; padding: 0 0 0 0;}

.ssl_comm_block {margin: 20px 0 50px 0;}
.ssl_comm_block input[type='text']{ padding:5px; width:250px; border:1px solid #d4d4d4; margin: 0 0 5px 0;}
.ssl_comm_block select{width:250px; border:1px solid #d4d4d4; margin: 0 0 5px 0;}
.ssl_comm_block select option {padding:5px;}
.ssl_comm_block input[type='submit'] {display:inline-block; background:#67a3dd;font-size: 17px; font-weight:bold; padding: 10px 40px 10px 40px; color:#ffffff; margin:10px 0 15px 0; border:0px;}
.ssl_comm_block input[type='submit']:hover {background: #3a8ad7;}
.ssl_comm_block textarea {width:100%; height:100px; border:1px solid #d4d4d4; margin: 10px 0 5px 0;}

.ssl_compare_block #myTab {width: 95%;}
.ssl_compare_block .tab-content {background: #faf9f9; padding:20px 0px 0px 0px;}
.ssl_compare_block li a {border:1px solid #eeeeee !important; font-size: 17px; padding-top:15px !important;}
.ssl_compare_block li.active a {background: #faf9f9 !important; color:#000000 !important; font-weight:bold;border:0px !important}

#ssl_all_codesigning {margin: 20px 0 20px 0;}
#ssl_all_personal {margin: 20px 0 20px 0;}

.ssl_icon_no {background: #f39c90;font-size: 15px;font-weight:bold;color: #ffffff;padding: 1px 3px 1px 3px;font-style: normal;display: inline-block;width: 25px;text-align: center;}
.td_center {text-align: center;vertical-align:middle !important}
.nobr { white-space: nowrap; }
.strong {font-weight:bold;}

.table_price {font-size:19px; font-weight:bold; color:#ffffff;vertical-align:middle !important; background:#67a3dd; }
.table_price::after {content: 'руб'; font-weight:normal;font-size:13px;}

.table_price2 {font-size:15px; font-weight:bold; color:#898989;vertical-align:middle !important}
.table_price2 span {font-weight:normal;font-size:13px;}

.table_small {font-size:13px;vertical-align:middle !important}



#myModalLabel {font-size: 15px; color: #c4c4c4;}
.modal_block_zag {text-transform:uppercase; font-size:20px; font-weight:bold; margin: 0px 0 10px 0px; padding-top: 15px;}
.modal_brand {width:220px; float:left;}

.modal_block_table {border-top: 1px solid #eee;display:table;width:100%;}
.modal_block {display:table-row; }
.modal_block span {border-bottom: 1px solid #eee; border-left: 1px solid #eee;  display:table-cell;padding:5px;}
.modal_block span.t1 {width:55%;}
.modal_block span.t2 { border-right: 1px solid #eee;  text-align:center}
.modal_block span.t2  .ssl_gs_icon_no {}
.modal_block_price {}
.modal_block_price span {}
.modal_block_comment {margin: 20px 0 20px 0;}

.modal_block_price1 {font-weight:bold; }
.modal_block_price2 {font-weight:bold; color:#356ca1;font-size:25px; }
.modal_block_price3 {font-weight:bold; color:#356ca1;}
.modal_block_price4 {font-size:16px; color:#7F7F7F;font-weight:normal;}
.ssl_gs_icon_1_yag {margin-top: -12px;}

.y2_disc_modal {font-size:14px; color: #de6363; font-weight:normal; line-height: 1.4; display: block;}

.modal-body_ssl {padding: 0 20px 0px 20px !important;}
.modal-header {padding: 5px 15px 5px 15px  !important;}
.modal-body {}

.ssl_order_button_modal {display:block;font-size: 15px;color:#ffffff;background: #67a3dd; margin: 10px auto; width:150px; height:40px; text-align:center; line-height: 2.6;font-weight:bold; text-transform: uppercase;}
.ssl_order_button_modal:hover {background: #5f92c4;color:#ffffff; text-decoration:none;}





.grey_text {color:#888888; padding-left:15px; font-size:13px; }
.csr_row {line-height:2.4}
.csr_row_checkbox {line-height:2.5}

.csr_rezult {width:100%; margin: 0 auto; }
.csr_rezult .csr_rezult_block {width:550px; margin: 20px 0 0 65px ; }
.csr_rezult strong {font-size:22px; color: #28ac60; }

/*.csr_rezult_zag span {background: #f5f5f5;padding: 4px 5px;border: 1px solid #e1e1e1;font-size: 13px;border-radius: 4px;color: #535353;}*/
.csr_rezult_zag span {color: #787878;}

.csr_rezult_zag {line-height: 1.8;}


.container {font-family: Open sans;}


.har_top {color: #292929; margin:20px 0 20px 0; font-size: 17px; width:33%; text-align:center;}

.har_top span { border-radius: 50px; display: inline-block; background: #fff; color: #8ed3ec; font-size: 16px; font-weight: bold; margin: 0 10px 0 0;
height: 50px; width: 50px; text-align: center; line-height: 2.9; border: 3px solid #8ed3ec; }

.har_top strong {font-size: 16px;}



/* Всплывающее окно
* при загрузке сайта
*/
/* базовый контейнер, фон затемнения*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
/* модальный блок */
.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Open sans, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* заголовки в модальном блоке */
.popup h2, .popup h3 {
    margin: 0 0 1rem 0;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
}
/* кнопка закрытия */
.close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #9D9D9D;
    cursor: pointer;
    outline: none;

}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Open sans;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: #15b5ed;
}

/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}











/********** НОВЫЕ СТИЛИ ********/


body {margin: 0; font-family: Open sans;}

.content {width:1200px; margin: 0 auto; }

.o100 {height:100px;}
.o50 {height:50px;}
.o30 {height:30px;}
.o20 {height:20px;}



* {box-sizing: border-box;}
/*
.menu {width: 100%;}
.menu-container {margin: 0 auto;}

.menu a.logo {display: inline-block;padding: 1.5em 3em;width: 19%;float: left;}
.menu img {max-width: 100%;}
.menu-mobile {display: none;position:fixed;top:0px;height:50px;   width:100%; z-index:20}
.menu-mobile:after {content: "\2261"; padding: 0;float: right;position: relative;top: 0;left:10px;-webkit-transform: translateY(-25%);transform: translateY(-25%);font-size:30px;}
.menu-mobile {color:#fff; font-size:28px; font-weight:bold; text-decoration:none;font-stretch: condensed;}

.menu-dropdown-icon:before {content: "\2261";display: none;cursor: pointer;float: right;padding: 18px;background: rgba(255,255,255,0.5);color: #333;}
*/
.menu &gt; ul {margin: 0 auto;width: 100%;list-style: none;padding: 0;position: relative;box-sizing: border-box;clear: right;}

/*.menu &gt; ul:before, .menu &gt; ul:after {content: "";display: table;}
.menu &gt; ul:after {clear: both;}*/

.menu &gt; ul &gt; li {/*float: left;*/background: rgba(255,255,255,0.2);/*padding: 0;*//*margin: 0 1px;*/}
.menu &gt; ul &gt; li &gt; a {text-decoration: none;padding: 20px 48px;display: block;color:#fff;text-transform:uppercase;font-size:16px;text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);}
/*.menu &gt; ul &gt; li:hover {background: #f8f8f8;color:#4f4942;}*/
.menu &gt; ul &gt; li:hover &gt; a{color:#4f4942;text-shadow: none;}
/*.menu &gt; ul &gt; li &gt; ul {display: none;width: 100%;background: #fff;padding: 20px;position: absolute;z-index: 99;left: 0;margin: 0;list-style: none;box-sizing: border-box;border-left:1px solid #e4e4e4;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.3); }
*//*.menu &gt; ul &gt; li &gt; ul:before,
.menu &gt; ul &gt; li &gt; ul:after {content: "";display: table;}
.menu &gt; ul &gt; li &gt; ul:after {clear: both;}
.menu &gt; ul &gt; li &gt; ul &gt; li:nth-child(1) {  width: 40%; }
.menu &gt; ul &gt; li &gt; ul &gt; li:nth-child(2) {  width: 25%;}
.menu &gt; ul &gt; li &gt; ul &gt; li:nth-child(3) {  width: 25%;}*/
/*.menu &gt; ul &gt; li &gt; ul &gt; li {margin: 0;padding-bottom: 0;list-style: none;float: left;}*/

.menu_main_serv a {   font-size:17px  !important;}
.menu_main_serv_1 {background:url(https://west-hoster.by/img/menu_main_serv_1.png) no-repeat center left;}
.menu_main_serv_2 {background:url(https://west-hoster.by/img/menu_main_serv_2.png) no-repeat center left;}
.menu_main_serv_3 {background:url(https://west-hoster.by/img/menu_main_serv_3.png) no-repeat center left;}
.menu_main_serv_4&gt;a {background:url(https://west-hoster.by/img/menu_main_serv_4.png) no-repeat top left; border-bottom:1px solid #8cdbf6; padding: 0 0 15px 30px !important;}
.menu_main_serv_5&gt;a {background:url(https://west-hoster.by/img/menu_main_serv_5.png) no-repeat top left; border-bottom:1px solid #8cdbf6; padding: 0 0 15px 30px !important;}
.menu_main_serv_6 {background:url(https://west-hoster.by/img/menu_main_serv_6.png) no-repeat center left;}
.menu_main_serv_7 {background:url(https://west-hoster.by/img/menu_main_serv_7.png) no-repeat center left;}
.menu_main_serv_8 {background:url(https://west-hoster.by/img/menu_main_serv_8.png) no-repeat center left;}
.menu_main_serv_10 {background:url(https://west-hoster.by/img/menu_main_serv_10.png) no-repeat center left;}





.menu_main_serv {padding:10px 0 15px 60px !important; }
.menu_main_serv span {padding-top:5px; display:block; font-size:15px;}

.dd_zag {font-weight:bold; color:#424242 !important; text-decoration:none;}
.all_services {display:inline-block; padding:5px 10px; background:#aaaaaa; color:#fff;font-weight:bold; text-decoration:none;}
/*.menu span {font-size:14px; display:block;}*/

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a:hover {  color:#000}
.menu &gt; ul &gt; li &gt; ul &gt; li a {color: #424242;font-size:16px !important;padding:0;text-decoration:none;width: 95%;display: block;}
.menu &gt; ul &gt; li &gt; ul &gt; li a:hover{color:#000;}
.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {display: block;padding: 0;margin: 10px 0 0;list-style: none;box-sizing: border-box;}
.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul:before,
.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul:after {content: "";display: table;}
.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul:after {clear: both;}
.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {float: left;width: 100%;padding: 8px 0;margin: 0;font-size: .8em;}
.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a {border: 0;font-size: 14px;}
.menu &gt; ul &gt; li &gt; ul.normal-sub {width: 300px;left: auto;padding: 10px 20px;}
.menu &gt; ul &gt; li &gt; ul.normal-sub &gt; li {width: 100%;}
.menu &gt; ul &gt; li &gt; ul.normal-sub &gt; li a {border: 0;padding: 1em 0;}


/* https://west-hoster.by/img/header_bg.jpg - классика*/
/* https://west-hoster.by/img/header_bg_nw.jpg - новый год*/

.header {background:url(https://west-hoster.by/img/header_bg.jpg) center top; /*min-height:240px;*/ padding: 0 0 10px 0;}

.header_line_1 { display:flex;}
.header_logo {margin: 50px 0 0 0; flex-grow:1;}
/*https://west-hoster.by/img/header_logo.png   width:243px; - классик */
/*https://west-hoster.by/img/header_logo_nw.png   width:260px; - нг */
.header_logo a {display:block;background:url(https://west-hoster.by/img/header_logo.png) no-repeat; width:243px; height:51px;}

.header_phones {margin: 30px 0 0 0;}
.header_phones_1 {color:#d1d1d1;;}
.header_phones_2 {color:#d5ff82;font-size:18px;margin-top:15px;}
.header_phones_2 a {color:#d5ff82;}
.header_phones_3 {color:#7ed4ff; font-size:18px; margin-top:7px;}
.header_phones_3 a {color:#7ed4ff;}

.header_chat {margin: 50px 50px 0px 50px;}

.header_langs {margin: 0;}
.header_langs div {}
.header_langs div a {background:#7f7f80; border-radius:20px; height:30px; width:30px; text-align:center; line-height:2.6; margin: 5px 0 0px 0 ; display:block; color:#fff; text-decoration:none; font-size:11px; }
.header_langs div a:hover {background:#e3e3e3;  color:#7f7f80;}

.header_line_2 {margin: 30px 0 0 0;}


.index_info_block_1 img {margin: 0 30px 0 0;}


/*.footer {background:url(footer_bg.jpg); min-height:300px; }*/
.footer {background:url(/img/footer_bg.jpg); min-height:300px; }
.footer .content {display:flex;}
.footer_b1 {flex-grow:0.7}
.footer_b2 {flex-grow:0.7}
.footer_b3 {flex-grow:0.7; font-size: 14px;}
.footer_b4 {flex-grow:1}

.footer {color: #ffffff;}
.footer a {color: #ffffff;}
.footer_zag {font-size: 15px;color: #ffffff;text-transform: uppercase;margin: 40px 0 10px 0;}
.footer_links {}
.footer_links a {font-size: 14px;color: #ffffff;line-height: 2; display:block;}
.footer_phone {margin: 10px 0;}
.footer_tg {margin: 10px 0;}
.bottom_chat {margin: 10px 0;}
.bottom_allcontact {margin: 10px 0;}

.footer_chudik  {background:url(/img/chudik2.png) no-repeat;  height:210px; width:125px; margin: 15px 0 0 0;text-align:center; padding:25px 0 0 0; font-size:13px;}
.footer_chudik a {text-decoration:none; border-bottom:1px dotted #4f4f4f; color:#4f4f4f;  display:inline;}

.fl {display:flex;}
.footer_line1 {margin-top: 20px;align-items:center;padding: 20px 0;}
.footer1_b1 {flex-grow:1; color: #b1b2b4; font-size:13px;}
.footer1_b2 {flex-grow:1; text-align:right;}

.footer_line2 {margin-top: 10px; color: #b1b2b4; align-items:center; border-top:1px solid #b1b2b4;}
.footer_line2 a  {color: #b1b2b4;}
.footer2_b1 {flex-grow:1;}
.footer2_b2 {flex-grow:1;}
.footer2_b3 {flex-grow:1;}
.footer2_b3 {font-size:14px;}
.footer2_b4 {flex-grow:1;}
.footer2_b4 {font-size:14px;}
.footer2_b5 {flex-grow:1;padding: 0 10px;}
.footer2_b6 {flex-grow:1;padding: 0 10px;}
.footer2_b6 img {border:5px solid #1c7ebf; border-radius:7px; height:41px; width:110px;}

.headerborder_darkblue {height:5px; background:#395d81; width:100%; }
.headerborder_lightblue {width:100%;height:5px;background:#3598db}
.headerborder_yellow {height:5px; background:#f7ac00; width:100%; }

.page_header {}
.crumps {margin: 20px 0 0 0; text-align:right}
.main_zag_general {flex-grow:1;}

.billing_menu ul {list-style:none;display:table; height:48px; background:#395d81;padding:0px; width: 100%; margin: 20px 0 0 0;}
.billing_menu ul li{display:table-cell; text-align:center;}
.billing_menu ul li a{font-family:Open sans; font-size:14px; color:#ffffff;font-weight:bold; text-transform:uppercase; text-decoration:none; line-height:3.5; padding: 0 10px 0 10px;}
.billing_menu ul li:hover{background:#476f98;}

.header_chat a {background:#15b5ed; font-size:16px; font-weight:bold; display:inline-block; color:#fff; padding: 10px 20px; border-radius:3px; text-decoration:none;}
.header_chat a:hover {background:#36cbff;}

.bottom_chat a {background:#15b5ed; font-size:15px; font-weight:bold; display:inline-block; color:#fff; padding: 7px 15px; border-radius:3px; text-decoration:none;}
.bottom_chat a:hover {background:#36cbff;}

.rpTable {width:100%;}
.m_zag {display:none}

.bill_nav {text-align:center; font-size:14px; margin: 20px 0 20px 0;}
.bill_nav a,  .bill_nav b {color:#395d81}

.tableHead_tr {height:auto; padding: 10px 10px !important; background:#f0f0f0}
.tableHead_tr_blue {color:#7e99b3}
.tableHead_tr_left {text-align:left;}

.profile_input {width:100%; max-width:300px;}
.setting_input {width:100%; max-width:300px;}
.button_big {padding: 10px 10px;}
.part_link {color:#395d81; }

.footerborder_grey {height: 5px;background:#c6c6c6;width: 100%;}
.footer_sub_b1 {width:calc(30% - 20px ); margin: 20px 10px;}
.footer_sub_b2 {width:calc(45% - 20px ); margin: 20px 10px;}
.footer_sub_b3 {width:calc(25% - 20px ); margin: 20px 10px;}


.pr_table {width: 90%;margin: 0 auto;}
.pr_table_col {width:50%;}
.pr_item_text {flex-grow:1}
.pr_item_pic {padding: 10px;width: 60px; text-align: center;}
.pr_item_text{padding: 10px;}


/*таблицы*/

/*quadshop*/
.quadshop_table .pt_col {width:calc(100%/3);}
.quadshop_table .pt_order {background:#395d81;}
.quadshop_table .pt_zag {background:#395d81;}
.quadshop_table .pt_col:hover .pt_order:hover {background:#395d81;}
.quadshop_table .pt_zag::after {border-top: 8px solid #395d81;}
.quadshop_table .pt_col:hover .pt_order{ background:#537ba2;}
.quadshop_table .pt_col:hover .pt_zag::after { border-top: 8px solid #537ba2;}
.quadshop_table .pt_col:hover .pt_zag { background:#537ba2;}

.virtual_table .pt_col {width:calc(100%/5);}
.virtual_table .pt_order {background:#11a2d1;}
.virtual_table .pt_zag {background:#11a2d1;}
.virtual_table .pt_col:hover .pt_order:hover {background:#11a2d1;}
.virtual_table .pt_zag::after {border-top: 8px solid #11a2d1;}
.virtual_table .pt_col:hover .pt_order{ background:#42b7e0;}
.virtual_table .pt_col:hover .pt_zag::after { border-top: 8px solid #42b7e0;}
.virtual_table .pt_col:hover .pt_zag { background:#42b7e0;}

.backup_table .pt_col {width:calc(100%/3);}
.backup_table .pt_order {background:#395d81; margin-top: 15px;}
.backup_table .pt_zag {background:#395d81;}
.backup_table .pt_col:hover .pt_order:hover {background:#395d81;}
.backup_table .pt_zag::after {border-top: 8px solid #395d81;}
.backup_table .pt_col:hover .pt_order{ background:#537ba2;}
.backup_table .pt_col:hover .pt_zag::after { border-top: 8px solid #537ba2;}
.backup_table .pt_col:hover .pt_zag { background:#537ba2;}

.backup_table .pt_subzag1 {font-size:19px; font-weight:700; padding: 10px 0 10px 0;}
.backup_table .pt_subzag2 {font-size:17px; display:block; color: #3d3d3d; padding: 10px 0 10px 0;}
.backup_table .pt_line {min-height:140px;}

.mailhost_table .pt_col {width:calc(100%/3);}
.mailhost_table .pt_order {background:#f7ac00;}
.mailhost_table .pt_zag {background:#f7ac00;}
.mailhost_table .pt_col:hover .pt_order:hover {background:#f7ac00;}
.mailhost_table .pt_zag::after {border-top: 8px solid #f7ac00;}
.mailhost_table .pt_col:hover .pt_order{ background:#ffce5e;}
.mailhost_table .pt_col:hover .pt_zag::after { border-top: 8px solid #ffce5e;}
.mailhost_table .pt_col:hover .pt_zag { background:#ffce5e;}

.price_table {background:#faf9f9; border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;}
.pt_zag {color: #ffffff;font-size: 17px;text-transform: uppercase;font-weight: bold;  text-align:center; padding: 15px 10px; position: relative;}
.pt_zag::after { border-left: 10px solid transparent;border-right: 10px solid transparent; margin-left: -10px;left: 50%; bottom: -8px;content: '';width: 0;height: 0;display: block;position: absolute;z-index: 0;}

.pt_col:hover {background:#fff;}
.pt_col:hover .pt_zag { padding:20px 10px; margin-top:-10px;}

.pt_order {display:inline-block; color:#fff; font-size:15px; padding: 7px 20px; text-decoration:none; border-radius: 20px;}
.pt_line {display:block;border-bottom:1px solid #e3e3e3; font-size:14px;padding: 15px 0; text-align:center; white-space:nowrap }
.pt_line:first-child {padding-top:25px;}


.mailhost_table_unlim {text-align:center; padding: 20px 0; background: #faf9f9; border-left:1px solid #e3e3e3; border-right:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3;margin: 0 0 50px 0; }

.mailhost_mob_block_1 {width:30%; text-align:center}
.mailhost_mob_block_2 {width:70%;}

.mailhost_new_block_1 {width:33%; padding:10px;}
.mailhost_new_block_2 {width:33%; padding:10px;}
.mailhost_new_block_3 {width:33%; padding:10px;}

.mailhost_pics {justify-content:  space-between}
.mailhost_pics img {width:100%;}
.mailhost_kpm {display:none;}


/*общие стили */
.text_block {width:70%; margin: 0 auto;}

@media (max-width: 1200px) {

		.text_block {width:100%;}

}


/* регистрация доменов */

/*Почему домены регистрируют у нас?*/
.container_domains_pr {display: flex; flex-direction:row; flex-wrap: wrap; width:70%; margin: 0 auto; margin-top:30px}
.domains_pr_block {width:50%; min-height:70px}

.domains_pr_pic1 {background: url(https://west-hoster.by/img/icon2_time.gif) no-repeat left center; padding-left:50px}
.domains_pr_pic2 {background: url(https://west-hoster.by/img/icon2_sertificate.gif) no-repeat left center; padding-left:50px}
.domains_pr_pic3 {background: url(https://west-hoster.by/img/icon2_planet.gif) no-repeat left center; padding-left:50px}
.domains_pr_pic4 {background: url(https://west-hoster.by/img/icon2_sms.gif) no-repeat left center; padding-left:50px}
.domains_pr_pic5 {background: url(https://west-hoster.by/img/icon2_money.gif) no-repeat left center; padding-left:50px}
.domains_pr_pic6 {background: url(https://west-hoster.by/img/icon2_renew.gif) no-repeat left center; padding-left:50px}

.domains_pr_name {font-size: 15px;color:#3d3d3d;line-height: 1.2;font-weight: bold; padding: 0 0 7px 0;}
.domains_pr_text {font-size: 13px;color:#3d3d3d;line-height: 1;}


.domains_main_txt_ssl {background: url(https://west-hoster.by/img/ssl_sertificate_icon.gif) no-repeat left center; padding-left:180px}

@media (max-width: 1200px) {
		.container_domains_pr {width:100%;}
}

@media (max-width: 768px) {
		.domains_pr_block {width:100%;}
}


.domain_check_form_block {background:#f2f8e5;display: flex; flex-direction:row; flex-wrap: wrap; max-width:770px}
.container_domains_check_domain {background: url(https://west-hoster.by/img/domain_moster.png) no-repeat left center; padding-left:180px; margin-top:20px;}

.domain_check_form_input {padding:10px;}
.domain_check_form_input input {border:1px solid #cdcdcd; font-size:16px; /*font-weight:bold;*/ color:#626262; min-width:530px; padding:15px 15px; }

.domain_check_form_submit input{width:170px; background:#7dbb00 url(https://west-hoster.by/img/domain_check_form_submit.png) no-repeat 120px center; padding: 16.5px 25px; border:0px; margin-top:10px; color:#fff; text-align:left;font-size:15px;}
.domain_check_form_submit input:hover {cursor:pointer;background:#88cc00 url(https://west-hoster.by/img/domain_check_form_submit.png) no-repeat 125px center; }

.domain_check_zones {display: flex; flex-direction:row; flex-wrap: wrap;margin-top: 20px;}

.domain_check_zones_item_cb {font-size:17px; color:#364364;margin-top:5px;font-weight:bold; width:105px;}
.domain_check_zones_item_price {font-size:13px;  color:#777f96;margin-top:5px;}
.domain_check_zones_last {font-size:17px;  color:#364364;margin-top:7px;font-weight:bold; }

.domain_check_note  {font-size:13px;  color:#817f7f;margin: 30px 0 40px}
.domain_check_note a {color:#817f7f;}


.domain-checkbox {position: absolute;z-index: -1;opacity: 0;}
.domain-checkbox+label {display: inline-flex;align-items: center;user-select: none;}
.domain-checkbox+label::before {content: '';display: inline-block;width: 21px;height: 21px;flex-shrink: 0;flex-grow: 0;border: 1px solid #adb5bd;margin-right: 5px;background-repeat: no-repeat;background-position: center center;background-size: 50% 50%;}
.domain-checkbox:checked+label::before {border-color: #5cb8e8;background-color: #67c4f4;background-image: url(https://west-hoster.by/img/domain_check_zones_item_cb.png);}
.domain-checkbox:not(:disabled):not(:checked)+label:hover::before {border-color: #b3d7ff;}

.container_domains_sale_domain {background: url(https://west-hoster.by/img/container_domains_sale_domain_bg1.png) no-repeat left top, url(https://west-hoster.by/img/container_domains_sale_domain_bg2.png) no-repeat right top; }

.container_domains_sale_zones {display: flex; flex-direction:row; flex-wrap: wrap;justify-content:center}
.sale_zone {margin:40px 30px;font-size:23px;  color:#7dbb00; font-weight:bold;text-transform:uppercase;}
.sale_domains_text {font-size:18px;  color:#757575;text-align:right;}
.sale_domains_price {font-size:30px;  color:#3b3b3b;font-weight:bold; }

.container_domains_sale_info {display: flex; flex-direction:row; flex-wrap: wrap;justify-content:center; padding: 0 0 50px 0;}
.sale_domains_text {margin: 0 20px 0 0;}

.domains_zag_light_text {font-size:13px;  color:#817f7f; text-align:center; margin: 15px 0;}

.container_domains_zones {margin:0 0 30px 0;}

.container_domains_zones_items {column-count:3;}
.domain_zone_item {page-break-inside: avoid;display: flex;justify-content: center;align-items: center; margin: 0 20px;}

.domain_zone_item {position:relative; padding:25px 0px;  border-bottom:1px solid #dfe4ec }
.domain_zone_item_name {position:absolute; left:0px;font-size:17px;  color:#364364; font-weight:bold;text-transform:uppercase;}
.domain_zone_item_price {position:absolute; right:0px;font-size:15px;  color:#364364;}

.domain_zone_item_price label {background: url(https://west-hoster.by/img/domain_zone_label_red.png) no-repeat right top; width:45px; height:18px; display:inline-block; text-align:right; color:#fff; font-weight:bold;font-size:12px; line-height:18px; padding:0 5px 0 0; margin: 0 10px 0 0;}

.tabs {display: flex;flex-wrap: wrap;justify-content: flex-end;}
.tabs label.tabszag {order: 1;display: block;padding: 12px 25px;margin-right: 0.2rem;cursor: pointer;background: #fff;font-size: 15px;transition: background ease 0.2s;border:1px solid #e9e9e9;}
.tabs .tab {order: 99;flex-grow: 1;width: 100%;display: none;padding: 1rem;background: #fff;}
.tabs input[type="radio"] {display: none;}
.tabs input[type="radio"]:checked + label {background: #e9e9e9;}
.tabs input[type="radio"]:checked + label + .tab {display: block;}

.container_domains_zones_border {border:1px solid #7dbb00; padding: 25px 0; }
.container_domains_zones_zag {background:url(https://west-hoster.by/img/container_domains_zones_zag.png) no-repeat left center; padding: 0 0 0 35px; margin: 0 0 20px 25px;  font-size:18px; font-weight:bold; color:#545454;}

.zag_domains {color:#7dbb00 !important}
.top_line_domains {background:#7dbb00; width:100%; height:5px;}
.domain_check_zones_last a {color: #364364; text-decoration:none; border-bottom:1px dotted #364364}

.container_domains_check_domain_rezult { margin-top: 35px;}
.domain_not_av { border:1px solid #f46c6c; padding: 15px 30px;display: inline-block; color:#3b3b3b;font-size: 18px;}
.domain_not_av a {color:#3b3b3b}
.domain_av { border:1px solid #7dbb00; padding: 15px 30px;display: inline-block; color:#3b3b3b;font-size: 18px;}
.order_domain_link {background:#7dbb00; color:#fff; font-size:15px; font-weight:bold; padding: 10px 20px; text-decoration:none; margin: 10px 15px 0 0px; display:inline-block;}
.d_br {display:block;}
.order_domain_link:hover {background:#88cb00;}

.domain_icon_style {padding: 0 0 0 0px; font-size:13px; width:20px;}
.domain_icon_ {color:#747474}
.domain_icon_yellow {color:#e7d035}
.domain_icon_red {color:#e85151}
.domain_icon_green {color:#7dbb00}
.domain_icon_brown {color:#d89254}
.domain_icon_blue {color:#15b5ed}

.domain_link_info {display:none;}
.domain_zone_item:hover .domain_link_info{display:inline-block; }
.domain_link_info a {font-size: 13px;text-transform: none;font-weight: normal;color:#858585;padding: 0 0 0 10px; }
.domain_link_info a:hover {color: #364364;}
.domain_link_info i {font-style: normal}

.d_green {color:#7dbb00; font-weight:bold; }
.d_red {color:#f46c6c; font-weight:bold; }


.domain_count_css .d_br {display:none;}
.domain_count_css .domain_av {padding: 10px 10px; font-size: 16px;margin: 0 0 10px 0; width:97%; display: block;}
.domain_count_css .domain_not_av {padding: 10px 10px; font-size: 16px;margin: 0 0 10px 0;width:97%; display: block;}
.domain_count_css .order_domain_link {font-weight: normal;padding: 5px 10px;margin: 5px 15px 0 0px;font-size: 14px;}
.d_av_rez_b {display: inline-block;min-width: 400px;}



.domain_onezone_price {padding: 20px 0; background:url(/img/onezone_bg.png) no-repeat center top; text-align:center; min-width:220px; margin: 15px; padding:0 10px; color:#fff;}
.one_zone_page .container_domains_check_domain {background:none; padding-left:20px;}
.domain_onezone_price_zag1 {font-size:23px; text-transform:uppercase; margin: 90px 0 0px 0;}
.domain_onezone_price_zag2 {font-size:45px; text-transform:uppercase;margin: 30px 0;font-weight:bold;}
.domain_onezone_price_zag3 {font-size:23px; margin: 30px 0; font-weight:bold;}
.domain_onezone_price_zag4 {font-size:15px;margin: 30px 0;}
.domain_check_form_input .domain_onezone_form_name {font-weight:bold; padding: 0 20px;  text-transform:uppercase; font-size:20px;}
.one_zone_page .domain_check_form_input input {min-width: 450px;}
.one_zone_page_text {margin-top:30px;}


.punyconv_block_1 {width:50%;}
#puny_rez1, #puny_rez2 {font-size:14px; padding:10px 0;color:#569150;}
.puny_b {border:0px; background:#6e6e6e; color:#fff; padding: 4px 10px}
.puny_b:hover {background:#8e8e8e; cursor:pointer;}


.index_header_links {}
.block_hover_item {width:25%; text-align:center;margin:10px 3px 0 3px; padding: 10px 0 0 0;}
.block_hover_item a {display:block; text-decoration: none; color: #ffffff;}
.block_hover1 {background:#14a3d7; border:3px solid #14a3d7;}
.block_hover2 {background:#7ebb01; border:3px solid #7ebb01;}
.block_hover3 {background:#ffb201; border:3px solid #ffb201;}
.block_hover4 {background:#dc3a02; border:3px solid #dc3a02;}

.block_hover1:hover {border:3px solid #3dc5f6;}
.block_hover2:hover {border:3px solid #99da16;}
.block_hover3:hover {border:3px solid #ffd575;}
.block_hover4:hover {border:3px solid #f35721;}

.blocks_zag {    font-size: 22px;text-transform: uppercase; font-weight: 600;}
.blocks_txt {margin: 5px 0 0 0;     font-size: 15px;}

.virt_cms {width:100%;justify-content: space-between; margin:10px 0}
.virt_cms_item {}
.virt_cms_item a {text-decoration:none; color:#AAAAAA; font-size: 14px;}


.serv_block_item_zag a {font-size: 15px;line-height: 1.8; font-weight: 700;color: #3d3d3d;}
.serv_block_item_text a {font-size: 14px;line-height: 1.5; color: #3d3d3d; text-decoration:none;}

.serv_block {width:80%; margin: 0 auto;}
.serv_block {flex-wrap: wrap;}
.serv_block_item {width:33%; margin: 10px 0px; padding: 5px;}

.main_txt_page {width:75%; margin: 0 auto;}

.payments_item {border-bottom:1px solid #e1e7ec; padding: 20px 0}
.payments_item:nth-child(6) {border:none;}
.payments_item_pic {min-width: 200px; text-align:center;}
.payments_cards_items {flex-wrap:wrap; align-items:center}

.login_form_page{width:230px; margin: 0 auto;}


.promised_payent_form .row {justify-content: center}

.redalert {color:#A60000; text-align:center; display:block; width:100%; }
.greenalert {color:#699700; text-align:center; display:block; width:100%; }

.promised_payent_form .row {
  padding: 5px 3px;
  margin-bottom: 2px;
  margin:0px 0 0 0px;


}

.promised_payent_form .row label {
  display: inline-block;
  font-size: 14px;
  width: 180px;
  padding: 6px 0;
  color: #464646;
  vertical-align: top;

}


.promised_payent_form::-webkit-input-placeholder { color: #7d7d7d;  } /* WebKit */
.promised_payent_form:-moz-placeholder { color: #7d7d7d; }           /* Mozilla Firefox 4 to 18 */
.promised_payent_form::-moz-placeholder { color: #7d7d7d;  }          /* Mozilla Firefox 19+ */
.promised_payent_form:-ms-input-placeholder { color: #7d7d7d;  }      /* Internet Explorer 10+ */

.promised_payent_form .txt {
  display: inline-block;
  padding: 5px 5px;
  padding-right: 30px;
  width: 250px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  background-color: #f0f0f0;
  background-position: 110% center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.1) inset, -1px 1px #fff;
  -moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.1) inset, -1px 1px #fff;
  box-shadow: 0 1px 2px rgba(25, 25, 25, 0.1) inset, -1px 1px #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}



.promised_payent_form .txt:focus,  .promised_payent_form .txtarea:focus {
  width: 260px;
  color: #565656;
  background-color: #fff;
  background-position: 110% center;
  background-repeat: no-repeat;
  border-color: #609ef4;
  -webkit-box-shadow: 0 1px 3px -1px #cbcbcb inset, 0 1px  #cbcbcb, 0 0 5px  #cbcbcb;
  -moz-box-shadow: 0 1px 3px -1px #cbcbcb inset, 0 1px  #cbcbcb, 0 0 5px  #cbcbcb;
  box-shadow: 0 1px 3px -1px #cbcbcb inset, 0 1px  #cbcbcb, 0 0 5px  #cbcbcb;
}
.promised_payent_form .txtarea:focus {
  width: 350px;
  background-position: 110% 4%;
}

.promised_payent_form .center {
  margin-top: 10px;
  margin-left: 328px;

}

.promised_payent_form #submitbtn {
  height: 35px;
  width: 235px;
  padding: 0;
  cursor: pointer;
  font-size: 15px;
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  border-color: #317bd6 #3784e3 #2d74d5 #3774e3;
  background-color: #396696;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.promised_payent_form #submitbtn:hover, .promised_payent_form #submitbtn:focus {
  -webkit-box-shadow: 0px 0px 0px 4px rgba(204, 229, 255, 1);
  -moz-box-shadow: 0px 0px 0px 4px rgba(204, 229, 255, 1);
  box-shadow: 0px 0px 0px 4px rgba(204, 229, 255, 1);
}



.contact_jur_item {width:50%;}
.contact_time_item:nth-child(1) {width:20%;}
.contact_time_item:nth-child(2) {width:23%;}
.contact_time_item:nth-child(3) {width:30%;}
.contact_time_item:nth-child(4) {width:27%;}

.contact_citem:nth-child(1) {width:35%;}

.virtual_toggle h4 {display:inline}
.dop_usl {width: auto;}
.virtual_toggle .toggle-content {background:none; }
.virtual_toggle .toggle-content .dop_usl {font-size:12px; color:#585858}
.virtual_toggle .toggle-content .dop_usl_price {font-size:12px; color:#585858; width:140px}

.dop_block_item {width:50%;}
.dop_usl  {flex-grow:1}

.dotted_no {width:150px;}
.dotted {padding: 5px 0}

.har_block_item {width:50%;}

.bitrix_info_block {padding: 0 10px 0 0}
.bitrix_info_block p {padding: 0 10px 0 0}

.hosting_bitrix_kompetention {    position: relative;top: 10px;left: 30px;}

.dns_hosting_info_b1 {width:30%; padding: 0 20px; text-align:center;}
.dns_hosting_info_b2 {width:70%}

.csr_b1 {width:250px;}
.csr_r1 {width:200px}
.alr {text-align:right;padding-right:15px; line-height: 2.2;}
select[name="countryName"] {height:35px;}
.hr {border-top:1px solid #eaeaea; margin: 15px 0}
.alr1 {line-height:1.5;}






.faq_menu .item ul, .faq_menu input[type="checkbox"] {display: none;}
.faq_menu #menu:checked ~ .multi-level, .faq_menu .item input:checked ~ ul {display: block;}


.faq_menu .arrow {width: 15px;height: 15px;vertical-align: middle;float: left;z-index: 0;margin: 7px 1em 0 1em;}
.faq_menu .item input + .arrow {transform: rotate(-90deg);transition: 0.1s;}
.faq_menu .item input:checked + .arrow {transform: rotate(0deg);transition: 0.1s;}

.faq_menu label:hover {cursor: pointer;}
.faq_menu label {display: block;z-index: 3;position: relative;}
.faq_menu {width: 100%;overflow-x: hidden;}

.faq_menu  ul, .faq_menu  li, .faq_menu label {line-height: 30px;margin: 8px 0;padding: 0 25px;list-style: none;text-decoration: none;color: #395d81;}
.faq_menu .item ul {padding: 0 0.25em;}

.faq_menu label {color: #446c95;font-weight:bold;}

.faq_menu li a {line-height: 20px;margin:0px 0 12px 0;padding: 0 0 0 30px;list-style: none;color: #535353;display:block;}

.faq_menu li .subfolder { color: #535353;}
.faq_menu label.subfolder {padding: 0 0 0 45px;}
.faq_menu label.subfolder a {padding: 0 0 0 0px;}
.faq_menu img.subfolder {margin: 8px 0px 0 20px;}

.faq_menu a:hover {color:#5f92c4}

 .flex{ display: flex; justify-content:center }
 .flex_block1 {width:380px; padding:0px;}
 .flex_block2 {flex-grow:1;}

.faq_page_right {flex-wrap: wrap;  max-width: 730px;}
.faq_page_block {border: 1px solid #e4e4e4;padding: 15px;margin: 10px 20px 10px 0px;flex:1 1 calc(33.33% - 30px);position:relative;}

.faq_page_block_last {border: 1px solid #b4cfea;padding: 15px;margin: 10px 20px 10px 0px;}

.faq_page_block_zag {font-size:20px; margin: 0 0 10px 5px;}
.faq_page_block_zag a {color:#395d81; text-decoration:none;}

.faq_page_block_links a {display:block;color: #535353;margin: 8px 0 15px 5px;}
.faq_page_block_links a:hover {color:#395d81;}

.help_img {width:auto; max-width:750px;}

.faq_page_block_all_link {text-align:right; right:0px; bottom:0px;position:absolute;}
.faq_page_block_all_link a {display:inline-block; border-radius:20px; padding: 5px 15px; border:5px solid #e7ecf2; text-decoration:none; color:#7c91a6; font-size:13px;margin: 0px 10px 10px 10px;}
.faq_page_block_all_link a:hover {background:#4c739a; color:#fff;}

.faq_page_block_pochtovyy-hosting {background-image:url(/ru/faq/envelope.png); background-position: top right;background-repeat:no-repeat;}
.faq_page_block_panel-upravleniya-hostingom {background-image:url(/ru/faq/panel.png); background-position: top right;background-repeat:no-repeat;}
.faq_page_block_tehn {background-image:url(/ru/faq/hosting.png); background-position: top right;background-repeat:no-repeat;}

.faq_content { font-family: Open sans;font-size: 14px; color:#292929; }
.faq_content p{margin: 20px 0 0 0; line-height:1.4; display:block;}
.faq_zag {font-family: Open sans;font-size: 21px; color:#414141; margin-top:13px;}
#dialog {display:none; color:#436085;cursor:pointer;     font-weight: bold; background:url(/img/faq_menu.gif) left center no-repeat ;  padding: 0 0 0 25px;    margin: 0 0 0 15px;}




#cookie_notification {background:url(../img/cookie.png) no-repeat left center;}


.button:hover {opacity:0.9}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #677381;
  border: none;
  color: #ededed;
  text-decoration: none;
  padding: 12px 35px;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 4px;
  max-width: 100%;
  transition: all .1s linear;
  font-size: 15px;
}


#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 93%;
  transform: translateX(-50%);
  padding: 18px 18px 18px 75px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

#cookie_notification p{
  margin: 0;
  font-size: 13px;
  text-align: left;
}





.snowflake_bg {min-height:400px; background:url(https://west-hoster.by/img/snowflake_bg.png) no-repeat center top; width:100%;}
.valentines_day_bg {min-height:400px; background:url(https://west-hoster.by/img/valentines_day_bg.png) no-repeat center top; width:100%;}


.ny_t_zag {font-size: 21px; font-weight: bold; color:#fff;padding: 16px 20px;}
.snowflake_bg .ny_1 .ny_t_zag {background:url(https://west-hoster.by/img/ny_tarif_bg.png) no-repeat top right #f65050;}
.snowflake_bg .ny_2 .ny_t_zag {background:url(https://west-hoster.by/img/ny_tarif_bg.png) no-repeat top right #c60c0d;}

.valentines_day_bg .ny_1 .ny_t_zag {background:url(https://west-hoster.by/img/vd_tarif_bg.png) no-repeat top right #f65050;}
.valentines_day_bg .ny_2 .ny_t_zag {background:url(https://west-hoster.by/img/vd_tarif_bg.png) no-repeat top right #c60c0d;}

.ny_tarif {width: 50%; margin: 20px 15px 0 0;}
.ny_t_lines {color:#393939; font-size:18px;}
.ny_t_lines ul li {padding: 0 0 0 30px; margin: 10px 0}
.ny_t_lines ul li:nth-child(1) { background:url(https://west-hoster.by/img/ny_t_lines1.png) no-repeat center left;}
.ny_t_lines ul li:nth-child(2) { background:url(https://west-hoster.by/img/ny_t_lines2.png) no-repeat center left;}
.ny_t_lines ul li:nth-child(3) { background:url(https://west-hoster.by/img/ny_t_lines3.png) no-repeat center left;}
.ny_t_lines ul li:nth-child(4) { background:url(https://west-hoster.by/img/ny_t_lines1.png) no-repeat center left;}
.ny_t_lines ul {list-style:none; padding:0px; margin:0px;}
.ny_t_text {border:1px solid #eaeaea; padding: 20px 30px 30px 30px;background:#fff}
.ny_t_price {font-size:40px; font-weight:bold;}
.ny_t_price span {font-size:23px; font-weight:300;}

.ny_1 .ny_t_price {color:#f65050; }
.ny_2 .ny_t_price {color:#c60c0d; }

.ny_t_info {justify-content: space-between;margin:25px 0 0 0;}
.ny_t_order {align-self: center;}
.ny_t_order a {border-radius:20px; display:inline-block; padding: 7px 17px; text-decoration:none; font-size:15px; margin:10px 0 0 0;}

.ny_1 .ny_t_order a {border:2px solid #f65050; color:#f65050;}
.ny_2 .ny_t_order a {border:2px solid #c60c0d; color:#c60c0d;}

.ny_1 .ny_t_order a:hover {border:2px solid #f65050; color:#fff;background:#f65050 }
.ny_2 .ny_t_order a:hover {border:2px solid #c60c0d; color:#fff;background:#c60c0d }

.ny_com ul {list-style:none;}
.ny_com ul li {float:right;  background:url(https://west-hoster.by/img/ny_li.png) no-repeat center left; padding:0 20px 0 30px;}
.ny_com ul li:last-child {background:none;}

.ny_b1{width:40%;}
.ny_b2{width:80%;}

.ny_zag1 {font-size:20px; color:#393939;font-weight:300;margin: 100px 0 0 0;}
.ny_zag2 {font-size:40px; color:#393939;font-weight:300;margin: 0 0 0 0;line-height:1}
.ny_zag3 {font-size:17px; color:#393939;font-weight:300;margin: 50px 0 0 0;}
.ny_com {color:#393939;}
.ny_com span {display:none;}
.ny_t_lines span {font-weight:bold }


.pt_line.wraptd {  white-space:normal; padding-left:10px; padding-right:10px;}
.bonus_hosting {background:#fff; padding:15px; border-radius:10px; display:inline-block; font-weight:bold; border:1px solid #efefef; color:#e01839; width:90%}
.bitrix_zag1 {color: #4593c0;}


.license_bitrix_table .pt_col {width:calc(100%/4);}
.license_bitrix_table .pt_order {background:#395d81;}
.license_bitrix_table .pt_zag {background:#395d81;}
.license_bitrix_table .pt_col:hover .pt_order:hover {background:#395d81; color:#fff; text-decoration:none;}
.license_bitrix_table .pt_zag::after {border-top: 8px solid #395d81;}
.license_bitrix_table .pt_col:hover .pt_order{ background:#537ba2;}
.license_bitrix_table .pt_col:hover .pt_zag::after { border-top: 8px solid #537ba2;}
.license_bitrix_table .pt_col:hover .pt_zag { background:#537ba2;}

.license_bitrix_gift_item:hover {opacity:0.8}
.license_bitrix_gift {width:100%; margin:30px 0 50px 50px;}
.license_bitrix_gift_item{width:100%}
.license_bitrix_gift_icon {border-radius:50px; height:80px; width:80px; color:#fff; background:#df1738;text-align:center;font-size:28px;line-height: 2.8;}
.license_bitrix_gift_text span { color:#df1738; font-size:18px; text-transform:uppercase;}
.license_bitrix_gift_text {color:#767676;font-size:17px; padding: 14px 0 0 20px;}

.span_small {font-weight:normal;color:#5B5B5B; font-size:15px;}

.b-table__cell_white-space_normal {white-space: normal;}
.b-table__cell_type_thead {border: 0;color: #364364;font-weight: 700;box-shadow: none;text-align: left;background-color: #f2f4f9;}
.b-table__cell_node_first {padding-left: 24px;}
.b-table__cell {padding: 18px 12px;}
.b-table__content, .b-table_collapse_on {border-spacing: 0;empty-cells: show;}
.b-table__check {display: inline-block;width: 15px;height: 15px;background: url(/img/check.png) no-repeat 0 0;}
.b-table__content, .b-table_collapse_on {width: 100%;border-spacing: 0;empty-cells: show;}
.b-icon_style_cross-red {width: 14px;height: 14px;background-image: url(/img/uncheck.png);background-repeat: no-repeat;display: block;}
.b-table__cell {border-bottom: 1px solid #dfe4ec;color: #364364;}
.l-width_320 {width:320px;}












@media (min-width: 576px){
  #cookie_notification.show{display: flex;}
  .cookie_accept{margin: 0 0 0 25px;  }
}

@media (max-width: 575px){
  #cookie_notification {padding: 12px; background:#fff; }
  #cookie_notification.show{display: block;text-align: left;}
  #cookie_notification span {background: url(../img/cookie.png) no-repeat left bottom;    width: 70px;    height: 50px;    display: inline-block;    background-size: 70%;}
  .cookie_accept{margin: 10px 0 0 0;font-size: 13px;}
  .cookie_accept::before {background:url(../img/cookie.png) no-repeat left center; width:20px; height:20px;}
  #cookie_notification p br {display:none; }
}





@media (max-width: 1200px) {
	.menu &gt; ul &gt; li &gt; a {padding: 20px 50px;}
	.content {width:auto; padding: 0 15px;}
	.footer_b1 {padding-left:15px;}
	.main_txt_page {width:85%;}
	.csr_b1 {width:100px;}
	.mheader .menu &gt; ul &gt; li &gt; span &gt; a {padding: 20px 30px !important;}
	}

@media (max-width: 1180px) {
	.menu &gt; ul &gt; li &gt; a {padding: 20px 45px;}
	}

@media (max-width: 1130px) {
	.menu &gt; ul &gt; li &gt; a {padding: 20px 40px;}
	}


@media (max-width: 1100px) {
  .domain_check_zones_item_cb {width: 93px;}
  .one_zone_page .domain_check_form_input input {min-width: 360px;}
  .blocks_txt {height:60px;}
  .header_icon_1 .hi-icon, .header_icon_2 .hi-icon, .header_icon_3 .hi-icon, .header_icon_4 .hi-icon {margin: 8px 30px !important;}
  .menu &gt; ul &gt; li &gt; a {padding: 20px 38px;}

}

@media (max-width: 1070px) {
	.menu &gt; ul &gt; li &gt; a {padding: 20px 30px;}
	.pt_zag {font-size: 16px;}
	}


@media (max-width: 1000px) {

 .domain_check_zones_item {width: 21%;box-sizing: border-box;}
 .domain_check_note br {display:none;}
 .domain_check_form_input input {    min-width: 315px;}
 .one_zone_page .domain_check_form_input input {min-width: 300px;padding: 15px 7px;}
 .one_zone_page .domain_check_form_input .domain_onezone_form_name {    padding: 0 5px;}
 .one_zone_page .domain_check_form_submit input {width: 160px;}
 .pt_zag {font-size: 15px;}
 .header {background-position:right;}


.ny_zag2 {font-size: 33px;}
.ny_zag3 br {display:none;}
.ny_t_text {padding:15px;}
.ny_com ul li {padding: 0 6px 0 15px;	}
.ny_t_lines {font-size: 16px;}
.ny_t_price {font-size: 30px;}
.ny_t_order a {font-size: 14px;padding: 7px 10px;}
.ny_t_price span {    font-size: 16px;}
.ny_t_lines {min-height:142px;}


}

@media (max-width: 992px) {
	.csr_b1 {width:0px;}
	.csr_r2 span.grey_text {display:block;padding-left: 0px; margin-bottom:15px;}
	.csr_row_checkbox span.grey_text {line-height:1;display:inline;}
	.csr_row_checkbox {line-height:1.5;}

	.menu1 {display:none;}

}

@media (max-width: 950px) {
	.menu &gt; ul &gt; li &gt; a {padding: 15px 25px; font-size:15px;}
	.footer2_b3 {padding: 0 15px; text-align:center;font-size:13px;}
	.footer2_b4 {font-size:13px;}
	.billing_menu ul li a {padding: 0 7px; font-size: 15px; text-transform: none; font-weight: normal; }
	.header_line_2 {margin: 20px 0 0 0;}
	a.rootlink {font-size: 13px;}

	.menu &gt; ul &gt; li &gt; ul &gt; li:nth-child(1) {  width: 45%; }
	.menu &gt; ul &gt; li &gt; ul &gt; li:nth-child(2) {  width: 25%;}
	.menu &gt; ul &gt; li &gt; ul &gt; li:nth-child(3) {  width: 30%;}
	.header {/*height:325px;min-height: auto;*/}
	.header_icon_1, .header_icon_2, .header_icon_3, .header_icon_4 {display:none;}
	.blocks_zag {font-size: 20px;}
	.blocks_txt {font-size: 14px;    margin: 5px 0 5px 0;}

	.pt_zag .m_br {display:block;}

	.main_txt_page {width:100%;}

	.har_top .hotspot span {display:block; margin:5px auto}
/*	.har_top .hotspot {text-align:center;}*/

	}

@media (max-width: 900px) {
	.sale_zone {margin: 19px 15px;font-size: 21px;}
	.container_domains_sale_info {    padding: 0 0 25px 0;}
	.container_domains_sale_domain { background:url(https://west-hoster.by/img/container_domains_sale_domain_bg1.png) no-repeat left top; }
	.sale_domains_text {font-size: 15px;}
	.sale_domains_price {font-size: 25px;}
	.domain_zone_item {margin: 0 10px;}
	.domain_zone_item_name {font-size: 15px;}
	.container_domains_zones_items {column-count: 2;}
	.one_zone_page .domain_check_form_block {display:block;}
	.one_zone_page  .domain_check_form_submit {margin: 0 0 15px 10px;}
	.one_zone_page .domain_check_form_submit input {margin-bottom: 10px;}
	.virt_cms {flex-wrap:wrap}

	.serv_block {width:100%;}
}

@media (max-width: 855px) {
	.menu &gt; ul &gt; li &gt; a {padding: 15px 17px; font-size:15px;}
	.rpTable td {padding: 5px;}

	}



@media (max-width: 800px) {
 .domain_check_form_input input {font-size: 14px;min-width: 280px;}
 .one_zone_page  {display:block;}
 .one_zone_page .domain_onezone_price {background: url(/img/onezone_bg.png) repeat-x center top; padding:10px;}
 .domain_onezone_price_zag1 {margin:0px;}
 .domain_onezone_price_zag2 {margin:0px;}
 .domain_onezone_price_zag3 {margin:0px;}
 .domain_onezone_price_zag4 {margin:0px;}
 .domain_onezone_price_zag4 br:first-child {display:none;}
 .one_zone_page .domain_check_form_block {display:flex;}
 .domain_onezone_price {width:auto;}

	}


@media (max-width: 768px) {

	.container_domains_check_domain {background: none; padding-left: 0px;  margin-top: 0px;}
	.domain_check_zones {background-size:80px !important;}
	.domain_check_zones { background:url(https://west-hoster.by/img/domain_moster.png) no-repeat left center;  padding-left: 100px;}
	.sale_domains_price {margin: 0 40px 0 12px;}
	.container_domains_zones_items {column-count: 2;}
	.domain_link_info {display:inline-block; padding: 0 0 0 10px;}
	.domain_link_info i {display:none !important; }
	.domain_link_info a:after {content:'i'}
	.domain_link_info a {padding: 1px 7px;    border: 1px solid #a8a8a8;    border-radius: 15px;    color: #a8a8a8;    font-size: 12px; text-decoration:none}
	.container_domains_sale_domain {background:none;}
	.container_domains_sale_info {flex-direction: column-reverse;}
	.sale_domains_text {text-align: center;}
	.sale_domains_price {text-align: center;    margin: 0 0 15px 0;}
	.one_zone_page .container_domains_check_domain {padding-left: 0px;}
	.header {padding-bottom:0px;}

	.menu-container {width: 100%; }
	.menu-container .menu{display:inline-block;}
	.menu-mobile {display: block;float: right;padding: 20px 20px 0; width:95%;}
	.menu-dropdown-icon:before {display: block;}
/*	.menu &gt; ul {display: none;width:100%;}*/
	.menu &gt; ul &gt; li {width: 100%;float: none;display: block;}
	.menu &gt; ul &gt; li a {padding: 1.3em;width: 100%;display: block;}
	.menu &gt; ul &gt; li &gt; ul {position: relative;padding: 0 40px;}
	.menu &gt; ul &gt; li &gt; ul.normal-sub {width: 100%;}
	.menu &gt; ul &gt; li &gt; ul &gt; li {float: none;width: 100%;margin-top: 20px;}
	.menu &gt; ul &gt; li &gt; ul &gt; li:first-child {margin: 0;}
	.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {position: relative;}
	.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {float: none;}
	.menu &gt; ul {position: fixed;}
	.clearfix { top: 50px; left: -800px; position: fixed; transition: left .2s linear; display: inline !important;}
	.menu .show-on-mobile {display: inline; position: fixed !important; top: 65px; width:100%;  left: 0px; overflow-y: auto;overflow-x: hidden; z-index:20}
	.header {padding-top:50px;}

	/*.menu &gt; ul {background:#4c585a;}*/
	.menu &gt; ul &gt; li &gt; a {    color: #fff;text-transform: none;text-shadow:none; font-weight:bold; padding: 20px;}
	.menu &gt; ul &gt; li &gt; ul {padding:0px;}
	.menu &gt; ul &gt; li &gt; ul &gt; li:nth-child(1) {width: 100%;}
	.menu &gt; ul &gt; li &gt; ul &gt; li:nth-child(2) {width: 100%;}
	.menu &gt; ul &gt; li &gt; ul &gt; li:nth-child(3) {width: 100%;}
	.menu_main_serv a span {display:none;}
	.menu_main_serv_4&gt;a {display:none !important;}
	.menu_main_serv_5&gt;a {display:none !important;}
	.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a {padding: 0 0 0 15px;}
	.menu_main_serv {    padding: 10px 0 15px 50px !important;}

	.header_logo {display:none;}
	.header {/*min-height: auto !important;*/}
	.header_line_1 {margin:0px 0 0px 0;}
	.header_line_2 {margin:0px !important;}
	.header_phones {padding-left:10px; flex-grow:1}

	 .billing_menu ul {display: block;height: auto; background: #fff;}
	 .billing_menu ul li {display: block;}
	 .billing_menu ul li a {float:left;  background: #395d81; color:#fff; display:inline-block;  margin: 5px 5px 0 0; line-height: 2; font-size: 14px;}

	.content {padding: 0;}
	.content_page {padding: 0 10px; }
	.page_header {display:block;}
	.page_header h1 {float:none; }
	.page_header .crumps {margin: 10px 0 0 0; text-align:left;}

	.menu-mobile {background: url(/img/header_bg.jpg);height: 66px;width: 100%;}

	.rpTable { border-bottom:2px solid #c1c1c1; margin: 0 0 20px 0;}
	.rpTable tr {/*display:block; height:auto;*/}

	.rpTable td:first-child {border-left:none;}
	.tableHead_tr {height:auto; padding: 10px 10px !important; background:#f0f0f0}

	/*счета*/
	.rpTable tr td.billstbl_date {}
	.rpTable tr td.billstbl_status {width:100%; float:left;}
	.rpTable tr td.billstbl_links {width:100%; float:left;border-bottom:2px solid #c1c1c1;}
	.billstbl_download {display:flex;}
	.billstbl_download .m_zag {margin-top: 10px;}

	/*оплата счета*/
	.paytbl  {}

	/*товары*/
	.shoptbl {border-bottom:2px solid #c1c1c1;}
	.shoptbl_date {border-top:2px solid #c1c1c1 !important;}

	/*Акты*/
	.actstbl  {border-bottom:2px solid #c1c1c1; }
    .actstbl .tableRow1&gt;td:first-child{border-top:2px solid #c1c1c1;}
	.actstbl tr td.actstbl_summ {}
	.actstbl tr td.actstbl_usluga {}
	.actstbl td:last-child {padding-bottom:15px;}

	/*Заказы*/
	.orderstbl {border-top:2px solid #c1c1c1 !important;border-bottom:0px;}
	.orderstbl_links {border-bottom:2px solid #c1c1c1 !important;}

	/*Домены*/
	.rpTable tr td.dtbl_select {width:10%; float:left; border-top:2px solid #c1c1c1;   border-left:0px}
	.rpTable tr td.dtbl_orderdate {width:90%; float:left;  border-top:2px solid #c1c1c1; }
	.rpTable tr td.dtbl_domainname {width:100%; float:left;}
	.rpTable tr td.dtbl_end {width:50%; float:left;}
	.rpTable tr td.dtbl_leftday {width:50%; float:left;}
	.rpTable tr td.dtbl_status {width:100%; float:left;}
	.rpTable tr td.dtbl_links {}

	/*Тикеты*/
	.ticketsSubjectInput {width:100%; max-width:600px;}
	.ticketstbl_id { border-top:2px solid #c1c1c1 !important;}
	.ticketstbl_files {text-decoration:underline;}
	.tickets_message {border-top:2px solid #c1c1c1  !important;}
	.tickets_avatar img {width:40px;}

	/*Белгиэ*/
	.belgietbl_domain {border-top:2px solid #c1c1c1  !important;}
	.domain_op {width:100%;}
	.belgie_domain_input {width:100%;}

	/*Профайл*/

	/*privacy*/
    .button_wrap{white-space: normal;}


	/*Архив почты*/
	.mailtbl  {border-top:2px solid #c1c1c1; border-bottom:0px}
	.mailtbl_num {width:15% !important; float:left; border-left:0px  !important;}
	.mailtbl_date {width:85% !important; float:left;}
	.mailtbl_theme {width:100%;border-top:2px solid #c1c1c1 !important;}

	.rpTable td {display:block; border:0px; text-align:left; width:100%;}
	.rpTable .tableHead {display:none;}

	.m_zag {display:inline;font-weight: bold; color:#000}
	.m_br {display:block}

	.bill_nav a,  .bill_nav b {display:inline; background:#efefef; border-radius:10px;padding: 5px 8px;margin: 0 3px; border:1px solid #efefef}
	.bill_nav b { background:#fff; border:1px solid #c6c6c6}
	.bill_nav_zag {display:none;}
	.bill_nav {margin: 0px 0 20px 0;}


	.pr_table {width: 100%;}
	.pr_name1 {line-height:1; font-size: 15px; padding-bottom: 5px;}
	.pr_name2 { font-size: 13px;}

	.footer_sub .fl {display:block;}
	.footer_sub .footer_sub_b1 {width:auto}
	.footer_sub .footer_sub_b2 {width:auto}
	.footer_sub .footer_sub_b3 {width:auto}

	.main_zag_general {margin: 30px 0 20px 0;}

	.blocks_txt {display:none;}
	.blocks_zag {font-size: 16px;}
	.block_hover_item {padding: 10px 0 10px 0;}
    .header {background: url(https://west-hoster.by/img/header_bg.jpg);}
	.index_header_links  {padding-bottom:10px;}
	.block_hover_item {margin:0px;}

	.serv_block_item {width:50%;}

	.contact_citems {display:block;}
	.contact_time {display:block;}
	.contact_jur {display:block;}

	.contact_jur_item {width:100%;}
	.contact_time_item:nth-child(1) {width:100%;}
	.contact_time_item:nth-child(2) {width:100%;}
	.contact_time_item:nth-child(3) {width:100%;}
	.contact_time_item:nth-child(4) {width:100%;}

	.contact_citem:nth-child(1) {width:100%;}

	.har_block   {display:block;}
	.har_block_item {width:100%;}

	.dop_block  {display:block;}
	.dop_block_item{width:100%;}
	.dotted_no {text-align: right;}

	.bitrix_info {display:block;}

	.hosting_bitrix_kompetention {    top: 25px;    left: 5px;}

	.mailhost_new  {display:block;}
	.mailhost_new_block_1, .mailhost_new_block_2, .mailhost_new_block_3 {width:100%;}


	 .faq_flex{display:block}
	.faq_menu { border: 1px solid #c6cfda; padding: 15px 15px 15px 0px; }
	#dialog {display:block; font-size: 15px;}
	#faq_menu_show {display:none}
	.flex_block1 {  width:320px;}
	.faq_menu ul, .faq_menu li, .faq_menu label {padding: 0 0 0 10px ;}
	.faq_menu .arrow {margin: 7px 5px 0 13px;}
	.faq_page_right img {max-width:350px;width:100%;}


.snowflake_bg .row.fl {display:block}
.ny_b1 {width: 100%;}
.ny_b2 {width: 100%;}
.ny_zag1 {margin: 20px 0 0 0;}
.ny_zag3 {margin: 10px 0 0 0;}
.ny_b2.fl {display:block}
.ny_tarif {width: 100%;}
.ny_t_info {margin:0px;}
.ny_t_price {    font-size: 40px;}
.ny_t_order a {padding: 7px 20px;}
.ny_com span {display: block;    font-weight: bold;    color: #6b6b6b;    font-size: 15px;    margin: 15px 0 0 0;}
.ny_com ul li {float: none;}
.ny_com ul li:last-child { background:url(ny_li.png) no-repeat center left;}


}

@media (max-width: 660px) {
	.ssl_comm_block .fl {display:block;}
	.ssl_comm_block {padding-left:15px;}
	.alr {text-align:left;}
	.csr_r1 {font-weight:bold;}
	input[name="emailAddress_send"] {float:left;}

}

@media (max-width: 600px) {

	.domain_check_form_input input {padding: 15px 10px;min-width: 270px;}
	.domain_check_form_submit input {    width: 160px;    padding: 15px 15px;}
	.domain_check_zones_item_cb  {font-size: 14px;margin-top: 15px;}
	.domain_check_zones_last  {font-size: 15px;    margin-top: 17px;}
	.domain_check_zones_item {width: 24%;}
	.one_zone_page .domain_check_form_input input {    width: auto; min-width: 300px;}
	.one_zone_page .domain_check_form_submit {margin-bottom:0px;}
	.payments_item {display:block;}
	.dns_hosting_info_b1 {padding:0px;}
	.mailhost_mob_block  {display:block;}
	.mailhost_mob_block_1 {width:100%;}
	.mailhost_mob_block_2 {width:100%;}

	.index_info_block {display: block;}
	.index_info_block_1 {float:left;}
	.blue_submenu {display: block;}
	.blue_submenu li:last-child {float:none;}
	.index_info_block_1 img {margin:0px;}


	}

@media (max-width: 560px) {
	.domain_check_form_input input {font-size: 14px;min-width: 245px;padding: 15px 10px;width: 85%;}
	.domain_check_form_input {text-align: center;}
	.domain_check_form_block {display:block;}
	.domain_check_form_submit input { margin: 0 auto;    display: block;}
	.domain_check_form_submit {padding: 0 0 10px 0;}
	.container_domains_zones_items {column-count: 1;}
	.sale_zone  {    margin: 13px 10px;}
	.sale_zone  {margin: 5px 10px;}
	.sale_domains_text br {display:none;}
	.domain_check_zones {background:none;     padding-left: 0px;}
	.domain_av {padding: 15px 10px;}
	.d_av_rez_b {min-width: auto;}

	.header_phones_1 {display:none;}
	.header_phones {margin: 0px 0 0 0;}
	.header_chat {margin: 20px 15px 0 15px;}
	.header_chat img {width:150px;}
	.header_phones_2 span {display:none;}
	.header_phones_3 span {display:none;}
	.header_langs {display:flex}
	.langs_ru, .langs_by {margin: 0 5px 0 0;}
	.footer_b1 {width:50%; padding: 0 0 0 10px;}
	.footer_b2 {width:50%}
	.footer_b3 {width:55%;  padding: 0 0 0 10px;}
	.footer_b4 {width:45%}
	.footer_line0 {flex-wrap: wrap;}
	.footer_line1 {flex-wrap: wrap;}
	.footer_line2 {}
	.footer1_b1 {width:100%}
	.footer1_b2 {width:100%; text-align:left;}
	.footer2_b1, footer2_b2, footer2_b3 {width:50%}
	.footer2_b4  {display:none;}
	.header {/* max-height:200px;*/ }
	.blocks_zag {font-size: 14px;}

	.pr_table  {display:block;}
	.pr_table_col {width:100%;}

	.quadshop_table {display: block;}
	.quadshop_table .pt_col {width:100%;}
	.quadshop_table .m_br {display:none;}

	.virtual_table {display: block;}
	.virtual_table .pt_col {width:100%;}
	.virtual_table .m_br {display:none;}

	.promised_payent_form .row {display:block;}

	.backup_table {display:block;}
	.backup_table .pt_col {width:100%}
	.backup_table .pt_zag_backup  {display:none;}
	.backup_table .pt_line {min-height:auto;}

	.license_bitrix_table {display: block;}
	.license_bitrix_table .pt_col {width:100% !important;}
	.license_bitrix_table .m_br {display:none;}

	.license_bitrix_gift.fl {display: block;}
	.license_bitrix_gift {margin:10px 10px 40px 10px;}
	.license_bitrix_gift_text {font-size: 15px; padding: 5px 0 0 20px;}
	.license_bitrix_gift_text span {font-size: 16px;}
	.license_bitrix_gift_icon {height: 50px;width: 50px;font-size: 21px;line-height: 2.4;}
	.license_bitrix_gift_item {margin:20px 0}

	.dns_hosting_info  {display:block;}
	.dns_hosting_info_b1 {width:100%}
	.dns_hosting_info_b2 {width:100%}

	.mailhost_table {display: block;}
	.mailhost_table .pt_col {width:100%;}
	.main_zag_yellow {padding-top:20px }
	.mailhost_kpm {display:inline;}
	.mail_neogr1 {font-size: 21px;}
	.mail_neogr2 {font-size: 21px;}

	.punyconv_block {display: block;}
	.punyconv_block_1 {width:100%;}

	.har_top_block {display:block;}
	.har_top {width:100%;text-align: left; font-size: 15px;}
	.har_top .hotspot span {display: inline-block; margin: 5px;}

	.footer_line2 {flex-wrap: wrap;}
	.footer1_b1 {text-align:center;}
	.footer1_b2 {text-align:center; margin: 20px 0 20px 0;}
	.footer2_b1 {width:24%;text-align:center;}
	.footer2_b2 {width:25%;text-align:center;}
	.footer2_b5 {width:25%;text-align:center;}
	.footer2_b6 {width:25%;text-align:center;}
	.footer2_b3 {width:100%;}
	.footer_line2 {padding: 0 0 20px 0;}

}

@media (max-width: 440px) {
	.domain_check_form_input input {min-width: 270px;}
	.main_block  {    padding: 15px 10px;}
	.domain_check_form_input  {min-width: 265px;padding: 15px 8px;}
	.domain_check_zones_item {    width: 33%;}
	.domains_main_txt_ssl {background:none;padding-left: 0px;}
	.one_zone_page .domain_check_form_input input {    min-width: 260px;}
	.one_zone_page .domain_check_form_submit {margin: 0 auto;}

	.header_line_1 {}
	.header_phones {}
	.header {padding-top: 30px;}
	.header_phones {padding-left: 5px;}
	.header_phones_2 {font-size:15px; font-weight:bold; margin-left:10px;}
	.header_phones_3 {font-size:15px; font-weight:bold; margin-left:10px;}
	.header_chat {}
	.header_line_1 {margin: 20px 0 0px 0;}
	.header_chat img {width:90px;}
	.header_langs {display:block;float: left;}
	.header_langs div a {    margin: 5px 0 0px 0;font-size: 10px;    height: 28px;  width: 28px;}
	.footer1_b1 {margin-top:20px;}
	.header_chat a {padding: 7px 10px; font-size:15px; font-weight:normal;}
	.bottom_chat a {font-size:15px; font-weight:normal;}

	.menu-mobile {height: 54px;padding: 13px 20px 0;}
	.menu .show-on-mobile {top: 54px;}
	.index_header_links {display:none;}
	.serv_block_item {width:100%;}

	.mailhost_pics {display:block;}
	.mailhost_pics img {width:auto;}
	.mailhost_pics_item {text-align:center; padding: 10px 0}

	.footer2_b1 {width:50%;text-align:center;}
	.footer2_b2 {width:50%;text-align:center;}
	.footer2_b5 {width:50%;text-align:center;}
	.footer2_b6 {width:50%;text-align:center;}

}











</pre></body></html>