/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Custom */
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Outfit-Regular";
  src: url("../fonts/Outfit/static/Outfit-Regular.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Outfit-Bold";
  src: url("../fonts/Outfit/static/Outfit-Bold.ttf") format("truetype");
  font-display: fallback;
}
body {
  background-color: #683dd1;
  background-repeat: no-repeat;
  background-image: url(../img/bg1.webp);
  background-position: top center;
  color: #ffffff;
  font-family: "Outfit-Regular";
  margin: 0;
  padding: 0;
}

#second-bg {
  background-position: top center;
  background-image: url(../img/bg2.webp);
}

@media (min-width: 1919px) {
  #second-bg {
    background: transparent;
  }
  body {
    background-size: 100%;
    background-image: url(../img/bg_fw.webp);
  }
}
#logo {
  position: absolute;
  display: block;
  width: 142px;
  left: 50%;
  margin-left: -676px;
  top: 56px;
  z-index: 10;
}

#logo img {
  width: 100%;
}

.menu-toggle-wrapper {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 15px;
  right: 10px;
  z-index: 116;
  display: none;
}

.menu-toggle {
  display: block;
  position: relative;
  width: 50px;
  height: 26px;
  margin: 16px 0 0 6px;
  cursor: pointer;
}

.menu-toggle .bar {
  position: absolute;
  width: 26px;
  height: 2px;
  background: #ffffff;
  transition: all 300ms ease;
  border-radius: 100px;
}

.menu-toggle .bar:nth-child(1) {
  left: 5px;
  top: 0px;
}

.menu-toggle .bar:nth-child(2) {
  left: 5px;
  top: 8px;
}

.menu-toggle .bar:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 2px;
  background: #ffffff;
  transition: all 300ms ease;
}

.menu-toggle .bar:nth-child(3) {
  height: 2px;
  right: 19px;
  top: 16px;
}

.menu-toggle span {
  margin-left: 50px;
  position: absolute;
  top: 0px;
  display: block;
  line-height: 100%;
  font-size: 18px;
}

.menu-toggle:hover .bar:nth-child(3) {
  background: #ffffff;
  width: 26px;
}

.menu-toggle.active {
  position: absolute;
}

.menu-toggle.active .bar {
  background: #ffffff;
}

.menu-toggle.active .bar:nth-child(1),
.menu-toggle.active .bar:nth-child(3) {
  width: 0;
}

.menu-toggle.active .bar:nth-child(2) {
  transform: rotate(-45deg);
}

.menu-toggle.active .bar:nth-child(2):after {
  transform: rotate(-90deg);
  background: #ffffff;
}

#main-menu-links {
  position: absolute;
  left: 50%;
  margin-left: -450px;
  top: 80px;
  width: 900px;
  height: 80px;
}

#main-menu {
  width: 100%;
  height: 80px;
}

#main-menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
}

#main-menu li {
  margin: 0;
  padding: 0;
  flex: 1;
  /* Makes all columns equal width */
  box-sizing: border-box;
  text-align: center;
  /* Center text for demonstration */
}

#main-menu li a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  height: 47px;
  line-height: 100%;
  padding: 12px 30px;
}

#main-menu li a.active {
  font-family: "Outfit-Bold";
  font-weight: normal;
  border: 2px solid #77f1e6;
  border-radius: 25px;
}

#main-menu li a:hover {
  color: #ffffff;
}

.page-section {
  overflow: hidden;
  width: 100vw;
  position: relative;
  z-index: 2;
}

.page-section-inner {
  max-width: 1310px;
  margin: 0 auto;
}

.page-h1-title {
  font-family: "Outfit-Bold";
  font-weight: normal;
  font-size: 100px;
}

.sm-icons {
  display: flex;
  gap: 40px;
}
.sm-icons a {
  text-decoration: none;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.sm-icons a img {
  width: 100%;
}

#start {
  padding-top: 300px;
  padding-bottom: 300px;
}
#start h1 {
  max-width: 940px;
  margin-top: 0;
  line-height: 110%;
  margin-bottom: 90px;
}

.products-page #start,
.solutions-page #start {
  background: transparent;
}

.solutions-page #start {
  padding-bottom: 150px;
}

.page-h2-title {
  font-size: 68px;
  font-family: "Outfit-Bold";
  font-weight: normal;
}

.col-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.text-default {
  font-size: 18px;
}

#poznaj-nas h2 {
  margin-left: 60px;
  margin-top: 0;
  line-height: 100%;
}

#about-us-section {
  margin-top: 50px;
}

#about-us-slider-wrapper {
  overflow: hidden;
  padding-top: 70px;
}

#about-us-slider {
  width: calc(100% - 40px);
}
#about-us-slider .glide__slide {
  display: block;
  text-align: center;
}
#about-us-slider .glide__slide > span {
  display: block;
}
#about-us-slider .glide__slide img {
  border-radius: 1000px;
  overflow: hidden;
}

.glide__arrow {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  background: #ffffff;
  top: 40px;
  border: 0;
}

.glide__arrow--left {
  left: 0px;
}
.glide__arrow--left svg {
  margin-left: -6px;
}

.glide__arrow--right {
  right: 0px;
}
.glide__arrow--right svg {
  margin-right: -6px;
}

.about-us-name {
  font-size: 40px;
  font-family: "Outfit-Bold";
  font-weight: normal;
  margin-top: 50px;
}
.about-us-name span {
  display: inline;
  color: #77f1e6;
}

.about-us-position {
  font-size: 20px;
}

#about-us-photo img {
  border-radius: 12px;
}

.ta-right {
  text-align: right;
}

#jak-pracujemy {
  padding-top: 40px;
}

#path-wrapper {
  position: relative;
  height: 1100px;
}

#path-diagram {
  width: 466px;
  left: 50%;
  margin-left: -233px;
  top: 140px;
  position: absolute;
}

#paper-plane {
  width: 82px;
  left: 50%;
  margin-left: 48px;
  top: 211px;
  position: absolute;
}

