/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-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] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  padding: 0; }

input[type=radio] {
  bottom: 2px; }

/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/* font-family: "GothamProRegular"; */
@font-face {
  font-family: "GothamProRegular";
  src: url("../fonts/GothamProRegular/GothamProRegular.eot");
  src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProBold"; */
@font-face {
  font-family: "GothamProBold";
  src: url("../fonts/GothamProBold/GothamProBold.eot");
  src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProBlack"; */
@font-face {
  font-family: "GothamProBlack";
  src: url("../fonts/GothamProBlack/GothamProBlack.eot");
  src: url("../fonts/GothamProBlack/GothamProBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBlack/GothamProBlack.woff") format("woff"), url("../fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProItalic"; */
@font-face {
  font-family: "GothamProItalic";
  src: url("../fonts/GothamProItalic/GothamProItalic.eot");
  src: url("../fonts/GothamProItalic/GothamProItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProItalic/GothamProItalic.woff") format("woff"), url("../fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProMedium"; */
@font-face {
  font-family: "GothamProMedium";
  src: url("../fonts/GothamProMedium/GothamProMedium.eot");
  src: url("../fonts/GothamProMedium/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMedium/GothamProMedium.woff") format("woff"), url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProLight"; */
@font-face {
  font-family: "GothamProLight";
  src: url("../fonts/GothamProLight/GothamProLight.eot");
  src: url("../fonts/GothamProLight/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLight/GothamProLight.woff") format("woff"), url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProMediumItalic"; */
@font-face {
  font-family: "GothamProMediumItalic";
  src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
  src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"), url("../fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProLightItalic"; */
@font-face {
  font-family: "GothamProLightItalic";
  src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot");
  src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLightItalic/GothamProLightItalic.woff") format("woff"), url("../fonts/GothamProLightItalic/GothamProLightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProBoldItalic"; */
@font-face {
  font-family: "GothamProBoldItalic";
  src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
  src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"), url("../fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProBlackItalic"; */
@font-face {
  font-family: "GothamProBlackItalic";
  src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot");
  src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBlackItalic/GothamProBlackItalic.woff") format("woff"), url("../fonts/GothamProBlackItalic/GothamProBlackItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

.profile-pic {
  float: left;
  width: 250px; }
  @media only screen and (max-width: 768px) {
    .profile-pic {
      width: 100%; } }
  @media only screen and (min-width: 769px) and (max-width: 767px) {
    .profile-pic {
      width: 125px; } }
  @media only screen and (min-width: 768px) {
    .profile-pic {
      float: none; } }

@media only screen and (max-width: 768px) {
  .m-hide {
    display: none !important; } }

@media only screen and (min-width: 769px) and (max-width: 767px) {
  .m-hide {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .d-hide {
    display: none !important; } }

.hide {
  display: none !important; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a[href^="tel"] {
  color: #303030; }

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  color: #303030;
  font: normal 100%/1.3 "GothamProMedium", "Arial", sans-serif; }

.clearfix::after, .top-panel::after, section.personal .text-col-pers::after, section.targeting .eggs::after, section.analytics .a-eggs::after, section .a-eggs .d-hide::after, section.advantages .tariffing .text .t-eggs::after, section.advantages .tariffing .text .t-text::after {
  clear: both;
  content: '';
  display: table; }

.container {
  max-width: 1170px;
  min-width: 305px;
  margin: 0 auto;
  padding: 20px 10px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .container {
      width: 100%; } }

.inline-block {
  display: inline-block !important; }

header {
  background: url("../img/bg-1.jpg") no-repeat bottom;
  background-size: cover;
  height: 100vh;
  min-height: 1000px; }
  @media only screen and (max-width: 768px) {
    header {
      height: 480px;
      min-height: 480px;
      background: #fdfdfd url("../img/bg-1.jpg") no-repeat bottom;
      background-size: 480px; } }
  @media only screen and (min-width: 769px) and (max-width: 767px) {
    header {
      height: auto; } }
  header .container {
    padding: 20px 10px;
    padding-top: 105px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      header .container .logo img {
        width: 80%; } }

.top-panel {
  background: rgba(255, 255, 255, 0.7);
  padding: 0 0 25px 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2;
  color: #000000; }
  .top-panel .tp-left {
    float: left;
    padding-left: 3%; }
    .top-panel .tp-left img {
      width: 188px;
      margin-top: 25px; }
  .top-panel .tp-right {
    float: right;
    position: relative;
    padding-right: 3%; }
    @media only screen and (max-width: 768px) {
      .top-panel .tp-right {
        float: none;
        text-align: center;
        padding: 10px 0;
        width: 100%; } }
    .top-panel .tp-right .phone, .top-panel .tp-right .email {
      display: inline-block;
      margin-right: 30px;
      margin-top: 22px;
      font-size: 18px; }
      @media only screen and (max-width: 768px) {
        .top-panel .tp-right .phone, .top-panel .tp-right .email {
          margin: 0 auto;
          display: inline-block; } }
      .top-panel .tp-right .phone:before, .top-panel .tp-right .email:before {
        content: '';
        display: inline-block;
        background: url(../img/icons/icons.png) no-repeat;
        vertical-align: middle;
        margin-right: 10px; }
    .top-panel .tp-right .phone:before {
      background-position: -103px -317px;
      width: 31px;
      height: 31px; }
    .top-panel .tp-right .email:before {
      background-position: -154px -317px;
      width: 31px;
      height: 24px; }
    .top-panel .tp-right a {
      color: #000000;
      text-decoration: none; }
      .top-panel .tp-right a:hover {
        color: #303030;
        text-decoration: underline; }

.title {
  font-size: 50px;
  font-weight: normal;
  line-height: 1.1;
  margin-top: 65px;
  color: #00d046; }
  @media only screen and (max-width: 768px) {
    .title {
      font-size: 25px;
      margin: 30px 0;
      line-height: 1.4; } }
  @media only screen and (min-width: 769px) and (max-width: 767px) {
    .title {
      font-size: 30px; } }

section {
  width: 100%;
  overflow: hidden; }
  section .text {
    font-size: 24px;
    font-family: "GothamProRegular", "Arial", sans-serif;
    line-height: 2; }
    @media only screen and (max-width: 768px) {
      section .text {
        font-size: 16px;
        margin: 0; } }
    @media only screen and (min-width: 769px) and (max-width: 767px) {
      section .text {
        font-size: 16px;
        margin: 0; } }
  section .text-header {
    font-size: 50px;
    color: #00d046;
    font-family: "GothamProMedium", "Arial", sans-serif;
    margin-bottom: 62px; }
    @media only screen and (max-width: 768px) {
      section .text-header {
        font-size: 25px;
        margin: 30px 0; } }
  section.about, section.personal, section.norisk {
    background: url("../img/bg-2.jpg") no-repeat center bottom;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1000px; }
    @media only screen and (max-width: 768px) {
      section.about, section.personal, section.norisk {
        height: auto;
        min-height: 520px;
        display: block;
        background-size: 600px; } }
    section.about .text, section.personal .text, section.norisk .text {
      width: 520px;
      margin-left: 50%;
      padding: 20px; }
      @media only screen and (max-width: 768px) {
        section.about .text, section.personal .text, section.norisk .text {
          width: 100%;
          margin-left: 0;
          text-align: center; } }
    @media only screen and (min-width: 769px) and (max-width: 1800px) {
      section.about .text-personal, section.personal .text-personal, section.norisk .text-personal {
        background: #ffffff;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); } }
    section.about .text-col, section.personal .text-col, section.norisk .text-col {
      width: 44.44444%;
      float: left;
      margin-right: 50px; }
      section.about .text-col:last-child, section.personal .text-col:last-child, section.norisk .text-col:last-child {
        float: right;
        margin-right: 0; }
      @media only screen and (max-width: 768px) {
        section.about .text-col, section.personal .text-col, section.norisk .text-col {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          text-align: left;
          margin-right: auto;
          margin-left: 40%;
          float: none;
          font-size: 13px; }
          section.about .text-col:last-child, section.personal .text-col:last-child, section.norisk .text-col:last-child {
            margin-left: 40%;
            float: none; } }
    section.about .text-col-text, section.personal .text-col-text, section.norisk .text-col-text {
      line-height: 1.1; }
      @media only screen and (max-width: 768px) {
        section.about .text-col-text, section.personal .text-col-text, section.norisk .text-col-text {
          display: inline-block;
          text-align: left; } }
    section.about .text-col-header, section.personal .text-col-header, section.norisk .text-col-header {
      color: #00d046;
      font-size: 140px;
      line-height: 1;
      background: -webkit-linear-gradient(#00fd77, #00b900);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 768px) {
        section.about .text-col-header, section.personal .text-col-header, section.norisk .text-col-header {
          font-size: 60px;
          display: inline-block; } }
  @media only screen and (max-width: 768px) {
    section.about .text {
      padding-top: 0; } }
  @media only screen and (max-width: 768px) {
    section.about .text .text-header {
      margin-top: 0; } }
  section.personal {
    background: url("../img/bg-4.jpg") no-repeat left bottom;
    background-size: contain; }
    @media only screen and (max-width: 768px) {
      section.personal {
        background: none; } }
    section.personal .text-header {
      line-height: 1.2; }
    section.personal .text {
      width: 560px; }
      @media only screen and (max-width: 768px) {
        section.personal .text {
          width: 100%; } }
    section.personal .text-col-pers .text-col-header {
      font-size: 72px;
      font-family: "GothamProMedium", "Arial", sans-serif;
      width: 21.05263%;
      float: left; }
      @media only screen and (max-width: 768px) {
        section.personal .text-col-pers .text-col-header {
          font-size: 40px; } }
    section.personal .text-col-pers .text-col-text {
      width: 73.68421%;
      float: left;
      height: 72px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        section.personal .text-col-pers .text-col-text {
          height: 40px;
          display: block;
          padding-left: 10px;
          font-size: 15px;
          line-height: 1.3; } }
    section.personal .text-col-pers.text-col-pers-2 {
      margin-top: 60px; }
      section.personal .text-col-pers.text-col-pers-2 .text-col-header {
        width: 37.5%;
        float: left; }
      section.personal .text-col-pers.text-col-pers-2 .text-col-text {
        width: 58.33333%;
        float: left;
        margin-left: -10px; }
  section.norisk {
    background: url("../img/bg-7.jpg") no-repeat left bottom;
    background-size: contain;
    height: 1080px;
    display: block;
    padding: 80px 0; }
    @media only screen and (max-width: 768px) {
      section.norisk {
        height: auto;
        padding: 0;
        padding-bottom: 200px;
        background-size: 420px; } }
    section.norisk .text-header {
      line-height: 1.2;
      margin-bottom: 30px; }
    section.norisk .text {
      line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      section.norisk img {
        width: 100%; } }
  section.coverage {
    height: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section.coverage .text {
      text-align: center;
      width: 946px; }
      @media only screen and (max-width: 768px) {
        section.coverage .text {
          width: 100%; } }
    @media only screen and (max-width: 768px) {
      section.coverage img {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      section.coverage {
        height: auto;
        min-height: 520px;
        display: block;
        background-size: 600px; } }
  section.target {
    background: #00d046;
    color: #ffffff;
    padding: 112px 0; }
    @media only screen and (max-width: 768px) {
      section.target {
        padding: 0; } }
    section.target .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      background: url("../img/bg-3.jpg") no-repeat 0 0;
      background-size: contain;
      min-height: 857px; }
      @media only screen and (max-width: 768px) {
        section.target .container {
          height: auto;
          min-height: 700px;
          display: block;
          background: url("../img/bg-3.jpg") no-repeat center 150px;
          background-size: 200px;
          text-align: center; } }
    section.target .text-header {
      color: #ffffff;
      line-height: 1.2;
      font-family: "GothamProMedium", "Arial", sans-serif; }
    section.target .text {
      margin-left: 50%; }
      @media only screen and (max-width: 768px) {
        section.target .text {
          margin-left: 0; } }
    section.target .text-cols {
      width: 100%;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media only screen and (max-width: 768px) {
        section.target .text-cols {
          margin-top: 330px; } }
      section.target .text-cols .col-left {
        width: 21.05263%;
        float: left;
        margin-right: 5.26316%;
        width: 116px;
        margin-right: 35px;
        padding-top: 20px; }
        @media only screen and (max-width: 768px) {
          section.target .text-cols .col-left {
            margin-right: 0;
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; } }
      section.target .text-cols .col-right {
        width: 73.68421%;
        float: left;
        padding-top: 25px; }
        @media only screen and (max-width: 768px) {
          section.target .text-cols .col-right {
            padding-top: 0;
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; } }
    section.target .text-col-text {
      line-height: 1.2; }
      section.target .text-col-text span {
        font-size: 72px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        font-family: "GothamProMedium", "Arial", sans-serif;
        line-height: .7; }
        @media only screen and (max-width: 768px) {
          section.target .text-col-text span {
            font-size: 40px; } }
  section.targeting {
    background: #fcfcfc;
    padding: 140px 0; }
    @media only screen and (max-width: 768px) {
      section.targeting {
        padding: 30px 0;
        text-align: center; } }
    section.targeting .text {
      text-align: center;
      font-size: 24px;
      font-family: "GothamProRegular", "Arial", sans-serif; }
      @media only screen and (max-width: 768px) {
        section.targeting .text {
          font-size: 16px; } }
      section.targeting .text .text-header {
        font-size: 50px;
        line-height: 1.2;
        font-family: "GothamProMedium", "Arial", sans-serif; }
        @media only screen and (max-width: 768px) {
          section.targeting .text .text-header {
            font-size: 25px;
            margin: 0; } }
      section.targeting .text .small-text {
        font-size: 18px;
        color: #9a9a9a;
        font-style: italic;
        margin-top: 100px; }
        @media only screen and (max-width: 768px) {
          section.targeting .text .small-text {
            font-size: 13px;
            margin-top: 30px;
            line-height: 1.2; } }
    section.targeting .eggs {
      margin: 0 auto;
      width: 1080px;
      padding-top: 130px; }
      @media only screen and (max-width: 768px) {
        section.targeting .eggs {
          width: 100%;
          padding-top: 30px; } }
    section.targeting .egg {
      width: 21.05263%;
      float: left;
      margin-right: 5.26316%;
      line-height: 1.2; }
      @media only screen and (max-width: 768px) {
        section.targeting .egg {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin: 0 auto;
          margin-bottom: 50px; } }
      section.targeting .egg:last-child {
        margin-right: 0; }
    section.targeting .egg-text {
      margin-top: 35px; }
      @media only screen and (max-width: 768px) {
        section.targeting .egg-text {
          margin-top: 10px; } }
      section.targeting .egg-text.egg-margin {
        margin-top: 45px; }
        @media only screen and (max-width: 768px) {
          section.targeting .egg-text.egg-margin {
            margin-top: 10px; } }
    section.targeting .egg-icon {
      height: 142px; }
      @media only screen and (max-width: 768px) {
        section.targeting .egg-icon {
          height: auto; } }
    section.targeting .egg-1, section.targeting .egg-2, section.targeting .egg-3, section.targeting .egg-4 {
      background: url(../img/icons/icons.png) no-repeat;
      margin: 0 auto; }
    section.targeting .egg-1 {
      width: 133px;
      height: 131px;
      background-position: -176px -155px; }
    section.targeting .egg-2 {
      width: 146px;
      height: 142px;
      background-position: -10px -155px;
      margin-top: -10px; }
    section.targeting .egg-3 {
      width: 197px;
      height: 125px;
      background-position: -10px -10px; }
    section.targeting .egg-4 {
      width: 191px;
      height: 115px;
      background-position: -227px -10px; }
  section.analytics {
    background: #00d046;
    color: #ffffff;
    padding: 120px 0;
    height: 1080px; }
    @media only screen and (max-width: 768px) {
      section.analytics {
        padding: 0;
        height: auto;
        text-align: center; } }
    section.analytics .text {
      line-height: 1.5; }
      section.analytics .text img {
        margin-top: 70px;
        width: 1143px; }
        @media only screen and (max-width: 768px) {
          section.analytics .text img {
            width: 100%;
            margin-top: 20px; } }
    section.analytics .text-header {
      color: #ffffff; }
    section.analytics p span {
      font-family: "GothamProBold", "Arial", sans-serif; }
    section.analytics .a-eggs {
      padding-top: 50px; }
    section.analytics .a-icon-1, section.analytics .a-icon-2 {
      width: 9.09091%;
      float: left;
      background: url(../img/icons/icons.png) no-repeat; }
      @media only screen and (max-width: 768px) {
        section.analytics .a-icon-1, section.analytics .a-icon-2 {
          width: 44.44444%;
          float: left; } }
    section.analytics .a-text-1 {
      width: 20.45455%;
      float: left; }
    section.analytics .a-text-2 {
      width: 31.81818%;
      float: left; }
    section.analytics .a-text-1, section.analytics .a-text-2 {
      padding-left: 30px;
      line-height: 1.3;
      height: 94px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        section.analytics .a-text-1, section.analytics .a-text-2 {
          width: 44.44444%;
          float: left;
          float: none;
          text-align: left; } }
    @media only screen and (max-width: 768px) {
      section.analytics .a-text-2 {
        padding-left: 19px; } }
    section.analytics .a-icon-1 {
      width: 73px;
      height: 94px;
      background-position: -10px -317px; }
    section.analytics .a-icon-2 {
      width: 84px;
      height: 91px;
      background-position: -329px -155px; }
  section .a-eggs .d-hide {
    height: 20px; }
  section.advantages {
    background: url("../img/bg-6.jpg") no-repeat 0 -500px;
    background-size: 90%;
    height: 2280px; }
    @media only screen and (max-width: 768px) {
      section.advantages {
        height: auto;
        background: url("../img/bg-6.jpg") no-repeat 0 0;
        background-size: 360px;
        text-align: center; } }
    section.advantages .block-top {
      height: 1080px; }
      @media only screen and (max-width: 768px) {
        section.advantages .block-top {
          height: auto; } }
    section.advantages .text {
      margin-left: 50%;
      padding-top: 360px;
      width: 390px; }
      @media only screen and (max-width: 768px) {
        section.advantages .text {
          width: 100%;
          margin-left: 0; } }
    section.advantages .text-header {
      line-height: 1.4;
      margin-bottom: 60px; }
      @media only screen and (max-width: 768px) {
        section.advantages .text-header {
          margin-bottom: 30px; } }
    section.advantages .tariffing {
      height: 1200px;
      padding-bottom: 118px;
      background: -moz-linear-gradient(top, transparent 0%, rgba(248, 248, 248, 0.65) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, rgba(248, 248, 248, 0.65) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(248, 248, 248, 0.65)));
      background: -o-linear-gradient(top, transparent 0%, rgba(248, 248, 248, 0.65) 100%);
      background: linear-gradient(to bottom, transparent 0%, rgba(248, 248, 248, 0.65) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6f8f8f8',GradientType=0 ); }
      @media only screen and (max-width: 768px) {
        section.advantages .tariffing {
          height: auto;
          background: none;
          padding-bottom: 0; } }
      section.advantages .tariffing .text {
        margin-left: 0;
        padding-top: 160px;
        width: 100%;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          section.advantages .tariffing .text {
            padding-top: 0; } }
        section.advantages .tariffing .text .text-header {
          margin-bottom: 60px; }
          @media only screen and (max-width: 768px) {
            section.advantages .tariffing .text .text-header {
              margin-bottom: 30px;
              margin-top: 0; } }
        section.advantages .tariffing .text .small-text {
          font-size: 18px;
          color: #9a9a9a;
          font-style: italic;
          margin-top: 60px; }
          @media only screen and (max-width: 768px) {
            section.advantages .tariffing .text .small-text {
              font-size: 13px;
              margin-top: 30px;
              line-height: 1.2; } }
        section.advantages .tariffing .text .t-eggs {
          width: 830px;
          margin: 0 auto;
          margin-top: 150px; }
          @media only screen and (max-width: 768px) {
            section.advantages .tariffing .text .t-eggs {
              display: inline-block;
              width: auto;
              margin-top: 30px; } }
          section.advantages .tariffing .text .t-eggs div {
            width: 44.44444%;
            float: left;
            width: 377px;
            height: 213px;
            font-size: 30px;
            padding-top: 91px;
            text-align: left;
            padding-left: 58px; }
            @media only screen and (max-width: 768px) {
              section.advantages .tariffing .text .t-eggs div {
                width: 100%;
                float: left;
                margin-left: 0;
                margin-right: 0;
                width: 250px;
                height: 150px;
                padding-top: 60px;
                padding-left: 40px;
                font-size: 20px; } }
          section.advantages .tariffing .text .t-eggs .t-egg-1 {
            background: url("../img/bubble-gray.png") no-repeat 0 0;
            margin-right: 75px; }
            @media only screen and (max-width: 768px) {
              section.advantages .tariffing .text .t-eggs .t-egg-1 {
                margin-right: 20px;
                margin-left: 20px;
                background-size: 250px; } }
          section.advantages .tariffing .text .t-eggs .t-egg-2 {
            background: url("../img/bubble-green.png") no-repeat 0 0; }
            @media only screen and (max-width: 768px) {
              section.advantages .tariffing .text .t-eggs .t-egg-2 {
                margin-right: auto;
                margin-left: 20px;
                background-size: 250px; } }
        section.advantages .tariffing .text .t-text {
          width: 365px;
          padding-top: 70px;
          margin: 0 auto;
          margin-top: 30px;
          padding-top: 0; }
          @media only screen and (max-width: 768px) {
            section.advantages .tariffing .text .t-text {
              width: 100%; } }
        section.advantages .tariffing .text .t-text-1 {
          width: 7.40741%;
          float: left;
          margin-right: 1.85185%;
          line-height: 1; }
        section.advantages .tariffing .text .t-text-2 {
          width: 35.18519%;
          float: left;
          margin-right: 1.85185%;
          font-size: 72px;
          font-family: "GothamProMedium", "Arial", sans-serif;
          line-height: 1;
          color: #00d046;
          background: -webkit-linear-gradient(#00fd77, #00b900);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        section.advantages .tariffing .text .t-text-3 {
          width: 53.7037%;
          float: left;
          margin-right: 1.85185%;
          line-height: 1.2;
          margin-right: 0;
          text-align: left; }
        section.advantages .tariffing .text .t-text-1, section.advantages .tariffing .text .t-text-2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 52px; }
        @media only screen and (max-width: 768px) {
          section.advantages .tariffing .text .t-text-2 {
            width: 25.92593%;
            float: left;
            margin-right: 1.85185%;
            width: 90px;
            font-size: 50px;
            display: block;
            margin-top: -8px; } }
  section.cases {
    background: #00d046; }
    section.cases .text-header {
      color: #ffffff;
      text-align: center;
      font-family: "GothamProMedium", "Arial", sans-serif;
      margin-top: 100px;
      margin-bottom: 150px; }
      @media only screen and (max-width: 768px) {
        section.cases .text-header {
          margin-top: 30px;
          margin-bottom: 30px; } }
      section.cases .text-header span {
        font-size: 50px; }

footer {
  background: #00d046;
  color: #ffffff;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 110px; }
  @media only screen and (max-width: 768px) {
    footer {
      padding-top: 30px;
      padding-bottom: 30px; } }
  footer .text {
    font-size: 24px;
    font-family: "GothamProRegular", "Arial", sans-serif; }
    @media only screen and (max-width: 768px) {
      footer .text {
        font-size: 16px;
        margin: 0; } }
  footer .text-header {
    font-size: 50px;
    font-family: "GothamProMedium", "Arial", sans-serif;
    margin-bottom: 62px; }
    @media only screen and (max-width: 768px) {
      footer .text-header {
        font-size: 25px;
        margin: 0;
        margin-bottom: 30px; } }
  footer .small {
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      footer .small {
        font-size: 13px; } }
  footer img {
    margin: 90px 0; }
    @media only screen and (max-width: 768px) {
      footer img {
        margin: 50px 0; } }
  footer .header-2 {
    margin-bottom: 0;
    line-height: .5;
    margin-top: 130px; }
    @media only screen and (max-width: 768px) {
      footer .header-2 {
        margin-top: 50px; } }
  footer .margin {
    margin-top: 50px; }
    @media only screen and (max-width: 768px) {
      footer .margin {
        margin-top: 30px; } }

a[name] {
  display: block;
  padding-top: 60px;
  margin-top: -60px; }

a[name='analytics'] {
  padding-top: 140px;
  margin-top: -140px; }
  @media only screen and (max-width: 768px) {
    a[name='analytics'] {
      padding-top: 60px;
      margin-top: -60px; } }
  @media only screen and (min-width: 769px) and (max-width: 767px) {
    a[name='analytics'] {
      padding-top: 60px;
      margin-top: -60px; } }
