html{
	margin: 0;
    height: 100%;
    min-height: 100%;
    min-width: 1024px;
    padding: 0;
}
body {
	height: 100%;
	padding: 0;
	margin: 0;
	font: 13px Tahoma, Arial, sans-serif;

}

ul {
    list-style: none;
}
a:hover {
    text-decoration: none;
}
img {
    border:none;
}
table {
    border-collapse:collapse;
}
strong {
    font-weight: normal;
    font-family: PFDinTextCompProMediumRegular, Arial, sans-serif;
}

/* Layout */

.page-wrap {
	min-height: 100%;
	position: relative;
	
	margin: 0 auto;
}
.header-wrap {
	width: 100%;

    position: relative;
    z-index: 3;
}
.inner-wrap {
	padding-bottom: 635px;
	position: relative;

    z-index: 1;
}
.footer-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;

    z-index: 2;
}

.content {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.footer {
	height: 595px;
    padding-top: 40px;

    background: #000000;
}

/* Layout (end) */

.blue-button {
    background: rgb(3,244,255);
    background: -moz-linear-gradient(top,  rgba(3,244,255,1) 0%, rgba(1,150,253,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,244,255,1)), color-stop(100%,rgba(1,150,253,1)));
    background: -webkit-linear-gradient(top,  rgba(3,244,255,1) 0%,rgba(1,150,253,1) 100%);
    background: -o-linear-gradient(top,  rgba(3,244,255,1) 0%,rgba(1,150,253,1) 100%);
    background: -ms-linear-gradient(top,  rgba(3,244,255,1) 0%,rgba(1,150,253,1) 100%);
    background: linear-gradient(to bottom,  rgba(3,244,255,1) 0%,rgba(1,150,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03f4ff', endColorstr='#0196fd',GradientType=0 );

    border-bottom: 1px solid #3c3c3e;
    border-radius: 2px;

    font-family: PFDinTextCompProRegular, Arial, sans-serif;

    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;

    text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.blue-button:hover {
    background: rgb(114,250,255);
    background: -moz-linear-gradient(top,  rgba(114,250,255,1) 0%, rgba(66,177,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,250,255,1)), color-stop(100%,rgba(66,177,255,1)));
    background: -webkit-linear-gradient(top,  rgba(114,250,255,1) 0%,rgba(66,177,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(114,250,255,1) 0%,rgba(66,177,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(114,250,255,1) 0%,rgba(66,177,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(114,250,255,1) 0%,rgba(66,177,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72faff', endColorstr='#42b1ff',GradientType=0 );
}
.blue-button:active {
    position: relative;
    top: 1px;

    border-bottom: none;
    margin-bottom: 1px;

    background: rgb(0,210,255);
    background: -moz-linear-gradient(top,  rgba(0,210,255,1) 0%, rgba(0,93,220,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,210,255,1)), color-stop(100%,rgba(0,93,220,1)));
    background: -webkit-linear-gradient(top,  rgba(0,210,255,1) 0%,rgba(0,93,220,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,210,255,1) 0%,rgba(0,93,220,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,210,255,1) 0%,rgba(0,93,220,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,210,255,1) 0%,rgba(0,93,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2ff', endColorstr='#005ddc',GradientType=0 );
}

.index-title {
    font-size: 47px;
    line-height: 1em;
    font-family: PFDinTextCompProRegular, Arial, sans-serif;
    color: #000100;

    text-transform: uppercase;
    text-align: center;
}
.index-title-underline {
    margin: 0 auto;
    height: 0;
    line-height: 0;
    font-size: 0;

    border-top: 1px solid #b2b2b2;
}

.tabs-controls {}
.tabs-controls ul {
    margin-left: -5px;
    text-align: center;
}
.tabs-controls li {
    display: inline-block;
    *zoom: 1;
    *display: inline;

    min-width: 11px;
    padding-bottom: 28px;
    margin-right: 18px;

    font-size: 18px;
    line-height: 1em;
    font-family: PFDinTextCompProLightRegular, Arial, sans-serif;
    text-transform: uppercase;

    text-align: center;

    background-image: url(../images/off.png);
    background-position: 0 bottom;
    background-repeat: no-repeat;

    cursor: pointer;
}
.footer-tabs-controls.tabs-controls li {
    padding-bottom: 25px;
}
.tabs-controls li:hover,
.tabs-controls li.active {
    background-image: url(../images/on.png);
}
.tabs-controls li.control-0 {
    text-align: right;
    background-position: right bottom;
}
.tabs-controls li.control-last {
    text-align: left;
    background-position: left bottom;
}
.tabs-content li {
    width: 980px;
}
.footer-tabs-content.tabs-content li {
    width: 620px;
}
.jcarousel-container {
    overflow: hidden;
}

.field-row {
    margin-left: -20px;
}
.field {
    float: left;
    width: 980px;
    padding-left: 20px;

    position: relative;
}
.field-2 {
    width: 480px;
}
.field-4 {
    width: 230px;
}
.field-8 {
    width: 740px;
}
.field-10 {
    width: 100px;
}
.popup-form .field {
    width: 375px;
}
.field-label {
    margin-top: 30px;
    margin-bottom: 10px;

    font-size: 21px;
    font-family: PFDinTextCompProRegular, Arial, sans-serif;
    color: #838383;
    text-transform: uppercase;
}
.field-label label {}
.field-input {
    margin-top: 10px;

    border: 1px solid transparent;
}
.field-input.focused {
    border-color: #00a7e7;
}
.field-input,
.field-input-i {
    border-radius: 2px;
}
.field-input-i {
    border-top: 1px solid #686868;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    background: #ececec;
}
.field-nolabel {
    padding-top: 53px;
}
.field-input input,
.field-input textarea {
    border: none;
    margin: 0;
    background: none;

    box-sizing: border-box;

    width: 100%;
    height: 47px;
    line-height: 24px;
    padding: 12px 25px 11px;

    border-top: 1px solid #c0c0c0;

    vertical-align: top;

    font-size: 22px;
    font-family: pf_dintext_proregular, Arial, sans-serif;

    color: #000100;
}
.field-input textarea {
    resize: none;
    height: 100px;

    font-family: Arial, sans-serif;
}

.field-prefix {
    margin-top: 10px;
    padding-left: 12px;

    font-style: italic;
    font-family: Arial, sans-serif;
    font-size: 15px;

    color: #757575;
}

.field-err {
    font-size: 14px;
    color: #D80B0B;
}

.field-calendar .field-input-i {
    background-image: url("../images/calendar.png");
    background-repeat: no-repeat;
    background-position: right 12px;
}
.field-calendar-err {
    position: relative;

    height: 0;
    line-height: 0;
    font-size: 0;
}
.field-calendar-err span {
    position: absolute;
    right: 55px;
    top: -33px;

    font-size: 14px;
    line-height: normal;
}

.field-count {
    position: relative;
}
.field-count .input-up,
.field-count .input-dwn {
    position: absolute;
    right: 12px;

    display: block;
    width: 11px;
    height: 7px;

    background-image: url("../images/arrows.png");
    background-repeat: no-repeat;
}
.field-count .input-up {
    top: 8px;
    background-position: 0 0;
}
.field-count .input-dwn {
    bottom: 8px;
    background-position: 0 -7px;
}
.formerrors {
    position: relative;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.formerrors span {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;
    width: 90%;
    padding: 14px 5%;

    font-size: 16px;
    line-height: normal;
    color: #ffffff;

    background: rgba(0,0,0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );

    z-index: 10;
}
.formerrors span:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;

    border-top: none;
    border-bottom: 7px solid #000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;

    opacity: .7;
    filter: alpha(opacity=70);
}

/* Header */

.stuck.header {
    position: fixed;
    width: 100%;
}

.header {
    height: 70px;

    background: rgba(0,0,0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );
}
.header a {
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.header-logo {
    float: left;
    margin-left: -15px;
}
.header-logo img {}

.header-menu {
    margin-left: 292px;
    padding-top: 25px;
}
.header-menu ul {
    margin-left: 0;
}
.header-menu li {
    float: left;
    padding: 0 14px;

    border-left: 1px solid #fff;
}
.header-menu li:first-child {
    border: none;
}
.header-menu li a {
    font-size: 16px;
    line-height: 1em;
    font-family: PFDinTextCompProRegular, Arial, sans-serif;

    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.header-menu li a.active,
.header-menu li a:hover {
    color: #08e1ff;
}

.header-dwnld {
    float: right;

    padding-top: 25px;
    margin-right: 55px;
}
.header-dwnld,
.header-dwnld a {
    font-size: 16px;
    line-height: 1em;
    font-family: PFDinTextCompProRegular, Arial, sans-serif;

    color: #08e1ff;
    text-decoration: none;
    text-transform: uppercase;
}
.header-dwnld a:hover {
    color: #ffffff;
}

.header-phone {
    float: right;
    width: 150px;
    margin-top: 17px;
    margin-right: 18px;
    padding-left: 22px;

    font-size: 23px;
    font-family: PFDinTextCompProRegular, Arial, sans-serif;
    color: #ffffff;

    background: url("../images/phone.png") 0 0 no-repeat;
}
.header-phone span {
    display: block;

    font-size: 14px;
    font-family: PFDinTextCompProLightRegular, Arial, sans-serif;
}

.header-login {
    float: right;
    height: 34px;
    line-height: 34px;

    padding: 0 17px;
    margin-right: 4px;
    margin-top: 15px;

    font-size: 16px;
}
.header-warrancy {
    position: absolute;
    right: 4px;
    top: -80px;

    width: 216px;
    height: 55px;
    line-height: 55px;
    padding-left: 66px;

    font-size: 18px;
    font-family: PFDinTextCompProLightRegular, Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;

    background: url("../images/stripe.png") 0 0 no-repeat;
}
.header-warrancy:hover {
    color: #08e1ff;
}

/* Header (end) */

/* Inner pages */

.index-inner {
    margin-top: -70px;
}
.index-top {
    height: 325px;
    padding-top: 165px;

    background: #000000;
    text-shadow: 0 1px 1px #000100;
}

.index-top-bg, .index-top-bg1 {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url("../images/bg_head1.jpg") center top no-repeat;

    opacity: 0.5;
    filter: alpha(opacity=50);
}
.index-top-bg2 {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url("../images/bg_head2.jpg") center top no-repeat;

    opacity: 0.5;
    filter: alpha(opacity=50);
}
.index-top-bg3 {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url("../images/bg_head3.jpg") center top no-repeat;

    opacity: 0.5;
    filter: alpha(opacity=50);
}
.index-top-title {
    font-size: 70px;
    line-height: 1em;
    font-family: PFDinTextCompProRegular, Arial, sans-serif;

    /*color: #000100;*/
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.index-top-subtitle {
    font-size: 30px;
    line-height: 1em;
    font-family: PFDinTextCompProLightRegular, Arial, sans-serif;

    /*color: #000100;*/
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.index-top-content {
    width: 565px;
    margin: 14px auto;
    padding-top: 14px;

    text-align: center;
    border-top: 1px solid #fff;

    font-size: 25px;
    font-family: PFDinTextCompProMediumRegular, Arial, sans-serif;
}
.index-top-content p {
    /*color: #000100;*/
    color: #ffffff;
}
.index-top-content p span {
    /*color: #08e1ff;*/
    color: #ffffff;
}
.order-service {
    display: inline-block;
    *zoom: 1;
    *display: inline;

    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    margin-top: 40px;

    font-size: 29px;
}

.index-about {
    padding-top: 45px;
}
.index-about-title {}
.index-about-title-underline {
    width: 100%;
    margin-top: 11px;
}
.index-about-content {
    overflow: hidden;

    padding-top: 10px;
    padding-bottom: 45px;
}
.index-about-tabs-inner {}
.index-about-tabs-inner-item {
    float: left;
    width: 47%;
    padding-right: 3%;
    padding-top: 52px;

    font-size: 14px;
    line-height: 1.3em;
    color: #757575;
}
.index-about-tabs-inner-item .h4 {
    margin-bottom: 10px;

    font-size: 25px;
    line-height: 1em;
    font-family: PFDinTextCompProMediumRegular, Arial, sans-serif;
    color: #000100;
    text-transform: uppercase;
}
.index-about-tabs-inner-item p {
    margin-bottom: 25px;

    font-size: 16px;
    line-height: 22px;
    font-family: pf_dintext_proregular, Arial, sans-serif;
}

.index-list {
    padding-top: 45px;
    background: #ececec;
}
.index-list-title {}
.index-list-title-underline {
    width: 620px;
    margin-top: 11px;
}
.index-list-content {
    padding-top: 10px;
}
.index-list-subtitle {
    margin-top: 38px;

    font-size: 27px;
    line-height: 1em;
    font-family: PFDinTextCompProMediumRegular, Arial, sans-serif;
    color: #000100;

    text-transform: uppercase;
    text-align: center;
}
.index-list-tabs-inner {
    padding-top: 45px;
    padding-bottom: 70px;
    overflow: hidden;
}
.index-list-tabs-inner-item {
    float: left;
    width: 33%;

    text-align: center;
}
.index-list-tabs-inner-item.first {
    width: 26%;
    margin-right: 7%;
}
.index-list-tabs-inner-item.last {
    width: 26%;
    margin-left: 7%;
}
.index-list-tabs-inner-item img {}
.index-list-tabs-inner-item span {
    display: block;
    width: 200px;
    margin: 17px auto 0;

    font-size: 16px;
    line-height: 20px;
    font-family: pf_dintext_proregular, Arial, sans-serif;

    color: #757575;
    text-align: center;
}

.index-devices {
    padding-top: 45px;
    padding-bottom: 45px;
}
.index-devices-title {}
.index-devices-title-underline {
    width: 620px;
    margin-top: 11px;
}
.index-devices-content {}
.index-devices-subtitle {
    margin-top: 28px;

    font-size: 24px;
    line-height: 1em;
    font-family: PFDinTextCompProMediumRegular, Arial, sans-serif;
    color: #000100;

    text-align: center;
}
.index-devices-content ul {
    margin-left: 0;
    margin-top: 45px;
    margin-bottom: 25px;

    overflow: hidden;
}
.index-devices-content li {
    float: left;
    text-align: center;
}
.index-devices-content li.windows {
    margin-left: -25px;
}
.index-devices-content li.wmobile {
    margin-left: 25px;
}
.index-devices-content li.macOS {}
.index-devices-content li.iOS {
    margin-left: 43px;
}
.index-devices-content li.android {
    margin-left: 25px;
}
.index-devices-content li.linux {
    margin-left: 40px;
}

.index-devices-content .img {
    height: 145px;
    line-height: 140px;
}
.index-devices-content .img img {
    vertical-align: middle;
}
.index-devices-content span {
    display: block;

    font-size: 16px;
    line-height: 22px;
    font-family: pf_dintext_proregular, Arial, sans-serif;

    color: #757575;
    text-align: center;
}

.index-possibilities {
    padding-top: 33px;
    padding-bottom: 33px;
    margin-bottom: 42px;

    background: rgb(0,192,255);
    background: -moz-linear-gradient(top,  rgba(0,192,255,1) 0%, rgba(0,150,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,192,255,1)), color-stop(100%,rgba(0,150,255,1)));
    background: -webkit-linear-gradient(top,  rgba(0,192,255,1) 0%,rgba(0,150,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,192,255,1) 0%,rgba(0,150,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,192,255,1) 0%,rgba(0,150,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,192,255,1) 0%,rgba(0,150,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0ff', endColorstr='#0096ff',GradientType=0 );

    color: #ffffff;
}
.index-possibilities-title {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.index-possibilities-content {
    position: relative;
    padding-top: 100px;
}
.index-possibilities-bg {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -300px;

    width: 600px;
    height: 560px;

    background: url("../images/info.png") center center no-repeat;
}
.index-possibilities-row {
    padding-bottom: 50px;
    overflow: hidden;
}
.index-possibilities-row ul {
    margin-left: 0;
}
.index-possibilities-row li {
    font-size: 16px;
    line-height: 18px;
    font-family: pf_dintext_proregular, Arial, sans-serif;
}
.index-possibilities-row li.first {
    float: left;
    width: 160px;
    margin-left: 5px;
}
.index-possibilities-row li.last {
    float: right;
    width: 165px;
}
.index-possibilities-row span {
    display: block;
    margin-bottom: 3px;

    font-size: 20px;
    line-height: 24px;
    font-family: PFDinTextCompProMediumRegular, Arial, sans-serif;
    text-transform: uppercase;
}

.index-order {
    padding-top: 45px;
    padding-bottom: 80px;
}

.index-order-title {}
.index-order-title-underline {
    width: 620px;
    margin-top: 15px;
}

.index-order-content {}

.order-submit-wrap {
    text-align: center;
}
.order-submit {
    display: inline-block;
    *zoom: 1;
    *display: inline;

    height: 50px;
    line-height: 50px;
    padding: 0 65px;
    margin-top: 55px;

    font-size: 29px;
}

/* Inner pages (end) */

/* Footer */

.footer .index-title {
    margin-bottom: 15px;
    color: #ffffff;
}
.footer {
    text-align: center;
    color: #ffffff;
}
.footer-inner {
    width: 620px;
    padding-top: 20px;
    margin: 0 auto;

    border-top: 1px solid #fff;
}
.footer-tabs {}
.footer-tabs-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-address {}
.footer-address table {
    margin: 0 auto;
}
.footer-address tr td {
    padding-bottom: 3px;

    font-size: 16px;
    line-height: 22px;
    font-family: pf_dintext_proregular, Arial, sans-serif;

    text-align: left;
}
.footer-address tr td:first-child {
    padding-right: 25px;

    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #777777;
    text-align: right;
}

.footer #map {
    width: 620px;
    height: 210px;

    background: rgba(255,255,255,.3);
}

.footer-logo {
    padding-right: 40px;
}
.footer-logo img {
    vertical-align: top;
}

.footer-copy {
    margin-top: 3px;
    margin-bottom: 35px;

    font-size: 11px;
    line-height: 1.3em;
    color: #777777;
}
.footer-authors {
    font-size: 11px;
    line-height: 1.3em;
    color: #777777;
}
.footer-authors a, .footer-copy a {
    display: inline-block;
    *zoom: 1;
    *display: inline;

    margin-top: 3px;

    font-size: 13px;
    text-decoration: none;
    color: #0085e0;
}
.footer-authors a:hover {
    color: #ffffff;
}

/* Footer (end) */

/* %popup% */

#js-popup-underlay,
#js-popup-preloader {
    position: fixed;
    top: 0;
    left: 0;

    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;

    background: rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55000000', endColorstr='#55000000',GradientType=0 );
}
#js-popup-preloader {
    z-index: 11;
}

#js-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    z-index: 11;

    display: none;
    overflow: auto;
}

.js-popup-close {
    position: absolute;
    top: 19px;
    right: 17px;
}
.js-popup-close:hover {
    background-position: 0 0;
}
.js-popup-item {
    display: none;
    position: relative;

    width: 610px;
    padding: 25px 45px 35px;
    margin: 50px auto;

    background: #fff;
}

.index-popup-title-underline {
    margin-top: 15px;
    border-color: #b2b2b2;
}
.popup-form {
    width: 375px;
    margin: 0 auto;
}

.popup-content {
    padding-top: 20px;
    padding-bottom: 25px;
}
.popup-subtitle {
    font-size: 25px;
    line-height: 1em;
    font-family: PFDinTextCompProMediumRegular, Arial, sans-serif;
    color: #000100;
    text-transform: uppercase;
}
.popup-content p {
    margin: 15px 0;

    font-size: 15px;
    line-height: 1.4em;
    color: #757575;
}

/* %popup% (end) */