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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.dv_row {
	display: block;
	vertical-align: top;
	width: 101%;
}

.dv_row .dv_cell {
	display: inline-block;
	vertical-align: top;
}

.db {
	display: inline-block;
}

@font-face {
	font-family: "SHFont";
	src: url("../fonts/SH-Icons-Regular.woff") format('woff');
}

header {
	height: 40px;
	background-color: #1b1c20;
	width: 100%;
	border-bottom: 4px solid white;
}

body {
	background-color: #1b1c20;
}

nav {
	height: 40px;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana;
}

nav ul {
	display: inline-block;
	margin-top: 11px;
	margin-right: 15px;
}

nav ul li {
	list-style: none;
	display: inline-block;
	margin: 0 9px;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #8d8e90;
}

.ffg {
	font-family: Georgia;
}

#logo_container {
	width: 190px;
	display: inline-block;
	margin: 9px 16px 9px 20px;
}

#logo {
	height: 26px;
	display: block;
	background-image: url("../img/logo.png");
	background-size: 100%;
	background-color: #1b1c20;
	background-repeat: no-repeat;
}

#nav_phone_holder,
#nav_email_holder,
#login {
	display: inline-block;
	margin-top: 12px;
}

#nav_phone_holder {
	margin-right: 15px;
}

#nav_email_holder {
	margin-right: 47px;
}

#phone_logo {
	width: 20px;
}

#nav_phone_holder a,
#nav_email_holder a,
#login a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

#nav_email_holder a,
#login a {
	border-bottom: 1px solid #8d8e90;
}

#nav_phone_holder a span {
	vertical-align: top;
}

#login a {
	font-size: 12px;
}

/*header/nav end*/
/*~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~*/
/*main*/
main {
	font-family: Georgia;
}

#banner {
	background-color: #167ab1;
	text-align: center;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 190px;
}

h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 55px;
	font-family: Verdana;
	margin-bottom: 20px;
}

h2 {
	font-size: 28px;
	line-height: 29px;
	font-weight: normal;
	margin-bottom: 20px;
}

.italic {
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
}

#banner .italic {
	margin-bottom: 20px;
}

.action_link {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#aditional_info {
	display: none;
	max-width: 1040px;
	min-height: 300px;
	background-color: #fff;
	border-radius: 6px;
	color: #333333;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
}

#aditional_info_inner {
	max-width: 860px;
	margin: 0 auto;
	padding: 50px 0 20px;
}

.domain_info a,
#aditional_info_inner a {
	text-decoration: none;
	color: #0066cc;
	display: inline-block;
	border-bottom: 1px solid #0066cc;
}

#aditional_info_inner a {
	margin-bottom: 10px;
}

#aditional_info_inner p {
	padding-bottom: 10px;
}

#aditional_info .action_link {
	color: #0066cc;
	border-bottom: 1px dashed #0066cc;
}

/*blocks*/
.blocks {
	max-width: 1040px;
	margin: 0 auto;
	margin-top: -147px;
	margin-bottom: 54px;
}

.blocks:last-of-type {
	margin-top: 0px;
	max-width: 1080px;
}

.block {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	margin-bottom: 30px;
	margin-right: 35px;
}

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

.block_header {
	height: 70px;
	width: 100%;
	background-color: #00b400;
	border-radius: 6px 6px 0 0;
}

.block_header h3 {
	color: #fff;
	font-size: 28px;
	line-height: 70px;
	font-weight: normal;
	text-align: center;

}

.block_body {
	background-color: white;
	padding-top: 22px;
	text-align: center;
	padding-bottom: 50px;
	border-radius: 0 0 6px 6px;
}

.block_body p {
	max-width: 390px;
	margin: 3px auto;
	font-size: 18px;
	line-height: 24px;
}

.block_body .domain_info {
	margin-bottom: 6px;
}

.block_body ul li {
	font-size: 18px;
	line-height: 32px;
}

.block_body ul li.shfont {
	font-family: SHFont;
	color: #ff9900;
	font-size: 32px;
	margin-top: 4px;
	margin-bottom: 5px;
}

.block_body ul.gray {
	padding-bottom: 20px;
}

