@import "jquery.bxslider.css";
@import "jquery.counter-analog.css";
@import "lightbox.css";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
@font-face {
    font-family: 'gotham_pro';
    src: url('../fonts/GothaProReg.eot');
    src: url('../fonts/GothaProReg.eot?#iefix') format('embedded-opentype'), url('../fonts/GothaProReg.woff') format('woff'), url('../fonts/GothaProReg.ttf') format('truetype'), url('../fonts/GothaProReg.svg#webfont') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'gotham_pro';
    src: url('../fonts/GothaProMed.eot');
    src: url('../fonts/GothaProMed.eot?#iefix') format('embedded-opentype'), url('../fonts/GothaProMed.woff') format('woff'), url('../fonts/GothaProMed.ttf') format('truetype'), url('../fonts/GothaProMed.svg#webfont') format('svg');
    font-weight: 700;
}
@font-face {
    font-family: 'gotham_pro_light';
    src: url('../fonts/GothaProLig.eot');
    src: url('../fonts/GothaProLig.eot?#iefix') format('embedded-opentype'), url('../fonts/GothaProLig.woff') format('woff'), url('../fonts/GothaProLig.ttf') format('truetype'), url('../fonts/GothaProLig.svg#webfont') format('svg');
}
input[type="text"], input[type="password"] {
    border: 0;
    padding: 11px 13px;
    color: #333;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'gotham_pro', sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    min-width: 1000px;
    max-width: 1600px;
    margin: 0 auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
small {
    font-size: 85%;
}
h2 {
    color: #2c74b7;
    font-size: 47px;
}
.container {
    width: 976px;
    margin: 0 auto;
    position: relative;
    *zoom: 1;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.you-get {
    padding-bottom: 100px;
}
.you-get h2 {
    font-size: 34px;
    margin-bottom: 45px;
}
.you-get-single {
    text-align: center;
    width: 190px;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.you-get-single:hover .you-get-number {
    background-color: #0091ea;
    color: #ffffff;
}
.you-get-number {
    font-family: 'gotham_pro_light';
    border: 2px solid #0091ea;
    font-size: 56px;
    color: #0091ea;
    width: 130px;
    margin: 0 auto;
    margin-bottom: 34px;
    padding: 23px 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.you-get-desc {
    color: #666666;
    display: block;
    font-size: 12px;
    margin-top: 38px;
}
.try-it {
    background: url('/images/recommend/bg-3.png') center no-repeat;
    color: #ffffff;
    height: 524px;
    margin-top: -20px;
}
.try-it .container {
    padding-top: 315px;
}
.try-it .btn-blue {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 55px;
    margin-top: 20px;
}
.try-it-desc {
    font-size: 22px;
}
footer {
    background-color: #2c74b7;
}
.footer-link {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    list-style: none;
    padding: 0;
    padding-bottom: 40px;
    width: 540px;
    margin: 0 auto;
    *zoom: 1;
}
.footer-link a {
    color: #ffffff;
    text-decoration: underline;
}
.footer-link a:hover {
    text-decoration: none;
}
.footer-link li {
    margin: 0 10px;
    float: left;
}
.footer-link:before,
.footer-link:after {
    content: " ";
    display: table;
}
.footer-link:after {
    clear: both;
}
.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}
.advantage {
    background-color: #f4f5f6;
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
}
.advantage .container {
    width: 1000px;
    padding-bottom: 64px;
}
.advantage:before {
    content: '';
    background: url('/images/recommend/section-corner-1.png') center no-repeat;
    position: absolute;
    width: 100%;
    height: 31px;
    top: -31px;
}
.advantage:after {
    content: '';
    background: url('/images/recommend/section-corner-2.png') center no-repeat;
    position: absolute;
    width: 100%;
    height: 31px;
    bottom: -31px;
}
.advantage-single {
    position: relative;
    float: left;
    background-color: #ffffff;
    width: 312px;
    height: 260px;
    font-size: 15px;
    padding: 0;
    margin: 0;
    margin: 10px;
    text-align: center;
    list-style: none;
    padding: 20px;
}
.advantage-single:hover {
    background-color: #0091ea;
    color: #ffffff;
}
.advantage-single:hover .move-to-right,
.advantage-single:hover .move-to-left,
.advantage-single:hover .move-to-bottom {
    display: block;
}
.form-middle {
    margin-top: 104px;
    margin-bottom: 40px;
}
.form-bottom {
    margin-top: 92px;
}
.form-bottom .btn-blue {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 55px;
    margin:20px auto;
    margin-top:0px;
    display: block;
}
.build {
    background-color: #f4f5f6;
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 32px;
}
.build h3 {
    color: #2c74b7;
    font-size: 28px;
    margin-top: 70px;
}
.build:before {
    content: '';
    background: url('/images/recommend/section-corner-1.png') center no-repeat;
    position: absolute;
    width: 100%;
    height: 31px;
    top: -31px;
}
.build:after {
    content: '';
    background: url('/images/recommend/section-corner-2.png') center no-repeat;
    position: absolute;
    width: 100%;
    height: 31px;
    bottom: -31px;
}
.build-stats {
    background-color: #ffffff;
    float: left;
    width: 250px;
    height: 258px;
    font-size: 16px;
    margin: 0;
    padding: 27px 20px;
    list-style: none;
    margin-right: 20px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}
.build-stats-procent {
    color: #0091ea;
    font-weight: 700;
    font-size: 130px;
    line-height: 1;
}
.build-stats-procent span {
    font-size: 60px;
    vertical-align: 50px;
}
.build-desc {
    width: 390px;
    font-size: 16px;
    float: left;
    margin-left: 45px;
}
.build-desc p {
    margin: 0 0 10px;
    line-height: 26px;
}
.build-stats-1 {
    background: #ffffff url('/images/recommend/tree-small-1.png') bottom right no-repeat;
}
.build-stats-2 {
    background: #ffffff url('/images/recommend/tree-small-2.png') bottom right no-repeat;
}
.awards {
    background: url('/images/recommend/crown-bg.png') center bottom no-repeat;
    padding-bottom: 120px;
}
.awards .container {
    width: 790px;
}
.awards-single {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin: 0 30px;
    text-align: center;
    font-size: 15px;
}
.diploms {
    background: #f4f5f6 url('/images/recommend/tree-big-2.png') left bottom no-repeat;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
}
.diploms:before {
    content: '';
    background: url('/images/recommend/section-corner-1.png') center no-repeat;
    position: absolute;
    width: 100%;
    height: 31px;
    top: -31px;
}
.diploms:after {
    content: '';
    background: url('/images/recommend/section-corner-2.png') center no-repeat;
    position: absolute;
    width: 100%;
    height: 31px;
    bottom: -31px;
}
.diploms-box {
    text-align: center;
    margin-top: 30px;
}
.courses-link {
    position: relative;
    width: 188px;
}
.courses-link:after {
    content: '';
    position: absolute;
    background-color: #3B76AC;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.courses-link:hover:after {
    opacity: .7;
    filter: alpha(opacity=70);
}
.more-courses-about {
    color: #3075b5;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    margin-top: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #e1e1e1;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #3075b5;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 3px;
}
.bx-wrapper .bx-viewport {
    left: 5px;
    padding-bottom: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.courses img {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.courses .carousel {
    width: 850px;
    margin: 0 auto;
}
.courses .carousel img {
    border: 3px solid #B0CCE5;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.btn-begin-learn {
    position: absolute;
    display: none;
    color: #fff;
    top: 80px;
    left: 30px;
    z-index: 1;
    border: 2px solid #fff;
    padding: 5px 8px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
}
.btn-begin-learn:hover {
    color: #fff;
    text-decoration: none;
}
.courses-link:hover .btn-begin-learn {
    display: block;
}
.header-top {
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: #2c5eaf;
    background: -moz-linear-gradient(top, #2c5eaf 0%, #2c5eaf 30%, #195598 78%, #195598 78%, #195598 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c5eaf), color-stop(30%, #2c5eaf), color-stop(78%, #195598), color-stop(78%, #195598), color-stop(100%, #195598));
    background: -webkit-linear-gradient(top, #2c5eaf 0%, #2c5eaf 30%, #195598 78%, #195598 78%, #195598 100%);
    background: -o-linear-gradient(top, #2c5eaf 0%, #2c5eaf 30%, #195598 78%, #195598 78%, #195598 100%);
    background: -ms-linear-gradient(top, #2c5eaf 0%, #2c5eaf 30%, #195598 78%, #195598 78%, #195598 100%);
    background: linear-gradient(to bottom, #2c5eaf 0%, #2c5eaf 30%, #195598 78%, #195598 78%, #195598 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c5eaf', endColorstr='#195598', GradientType=0);
}
.header-top ul {
    height: 41px;
}
.header-top li {
    list-style: none;
    float: left;
    position: relative;
}
.header-top li:after {
    content: '';
    width: 1px;
    position: absolute;
    background-color: #fff;
    height: 12px;
    top: 14px;
    right: -2px;
    border-right: 1px solid #fff;
}
.header-top li a {
    color: #ffffff;
    margin: 0 15px;
    padding: 13px 0 10px;
    position: relative;
    display: block;
    font-weight: 700;
    text-decoration: none;
    line-height: 13px;
}
.header-top li a:hover {
    color: #669ae1;
}
.header-top .container {
    padding: 0;
}
.header-top .first a {
    margin-left: 0;
}
.header-top .last:after {
    border-right: 0;
    width: 0;
}
.header-awards {
    font-size: 10px;
    margin: 0;
    list-style: none;
    float: left;
    padding-top: 8px;
}
.header-awards li {
    float: left;
    width: 220px;
}
.invite-box-name strong {
    display: block;
    font-size: 18px;
    color: #2c74b7;
}
.invite-box-name em {
    font-size: 12px;
}
.invite-box-title {
    margin-bottom: 10px;
    font-size: 16px;
}
.invite-box-desc {
    position: absolute;
top: 33px;
right: 30px;
}
.invite-box-img {
    float: left;
}
.header-middle {
    height: 580px;
    color: #ffffff;
}
.header-middle h1 {
    color: #333333;
    font-size: 23px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.header-middle .title-group {
    text-align: center;
}
.header-middle .title-group p {
    font-size: 17px;
    margin-top: 0;
}
.diploms-license-link {
    padding-left: 20px;
}
.invest {
    background: url('/images/recommend/bg-2.jpg') center no-repeat;
    height: 530px;
    color: #ffffff;
}
.invest h4 {
    font-size: 34px;
    margin: 0;
    line-height: 1;
}
.invest p {
    font-size: 22px;
    margin: 10px 0;
}
.invest .container {
    padding-top: 300px;
}
.invest .btn-blue {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 55px;
    margin-top: 11px;
}
.experience {
    background: url('/images/recommend/tree-big-1.png') left top no-repeat;
}
.experience h3 {
    color: #2c74b7;
}
.experience .btn-blue {
    color: #ffffff;
    font-size: 21px;
    line-height: 55px;
    margin-top: 11px;
    font-weight: 700;
}
.experience .bx-viewport {
    border: none;
}
.experience .bx-wrapper .bx-controls-direction a {
    top: 25%;
}
.footer {
    position: relative;
    margin-top: 60px;
}
.footer:before {
    content: '';
    background: url('/images/recommend/section-corner-3.png') center no-repeat;
    position: absolute;
    width: 100%;
    height: 31px;
    top: -31px;
}
.slider-box {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 35px;
}
.slider-box-10 {
    float: left;
    font-size: 15px;
    padding: 25px;
    width: 100% ;
    height: 250px;
}
.slider-box-6 {
    float: left;
    font-size: 15px;
    padding: 25px;
    width: 66.66666666%;
    height: 250px;
}
.slider-box-3 {
    float: left;
    font-size: 15px;
    padding: 25px;
    width: 33.33333333%;
    height: 250px;
}
.slider-box-blue {
    background-color: #2c74b7;
    color: #ffffff;
}
.slider-box-grey {
    background-color: #f1f3f4;
}
.slider-box-white {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
}
.row {
    *zoom: 1;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.bxslider-2 {
    margin: 0;
    padding: 0;
}
.form-vertical {
    background: #0091ea url('/images/recommend/tree-small-4.png') right 8px no-repeat;
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #2ba4ee;
    width: 312px;
    z-index: 1;
    *zoom: 1;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}
.form-vertical:before,
.form-vertical:after {
    content: " ";
    display: table;
}
.form-vertical:after {
    clear: both;
}
.form-vertical .btn-orange {
    color: #ffffff;
    font-size: 18px;
    line-height: 42px;
    font-weight: 700;
}
.form-vertical input[type="text"], .form-vertical input[type="password"] {
    width: 100%;
    margin-bottom: 10px;
}
.form-vertical .btn-orange {
    position: relative;
    left: -12px;
}
.form-vertical legend {
    color: #ffffff;
    font-size: 23px;
    padding-bottom: 15px;
    line-height: 28px;
}
.form-vertical legend span {
    text-transform: uppercase;
}
.form-horizontal {
    background: #0091ea url('/images/recommend/tree-small-3.png') right bottom no-repeat;
    position: relative;
    width: 645px;
    margin: 0 auto;
    padding: 20px;
    border-bottom: 1px solid #2ba4ee;
    *zoom: 1;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}
.form-horizontal:before,
.form-horizontal:after {
    content: " ";
    display: table;
}
.form-horizontal:after {
    clear: both;
}
.form-horizontal input[type="text"]. form-vertical input[type="password"] {
    width: 293px;
    margin-left: 15px;
    margin-bottom: 15px;
    float: left;
}
.form-horizontal fieldset {
    width: 620px;
    margin-left: -13px;
}
.form-horizontal legend {
    color: #ffffff;
    font-size: 23px;
    padding-bottom: 15px;
}
.form-horizontal legend span {
    text-transform: uppercase;
}
.form-horizontal .btn-orange-2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 42px;
    font-weight: 700;
}
.form-horizontal-bottom {
    background: url('/images/recommend/form-horizontal-bottom.png') 0 0 no-repeat;
    width: 659px;
    height: 32px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    bottom: 4px;
}
.form-vertical-bottom {
    background: url('/images/recommend/form-vertical-bottom.png') 0 0 no-repeat;
    width: 310px;
    height: 13px;
    margin: 0 auto;
    position: relative;
    bottom: 4px;
}
.form-horizontal-desc {
    font-size: 12px;
    color: #ffffff;
    padding-left: 12px;
    padding-top: 15px;
}
.form-horizontal-desc a {
    color: #ffffff;
    text-decoration: underline;
}
.form-horizontal-desc a:hover {
    text-decoration: none;
}
.counter2 {
    display: inline-block;
    background: url('/images/recommend/counter.png') 0 0 no-repeat;
    width: 269px;
    height: 36px;
    vertical-align: -13px;
}
.build-link-single {
    background-color: #2c74b7;
    position: relative;
    color: #ffffff;
    width: 395px;
    height: 192px;
    margin: 0 10px;
    float: left;
    padding: 25px;
    display: block;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}
.build-link-single h4 {
    font-size: 26px;
    margin: 0;
    line-height: 1;
}
.build-link-single p {
    font-size: 17px;
    margin-top: 10px;
}
.build-link-single .btn-group {
    position: absolute;
    bottom: 25px;
}
.build-link-single:hover {
    color: #ffffff;
    text-decoration: none;
}
.build-link-single:hover .btn-more {
    text-decoration: underline;
}
.build-link-single-1 {
    background: url('/images/recommend/build-link-1.png') 0 0 no-repeat;
}
.build-link-single-2 {
    background: url('/images/recommend/build-link-2.png') 0 0 no-repeat;
}
.btn-more {
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 18px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}
.btn-more:hover {
    color: #ffffff;
}
.build-link {
    width: 830px;
    margin: 0 auto;
    *zoom: 1;
}
.build-link:before,
.build-link:after {
    content: " ";
    display: table;
}
.build-link:after {
    clear: both;
}
.header-link {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 10px;
}
.header-link a {
    color: #ffffff;
    text-decoration: underline;
}
.header-link a:hover {
    text-decoration: none;
}
.form-vertical-desc {
    font-size: 12px;
    padding-top: 23px;
}
.form-vertical-desc a {
    color: #ffffff;
    text-decoration: underline;
}
.form-vertical-desc a:hover {
    text-decoration: none;
}
.invite-box {
    position: relative;
    width: 640px;
    font-size: 13px;
    color: #333333;
    padding: 15px;
    border-radius: 0px;
    position: relative;
    z-index: 90;
    background: #eee;
    background-image: -moz-linear-gradient(top, #fff, #F5F5F5);
    background-image: -ms-linear-gradient(top, #fff, #F5F5F5);
    background-image: -o-linear-gradient( top, #fff, #F5F5F5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F5F5));
    background-image: -webkit-linear-gradient(top, #fff, #F5F5F5);
    background-image: linear-gradient(top, #fff, #F5F5F5);
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 0 #9a9a9a;
    -webkit-box-shadow: 0 1px 0 #9a9a9a;
    box-shadow: 0 1px 0 #9a9a9a;
}
.invite-box-corner {
    border: 1px dashed #ccc;
    padding: 15px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}
.invite-box-corner strong {
    color: #2c74b7;
}
.header-middle-col-1 {
    float: left;
    font-size: 18px;
}
.header-middle-col-2 {
    float: right;
}
.header-middle-desc-1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 85px;
}
.header-middle-desc-1 .text-big {
    font-size: 45px;
    line-height: 60px;
}
.header-middle-desc-1 .text-bg {
    background-color: #009AF8;
    padding: 5px 10px;
}
.header-middle-desc-2 {
    padding-top: 45px;
    font-size: 22px;
    line-height: 28px;
}
.btn-blue,
.btn-orange,
.btn-orange-2 {
    background: url('/images/recommend/btn.png') no-repeat;
    display: inline-block;
    text-align: center;
}
.btn-blue {
    background-position: 0 0;
    width: 312px;
    height: 81px;
}
.btn-blue-2 {
    background: url('/images/recommend/btn-blue.png') no-repeat;
    width: 312px;
    height: 81px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 55px;
}
.btn-orange {
    background-position: 0 -200px;
    width: 294px;
    height: 69px;
}
.btn-orange-2 {
    background-position: 0 -100px;
    width: 320px;
    height: 69px;
}
.awards-icon-3,
.awards-icon-1,
.awards-icon-2 {
    background: url('/images/recommend/awards-icon.png') no-repeat;
    display: block;
    width: 103px;
    height: 103px;
    margin: 0 auto;
}
.awards-icon-3 {
    background-position: -300px 0;
}
.awards-icon-1 {
    background-position: 0 0;
}
.awards-icon-2 {
    background-position: -150px 0;
}
.arrow-icon {
    background: url('/images/recommend/arrow-icon.png') 0 0 no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.target-icon {
    background: url('/images/recommend/target-icon.png') 0 0 no-repeat;
    display: inline-block;
    width: 48px;
    height: 48px;
}
.header-award-2,
.header-award-1 {
    background: url('/images/recommend/header-awards.png') no-repeat;
    display: inline-block;
    margin-right: 13px;
    float: left;
    width: 56px;
    height: 56px;
}
.header-award-1 {
    background-position: 0 0;
}
.header-award-2 {
    background-position: -68px 0;
}
.free-desc {
    font-size: 18px;
}
.achive {
    background-color: #f1f3f4;
    font-size: 26px;
    color: #2c74b7;
    font-weight: 700;
    padding: 38px 0;
    margin: 15px 0;
}
.achive .container {
    width: 770px;
}
.plane-icon {
    background: url('/images/recommend/plane-icon.png') 0 0 no-repeat;
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: 4px;
}
.achive-desc {
    width: 670px;
    display: inline-block;
    padding-left: 38px;
}
.point {
    font-size: 18px;
    margin-top: 40px;
}
.point h3 {
    color: #2c74b7;
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.point table td {
    vertical-align: top;
    padding-right: 27px;
}
.point .target-icon {
    margin-top: 8px;
}
.slider-box-icon-1,
.slider-box-icon-2,
.slider-box-icon-3,
.slider-box-icon-4,
.slider-box-icon-5,
.slider-box-icon-6,
.slider-box-icon-7,
.slider-box-icon-8,
.slider-box-icon-9,
.slider-box-icon-10,
.slider-box-icon-11,
.slider-box-icon-12,
.slider-box-icon-13,
.slider-box-icon-14,
.slider-box-icon-15 {
    display: block;
    width: 46px;
    height: 40px;
}
.slider-box-icon-1 {
    background: url('/images/recommend/slider-box-icon-1.png') 0 0 no-repeat;
}
.slider-box-icon-2 {
    background: url('/images/recommend/slider-box-icon-2.png') 0 0 no-repeat;
}
.slider-box-icon-3 {
    background: url('/images/recommend/slider-box-icon-3.png') 0 0 no-repeat;
}
.slider-box-icon-4 {
    background: url('/images/recommend/slider-box-icon-4.png') 0 0 no-repeat;
}
.slider-box-icon-5 {
    background: url('/images/recommend/slider-box-icon-5.png') 0 0 no-repeat;
}
.slider-box-icon-6 {
    background: url('/images/recommend/slider-box-icon-6.png') 0 0 no-repeat;
}
.slider-box-icon-7 {
    background: url('/images/recommend/slider-box-icon-7.png') 0 0 no-repeat;
}
.slider-box-icon-8 {
    background: url('/images/recommend/slider-box-icon-8.png') 0 0 no-repeat;
}
.slider-box-icon-9 {
    background: url('/images/recommend/slider-box-icon-9.png') 0 0 no-repeat;
}
.slider-box-icon-10 {
    background: url('/images/recommend/slider-box-icon-10.png') 0 0 no-repeat;
}
.slider-box-icon-11 {
    background: url('/images/recommend/slider-box-icon-11.png') 0 0 no-repeat;
}
.slider-box-icon-12 {
    background: url('/images/recommend/slider-box-icon-12.png') 0 0 no-repeat;
}
.slider-box-icon-13 {
    background: url('/images/recommend/slider-box-icon-13.png') 0 0 no-repeat;
}
.slider-box-icon-14 {
    background: url('/images/recommend/slider-box-icon-14.png') 0 0 no-repeat;
}
.slider-box-icon-15 {
    background: url('/images/recommend/slider-box-icon-15.png') 0 0 no-repeat;
}
.bulb-icon {
    display: block;
    background: url('/images/recommend/icons/bulb-icon.png') 0 0 no-repeat;
    width: 36px;
    height: 64px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 42px;
}
.cloud-icon {
    display: block;
    background: url('/images/recommend/icons/cloud-icon.png') 0 0 no-repeat;
    width: 64px;
    height: 54px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 42px;
}
.diamond-icon {
    display: block;
    background: url('/images/recommend/icons/diamond-icon.png') 0 0 no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 42px;
}
.node-icon {
    display: block;
    background: url('/images/recommend/icons/node-icon.png') 0 0 no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 42px;
}
.wallet-icon {
    display: block;
    background: url('/images/recommend/icons/wallet-icon.png') 0 0 no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 42px;
}
.license-desc {
    color: #F1F7FC;
    font-size: 10px;
    display: block;
    position: absolute;
    top: -13px;
    right: 0;
    text-decoration: underline;
}
.license-desc:hover {
    color: #ffffff;
    text-decoration: none;
}
.tree-big-3 {
    background: url('/images/recommend/tree-big-3.png') right bottom no-repeat;
}
.vk-icon,
.facebook-icon,
.google-icon,
.twitter-icon {
    background: url('/images/recommend/social-icon.png') no-repeat;
    display: inline-block;
}
.vk-icon {
    background-position: -50px 0;
    width: 42px;
    height: 41px;
}
.facebook-icon {
    background-position: 0 0;
    width: 42px;
    height: 41px;
}
.google-icon {
    background-position: -150px 0;
    width: 42px;
    height: 41px;
}
.twitter-icon {
    background-position: -100px 0;
    width: 42px;
    height: 41px;
}
.social-icon {
    width: 165px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    padding-top: 45px;
    padding-bottom: 20px;
    *zoom: 1;
}
.social-icon:before,
.social-icon:after {
    content: " ";
    display: table;
}
.social-icon:after {
    clear: both;
}
.social-icon li {
    float: left;
    margin-left: 10px;
}
.move-to-right {
    position: absolute;
    color: #ffffff;
    background-color: #0091ea;
    top: 0;
    height: 260px;
    width: 333px;
    right: -333px;
    z-index: 5;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    display: none;
}
.move-to-left {
    position: absolute;
    color: #ffffff;
    background-color: #0091ea;
    top: 0;
    height: 260px;
    width: 333px;
    left: -333px;
    z-index: 5;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    display: none;
}
.move-to-bottom {
    position: absolute;
    color: #ffffff;
    background-color: #0091ea;
    height: 280px;
    width: 312px;
    bottom: -280px;
    z-index: 5;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    display: none;
    left: 0;
    padding-top: 40px;
}
#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
#form-modal {
    position: relative;
    width: 423px;
    padding: 30px;
    display: none;
    background: #FFF;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}
#form-modal .form-main {
    position: absolute;
    width: 423px;
    display: inline-block;
    padding: 31px 23px;
    padding-top: 28px;
    top: 0;
    right: 0;
    border-left: 1px solid #ebf0f0;
    border-right: 1px solid #ebf0f0;
    border-top: 1px solid #ebf0f0;
    border-bottom: 1px solid #f0f4f5;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #fbfcfc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbfcfc 0%, #e5ecf1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfcfc), color-stop(100%, #e5ecf1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfcfc 0%, #e5ecf1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfcfc 0%, #e5ecf1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfcfc 0%, #e5ecf1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fbfcfc 0%, #e5ecf1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbfcfc, endColorstr=#e5ecf1, GradientType=0);
    /* IE6-9 */
}
#form-modal .form-main:after {
    content: '';
    position: absolute;
    background: url('/images/recommend/header-form-bottom-bg.png') 0 0 no-repeat;
    display: block;
    width: 422px;
    height: 58px;
    bottom: -57px;
    left: -1px;
}
#form-modal .form-main legend {
    font-size: 30px;
    color: #3177b7;
    margin-bottom: 34px;
    font-weight: 700;
    line-height: 36px;
}
#form-modal .input-xlarge {
    position: relative;
    color: #535558;
    width: 100%;
    margin-bottom: 18px;
    padding: 9px 18px;
    border: 0;
    font-size: 16px;
    z-index: 2;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 1px 1px 3px #b8b8b8;
    -moz-box-shadow: inset 1px 1px 3px #b8b8b8;
    box-shadow: inset 1px 1px 3px #b8b8b8;
}
#form-modal .oferta {
    width: 193px;
    color: #535558;
    line-height: 15px;
    font-size: 12px;
    float: left;
}
.oferta a {
    text-decoration: underline;
    color: #fff;
}
.oferta a:hover {
    text-decoration: none;
}
#form-modal .oferta a {
    text-decoration: underline;
}
#form-modal .oferta a:hover {
    text-decoration: none;
}
#form-modal .btn-blue-2 {
    float: left;
}
.btn-blue-3 {
    background: url('/images/recommend/btn-blue.png') 0 0 no-repeat;
    border: 0;
    width: 305px;
    height: 64px;
    position: relative;
    left: -12px;
    display: block;
    text-align: center;
}
.btn-blue-3:hover {
    background: url('/images/recommend/btn-blue-hover.png') 0 0 no-repeat;
    text-decoration: none;
}
.counter-3 {
    background: url('/images/recommend/counter-3.png') 0 0 no-repeat;
    width: 280px;
    height: 35px;
    z-index: 5;
    position: relative;
    margin-top: 25px;
}
.header-form-bg {
    position: absolute;
    background: url('/images/recommend/header-form-bg.png') 0 0 no-repeat;
    width: 135px;
    height: 410px;
    top: 8px;
    right: 0;
    z-index: 1;
}
.diploms-license-img {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 30px;
    *zoom: 1;
}
.diploms-license-img:before,
.diploms-license-img:after {
    content: " ";
    display: table;
}
.diploms-license-img:after {
    clear: both;
}
.diploms-license-img li {
    float: left;
}
.diploms-license-img a {
    margin-right: 10px;
    border: 3px solid #ffffff;
    display: block;
    line-height: 0;
}
.diploms-license-img a:hover {
    border: 3px solid #2c74b7;
}
.box-link {
    position: fixed;
    top: 25%;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-link a {
    display: block;
    width: 100%;
    height: 100%;
}
.box-link-1 {
    background: url('/images/recommend/box-link-1.png') 0 0 no-repeat;
    width: 62px;
    height: 246px;
    margin-bottom: 10px;
}
.box-link-2 {
    background: url('/images/recommend/box-link-2.png') 0 0 no-repeat;
    width: 62px;
    height: 150px;
}
.invite-box-img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 2px solid #E4E4E5;
    margin-right: 15px;
    margin-top: 15px;
}
.invite-box-img img {
    height: 95px;
}
.help_navbar_icon {
    background: url('/images/recommend/navbar_help.png') left top no-repeat;
    display: inline-block;
    width: 24px;
    height: 25px;
    position: relative;
    top: -3px;
}
.counter-desc {
    margin-bottom: 15px;
}
.header-main {
    height: 80px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #efefef 35%, #c4c4c4 90%, #c4c4c4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(35%, #efefef), color-stop(90%, #c4c4c4), color-stop(100%, #c4c4c4));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #efefef 35%, #c4c4c4 90%, #c4c4c4 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #efefef 35%, #c4c4c4 90%, #c4c4c4 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #efefef 35%, #c4c4c4 90%, #c4c4c4 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #efefef 35%, #c4c4c4 90%, #c4c4c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#c4c4c4', GradientType=0);
}
.header-main .btn-group {
    float: right;
    margin-top: 13px;
}
.header-main .btn-group a {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 47px;
}
.logo {
    background: url('/images/recommend/logo.png') no-repeat;
    position: relative;
    display: block;
    float: left;
    width: 257px;
    height: 53px;
    text-indent: -9999px;
    margin: 11px 0;
}
a.help {
    position: relative;
    font-family: Arial;
    background-color: #1C579D;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    border: 2px solid #415eaa;
    text-decoration: none;
    font-weight: 700;
    margin: 24px 15px 10px 0;
    padding: 7px 15px;
    -webkit-border-radius: 17px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 17px;
    -moz-background-clip: padding;
    border-radius: 17px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 0 #eaeaea;
    -moz-box-shadow: 0 1px 0 #eaeaea;
    box-shadow: 0 1px 0 #eaeaea;
    margin-left: 195px;
}
a.help:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMDZDMkNFNUMwOUYxMUUzQjcxNUEwMjU2REY4NzFFOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMDZDMkNFNkMwOUYxMUUzQjcxNUEwMjU2REY4NzFFOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwNkMyQ0UzQzA5RjExRTNCNzE1QTAyNTZERjg3MUU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIwNkMyQ0U0QzA5RjExRTNCNzE1QTAyNTZERjg3MUU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qVFKTgAAAbJJREFUeNpilAmf+58BB2BhYgGSjCCmChDfvb8sFi7HxIAH/GUAmfmfQVmUO5qBAdV8vBqZ/v0Da/zz718wSRpBNv4H6n3y/rs2kOYhWiME/GP48+cvsxg/uzdJGv9CaX4u1ngSbYQE0Mv33+wUIuYzkaAR4tf3P35zc7Azm8M1MgINhGFcACYvL8QFdy7T5EybB4I8LH9AzmH8j133f0aIkz9//+WFMOz/f7fnb7/W18w8rL3j4lN+hFMYUcMWaCjIef/+M0o/XZn8jEk6fPYuSWFuv7lVHvP6U60eCnGx/AVFwb//f8FRga5ZSYQrHB44QM1vgbgozEUze0dX8GkXXelPMIX/oM5nggYCMxMjWCOjVNgsFFOfrkwVBVK1y3de829bcVr63bdfzDCngwzhYGP+/ePXX15GmdCZWAPk8ao0v6evP1fWzTysuevSE7Df/wE1MwE1C3KxeTNza/tCoxgV964+e7MxwWqTv50qn5wQt+TJG895vv36ywSSkxfjYWOUxGEjMni2Ks0TGPK1DbMPa24+90hAhIf9LVDjDGISD1BzujCQqgBiFyB+AhBgAFsgs1ZAUnoqAAAAAElFTkSuQmCC);
    position: absolute;
    width: 14px;
    height: 18px;
    bottom: -11px;
    right: -4px;
}
#countdown {
    position: absolute;
    z-index: 10;
    color: #ffffff;
    top: -52px;
    font-size: 31px;
}
#countdown .days {
    position: absolute;
    top: -36px;
    letter-spacing: 11px;
    left: 38px;
}
.countdown-desc-days {
    position: absolute;
    left: 45px;
    font-size: 16px;
}
#countdown .hours {
    position: absolute;
    top: -36px;
    letter-spacing: 11px;
    left: 126px;
}
.countdown-desc-hours {
    position: absolute;
    left: 131px;
    font-size: 16px;
}
#countdown .minutes {
    position: absolute;
    top: -36px;
    letter-spacing: 11px;
    left: 226px;
}
.countdown-desc-minutes {
    position: absolute;
    left: 217px;
    font-size: 16px;
}