@font-face {
    font-family:'Narrow Regular';
    src: url("../fonts/Arial Narrow Regular.ttf");
   }
   @font-face {
    font-family:'HelveticaNeueLTStd-Th';
    src: url("../fonts/HelveticaNeueLTStd-Th.otf");
   }
   @font-face {
    font-family:'HelveticaLTStd-Roman';
    src: url("../fonts/HelveticaLTStd-Roman.otf");
   }
   @font-face {
    font-family:'Chalet Paris Nineteeneighty';
    src: url("../fonts/Chalet-ParisNineteenEighty_10021.ttf");
   }
   @font-face {font-family: "Calluna Sans W01 Light";
 src: url("../fonts/Calluna Sans W01 Light.svg");
 src: url("../fonts/Calluna Sans W01 Light.ttf");
}

html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font: 15px Arial, sans-serif;
	/*font-size: 12px;*/	
	color: #666;
}

a, input, button {
	outline: none !important
}

a {
	text-decoration: none;
	color: #a1a1a1;
	cursor: pointer
}
a, input, select {
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	transition: .2s ease all;
}
a img {
    border: none; /* Убираем рамку */
   }
.per {
	padding: 22px 0 0 58px;
	margin: 0;
	font-family: 'HelveticaLTStd-Roman', sans-serif;
	font-weight: bold;
	font-size: 12px;	
	color: #0082c1;
}

.wr {
    min-width: 1050px;
	width: 100%;
	overflow: hidden;
}

.in {
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}

header {
	background: #fff;
	border-bottom: 1px solid #d6d7d9;
	height: 59px;
	padding: 26px 0px 13px 0px;
	position: relative;
	z-index: 1;
}

header .logo {
	float: left;
}

header .logo img {
	margin-left: 55px;
}

header .log_link {
	float: right;
	font-size: 14px;
	padding-right: 38px;
	font-family: Arial, sans-serif;
}

header ul {
	margin-right: 25px;
	float: right;
	list-style-type: none;
	padding: 0;
	margin-top: 20px;
}

header ul li {
	display: inline-block;
}

header ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	padding: 0 12px;
	border-right: 1px solid #A1A1A1;
	font-family: Arial;
}
header ul li a.active {
	color: #0082c1;
	font-family: Arial, sans-serif;
}
#active {
	color: #0082c1;
	font-family: Arial, sans-serif;
}

header ul li:last-child a {
	border-right: 0;
}

#main {
	background: #f3f4f8;
	padding-bottom: 30px;
}

#slider {width: 959px;height: 230px;margin: -1px auto;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,0.5);position: relative;}
#slider .viewport {width: 100%;height: 232px; overflow: hidden; position: relative;/*:;background: #1b64af;  background: -moz-linear-gradient(top,  #1b64af 0%, #f2f7fd 61%, #e0e9fa 64%, #1f67b0 100%);  background: -webkit-linear-gradient(top,  #1b64af 0%,#f2f7fd 61%,#e0e9fa 64%,#1f67b0 100%);  background: linear-gradient(to bottom,  #1b64af 0%,#f2f7fd 61%,#e0e9fa 64%,#1f67b0 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b64af', endColorstr='#1f67b0',GradientType=0 );*/}

#slider .disable { visibility: hidden; }
#slider .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; }
#slider .overview li { float: left;margin: 0;height: 232px;width: 960px;background: transparent;position: relative;}

#slider .bullets {list-style-type: none;position: relative;z-index: 2;padding: 0;margin: -35px auto 0;text-align: center;}
#slider .bullets li {display: inline-block; vertical-align: top;margin: 0 1px;}
#slider .bullets li a {display:inline-block;width: 5px; height: 5px;cursor: pointer; background: #b3b3b3;}
#slider .bullets li a.active, #slider .bullets li a:hover { background: #fff; }

#slider li .left {
	float: left;
	margin: 85px 0 0 80px;
	position: relative;
	z-index: 2;
}

#slider li h2 {
	color: #0082c1;
	font-size: 47px;
	font-weight: normal;
	font-family: "Calluna Sans W01 Light", sans-serif;
	margin: 0 0 10px;
}
#slider li .subt {
	font-size: 20px;
	color: #000;
	font-family: Arial, sans-serif;
}
#slider li img {
	bottom: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    top: 0;
    left: 0;
    position: absolute
}
#slider li img.slide {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0;
}

.prefs {
	position: relative;
	z-index: 1;
	width: 925px;
	margin: -15px auto 20px;
	padding-bottom: 20px;
	background: #dce1e5;
	border-top: 2px solid #bdc2c8;
	box-shadow: 1px 1px 7px rgba(0,0,0,.2);
}