#flags {
  max-width: 64px;
  left: 50%;
  margin-left: 61px;
  top: 754px;
  position: absolute;
}

.path-box {
  width: 400px;
}

.orange {
  color: #f4d84f;
}

.turquoise {
  color: #77f1e6;
}

.path-box-headline {
  text-transform: uppercase;
}

.path-box-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Outfit-Bold";
  font-weight: normal;
}

.path-box-content {
  line-height: 150%;
}

.path-box {
  position: absolute;
  left: 50%;
}

#path-box-1 {
  top: 0;
  margin-left: -280px;
  width: 560px;
  text-align: center;
}

#path-box-2 {
  top: 130px;
  margin-left: 270px;
}

#path-box-3 {
  top: 280px;
  margin-left: -530px;
}

#path-box-4 {
  top: 400px;
  margin-left: 270px;
}

#path-box-5 {
  top: 600px;
  margin-left: -530px;
}

#path-box-6 {
  top: 700px;
  margin-left: 270px;
}

#path-box-7 {
  top: 920px;
  margin-left: -280px;
  width: 560px;
  text-align: center;
}

#clinets-tabs {
  margin-bottom: 100px;
}
#clinets-tabs ul {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 80px;
  list-style-type: none;
}
#clinets-tabs ul li {
  margin: 0;
  padding: 0;
  width: 444px;
  height: 80px;
  display: inline-block;
}
#clinets-tabs ul li a {
  display: inline-block;
  text-decoration: none;
  width: 444px;
  height: 80px;
  border: 1px solid #77f1e6;
  border-radius: 16px;
  text-align: center;
  line-height: 80px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Outfit-Bold";
  font-weight: normal;
}
#clinets-tabs ul li a.active {
  color: #6627ce;
  background-color: #77f1e6;
}

#clients-slider {
  max-width: 600px;
  margin: 0 auto;
}
#clients-slider .glide__slide {
  display: block;
  text-align: center;
}
#clients-slider .glide__slide div {
  width: 264px;
  height: 264px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background: #ffffff;
  overflow: hidden;
}
#clients-slider .glide__slide div img {
  width: 80%;
  height: auto;
  max-height: 80%;
}
#clients-slider .glide__slide > span {
  display: block;
}
#clients-slider .glide__arrow {
  top: 40px;
}

#clients-brands-slider {
  max-width: 1230px;
  margin: 0 auto;
}
#clients-brands-slider .glide__slide {
  display: flex;
  text-align: center;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
#clients-brands-slider .glide__slide img {
  width: 80%;
  height: auto;
}
#clients-brands-slider .glide__slide > span {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  overflow: hidden;
}

#client-brands {
  margin-top: 55px;
}

.form-input-wrapper {
  margin-bottom: 40px;
}

.text-input {
  width: 100%;
  height: 60px;
  border: 0;
  border-bottom: 1px solid #77f1e6;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
  color: #ffffff;
}

#contact-message {
  min-height: 230px;
  border: 1px solid #77f1e6;
  border-radius: 25px;
  font-family: "Outfit-Regular";
  padding: 20px;
  width: calc(100% - 40px);
}

#submit-wrapper {
  margin-top: 50px;
  text-align: right;
}

.text-input::-moz-placeholder {
  color: #bdace8;
}

.text-input::placeholder {
  color: #bdace8;
}

.form-label {
  color: #6627ce;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  margin-top: 20px;
}

#contact-form-wrapper {
  margin-top: 100px;
  position: relative;
  max-width: 656px;
}

.help-block.error {
  color: #eb5050;
  font-size: 14px;
}

.checkbox-field {
  float: left;
  margin-right: 10px;
}

.checkbox-label {
  width: 90%;
  display: inline-block;
  font-size: 16px;
  margin-top: -4px;
}
.checkbox-label a {
  text-decoration: none;
}

.checkbox-label .terms-short {
  display: inline;
}
.checkbox-label .terms-full {
  display: none;
}

#contact-form.disabled {
  display: none;
}

#thp {
  opacity: 0;
  z-index: -1;
  color: #ffffff;
  height: 200px;
  text-align: center;
  display: none;
  top: 190px;
  left: 0;
  width: 100%;
  font-size: 20px;
}
#thp p {
  font-size: 22px;
}
#thp.active {
  display: block;
  z-index: 10;
  opacity: 1;
  transition: all 0.5s;
}

.checkbox-label.active .terms-short {
  display: none;
}
.checkbox-label.active .terms-full {
  display: inline;
}

.form-2-col {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.form-2-col > div {
  flex: 1;
}

.yellow-btn {
  background-color: #f4d84f;
  color: #6627ce;
  min-width: 274px;
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  border-radius: 16px;
  position: relative;
  font-size: 22px;
  border: 0;
  text-transform: uppercase;
  font-family: "Outfit-Bold";
}

.yellow-btn::after {
  content: " ";
  width: 100%;
  position: absolute;
  top: 8px;
  left: 8px;
  height: 64px;
  border-radius: 16px;
  border: 2px solid #6627ce;
}

#contact-details {
  max-height: 656px;
  display: flex;
  gap: 40px;
  margin-top: 90px;
  color: #ffffff;
  font-size: 20px;
  max-width: 656px;
}
#contact-details a {
  color: #ffffff;
  text-decoration: none;
}
#contact-details a:hover {
  color: #77f1e6;
}
#contact-details > div {
  flex: 1;
}

#pracuja-z-nami {
  padding-bottom: 100px;
}

#kontakt {
  padding-bottom: 200px;
}

footer {
  height: 150px;
  background-color: #26154d;
}

#footprint-inner {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}
#footprint-inner a {
  color: #ffffff;
  text-decoration: none;
}
#footprint-inner a:hover {
  color: #77f1e6;
}

#sm-footer {
  display: flex;
  gap: 40px;
}
#sm-footer img {
  width: 70px;
}

.tab-wrapper {
  display: none;
}

.tab-wrapper.active {
  display: block;
}

