*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

:root {
  --color-dark-grey: #373737;
  --color-light-grey: #8d8d8d;
  --color-light-greyTop: #b3b3b3;
  --color-main: #8a0212;
  --color-main1A: #ff0000cc;
  --color-main1AA: #ff010099;
  --color-main1AAA: #ff00005b;
  --color-main1: #fd0505;
  --color-main2: #ff7700;
  --color-main3: #ffc800;
  --color-main4: #ff7700;
  --color-main4A: #ff77007e;
  --color-main5: #ff7700;
  --color-white: white;
  --color-black: black;
  --color-main1AL: #e4e4e4;
  --color-main2L: #a8a8a8;
  --color-panel-font: rgb(53, 53, 53);
  --color-panel-fontA: rgba(34, 34, 34, 0.3);
  --color-panel-grey: rgb(193, 193, 193);
  --color-panel-grey2: #444;
  --color-panel-grey3: #333;
  --color-panel-grey4: #444;
  --color-panel-mainA: rgb(41, 22, 22);
  --color-panel-mainB: rgb(37, 31, 31);
  --color-panel-mainC: rgba(94, 21, 21, 0.2);
  --color-panel-mainD: rgba(18, 5, 5, 0.8);
  --color-social: rgb(0, 0, 0);
  --shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.5),
    0 0 0px 1px rgba(204, 204, 204, 0.65), -4px -5px 12px rgb(255, 255, 255),
    2px 5px 15px rgb(0, 0, 0), 0px -3px 2px rgba(255, 255, 255, 0.15),
    0px 3px 2px rgba(255, 255, 255, 0.95),
    inset -5px -5px 12px rgba(0, 0, 0, 0.35),
    inset 5px 5px 12px rgba(0, 0, 0, 0.6);
  --color-screw: radial-gradient(
    farthest-corner at 8px 8px,
    #222 0%,
    rgb(177, 156, 156) 100%
  );
  --shadow-black: inset 0 0 0 1px rgba(34, 34, 34, 1),
    0 0 0px 1px rgba(34, 34, 34, 0.5), -4px -5px 12px rgba(255, 255, 255, 0.2),
    4px 5px 16px rgba(0, 0, 0, 1), 0px -3px 2px rgba(255, 255, 255, 0.15),
    0px 3px 2px rgba(0, 0, 0, 0.45), inset -5px -5px 12px rgba(0, 0, 0, 0.8),
    inset 5px 5px 12px rgba(0, 0, 0, 1);
  --board-width: 438px;
  --board-height: 360px;
  --arrow-shadow: 12px;
  --arrow-shadow-hover: 6px;
  --arrow-shadowP: 12px;
  --arrow-shadow-hoverP: 6px;
  --arrow-shadowB: -12px;
  --arrow-shadow-hoverB: -6px;
  --MaxWidth: 1920px;
  --MaxHeight: 1080px;
  --mobo-board-width: 345px;
  --mobo-board-proportion: 370/345 * 100%;
  --BoardMoboHeight: 370px;
  --BoardMoboWidth: 345px;
  --HeightOfirmie: 1760px;
  --HeightOPraktyceA: 1880px;
  --HeightOPraktyceB: 1480px;
  --HeightOprojektach: 930px;
  --HeightOprojektachB: 340px;
  --HeightOMnie: 1205px;
  --HeightEdu: 700px;
}
@media (max-width: 1280px) {
  :root {
    --shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.5),
      0 0 0px 1px rgba(204, 204, 204, 0.65), -4px -5px 11px rgb(255, 255, 255),
      4px 5px 15px rgb(0, 0, 0), 0px -3px 2px rgba(255, 255, 255, 0.15),
      0px 3px 2px rgba(255, 255, 255, 0.95),
      inset -5px -5px 11px rgba(0, 0, 0, 0.35),
      inset 5px 5px 11px rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 1536px) {
  :root {
    --board-width: 395px;
  }
}
@media (max-width: 1366px) {
  :root {
    --board-width: 360px;
  }
}
@media (max-width: 1024px) {
  :root {
    --board-width: 300px;
  }
}
@media (max-width: 360px) {
  :root {
    --BoardMoboHeight: 370px;
  }
}
@media (max-width: 320px) {
  :root {
    --BoardMoboHeight: 360px;
  }
}
@media (max-width: 360px) {
  :root {
    --BoardMoboWidth: 345px;
  }
}
@media (max-width: 360px) {
  :root {
    --BoardMoboWidth: 330px;
  }
}
@media (max-width: 1920px) {
  :root {
    --HeightOfirmie: 1760px;
  }
}
@media (max-width: 1680px) {
  :root {
    --HeightOfirmie: 1890px;
  }
}
@media (max-width: 1536px) {
  :root {
    --HeightOfirmie: 1680px;
  }
}
@media (max-width: 1440px) {
  :root {
    --HeightOfirmie: 1620px;
  }
}
@media (max-width: 1280px) {
  :root {
    --HeightOfirmie: 1615px;
  }
}
@media (max-width: 1024px) {
  :root {
    --HeightOfirmie: 1770px;
  }
}
@media (max-width: 480px) {
  :root {
    --HeightOfirmie: 2000px;
  }
}
@media (max-width: 1920px) {
  :root {
    --HeightOPraktyceA: 1870px;
  }
}
@media (max-width: 1680px) {
  :root {
    --HeightOPraktyceA: 2040px;
  }
}
@media (max-width: 1536px) {
  :root {
    --HeightOPraktyceA: 1780px;
  }
}
@media (max-width: 1440px) {
  :root {
    --HeightOPraktyceA: 1710px;
  }
}
@media (max-width: 1366px) {
  :root {
    --HeightOPraktyceA: 1710px;
  }
}
@media (max-width: 1024px) {
  :root {
    --HeightOPraktyceA: 1800px;
  }
}
@media (max-width: 480px) {
  :root {
    --HeightOPraktyceA: 2030px;
  }
}
@media (max-width: 1920px) {
  :root {
    --HeightOPraktyceB: 1450px;
  }
}
@media (max-width: 1680px) {
  :root {
    --HeightOPraktyceB: 1560px;
  }
}
@media (max-width: 1536px) {
  :root {
    --HeightOPraktyceB: 1380px;
  }
}
@media (max-width: 1440px) {
  :root {
    --HeightOPraktyceB: 1340px;
  }
}
@media (max-width: 1366px) {
  :root {
    --HeightOPraktyceB: 1340px;
  }
}
@media (max-width: 1024px) {
  :root {
    --HeightOPraktyceB: 1390px;
  }
}
@media (max-width: 480px) {
  :root {
    --HeightOPraktyceB: 1555px;
  }
}
@media (max-width: 1680px) {
  :root {
    --HeightOprojektach: 990px;
  }
}
@media (max-width: 1536px) {
  :root {
    --HeightOprojektach: 890px;
  }
}
@media (max-width: 1440px) {
  :root {
    --HeightOprojektach: 840px;
  }
}
@media (max-width: 1366px) {
  :root {
    --HeightOprojektach: 850px;
  }
}
@media (max-width: 1024px) {
  :root {
    --HeightOprojektach: 1020px;
  }
}
@media (max-width: 480px) {
  :root {
    --HeightOprojektach: 980px;
  }
}
@media (max-width: 1920px) {
  :root {
    --HeightOMnie: 1180px;
  }
}
@media (max-width: 1680px) {
  :root {
    --HeightOMnie: 1305px;
  }
}
@media (max-width: 1600px) {
  :root {
    --HeightOMnie: 1355px;
  }
}
@media (max-width: 1536px) {
  :root {
    --HeightOMnie: 1155px;
  }
}
@media (max-width: 1440px) {
  :root {
    --HeightOMnie: 1150px;
  }
}
@media (max-width: 1400px) {
  :root {
    --HeightOMnie: 1180px;
  }
}
@media (max-width: 1366px) {
  :root {
    --HeightOMnie: 1195px;
  }
}
@media (max-width: 1280px) {
  :root {
    --HeightOMnie: 1270px;
  }
}
@media (max-width: 1200px) {
  :root {
    --HeightOMnie: 1285px;
  }
}
@media (max-width: 1152px) {
  :root {
    --HeightOMnie: 1385px;
  }
}
@media (max-width: 480px) {
  :root {
    --HeightOMnie: 2400px;
  }
}
@media (max-width: 1440px) {
  :root {
    --HeightEdu: 660px;
  }
}
@media (max-width: 1280px) {
  :root {
    --HeightEdu: 640px;
  }
}
@media (max-width: 1152px) {
  :root {
    --HeightEdu: 640px;
  }
}
@media (max-width: 1024px) {
  :root {
    --HeightEdu: 660px;
  }
}
@media (max-width: 480px) {
  :root {
    --HeightEdu: 830px;
  }
}

.cls-1 {
  fill: var(--color-dark-grey);
}

.cls-2 {
  fill: var(--color-main);
}

.st1 {
  fill: none;
}

.st3 {
  fill: var(--color-dark-grey);
}

.st6 {
  fill: none;
}

.logo1 {
  fill: var(--color-social);
}

.logo2 {
  fill: var(--color-social);
}

.logo2font {
  font-family: "LucidaConsole";
  font-size: 10px;
}

.logo3 {
  fill: var(--color-social);
}

.japanRed {
  fill: #d51309;
}

.logoPath {
  fill: rgba(0, 0, 0, 0.02);
}

.japanlogo {
  width: 120px;
}

.japanWhite {
  fill: var(--color-white);
}

.MeButtonShape {
  fill: var(--color-main);
}

.cornerSVG {
  fill: red;
}

text {
  fill: var(--color-black);
}

html {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: var(--color-black);
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 2.8rem;
}

input {
  font-family: "Source Sans Pro", sans-serif;
}

textarea {
  font-family: "Source Sans Pro", sans-serif;
}