.block_body ul.gray li {
	font-family: Verdana;
	font-size: 13px;
	line-height: 20px;
	color: #999999;
}

.block_body .promo_prc {
	font-family: Verdana;
	font-size: 13px;
	line-height: 20px;
	color: #ff9900;
	display: none;
}

.block_body .monthly_prc {
	color: #333333;
	font-size: 18px;
}

.block_body .monthly_prc .prc {
	font-size: 28px;
}

.block_body .monthly_prc .currency {
	vertical-align: bottom;
}


.button_orange {
	white-space: nowrap;
	padding: 9px 40px;
	background-color: #C93519;
	background-image: -webkit-linear-gradient(top, #F0961B, #EE691E);
	background-image: -moz-linear-gradient(center top, #F0961B, #EE691E);
	background-image: -ms-linear-gradient(top, #F0961B, #EE691E);
	background-image: -o-linear-gradient(top, #F0961B, #EE691E);
	background-image: linear-gradient(top, #F0961B, #EE691E);
	border: 1px solid #C93519;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: normal 14px Verdana, Geneva, sans-serif;
	text-shadow: -1px -1px 0px #C93519;
	color: #FFF;
	margin: 0px;
	cursor: pointer;
}

.button_orange:hover {
	background-color: #EFA94C;
	background-image: -webkit-linear-gradient(top, #EFA94C, #ED854E);
	background-image: -moz-linear-gradient(center top, #EFA94C, #ED854E);
	background-image: -ms-linear-gradient(top, #EFA94C, #ED854E);
	background-image: -o-linear-gradient(top, #EFA94C, #ED854E);
	background-image: linear-gradient(top, #EFA94C, #ED854E);
	border-color: #C93519;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.button_orange:active {
	background-color: #EFA94C;
	background-image: -webkit-linear-gradient(top, #ED854E, #EFA94C);
	background-image: -moz-linear-gradient(center top, #ED854E, #EFA94C);
	background-image: -ms-linear-gradient(top, #ED854E, #EFA94C);
	background-image: -o-linear-gradient(top, #ED854E, #EFA94C);
	background-image: linear-gradient(top, #ED854E, #EFA94C);
	border-color: #C93519;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ps {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	text-align: center;
}

.four_in_row .block {
	max-width: 240px;
}

.four_in_row .block h3 {
	color: #00b400;
	font-size: 32px;
	line-height: 36px;
	font-family: Verdana;
	margin-bottom: 35px;
}

.four_in_row p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}

.promo_prc_holder {
	min-height: 20px;
	display: inline-block;
}


/*СуперХостинг*/
.cp_cntnr {
	display: inline-block;
}

.cp_selct {
	position: absolute;
	left: -4000px;
	height: 20px;
	width: 5px;
}

.block_body .cp_txt {
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	height: 35px;
	vertical-align: top;
	padding: 7px 35px 7px 8px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #000000;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px 0px;
	background: white url("../img/combo_arrows.gif") no-repeat 100% -79px;
	cursor: pointer;
	text-align: left;
}

.cp_txt:focus {
	border-color: #4D90FE;
	box-shadow: inset inset 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
	background: white url("../img/combo_arrows.gif") no-repeat 100% -18px;
}

.cp_txt:active {
	background-color: #EFA94C;
	border-color: #C93519;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.cp_txt:hover {
	border-color: #4D90FE;
	outline: none;
	background: white url("../img/combo_arrows.gif") no-repeat 100% -18px;
}

.cp_sml {
	font-size: 11px;
}

.cp_main {
	min-width: 245px;
	position: absolute;
	min-height: 70px;
	max-height: 320px;
	margin-left: -25px;
	margin-top: -30px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	z-index: 9999;
	border: 1px solid #D9D9D9;
	vertical-align: top;
	padding: 5px;
	background: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.cp_main tr td {
	border: none;
	padding: 8px 5px 8px 5px;
	font-size: 12px;
}

.cp_selected {
	background: #FDF8CE;
}

.cp_main tr {
	vertical-align: middle;
}

.cp_main tr:hover {
	background: #d5d5d5;
}

.cp_main td.cp_td02 {
	padding-left: 25px;
	padding-right: 15px;
	text-align: right;
	white-space: nowrap;
	min-height: 35px;
}

.cp_td03 {
	color: #F6981C;
	text-align: right;
	white-space: nowrap;
}

.cp_gray {
	color: #888888;
	text-decoration: line-through;
}

.cp_gracustom {
	color: #888888;
}

.cp_txt.new_combo .baseprc,
.cp_txt.new_combo .new_price {
	display: block;
}

.cp_txt.new_combo .baseprc {
	margin-top: -3px;
}

.cp_txt.new_combo {
	background: white url("../img/combo_arrows.gif") no-repeat scroll 100% -77px;
	width: 225px;
}

.price_mid {
	font-family: Georgia, Geneva, "Times New Roman", Times, serif;
	font-size: 18px;
	white-space: nowrap;
}

/*footer*/
footer {
	background-color: #EAEAEA;
	width: 100%;
}

.ftr_taa {
	font-size: 11px;
	text-align: center;
	padding: 15px;
}

.ftr_taa a {
	font-size: 11px;
}

.hac {
	text-align: center;
}

#footer_inner {
	padding-top: 20px;
	max-width: 1380px;
	margin: 0 auto;
	font: normal normal normal 0.75em/1.5em Verdana, Helvetica, Arial, sans-serif;
	color: #525960;
}

.dtbl {
	display: table;
	margin: 0px;
	padding: 0px;
}

.dtbl .drow {
	display: table-row;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.bd01 {
	display: table-cell;
	vertical-align: top;
	width: 20%;
}

.bd02, .bd03 {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.dtbl .drow .dcell {
	display: table-cell;
	vertical-align: top;
}

.tooltip_ex {
	font-size: 11px;
	border: 1px solid #cdcdcd;
	padding: 10px;
	background: white;
	display: none;
	width: 20em;
	margin-top: 15px;
	white-space: normal;
}

.footer_offset {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_offset a {
	color: #2F61A8;
}

.footer_contacts {
	background: #7391C5;
	padding: 18px 14px 21px 14px;
	margin: 10px 12px 10px 20px;
	vertical-align: top;
	text-align: center;
	color: white;
}

.footer_contacts .ctb {
	display: table;
	width: 100%;
	text-align: left;
}

.footer_contacts .ctb .ctr {
	display: table-row;
}

.footer_contacts .ctb .ctr .ctd {
	display: table-cell;
	text-align: center;
	width: 1%;
}

.footer_contacts .ctb .ctr .ctnt {
	text-align: left;
	display: inline-block;
	padding-left: 30px;
	padding-right: 13px;
}

.footer_contacts .ctb .ctr .ctt01 {
	background: url("../img/cntct_01.png") no-repeat 0 3px;
}

.footer_contacts .ctb .ctr .ctt02 {
	background: url("../img/cntct_02.png") no-repeat 0 3px;
}

.footer_contacts .ctb .ctr .ctt03 {
	background: url("../img/cntct_03.png") no-repeat 0 3px;
}

.footer_contacts .ctb .ctr .ctt04 {
	background: url("../img/cntct_04.png") no-repeat 0 3px;
	padding-right: 0px;
}

.ftr_pwall {
	margin: 0 auto;
	margin-top: 15px;
	width: 92%;
}

.ftr_pwall .ftr_pw01 {
	width: 80%;
	padding-right: 15px;
	padding-left: 18px;
}

.ftr_pwall .ftr_pw02 {
	min-width: 220px;
}

.ftr_pwall .ftr_pw01 .ftr_pw001 {
	margin-top: 7px;
}

.ftr_pwall .ftr_pw02 .ftr_pw002 {
	margin-top: 8px;
	max-width: 230px;
}

.footer_contacts a {
	color: white;
	font-size: 12px !important;
	white-space: nowrap;
}

.footer_contacts .contact {
	padding: 0px 5px 0px 35px;
	display: inline-block;
	margin: 0 8px 0 8px;
	text-align: left;
	min-width: 135px;
}

.footer_contacts .c_time {
	background: url("../img/icons.png") no-repeat 0px -1673px;
	width: 150px;
}

.footer_contacts .c_time_first_row {
	font-family: Georgia, Geneva, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 4px;
	white-space: nowrap;
}

.footer_contacts .c_mail {
	background: url("../img/icons.png") no-repeat 0px -1774px;
	width: 220px;
}

.footer_contacts .c_mail_first_row {
	font-family: Georgia, Geneva, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 4px;
	white-space: nowrap;
}

.footer_contacts .c_phone {
	background: url("../img/icons.png") no-repeat 0px -1870px;
}

.footer_contacts .c_help {
	background: url("../img/icons.png") no-repeat 0px -2436px;
}

.footer_contacts .c_phone_first_row {
	font-family: Georgia, Geneva, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 4px;
	white-space: nowrap;
}

.footer_payway_all {
	text-align: center;
	color: #666666;
	margin-top: 15px;
}

.footer_payway_all .payway_left {
	width: 690px;
	display: inline-block;
	margin: 0 0 0 auto;
	text-align: left;
}

.footer_payway_all .payway_right {
	text-align: left;
}

.footer_payway_txt li {
	list-style-type: none;
	list-style-position: none;
	display: inline-block;
	width: 180px;
	height: 27px;
	margin: 0px !important;
	padding: 4px 0px 0px 45px !important;
}

.footer_payway_img {
	width: 230px;
}

.footer_payway_img li {
	list-style-type: none;
	list-style-position: none;
	display: inline-block;
	width: 50px;
	height: 27px;
	margin: 0px !important;
	padding: 0px !important;
}

.pway_all {
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
}

.ftr_pwlist {
	text-align: left;
}

.pwlist_container {
	width: 76%
}

.pwimg_container {
	width: 240px;
}

.ftr_pwlist .dv_cell {
	padding: 5px 12px 8px 49px;
	/*padding: 5px 0px 8px 52px;*/
	/*width: 17%;*/
	white-space: nowrap;
}

.ftr_pwlist .dv_cell.image_only {
	padding: 5px 20px 8px 0px;
	width: 42px;
	white-space: nowrap;
}

.ftr_pwlist .dv_cell.no_image {
	padding: 5px 10px 8px 0px;
	width: auto;
	white-space: nowrap;
}

.ftr_pwimg {
	text-align: left;
	padding-right: 10px;
}

.ftr_pwimg .dv_cell {
	width: 50px;
	padding: 0px;
	height: 30px;
}

.pway_head {
	margin-bottom: 8px;
	text-align: left;
}

.pway_head a {
	position: relative;
	z-index: 9;
	font-size: 13px;
	color: #336699;
}

.pway_head a:hover {
	text-decoration: none;
}

.dv_cell.ftr_cc_title {
	width: 120px;
	padding: 5px 0px 8px 0px;
}

.ftr_pwlist .epy {
	background: url("../img/icons.png") no-repeat 0px -98px;
}

.ftr_pwlist .ezy {
	background: url("../img/icons.png") no-repeat 0px -1182px;
}

.ftr_pwlist .bpy {
	background: url("../img/icons.png") no-repeat 0px -886px;
}

.ftr_pwlist .bnk {
	background: url("../img/icons.png") no-repeat 0px -1281px;
}

.ftr_pwlist .ppl {
	background: url("../img/icons.png") no-repeat 0px -986px;
}

.ftr_pwlist .trd {
	background: url("../img/icons.png") no-repeat 0px -1381px;
}

.ftr_pwlist .pst {
	background: url("../img/icons.png") no-repeat 0px -1084px;
}

.ftr_pwlist .loc {
	background: url("../img/icons.png") no-repeat 0px -1479px;
}

.ftr_pwlist .vis {
	background: url("../img/icons.png") no-repeat 0px -296px;
}

.ftr_pwlist .mas {
	background: url("../img/icons.png") no-repeat 0px -492px;
}

.ftr_pwlist .bor {
	background: url("../img/icons.png") no-repeat 0px -789px;
}

.ftr_pwimg .vis {
	background: url("../img/icons.png") no-repeat 0px -296px;
}

.ftr_pwimg .din {
	background: url("../img/icons.png") no-repeat 0px -393px;
}

.ftr_pwimg .mas {
	background: url("../img/icons.png") no-repeat 0px -492px;
}

.ftr_pwimg .jcb {
	background: url("../img/icons.png") no-repeat 0px -197px;
}

.ftr_pwimg .ame {
	background: url("../img/icons.png") no-repeat 0px -689px;
}

.ftr_pwimg .dis {
	background: url("../img/icons.png") no-repeat 0px 0px;
}

.ftr_pwimg .bor {
	background: url("../img/icons.png") no-repeat 0px -789px;
}

.ftr_pwimg .t2o {
	background: url("../img/icons.png") no-repeat 0px -1578px;
}

.footerLight {
	background: #F5F5F5;
}

.footer_dark {
	background: #EAEAEA;
	color: #333333;
	padding: 15px;
	padding-top: 38px;
	vertical-align: top;
	margin-top: 18px;
	font: normal normal normal 0.75em/1.5em Verdana, Helvetica, Arial, sans-serif;
}

.footer_dark .block_dark {
	text-align: left;
	display: table-cell;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	min-width: 190px;
	max-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 10%;
}

.footer_dark .dark_title {
	font-family: Georgia, Geneva, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	padding-bottom: 14px;
	white-space: nowrap;
}

.ftr_ctr {
	color: #999999;
}

.footer_dark a {
	color: #2E63A5;
	font-size: 12px;
}

.footer_dark ul li {
	list-style-type: none;
	list-style-position: none;
	color: #2E63A5;
	margin: 8px 0 0px 0;
	padding: 0;

}

.footer_dark .myprofile .lock {
	padding-left: 20px;
	background: url("../img/lock_bw1.png") no-repeat 0 2px;
	padding-bottom: 1px;
	padding-top: 0px;
	margin-top: 0px;
	display: block;
}

.footer_contact_pack_one {
	margin: 0;
	display: inline-block;
	text-align: right;
}

.footer_contact_pack_two {
	margin: 0;
	display: inline-block;
	text-align: left;
}

.footer_dark .ftr_dark_tbl {
	display: table;
	margin: 0 auto;
	width: 95%;
	max-width: 1100px;
	padding-left: 5%;
}

.footer_dark .ftr_dark_row {
	display: table-row;
	vertical-align: top;
}

.footer_dark .ftr_dark_td01 {
	display: table-cell;
	vertical-align: top;
}

.footer_dark .ftr_dark_td02 {

	display: block;
	vertical-align: top;
}

.footer_black_menu_holder {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.mauto {
	margin-left: auto;
	margin-right: auto;
}

.eur_img {
	text-align: center;
}

.eur_img img {
	max-width: 500px;
	width: 100%;
}

.gs_euf {
	max-width: 1280px;
	margin: 20px auto;
}

.gs_euf .dtd {
	font-size: 11px;
	line-height: 20px;
	vertical-align: middle !important;
}

.gs_euf_txt {
	padding-right: 60px;
}

.gs_euf_img {
	text-align: left;
	width: 40%;
}

.gs_euf_img img {
	max-width: 400px;
}

.geotrustSealS:hover {
	cursor: pointer;
}

.geotrust_seal_cont {
	margin-bottom: -18px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	z-index: 8;
}

.big_prc {
	font-size: 16px !important;
}

.main_blocks .block {
	position: relative;
}

.prcnt_circle {
	background-color: red;
	border-radius: 50%;
	color: white;
	font-size: 20px;
	height: 100px;
	position: absolute;
	right: -22px;
	text-align: center;
	top: -22px;
	width: 100px;
	font-family: Georgia, Geneva, "Times New Roman", Times, serif;
	font-size: 16px;
	box-shadow: 0 0px 4px 0px red;
}

.prcnt_circle .percent {
	display: inline-block;
	font-size: 42px;
	padding-top: 25px;
	font-style: normal;
}

.prcnt_circle .symbol {
	padding-top: 20px;
	display: inline-block;
	font-size: 25px;
}


.footer_offset {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.footer_faq_all {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
}

.footer_tab {
	padding: 20px;
	padding-bottom: 10px;
	padding-left: 28px;
	font-family: Georgia, Geneva, "Times New Roman", Times, serif;
}

.footer_tab .h2 {
	margin-top: 12px;
}

.footer_tab .tab_main {
	display: inline-block !important;
	border: none !important;
	padding: 0px 5px 0 0px !important;
	margin: 0px !important;
	font-size: 25px !important;
}

.footer_tab .tab_main a {
	text-decoration: none !important
}

.footer_tab .tab_other {
	display: inline-block !important;
	border: none;
	padding: 0px 5px 0 2px !important;
	font-size: 18px !important;
	font-weight: normal;
	vertical-align: bottom !important;
}

.footer_tab .tab_separator {
	display: inline-block !important;
	width: 1px;
	padding: 1px;
	height: 25px;
	position: relative;
	top: 8px;
	margin: 0px 10px 0px 10px;
	border-left: 1px solid #cecece;
}

.footer_tab .tab_other a {
	text-decoration: underline
}

.footer_faq {

}

.footer_faq .list_faq {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	width: 100%;
	margin-left: 5px;
	margin-top: 2px;

}

.footer_faq .list_faq li {
	display: inline-block;
	width: 90%;
	list-style-type: none;
	list-style-position: none;
	background: url("../img/icons.png") no-repeat 0px -595px;
	padding: 1px 3px 5px 25px;
	font-size: 13px;
	margin-left: 0px;
}

.footer_faq .list_faq li a {
	color: #2D62A8 !important;
}

.footer_faq .list_faq .item {
	list-style-type: none;
	list-style-position: none;
	background: url("../img/icons.png") no-repeat 0px -595px;
	padding: 1px 3px 5px 25px;
}

.footer_glossary {
	margin-top: 5px;
}

.footer_glossary .list_glossary {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	width: 100%;
}

.footer_glossary .list_glossary li {
	display: inline-block;
	width: 90%;
	list-style-type: none;
	list-style-position: none;
	background: url("../img/icons.png") no-repeat 0px -595px;
	padding: 1px 3px 5px 25px;
}

.footer_glossary .list_glossary .item {
	list-style-type: none;
	list-style-position: none;
	background: url("../img/icons.png") no-repeat 0px -595px;
	padding: 1px 3px 5px 25px;
}

.footer_socials {
	text-align: center;
	font-size: 12px;
	margin: 20px 0;
}

.footer_socials .social {
	text-align: left;
	display: inline-block;
	height: 24px;
	font-size: 13px;
	margin: 5px 40px 5px 40px;
	padding: 7px 0px 0px 36px;
	white-space: nowrap;
}

.footer_socials .social:hover {
	text-decoration: none;
}

.footer_socials .blog {
	background: url("../img/icons.png") no-repeat 0px -1969px;
}

.footer_socials .helpsup {
	background: url("../img/icons.png") no-repeat 0px -2364px;
}

.footer_socials .gglplus {
	background: url("../img/icons.png") no-repeat 0px -2068px;
}

.footer_socials .facebk {
	background: url("../img/icons.png") no-repeat 0px -2166px;
}

.footer_socials .twitter {
	background: url("../img/icons.png") no-repeat 0px -2265px;
}

.footer_socials .insta {
	background: url("../img/Instagram.png") no-repeat;
}

.footer_socials .youtube {
	background: url("../img/Youtube.png") no-repeat;
}

.footer_socials .linkedin {
	background: url("../img/Linknkdin_t.png") no-repeat;
}

.footer_offset {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
	.footer_offset {
		padding-left: 25px;
		padding-right: 15px;
	}
}

.footer_faq_all {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
}

@media only screen and (max-width: 1260px) {
	nav #login,
	nav ul {
		display: none;
	}

	nav {
		text-align: center;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1040px) {
	.main_blocks {
		text-align: center;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {

	.footer_offset {
		padding-left: 25px;
		padding-right: 15px;
	}

	.ftr_pwall {
		width: 1%;
		margin: 0 auto;
	}

	.ftr_pwall .ftr_pw01 {
		width: auto;
		white-space: nowrap;
	}

	.footer_contacts .ctb {
		margin: 0 auto;
	}

	.footer_contacts .ctb .ctr .ctd {
		display: inline-block;
		width: 49%;
	}

	.footer_contacts .ctb .ctr .ctnt {
		min-width: 215px;
		padding-right: 5px;
	}

	.footer_contacts .ctb .ctr .ctt01,
	.footer_contacts .ctb .ctr .ctt02 {
		padding-bottom: 15px
	}
}

@media only screen and (min-width: 0px) and (max-width: 950px) {
	.dv_cell.ftr_cc_title {
		display: block;
	}

	.dv_cell.ftr_cell_eur {
		display: block;
		margin: 0px auto;
		width: 428px;
	}

	.ftr_pwimg {
		text-align: left;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 900px) {
	#banner h1 {
		font-size: 38px;
	}

	#banner h2 {
		font-size: 20px;
	}

	#banner .italic,
	.action_link {
		font-size: 16px;
	}

	#aditional_info {
		font-size: 16px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.blocks {
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
	}

	.main_blocks .block {
		margin-right: 0;
	}

	.block {
		text-align: left;
	}
}

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

	.pwlist_container {
		width: 240px !important;
	}

	.ftr_pwlist .dv_cell {
		width: 170px !important;
	}

	.geotrust_seal_cont {
		margin-bottom: 10px !important;
		margin-right: 10% !important;
		text-align: center !important;
	}

	.gs_euf .dtd {
		display: block !important;
		padding: 0;
		margin: 20px auto;
		width: 60%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 780px) {
	.ftr_pwall .ftr_pw01 {
		width: 50%;
		padding-right: 10px;
	}

	nav #nav_email_holder {
		display: none;
	}
}

@media only screen and (min-width: 1px) and (max-width: 670px) {
	.pway_head {
		margin-top: 20px;
	}

	.footer_contacts {
		padding: 15px 5px 15px 5px;
		margin-left: 0;
		margin-right: 0;
	}

	.footer_contact_pack_one {
		display: block;
		text-align: center;
	}

	.footer_contact_pack_two {
		display: block;
		text-align: center;
	}

	.footer_contacts .contact {
		padding-top: 8px;
		padding-bottom: 8px;
		width: 200px;
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	.footer_contacts .ctb .ctr .ctd {
		display: block;
		width: auto;
	}

	.footer_contacts .ctb .ctr .ctt01,
	.footer_contacts .ctb .ctr .ctt02,
	.footer_contacts .ctb .ctr .ctt03 {
		padding-bottom: 18px
	}
}

@media only screen and (min-width: 0px) and (max-width: 570px) {
	.four_in_row .block:last-of-type {
		margin-right: 30px;
	}

	.main_blocks .block .prcnt_circle {
		display: none;
	}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
	.ftr_pwall .dtd {
		display: block !important;
	}

	.ftr_pwall .ftr_pw01 {
		width: auto;
		display: block !important;
		padding-bottom: 20px;
	}

	.mob_no,
	.ord_mob_no {
		display: none !important;
	}

	.ftr_pwimg {
		width: 240px;
		padding-right: 0px;
	}

	.dv_cell.ftr_cell_eur {
		display: block;
		margin: 0px auto;
		width: 240px;
	}

	.ftr_pwlist .dv_cell.image_only {
		padding: 5px 50px 8px 0px;
	}
}

@media only screen and (max-width: 475px) {
	nav #nav_phone_holder {
		display: none;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1110px) {
	.pwlist_container {
		width: 500px;
	}

	.ftr_pwlist .dv_cell {
		width: 170px;
	}

	.footer_contact_pack_one {
		display: block;
		text-align: center;
	}

	.footer_contact_pack_two {
		padding-top: 15px;
		text-align: center;
	}

	.footer_contacts .contact {
		width: 220px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
	.footer_dark .ftr_dark_tbl {
		width: 65%;
	}

	.footer_dark .block_dark {
		display: inline-block;
		min-height: 165px;
		width: 100%;
		min-width: 220px;
		max-width: 250px;
	}

	.bd01 {
		width: 30%;
	}

	.bd02 {
		width: 30%;
	}

	.bd03 {
		width: 30%;
	}
}


@media only screen and (min-width: 1px) and (max-width: 720px) {
	.footer_dark .ftr_dark_tbl {
		width: 15%;
	}

	.footer_dark .block_dark {
		display: block;
		min-height: auto;
		width: 100%;
		padding-bottom: 15px;
	}

	.bd01 {
		display: block;
		width: auto;
	}

	.bd02 {
		display: block;
		width: auto;
	}

	.bd03 {
		display: block;
		width: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1015px) {
	.footer_payway_txt li {
		width: 180px
	}

	.footer_payway_all .payway_left {
		width: 480px;
	}

	.footer_payway_all .epy {
		width: 180px
	}

	.footer_payway_all .ezy {
		width: 180px
	}

	.footer_payway_all .bpy {
		width: 180px
	}

	.footer_payway_all .bnk {
		width: 180px
	}

	.footer_payway_all .ppl {
		width: 180px
	}

	.footer_payway_all .trd {
		width: 180px
	}

	.footer_faq .list_faq {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.footer_glossary .list_glossary {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.footer_payway_txt li {
		width: 200px
	}

	.footer_payway_all .payway_left {
		width: 200px;
	}

	.footer_payway_all .epy {
		width: 200px
	}

	.footer_payway_all .ezy {
		width: 200px
	}

	.footer_payway_all .bpy {
		width: 200px
	}

	.footer_payway_all .bnk {
		width: 200px
	}

	.footer_payway_all .ppl {
		width: 200px
	}

	.footer_payway_all .trd {
		width: 200px
	}

	.footer_dark .dark_services {
	}

	#id_footer_entire .wrapper_page .gs_euf_img {
		display: block !important;
	}

	.footer_tab .tab_main {
		font-size: 20px !important;
	}

	.footer_faq .list_faq {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.footer_glossary .list_glossary {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
	.footer_payway_all .dtbl {
		display: block !important;
	}

	.footer_payway_all .drow {
		display: block !important;
	}

	.footer_payway_all .dcell {
		display: block !important;
	}

	.footer_payway_all .epy {
		width: 130px
	}

	.footer_payway_all .ezy {
		width: 130px
	}

	.footer_payway_all .bpy {
		width: 160px
	}

	.footer_payway_all .bnk {
		width: 180px
	}

	.footer_payway_all .ppl {
		width: 130px
	}

	.footer_payway_all .trd {
		width: 130px
	}

	.footer_dark .dark_services {
	}

	.footer_payway_all .payway_left {
		display: block;
		width: 100%
	}

	.footer_payway_all .payway_right {
		width: 210px;
		margin: 0 auto 0 auto;
	}

	.footer_payway_txt li {
		width: 180px
	}

	.footer_tab .tab_main {
		font-size: 17px !important;
		padding: 0 !important;
		margin: 0;
	}

	.footer_tab .tab_separator {
		display: none;
	}

	.footer_tab .tab_other {
		border: none;
		padding: 0;
		margin: 5px 0 0 0;
	}

	.footer_faq .list_faq {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.footer_glossary .list_glossary {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media only screen and (min-width: 120px) and (max-width: 320px) {
	.footer_payway_all .dtbl {
		display: block !important;
	}

	.footer_payway_all .drow {
		display: block !important;
	}

	.footer_payway_all .dcell {
		display: block !important;
	}

	.footer_payway_txt li {
		width: 180px
	}

	.footer_payway_all .payway_left {
		display: block;
		width: 100%
	}

	.footer_payway_all .epy {
		width: 130px
	}

	.footer_payway_all .ezy {
		width: 130px
	}

	.footer_payway_all .bpy {
		width: 160px
	}

	.footer_payway_all .bnk {
		width: 180px
	}

	.footer_payway_all .ppl {
		width: 130px
	}

	.footer_payway_all .trd {
		width: 130px
	}

	.footer_tab .tab_main {
		font-size: 17px !important;
		padding: 0 !important;
		margin: 0;
	}

	.footer_tab .tab_separator {
		display: none;
	}

	.footer_tab .tab_other {
		border: none;
		padding: 0;
		margin: 5px 0 0 0;
	}

	.footer_faq .list_faq {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.footer_glossary .list_glossary {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}