.prefs-in {height: 243px;border-bottom: 1px solid #adaeae;}

.pref {
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #d5dadf;
	height: 243px;
	background: #fff;
}
.pref .p_head {
	border-bottom: 1px solid #a5a5a4;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-family: 'Narrow Regular', sans-serif;
	background: #b3b3b3;
	line-height: 38px;
}
.pref .p_content {
	border-top: 1px solid #f7f7f6;
	padding: 35px 6px 0;
}
.prefs.marketing .p_content {
	border-top: 1px solid #f7f7f6;
	padding: 20px 10px 0;
}
.prefs.website_buttons .p_content .buttons {
	clear: both;
	padding-top: 31px;
}
.pref .p_content .buttons {
	clear: both;
	padding-top: 18px;
}

.pref .p_content > p {
	margin: 0;
	min-height: 80px;
}

.pref .p_content p > img {
	float: left;
	
}
.pref .p_content p > span {
	font: 15px Arial, sans-serif;
	line-height: 18px;
    color: #000;
}
.pref .p_content a.button {
	font: 12px Arial, sans-serif;
	background: #7b7b7b;
	line-height: 35px;
	height: 35px;
	color: #fff;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 33px;
}
.pref.web_desing .p_content a.button {
	width: 212px;
	background: #7b7b7b;
	line-height: 35px;
	height: 35px;
	color: #fff;
	display: block;
	clear: both;
	text-align: center;
	margin: -2px -45px 0 50px;
}
.pref .p_content a.button:hover {
	
}

.pref .p_content a.button.right,
.pref .p_content a.button.left {
	font: 12px Arial, sans-serif;
	width: 48%;
	line-height: 1.1;
	margin: 0;
	clear: none;
	box-sizing: border-box;
	padding-top: 4px;
}

.pref .p_content a.button.right {
	float: right;
}
.pref .p_content a.button.left {
	float: left;
}


.register {
	margin: 0 auto 0;
	width: 928px;
	border: 1px solid #d5dadf;
	padding: 10px;
	background: #fff;
}
.register > div {
	padding: 0 10px;
	border-top: 1px solid #d5dadf;
}	

.register > div:first-child {
	border-top: 0;
}

.register .title {
	color: #000;
	font-weight: bold;
	font: bold 16px Arial;
	display: inline-block;
	margin-right: 20px;
	line-height: 30px;
}

.register .domain > * {
	display: inline-block;
	vertical-align: middle;
}
.register input {
	width: 390px;
	height: 26px;
	border: 1px solid #eee;
	padding-left: 10px;
}
.register select {
	border: 1px solid #eee;
	background: #fff;
	border-radius: 0;
	width: 68px;
	height: 30px;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-left: 10px;
	background: url(../img/drop.png) no-repeat 47px;
	cursor: pointer;
	outline: none !important;
}
.register .button {
	font: 11px Arial, sans-serif;
	background: #7b7b7b;
	line-height: 30px;
	height: 30px;
	color: #fff;
	display: inline-block;
	width: 210px;
	float: right;
	text-align: center;
}
.register .man_transf {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	min-height: 30px;
}
.register .man {
	float: left;
}
.register .transf {
	float: right;
}
.register .transf .title {
	margin-right: 27px;
}

.register .man > *,
.register .transf > * {
	display: inline-block;
	vertical-align: middle;
}

footer {
	background: #c5dbf0;
	background: -moz-linear-gradient(top,  #c5dbf0 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #c5dbf0 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #c5dbf0 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5dbf0', endColorstr='#ffffff',GradientType=0 );
	box-shadow: 1px 1px 7px rgba(0,0,0,.2) inset;
	padding-top: 20px;
	min-height: 163px;
}

footer .left {
	float: left;
}
footer .copy {
	float: right;
	line-height: 18px;
	color: #0024ff;
	font-size: 11px;
	font-family: 'HelveticaLTStd-Roman', sans-serif;
}
footer .title {
	color: #7b7b7b;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	font-family: 'HelveticaLTStd-Roman', sans-serif;
}
footer .contacts span {
	color: #555555;
	line-height: 1.3;
	font-size: 12px;
	font-family: 'HelveticaLTStd-Roman', sans-serif;
}
footer .contacts span >a {
	color: #555555;
	line-height: 1.3;
	font-size: 12px;
	font-family: 'HelveticaLTStd-Roman', sans-serif;
	padding-right: 3px;
}
footer .contacts span >a:hover{
	color: #555555;
	text-decoration: none;
}
footer .contacts a {
	color: #0024ff;
	padding-left: 3px;
	font-size: 12px;
	font-family: 'HelveticaLTStd-Roman', sans-serif;
}
footer .contacts a:hover {
	color: #000000;
	text-decoration: underline;
}

.content_block {
	font-family: Arial, sans-serif;
	line-height: 18px;
	color: #000;
	position: relative;
    z-index: 1;
    width: 925px;
    margin: -15px auto 20px;
    background: #fff;
    border: 1px solid #d5dadf;
    box-sizing: border-box;
    padding: 15px 25px;
    border: 1px solid #e4e7eb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.htc);
}
.content_block p {
	margin: 0;
}
.content_block.design p {
	margin: 0;
	width: 890px;
	line-height: 18px;
}
.content_block ul {
	margin: 0px 0 15px 0;
	padding-left: 15px;
	line-height: 18px;
}


.content_block ul li {
	margin: 0px 0;
}

/*.prefs.price_list {
	margin-top: 0;
}*/

.prefs.price_list .pref {
	width: 33.33333333%;
	height: 383px;
}
.prefs.price_list.web .pref.web_desing {
	width: 50%;
	height: 206px;
}
.prefs.price_list .pref:last-child {
	border-right: 1px solid #FFF;
}
.prefs.price_list .pref:last-child .p_head {
	width: calc(100% + 1px);
}

.prefs.price_list .p_content > div {
	width: 260px;
	margin: 0 auto;
}
.price_list .pref .p_content p > img {
	margin: 0 15px 0 0;
}

.price_list .pref .p_content {
	padding-top: 2px;
}

.price_list .pref .p_content a.button.right, .price_list .pref .p_content a.button.left {
	line-height: 28px;
}
.prefs.marketing .p_content a.button.right, .prefs.marketing .p_content a.button.left {
	line-height: 24px;
}

.price_list .pref .price {
	color: #010101;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 36px;
	clear: both;
	width: 124px;
	white-space: nowrap;
	margin: 0 auto;
}

.prefs.marketing .prefs-in .price {
    color: #010101;
    font-weight: bold;
    font-family: Arial, sans-serif;
    clear: both;
    width: 124px;
    white-space: nowrap;
    margin: -39px 0 0 68px;
    float: left;
}
.prefs.marketing .prefs-in .price .big_num  {
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 45px;
    clear: both;
    margin: 0 0 0 -30px;
    
}

.pref .price > div:first-child {margin-bottom: -11px;}
.pref .price > div:last-child {font-size: 11px;color: #000;text-align: center;}
.pref .price .currency,
.pref .price .coins {
	line-height: 1;
	font-size: 26px;
	vertical-align: top;
	    margin: 0px -2px 0 -11px;
}
.prefs.design3 .price .currency,
.prefs.design3 .price .coins {
	margin: 0px 0px 0 -5px !important; 
}
.pref .price .big_num {
	line-height: 1;
	vertical-align: top;
}
.prefs.design3 .price .big_num {
	margin: 0 0 0 -4px;
}
.pref .price .coins {
	text-decoration: underline;
}
 .pref ul {
	padding-left: 30px;
	margin: 20px auto 0;
}
 .pref ul li {
	line-height: 18px
}

.pref .p_content {padding-bottom: 60px;}
.price_list .prefs-in {
	height: 383px
}

.price_list .pref .price > div:first-child {margin-bottom: 5px;}
.price_list .pref .price > div:last-child {font-size: 15px;color: #000;text-align: center;}

.price_list .pref .price .currency,
.price_list .pref .price .coins {
	color: #000;
	line-height: 1;
	font-size: 26px;
	vertical-align: top;
}
.price_list .pref .price .big_num {
	color: #000;
	line-height: 1;
	vertical-align: top;
	
}
.price_list .pref .price .coins {
	text-decoration: underline;
}
.price_list .pref ul {
	color: #000;
	padding-left: 30px;
	margin: 11px auto 0;
}
.price_list .pref ul li {
	line-height: 18px
}

.price_list .pref .p_content {padding-bottom: 60px;}
.price_list.web .pref.web_desing .p_content {padding: 27px 90px 0 54px; float: left;}
.buttweb {
	position: absolute;
}
.price_list .prefs-in {
	height: 383px
}
.price_list.web .prefs-in {
	height: 206px
}

.table_wr {
	background: #dce1e5;
	width: 925px;
	margin: -15px auto 30px;
	position: relative;
	z-index: 1;
	padding-bottom: 30px;
	border-top: 2px solid #bdc2c8;
	box-shadow: 1px 1px 7px rgba(0,0,0,.2);
}

.price_details {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	border: 1px solid #D5DADF;
}

.price_details thead tr {
	background: #b3b3b3;
}

.price_details thead tr th {
	font-weight: normal;
	text-align: center;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 16px;
	font-family: 'Narrow Regular', sans-serif;
	border: 1px solid #d5dadf;
}
.price_details thead tr th:first-child {
	width: 363px;
}

.price_details tr.price_row td {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	height: 38px;
	color: #0082c1;
	border: 1px solid #d5dadf;
}
.price_details tr.f_list td.price_row  {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #0082c1;
}

.price_details tr.price_row td:first-child {
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	height: 38px;
	color: inherit;
}

.price_details tbody tr.price_row:nth-child(2) td:first-child {
	vertical-align: top;
	line-height: 38px;
	border-bottom: 1px solid transparent;
}

.price_details tr.headline {
	
}
.price_details tr.headline td {
	height: 30px;
	line-height: 30px;
	font: bold 14px Arial;
	color: #fff;
	padding-left: 10px;
	text-align: left;
	background: #b3b3b3;
	border-left: 1px solid #D5DADF;
	cursor: pointer;
}

.price_details tr.f_list td:first-child {
	text-align: left;
}
.price_details  .blue  {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	height: 38px;
	color: #0082c1;
	text-transform: uppercase;
}
.price_details  .blue_1  {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	height: 38px;
	color: #0082c1;
	text-transform: uppercase;
}

.price_details tr.f_list td {
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #D5DADF;
}
.button_row td {
	padding: 0;
	border: 1px solid #d5dadf;
	border-bottom: 1px solid transparent;
}
.price_details tbody .button_row:last-child td {
	border-bottom: 1px solid #adaeae;
}


.button_row td a {
	background: #7b7b7b;
	display: block;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}

.f_list {
	display: none;
	
}

tr.headline.collapsed td {
	border-bottom: 1px solid #fff;
}
.headline.collapsed span {
	width: 16px;
	height: 16px;
	display: inline-table;
	vertical-align: middle;
	margin-right: 5px;
}
.boyan {
	background: url(../img/plus.png) no-repeat;
	display: inline-table;
	vertical-align: middle;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
.opened .boyan {
	background: url(../img/minuse1.png) no-repeat;
	display: inline-table;
	vertical-align: middle;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}





									/*Web_design2*/
.web_design2_h2 p{
	width: 255px;
	height: 25px;
	text-align: center;
    background: #fff;
    margin: 0;
    margin-top: -26px;
    position: absolute;
    margin-left: 3px;
    font: 12px/25px Arial, sans-serif;
    color: #666666; 
    border-right: 1px solid #dde2e7;
    border-left: 1px solid #dde2e7;
    border-top: 1px solid #dde2e7;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    behavior: url(PIE.htc);
	
}
.web_design2{
	overflow: hidden;
    margin-top: 39px;
    margin-left: 38px;
}
.web_design2 table{
	width: 921px;
	height: auto;
	background: #fff;
	padding-top: 11px;
	border-spacing: 0px; 
 border-collapse: separate; 
    border: 1px solid #e4e7eb;
      -webkit-border-radius: 2px 0 0 0;
 -moz-border-radius: 2px 0 0 0;
 border-radius: 2px 0 0 0;
 behavior: url(PIE.htc);
}
.web_design2_grey{
	height: 24px;
	background: #e5e9ec;
}
.web_design2_grey td, .web_design2_white td{
	font: 12px/24px Arial, sans-serif;
	color: #666666;
	padding-left: 27px;
}
.web_design2 ul{
	padding:0px;
	margin: 0px;
}
.web_design2_white{
	height: 26px;
	background: #fff;
}
.bot_text{
	overflow: hidden;
	margin-bottom: 25px;
}
.bot_text p {
	font-size: 14px;
    float: left;
    margin: 19px 0 0 40px;
}
.bot_text a.button {
	background: #7b7b7b;
	line-height: 35px;
	width: 212px;
	height: 35px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 10px 0px 0 30px;
    float: left;
}



								/*Web Design3*/
.prefs.design3 {
	position: relative;
	z-index: 1;
	width: 925px;
	margin: -10px auto 20px;
	padding-bottom: 20px;
	background: #dce1e5;
	border-top: 2px solid #bdc2c8;
	box-shadow: 1px 1px 7px rgba(0,0,0,.2);
}
.prefs.design3 .pref {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #d5dadf;
	height: 126px;
	background: #fff;
}
.prefs.design3 .prefs-in{
	height: 361px;
}
.prefs.design3 .p_content {
	float: left;
	border-top: 1px solid #f7f7f6;
	padding: 20px 0px 0 130px;
}
.prefs.design3 .p_content .price {
	float: left;
    margin: -57px 0 0 58px;
}
.prefs.design3 .prefs-in .p_content .price {
	color: #6c9dcd !important;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	clear: both;
	width: 124px;
	white-space: nowrap;
	margin: -85px 0 0 65px;
    float: left;
}
.prefs.design3 .prefs-in .p_content .price > div {
 color: #6c9dcd
}
.prefs.design3 .prefs-in .p_content .price > div {
 color: #6c9dcd
}

.prefs.design3 .prefs-in .p_content .price > div .big_num {
 font-size: 45px;
}
.prefs.design3 .prefs-in .p_content .price > div .coins {
 font-size: 23px;
}
.bot_design3 a.button {
	font-size: 20px;
	font-family: Arial, bold, sans-serif;
	background: #7b7b7b;
	line-height: 34px;
	width: 100%;
	height: 34px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0;
    float: left;
}
.content_block2 {
    font: 12px Arial, sans-serif;
    line-height: 18px;
    width: 925px;
    background: #fff;
    border: 1px solid #d5dadf;
    box-sizing: border-box;
    padding: 180px 25px 0px 25px;
}
.content_block2 p {
	margin: 0 0 0 5px;
}
.content_block2 ul {
	margin: 0 0px 19px 19px;
    padding: 0px 0px 0px 0px
}


.Features_and_Benefits.table_web3{
 margin-left: 39px;
 margin-top: 51px;
}
.Features_and_Benefits.table_web3 p{
 font: 12px/30px Arial;
 color: #626262;
 width: 276px;
 height: 30px;
 text-align: center;
 background: #fff;
  margin: 0;
  margin-top: -31px;
    position: absolute;
  margin-left: 3px;
 border-right: 1px solid #dde2e7;
 border-left: 1px solid #dde2e7;
 border-top: 1px solid #dde2e7;
 border-bottom: 1px solid #fff;
   -webkit-border-radius: 5px 5px 0 0;
 -moz-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
 behavior: url(PIE.htc);
}
.Features_and_Benefits_text.web3{
 width: 924px;
 height: auto;
 overflow: hidden;
}
.Features_and_Benefits_text.web3 table{
	border-spacing: 0px; 
 border-collapse: separate; 
}
.Features_and_Benefits_text.web3 ul{
	padding: 0px;
	margin: 0px;
}
.Features_and_Benefits_text ul{
	padding: 0px;
	margin-left: 14px;
}
.Features_and_Benefits_text.web3 table{
 border:1px solid #e4e7eb;
}
.features_grey21{
 background: #e5e9ec;
 height: 24px;
}
.features_grey21 td{
 font: bold 14px Arial;
 color: #7b7b7b;
}
.features_td31{
 width: 270px;
 padding-left: 22px;
 display: table;
    padding-top: 10px;
}
.features_td41{
 width: 652px;
}
.features_white21{
 height: 65px;
}
.features_grey21{
 height: 50px;
 background: #e5e9ec;
}
.features_white21 td, .features_grey21 td, .features_grey31 td, .features_white21 td, .features_grey41 td{
 color: #7b7b7b;
 font: normal 12px Arial;
 line-height: 20px;
}
.features_grey31{
 height:24px ;
 background: #e5e9ec;
}
.features_white21{
 height:32px ;
}
.features_grey41{
 height: 70px;
 background: #e5e9ec;
}

							/*Marketing2*/
.content_email_service2{
	background: #f3f4f8;
	width: 100%;
	height: 100%;
}
.content_center2{
	margin: 0 auto;
	width: 959px;
	padding-bottom: 40px;
}
.banner_Organize2{
	width: 959px;
	height: 230px;
	background: url(../img/slider/v5.5.jpg);
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	 margin-bottom: 50px;
}
.banner_Organize2 h2{
	margin: 0 0 10px;
	font-size: 47px;
	color: #0082c1;
	font-family: "Calluna Sans W01 Light", sans-serif;
	font-weight: 300;
	/*padding: 94px 0px 0px 83px;*/
	    padding: 85px 0px 0px 80px;
}
.banner_Organize2 p{
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin: 0;
	padding: 0px 0px 0px 80px;
}
.banner_Organize_text2{
	width: 924px;
	height: 45px;
	background: #fff;
	margin-left: 18px;
	margin-top: 55px;
		margin-bottom: 12px;
	border:1px solid #e4e7eb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(PIE.htc);
}
.banner_Organize_text2 p{
	margin: 0;
	font:12px/45px Arial, sans-serif;
	color: #666666;
	margin-left: 27px;
}
.buy_now_but{
	height: 32px;
	background: #7b7b7b;
}
.buy_now_but a{
	color: #fff;
	font-size: 12px;
	padding-left: 61px;
	font-family: Arial, sans-serif;
}
.buy_now_but .td_1{
	width: 600px;
	border-right: 1px solid #d5dadf;
	padding-left: 10px !important;
}
.td_2{
	width: 184px;
	border-right: 1px solid #d5dadf;
}
.td_3{
	width: 184px;
	border-right: 1px solid #d5dadf;
}
.td_4{
	width: 184px;
	border-right: 1px solid #d5dadf;
}
.td_5{
	width: 184px;
}
.email_service_table2{
	width: 924px;
	height: auto;
	margin-left: 18px;
	margin-top: -65px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.email_service_table2 table {
	border-spacing: 0px; 
 	border-collapse: separate;
}
.name1{
	height: 39px;
	background: #b3b3b3;
	border-top: 1px solid #bbbcbd;
	border-bottom: 1px solid #a5a5a4;
}
.name1 td{
	color: #ffffff;
	font-size: 16px;
	padding-left: 41px;
	font-family: 'Narrow Regular', sans-serif;
}								



	/*Liza	*/	


/*Email*/
.content_email_service{
	background: #f3f4f8;
	width: 100%;
	height: 100%;
}
.content_center{
	margin: 0 auto;
	width: 959px;
	padding-bottom: 40px;
}
.banner_Organize{
	width: 960px;
	height: 231px;
	background: url(../img/slider/v4.4.jpg);
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	 margin-bottom: 50px;
}
.banner_Organize h2{
	margin: 0;
	font-size: 47px;
	color: #0082c1;
	font-family: "Calluna Sans W01 Light", sans-serif;
	font-weight: 300;
	padding: 84px 0px 10px 81px;
}
.banner_Organize span{
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding: 0px 0px 0px 81px;
}
.banner_Organize_text{
	width: 924px;
	height: 45px;
	background: #fff;
	margin-left: 17px;
	margin-top: 45px;
		margin-bottom: 12px;
	border:1px solid #e4e7eb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(PIE.htc);
}
.banner_Organize_text p{
	margin: 0;
	font:15px/45px Arial, sans-serif;
	color: #000;
	margin-left: 20px;
}
.box_content_1, .box_content_2, .box_content_3 {
	overflow: hidden;
    padding-bottom: 22px;
}

.boxes_1, .boxes_2{
	width: 305px;
	height: auto;
	float: left;
	border-right: 1px solid #d5dadf;
	background: #fff;
}
.boxes_3{
	width: 308px;
	height: auto;
	float: left;
	background: #fff;
}
.header_3 {
	width: 313px !important;
	border-right: 1px solid #b3b3b3 !important; 
}
.header_1 h2, .header_2 h2, .header_3 h2{
	color: #fff;
    text-align: center;
	margin: 0;
	font:16px/40px 'Narrow Regular', sans-serif ;

}
.header_1, .header_2, .header_3{
	height: 40px;
	width: 305px;
	background: #b3b3b3;
	border-right: 1px solid #d5dadf;
	border-top: 2px solid #bbbcbd;
	border-bottom: 2px solid #a5a5a4;
}
.box_content_1_img, .box_content_2_img , .box_content_3_img{
	margin-top: 30px;
	margin-left: 20px;
	float: left;
}
.box_content_1_text, .box_content_2_text, .box_content_3_text{
	float: left;
    width: 206px;
   margin-top: 25px;
    margin-left: 27px;
    margin-bottom: 22px;
}
.box_content_1_text ul, .box_content_2_text ul, .box_content_3_text ul{
	     padding: 0px;
    margin: 0px;
}
.box_content_1_text li, .box_content_2_text li, .box_content_3_text li{
	font-size: 15px;
	font-family: Arial, sans-serif;
	line-height: 18px;
	color: #000;
}
.box_content_1_text p, .box_content_2_text p, .box_content_3_text p{
	color: #6c9cca;
	font-size: 36px;
	font-family: Verdana , sans-serif ;
	font-weight: 600;
	margin: 0;
	margin-left: 17px;
}
.box_content_1_text span, .box_content_2_text span, .box_content_3_text span{
	font-size: 27px;
	font-family: Verdana , sans-serif ;
	font-weight: 600;
	text-decoration: underline;
}
.box_content_1_text h2, .box_content_2_text h2, .box_content_3_text h2{
	font-size: 11px;
	color: #686868;
	font-family: Verdana , sans-serif ;
	font-weight: 600;
	margin: 0;
	margin-left: 30px;
	 margin-top: -8px;
}
.box_content_1_text h3, .box_content_2_text h3, .box_content_3_text h3{
	font-size: 10px;
	color: #0082c1;
	font-family: Arial, sans-serif ;
	font-weight: 600;
	margin: 0;
	margin-left: 9px;
}
.bottom_1, .bottom_2, .bottom_3{
	margin-left: 50px;
}
.bottom_1 a, .bottom_2 a, .bottom_3 a{
	color: #fff;
	font: 12px Arial, sans-serif ;
	background: #7b7b7b;
	margin-right: 8px;
    display: block;
    width: 102px;
    float: left;
    line-height: 35px;
    text-align: center;
}
.boxes_bottom{
	width: 926px;
	height: 20px;
	background: #dce1e5;
	border-top: 1px solid #adaeae;
}
.boxes_bottom.log {
    margin: 0 0 0 18px;
    width: 921px;
    height: 20px;
    background: #dce1e5;
    border-top: 1px solid #adaeae;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.body_boxes{
	 width: 926px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    margin-left: 17px;
    margin-bottom: 17px;
    background: #fff;
}
.info{
  color:rgba(78, 78, 78, 0.8);
  width:100%;
  margin: 40px auto;
  text-align: center;
  font-weight:300;
}
.info a {
  color: #bbb;
  text-decoration:none;
}
.info a:hover {
    color: #888;
}
.tabs {
	 min-width: 320px;
	 max-width: 924px;
	 padding: 0px;
}
section {
  display: none;
  padding: 22px;
  background: #fff;
  border: 1px solid #ddd;
}
.tabs input {
  display: none;
}
.tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  font:12px/25px Arial;
  width: 120px;
  height: 25px;
  text-align: center;
  color: #626262;
  border: 1px solid #d2d7dd;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,e4e7eb+100 */
   background: rgb(254,254,254); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(228,231,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(228,231,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(228,231,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e4e7eb',GradientType=0 ); /* IE6-9 */
	  -webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	behavior: url(PIE.htc);
}
.tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.tabs input:checked + label {
  color: #626262;
  padding-top: 5px;
  background: #fff;
  border-bottom: 1px solid #fff;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}  
.email_service_slider{
	margin-left: 17px;
}
#content1 p{
	margin: 0px;
	color: #666666;
	font:14px Arial;
	line-height: 18px;
}
#content1 h2{
	margin-top:27px;
	color: #666666;
	font: bold 14px Arial;
}
#content1 ul{
	padding-left: 17px;
}
#content1 li{
	color: #666666;
	font: normal 14px Arial;
	line-height: 18px;
}
#content2 p{
	margin: 0px;
	color: #666666;
	font:12px Arial;
	line-height: 18px;
}
.clear{
	clear: both;
}
#content2{
	height: 224px;
}
#content1{
	height: 224px;
}
#content2 h2{
	margin-top:27px;
	margin-bottom: 18px;
	color: #666666;
	font: bold 14px Arial;
}
.right{
 width: 390px;
 height: auto;
 float: left;
 margin-right: 90px;
}
.right ul{
 padding-left: 17px;
}
.right li{
 color: #666666;
 font: normal 12px Arial;
 line-height: 14px;
}
.content1_left{
 width: 390px;
 height: auto;
 float: left;
}
.content1_left ul{
 padding-left: 17px;
}
.content1_left li{
 color: #666666;
 font: normal 12px Arial;
 line-height: 14px;
}
.email_service_table{
	width: 924px;
	height: auto;
	margin-left: 18px;
	margin-top: -65px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.email_service_table table{
	border-spacing: 0px; 
 border-collapse: separate; 
}
.td_1{
	width: 600px;
	border-right: 1px solid #d5dadf;
	padding-left: 10px !important;
	text-align: inherit !important;
}
.td_2{
	width: 184px;
	border-right: 1px solid #d5dadf;
}
.td_3{
	width: 184px;
	border-right: 1px solid #d5dadf;
}
.td_4{
	width: 184px;
}
.name{
	height: 39px;
	background: #b3b3b3;
	border-top: 1px solid #bbbcbd;
	border-bottom: 1px solid #a5a5a4;
}
.name td{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-family: 'Narrow Regular', sans-serif;
}
.price_table{
	height: 43px;
	background: #fff;
}
.price_table td{
	color: #0082c1;
	font-size: 18px;
	padding-left: 61px;
	font-family: Arial, sans-serif;
	font-weight: 600;
}
.price_table span{
	color: #666666;
	font-size: 15px;
	font-family: Arial, sans-serif;
	font-weight: 600;
}
.buy_now{
	height: 32px;
	background: #7b7b7b;
}
.buy_now a{
	color: #fff;
	font-size: 12px;
	text-align: center;
    display: block;
	font-family: Arial, sans-serif;
}
#background{
	background: #fff;
}
.white{
	height: 29px;
	background: #fff;
}
.white td{
	color: #666;
	font:  12px Arial, sans-serif;
	text-align: center;
}
.white .td_2, .white .td_3, .white .td_4 {
	color: #0082c1;
}
.blue{
	height: 24px;
	background: #e5e9ec;
}
.blue td{
	color: #666666;
	font:12px Arial, sans-serif;
	text-align: center;
}
.grey{
	cursor: pointer;
	height: 30px;
	background:#b3b3b3;
}
.grey td{
	color: #fff;
	font: bold 15px Arial;
}

 .blue span{
	font: 10px Arial;
}
.table_bottom{
	width: 924px;
	height: 20px;
	background: #dce1e5;
	border-top: 1px solid #adaeae;

}
/* Online Fax */

.banner_Online{
	width: 959px;
	height: 230px;
	background: url(../img/slider/v6.6.jpg);
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	 margin-bottom: 65px;
}
.banner_Online h2{
	margin: 0;
	font-size: 47px;
	color: #0082c1;
	font-family: "Calluna Sans W01 Light", sans-serif;
	font-weight: 300;
	padding: 84px 0px 10px 81px;
}
.banner_Online span{
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding: 0px 0px 0px 81px;
	display: block;
}
.banner_Online_text{
	width: 925px;
	height: 65px;
	background: #fff;
	margin-left: 16px;
	margin-top: 23px;
	margin-bottom: 12px;
	border:1px solid #e4e7eb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(PIE.htc);
	    overflow: hidden;
}
.banner_Online_text p{
	margin: 0;
	font:15px Arial, sans-serif;
	color: #000;
	margin-left: 27px;
	padding-top: 20px;
}
.bottom_Onlinefax{
	overflow: hidden;
    float: left;
    margin-left: 11px;
    margin-bottom: 0px;
}
.bottom_Onlinefax a{
	color: #fff;
    font: 12px Arial, sans-serif;
    background: #7b7b7b;
    padding: 5px 0px;
    width: 137px;
    display: block;
    text-align: center;
}
.bottom_Onlinefax p{
	margin:0px;
	font: 10px Arial, sans-serif;
	background: #7b7b7b;
}
.Features_and_Benefits{
	margin-left: 18px;
	margin-top: 51px;
}
.Features_and_Benefits p{
	font: 12px/30px Arial;
	color: #626262;
	width: 165px;
	height: 30px;
	text-align: center;
	background: #fff;
	 margin: 0;
	 margin-top: -31px;
    position: absolute;
	 margin-left: 3px;
	border-right: 1px solid #dde2e7;
	border-left: 1px solid #dde2e7;
	border-top: 1px solid #dde2e7;
	border-bottom: 1px solid #fff;
	  -webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	behavior: url(PIE.htc);
}
.Features_and_Benefits_text{
	width: 924px;
	height: auto;
	overflow: hidden;
}
.Features_and_Benefits_text table{
	border:1px solid #e4e7eb;
	 border-spacing: 0px; 
 border-collapse: separate; 
}
.features_grey1{
	background: #e5e9ec;
	height: 24px;
}
.features_grey1 td{
	font: bold 14px Arial;
	color: #7b7b7b;
}
.features_td1{
	width: 300px;
	padding-left: 22px;
	display: table;
    padding-top: 10px;
}
.features_td2{
	width: 620px;
}
.features_white1{
	height: 65px;
}
.features_grey2{
	height: 80px;
	background: #e5e9ec;
}
.features_white1 td, .features_grey2 td, .features_grey3 td, .features_white2 td, .features_grey4 td{
	color: #7b7b7b;
	font: normal 12px Arial;
	line-height: 16px;
}
.features_grey3{
	height:47px ;
	background: #e5e9ec;
}
.features_white2{
	height:81px ;
}
.features_grey4{
	height: 91px;
	background: #e5e9ec;
}
#bottom{
	height: 58px;
	background: #fff;
	width: 922px;
	border-left:1px solid #e4e7eb;
	border-right:1px solid #e4e7eb;
	border-bottom:1px solid #e4e7eb;
}