/* libre-barcode-128-text-regular - latin */
@keyframes ContactShow {
  1% {
    visibility: visible;
  }
  100% {
    width: 712px;
    height: 350px;
    visibility: visible;
  }
}
@keyframes ContactHide {
  0% {
    width: 712px;
    height: 350px;
    visibility: visible;
  }
  30% {
    width: 712px;
    height: 60px;
  }
  50% {
    height: 60px;
    width: 712px;
  }
  100% {
    width: 120px;
    height: 20px;
    visibility: hide;
  }
}
@media (max-width: 640px) {
  @keyframes ContactShow {
    1% {
      transform: translateY(0);
      transform: translateX(0);
    }
    80% {
      transform: translateX(0);
      transform: translateY(380px);
    }
    100% {
      transform: translate(calc(-100vw + 120px), 380px);
      visibility: visible;
    }
  }
  @keyframes ContactHide {
    0% {
      transform: translate(calc(-100vw + 120px), 380px);
      visibility: visible;
    }
    20% {
      transform: translateX(0);
      transform: translateY(380px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@keyframes niwelator {
  99% {
    scrollbar-width: none;
  }
  100% {
    scrollbar-width: thin;
  }
}
@media (min-width: 1921px) {
  @keyframes NaglowekOut {
    100% {
      transform: translateY(-172px);
    }
  }
}
@media (max-width: 1920px) {
  @keyframes NaglowekOut {
    100% {
      transform: translateY(calc(-16.42vh + 20px));
    }
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  @keyframes NaglowekOut {
    100% {
      transform: translateY(-172px);
    }
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  @keyframes NaglowekOut {
    100% {
      transform: translateY(calc(-14vh + 20px));
    }
  }
}
@media (max-width: 1366px) {
  @keyframes NaglowekOut {
    100% {
      transform: translateY(calc(-12vh + 20px));
    }
  }
}
@media (max-width: 480px) {
  @keyframes NaglowekOut {
    100% {
      transform: translateY(-40px);
    }
  }
}
@media (min-width: 1921px) {
  @keyframes NaglowekDown {
    0% {
      transform: translateY(-172px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@media (max-width: 1920px) {
  @keyframes NaglowekDown {
    0% {
      transform: translateY(calc(-16.42vh + 20px));
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  @keyframes NaglowekDown {
    0% {
      transform: translateY(-172px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  @keyframes NaglowekDown {
    0% {
      transform: translateY(calc(-14vh + 20px));
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@media (max-width: 1366px) {
  @keyframes NaglowekDown {
    0% {
      transform: translateY(calc(-12vh + 20px));
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@media (max-width: 480px) {
  @keyframes NaglowekDown {
    0% {
      transform: translateY(-40px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@keyframes nazwaPojawia {
  100% {
    opacity: 1;
  }
}
@keyframes nazwaZnika {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 1921px) {
  @keyframes TopZnika {
    100% {
      transform: translateY(60px);
    }
  }
  @keyframes TopPojawia {
    0% {
      transform: translateY(-60px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (max-width: 1920px) {
  @keyframes TopZnika {
    100% {
      transform: translateY(-20px);
    }
  }
  @keyframes TopPojawia {
    0% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (max-width: 1366px) {
  @keyframes TopZnika {
    100% {
      transform: translateY(-30px);
    }
  }
  @keyframes TopPojawia {
    0% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (min-width: 1921px) {
  @keyframes ArtykulZnika {
    100% {
      transform: translateY(60px);
    }
  }
  @keyframes ArtykulPojawia {
    0% {
      transform: translateY(60px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (max-width: 1920px) {
  @keyframes ArtykulZnika {
    100% {
      transform: translateY(20px);
    }
  }
  @keyframes ArtykulPojawia {
    0% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media ( max-width: 360px) {
  @keyframes ArtykulZnika {
    100% {
      transform: translateY(-40px);
    }
  }
  @keyframes ArtykulPojawia {
    0% {
      transform: translateY(-40px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@keyframes WiezaBabelZnika {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes WiezaBabelPojawia {
  100% {
    opacity: 1;
  }
}
@keyframes BetonZnika {
  100% {
    transform: translateX(180%);
  }
}
@keyframes BetonPojawia {
  0% {
    transform: translateX(180%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 1921px) {
  @keyframes StopkaDown {
    100% {
      transform: translateY(192px);
    }
  }
  @keyframes StopkaOut {
    0% {
      transform: translateY(192px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (max-width: 1920px) {
  @keyframes StopkaDown {
    100% {
      transform: translateY(16.42vh);
    }
  }
  @keyframes StopkaOut {
    0% {
      transform: translateY(16.42vh);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  @keyframes StopkaDown {
    100% {
      transform: translateY(192px);
    }
  }
  @keyframes StopkaOut {
    0% {
      transform: translateY(192px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (max-width: 1440px) {
  @keyframes StopkaDown {
    100% {
      transform: translateY(14vh);
    }
  }
  @keyframes StopkaOut {
    0% {
      transform: translateY(14vh);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@media (max-width: 1366px) {
  @keyframes StopkaDown {
    100% {
      transform: translateY(12vh);
    }
  }
  @keyframes StopkaOut {
    0% {
      transform: translateY(12vh);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media ( max-width: 360px) {
  @keyframes StopkaDown {
    100% {
      transform: translateY(40px);
    }
  }
  @keyframes StopkaOut {
    0% {
      transform: translateY(40px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (min-width: 1921px) {
  @keyframes ASMRUp {
    100% {
      transform: translateY(-130px);
    }
  }
  @keyframes ASMRDown {
    0% {
      transform: translateY(-130px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@media (max-width: 1920px) {
  @keyframes ASMRUp {
    100% {
      transform: translateY(-130px);
    }
  }
  @keyframes ASMRDown {
    0% {
      transform: translateY(-130px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@media (max-width: 480px) {
  @keyframes ASMRUp {
    100% {
      transform: translateY(-190px);
    }
  }
  @keyframes ASMRDown {
    0% {
      transform: translateY(-190px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
@keyframes BoardZnika {
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes BoardPojawia {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes LeftToRight {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(-61.5%);
    opacity: 1;
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 1;
    transform: translateX(-50%);
  }
  25% {
    opacity: 0.4;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes opacityAnimo {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes RightMoveArtykul {
  100% {
    transform: translateX(21.5%);
  }
}
@keyframes LeftMoveArtykul {
  100% {
    transform: translateX(-21.5%);
  }
}
@keyframes Rotate3DCube {
  100% {
    transform: translate3d(-50%, -50%, -20px) rotateY(360deg) rotateZ(360deg);
  }
}
@keyframes scanline {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(500%);
  }
}
@keyframes textShadow {
  0% {
    text-shadow: 0.4389924193px 0 1px rgba(0, 30, 255, 0.3), -0.4389924193px 0 1px rgba(255, 0, 80, 0.2), 0 0 3px;
  }
  5% {
    text-shadow: 2.7928974011px 0 1px rgba(0, 30, 255, 0.3), -2.7928974011px 0 1px rgba(255, 0, 80, 0.2), 0 0 3px;
  }
  10% {
    text-shadow: 0.0295627584px 0 1px rgba(0, 30, 255, 0.3), -0.0295627584px 0 1px rgba(255, 0, 80, 0.2), 0 0 3px;
  }
  15% {
    text-shadow: 0.4021853855px 0 1px rgba(0, 30, 255, 0.3), -0.4021853855px 0 1px rgba(255, 0, 80, 0.2), 0 0 3px;
  }
  20% {
    text-shadow: 3.47940379px 0 1px rgba(0, 30, 255, 0.3), -3.47940379px 0 1px rgba(255, 0, 80, 0.2), 0 0 3px;
  }
  25% {
    text-shadow: 1.6125630401px 0 1px rgba(0, 30, 255, 0.3), -1.6125630401px 0 1px rgba(255, 0, 80, 0.2), 0 0 3px;
  }
  30% {
    text-shadow: 0.7015590085px 0 1px rgba(0, 30, 255, 0.3), -0.7015590085px 0 1px rgba(255, 0, 80, 0.2), 0 0 3px;
  }
  35% {
    text-shadow: 3.8969140477px 0 1px rgba(0, 30, 255, 0.3), -3.8969140477px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  40% {
    text-shadow: 3.8709056148px 0 1px rgba(0, 30, 255, 0.3), -3.8709056148px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  45% {
    text-shadow: 2.2310569634px 0 1px rgba(0, 30, 255, 0.3), -2.2310569634px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  50% {
    text-shadow: 0.0808429042px 0 1px rgba(0, 30, 255, 0.3), -0.0808429042px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  55% {
    text-shadow: 2.3758461067px 0 1px rgba(0, 30, 255, 0.3), -2.3758461067px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  60% {
    text-shadow: 2.2021930511px 0 1px rgba(0, 30, 255, 0.3), -2.2021930511px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  65% {
    text-shadow: 2.8638780615px 0 1px rgba(0, 30, 255, 0.3), -2.8638780615px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  70% {
    text-shadow: 0.4887402516px 0 1px rgba(0, 30, 255, 0.3), -0.4887402516px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  75% {
    text-shadow: 1.8948491306px 0 1px rgba(0, 30, 255, 0.3), -1.8948491306px 0 1px rgba(255, 0, 80, 0.2), 0 0 3px;
  }
  80% {
    text-shadow: 0.0833037308px 0 1px rgba(0, 30, 255, 0.3), -0.0833037308px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  85% {
    text-shadow: 0.0976982726px 0 1px rgba(0, 30, 255, 0.3), -0.0976982726px 0 1px rgba(255, 0, 80, 0.2), 0 0 3px;
  }
  90% {
    text-shadow: 3.4433397615px 0 1px rgba(0, 30, 255, 0.3), -3.4433397615px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  95% {
    text-shadow: 2.1841838853px 0 1px rgba(0, 30, 255, 0.3), -2.1841838853px 0 1px rgba(255, 0, 80, 0.15), 0 0 3px;
  }
  100% {
    text-shadow: 2.6208764474px 0 1px rgba(0, 30, 255, 0.3), -2.6208764474px 0 1px rgba(255, 0, 80, 0.2), 0 0 3px;
  }
}
@keyframes MaskMovment {
  100% {
    -webkit-mask-position: 345px 0;
            mask-position: 345px 0;
  }
}
@keyframes DividerMovment {
  100% {
    transform: translate(336px, -75px);
  }
}
@keyframes HandlerMovment {
  100% {
    transform: translate(345px, 0);
  }
}
@keyframes CaptchaShow {
  100% {
    transform: translateY(-18px);
    visibility: visible;
  }
}
@keyframes CaptchaHide {
  100% {
    transform: translateY(18px);
    visibility: hidden;
  }
}
@media (max-width: 480px) {
  @keyframes CaptchaShow {
    100% {
      transform: translateY(-26px);
      visibility: visible;
    }
  }
  @keyframes CaptchaHide {
    100% {
      transform: translateY(26px);
      visibility: hidden;
    }
  }
}
.WrapperBorder1 {
  position: absolute;
  z-index: -2;
  width: calc(var(--MaxWidth) + 2px);
  height: calc(var(--MaxHeight) + 2px);
  left: calc(50vw - (var(--MaxWidth) / 2 + 1px));
  top: calc(50vh - (var(--MaxHeight) / 2 + 1px));
  -webkit-clip-path: polygon(0 3%, 2% 0, 100% 0, 100% 97%, 98% 100%, 0 100%);
          clip-path: polygon(0 3%, 2% 0, 100% 0, 100% 97%, 98% 100%, 0 100%);
  background-color: var(--color-main1);
}
@media (min-width: 1921px) and (max-height: 1080px) {
  .WrapperBorder1 {
    height: calc(98vh + 2px);
    top: calc(1vh - 1px);
  }
}
@media (max-width: 1920px) {
  .WrapperBorder1 {
    display: none;
  }
}
@media (max-width: 1920px) and (min-height: 1081px) {
  .WrapperBorder1 {
    display: block;
    -webkit-clip-path: polygon(0 3%, 2.4% 0, 100% 0, 100% 97.1%, 98.1% 100%, 0 100%);
            clip-path: polygon(0 3%, 2.4% 0, 100% 0, 100% 97.1%, 98.1% 100%, 0 100%);
    height: calc(var(--MaxHeight) + 2px);
    top: calc(50vh - (var(--MaxHeight) / 2 + 1px));
    width: 100vw;
    left: 0vw;
  }
}
@media (max-width: 1920px) and (max-width: 1600px) {
  .WrapperBorder1 {
    display: none;
  }
}
@media (max-width: 1920px) and (max-width: 1600px) and (min-height: 1081px) {
  .WrapperBorder1 {
    display: block;
    -webkit-clip-path: polygon(0 3%, 2.4% 0, 100% 0, 100% 97.1%, 98.1% 100%, 0 100%);
            clip-path: polygon(0 3%, 2.4% 0, 100% 0, 100% 97.1%, 98.1% 100%, 0 100%);
    height: calc(var(--MaxHeight) + 2px);
    top: calc(50vh - (var(--MaxHeight) / 2 + 1px));
    width: 100vw;
    left: 0vw;
  }
}

.Wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .Wrapper {
    width: var(--MaxWidth);
    height: var(--MaxHeight);
    left: calc(50vw - var(--MaxWidth) / 2);
    top: calc(50vh - var(--MaxHeight) / 2);
    border: 1px solid var(--color-main1);
    -webkit-mask-image: url("../assets/Mask.svg");
            mask-image: url("../assets/Mask.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
@media (min-width: 1921px) and (max-height: 1080px) {
  .Wrapper {
    -webkit-clip-path: polygon(0 3%, 2% 0, 100% 0, 100% 97%, 98% 100%, 0 100%);
            clip-path: polygon(0 3%, 2% 0, 100% 0, 100% 97%, 98% 100%, 0 100%);
    -webkit-mask-size: var(--MaxWidth), 98vh;
            mask-size: var(--MaxWidth), 98vh;
    height: 98vh;
    top: 1vh;
  }
}
@media (max-width: 1920px) {
  .Wrapper {
    border: none;
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-mask-image: none;
            mask-image: none;
    width: 100vw;
    height: 100vh;
  }
}
@media (max-width: 1920px) and (min-height: 1081px) {
  .Wrapper {
    -webkit-mask-image: url("../assets/Mask.svg");
            mask-image: url("../assets/Mask.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    display: block;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-clip-path: polygon(0 3.1%, 2.5% 0, 100% 0, 100% 97%, 98% 100%, 0 100%);
            clip-path: polygon(0 3.1%, 2.5% 0, 100% 0, 100% 97%, 98% 100%, 0 100%);
    height: calc(var(--MaxHeight) + 2px);
    top: calc(50vh - (var(--MaxHeight) / 2 + 1px));
    width: 100vw;
    left: 0vw;
    border-left: 1px solid var(--color-main1);
    border-right: 1px solid var(--color-main1);
    border-top: 1px solid var(--color-main1);
    border-bottom: 1px solid var(--color-main1);
  }
}
@media (max-width: 1600px) {
  .Wrapper {
    border: none;
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-mask-image: none;
            mask-image: none;
    width: 100vw;
    height: 100vh;
  }
}
@media (max-width: 1600px) and (min-height: 1081px) {
  .Wrapper {
    display: block;
    -webkit-clip-path: polygon(0 3.1%, 2.5% 0, 100% 0, 100% 97%, 98% 100%, 0 100%);
            clip-path: polygon(0 3.1%, 2.5% 0, 100% 0, 100% 97%, 98% 100%, 0 100%);
    height: calc(var(--MaxHeight) + 2px);
    top: calc(50vh - (var(--MaxHeight) / 2 + 1px));
    width: 100vw;
    left: 0vw;
    border-left: 1px solid var(--color-main1);
    border-right: 1px solid var(--color-main1);
    border-top: 1px solid var(--color-main1);
    border-bottom: 1px solid var(--color-main1);
  }
}
@media (max-width: 480px) {
  .Wrapper {
    height: auto;
  }
}

.MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
  background: url("../assets/Grafika_StronaG1920.webp") no-repeat;
  background-position: center;
  position: fixed;
  left: 0;
  top: 35%;
  height: 640px;
  width: 100%;
  transform: translate(0, -50%);
  width: 100%;
}
@media (min-width: 1921px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    top: 40%;
    position: absolute;
  }
}
@media (min-width: 1921px) and (max-height: 1080px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    top: 37%;
  }
}
@media (max-width: 1920px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    top: 35%;
  }
}
@media (max-width: 1920px) and (min-height: 1050px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    top: 35%;
  }
}
@media (max-width: 1920px) and (min-height: 1081px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    position: absolute;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    top: 40%;
  }
}
@media (max-width: 1680px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    top: 35%;
  }
}
@media (max-width: 1600px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    top: 33%;
  }
}
@media (max-width: 1600px) and (min-height: 1050px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    top: 35%;
  }
}
@media (max-width: 1600px) and (min-height: 1195px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    top: 40%;
  }
}
@media (max-width: 1536px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    top: 32%;
  }
}
@media (max-width: 1024px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    background: url("../assets/Grafika_StronaG1024.webp") no-repeat;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .MainPicture, .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    background: url("../assets/Grafika_StronaG480.webp") no-repeat;
    background-position: center;
    position: fixed;
  }
}

#MeButton {
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -2%);
  position: absolute;
  display: block;
}

.MeButton-Link {
  cursor: help;
}

.projekty {
  position: absolute;
  left: 50%;
  top: -80px;
  width: 600px;
  height: 750px;
  border-radius: 20px;
  background-color: rgba(105, 68, 0, 0.6);
  transform: translateX(-25%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
}

.FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
  background: url("../assets/Grafika_Firma1920.webp") no-repeat;
  background-position: center;
}
@media ( max-width: 360px) {
  .FirmaPicture, .PrywatniePicture, .ProjektyPicture, .PraktykaPicture {
    background: url("../assets/Grafika_Firma360.webp") no-repeat;
    background-position: center;
    position: fixed;
  }
}

.PraktykaPicture {
  background: url("../assets/Grafika_Praktyka1920.webp") no-repeat;
  background-position: center;
}

.ProjektyPicture {
  background: url("../assets/Grafika_Projekty1920.webp") no-repeat;
  background-position: center;
}
@media ( max-width: 360px) {
  .ProjektyPicture {
    background: url("../assets/Grafika_Projekty360.webp") no-repeat;
    background-position: center;
    position: fixed;
  }
}

.PrywatniePicture {
  background: url("../assets/Grafika_Prywatnie1920.webp") no-repeat;
  background-position: center;
}
@media ( max-width: 360px) {
  .PrywatniePicture {
    background: url("../assets/Grafika_Prywatnie360.webp") no-repeat;
    background-position: center;
    position: fixed;
  }
}

.Contact {
  position: absolute;
  width: 120px;
  height: 20px;
  right: 13.3vw;
  top: calc(16.42vh + 9px);
}
@media (min-width: 1921px) {
  .Contact {
    right: 256px;
    top: 201px;
  }
}
@media (max-width: 1920px) {
  .Contact {
    right: 13.3vw;
    top: calc(16.42vh + 9px);
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .Contact {
    top: 201px;
  }
}
@media (max-width: 1680px) {
  .Contact {
    right: 6vw;
  }
}
@media (max-width: 1600px) {
  .Contact {
    right: 6vw;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .Contact {
    top: calc(14vh + 9px);
  }
}
@media (max-width: 1366px) {
  .Contact {
    top: calc(12vh + 9px);
    right: 0;
  }
}
@media (max-width: 756px) {
  .Contact {
    top: calc(12vh + 25px);
  }
}
@media (max-width: 480px) {
  .Contact {
    z-index: 1;
    top: 0px;
  }
}

.Contact__Board {
  top: 0;
  right: 0;
  position: absolute;
  width: 120px;
  height: 20px;
  background-color: var(--color-main1);
  border-radius: 0px 0px 0px 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .Contact__Board {
    width: 100vw;
    height: 380px;
    top: -380px;
    right: calc(-100vw + 120px);
  }
}
.Contact__Board-H2 {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  color: var(--color-black);
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 40px;
  top: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .Contact__Board-H2 {
    top: 10px;
    font-size: 1.5rem;
  }
}

.Contact__Board-Discover {
  will-change: width, height, visibility;
  animation: ContactShow 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.Contact__Board-Hide {
  will-change: width, height, visibility;
  animation: ContactHide 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.Contact__Form {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.Contact__Form-Name {
  position: absolute;
  right: 20px;
  left: 20px;
  top: 60px;
}
.Contact__Form-Name input {
  width: 300px;
  height: 3.6rem;
  background-color: var(--color-main1);
  border: 1px solid var(--color-black);
  padding-left: 20px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.8rem;
  color: var(--color-black);
}
@media (max-width: 480px) {
  .Contact__Form-Name input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .Contact__Form-Name {
    top: 40px;
  }
}
.Contact__Form-Name input::-moz-placeholder {
  color: var(--color-balck);
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.Contact__Form-Name input::placeholder {
  color: var(--color-balck);
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.Contact__Form-Email {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 120px;
}
.Contact__Form-Email input {
  width: 300px;
  height: 3.6rem;
  background-color: var(--color-main1);
  border: 1px solid var(--color-black);
  padding-left: 20px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.8rem;
  color: var(--color-black);
}
@media (max-width: 480px) {
  .Contact__Form-Email input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .Contact__Form-Email {
    top: 90px;
  }
}
.Contact__Form-Email input::-moz-placeholder {
  color: var(--color-balck);
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.Contact__Form-Email input::placeholder {
  color: var(--color-balck);
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.Contact__Form-Topic {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 180px;
}
.Contact__Form-Topic input {
  width: 300px;
  height: 3.6rem;
  background-color: var(--color-main1);
  border: 1px solid var(--color-black);
  padding-left: 20px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.8rem;
  color: var(--color-black);
}
@media (max-width: 480px) {
  .Contact__Form-Topic input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .Contact__Form-Topic {
    top: 140px;
  }
}
.Contact__Form-Topic input::-moz-placeholder {
  color: var(--color-balck);
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.Contact__Form-Topic input::placeholder {
  color: var(--color-balck);
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.Contact__Form-Submit {
  position: absolute;
  right: 20px;
  top: 180px;
}
.Contact__Form-Submit button {
  height: 3.6rem;
  width: 220px;
  border: 1px solid var(--color-black);
  background-color: var(--color-main1);
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 560px) {
  .Contact__Form-Submit button {
    width: 100%;
  }
}
.Contact__Form-Submit input {
  height: 3.6rem;
  width: 220px;
  border: 1px solid var(--color-black);
  background-color: var(--color-main1);
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 560px) {
  .Contact__Form-Submit input {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .Contact__Form-Submit {
    top: 300px;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .Contact__Form-Submit {
    bottom: 20px;
  }
}
.Contact__Form-Submit input:hover {
  letter-spacing: 0.15em;
}

.Contact__Form-Area {
  position: absolute;
  left: 20px;
  top: 240px;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 560px) {
  .Contact__Form-Area {
    top: 240px;
    bottom: 60px;
  }
}
@media (max-width: 480px) {
  .Contact__Form-Area {
    top: 190px;
    bottom: 64px;
  }
}

#message {
  height: 100%;
  width: 100%;
  resize: none;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-left: 20px;
  border: 1px solid var(--color-black);
  background-color: var(--color-main1);
}
#message::-moz-placeholder {
  color: var(--color-balck);
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
#message::placeholder {
  color: var(--color-balck);
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  #message {
    height: 96px;
  }
}

.Contact__Cross-V--Btn, .Contact__Cross-V--BtnP, .Contact__Cross-V--Btn-Active {
  z-index: 1;
  position: absolute;
  width: 2px;
  height: 10px;
  display: block;
  background-color: var(--color-white);
  left: 90%;
  top: 50%;
  transform: translate(0, -50%) rotateZ(0deg);
  opacity: 1;
  transition: 0.3s;
}

.Contact__Cross-V--Btn-Active {
  background-color: var(--color-black);
  transform: translate(0, -50%) rotateZ(45deg);
}

.Contact__Cross-V--BtnP {
  background-color: var(--color-dark-grey);
}

.Contact__Cross-H--Btn, .Contact__Cross-H--BtnP, .Contact__Cross-H--Btn-Active {
  z-index: 1;
  position: absolute;
  width: 2px;
  height: 10px;
  display: block;
  background-color: var(--color-white);
  left: 90%;
  top: 50%;
  transform: translate(0, -50%) rotateZ(90deg);
  transition: 0.3s;
}

.Contact__Cross-H--Btn-Active {
  background-color: var(--color-black);
  transform: translate(0, -50%) rotateZ(135deg);
}

.Contact__Cross-H--BtnP {
  background-color: var(--color-dark-grey);
}

.Contact__Btn, .Contact__Btn-Active, .Contact__BtnP {
  box-sizing: content-box;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
  border: none;
  border-radius: 0px 0px 0px 10px;
  background-color: var(--color-main);
  width: 120px;
  height: 20px;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: 0.5s;
}
.Contact__Btn:hover, .Contact__Btn-Active:hover, .Contact__BtnP:hover {
  background-color: var(--color-main1);
  color: var(--color-black);
  letter-spacing: 1.2px;
  border-radius: 0px 0px 0px 5px;
}

.Contact__BtnP {
  color: var(--color-dark-grey);
}

.Contact__Btn:hover + .Contact__Cross-V--Btn, .Contact__Btn-Active:hover + .Contact__Cross-V--Btn, .Contact__BtnP:hover + .Contact__Cross-V--Btn, .Contact__Btn:hover + .Contact__Cross-V--Btn-Active, .Contact__Btn-Active:hover + .Contact__Cross-V--Btn-Active, .Contact__BtnP:hover + .Contact__Cross-V--Btn-Active, .Contact__Btn:hover + .Contact__Cross-V--BtnP, .Contact__Btn-Active:hover + .Contact__Cross-V--BtnP, .Contact__BtnP:hover + .Contact__Cross-V--BtnP {
  background-color: var(--color-black);
  transform: translate(0, -50%) rotateZ(90deg);
}

.Contact__Btn:hover ~ .Contact__Cross-H--Btn, .Contact__Btn-Active:hover ~ .Contact__Cross-H--Btn, .Contact__BtnP:hover ~ .Contact__Cross-H--Btn, .Contact__Btn:hover ~ .Contact__Cross-H--Btn-Active, .Contact__Btn-Active:hover ~ .Contact__Cross-H--Btn-Active, .Contact__BtnP:hover ~ .Contact__Cross-H--Btn-Active, .Contact__Btn:hover ~ .Contact__Cross-H--BtnP, .Contact__Btn-Active:hover ~ .Contact__Cross-H--BtnP, .Contact__BtnP:hover ~ .Contact__Cross-H--BtnP {
  background-color: var(--color-black);
  transform: translate(0, -50%) rotateZ(180deg);
}

.Contact__Btn-Active {
  background-color: var(--color-main1);
  color: var(--color-black);
  border-left: 1px rgba(25, 25, 25, 0.5) dotted;
  border-bottom: 1px rgba(25, 25, 25, 0.5) dotted;
  border-radius: 0px 0px 0px 10px;
}
.Contact__Btn-Active:hover {
  border-radius: 0px 0px 0px 10px;
  letter-spacing: 1.2px;
}

.Contact__Btn-Active:hover + .Contact__Cross-V--Btn-Active {
  background-color: var(--color-black);
  transform: translate(0, -50%) rotateZ(45deg);
}

.Contact__Btn-Active:hover ~ .Contact__Cross-H--Btn-Active {
  background-color: var(--color-black);
  transform: translate(0, -50%) rotateZ(135deg);
}

textarea::-webkit-scrollbar {
  width: 0.7em;
}

textarea::-webkit-scrollbar {
  width: 0.7em;
}

textarea::-webkit-scrollbar-track {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(11, 107, 107, 0.2);
}

textarea::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid var(--color-black);
  -webkit-text-fill-color: var(--color-black);
  box-shadow: 0 0 0px 1000px var(--color-main1) inset;
}

textarea {
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(11, 107, 107, 0.2);
  scrollbar-width: thin;
}

.textarea-Discover {
  will-change: scrollbar-width;
  animation: niwelator 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.error-top, .error-topB {
  position: absolute;
  left: 0;
  top: -15px;
  color: black;
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .error-top, .error-topB {
    font-size: 0.8rem;
    top: -12px;
  }
}

.error-topB {
  top: -23px;
}
@media (max-width: 480px) {
  .error-topB {
    top: -10px;
  }
}

.error-bottom {
  margin-top: 3px;
  color: white;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.grecaptcha-badge {
  display: none;
}

.Captcha {
  visibility: hidden;
  font-size: 1.2rem;
  right: 20px;
  bottom: -15px;
  display: block;
  z-index: 1;
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
}
.Captcha a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}
@media (max-width: 480px) {
  .Captcha {
    left: 20px;
    right: 20px;
    top: calc(100% - 10px);
    display: block;
    position: absolute;
    color: rgba(0, 0, 0, 0.5);
  }
}

.Captcha-Discover {
  animation: CaptchaShow 1.4s;
  animation-delay: 1.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.Captcha-Hide {
  animation: CaptchaHide 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.GreyTop {
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0px;
  top: 0px;
  background-color: var(--color-light-greyTop);
  outline: solid 5px var(--color-light-greyTop);
  outline-offset: 2px;
  transition: 0.5s;
}
@media (min-width: 1921px) {
  .GreyTop {
    height: 185px;
  }
}
@media (max-width: 1920px) {
  .GreyTop {
    height: 80px;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .GreyTop {
    height: 185px;
  }
}
@media (max-width: 1600px) and (min-height: 1195px) {
  .GreyTop {
    height: 150px;
  }
}
@media (max-width: 1280px) {
  .GreyTop {
    height: 70px;
  }
}
@media (max-width: 1280px) and (max-height: 768px) {
  .GreyTop {
    display: none;
  }
}
@media (max-width: 1280px) and (max-height: 800px) {
  .GreyTop {
    height: 85px;
  }
}
@media (max-width: 1280px) and (min-height: 805px) {
  .GreyTop {
    height: 90px;
  }
}
@media (max-width: 1280px) and (min-height: 955px) {
  .GreyTop {
    height: 95px;
  }
}
.GreyTop--Hide {
  will-change: transform;
  animation: TopZnika 2.6s;
  animation-delay: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.GreyTop--Discover {
  will-change: transform;
  animation: TopPojawia 1.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
}

.Header {
  position: fixed;
  z-index: 2;
  width: 100%;
}
@media (min-width: 1921px) {
  .Header {
    position: absolute;
  }
}
@media (max-width: 1920px) and (min-height: 1081px) {
  .Header {
    position: absolute;
  }
}

.Header--Open {
  will-change: transform;
  animation: NaglowekOut 2.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.Header--Close {
  will-change: transform;
  animation: NaglowekDown 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
}

.Header__Logo {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr minmax(640px, 1fr) 1fr;
  border-bottom: solid 2px var(--color-main1);
}
@media (max-width: 640px) {
  .Header__Logo {
    grid-template-columns: 1fr;
  }
}

.Header__Logo-Left {
  position: relative;
  width: 100%;
  max-height: 16.42vh;
  background-color: var(--color-dark-grey);
}
@media (min-width: 1921px) {
  .Header__Logo-Left {
    max-height: 192px;
  }
}
@media (max-width: 640px) {
  .Header__Logo-Left {
    visibility: hidden;
    position: absolute;
  }
}
.Header__Logo-Left p {
  color: var(--color-black);
  font-size: 1.4rem;
  font-family: "Baloo 2", cursive;
  margin: 20px 20px;
}
.Header__Logo-Left-H3 {
  position: absolute;
  bottom: -1px;
  left: 13.3vw;
  font-size: 1.4rem;
  font-family: "Baloo 2", cursive;
  font-weight: 400;
  color: var(--color-white);
  opacity: 0;
  letter-spacing: 0.5px;
}
@media (min-width: 1921px) {
  .Header__Logo-Left-H3 {
    left: 10vw;
  }
}
@media (max-width: 1920px) {
  .Header__Logo-Left-H3 {
    left: 13.3vw;
  }
}
@media (max-width: 1680px) {
  .Header__Logo-Left-H3 {
    left: 7.1vw;
  }
}
@media (max-width: 1600px) {
  .Header__Logo-Left-H3 {
    left: 7vw;
  }
}
@media (max-width: 1536px) {
  .Header__Logo-Left-H3 {
    left: 7.2vw;
  }
}
@media (max-width: 1440px) {
  .Header__Logo-Left-H3 {
    left: 7.2vw;
  }
}
@media (max-width: 1366px) {
  .Header__Logo-Left-H3 {
    left: 1.5vw;
  }
}
.Header__Logo-Left-H3--Discover {
  will-change: opacity;
  animation: nazwaPojawia 3.5s;
  animation-delay: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.Header__Logo-Left-H3--Hide {
  will-change: opacity;
  animation: nazwaZnika 0.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
}

.Header__Logo-Middle {
  position: relative;
  height: 16.42vh;
  width: 100%;
  background-color: var(--color-dark-grey);
  text-align: center;
}
@media (min-width: 1921px) {
  .Header__Logo-Middle {
    height: 192px;
  }
}
@media (max-width: 1920px) {
  .Header__Logo-Middle {
    height: 16.42vh;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .Header__Logo-Middle {
    height: 192px;
  }
}
@media (max-width: 1600px) {
  .Header__Logo-Middle {
    height: 16.42vh;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .Header__Logo-Middle {
    height: 14vh;
  }
}
@media (max-width: 1366px) {
  .Header__Logo-Middle {
    height: 12vh;
  }
}
@media (max-width: 480px) {
  .Header__Logo-Middle {
    height: 40px;
  }
}
.Header__Logo-Middle-H1 {
  color: var(--color-white);
  font-size: 3.6rem;
  font-family: "Baloo 2", cursive;
  font-weight: 400;
  letter-spacing: normal;
}
@media (min-width: 1921px) {
  .Header__Logo-Middle-H1 {
    line-height: 192px;
  }
}
@media (max-width: 1920px) {
  .Header__Logo-Middle-H1 {
    line-height: 16.42vh;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .Header__Logo-Middle-H1 {
    line-height: 192px;
  }
}
@media (max-width: 1600px) {
  .Header__Logo-Middle-H1 {
    font-size: 3rem;
    line-height: 16.42vh;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .Header__Logo-Middle-H1 {
    line-height: 14vh;
  }
}
@media (max-width: 1440px) {
  .Header__Logo-Middle-H1 {
    font-size: 3rem;
  }
}
@media (max-width: 1366px) {
  .Header__Logo-Middle-H1 {
    line-height: 12vh;
    font-size: 2.2rem;
  }
}
@media (max-width: 640px) {
  .Header__Logo-Middle-H1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .Header__Logo-Middle-H1 {
    padding-left: 10px;
    text-align: left;
    font-size: 2rem;
    line-height: 40px;
  }
}
.Header__Logo-Middle-H1 b {
  color: var(--color-main1);
}

.Header__Logo-Middle-Div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 3.6rem;
  font-family: "Baloo 2", cursive;
  font-weight: 400;
  letter-spacing: normal;
  cursor: pointer;
  background-color: yellowgreen;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
@media (max-width: 1600px) {
  .Header__Logo-Middle-Div {
    font-size: 3rem;
  }
}
@media (max-width: 1440px) {
  .Header__Logo-Middle-Div {
    font-size: 3rem;
  }
}
@media (max-width: 1366px) {
  .Header__Logo-Middle-Div {
    font-size: 2.2rem;
  }
}
@media (max-width: 640px) {
  .Header__Logo-Middle-Div {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .Header__Logo-Middle-Div {
    padding-left: 10px;
    padding-right: 10px;
    transform: translate(0, -50%);
    left: 0;
    font-size: 2rem;
  }
}

.Header__Logo-Right {
  position: relative;
  width: 100%;
  max-height: 16.42vh;
  background-color: var(--color-dark-grey);
}
@media (min-width: 1921px) {
  .Header__Logo-Right {
    max-height: 192px;
  }
}
@media (max-width: 640px) {
  .Header__Logo-Right {
    visibility: hidden;
    position: absolute;
  }
}

.ornament4 {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 185px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.12);
}
@media (min-width: 1921px) {
  .ornament4 {
    width: 185px;
  }
}
@media (max-width: 1680px) {
  .ornament4 {
    width: 26px;
  }
}
@media (max-width: 1600px) {
  .ornament4 {
    width: 24px;
  }
}
@media (max-width: 1440px) {
  .ornament4 {
    width: 14px;
  }
}
@media (max-width: 1366px) {
  .ornament4 {
    display: none;
    visibility: hidden;
  }
}

.ornament3 {
  position: absolute;
  right: 192px;
  bottom: 0px;
  width: 10px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.12);
}
@media (min-width: 1921px) {
  .ornament3 {
    right: 192px;
  }
}
@media (max-width: 1680px) {
  .ornament3 {
    right: 35px;
  }
}
@media (max-width: 1600px) {
  .ornament3 {
    right: 32px;
  }
}
@media (max-width: 1440px) {
  .ornament3 {
    right: 22px;
  }
}
@media (max-width: 1366px) {
  .ornament3 {
    display: none;
    visibility: hidden;
  }
}

.ornament2 {
  position: absolute;
  right: 209px;
  bottom: 0px;
  width: 40px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.12);
}
@media (min-width: 1921px) {
  .ornament2 {
    right: 209px;
  }
}
@media (max-width: 1680px) {
  .ornament2 {
    right: 53px;
  }
}
@media (max-width: 1600px) {
  .ornament2 {
    right: 49px;
  }
}
@media (max-width: 1440px) {
  .ornament2 {
    right: 40px;
  }
}
@media (max-width: 1366px) {
  .ornament2 {
    display: none;
    visibility: hidden;
  }
}

.ornament1 {
  position: absolute;
  right: 255px;
  bottom: 0px;
  width: 120px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 10px 0px 0px 0px;
}
@media (min-width: 1921px) {
  .ornament1 {
    right: 256px;
  }
}
@media (max-width: 1680px) {
  .ornament1 {
    right: 101px;
  }
}
@media (max-width: 1600px) {
  .ornament1 {
    right: 96px;
  }
}
@media (max-width: 1536px) {
  .ornament1 {
    right: 92px;
  }
}
@media (max-width: 1440px) {
  .ornament1 {
    right: 86px;
  }
}
@media (max-width: 1366px) {
  .ornament1 {
    right: 0px;
  }
}

.Header__Logo-Right-Div1 {
  position: absolute;
  right: 6vw;
  top: 50%;
  transform: translateY(-50%);
  height: 130px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  justify-items: right;
  align-items: center;
}
@media (min-width: 1921px) {
  .Header__Logo-Right-Div1 {
    right: 13.3vw;
  }
}
@media (max-width: 1920px) {
  .Header__Logo-Right-Div1 {
    right: 13.3vw;
  }
}
@media (max-width: 1600px) {
  .Header__Logo-Right-Div1 {
    right: 6vw;
  }
}
@media (max-width: 1366px) {
  .Header__Logo-Right-Div1 {
    right: 0;
  }
}

.socialF {
  width: 135px;
  opacity: 0.25;
  transition: 0.1s;
  cursor: pointer;
}
.socialF:hover {
  opacity: 0.7;
  fill: #29487d;
}
.socialF:hover .st0 {
  fill: var(--color-white);
}

.socialY {
  width: 112px;
  align-self: center;
  opacity: 0.25;
  transition: 0.1s;
  cursor: pointer;
}
.socialY:hover {
  opacity: 0.8;
  fill: #ff0000;
}
.socialY:hover .st2 {
  opacity: 0.8;
  fill: var(--color-white);
}
.socialY:hover .st3 {
  opacity: 0.8;
  fill: var(--color-balck);
}
.socialY:hover .st4 {
  opacity: 0.8;
  fill: #232323;
}

.socialL {
  width: 100px;
  opacity: 0.25;
  transition: 0.2s;
  cursor: pointer;
}
.socialL:hover {
  opacity: 0.7;
}

/*-----------------------------------------------------------LiniaTop------------------------------------------------ */
.Menu {
  position: absolute;
  top: calc(16.42vh + 4px);
  left: 0;
  width: 100%;
  height: 14px;
  display: grid;
  grid-template-columns: minmax(580px, 1fr) auto 1fr;
  background-color: var(--color-main1AA);
}
@media (min-width: 1921px) {
  .Menu {
    top: 196px;
  }
}
@media (max-width: 1920px) {
  .Menu {
    top: calc(16.42vh + 4px);
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .Menu {
    top: 196px;
  }
}
@media (max-width: 1600px) {
  .Menu {
    top: calc(16.42vh + 4px);
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .Menu {
    top: calc(14vh + 4px);
  }
}
@media (max-width: 1366px) {
  .Menu {
    top: calc(12vh + 4px);
  }
}
@media (max-width: 640px) {
  .Menu {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .Menu {
    top: 44px;
  }
}

.Menu__Left {
  height: 20px;
  display: grid;
  grid-template-columns: 13vw 1fr;
  background-color: var(--color-dark-grey);
}
@media (min-width: 1921px) {
  .Menu__Left {
    grid-template-columns: 10vw 1fr;
  }
}
@media (max-width: 1920px) {
  .Menu__Left {
    grid-template-columns: 13.3vw 1fr;
  }
}
@media (max-width: 1680px) {
  .Menu__Left {
    grid-template-columns: 6vw 1fr;
  }
}
@media (max-width: 1600px) {
  .Menu__Left {
    grid-template-columns: 6vw 1fr;
  }
}
@media (max-width: 1366px) {
  .Menu__Left {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .Menu__Left {
    height: 80px;
  }
}

.Menu__Left-Left {
  height: 20px;
  background-color: var(--color-dark-grey);
}
@media (max-width: 1366px) {
  .Menu__Left-Left {
    visibility: hidden;
    position: absolute;
  }
}

/* --------------Nav------------- */
/* .SMLLeft {} */
.Nav {
  font-family: "Montserrat", sans-serif;
}

.Nav__List {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 480px) {
  .Nav__List {
    grid-template-columns: 1fr;
  }
}

.Nav__Item {
  width: 100%;
  height: 16px;
  display: block;
  text-align: left;
  border-left-width: 1px;
  border-left-color: var(--color-white);
  margin-top: 2px;
  margin-bottom: 2px;
  /* margin-left: 20px; */
  border-left-style: dotted;
  background-color: var(--color-dark-grey);
  cursor: pointer;
}
.Nav__Item:last-child {
  border-right-width: 1px;
  border-right-color: var(--color-white);
  border-right-style: dotted;
}
@media (max-width: 480px) {
  .Nav__Item:last-child {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .Nav__Item {
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-bottom-color: var(--color-white);
    border-left: none;
  }
}

.Nav__Link {
  display: block;
  height: 16px;
  text-decoration: none;
  line-height: 16px;
  padding-left: 20px;
  transition: 0.15s;
  /* background-color: rgb(255, 0, 221); */
}
@media (max-width: 480px) {
  .Nav__Link {
    padding-left: 5px;
  }
}
.Nav__Link:hover .Nav__Title {
  color: var(--color-light-grey);
  letter-spacing: 0px;
}

.Nav__Item--Active .Nav__Title {
  color: var(--color-light-grey);
}

.Nav__Title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: var(--color-white);
  text-transform: uppercase;
  transition: 0.15s;
}

/* -----------------SMMiddle------------------- */
.Menu__Middle {
  height: 20px;
}
@media (max-width: 640px) {
  .Menu__Middle {
    visibility: hidden;
    position: absolute;
  }
}

/* -----------------SMRight------------------- */
.Menu__Right {
  height: 5px;
  background-color: var(--color-dark-grey);
}
@media (max-width: 640px) {
  .Menu__Right {
    visibility: hidden;
    position: absolute;
  }
}

.StripeGrey {
  height: 16px;
  width: 15%;
  background-color: var(--color-dark-grey);
  position: absolute;
  right: 0px;
  top: 7px;
}
@media (max-width: 1680px) {
  .StripeGrey {
    width: 10%;
  }
}
@media (max-width: 1366px) {
  .StripeGrey {
    display: none;
    visibility: hidden;
  }
}

.Menu__Svg {
  height: 20px;
  width: 40px;
  position: absolute;
  right: 210px;
  top: 5px;
}
@media (min-width: 1921px) {
  .Menu__Svg {
    right: 210px;
  }
}
@media (max-width: 1680px) {
  .Menu__Svg {
    right: 53px;
  }
}
@media (max-width: 1600px) {
  .Menu__Svg {
    right: 50px;
  }
}
@media (max-width: 1440px) {
  .Menu__Svg {
    right: 40px;
  }
}
@media (max-width: 1366px) {
  .Menu__Svg {
    display: none;
    visibility: hidden;
  }
}

.Menu__Skew {
  position: absolute;
  right: 199px;
  top: 5px;
  width: 11.1111111111px;
  height: 20px;
  background-color: var(--color-main);
  transform: skew(-30deg);
}
@media (min-width: 1921px) {
  .Menu__Skew {
    right: 199px;
  }
}
@media (max-width: 1680px) {
  .Menu__Skew {
    right: 40px;
  }
}
@media (max-width: 1600px) {
  .Menu__Skew {
    right: 38px;
  }
}
@media (max-width: 1440px) {
  .Menu__Skew {
    right: 28px;
  }
}
@media (max-width: 1366px) {
  .Menu__Skew {
    display: none;
    visibility: hidden;
  }
}

.Menu__SkewB {
  position: absolute;
  right: -5px;
  top: 5px;
  width: 197px;
  height: 20px;
  background-color: var(--color-main);
  transform: skew(-30deg);
  text-align: center;
}
@media (min-width: 1921px) {
  .Menu__SkewB {
    right: -5px;
    width: 197px;
  }
}
@media (max-width: 1680px) {
  .Menu__SkewB {
    width: 37px;
  }
}
@media (max-width: 1600px) {
  .Menu__SkewB {
    width: 35px;
  }
}
@media (max-width: 1440px) {
  .Menu__SkewB {
    width: 25px;
  }
}
@media (max-width: 1366px) {
  .Menu__SkewB {
    display: none;
    visibility: hidden;
  }
}

.Menu__SkewB h3 {
  font-family: "Audiowide", cursive;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  transform: skew(30deg);
}
@media (max-width: 1680px) {
  .Menu__SkewB h3 {
    display: none;
    visibility: hidden;
  }
}
.Menu__SkewB h3 b {
  color: rgba(0, 0, 0, 0.6);
}

/* --------------PasMiddle-------------- */
.GreyMiddle {
  position: relative;
  width: 100%;
  background-color: var(--color-light-grey);
  outline: solid 5px var(--color-light-grey);
  outline-offset: 2px;
  margin-top: 56vh;
  height: 44vh;
  transition: 0.5s;
}
@media (min-width: 1921px) {
  .GreyMiddle {
    margin-top: calc(var(--MaxHeight) / 2 + 70px);
    height: calc(var(--MaxHeight) / 2 - 70px);
  }
}
@media (min-width: 1921px) and (max-height: 1080px) {
  .GreyMiddle {
    margin-top: calc(var(--MaxHeight) / 2);
    height: calc(var(--MaxHeight) / 2);
  }
}
@media (max-width: 1920px) and (max-height: 1050px) {
  .GreyMiddle {
    margin-top: 56vh;
    height: 44vh;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .GreyMiddle {
    margin-top: calc(var(--MaxHeight) / 2 + 70px);
    height: calc(var(--MaxHeight) / 2 - 70px);
  }
}
@media (max-width: 1680px) {
  .GreyMiddle {
    margin-top: 57vh;
    height: 43vh;
  }
}
@media (max-width: 1680px) and (min-height: 1045px) {
  .GreyMiddle {
    margin-top: 57vh;
    height: 43vh;
  }
}
@media (max-width: 1600px) {
  .GreyMiddle {
    margin-top: 55vh;
    height: 45vh;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .GreyMiddle {
    margin-top: 55vh;
    height: 45vh;
  }
}
@media (max-width: 1600px) and (min-height: 1050px) {
  .GreyMiddle {
    margin-top: 56vh;
    height: 44vh;
  }
}
@media (max-width: 1600px) and (min-height: 1199px) {
  .GreyMiddle {
    margin-top: 51vh;
    height: 49vh;
  }
}
@media (max-width: 1366px) {
  .GreyMiddle {
    margin-top: 57vh;
    height: 43vh;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .GreyMiddle {
    margin-top: 59vh;
    height: 41vh;
  }
}
@media (max-width: 1280px) and (max-height: 768px) {
  .GreyMiddle {
    margin-top: 57vh;
    height: 43vh;
  }
}
@media (max-width: 1280px) and (min-height: 795px) {
  .GreyMiddle {
    margin-top: 58vh;
    height: 42vh;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .GreyMiddle {
    margin-top: 58vh;
    height: 42vh;
  }
}
@media (max-width: 1280px) and (min-height: 955px) {
  .GreyMiddle {
    margin-top: 61vh;
    height: 39vh;
  }
}
@media (max-width: 1280px) and (min-height: 1020px) {
  .GreyMiddle {
    margin-top: 62vh;
    height: 38vh;
  }
}
@media (max-width: 1152px) {
  .GreyMiddle {
    margin-top: 58vh;
    height: 42vh;
  }
}
@media (max-width: 1152px) and (min-height: 860px) {
  .GreyMiddle {
    margin-top: 60vh;
    height: 40vh;
  }
}
@media (max-width: 480px) {
  .GreyMiddle {
    height: 905px;
  }
}
.GreyMiddle--Hide {
  will-change: transform;
  animation: ArtykulZnika 2.6s;
  animation-delay: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.GreyMiddle--Discover {
  will-change: transform;
  animation: ArtykulPojawia 1.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
}

.GreyMiddle__Div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.GreyMiddle__Div p {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #626262;
  font-style: italic;
  line-height: 1.2;
  text-align: left;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1024px) {
  .GreyMiddle__Div p {
    font-size: 1.2rem;
  }
}
@media (max-width: 1366px) {
  .GreyMiddle__Div {
    width: 100%;
  }
}
@media (max-width: 961px) {
  .GreyMiddle__Div {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .GreyMiddle__Div {
    height: 120vh;
    justify-content: flex-start;
  }
}

.GreyMiddle__P1 {
  opacity: 0;
  padding: 10px;
  padding-top: 40px;
}
@media (max-height: 750px) {
  .GreyMiddle__P1 {
    padding-top: 10px;
  }
}

.GreyMiddle__P2 {
  opacity: 0;
  padding: 10px;
  padding-top: 20px;
}
@media (max-height: 750px) {
  .GreyMiddle__P2 {
    padding-top: 10px;
  }
}

.GreyMiddle__P3 {
  opacity: 0;
  padding: 10px;
  padding-top: 40px;
}
@media (max-height: 750px) {
  .GreyMiddle__P3 {
    padding-top: 10px;
  }
}

.GreyMiddle__P4 {
  opacity: 0;
  padding: 10px;
  padding-top: 20px;
}
@media (max-height: 750px) {
  .GreyMiddle__P4 {
    padding-top: 10px;
  }
}

.LinkZmiennicy {
  color: #575757;
  text-decoration: none;
}

.GreyMiddle__P--Hide {
  will-change: opacity;
  animation: WiezaBabelZnika 1.5s;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
}

.GreyMiddle__P--Discover {
  will-change: opacity;
  animation: WiezaBabelPojawia 4.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 2.8s;
}

.Troll {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  scrollbar-color: var(--color-main) var(--color-light-grey);
  scrollbar-width: thin;
}
@media (max-width: 480px) {
  .Troll {
    overflow: hidden;
  }
}

.Troll::-webkit-scrollbar {
  width: 8px;
  background-color: var(--color-light-grey);
}

.Troll::-webkit-scrollbar-thumb {
  background-color: var(--color-main);
  box-shadow: inset 0px 0px 0px 1px var(--color-main);
}

.GreyMiddleB {
  position: relative;
  width: 100%;
  background-color: var(--color-light-grey);
  outline: solid 5px var(--color-light-grey);
  outline-offset: 2px;
  margin-top: 56.5vh;
  height: 100vh;
  transition: 0.5s;
  /* &--Hide {

        will-change: transform;
        animation: ArtykulZnika 2.6s;
        animation-delay: .4s;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
    }

    &--Discover {

        will-change: transform;
        animation: ArtykulPojawia 1.5s;
        animation-timing-function: ease-in;
        animation-fill-mode: backwards;
    }*/
}
@media (min-width: 1921px) {
  .GreyMiddleB {
    margin-top: calc(var(--MaxHeight) / 2 + 70px);
  }
}
@media (min-width: 1921px) and (max-height: 1080px) {
  .GreyMiddleB {
    margin-top: calc(var(--MaxHeight) / 2);
  }
}
@media (max-width: 1920px) and (max-height: 1050px) {
  .GreyMiddleB {
    margin-top: 56vh;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .GreyMiddleB {
    margin-top: calc(var(--MaxHeight) / 2 + 70px);
  }
}
@media (max-width: 1680px) {
  .GreyMiddleB {
    margin-top: 57vh;
  }
}
@media (max-width: 1680px) and (min-height: 1045px) {
  .GreyMiddleB {
    margin-top: 57vh;
  }
}
@media (max-width: 1600px) {
  .GreyMiddleB {
    margin-top: 55vh;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .GreyMiddleB {
    margin-top: 55vh;
  }
}
@media (max-width: 1600px) and (min-height: 1050px) {
  .GreyMiddleB {
    margin-top: 56vh;
  }
}
@media (max-width: 1600px) and (min-height: 1199px) {
  .GreyMiddleB {
    margin-top: 51vh;
  }
}
@media (max-width: 1366px) {
  .GreyMiddleB {
    margin-top: 57vh;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .GreyMiddleB {
    margin-top: 59vh;
  }
}
@media (max-width: 1280px) and (max-height: 768px) {
  .GreyMiddleB {
    margin-top: 57vh;
  }
}
@media (max-width: 1280px) and (min-height: 795px) {
  .GreyMiddleB {
    margin-top: 58vh;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .GreyMiddleB {
    margin-top: 58vh;
  }
}
@media (max-width: 1280px) and (min-height: 955px) {
  .GreyMiddleB {
    margin-top: 61vh;
  }
}
@media (max-width: 1280px) and (min-height: 1020px) {
  .GreyMiddleB {
    margin-top: 62vh;
  }
}
@media (max-width: 1152px) {
  .GreyMiddleB {
    margin-top: 58vh;
  }
}
@media (max-width: 1152px) and (min-height: 860px) {
  .GreyMiddleB {
    margin-top: 60vh;
  }
}
.GreyMiddleB.Firma {
  height: calc(var(--HeightOfirmie) + 60px);
}
@media (min-width: 1921px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 100px);
  }
}
@media (max-width: 1920px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 40px);
  }
}
@media (max-width: 1920px) and (min-height: 1050px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 80px);
  }
}
@media (max-width: 1680px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 30px);
  }
}
@media (max-width: 1600px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 10px);
  }
}
@media (max-width: 1600px) and (min-height: 895px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 30px);
  }
}
@media (max-width: 1600px) and (min-height: 1055px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 60px);
  }
}
@media (max-width: 1600px) and (min-height: 1195px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 90px);
  }
}
@media (max-width: 1536px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 10px);
  }
}
@media (max-width: 1536px) and (min-height: 862px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 40px);
  }
}
@media (max-width: 1400px) and (min-height: 1045px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 40px);
  }
}
@media (max-width: 1366px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) - 30px);
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) - 10px);
  }
}
@media (max-width: 1280px) {
  .GreyMiddleB.Firma {
    height: var(--HeightOfirmie);
  }
}
@media (max-width: 1280px) and (min-height: 620px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) - 10px);
  }
}
@media (max-width: 1280px) and (min-height: 905px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + 10px);
  }
}
@media (max-width: 1024px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) - 40px);
  }
}
@media (max-width: 1024px) and (min-height: 765px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) - 10px);
  }
}
@media (max-width: 480px) {
  .GreyMiddleB.Firma {
    height: calc(var(--HeightOfirmie) + var(--BoardMoboHeight));
  }
}

.GreyMiddleB.Praktyka {
  height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + var(--BoardMoboHeight));
}
@media (min-width: 1921px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 140px);
  }
}
@media (max-width: 1920px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 100px);
  }
}
@media (max-width: 1920px) and (min-height: 1050px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 120px);
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 130px);
  }
}
@media (max-width: 1680px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 110px);
  }
}
@media (max-width: 1600px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 80px);
  }
}
@media (max-width: 1600px) and (min-height: 895px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 100px);
  }
}
@media (max-width: 1600px) and (min-height: 1055px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 120px);
  }
}
@media (max-width: 1600px) and (min-height: 1195px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 130px);
  }
}
@media (max-width: 1536px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 70px);
  }
}
@media (max-width: 1536px) and (min-height: 862px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 90px);
  }
}
@media (max-width: 1440px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 70px);
  }
}
@media (max-width: 1400px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 90px);
  }
}
@media (max-width: 1366px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 40px);
  }
}
@media (max-width: 1280px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 60px);
  }
}
@media (max-width: 1024px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB));
  }
}
@media (max-width: 1024px) and (min-height: 760px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + 40px);
  }
}
@media (max-width: 480px) {
  .GreyMiddleB.Praktyka {
    height: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) + var(--BoardMoboHeight) + 20px);
  }
}

.GreyMiddleB.Projekty {
  height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + 140px);
}
@media (max-width: 1920px) {
  .GreyMiddleB.Projekty {
    height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + 120px);
  }
}
@media (max-width: 1600px) {
  .GreyMiddleB.Projekty {
    height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + 90px);
  }
}
@media (max-width: 1600px) and (min-height: 1081px) {
  .GreyMiddleB.Projekty {
    height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + 140px);
  }
}
@media (max-width: 1536px) {
  .GreyMiddleB.Projekty {
    height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + 80px);
  }
}
@media (max-width: 1440px) {
  .GreyMiddleB.Projekty {
    height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + 70px);
  }
}
@media (max-width: 1366px) {
  .GreyMiddleB.Projekty {
    height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + 40px);
  }
}
@media (max-width: 1280px) {
  .GreyMiddleB.Projekty {
    height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + 60px);
  }
}
@media (max-width: 1152px) {
  .GreyMiddleB.Projekty {
    height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + 50px);
  }
}
@media (max-width: 1024px) {
  .GreyMiddleB.Projekty {
    height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + 40px);
  }
}
@media (max-width: 480px) {
  .GreyMiddleB.Projekty {
    height: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) + var(--BoardMoboHeight) + 20px);
  }
}

.GreyMiddleB.Priv {
  height: calc(var(--HeightOMnie) + var(--HeightEdu) + 520px);
}
@media (max-width: 480px) {
  .GreyMiddleB.Priv {
    height: calc(var(--HeightOMnie) + var(--HeightEdu) + 250px);
  }
}

.BackgroundGrey {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid black;
  background-image: url(../assets/siatkaC.webp);
  opacity: 0.1;
}

.Miara {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(-50%, -50%);
  width: 20px;
  height: calc(100% - 20px);
  background-image: url(../assets/miarka.webp);
  opacity: 0.2;
}

.RedMask {
  width: 290px;
  height: 250px;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translate(-50%, -50%);
  background-image: url(../assets/diabel.webp);
  background-position: center;
  background-size: cover;
}
.RedMask h2 {
  position: absolute;
  right: 50%;
  top: 65%;
  transform: translate(50%, -50%);
  font-size: 1.5rem;
  font-family: "Audiowide", cursive;
  color: var(--color-main);
  line-height: 1.6rem;
  opacity: 0.6;
}
@media (max-width: 480px) {
  .RedMask h2 {
    font-size: 1.1rem;
  }
}
@media (max-width: 1920px) {
  .RedMask {
    bottom: 180px;
    width: 255px;
    height: 220px;
  }
}
@media (max-width: 1366px) {
  .RedMask {
    bottom: 150px;
    width: 230px;
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .RedMask {
    bottom: 150px;
    width: 230px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .RedMask {
    bottom: 20px;
    width: 200px;
    height: 175px;
  }
}

.LineCross {
  display: none;
  width: 1px;
  height: calc(55vh + 100%);
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -55vh;
  border-left: 1px dashed greenyellow;
  z-index: 2;
}

.WrapperTresc {
  position: absolute;
  top: -40px;
  left: 64%;
  transform: translate(-50%, 0%);
  width: 715px;
  min-height: 500px;
}
@media (min-width: 1921px) {
  .WrapperTresc {
    top: -40px;
  }
}
@media (max-width: 1920px) {
  .WrapperTresc {
    left: 63.5%;
    top: -60px;
    width: 695px;
  }
}
@media (max-width: 1920px) and (min-height: 1050px) {
  .WrapperTresc {
    top: -38px;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .WrapperTresc {
    top: -54px;
  }
}
@media (max-width: 1680px) {
  .WrapperTresc {
    width: 620px;
    top: -70px;
    left: 67.5%;
  }
}
@media (max-width: 1680px) and (min-height: 1045px) {
  .WrapperTresc {
    top: -50px;
  }
}
@media (max-width: 1600px) {
  .WrapperTresc {
    left: 63.9%;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .WrapperTresc {
    top: -75px;
  }
}
@media (max-width: 1600px) and (min-height: 895px) {
  .WrapperTresc {
    top: -62px;
  }
}
@media (max-width: 1600px) and (min-height: 1050px) {
  .WrapperTresc {
    top: -60px;
  }
}
@media (max-width: 1536px) {
  .WrapperTresc {
    left: 60.6%;
    top: -67px;
    width: 560px;
  }
}
@media (max-width: 1536px) and (min-height: 850px) {
  .WrapperTresc {
    top: -45px;
  }
}
@media (max-width: 1440px) {
  .WrapperTresc {
    left: 64.2%;
    top: -53px;
  }
}
@media (max-width: 1440px) and (min-height: 895px) {
  .WrapperTresc {
    top: -30px;
  }
}
@media (max-width: 1400px) {
  .WrapperTresc {
    left: 65.5%;
  }
}
@media (max-width: 1366px) {
  .WrapperTresc {
    left: 64%;
    top: -65px;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .WrapperTresc {
    top: -46px;
  }
}
@media (max-width: 1280px) {
  .WrapperTresc {
    left: 67.5%;
  }
}
@media (max-width: 1280px) and (min-height: 575px) {
  .WrapperTresc {
    top: -86px;
  }
}
@media (max-width: 1280px) and (min-height: 625px) {
  .WrapperTresc {
    top: -69px;
  }
}
@media (max-width: 1280px) and (min-height: 655px) {
  .WrapperTresc {
    top: -68px;
  }
}
@media (max-width: 1280px) and (min-height: 715px) {
  .WrapperTresc {
    top: -42px;
  }
}
@media (max-width: 1280px) and (min-height: 799px) {
  .WrapperTresc {
    top: -48px;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .WrapperTresc {
    top: -56px;
  }
}
@media (max-width: 1280px) and (min-height: 880px) {
  .WrapperTresc {
    top: -52px;
  }
}
@media (max-width: 1280px) and (min-height: 955px) {
  .WrapperTresc {
    top: -58px;
  }
}
@media (max-width: 1280px) and (min-height: 1020px) {
  .WrapperTresc {
    top: -50px;
  }
}
@media (max-width: 1152px) {
  .WrapperTresc {
    left: 70%;
    top: -51px;
  }
}
@media (max-width: 1152px) and (min-height: 860px) {
  .WrapperTresc {
    top: -61px;
  }
}
@media (max-width: 1024px) {
  .WrapperTresc {
    width: 500px;
    left: 70%;
    top: -81px;
  }
}
@media (max-width: 1024px) and (min-height: 760px) {
  .WrapperTresc {
    top: -46px;
  }
}
@media (max-width: 480px) {
  .WrapperTresc {
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 380px;
  }
}

.WrapperTrescB {
  position: absolute;
  top: var(--HeightOPraktyceA);
  left: 36%;
  transform: translate(-50%, 0%);
  width: 715px;
  min-height: 500px;
}
@media (max-width: 1920px) {
  .WrapperTrescB {
    left: 36.5%;
    width: 695px;
  }
}
@media (max-width: 1680px) {
  .WrapperTrescB {
    width: 620px;
    left: 32.5%;
  }
}
@media (max-width: 1600px) {
  .WrapperTrescB {
    left: 36.1%;
  }
}
@media (max-width: 1536px) {
  .WrapperTrescB {
    left: 39.4%;
    width: 560px;
  }
}
@media (max-width: 1440px) {
  .WrapperTrescB {
    left: 35.8%;
  }
}
@media (max-width: 1400px) {
  .WrapperTrescB {
    left: 34.5%;
  }
}
@media (max-width: 1366px) {
  .WrapperTrescB {
    left: 36%;
  }
}
@media (max-width: 1280px) {
  .WrapperTrescB {
    left: 32.5%;
  }
}
@media (max-width: 1152px) {
  .WrapperTrescB {
    left: 30%;
  }
}
@media (max-width: 1024px) {
  .WrapperTrescB {
    width: 500px;
    left: 30%;
    top: calc(var(--HeightOPraktyceA) - 30px);
  }
}
@media (max-width: 1024px) and (min-height: 760px) {
  .WrapperTrescB {
    top: var(--HeightOPraktyceA);
  }
}
@media (max-width: 480px) {
  .WrapperTrescB {
    top: calc(var(--HeightOPraktyceA));
    left: 50%;
    transform: translate(-50%, 0%);
    width: 380px;
  }
}

.WrapperTrescC {
  position: absolute;
  top: var(--HeightOprojektach);
  left: 36%;
  transform: translate(-50%, 0%);
  width: 715px;
  height: var(--HeightOprojektachB);
}
@media (max-width: 1920px) {
  .WrapperTrescC {
    left: 36.5%;
    width: 695px;
  }
}
@media (max-width: 1680px) {
  .WrapperTrescC {
    width: 620px;
    left: 32.5%;
  }
}
@media (max-width: 1600px) {
  .WrapperTrescC {
    left: 36.1%;
  }
}
@media (max-width: 1536px) {
  .WrapperTrescC {
    left: 39.4%;
    width: 560px;
  }
}
@media (max-width: 1440px) {
  .WrapperTrescC {
    left: 35.8%;
  }
}
@media (max-width: 1400px) {
  .WrapperTrescC {
    left: 34.5%;
  }
}
@media (max-width: 1366px) {
  .WrapperTrescC {
    left: 36%;
  }
}
@media (max-width: 1280px) {
  .WrapperTrescC {
    left: 32.5%;
  }
}
@media (max-width: 1152px) {
  .WrapperTrescC {
    left: 30%;
  }
}
@media (max-width: 1024px) {
  .WrapperTrescC {
    width: 500px;
    left: 30%;
  }
}
@media (max-width: 480px) {
  .WrapperTrescC {
    top: calc(var(--HeightOprojektach));
    left: 50%;
    transform: translate(-50%, 0%);
    width: 380px;
  }
}

.Ofirmie {
  height: var(--HeightOfirmie);
}

.maska {
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 16px;
  width: calc(100% - 120px);
}
@media (max-width: 1920px) {
  .maska {
    width: calc(100% - 80px);
  }
}
@media (max-width: 480px) {
  .maska {
    width: calc(100% - 40px);
  }
}
.maska.Edu {
  left: 50%;
  width: 100%;
}
.maska.Mnie {
  left: 53%;
  width: 120%;
}
@media (max-width: 1920px) {
  .maska.Mnie {
    left: 50%;
  }
}
@media (max-width: 480px) {
  .maska.Mnie {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.wrapperMnie {
  position: absolute;
  width: 50%;
}
@media (max-width: 480px) {
  .wrapperMnie {
    width: 100%;
  }
}

.ozdobnik {
  position: absolute;
  width: 675px;
  height: 7px;
  left: -62px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1920px) {
  .ozdobnik {
    width: 655px;
    left: -42px;
  }
}
.ozdobnik.Edu {
  position: relative;
  height: 7px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  opacity: 0.7;
}
@media (max-width: 1600px) {
  .ozdobnik.Edu {
    width: 64%;
  }
}
@media (max-width: 1440px) {
  .ozdobnik.Edu {
    width: 60%;
  }
}
@media (max-width: 1920px) {
  .ozdobnik.Edu {
    left: 51%;
  }
}
@media (max-width: 1280px) {
  .ozdobnik.Edu {
    left: 55%;
    width: 65%;
  }
}
@media (max-width: 1152px) {
  .ozdobnik.Edu {
    left: 58%;
    width: 65%;
  }
}
@media (max-width: 1024px) {
  .ozdobnik.Edu {
    left: 56%;
    width: 67%;
  }
}
@media (max-width: 480px) {
  .ozdobnik.Edu {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}

.geo {
  width: 5%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transform: skewX(-55deg);
}
@media (max-width: 1920px) {
  .geo {
    width: 6%;
  }
}

.geo.begining {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1920px) {
  .geo.begining {
    display: none;
  }
}

.geo.end {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1920px) {
  .geo.end {
    display: none;
  }
}

.Opraktyce {
  height: var(--HeightOPraktyceA);
}

.OpraktyceB {
  height: var(--HeightOPraktyceB);
}

.Oprojektach {
  height: var(--HeightOprojektach);
}

.ObramowanieObraz1PRA {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 380px;
  height: 250px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 5%, 5% 0, 100% 0, 100% 95%, 95% 100%, 0% 100%);
          clip-path: polygon(0 5%, 5% 0, 100% 0, 100% 95%, 95% 100%, 0% 100%);
}

.Obraz1PRA {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
  height: 245px;
  background-color: black;
  -webkit-clip-path: polygon(0 5%, 5% 0, 100% 0, 100% 95%, 95% 100%, 0% 100%);
          clip-path: polygon(0 5%, 5% 0, 100% 0, 100% 95%, 95% 100%, 0% 100%);
  background: url("../assets/Roch.webp") no-repeat;
  background-position: center;
  background-size: cover;
}

.OMnie {
  height: var(--HeightOMnie);
  left: 50%;
  width: 62%;
}
@media (max-width: 1024px) {
  .OMnie {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .OMnie {
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 380px;
  }
}

.OMnie.Edu {
  top: calc(var(--HeightOMnie) + 20px);
  height: var(--HeightEdu);
}

.JapanFont {
  color: var(--color-black);
  font-size: 1.8rem;
  text-shadow: 1px 1px var(--color-main);
}
@media (max-width: 1280px) {
  .JapanFont {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .JapanFont {
    font-size: 1.4rem;
  }
}

.Tresc__H1.Priv {
  top: -110px;
  color: var(--color-main1);
  font-size: 1.4rem;
}
@media (max-width: 1280px) {
  .Tresc__H1.Priv {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .Tresc__H1.Priv {
    font-size: 1.1rem;
  }
}

.Line.Priv {
  border-top: 2px var(--color-main1) solid;
  border-bottom: 2px var(--color-main1) solid;
  right: 69%;
}
@media (max-width: 1680px) {
  .Line.Priv {
    right: 64%;
  }
}
@media (max-width: 1366px) {
  .Line.Priv {
    right: 60%;
  }
}

.Square.Priv {
  top: 0.9rem;
  background-color: var(--color-main1);
}

.CornerTop.Priv {
  border-left: 2px var(--color-main1) solid;
}

.LineLeft.Priv {
  border-left: 2px var(--color-main1) solid;
}

.CornerBottom.Priv {
  border-left: 2px var(--color-main1) solid;
}

.LineCornerTR.Priv {
  border-top: 2px var(--color-main1) solid;
  left: 93%;
}

.CornerTopR.Priv {
  border-left: 2px var(--color-main1) solid;
}

.LineRight.Priv {
  border-left: 2px var(--color-main1) solid;
}

.CornerBottomR.Priv {
  border-left: 2px var(--color-main1) solid;
}

.ShapeA.Priv {
  -webkit-clip-path: polygon(0 100%, 0 50%, 0.9% 0, 38.5% 0, 40% 50%, 99% 50%, 100% 100%);
          clip-path: polygon(0 100%, 0 50%, 0.9% 0, 38.5% 0, 40% 50%, 99% 50%, 100% 100%);
}
@media (max-width: 1680px) {
  .ShapeA.Priv {
    -webkit-clip-path: polygon(0 100%, 0 50%, 0.9% 0, 43.5% 0, 45% 50%, 98.9% 50%, 100% 100%);
            clip-path: polygon(0 100%, 0 50%, 0.9% 0, 43.5% 0, 45% 50%, 98.9% 50%, 100% 100%);
  }
}
@media (max-width: 1366px) {
  .ShapeA.Priv {
    -webkit-clip-path: polygon(0 100%, 0 50%, 1.1% 0, 48.5% 0, 50% 50%, 98.7% 50%, 100% 100%);
            clip-path: polygon(0 100%, 0 50%, 1.1% 0, 48.5% 0, 50% 50%, 98.7% 50%, 100% 100%);
  }
}
@media (max-width: 1152px) {
  .ShapeA.Priv {
    -webkit-clip-path: polygon(0 100%, 0 50%, 1.5% 0, 48.5% 0, 50% 50%, 98.4% 50%, 100% 100%);
            clip-path: polygon(0 100%, 0 50%, 1.5% 0, 48.5% 0, 50% 50%, 98.4% 50%, 100% 100%);
  }
}
@media (max-width: 480px) {
  .ShapeA.Priv {
    -webkit-clip-path: polygon(0 100%, 0 50%, 3% 0, 44.5% 0, 47% 50%, 97% 50%, 100% 100%);
            clip-path: polygon(0 100%, 0 50%, 3% 0, 44.5% 0, 47% 50%, 97% 50%, 100% 100%);
  }
}

.ShapeB.Priv {
  width: 15%;
  background-color: var(--color-main1A);
}
@media (max-width: 1366px) {
  .ShapeB.Priv {
    width: 20%;
    -webkit-clip-path: polygon(0 0, 91% 0, 100% 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 91% 0, 100% 50%, 100% 100%, 0 100%);
  }
}
@media (max-width: 480px) {
  .ShapeB.Priv {
    width: 45%;
  }
}

.ShapeC.Priv {
  opacity: 1;
  background-color: var(--color-main1A);
  -webkit-clip-path: polygon(0 50%, 1% 100%, 30% 100%, 32% 50%, 100% 50%, 100% 0, 0 0);
          clip-path: polygon(0 50%, 1% 100%, 30% 100%, 32% 50%, 100% 50%, 100% 0, 0 0);
}
@media (max-width: 1024px) {
  .ShapeC.Priv {
    -webkit-clip-path: polygon(0 50%, 1.5% 100%, 30% 100%, 32% 50%, 100% 50%, 100% 0, 0 0);
            clip-path: polygon(0 50%, 1.5% 100%, 30% 100%, 32% 50%, 100% 50%, 100% 0, 0 0);
  }
}
@media (max-width: 480px) {
  .ShapeC.Priv {
    -webkit-clip-path: polygon(0 50%, 3% 100%, 30% 100%, 32% 50%, 100% 50%, 100% 0, 0 0);
            clip-path: polygon(0 50%, 3% 100%, 30% 100%, 32% 50%, 100% 50%, 100% 0, 0 0);
  }
}

.ShapeD.Priv {
  background-color: var(--color-main1);
  -webkit-clip-path: polygon(20% 100%, 20% 50%, 30.5% 50%, 32.5% 0, 100% 0, 100% 48%, 98.9% 100%);
          clip-path: polygon(20% 100%, 20% 50%, 30.5% 50%, 32.5% 0, 100% 0, 100% 48%, 98.9% 100%);
}
@media (max-width: 1440px) {
  .ShapeD.Priv {
    -webkit-clip-path: polygon(20% 100%, 20% 50%, 30.5% 50%, 32.5% 0, 100% 0, 100% 48%, 98.7% 100%);
            clip-path: polygon(20% 100%, 20% 50%, 30.5% 50%, 32.5% 0, 100% 0, 100% 48%, 98.7% 100%);
  }
}
@media (max-width: 1152px) {
  .ShapeD.Priv {
    -webkit-clip-path: polygon(20% 100%, 20% 50%, 30.5% 50%, 32.5% 0, 100% 0, 100% 48%, 98.4% 100%);
            clip-path: polygon(20% 100%, 20% 50%, 30.5% 50%, 32.5% 0, 100% 0, 100% 48%, 98.4% 100%);
  }
}
@media (max-width: 480px) {
  .ShapeD.Priv {
    -webkit-clip-path: polygon(20% 100%, 20% 55%, 30.5% 55%, 32.5% 0, 100% 0, 100% 48%, 96.5% 100%);
            clip-path: polygon(20% 100%, 20% 55%, 30.5% 55%, 32.5% 0, 100% 0, 100% 48%, 96.5% 100%);
  }
}

.CornerTopIn.Priv {
  border-left: 1px var(--color-main1) solid;
}
@media (max-width: 480px) {
  .CornerTopIn.Priv {
    display: none;
  }
}

.CornerBottomIn.Priv {
  border-left: 1px var(--color-main1) solid;
}
@media (max-width: 480px) {
  .CornerBottomIn.Priv {
    display: none;
  }
}

.LineIn.Priv {
  border-top: 1px var(--color-main1) solid;
  border-bottom: 1px var(--color-main1) solid;
}
@media (max-width: 480px) {
  .LineIn.Priv {
    display: none;
  }
}

.Line.Priv.Edu {
  right: 69%;
}
@media (max-width: 1680px) {
  .Line.Priv.Edu {
    right: 64%;
  }
}
@media (max-width: 1440px) {
  .Line.Priv.Edu {
    right: 61%;
  }
}
@media (max-width: 1366px) {
  .Line.Priv.Edu {
    right: 58%;
  }
}

.LineLeftIn.Priv {
  border-left: 1px var(--color-main1) solid;
}
@media (max-width: 480px) {
  .LineLeftIn.Priv {
    display: none;
  }
}

.LogoWrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  color: red;
  font-family: "Monserrat, Arial";
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.textLogo {
  color: black;
  font-family: "OPTIOpus", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
}

.textLogo2 {
  fill: rgba(0, 0, 0, 0.7);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 700;
}

.japanlogo {
  position: absolute;
  left: 30px;
  top: 40px;
  font-weight: 700;
  width: 120px;
  height: 120px;
}
@media (max-width: 1600px) {
  .japanlogo {
    top: 30px;
    left: 40px;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1152px) {
  .japanlogo {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .japanlogo {
    left: 30px;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 480px) {
  .japanlogo {
    position: relative;
    left: 50%;
    top: 15px;
    transform: translate(-50%, 0);
    padding-bottom: 20px;
  }
}

.HeaderStudia {
  position: relative;
  left: 160px;
  font-size: 1.8rem;
  font-family: "OPTIOpus", sans-serif;
  margin: 10px;
  margin-top: 20px;
  letter-spacing: 3px;
}
@media (max-width: 1440px) {
  .HeaderStudia {
    font-size: 1.6rem;
  }
}
@media (max-width: 1366px) {
  .HeaderStudia {
    font-size: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .HeaderStudia {
    font-size: 1.4rem;
  }
}
@media (max-width: 1152px) {
  .HeaderStudia {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .HeaderStudia {
    left: 140px;
  }
}
@media (max-width: 480px) {
  .HeaderStudia {
    left: 10px;
  }
}

.HeaderStudiaPod {
  position: relative;
  left: 160px;
  font-size: 1.2rem;
  margin: 10px;
}
@media (max-width: 1152px) {
  .HeaderStudiaPod {
    font-size: 1.1rem;
  }
}
@media (max-width: 1024px) {
  .HeaderStudiaPod {
    left: 140px;
  }
}
@media (max-width: 480px) {
  .HeaderStudiaPod {
    left: 10px;
  }
}
.HeaderStudiaPod.Tech {
  margin: 5px;
  margin-left: 10px;
  top: 0;
}

.linkdyplomowa {
  text-decoration: none;
  color: var(--color-dark-grey);
}

.WrapperH1 {
  position: absolute;
  height: 4rem;
  left: 27px;
  width: 185px;
  top: calc(-90px - 4rem);
  -webkit-clip-path: polygon(0 100%, 0 0, 90% 0, 100% 100%);
          clip-path: polygon(0 100%, 0 0, 90% 0, 100% 100%);
}
@media (max-width: 1536px) {
  .WrapperH1 {
    top: calc(-90px - 3.5rem);
    height: 3rem;
    width: 158px;
  }
}

.WrapperH1.PRA {
  position: absolute;
  height: 4rem;
  left: 27px;
  width: 145px;
  top: calc(-90px - 4rem);
  -webkit-clip-path: polygon(0 100%, 0 0, 89% 0, 100% 100%);
          clip-path: polygon(0 100%, 0 0, 89% 0, 100% 100%);
}
@media (max-width: 1536px) {
  .WrapperH1.PRA {
    top: calc(-90px - 3.5rem);
    height: 3rem;
    width: 128px;
  }
}

.Tresc__H1 {
  display: block;
  position: absolute;
  top: -108px;
  left: 40px;
  font-size: 1.3rem;
  font-family: "Audiowide", cursive;
  color: var(--color-main2);
  line-height: 1.6rem;
  opacity: 0.8;
}
@media (max-width: 480px) {
  .Tresc__H1 {
    left: 46px;
    font-size: 1rem;
  }
}

.Square {
  position: absolute;
  top: 0.8rem;
  left: -1.3rem;
  transform: translate(-50%, -50%);
  height: 1.3rem;
  width: 1.3rem;
  background-color: var(--color-main2);
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .Square {
    left: -1.2rem;
    height: 1.2rem;
    width: 1.2rem;
  }
}
@media (max-width: 480px) {
  .Square {
    left: -1rem;
    height: 1.1rem;
    width: 1.1rem;
  }
}

.Line {
  position: absolute;
  left: 20px;
  right: 67%;
  top: -90px;
  bottom: 90px;
  border-top: 2px var(--color-main2) solid;
  border-bottom: 2px var(--color-main2) solid;
}
@media (max-width: 1600px) {
  .Line {
    right: 64%;
  }
}
@media (max-width: 1024px) {
  .Line {
    right: 62%;
  }
}
@media (max-width: 480px) {
  .Line {
    left: 30px;
  }
}

.LineIn {
  position: absolute;
  left: 25px;
  right: 62%;
  top: -80px;
  bottom: 100px;
  border-top: 1px var(--color-main2) solid;
  border-bottom: 1px var(--color-main2) solid;
}
@media (max-width: 1680px) {
  .LineIn {
    right: 57%;
  }
}
@media (max-width: 1366px) {
  .LineIn {
    right: 55%;
  }
}
@media (max-width: 480px) {
  .LineIn {
    display: none;
  }
}

.LineInB {
  position: absolute;
  right: 25px;
  left: 62%;
  top: -80px;
  bottom: 100px;
  border-top: 1px var(--color-main2) solid;
  border-bottom: 1px var(--color-main2) solid;
}
@media (max-width: 1680px) {
  .LineInB {
    left: 53%;
  }
}
@media (max-width: 1366px) {
  .LineInB {
    left: 55%;
  }
}
@media (max-width: 480px) {
  .LineInB {
    display: none;
  }
}

.LineB {
  position: absolute;
  right: 20px;
  left: 67%;
  top: -90px;
  bottom: 90px;
  border-top: 2px var(--color-main2) solid;
  border-bottom: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .LineB {
    right: 30px;
  }
}

.LineLeft {
  position: absolute;
  left: 0;
  top: -70px;
  bottom: 110px;
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .LineLeft {
    left: 10px;
  }
}

.LineLeftIn {
  position: absolute;
  left: 10px;
  top: -66px;
  bottom: 115px;
  border-left: 1px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .LineLeftIn {
    display: none;
  }
}

.LineRightIn {
  position: absolute;
  right: 10px;
  top: -66px;
  bottom: 115px;
  border-left: 1px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .LineRightIn {
    display: none;
  }
}

.LineRightB {
  position: absolute;
  right: 0;
  top: -70px;
  bottom: 110px;
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .LineRightB {
    right: 10px;
  }
}

.LineRight {
  position: absolute;
  right: 10px;
  top: -50px;
  bottom: 100px;
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .LineRight {
    right: 10px;
  }
}

.LineLeftB {
  position: absolute;
  left: 10px;
  top: -50px;
  bottom: 100px;
  border-left: 2px var(--color-main2) solid;
}
.CornerTop {
  position: absolute;
  left: 0;
  top: -90px;
  width: 20px;
  height: 20px;
  transform: skewX(-45deg) translateX(50%);
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerTop {
    left: 10px;
  }
}

.CornerTopIn {
  position: absolute;
  left: 10px;
  top: -80px;
  width: 15px;
  height: 15px;
  transform: skewX(-45deg) translateX(50%);
  border-left: 1px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerTopIn {
    display: none;
  }
}

.CornerTopInB {
  position: absolute;
  right: 10px;
  top: -80px;
  width: 15px;
  height: 15px;
  transform: skewX(45deg) translateX(50%);
  border-left: 1px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerTopInB {
    display: none;
  }
}

.CornerTopR {
  position: absolute;
  right: 12px;
  top: -70px;
  width: 20px;
  height: 20px;
  transform: skewX(45deg) translateX(50%);
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerTopR {
    right: 11px;
  }
}

.LineCornerTR {
  position: absolute;
  right: 30px;
  left: 87%;
  top: -70px;
  border-top: 2px var(--color-main2) solid;
}

.CornerTopB {
  position: absolute;
  right: 1px;
  top: -90px;
  width: 20px;
  height: 20px;
  transform: skewX(45deg) translateX(50%);
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerTopB {
    right: 10px;
  }
}

.CornerTopBL {
  position: absolute;
  left: 10px;
  top: -70px;
  width: 20px;
  height: 20px;
  transform: skewX(-45deg) translateX(50%);
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerTopBL {
    left: 10px;
  }
}

.LineCornerTBL {
  position: absolute;
  left: 30px;
  right: 87%;
  top: -70px;
  border-top: 2px var(--color-main2) solid;
}

.CornerBottom {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 20px;
  height: 20px;
  transform: skewX(45deg) translateX(50%);
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerBottom {
    left: 10px;
  }
}

.CornerBottomIn {
  position: absolute;
  left: 10px;
  bottom: 100px;
  width: 15px;
  height: 15px;
  transform: skewX(45deg) translateX(50%);
  border-left: 1px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerBottomIn {
    display: none;
  }
}

.CornerBottomInB {
  position: absolute;
  right: 10px;
  bottom: 100px;
  width: 15px;
  height: 15px;
  transform: skewX(-45deg) translateX(50%);
  border-left: 1px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerBottomInB {
    display: none;
  }
}

.CornerBottomR {
  position: absolute;
  right: 12px;
  bottom: 90px;
  width: 10px;
  height: 10px;
  transform: skewX(-45deg) translateX(50%);
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerBottomR {
    right: 11px;
  }
}

.CornerBottomB {
  position: absolute;
  right: 1px;
  bottom: 90px;
  width: 20px;
  height: 20px;
  transform: skewX(-45deg) translateX(50%);
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerBottomB {
    right: 10px;
  }
}

.CornerBottomBL {
  position: absolute;
  left: 10px;
  bottom: 90px;
  width: 10px;
  height: 10px;
  transform: skewX(45deg) translateX(50%);
  border-left: 2px var(--color-main2) solid;
}
@media (max-width: 480px) {
  .CornerBottomBL {
    left: 10px;
  }
}

.ShapeA {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translate(-50%, 0);
  height: 20px;
  width: calc(100% - 40px);
  background-color: var(--color-main1A);
  -webkit-clip-path: polygon(0 100%, 0 50%, 1.5% 0, 38.5% 0, 40% 50%, 98.5% 50%, 100% 100%);
          clip-path: polygon(0 100%, 0 50%, 1.5% 0, 38.5% 0, 40% 50%, 98.5% 50%, 100% 100%);
}
@media (max-width: 480px) {
  .ShapeA {
    -webkit-clip-path: polygon(0 100%, 0 50%, 3% 0, 44.5% 0, 47% 50%, 97% 50%, 100% 100%);
            clip-path: polygon(0 100%, 0 50%, 3% 0, 44.5% 0, 47% 50%, 97% 50%, 100% 100%);
  }
}
.ShapeA h3 {
  position: absolute;
  display: block;
  left: 20px;
  top: 0;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 10px;
}
@media (max-width: 1024px) {
  .ShapeA h3 {
    letter-spacing: 6px;
  }
}

.ShapeA.Light {
  background-color: var(--color-main1AL);
}

.ShapeBA {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translate(-50%, 0);
  height: 20px;
  width: calc(100% - 40px);
  background-color: var(--color-main1A);
  -webkit-clip-path: polygon(0 100%, 1.5% 50%, 60% 50%, 61.5% 0, 98.5% 0, 100% 50%, 100% 100%);
          clip-path: polygon(0 100%, 1.5% 50%, 60% 50%, 61.5% 0, 98.5% 0, 100% 50%, 100% 100%);
}
@media (max-width: 480px) {
  .ShapeBA {
    -webkit-clip-path: polygon(0 100%, 3% 50%, 60% 50%, 61.5% 0, 98.5% 0, 100% 50%, 100% 100%);
            clip-path: polygon(0 100%, 3% 50%, 60% 50%, 61.5% 0, 98.5% 0, 100% 50%, 100% 100%);
  }
}
.ShapeBA h3 {
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 10px;
}
@media (max-width: 1024px) {
  .ShapeBA h3 {
    letter-spacing: 6px;
  }
}

.ShapeBA.Light {
  background-color: var(--color-main1AL);
}

.ShapeARect {
  position: absolute;
  left: 20px -5px;
  top: 50%;
  height: 14px;
  width: 48px;
  background-color: var(--color-main2);
  transform: translate(0, -50%) skewX(-45deg);
  opacity: 0.7;
}

.ShapeBARect {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 14px;
  width: 48px;
  background-color: var(--color-main2);
  transform: translate(0, -50%) skewX(45deg);
  opacity: 0.7;
}

.ShapeBRect {
  position: absolute;
  left: 56px;
  top: 50%;
  height: 14px;
  width: 16px;
  background-color: var(--color-main2);
  transform: translate(0, -50%) skewX(-45deg);
  opacity: 0.55;
}

.ShapeBBRect {
  position: absolute;
  right: 56px;
  top: 50%;
  height: 14px;
  width: 16px;
  background-color: var(--color-main2);
  transform: translate(0, -50%) skewX(45deg);
  opacity: 0.55;
}

.ShapeCRect {
  position: absolute;
  left: 80px;
  top: 50%;
  height: 14px;
  width: 16px;
  background-color: var(--color-main2);
  transform: translate(0, -50%) skewX(-45deg);
  opacity: 0.4;
}

.ShapeBCRect {
  position: absolute;
  right: 80px;
  top: 50%;
  height: 14px;
  width: 16px;
  background-color: var(--color-main2);
  transform: translate(0, -50%) skewX(45deg);
  opacity: 0.4;
}

.RectangleA {
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translate(-50%, 0);
  height: 10px;
  width: calc(100% - 40px);
  background-color: var(--color-main2);
  opacity: 0.8;
}
.RectangleA.OFirmie {
  background-color: var(--color-main2);
}

.RectangleA.Light {
  background-color: var(--color-main2L);
}

.LinesA {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translate(-50%, 0);
  height: 13px;
  width: calc(100% - 40px);
  border-top: solid 5px var(--color-main2);
  border-bottom: solid 3px var(--color-main2);
  opacity: 0.6;
}
.LinesA.OFirmie {
  border-top: solid 5px var(--color-main2);
  border-bottom: solid 3px var(--color-main2);
}

.LinesA.Light {
  border-top: solid 5px var(--color-main2L);
  border-bottom: solid 3px var(--color-main2L);
}

.LinesB {
  position: absolute;
  left: 20px;
  top: -10px;
  height: 10px;
  width: calc(100% - 40px);
  border-top: solid 1px var(--color-main2);
}
.LinesB.OFirmie {
  border-top: solid 1px var(--color-main2);
}

.LinesB.Light {
  border-top: solid 1px var(--color-main2L);
}

.BorderPic {
  position: absolute;
  left: 50%;
  bottom: 390px;
  transform: translate(-50%, 100%);
  width: calc(100% - 80px);
  height: 350px;
  background-color: var(--color-main2);
  -webkit-clip-path: polygon(0 5%, 3% 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
          clip-path: polygon(0 5%, 3% 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
  overflow: hidden;
}
@media (min-width: 1921px) {
  .BorderPic {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1536px) {
  .BorderPic {
    height: 300px;
    bottom: 340px;
  }
}
@media (max-width: 1024px) {
  .BorderPic {
    height: 250px;
    bottom: 290px;
  }
}
@media (max-width: 480px) {
  .BorderPic {
    width: calc(100% - 40px);
    height: 200px;
    bottom: 240px;
  }
}

.BorderPic.Light {
  background-color: var(--color-main2L);
}

.PicA, .PicB {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 97%;
  background-color: var(--color-white);
  -webkit-clip-path: polygon(0 4%, 2.5% 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
          clip-path: polygon(0 4%, 2.5% 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
  background-image: url(../assets/Lui.webp);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
  filter: grayscale(100%);
  transition: ease-in-out 0.7s;
  cursor: pointer;
}

.PicA:before, .PicB:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
  background-size: 100% 4px;
  pointer-events: none;
  opacity: 1;
  transition: ease-in-out 0.7s;
}

.Winieta {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(circle, rgba(2, 0, 36, 0) 62%, rgba(20, 20, 20, 0.49) 87%, rgba(20, 19, 18, 0.85) 100%);
  transition: ease-in-out 0.7s;
  opacity: 1;
}

.PicA:hover, .PicB:hover {
  filter: grayscale(0);
}

.PicA:hover::before, .PicB:hover::before {
  opacity: 0;
}

.PicA:hover .Winieta, .PicB:hover .Winieta {
  opacity: 0;
}

.PicB {
  background-image: url(../assets/mis.webp);
  background-size: cover;
  background-position: center;
}

.Scanline {
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0.15;
  position: absolute;
  bottom: 100%;
  will-change: transform;
  animation: scanline 9s linear infinite;
  transition: ease-in-out 0.7;
}

.PicA:hover .Scanline, .PicB:hover .Scanline {
  opacity: 0;
}

.BorderPic h1 {
  position: absolute;
  left: 29.5%;
  bottom: calc(1% - 4px);
  transform: translate(0%, -50%);
  font-family: "Audiowide", cursive;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: var(--color-main2);
  letter-spacing: 1px;
}
@media (max-width: 1680px) {
  .BorderPic h1 {
    font-size: 1.7rem;
    line-height: 1.9rem;
    bottom: calc(1% - 1px);
  }
}
@media (max-width: 1024px) {
  .BorderPic h1 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    bottom: 1%;
  }
}
@media (max-width: 480px) {
  .BorderPic h1 {
    font-size: 1.1rem;
    bottom: calc(-1% - 1px);
  }
}

.BorderPic h2 {
  position: absolute;
  left: 29.6%;
  bottom: calc(1% - 5px);
  transform: translate(0%, -50%);
  font-family: "Audiowide", cursive;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: var(--color-black);
  opacity: 0.3;
  letter-spacing: 1px;
}
@media (max-width: 1680px) {
  .BorderPic h2 {
    font-size: 1.7rem;
    line-height: 1.9rem;
    bottom: calc(1% - 2px);
  }
}
@media (max-width: 1024px) {
  .BorderPic h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    bottom: calc(1% - 1px);
  }
}
@media (max-width: 480px) {
  .BorderPic h2 {
    font-size: 1.1rem;
    bottom: calc(-1% - 1px);
  }
}

svg rect {
  fill: white;
  -webkit-mask: url(#mask);
          mask: url(#mask);
}

svg > rect {
  fill: var(--color-main2);
}

.RectangleTresc {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  height: calc(100% - 140px);
  width: calc(100% - 40px);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid var(--color-main2);
  box-shadow: inset 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
@media (max-width: 480px) {
  .RectangleTresc {
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.RectangleTresc.OFirmie {
  border: 1px solid var(--color-main2);
}
.RectangleTresc p {
  position: relative;
  text-indent: 3rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-white);
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media (min-width: 1921px) {
  .RectangleTresc p {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1536px) {
  .RectangleTresc p {
    font-size: 1.2rem;
  }
}
@media (max-width: 1440px) {
  .RectangleTresc p {
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .RectangleTresc p {
    text-indent: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px \2 ;
    margin-bottom: 20px \2 ;
    text-align: left;
  }
}
.RectangleTresc p.OFirmie {
  color: var(--color-white);
}
.RectangleTresc p.OMnieP {
  width: 100%;
  height: 100%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
  -moz-column-fill: auto;
       column-fill: auto;
  color: var(--color-black);
  padding-bottom: 40px;
}
.RectangleTresc p.OMnieP span {
  font-size: 1.3rem;
}
@media (max-width: 1536px) {
  .RectangleTresc p.OMnieP span {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .RectangleTresc p.OMnieP span {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .RectangleTresc p.OMnieP {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.RectangleTresc p.Studia {
  color: var(--color-black);
  position: relative;
  left: 160px;
  color: var(--color-black);
  width: 70%;
  text-indent: 0;
  margin: 10px;
  padding: 0;
}
@media (max-width: 1024px) {
  .RectangleTresc p.Studia {
    left: 140px;
  }
}
@media (max-width: 480px) {
  .RectangleTresc p.Studia {
    left: 10px;
  }
}
.RectangleTresc p.Tech {
  top: 0;
}
.RectangleTresc p.Kursy {
  top: 0;
}
.RectangleTresc p.Jezyk {
  top: 0;
}
.RectangleTresc p + p {
  padding-top: 11px;
}
@media (min-width: 1921px) and (max-height: 1045px) {
  .RectangleTresc p + p {
    padding-top: 19px;
  }
}
@media (max-width: 1920px) {
  .RectangleTresc p + p {
    padding-top: 39px;
  }
}
@media (max-width: 1920px) and (min-height: 1295px) {
  .RectangleTresc p + p {
    padding-top: 24px;
  }
}
@media (max-width: 480px) {
  .RectangleTresc p + p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.RectangleTresc.Light {
  border: 1px solid var(--color-main2L);
}
.RectangleTresc.Light p {
  color: var(--color-black);
}

.NaglowekTresc {
  position: relative;
  margin: 20px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: "Audiowide", cursive;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-main2);
  opacity: 0.7;
}
@media (min-width: 1921px) {
  .NaglowekTresc {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (max-width: 480px) {
  .NaglowekTresc {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.NaglowekTresc.OFirmie {
  color: var(--color-main1);
}
.NaglowekTresc.Mnie {
  color: var(--color-main1);
}

.NaglowekTresc.Light {
  color: var(--color-main1);
}

.Ekstra {
  position: absolute;
  right: 60px;
  bottom: 50px;
  width: 43.5%;
}
@media (max-width: 1680px) {
  .Ekstra {
    width: 44%;
    right: 45px;
  }
}
@media (max-width: 1536px) {
  .Ekstra {
    right: 40px;
  }
}
@media (max-width: 1366px) {
  .Ekstra {
    right: 35px;
  }
}
@media (max-width: 1280px) {
  .Ekstra {
    right: 32px;
  }
}
@media (max-width: 1152px) {
  .Ekstra {
    right: 28px;
  }
}
@media (max-width: 480px) {
  .Ekstra {
    width: 90%;
    right: 50%;
    bottom: 30px;
    transform: translate(50%, 0);
  }
}

.BackgroundGrid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../assets/gridSmallB.svg);
  background-repeat: repeat;
  background-size: 11px;
  opacity: 0.05;
}

.BackgroundGardient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.18) 90%, rgba(0, 0, 0, 0) 100%);
}

.Background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-main5);
  opacity: 0.8;
}

.Background.Light {
  background-color: var(--color-main2L);
}

.BackgroundNoise {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../assets/darkNoise.png);
  opacity: 0.42;
}
@media (max-width: 480px) {
  .BackgroundNoise {
    display: none;
  }
}

.crossCornerA {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px var(--color-main) solid;
  border-left: 1px var(--color-main) solid;
}

.crossCornerB {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px var(--color-main) solid;
  border-right: 1px var(--color-main) solid;
}

.crossCornerC {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 1px var(--color-main) solid;
  border-right: 1px var(--color-main) solid;
}
.crossCornerC.modF {
  border-bottom: 1px rgba(255, 255, 255, 0.7) solid;
  border-right: 1px rgba(255, 255, 255, 0.7) solid;
}

.crossCornerBC {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 1px var(--color-main) solid;
  border-left: 1px var(--color-main) solid;
}

.crossCornerD {
  position: absolute;
  left: 10px;
  bottom: 30px;
  width: 10px;
  height: 10px;
  border-bottom: 1px var(--color-main) solid;
  border-left: 1px var(--color-main) solid;
  background-color: var(--color-main1AA);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.crossCornerD.modF {
  border-bottom: 1px rgba(255, 255, 255, 0.7) solid;
  border-left: 1px rgba(255, 255, 255, 0.7) solid;
}

.crossCornerBD {
  position: absolute;
  right: 10px;
  bottom: 30px;
  width: 10px;
  height: 10px;
  border-bottom: 1px var(--color-main) solid;
  border-right: 1px var(--color-main) solid;
  background-color: var(--color-main1AA);
  -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%);
          clip-path: polygon(0 100%, 100% 0%, 100% 100%);
}

.ShapeB {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2rem;
  width: 30%;
  opacity: 0.7;
  background-color: var(--color-main2);
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 100% 100%, 0 100%);
}
@media (max-width: 480px) {
  .ShapeB {
    width: 45%;
  }
}
.ShapeB h3 {
  position: absolute;
  left: 15%;
  top: 50%;
  font-family: "Audiowide", cursive;
  transform: translate(0, -50%);
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2rem;
  letter-spacing: 1px;
}
.ShapeB h3.modF {
  color: var(--color-white);
}
.ShapeB.modF {
  background-color: var(--color-main2);
}

.ShapeB.Light {
  background-color: var(--color-main1AL);
}
.ShapeB.Light h3.modF {
  color: var(--color-black);
}

.ShapeBB {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2rem;
  width: 30%;
  background-color: var(--color-main2);
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}
@media (max-width: 480px) {
  .ShapeBB {
    width: 45%;
  }
}
.ShapeBB h3 {
  position: absolute;
  right: 15%;
  top: 50%;
  font-family: "Audiowide", cursive;
  transform: translate(0, -50%);
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2rem;
  letter-spacing: 1px;
}

.ShapeBB.Light {
  background-color: var(--color-main1AL);
}

.topStrip {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 12px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(168, 168, 168, 0.7333333333) 40%, #707070 100%);
}

.pictureFirma {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pictureFirma img {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.ShapeC {
  position: absolute;
  left: 50%;
  bottom: 110px;
  transform: translate(-50%, 0);
  height: 20px;
  width: calc(100% - 40px);
  background-color: var(--color-main2);
  -webkit-clip-path: polygon(0 50%, 2% 100%, 30% 100%, 32% 50%, 100% 50%, 100% 0, 0 0);
          clip-path: polygon(0 50%, 2% 100%, 30% 100%, 32% 50%, 100% 50%, 100% 0, 0 0);
  opacity: 0.6;
}
.ShapeC.OFirmie {
  background-color: var(--color-main2);
}
@media (max-width: 480px) {
  .ShapeC {
    -webkit-clip-path: polygon(0 50%, 3% 100%, 30% 100%, 32% 50%, 100% 50%, 100% 0, 0 0);
            clip-path: polygon(0 50%, 3% 100%, 30% 100%, 32% 50%, 100% 50%, 100% 0, 0 0);
  }
}

.ShapeC.Light {
  background-color: var(--color-main1AL);
  opacity: 1;
}

.ShapeBC {
  position: absolute;
  left: 50%;
  bottom: 110px;
  transform: translate(-50%, 0);
  height: 20px;
  width: calc(100% - 40px);
  background-color: var(--color-main2);
  -webkit-clip-path: polygon(0 50%, 68% 50%, 70% 100%, 98% 100%, 100% 50%, 100% 0, 0 0);
          clip-path: polygon(0 50%, 68% 50%, 70% 100%, 98% 100%, 100% 50%, 100% 0, 0 0);
  opacity: 0.6;
}

.ShapeBC.Light {
  background-color: var(--color-main1AL);
  opacity: 1;
}

.ShapeD {
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translate(-50%, 0);
  height: 20px;
  width: calc(100% - 40px);
  background-color: var(--color-main2);
  -webkit-clip-path: polygon(20% 100%, 20% 50%, 30.5% 50%, 32.5% 0, 100% 0, 100% 48%, 98% 100%);
          clip-path: polygon(20% 100%, 20% 50%, 30.5% 50%, 32.5% 0, 100% 0, 100% 48%, 98% 100%);
}
@media (max-width: 480px) {
  .ShapeD {
    -webkit-clip-path: polygon(20% 100%, 20% 55%, 30.5% 55%, 32.5% 0, 100% 0, 100% 48%, 96.5% 100%);
            clip-path: polygon(20% 100%, 20% 55%, 30.5% 55%, 32.5% 0, 100% 0, 100% 48%, 96.5% 100%);
  }
}

.ShapeBD {
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translate(-50%, 0);
  height: 20px;
  width: calc(100% - 40px);
  background-color: var(--color-main2);
  -webkit-clip-path: polygon(80% 100%, 80% 50%, 69.5% 50%, 67.5% 0, 0 0, 0 48%, 2% 100%);
          clip-path: polygon(80% 100%, 80% 50%, 69.5% 50%, 67.5% 0, 0 0, 0 48%, 2% 100%);
}
@media (max-width: 480px) {
  .ShapeBD {
    -webkit-clip-path: polygon(80% 100%, 80% 55%, 69.5% 55%, 67.5% 0, 0 0, 0 48%, 3.5% 100%);
            clip-path: polygon(80% 100%, 80% 55%, 69.5% 55%, 67.5% 0, 0 0, 0 48%, 3.5% 100%);
  }
}

.News {
  background-image: url("../assets/betonC.webp");
  border: 2px solid var(--color-main1AA);
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  position: absolute;
  right: 22%;
  width: 36.5%;
  height: 300px;
  bottom: 150px;
  box-shadow: inset 3px 3px 5px rgba(165, 165, 165, 0.6901960784), inset -3px -3px 5px rgba(63, 63, 63, 0.6901960784);
}
@media (min-width: 1921px) {
  .News {
    bottom: 158px;
    height: 340px;
  }
}
@media (min-width: 1921px) and (max-height: 1080px) {
  .News {
    bottom: 232px;
  }
}
@media (max-width: 1920px) {
  .News {
    bottom: 141px;
    height: 320px;
  }
}
@media (max-width: 1920px) and (min-height: 1050px) {
  .News {
    bottom: 164px;
  }
}
@media (max-width: 1920px) and (min-height: 1079px) {
  .News {
    height: 320px;
    bottom: 174px;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .News {
    bottom: 191px;
  }
}
@media (max-width: 1680px) {
  .News {
    width: 41.5%;
    right: 15.5%;
    bottom: 132px;
  }
}
@media (max-width: 1680px) and (min-height: 1045px) {
  .News {
    bottom: 138px;
    height: 340px;
  }
}
@media (max-width: 1680px) and (min-height: 1081px) {
  .News {
    bottom: 50%;
  }
}
@media (max-width: 1600px) {
  .News {
    right: 16.7%;
    bottom: 195px;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .News {
    bottom: 60px;
  }
}
@media (max-width: 1600px) and (min-height: 895px) {
  .News {
    bottom: 120px;
  }
}
@media (max-width: 1600px) and (min-height: 1050px) {
  .News {
    bottom: 152px;
  }
}
@media (max-width: 1600px) and (min-height: 1199px) {
  .News {
    bottom: 282px;
  }
}
@media (max-width: 1536px) {
  .News {
    right: 20.3%;
    bottom: 45px;
    width: 42.5%;
  }
}
@media (max-width: 1536px) and (min-height: 725px) {
  .News {
    bottom: 60px;
  }
}
@media (max-width: 1536px) and (min-height: 860px) {
  .News {
    bottom: 95px;
  }
}
@media (max-width: 1440px) {
  .News {
    right: 15.8%;
    width: 44%;
  }
}
@media (max-width: 1440px) and (min-height: 1081px) {
  .News {
    bottom: 150px;
  }
}
@media (max-width: 1400px) {
  .News {
    bottom: 122px;
  }
}
@media (max-width: 1400px) and (min-height: 1000px) {
  .News {
    height: 360px;
  }
}
@media (max-width: 1400px) and (min-height: 1081px) {
  .News {
    bottom: 242px;
  }
}
@media (max-width: 1366px) {
  .News {
    height: 250px;
    right: 14.5%;
    width: 45%;
    bottom: 65px;
  }
}
@media (max-width: 1366px) and (max-height: 630px) {
  .News {
    bottom: 45px;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .News {
    bottom: 63px;
    height: 270px;
  }
}
@media (max-width: 1280px) {
  .News {
    right: 14.1%;
    width: 46%;
    height: 260px;
    bottom: 65px;
  }
}
@media (max-width: 1280px) and (min-height: 575px) {
  .News {
    height: 230px;
    bottom: 45px;
  }
}
@media (max-width: 1280px) and (min-height: 620px) {
  .News {
    height: 240px;
    bottom: 55px;
  }
}
@media (max-width: 1280px) and (min-height: 650px) {
  .News {
    height: 255px;
    bottom: 65px;
  }
}
@media (max-width: 1280px) and (min-height: 715px) {
  .News {
    height: 260px;
    bottom: 65px;
  }
}
@media (max-width: 1280px) and (min-height: 765px) {
  .News {
    height: 275px;
    bottom: 72px;
  }
}
@media (max-width: 1280px) and (min-height: 799px) {
  .News {
    height: 285px;
    bottom: 72px;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .News {
    height: 300px;
    bottom: 74px;
  }
}
@media (max-width: 1280px) and (min-height: 880px) {
  .News {
    height: 320px;
    bottom: 90px;
  }
}
@media (max-width: 1152px) {
  .News {
    bottom: 75px;
    height: 260px;
    right: 10.5%;
  }
}
@media (max-width: 1152px) and (min-height: 860px) {
  .News {
    height: 285px;
    bottom: 95px;
  }
}
@media (max-width: 1024px) {
  .News {
    right: 9.9%;
    width: 48.7%;
    height: 240px;
    bottom: 62px;
  }
}
@media (max-width: 1024px) and (min-height: 760px) {
  .News {
    height: 260px;
    bottom: 80px;
  }
}
@media (max-width: 480px) {
  .News {
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0);
    width: 345px;
    height: 380px;
    border: 2px solid var(--color-main1);
    box-shadow: inset 2px 2px 3px rgba(165, 165, 165, 0.5215686275), inset -2px -2px 3px rgba(29, 29, 29, 0.8549019608);
    background-image: url("../assets/betonC.webp");
    background-size: cover;
    background-position: center;
  }
}
.News--Hide {
  will-change: transform;
  animation: BetonZnika 1.4s;
  animation-delay: 0.4s;
  animation-timing-function: cubic-bezier(0.44, 0.08, 0.73, 0.44);
  animation-fill-mode: forwards;
}
.News--Discover {
  will-change: transform;
  animation: BetonPojawia 1.3s;
  animation-timing-function: cubic-bezier(0.5, 1.6, 0.3, 0.8);
  animation-fill-mode: backwards;
}

.News__Div {
  position: absolute;
  left: 8%;
  top: 10%;
  width: 92px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .News__Div {
    left: 11.5%;
  }
}
@media (max-width: 1600px) {
  .News__Div {
    left: 4%;
  }
}
@media (max-width: 1536px) {
  .News__Div {
    left: 12%;
  }
}
@media (max-width: 1440px) {
  .News__Div {
    left: 6.7%;
  }
}
@media (max-width: 1400px) {
  .News__Div {
    left: 8.5%;
  }
}
@media (max-width: 1366px) {
  .News__Div {
    left: 5%;
    top: 9%;
  }
}
@media (max-width: 1280px) {
  .News__Div {
    left: 7%;
    top: 10%;
  }
}
@media (max-width: 1280px) and (min-height: 620px) {
  .News__Div {
    left: 7.3%;
    top: 12%;
  }
}
@media (max-width: 1280px) and (min-height: 880px) {
  .News__Div {
    top: 14%;
    left: 7.2%;
  }
}
@media (max-width: 1024px) {
  .News__Div {
    left: 4.5%;
    top: 8%;
  }
}
@media (max-width: 1024px) and (min-height: 760px) {
  .News__Div {
    left: 4.6%;
    top: 8.5%;
  }
}
@media (max-width: 480px) {
  .News__Div {
    left: 10%;
    top: 5px;
    width: 116px;
    height: 74px;
  }
}

.News__Div-H1 {
  color: var(--color-main1);
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 5.8rem;
  font-weight: 400;
  font-family: "Audiowide", cursive;
  opacity: 0.5;
}
@media (max-width: 1280px) {
  .News__Div-H1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 480px) {
  .News__Div-H1 {
    font-size: 7.5rem;
  }
}

.News__Div-H1-Dust {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 5.8rem;
  font-weight: 400;
  font-family: "Audiowide", cursive;
  background: url("../assets/Dust.webp") no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 1280px) {
  .News__Div-H1-Dust {
    font-size: 4.8rem;
  }
}
@media (max-width: 480px) {
  .News__Div-H1-Dust {
    font-size: 7.5rem;
  }
}

.News__DivB {
  position: absolute;
  left: 8%;
  top: 27.5%;
  width: 94px;
  height: 30px;
}
@media (max-width: 1680px) {
  .News__DivB {
    left: 11.5%;
  }
}
@media (max-width: 1600px) {
  .News__DivB {
    left: 4.5%;
  }
}
@media (max-width: 1536px) {
  .News__DivB {
    left: 12.3%;
  }
}
@media (max-width: 1440px) {
  .News__DivB {
    left: 6.7%;
  }
}
@media (max-width: 1400px) {
  .News__DivB {
    left: 8.7%;
  }
}
@media (max-width: 1366px) {
  .News__DivB {
    left: 5.2%;
    top: 32.5%;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .News__DivB {
    top: 31.5%;
  }
}
@media (max-width: 1280px) {
  .News__DivB {
    top: 33%;
    left: 7.5%;
  }
}
@media (max-width: 1280px) and (min-height: 650px) {
  .News__DivB {
    top: 31%;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .News__DivB {
    top: 31%;
  }
}
@media (max-width: 1024px) {
  .News__DivB {
    left: 4.7%;
    top: 30%;
  }
}
@media (max-width: 480px) {
  .News__DivB {
    left: 10.8%;
    top: 80px;
    width: 118px;
    height: 28px;
  }
}

.News__DivB-H2 {
  color: var(--color-main1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 2.9rem;
  font-weight: 400;
  font-family: "Audiowide", cursive;
  opacity: 0.52;
  letter-spacing: 3px;
}
@media (max-width: 1280px) {
  .News__DivB-H2 {
    font-size: 2.2rem;
    letter-spacing: 4px;
  }
}
@media (max-width: 480px) {
  .News__DivB-H2 {
    letter-spacing: 7px;
    font-size: 3.4rem;
  }
}

.News__DivB-H2-Dust {
  color: var(--color-light-grey);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  letter-spacing: 3px;
  font-size: 2.9rem;
  font-weight: 400;
  font-family: "Audiowide", cursive;
  background: url("../assets/Dust.webp") no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 1280px) {
  .News__DivB-H2-Dust {
    font-size: 2.2rem;
    letter-spacing: 4px;
  }
}
@media (max-width: 480px) {
  .News__DivB-H2-Dust {
    letter-spacing: 1px;
    font-size: 3.4rem;
  }
}

.News__Title {
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-main1);
  text-align: left;
  position: absolute;
  left: 17.5%;
  top: 20%;
  font-weight: 900;
  transform: rotatez(-90deg);
}
@media (max-width: 1680px) {
  .News__Title {
    left: 22%;
  }
}
@media (max-width: 1600px) {
  .News__Title {
    left: 13.8%;
    top: 19.5%;
    letter-spacing: 2px;
  }
}
@media (max-width: 1536px) {
  .News__Title {
    left: 22%;
  }
}
@media (max-width: 1440px) {
  .News__Title {
    left: 18%;
  }
}
@media (max-width: 1366px) {
  .News__Title {
    top: 22.7%;
    left: 16.5%;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .News__Title {
    top: 21.5%;
  }
}
@media (max-width: 1280px) {
  .News__Title {
    left: 17.5%;
    top: 25%;
    font-size: 2rem;
  }
}
@media (max-width: 1152px) {
  .News__Title {
    left: 20%;
  }
}
@media (max-width: 1024px) {
  .News__Title {
    left: 17%;
    top: 20%;
  }
}
@media (max-width: 480px) {
  .News__Title {
    top: 115px;
    left: 10%;
    font-size: 3rem;
    transform: rotatez(0deg);
  }
}

.News__DivC {
  position: absolute;
  left: 0;
  top: calc(10% - 10px);
  width: calc(26.5% + 3px);
  height: 10px;
  border-radius: 0 10px 0 0;
  border-top: 3px double var(--color-main1);
  border-right: 3px double var(--color-main1);
}
@media (max-width: 1680px) {
  .News__DivC {
    width: calc(32% + 3px);
  }
}
@media (max-width: 1600px) {
  .News__DivC {
    width: calc(24% + 3px);
  }
}
@media (max-width: 1536px) {
  .News__DivC {
    width: calc(32.5% + 4px);
    border-top: 4px double var(--color-main1AA);
    border-right: 4px double var(--color-main1AA);
  }
}
@media (max-width: 1440px) {
  .News__DivC {
    width: calc(28% + 4px);
  }
}
@media (max-width: 1280px) {
  .News__DivC {
    top: calc(10% - 10px);
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .News__DivC {
    top: calc(15% - 10px);
  }
}
@media (max-width: 1152px) {
  .News__DivC {
    width: calc(31% + 4px);
    top: calc(15% - 10px);
  }
}
@media (max-width: 1024px) {
  .News__DivC {
    top: calc(10% - 10px);
    width: calc(28% + 4px);
  }
}
@media (max-width: 480px) {
  .News__DivC {
    display: none;
  }
}

.News__Article {
  position: relative;
  left: 26.5%;
  top: 10%;
  width: 73.5%;
  height: 110px;
  overflow: hidden;
  border-radius: 0 0 0 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 3px double var(--color-main1);
  border-left: 3px double var(--color-main1);
  padding-left: 10px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (max-width: 1680px) {
  .News__Article {
    font-size: 1.4rem;
    line-height: 1.2;
    left: 32%;
    width: 68%;
  }
}
@media (max-width: 1600px) {
  .News__Article {
    width: 76%;
    left: 24%;
  }
}
@media (max-width: 1536px) {
  .News__Article {
    left: 32.5%;
    width: 67.5%;
    font-size: 1.5rem;
    border-bottom: 4px double var(--color-main1AA);
    border-left: 4px double var(--color-main1AA);
  }
}
@media (max-width: 1440px) {
  .News__Article {
    left: 28%;
    width: 72%;
  }
}
@media (max-width: 1366px) {
  .News__Article {
    font-size: 1.4rem;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .News__Article {
    top: 15%;
  }
}
@media (max-width: 1152px) {
  .News__Article {
    top: 15%;
    left: 31%;
    font-size: 1.3rem;
    height: 80px;
    width: 69%;
  }
}
@media (max-width: 1024px) {
  .News__Article {
    height: 75px;
    width: 72%;
    top: 10%;
    left: 28%;
  }
}
@media (max-width: 480px) {
  .News__Article {
    height: 217px;
    width: 306px;
    font-size: 1.4rem;
    padding-left: 0;
    border-top: 4px double var(--color-main1AA);
    border-radius: 10px 0 0 10px;
    top: 150px;
    left: 10%;
  }
}

.News__Article::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(24, 0, 0, 0) 50%, rgba(117, 0, 0, 0.363) 50%);
  background-size: 100% 4px;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

.ScanlineI {
  width: 100%;
  height: 25%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 0, 0, 0.2) 10%, rgba(49, 0, 0, 0.1) 100%);
  opacity: 0.5;
  position: absolute;
  bottom: 100%;
  transform: translateY(0);
  will-change: transform;
  animation: scanline 7s linear infinite;
}

.News__Article-Content {
  display: block;
  font-size: 1.5em;
  font-family: "VT323", monospace;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-main1);
  line-height: 1.2;
  text-align: left;
  animation: textShadow 2s infinite;
}
@media (max-width: 1680px) {
  .News__Article-Content {
    font-size: 1.4rem;
  }
}
@media (max-width: 1536px) {
  .News__Article-Content {
    font-size: 1.3rem;
  }
}
@media (max-width: 1440px) {
  .News__Article-Content {
    line-height: 1.3;
  }
}
@media (max-width: 1152px) {
  .News__Article-Content {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  .News__Article-Content {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .News__Article-Content {
    animation: none;
    font-size: 1.6rem;
  }
}

.News__Article-Div {
  width: 380px;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .News__Article-Div {
    width: 370px;
  }
}
@media (max-width: 1600px) {
  .News__Article-Div {
    width: 400px;
  }
}
@media (max-width: 1536px) {
  .News__Article-Div {
    width: 350px;
  }
}
@media (max-width: 1440px) {
  .News__Article-Div {
    width: 340px;
  }
}
@media (max-width: 1366px) {
  .News__Article-Div {
    width: 340px;
  }
}
@media (max-width: 1280px) {
  .News__Article-Div {
    width: 320px;
  }
}
@media (max-width: 1152px) {
  .News__Article-Div {
    width: 270px;
  }
}
@media (max-width: 480px) {
  .News__Article-Div {
    padding-top: 1px;
    padding-left: 10px;
    align-items: flex-start;
  }
}

.Container__Cube {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 80px;
  perspective: 160px;
}
@media (max-width: 1680px) {
  .Container__Cube {
    right: 10px;
    width: 60px;
    height: 60px;
    perspective: 120px;
  }
}
@media (max-width: 1600px) {
  .Container__Cube {
    right: 20px;
  }
}
@media (max-width: 1536px) {
  .Container__Cube {
    right: 10px;
  }
}
@media (max-width: 1440px) {
  .Container__Cube {
    right: 20px;
  }
}
@media (max-width: 1366px) {
  .Container__Cube {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .Container__Cube {
    width: 50px;
    height: 50px;
    perspective: 100px;
  }
}
@media (max-width: 480px) {
  .Container__Cube {
    display: none;
  }
}

.Cube {
  will-change: transform;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, -20px) rotateY(0deg) rotateZ(0deg);
  width: 40px;
  height: 40px;
  text-align: center;
  transform-style: preserve-3d;
  animation: Rotate3DCube 10s linear infinite;
}
@media (max-width: 1024px) {
  .Cube {
    width: 30px;
    height: 30px;
    transform: translate3d(-50%, -50%, -15px) rotateY(0deg) rotateZ(0deg);
  }
}
@media (max-width: 480px) {
  .Cube {
    width: 50px;
    height: 50px;
    transform: translate3d(-50%, -50%, -25px) rotateY(0deg) rotateZ(0deg);
  }
}

.Cube p {
  position: relative;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  transform: translate3d(-50%, -50%, 0px) rotateY(0deg);
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.5rem;
  font-family: "Audiowide", cursive;
}
@media (max-width: 1024px) {
  .Cube p {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .Cube p {
    font-size: 3rem;
  }
}

.CubeFace {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid red;
  background-color: var(--color-main1AAA);
}

.Mid {
  position: absolute;
  width: 100%;
  height: 100%;
}

.CubeFace.Front {
  transform: rotateY(0deg) translateZ(20px);
}
@media (max-width: 1024px) {
  .CubeFace.Front {
    transform: rotateY(0deg) translateZ(15px);
  }
}
@media (max-width: 480px) {
  .CubeFace.Front {
    transform: rotateY(0deg) translateZ(25px);
  }
}

.CubeFace.Back {
  transform: rotateY(180deg) translateZ(20px);
}
@media (max-width: 1024px) {
  .CubeFace.Back {
    transform: rotateY(180deg) translateZ(15px);
  }
}
@media (max-width: 480px) {
  .CubeFace.Back {
    transform: rotateY(180deg) translateZ(25px);
  }
}

.CubeFace.Left {
  transform: rotateY(-90deg) translateZ(20px);
}
@media (max-width: 1024px) {
  .CubeFace.Left {
    transform: rotateY(-90deg) translateZ(15px);
  }
}
@media (max-width: 480px) {
  .CubeFace.Left {
    transform: rotateY(-90deg) translateZ(25px);
  }
}

.CubeFace.Right {
  transform: rotateY(90deg) translateZ(20px);
}
@media (max-width: 1024px) {
  .CubeFace.Right {
    transform: rotateY(90deg) translateZ(15px);
  }
}
@media (max-width: 480px) {
  .CubeFace.Right {
    transform: rotateY(90deg) translateZ(25px);
  }
}

.CubeFace.Top {
  transform: rotateX(90deg) translateZ(20px);
}
@media (max-width: 1024px) {
  .CubeFace.Top {
    transform: rotateX(90deg) translateZ(15px);
  }
}
@media (max-width: 480px) {
  .CubeFace.Top {
    transform: rotateX(90deg) translateZ(25px);
  }
}

.CubeFace.Bottom {
  transform: rotateX(-90deg) translateZ(20px);
}
@media (max-width: 1024px) {
  .CubeFace.Bottom {
    transform: rotateX(-90deg) translateZ(15px);
  }
}
@media (max-width: 480px) {
  .CubeFace.Bottom {
    transform: rotateX(-90deg) translateZ(25px);
  }
}

.News__Code {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-top: 1px solid var(--color-main1);
  border-left: 1px solid var(--color-main1);
  border-radius: 10px 0 0 0;
  height: 36%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (min-width: 1921px) {
  .News__Code {
    height: 36%;
  }
}
@media (min-width: 1921px) and (max-height: 1020px) {
  .News__Code {
    height: 41%;
  }
}
@media (max-width: 1920px) {
  .News__Code {
    height: 32%;
  }
}
@media (max-width: 1920px) and (min-height: 1075px) {
  .News__Code {
    height: 29%;
  }
}
@media (max-width: 1680px) {
  .News__Code {
    height: 35%;
  }
}
@media (max-width: 1600px) {
  .News__Code {
    height: 38%;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .News__Code {
    height: 49%;
  }
}
@media (max-width: 1600px) and (min-height: 899px) {
  .News__Code {
    height: 35%;
  }
}
@media (max-width: 1536px) {
  .News__Code {
    height: 48%;
  }
}
@media (max-width: 1536px) and (min-height: 725px) {
  .News__Code {
    height: 47%;
  }
}
@media (max-width: 1536px) and (min-height: 860px) {
  .News__Code {
    height: 41%;
  }
}
@media (max-width: 1440px) {
  .News__Code {
    height: 42%;
  }
}
@media (max-width: 1440px) and (min-height: 899px) {
  .News__Code {
    height: 36%;
  }
}
@media (max-width: 1366px) {
  .News__Code {
    height: 38%;
  }
}
@media (max-width: 1366px) and (max-height: 626px) {
  .News__Code {
    height: 42%;
  }
}
@media (max-width: 1280px) {
  .News__Code {
    height: 38%;
  }
}
@media (max-width: 1280px) and (min-height: 760px) {
  .News__Code {
    height: 35%;
  }
}
@media (max-width: 1280px) and (min-height: 810px) {
  .News__Code {
    height: 35%;
  }
}
@media (max-width: 1280px) and (min-height: 1020px) {
  .News__Code {
    height: 38%;
  }
}
@media (max-width: 1152px) {
  .News__Code {
    height: 35%;
  }
}
@media (max-width: 1024px) {
  .News__Code {
    height: 39%;
  }
}
@media (max-width: 480px) {
  .News__Code {
    border: 1px solid var(--color-main1);
    border-radius: 10px;
    height: 20%;
    top: 10px;
    right: 10px;
  }
}

.News__Code::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(24, 0, 0, 0) 50%, rgba(117, 0, 0, 0.363) 50%);
  background-size: 100% 4px;
  pointer-events: none;
  opacity: 1;
}

.News__Code-H3 {
  position: relative;
  top: 25px;
  left: 0;
  font-size: 4.4rem;
  font-family: "Libre Barcode 128", cursive;
  color: var(--color-main1AA);
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  line-height: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 8px;
  padding-bottom: 0;
}
@media (max-width: 1536px) {
  .News__Code-H3 {
    font-size: 4rem;
  }
}
@media (max-width: 1366px) {
  .News__Code-H3 {
    padding-top: 5px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .News__Code-H3 {
    font-size: 4rem;
  }
}
@media (max-width: 1152px) {
  .News__Code-H3 {
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) {
  .News__Code-H3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
  }
}

.CodeBelow {
  position: absolute;
  transform: translate(-50%, 0);
  bottom: -16px;
  left: 50%;
  width: calc(100% - 20px);
  height: 12px;
  background-color: var(--color-main1AA);
  display: flex;
  align-items: center;
  justify-content: center;
}
.CodeBelow h3 {
  display: block;
  line-height: 1.2rem;
  font-size: 1.2rem;
  font-family: "Audiowide", cursive;
  color: var(--color-dark-grey);
}
@media (max-width: 1366px) {
  .CodeBelow h3 {
    font-size: 1rem;
  }
}

.sectorI {
  position: absolute;
  height: 20px;
  width: 180px;
  top: -2rem;
  right: 0;
  text-align: right;
}
@media (max-width: 480px) {
  .sectorI {
    width: 140px;
  }
}

.sectorI-box {
  position: absolute;
  top: 0.35rem;
  left: 0;
  height: 1.3rem;
  width: 1.3rem;
  background-color: var(--color-main1);
  opacity: 0.7;
}
@media (max-width: 480px) {
  .sectorI-box {
    top: 0.5rem;
    height: 1rem;
    width: 1rem;
  }
}

.sectorI-h1 {
  font-size: 1.3rem;
  font-family: "Audiowide", cursive;
  color: var(--color-main1);
  line-height: 2rem;
  opacity: 0.8;
  position: absolute;
  right: 20px;
  top: 0px;
  width: 100%;
}
@media (max-width: 480px) {
  .sectorI-h1 {
    font-size: 1rem;
  }
}

.Footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
@media (min-width: 1921px) {
  .Footer {
    position: absolute;
  }
}
@media (max-width: 1920px) and (min-height: 1081px) {
  .Footer {
    position: absolute;
  }
}
.Footer--Open {
  will-change: transform;
  animation: StopkaDown 2.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.Footer--Close {
  will-change: transform;
  animation: StopkaOut 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
}

.Footer__Nav {
  width: 100%;
  position: absolute;
  height: 20px;
  display: grid;
  grid-template-columns: 48% auto minmax(580px, 52%);
  animation-timing-function: ease-in-out;
  background-color: rgba(10, 10, 10, 0.3);
}
@media (min-width: 1921px) {
  .Footer__Nav {
    bottom: 196px;
  }
}
@media (max-width: 1920px) {
  .Footer__Nav {
    bottom: calc(16.42vh + 4px);
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .Footer__Nav {
    bottom: 196px;
  }
}
@media (max-width: 1440px) {
  .Footer__Nav {
    bottom: calc(14vh + 4px);
  }
}
@media (max-width: 1366px) {
  .Footer__Nav {
    bottom: calc(12vh + 4px);
  }
}
@media (max-width: 640px) {
  .Footer__Nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .Footer__Nav {
    bottom: 44px;
  }
}
.Footer__Nav--open {
  will-change: transform;
  animation: ASMRUp 1.2s;
  animation-fill-mode: forwards;
}
.Footer__Nav--close {
  will-change: transform;
  animation: ASMRDown 1.2s;
  animation-fill-mode: backwards;
}

.ASMR {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 23px;
  height: 130px;
  background-image: url("../assets/holes.png");
  box-shadow: inset 0px 3px 5px 3px rgba(0, 0, 0, 0.6);
  border-top: 2px solid var(--color-main1);
}
@media (min-width: 1921px) {
  .ASMR {
    bottom: 64px;
  }
}
@media (max-width: 480px) {
  .ASMR {
    height: 190px;
  }
}

.Footer__Nav-Left {
  height: 5px;
  background-color: var(--color-main);
  align-self: end;
}
@media (max-width: 640px) {
  .Footer__Nav-Left {
    visibility: hidden;
    position: absolute;
  }
}

.Footer__Nav-Middle {
  transform: rotate(180deg);
  height: 20px;
}
@media (max-width: 640px) {
  .Footer__Nav-Middle {
    visibility: hidden;
    position: absolute;
  }
}

.Footer__Nav-Right-Arrow, .Footer__Nav-Right-ArrowP {
  display: inline-block;
  font-family: "Audiowide", cursive;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color-white);
  position: absolute;
  left: -27px;
  transform: rotateZ(-90deg);
  transition: 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 640px) {
  .Footer__Nav-Right-Arrow, .Footer__Nav-Right-ArrowP {
    left: 20px;
  }
}

.Footer__Nav-Right-ArrowP {
  color: var(--color-dark-grey);
}

.Footer__Nav-Right {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: 20px;
  background-color: var(--color-main);
}
@media (max-width: 640px) {
  .Footer__Nav-Right {
    grid-template-columns: 1fr auto;
  }
}

.Footer__Nav-Right-Title, .Footer__Nav-Right-TitleP {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--color-white);
  width: 160px;
  cursor: pointer;
  transition: 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 640px) {
  .Footer__Nav-Right-Title, .Footer__Nav-Right-TitleP {
    width: 100%;
    text-align: right;
    padding-right: 20px;
  }
}
.Footer__Nav-Right-Title:hover, .Footer__Nav-Right-TitleP:hover {
  letter-spacing: 0.2px;
  color: black;
}
.Footer__Nav-Right-Title:hover .Footer__Nav-Right-Arrow, .Footer__Nav-Right-TitleP:hover .Footer__Nav-Right-Arrow, .Footer__Nav-Right-Title:hover .Footer__Nav-Right-ArrowP, .Footer__Nav-Right-TitleP:hover .Footer__Nav-Right-ArrowP {
  font-size: 2rem;
  color: black;
}

.Footer__Nav-Right-TitleP {
  color: var(--color-dark-grey);
}

.Footer__Nav-Right-Bars, .Footer__Nav-Right-BarsP {
  height: 60%;
  background-color: var(--color-main);
  color: var(--color-white);
  width: 20px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 100%;
  align-self: center;
}
.Footer__Nav-Right-Bars div, .Footer__Nav-Right-BarsP div {
  width: 2px;
  background-color: var(--color-white);
  display: inline-block;
  transition: 0.4s;
  align-self: end;
  will-change: height;
}
.Footer__Nav-Right-Bars:hover div, .Footer__Nav-Right-BarsP:hover div {
  background-color: black;
}
.Footer__Nav-Right-Bars:hover .Footer__Nav-Right-Bar1, .Footer__Nav-Right-BarsP:hover .Footer__Nav-Right-Bar1 {
  height: 10px;
}
.Footer__Nav-Right-Bars:hover .Footer__Nav-Right-Bar2, .Footer__Nav-Right-BarsP:hover .Footer__Nav-Right-Bar2 {
  height: 8px;
}
.Footer__Nav-Right-Bars:hover .Footer__Nav-Right-Bar3, .Footer__Nav-Right-BarsP:hover .Footer__Nav-Right-Bar3 {
  height: 6px;
}
.Footer__Nav-Right-Bars:hover .Footer__Nav-Right-Bar3, .Footer__Nav-Right-BarsP:hover .Footer__Nav-Right-Bar3 {
  height: 4px;
}

.Footer__Nav-Right-BarsP div {
  background-color: var(--color-dark-grey);
}

.Footer__Nav-Right-Bar1 {
  height: 8px;
}

.Footer__Nav-Right-Bar2 {
  height: 4px;
}

.Footer__Nav-Right-Bar3 {
  height: 11px;
}

.Footer__Nav-Right-Bar4 {
  height: 7px;
}

.Footer__Nav-Right-Space {
  background-color: var(--color-main);
}
@media (max-width: 640px) {
  .Footer__Nav-Right-Space {
    position: absolute;
    visibility: hidden;
  }
}

/* --------------StopkaFaktyczna-------------- */
.Footer__BottomSection {
  display: grid;
  grid-template-columns: 13.3vw 1fr minmax(640px, 1fr) 1fr 13.3vw;
  grid-template-rows: 16.42vh;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 2px solid var(--color-main1);
}
@media (min-width: 1921px) {
  .Footer__BottomSection {
    grid-template-columns: 1fr minmax(640px, 1fr) 1fr;
    grid-template-rows: 192px;
  }
}
@media (max-width: 1920px) {
  .Footer__BottomSection {
    grid-template-columns: 1fr minmax(640px, 1fr) 1fr;
    grid-template-rows: 16.42vh;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .Footer__BottomSection {
    grid-template-rows: 192px;
  }
}
@media (max-width: 1680px) {
  .Footer__BottomSection {
    grid-template-columns: 1fr minmax(640px, 1fr) 1fr;
  }
}
@media (max-width: 1600px) {
  .Footer__BottomSection {
    grid-template-columns: 1fr minmax(640px, 1fr) 1fr;
  }
}
@media (max-width: 1440px) {
  .Footer__BottomSection {
    grid-template-rows: 14vh;
  }
}
@media (max-width: 1366px) {
  .Footer__BottomSection {
    grid-template-columns: 1fr minmax(640px, 1fr) 1fr;
    grid-template-rows: 12vh;
  }
}
@media (max-width: 640px) {
  .Footer__BottomSection {
    grid-template-columns: 1fr;
    grid-template-rows: 12vh;
  }
}
@media (max-width: 480px) {
  .Footer__BottomSection {
    grid-template-rows: 40px;
  }
}

.Footer__BottomSection-MarginL {
  background-color: var(--color-main);
  width: 100%;
}
@media (max-width: 1366px) {
  .Footer__BottomSection-MarginL {
    visibility: hidden;
    position: absolute;
  }
}

.Footer__BottomSection-Left {
  position: relative;
  width: 100%;
  background-color: var(--color-main);
}
@media (max-width: 640px) {
  .Footer__BottomSection-Left {
    visibility: hidden;
    position: absolute;
  }
}

.Footer__BottomSection-Left-Div1 {
  position: absolute;
  left: 20px;
  bottom: 50px;
  transform: translate(-40%, -50%) rotateZ(-90deg);
  width: 100px;
  height: 20px;
  text-align: center;
}
@media (max-width: 1440px) {
  .Footer__BottomSection-Left-Div1 {
    bottom: 42px;
  }
}
@media (max-width: 1366px) {
  .Footer__BottomSection-Left-Div1 {
    transform: translate(-50%, 0%) rotateZ(0deg);
    left: 9vw;
    bottom: 15px;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .Footer__BottomSection-Left-Div1 {
    left: 9.3vw;
  }
}
@media (max-width: 1280px) and (min-height: 765px) {
  .Footer__BottomSection-Left-Div1 {
    left: 10vw;
  }
}
@media (max-width: 1152px) {
  .Footer__BottomSection-Left-Div1 {
    left: 9.7vw;
  }
}
@media (max-width: 1152px) and (min-height: 860px) {
  .Footer__BottomSection-Left-Div1 {
    left: 11vw;
  }
}
@media (max-width: 1024px) {
  .Footer__BottomSection-Left-Div1 {
    left: 11vw;
  }
}
@media (max-width: 1024px) and (min-height: 760px) {
  .Footer__BottomSection-Left-Div1 {
    left: 12.5vw;
  }
}
@media (max-width: 800px) {
  .Footer__BottomSection-Left-Div1 {
    visibility: hidden;
  }
}

.Footer__BottomSection-Left-h2, .Footer__BottomSection-Left-h2P {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .Footer__BottomSection-Left-h2, .Footer__BottomSection-Left-h2P {
    font-size: 1.3rem;
  }
}
@media (max-width: 1366px) {
  .Footer__BottomSection-Left-h2, .Footer__BottomSection-Left-h2P {
    font-size: 1.2rem;
  }
}

.Footer__BottomSection-Left-h2P {
  color: var(--color-dark-grey);
}

.Footer__BottomSection-Left-Div2 {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 100%;
  height: 30px;
  text-align: left;
}
@media (max-width: 1366px) {
  .Footer__BottomSection-Left-Div2 {
    left: 5.9vw;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .Footer__BottomSection-Left-Div2 {
    left: 6.2vw;
  }
}
@media (max-width: 1280px) {
  .Footer__BottomSection-Left-Div2 {
    left: 5.7vw;
  }
}
@media (max-width: 1280px) and (min-height: 765px) {
  .Footer__BottomSection-Left-Div2 {
    left: 6.6vw;
  }
}
@media (max-width: 1152px) {
  .Footer__BottomSection-Left-Div2 {
    left: 6vw;
  }
}
@media (max-width: 1152px) and (min-height: 860px) {
  .Footer__BottomSection-Left-Div2 {
    left: 7.2vw;
  }
}
@media (max-width: 1024px) {
  .Footer__BottomSection-Left-Div2 {
    left: 6.9vw;
  }
}
@media (max-width: 1024px) and (min-height: 760px) {
  .Footer__BottomSection-Left-Div2 {
    left: 8.2vw;
  }
}
@media (max-width: 800px) {
  .Footer__BottomSection-Left-Div2 {
    visibility: hidden;
  }
}

.Footer__BottomSection-Left-h3, .Footer__BottomSection-Left-h3P {
  margin-left: 5px;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--color-white);
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .Footer__BottomSection-Left-h3, .Footer__BottomSection-Left-h3P {
    font-size: 1rem;
  }
}

.Footer__BottomSection-Left-h3P {
  color: var(--color-dark-grey);
}

.QRKode {
  background: url("../assets/qrCodeWhite.webp");
  background-size: cover;
  background-position: center;
  height: 9.5vh;
  width: 9.5vh;
  position: absolute;
  bottom: 24px;
  left: 38px;
}
@media (min-width: 1921px) {
  .QRKode {
    height: 95px;
    width: 95px;
  }
}
@media (max-width: 1920px) and (min-height: 1080px) {
  .QRKode {
    height: 95px;
    width: 95px;
  }
}
@media (max-width: 1366px) {
  .QRKode {
    height: 63px;
    width: 63px;
    bottom: 10px;
    left: 20px;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .QRKode {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 1280px) {
  .QRKode {
    height: 55px;
    width: 55px;
  }
}
@media (max-width: 1280px) and (min-height: 765px) {
  .QRKode {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 1280px) and (max-width: 800px) {
  .QRKode {
    visibility: hidden;
  }
}

.Dark {
  background: url("../assets/qrCodeBlack.webp");
  background-size: cover;
  background-position: center;
}

.Footer__BottomSection-Middle {
  position: relative;
  width: 100%;
  background-color: var(--color-main);
}

.Footer__BottomSection-Middle-Div1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 80%;
  height: 30px;
  text-align: center;
}
@media ( max-width: 360px) {
  .Footer__BottomSection-Middle-Div1 {
    width: 100%;
  }
}

.Footer__BottomSection-Middle-h2, .Footer__BottomSection-Middle-h2P {
  color: var(--color-white);
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--color-white);
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .Footer__BottomSection-Middle-h2, .Footer__BottomSection-Middle-h2P {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .Footer__BottomSection-Middle-h2, .Footer__BottomSection-Middle-h2P {
    font-size: 0.8rem;
  }
}

.Footer__BottomSection-Middle-h2P {
  color: var(--color-dark-grey);
}

.Cookies {
  color: var(--color-white);
  text-decoration: none;
}

.CookiesP {
  color: var(--color-dark-grey);
  text-decoration: none;
}

.Footer__BottomSection-Right {
  position: relative;
  width: 100%;
  background-color: var(--color-main);
}
@media (max-width: 640px) {
  .Footer__BottomSection-Right {
    visibility: hidden;
    position: absolute;
  }
}

.Footer__BottomSection-Right-P {
  position: relative;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.Footer__BottomSection-Right-Div1 {
  position: absolute;
  right: 20px;
  bottom: 50%;
  margin-right: 3px;
  width: 100px;
  height: 40px;
  text-align: right;
}
@media (max-width: 1600px) {
  .Footer__BottomSection-Right-Div1 {
    bottom: 57%;
  }
}
@media (max-width: 1440px) {
  .Footer__BottomSection-Right-Div1 {
    bottom: 61%;
  }
}
@media (max-width: 1366px) {
  .Footer__BottomSection-Right-Div1 {
    bottom: 56%;
  }
}
.Footer__BottomSection-Right-h2, .Footer__BottomSection-Right-h2P {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: var(--color-white);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1366px) {
  .Footer__BottomSection-Right-h2, .Footer__BottomSection-Right-h2P {
    font-size: 1.1rem;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .Footer__BottomSection-Right-h2, .Footer__BottomSection-Right-h2P {
    font-size: 1.2rem;
  }
}

.Footer__BottomSection-Right-h2P {
  color: var(--color-dark-grey);
}

.Footer__BottomSection-Right-Div2 {
  position: absolute;
  right: 20px;
  bottom: 16%;
  margin-right: 3px;
  width: 140px;
  height: 60px;
  text-align: right;
}
@media (max-width: 1440px) {
  .Footer__BottomSection-Right-Div2 {
    bottom: 20%;
  }
}
@media (max-width: 1366px) {
  .Footer__BottomSection-Right-Div2 {
    bottom: 10px;
  }
}

.Footer__BottomSection-Right-h3, .Footer__BottomSection-Right-h3P {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--color-white);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  .Footer__BottomSection-Right-h3, .Footer__BottomSection-Right-h3P {
    font-size: 1.3rem;
    line-height: 0.9;
  }
}
@media (max-width: 1366px) {
  .Footer__BottomSection-Right-h3, .Footer__BottomSection-Right-h3P {
    font-size: 1.1rem;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .Footer__BottomSection-Right-h3, .Footer__BottomSection-Right-h3P {
    line-height: 1;
  }
}

.Footer__BottomSection-Right-h3P {
  color: var(--color-dark-grey);
}

.Footer__BottomSection-Right-Div3 {
  margin-right: 3px;
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 150px;
  height: 30px;
  text-align: right;
}
@media (max-width: 1920px) {
  .Footer__BottomSection-Right-Div3 {
    right: 20px;
  }
}
@media (max-width: 1920px) and (min-height: 1081px) {
  .Footer__BottomSection-Right-Div3 {
    right: 40px;
  }
}

.Footer__BottomSection-Right-h3B, .Footer__BottomSection-Right-h3BP {
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--color-white);
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .Footer__BottomSection-Right-h3B, .Footer__BottomSection-Right-h3BP {
    font-size: 1rem;
  }
}

.Footer__BottomSection-Right-h3BP {
  color: var(--color-dark-grey);
}

.Footer__BottomSection-MarginR {
  width: 100%;
  background-color: var(--color-main);
}
@media (max-width: 1366px) {
  .Footer__BottomSection-MarginR {
    visibility: hidden;
    position: absolute;
  }
}

.PanelWrapper {
  position: absolute;
  top: 50%;
  height: 120px;
  width: 660px;
  left: calc(20.6% + var(--board-width) + 5px);
  transform: translateY(-50%);
}
@media (max-width: 1680px) {
  .PanelWrapper {
    width: 630px;
  }
}
@media (max-width: 1600px) {
  .PanelWrapper {
    width: 660px;
    left: calc(14.5% + var(--board-width) + 5px);
  }
}
@media (max-width: 1536px) {
  .PanelWrapper {
    width: 605px;
  }
}
@media (max-width: 1366px) {
  .PanelWrapper {
    left: calc(14.6% + var(--board-width) + 5px);
  }
}
@media (max-width: 1280px) {
  .PanelWrapper {
    width: 552px;
    left: calc(14.6% + var(--board-width));
  }
}
@media (max-width: 1152px) {
  .PanelWrapper {
    width: 525px;
    left: calc(12.6% + var(--board-width));
  }
}
@media (max-width: 1024px) {
  .PanelWrapper {
    width: 495px;
  }
}
@media (max-width: 480px) {
  .PanelWrapper {
    width: calc(100vw - 10px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 180px;
  }
}

.Panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: var(--color-panel-grey);
  border: 3px ridge var(--color-main1);
  border-radius: 8px;
  transition: 0.5s;
}
.Panel__Border1 {
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 8px;
}
.Panel__Border1 h3 {
  position: absolute;
  left: 20px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.35);
  background-color: var(--color-panel-grey);
  margin-top: -5px;
  padding-left: 3px;
  padding-right: 3px;
  transition: 0.5s;
}
.Panel__Border1 h3.MadeIn {
  transform: translateY(-50%) rotate(-90deg);
  font-size: 0.7rem;
  width: 74px;
  top: 54%;
  left: calc(100% - 43px);
}
.Panel__Sterowanie {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  position: absolute;
  flex-direction: column;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  border: 3px double rgba(0, 0, 0, 0.4);
  width: 170px;
  height: calc(100% - 30px);
  background-color: var(--color-panel-grey);
  outline-width: 1px;
  box-shadow: inset 0px -1px 0px 0px var(--color-panel-grey), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
@media (max-width: 1280px) {
  .Panel__Sterowanie {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .Panel__Sterowanie {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: calc(100% - 40px);
    height: 46px;
    top: 20px;
    transform: translateY(0);
  }
}
.Panel__Sterowanie h2 {
  position: absolute;
  color: rgba(0, 0, 0, 0.55);
  background-color: var(--color-panel-grey);
  text-transform: uppercase;
  font-size: 0.8rem;
  right: 20px;
  bottom: 0;
  transform: translateY(50%);
  padding-left: 3px;
  padding-right: 3px;
  transition: 0.5s;
}
.Panel__Sociale {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  border: 3px double rgba(0, 0, 0, 0.4);
  width: calc(100% - 230px);
  height: calc(100% - 30px);
  background-color: var(--color-panel-grey);
  outline-width: 1px;
  box-shadow: inset 0px -1px 0px 0px var(--color-panel-grey), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
.Panel__Sociale h2 {
  position: absolute;
  color: rgba(0, 0, 0, 0.55);
  background-color: var(--color-panel-grey);
  text-transform: uppercase;
  font-size: 0.8rem;
  right: 20px;
  bottom: 0;
  transform: translateY(50%);
  padding-left: 3px;
  padding-right: 3px;
  transition: 0.5s;
}
@media (max-width: 1536px) {
  .Panel__Sociale {
    width: calc(100% - 225px);
  }
}
@media (max-width: 1280px) {
  .Panel__Sociale {
    width: calc(100% - 215px);
  }
}
@media (max-width: 1152px) {
  .Panel__Sociale {
    width: calc(100% - 210px);
  }
}
@media (max-width: 480px) {
  .Panel__Sociale {
    width: calc(100% - 40px);
    height: 80px;
    top: 41.2%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.PanelBorderShadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.ScrewA {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 9px;
  top: 9px;
  border-radius: 50%;
  transform: rotateZ(-7deg);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.6);
  transition: 0.5s;
}
.ScrewA__Head {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-screw);
}

.ScrewB {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 9px;
  top: 9px;
  border-radius: 50%;
  transform: rotateZ(14deg);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.ScrewB__Head {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-screw);
}

.ScrewC {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 9px;
  bottom: 9px;
  border-radius: 50%;
  transform: rotateZ(-15deg);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.ScrewC__Head {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-screw);
}

.ScrewD {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 9px;
  bottom: 9px;
  border-radius: 50%;
  transform: rotateZ(27deg);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.ScrewD__Head {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-screw);
}

.SvgwrapperA, .SvgwrapperD, .SvgwrapperC, .SvgwrapperB {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.PanelInnerContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 5px;
}

.InnerShadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 5px;
  box-shadow: inset 0px 0px 15px 3px rgba(0, 0, 0, 0.75);
  pointer-events: none;
}

.RevB {
  left: calc(64% - 5px);
  transform: translate(-50%, -50%);
}
@media (max-width: 1920px) {
  .RevB {
    left: calc(63.5% - 5px);
  }
}
@media (max-width: 1680px) {
  .RevB {
    left: calc(22.1% + var(--board-width));
    transform: translate(0, -50%);
  }
}
@media (max-width: 1600px) {
  .RevB {
    left: calc(15.1% + var(--board-width));
  }
}
@media (max-width: 1280px) {
  .RevB {
    left: 66.8%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1152px) {
  .RevB {
    left: 69.6%;
  }
}
@media (max-width: 1024px) {
  .RevB {
    left: 69%;
  }
}
@media (max-width: 480px) {
  .RevB {
    width: calc(100vw - 10px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.RevC {
  left: calc(63.3% - 5px);
  transform: translate(-50%, -50%);
}
@media (max-width: 1680px) {
  .RevC {
    left: 42.6%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 1600px) {
  .RevC {
    left: 39%;
  }
}
@media (max-width: 1536px) {
  .RevC {
    left: 40.8%;
  }
}
@media (max-width: 1440px) {
  .RevC {
    left: 38.1%;
  }
}
@media (max-width: 1366px) {
  .RevC {
    left: 35.8%;
  }
}
@media (max-width: 1280px) {
  .RevC {
    left: 36.8%;
  }
}
@media (max-width: 1152px) {
  .RevC {
    left: 34%;
  }
}
@media (max-width: 1024px) {
  .RevC {
    left: 35.2%;
  }
}
@media (max-width: 480px) {
  .RevC {
    width: calc(100vw - 10px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.RevFirma {
  border: 3px ridge var(--color-main2);
}

.RevPriv {
  border: 3px ridge var(--color-main);
}

.Panel__Btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50%;
}
.Panel__Btn h3 {
  position: relative;
  width: 50%;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 4px;
  font-family: "Audiowide", cursive;
  font-weight: bold;
  color: var(--color-panel-font);
  letter-spacing: 1px;
  border: 1px solid var(--color-panel-fontA);
  text-align: center;
  border-left: none;
  border-right: none;
  border-top: none;
}
@media (max-width: 480px) {
  .Panel__Btn {
    width: 50%;
    height: 100%;
  }
}
@media ( max-width: 360px) {
  .Panel__Btn {
    width: 50%;
  }
}

input[type=checkbox] {
  margin-left: 3px;
  position: relative;
  width: 60px;
  height: 20px;
  outline: none;
  background: var(--color-panel-grey2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: var(--shadow);
  transition: 0.5s;
}
@media (max-width: 1280px) {
  input[type=checkbox] {
    width: 54px;
    height: 18px;
    border-radius: 9px;
  }
}

input:checked[type=checkbox] {
  background: var(--color-main1);
  box-shadow: var(--shadow);
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 19px;
  background: linear-gradient(to top, var(--color-black), var(--color-panel-grey4));
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgb(28, 28, 28), inset 0 0 3px 3px var(--color-panel-grey3);
  transform: scale(0.9, 0.84);
  transition: 0.5s;
}
@media (max-width: 1280px) {
  input[type=checkbox]:before {
    left: 2px;
    width: 34px;
    height: 14px;
    border-radius: 9px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1152px) {
  input[type=checkbox]:before {
    left: 1px;
  }
}
@media (max-width: 1024px) {
  input[type=checkbox]:before {
    left: 2px;
  }
}

input:checked[type=checkbox]:before {
  box-shadow: 0 0 0 2px var(--color-panel-mainA), inset 0 0 3px 3px var(--color-panel-mainB), inset 0 0 4px 4px var(--color-panel-mainC);
  left: 20px;
}
@media (max-width: 1280px) {
  input:checked[type=checkbox]:before {
    left: 18px;
    box-shadow: 0 0 0 1px var(--color-panel-mainA), inset 0 0 3px 3px var(--color-panel-mainB), inset 0 0 4px 4px var(--color-panel-mainC);
  }
}

input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
  width: 4px;
  height: 4px;
  background: #444;
  border-radius: 50%;
  box-shadow: inset 0px 2px 1px var(--color-panel-mainD);
  transition: 0.5s;
}
@media (max-width: 1280px) {
  input[type=checkbox]:after {
    left: 25px;
  }
}

input:checked[type=checkbox]:after {
  left: 48px;
  background: var(--color-main1);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.4), 0 0 1px var(--color-main1), 0 0 3px var(--color-main1), 0 0 5px var(--color-main1);
}
@media (max-width: 1280px) {
  input:checked[type=checkbox]:after {
    left: 43px;
  }
}

#kolory {
  position: absolute;
  left: 192px;
  top: 50%;
  width: 15px;
  height: calc(100% - 30px);
  transform: translateY(-50%);
}
#kolory h3 {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 60px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "Audiowide", cursive;
  font-size: 0.9rem;
  font-weight: bold;
  color: var(--color-panel-font);
  letter-spacing: 1px;
  transform: translate(-50%, -50%) rotatez(-90deg);
}
@media (max-width: 1536px) {
  #kolory {
    left: 190px;
  }
}
@media (max-width: 1280px) {
  #kolory {
    left: 179px;
  }
}
@media (max-width: 1152px) {
  #kolory {
    left: 177px;
  }
}
@media (max-width: 480px) {
  #kolory {
    transform: translate(0, -50%) rotatez(90deg);
    top: 91%;
    height: 50%;
    left: 77%;
  }
}

#kolory input[type=checkbox] {
  position: absolute;
  top: 5px;
  left: 2px;
  background-image: url(../assets/obramowanieA.svg);
  background-position: center;
  background-repeat: none;
  background-size: cover;
  width: 12px;
  height: 18px;
  background-color: rgb(47, 45, 45);
  border-radius: 0px;
  margin-left: 0px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  box-shadow: none;
  transition: 0.5s;
}
@media (max-width: 1280px) {
  #kolory input[type=checkbox] {
    width: 11px;
    height: 17px;
    left: 3px;
  }
}

#kolory.night input[type=checkbox] {
  background-image: url(../assets/obramowanieB.svg);
  background-color: #111;
}

#kolory input:checked[type=checkbox] {
  left: 2px;
  background-image: url(../assets/obramowanieA.svg);
  width: 12px;
  height: 18px;
  background-color: rgb(47, 45, 45);
  border-radius: 0px;
  margin-left: 0px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  box-shadow: none;
}
@media (max-width: 1280px) {
  #kolory input:checked[type=checkbox] {
    width: 11px;
    height: 17px;
    left: 3px;
  }
}

#kolory.night input:checked[type=checkbox] {
  background-image: url(../assets/obramowanieB.svg);
  background-color: #111;
}

#kolory input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 10px;
  height: 10px;
  border-radius: 0px;
  margin-left: 0px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  box-shadow: none;
  background: #222;
  background-image: url(../assets/Kwadrat.svg);
  background-position: center;
  background-repeat: none;
  background-size: cover;
  box-shadow: 3px 1px 6px -1px #000;
  transition: 0.5s;
  transform: translateY(0);
}
@media (max-width: 1280px) {
  #kolory input[type=checkbox]:before {
    top: 1px;
    left: 2px;
    width: 8px;
    height: 8px;
  }
}

#kolory.night input[type=checkbox]:before {
  background-image: url(../assets/KwadratB.svg);
}

#kolory input:checked[type=checkbox]:before {
  position: absolute;
  top: 7px;
  left: 1px;
  width: 10px;
  height: 10px;
  border-radius: 0px;
  margin-left: 0px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  box-shadow: none;
  background-image: url(../assets/Kwadrat.svg);
  background-position: center;
  background-repeat: none;
  background-size: contain;
  box-shadow: 3px 1px 6px -1px #000;
  transform: translate(0, 0);
}
@media (max-width: 1280px) {
  #kolory input:checked[type=checkbox]:before {
    left: 2px;
    width: 8px;
    height: 8px;
  }
}

#kolory.night input:checked[type=checkbox]:before {
  background-image: url(../assets/KwadratB.svg);
}

#kolory input[type=checkbox]:after {
  display: none;
}

#kolory input:checked[type=checkbox]:after {
  display: none;
}

.DecorLine {
  height: calc(100% - 4px);
  border-left: 1px solid var(--color-panel-grey);
  transform: rotateZ(20deg);
  box-shadow: -1px 0px 0px 0px var(--color-panel-grey), -2px 0px 0px 0px var(--color-main), 1px 0px 0px 0px var(--color-panel-grey), 2px 0px 0px 0px var(--color-main);
  opacity: 0.7;
  transition: 0.5s;
}

.DecorLineB {
  height: calc(100% - 4px);
  border-left: 1px solid var(--color-panel-grey);
  transform: rotateZ(20deg);
  box-shadow: -1px 0px 0px 0px var(--color-panel-grey), -2px 0px 0px 0px var(--color-main1), 1px 0px 0px 0px var(--color-panel-grey), 2px 0px 0px 0px var(--color-main1);
  opacity: 0.7;
  transition: 0.5s;
}

.GitHub {
  width: 25%;
  cursor: pointer;
  opacity: 0.55;
  transition: 0.5s;
}

.GitHub:hover {
  opacity: 0.8;
}

.Linked {
  width: 30%;
  cursor: pointer;
  opacity: 0.55;
  transition: 0.5s;
}

.Linked:hover {
  opacity: 0.8;
}

.vimeo {
  width: 25%;
  cursor: pointer;
  opacity: 0.55;
  transition: 0.5s;
}

.vimeo:hover {
  opacity: 0.8;
}

.BoardMobo {
  position: absolute;
  left: 50%;
  top: 380px;
  transform: translateX(-50%);
  display: none;
  width: var(--mobo-board-width);
  height: 370px;
}
@media (max-width: 480px) {
  .BoardMobo {
    visibility: visible;
    display: block;
  }
}
.BoardMobo--Hide {
  will-change: opacity;
  animation: BoardZnika 1.4s;
  animation-fill-mode: forwards;
}
.BoardMobo--Discover {
  will-change: opacity;
  animation: BoardPojawia 1.4s;
  animation-fill-mode: backwards;
}

.BoardMobo.Firma {
  top: --HeightOfirmie;
}
@media (max-width: 480px) {
  .BoardMobo.Firma {
    top: calc(var(--HeightOfirmie) - 90px);
  }
}

@media (max-width: 480px) {
  .BoardMobo.Praktyka {
    top: calc(var(--HeightOPraktyceA) + var(--HeightOPraktyceB) - 80px);
  }
}

@media (max-width: 480px) {
  .BoardMobo.Projekty {
    top: calc(var(--HeightOprojektach) + var(--HeightOprojektachB) - 80px);
  }
}

.CanvasM, .CanvasShadowM, .CanvasAM, .CanvasBM {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border-radius: 15px;
  transform: skew(-2deg, -2deg);
  background-image: linear-gradient(0deg, var(--color-main4) 0%, var(--color-main1) 100%);
  transition: 0.3s;
}
@media (max-width: 480px) {
  .CanvasM, .CanvasShadowM, .CanvasAM, .CanvasBM {
    transform: skew(-1.2deg, -1.2deg);
  }
}
@media ( max-width: 360px) {
  .CanvasM, .CanvasShadowM, .CanvasAM, .CanvasBM {
    transform: skew(-1.2deg, -1.2deg);
  }
}
.CanvasM--Hide {
  display: none;
}
.CanvasM--Discover {
  display: block;
}

.CanvasAM, .CanvasBM {
  position: absolute;
  left: 4px;
  bottom: 4px;
  border-radius: 17px;
  transform: skew(-3deg, -3deg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--color-main1) 100%);
  box-shadow: inset 1px 1px 4px rgba(255, 255, 255, 0.7), inset -1px -1px 4px rgba(0, 0, 0, 0.8);
  opacity: 0.55;
}
@media (max-width: 480px) {
  .CanvasAM, .CanvasBM {
    left: 3px;
    bottom: 3px;
    transform: skew(-1.5deg, -1.5deg);
  }
}
@media ( max-width: 360px) {
  .CanvasAM, .CanvasBM {
    left: 3px;
    bottom: 3px;
    transform: skew(-1.5deg, -1.5deg);
  }
}

.CanvasBM {
  position: absolute;
  left: 8px;
  bottom: 8px;
  border-radius: 19px;
  transform: skew(-4deg, -4deg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--color-main1) 100%);
  box-shadow: inset 2px 2px 6px rgba(255, 255, 255, 0.7), inset -2px -2px 6px rgba(0, 0, 0, 0.8);
  opacity: 0.55;
}
@media (max-width: 480px) {
  .CanvasBM {
    left: 5px;
    bottom: 5px;
    transform: skew(-2deg, -2deg);
  }
}
@media ( max-width: 360px) {
  .CanvasBM {
    left: 5px;
    bottom: 5px;
    transform: skew(-2deg, -2deg);
  }
}

.CanvasShadowM {
  box-shadow: -15px 18px 18px 6px rgba(0, 0, 0, 0.3);
  background-color: var(--color-light-grey);
  background-image: none;
}

.BMWrap__articles-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: var(--mobo-board-proportion);
}

.BMWrap__article-container {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.BMWrap__article-container h2 {
  display: block;
  position: relative;
  padding: 20px;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  color: var(--color-white);
  font-weight: 600;
}
.BMWrap__article-container h2.BMWrap__header--second {
  position: absolute;
  width: var(--mobo-board-width);
  color: var(--color-black);
}
.BMWrap__article-container h2.BMWrap__header--second span {
  color: var(--color-black);
  font-weight: 600;
}
.BMWrap__article-container h2 span {
  font-size: 1.2rem;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: var(--color-white);
  transform: translateY(-0.3rem);
  margin-left: 0px;
}
.BMWrap__article-container.BMWrap__article-container--first {
  -webkit-mask-image: url("../assets/MaskInfoMobo.svg");
          mask-image: url("../assets/MaskInfoMobo.svg");
  -webkit-mask-position: 0px;
          mask-position: 0px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 680px;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.BMWrap__article-container.BMWrap__article-container--second {
  width: 100%;
  height: 100%;
}

.BMWrap__Info {
  position: absolute;
  color: var(--color-black);
  padding: 20px;
  padding-right: 25px;
  padding-top: 6.9rem;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3;
  font-weight: 400;
}

.BMWrap__Overflow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.BMWrap__Overflow::-webkit-scrollbar {
  display: none;
}

.BMWrap__paragraphs {
  position: absolute;
  left: 0;
  top: 0;
  width: 680px;
  height: 100%;
  display: flex;
}
.BMWrap__paragraphs p {
  display: inline-block;
  width: 340px;
  height: 100%;
  padding: 20px;
  padding-right: 25px;
  padding-top: 6.9rem;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--color-white);
  line-height: 1.3;
  font-weight: 400;
}

.BMWrap__paragraphs.Projekty {
  width: 1700px;
}

.BMWrap__Corner {
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 20%;
  fill: rgba(255, 255, 255, 0.15);
}

.BMWrap__Buttons {
  position: absolute;
  left: calc(20% + 10px);
  bottom: 9px;
  width: 20%;
  height: 17px;
}
.BMWrap__Buttons.Projekty {
  width: 20%;
}

.BMWrap__Btn, .BMWrap__Btn-E, .BMWrap__Btn-D, .BMWrap__Btn-C, .BMWrap__Btn-B {
  position: absolute;
  width: 10px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transform: skew(35deg);
  left: 0px;
  bottom: 0;
}
.BMWrap__Btn--active {
  background-color: var(--color-main4);
}

.BMWrap__Btn-B {
  left: 15px;
}

.BMWrap__Btn-C {
  left: 30px;
}

.BMWrap__Btn-D {
  left: 45px;
}

.BMWrap__Btn-E {
  left: 60px;
}

.BMWrap__background--first {
  height: 370px;
  top: 50%;
  transform: translateY(-50%);
  width: 680px;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: linear-gradient(0deg, rgb(107, 107, 107) 0%, rgb(107, 107, 107) 70%, rgb(75, 75, 75) 85%, rgb(55, 55, 55) 98%);
}

.BMWrap__background--second {
  height: 370px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--mobo-board-width);
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: var(--color-main2);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 0.6) 10%, rgba(25, 25, 25, 0.75) 27%, var(--color-main1A) 48%, var(--color-main1) 75%, rgba(255, 119, 0, 0.8980392157) 97%), url("../assets/lawa.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.BMWrap__background--second.Firma {
  background-color: var(--color-main2);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(25, 25, 25, 0.3) 27%, rgba(0, 217, 255, 0.8549019608) 60%, rgba(0, 217, 255, 0.8549019608) 80%, #0066ff 97%), url("../assets/lod.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.BMWrap__background--second.Praktyka {
  background-color: var(--color-main2);
  background-image: linear-gradient(to top, rgba(25, 25, 25, 0.7) 3%, rgba(25, 25, 25, 0.4) 10%, rgba(25, 25, 25, 0.4) 15%, var(--color-main3) 27%, var(--color-main2) 70%, var(--color-main1A) 90%), url("../assets/ziemiaSatur.webp");
}

.BMWrap__background--second.Projekty {
  background-color: var(--color-main2);
  background-image: linear-gradient(to top, rgba(55, 55, 55, 0.5) 10%, rgba(0, 0, 0, 0.5) 18%, rgba(200, 200, 200, 0.85) 30%, rgba(200, 200, 200, 0.85) 75%, rgba(255, 255, 255, 0.4) 80%, rgba(0, 85, 88, 0.6666666667) 90%), url("../assets/powietrze.webp");
}

.BMWrap__divider_dot {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color-main1);
  color: var(--color-white);
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 17px;
  font-weight: 700;
}

.BMWrap__divider_outline {
  position: absolute;
  height: 160px;
  width: 30px;
  border-radius: 15px;
  left: -6px;
  top: -6px;
  border: 1px solid var(--color-main4A);
}

.BMWrap__divider {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 150px;
  width: 20px;
  border-radius: 10px;
  border: 1px solid var(--color-main4);
  background-color: #6b6b6b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-9px, -75px);
  cursor: pointer;
}
.BMWrap__divider span {
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  color: var(--color-white);
  letter-spacing: 0.1rem;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 20px;
  width: 100%;
  height: 90%;
  border-radius: 10px;
}

.BMWrap__handle {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  height: 100%;
  width: 1px;
  background-color: var(--color-main4);
  outline: solid;
  outline-width: 1px;
  outline-offset: 1px;
  outline-color: var(--color-main4A);
}

.Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
  z-index: 1;
  position: absolute;
  left: 20.6%;
  top: 49.5%;
  width: var(--board-width);
  height: var(--board-height);
  border-radius: 15px;
  /* @include mq(xs) {

        top: 450px;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 345px;
        height: 370px;
    }

    @include mq(xxs) {

        left: 50%;
        transform: translate(-50%, 0%);
        width: 330px;
        height: 360px;
    }*/
}
@media (min-width: 1921px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 51.7%;
  }
}
@media (min-width: 1921px) and (max-height: 1080px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 48%;
  }
}
@media (max-width: 1920px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 49.6%;
  }
}
@media (max-width: 1920px) and (min-height: 1050px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 53.1%;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 51.7%;
  }
}
@media (max-width: 1680px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    left: 20.5%;
  }
}
@media (max-width: 1680px) and (min-height: 1045px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 52%;
  }
}
@media (max-width: 1600px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    left: 14.5%;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 45.1%;
  }
}
@media (max-width: 1600px) and (min-height: 895px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 48%;
  }
}
@media (max-width: 1600px) and (min-height: 1050px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 51%;
  }
}
@media (max-width: 1536px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 46%;
    height: 325px;
  }
}
@media (max-width: 1536px) and (min-height: 850px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 50%;
  }
}
@media (max-width: 1440px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 48%;
  }
}
@media (max-width: 1440px) and (min-height: 895px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 51.5%;
  }
}
@media (max-width: 1440px) and (min-height: 1040px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 55%;
  }
}
@media (max-width: 1366px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    left: 14.6%;
    top: 47%;
    height: 300px;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 53%;
  }
}
@media (max-width: 1280px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    left: 14.4%;
    top: 46%;
  }
}
@media (max-width: 1280px) and (min-height: 575px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 42%;
  }
}
@media (max-width: 1280px) and (min-height: 575px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 42%;
  }
}
@media (max-width: 1280px) and (min-height: 625px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 46%;
  }
}
@media (max-width: 1280px) and (min-height: 655px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 47%;
  }
}
@media (max-width: 1280px) and (min-height: 715px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 51%;
  }
}
@media (max-width: 1280px) and (min-height: 799px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 52%;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 51%;
    height: 340px;
  }
}
@media (max-width: 1280px) and (min-height: 880px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 52%;
  }
}
@media (max-width: 1280px) and (min-height: 955px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 55%;
  }
}
@media (max-width: 1280px) and (min-height: 1020px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 57%;
  }
}
@media (max-width: 1152px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    left: 12.6%;
  }
}
@media (max-width: 1152px) and (min-height: 750px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 52%;
  }
}
@media (max-width: 1152px) and (min-height: 860px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 53%;
  }
}
@media (max-width: 1024px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    height: 300px;
    top: 45%;
  }
}
@media (max-width: 1024px) and (min-height: 760px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    top: 52%;
  }
}
@media (max-width: 640px) {
  .Board, .Article__Overflow-Pro, .Article__Overflow, .Article, .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    visibility: hidden;
    display: none;
  }
}
.Board--Hide {
  will-change: opacity;
  animation: BoardZnika 1.4s;
  animation-fill-mode: forwards;
}
.Board--Discover {
  will-change: opacity;
  animation: BoardPojawia 1.4s;
  animation-fill-mode: backwards;
}

.DescryptionBtn {
  width: 115px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0%, 50%);
  cursor: help;
  z-index: 2;
  border-right: none;
}
@media (max-width: 480px) {
  .DescryptionBtn {
    height: 26px;
  }
}
@media ( max-width: 360px) {
  .DescryptionBtn {
    height: 26px;
  }
}

.DescryptionBtn__P {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  color: var(--color-white);
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .DescryptionBtn__P {
    font-size: 0.9rem;
    transform: translate(-40%, -50%);
  }
}
@media ( max-width: 360px) {
  .DescryptionBtn__P {
    font-size: 0.9rem;
    transform: translate(-40%, -50%);
  }
}
.DescryptionBtn__P span {
  color: rgba(0, 0, 0, 0);
}

.DescryptionBtn__Span {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: var(--color-white);
  font-weight: 700;
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media (max-width: 480px) {
  .DescryptionBtn__Span {
    left: 19%;
    font-size: 1.4rem;
  }
}
@media ( max-width: 360px) {
  .DescryptionBtn__Span {
    left: 19%;
    font-size: 1.4rem;
  }
}

.DescryptionBtn__Border {
  width: 115px;
  height: 16px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  border: 1px dotted rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border-right: none;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .DescryptionBtn__Border {
    height: 22px;
  }
}
@media ( max-width: 360px) {
  .DescryptionBtn__Border {
    height: 22px;
  }
}

.DescryptionBtn:hover .DescryptionBtn__P {
  letter-spacing: 0px;
  color: var(--color-black);
}

.DescryptionBtn:hover .DescryptionBtn__P.Pro {
  letter-spacing: 0px;
  color: var(--color-white);
}

.DescryptionBtn:hover .DescryptionBtn__Span {
  color: var(--color-black);
  left: 27%;
}
@media (max-width: 480px) {
  .DescryptionBtn:hover .DescryptionBtn__Span {
    left: 29%;
  }
}
@media ( max-width: 360px) {
  .DescryptionBtn:hover .DescryptionBtn__Span {
    left: 29%;
  }
}

.DescryptionBtn:hover .DescryptionBtn__Span.Pro {
  color: rgb(255, 255, 255);
}

.DescryptionBtn:hover .DescryptionBtn__Border {
  border-color: rgba(0, 0, 0, 0.25);
}

.DescryptionBtn.Pro:hover .DescryptionBtn__Border {
  border-color: rgba(255, 255, 255, 0.25);
}

.Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
  position: absolute;
  left: 0%;
  top: 0%;
  background-color: var(--color-main1);
  background-size: cover;
  -webkit-clip-path: circle(2.4% at 78.5% 5.5%);
          clip-path: circle(2.4% at 78.5% 5.5%);
  border: solid 1px var(--color-main3);
  border-top: none;
  border-right: none;
  transition: background-color 500ms ease-in-out, -webkit-clip-path 500ms ease-in-out;
  transition: background-color 500ms ease-in-out, clip-path 500ms ease-in-out;
  transition: background-color 500ms ease-in-out, clip-path 500ms ease-in-out, -webkit-clip-path 500ms ease-in-out;
  transform: translate(0, 0);
}
@media (max-width: 1536px) {
  .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    -webkit-clip-path: circle(2.8% at 76.1% 6.1%);
            clip-path: circle(2.8% at 76.1% 6.1%);
  }
}
@media (max-width: 1366px) {
  .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    -webkit-clip-path: circle(2.8% at 73.7% 6.7%);
            clip-path: circle(2.8% at 73.7% 6.7%);
  }
}
@media (max-width: 1280px) {
  .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    -webkit-clip-path: circle(2.8% at 73.7% 6.7%);
            clip-path: circle(2.8% at 73.7% 6.7%);
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    -webkit-clip-path: circle(2.8% at 73.7% 5.9%);
            clip-path: circle(2.8% at 73.7% 5.9%);
  }
}
@media (max-width: 1024px) {
  .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    -webkit-clip-path: circle(3% at 68.6% 6.7%);
            clip-path: circle(3% at 68.6% 6.7%);
  }
}
@media (max-width: 480px) {
  .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    -webkit-clip-path: circle(4% at 73% 7.2%);
            clip-path: circle(4% at 73% 7.2%);
  }
}
@media ( max-width: 360px) {
  .Info, .BoardPro .InfoPro, .BoardP .InfoP, .InfoF {
    -webkit-clip-path: circle(4% at 71.5% 7.1%);
            clip-path: circle(4% at 71.5% 7.1%);
  }
}
.Info__Naglowek {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 20%;
}
.Info__H2 {
  display: block;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  color: var(--color-black);
  font-weight: 600;
  text-align: left;
  position: absolute;
  left: 4.5%;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 1536px) {
  .Info__H2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 1366px) {
  .Info__H2 {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .Info__H2 {
    font-size: 1.8rem;
    left: 6.1%;
    top: 57%;
  }
}
@media (max-width: 480px) {
  .Info__H2 {
    font-size: 2.4rem;
  }
}
@media ( max-width: 360px) {
  .Info__H2 {
    font-size: 2.4rem;
  }
}
.Info__H2-Span {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: var(--color-black);
  transform: translateY(-0.3rem);
  margin-left: 5px;
}
@media (max-width: 1536px) {
  .Info__H2-Span {
    font-size: 1.3rem;
  }
}
@media (max-width: 1366px) {
  .Info__H2-Span {
    font-size: 1.2rem;
    transform: translateY(-0.2rem);
  }
}
@media (max-width: 1024px) {
  .Info__H2-Span {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .Info__H2-Span {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
@media ( max-width: 360px) {
  .Info__H2-Span {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.Info__Artykul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 15%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 15%;
}
@media (max-width: 1280px) and (min-height: 815px) {
  .Info__Artykul {
    top: 5px;
  }
}
@media (max-width: 1024px) {
  .Info__Artykul {
    top: 12px;
    left: 5px;
  }
}
@media (max-width: 480px) {
  .Info__Artykul {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
@media ( max-width: 360px) {
  .Info__Artykul {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
.Info__Artykul-P {
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--color-black);
  line-height: 1.3;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 1536px) {
  .Info__Artykul-P {
    font-size: 1.2rem;
  }
}
@media (max-width: 1366px) {
  .Info__Artykul-P {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .Info__Artykul-P {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
@media (max-width: 1024px) {
  .Info__Artykul-P {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .Info__Artykul-P {
    font-size: 1.1rem;
  }
}
@media ( max-width: 360px) {
  .Info__Artykul-P {
    font-size: 1.1rem;
  }
}

.DescryptionBtn:hover + .Info, .BoardPro .DescryptionBtn:hover + .InfoPro, .BoardP .DescryptionBtn:hover + .InfoP, .DescryptionBtn:hover + .InfoF {
  background-color: var(--color-main2);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 0.6) 10%, rgba(25, 25, 25, 0.75) 27%, var(--color-main1A) 48%, var(--color-main1) 75%, rgba(255, 119, 0, 0.8980392157) 97%), url("../assets/lawa.webp");
  will-change: clip-path;
  -webkit-clip-path: circle(70%);
          clip-path: circle(70%);
}

.Button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 7.2rem;
  font-family: "Audiowide", cursive;
  color: rgb(255, 255, 255);
  text-align: left;
  text-shadow: 0px var(--arrow-shadow) 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-weight: 100;
  transform: skew(-5deg, -1.2deg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%) rotateZ(0);
  transition: 0.3s;
  z-index: 2;
}
@media (max-width: 1366px) {
  .Button {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .Button {
    display: none;
    visibility: hidden;
  }
}
@media ( max-width: 360px) {
  .Button {
    display: none;
    visibility: hidden;
  }
}
.Button:hover {
  text-shadow: 0px var(--arrow-shadow-hover) 6px rgba(0, 0, 0, 0.5);
}

.Button2 {
  visibility: hidden;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 7.2rem;
  font-family: "Audiowide", cursive;
  color: rgb(255, 255, 255);
  text-align: left;
  text-shadow: 0px var(--arrow-shadowP) 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-weight: 100;
  transform: skew(-5deg, -1.2deg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(0deg);
  transition: 0.5s;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1366px) {
  .Button2 {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .Button2 {
    visibility: hidden;
    display: none;
  }
}
@media ( max-width: 360px) {
  .Button2 {
    visibility: hidden;
    display: none;
  }
}
.Button2:hover {
  text-shadow: 0px var(--arrow-shadow-hoverP) 6px rgba(0, 0, 0, 0.5);
}

.visible {
  visibility: visible;
  display: block;
}

.Article {
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, rgb(107, 107, 107) 0%, rgb(107, 107, 107) 70%, rgb(75, 75, 75) 85%, rgb(55, 55, 55) 98%);
  border: solid 1px #9e9e9e;
  border-top: none;
  border-right: none;
  transform: translate(0, 0);
}
.Article__TytulBoczny {
  position: absolute;
  left: -16.6666666667px;
  top: 53%;
  font-size: 1.4rem;
  font-family: "Audiowide", cursive;
  color: var(--color-main4);
  font-weight: 300;
  letter-spacing: 1px;
  transform: translate(-50%, -50%) rotatez(-90deg);
}
@media (min-width: 1921px) {
  .Article__TytulBoczny {
    top: 48%;
  }
}
@media (max-width: 1920px) {
  .Article__TytulBoczny {
    top: 50%;
  }
}
@media (max-width: 1920px) and (min-height: 1079px) {
  .Article__TytulBoczny {
    top: 49%;
  }
}
@media (max-width: 1366px) {
  .Article__TytulBoczny {
    top: 48%;
    font-size: 1.2rem;
  }
}
@media (max-width: 1280px) {
  .Article__TytulBoczny {
    top: 55%;
  }
}
@media (max-width: 1280px) and (min-height: 575px) {
  .Article__TytulBoczny {
    top: 49%;
  }
}
@media (max-width: 1280px) and (min-height: 715px) {
  .Article__TytulBoczny {
    top: 50%;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .Article__TytulBoczny {
    top: 50%;
    font-size: 1.4rem;
  }
}
@media (max-width: 1280px) and (min-height: 1020px) {
  .Article__TytulBoczny {
    top: 50%;
  }
}
@media (max-width: 1024px) {
  .Article__TytulBoczny {
    letter-spacing: 2px;
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .Article__TytulBoczny {
    left: 20%;
    top: 100%;
    transform: translate(0, 10%);
    font-size: 1.2rem;
  }
}
@media ( max-width: 360px) {
  .Article__TytulBoczny {
    left: 20%;
    top: 100%;
    transform: translate(0, 10%);
    font-size: 1.2rem;
  }
}
.Article__TytulBoczny-B {
  left: 20%;
  top: 100%;
  transform: translate(0, 0%);
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-family: "Audiowide", cursive;
}
@media (max-width: 1366px) {
  .Article__TytulBoczny-B {
    font-size: 1.2rem;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .Article__TytulBoczny-B {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .Article__TytulBoczny-B {
    font-size: 1.4rem;
  }
}
@media ( max-width: 360px) {
  .Article__TytulBoczny-B {
    font-size: 1.4rem;
  }
}
.Article__TytulBoczny-Pro {
  position: absolute;
  left: -16.6666666667px;
  top: 53%;
  font-size: 1.4rem;
  font-family: "Audiowide", cursive;
  color: var(--color-main4);
  font-weight: 300;
  letter-spacing: 1px;
  transition: 0.4s;
  transform: translate(-50%, -50%) rotatez(-90deg);
}
@media (min-width: 1921px) {
  .Article__TytulBoczny-Pro {
    top: 48%;
  }
}
@media (max-width: 1920px) {
  .Article__TytulBoczny-Pro {
    top: 50%;
  }
}
@media (max-width: 1920px) and (min-height: 1079px) {
  .Article__TytulBoczny-Pro {
    top: 49%;
  }
}
@media (max-width: 1366px) {
  .Article__TytulBoczny-Pro {
    top: 48%;
    font-size: 1.2rem;
  }
}
@media (max-width: 1280px) {
  .Article__TytulBoczny-Pro {
    top: 55%;
  }
}
@media (max-width: 1280px) and (min-height: 575px) {
  .Article__TytulBoczny-Pro {
    top: 49%;
  }
}
@media (max-width: 1280px) and (min-height: 715px) {
  .Article__TytulBoczny-Pro {
    top: 50%;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .Article__TytulBoczny-Pro {
    top: 50%;
    font-size: 1.4rem;
  }
}
@media (max-width: 1280px) and (min-height: 1020px) {
  .Article__TytulBoczny-Pro {
    top: 50%;
  }
}
@media (max-width: 1024px) {
  .Article__TytulBoczny-Pro {
    letter-spacing: 2px;
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .Article__TytulBoczny-Pro {
    left: 20%;
    top: 100%;
    transform: translate(0, 10%);
    font-size: 1.2rem;
  }
}
@media ( max-width: 360px) {
  .Article__TytulBoczny-Pro {
    left: 20%;
    top: 100%;
    transform: translate(0, 10%);
    font-size: 1.2rem;
  }
}
.Article__TytulBoczny-Pro-B {
  left: 20%;
  top: 100%;
  transform: translate(0, 0%);
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-family: "Audiowide", cursive;
}
@media (max-width: 1366px) {
  .Article__TytulBoczny-Pro-B {
    font-size: 1.2rem;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .Article__TytulBoczny-Pro-B {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .Article__TytulBoczny-Pro-B {
    font-size: 1.4rem;
  }
}
@media ( max-width: 360px) {
  .Article__TytulBoczny-Pro-B {
    font-size: 1.4rem;
  }
}
.Article__Naglowek {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 20%;
}
.Article__H2 {
  display: block;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  color: var(--color-white);
  font-weight: 600;
  text-align: left;
  position: absolute;
  left: 4.5%;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 1536px) {
  .Article__H2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 1366px) {
  .Article__H2 {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .Article__H2 {
    font-size: 1.8rem;
    left: 6.1%;
    top: 57%;
  }
}
@media (max-width: 480px) {
  .Article__H2 {
    font-size: 2.4rem;
  }
}
@media ( max-width: 360px) {
  .Article__H2 {
    font-size: 2.4rem;
  }
}
.Article__H2-Span {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: var(--color-white);
  transform: translateY(-0.3rem);
  margin-left: 5px;
}
@media (max-width: 1536px) {
  .Article__H2-Span {
    font-size: 1.3rem;
  }
}
@media (max-width: 1366px) {
  .Article__H2-Span {
    transform: translateY(-0.2rem);
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .Article__H2-Span {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .Article__H2-Span {
    font-size: 1.2rem;
  }
}
@media ( max-width: 360px) {
  .Article__H2-Span {
    font-size: 1.2rem;
  }
}
.Article__Overflow {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .Article__Overflow {
    left: 50%;
    top: 5%;
  }
}
@media ( max-width: 360px) {
  .Article__Overflow {
    top: 5%;
    left: 50%;
  }
}
.Article__Overflow-Pro {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .Article__Overflow-Pro {
    left: 50%;
    top: 5%;
  }
}
@media ( max-width: 360px) {
  .Article__Overflow-Pro {
    top: 5%;
    left: 50%;
  }
}
.Article__Artykul {
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 100%;
  position: absolute;
}
@media (max-width: 480px) {
  .Article__Artykul {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
@media ( max-width: 360px) {
  .Article__Artykul {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
.Article__Artykul-P {
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--color-white);
  line-height: 1.3;
  text-align: left;
  position: absolute;
  padding: 6% 2% 5% 2%;
  left: 0;
  top: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 28%;
       column-gap: 28%;
  transform: translateX(0%);
  font-weight: 400;
}
.Article__Artykul-P--Left {
  will-change: transform, opacity;
  animation: LeftToRight 0.7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.Article__Artykul-P--Right {
  will-change: transform, opacity;
  animation: RightToLeft 0.7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1536px) {
  .Article__Artykul-P {
    font-size: 1.2rem;
  }
}
@media (max-width: 1366px) {
  .Article__Artykul-P {
    line-height: 1.2;
    font-size: 1.2rem;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .Article__Artykul-P {
    font-size: 1.2rem;
    top: 5px;
    left: -1px;
  }
}
@media (max-width: 1024px) {
  .Article__Artykul-P {
    font-size: 1.1rem;
    line-height: 1.1;
    top: 12px;
    left: 5px;
  }
}
@media (max-width: 480px) {
  .Article__Artykul-P {
    font-size: 1.1rem;
  }
}
@media ( max-width: 360px) {
  .Article__Artykul-P {
    font-size: 1.1rem;
  }
}
.Article__Stopka {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
}
.Article__Corner {
  position: absolute;
  bottom: 5px;
  left: 7px;
  width: 30%;
  fill: rgba(255, 255, 255, 0.15);
}
.Article__Btn, .Article__Btn--active, .Article__Btn--inactive, .Article__Btn-E, .Article__Btn-D, .Article__Btn-C, .Article__Btn-B {
  position: absolute;
  width: 10px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transform: skew(32deg);
  left: 32%;
  bottom: 8px;
  cursor: pointer;
  transition: 0.15s;
  z-index: 2;
}
@media (max-width: 1536px) {
  .Article__Btn, .Article__Btn--active, .Article__Btn--inactive, .Article__Btn-E, .Article__Btn-D, .Article__Btn-C, .Article__Btn-B {
    height: 14px;
  }
}
@media (max-width: 1366px) {
  .Article__Btn, .Article__Btn--active, .Article__Btn--inactive, .Article__Btn-E, .Article__Btn-D, .Article__Btn-C, .Article__Btn-B {
    height: 13px;
  }
}
@media (max-width: 1024px) {
  .Article__Btn, .Article__Btn--active, .Article__Btn--inactive, .Article__Btn-E, .Article__Btn-D, .Article__Btn-C, .Article__Btn-B {
    height: 11px;
    left: 33%;
  }
}
.Article__Btn-B {
  left: 36%;
}
@media (max-width: 1024px) {
  .Article__Btn-B {
    left: 38%;
  }
}
.Article__Btn-C {
  left: 40%;
}
@media (max-width: 1024px) {
  .Article__Btn-C {
    left: 43%;
  }
}
.Article__Btn-D {
  left: 44%;
}
@media (max-width: 1024px) {
  .Article__Btn-D {
    left: 48%;
  }
}
.Article__Btn-E {
  left: 48%;
}
@media (max-width: 1024px) {
  .Article__Btn-E {
    left: 53.3%;
  }
}
.Article__Btn--inactive {
  background-color: rgba(255, 255, 255, 0.3);
}
.Article__Btn--inactive:hover {
  width: 13.3333333333px;
  height: 10px;
  background-color: var(--color-main4);
  opacity: 0.5;
}
@media (max-width: 1536px) {
  .Article__Btn--inactive:hover {
    height: 6.6666666667px;
  }
}
.Article__Btn--active {
  background-color: var(--color-main4);
}

#Article__Artykul-Two {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 258%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  #Article__Artykul-Two {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
@media ( max-width: 360px) {
  #Article__Artykul-Two {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

#Article__Artykul-Pro {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 750%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  #Article__Artykul-Pro {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
@media ( max-width: 360px) {
  #Article__Artykul-Pro {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

.RightMove {
  will-change: transform;
  animation: RightMoveArtykul 0.7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.LeftMove {
  will-change: transform;
  animation: LeftMoveArtykul 0.7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

#Article__Artykul-Pro-Two, #Article__Artykul-Pro-Two-B {
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--color-white);
  line-height: 1.3;
  text-align: left;
  position: relative;
  padding: 5% 2% 3% 2%;
  font-weight: 400;
  width: 37%;
  height: 100%;
  display: block;
}
@media (max-width: 1536px) {
  #Article__Artykul-Pro-Two, #Article__Artykul-Pro-Two-B {
    font-size: 1.2rem;
  }
}
@media (max-width: 1366px) {
  #Article__Artykul-Pro-Two, #Article__Artykul-Pro-Two-B {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  #Article__Artykul-Pro-Two, #Article__Artykul-Pro-Two-B {
    font-size: 1.2rem;
    line-height: 1.3;
    top: 5px;
    left: -1px;
  }
}
@media (max-width: 1024px) {
  #Article__Artykul-Pro-Two, #Article__Artykul-Pro-Two-B {
    font-size: 1.1rem;
    line-height: 1.1;
    top: 12px;
    left: 5px;
  }
}
@media (max-width: 480px) {
  #Article__Artykul-Pro-Two, #Article__Artykul-Pro-Two-B {
    font-size: 1.1rem;
  }
}
@media ( max-width: 360px) {
  #Article__Artykul-Pro-Two, #Article__Artykul-Pro-Two-B {
    font-size: 1.1rem;
  }
}

#Article__Artykul-Pro-A, #Article__Artykul-Pro-E, #Article__Artykul-Pro-D, #Article__Artykul-Pro-C, #Article__Artykul-Pro-B {
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--color-white);
  line-height: 1.3;
  text-align: left;
  position: relative;
  padding: 2% 0.66% 2% 0.66%;
  font-weight: 400;
  width: 13.3%;
  height: 100%;
  display: block;
}
@media (max-width: 1536px) {
  #Article__Artykul-Pro-A, #Article__Artykul-Pro-E, #Article__Artykul-Pro-D, #Article__Artykul-Pro-C, #Article__Artykul-Pro-B {
    font-size: 1.2rem;
  }
}
@media (max-width: 1366px) {
  #Article__Artykul-Pro-A, #Article__Artykul-Pro-E, #Article__Artykul-Pro-D, #Article__Artykul-Pro-C, #Article__Artykul-Pro-B {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  #Article__Artykul-Pro-A, #Article__Artykul-Pro-E, #Article__Artykul-Pro-D, #Article__Artykul-Pro-C, #Article__Artykul-Pro-B {
    font-size: 1.2rem;
    line-height: 1.3;
    top: 5px;
    left: -1px;
  }
}
@media (max-width: 1024px) {
  #Article__Artykul-Pro-A, #Article__Artykul-Pro-E, #Article__Artykul-Pro-D, #Article__Artykul-Pro-C, #Article__Artykul-Pro-B {
    font-size: 1.1rem;
    line-height: 1.1;
    top: 12px;
    left: 5px;
  }
}
@media (max-width: 480px) {
  #Article__Artykul-Pro-A, #Article__Artykul-Pro-E, #Article__Artykul-Pro-D, #Article__Artykul-Pro-C, #Article__Artykul-Pro-B {
    font-size: 1.1rem;
  }
}
@media ( max-width: 360px) {
  #Article__Artykul-Pro-A, #Article__Artykul-Pro-E, #Article__Artykul-Pro-D, #Article__Artykul-Pro-C, #Article__Artykul-Pro-B {
    font-size: 1.1rem;
  }
}

.AnimoOpacity {
  will-change: opacity;
  animation: opacityAnimo 0.7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.Canvas, .CanvasShadow, .CanvasA, .CanvasB {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: var(--board-width);
  height: var(--board-height);
  border-radius: 15px;
  transform: skew(-2deg, -2deg);
  background-image: linear-gradient(0deg, var(--color-main4) 0%, var(--color-main1) 100%);
  transition: 0.3s;
}
@media (max-width: 1536px) {
  .Canvas, .CanvasShadow, .CanvasA, .CanvasB {
    width: 395px;
    height: 325px;
  }
}
@media (max-width: 1366px) {
  .Canvas, .CanvasShadow, .CanvasA, .CanvasB {
    width: 360px;
    height: 300px;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .Canvas, .CanvasShadow, .CanvasA, .CanvasB {
    height: 340px;
  }
}
@media (max-width: 1024px) {
  .Canvas, .CanvasShadow, .CanvasA, .CanvasB {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .Canvas, .CanvasShadow, .CanvasA, .CanvasB {
    width: 345px;
    height: 370px;
    transform: skew(-1.2deg, -1.2deg);
  }
}
@media ( max-width: 360px) {
  .Canvas, .CanvasShadow, .CanvasA, .CanvasB {
    width: 330px;
    height: 360px;
    transform: skew(-1.2deg, -1.2deg);
  }
}
.Canvas--Hide {
  display: none;
}
.Canvas--Discover {
  display: block;
}

.CanvasA, .CanvasB {
  position: absolute;
  left: 4px;
  bottom: 4px;
  border-radius: 17px;
  transform: skew(-3deg, -3deg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--color-main1) 100%);
  box-shadow: inset 1px 1px 4px rgba(255, 255, 255, 0.7), inset -1px -1px 4px rgba(0, 0, 0, 0.8);
  opacity: 0.55;
}
@media (max-width: 480px) {
  .CanvasA, .CanvasB {
    left: 3px;
    bottom: 3px;
    transform: skew(-1.5deg, -1.5deg);
  }
}
@media ( max-width: 360px) {
  .CanvasA, .CanvasB {
    left: 3px;
    bottom: 3px;
    transform: skew(-1.5deg, -1.5deg);
  }
}

.CanvasB {
  position: absolute;
  left: 8px;
  bottom: 8px;
  border-radius: 19px;
  transform: skew(-4deg, -4deg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--color-main1) 100%);
  box-shadow: inset 2px 2px 6px rgba(255, 255, 255, 0.7), inset -2px -2px 6px rgba(0, 0, 0, 0.8);
  opacity: 0.55;
}
@media (max-width: 480px) {
  .CanvasB {
    left: 5px;
    bottom: 5px;
    transform: skew(-2deg, -2deg);
  }
}
@media ( max-width: 360px) {
  .CanvasB {
    left: 5px;
    bottom: 5px;
    transform: skew(-2deg, -2deg);
  }
}

.CanvasShadow {
  box-shadow: -15px 18px 18px 6px rgba(0, 0, 0, 0.3);
  background-color: var(--color-light-grey);
  background-image: none;
}

.BoardF, .BoardPro, .BoardP {
  z-index: 1;
  position: absolute;
  left: 20.8%;
  top: -40px;
  width: var(--board-width);
  height: var(--board-height);
  border-radius: 15px;
}
@media (min-width: 1921px) {
  .BoardF, .BoardPro, .BoardP {
    top: -40px;
  }
}
@media (min-width: 1921px) and (max-height: 1080px) {
  .BoardF, .BoardPro, .BoardP {
    top: -40px;
  }
}
@media (max-width: 1920px) {
  .BoardF, .BoardPro, .BoardP {
    top: -60px;
  }
}
@media (max-width: 1920px) and (min-height: 1050px) {
  .BoardF, .BoardPro, .BoardP {
    top: -38px;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .BoardF, .BoardPro, .BoardP {
    top: -54px;
  }
}
@media (max-width: 1680px) {
  .BoardF, .BoardPro, .BoardP {
    top: -70px;
    left: 20.5%;
  }
}
@media (max-width: 1680px) and (min-height: 1045px) {
  .BoardF, .BoardPro, .BoardP {
    top: -50px;
  }
}
@media (max-width: 1600px) {
  .BoardF, .BoardPro, .BoardP {
    left: 14.5%;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .BoardF, .BoardPro, .BoardP {
    top: -75px;
  }
}
@media (max-width: 1600px) and (min-height: 895px) {
  .BoardF, .BoardPro, .BoardP {
    top: -62px;
  }
}
@media (max-width: 1600px) and (min-height: 1050px) {
  .BoardF, .BoardPro, .BoardP {
    top: -60px;
  }
}
@media (max-width: 1536px) {
  .BoardF, .BoardPro, .BoardP {
    top: -67px;
    width: 395px;
    height: 325px;
  }
}
@media (max-width: 1536px) and (min-height: 850px) {
  .BoardF, .BoardPro, .BoardP {
    top: -45px;
  }
}
@media (max-width: 1440px) {
  .BoardF, .BoardPro, .BoardP {
    top: -53px;
  }
}
@media (max-width: 1440px) and (min-height: 895px) {
  .BoardF, .BoardPro, .BoardP {
    top: -30px;
  }
}
@media (max-width: 1366px) {
  .BoardF, .BoardPro, .BoardP {
    left: 14.6%;
    top: -65px;
    width: 360px;
    height: 300px;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .BoardF, .BoardPro, .BoardP {
    top: -46px;
  }
}
@media (max-width: 1280px) and (min-height: 575px) {
  .BoardF, .BoardPro, .BoardP {
    top: -86px;
  }
}
@media (max-width: 1280px) and (min-height: 625px) {
  .BoardF, .BoardPro, .BoardP {
    top: -69px;
  }
}
@media (max-width: 1280px) and (min-height: 655px) {
  .BoardF, .BoardPro, .BoardP {
    top: -68px;
  }
}
@media (max-width: 1280px) and (min-height: 715px) {
  .BoardF, .BoardPro, .BoardP {
    top: -42px;
  }
}
@media (max-width: 1280px) and (min-height: 799px) {
  .BoardF, .BoardPro, .BoardP {
    top: -48px;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .BoardF, .BoardPro, .BoardP {
    top: -56px;
    height: 340px;
  }
}
@media (max-width: 1280px) and (min-height: 880px) {
  .BoardF, .BoardPro, .BoardP {
    top: -52px;
  }
}
@media (max-width: 1280px) and (min-height: 955px) {
  .BoardF, .BoardPro, .BoardP {
    top: -58px;
  }
}
@media (max-width: 1280px) and (min-height: 1020px) {
  .BoardF, .BoardPro, .BoardP {
    top: -50px;
  }
}
@media (max-width: 1152px) {
  .BoardF, .BoardPro, .BoardP {
    left: 12.6%;
    top: -51px;
  }
}
@media (max-width: 1152px) and (min-height: 860px) {
  .BoardF, .BoardPro, .BoardP {
    top: -61px;
  }
}
@media (max-width: 1024px) {
  .BoardF, .BoardPro, .BoardP {
    width: 300px;
    height: 300px;
    top: -81px;
  }
}
@media (max-width: 1024px) and (min-height: 760px) {
  .BoardF, .BoardPro, .BoardP {
    top: -46px;
  }
}
@media (max-width: 640px) {
  .BoardF, .BoardPro, .BoardP {
    visibility: hidden;
    display: none;
  }
}

.LineHelp {
  display: none;
  position: absolute;
  left: 0;
  top: -40px;
  height: 1px;
  border-top: 1px dashed rgb(153, 255, 0);
  width: 100%;
  z-index: 2;
}
@media (min-width: 1921px) {
  .LineHelp {
    top: -40px;
  }
}
@media (min-width: 1921px) and (max-height: 1080px) {
  .LineHelp {
    top: -40px;
  }
}
@media (max-width: 1920px) {
  .LineHelp {
    top: -60px;
  }
}
@media (max-width: 1920px) and (min-height: 1050px) {
  .LineHelp {
    top: -38px;
  }
}
@media (max-width: 1920px) and (min-height: 1195px) {
  .LineHelp {
    top: -54px;
  }
}
@media (max-width: 1680px) {
  .LineHelp {
    top: -70px;
    left: 20.5%;
  }
}
@media (max-width: 1680px) and (min-height: 1045px) {
  .LineHelp {
    top: -50px;
  }
}
@media (max-width: 1600px) {
  .LineHelp {
    left: 14.5%;
  }
}
@media (max-width: 1600px) and (min-height: 750px) {
  .LineHelp {
    top: -75px;
  }
}
@media (max-width: 1600px) and (min-height: 895px) {
  .LineHelp {
    top: -62px;
  }
}
@media (max-width: 1600px) and (min-height: 1050px) {
  .LineHelp {
    top: -60px;
  }
}
@media (max-width: 1536px) {
  .LineHelp {
    top: -67px;
    width: 395px;
    height: 325px;
  }
}
@media (max-width: 1536px) and (min-height: 850px) {
  .LineHelp {
    top: -45px;
  }
}
@media (max-width: 1440px) {
  .LineHelp {
    top: -53px;
  }
}
@media (max-width: 1440px) and (min-height: 895px) {
  .LineHelp {
    top: -30px;
  }
}
@media (max-width: 1366px) {
  .LineHelp {
    left: 14.6%;
    top: -65px;
    width: 360px;
    height: 300px;
  }
}
@media (max-width: 1366px) and (min-height: 765px) {
  .LineHelp {
    top: -46px;
  }
}
@media (max-width: 1280px) and (min-height: 575px) {
  .LineHelp {
    top: -86px;
  }
}
@media (max-width: 1280px) and (min-height: 625px) {
  .LineHelp {
    top: -69px;
  }
}
@media (max-width: 1280px) and (min-height: 655px) {
  .LineHelp {
    top: -68px;
  }
}
@media (max-width: 1280px) and (min-height: 715px) {
  .LineHelp {
    top: -42px;
  }
}
@media (max-width: 1280px) and (min-height: 799px) {
  .LineHelp {
    top: -48px;
  }
}
@media (max-width: 1280px) and (min-height: 815px) {
  .LineHelp {
    top: -56px;
    height: 340px;
  }
}
@media (max-width: 1280px) and (min-height: 880px) {
  .LineHelp {
    top: -52px;
  }
}
@media (max-width: 1280px) and (min-height: 955px) {
  .LineHelp {
    top: -58px;
  }
}
@media (max-width: 1280px) and (min-height: 1020px) {
  .LineHelp {
    top: -50px;
  }
}
@media (max-width: 1152px) {
  .LineHelp {
    left: 12.6%;
    top: -51px;
  }
}
@media (max-width: 1152px) and (min-height: 860px) {
  .LineHelp {
    top: -61px;
  }
}
@media (max-width: 1024px) {
  .LineHelp {
    width: 300px;
    height: 300px;
    top: -81px;
  }
}
@media (max-width: 1024px) and (min-height: 760px) {
  .LineHelp {
    top: -46px;
  }
}
@media (max-width: 640px) {
  .LineHelp {
    visibility: hidden;
    display: none;
  }
}

.DescryptionBtn:hover + .InfoF {
  background-color: var(--color-main2);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(25, 25, 25, 0.3) 27%, rgba(0, 217, 255, 0.8549019608) 60%, rgba(0, 217, 255, 0.8549019608) 80%, #0066ff 97%), url("../assets/lod.webp");
  will-change: clip-path;
  -webkit-clip-path: circle(70%);
          clip-path: circle(70%);
}

.BoardP .DescryptionBtn:hover + .InfoP {
  background-color: var(--color-main2);
  background-image: linear-gradient(to top, rgba(25, 25, 25, 0.7) 3%, rgba(25, 25, 25, 0.4) 10%, rgba(25, 25, 25, 0.4) 15%, var(--color-main3) 27%, var(--color-main2) 70%, var(--color-main1A) 90%), url("../assets/ziemiaSatur.webp");
  will-change: clip-path;
  -webkit-clip-path: circle(70%);
          clip-path: circle(70%);
}

.BoardPro .DescryptionBtn:hover + .InfoPro {
  background-color: var(--color-main2);
  background-image: linear-gradient(to top, rgba(55, 55, 55, 0.5) 10%, rgba(0, 0, 0, 0.5) 18%, rgba(200, 200, 200, 0.85) 30%, rgba(200, 200, 200, 0.85) 75%, rgba(255, 255, 255, 0.4) 80%, rgba(0, 85, 88, 0.6666666667) 90%), url("../assets/powietrze.webp");
  will-change: clip-path;
  -webkit-clip-path: circle(70%);
          clip-path: circle(70%);
}

.st0 {
  fill: rgba(61, 45, 23, 0.6901960784);
}

.st1 {
  fill: rgba(61, 45, 23, 0.4941176471);
}

.st2 {
  fill: rgba(61, 45, 23, 0.3411764706);
}

.st3 {
  fill: rgba(61, 45, 23, 0.2196078431);
}

.Projects {
  position: absolute;
  left: 52.5%;
  top: -85px;
  width: 670px;
  height: 750px;
  border-radius: 10px 27px 10px 30px;
  background-color: rgba(123, 72, 0, 0.6901960784);
  transform: translateX(-25%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  box-shadow: inset 5px 5px 5px rgba(192, 148, 86, 0.6901960784), inset -5px -5px 5px rgba(53, 41, 22, 0.5960784314);
  border: 1px solid rgba(29, 29, 29, 0.1);
}

.corner {
  position: absolute;
  width: 28%;
  top: 12px;
  right: 14px;
}

.cornerB {
  position: absolute;
  width: 38%;
  bottom: 8px;
  left: 12px;
}

.sector {
  position: absolute;
  height: 5%;
  width: 108px;
  top: 12px;
  right: 30%;
  text-align: center;
}

.sector-box {
  position: absolute;
  height: 47%;
  width: 30%;
  top: 0;
  left: 0%;
  border-radius: 5px 0px 0px 5px;
  background-color: black;
}

.sector-box-h1 {
  font-family: "Audiowide", cursive;
  font-weight: 400;
  font-size: 1.6rem;
  color: white;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sector-h1 {
  font-family: "Audiowide", cursive;
  font-weight: 400;
  position: absolute;
  right: 5%;
  top: 0px;
  line-height: 18px;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: black;
  width: 60%;
}

.sector-h2 {
  font-family: "Audiowide", cursive;
  font-weight: 300;
  position: absolute;
  top: 55%;
  left: 1px;
  letter-spacing: 3.5px;
  font-size: 1rem;
  color: black;
  line-height: 1;
}

.Projects-Article {
  position: absolute;
  top: 6%;
  bottom: 4.7%;
  left: 5.5%;
  right: 6%;
  background-color: rgba(77, 53, 21, 0.3843137255);
  border-radius: 5px;
  border: 1px dashed rgba(61, 45, 23, 0.6901960784);
}

.Projects-Article p {
  font-family: "Source Sans Pro", sans-serif;
  color: black;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.rectangle {
  position: absolute;
  right: 41px;
  top: 34px;
  width: 24%;
  height: 8px;
  background-color: rgba(61, 45, 23, 0.6901960784);
  border-radius: 0px 4px 0px 0px;
}

.soundItem {
  background-color: #fd0505 !important;
}/*# sourceMappingURL=main.css.map */