﻿/*! 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: arial, "Helvetica Neue CE", HelveticaNeue, helvetica, arial, 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;
  line-height: 1.2em;
}
/**
 * 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;
}
html,
body {
  font-family: arial, "Helvetica Neue CE", HelveticaNeue, helvetica, arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4em;
  
    background: url(../images/main-header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #3c3b54;
    position: relative;
  min-height: 100%;
}
a,
a > *,
a:hover,
a:active {
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
}
strong {
  /*font-weight: normal;
  font-family: "AvenirNextLTPro-Bold", Arial, sans-serif;*/
}
.br {
  display: block;
}
.scroll-down {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 26px;
  height: 40px;
  margin-top: 113px;
  background: url(../images/arrows.png) no-repeat -5px -88px;
}
.scroll-down.white {
  background-position: -5px -158px;
}
.terms
{
    text-align: justify;
}

    .terms ul
    {
        margin: 0px;
        padding: 30px;
        list-style-type: none;
        font-size: 1.21em;
        line-height: 18px;
    }

.about-iq
{
    /*margin-top: -40px;*/
    text-align: justify;
}

    .about-iq ul
    {
        margin: 0px;
        padding: 30px;
        list-style-type: upper-roman;
        line-height: 18px;
    }

    .about-iq li
    {
        line-height: 24px;
    }

