:root {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  --main-menu-text-color: #FFF;
  --header-icon-color: #636363;
  --menu-bg: #2e2e2e;
  --main-color: #000000;
  --bacground-color: #e6e5e4;
  --p1: 9.8vw;
  --p2: 2.7vw;
  --p3: 1.5vw;
  --p4: .84vw;
  --p5: .6vw;
  --s1: .76vw;
  --color: #000;
  font-size: var(--p4);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
  transition: filter 1s ease;
}
:root.unblurred {
  filter: blur(0);
}
.field-clip {
  width: 50%;
  max-width: 50%;
  flex: 5 0 0;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}
a {
  color: #000;
}
#page-loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #aaa;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body {
  position: fixed;
  background: linear-gradient(90deg,#dbdad9,#ffffff);
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
.offer-numer {
  font-family: "Open Sans", sans-serif;
}
h1,
h2 {
  font-size: var(--p1);
  text-transform: uppercase;
  margin-top: 12vw;
  font-weight: 300;
  line-height: .9;
}
h3 {
  font-size: var(--p2);
  text-transform: uppercase;
  margin-top: 12vw;
  font-weight: 300;
  line-height: .9;
}
h4,
p {
  font-size: var(--p4);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
}
* {
  padding: 0;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
}
html,
body {
  width: 100vw;
  height: 100vh;
  color: #363636;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.col-md-6 {
  margin-bottom: 1vw;
  padding: 0 3vw;
}
p.text {
  width: 100%;
  text-align: justify;
  font-size: var(--p4);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
}
p.text .line {
  padding-bottom: 2px;
  display: flex;
  justify-content: space-between;
  text-align: justify;
  position: relative;
}
p.text .lesswords {
  display: block;
}
body {
  background-color: var(--bacground-color);
}
section {
  width: 100vw;
  padding: 0vw;
  position: relative;
  height: auto;
}
a {
  cursor: none !important;
}
body::-webkit-scrollbar {
  display: none;
}
body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle,transparent 60%,rgba(0,0,0,0.15) 100%);
  z-index: 9999;
}
body {
  cursor: none;
  position: relative;
}
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  background: #000000;
  border: 2px solid black;
  pointer-events: none;
  transform: translate(-50%,-50%) rotate(0deg);
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  z-index: 9999;
}
.custom-cursor.hovered {
  background: black;
  border-color: white;
  transform: translate(-50%,-50%) rotate(45deg);
}
h1,
h2,
h3,
h4 {
  font-optical-sizing: auto;
  font-weight: 300;
}
h2,
h2 p {
  font-size: var(--p2);
  text-align: center;
}
@media (min-width: 48em) {
  h2,
  h2 p {
    font-size: 4rem;
  }
}
h2 img {
  max-height: var(--p2);
  width: auto;
  margin-bottom: -0.1rem;
}
@media (min-width: 48em) {
  h2 img {
    max-height: 4rem;
    margin-bottom: -0.5rem;
  }
}
.horizontal-scroll-wrapper {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.horizontal-scroll-container {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
}
.slideleftright {
  padding-top: 3vw;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 48em) {
  .slideleftright h2 {
    font-size: 2rem;
  }
}
#promo-video .col-md {
  display: flex;
  justify-content: center;
}
#promo-video .col-md img {
  margin-top: 6vw;
  border-radius: 1rem;
  max-width: 100%;
}
@media (min-width: 48em) {
  #promo-video .col-md img {
    max-width: 500px;
  }
}
#promo-video .col-md .media-video-popup::after {
  border: 1px solid black;
  height: 640px;
  width: 320px;
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  transform: translate(-57%,-50%);
  left: 50%;
  border-radius: 1rem;
  margin-top: 2vw;
  z-index: -1;
}
.insta-icon,
.fb-icon {
  max-width: 50px;
  padding-right: .5rem;
}
#logokontakt {
  opacity: 0;
  transform: translate(0px,50px);
}
#kontakt {
  text-align: center;
  min-height: calc(96vh);
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#kontakt h3 {
  text-align: left;
  margin-top: 1vw;
  margin-bottom: 8vw;
  padding-left: 1rem;
  padding-right: 1rem;
}
#kontakt p {
  padding-top: 1rem;
}
#kontakt h4 {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.hero {
  min-height: 100vh !important;
}
.blu-bg {
  background: #4744e7;
  color: #FFF;
}
.paragraph-logo {
  text-align: center;
  z-index: 100;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.paragraph-logo img {
  will-change: transform, top, left, max-width;
}
.logo-side-left {
  height: var(--p4);
  position: fixed;
  z-index: 100;
  transform: rotate(-90deg) translate(-50%,0px);
  transform-origin: top left;
  text-align: center;
  top: 50%;
  overflow: hidden;
  left: var(--p4);
}
.logo-side-left .paragraph-logo-menu ul {
  font-size: var(--p4);
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraph-logo__menu-items {
  display: flex;
  gap: var(--p4);
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraph-logo__menu-items li {
  white-space: nowrap;
  flex-shrink: 0;
}
.logo-side-right {
  display: flex;
  justify-content: center;
  position: fixed;
  transform: rotate(-90deg);
  width: 100vh;
  z-index: 100;
  top: 0;
  right: calc(var(--p4) + var(--p4));
  transform-origin: top right;
}
.logo-side-right div {
  padding: 0 1rem;
}
.logo-side-right .button,
.logo-side-right .button:hover {
  border-color: transparent;
  background: transparent;
  padding: 0;
  border: 0;
  font-size: var(--p4);
  color: var(--second-color);
  margin: 0;
}
.logo-side-right .logo-phone {
  font-size: var(--p4);
  border: solid 1px;
  border-top: 0;
  border-bottom: 0;
}
.logo-side-right .logo-phone element.style {
  border-top: 0;
  border: solid 1px;
  border-bottom: 0;
}
.logo-side-right .logo-link,
.logo-side-right .logo-email {
  font-size: var(--p4);
}
.logo-side-right a {
  text-decoration: none !important;
}
header {
  padding-top: 1rem;
}
header #main-menu div.container {
  background-color: var(--menu-bg);
}
header #main-menu nav ul {
  background-color: var(--menu-bg);
}
header .header-top .flex {
  justify-content: space-between;
}
header .header-top .flex >div {
  flex: 1 0 0%;
}
#block-gryfini-subtheme-site-branding {
  position: absolute;
  z-index: 1;
  top: 0rem;
}
ul.main {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  position: relative;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 48em) {
  ul.main {
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
  }
}
ul.main li a {
  font-size: var(--p3);
  color: var(--bacground-color);
  transition: all 0.7s ease;
  transform: scale(1.0);
  transform-origin: center left;
  padding: 0;
  line-height: .9vw;
}
@media (max-width: 48em) {
  ul.main li a {
    font-size: 3.5vw;
    line-height: 3vw;
  }
}
ul.main li a:hover {
  color: var(--bacground-color);
}
@media (min-width: 48em) {
  ul.main li a:hover {
    transform: scale(1.5);
  }
}
ul.main li a:hover::after {
  display: none;
}
.numer-z-punktami {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4vw;
  margin-top: 4vw;
}
.numer-z-punktami .offer-numer {
  font-size: 11rem;
  font-weight: normal;
  color: #4744e7;
}
.numer-z-punktami .offer-punkty ul {
  list-style: none;
}
p {
  line-height: 0.9;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
}
p.wrap-paragraph {
  padding-left: 0;
  padding-right: 0;
}
.wrap-h2 {
  text-align: center;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
}
.first-section-on-page h3 {
  position: absolute;
  right: 50%;
  transform: translate(50%,50%);
}
#hero h3 {
  margin-top: 1vw;
}
#blu-menu {
  margin-top: 12vw;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#blu-menu .col-md-4 {
  flex: 1 0 auto;
  width: auto;
  max-width: max-content;
}
#blu-menu .col-md-6 {
  flex: 1 0 auto;
  width: auto;
  max-width: max-content;
  margin-bottom: 0;
}
#blu-menu .field-media-image img {
  width: auto;
  margin-top: -5px;
}
@media (min-width: 48em) {
  #blu-menu .col-md-6 {
    padding: 0;
  }
}
@media (max-width: 48em) {
  #blu-menu .col-md-4 {
    display: none;
  }
}
.offer-klip {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ikony-sm {
  display: flex;
  justify-content: center;
  margin-top: 1vw;
}
#ikony-sm .col-md {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#ikony-sm .image {
  display: flex;
  justify-content: center;
  padding: 0 0.5rem;
  text-align: center;
}
.offer-description {
  text-transform: uppercase;
}
.offer-description p {
  line-height: var(--p4);
  text-align: center;
}
.offer-description .col-md-6 {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.offer-description .col-md-6 .text {
  margin-bottom: 1vw;
  padding: 0 3vw;
}
.offer-description .col-md-6:first-child .text {
  padding-right: 3vw;
  margin-left: 3vw;
}
@media (max-width: 48em) {
  .offer-description .col-md-6:first-child .text {
    padding-right: 3vw;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 3vw;
  }
}
.offer-description .col-md-6:nth-child(2) .text {
  padding-left: 3vw;
  margin-right: 3vw;
}
@media (max-width: 48em) {
  .offer-description .col-md-6:nth-child(2) .text {
    padding-left: 3vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
#o-projekcie {
  text-transform: uppercase;
}
#o-projekcie .col-md {
  display: flex;
  justify-content: center;
}
#o-projekcie h2 {
  padding: 0 3vw;
  margin: 0 3vw;
  margin-top: 12vw;
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
}
#o-projekcie p {
  text-transform: uppercase;
}
#main-menu ul {
  margin: 0;
}
#main-menu ul.menu a,
#main-menu ul.menu a.is-active,
#main-menu ul.menu a:hover {
  color: var(--main-menu-text-color);
}
#main-menu ul.menu li:hover,
#main-menu ul.menu li.menu-active span,
#main-menu ul.menu li span:hover,
#main-menu ul.menu li a,
#main-menu ul.menu li span {
  color: var(--main-menu-text-color);
}
#block-gryfini-subtheme-kontaktnaglowek {
  text-align: right;
}
.facebook-icon-link {
  display: inline-block;
}
.facebook-icon-link .icon {
  width: 2rem;
  fill: var(--header-icon-color);
  display: block;
  height: 2rem;
  border-radius: 50%;
  background: var(--header-icon-color);
}
.yellow {
  background-color: #fec600;
}
.front-hero {
  max-height: 80vh;
  clip-path: polygon(0% 0%,100% 0%,100% 90%,50% 100%,0% 90%);
}
.front-hero h1 {
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
  font-weight: 900;
  color: var(--main-color);
  padding-right: 5rem;
  font-size: 5rem;
}
.front-hero p {
  padding-right: 5rem;
  color: #ff0000;
  font-weight: 900;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
  font-size: 2rem;
  margin-top: .5rem;
  margin-bottom: .5em;
}
.custom-cursor {
  display: none;
}
.slideleftright h2 {
  margin: 0 6vw;
  margin-top: 12vw;
  font-weight: 400;
}
.slideleftright h2 span {
  font-weight: 400;
}
.slideleftright .offer-description {
  margin: 0 6vw;
  margin-top: 5vw;
}
@media (max-width: 48em) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 62em) {
  .video-wrapper video {
    width: 100% !important;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 48em) {
  .field-clip {
    width: 20%;
    max-width: 297px;
    flex: 2 0 0;
  }
  .custom-cursor {
    display: block;
  }
  .container {
    padding: 0 15vw !important;
    width: 70vw !important;
  }
}
@media (min-width: 62em) {
  .container {
    padding: 0 10vw !important;
    width: 80vw !important;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  p {
    margin-bottom: 4vw;
    padding: 0 2vw;
  }
  .custom-cursor {
    display: none;
  }
  #superiorstart,
  #superior,
  #scroll,
  #aceptar,
  .tit,
  .movno,
  #imginside3,
  #imginside7,
  #imginside8,
  #imginside9,
  #imginside10,
  #imginside11,
  #imginside12,
  #clients h2 {
    display: none;
  }
  :root {
    --p1: 17vw;
    --p2: 5.9vw;
    --p4: 16px;
    --p5: 2vw;
  }
  #root {
    filter: blur(0);
    z-index: -999;
  }
}
