html {
    height: 100%;
    padding: 0;
    margin: 0;
}
.clear{
	clear:both;
}
body{
    background-color:#fff;
    color:#363636;
    font:normal 100%'Open Sans', sans-serif;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}

img, a {
	border:none;
}


.page_title {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0px;
	font-size: 32px;
	font-weight: 300;
}

.page_content{
	width: 980px;
	margin: 0 auto
}


.content_width_gradient {
	height: 737px;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e8534f;
}
.container {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
}
.header {
	height: 54px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	overflow: visible;
}
.header_inside{
	height: 54px;
	background: #202020;
	position: relative;
	z-index: 3;
}
.header_fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000000;
	overflow: visible;
	background: #202020;
}
.header_fixed .menu_header a {
	color: #fff;
}
.header_fixed .menu_header a:hover {
	color: #e8534f;
}
.header_inside .menu_header a {
	color: #fff;
}
.header_inside .menu_header a:hover {
	color: #e8534f;
}

.menu_header_active{
	color: #e8534f;
}
.topbar {
	width: 980px;
	margin: 0 auto;
}
a.logo_link {
	display: block;
	float: left;
	margin-top: 13px;
	background: url('../img/logo.png') no-repeat;
	width: 130px;
	height: 28px;
}
.login_box {
	float: right;
	background: #b0403d;
	margin-top: 10px;
	font-size: 16px;
	color: #e8534f;
	text-decoration: none;
	width: 100px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	z-index: 3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	border: 3px solid #b0403d;
}
.login_box:hover {
	color: #772b29;
	background: none; 
}
.header_fixed .login_box{
	color: #2e2e2e;
	background: #a63f3c;
	border: none;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 3px solid #a63f3c;
	box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
}
.header_fixed .login_box:hover{
	color: #772b29;
	background: none;
	border: 3px solid #933533;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.header_inside .login_box{
	color: #2e2e2e;
	background: #a63f3c;
	border: none;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 3px solid #a63f3c;
	box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
}
.header_inside .login_box:hover{
	color: #772b29;
	background: none;
	border: 3px solid #933533;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.menu_box_header {
	float: right;
	margin-right: 20px;
	margin-top: 18px;
}
.menu_header {
	float: left;
	margin-left: 20px;
	cursor: pointer;
	text-transform: uppercase;
}
.menu_header a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-property: color;
	-moz-transition-duration: 0.5s, 0.5s;
	-o-transition-property: color;
	-o-transition-duration: 0.5s, 0.5s;
}
.menu_header a:hover {
	color: #592220;
}
.button_sing_up_smol {
	font-size: 16px;
	line-height: 30px;
	height: 35px;
	padding: 0 20px 0 20px;
	margin-top: 10px;
	float: right;
	background: #fff;
	border: 3px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
	color: #e8534f;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	margin-left: 15px;
	box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
}
.button_sing_up_smol:hover {
	background: none;
	color: #fff;
	box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
}
.header_fixed .button_sing_up_smol{
	font-size: 16px;
	line-height: 30px;
	height: 35px;
	padding: 0 20px 0 20px;
	margin-top: 10px;
	float: right;
	background: #ececec;
	border: 3px solid #ececec;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
	color: #2e2e2e;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	margin-left: 15px;
	box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
}
.header_fixed .button_sing_up_smol:hover{
	background: none;
	color: #ececec;
	box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
}
.header_inside .button_sing_up_smol{
	font-size: 16px;
	line-height: 30px;
	height: 35px;
	padding: 0 20px 0 20px;
	margin-top: 10px;
	float: right;
	background: #ececec;
	border: 3px solid #ececec;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
	color: #2e2e2e;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	margin-left: 15px;
	box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
}
.header_inside .button_sing_up_smol:hover{
	background: none;
	color: #ececec;
	box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
}
.button_sh_control {
	position: relative;
	font-size: 16px;
	height: 35px;
	padding: 0 20px 0 20px;
	margin-top: 1px;
	float: right;
	text-decoration: none;
	color: #fff;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	margin-right: 15px;
	background: #a63f3c;
	border: none;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 3px solid #a63f3c;
	box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(153, 34, 31, 0.75);
}
.button_sh_control:hover {
	background: none;
}