.about-iq li a
    {
        display: inline-block;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 5px;
        outline: 0;
        color: #122b45;
        letter-spacing: .02em;
    }

        .about-iq li a:hover, .about-iq li a:active
        {
            color: #122b45;
        }

        .about-iq li a:after
        {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            background: #122b45;
            content: '';
            opacity: 0;
            -webkit-transition: height .3s,opacity .3s,-webkit-transform .3s;
            -moz-transition: height .3s,opacity .3s,-moz-transform .3s;
            transition: height .3s,opacity .3s,transform .3s;
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        .about-iq li a:hover:after, .about-iq li a:active:after, .about-iq li a:focus:after
        {
            height: 2px;
            opacity: .8;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            transform: translateY(0px);
        }

.about-table-famous {
    width: 100%;
      background-color: white;
}

.about-table-famous tr {
    border-bottom:1px solid black;
}

@media only screen and (max-width: 1100px) {
  .scroll-down {
    margin-top: 60px;
  }
}
.button {
  display: inline-block;
  width: auto;
  border-radius: 50px;
  border: 2px solid #ffffff;
  padding: 0 22px;
  margin: 15px 0;
  color: #ffffff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
    white-space: nowrap;
}
.button.small {
  height: 22px;
  padding-top: 12px;
  font-size: 13px;
  font-weight: normal;
  word-spacing: .08em;
  background-color: transparent;
}
.button.small:hover,
.button.small:active,
.button.small:focus {
  background-color: #ffffff;
  color: #122b45;
}
.button.big {
  height: 44px;
  padding: 21px 39px 0 39px;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: bold;
}
.button.big:hover,
.button.big:active,
.button.big:focus {
  background-color: transparent;
}
.button.big.light {
  background-color: transparent;
  color: #fba933;
}
.button.big.light:hover,
.button.big.light:active,
.button.big.light:focus {
  background-color: #fba933;
  color: #ffffff;
}
.button.orange {
    background-color: #f7756b;
    border-color: #f7756b;
}
.button.orange:hover {
    border-color: #fb8e85;
    background-color: #fb8e85;
}
.button.blue {
  background-color: #3cb0e0;
  border-color: #3cb0e0;
}
.button.blue:hover,
.button.blue:active,
.button.blue:focus {
  background-color: #ffffff;
  color: #3cb0e0;
}
.button.left,
.button.right {
  position: relative;
  width: 71px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  background: url(../images/arrows.png) no-repeat 42px 8px;
  -webkit-transition: background-position 0.4s ease;
  -moz-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
}
.button.left:hover,
.button.right:hover,
.button.left:active,
.button.right:active,
.button.left:focus,
.button.right:focus {
  background-color: transparent;
  background-position: 22px 8px;
}
.button.right {
  background-position: 42px -34px;
}
.button.right:hover,
.button.right:active,
.button.right:focus {
  background-position: 62px -34px;
}
.flag {
  display: inline-block;
  width: 51px;
  height: 60px;
  background: url(../images/flags.png) no-repeat 0 0;
}
.flag.orange {
  background-position: 0 -60px;
}
/*
 * Swiper 2.6.1
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: May 6, 2014
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
.page {
  max-width: 1024px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #ffffff;*/
}
.inner {
  padding: 20px 35px;
}
@media only screen and (max-width: 1060px) {
  .inner {
    /*padding: 20px 12%;*/
  }
  .innernav {
   width: initial; 
  margin: auto;
}
}
@media only screen and (max-width: 800px) {
  .inner {
    /*padding: 20px 10%;*/
  }
}
@media only screen and (max-width: 680px) {
  .inner {
    padding: 20px 5%;
  }
}
.panel {
  width: 100%;
  text-align: center;
}
.whitebg {
      background-color: white;
}
.panel.main-header {
    background-color: #2f2e45;
      height: 94px;
  background-image: url("../images/header_bg.png");
}
.panel.back-blue {
  background-color: #223549;
}
.panel .three-grid,
.panel .full-width {
  overflow: hidden;
  min-height: 100px;
}
.panel .three-grid .box-1,
.panel .full-width .box-1,
.panel .three-grid .box-3,
.panel .full-width .box-3 {
  float: left;
  width: 38.5%;
  font-size: 12px;
  text-align: left;
  line-height: 1.6em;
}
.panel .three-grid .box-1,
.panel .full-width .box-1 {
  text-align: right;
}
.panel .three-grid .box-2,
.panel .full-width .box-2 {
  float: left;
  width: 23%;
}
.panel .three-grid .box-2 .flag,
.panel .full-width .box-2 .flag {
  margin-top: 17px;
}
.panel .four-grid {
  overflow: hidden;
}
@media only screen and (max-width: 1160px) {
  .panel .four-grid {
    margin-top: -30px;
  }
}
.panel .four-grid .box {
  float: left;
  width: 25%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1160px) {
  .panel .four-grid .box {
    width: 50%;
    margin-bottom: 40px;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 1060px) {
  .panel .four-grid .box {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 850px) {
  .panel .four-grid .box {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .panel .four-grid .box {
    float: none;
    width: 70%;
    margin: auto;
    margin-bottom: 60px;
  }
}
.panel .four-grid .box .icon {
  display: inline-block;
  width: 30px;
  height: 35px;
  background: url(../images/features-icons.png) no-repeat 0 0;
}
.panel .four-grid .box .icon.window {
  background-position: 0 8px;
}
.panel .four-grid .box .icon.document {
  background-position: 0 -30px;
}
.panel .four-grid .box .icon.time {
  background-position: 0 -70px;
}
.panel .four-grid .box .icon.check {
  background-position: 0 -109px;
}
.panel .four-grid .box h2 {
  margin-top: 30px;
  font-size: 1.1em;
  line-height: 1.7em;
  font-weight: normal;
}
.process .three-grid-responsive {
  display: none;
  margin-top: 40px;
    margin-bottom: 60px;
}
.process .three-grid-responsive img {
  width: 40%;
  margin: auto;
  margin-bottom: 30px;
}
.process .three-grid-responsive h3 {
  margin: 0 10%;
}
@media only screen and (max-width: 560px) {
  .process .three-grid {
    display: none;
  }
  .process .three-grid-responsive {
    display: block;
  }
}
.main-header {
    /*min-height: 100px;*/
}
@media only screen and (max-width: 1131px) {
  .main-header {
    
  }
}
@media only screen and (max-width: 702px) {
  .main-header {
    /*min-height: 600px;*/
  }
}
@media only screen and (max-width: 510px) {
  .main-header {
    /*min-height: 600px;*/
  }
}
.main-header .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.main-header header {
  height: 60px;
  position: relative;
  padding-top: 32px;
}
.main-header header .logo {
  float: left;
  width: 109px;
  height: 33px;
  /*margin-top: 7px;*/
  position: relative;
  left: 2px;
  z-index: 110;
}
.main-header header .logo a {
   /* margin-left: 16px; */
  display: block;
  float: left;
  font-size: 36px;
  font-weight: bold;
  /* margin-top: 23px; */
  text-decoration: none;
  /* width: 112px; */
  white-space: nowrap;
  color: white;
}
.main-header header nav {
  display: inline-block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  height: 15px;
    padding-top: 10px;
}
.main-header header nav .bigmac {
  display: none;
  width: 60px;
  height: 40px;
  padding: 0;
  background: url(../images/menu-icon.png) no-repeat center center;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 110;
}
@media only screen and (max-width: 670px) {
  .main-header header nav .bigmac {
    display: block;
  }
}
.main-header header nav ul {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: right;
}
@media only screen and (max-width: 670px) {
  .main-header header nav ul {
    display: none;
    width: 111%;
    height: auto;
    position: absolute;
    left: -6%;
    top: -32px;
    padding-top: 100px;
    z-index: 100;
    background: #122b45;
    border-bottom: 1px solid #223549;
    -webkit-box-shadow: 1px 0 55px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 0 55px 2px rgba(0, 0, 0, 0.8);
  }
  .main-header header nav ul li {
    float: none;
    display: block;
    margin-left: 0;
    border-top: 1px solid #223549;
    text-align: center;
  }
  .main-header header nav ul li a {
    width: 100%;
    padding: 26px 0 23px;
    margin: 0;
  }
  .main-header header nav ul li a:after,
  .main-header header nav ul li a:after:hover,
  .main-header header nav ul li a:after:active,
  .main-header header nav ul li a:after:focus {
    display: none !important;
    position: relative;
    top: -9999px;
    overflow: hidden;
  }
}
.rightside em {
      color: #f77268;
    font-weight: bold;
}
.main-header header nav li {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin-left: 30px;
    padding-top: 9px;
}
li.active {
    padding-top: 0px!important;
}
.main-header header nav li a {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  /*padding: 5px 0;*/
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  outline: none;
  color: #9e9db4;
  letter-spacing: 0.02em;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  /*padding: 10px 19px 10px 19px;*/
}
nav li.active a {
  background: #29293f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #29293f 0%, #2e2e44 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29293f), color-stop(100%, #2e2e44));
  background: -webkit-linear-gradient(top, #29293f 0%, #2e2e44 100%);
  background: -o-linear-gradient(top, #29293f 0%, #2e2e44 100%);
  background: -ms-linear-gradient(top, #29293f 0%, #2e2e44 100%);
  background: linear-gradient(to bottom, #29293f 0%, #2e2e44 100%);
  -webkit-border-radius: 17px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 17px;
  -moz-background-clip: padding;
  border-radius: 17px;
  background-clip: padding-box;
  color: #f77268!Important;
  -webkit-box-shadow: inset 0px 1px 2px #1d1d2f, 0px 1px 1px #3b3951;
  -moz-box-shadow: inset 0px 1px 2px #1d1d2f, 0px 1px 1px #3b3951;
  -o-box-shadow: inset 0px 1px 2px #1d1d2f, 0px 1px 1px #3b3951;
  -ms-box-shadow: inset 0px 1px 2px #1d1d2f, 0px 1px 1px #3b3951;
  box-shadow: inset 0px 1px 2px #1d1d2f, 0px 1px 1px #3b3951;
  padding: 10px 19px 10px 19px;
}
.main-header header nav li a:hover {
    border: none;
}
.main-header header nav li a:after {
  /*position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);*/
}
.main-header header nav li a:hover:after,
.main-header header nav li a:active:after,
.main-header header nav li a:focus:after {
  height: 2px;
  opacity: .8;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.main-header header nav li.active a:after {
  height: 2px;
  opacity: .8;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.main-header h1 {
  margin: 60px 0 61px 0;
  font-size: 2.65em;
  font-weight: normal;
  line-height: 1.4em;
}
@media only screen and (max-width: 1000px) {
  .main-header h1 {
    margin: 60px 0 31px 0;
    margin-left: 12%;
    margin-right: 12%;
  }
}
@media only screen and (max-width: 510px) {
  .main-header h1 {
    margin: 65px 10% 50px 10%;
    font-size: 1.8em;
  }
}
.main-header h1 span {
  position: relative;
  top: -8px;
  margin-left: 10px;
  font-size: 22px;
  color: #3cb0e0;
}
.subpage .main-header {
  /*min-height: 757px;*/
}
@media only screen and (max-width: 1280px) {
  .subpage .main-header h1 {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 1000px) {
  .subpage .main-header h1 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 800px) {
  .subpage .main-header h1 {
    margin-top: 80px;
  }
}
.subpage .main-header .scroll-down {
  margin-top: -50px;
}
@media only screen and (max-width: 800px) {
  .subpage .main-header .scroll-down {
    position: relative;
    top: -30px;
  }
}
.main-header.small,
.main-header.with-shape {
  position: relative;
  z-index: 0;
  min-height: 359px;
  overflow: hidden;
}
@media only screen and (max-width: 1160px) {
  .main-header.small,
  .main-header.with-shape {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .main-header.small,
  .main-header.with-shape {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .main-header.small,
  .main-header.with-shape {
    padding-bottom: 0px;
  }
}
.main-header.small h1,
.main-header.with-shape h1 {
  margin-top: 22px;
}
@media only screen and (max-width: 900px) {
  .main-header.small h1,
  .main-header.with-shape h1 {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 770px) {
  .main-header.small h1,
  .main-header.with-shape h1 {
    margin-top: 45px;
  }
}
.main-header.small .scroll-down,
.main-header.with-shape .scroll-down {
  display: none;
}
.main-header.small:before,
.main-header.with-shape:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 180%;
  right: 0;
  top: 368px;
  z-index: -1;
  background: #ffffff;
  -webkit-transform: rotate(13.19deg);
  -ms-transform: rotate(13.19deg);
  transform: rotate(13.19deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.main-header.with-shape {
  min-height: 630px;
}
@media only screen and (max-width: 740px) {
  .main-header.with-shape {
    min-height: 515px;
  }
}
@media only screen and (max-width: 640px) {
  .main-header.with-shape {
    min-height: 425px;
  }
}
.main-header.with-shape h1 {
  margin-top: 151px;
}
@media only screen and (max-width: 740px) {
  .main-header.with-shape h1 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .main-header.with-shape h1 {
    margin-top: 70px;
    font-size: 2em;
  }
}
@media only screen and (max-width: 560px) {
  .main-header.with-shape h1 {
    margin-top: 50px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 500px) {
  .main-header.with-shape h1 {
    margin-top: 50px;
    padding: 0 10px;
  }
}
.main-header.with-shape .scroll-down {
  display: inline-block;
  top: -30px !important;
}
@media only screen and (max-width: 500px) {
  .main-header.with-shape .scroll-down {
    top: -10px !important;
  }
}
.main-header.with-shape:before {
  top: 107px;
}
@media only screen and (max-width: 740px) {
  .main-header.with-shape:before {
    top: 530px;
  }
}
@media only screen and (max-width: 640px) {
  .main-header.with-shape:before {
    top: 433px;
  }
}
@media only screen and (max-width: 510px) {
  .main-header.small {
    /*min-height: 257px;*/
  }
  .main-header.small h1 {
    /*margin-top: 12px;*/
  }
  .main-header.small:before {
    /*top: 255px;*/
  }
}
@media only screen and (max-width: 445px) {
  .main-header.small h1 {
    /*margin-top: 24px;*/
  }
}
@media only screen and (max-width: 400px) {
  .main-header.small {
    min-height: 159px;
  }
}
.information {
  /*height: 665px;*/
  background: white;
    color: black;
  /*top: -377px;*/
  display: block;
  /*margin-top: -50px;*/
  padding: 10px 0 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  .information {
    /*height: 630px;*/
  }
}
@media only screen and (max-width: 1000px) {
  .information {
    /*height: 600px;*/
  }
}
@media only screen and (max-width: 900px) {
  .information {
    /*height: 550px;*/
  }
}
@media only screen and (max-width: 600px) {
  .information {
    /*height: 500px;*/
  }
}
.information .inner {
  /*padding: 16.6% 0;*/
}
@media only screen and (max-width: 1100px) {
  .information .inner {
    /*padding: 17.4% 0;*/
  }
}
@media only screen and (max-width: 1020px) {
  .information .inner {
    /*padding: 18% 0;*/
  }
}
@media only screen and (max-width: 820px) {
  .information .inner {
    /*padding: 19.5% 0;*/
  }
}
@media only screen and (max-width: 730px) {
  .information .inner {
    /*padding: 21% 0;*/
  }
}
@media only screen and (max-width: 620px) {
  .information .inner {
    /*padding: 22.5% 0;*/
  }
}

.information.orange,
.information.dark-blue {
  /*top: -18px;
  height: 622px;*/
  -webkit-box-shadow: 0 0 4px #3d3c54;
  -moz-box-shadow: 0 0 4px #3d3c54;
  box-shadow: 0 0 4px #3d3c54;
  border-width: 1px;
  border-style: solid;
  border-color: #7f7f8d #c8c8ce #aeaeb7 #c8c8ce;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.information.orange .inner,
.information.dark-blue .inner {
  /*padding: 15.65% 0;*/
}
.information.orange:before,
.information.dark-blue:before {
  right: 0;
  width: 200%;
  background: #fba933;
  /*-webkit-transform: rotate(-13.19deg);
  -ms-transform: rotate(-13.19deg);
  transform: rotate(-13.19deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;*/
}
.information.orange:after,
.information.dark-blue:after {
  /*top: 639px;*/
  width: 200%;
  background: #223549;
  /*-webkit-transform: rotate(13.19deg);
  -ms-transform: rotate(13.19deg);
  transform: rotate(13.19deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;*/
}
@media only screen and (max-width: 420px) {
  .information.orange {
    /*height: 560px;*/
  }
  .information.orange:after {
    /*top: 520px;*/
  }
  
}
.information.dark-blue:before {
  background: #223549;
}
.information.dark-blue:after {
  background: #ffffff;
}
@media only screen and (max-width: 1280px) {
  .information.orange .inner {
    /*padding: 17% 0;*/
  }
}
@media only screen and (max-width: 1150px) {
  .information.orange .inner {
    /*padding: 20% 0;*/
  }
}
@media only screen and (max-width: 970px) {
  .information.orange .inner {
    /*padding: 23% 0;*/
  }
}
@media only screen and (max-width: 800px) {
  .information.orange .inner {
    /*padding: 26% 0;*/
  }
}
@media only screen and (max-width: 740px) {
  .information.orange .inner {
    /*padding: 30% 0;*/
  }
}
@media only screen and (max-width: 650px) {
  .information.orange .inner {
    /*padding: 32% 0;*/
  }
}
@media only screen and (max-width: 480px) {
  .information.orange .inner {
    /*padding: 36% 0;*/
  }
}
@media only screen and (max-width: 420px) {
  .information.orange .inner {
    /*padding: 30% 0;*/
  }
}
.information.counter {
  position: relative;
  /*top: -47px;*/
  z-index: 0;
  height: 506px;
  padding-bottom: 0;
}
@media only screen and (max-width: 420px) {
  .information.counter {
    height: 379px;
  }
}
.information.counter .inner {
  padding: 63px 0;
  height: 510px;
}
@media only screen and (max-width: 1100px) {
  .information.counter .inner {
    padding: 8% 0;
  }
}
@media only screen and (max-width: 1020px) {
  .information.counter .inner {
    padding: 12% 0;
  }
}
@media only screen and (max-width: 820px) {
  .information.counter .inner {
    padding: 17% 0;
  }
}
@media only screen and (max-width: 640px) {
  .information.counter .inner {
    padding: 19.5% 0;
  }
}
@media only screen and (max-width: 560px) {
  .information.counter .inner {
    padding: 24% 0;
  }
}
@media only screen and (max-width: 520px) {
  .information.counter .inner {
    padding: 28% 0;
  }
}
@media only screen and (max-width: 450px) {
  .information.counter .inner {
    padding: 34% 0;
  }
}
@media only screen and (max-width: 420px) {
  .information.counter .inner {
    padding-top: 1.2em;
  }
}
.information.counter:before {
  display: none;
}
.information.counter:after {
  top: 685px;
  width: 180%;
  background: #ffffff;
  -webkit-transform: rotate(13.19deg);
  -ms-transform: rotate(13.19deg);
  transform: rotate(13.19deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
@media only screen and (max-width: 420px) {
  .information.counter:after {
    top: 450px;
  }
}
.information.orange .three-grid .box-1 {
  width: 30%;
  font-weight: normal;
}
.information.orange .three-grid .box-3 {
  width: 70%;
  font-weight: normal;
}
.information.orange .three-grid .box-1 h2,
.information.orange .three-grid .box-3 h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  margin: 14px 0 0 0;
}
@media only screen and (max-width: 1128px) {
  .information.orange .three-grid .box-1 {
    width: 100%;
      padding-bottom: 20px;
  }
  .information.orange .three-grid .box-3 {
      clear: both;
      width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .information.orange .three-grid .box-1 {
    width: 100%;
      padding-bottom: 20px;
  }
  .information.orange .three-grid .box-3 {
      clear: both;
      width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .information.orange .three-grid .box-1 {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
     
  }

  .information.orange .three-grid .box-3 {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
     padding-top: 20px;
  }
  .information.orange .three-grid .box-1 h2,
  .information.orange .three-grid .box-3 h2 {
    font-size: 1.3em;
  }
  .information.orange .three-grid .box-1 .br,
  .information.orange .three-grid .box-3 .br {
    display: inline-block;
  }
}
.information.orange .three-grid .box-2 {
  width: 15%;
}
.information.orange .three-grid .box-2 .flag {
  margin-top: 30px;
}
@media only screen and (max-width: 950px) {
  .information.orange .three-grid .box-2 {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  .information.orange .three-grid .box-2 {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .information.l-blue .inner {
    /*padding: 14.5% 0;*/
  }
  .information.l-blue .flag {
    display: none;
  }
  .information.l-blue .box-1,
  .information.l-blue .box-3 {
    width: 60%;
    float: none;
    margin: auto;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 510px) {
  .information.l-blue {
    /*height: 470px;*/
  }
}
@media only screen and (max-width: 500px) {
  .information.l-blue .inner {
    /*padding: 15.5% 0;*/
  }
}
@media only screen and (max-width: 400px) {
  .information.l-blue {
    /*height: 440px;*/
  }
}
.information .full-width {
  /*width: 622px;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.information .full-width blockquote {
  font-size: 2.1em;
  line-height: 1.25em;
  text-align: left;
  background: url(../images/blockquote.png) no-repeat left 23px;
  padding-left: 70px;
}
.information .full-width blockquote .author {
  display: block;
  color: #83d7f1;
  font-size: 0.5em;
  position: absolute;
}
@media only screen and (max-width: 590px) {
  .information.citate .full-width {
    width: 100%;
  }
  .information.citate .full-width blockquote {
    padding-left: 40px;
    background-position: left top;
  }
}
@media only screen and (max-width: 470px) {
  .information.citate .full-width blockquote {
    font-size: 1.5em;
  }
  .information.citate .full-width blockquote .author {
    font-size: .7em;
    font-family: "AvenirNextLTPro-Bold", Arial, sans-serif;
  }
}
.information.citate .inner {
  /*padding: 15.6% 0 15.2% 0;*/
}
@media only screen and (max-width: 590px) {
  .information.citate .inner {
    padding: 19% 0 0 0;
  }
}
@media only screen and (max-width: 590px) {
  .information.citate .inner {
    padding: 25% 0 0 0;
  }
}
@media only screen and (max-width: 420px) {
  .information.citate .inner {
    padding: 27% 0 0 0;
  }
}
.information.contacts {
  height: 322px;
}
@media only screen and (max-width: 1000px) {
  .information.contacts {
    height: 560px;
  }
}
@media only screen and (max-width: 700px) {
  .information.contacts {
    height: 535px;
  }
}
@media only screen and (max-width: 470px) {
  .information.contacts {
    height: 490px;
  }
}
@media only screen and (max-width: 420px) {
  .information.contacts {
    height: 445px;
  }
}

.information.contacts .inner {
  /*padding: 12.7% 0 13.15% 0;*/
}
.subpage .information {
  /*top: -380px;*/
}
.subpage .information.ww-big {
  /*height: 720px;
  top: 33px;*/
}
.subpage .information.ww-big .inner {
  /*padding: 18.1% 0 18% 0;*/
}
@media only screen and (max-width: 1280px) {
  .subpage .information.ww-big .inner {
    /*padding: 20% 0;*/
  }
}
@media only screen and (max-width: 1150px) {
  .subpage .information.ww-big .inner {
    /*padding: 23% 0;*/
  }
}
@media only screen and (max-width: 970px) {
  .subpage .information.ww-big .inner {
    /*padding: 26% 0;*/
  }
}
@media only screen and (max-width: 970px) {
  .subpage .information.ww-big .inner {
    /*padding: 28% 11%;*/
  }
}
@media only screen and (max-width: 800px) {
  .subpage .information.ww-big .inner {
    /*padding: 29% 6%;*/
  }
}
@media only screen and (max-width: 740px) {
  .subpage .information.ww-big .inner {
    /*padding: 34% 2%;*/
  }
}
.subpage .information.ww-big .three-grid h2 {
  font-size: 1.5em;
}
.subpage .information.ww-big .three-grid p {
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 1.35em 0 1.1em 0;
  font-family: "AvenirNextLTPro-Bold", Arial, sans-serif;
}
.subpage .information.ww-big .three-grid .flag {
  margin-top: 50px;
}
.subpage .information.ww-big:after {
  top: 739px;
  background: #ffffff;
}
.subpage .information.dark-blue {
  /*top: -85px;*/
  z-index: 0;
  /*height: 760px;*/
}
@media only screen and (max-width: 860px) {
  .subpage .information.dark-blue {
    top: -60px;
  }
}
@media only screen and (max-width: 600px) {
  .subpage .information.dark-blue.test-code {
    /*height: 580px;*/
  }
}
@media only screen and (max-width: 460px) {
  .subpage .information.dark-blue.test-code {
    /*height: 560px;*/
  }
}
@media only screen and (max-width: 400px) {
  .subpage .information.dark-blue.test-code {
    /*height: 535px;*/
  }
}
@media only screen and (max-width: 340px) {
  .subpage .information.dark-blue.test-code {
    /*height: 520px;*/
  }
}
.subpage .information.dark-blue.test-code:after {
  top: 750px;
}
@media only screen and (max-width: 600px) {
  .subpage .information.dark-blue.test-code:after {
    top: 560px;
  }
}
@media only screen and (max-width: 460px) {
  .subpage .information.dark-blue.test-code:after {
    top: 540px;
  }
}
@media only screen and (max-width: 400px) {
  .subpage .information.dark-blue.test-code:after {
    top: 520px;
  }
}
@media only screen and (max-width: 340px) {
  .subpage .information.dark-blue.test-code:after {
    top: 510px;
  }
}
.subpage .information.dark-blue.test-code .inner {
  /*padding: 18.6% 0 19.2% 0;*/
}
@media only screen and (max-width: 1280px) {
  .subpage .information.dark-blue.test-code .inner {
    /*padding: 20% 0;*/
  }
}
@media only screen and (max-width: 1150px) {
  .subpage .information.dark-blue.test-code .inner {
    /*padding: 24% 0;*/
  }
}
@media only screen and (max-width: 970px) {
  .subpage .information.dark-blue.test-code .inner {
    /*padding: 28% 0;*/
  }
}
@media only screen and (max-width: 800px) {
  .subpage .information.dark-blue.test-code .inner {
    /*padding: 29% 0;*/
  }
}
@media only screen and (max-width: 740px) {
  .subpage .information.dark-blue.test-code .inner {
    /*padding: 33% 0;*/
  }
  .subpage .information.dark-blue.test-code .inner .full-width {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 680px) {
  .subpage .information.dark-blue.test-code .inner {
    /*padding: 38% 0;*/
  }
}
@media only screen and (max-width: 600px) {
  .subpage .information.dark-blue.test-code .inner {
    /*padding: 24% 0;*/
  }
}
@media only screen and (max-width: 460px) {
  .subpage .information.dark-blue.test-code .inner {
    /*padding: 26% 0;*/
  }
}
.subpage .information.dark-blue.test-code h2 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.subpage .information.dark-blue.test-code .code {
  display: block;
  margin: 35px 0 30px 0;
  font-size: 1.1em;
  color: #fba933;
  font-family: "AvenirNextLTPro-Bold", Arial, sans-serif;
  letter-spacing: 0.07em;
}
.subpage .information.dark-blue.test-code p {
  padding: 0 5%;
  line-height: 1.7em;
  font-size: 1.1em;
  color: #596f86;
}
.contacts .full-width {
  text-align: left;
  width: 185px;
  padding-left: 20px;
}
.contacts address {
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.7em;
}
.contacts address .name {
  font-size: 1.3em;
  margin-bottom: 1.5em;
}
.contacts address .phone {
  margin-top: 1.6em;
}
.contacts address .phone a {
  color: #ffffff;
  font-family: "AvenirNextLTPro-Bold", Arial, sans-serif;
}
.process {
  /*margin-top: -480px;*/
  /*padding: 10px 0 16px;*/
  color: #122b45;
}
@media only screen and (max-width: 400px) {
  .process {
    /*margin-top: -430px;*/
  }
  .process .inner {
    padding-top: 0;
  }
}
.process h2 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.process .three-grid {
  max-width: 900px;
  margin: 0 auto;
     min-height: 200px;
  position: relative;
  /*margin-top: 55px;*/
}
@media only screen and (max-width: 1150px) {
  .process .three-grid {
        height: 186px;
  }
}
@media only screen and (max-width: 950px) {
  .process .three-grid {
      height: 250px;
  }
}
@media only screen and (max-width: 800px) {
  .process .three-grid {
     height: 250px;
  }
}
@media only screen and (max-width: 720px) {
  .process .three-grid {
      height: 250px;
  }
}
.process .three-grid img {
  /*width: 100%;*/
    width: 160px;
}
.process .three-grid .box-1,
.process .three-grid .box-2,
.process .three-grid .box-3 {
  float: none;
  position: absolute;
  top: 0;
  font-family: arial, "Helvetica Neue CE", HelveticaNeue, helvetica, arial, sans-serif;
}
.process .three-grid .box-1,
.process .three-grid .box-3 {
  width: 28.9%;
  left: 10px;
  /*top: 11.5%;*/
    text-align: center;
}
.process .three-grid .box-2 {
  width: 43.4%;
  right: 50%;
  margin-right: -21.5%;
  top: 0;
  z-index: 2;
}
.process .three-grid .box-2 h3 {
  margin-top: 52px;
}
@media only screen and (max-width: 950px) {
  .process .three-grid .box-2 h3 {
    margin-top: 20px;
    padding: 0 15%;
  }
}
.process .three-grid .box-3 {
  left: auto;
  right: 10px;
}
.process .three-grid h3 {
  margin-top: 48px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.65em;
}
@media only screen and (max-width: 950px) {
  .process .three-grid h3 {
    margin-top: 20px;
  }
}
.statistics,
.test,
.contact-form,
.select-test {
  /*margin-top: -392px;*/
  padding: 0 0 55px;
  color: #122b45;
    padding-top: 20px;
    background-color: white;
}
.statistics .inner,
.test .inner,
.contact-form .inner,
.select-test .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.statistics table,
.test table,
.contact-form table,
.select-test table {
  position: relative;
  width: 100%;
}
.statistics table:after,
.test table:after,
.contact-form table:after,
.select-test table:after {
  display: block;
  content: "";
  background: #ffffff;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -5px;
}
.statistics table tr,
.test table tr,
.contact-form table tr,
.select-test table tr {
  border-top: 1px solid #f2f5f9;
}
.statistics table tr.promoted,
.test table tr.promoted,
.contact-form table tr.promoted,
.select-test table tr.promoted,
.statistics table tr.headline,
.test table tr.headline,
.contact-form table tr.headline,
.select-test table tr.headline {
  border: 0;
}
.statistics table tr.promoted td,
.test table tr.promoted td,
.contact-form table tr.promoted td,
.select-test table tr.promoted td {
  width: 100%;
  padding: 0 0 20px 0;
  border: 0;
}
.statistics table tr.promoted td span,
.test table tr.promoted td span,
.contact-form table tr.promoted td span,
.select-test table tr.promoted td span {
  font-size: 2.6em;
}
.statistics table td,
.test table td,
.contact-form table td,
.select-test table td {
  float: left;
  width: 16.265%;
  padding: 3% 1.868% 4%;
  border-bottom: 1px solid #f2f5f9;
}
.statistics table td h3,
.test table td h3,
.contact-form table td h3,
.select-test table td h3 {
  min-height: 40px;
  margin-bottom: 14px;
  font-size: 1.3em;
  font-weight: normal;
}
.statistics table td h3 small,
.test table td h3 small,
.contact-form table td h3 small,
.select-test table td h3 small {
  position: relative;
  top: -0.5em;
}
.statistics table td span,
.test table td span,
.contact-form table td span,
.select-test table td span {
  font-size: 1.6em;
  color: #3cb0e0;
}

table.about-table-famous td{border-bottom: 0px solid #f2f5f9;}

@media only screen and (max-width: 900px) {
  .statistics {
    padding-bottom: 0;
  }
}
.statistics .inner {
  padding-left: 18.79%;
  padding-right: 18.79%;
}
@media only screen and (max-width: 1280px) {
  .statistics .inner {
    padding-left: 12.79%;
    padding-right: 12.79%;
  }
}
@media only screen and (max-width: 1050px) {
  .statistics .inner td {
    width: 21.24%;
  }
}
@media only screen and (max-width: 820px) {
  .statistics .inner td {
    width: 29.56%;
    padding-bottom: 6.5%;
  }
}
@media only screen and (max-width: 650px) {
  .statistics .inner {
    padding-left: 10.79%;
    padding-right: 10.79%;
  }
  .statistics .inner td {
    width: 45.56%;
    padding-top: 5%;
    padding-bottom: 6%;
  }
}
@media only screen and (max-width: 500px) {
  .statistics .inner {
    padding-left: 5.79%;
    padding-right: 5.79%;
  }
  .statistics .inner td {
    padding-top: 9%;
    padding-bottom: 12%;
  }
}
.statistics.ie-7-support {
  display: none;
}
.test {
  margin-top: 0;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .test {
    padding-bottom: 0;
  }
}
.test .inner {
  padding-top: 42px;
  /*padding-left: 14%;*/
  /*padding-right: 14%;*/
}
@media only screen and (max-width: 1280px) {
  .test .inner {
    /*padding-left: 11%;
    padding-right: 11%;*/
  }
}
.test .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  left: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f2f5f9;
}
.test .pagination {
  width: 610px;
  position: absolute;
  margin-bottom: 40px;
  /* top: -58px; */
  left: 20%;
}
.test .pagination ul {
  padding: 0;
  margin: 0;
}
.test .pagination .mobile {
  width: auto;
  min-width: 300px;
  display: none;
  margin: auto;
}
.test .pagination li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 7.14285714%;
}
.test .pagination li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 1.7em;
  color: #122b45;
}
.test .pagination li a:after {
  display: none;
  content: "";
  width: 100%;
  height: 3px;
  margin-top: 22px;
  background-color: #122b45;
}
.test .pagination li a:hover:after {
  display: block;
}
.test .pagination li.active a {
  color: #fba933;
}
.test .pagination li.active a:after {
  display: block;
  background-color: #fba933;
}
.test .pagination li.disable a {
  color: #ced8e1;
  cursor: default;
}
.test .pagination li.disable a:after {
  background-color: #ced8e1;
}
.test .pagination li.disable a:hover:after {
  display: none;
}
@media only screen and (max-width: 670px) {
  .test .pagination {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .test .pagination li {
    width: 14.28571428571429%;
  }
  .test .pagination .normal {
    display: none;
  }
  .test .pagination .mobile {
    display: inline-block;
  }
}
.test .pagination .remove {
  display: none;
}
.test .ie8-line {
  display: none;
}
.test .questions {
  overflow: hidden;
  margin-bottom: 40px;
    margin-top: 60px;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .test .questions {
    margin-bottom: 0;
  }
}
.test .questions .leftside {
  width: 47%;
  float: left;
}
@media only screen and (max-width: 1120px) {
  .test .questions .leftside {
    width: 379px;
  }
}
.test .questions .rightside {
  width: 53%;
  float: right;
  position: relative;
  left: 55px;
}
.test .questions .rightside .swiper-container {
  display: none;
  width: 100%;
  /*height: 120px;*/
}
.test .questions .rightside .swiper-container a {
  display: block;
  width: 150px;
}
.test .questions .rightside .swiper-container:after {
  display: block;
  content: "";
  width: 63px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: inset -110px 0 55px -60px #ffffff;
}
@media only screen and (max-width: 1120px) {
  .test .questions .rightside {
    /*width: 280px;*/
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .test .questions .rightside {
    float: none;
    width: 100%;
    text-align: center;
    /*margin-top: 60px;*/
  }
  .test .questions .rightside .respons {
    display: none;
  }
  .test .questions .rightside .swiper-container {
    display: block;
  }
}
@media only screen and (max-width: 888px) {
  .test .questions .leftside,
  .test .questions .rightside {
    width: 45%;
    font-size: 88%;
  }
  .test .questions .leftside p,
  .test .questions .rightside p {
    min-height: 40px;
  }
  .test .questions .leftside {
    width: 49%;
  }
  .test .questions .leftside img {
    width: 100%;
  }
  .test .questions .rightside {
    backgroud: red;
  }
  .test .questions .rightside li {
    width: 40%;
    height: auto;
  }
  .test .questions .rightside li img {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .test .questions .leftside,
  .test .questions .rightside {
    width: 100%;
  }
  .test .questions .leftside {
    margin-bottom: 30px;
  }
  .test .questions .leftside img {
    width: 100%;
  }
}
.test .questions p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-bottom: 1.4em;
    font-weight: bold;
}
.test .questions .classic ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.test .questions ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-top: -4px;
}
.test .questions ul li {
  float: left;
  list-style: none;
  width: 126px;
  height: 98px;
  margin-right: 1em;
  margin-bottom: 1em;
}
#contentContainer_pnlIQNumeric .respons img {
border: 1px solid black;
}
#contentContainer_pnlIQNumeric .respons img:hover {
 background-color: #d4df23;border: 1px solid black;
}
#contentContainer_pnlIQNumeric .swiper-container img {
border: 1px solid black;
}
.test .questions ul li a img {
  /*border: 4px solid transparent;*/
  
}
.test .questions ul li a:hover img,
.test .questions ul li a.active img {
  display: inline-block;
    background-color: #d4df23;border: 1px solid black;
}
.test .button {
  height: auto;
  padding: 15px 20px 12px 20px;
  text-transform: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
    font-size: 1.2em;
}
.test .button:hover,
.test .button:active,
.test .button:focus {
  /*color: #fba933;*/
}
.contact-form {
  padding-bottom: 96px;
}
@media only screen and (max-width: 1000px) {
  .contact-form {
    margin-top: -440px;
  }
}
@media only screen and (max-width: 900px) {
  .contact-form {
    padding-bottom: 0;
  }
}
.contact-form .inner {
  width: 374px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-top: 60px;
}
@media only screen and (max-width: 550px) {
  .contact-form .inner {
    width: 100%;
  }
}
.contact-form #contact fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.contact-form #contact label {
  display: block;
  visibility: hidden;
  height: 0;
  width: 0;
}
.contact-form #contact input[type=submit]
{
    width: 370px;
    height: auto;
    padding: 13px 0 10px;
    margin: 0;
    margin-top: -7px;
    border-color: #3cb0e0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.3em;
}
.contact-form #contact input,
.contact-form #contact textarea {
  width: 336px;
  height: 35px;
  padding: 0 15px;
  padding-top: 3px;
  border: 2px solid #ced8e1;
  margin-bottom: 20px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 3px;
}
.contact-form #contact input:focus,
.contact-form #contact textarea:focus {
  border-color: #3cb0e0;
}
.contact-form #contact textarea {
  height: 245px;
  padding: 15px;
  resize: none;
}
.contact-form #contact button {
  width: 370px;
  height: auto;
  padding: 13px 0 10px;
  margin: 0;
  margin-top: -7px;
  border-color: #3cb0e0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.3em;
}
@media only screen and (max-width: 550px) {
  .contact-form #contact input,
  .contact-form #contact textarea,
  .contact-form #contact button {
    width: 70%;
  }
  .contact-form #contact button {
    display: block;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.select-test {
  margin: 42px 0;
  padding-bottom: 0;
}
.summary {
  position: relative;
  color: #122b45;
  z-index: 10;
    background-color: white;
}
.summary .inner {
  padding-top: 0;
}
.summary h2 {
  /*position: absolute;
  top: -67px;*/
  z-index: 10;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1.4em;
    margin-top: 40px;
}
@media only screen and (max-width: 800px) {
  .summary h2 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 740px) {
  .summary h2 {
    position: relative;
    top: 0;
    text-align: center;
  }
}
.summary .two-grid {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 45px;
  text-align: left;
}
.summary .two-grid .leftside {
  width: 60%;
  float: left;
  padding-top: 15px;
  border-right: 1px solid #f2f5f9;
    padding-right: 20px;
}
.summary .two-grid .leftside fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
.summary .two-grid .leftside .box {
  overflow: hidden;
  padding: 0 0 28px 0;
  margin-bottom: 33px;
  border-bottom: 1px solid #f2f5f9;
}
.summary .two-grid .leftside .box.final-step {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.summary .two-grid .leftside label span {
    padding-left: 20px;
    width: 380px;
    float: right;
    line-height: 1.6em;
    margin-top: 10px;
}
.fb-like-button {
    margin-top: 40px;
    padding-left: 20px;
}
.summary .two-grid .leftside label,
.summary .two-grid .leftside .label {
  display: inline-block;
  margin-right: 25px;

  line-height: 4em;
}
.summary .two-grid .leftside .sms-format {
  display: inline-block;
  width: auto;
  padding: 14px 18px 10px 18px;
  margin-right: 20px;
  border: 1px solid #6db955;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #86ce71;
  font-size: 1.1em;
  color: #ffffff;
  font-family: "AvenirNextLTPro-Bold", Arial, sans-serif;
  letter-spacing: .1em;
  margin: 10px;
}
.summary .two-grid .leftside p {
  /*margin-top: 18px;
  margin-bottom: 5px;
  font-size: .9em;*/
}
.summary .two-grid .leftside label#sms {
  display: block;
  margin-top: 10px;
  line-height: 3em;
}
.summary .two-grid .leftside input {
  /*float: left;
  width: 47.5%;*/
  height: auto;
  padding: 15px 15px 12px 15px;
  border: 2px solid #ced8e1;
  margin-right: 10px;
  outline: none;
}
.summary .two-grid .leftside input:focus {
  border-color: #3cb0e0;
}
.summary .two-grid .leftside button, .summary .two-grid .leftside input[type=submit] {
  width: 32%;
  height: auto;
  padding: 14px 0 11px;
  margin: 0;
  border-color: #fba933;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.3em;
}
.summary .two-grid .leftside button:hover,
.summary .two-grid .leftside button:active,
.summary .two-grid .leftside button:focus,
.summary .two-grid .leftside input[type=submit]:hover, .summary .two-grid .leftside input[type=submit]:active, .summary .two-grid .leftside input[type=submit]:focus {
  background: #ffffff;
  color: #fba933;
}
.summary .two-grid .rightside {
 width: 32%;
  padding: 21px 0 0 0;
  float: right;
}

.message-box
{
    background-color: #fff;
    float: left;
    width: 100%;
    color: #eb3838;
    margin-bottom: 26px;
}

    .message-box .message-container
    {
        padding: 6px;
    }

.red
{
    font-weight: bold;
    color: #eb3838;
}

.sms-code-verification-loading
{
    padding: 10px;
}

.sms-code-verification-loading-text
{
    font-size: 18px;
    text-align: center;
}

.hidden
{
    display: none;
}

#waiting
{
    color: rgb(203, 203, 203);
    font-size: 50px;
    margin: auto;
    text-align: center;
    letter-spacing: -5px;
    margin: 0px 0;
    float: left;
    margin-left: 160px;
}

    #waiting .now
    {
        color: #404156;
    }

.summary .two-grid .leftside .PayPalLogo
{
    
    width: 144px;
    height: auto;
    padding: 15px 15px 12px;
    border: 0px solid #ced8e1;
    margin: 0 auto;
    outline: 0;
}


@media only screen and (max-width: 970px) {
  .summary .two-grid .rightside {
    width: 32%;
    padding-right: 0;
  }
}
.summary .two-grid .rightside h3 {
  margin-bottom: 30px;
  font-size: 1em;
  font-family: "AvenirNextLTPro-Bold", Arial, sans-serif;
  text-transform: uppercase;
}
.summary .two-grid .rightside ul li {
  text-align: right;
}
.summary .two-grid p {
  font-size: 1em;
  line-height: 1.45em;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 740px) {
  .summary .two-grid {
        padding: 0px!important;
  }
  .summary .two-grid .leftside,
  .summary .two-grid .rightside {
    float: none;
    
    
    margin-bottom: 60px;
  }
  .summary .two-grid .leftside {
    border-right: 0;
    margin-bottom: 30px;
  }
  .summary .two-grid .leftside label,
  .summary .two-grid .leftside .label {
    display: block;
    margin-right: 0;
  }
  .summary .two-grid .leftside .sms-format {
    margin-right: 0;
  }
  .summary .two-grid .leftside .box {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .summary .two-grid .leftside input,
  .summary .two-grid .leftside button {
    float: none;
    min-width: 200px;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .summary .two-grid .leftside button {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.counter h2 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
}
.counter .number {
  display: inline-block;
  position: relative;
  font-size: 2.58em;
  font-weight: bold;
  letter-spacing: 1em;
  padding: 34px 0 27px 16px;
  margin: 42px 0 43px 20px;
  background: url(../images/counter-bg-full.png) no-repeat 0 0;
}
@media only screen and (max-width: 650px) {
  #noTwo {
      display: none;
  }

  #noTwoI {
      display: block;
  }

  .sms_desc {
  padding-left: 0px!important;
  padding-top: 10px;
  float: left;
}
  .num {
      float: none !important;
  }
  .enterCode {
      width: auto !important;
  }
  .pay-box {
  border: 4px solid #c6c6c6;
  float: left;
   margin-left: 0px!Important;
      width: auto!Important;
}
  .summary .two-grid .leftside label {
  line-height: 2em!Important;
}

  span.costFormat {
  margin-right: 10px;
}
  #contentContainer_pnlPayment {
      padding-top: 20px;
  }

  .benefits_pmt {
      width: auto !Important;
  }
  .cert_pmt {
      float: none!important; 
   padding-top: 0px!important;
   width: auto!important; 
   text-align: center!important;
  }
}

@media only screen and (max-width: 420px) {
  .counter .number {
    font-size: 1.7em;
    padding-top: 17px;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 28px;
    background-size: 89.5% 80%;
  }
}
.counter .number:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background: #223549;
}
.counter p {
  color: #596f86;
  font-size: 16px;
  line-height: 1.5em;
}
@media only screen and (max-width: 420px) {
  .counter p {
    margin: 0 10%;
  }
}
.main-footer {
  /*margin-top: -47px;*/
  color: #AFB7C0;
}

.main-footer .inner {
  padding-top: 36px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 840px) {
  .main-footer .inner {
    padding: 36px 5% 18px 5%;
  }
}
.main-footer h2 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.main-footer .facebook {
  width: 300px;
  height: 265px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 182px;*/
  overflow: hidden;
}
.main-footer .facebook * {
  width: 100%;
}
@media only screen and (max-width: 420px) {
  .main-footer .facebook {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 70px;
  }
}
.main-footer .button.big {
  margin-bottom: 184px;
}
@media only screen and (max-width: 720px) {
  .main-footer .button.big {
    margin-bottom: 80px;
  }
}
.main-footer footer {
  overflow: hidden;
}
.main-footer footer .copyright {
      position: absolute;
        color: #868693;
  float: left;
  width: 40%;
  padding-left: 10px;
  text-align: left;
}
@media only screen and (max-width: 720px) {
  .main-footer footer .copyright {
      display: none;
  }


}
.main-footer footer nav {
  text-align: right;
}
@media only screen and (max-width: 720px) {
  .main-footer footer nav {
      float: left;
  }
}
.main-footer footer nav ul {
  padding: 0;
  margin: 0;
}
.main-footer footer nav li {
  display: inline-block;
  list-style: none;
  margin: 1em 0;
  margin-left: 26px;
}
.main-footer footer nav li a {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  outline: none;
  color: #868693;
  letter-spacing: 0.02em;
}
.main-footer footer nav li a:hover,
.main-footer footer nav li a:active {
  color: #868693;
}
.main-footer footer nav li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #868693;
  content: '';
  opacity: 0;
  /*-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);*/
}
.main-footer footer nav li a:hover:after,
.main-footer footer nav li a:active:after,
.main-footer footer nav li a:focus:after {
  height: 2px;
  opacity: .8;
  /*-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);*/
}
.subpage .main-footer {
  /*padding-top: 100px;*/
}
.subpage .main-footer.small {
  padding-top: 0;
  margin-top: -87px;
}
.subpage .main-footer.w-fb {
  padding-top: 0px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  /*color: white;*/
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "\2190";
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "\2192";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  left: -2px;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0px 8px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border: 3px solid #bac1c8;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  width: 7px;
  height: 7px;
  background: #3cb0e0;
  border: 0;
  margin-top: 2px;
  margin-left: 2px;
}
.responsive-respons .slick-track {
  max-height: 98px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-list.draggable:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  box-shadow: inset -110px 0 55px -60px transparent;
}
.responsive-respons .slick-slide img {
  margin: auto;
}
@media only screen and (max-width: 900px) {
  .responsive-respons .slick-slide img {
    width: 90%;
  }

}


.helpers {
  display: inline-block;
  width: 90%;
  text-indent: -9999px;
  overflow: hidden;
}
@media only screen and (max-width: 490px) {
  .helpers.sec.slick-slide {
    display: none !important;
  }
}
.chrome .information.orange:after,
.chrome .information.dark-blue:after {
  width: 2565px;
}
@media only screen and (max-width: 420px) {
  .chrome .information.orange {
    /*height: 628px;*/
  }
}
.chrome .information.orange:after {
  top: 37px;
}
@media only screen and (max-width: 1020px) {
  .chrome .information.counter {
    /*height: 595px;*/
  }

}
@media only screen and (max-width: 800px) {
  .chrome .information.counter {
    /*height: 629px;*/
  }
}
@media only screen and (max-width: 420px) {
  .chrome .information.counter {
    height: 470px;
  }
}
.chrome .information.counter .inner {
  height: 121px;
}
@media only screen and (max-width: 1100px) {
  .chrome .information.counter .inner {
    padding: 5% 0;
  }
}
@media only screen and (max-width: 1020px) {
  .chrome .information.counter .inner {
    padding: 2% 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  .chrome .information.counter .inner {
    padding: 11% 0 !important;
  }
}
.chrome .information.counter:after {
  top: 184px;
}
@media only screen and (max-width: 800px) {
  .chrome .information.counter:after {
    top: 308px;
  }
}
.chrome .main-header.small:before,
.chrome .main-header.with-shape:before {
  width: 2306px;
}
.chrome .main-header.with-shape:before {
  top: 104px;
}
@media only screen and (max-width: 740px) {
  .chrome .main-header.with-shape:before {
    top: -75px;
  }
}
.chrome .main-header.small:before {
  top: -172px;
}
@media only screen and (max-width: 510px) {
  .chrome .main-header.small:before {
    top: 210px !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.chrome .information.dark-blue:after {
  margin-top: -329px;
}
.chrome .subpage .information.ww-big:after {
  top: 122px;
}
.chrome .information.dark-blue:before {
  width: 201%;
}
.chrome .subpage .information.dark-blue.test-code:after {
  top: 508px;
}
@media only screen and (max-width: 600px) {
  .chrome .subpage .information.dark-blue.test-code:after {
    top: 240px;
  }
}
@-moz-document url-prefix() {
  .information.orange:after,
  .information.dark-blue:after {
    width: 2565px;
  }
  @media only screen and (max-width: 420px) {
    .information.orange {
      height: 628px;
    }
  }
  .information.orange:after {
    top: 37px;
  }
  @media only screen and (max-width: 1020px) {
    .information.counter {
      height: 595px;
    }
  }
  @media only screen and (max-width: 800px) {
    .information.counter {
      height: 629px;
    }
  }
  @media only screen and (max-width: 420px) {
    .information.counter {
      height: 470px;
    }
  }
  .information.counter .inner {
    height: 121px;
  }
  @media only screen and (max-width: 1100px) {
    .information.counter .inner {
      padding: 5% 0;
    }
  }
  @media only screen and (max-width: 1020px) {
    .information.counter .inner {
      padding: 2% 0 !important;
    }
  }
  @media only screen and (max-width: 800px) {
    .information.counter .inner {
      padding: 11% 0 !important;
    }
  }
  .information.counter:after {
    top: 184px;
  }
  @media only screen and (max-width: 800px) {
    .information.counter:after {
      top: 308px;
    }
  }
  .main-header.small:before,
  .main-header.with-shape:before {
    width: 2306px;
  }
  .main-header.with-shape:before {
    top: 104px;
  }
  @media only screen and (max-width: 740px) {
    .main-header.with-shape:before {
      top: -75px;
    }
  }
  .main-header.small:before {
    top: -172px;
  }
  @media only screen and (max-width: 510px) {
    .main-header.small:before {
      top: 210px !important;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  .information.dark-blue:after {
    margin-top: -329px;
  }
  .subpage .information.ww-big:after {
    top: 122px;
  }
  .information.dark-blue:before {
    width: 201%;
  }
  .subpage .information.dark-blue.test-code:after {
    top: 508px;
  }
  @media only screen and (max-width: 600px) {
    .subpage .information.dark-blue.test-code:after {
      top: 240px;
    }
  }
}
html.ie11 .information.orange:after,
html.ie11 .information.dark-blue:after {
  width: 2565px;
}
@media only screen and (max-width: 420px) {
  html.ie11 .information.orange {
    /*height: 628px;*/
  }
}
html.ie11 .information.orange:after {
  top: 37px;
}
@media only screen and (max-width: 1020px) {
  html.ie11 .information.counter {
    height: 595px;
  }
}
@media only screen and (max-width: 800px) {
  html.ie11 .information.counter {
    height: 629px;
  }
}
@media only screen and (max-width: 420px) {
  html.ie11 .information.counter {
    height: 470px;
  }
}
html.ie11 .information.counter .inner {
  height: 121px;
}
@media only screen and (max-width: 1100px) {
  html.ie11 .information.counter .inner {
    padding: 5% 0;
  }
}
@media only screen and (max-width: 1020px) {
  html.ie11 .information.counter .inner {
    padding: 2% 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  html.ie11 .information.counter .inner {
    padding: 11% 0 !important;
  }
}
html.ie11 .information.counter:after {
  top: 184px;
}
@media only screen and (max-width: 800px) {
  html.ie11 .information.counter:after {
    top: 308px;
  }
}
html.ie11 .main-header.small:before,
html.ie11 .main-header.with-shape:before {
  width: 2306px;
}
html.ie11 .main-header.with-shape:before {
  top: 104px;
}
@media only screen and (max-width: 740px) {
  html.ie11 .main-header.with-shape:before {
    top: -75px;
  }
}
html.ie11 .main-header.small:before {
  top: -172px;
}
@media only screen and (max-width: 510px) {
  html.ie11 .main-header.small:before {
    top: 210px !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
html.ie11 .information.dark-blue:after {
  margin-top: -329px;
}
html.ie11 .subpage .information.ww-big:after {
  top: 122px;
}
html.ie11 .information.dark-blue:before {
  width: 201%;
}
html.ie11 .subpage .information.dark-blue.test-code:after {
  top: 508px;
}
@media only screen and (max-width: 600px) {
  html.ie11 .subpage .information.dark-blue.test-code:after {
    top: 240px;
  }
}
html.ie9 .orange.information:after,
html.ie9 .dark-blue.information:after {
  top: 39px;
  width: 2565px;
}
html.ie9 .counter.information:after {
  top: 184px;
}
@media only screen and (max-width: 1100px) {
  html.ie9 .information.counter .inner {
    padding: 5% 0;
  }
}
@media only screen and (max-width: 1020px) {
  html.ie9 .information.counter .inner {
    padding: 2% 0 !important;
  }
}
html.ie9 .contact-form #contact {
  text-align: left;
}
html.ie9 .contact-form #contact label {
  visibility: visible;
  height: auto;
  width: auto;
}
html.ie9 .main-header.small:before,
html.ie9 .main-header.with-shape:before {
  top: -171px;
  width: 2306px;
}
html.ie9 .main-header.with-shape:before {
  top: 107px;
}
html.ie9 .subpage .information.ww-big:after {
  top: 110px;
}
html.ie9 .subpage .information.ww-big .inner {
  padding: 18% 2%;
}
html.ie9 .subpage .information.test-code:after {
  top: 169px;
}
html.lt-ie9 .information {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
html.lt-ie9 .information .inner {
  padding: 11% 0;
}
html.lt-ie9 .information:before,
html.lt-ie9 .information:after {
  display: none;
}
html.lt-ie9 .information.l-blue {
  top: -330px;
  background: #3cb0e0;
}
html.lt-ie9 .information.orange {
  background: #fba933;
}
html.lt-ie9 .information.orange.ww-big {
  top: 0;
  height: auto;
}
html.lt-ie9 .information.orange.ww-big .inner {
  padding: 11% 0;
}
html.lt-ie9 .information.dark-blue {
  background: #223549;
}
html.lt-ie9 .information.dark-blue.test-code {
  top: 0;
  height: auto;
}
html.lt-ie9 .information.dark-blue.test-code .inner {
  padding: 11% 0;
}
html.lt-ie9 .panel.process {
  margin-top: -385px;
  padding-top: 100px;
}
html.lt-ie9 .panel.counter.back-blue {
  top: -20px;
}
html.lt-ie9 .panel.counter.back-blue .inner {
  height: auto;
}
html.lt-ie9 .panel.statistics {
  margin-top: -200px;
}
html.lt-ie9 .panel.contact-form {
  margin-top: -275px;
}
html.lt-ie9 .panel.contact-form #contact {
  text-align: left;
}
html.lt-ie9 .panel.contact-form #contact label {
  visibility: visible;
  height: auto;
  width: auto;
}
html.lt-ie9 .panel.test {
  position: relative;
}
html.lt-ie9 .panel.test .inner {
  padding-top: 28px;
}
html.lt-ie9 .panel.test .pagination {
  position: relative;
  top: 0;
  overflow: hidden;
}
html.lt-ie9 .panel.test .ie8-line {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 87px;
  left: 0;
  background: #f2f5f9;
  text-indent: -9999px;
  overflow: hidden;
}
html.lt-ie9 .panel.test .questions {
  margin-top: 60px;
}
html.lt-ie9 .panel.select-test {
  margin-top: 0;
  position: relative;
  top: 0;
}
html.lt-ie9 .panel.select-test .inner {
  padding: 11% 40px;
}
html.lt-ie9 .panel.summary .inner {
  padding-top: 50px;
}
html.lt-ie9 .panel.summary h2 {
  position: relative;
  top: 0;
  margin-bottom: 40px;
}
html.lt-ie9 .main-footer {
  margin-top: 0;
}
html.lt-ie9 .main-footer .inner {
  padding-top: 80px;
}
html.lt-ie9 .page.subpage .main-header {
  min-height: 825px;
}
html.lt-ie9 .page.subpage .main-header.small {
  min-height: 250px;
}
html.lt-ie9 .page.subpage .main-header.with-shape {
  min-height: 495px;
}
html.lt-ie9.lt-ie8 .main-header header nav ul,
html.lt-ie9.lt-ie8 .main-footer footer nav {
  width: auto;
  float: right;
}
html.lt-ie9.lt-ie8 .main-header header nav li,
html.lt-ie9.lt-ie8 .main-footer footer nav ul li {
  float: left;
}
html.lt-ie9.lt-ie8 .information.orange .button,
html.lt-ie9.lt-ie8 .scroll-down {
  display: block;
}
html.lt-ie9.lt-ie8 .main-header.small .scroll-down {
  display: none;
}
html.lt-ie9.lt-ie8 .counter .number {
  padding-right: 15px;
}
html.lt-ie9.lt-ie8 .statistics table {
  display: table;
}
html.lt-ie9.lt-ie8 .statistics table tr {
  display: table-row;
}
html.lt-ie9.lt-ie8 .statistics table td {
  display: table-cell;
  width: 100px;
  height: 40px;
}
html.lt-ie9.lt-ie8 .test.panel .pagination {
  width: 660px;
  top: 0;
  position: static;
}
html.lt-ie9.lt-ie8 .test.panel .questions {
  padding-top: 80px;
}
html.lt-ie9.lt-ie8 .panel .four-grid .box {
  width: 21%;
}
html.lt-ie9.lt-ie8 .select-test.panel .inner {
  padding-bottom: 6%;
}
html.lt-ie9.lt-ie8 .statistics .ie7-support {
  text-align: left;
  overflow: hidden;
}
html.lt-ie9.lt-ie8 .statistics .ie7-support div {
  width: 199px;
  display: block;
  float: left;
  padding-bottom: 35px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f5f9;
}
html.lt-ie9.lt-ie8 .statistics .ie7-support h3,
html.lt-ie9.lt-ie8 .statistics .ie7-support span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
html.lt-ie9.lt-ie8 .statistics .ie7-support h3 {
  display: block;
  font-family: "AvenirNextLTPro-Bold", Arial, sans-serif;
  font-weight: normal;
}

.test .classic img {
background-color: #ffffff;
  border: 1px solid black;
}

.test .leftside img {
background-color: #ffffff;
  border: 1px solid black;
}

#languageSwitcher {
    position: absolute; right: 1em; top: 10px;z-index: 2000;
}
#currentLanguage {
    color: white;
}
#currentLanguage span {
    font-size: 0.8em;
    padding-left: 4px;
}
#languages {
    position: absolute; right: 1em; top: 18px; list-style-type: none; padding: 4px; border: 1px solid white;background-color: rgb(19, 45, 70);z-index: 2000;display: none;
}
#languages a {
    color: white;
}
.pnl_show_results {
    display: none;
    margin-left: 140px;
    margin-top: 20px;
}
.innernav {
    max-width: 940px;
  margin: auto;
}

.icons {
  background-image: url("../images/-/intro_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
    max-width: 940px;
      margin: 0 auto;
  text-shadow: 0 1px 3px #26253b;
  padding-bottom: 76px;
  font-weight: bold;
  padding-top: 40px;
}
.icon {
  display: block;
  float: left;
  width: 200px;
  padding: 0 56px;
  text-decoration: none;
  color: #4ec9df;
  font-size: 2.3em;
  line-height: 1.304347826em;
}
.icon img {
 height:auto;
        width:100%;
}


@media only screen and (max-width: 958px)
{
    .icons
    {
        background-image: url("../images/-/intro_bg.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        margin: 0 auto;
        text-shadow: 0 1px 3px #26253b;
        padding-bottom: 76px;
        font-weight: bold;
          max-width: 500px;
          min-width: 500px;
          padding-top: 20px;
    }

    .icon
    {
        width: 100px;
        font-size: 2vw;
        padding: 0 26px;
    }
}

.three-grid, .three-grid-responsive span {
 
}

.hb1 {
      text-decoration: none;
  color: #4ec9df;
  font-size: 2em;
  line-height: 1.304347826em;
    font-weight: bold;
}

.stats-summary
    {
        /*width: 320px;*/
        float: left;
        text-align: center;
        /*padding-left: 50px;*/
    }
.numbers {
  background-color: #fcfcfd;
  border: 1px solid #b6b8bf;
  width: 260px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px #dcdee1, inset 0 1px 4px #f5f6f8;
  -moz-box-shadow: 0 1px 3px #dcdee1, inset 0 1px 4px #f5f6f8;
  -ms-box-shadow: 0 1px 3px #dcdee1, inset 0 1px 4px #f5f6f8;
  -o-box-shadow: 0 1px 3px #dcdee1, inset 0 1px 4px #f5f6f8;
  box-shadow: 0 1px 3px #dcdee1, inset 0 1px 4px #f5f6f8;
  /*margin-left: 20px;*/
}
.numbers p {
  margin: 0;
  padding: 9px 15px 9px 15px;
  color: #4e4c68;
    font-size: 1.2em;
  text-shadow: 0 1px 0 white;
  line-height: 210%;
}
.numbers p + p {
  border-top: 1px solid #eaeaed;
}
.numbers span {
  color: #f77f68;
}
.numbers strong {
  color: #545868;
  font-size: 1.785714286em;
}

.billing- {
  margin-top: 10px;
  line-height: 1.666666667em;
  margin-right: 40px;
}

.billing-- {
    padding: 10px;
    margin-top: 10px;
    /*font-size: 1.2em;*/
    line-height: 1.666666667em;
    margin-right: 40px;
  
}

.billing--- {
    padding: 10px;
    margin-top: 10px;
    /*font-size: 1.2em;*/
    line-height: 1.666666667em;
    margin-right: 40px;
    background-color: rgb(209, 209, 209);   
}

.billing---- {
padding-top: 20px;
/*font-size: 1.2em;*/
line-height: 1.666666667em;
margin-right: 40px;
}

.dk_billing- {
    background-color: rgb(115, 115, 115);
    color: white;
    padding: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.2em;
    line-height: 1.666666667em;    
}

.dk_billing-- {
    background-color: rgb(241, 240, 240);
    padding: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.2em;
    line-height: 1.666666667em;    
}

.dk_billing--- {
    background-color: rgb(241, 240, 240);
    color: rgb(241, 240, 240);
    padding: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.2em;
    line-height: 1.666666667em;    
}

.test-banner2 {
  padding-top: 0px;
  margin: 31px 0 10px 0;
  text-transform: uppercase;
}

.test-banner2 a {
  font-weight: normal;
  font-size: 1.05em;
  line-height: 150%;
  text-decoration: underline;
    

  cursor: pointer;
  color: #f77268;
}

.htitle {
    /*width: 100%;*/
  margin: 0 auto;
  text-align: center;
  padding: 20px
}
.htitle img {
    vertical-align: middle;
}
.htitle span {
  text-align: center;
  font-size: 2em;
  font-family: arial;
  font-weight: bold;
  color: #4ec9df;
  /*line-height: 136px;*/
  /* text-shadow: 0 1px 3px #26253b; */
  /*white-space: nowrap;*/
  /* margin-bottom: 10px; */
}
.action-buttons {
      /* height: 665px; */
  background: #4ec9df;
  /* top: -377px; */
  display: block;
  /* margin-top: -50px; */
  padding: 10px 0 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-0 {
      text-align: left;
}
.find-results-title {
      z-index: 10;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1.4em;
    margin-bottom: 20px;
}

article a {
      text-decoration: underline;
  cursor: pointer;
  color: #f77268;
  font-weight: bold;
}

.num {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #ededf4;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6em;
  color: #8686a1;
  margin-right: 20px;
  -webkit-border-radius: 18px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 18px;
  -moz-background-clip: padding;
  border-radius: 18px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 5px #bebed4;
  -moz-box-shadow: inset 0 1px 5px #bebed4;
  box-shadow: inset 0 1px 5px #bebed4;
  background: #e5e5ef;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2VkZWRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e5e5ef 0%, #ededf4 49%, #f1f1f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5ef), color-stop(49%, #ededf4), color-stop(100%, #f1f1f6));
  background: -webkit-linear-gradient(top, #e5e5ef 0%, #ededf4 49%, #f1f1f6 100%);
  background: -o-linear-gradient(top, #e5e5ef 0%, #ededf4 49%, #f1f1f6 100%);
  background: -ms-linear-gradient(top, #e5e5ef 0%, #ededf4 49%, #f1f1f6 100%);
  background: linear-gradient(to bottom, #e5e5ef 0%, #ededf4 49%, #f1f1f6 100%);
    margin-top: 10px;
}
.disclaimer {
      margin-left: 60px;
}
.no-borderradius .num {
  background-image: url("../images/-/num_bg.png");
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}
p.instruction {
  /*color: #f77268;*/
  background-color: #e9fcd6;
  border: 1px solid #59c744;
  font-weight: normal;
  padding: 9px 20px;
  margin: 1px 0 0 0;
  margin-top: 10px;
  font-size: 1.6em;
}
.message-box{background-color:#fff;float:left;width:100%;border-bottom:1px solid #eb3838;color:#eb3838;margin-bottom:26px;}
.message-box .message-container{padding:6px;border-left:6px solid #eb3838;}
.red{font-weight:bold;color:#eb3838;}

.button1{
  font-weight: bold;
  color: white;
  font-size: 16px!Important;
  text-shadow: 0 1px 1px #4c6402;
  text-align: center;
  line-height: 40px!Important;
  height: 40px!Important;
  padding: 0 20px!Important;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px #807e87;
  -moz-box-shadow: 0 1px 3px #807e87;
  box-shadow: 0 1px 3px #807e87;
  border: 1px solid #4c6402!Important;
  cursor: pointer;
  background-color: #638303!Important;
  background-image: url("../images/button_bg1.gif");
  background-repeat: repeat-x;
  display: inline-block;
}

.button1:hover {
  background-position: 0 -40px;
    color: white !important;
}

span.smsFormat{width:364px;padding-top:8px;margin-top:14px;float:left;margin-left:14px;padding-bottom:8px;padding-right:16px;padding-left:16px;font-size:15px;margin-bottom: 14px;}
span.costFormat{padding-top:30px;float:right;margin-left:0px;margin-bottom:16px;}
.PayPalLogo{float:right;padding-top:14px;}
.imgPayPal{float:left;margin-top:17px;margin-left:14px;margin-bottom:17px;}
.pay-box{border:4px solid #c6c6c6;float:left;margin-left:40px;width:492px;}
.pay-cost{border:4px solid #fc8e2f;float:left;margin-left:40px;width:492px;}
.left {
  /*float: left;*/
}
.clear {
    clear: both;
}
.sms_desc {
  padding-left: 60px;
  padding-top: 10px;
  float: left;
}
.pb {
    width: 180px;
}
.sms-code-verification-loading {
    padding: 20px;

}

.sms-code-verification-loading-text {
    font-size: 18px;
    text-align: center;
}

#waiting {
  color: rgb(203, 203, 203);
  font-size: 50px;
margin-left: 30%;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: -5px;

}

#waiting .now {
  color: #404156;
}
.iframe-facebook {
    height: 280px;
}
.fans-flag {
    float: left;
}

.fans-flag img {
    width: 40px; margin-right: 14px;
}

.fans-text {
  
    font-size: 16px;
    margin-top: 2px;
    margin-left: 14px;
    padding-bottom: 20px;
  width: 301px;
  font-weight: bold;
}

.fans-text .red{
    font-weight: bold;
}

.box-3 p {
      font-size: 1.3em;
}
.sms_desc a {
          color: black;
}
.columnsContainer { position: relative;  height: 600px; /*margin: .5em;*/ }

.leftColumn, .rightColumn {  /*border: 1px solid  #ccc;*/ padding: 1.25em;  text-align: left; }

.leftColumn { margin-bottom: .5em; }
/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 22em; padding-left: 4em;}

	.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }   
}

.txtGuid {
      width: 230px;
  font-size: 12px;
  line-height: 16px;
  padding: 8px;
  color: #6b6b78;
  border: 1px solid #cdcfd4;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fbfbfb;
  -webkit-box-shadow: inset 0 1px 3px #b7b7c0;
  -moz-box-shadow: inset 0 1px 3px #b7b7c0;
  box-shadow: inset 0 1px 3px #b7b7c0;
}
.btnGuid {
      color: #6b6b78;
  font-weight: bold;
  font-size: 12px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
  border: 1px solid #bfbfc6;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #f8f8fa;
  cursor: pointer;
  text-shadow: 0 1px 0 white;
  -webkit-box-shadow: inset 0 1px 0 white, 0 1px 3px #d4d4dc;
  -moz-box-shadow: inset 0 1px 0 white, 0 1px 3px #d4d4dc;
  -ms-box-shadow: inset 0 1px 0 white, 0 1px 3px #d4d4dc;
  -o-box-shadow: inset 0 1px 0 white, 0 1px 3px #d4d4dc;
  box-shadow: inset 0 1px 0 white, 0 1px 3px #d4d4dc;
  background-image: url("../images/-/inpt_button_bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.leftt {
    float: left;
}

.background {
  position: absolute;
  top: 262px;
  bottom: 0;
  background-color: #f7f7f8;
  border-top: 10px solid #e6e6e9;
  left: 0;
  right: 0;
  z-index: 0;
}

.homepage .background {
  top: 732px;
}

 #contentContainer_pnlSMS .instruction {
          width: 380px;
  /*font-size: 1.2em;*/
  }

@media only screen and (max-width: 370px)
{
 #contentContainer_pnlSMS .instruction {
          width: 100%;
  font-size: 1.2em;
  }
}

@media only screen and (max-width: 1000px) {
  .hm_image {
      display: none;
  }
  .proof {
      display: none;
  }

  #contentContainer_pnlSMS .instruction {
       
  }
}
.proof {
  position: absolute;
  right: -40px;
  top: -60px;
}
.headline {
  border-bottom: 1px solid #eaecee;
  height: 62px;
  
  padding-left: 50px;
  padding-top: 7px;
  text-align: left;
  position: relative;
}
.pmt_title {
  z-index: 10;
  font-size: 1.4em;
  /* line-height: 62px; */
  padding: 14px;
  font-weight: bold;
}
#contentContainer_pnlSMS .hr.small {
  height: 0px;
  width: 40px;
  margin: 25px 0;
}
#contentContainer_pnlSMS .hr {
  border-top: 1px solid #eaecee;
}
#simplemodal-overlay {background-color:#000;}
.simplemodal-close {float:right;text-decoration: none;font-size: 27px;font-weight:bold;}
div.resultpop {
position: absolute;
top: 50%;
left: 50%;
z-index: 1000;
margin: 0 0 0 -440px;
font-size: 18px;
background-color: white;
height: 550px;
}
.in{position: relative;
width: 940px;
height: 450px;
margin: 40px;}
.resultpop_inner {
overflow-y: scroll;
overflow-x: hidden;
-ms-overflow-x: hidden;
height: 100%;
}
.close {
	position: absolute; right: -25px;top:-30px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.answer-legend
{
    width:100%;text-align:center;margin-top:16px;padding-bottom:24px;display:block;height:14px;font-size: 12px;
}


.welldone
{
    float:left;width:30%;text-align:center;display:block;
    background-color:#7FC423;padding:4px;color:White;font-weight:bold;
}

.not-welldone
{
    float:left;width:30%;text-align:center;display:block;
    background-color:#F22C5D;padding:4px;color:White;font-weight:bold;
}


.your-answer 
{
    float:left;margin-left:10px;width:30%;text-align:center;display:block;
    background-color:#d4df23;padding:4px;color:White;font-weight:bold;
}

.correct-answer 
{
    float:left;margin-left:10px;width:30%;text-align:center;display:block;
    background-color:#99CCFF;padding:4px;color:White;font-weight:bold;
}
.bg-test1 {
width: 892px;
margin-left: 3px;
display: block;
float: left;
clear: both;
border-bottom: 1px solid #343434;
}

.bg-test1.A8{background: #fff url(../images/shades_8.jpg) no-repeat;}
.bg-test1.A6{background: #fff url(../images/shades_6.jpg) no-repeat;}
.bg-test1.A4{background: #fff url(../images/shades_4.jpg) no-repeat;}
.bg-test1.none{background: #e4e3e3 url(../images/bg-test.png) repeat-x 0px 0px;}
.bg-test1 .bg-test-left{width:446px;float:left;display:block;}
.bg-test1 .bg-test-right{width:446px;float:left;display:block;}

.bg-test1 .bg-test-left-final{width:550px;float:left;display:block;padding:16px;}
.bg-test1 .bg-test-right-final{width:294px;float:left;display:block;padding-top:10px;}
.iqCaption{width:100%;text-align:center;margin-top:16px;margin-bottom:16px;display:block;height:24px;}
.imgQ{background-color:White;border:1px solid black !important;margin-left:30px;margin-bottom:15px;}
.imgA{background-color:White;border:1px solid black !important;cursor:pointer;margin-right:4px;margin-left:11px;margin-bottom:15px;}
.imgA:hover{background-color:#d4df23;}
.imgA.selected{background-color:#d4df23;}
.imgA.correct{background-color:#99CCFF; border:4px solid #3399FF;}
.iqCaption{width:100%;text-align:center;margin-top:16px;margin-bottom:16px;display:block;height:24px;}
.lastBox{margin-left:74px;}
@media only screen and (max-width: 989px) {
  #contentContainer_ddlAge {
      margin-left: 45%;
  }

  .summary .two-grid .leftside label {
  /* display: inline-block; */
  margin-right: 25px;
  line-height: 2em;
}
}

.visible-desktop {
    display: block;
}

.visible-mobile {
    display: none;
}

@media screen and (max-width:460px) {
    .visible-desktop {
        display: none;
    }

    .visible-mobile {
        display: block;
    }
}
.pay-box {
    border: 4px solid #c6c6c6;
    float: left;
    margin-left: 0px !Important;
    width: auto !Important;
}