#brands-slider {
  margin: 0 170px;
  width: calc(100% - 170px - 170px);
}
#brands-slider .glide__arrow {
  top: 80px;
}
#brands-slider .glide__arrow--left {
  left: -100px;
}
#brands-slider .glide__arrow--right {
  right: -100px;
}

#brands-slider .glide__slide div {
  width: 264px;
  height: 264px;
  border-radius: 1000px;
  background: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#brands-slider .glide__slide img {
  width: 60%;
  height: auto;
  max-height: 80%;
}

.decoration-img {
  position: absolute;
  left: 50%;
}

#boat {
  top: 0px;
  margin-left: 280px;
}

#boat-wrapper {
  top: 80px;
  padding-top: 40px;
  padding-left: 80px;
  margin-left: 200px;
  padding-bottom: 50px;
  width: calc(50% - 280px);
  height: 821px;
  overflow: hidden;
  z-index: 2;
}

#boat-wrapper-inner {
  width: 841px;
  height: 821px;
  position: relative;
}

#boat-masked-border {
  position: absolute;
  toP: 0;
  left: 0;
}

#boat-square {
  position: absolute;
  top: -50px;
  left: -135px;
  mask: url(#my-mask);
  -webkit-mask: url(#my-mask);
  /* For WebKit browsers like Safari */
}

#my-mask {
  width: 600px;
  height: auto;
}

#my-mask path {
  transform-box: fill-box;
  transform-origin: center;
}

#my-mask path {
  transform: scale(0.8) translateX(100px) translateY(60px);
  transform-origin: top left;
}

/*Decorator 2*/
#decorator-2 {
  right: 50%;
  margin-right: 560px;
  width: calc(50% - 560px);
  height: 949px;
  left: auto;
  z-index: 0;
  overflow: hidden;
}

#decorator-2-inner {
  width: 841px;
  height: 821px;
  position: relative;
  float: right;
}

#decorator-2-border {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

#decorator-2-img {
  position: absolute;
  top: -50px;
  right: 0;
  mask: url(#decorator-2-mask);
  -webkit-mask: url(#decorator-2-mask);
  /* For WebKit browsers like Safari */
}

#decorator-2-mask {
  width: 600px;
  height: auto;
}

#decorator-2-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.8) translateX(100px) translateY(60px);
  transform-origin: top left;
}

/*Decorator s1*/
#decorator-s1 {
  padding-top: 50px;
  right: 50%;
  margin-right: 160px;
  width: calc(50% - 160px);
  height: 949px;
  left: auto;
  z-index: 0;
  overflow: hidden;
}

#decorator-s1-inner {
  width: 841px;
  height: 821px;
  position: relative;
  float: right;
}

#decorator-s1-border {
  position: absolute;
  top: 0;
  right: 100px;
  transform: rotate(180deg);
}

#decorator-s1-img {
  position: absolute;
  top: -50px;
  right: 0;
  mask: url(#decorator-s1-mask);
  -webkit-mask: url(#decorator-s1-mask);
  /* For WebKit browsers like Safari */
}

#decorator-s1-mask {
  width: 600px;
  height: auto;
}

#decorator-s1-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.8) translateX(100px) translateY(60px);
  transform-origin: top left;
}

/*Decorator s3*/
#decorator-s3 {
  padding-top: 50px;
  right: 50%;
  margin-right: 160px;
  width: calc(50% - 160px);
  height: 949px;
  left: auto;
  z-index: 0;
  overflow: hidden;
  margin-top: 700px;
}

#decorator-s3-inner {
  width: 841px;
  height: 821px;
  position: relative;
  float: right;
}

#decorator-s3-border {
  position: absolute;
  top: 0;
  right: 100px;
  transform: rotate(180deg);
}

#decorator-s3-img {
  position: absolute;
  top: -50px;
  right: 0;
  mask: url(#decorator-s3-mask);
  -webkit-mask: url(#decorator-s3-mask);
  /* For WebKit browsers like Safari */
}

#decorator-s3-mask {
  width: 600px;
  height: auto;
}

#decorator-s3-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.8) translateX(100px) translateY(60px);
  transform-origin: top right;
}

/*Decorator V*/
#decorator-v {
  right: 50%;
  margin-right: 560px;
  padding-right: 100px;
  width: calc(50% - 660px);
  height: 1949px;
  left: auto;
  z-index: 0;
  overflow: hidden;
  margin-top: 1200px;
}

#decorator-v-inner {
  width: 841px;
  height: 1821px;
  position: relative;
  float: right;
}

#decorator-v-border {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

#decorator-v-img {
  position: absolute;
  top: -50px;
  right: 0;
  mask: url(#decorator-v-mask);
  -webkit-mask: url(#decorator-v-mask);
  /* For WebKit browsers like Safari */
}

#decorator-v-mask {
  width: 600px;
  height: auto;
}

#decorator-v-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: translateX(100px) translateY(20px);
  transform-origin: top right;
}

/*Decorator sms*/
#decorator-sms {
  left: 50%;
  margin-left: 360px;
  width: calc(50% - 360px);
  height: 949px;
  right: auto;
  z-index: -1;
  overflow: hidden;
  padding-top: 50px;
}

#decorator-sms-inner {
  width: 841px;
  height: 821px;
  position: relative;
}

#decorator-sms-border {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

#decorator-sms-img {
  position: absolute;
  top: -50px;
  left: 0;
  mask: url(#decorator-sms-mask);
  -webkit-mask: url(#decorator-sms-mask);
  /* For WebKit browsers like Safari */
}

#decorator-sms-mask {
  width: 600px;
  height: auto;
}

#decorator-sms-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.8) translateX(100px) translateY(60px);
  transform-origin: top left;
}

/* decorator tv products*/
/*Decorator 2*/
#decorator-tv {
  right: 50%;
  margin-right: 160px;
  width: calc(50% - 260px);
  padding-right: 100px;
  height: 1249px;
  padding-top: 50px;
  left: auto;
  z-index: 0;
  overflow: hidden;
  margin-top: 700px;
  padding-bottom: 100px;
}

#decorator-tv-inner {
  width: 841px;
  height: 821px;
  position: relative;
  float: right;
}