#bottom span{
	color: #666666;
	font:11px Arial;
	padding-left: 20px;
	padding-top: 10px;
	display: block;
}
/*SUPPORT*/
.banner_Support{
	width: 959px;
	height: 230px;
	background: url(../img/support1.png);
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	 margin-bottom: 50px;
}
.banner_Support h2{
	margin: 0;
	color: #0082c1;
    font-size: 47px;
    font-family: "Calluna Sans W01 Light", sans-serif;
	font-weight: 300;
	padding: 84px 0px 10px 81px;
}
.banner_Support span{
	font-size: 20px;
    color: #000;
    font-family: Arial, sans-serif;
	font-weight: 300;
	padding: 0px 0px 0px 81px;
}
.banner_Support_text{
	width: 924px;
	height: 45px;
	background: #fff;
	margin-left: 16px;
	margin-top: 45px;
		margin-bottom: 12px;
	border:1px solid #e4e7eb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(PIE.htc);
}
.banner_Support_text p{
	margin: 0;
	font:15px/45px Arial, sans-serif;
	color: #000;
	margin-left: 27px;
}
.content_support{
	width: 922px;
	height: auto;
	overflow: hidden;
	margin-left: 18px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.5);
}
.content_contact_us{
	width: 460px;
	height: auto;
	border-right: 1px solid #d5dadf;
	float: left;
	background: #fff;
}
.content_user_guides{
	width: 459px;
	height: auto;
	float: left;
	background: #fff;
}
.content_contact_us h2{
	background: #b3b3b3;
	width: 460px;
	text-align: center;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
	font:16px/41px 'Narrow Regular';
}
.content_user_guides h2{
	width: 461px;
	background: #b3b3b3;
	
	text-align: center;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
	font:16px/41px 'Narrow Regular';
}
.content_contact_us_1{
	background: #fff;
	height: auto;
}
.content_contact_us_1_img{
	width: 106px;
	margin-top: 20px;
	float: left;
	height: 295px;
}
.content_contact_us_1_img img{
	    margin-left: 51px;
}
.content_contact_us_1_text{
	float: left;
	margin-top: 20px;
}
.content_contact_us_1_text span{
	color: #666666;
	font:14px Arial;
	
}
.content_contact_us_1_text p{
	margin: 0px;
	color: #666666;
	font:12px Arial;
	margin-top: 2px;
	margin-bottom: 2px;
}
.content_contact_us_1_text a{
	color: #0024ff;
	font:12px Arial;
	line-height: 16px;
	display: block;
}
.content_contact_us_1_text a:hover {
	color: #000000;
    text-decoration: underline;
}
.content_user_guides_text{
	float: left;
    margin-top: 20px;
}
.content_user_guides_text span{
	font:14px Arial;
	color: #666666;
}
.content_user_guides_text a{
	color: #0024ff;
	font:12px Arial;
	margin: 15px 0px 0 -5px;
	display: block;
}
/* LOGIN */
.login_form{
	    width: 920px;
    height: auto;
    overflow: hidden;
    margin-left: 18px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.5);
    background: #fff;
}
.banner_Login{
	width: 959px;
	height: 232px;
	background: url(../img/login1.png);
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	 margin-bottom: -15px;
}
.banner_Login h2{
	margin: 0;
	font-size: 47px;
	color: #0082c1;
	font-family: "Calluna Sans W01 Light", sans-serif;
	font-weight: 300;
	padding: 84px 0px 10px 81px;
}
.banner_Login span{
	color: #1c1d21;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding: 0px 0px 0px 81px;
}
.Control_Panel, .Webmail{
	width: 355px;
	height: 233px!important;
	height: auto;
	float: left;
	background: #fff;
}
.Webmail{
	width: 561px;
}
.Webmail h2{
	width: 564px !important;
}
.Webmail_content_img{
	width: 90px;
	float: left;
}
.Webmail_content_img img{
	padding-left: 23px;
	padding-top: 21px;
}
.Control_Panel_content_img img{
	padding-left: 30px;
	padding-top: 26px;
}
.Control_Panel_content_img{
	width: 77px;
	float: left;
}
.Control_Panel h2, .Webmail h2{
	width: 359px;
	height: 40px;
	text-align: center;
	font: 16px/40px 'Narrow Regular';
	color: #fff;
	margin: 0px;
	background: #b3b3b3;
	border-top: 1px solid #bdc2c8;
	border-bottom: 1px solid #a5a5a4;

}
.Control_Panel_content_text{
	float: left;
    margin-top: 70px;
}
.Control_Panel_content_text a{
	width: 212px;
	height: 34px;
	background: #7b7b7b;
	font:12px/34px Arial;
	color: #fff;
	text-align: center;
	display: block;
}
.Webmail_content_text{
	float: left;
	padding-top: 16px;
}
.Webmail_content, .Control_Panel_content{
	overflow: hidden;
}
.style3{
	margin: 0px;
	font:bold 13px Verdana ;
	color: #6c9dcd;
	padding-top: 5px;
    padding-bottom: 5px;
}
.login_bg{
	width: 391px;
	height: 18px;
}
.button_login{
	margin-top: 20px;
    margin-left: 81px;
}
.price{
	color: #6c9dcd;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 36px;
	clear: both;
	padding: 5px 0px 0 5px;
	white-space: nowrap;
	margin: 0 auto;
}
.price .big_num {
	color: #6c9dcd;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 45px;
    clear: both;
}
.price > div:first-child{
	 margin-bottom: -2px;
}
.price > div:first-child {margin-bottom: -11px;}
.price > div:last-child {font-size: 11px;color: #000;text-align: center;}
.price .currency,
.price .coins {
	color: #000;
	line-height: 1;
	font-size: 26px;
	vertical-align: top;
	margin: 0 -2px 0px -12px;
}
.price .big_num {
	color: #000;
	line-height: 1;
	vertical-align: top;
	text-decoration: none;
	margin: 0 0 0 -10px;
}
.price .coins {
	text-decoration: underline;
}