.header_fixed .button_sh_control{
	position: relative;
	font-size: 16px;
	height: 35px;
	padding: 0 20px 0 20px;
	margin-top: 1px;
	float: right;
	text-decoration: none;
	color: #fff;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	margin-right: 15px;
	background: #a63f3c;
	border: none;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 3px solid #a63f3c;
	box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
}
.header_fixed .button_sh_control:hover{
	background: none;
}
.header_inside .button_sh_control{
	position: relative;
	font-size: 16px;
	height: 35px;
	padding: 0 20px 0 20px;
	margin-top: 1px;
	float: right;
	text-decoration: none;
	color: #fff;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	margin-right: 15px;
	background: #a63f3c;
	border: none;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 3px solid #a63f3c;
	box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
}
.header_inside .button_sh_control:hover{
	background: none;
}
.sh_com_me {
	margin-top: 9px;
	color: #363636;
	font-size: 14px;
	float: right;
	cursor: pointer;
	height: 36px;
	margin-left: 0;
	position: relative;
}
.me_photo {
	float: left;
	margin-left: 10px;
}
.sh_com_me .ic_arrow {
	width: 0;
	height: 0;
	float: left;
	margin: 15px 0 0 9px;
	padding-bottom: 16px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #a7a7a7;
}
.sh_com_me .menu_select {
	position: absolute;
	top: 37px;
	right: 0;
	background-color: rgba(255, 255, 255, 1);
	font-size: 14px;
	border: 1px solid #8F8F8F;
	border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
	-moz-border-radius: 3px 0 3px 3px;
	box-shadow: 0 1px 3px #8F8F8F;
	z-index: 1000;
	overflow: auto;
	width: 70px;
	text-align: center;
}
.sh_com_me .menu_select a.menu_type {
	color: #363636;
	display: block;
	text-decoration: none;
	padding: 0 9px;
	height: 36px;
	line-height: 36px;
}
.sh_com_me .menu_select a.menu_type:hover {
	background: #f7f7f7;
	color: #363636;
}
 