#decorator-tv-border {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

#decorator-tv-img {
  position: absolute;
  top: -50px;
  right: -300px;
  mask: url(#decorator-tv-mask);
  -webkit-mask: url(#decorator-tv-mask);
  /* For WebKit browsers like Safari */
}

#decorator-tv-mask {
  width: 600px;
  height: auto;
}

#decorator-tv-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.8) translateX(150px) translateY(20px);
  transform-origin: top left;
}

/*decorator contact*/
#decorator-contact {
  left: 50%;
  margin-left: 70px;
  width: calc(50% - 70px);
  height: 949px;
  right: auto;
  z-index: 0;
  overflow: hidden;
  padding-top: 100px;
}

#decorator-contact-inner {
  width: 841px;
  height: 821px;
  position: relative;
}

#decorator-contact-border {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

#decorator-contact-img {
  position: absolute;
  top: -50px;
  left: 0;
  mask: url(#decorator-contact-mask);
  -webkit-mask: url(#decorator-contact-mask);
  /* For WebKit browsers like Safari */
}

#decorator-contact-mask {
  width: 600px;
  height: auto;
}

#decorator-contact-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.8) translateX(100px) translateY(60px);
  transform-origin: top left;
}

/*decorator enveloper*/
#decorator-envelope {
  left: 50%;
  margin-left: 170px;
  width: calc(50% - 170px);
  height: 949px;
  right: auto;
  z-index: -1;
  overflow: hidden;
  padding-top: 100px;
  margin-top: 1200px;
}

#decorator-envelope-inner {
  width: 841px;
  height: 821px;
  position: relative;
}

#decorator-envelope-border {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

#decorator-envelope-img {
  position: absolute;
  top: -50px;
  left: 0;
  mask: url(#decorator-envelope-mask);
  -webkit-mask: url(#decorator-envelope-mask);
  /* For WebKit browsers like Safari */
}

#decorator-envelope-mask {
  width: 600px;
  height: auto;
}

#decorator-envelope-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.77) translateX(100px) translateY(60px);
  transform-origin: top left;
}

/*decorator enveloper*/
#decorator-s2 {
  left: 50%;
  margin-left: 170px;
  width: calc(50% - 170px);
  height: 949px;
  right: auto;
  z-index: -1;
  overflow: hidden;
  padding-top: 100px;
  margin-top: 700px;
}

#decorator-s2-inner {
  width: 841px;
  height: 821px;
  position: relative;
}

#decorator-s2-border {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

#decorator-s2-img {
  position: absolute;
  top: -50px;
  left: 0;
  mask: url(#decorator-s2-mask);
  -webkit-mask: url(#decorator-s2-mask);
  /* For WebKit browsers like Safari */
}

#decorator-s2-mask {
  width: 600px;
  height: auto;
}

#decorator-s2-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.7) translateX(100px) translateY(60px);
  transform-origin: top left;
}

/*Products header decoration*/
#pp-wrapper {
  top: 80px;
  padding-top: 40px;
  padding-left: 80px;
  margin-left: 200px;
  padding-bottom: 50px;
  width: calc(50% - 280px);
  height: 821px;
  overflow: hidden;
  z-index: 2;
}

#pp-wrapper-inner {
  width: 841px;
  height: 821px;
  position: relative;
}

#pp-masked-border {
  position: absolute;
  toP: 0;
  left: 0;
}

#pp-square {
  position: absolute;
  top: -50px;
  left: -135px;
  mask: url(#pp-mask);
  -webkit-mask: url(#pp-mask);
  /* For WebKit browsers like Safari */
}

#pp-mask {
  width: 600px;
  height: auto;
}

#pp-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.8) translateX(100px) translateY(60px);
  transform-origin: top left;
}

/*Solutions header decoration*/
#solutions-wrapper {
  top: 80px;
  padding-top: 40px;
  padding-left: 80px;
  margin-left: 200px;
  padding-bottom: 50px;
  width: calc(50% - 280px);
  height: 821px;
  overflow: hidden;
  z-index: 2;
}

#solutions-wrapper-inner {
  width: 841px;
  height: 821px;
  position: relative;
}

#solutions-masked-border {
  position: absolute;
  toP: 0;
  left: 0;
}

#solutions-square {
  position: absolute;
  top: -50px;
  left: -135px;
  mask: url(#solutions-mask);
  -webkit-mask: url(#solutions-mask);
  /* For WebKit browsers like Safari */
}

#solutions-mask {
  width: 600px;
  height: auto;
}

#solutions-mask path {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.76) translateX(100px) translateY(60px);
  transform-origin: top left;
}

body.products-page {
  background-image: url("../img/products_bg_desktop.webp");
}

.page-h2-product {
  color: #77f1e6;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-size: 68px;
  margin-top: 0;
  margin-bottom: 40px;
}

.product-text {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 150%;
}
.product-text p strong {
  color: #f4d84f;
}
.product-text p:first-child {
  margin-top: 0;
}

#rich-media {
  height: 1300px;
}
#rich-media .product-text {
  max-width: 420px;
}

.product-type-wrapper {
  display: flex;
}

.prouct-vert-slider-wrapper {
  height: 890px;
}

.prouct-vert-slider-inner {
  position: relative;
  padding-left: 210px;
  margin-top: 400px;
  margin-left: -160px;
}

#prouct-vert-slider-img {
  position: absolute;
  top: 126px;
  left: 0;
  z-index: -1;
  width: 587px;
  height: auto;
}

.product-h3 {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  line-height: 100%;
}

#prouct-vert-slider-title {
  text-align: center;
  height: 80px;
  position: relative;
}

.prouct-vert-slider-title-pos {
  display: none;
  opacity: 0;
  transition: all ease-in 500ms;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.prouct-vert-slider-title-pos.active {
  display: block;
  animation: fadeIn 500ms forwards;
}

#prouct-vert-slider-left {
  width: 357px;
}

#prouct-vert-slider-col {
  display: flex;
  gap: 40px;
}

#prouct-vert-slider-text-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 390px;
}

