html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #3c3c3c;
	background: #fff;
}
h1, h2, h3 {
	margin: 0 0 20px 0;
	font-weight: normal;
	color: #3c3c3c;
}
h1 {
	font-size: 24px;

}
h2 {
	font-size: 22px;

}
h3 {
	font-size: 20px;

}
p {

}
a {
	color: #1790D7;
}
a:hover {
	color: #0072B5;
	text-decoration: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.btn {
	display: inline-block;
	padding: 6px 15px 6px 15px;
	background: #f2f2f2;
	border: none;
	outline: none;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
	color: #485735;
	text-transform: uppercase;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: pointer;
}
.btn:hover {
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	-ms-transition: background 0.2s;
	transition: background 0.2s;
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	color: inset 0 0 20px rgba(0, 0, 0, 0.2);
}
.btn:active {
	text-decoration: none;
	background: #000;
	-webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	color: inset 0 0px 20px rgba(0, 0, 0, 0.4);
}
.btn.btn-default {
	border: 1px solid #d2d2d2;
	background: transparent;
	padding: 7px 15px 8px 15px;
}
.btn.btn-default:hover {
	color: #485735;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
.btn.btn-default:active {
	text-decoration: none;
	-webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.4);
	color: inset 0 0px 20px rgba(0, 0, 0, 0.4);
}
.btn.btn-green {
	background: #76B83B;
	color: #fff;
}
.btn.btn-red {
	background: #d05525;
	color: #fff;
}
.btn.btn-blue {
	background: #00A2DD;
	color: #fff;
}
.btn.btn-orange {
	background: #f9b635;
	color: #fff;
}
.btn.btn-blueDark {
	background: #1168b6;
	color: #fff;
}
.btn.btn-gray {
	background: #f4f4f4;
	color: #6b6b6b;
	border: 1px solid #dedede;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.container {
	width: 960px;
	margin: 0 auto;
}
.top-content {
    padding-bottom: 30px;
    background: url('../image/top-bg.jpg') repeat-x center 0;
}
.left-col {
    float: left;
    width: 388px;
}
.logo {
    width: 451px;
    height: 205px;
    margin-left: -105px;
    margin-bottom: -50px;
    background: url('../image/logo.png') no-repeat 0 0;
}
.left-col h1 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 5px 5px rgba(0,0,0,0.45);
}
.left-col h1 span {
    display: inline-block;
    vertical-align: middle;
    width: 81px;
    height: 51px;
    text-indent: -99999px;
    background: url('../image/vk-icon.png') no-repeat 0 0;
}
.left-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.left-col ul li {
    color: #fff;
    margin: 0 0 10px 0;
}
.left-col ul li img {
    vertical-align: top;
    padding: 4px 0 0 0;
    display: inline-block;
}
.left-col ul li span {
    display: inline-block;
    width: 344px;
    padding: 0 0 0 20px;
}
.right-col {
    float: left;
    width: 572px;
}
.top-screen {
    width: 572px;
    height: 455px;
    position: relative;
    margin-bottom: -50px;
    right: -44px;
    top: 20px;
    background: url('../image/top-screen.png') no-repeat 0 0;
}
.dwn {
    padding: 0 0 0 109px;
    position: relative;
    z-index: 2;
}
.dwn-windows {
    text-align: center;
    float: left;
}
.dwn-windows p {
    font-size: 12px;
    color: #807e7e;
    text-align: center;
    width: 180px;
    margin: 15px auto 10px auto;
}
.dwn-windows a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #fff;
    background: #fc717e;
    border-radius: 3px;
    padding: 5px 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.35);
}
.dwn-windows a:hover {
    background: #ff5464;
    box-shadow: 0 3px 8px rgba(0,0,0,0.45);
}
.dwn-windows a img, .dwn-android a img {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px 0 0;
}
.dwn-windows a div, .dwn-android a div {
    display: inline-block;
    vertical-align: middle;
}
.dwn-windows a div span, .dwn-android a div span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.dwn-windows a div i, .dwn-android a div i {
    font-style: normal;
}
.dwn-android {
    float: right;
    margin: 57px 0 0 0;
}
.dwn-android a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #fff;
    background: #71be62;
    border-radius: 3px;
    padding: 5px 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.35);
}
.dwn-android a:hover {
    background: #5fd04a;
    box-shadow: 0 3px 8px rgba(0,0,0,0.45);
}
.dwn-android a img {

}
.main-slider {
    margin: 20px 0 20px 0;
}
.slider-screen {
    height: 513px;
}
.slider-screen ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.slider-screen ul li {
    position: absolute;
    opacity: 0;
    top:0;
    height: 513px;
}
.slider-screen ul li img {
    display: inline-block;
    vertical-align: middle;
}
.slider-screen ul li.active {
    opacity: 1;
}
.slider-text {
    vertical-align: middle;
    display: inline-block;
    width: 303px;
    padding: 0 0 0 30px;
}
.slider-text span {
    font-weight: bold;
    font-size: 22px;
}
.slider-text p {
    font-size: 16px;
}
.slider-thumb {
    background: #3f9c9d;
}
.slider-thumb ul {
    list-style: none;
    padding: 25px 0 25px 0;
    margin: 0;
}
.slider-thumb ul li {
    width: 228px;
    float: left;
    margin-right: 15px;
}
.slider-thumb ul li:last-child {
    margin-right: 0;
}
.slider-thumb ul li img {
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.55);
}
.slider-thumb ul li:hover img {
    outline: 3px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 29px -5px rgba(0, 0, 0, 0.75);
}
.slider-thumb ul li.active img {
    outline: 7px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.55);
}
.dwn-long {
    background: #0a6667;
    padding: 70px 0;
}
.dwn-long-text, .dwn-long .dwn {
    display: inline-block;
    vertical-align: middle;
}
.dwn-long-text {
    color: #fff;
    text-align: center;
    padding: 0 0 0 20px;
}
.dwn-long .dwn {
    padding: 0;
}
.dwn-long .dwn .dwn-windows {
    float: none;
}
.dwn-long .dwn .dwn-windows a, .dwn-long .dwn .dwn-windows p {
    display: inline-block;
    vertical-align: middle;
}
.dwn-long .dwn .dwn-windows p {
    margin: 0 20px 0 0;
    color: #5baaab;
}
.mobile {
    background: #ececec;
    box-shadow: inset 0 18px 27px rgba(0,0,0,0.15);
}
.mobile-slider {
    position:relative;
    float: left;
    margin-top: -65px;
    width: 358px;
    height: 633px;
    background: url('../image/phone.png') no-repeat 0 0;
}
.slider-wrapper {
    width: 263px;
    overflow: hidden;
    margin: 86px 0 0 47px;
}
.mobile-slider ul {
    position: relative;
    list-style: none;
    overflow: hidden;
    margin: 0;
    width: 2000px;
    margin: 0;
    padding: 0;
}
.mobile-slider ul li {
    float: left;
    width: 263px;
    height: 462px;
    background: #ccc;
}
.mobile-slider-text {
    padding: 30px 0 0 0;
    float: left;
    width: 600px;
}
.mobile-slider-text > span {
    display: block;
    text-align: center;
    color: #178fc1;
    font-size: 26px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.mobile-slider-text > span > i {
    font-size: 46px;
    font-weight: bold;
    font-style: normal;
}
.mobile-slider-text > p {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 25px 0;
}
.mobile-slider-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-slider-text ul li img {
    margin: 0 20px 0 0;
}
.mobile-slider-text ul li span {
    font-weight: bold;
    font-size: 16px;
}
.dwn-long.last-dwn {
    background: #353436;
    padding: 20px;
}
.dwn-long.last-dwn .dwn-long-text {
    padding: 0 49px 0 0;
}
.dwn-long.last-dwn .dwn-long-text span {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.dwn-long.last-dwn .dwn-android {
    margin: 0;
}
.dwn-long.last-dwn .dwn-android a {
    padding: 5px 25px;
}
.footer .container {
    padding: 20px 0;
}
.footer p {
    float: left;
}
.counters {
    float: right;
    padding: 15px 0 0 0;
}
.counters .counter {
    float: left;
    width: 88px;
    height: 31px;
    background: #ccc;
}
.globalsign {
    padding: 20px 0;
    text-align: center;
}
.globalsign img {
    height: 90px;
    display: inline-block;
    vertical-align: middle;
}
.globalsign p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 0 40px;
}
.support {
    width: 480px;
    margin: 0 auto;
}
.support form div {
    margin: 0 0 10px 0;
}
.support form div label {
    display: block;
    margin: 0 0 3px 0;
}
.support form div input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 15px;
    outline: none;
}
.support form div textarea {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    outline: none;
}
.support form div .button {
    border: none;
    background: #4693ca;
    color: #fff;
    padding: 10px 20px;
    outline: none;
}
.support form div .button:hover {
    background: #199bf9;
}
.support form div .button:active {
    padding: 11px 20px 9px 20px;
}
