/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

.underlinedlink {
  text-decoration: none;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  font-size: 12px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?qzgaa32');
  src: url('../fonts/icomoon.eot?qzgaa32#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?qzgaa32') format('truetype'), url('../fonts/icomoon.woff?qzgaa32') format('woff'), url('../fonts/icomoon.svg?qzgaa32#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="font-icon-"],
[class*=" font-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-icon-comment:before {
  content: "\e900";
}
.font-icon-youtube:before {
  content: "\e905";
}
.font-icon-mail-envelope-closed:before {
  content: "\e901";
}
.font-icon-instagram:before {
  content: "\e902";
}
.font-icon-facebook:before {
  content: "\e903";
}
.font-icon-twitter:before {
  content: "\e904";
}
body {
  min-width: 320px;
}
.fp-container {
  border-top: 1px solid #ccc;
  max-width: 960px;
  margin: 50px auto 75px;
  padding: 35px 30px;
}
.fp-container h2 {
  margin-top: 0;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 25px;
}
.fp-container p,
.fp-container ul {
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 1.7;
}
.fp-pomoc .question {
  font-weight: bold;
}
.termsofservice {
  counter-reset: law;
}
.termsofservice h3 {
  text-align: center;
  font-size: 17px;
}
.termsofservice h3::before {
  counter-increment: law;
  content: "§" counter(law) " ";
}
.termsofservice p {
  text-align: justify;
}
.termsofservice p,
.termsofservice li {
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 1.7;
}
.termsofservice ol.sub {
  list-style-type: lower-alpha;
}
.fp-landing {
  min-width: 320px;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: 'Open Sans';
  font-style: normal;
  color: #3d3d3d;
}
.fp-landing .fp-landing-orange {
  width: 3000px;
  height: 1400px;
  left: 50%;
  margin-left: -1535px;
  background-color: #f0b051;
  position: relative;
}
.fp-landing .box-blue {
  background-color: #12b9d0;
  width: 2000px;
  height: 2000px;
  transform: rotate(-45deg);
  position: absolute;
  top: -1040px;
  left: 400px;
  transform-origin: center;
  border-radius: 40px;
}
.fp-landing .box-gray {
  background-color: #f2efeb;
  width: 1300px;
  height: 885px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 40px;
}
.fp-landing .box-white {
  background-color: #ffffff;
  width: 670px;
  height: 670px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 40px;
}
.fp-landing .smartphone-l {
  position: absolute;
  top: 90px;
  left: 1070px;
  width: 248px;
  transform-origin: center;
}
.fp-landing .smartphone-l-screen {
  position: absolute;
  top: 160px;
  left: 1082px;
  width: 215px;
}
.fp-landing .smartphone-p {
  position: absolute;
  top: 55px;
  left: 1310px;
  width: 282px;
}
.fp-landing .smartphone-p-screen {
  position: absolute;
  top: 130px;
  left: 1330px;
  width: 248px;
}
.fp-landing .logo {
  position: absolute;
  top: 140px;
  left: 1650px;
  width: 155px;
}
.fp-landing h1 {
  position: absolute;
  top: 210px;
  left: 1650px;
  width: 320px;
  font-weight: 300;
  font-size: 34px;
  line-height: 1.2;
}
.fp-landing p.desc {
  position: absolute;
  top: 330px;
  left: 1650px;
  width: 320px;
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 1.7;
}
.fp-landing p.twitter {
  position: absolute;
  top: 750px;
  left: 1130px;
  width: 250px;
  font-size: 14px;
}
.fp-landing p.twitter a {
  text-decoration: none;
  color: #12b9d0;
  font-size: 35px;
  line-height: 20px;
  display: block;
}
.fp-landing p.twitter span.black {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  font-size: 12px;
  margin: 30px 0 0;
}
.fp-landing div.social {
  position: absolute;
  top: 775px;
  left: 1430px;
  border-left: 1px dotted;
  padding: 20px 0 20px 30px;
  width: 320px;
}
.fp-landing div.social .icon {
  display: inline-block;
  width: 24px;
  height: 22px;
  vertical-align: bottom;
}
.fp-landing div.social .font-icon-mail-envelope-closed {
  font-size: 24px;
  position: relative;
  left: -3px;
  top: -2px;
}
.fp-landing div.social h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.fp-landing div.social p {
  font-size: 14px;
  margin-top: 4px;
}
.fp-landing div.social a {
  text-decoration: none;
  color: #12b9d0;
  font-size: 18px;
  margin-left: -3px;
  line-height: 24px !important;
  vertical-align: middle;
}
.fp-landing div.social span.black {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #3d3d3d;
  margin-left: 10px;
}
.fp-landing .form {
  background-color: #f07351;
  width: 910px;
  height: 100px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  margin-left: -455px;
  border-radius: 10px;
  z-index: 1;
  -webkit-box-shadow: 0px 21px 38px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 21px 38px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 21px 38px -15px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  border-bottom: 2px solid #f07351;
}
.fp-landing .form .form-darker {
  background-color: #e05b36;
  width: 400px;
  height: 400px;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  top: -150px;
  left: -105px;
  border-radius: 15px;
}
.fp-landing .form p {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 40px;
  font-weight: 300;
  line-height: 34px;
}
.fp-landing .form input[type='email'] {
  position: absolute;
  top: 30px;
  left: 400px;
  font-size: 14px;
  padding: 11px 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #e05b36;
  font-family: 'Open Sans';
  font-weight: 700;
  width: 260px;
  border-radius: 4px;
  color: #3d3d3d;
}
.fp-landing .form input[type='email']:focus {
  outline: none;
}
.fp-landing .form input[type='submit'] {
  display: block;
  position: absolute;
  top: 30px;
  left: 715px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  background-color: #f0b051;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 4px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #e05b36;
  box-sizing: content-box;
}
.fp-landing .form input[disabled] {
  background-color: #ccc;
  border-bottom: none;
}
.fp-landing .form-thankyou {
  background-color: #12b9d0;
  width: 910px;
  height: 100px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  margin-left: -455px;
  border-radius: 10px;
  z-index: 1;
  -webkit-box-shadow: 0px 21px 38px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 21px 38px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 21px 38px -15px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  border-bottom: 2px solid #00a8bf;
}
.fp-landing .form-thankyou .form-darker {
  background-color: #00a8bf;
  width: 400px;
  height: 400px;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  top: -150px;
  left: -105px;
  border-radius: 15px;
}
.fp-landing .form-thankyou p.main {
  color: #fff;
  font-size: 27px;
  position: absolute;
  left: 40px;
  font-weight: 300;
  line-height: 47px;
}
.fp-landing .form-thankyou p.details {
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: 400px;
  top: 10px;
  font-weight: 400;
  width: 480px;
}
.fp-landing .copyright {
  position: absolute;
  top: 1300px;
  left: 1700px;
  text-align: right;
  width: 290px;
  font-size: 12px;
  text-align: center;
}
.fp-landing .copyright .logo-polityka {
  width: 120px;
  margin-top: 5px;
}
@media all and (min-width: 961px) {
  .fp-landing .fp-landing-orange {
    padding-bottom: 150px;
  }
}
@media all and (max-width: 960px) and (min-width: 800px) {
  .fp-landing .box-blue {
    top: -1110px;
  }
  .fp-landing .smartphone-l {
    width: 190px;
    top: 100px;
    left: 1130px;
  }
  .fp-landing .smartphone-l-screen {
    top: 160px;
    left: 1140px;
    width: 160px;
  }
  .fp-landing .smartphone-p {
    width: 240px;
  }
  .fp-landing .smartphone-p-screen {
    width: 210px;
  }
  .fp-landing .logo {
    left: 1605px;
  }
  .fp-landing h1 {
    left: 1605px;
  }
  .fp-landing p.desc {
    left: 1605px;
    top: 340px;
  }
  .fp-landing p.twitter {
    top: 690px;
    left: 1150px;
  }
  .fp-landing div.social {
    top: 690px;
    left: 1440px;
  }
  .fp-landing .form {
    margin-left: -380px;
    width: 765px;
    height: 90px;
  }
  .fp-landing .form .form-darker {
    left: -155px;
    top: -153px;
  }
  .fp-landing .form p {
    font-size: 26px;
    line-height: 37px;
  }
  .fp-landing .form input[type='email'] {
    top: 27px;
    left: 335px;
    width: 220px;
  }
  .fp-landing .form input[type='submit'] {
    left: 610px;
    top: 27px;
  }
  .fp-landing .form-thankyou {
    margin-left: -380px;
    width: 765px;
    height: 90px;
  }
  .fp-landing .form-thankyou .form-darker {
    left: -155px;
    top: -153px;
  }
  .fp-landing .form-thankyou p.main {
    font-size: 23px;
    line-height: 45px;
  }
  .fp-landing .form-thankyou p.details {
    left: 345px;
    top: 6px;
    width: 400px;
  }
  .fp-landing .copyright {
    top: 1200px;
    left: 1620px;
  }
}
@media all and (max-width: 799px) {
  .fp-landing .fp-landing-orange {
    margin-left: -1335px;
    height: 1650px;
  }
  .fp-landing .box-gray {
    bottom: 980px;
  }
  .fp-landing .box-white {
    height: 850px;
    width: 850px;
  }
  .fp-landing .box-blue {
    top: -670px;
  }
  .fp-landing .smartphone-l {
    top: 170px;
  }
  .fp-landing .smartphone-l-screen {
    top: 250px;
  }
  .fp-landing .smartphone-p {
    top: 130px;
  }
  .fp-landing .smartphone-p-screen {
    top: 230px;
  }
  .fp-landing .logo {
    top: 40px;
    left: 1100px;
  }
  .fp-landing h1 {
    top: 820px;
    left: 1190px;
    width: 400px;
  }
  .fp-landing p.desc {
    top: 950px;
    left: 1120px;
    width: 500px;
  }
  .fp-landing p.twitter {
    top: 1100px;
    left: 1400px;
    width: 210px;
  }
  .fp-landing div.social {
    top: 1100px;
    left: 1120px;
    border-left: none;
    border-right: 1px dotted;
    padding: 20px 15px 20px 0;
    width: 240px;
  }
  .fp-landing .form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: initial;
    width: initial;
    margin-left: 0;
    border-radius: 0;
    height: 180px;
    min-width: 320px;
    text-align: center;
  }
  .fp-landing .form .form-darker {
    display: none;
  }
  .fp-landing .form p {
    position: static;
    margin: 20px 0;
  }
  .fp-landing .form input[type='email'] {
    position: static;
    width: 80%;
    margin: 0 0 5px 0;
    text-align: center;
  }
  .fp-landing .form input[type='submit'] {
    position: static;
    width: 80%;
    display: inline-block;
  }
  .fp-landing .form-thankyou {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: initial;
    width: initial;
    margin-left: 0;
    border-radius: 0;
    height: 180px;
    min-width: 320px;
    text-align: center;
  }
  .fp-landing .form-thankyou .form-darker {
    display: none;
  }
  .fp-landing .form-thankyou p.main {
    position: static;
    margin: 20px 0;
  }
  .fp-landing .form-thankyou p.details {
    position: static;
    margin: 0;
    width: 80%;
    display: inline-block;
  }
  .fp-landing .copyright {
    left: 1225px;
    top: 1350px;
  }
}
@media all and (max-width: 570px) {
  .fp-landing .box-blue {
    top: -805px;
  }
  .fp-landing .box-white {
    height: 900px;
    width: 900px;
  }
  .fp-landing .smartphone-l {
    width: 136px;
    left: 1178px;
    top: 160px;
  }
  .fp-landing .smartphone-l-screen {
    width: 115px;
    left: 1186px;
    top: 200px;
  }
  .fp-landing .smartphone-p {
    width: 175px;
    top: 120px;
  }
  .fp-landing .smartphone-p-screen {
    width: 146px;
    top: 176px;
    left: 1327px;
  }
  .fp-landing .logo {
    left: 1190px;
    width: 135px;
    top: 30px;
  }
  .fp-landing h1 {
    left: 1250px;
    font-size: 30px;
    width: 290px;
    top: 560px;
  }
  .fp-landing p.desc {
    left: 1190px;
    font-size: 14px;
    width: 290px;
    top: 670px;
  }
  .fp-landing p.twitter {
    left: 1190px;
    top: 880px;
    border-bottom: 1px dotted;
    padding-bottom: 27px;
  }
  .fp-landing div.social {
    left: 1190px;
    border-right: none;
  }
  .fp-landing .copyright {
    text-align: left;
    left: 1190px;
  }
}
.fp-landing .form-thankyou {
  display: none;
}
.fp-start {
  min-width: 320px;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: 'Open Sans';
  font-style: normal;
  color: #3d3d3d;
}
.fp-start .header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 55px;
  border-bottom: 1px solid #ccc;
  opacity: 0;
  transition: 1s opacity;
  transition-delay: 1s;
}
.fp-start .header-icons {
  position: absolute;
  top: 15px;
  left: 2000px;
  width: 150px;
  text-align: right;
  font-size: 23px;
}
.fp-start .header-icons a {
  text-decoration: none;
  color: #3d3d3d;
  margin-right: 12px;
}
.fp-start .header-icons .font-icon-mail-envelope-closed {
  font-size: 28px;
  position: relative;
  top: 2px;
  left: -2px;
}
.fp-start .fp-start-gray {
  width: 3000px;
  height: 5170px;
  left: 50%;
  margin-left: -1675px;
  background-color: #f2efeb;
  position: relative;
  overflow: hidden;
}
.fp-start .card-white-holder {
  width: 1450px;
  height: 1450px;
  position: absolute;
  top: -600px;
  left: 300px;
  transition: all 1s;
  transition-delay: 0.5s;
  transform: translateX(-1800px);
}
.fp-start .card-white {
  background-color: #ffffff;
  width: 1000px;
  height: 1000px;
  transform: rotate(45deg);
  position: absolute;
  left: 230px;
  top: 230px;
  transform-origin: center;
  border-radius: 40px;
}
.fp-start .card-white-shadow {
  background-color: transparent;
  width: 600px;
  height: 600px;
  transform: rotate(-45deg);
  position: absolute;
  top: 560px;
  left: 580px;
  transform-origin: center;
  -webkit-box-shadow: 0px 0px 152px -11px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 0px 0px 152px -11px rgba(0, 0, 0, 0.95);
  box-shadow: 0px 0px 152px -11px rgba(0, 0, 0, 0.95);
}
.fp-start .card-blue-holder {
  width: 1400px;
  height: 1400px;
  position: absolute;
  top: 50px;
  left: 1900px;
  z-index: 0;
  transition: all 1s;
  transition-delay: 0.8s;
  transform: translateX(1200px) translateY(-300px);
}
.fp-start .card-blue {
  background-color: #12b9d0;
  width: 1000px;
  height: 1000px;
  transform: rotate(-45deg);
  position: absolute;
  top: 180px;
  left: 230px;
  transform-origin: center;
  border-radius: 40px;
  border: 1px solid #99e1ea;
}
.fp-start .card-blue-shadow {
  background-color: transparent;
  width: 900px;
  height: 900px;
  transform: rotate(-40deg);
  position: absolute;
  top: 250px;
  left: 290px;
  transform-origin: center;
  border: 1px solid #99e1ea;
  -webkit-box-shadow: -80px 32px 92px -11px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -80px 32px 92px -11px rgba(0, 0, 0, 0.35);
  box-shadow: -80px 32px 92px -11px rgba(0, 0, 0, 0.35);
}
.fp-start .card-orange-holder {
  width: 800px;
  height: 800px;
  position: absolute;
  top: 500px;
  left: 1450px;
  transition: all 1s;
  transition-delay: 0.2s;
  transform: translateX(200px) translateY(-1700px);
}
.fp-start .card-orange {
  background-color: #f0b051;
  width: 560px;
  height: 560px;
  transform: rotate(-45deg);
  position: absolute;
  top: 120px;
  left: 120px;
  transform-origin: center;
  border-radius: 40px;
}
.fp-start .card-orange-shadow {
  background-color: red;
  width: 400px;
  height: 400px;
  transform: rotate(-50deg);
  position: absolute;
  top: 250px;
  left: 170px;
  transform-origin: center;
  -webkit-box-shadow: 0px 0px 152px -11px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 0px 0px 152px -11px rgba(0, 0, 0, 0.95);
  box-shadow: 0px 0px 152px -11px rgba(0, 0, 0, 0.95);
}
.fp-start .card-white2-holder {
  width: 1000px;
  height: 1000px;
  position: absolute;
  top: 4560px;
  left: 1050px;
  z-index: 2;
  transition: all 1s;
  transition-delay: 0.5s;
  transform: translateX(100px) translateY(500px);
}
.fp-start .card-white2 {
  background-color: #ffffff;
  width: 700px;
  height: 700px;
  transform: rotate(-45deg);
  position: absolute;
  top: 150px;
  left: 150px;
  transform-origin: center;
  border-radius: 40px;
}
.fp-start .card-white2-shadow {
  background-color: #ffffff;
  width: 600px;
  height: 600px;
  transform: rotate(-42deg);
  position: absolute;
  top: 190px;
  left: 170px;
  transform-origin: center;
  -webkit-box-shadow: 0px -30px 52px -11px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px -30px 52px -11px rgba(0, 0, 0, 0.55);
  box-shadow: 0px -30px 52px -11px rgba(0, 0, 0, 0.55);
}
.fp-start .card-blue2-holder {
  width: 1850px;
  height: 1850px;
  position: absolute;
  top: 4100px;
  left: 1480px;
  z-index: 0;
  transition: all 1s;
  transition-delay: 0.8s;
  transform: translateX(1200px) translateY(300px);
}
.fp-start .card-blue2 {
  background-color: #12b9d0;
  width: 1200px;
  height: 1400px;
  transform: rotate(-45deg);
  position: absolute;
  top: 220px;
  left: 320px;
  transform-origin: center;
  border-radius: 40px;
  border: 1px solid #99e1ea;
}
.fp-start .card-blue2-shadow {
  background-color: #12b9d0;
  width: 800px;
  height: 1000px;
  transform: rotate(-42deg);
  position: absolute;
  top: 210px;
  left: 480px;
  transform-origin: center;
  -webkit-box-shadow: 0px -40px 82px -11px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px -40px 82px -11px rgba(0, 0, 0, 0.55);
  box-shadow: 0px -40px 82px -11px rgba(0, 0, 0, 0.55);
}
.fp-start .card-orange2-holder {
  width: 1050px;
  height: 1050px;
  position: absolute;
  top: 4320px;
  left: 450px;
  transition: all 1s;
  transition-delay: 0.2s;
  transform: translateX(-1800px) translateY(-300px);
}
.fp-start .card-orange2 {
  background-color: #f0b051;
  width: 850px;
  height: 650px;
  transform: rotate(-45deg);
  position: absolute;
  top: 200px;
  left: 100px;
  transform-origin: center;
  border-radius: 40px;
}
.fp-start #smartphone-holder {
  position: absolute;
  top: 250px;
  left: 1350px;
  z-index: 2;
}
.fp-start .smartphone {
  width: 315px;
  transform: rotate(-45deg);
  transform-origin: center;
  border-radius: 30px;
  -webkit-box-shadow: 0px 32px 42px -11px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 32px 42px -11px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 32px 42px -11px rgba(0, 0, 0, 0.35);
}
.fp-start .smartphone-screen {
  position: absolute;
  top: 67px;
  left: 15px;
  width: 290px;
  transform: rotate(-45deg);
  transform-origin: center;
}
.fp-start #smartphone2-holder {
  position: absolute;
  top: 4350px;
  left: 1650px;
  z-index: 5;
}
.fp-start .smartphone2 {
  width: 315px;
  transform: rotate(45deg);
  transform-origin: center;
  border-radius: 30px;
  -webkit-box-shadow: 0px 32px 42px -11px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 32px 42px -11px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 32px 42px -11px rgba(0, 0, 0, 0.35);
}
.fp-start .smartphone2-screen {
  position: absolute;
  top: 64px;
  left: 13px;
  width: 290px;
  transform: rotate(45deg);
  transform-origin: center;
}
.fp-start .metka {
  position: absolute;
  top: 240px;
  left: 1460px;
  width: 145px;
  height: 142px;
  z-index: 3;
  border-radius: 75px;
  box-shadow: 0px 20px 13px -9px rgba(0, 0, 0, 0.25);
}
.fp-start .metka img {
  width: 151px;
}
.fp-start .logo {
  position: absolute;
  top: 40px;
  left: 1250px;
  width: 155px;
}
.fp-start .desc-block h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.2;
}
.fp-start .desc-block p.desc {
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 1.7;
}
.fp-start .desc-block .download-google,
.fp-start .desc-block .download-appstore {
  width: 135px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.fp-start .desc-block .download-google img,
.fp-start .desc-block .download-appstore img {
  width: 100%;
}
.fp-start #main-desc {
  position: absolute;
  top: 180px;
  left: 1730px;
  width: 320px;
}
.fp-start #subpane {
  position: absolute;
  top: 760px;
  left: 1210px;
  width: 930px;
}
.fp-start #second-desc {
  width: 500px;
  margin: 160px auto 110px;
  text-align: center;
}
.fp-start #third-desc {
  width: 500px;
  margin: 160px auto 0;
  text-align: center;
}
.fp-start #lower-desc {
  width: 330px;
  margin: 180px 0 0 130px;
}
.fp-start #lower-desc h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 40px;
}
.fp-start #lower-desc b {
  font-weight: 700;
}
.fp-start h2.twitter-head {
  width: 290px;
  margin-left: 50px;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.2;
}
.fp-start .twitter-block {
  width: 930px;
  user-select: none;
}
.fp-start p.twitter {
  width: 290px;
  height: 210px;
  font-size: 13px;
  line-height: 19px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 25px;
  position: relative;
  vertical-align: top;
  -webkit-box-shadow: 0px 22px 32px -11px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 22px 32px -11px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 22px 32px -11px rgba(0, 0, 0, 0.35);
}
.fp-start p.twitter span.icon {
  text-decoration: none;
  color: #12b9d0;
  font-size: 24px;
  line-height: 20px;
  display: block;
}
.fp-start p.twitter span.black {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-size: 12px;
  padding: 6px 0 0;
  border-top: 1px solid #ddd;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.fp-start p.twitter:last-child {
  margin-right: 0;
}
.fp-start .inter-text {
  z-index: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.fp-start .inter-text .inter-label {
  border: 1px solid #3d3d3d;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 14px;
  background-color: #f2efeb;
}
.fp-start .inter-text:before {
  content: "";
  display: block;
  border-left: 1px dotted #3d3d3d;
  height: 330px;
  width: 0px;
  position: absolute;
  top: -160px;
  z-index: -1;
}
.fp-start #inter-text1 {
  width: 220px;
  margin-top: 200px;
}
.fp-start #inter-text1:before {
  left: 110px;
}
.fp-start #inter-text2 {
  width: 240px;
}
.fp-start #inter-text2:before {
  left: 120px;
}
.fp-start #inter-text3 {
  width: 220px;
}
.fp-start #inter-text3:before {
  left: 110px;
}
.fp-start .authors-block {
  margin: 0 auto;
  width: 1900px;
  user-select: none;
}
.fp-start .authors {
  width: 290px;
  height: 440px;
  font-size: 13px;
  line-height: 19px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-right: 25px;
  -webkit-box-shadow: 0px 22px 32px -11px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 22px 32px -11px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 22px 32px -11px rgba(0, 0, 0, 0.35);
}
.fp-start .authors img {
  position: absolute;
  left: 60px;
  right: 20px;
  top: 40px;
  width: 150px;
  border-radius: 80px;
  padding: 7px;
}
.fp-start .authors h2 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 125px;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2;
}
.fp-start .authors p {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 290px;
}
.fp-start .authors .black {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-size: 12px;
  padding: 6px 0 0;
  border-top: 1px solid #ddd;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-decoration: none;
  color: inherit;
}
.fp-start .authors:nth-child(1) img {
  border: 1px solid #f0b051;
}
.fp-start .authors:nth-child(2) img {
  border: 1px solid #f07351;
}
.fp-start .authors:nth-child(3) img {
  border: 1px solid #12b9d0;
}
.fp-start .authors:nth-child(4) img {
  border: 1px solid #f0b051;
}
.fp-start .authors:nth-child(5) img {
  border: 1px solid #f07351;
}
.fp-start .authors:nth-child(6) {
  margin-right: 0;
}
.fp-start .authors:nth-child(6) img {
  border: 1px solid #12b9d0;
}
.fp-start .feedbox {
  margin: 50px auto 200px;
  position: relative;
  width: 800px;
  height: 350px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.fp-start .feedbox #feed-desc {
  position: absolute;
  top: 50px;
  left: 60px;
  width: 300px;
}
.fp-start .feedbox #feed-desc h1 {
  font-size: 24px;
}
.fp-start .feedbox a {
  display: inline-block;
  background-color: #fff;
  color: #3d3d3d;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  padding: 8px 22px;
  border-radius: 5px;
  margin-top: 30px;
}
.fp-start .feedbox img {
  width: 380px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.fp-start .shiftable {
  left: 50%;
  position: relative;
  transition: 0.5s margin-left;
}
.fp-start .shiftable.shift1 {
  margin-left: -150px;
}
.fp-start .shiftable.shift2 {
  margin-left: -470px;
}
.fp-start .shiftable.shift3 {
  margin-left: -790px;
}
.fp-start .shiftable.shift4 {
  margin-left: -1110px;
}
.fp-start .shiftable.shift5 {
  margin-left: -1430px;
}
.fp-start .shiftable.shift6 {
  margin-left: -1750px;
}
.fp-start .fp-footer {
  position: absolute;
  top: 4970px;
  left: 0px;
  right: 0px;
  z-index: 4;
}
.fp-start .fp-footer .sections {
  left: 1220px;
  position: absolute;
}
.fp-start #responsive-pane {
  position: static;
}
@media all and (max-width: 960px) {
  .fp-start .fp-start-gray {
    position: absolute;
    top: 0;
    bottom: 0;
    height: inherit;
    z-index: -1;
  }
  .fp-start .card-white-holder {
    left: 500px;
    top: -450px;
  }
  .fp-start .card-orange-holder {
    top: 450px;
    left: 1600px;
  }
  .fp-start .header-icons {
    left: initial;
    right: 30px;
  }
  .fp-start .logo {
    left: 30px;
  }
  .fp-start .desc-block {
    position: static !important;
    width: auto !important;
    margin: 140px 30px 40px !important;
  }
  .fp-start #smartphone-holder {
    position: relative;
    top: initial;
    left: initial;
    margin-left: 30%;
  }
  .fp-start .smartphone {
    width: 250px;
  }
  .fp-start .smartphone-screen {
    width: 235px;
    top: 50px;
    left: 10px;
  }
  .fp-start .metka {
    position: absolute;
    top: 0px;
    left: 130px;
  }
  .fp-start h2.twitter-head {
    position: relative;
    left: initial;
    top: initial;
    margin: 130px auto 20px;
    text-align: center;
    height: auto;
  }
  .fp-start h2.twitter-head:before {
    content: "";
    display: block;
    border-left: 1px dotted #3d3d3d;
    height: 150px;
    width: 0px;
    position: absolute;
    top: -160px;
    left: 50%;
  }
  .fp-start #subpane {
    position: static;
    width: 100%;
  }
  .fp-start .inter-text {
    position: relative;
    top: initial !important;
    left: initial !important;
    margin: 180px auto;
  }
  .fp-start .bigfish {
    max-width: 100%;
  }
  .fp-start .feedbox {
    position: relative;
    left: initial;
    top: initial;
    margin: 30px;
    padding-bottom: 30px;
    width: auto;
    height: auto;
    text-align: center;
  }
  .fp-start .feedbox #feed-desc {
    margin-top: 30px !important;
    max-width: 600px;
    display: inline-block;
  }
  .fp-start .feedbox img {
    margin-top: 30px;
    position: static;
    width: 80%;
    max-width: 550px;
  }
  .fp-start #lower-desc {
    text-align: center;
  }
  .fp-start #smartphone2-holder {
    position: relative;
    top: initial;
    left: initial;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 210px;
    height: 130px;
    overflow: hidden;
  }
  .fp-start .smartphone2 {
    transform: none;
    width: 210px;
  }
  .fp-start .smartphone2-screen {
    width: 190px;
    transform: none;
    top: 40px;
    left: 10px;
  }
  .fp-start .fp-footer {
    position: relative;
    top: initial;
    left: inital;
    padding: 35px 30px;
    height: auto;
  }
  .fp-start .fp-footer .section {
    position: relative;
    top: initial;
    left: initial;
    display: inline-block;
    width: 49%;
    height: 150px;
    text-align: left;
  }
  .fp-start .fp-footer .sections {
    position: relative;
    top: initial;
    left: initial;
  }
  .fp-start .card-blue2-holder,
  .fp-start .card-orange2-holder,
  .fp-start .card-white2-holder {
    display: none;
  }
}
@media all and (max-width: 400px) {
  .fp-start .header-icons {
    right: 10px;
    font-size: 20px;
  }
  .fp-start .smartphone {
    width: 180px;
  }
  .fp-start .smartphone-screen {
    width: 170px;
    top: 35px;
    left: 7px;
  }
  .fp-start .feedbox img {
    width: 90%;
  }
  .fp-start .metka {
    width: 105px;
    height: 105px;
    left: 85px;
  }
  .fp-start .metka img {
    width: 110px;
  }
}
.fp-footer {
  position: relative;
  height: 235px;
  background-color: #3d3d3d;
  color: #fff;
}
.fp-footer a {
  color: #fff;
}
.fp-footer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  border-top: 1px solid #474747;
  height: 1px;
}
.fp-footer .sections {
  width: 900px;
  top: 40px;
  position: relative;
  margin: 0 auto;
}
.fp-footer .section {
  position: absolute;
  font-size: 11px;
  line-height: 17px;
}
.fp-footer .section p {
  position: absolute;
  top: 40px;
}
.fp-footer .section1 {
  left: 0px;
  width: 200px;
}
.fp-footer .section1 img {
  width: 97px;
}
.fp-footer .section2 {
  left: 230px;
  width: 200px;
}
.fp-footer .section3 {
  left: 460px;
  width: 360px;
}
.fp-footer .section3 a {
  text-decoration: none;
  color: inherit;
  width: 170px;
  display: inline-block;
  margin-bottom: 10px;
}
.fp-footer .section4 {
  left: 780px;
  width: 120px;
  text-align: right;
}
.fp-footer .section4 p {
  width: 100%;
}
.fp-footer .section4 a {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 10px;
}
@media all and (max-width: 960px) {
  .fp-footer {
    padding: 35px 30px;
    height: auto;
  }
  .fp-footer .sections {
    position: initial;
    height: auto;
    width: auto;
  }
  .fp-footer .section {
    position: relative;
    top: initial;
    left: initial;
    display: inline-block;
    width: 49%;
    height: 150px;
    text-align: left;
  }
  .fp-footer:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 230px;
    border-top: 1px solid #474747;
    height: 1px;
  }
}
@media all and (max-width: 360px) {
  .fp-footer:before {
    display: none;
  }
  .fp-footer .section {
    width: auto;
    height: auto;
    display: block;
    position: static;
    margin: 0 0 20px;
  }
  .fp-footer .section p {
    position: static;
  }
}
.fp-sale-template {
  background: #f2efeb;
}
.fp-sale-template header {
  max-width: 960px;
  margin: 0 auto;
  height: 100px;
  position: relative;
}
.fp-sale-template header .logo {
  width: 155px;
  position: absolute;
  left: 30px;
  top: 50px;
}
.fp-sale-template header .politykalogo {
  width: 120px;
  position: absolute;
  right: 30px;
  top: 50px;
}
@media all and (max-width: 500px) {
  .fp-sale-template header {
    height: 65px;
  }
  .fp-sale-template header .logo {
    width: 125px;
    left: 20px;
    top: 35px;
  }
  .fp-sale-template header .politykalogo {
    display: none;
  }
}
.fp-sale-offer {
  padding: 0 30px;
  color: #3d3d3d;
}
.fp-sale-offer .prepaid-info-options-mobile {
  display: none;
}
.fp-sale-offer .underlinedlink {
  padding-bottom: 2px;
  line-height: 22px;
}
.fp-sale-offer .section {
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 800px;
  margin: 50px auto 75px;
  display: flex;
  flex-direction: row;
}
.fp-sale-offer .subsection {
  padding: 30px;
}
.fp-sale-offer .subsection:nth-child(1) {
  border-right: 1px solid #ccc;
  width: 28%;
  box-sizing: border-box;
}
.fp-sale-offer .subsection:nth-child(2) {
  width: 72%;
  box-sizing: border-box;
}
.fp-sale-offer .subsection h2 {
  margin-top: 0;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 25px;
}
.fp-sale-offer .subsection p {
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 1.7;
}
.fp-sale-offer .subsection b {
  font-family: 'Open Sans';
}
.fp-sale-offer .prepaid-info-options {
  font-family: 'Open Sans';
}
.fp-sale-offer .prepaid-info-options td:nth-child(1),
.fp-sale-offer .prepaid-info-options td:nth-child(2) {
  border-right: 1px dotted #ccc;
}
.fp-sale-offer .prepaid-info-options td {
  padding: 0 15px;
}
.fp-sale-offer .prepaid-info-options td:nth-child(1) {
  padding-left: 0;
}
.fp-sale-offer .prepaid-info-options .days {
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
}
.fp-sale-offer .prepaid-info-options .text {
  font-size: 15px;
}
.fp-sale-offer .prepaid-info-options .text td {
  padding-bottom: 15px;
}
.fp-sale-offer .prepaid-info-options .save {
  font-size: 15px;
  line-height: 12px;
}
.fp-sale-offer .prepaid-info-options .save td {
  padding-bottom: 30px;
}
.fp-sale-offer .prepaid-info-options .price {
  font-size: 26px;
  font-weight: normal;
}
.fp-sale-offer .prepaid-info-options .price span {
  font-size: 37px;
  font-weight: 800;
}
.fp-sale-offer .prepaid-info-options .price .p1 {
  color: #f0b051;
}
.fp-sale-offer .prepaid-info-options .price .p2 {
  color: #f07351;
}
.fp-sale-offer .prepaid-info-options .price .p3 {
  color: #12b9d0;
}
.fp-sale-offer .prepaid-info-options .buttons .p1 .button {
  background-color: #f0b051;
}
.fp-sale-offer .prepaid-info-options .buttons .p2 .button {
  background-color: #f07351;
}
.fp-sale-offer .prepaid-info-options .buttons .p3 .button {
  background-color: #12b9d0;
}
.fp-sale-offer .prepaid-info-options .button {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 10px 38px;
}
.fp-sale-offer .prepaid-info-options-mobile {
  font-family: 'Open Sans';
}
.fp-sale-offer .prepaid-info-options-mobile div {
  padding: 10px;
}
.fp-sale-offer .prepaid-info-options-mobile a {
  display: block;
  color: inherit;
  text-decoration: none;
  border: 1px solid;
  margin-bottom: 8px;
  border-radius: 5px;
}
.fp-sale-offer .prepaid-info-options-mobile .days {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
  width: 40%;
  box-sizing: border-box;
  vertical-align: text-bottom;
}
.fp-sale-offer .prepaid-info-options-mobile .price {
  display: inline-block;
  font-size: 26px;
  font-weight: normal;
  text-align: right;
  width: 56%;
  box-sizing: border-box;
}
.fp-sale-offer .prepaid-info-options-mobile .price span {
  font-size: 40px;
  font-weight: 800;
}
.fp-sale-offer .prepaid-info-options-mobile a.p1 {
  border-color: #f0b051;
}
.fp-sale-offer .prepaid-info-options-mobile a.p1 .price {
  color: #f0b051;
}
.fp-sale-offer .prepaid-info-options-mobile a.p2 {
  border-color: #f07351;
}
.fp-sale-offer .prepaid-info-options-mobile a.p2 .price {
  color: #f07351;
}
.fp-sale-offer .prepaid-info-options-mobile a.p3 {
  border-color: #12b9d0;
}
.fp-sale-offer .prepaid-info-options-mobile a.p3 .price {
  color: #12b9d0;
}
@media all and (max-width: 830px) {
  .fp-sale-offer .section {
    flex-direction: column;
  }
  .fp-sale-offer .subsection:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #ccc;
    width: auto;
  }
  .fp-sale-offer .subsection:nth-child(2) {
    width: auto;
  }
}
@media all and (max-width: 650px) {
  .fp-sale-offer {
    padding: 0 15px;
  }
  .fp-sale-offer .prepaid-info-options-mobile {
    display: block;
  }
  .fp-sale-offer .prepaid-info-options {
    display: none;
  }
  .fp-sale-offer .subsection {
    padding: 40px 20px;
  }
}
@media all and (max-width: 420px) {
  .fp-sale-offer .prepaid-info-options-mobile .price span {
    font-size: 28px;
  }
  .fp-sale-offer .prepaid-info-options-mobile .days {
    font-size: 17px;
    line-height: 12px;
  }
}
.fp-sale-confirm {
  padding: 0 30px;
  counter-reset: section;
  font-family: 'Open Sans';
  color: #3d3d3d;
}
.fp-sale-confirm .section {
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 830px;
  margin: 50px auto 75px;
}
.fp-sale-confirm h2 {
  margin: 0 0 15px;
  font-weight: 300;
  font-size: 25px;
  counter-increment: section;
  position: relative;
}
.fp-sale-confirm h2:before {
  content: counter(section);
  position: absolute;
  left: -40px;
  top: 4px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #555;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  text-align: center;
  line-height: 25px;
}
.fp-sale-confirm h3 {
  font-weight: 800;
  font-size: 20px;
  margin: 15px 0 10px;
}
.fp-sale-confirm .return a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  color: initial;
  margin: 20px 0 0;
  display: inline-block;
  font-weight: 800;
  font-size: 13px;
}
.fp-sale-confirm .smartphoneElement {
  width: 200px;
  position: absolute;
  transform: rotate(45deg);
  top: -20px;
  right: 150px;
  -webkit-box-shadow: 0px 32px 42px -11px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 32px 42px -11px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 32px 42px -11px rgba(0, 0, 0, 0.85);
}
.fp-sale-confirm .smartphoneElement .smartphone {
  width: 100%;
}
.fp-sale-confirm .smartphoneElement .screen {
  width: 90%;
  position: absolute;
  top: 40px;
  left: 10px;
}
.fp-sale-confirm .params {
  font-size: 18px;
  line-height: 22px;
}
.fp-sale-confirm .paramname {
  font-size: 13px;
}
.fp-sale-confirm .field {
  display: inline-block;
  width: 32%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.fp-sale-confirm .field label {
  font-size: 13px;
  margin: 5px 0 10px;
  display: block;
}
.fp-sale-confirm .field input {
  border: none;
  padding: 3px 8px;
  width: 100%;
  box-sizing: border-box;
}
.fp-sale-confirm .field select {
  display: block;
  width: 100%;
  border: none;
  padding: 3px 8px;
}
.fp-sale-confirm .subsection {
  background-color: #f2efeb;
  border-top: 1px solid #ccc;
  padding: 30px 50px 35px 80px;
  position: relative;
}
.fp-sale-confirm .subsection:nth-child(1) {
  border: none;
  border-radius: 10px;
}
.fp-sale-confirm .button {
  background-color: #12b9d0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 10px 45px;
  margin-bottom: 60px;
  border: none;
  cursor: pointer;
}
.fp-sale-confirm .button:disabled {
  background-color: #ccc;
  cursor: auto;
}
.fp-sale-confirm .tos .termsofservice {
  margin: 20px 0;
  background-color: #fff;
  padding: 10px 15px;
  height: 200px;
  color: #888;
  overflow-y: scroll;
  overflow-x: hidden;
}
.fp-sale-confirm .tos .termsofservice p,
.fp-sale-confirm .tos .termsofservice li {
  font-size: 13px;
}
.fp-sale-confirm .tos .termsofservice ul,
.fp-sale-confirm .tos .termsofservice ol {
  padding-left: 15px;
}
.fp-sale-confirm .subsection_splitted {
  display: flex;
  flex-direction: row;
  padding-right: 20px;
  padding-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fp-sale-confirm .subsection_splitted .subsubsection:nth-child(1) {
  width: 66%;
  border-right: 1px solid #ccc;
  padding-right: 25px;
  margin-top: 20px;
}
.fp-sale-confirm .subsection_splitted .subsubsection:nth-child(2) {
  width: 34%;
  padding-left: 25px;
}
.fp-sale-confirm .termsofservice_startnow {
  font-size: 13px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.fp-sale-confirm .termsofservice_accept {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 6px;
}
.fp-sale-confirm .termsofservice_accept input[type="checkbox"] {
  display: none;
}
.fp-sale-confirm .termsofservice_accept input[type="checkbox"] + label span {
  width: 23px;
  height: 23px;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.fp-sale-confirm .termsofservice_accept input[type="checkbox"]:checked + label span:before {
  content: "X";
  width: 23px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  color: #888;
}
.fp-sale-confirm .paymentPlatform {
  font-size: 13px;
  display: inline-block;
  width: 140px;
  margin-bottom: 10px;
}
.fp-sale-confirm .feed {
  width: 100%;
}
.fp-sale-confirm .paylogo {
  display: inline-block;
  width: 45px;
}
@media all and (max-width: 830px) {
  .fp-sale-confirm .smartphoneElement {
    display: none;
  }
  .fp-sale-confirm .subsection_splitted {
    flex-direction: column;
  }
  .fp-sale-confirm .subsection_splitted .subsubsection:nth-child(1) {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .fp-sale-confirm .subsection_splitted .subsubsection:nth-child(2) {
    width: auto;
    padding: 0;
  }
  .fp-sale-confirm .subsection_splitted .feed {
    display: none;
  }
  .fp-sale-confirm .subsection_splitted .button {
    float: right;
  }
}
@media all and (max-width: 630px) {
  .fp-sale-confirm .field {
    display: block;
    width: auto;
    margin-bottom: 15px;
  }
  .fp-sale-confirm .button {
    padding: 10px 20px;
  }
  .fp-sale-confirm .subsection {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fp-sale-confirm h2:before {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    left: 0;
    top: -2px;
  }
  .fp-sale-confirm .termsofservice {
    padding: 15px;
    height: 300px;
  }
}
@media all and (max-width: 500px) {
  .fp-sale-confirm {
    padding: 0 15px;
  }
  .fp-sale-confirm .subsection_splitted .button {
    display: block;
    float: none;
    margin-top: 20px;
  }
}
.fp-sale-thankyou,
.fp-sale-failure {
  padding: 0 30px;
  color: #3d3d3d;
}
.fp-sale-thankyou .section,
.fp-sale-failure .section {
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 800px;
  margin: 50px auto 75px;
  text-align: center;
  padding: 0 20px 40px;
}
.fp-sale-thankyou h2,
.fp-sale-failure h2 {
  margin-top: 70px;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 25px;
}
.fp-sale-thankyou p,
.fp-sale-failure p {
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 1.7;
  max-width: 300px;
  margin: 0 auto 25px;
}
.fp-sale-thankyou .button,
.fp-sale-failure .button {
  background-color: #12b9d0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 10px 38px;
  margin-bottom: 60px;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .fp-sale-thankyou,
  .fp-sale-failure {
    padding: 0 15px;
  }
}