.prouct-vert-slider-text {
  display: none;
  opacity: 0;
  transition: all ease-in 500ms;
}

.prouct-vert-slider-text.active {
  display: block;
  animation: fadeIn 500ms forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.prouct-vert-slider-text-title {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.prouct-vert-slider-text-content {
  font-size: 18px;
  line-height: 150%;
}

#prouct-vert-slider .splide__arrow {
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  background: #ffffff;
  opacity: 1;
  left: -80px;
}
#prouct-vert-slider .splide__arrow svg {
  width: 40px;
  height: auto;
  fill: #6627ce;
}
#prouct-vert-slider .splide__arrow.splide__arrow--prev {
  top: calc(50% - 100px);
}
#prouct-vert-slider .splide__arrow.splide__arrow--next {
  margin-top: 20px;
  top: calc(50% - 20px);
}

#formaty-3d {
  overflow: hidden;
}
#formaty-3d .product-type-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
#formaty-3d .product-type-wrapper .product-info {
  order: 2;
}
#formaty-3d .product-info {
  max-width: 590px;
  text-align: left;
}

#formats-3d-wrapper {
  margin-left: 660px;
}

#formats-3d-wrapper-2 {
  order: 1;
  margin-left: 200px;
  height: 664px;
  max-height: 664px;
}

#formats-3d-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#formats-3d-img {
  position: absolute;
  /*formats-3d-img*/
  left: 50%;
  margin-left: -450px;
  z-index: -1;
  transform: scale(0.7);
}

#formats-3d-inner-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 200px;
}

#formats-3d-img-2 {
  position: absolute;
  /*formats-3d-img*/
  left: 50%;
  margin-left: -450px;
  z-index: -1;
  transform: scale(0.7) rotate(45deg);
}

#three-3d {
  width: 140px;
  height: 120px;
  display: inline-block;
  margin-top: -14px;
  margin-left: -33px;
}

#video {
  margin-top: 150px;
}
#video .product-type-wrapper {
  display: flex;
  align-items: end;
  justify-content: end;
  margin-bottom: 80px;
}
#video .product-info {
  max-width: 590px;
  text-align: left;
}

#video-wrapper {
  position: relative;
  margin-top: 50px;
}

#video-player {
  position: absolute;
  top: 26px;
  left: 26px;
  width: calc(100% - 46px);
  height: calc(100% - 46px);
  background: #000000;
}

#video-frame {
  width: 100%;
  max-width: 100%;
}

.stats-pos-title {
  color: #77f1e6;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}

.stats-pos-text {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  line-height: 150%;
}

#performace-mailing-stats {
  padding-left: 70px;
  margin-top: 50px;
  display: flex;
  gap: 88px;
  width: 100%;
  margin-bottom: 100px;
}

#performance .product-text {
  max-width: 460px;
}

#performance-laptop {
  margin-top: 40px;
}

.horizontal-tabs {
  width: 100%;
}

.horizontal-tabs-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.horizontal-tabs-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 87px;
}
.horizontal-tabs-nav li {
  padding: 0;
  margin: 0;
  position: relative;
}

.horizontal-tab-link {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #77f1e6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  padding: 0 40px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 160px;
}

.horizontal-tab-link.active {
  color: #6627ce;
  background: #77f1e6;
}

.horizontal-tabs-content {
  display: none;
}

.horizontal-tabs-content.active {
  display: flex;
}

.horizontal-tabs-content-wrapper {
  margin-top: 60px;
}

.horizontal-tabs-content {
  align-items: center;
  justify-content: center;
}

#effective-display-tabs {
  margin-top: 70px;
  margin-bottom: 40px;
}

#effective-display-desktop-img {
  width: 100%;
  max-width: 815px;
}

/*todo sub*/
#smsmmspush-display-tabs-submenu {
  left: calc(100% + 40px);
  top: 0px;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.horizontal-tab-link-sub {
  color: #ffffff;
  font-size: 28px;
  position: relative;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
}

.horizontal-tab-link-sub:hover {
  color: #77f1e6;
}

.horizontal-tab-link-sub::after {
  position: absolute;
  content: " ";
  display: block;
  background: #77f1e6;
  width: 24px;
  height: 2px;
  top: 50%;
  left: -32px;
}

.horizontal-tab-link-sub.active {
  font-weight: 900;
}

#effective-display-stats-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#effective-display-stats {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#sms-mm-push {
  margin-top: 100px;
  margin-bottom: 100px;
}

#sms-mm-push-inner {
  padding-left: 400px;
}

#sms-mms-slider-wrapper {
  max-width: 357px;
}

#sms-mms-tab {
  max-width: 900px;
  display: flex;
  gap: 50px;
  justify-items: start;
}

#mms-sms-stats {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#smsmmspush-display-tabs {
  margin-top: 80px;
}

.sms-glide .glide__arrow {
  top: auto;
  bottom: 80px;
}
.sms-glide .glide__arrow--left {
  left: -100px;
}
.sms-glide .glide__arrow--right {
  right: -100px;
}

.solutions-page {
  background-image: url("../img/solutions_bg.webp");
}

#engage-diagram-img {
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
}

#engage {
  margin-bottom: 100px;
}
#engage .page-section-inner {
  display: flex;
  justify-content: flex-end;
}
#engage .product-type-wrapper {
  max-width: 720px;
}

#quality-traffic .product-text {
  max-width: 420px;
}

#important-data-box {
  margin-top: 80px;
  background-image: url("../img/box_frame.webp");
  background-repeat: no-repeat;
  width: 282px;
  height: 601px;
  position: relative;
  padding: 200px 60px 0 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-family: "Outfit", sans-serif;
}

#important-data-box-title {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 700;
  position: absolute;
  transform: rotate(-90deg);
  top: 20px;
  left: -20px;
  top: 349px;
  left: -186px;
}

#important-data-box-content {
  font-size: 24px;
}

.important-data-box-pos {
  font-size: 24px;
  font-weight: 700;
}

