@charset "UTF-8";

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

*:before,
*:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: "Lora Tit", "Georgia", serif;
}

body {
  color: #2a2d32;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: inherit;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

@media screen and (max-width: 1279px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

.tl:not(.loaded) {
  opacity: 0;
}

.tl.loaded {
  -webkit-animation-name: loadAnimation;
          animation-name: loadAnimation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes loadAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loadAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.container {
  position: relative;
}

@media screen and (max-width: 1279px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
    margin: auto;
  }
}

.section {
  position: relative;
}

@media screen and (max-width: 1279px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section.is-black {
  background: #0d0e0e;
  color: #fff;
}

.section.is-primary {
  background: #FF6600;
  color: #000;
}

@media screen and (min-width: 1280px) {
  .columns {
    display: flex;
  }
}

.column {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.column.is-half {
  flex: none;
  width: 50%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lora Tit", "Georgia", serif;
  color: #2a2d32;
}

@media screen and (min-width: 1280px) {
  .margin-left {
    margin-left: 60px;
  }

  .margin-right {
    margin-right: 60px;
  }

  .padding-left {
    padding-left: 60px;
  }

  .padding-right {
    padding-right: 60px;
  }

  .border-left {
    border-left: 2px solid #FF6600;
  }

  .border-left-animation {
    position: relative;
    -webkit-animation: none !important;
            animation: none !important;
  }

  .border-left-animation:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 2px;
    background: #FF6600;
    transition: height 0.5s ease;
  }

  .border-left-animation.loaded:after {
    height: 100%;
  }
}

.border-bottom-animation {
  position: relative;
  -webkit-animation: none !important;
          animation: none !important;
}

.border-bottom-animation:after {
  content: "";
  position: absolute;
  bottom: 0;
  bottom: 0;
  height: 2px;
  width: 0px;
  background: #FF6600;
  transition: width 0.5s ease;
}

.border-bottom-animation.loaded:after {
  width: 100%;
}

.accent-line-horizontal {
  width: 100px;
  height: 2px;
  position: relative;
  -webkit-animation-name: none !important;
          animation-name: none !important;
  margin-bottom: 40px;
}

@media screen and (max-width: 1279px) {
  .accent-line-horizontal {
    width: 50px;
    margin-bottom: 25px;
  }
}

.accent-line-horizontal.is-dark:after {
  background: #2a2d32;
}

.accent-line-horizontal:after {
  position: absolute;
  background: #FF6600;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.5s ease;
}

.accent-line-horizontal.loaded:after {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .accent-line-horizontal.is-top-line {
    margin-bottom: 40px;
  }
}

.trust {
  max-width: 400px;
  color: #FF6600;
  margin-left: 100px;
  margin-top: 47px;
}

.trust-black {
  text-align: center;
  margin-top: 80px;
}

/*****************

  CHART

  <div class="column chart-column">
<div class="num">4</div>
<div class="score">30 515</div>
<div class="lab">myslenicka24.pl</div>
</div>

 */

/************** MAGAZINE */

.headline {
  line-height: 1.1;
  font-size: 68px;
  margin-bottom: 50px;
}

.lead {
  font-size: 32px;
  line-height: 1.35;
}

.paragraph {
  font-size: 20px;
  line-height: 1.6;
}

.sub-headline {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 16px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .headline {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.15;
  }

  .sub-headline {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.15;
  }

  .lead {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .paragraph {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.button {
  display: inline-block;
  background: #FF6600;
  border-radius: 0px;
  font-family: "Graphik Web";
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  box-shadow: 0 20px 18px -20px #f60;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.button:hover {
  color: #fff;
  background: #ff6600;
  box-shadow: 0 20px 18px -20px rgba(255, 102, 0, 0.5);
}

@media screen and (max-width: 1279px) {
  .button {
    font-size: 13px;
    line-height: 44px;
    padding: 0 19px;
  }
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.lines.is-dark .line {
  background: #f1f1f1;
}

.lines.is-on-yellow .line {
  background-color: rgba(0, 0, 0, 0.04);
}

.lines.is-white .line {
  background-color: rgba(255, 255, 255, 0.05);
}

.lines.is-strong-white .line {
  background-color: rgba(255, 255, 255, 0.1);
}

.lines .container {
  height: 100%;
}

.line {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.line:first-child,
.line.line-1 {
  left: 0;
}

.line:nth-child(2),
.line.line-2 {
  left: 25%;
}

@media screen and (max-width: 1279px) {
  .line:nth-child(2),
  .line.line-2 {
    display: none;
  }
}

.line:nth-child(3),
.line.line-3 {
  left: 50%;
}

.line:nth-child(4),
.line.line-4 {
  left: 75%;
}

@media screen and (max-width: 1279px) {
  .line:nth-child(4),
  .line.line-4 {
    display: none;
  }
}

.line:nth-child(5),
.line.line-5 {
  left: 100%;
}

.line.is-primary:after {
  content: "";
  position: absolute;
  height: 100%;
  transition: height 0.5s ease;
  transition-delay: 0.25s;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FF6600 !important;
}

.line.is-black:after {
  content: "";
  position: absolute;
  height: 100%;
  transition: height 0.5s ease;
  transition-delay: 0.25s;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000 !important;
}

.line.is-bottom {
  bottom: 0;
}

.line.is-bottom:after {
  transition-delay: 0s !important;
}

.line.tl:not(.loaded) {
  opacity: 1;
}

.line.tl:not(.loaded):after {
  height: 0px;
}

.lines.is-start-animation .base-line-1 {
  -webkit-animation: 0.6s linear 0.1s 1 baseLineAnimation;
          animation: 0.6s linear 0.1s 1 baseLineAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translateY(-100%);
}

.lines.is-start-animation .base-line-2 {
  -webkit-animation: 0.6s linear 0.25s 1 baseLineAnimation;
          animation: 0.6s linear 0.25s 1 baseLineAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translateY(-100%);
}

.lines.is-start-animation .base-line-3 {
  -webkit-animation: 0.6s linear 0.2s 1 baseLineAnimation;
          animation: 0.6s linear 0.2s 1 baseLineAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translateY(-100%);
}

.lines.is-start-animation .base-line-4 {
  -webkit-animation: 0.6s linear 0.3s 1 baseLineAnimation;
          animation: 0.6s linear 0.3s 1 baseLineAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translateY(-100%);
}

.lines.is-start-animation .base-line-5 {
  -webkit-animation: 0.6s linear 0.17s 1 baseLineAnimation;
          animation: 0.6s linear 0.17s 1 baseLineAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translateY(-100%);
}

.lines.is-start-animation .accent-line-1 {
  opacity: 0;
  -webkit-animation: 0.6s linear 0.8s 1 accentLineAnimation;
          animation: 0.6s linear 0.8s 1 accentLineAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.lines.is-start-animation .accent-line-2 {
  opacity: 0;
  -webkit-animation: 0.6s linear 0.95s 1 accentLineAnimation;
          animation: 0.6s linear 0.95s 1 accentLineAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.lines.is-start-animation .accent-line-3 {
  opacity: 0;
  -webkit-animation: 0.6s linear 0.9s 1 accentLineAnimation;
          animation: 0.6s linear 0.9s 1 accentLineAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.lines.is-start-animation .accent-line-4 {
  opacity: 0;
  -webkit-animation: 0.6s linear 1s 1 accentLineAnimation;
          animation: 0.6s linear 1s 1 accentLineAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.lines.is-start-animation .accent-line-5 {
  opacity: 0;
  -webkit-animation: 0.6s linear 0.87s 1 accentLineAnimation;
          animation: 0.6s linear 0.87s 1 accentLineAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes accentLineAnimation {
  0% {
    opacity: 1;
    height: 1000px;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes accentLineAnimation {
  0% {
    opacity: 1;
    height: 1000px;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes baseLineAnimation {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes baseLineAnimation {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes loadLineAnimation {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes loadLineAnimation {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.hero-image-con {
  position: relative;
  padding-bottom: 52.35%;
  background: #0d0e0e;
}

@media screen and (max-width: 1279px) {
  .hero-image-con {
    padding-bottom: 140%;
  }
}

.hero-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hero-container .container {
  height: 100%;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-animation: 0.5s ease 0s 1 heroImageAnimation;
          animation: 0.5s ease 0s 1 heroImageAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero-logo {
  position: absolute;
  z-index: 2;
  width: 240px;
  margin: 0;
  left: 0px;
  top: 20px;
  height: auto;
  opacity: 0;
  -webkit-animation: 0.25s ease 0.75s 1 heroLogoAnimation;
          animation: 0.25s ease 0.75s 1 heroLogoAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: none;
}

@media screen and (max-width: 1279px) {
  .hero-logo {
    width: 155px;
    left: 15px;
  }
}

.hero-logo-big {
  width: 824px;
  height: 292px;
  margin-left: -407px;
  margin-top: -131px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-animation: 0.2s ease 0.65s 1 heroTextAnimation;
          animation: 0.2s ease 0.65s 1 heroTextAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.back-link {
  position: absolute;
  color: #fff;
  left: 15px;
  top: 8px;
  font-size: 35px;
  padding: 10px;
  display: block;
  -webkit-animation: 0.25s ease 0.75s 1 heroLogoAnimation;
          animation: 0.25s ease 0.75s 1 heroLogoAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.back-link:hover {
  color: #fff;
}

.is-variant-2 .hero-logo-big {
  display: none;
}

.is-variant-2 .hero-logo {
  display: block;
}

.is-variant-2 .hero-text {
  display: block;
}

.is-variant-2 .back-link {
  display: none;
}

nav {
  position: absolute;
  right: -2px;
  top: 50px;
  opacity: 0;
  -webkit-animation: 0.25s ease 0.75s 1 heroLogoAnimation;
          animation: 0.25s ease 0.75s 1 heroLogoAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

nav ul {
  display: flex;
}

nav li:first-child a {
  border-left: 2px solid #FF6600;
}

nav a {
  display: block;
  padding: 0px 25px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-family: "Graphik Web";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-right: 2px solid #FF6600;
}

nav a:hover {
  color: #fff;
}

.hero-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 333;
  opacity: 0;
  -webkit-animation: 0.2s ease 0.2s 1 heroTextAnimation;
          animation: 0.2s ease 0.2s 1 heroTextAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero-text .button {
  margin-top: 40px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1279px) {
  .hero-text .button {
    margin-top: 0px;
  }
}

.hero-text .con {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .hero-text .con {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.is-variant-3 .hero-text .con {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .is-variant-3 .hero-text .button {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 1279px) {
  .is-variant-3 .hero-text .button {
    margin-bottom: 60px;
  }
}

@-webkit-keyframes heroTextAnimation {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes heroTextAnimation {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes heroLogoAnimation {
  0% {
    opacity: 0;
    transform: translateY(5px);
    transform: translateY(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes heroLogoAnimation {
  0% {
    opacity: 0;
    transform: translateY(5px);
    transform: translateY(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes heroImageAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
    opacity: 0.5;
    opacity: 0.6;
    opacity: 0.4;
  }
}

@keyframes heroImageAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
    opacity: 0.5;
    opacity: 0.6;
    opacity: 0.4;
  }
}

.big-number {
  margin-top: 50px;
}

.big-number .num {
  font-weight: 500;
  font-size: 68px;
  line-height: 68px;
  margin-bottom: 5px;
  color: #FF6600;
}

@media screen and (max-width: 1279px) {
  .big-number .num {
    font-size: 48px;
    line-height: 48px;
  }
}

.big-number .lab {
  line-height: 1.35;
  font-family: "Graphik Web";
  font-size: 17px;
  font-weight: 400;
}

@media screen and (max-width: 1279px) {
  .big-number .lab {
    font-size: 14px;
  }
}

@media screen and (max-width: 1279px) {
  .big-number {
    padding-left: 30px;
    margin-top: 30px;
    border-left: 2px solid #FF6600;
  }
}

.brand-users {
  font-family: "Graphik Web";
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

.brand-users li {
  padding: 17px 0;
  margin-left: 5px;
}

.brand-users .mdi {
  font-size: 60px;
  float: left;
  margin-right: 30px;
  margin-bottom: -10px;
  margin-top: -16px;
  width: 60px;
  text-align: center;
  color: #ff6600;
}

@media screen and (max-width: 1279px) {
  .brand-users {
    font-size: 16px;
  }

  .brand-users .mdi {
    width: 60px;
    font-size: 60px;
    margin-right: 20px;
  }

  .brand-users li {
    padding: 13px 0;
    margin-left: 0px;
  }
}

.user-line {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .user-line {
    width: 685px;
  }
}

.ranking-text {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .ranking-text .paragraph {
    margin-top: -25px;
  }
}

@media screen and (min-width: 1280px) {
  .ranking-text {
    position: absolute;
    left: 400px;
    margin-left: 98px;
    margin-right: 170px;
    padding-top: 2px;
  }
}

@media screen and (max-width: 1279px) {
  .mobile-slider-con {
    padding-top: 0px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .mobile-slider {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 360px;
  }

  .mobile-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.chart-columns {
  margin-left: -14px;
  margin-right: -14px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .chart-columns {
    width: 1000px;
    transform-origin: 0 0;
    transform: scale(0.61);
  }
}

.chart-column:first-child {
  width: 31%;
  flex: none;
}

.chart-column:first-child .num {
  font-size: 250px;
  color: #FF6600;
  opacity: 1;
  margin-bottom: 60px;
}

.chart-column:first-child .score {
  flex-direction: column;
  justify-content: flex-end;
}

.chart-column:first-child .score-inside {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}

.chart-column:first-child .info {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 40px;
}

.chart-column {
  font-family: "Graphik Web";
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 14px;
  padding-right: 14px;
}

.chart-column .num {
  font-size: 150px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  opacity: 0.15;
  color: #fff;
}

.chart-column.loaded .score:after {
  height: 100%;
}

.chart-column .score {
  height: 500px;
  color: #FF6600;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  position: relative;
}

.chart-column .score:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
  transition: height 0.5s ease;
}

.chart-column .lab {
  text-align: center;
  padding: 10px;
  font-size: 19px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1279px) {
  .chart-column .lab {
    font-size: 21px;
  }
}

.chart-column:nth-child(1) .score {
  height: 539px;
}

.chart-column:nth-child(2) .score {
  height: 115.5px;
}

.chart-column:nth-child(3) .score {
  height: 84px;
}

.chart-column:nth-child(4) .score {
  height: 14px;
}

@media screen and (max-width: 1279px) {
  .chart-column:nth-child(1) .score {
    height: 500.5px;
  }

  .chart-column:nth-child(2) .score {
    height: 104px;
  }

  .chart-column:nth-child(3) .score {
    height: 32.5px;
  }

  .chart-column:nth-child(4) .score {
    height: 19.5px;
  }
}

.chart-column:nth-child(1) .score {
  height: 504px;
}

.chart-column:nth-child(2) .score {
  height: 54px;
}

.chart-column:nth-child(3) .score {
  height: 30px;
}

.chart-column:nth-child(4) .score {
  height: 12px;
}

@media screen and (max-width: 1279px) {
  .chart-column:nth-child(1) .score {
    height: 504px;
  }

  .chart-column:nth-child(2) .score {
    height: 54px;
  }

  .chart-column:nth-child(3) .score {
    height: 30px;
  }

  .chart-column:nth-child(4) .score {
    height: 18px;
  }
}

.chart-label {
  font-family: "Graphik Web";
  font-size: 19px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  margin-bottom: -20px;
  opacity: 1 !important;
}

@media screen and (max-width: 1279px) {
  .chart-label {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.35;
  }
}

@media screen and (min-width: 1280px) {
  .magazine-cover-con {
    margin-left: -30px;
  }
}

@media screen and (max-width: 1279px) {
  .magazine-cover-con {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }
}

.magazine-cover {
  width: 100%;
  transform: translateX(10%);
  transition: transform 0.5s ease !important;
}

.magazine-cover.loaded {
  transform: translateX(0);
}

.magazine-description {
  transform: translateX(-10%);
  transition: transform 0.5s ease !important;
}

@media screen and (min-width: 1280px) {
  .magazine-description {
    padding-left: 110px;
  }

  .magazine-description .paragraph {
    padding-right: 132px;
  }
}

.magazine-description.loaded {
  transform: translateX(0);
}

.magazine-section .paragraph {
  color: #bbb;
}

.quality {
  color: #FF6600;
}

@media screen and (min-width: 1280px) {
  .quality {
    margin-top: 80px;
    margin-bottom: 100px;
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
    position: relative;
    -webkit-animation: none !important;
            animation: none !important;
  }

  .quality span {
    display: block;
  }

  .quality .small {
    font-size: 44px;
  }

  .quality:before,
  .quality:after {
    content: "";
    width: 0px;
    position: absolute;
    height: 2px;
    top: 59%;
    left: 0;
    background: #FF6600;
    transition: width 0.5s ease;
  }

  .quality:after {
    left: auto;
    right: 0;
    left: auto;
  }

  .quality.loaded:before,
  .quality.loaded:after {
    width: 200px;
  }
}

@media screen and (max-width: 1279px) {
  .quality {
    font-size: 38px;
    line-height: 1.15;
    margin: 60px 0;
    text-align: center;
  }
}

.magazine-half-column.loaded:after {
  height: 140px;
}

@media screen and (max-width: 1279px) {
  .magazine-half-column {
    border-left: 2px solid #FF6600;
    padding-left: 30px;
  }
}

.feature-list {
  margin-top: 60px;
  font-family: "Graphik Web";
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.015em;
}

.feature-list .column {
  padding-bottom: 2px;
  padding-left: 60px;
  padding-right: 10px;
}

@media screen and (max-width: 1279px) {
  .feature-list {
    padding-left: 0px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
  }

  .feature-list .column {
    padding-left: 0px;
    width: 90%;
    border-left: 2px solid #FF6600;
    padding-left: 30px;
    margin-bottom: 25px;
  }
}

.magazine-pricing .paragraph {
  font-size: 24px;
  line-height: 1.35;
  margin-top: 0px;
}

@media screen and (min-width: 1280px) {
  .magazine-pricing .paragraph {
    margin-top: -25px;
    margin-top: -35px;
    margin-bottom: 40px;
  }
}

.pricing-columns {
  margin-left: 60px;
  margin-right: 20px;
  margin-bottom: 35px;
  margin-top: 0px;
  display: flex;
}

.pricing-columns:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
  .pricing-mobile-slider {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 10px;
  }

  .pricing-columns {
    width: 1200px;
    margin-left: 30px;
  }
}

.pricing-column {
  padding-right: 40px;
}

.pricing-column .figure-absolute {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 18px);
  max-width: calc(100% + 18px);
  position: relative;
  display: block;
  padding-bottom: 85.5%;
}

.pricing-column .figure-absolute img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
}

.pricing-column .text-con {
  display: flex;
  justify-content: space-between;
  margin-top: -6px;
  padding-bottom: 7px;
  line-height: 30px;
  position: relative;
}

.pricing-column .lab {
  font-size: 24px;
}

.pricing-column .old-price {
  position: absolute;
  right: 0;
  top: -22px;
  text-decoration: line-through;
  color: #777;
}

.pricing-column .price {
  text-align: right;
  font-size: 24px;
  color: #FF6600;
  z-index: 2;
  position: relative;
  font-weight: 500;
}

.pricing-column .promo {
  color: #fff;
  background: #FF6600;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  padding: 53px 40px;
  margin-top: 5px;
}

.pricing-column .promo a {
  color: #fff;
  text-decoration: underline;
}

/**********************************************************************
                EXPERT
 **************************************************************/

@media screen and (max-width: 1279px) {
  .expert-columns {
    width: 1200px;
    margin-left: 26px !important;
    margin-right: -50px !important;
  }

  .expert-columns:last-child {
    margin-bottom: -10px !important;
  }
}

.expert-columns {
  margin-left: 60px;
  margin-right: 30px;
  margin-bottom: -10px;
  margin-top: 0px;
  display: flex;
}

.expert-columns:last-child {
  margin-bottom: -30px;
}

.expert-column {
  flex: none;
  width: calc(25% + 35px);
  margin-right: 32px;
}

.expert-column .figure-absolute {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 18px);
  max-width: calc(100% + 18px);
  position: relative;
  display: block;
  padding-bottom: 85.5%;
}

.expert-column .figure-absolute img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
}

.column-small {
  flex: none;
  width: 185px;
  margin-right: 20px;
}

.column-small .figure-absolute {
  padding-bottom: 140.5%;
}

.column-small img {
  width: 100%;
  margin-top: -28px;
  margin-left: -28px;
  margin-right: -33px;
  width: calc(100% + 46px);
  max-width: calc(100% + 46px);
}

.export-info {
  margin-left: 0px;
  padding-right: 48px;
  font-size: 17px;
  padding-top: 20px;
  position: relative;
}

.animate-border-top {
  position: relative;
  -webkit-animation: none !important;
          animation: none !important;
  margin-top: 10px;
}

.animate-border-top:before {
  content: "";
  width: 0px;
  height: 2px;
  background: #FF6600;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.5s ease;
}

.animate-border-top.loaded:before {
  width: 100px;
}

/**********************************************************************
                Web
 **************************************************************/

.web-mockup {
  margin-top: 80px;
  margin-bottom: 80px;
}

.web-mockup:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 1280px) {
  .web-mockup .image-column {
    flex: 0 0 51%;
    margin-left: 56px;
    margin-right: 25px;
  }
}

.web-mockup .text-con {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  margin-right: 100px;
  position: relative;
}

.web-mockup .price-list-button.is-standalone {
  align-self: flex-start;
  margin-top: 24px;
}

@media screen and (max-width: 1279px) {
  .web-mockup .price-list-button.is-standalone {
    align-self: center;
  }
}

.web-mockup h5 {
  font-size: 44px;
  margin-bottom: 14px;
}

.web-mockup .description {
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 1279px) {
  .web-mockup {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .web-mockup h5 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .web-mockup .text-con {
    margin-right: 0;
  }

  .web-mockup .description {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    padding-left: 20px;
    padding-right: 20px;
  }

  .web-mockup .accent-line-horizontal {
    display: none;
  }
}

.web-mockup .price-list {
  display: flex;
  margin-top: 30px;
}

.web-mockup .price-list .price {
  flex: none;
  padding-left: 32px;
  padding-right: 32px;
}

.web-mockup .price-list .price:last-child {
  padding-right: 0;
}

.web-mockup .price-list .old-value {
  font-family: "Graphik Web";
  font-size: 14px;
  line-height: 1.2;
  margin-top: -16px;
  color: #888;
  text-decoration: line-through;
  white-space: nowrap;
}

.web-mockup .price-list .price-list-button {
  padding-left: 30px;
  padding-right: 30px;
}

.web-mockup .price-list .value {
  color: #FF6600;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 2px;
}

.web-mockup .price-list .period {
  font-family: "Graphik Web";
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .web-mockup .price-list {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .web-mockup .price-list .price-list-button {
    flex: 0 0 auto;
    margin: 20px auto 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .web-mockup .price-list .price {
    border-left: 2px solid #FF6600;
    width: 50%;
    padding: 0 25px;
  }

  .web-mockup .price-list .price:first-child {
    text-align: right;
    border: none;
  }

  .web-mockup .price-list .price.is-single-price {
    margin: auto;
    text-align: left;
    border-left: 2px solid #FF6600;
  }

  .web-mockup .price-list .period {
    font-size: 14px;
  }

  .web-mockup .price-list .value {
    font-size: 24px;
  }

  .web-mockup .price-list .old-value {
    font-size: 14px;
    margin-top: -17px;
  }
}

@media screen and (min-width: 1280px) {
  .web-mockup.is-right .image-column {
    order: 2;
    margin-left: 25px;
    margin-right: 52px;
  }

  .web-mockup.is-right .image-column img {
    width: 100%;
  }

  .web-mockup.is-right .text-con {
    text-align: right;
    align-items: flex-end;
    margin-right: 0px;
    margin-left: 100px;
  }

  .web-mockup.is-right .text-con:before {
    left: auto;
    right: 0;
  }

  .web-mockup.is-right .price-list {
    justify-content: flex-end;
  }
}

/* $primary-lighten: lighten($primary, 8%); */

.order-form {
  background: #FF6600;
  padding: 60px 60px 60px 60px;
  margin-bottom: 80px;
  margin-top: 80px;
  color: #000;
  position: relative;
  /* ---------- czas emisji ---------- */
  /* ---------- wybór nośników ---------- */
  /* ---------- dane i materiały ---------- */
  /* ---------- kod rabatowy ---------- */
  /* ---------- podsumowanie ---------- */
}

@media screen and (max-width: 1279px) {
  .order-form {
    padding: 20px 25px 40px 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.order-form .headline {
  margin-bottom: 25px;
}

@media screen and (max-width: 1279px) {
  .order-form .headline {
    margin-bottom: 10px;
    padding-top: 10px;
  }
}

.order-form .kicker {
  display: block;
  font-family: "Graphik Web";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
}

.order-form .tiers {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}

.order-form .tier {
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 20px 25px;
  font-family: "Graphik Web";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.16);
}

.order-form .tier input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.order-form .tier:hover {
  border-color: #fff;
  color: #fff;
}

.order-form .tier.is-on {
  background: #fff;
  border-color: #fff;
  color: #000;
}

@media screen and (max-width: 1279px) {
  .order-form .tier {
    flex: 1 0 auto;
    text-align: center;
    padding: 15px 10px;
  }
}

.order-form .format-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.order-form .format-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 2px);
  max-width: calc(50% - 2px);
  margin: 0 0px 0px 0;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  margin-right: 2px;
  margin-bottom: 2px;
}

.order-form .format-card:nth-child(2n) {
  margin-right: 0;
}

.order-form .format-card.is-on {
  background: #ffc299;
  border-top: 3px solid white;
  margin-top: -2px;
}

@media screen and (max-width: 1279px) {
  .order-form .format-card {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 15px 18px 18px 18px;
  }
}

.order-form .card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.order-form .card-name {
  font-size: 28px;
  line-height: 1.15;
  color: #000;
}

@media screen and (max-width: 1279px) {
  .order-form .card-name {
    font-size: 22px;
  }
}

.order-form .card-meta {
  margin-top: 5px;
  font-family: "Graphik Web";
  font-size: 13px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}

.order-form .check {
  flex: none;
  width: 24px;
  height: 24px;
  margin: 3px 0 0 16px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 2px solid rgba(0, 0, 0, 0.34);
  background: transparent center center no-repeat;
  background-size: 15px 15px;
  cursor: pointer;
  outline: none;
}

.order-form .check:checked {
  border-color: #fff;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8.5l4 4 8-9' fill='none' stroke='%23000' stroke-width='2.2'/%3E%3C/svg%3E");
}

.order-form .check:focus {
  box-shadow: 0 0 0 2px #fff;
}

.order-form .format-shape {
  display: block;
  margin-top: 13px;
  background-color: rgba(0, 0, 0, 0.09);
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0.2) 2px, transparent 2px, transparent 8px);
  display: none;
}

.order-form .format-shape.is-wide {
  height: 16px;
}

.order-form .format-shape.is-board {
  height: 26px;
}

.order-form .format-shape.is-half {
  height: 48px;
}

.order-form .format-shape.is-article {
  height: 34px;
}

.order-form .format-shape.is-thumb {
  flex: none;
  width: 28px;
  height: 28px;
  margin-top: 0;
}

.order-form .qty {
  display: flex;
  align-items: center;
  margin-top: 13px;
}

.order-form .qty-label {
  margin-right: 14px;
  font-family: "Graphik Web";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.order-form .qty-box {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(0, 0, 0, 0.34);
}

.order-form .qty-btn {
  width: 38px;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  color: #000;
  font-family: "Graphik Web";
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  outline: none;
}

.order-form .qty-btn:hover {
  background: #fff;
}

.order-form .qty-val {
  align-self: center;
  min-width: 104px;
  padding: 10px 8px;
  font-family: "Graphik Web";
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #000;
}

.order-form .card-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 13px;
}

.order-form .card-basis {
  font-family: "Graphik Web";
  font-size: 13px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
}

.order-form .card-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
}

.order-form .card-strike {
  margin-right: 10px;
  font-family: "Graphik Web";
  font-size: 14px;
  color: rgba(0, 0, 0, 0.48);
  text-decoration: line-through;
  white-space: nowrap;
}

.order-form .card-sum {
  font-size: 24px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}

.order-form .format-card.is-on .card-sum {
  color: #000;
}

.order-form .order-details {
  margin-top: 0px;
  padding-top: 20px;
}

@media screen and (min-width: 1280px) {
  .order-form .order-details {
    display: flex;
  }
}

.order-form .details-column {
  flex-basis: 0;
  flex-grow: 1;
}

@media screen and (min-width: 1280px) {
  .order-form .details-column + .details-column {
    margin-left: 120px;
  }
}

@media screen and (max-width: 1279px) {
  .order-form .details-column + .details-column {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1280px) {
  .order-form .field-row {
    display: flex;
  }

  .order-form .field-row .field + .field {
    margin-left: 35px;
  }

  .order-form .field-row .field.is-narrow {
    flex: none;
    width: 33%;
  }
}

.order-form .field {
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 25px;
}

.order-form .field-label {
  display: block;
  font-family: "Graphik Web";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
}

.order-form .field-input,
.order-form .field-textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 0 0 8px 0;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  font-family: "Graphik Web";
  font-size: 18px;
  color: #fff;
  outline: none;
}

.order-form .field-input::-moz-placeholder, .order-form .field-textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.order-form .field-input:-ms-input-placeholder, .order-form .field-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.order-form .field-input::placeholder,
.order-form .field-textarea::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.order-form .field-input:focus,
.order-form .field-textarea:focus {
  border-bottom-color: #fff;
}

.order-form .field-input {
  height: 38px;
}

.order-form .field-textarea {
  min-height: 60px;
  padding-top: 8px;
  line-height: 1.4;
  resize: vertical;
}

.order-form .field-textarea::-moz-placeholder {
  font-size: 14px;
}

.order-form .field-textarea:-ms-input-placeholder {
  font-size: 14px;
}

.order-form .field-textarea::placeholder {
  font-size: 14px;
}

@media screen and (max-width: 1279px) {
  .order-form .field-textarea {
    min-height: 100px;
  }
}

.order-form .dropzone {
  display: block;
  margin-top: 14px;
  padding: 24px 30px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  text-align: center;
  cursor: pointer;
  min-height: 140px;
}

.order-form .dropzone:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.order-form .dropzone input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.order-form .dropzone-title {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  color: #000;
  font-family: "Lora Tit", "Georgia", serif;
}

.order-form .dropzone-sub {
  display: block;
  margin-top: 7px;
  font-family: "Graphik Web";
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.45);
}

.order-form .dropzone-dims {
  display: block;
  margin-top: 10px;
  font-family: "Graphik Web";
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  display: none;
}

.order-form .dropzone-hint {
  display: block;
  margin-top: 8px;
  font-family: "Graphik Web";
  font-size: 13px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
}

.order-form .file-list:not(:empty) {
  margin-top: 14px;
}

.order-form .file {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.16);
  border-left: 3px solid #000;
}

.order-form .file-name {
  flex: 1;
  margin: 0 14px;
  font-family: "Graphik Web";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-all;
  color: #000;
}

.order-form .file-size {
  font-family: "Graphik Web";
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}

.order-form .code-block {
  margin-top: 25px;
}

.order-form .code-row {
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
}

@media screen and (max-width: 1279px) {
  .order-form .code-row {
    display: flex;
    margin-top: 0px;
  }
}

.order-form .code-input {
  flex: 1;
  height: 38px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  font-family: "Graphik Web";
  font-size: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  outline: none;
}

.order-form .code-input::-moz-placeholder {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0, 0, 0, 0.45);
}

.order-form .code-input:-ms-input-placeholder {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0, 0, 0, 0.45);
}

.order-form .code-input::placeholder {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0, 0, 0, 0.45);
}

.order-form .code-input:focus {
  border-bottom-color: #fff;
}

@media screen and (max-width: 1279px) {
  .order-form .code-input {
    width: 65%;
  }
}

.order-form .code-btn {
  flex: none;
  height: 38px;
  margin-left: 20px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  font-family: "Graphik Web";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  outline: none;
}

.order-form .code-btn:hover {
  background: #fff;
  border-color: #fff;
}

@media screen and (max-width: 1279px) {
  .order-form .code-btn {
    width: 35%;
    height: 44px;
    margin: 0 0 0 0;
  }
}

.order-form .code-msg {
  margin-top: 9px;
  font-family: "Graphik Web";
  font-size: 13px;
  line-height: 1.55;
}

.order-form .code-msg.is-ok {
  color: #12401f;
}

.order-form .code-msg.is-error {
  color: #6b1a08;
}

.order-form .code-chip {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.22);
  border-left: 3px solid #000;
}

.order-form .code-chip.is-on {
  display: flex;
}

.order-form .chip-code {
  font-family: "Graphik Web";
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
}

.order-form .chip-val {
  font-family: "Graphik Web";
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.order-form .chip-remove {
  border: none;
  background: transparent;
  font-family: "Graphik Web";
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

.order-form .order-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
}

@media screen and (max-width: 1279px) {
  .order-form .order-summary {
    display: block;
  }
}

@media screen and (max-width: 1279px) {
  .order-form .order-summary .button {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}

.order-form .button {
  border: none;
  outline: none;
  background: #fff;
  color: #000;
  margin-right: 30px;
  padding-left: 57px;
  padding-right: 57px;
}

.order-form .summary-item {
  margin-right: 22px;
  align-self: flex-end;
}

.order-form .summary-item.has-divider {
  padding-left: 32px;
  border-left: 1px solid rgba(0, 0, 0, 0.28);
}

@media screen and (max-width: 1279px) {
  .order-form .summary-item {
    margin: 0 0 18px 0;
  }

  .order-form .summary-item.has-divider {
    padding-left: 0;
    border-left: none;
  }
}

.order-form .summary-label {
  display: block;
  font-family: "Graphik Web";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.85);
}

.order-form .summary-total {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 7px;
  font-size: 38px;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 1279px) {
  .order-form .summary-total {
    font-size: 28px;
  }
}

.order-form .summary-strike {
  margin-left: 12px;
  font-family: "Graphik Web";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
}

.order-form .summary-val {
  margin-top: 7px;
  font-size: 22px;
  line-height: 1;
  color: #000;
}

.order-form .order-success {
  display: none;
  padding: 20px 0;
}

.order-form.is-sent .order-body {
  display: none;
}

.order-form.is-sent .order-success {
  display: block;
}

.order-form .order-progress {
  display: none;
  width: 100%;
  height: 4px;
  margin-top: 16px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.15);
}

.order-form .order-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: #000;
  transition: width 120ms linear;
}

.order-form.is-sending .order-progress {
  display: block;
}

.order-form.is-sending .order-details,
.order-form.is-sending .format-grid,
.order-form.is-sending .tiers {
  opacity: 0.5;
  pointer-events: none;
}

.order-form .order-error {
  display: none;
  margin-top: 14px;
  font-family: "Graphik Web";
  font-size: 13px;
  line-height: 1.55;
  color: #6b1a08;
}

.order-form .order-error.is-on {
  display: block;
}

.contact-form {
  background: #FF6600;
  padding: 30px 60px 60px 60px;
  margin-bottom: 80px;
  margin-top: 80px;
  position: relative;
}

.contact-form .headline {
  margin-bottom: 70px;
  padding-top: 30px;
}

@media screen and (max-width: 1279px) {
  .contact-form {
    padding: 15px 30px 20px 30px;
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .contact-form .headline {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}

.contact-form .success-message {
  display: none;
}

.contact-form .error-message {
  display: none;
}

.contact-form.loading .column {
  visibility: hidden;
}

.contact-form.loading .columns {
  position: relative;
}

.contact-form.loading .columns:before {
  -webkit-animation: spinAround 700ms infinite linear;
          animation: spinAround 700ms infinite linear;
  border: 5px solid #fff;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  position: absolute !important;
  height: 100px;
  width: 100px;
  left: calc(50% - (100px / 2));
  top: calc(50% - (100px / 2));
}

.contact-form.error .error-message {
  display: block;
}

.contact-form.success .success-message {
  display: block;
}

.contact-form.success .columns {
  display: none;
}

.input,
.textarea {
  display: block;
  background: transparent;
  border: none;
  border-bottom: 2px solid #000;
  padding: 3px 0px 10px 0;
  font-family: "Graphik Web";
  line-height: 1.1;
  font-size: 25px;
  font-weight: 400;
  outline: none;
  color: #fff;
  color: #fff;
  width: 100%;
}

.input:focus,
.textarea:focus {
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
}

@media screen and (max-width: 1279px) {
  .input,
  .textarea {
    font-size: 20px;
  }
}

label {
  display: block;
  font-family: "Graphik Web";
  font-size: 16px;
  color: #000;
}

.control {
  margin-bottom: 30px;
}

input.button {
  border: none;
  outline: none;
  color: #fff;
  background: #000;
  margin-top: 13px;
}

input.button:hover {
  color: #fff;
  background: #000;
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.contact {
  padding-bottom: 0px;
}

@media screen and (min-width: 1280px) {
  .contact {
    display: flex;
  }
}

.contact .person {
  padding-left: 60px;
  min-width: 25%;
}

@media screen and (max-width: 1279px) {
  .contact .person {
    border-left: 2px solid #FF6600;
    margin-bottom: 25px;
    padding-left: 30px;
  }
}

.contact .name {
  font-size: 24px;
}

.contact .info {
  font-family: "Graphik Web";
  font-size: 17px;
  line-height: 1.7;
  color: #bbb;
}

.contact-button {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.contact-button .button {
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
}

.contact-button:before,
.contact-button:after {
  content: "";
  width: 0px;
  width: 26%;
  position: absolute;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 10%;
  background: #FF6600;
  transition: width 0.5s ease;
}

.contact-button:after {
  left: auto;
  right: 10%;
  left: auto;
}

#admin-bar {
  display: none;
}

