/* Grid System
---------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px; }

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11 {
  position: relative; }

.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

.container .grid_1 {
  width: 60px; }

.container .grid_2 {
  width: 140px; }

.container .grid_3 {
  width: 220px; }

.container .grid_4 {
  width: 300px; }

.container .grid_5 {
  width: 380px; }

.container .grid_6 {
  width: 460px; }

.container .grid_7 {
  width: 540px; }

.container .grid_8 {
  width: 620px; }

.container .grid_9 {
  width: 700px; }

.container .grid_10 {
  width: 780px; }

.container .grid_11 {
  width: 860px; }

.container .grid_12 {
  width: 940px; }

.container .prefix_1 {
  padding-left: 80px; }

.container .prefix_2 {
  padding-left: 160px; }

.container .prefix_3 {
  padding-left: 240px; }

.container .prefix_4 {
  padding-left: 320px; }

.container .prefix_5 {
  padding-left: 400px; }

.container .prefix_6 {
  padding-left: 480px; }

.container .prefix_7 {
  padding-left: 560px; }

.container .prefix_8 {
  padding-left: 640px; }

.container .prefix_9 {
  padding-left: 720px; }

.container .prefix_10 {
  padding-left: 800px; }

.container .prefix_11 {
  padding-left: 880px; }

.container .suffix_1 {
  padding-right: 80px; }

.container .suffix_2 {
  padding-right: 160px; }

.container .suffix_3 {
  padding-right: 240px; }

.container .suffix_4 {
  padding-right: 320px; }

.container .suffix_5 {
  padding-right: 400px; }

.container .suffix_6 {
  padding-right: 480px; }

.container .suffix_7 {
  padding-right: 560px; }

.container .suffix_8 {
  padding-right: 640px; }

.container .suffix_9 {
  padding-right: 720px; }

.container .suffix_10 {
  padding-right: 800px; }

.container .suffix_11 {
  padding-right: 880px; }

.container .push_1 {
  left: 80px; }

.container .push_2 {
  left: 160px; }

.container .push_3 {
  left: 240px; }

.container .push_4 {
  left: 320px; }

.container .push_5 {
  left: 400px; }

.container .push_6 {
  left: 480px; }

.container .push_7 {
  left: 560px; }

.container .push_8 {
  left: 640px; }

.container .push_9 {
  left: 720px; }

.container .push_10 {
  left: 800px; }

.container .push_11 {
  left: 880px; }

.container .pull_1 {
  left: -80px; }

.container .pull_2 {
  left: -160px; }

.container .pull_3 {
  left: -240px; }

.container .pull_4 {
  left: -320px; }

.container .pull_5 {
  left: -400px; }

.container .pull_6 {
  left: -480px; }

.container .pull_7 {
  left: -560px; }

.container .pull_8 {
  left: -640px; }

.container .pull_9 {
  left: -720px; }

.container .pull_10 {
  left: -800px; }

.container .pull_11 {
  left: -880px; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after, .container:after {
  clear: both; }

.clearfix, .container {
  zoom: 1; }

/* additional styles */
.middle-grid-item {
  margin: auto;
  float: none;
  display: block; }

/* Registration window
---------------------------------------------------------------*/
#registration_wnd {
  width: 450px;
  display: none;
  padding: 5px 10px 10px; }
  #registration_wnd label {
    width: 100px;
    text-align: right;
    padding-top: 7px;
    margin-right: 16px;
    float: left;
    font-size: 0.88em;
    line-height: 1.50em;
    color: #363636; }
  #registration_wnd .caption {
    font-size: 0.88em;
    line-height: 1.50em;
    color: #363636;
    padding: 0 15px 15px 15px; }
  #registration_wnd input.button {
    margin: 13px 0 0 116px; }
  #registration_wnd .form-row {
    margin-bottom: 13px;
    overflow: hidden; }
  #registration_wnd input[type="text"], #registration_wnd input[type="email"], #registration_wnd input[type="password"] {
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    padding: 7px;
    box-shadow: inset 0 1px 1px 0 #888;
    color: #000;
    width: 275px; }
  #registration_wnd span.caption {
    display: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-close {
  height: 12px;
  right: 22px;
  top: 20px;
  width: 13px;
  background: url(img/close.png) no-repeat 50% 50%;
  z-index: 9999; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("packages/fancybox/fancybox_overlay.png"); }

#registration_wnd h3, .fancybox-title {
  padding: 10px 0 13px;
  margin: 0 5px 16px;
  font-weight: bold;
  font-size: 1.13em;
  line-height: 1.13em;
  color: #272727;
  border-bottom: 1px #dedede dashed; }

* {
  margin: 0;
  padding: 0;
  outline: 0 none; }

body {
  color: #0d1009;
  font-family: "Open Sans", Arial, sans-serif; }

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