#retargeting {
  margin-bottom: 100px;
}
#retargeting .page-section-inner {
  display: flex;
  justify-content: flex-end;
}
#retargeting .product-type-wrapper {
  max-width: 720px;
}

#retargeting-diagram-img {
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 538px;
}

.push-desktop-mobile-tab-content {
  display: none;
}

.push-desktop-mobile-tab-content.active {
  display: flex;
}

#push-mobile-slider-wrapper {
  display: flex;
  justify-content: center;
  max-width: 900px;
  display: flex;
  gap: 50px;
  justify-items: start;
}

#menu-layer {
  position: relative;
  z-index: 10;
}

#push-mobile-slider {
  max-width: 375px;
}

#push-mobile-stats {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.push-mobile-glide .glide__arrow {
  top: auto;
  bottom: 80px;
}
.push-mobile-glide .glide__arrow--left {
  left: -100px;
}
.push-mobile-glide .glide__arrow--right {
  right: -100px;
}

#push-desktop-tab {
  flex-direction: column;
  gap: 40px;
}
#push-desktop-tab img {
  width: 100%;
}

#push-desktop-stats {
  display: block;
  gap: 40px;
  margin-left: 110px;
}

.decorator-wrapper {
  position: absolute;
  background-size: cover;
  z-index: 1;
}

#creation-3d {
  position: absolute;
  top: 34px;
  left: 50%;
  margin-left: -170px;
  width: 338px;
  height: 600px;
  border: 0;
}

#formats-3d-creation {
  position: relative;
  z-index: 10;
}

#creation-3d-2 {
  position: absolute;
  top: 34px;
  left: 50%;
  margin-left: -170px;
  width: 338px;
  height: 600px;
  border: 0;
}

#formats-3d-creation-2 {
  position: relative;
  z-index: 10;
}

/* Cursor */
.typed-cursor {
  display: none;
}

/* If fade out option is set */
.typed-fade-out {
  display: none;
}

.hidden-animation {
  opacity: 0;
}

@keyframes fadeInOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hidden-animation.intro-animation-300 {
  animation: fadeInOpacity 0.3s ease-in-out 300ms forwards;
  /* 1s duration, 500ms delay */
}

.hidden-animation.intro-animation-500 {
  animation: fadeInOpacity 0.3s ease-in-out 500ms forwards;
  /* 1s duration, 500ms delay */
}

.hidden-animation.intro-animation-700 {
  animation: fadeInOpacity 0.3s ease-in-out 700ms forwards;
  /* 1s duration, 500ms delay */
}

.hidden-animation.intro-animation-1000 {
  animation: fadeInOpacity 0.3s ease-in-out 1000ms forwards;
  /* 1s duration, 500ms delay */
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(102, 39, 206, 0.9);
  display: none;
}

#loader.active {
  display: flex;
}

#terms-label-1 {
  color: #ffffff !important;
}

#prouct-vert-slider .creation-frame-wrapper {
  padding: 20px 0;
}
#prouct-vert-slider .creation-frame {
  position: relative;
}
#prouct-vert-slider .creation-frame iframe {
  position: absolute;
  top: 34px;
  left: 13px;
  width: 328px;
  height: 595px;
  border: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #000000;
}

@media (max-width: 1360px) {
  #decorator-v {
    margin-right: 360px;
    width: calc(50% - 460px);
  }
  #decorator-2 {
    margin-right: 360px;
    width: calc(50% - 360px);
    margin-top: 100px;
  }
  #logo {
    left: 30px;
    margin-left: 0;
  }
  #main-menu-links {
    position: absolute;
    left: auto;
    right: 0px;
    margin-left: 0px;
  }
  .page-section-inner {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
  #clients-brands-slider .glide__slide {
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  #formats-3d-wrapper-2 {
    margin-left: 100px;
  }
}
.step-arrow {
  display: none;
}