/*---------------------content------------------------------------*/
.content {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 225px;
	overflow: hidden;
}
.content_width_gradient {
	height: 737px;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e8534f;
}
.index_content {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.content_width {
	position: relative;
	padding-top: 72px;
	height: 595px;
}
.content_width_center {
	width: 980px;
	height: 73%;
	margin: 0 auto;
	padding-bottom: 78px;
	margin-top: 55px;
	position: relative;
}
.content_width_left {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.content_width_right {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 95%;
}
.shadow {
	position: absolute;
	right: -50px;
	bottom: 99px;
}
.slide_title {
	position: absolute;
	left: 0px;
	overflow: hidden;
	width: 1470px;
}
.content_title {
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0px 2px 0px rgba(176, 64, 61, 0.75);
	color: #fff;
	margin-bottom: 30px;
	margin-top: 72px;
}
.content_title_txt{
	font-size: 16px;
	color: #fff;
}
.sign_up {
	text-align: center;
	background: #fff;
	color: #e8534f;
	font-size: 22px;
	text-decoration: none;
	padding: 12px 50px;
	border-bottom: 2px solid #b0403d;
}
.sign_up:hover {
	background: #e8534f;
	color: #fff;
	box-shadow: inset 0px 0px 0px 3px #fff;
	-o-box-shadow: inset 0px 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff;
	-khtml-box-shadow: inset 0px 0px 0px 3px #fff;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff;
}
.questions_content {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.questions_content li {
	padding: 5px 10px;
	border-bottom: 1px solid #e4e4e4;
	cursor: pointer;
}
.questions_content li:hover {
	background: #fce5e5;
}
.chat_bg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 18px;
	width: 489px;
	height: 395px;
}
.live_help{
	background: #b0403d;
	position: absolute;
	top: 414px;
	height: 395px; 
	width: 100%;
}
.embed_chat .sh_header{
	background: #b0403d !important;
	height: 30px;
}
.embed_chat .sh_chat {
	border: 1px solid #b0403d !important;
}
.embed_chat .sh_header_logo{
	display: none !important;
}
.embed_chat .sh_top_buttons{
	border: none !important;
	margin-right: 8px !important;
	margin-top: 3px !important;
}

.embed_chat .sh_hico_close {
	background: url('../img/sh_btn.png') no-repeat 112% 50% !important;
}
.embed_chat .sh_hico_close:hover {
	background-color: rgba(255,255,255,.3) !important;
}
.embed_chat .sh_hico_popup {
	background: url('../img/sh_btn.png') no-repeat 50% 50% !important;
}
.embed_chat .sh_hico_popup:hover {
	background-color: rgba(255,255,255,.3) !important;
}

.embed_chat .sh_title{
	color: #e8534f !important;
	padding-left: 16px !important;
	height: 30px !important;
	line-height: 30px !important;
}
.cap_box_left_slide {
	float: left;
	width: 490px;
}
.switch_slide{
	width: 16px;
	height: 16px;
	background: url(../img/sprite_switch.png) 100% 0;
	float: left;
	margin-right: 10px;
	margin-top: 80px;
	cursor: pointer;
}
.switch_slide_active{
	width: 16px;
	height: 16px;
	background: url(../img/sprite_switch.png);
	float: left;
	margin-right: 10px;
	margin-top: 80px;
	cursor: pointer;
}

.questions_op {
	position: absolute;
	bottom: 55px;
	right: 0;
	font-size: 13px;
	width: 148px;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
	background: url('../img/select.png') no-repeat 140px 14px;
	cursor: pointer;
}
.questions_box {
	position: absolute;
	bottom: 82px;
	right: 0;
	background: #fff;
	border: 1px solid #767676;
	z-index: 999999;
}
.table_service{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 55px;
	padding-top: 45px;
	text-align: center;
}
.table_service_block{
	display: inline-block;
	width: 300px;
	margin-right: 30px;
}
.table_service_block_txt{
width: 300px;
text-align: initial;
float: left;
}
.table_title{
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 20px;
	width: 300px;
}
.increase_sales{
	width: 110px;
	height: 110px;
	background: url(../img/sprite_sale.png);
	margin: 0 auto;
}
.quick_service{
	width: 110px;
	height: 110px;
	background: url(../img/sprite_sale.png) -112px 0px;
	margin: 0 auto;
}
.reduce_costs{
	width: 110px;
	height: 110px;
	background: url(../img/sprite_sale.png) 100% 0px;
	margin: 0 auto;
}
.no_waste_time_box{
	background: #ededed;
	padding-top: 100px;
	padding-bottom: 85px;
}
.no_waste_time{
	width: 980px;
	margin: 0 auto;
	font-size: 38px;
	font-weight: 600;
	line-height: 47px;
	padding-bottom: 85px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 70px;
}
.table_no_waste_time{
	width: 980px;
	margin: 0 auto;
}
.faq{
	background: url(../img/no_waste_time.png);
	width: 35px;
	height: 35px;
	float: left;
}
.lid{
	background: url(../img/no_waste_time.png) -37px 0;
	width: 35px;
	height: 35px;
	float: left;
}
.payments{
	background: url(../img/no_waste_time.png) 100% 0;
	width: 35px;
	height: 35px;
	float: left;
}
.no_waste_time_title{
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
	margin-left: 45px;
	text-transform: uppercase;
}
.payments_chat{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 150px 0 130px 0;
}
.payments_chat_left{
	width: 50%;
	float: left;
}
.payments_chat_right{
	width: 50%;
	float: left;
}
.payments_chat_title{
	font-size: 38px;
	font-weight: 600;
}
.payments_chat_txt{
	font-size: 16px;
	line-height: 22px;
	margin-top: 18px;
}
.mobile_box{
	width: 100%;
	background: #ededed;
	padding: 90px 0 90px 0;
	overflow: hidden;
}
.mobile{
	width: 980px;
	margin: 0 auto;
}
.mobile_left{
	float: left;
	width: 40%;
}
.mobile_right{
	float: left;
	width: 60%;
}
.mobile_right_title{
	font-size: 38px;
	font-weight: 600;
}
.mobile_right_txt{
	font-size: 16px;
	line-height: 18px;
	padding: 45px 0 45px 0;
}
.google_play{
	background: url(../img/google_app.png);
	width: 180px;
	height: 55px;
	float: left;
	margin-right: 25px;
}
.google_play:hover{
	opacity: 0.8;
}
.app_store{
	background: url(../img/google_app.png) 0 100%;
	width: 180px;
	height: 54px;
	float: left;
}
.app_store:hover{
	opacity: 0.8;
}
.effective{
	padding: 45px 0 45px 0;
}
.effective_table{
	width: 980px;
	margin: 0 auto;
}
.effective_table_left{
	border-right: 1px solid #d4d4d4;
	width: 60%
}
.effective_table_left_title{
	font-size: 38px;
	font-weight: 600;
}
.effective_table_left_txt{
	font-size: 16px;
	line-height: 20px;
}
.online_shop{
	width: 63px;
	height: 63px;
	background: url(../img/effective.png);
	float: left;
	margin: 0 20px 0 20px;
}
.travel_agents{
	width: 63px;
	height: 63px;
	background: url(../img/effective.png) -65px 0;
	float: left;
	margin: 0 20px 0 20px;
}
.learning_courses{
	width: 63px;
	height: 63px;
	background: url(../img/effective.png) 100% 0;
	float: left;
	margin: 0 20px 0 20px;
}
.effective_table_right_title{
	overflow: hidden;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase; 
}
.effective_table_right_txt{
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0 50px 0;
}
.our_clients{
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	background: #ededed;
}
.our_clients_box{
	width: 980px;
	margin: 0 auto;
}
.our_clients_box:first-child{
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 45px;
}
.our_clients_box table{
	width: 100%;
	margin-top: 45px;
}
.our_clients_box tr{
	height: 70px;
	opacity: 0.6;
}
.sprite_privatbank {
	width: 169px;
	height: 29px;
	
	background: url('../img/sprite_our_clients.png') no-repeat 0% -12px;
	display: inline-block;
}
.sprite_liqpay{
	width: 136px;
	height: 35px;
	background: url('../img/sprite_our_clients.png') no-repeat -329px -6px;
	display: inline-block;
}
.sprite_alawar{
	width: 149px;
	height: 42px;
	background: url('../img/sprite_our_clients.png') no-repeat -175px -6px;
	display: inline-block;
}
.sprite_soft_key{
	width: 66px;
	height: 48px;
	background: url('../img/sprite_our_clients.png') no-repeat -334px 100%;
	display: inline-block;
}
.sprite_p24{
	width: 162px;
	height: 35px;
	background: url('../img/sprite_our_clients.png') no-repeat 61% 0%;
	display: inline-block;
}
.sprite_eshko{
	width: 87px;
	height: 38px;
	background: url('../img/sprite_our_clients.png') no-repeat -404px -48px;
	display: inline-block;
}
.sprite_lit_res{
	width: 94px;
	height: 35px;
	background: url('../img/sprite_our_clients.png') no-repeat -500px -48px;
	display: inline-block;
}
.sprite_comfy{
	width: 165px;
	height: 41px;
	background: url('../img/sprite_our_clients.png') no-repeat 0% -46px;
	display: inline-block;
}
.sprite_lite_forex{
	width: 141px;
	height: 40px;
	background: url('../img/sprite_our_clients.png') no-repeat -469px -6px;
	display: inline-block;
}
.sprite_a_bank{
	width: 128px;
	height: 48px;
	background: url('../img/sprite_our_clients.png') no-repeat 100% 0px;
	display: inline-block;
}
.sprite_tez_tour{
	width: 144px;
	height: 41px;
	background: url('../img/sprite_our_clients.png') no-repeat -180px -48px;
	display: inline-block;
}
.sprite_people_net{
	width: 53px;
	height: 48px;
	background: url('../img/sprite_our_clients.png') no-repeat 100% 100%;
	display: inline-block;
}
.error_404{

}
.error_box{
    width: 980px;
	height: 295px;
	margin: 0 auto;
	position: relative;
	top: 85px;
	margin-bottom: 225px;
}
.error_box_txt{
	float: right;
	width: 666px;
	height: 290px;
	background: #fff;
	border: 1px solid #e4e4e4;
	position: relative;
}
.error_txt{
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 85px;
	margin-bottom: 55px;
}
.trilange_grey{
	position: absolute;
	bottom: -1px;
	left: -80px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 80px 80px;
	border-color: transparent transparent #e4e4e4 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #e4e4e4 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.trilange{
	position: absolute;
	bottom: 0px;
	left: -78px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 80px 80px;
	border-color: transparent transparent #ffffff transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #ffffff #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.error_button{
	width: 270px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #cb4c49;
	display: block;
	margin: 0 auto;
	font-size: 18px;
}
.error_button:hover{
	background: #bd4340;
}
.error_body{
	background: #f3f3f3;
}
.update_box{
   width: 980px;
	height: 440px;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -490px;
}
.update_txt{
	text-align: center; 
	font-size: 22px; 
	font-weight: 300; 
	margin-bottom: 40px;
}
.update_button{
	width: 270px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #cb4c49;
	display: block;
	margin: 0 auto;
	font-size: 18px;
}
.update_button:hover{
	background: #bd4340;
}
.update_img{
	display: block; 
	margin: 0 auto; 
	margin-bottom: 45px;
}



/*-----------------------------footer------------------------------------------*/

.footer {
	height: 225px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2e2e2e;
	width: 100%;
	z-index: 2;
}
.footer_content {
	width: 980px;
	margin: 0 auto;
	color: #646464;
}
.footer_content_left {
	float: left;
}
.footer_menu {
	margin-top: 22px;
	width: 155px;
	margin-right: 36px;
	float: left;
}
.f_block{
	display: block;
}
.menu_title {
	border-bottom: 1px solid #4d4d4d;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding-left: 10px;
	padding-bottom: 10px;
}
.menu_punkt {
	padding-left: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	color: #909090;
	display: block;
	text-decoration: none;
}
.menu_punkt:hover {
	color: #e8534f;
}
.footer_content_right {
	float: right;
}
.logo_footer {
	display: block;
	margin-top: 20px;
}
.sign_up_footer {
	padding: 0 35px 0 35px;
	height: 35px;
	float: right;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	margin-top: 18px;
	color: #2e2e2e;
	background: #a63f3c;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 3px solid #a63f3c;
	box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-khtml-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.75);
}
.sign_up_footer:hover {
	color: #772b29;
	background: none;
	border: 3px solid #933533;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.copyright {
	margin-top: 52px;
	height: 61px;
	line-height: 55px;
	background: #202020;
}
.copyright_box {
	width: 980px;
	margin: 0 auto;
}
.copyright_text {
	font-size: 12px;
	color: #888888;
	float: right;
}
.copyright_txt{

}
.language {
	color: #a6a6a6;
	font-size: 12px;
	line-height: 27px;
	font-weight: 300;
	width: 76px;
	text-decoration: none;
	display: block;
	margin-top: 9px;
	float: left;
	position: relative;
}
.language:hover {
	color: #e8534f;
}
.localization {
	position: absolute;
	left: 0px;
	top: 15px;
}
.like_box{
	float: left;
	margin-left: 15px;
	margin-top: 13px;
}
.like_box a{
	width: 27px;
	height: 27px;
	float: left;
	margin-right: 13px
}
.like_box_g{
	background: url('../img/soc_sprite.png') no-repeat 0px 0px;
}
.like_box_g:hover{
	background: url('../img/soc_sprite.png') no-repeat 0px -28px;
}
.like_box_f{
	background: url('../img/soc_sprite.png') no-repeat -28px 0px;
}
.like_box_f:hover{
	background: url('../img/soc_sprite.png') no-repeat -28px -28px;
}
.like_box_t{
	background: url('../img/soc_sprite.png') no-repeat -56px 0px;
}
.like_box_t:hover{
	background: url('../img/soc_sprite.png') no-repeat -56px -28px;
}
.like_box_vk{
	background: url('../img/soc_sprite.png') no-repeat -85px 0px;
}
.like_box_vk:hover{
	background: url('../img/soc_sprite.png') no-repeat -84px -28px;
}




/* To top panel */

.to_top{display: none;}
.to_top .to_top_panel{display:none;}

/* Large desktop */

.to_top {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width:40px;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  opacity: 0.3;
  display: none; 
  z-index: 1;
}
.to_top .to_top_panel {
	display: block;
  width:100%;
  height: 100%;
  font-size: 11px;
  color: #4d7285;
  padding-top: 10px; 
  position: relative;
}
.to_top:hover {
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9; 
}
.to_top:hover .to_top_panel {
  cursor: pointer;
  background: #e7e7e7; 
}
.to_top:hover{
	display: block;
}
.to_top .to_top_button {
  text-align: left;
  line-height: 8px;
  margin-left:10px;
  margin-top: 54px;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: bold; 
}	
.to_top .to_top_button .arrow{
	font-size: 14px;
	font-weight: bold; 
	font-family: tahoma;
	vertical-align: middle;
}


/* стиль для mini панели */
.to_top .to_top_panel .arrow{font-size:20px;}
.to_top .to_top_panel .label{display:none;}