html, body {
  height: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

b, strong {
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

ol, ul {
  list-style: none; }

li {
  display: list-item; }

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

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left; }

q {
  quotes: none; }

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

sub, sup, small {
  font-size: 75%; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg {
  overflow: hidden; }

h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 21px; }

.container {
  margin: auto;
  width: 1000px; }

.button {
  background-color: #386ca9;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  height: 57px;
  line-height: 57px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border: none;
  transition: background 0.1s;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s; }
  .button:hover {
    background-color: #2b5483; }
  .button.-white-btn {
    color: #3467a4;
    background: #fff; }
    .button.-white-btn:hover {
      background-color: #f2f2f2; }

/* header styles */
.header {
  background-image: url("img/wide-bg__notes.png"), url("img/wide-bg__bottom-image.png"), url("img/wide-bg.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center 59%, center bottom, top;
  background-size: auto, auto, cover;
  color: #ffffff;
  padding-top: 100px;
  height: 742px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: -160px; }
  .header .notes-bg {
    position: absolute;
    top: 390px;
    left: 50%;
    margin-left: -642px;
    width: 1284px;
    height: 179px;
    background: url("img/wide-bg__notes.png") no-repeat center; }
  .header h1 {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 19px; }
  .header-description {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 69px; }

/* footer styles */
.footer {
  padding: 91px 0 100px;
  font-size: 16px;
  font-weight: 600; }
  .footer-soc-icon {
    background: url("img/partners-footer-icons.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
  .footer-soc-icon.-f {
    background-position: -31px 0;
    width: 13px;
    height: 24px; }
  .footer-soc-icon.-i {
    background-position: -47px 0;
    width: 22px;
    height: 23px; }
  .footer-soc-icon.-y {
    background-position: -71px 0;
    width: 30px;
    height: 22px; }
  .footer-soc-icon.-v {
    background-position: 0 0;
    width: 29px;
    height: 16px; }
  .footer-left-text {
    margin-right: 65px; }

.f_section {
  display: inline-block;
  vertical-align: top; }
  .f_section a {
    color: #386ca9;
    text-decoration: none; }
    .f_section a:hover {
      text-decoration: underline; }

.f_copy {
  margin-bottom: 8px;
  font-size: 16px; }

.f_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #9a9a9a; }

.f_social {
  margin-right: 200px; }

.f_phone {
  margin-right: 40px; }

.f_mail a {
  color: #000; }
  .f_mail a:hover {
    text-decoration: none; }

.logo {
  background: url("img/logo.png") no-repeat;
  width: 122px;
  height: 60px;
  display: block;
  margin: 0 auto 77px; }

.content {
  position: relative;
  z-index: 1; }
  .content h2 {
    text-align: center; }

.-dark-section {
  color: #ffffff; }

.partners-icon {
  display: block;
  background-image: url("img/partners-icons.png");
  background-repeat: no-repeat; }
  .partners-icon.-icon-reg {
    background-position: 0 -75px;
    width: 57px;
    height: 57px; }
  .partners-icon.-icon-partners {
    background-position: -60px -77px;
    width: 62px;
    height: 54px; }
  .partners-icon.-icon-msg {
    background-position: -127px -71px;
    width: 65px;
    height: 61px; }

.partners-list li {
  background: url("img/list-style-icon.png") no-repeat left 10px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px; }

/* alpha styles */
.alpha {
  text-align: center;
  background: url("img/alpha-text-bg.png") no-repeat center bottom;
  padding-bottom: 88px;
  margin-bottom: 83px; }
  .alpha h2 {
    margin-bottom: 21px; }
  .alpha p {
    font-size: 18px;
    line-height: 30px; }

/* how it works styles */
.how-it-works h2 {
  margin-bottom: 45px; }

.how-it-works__items {
  margin-bottom: 60px;
  text-align: center; }

.how-it-works__item {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  margin: 0 30px;
  text-align: center;
  position: relative; }
  .how-it-works__item .num {
    color: #386ca9;
    font-weight: 300;
    font-size: 40px;
    position: absolute;
    top: 0;
    margin: -30px 0 0 15px; }
  .how-it-works__item .-icon-1 {
    background-position: 0 0;
    width: 45px; }
  .how-it-works__item .-icon-2 {
    background-position: -48px 0;
    width: 47px; }
  .how-it-works__item .-icon-3 {
    background-position: -98px 0;
    width: 62px; }

.how-it-works__icon {
  display: inline-block;
  height: 64px;
  margin-bottom: 30px; }

.how-it-works__text-part {
  clear: both; }

/* terms-affiliate-program styles */
.terms-affiliate-program {
  -webkit-box-shadow: inset 0 10px 10px 0 rgba(1, 1, 1, 0.05);
  -moz-box-shadow: inset 0 10px 10px 0 rgba(1, 1, 1, 0.05);
  box-shadow: inset 0 10px 10px 0 rgba(1, 1, 1, 0.05);
  padding-top: 80px;
  padding-bottom: 65px; }

/* why-it-profitable styles */
.why-it-profitable {
  background: url("img/why-it-profitable-bg.jpg") no-repeat;
  min-height: 548px;
  background-size: cover;
  box-sizing: border-box;
  padding: 63px 0 75px 0; }

/* earn-partners styles */
.earn-partners {
  padding: 68px 0 62px 0; }

/* earn-with-us styles */
.earn-with-us {
  padding: 71px 0 79px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("img/earn-with-us-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 533px;
  text-align: center; }
  .earn-with-us h2 {
    margin-bottom: 35px; }
  .earn-with-us__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .earn-with-us__item {
    margin: 0 30px;
    width: 270px;
    display: inline-block;
    vertical-align: top; }
  .earn-with-us .partners-icon {
    margin: 0 auto 30px; }
  .earn-with-us .button {
    margin: 39px auto 0; }

#registration_wnd .validation_container {
  color: #FF5151;
  font-size: 14px; }
  #registration_wnd .validation_container p {
    margin-bottom: 5px; }