@media (max-width: 1120px) {
  #path-wrapper {
    position: relative;
    height: 1200px;
  }
  #brands-slider .glide__arrow--left {
    left: 0;
  }
  #brands-slider .glide__arrow--right {
    right: 0;
  }
  #brands-slider {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  #brands-slider .glide__arrow {
    top: 40px;
  }
  #my-mask path {
    transform: scale(0.8) translateX(170px) translateY(20px);
    transform-origin: top left;
  }
  #boat-wrapper {
    /*padding-left: 80px;*/
    margin-left: 0;
    width: calc(50% - 80px);
  }
  #boat-wrapper-inner {
    transform: scale(0.5);
    transform-origin: top left;
  }
  /*PP*/
  #pp-mask path {
    transform: scale(0.8) translateX(170px) translateY(20px);
    transform-origin: top left;
  }
  #pp-wrapper {
    /*padding-left: 80px;*/
    margin-left: 0;
    width: calc(50% - 80px);
  }
  #pp-wrapper-inner {
    transform: scale(0.5);
    transform-origin: top left;
  }
  /*solutions*/
  #solutions-mask path {
    transform: scale(0.76) translateX(170px) translateY(20px);
    transform-origin: top left;
  }
  #solutions-wrapper {
    /*padding-left: 80px;*/
    margin-left: 0;
    width: calc(50% - 80px);
  }
  #solutions-wrapper-inner {
    transform: scale(0.5);
    transform-origin: top left;
  }
  .step-arrow {
    text-align: center;
    display: block;
  }
  .step-arrow img {
    width: 50px;
    height: auto;
  }
  .page-h2-title {
    text-align: center;
  }
  #menu-toggle-wrapper,
  #menu-toggle {
    display: block;
  }
  #menu-layer {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0px;
    left: 0;
    overflow: hidden;
    z-index: 19;
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
  #menu-layer.active {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(102, 39, 206, 0.9);
  }
  #menu-white {
    background: #ffffff;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    transition: all 0.2s ease-in;
  }
  #main-menu-links {
    width: 100%;
    left: 0;
    margin-left: -150px;
    left: 50%;
    top: 200px;
    right: auto;
    margin-right: auto;
    width: 300px;
  }
  #main-menu-links ul {
    display: block;
  }
  #main-menu li {
    display: block;
    margin: 0px 0;
    width: 100%;
    float: none;
    text-align: center;
  }
  #main-menu li a {
    color: #77f1e6;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    display: block;
    text-align: center;
  }
  #main-menu li a:hover {
    color: #77f1e6;
    opacity: 0.7;
  }
  #logo {
    width: 100px;
    top: 20px;
    left: 20px;
    z-index: 100;
  }
  #start {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../img/bg1.webp);
    background-position: bottom center;
  }
  #boat {
    top: 130px;
    margin-left: 72px;
    width: 400px;
  }
  .page-h1-title {
    font-size: 60px;
  }
  #start h1 {
    max-width: 500px;
    margin-bottom: 30px;
  }
  #poznaj-nas h2 {
    margin-left: 0px;
  }
  #poznaj-nas .col-50-50 {
    display: flex;
    flex-direction: column;
  }
  #poznaj-nas .col-50-50 > div {
    flex: 1;
    width: 100% !important;
  }
  #about-us-section.col-50-50 .col-left {
    order: 2;
  }
  #about-us-section.col-50-50 .col-right {
    order: 1;
  }
  #about-us-photo {
    text-align: center;
  }
  .page-h2-title {
    font-size: 48px;
  }
  #clinets-tabs ul {
    gap: 20px;
  }
  #clinets-tabs ul li {
    width: auto;
  }
  #clinets-tabs ul li a {
    width: 180px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
  .sm-icons a {
    width: 36px;
  }
  #sm-footer {
    display: flex;
    gap: 20px;
  }
  #sm-footer img {
    width: 36px;
  }
  #about-us-slider {
    width: 100%;
  }
  #clients-slider .glide__slide div {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #clients-slider .glide__slide div img {
    width: 80%;
    height: auto;
    max-height: 80%;
  }
  #brands-slider .glide__slide div {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #brands-slider .glide__slide div img {
    width: 80%;
    height: auto;
    max-height: 80%;
  }
  #path-diagram,
  #paper-plane,
  #flags {
    display: none;
  }
  .path-box,
  #path-box-1,
  #path-box-2,
  #path-box-3,
  #path-box-4,
  #path-box-5,
  #path-box-6,
  #path-box-7 {
    top: inherit;
    text-align: center;
    position: relative;
    left: auto;
    right: auto;
    margin: 30px auto 30px auto;
    width: 100%;
    max-width: 400px;
  }
  #clients-brands-slider .glide__slide > span {
    width: 100px;
    height: 100px;
  }
  #jak-pracujemy {
    padding-top: 100px;
  }
  .page-h2-product {
    font-size: 48px;
    margin-bottom: 26px;
  }
  #rich-media .product-type-wrapper {
    flex-direction: column;
  }
  #rich-media .product-text {
    max-width: 100%;
  }
  .prouct-vert-slider-inner {
    margin: 40px auto 0 auto;
  }
  .product-h3 {
    font-size: 28px;
  }
  #formats-3d-wrapper-2 {
    margin-left: 30px;
  }
  #formats-3d-wrapper {
    margin-left: 560px;
  }
  #formaty-3d .product-info {
    padding-left: 100px;
  }
}
@media (max-width: 990px) {
  #formats-3d-wrapper-2 {
    height: auto;
    max-height: auto;
  }
  #formats-3d-inner-2 {
    margin-top: 0px;
  }
  #three-3d {
    transform: scale(0.6);
    margin-left: -43px;
    margin-top: -6px;
  }
  #decorator-s1 {
    display: none;
  }
  #decorator-s3 {
    display: none;
  }
  .glide__arrow {
    transform: scale(0.5);
  }
  .horizontal-tabs-nav {
    gap: 40px;
  }
  .horizontal-tab-link {
    border-radius: 8px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    min-width: 80px;
  }
  #smsmmspush-display-tabs-submenu {
    left: calc(100% + 20px);
  }
  .horizontal-tab-link-sub {
    font-size: 14px;
  }
  .horizontal-tab-link-sub::after {
    width: 12px;
    height: 2px;
    top: 50%;
    left: -16px;
  }
  .stats-pos-title {
    font-size: 32px;
  }
  #rich-media {
    margin-bottom: 100px;
  }
  .page-h2-product {
    font-size: 28px;
  }
  .product-h3 {
    font-size: 22px;
  }
  #prouct-vert-slider-col {
    flex-direction: column;
  }
  #sms-mm-push-inner {
    padding-left: 0;
  }
  #performance-laptop {
    width: 100%;
    max-width: 100%;
  }
  #formaty-3d .product-info {
    max-width: 100%;
  }
  #video .product-info {
    max-width: 100%;
  }
  #performance .product-text {
    max-width: 100%;
  }
  #decorator-tv {
    display: none;
  }
  #video-player {
    position: absolute;
    top: 5.7%;
    left: 4.5%;
    width: 91.8%;
    height: 89.3%;
  }
  #formaty-3d .product-type-wrapper {
    flex-direction: column;
  }
  #formaty-3d .product-type-wrapper .product-info {
    order: 1;
    margin-bottom: 40px;
    padding-left: 0;
  }
  #formats-3d-wrapper {
    margin-left: 0;
  }
  #formats-3d-wrapper-2 {
    margin-left: 0;
  }
}
@media (max-width: 770px) {
  #formats-3d-img {
    transform: scale(1.1);
  }
  #formats-3d-img-2 {
    transform: scale(1.1);
  }
  #decorator-s2 {
    display: none;
  }
  #poznaj-nas {
    padding-bottom: 300px;
  }
  #decorator-2 {
    padding-top: 50px;
    left: 50%;
    width: 420px;
    margin-left: -220px;
    margin-top: -150px;
  }
  #decorator-2-inner {
    transform: scale(0.5);
    transform-origin: top left;
    float: none;
  }
  #decorator-2-border {
    right: 100px;
  }
  /*decorator sms*/
  #decorator-sms {
    padding-top: 50px;
    left: 50%;
    width: 420px;
    margin-left: -220px;
    margin-top: -150px;
    transform: none !important;
    position: relative;
    height: 450px;
  }
  #decorator-sms-inner {
    transform: scale(0.5);
    transform-origin: top left;
    float: none;
  }
  #decorator-sms-border {
    right: 100px;
  }
  /*decorator contact*/
  #decorator-contact {
    top: 0;
    padding-top: 50px;
    left: 50%;
    width: 420px;
    margin-left: -220px;
  }
  #decorator-contact-inner {
    transform: scale(0.5);
    transform-origin: top left;
    float: none;
  }
  #decorator-contact-border {
    left: 100px;
  }
  /*decorator envelope*/
  #decorator-envelope {
    top: 0;
    padding-top: 50px;
    left: 50%;
    width: 420px;
    margin-left: -220px;
    position: relative;
    margin-top: 0px;
    height: 400px;
    transform: none !important;
  }
  #decorator-envelope-inner {
    transform: scale(0.5);
    transform-origin: top left;
    float: none;
  }
  #decorator-envelope-border {
    left: 100px;
  }
  #kontakt {
    padding-top: 430px;
  }
  #boat {
    top: 224px;
    margin-left: 42px;
    width: 300px;
  }
  #about-us-photo img {
    width: 100%;
  }
  #contact-form-wrapper {
    margin-top: 0;
  }
  #contact-details {
    font-size: 16px;
  }
  #formaty-3d h2 {
    margin-bottom: 0;
    height: 90px;
  }
}
@media (max-width: 770px) {
  #boat {
    top: 230px;
    margin-left: 92px;
  }
  #clinets-tabs {
    margin-bottom: 30px;
  }
  #client-brands ul li {
    display: flex;
    flex-wrap: wrap;
  }
  #clinets-tabs ul li a {
    width: 140px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .form-2-col {
    display: block;
  }
  #clients-brands-slider .glide__slide > span {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    flex: 1;
  }
  #start h1 {
    font-size: 42px;
  }
  .page-h2-title {
    font-size: 32px;
  }
  #contact-details {
    flex-direction: column;
    text-align: center;
  }
  .products-page #boat {
    left: 30%;
    top: 190px;
  }
  #prouct-vert-slider {
    width: 180px;
    height: 372px;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: top left;
    margin-top: 20px;
  }
  #prouct-vert-slider .splide__slide img {
    width: 100%;
  }
  #prouct-vert-slider-text-wrapper {
    margin-top: 20px;
  }
  #prouct-vert-slider .splide__arrow.splide__arrow--prev {
    top: calc(50% - 50px);
  }
  #prouct-vert-slider .splide__arrow {
    width: 40px;
    height: 40px;
    left: -40px;
  }
  #prouct-vert-slider .splide__arrow svg {
    width: 20px;
  }
  #prouct-vert-slider-track {
    height: 372px !important;
  }
  #prouct-vert-slider-left {
    position: relative;
    width: 180px;
    height: 340px;
  }
  .prouct-vert-slider-text-title {
    font-size: 28px;
  }
  #prouct-vert-slider-img {
    transform: scale(0.5);
    position: absolute;
    transform-origin: top left;
    left: 100px;
    top: 60px;
  }
  .prouct-vert-slider-wrapper {
    height: 700px;
  }
  #rich-media {
    height: auto;
  }
  #formats-3d-creation {
    width: 178px;
    height: auto;
  }
  #formats-3d-img {
    width: 307px;
    margin-left: -150px;
  }
  #formats-3d-creation-2 {
    width: 178px;
    height: auto;
  }
  #formats-3d-img-2 {
    width: 307px;
    margin-left: -150px;
  }
  #video {
    margin-top: 100px;
  }
  #sms-mms-slider-wrapper {
    width: 178px;
  }
  #sms-mms-slider-wrapper img {
    width: 100%;
  }
  #sms-mms-tab {
    flex-direction: column;
  }
  .horizontal-tabs-nav-wrapper {
    justify-content: start;
  }
  #performace-mailing-stats {
    padding-left: 0;
    flex-direction: column;
    gap: 20px;
  }
  .solutions-page #boat {
    left: 30%;
    top: 190px;
  }
  #important-data-box-wrapper {
    position: relative;
    height: 500px;
  }
  #important-data-box {
    transform: scale(0.5);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: top left;
  }
  #creation-3d {
    width: 170px;
    margin-left: -85px;
    height: 300px;
    top: 18px;
  }
  #creation-3d-2 {
    width: 170px;
    margin-left: -85px;
    height: 300px;
    top: 18px;
  }
  #second-bg {
    background-size: cover;
  }
  #push-mobile-slider-wrapper {
    flex-direction: column;
  }
  #push-mobile-slider {
    width: 178px;
  }
  #push-mobile-slider .glide__slide img {
    width: 100%;
  }
  #sms-mm-push {
    margin-bottom: 20px;
  }
  #prouct-vert-slider .creation-frame iframe {
    transform: scale(0.5);
    transform-origin: 0 0;
    top: 19px;
    left: 8px;
  }
}
@media (max-width: 620px) {
  .prouct-vert-slider-inner {
    padding-left: 60px;
  }
  #prouct-vert-slider-img {
    left: 60px;
  }
  #boat-wrapper {
    top: 144px;
  }
  #rich-media {
    margin-bottom: 30px;
  }
  #performace-mailing-stats {
    margin-bottom: 70px;
  }
  #retargeting {
    margin-bottom: 20px;
  }
  footer {
    height: auto;
    padding: 0;
  }
  #footprint-inner {
    flex-direction: column;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #kontakt {
    padding-bottom: 70px;
  }
  #pracuja-z-nami {
    padding-bottom: 20px;
  }
}
@media (max-width: 540px) {
  #decorator-2 {
    padding-top: 50px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    margin-top: -150px;
  }
  #decorator-sms {
    padding-top: 50px;
    left: 50%;
    width: calc(100% + 60px);
    margin-left: calc(-50% - 30px);
    margin-top: -150px;
  }
}/*# sourceMappingURL=style3.css.map */