h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
button,
textarea,
form,
legend,
menu,
b,
div {
  color: #fff;
}
html {overflow-x:hidden}
section {
  background-color: #151516;
  padding: 0;
}

.dark.scrolled {
  background-color: #151516;
}

.heading .shortInfo {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 1.5rem;
}

.heading .shortInfo li {
  display: block;
  position: relative;
  height: 5rem;
  width: 10rem;
  margin: 1.5rem 0;
}

.heading .shortInfo li span {
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  display: block;
  line-height: 150%;
}

.heading .shortInfo li::before, .heading .shortInfo li::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1.5rem;
  background-image: url("../img/leaf.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 2rem;
}

.heading .shortInfo li::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: auto;
  right: -1.5rem;
}

.heading main {
  top: 50%;
  padding-left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 10;
  width: 40%;
}

.heading main h1 {
  text-align: left;
  text-transform: none;
  font-size: 5.5rem;
  line-height: 120%;
  letter-spacing: 0.1rem;
}

.heading main h1 .glitch {
  text-transform: uppercase;
}

.heading main h3 {
  font-size: 1.75rem;
  margin: 2rem 0;
  font-weight: 400;
}

.button {
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  padding: 1.25rem 1.75rem;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6), -webkit-transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.heading .button {
      font-size: 1.4rem;
  padding: 1.6rem 6rem;
}

.button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.heading {
  height: 100vh;
  background-image: url("../img/second-video.jpg");
  background-size: cover;
  background-position: top left;
  overflow: hidden;
}

.heading video {
  min-height: 100vh;
  min-width:100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

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

.heading:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 40, 0.5)), color-stop(38%, rgba(0, 10, 40, 0.05)), color-stop(79%, rgba(255, 0, 30, 0.58)), to(#ff001e));
  background-image: linear-gradient(180deg, rgba(0, 10, 40, 0.5), rgba(0, 10, 40, 0.05) 38%, rgba(255, 0, 30, 0.58) 79%, #ff001e);
  z-index: 1;
}

/* WHY US */
.whyUs {
  overflow: hidden;
  background-image: url("../img/second-video.jpg");
  height: 51.5vw;
}

.whyUs video {
  position: absolute;
  width: 100%;
  z-index: 0;
}

.whyUs::after {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.whyUs > div {
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 17.5%;
}

.whyUs > div article {
  padding: 0 12%;
}

.whyUs h5 {
  margin: 0.5rem 0;
  color: #ff001e;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  width: 100%;
  text-align: center;
}

.whyUs h2 {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.2rem;
}

.whyUs p {
  text-align: center;
  line-height: 170%;
  margin: 1.5rem 0;
}

.whyUs ul {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10.5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.whyUs ul li {
  padding: 0 2.5%;
}

.whyUs ul li img {
  height: 3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}

.whyUs ul li h5 {
  padding: 1rem 0;
}

.whyUs .button {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #ff001e;
}

.navButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navButton li img {
  width: 2rem;
}

.navButton li.navNext img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navButton li {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6), -webkit-transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.navButton li:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* USLUGE */
.usluge,
.posts {
  padding: 0.25% 0.25%;
}

.usluge .siema-offer h3 {
  bottom: 2rem;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, -webkit-transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, -webkit-transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
  transition: transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, -webkit-transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}

.carousel li::after,
.carousel article::after {
  pointer-events: none;
  display:block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  background: #ff001e;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff001e), to(rgba(255, 0, 30, 0)));
  background: linear-gradient(0deg, #ff001e 0%, rgba(255, 0, 30, 0) 100%);
  -webkit-transition: height 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: height 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.posts .carousel article::after {
    pointer-events: none;
  content:none;
}

.carousel li::before,
.carousel article::before {
      pointer-events: none;
  display:block;
  content: '';
  position: absolute;
  top: 3.5%;
  left: 2.5%;
  height: 92%;
  width: 95%;
  border: 2px solid #fff;
  opacity: 0.4;
  z-index: 1;
  border-bottom: 0px;
}

.carousel li[data-color='blue']::after,
.carousel article[data-color='blue']::after {
  background: #26a2d9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #26a2d9), to(rgba(0, 166, 231, 0)));
  background: linear-gradient(0deg, #26a2d9 5%, rgba(0, 166, 231, 0) 100%);
}

.carousel li[data-color='red']::before,
.carousel article[data-color='red']::before {
  border-color: #ff001e;
}

.carousel li[data-color='black']::after,
.carousel article[data-color='black']::after {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 5%, rgba(0, 0, 0, 0) 100%);
}

.carousel li[data-color='pink']::after,
.carousel article[data-color='pink']::after {
  background: #d21c5c;
  background: -webkit-gradient(linear, left bottom, left top, from(#d21c5c), to(rgba(210, 28, 92, 0)));
  background: linear-gradient(0deg, #d21c5c 0%, rgba(210, 28, 92, 0) 100%);
}

.carousel li[data-color='pink']::before,
.carousel article[data-color='pink']::before {
  border-color: #d21c5c;
}

.carousel li[data-color='purple']::after,
.carousel article[data-color='purple']::after {
  background: #7f3f92;
  background: -webkit-gradient(linear, left bottom, left top, from(#7f3f92), to(rgba(127, 63, 146, 0)));
  background: linear-gradient(0deg, #7f3f92 0%, rgba(127, 63, 146, 0) 100%);
}

.carousel li:hover::after,
.carousel article:hover::after {
  height: 50%;
}

.usluge .navButton {
  position: absolute;
  bottom: 0;
  padding: 2rem 5%;
  width: 100%;
}

.usluge .navButton img,
.posts .navButton img {
  -webkit-filter: drop-shadow(3px 1px 0px #000);
  filter: drop-shadow(3px 1px 0px #000);
  width: 2.5rem;
}

.usluge .siema-offer li {
  width: 99%;
  margin: 0.5%;
  overflow: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: -webkit-transform 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: transform 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: transform 1s cubic-bezier(0.68, -0.6, 0.32, 1.6), -webkit-transform 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.posts article {overflow:hidden; vertical-align: top;}
.posts article a {vertical-align: top;}
.usluge .siema-offer li img {
  width: 100%;
  position: relative;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}

.usluge .siema-offer li h3 {
  position: absolute;
}

.usluge .siema-offer .ac li {
  -webkit-transform: none;
  transform: none;
}

.usluge .siema-offer .ac li img, .posts .ac article img {
  -webkit-transform: none;
  transform: none;
}

.usluge .siema-offer .ac li h3 {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

/* Ponuda */
.offer {
  position: relative;
  background-image: url("../img/contact-cover.jpg");
  background-size: cover;
  background-position: center center;
}

.offer > div {
  padding: 5% 10%;
  width: 80%;
}

.offer > div h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  width:100%; text-align:center;
  margin-bottom: 4rem;
}

.offer .pattern1,
.offer .pattern2 {
  position: absolute;
  width: 25%;
  z-index: 0;
}

.offer .pattern1 {
  top: 0;
  right: 0;
}

.offer .pattern2 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
}

.offer .navButton {
  height: 4rem;
  margin-top: 3.5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.offer .navButton li {
  margin: 0 1rem;
  border: 2px solid white;
  border-radius: 50%;
}

.offer .navButton li img {
  padding: 0.85rem 1rem;
}

.offer .carousel .pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
}

.offer .carousel .pair article {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.offer .carousel .pair article img,
.offer .carousel .pair article::after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
  transition: -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}

.offer .carousel .pair article div h3 {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  -webkit-transition: opacity 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: opacity 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, opacity 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, opacity 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}

.offer .carousel .pair article div h4 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, -webkit-transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
  transition: opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, -webkit-transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
  transition: transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
  transition: transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, -webkit-transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
}

.offer .carousel .pair article:nth-child(2) {
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
}

.offer .carousel .pair article:nth-child(2) img,
.offer .carousel .pair article:nth-child(2)::after {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}

.offer .carousel .pair article:nth-child(2) div h3 {
  -webkit-transition: opacity 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
  transition: opacity 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, opacity 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, opacity 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
}

.offer .carousel .pair article:nth-child(2) div h4 {
  -webkit-transition: opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s, -webkit-transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1 0.2s;
  transition: opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s, -webkit-transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1 0.2s;
  transition: transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1 0.2s, opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s;
  transition: transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1 0.2s, opacity 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s, -webkit-transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1 0.2s;
}

.offer .carousel .currentPair article {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.offer .carousel .currentPair article img,
.offer .carousel .currentPair article::after {
  -webkit-transform: none;
  transform: none;
}

.offer .carousel .currentPair article div h3,
.offer .carousel .currentPair article div h4 {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.offer .carousel .currentPair {
  height: auto;
}

.offer .carousel .outAnim article {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.offer .carousel li,
.offer .carousel article {
  margin: 0 0.5rem;
}

.offer .carousel li::after,
.offer .carousel article::after {
  height: 60%;
}

.offer .carousel li::before,
.offer .carousel article::before {
  border-bottom: 2px solid #fff;
  z-index: 3;
}

.offer .carousel li div,
.offer .carousel article div {
  font-size: 2.3vw;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.posts .carousel article h3 span::before,
.posts .carousel article h3 span::after {
  content: none;
}

.posts .carousel article h3 span {
  background: none;
  color: #fff;
}

.offer .carousel li div h3,
.offer .carousel article div h3,
.posts .carousel article h3 {
  font-size: 1em;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
}

.offer .carousel li div h3 span,
.offer .carousel article div h3 span,
.posts .carousel article h3 span {
  display: block;
  font-size: 0.8em;
  width: 100%;
  text-align: inherit;
}

.offer .carousel li div h4,
.offer .carousel article div h4 {
  font-size: 0.5em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0.4em 0 1.4em 0;
}

.offer .carousel li img,
.offer .carousel article img {
  width: 100%;
}

.buy {
  padding: 0 5%;
  background-image: url("../img/inverted.jpg");
  background-size: cover;
  background-position: center center;
}

.buy article h6 {
  color: black;
}

/* posts */
.posts {
  width: 100%;
  min-height: 0;
}

.posts .navButton {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  left: 0;
  padding: 1rem 5%;
}

.posts article {
  padding: 0;
}

.posts article img {
  width: 99%;
  margin: 0.5%;
}

.posts article h3 span:nth-last-child(1) {
  margin: 0;
}

.posts .carousel article h3 .posts .carousel article h3 {
  font-size: 3rem;
}

.posts .carousel article h3 {
  left: auto;
  right: auto;
  width: 100%;
  bottom: 0.5em;
  top: auto;
  z-index: 10;
  font-size: 2.5rem;
  transform:none;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

/*contact */
.contact {
  background-image: url("../img/contact-cover.jpg");
  background-size: cover;
  background-position: center center;
}
.social li {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.7));
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.7));
}
.social li img { height:1.5rem;   }
.social a {color:#fff; font-weight:500; letter-spacing:0.12rem; }
.social li:nth-last-child(1) { background-color:#fff; width:2px;}
.glitch {
  color: white;
  font-size: inherit;
  position: relative;
  display: inline-block;
  font-weight: inherit;
}

/* LINKCARDS !!! */
.linkCards {
  padding: 0.5% 0.5% 0 0.5%;
}

.animPair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5%;
}
.linkCards a {position:relative; display:block; width:100%;}
.linkCards .animPair:nth-last-child(1){margin-bottom:0;}
.animPair > li {
  width: 49.75%;
  position: relative;
  overflow: hidden;
}

.animPair > li a > img {
  width: 100%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animPair > li div {
  font-size: 2.3vw;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.animPair > li div h3 {
  font-size: 1em;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
}

.animPair > li div h3 span {
  display: inline-block;
  font-size: 0.8em;
  text-align: inherit;
}

.animPair > li:hover a > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.animPair li[data-type='liga']:hover a > img {
  -webkit-transform: scale(1.05) translateY(-1%);
  transform: scale(1.05) translateY(-1%);
}

.animPair li[data-type='distributer'] div h3 {
  font-size: 1.1em;
  bottom: 0.8em;
}

.animPair li[data-type='distributer'] div h3 span {
  display: inline-block;
  font-size: 0.8em;
  background-color: #fd2b2c;
  margin-bottom: 0.3em;
}

.animPair li[data-type='servis']::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background: #ff001e;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff001e), to(rgba(255, 0, 30, 0)));
  background: linear-gradient(0deg, #ff001e 0%, rgba(255, 0, 30, 0) 100%);
  -webkit-transition: height 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: height 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animPair li[data-type='servis'] div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2em;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.animPair li[data-type='servis'] div img {
  width: 2.5em;
  margin-top: -2.2em;
  bottom: auto;
}

.animPair li[data-type='servis'] div h3 {
  position: relative;
  font-size: 1.5em;
  bottom: 0.8em;
}

.animPair li[data-type='servis'] div h3 span {
  display: block;
  font-size: 0.55em;
  line-height: 1em;
}

.animPair li[data-type='servis'] div h3 span:nth-child(1) {
  letter-spacing: 0.09em;
}

.animPair li[data-type='revitant'] div {
  right: 1.5em;
  top: 0;
  bottom: auto;
  left: auto;
  width: 60%;
  opacity: 0.6;
  mix-blend-mode: overlay;
}

.animPair li[data-type='revitant'] div ul {
  margin: 0.8em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.animPair li[data-type='revitant'] div ul li {
  font-size: 0.5em;
  text-transform: uppercase;
  font-weight: 400;
}

.animPair li[data-type='revitant'] div ul img {
  height: 2em;
  margin-left: 1em;
  width: auto;
}

.animPair li[data-type='revitant'] div em {
  display: block;
  font-size: 1.1em;
  text-align: right;
  padding: 1.3em 0;
}

.animPair li[data-type='revitant'] div h3 {
  font-size: 2.3em;
  text-align: right;
  line-height: 80%;
}

.animPair li[data-type='revitant'] div h3 span {
  display: block;
  font-size: 1.1em;
}

.animPair li[data-type='revitant'] div h5 {
  padding: 1.2em 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.4em;
  font-weight: 700;
}

.animPair li[data-type='kreator'] div {
  right: 1em;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 4em;
  font-size: 1.8vw;
}

.animPair li[data-type='kreator'] div h3 {
  font-size: 1.2em;
  text-align: right;
}

.animPair li[data-type='kreator'] div h3 span {
  background-color: #fff;
  display: inline-block;
  font-size: 1.2em;
  color: #181a3b;
  line-height: 105%;
  padding: 0 0.1em;
  width: auto;
}

.animPair li[data-type='kreator'] div em {
  text-align: right;
  font-family: Smooch;
  text-transform: none;
  font-size: 1.2em;
  font-weight: 400;
}

.animPair li[data-type='liga'] {
  background-color: #1b263c;
}

.animPair li[data-type='liga'] img {
  z-index: 10;
  position: relative;
}

.animPair li[data-type='liga'] div {
  z-index: 1;
}

.animPair li[data-type='liga'] div h3 {
  font-size: 1.5em;
  line-height: 80%;
  margin-bottom: 0.5em;
}

.animPair li[data-type='liga'] div h3 span {
  font-size: 0.93em;
  display: block;
}

.animPair li[data-type='liga'] div h5 {
  margin-bottom: 0.7em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}

.animPair li[data-type='liga'] div h5 span {
  color: #ff001e;
}

.animPair li[data-type='forum'] div {
  left: auto;
  right: 0;
  width: 45%;
  bottom: 22%;
}

.animPair li[data-type='forum'] div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.animPair li[data-type='forum'] div ul img {
  width: 9em;
}

.animPair li[data-type='forum'] div h3 {
  font-size: 2em;
  line-height: 60%;
}

.animPair li[data-type='forum'] div h3 span {
  font-size: 0.62em;
}

.animPair li[data-type='forum'] div h5 {
  text-align: right;
  font-family: Smooch;
  text-transform: none;
  font-size: 0.8em;
  margin-right: 1em;
  font-weight: 400;
}

.animPair li[data-type='mreza'] div {
  left: auto;
  right: 0;
  width: 60%;
  bottom: 15%;
}

.animPair li[data-type='mreza'] div ul {
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.animPair li[data-type='mreza'] div ul li {
  margin: 0 1em;
}

.animPair li[data-type='mreza'] div ul img {
  width: 7em;
}

.animPair li[data-type='mreza'] div h3 {
  margin-top: 0.5em;
  opacity: 0.7;
  font-size: 1.5em;
  line-height: 75%;
  color: #000;
}

.animPair li[data-type='mreza'] div h3 span {
  color: #fff;
  display: block;
  font-size: 0.755em;
}

.animPair li[data-type='mreza'] div h5 {
  text-align: right;
  font-family: Smooch;
  text-transform: none;
  font-size: 0.8em;
  margin-right: 1.5em;
  font-weight: 400;
}

.animPair li[data-type='statistika'] div {
  opacity: 0.7;
  left: auto;
  right: 0;
  width: 100%;
  bottom: 1.5em;
}

.animPair li[data-type='statistika'] div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.animPair li[data-type='statistika'] div ul li {
  margin: 1em;
}

.animPair li[data-type='statistika'] div ul img {
  width: 9em;
}

.animPair li[data-type='statistika'] div h3 {
  font-size: 2em;
  line-height: 55%;
  color: #ff001e;
}

.animPair li[data-type='statistika'] div h3 span {
  font-size: 0.57em;
}

.animPair li[data-type='statistika'] div h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.6em;
  margin-right: 1em;
  font-weight: 400;
}

.animPair li[data-type='kuca'] div {
  right: 1em;
  left: auto;
  width: 50%;
}

.animPair li[data-type='kuca'] div img {
  width: 8em;
  position: absolute;
  right: 1.5em;
  bottom: 2em;
}

.animPair li[data-type='kuca'] div h5 {
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: center;
  bottom: 7.7em;
  text-shadow: 1px 1px #000;
}

.animPair li[data-type='teren'] div {
  opacity: 0.7;
  left: auto;
  right: 0;
  width: 100%;
  bottom: 1em;
}

.animPair li[data-type='teren'] div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.animPair li[data-type='teren'] div ul li {
  margin: 1em;
}

.animPair li[data-type='teren'] div ul img {
  width: 9em;
}

.animPair li[data-type='teren'] div h3 {
  font-size: 1.2em;
  line-height: 85%;
}

.animPair li[data-type='teren'] div h3 span {
  display: block;
  font-size: 0.95em;
}

.animPair li[data-type='teren'] div h5 {
  margin-top: 1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.45em;
  font-weight: 400;
}

.animPair li[data-type='trening'] div {
  opacity: 0.7;
  left: 2em;
  bottom: 1.5em;
}

.animPair li[data-type='trening'] div h3 {
  text-align: left;
  font-size: 1.5em;
  line-height: 85%;
}

.animPair li[data-type='trening'] div h3 span {
  display: block;
  font-size: 0.65em;
}

.animPair li[data-type='trening'] div h5 {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 400;
}

.animPair li[data-type='covid'] div {
  right: 2em;
  bottom: 2em;
}

.animPair li[data-type='covid'] div h3 {
  font-size: 1.6em;
  line-height: 65%;
  text-align: right;
}

.animPair li[data-type='covid'] div h3 span {
  display: block;
  font-size: 0.57em;
}

.animPair li[data-type='covid'] div h5 {
  background: #fff;
  font-weight: 500;
  float: right;
  color: green;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.animPair li[data-type='gamecentar'] video {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
}

/* FOOTER */
footer {
  position: fixed;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5% 12%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #151516;
  z-index: 0;
  min-height: 32vw;
}
footer div {display:block; padding:0;}
footer::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/contact-cover.jpg");
  background-position: top center;
  background-size: cover;
}

footer::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #151516;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 15, 15, 0.3)), to(rgba(15, 15, 15, 0.9)));
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.3) 0%, rgba(15, 15, 15, 0.9) 100%);
}

footer > div {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5% 0;
}

footer .logo {
  width: 20%;
}

footer .logo img {
  height: 10rem;
}

footer article {
  width: 70%;
}

footer article h2 {
  display: block;
  text-transform: none;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

footer article p {
  opacity: 0.6;
  font-weight: 400;
  line-height: 200%;
  margin-top: 1.5rem;
  letter-spacing: 0.1rem;
  color:#fff; text-align:left; font-size:1rem;
}

footer small {
  width: 20%;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  opacity: 0.5;
  line-height: 150%;
}

footer .footerUl {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footerUl li img {
  display: block;
  height: 1rem;
  margin-top: 1.5rem;
  margin-left:-1.1rem;
}

footer .footerUl li span {
  margin-top: 1.5rem;
  display: block;
  letter-spacing: 0.15rem;
  line-height: 1.3rem;
}

footer .footerUl > li:nth-last-child(1) {
  width: 30%;
  font-size: 0.9rem;
}

footer .footerUl > li:nth-last-child(1) small {
  text-align: right;
  width: 100%;
  display: block;
  white-space: nowrap;
  display: inline-block;
}

footer .footerUl > li:nth-last-child(1) ul {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.4rem;
}

footer .footerUl > li:nth-last-child(1) ul li img {
  height: auto;
  width: 1.2rem;
  margin-top: 0;
}

footer .footerUl > li:nth-last-child(1) ul li {
  display: inline-block;
  margin-left: 2rem;
  height: 1rem;
}

footer small span {
  letter-spacing: 0.23rem;
  display: block;
  opacity: 0.5;
}
.cutoff {}
body {
  padding-bottom: 35rem;
}

section {
  z-index: 1;
  background-color: #151516;
}

.animPair > li,
.siema-offer li {
  min-height: 27.5vw;
}

.posts article {
  min-height: 23vw;
}

@media screen and (max-width: 1199px) {
  .social {
    background-color: #151516;
  }
  .whyUs div {
    padding-top: 2%;
  }
}

@media screen and (max-width: 700px) {
  body {
    width: 100vw;
    padding-bottom: 0;
  }
  .buy .imgWrap {
    pointer-events: none;
  }
  .social {
    background-color: #151516;
  }
  .whyUs div {
    padding-top: 2%;
  }
  .heading {
    height: auto;
    min-height: 100vh;
  }
  .heading video {
    display: none;
  }
  .heading .shortInfo {
    padding: 5rem 0;
    z-index: 10;
    width: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    left: 50%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .heading .shortInfo li {
    margin: 1rem 2rem;
  }
  .heading main {
    display: block;
    -webkit-transform: none;
            transform: none;
    top: 0;
    width: 100%;
    padding-top: 12rem;
  }.usluge .siema-offer li {  -webkit-transform: none;  transform: none;}.usluge .siema-offer li img, .posts article img {  -webkit-transform: none;  transform: none;}.usluge .siema-offer li h3 {  -webkit-transform: none;  transform: none;  opacity: 1;}
  .heading main h1 {
    font-size: 4rem;
  }
  .heading main h3 {
    font-size: 1.5rem;
  }
  .offer .carousel .pair {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer .carousel .pair article {
    margin: 1rem 0;
  }
  .offer .carousel article div {
    font-size: 2.2rem;
  }
  .offer > div {
    padding: 5%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .usluge .navButton {
    padding: 1% 1rem;
  }
  .whyUs {
    height: auto;
  }
  .whyUs > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .whyUs > div article {
    padding: 3rem 0;
    width: 90%;
  }
  .whyUs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    padding: 0 15%;
  }
  .whyUs ul li {
    width: 45%;
    margin: 1.5rem 0;
  }
  .posts article {
    display: block;
    height: 47vw;
  }
  .posts .carousel article h3 {
    bottom: 5rem;
    font-size: 1.8rem;
  }
  .posts .navButton {
    padding: 0;
  }
  .animPair {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .animPair > li {
    width: 100%;
    font-size: 1vw;
  }
  .animPair > li li {
    font-size: 1.5vw;
  }
  .animPair > li div {
    font-size: 4.8vw;
  }
  .animPair li[data-type='kreator'] div {
    font-size: 5vw;
  }
  .animPair li[data-type='liga'] div {
    font-size: 4.5vw;
  }
  .animPair li[data-type='liga'] div h5 {
    font-size: 2.5vw;
  }
  footer {
    padding: 5% 0;
    bottom: 2rem;
    position: relative;
  }
  footer .logo {
    width: 30%;
  }
  footer .logo img {
    width: 100%;
    height: auto;
  }
  footer article {
    width: 100%;
    padding: 2rem 2vw;
  }
  footer article p {
    text-align: center;
  }
  footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer > div h2 {
    text-align: center;
  }
  footer > div .rights {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  footer small {
    width: 100%;
  }
  footer .footerUl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
  }
  footer .footerUl > li:nth-last-child(1) {
    width: 100%;
    margin-top: 2rem;
  }
  footer .footerUl > li:nth-last-child(1) small {
    text-align: center;
  }
  footer .footerUl > li:nth-last-child(1) ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footerUl > li:nth-last-child(1) ul li {
    margin: 0;
    height: 1.5rem;
  }
  footer .footerUl > li:nth-last-child(1) ul li img {
    height: 100%;
    width: auto;
    margin: 0 1rem;
  }
  footer small {
    display: block;
    text-align: center;
    margin: 3rem 0;
  }
  footer small span {
    display: inline-block;
    opacity: 1;
    margin-right: 1rem;
  }
}
/*# sourceMappingURL=responsive.css.map */
/* ANIMS */
[data-direction] {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 1.2s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 1.2s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-direction='toTop'] {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

[data-direction='toLeft'] {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

[data-direction='toRight'] {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[data-direction].triggerAnim,
.triggerAnim [data-direction] {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

/* .animPair li{
    transform: translateY(50%);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.animPair li:nth-child(2) {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.animPair.triggerAnim {
    li:nth-child(1), li:nth-child(2) {
        transform: none; opacity: 1;
    }
} */
.animPair [data-direction] {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.animPair [data-direction] > * {
  opacity: 0;
}

.animPair [data-direction] > *:nth-child(1) {
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}

.animPair [data-direction] > *:nth-child(2) {
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
}

.animPair [data-direction] > *:nth-child(3) {
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s;
}

.animPair [data-direction] > *:nth-child(4) {
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s;
}

.animPair [data-direction] > *:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.8s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.8s;
}

.animPair li:nth-child(2) [data-direction] > *:nth-child(1) {
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s;
}

.animPair li:nth-child(2) [data-direction] > *:nth-child(2) {
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s;
}

.animPair li:nth-child(2) [data-direction] > *:nth-child(3) {
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.8s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.8s;
}

.animPair li:nth-child(2) [data-direction] > *:nth-child(4) {
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 2.1s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 2.1s;
}

.animPair li:nth-child(2) [data-direction] > *:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 2.4s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 2.4s;
}

.animPair [data-direction='toLeft'] > * {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.animPair [data-direction='toRight'] > * {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.animPair [data-direction='toTop'] > * {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.animPair.triggerAnim [data-direction] > * {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glitch::before {
  left: 2px;
  text-shadow: -2px 0 #49fc00;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}

.glitch::after {
  left: -2px;
  text-shadow: -2px 0 #b300fc;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}

@-webkit-keyframes glitch-anim {
  0% {
    clip: rect(67px, 9999px, 27px, 0);
  }
  4.166666666666666% {
    clip: rect(18px, 9999px, 22px, 0);
  }
  8.333333333333332% {
    clip: rect(17px, 9999px, 96px, 0);
  }
  12.5% {
    clip: rect(16px, 9999px, 97px, 0);
  }
  16.666666666666664% {
    clip: rect(110px, 9999px, 86px, 0);
  }
  20.833333333333336% {
    clip: rect(57px, 9999px, 61px, 0);
  }
  25% {
    clip: rect(30px, 9999px, 19px, 0);
  }
  29.166666666666668% {
    clip: rect(2px, 9999px, 61px, 0);
  }
  33.33333333333333% {
    clip: rect(138px, 9999px, 89px, 0);
  }
  37.5% {
    clip: rect(104px, 9999px, 126px, 0);
  }
  41.66666666666667% {
    clip: rect(105px, 9999px, 78px, 0);
  }
  45.83333333333333% {
    clip: rect(67px, 9999px, 46px, 0);
  }
  50% {
    clip: rect(42px, 9999px, 100px, 0);
  }
  54.166666666666664% {
    clip: rect(40px, 9999px, 74px, 0);
  }
  58.333333333333336% {
    clip: rect(41px, 9999px, 147px, 0);
  }
  62.5% {
    clip: rect(38px, 9999px, 130px, 0);
  }
  66.66666666666666% {
    clip: rect(17px, 9999px, 126px, 0);
  }
  70.83333333333334% {
    clip: rect(64px, 9999px, 24px, 0);
  }
  75% {
    clip: rect(47px, 9999px, 128px, 0);
  }
  79.16666666666666% {
    clip: rect(93px, 9999px, 115px, 0);
  }
  83.33333333333334% {
    clip: rect(128px, 9999px, 98px, 0);
  }
  87.5% {
    clip: rect(26px, 9999px, 21px, 0);
  }
  91.66666666666666% {
    clip: rect(111px, 9999px, 10px, 0);
  }
  95.83333333333334% {
    clip: rect(2px, 9999px, 127px, 0);
  }
  100% {
    clip: rect(68px, 9999px, 53px, 0);
  }
}

@keyframes glitch-anim {
  0% {
    clip: rect(67px, 9999px, 27px, 0);
  }
  4.166666666666666% {
    clip: rect(18px, 9999px, 22px, 0);
  }
  8.333333333333332% {
    clip: rect(17px, 9999px, 96px, 0);
  }
  12.5% {
    clip: rect(16px, 9999px, 97px, 0);
  }
  16.666666666666664% {
    clip: rect(110px, 9999px, 86px, 0);
  }
  20.833333333333336% {
    clip: rect(57px, 9999px, 61px, 0);
  }
  25% {
    clip: rect(30px, 9999px, 19px, 0);
  }
  29.166666666666668% {
    clip: rect(2px, 9999px, 61px, 0);
  }
  33.33333333333333% {
    clip: rect(138px, 9999px, 89px, 0);
  }
  37.5% {
    clip: rect(104px, 9999px, 126px, 0);
  }
  41.66666666666667% {
    clip: rect(105px, 9999px, 78px, 0);
  }
  45.83333333333333% {
    clip: rect(67px, 9999px, 46px, 0);
  }
  50% {
    clip: rect(42px, 9999px, 100px, 0);
  }
  54.166666666666664% {
    clip: rect(40px, 9999px, 74px, 0);
  }
  58.333333333333336% {
    clip: rect(41px, 9999px, 147px, 0);
  }
  62.5% {
    clip: rect(38px, 9999px, 130px, 0);
  }
  66.66666666666666% {
    clip: rect(17px, 9999px, 126px, 0);
  }
  70.83333333333334% {
    clip: rect(64px, 9999px, 24px, 0);
  }
  75% {
    clip: rect(47px, 9999px, 128px, 0);
  }
  79.16666666666666% {
    clip: rect(93px, 9999px, 115px, 0);
  }
  83.33333333333334% {
    clip: rect(128px, 9999px, 98px, 0);
  }
  87.5% {
    clip: rect(26px, 9999px, 21px, 0);
  }
  91.66666666666666% {
    clip: rect(111px, 9999px, 10px, 0);
  }
  95.83333333333334% {
    clip: rect(2px, 9999px, 127px, 0);
  }
  100% {
    clip: rect(68px, 9999px, 53px, 0);
  }
}

@-webkit-keyframes glitch-anim-2 {
  6.666666666666667% {
    clip: rect(24px, 9999px, 123px, 0);
  }
  10% {
    clip: rect(96px, 9999px, 143px, 0);
  }
  13.333333333333334% {
    clip: rect(135px, 9999px, 20px, 0);
  }
  16.666666666666664% {
    clip: rect(100px, 9999px, 94px, 0);
  }
  20% {
    clip: rect(108px, 9999px, 54px, 0);
  }
  23.333333333333332% {
    clip: rect(88px, 9999px, 21px, 0);
  }
  26.666666666666668% {
    clip: rect(150px, 9999px, 138px, 0);
  }
  30% {
    clip: rect(28px, 9999px, 53px, 0);
  }
  33.33333333333333% {
    clip: rect(145px, 9999px, 11px, 0);
  }
  36.666666666666664% {
    clip: rect(27px, 9999px, 27px, 0);
  }
  40% {
    clip: rect(5px, 9999px, 114px, 0);
  }
  43.333333333333336% {
    clip: rect(82px, 9999px, 1px, 0);
  }
  46.666666666666664% {
    clip: rect(94px, 9999px, 43px, 0);
  }
  50% {
    clip: rect(120px, 9999px, 126px, 0);
  }
  53.333333333333336% {
    clip: rect(118px, 9999px, 45px, 0);
  }
  56.666666666666664% {
    clip: rect(42px, 9999px, 143px, 0);
  }
  60% {
    clip: rect(1px, 9999px, 35px, 0);
  }
  63.33333333333333% {
    clip: rect(140px, 9999px, 132px, 0);
  }
  66.66666666666666% {
    clip: rect(144px, 9999px, 121px, 0);
  }
  70% {
    clip: rect(61px, 9999px, 95px, 0);
  }
  73.33333333333333% {
    clip: rect(116px, 9999px, 41px, 0);
  }
  76.66666666666667% {
    clip: rect(2px, 9999px, 101px, 0);
  }
  80% {
    clip: rect(63px, 9999px, 87px, 0);
  }
  83.33333333333334% {
    clip: rect(93px, 9999px, 113px, 0);
  }
  86.66666666666667% {
    clip: rect(39px, 9999px, 30px, 0);
  }
  90% {
    clip: rect(90px, 9999px, 7px, 0);
  }
  93.33333333333333% {
    clip: rect(48px, 9999px, 58px, 0);
  }
  96.66666666666667% {
    clip: rect(49px, 9999px, 115px, 0);
  }
  100% {
    clip: rect(82px, 9999px, 87px, 0);
  }
}

@keyframes glitch-anim-2 {
  6.666666666666667% {
    clip: rect(24px, 9999px, 123px, 0);
  }
  10% {
    clip: rect(96px, 9999px, 143px, 0);
  }
  13.333333333333334% {
    clip: rect(135px, 9999px, 20px, 0);
  }
  16.666666666666664% {
    clip: rect(100px, 9999px, 94px, 0);
  }
  20% {
    clip: rect(108px, 9999px, 54px, 0);
  }
  23.333333333333332% {
    clip: rect(88px, 9999px, 21px, 0);
  }
  26.666666666666668% {
    clip: rect(150px, 9999px, 138px, 0);
  }
  30% {
    clip: rect(28px, 9999px, 53px, 0);
  }
  33.33333333333333% {
    clip: rect(145px, 9999px, 11px, 0);
  }
  36.666666666666664% {
    clip: rect(27px, 9999px, 27px, 0);
  }
  40% {
    clip: rect(5px, 9999px, 114px, 0);
  }
  43.333333333333336% {
    clip: rect(82px, 9999px, 1px, 0);
  }
  46.666666666666664% {
    clip: rect(94px, 9999px, 43px, 0);
  }
  50% {
    clip: rect(120px, 9999px, 126px, 0);
  }
  53.333333333333336% {
    clip: rect(118px, 9999px, 45px, 0);
  }
  56.666666666666664% {
    clip: rect(42px, 9999px, 143px, 0);
  }
  60% {
    clip: rect(1px, 9999px, 35px, 0);
  }
  63.33333333333333% {
    clip: rect(140px, 9999px, 132px, 0);
  }
  66.66666666666666% {
    clip: rect(144px, 9999px, 121px, 0);
  }
  70% {
    clip: rect(61px, 9999px, 95px, 0);
  }
  73.33333333333333% {
    clip: rect(116px, 9999px, 41px, 0);
  }
  76.66666666666667% {
    clip: rect(2px, 9999px, 101px, 0);
  }
  80% {
    clip: rect(63px, 9999px, 87px, 0);
  }
  83.33333333333334% {
    clip: rect(93px, 9999px, 113px, 0);
  }
  86.66666666666667% {
    clip: rect(39px, 9999px, 30px, 0);
  }
  90% {
    clip: rect(90px, 9999px, 7px, 0);
  }
  93.33333333333333% {
    clip: rect(48px, 9999px, 58px, 0);
  }
  96.66666666666667% {
    clip: rect(49px, 9999px, 115px, 0);
  }
  100% {
    clip: rect(82px, 9999px, 87px, 0);
  }
}
#booking input[name='duration']::after {content:'h'} #booking .timeInd {position: absolute;left: 2rem;
    bottom: 1.68rem;
    margin: auto 0;
    z-index: 10; display:none;
    font-size: 1rem;} #booking .wpcf7 ul li {position;relative;}
#booking {display:flex; position:relative; z-index:98; min-height:35rem;    background-image: url('https://laserwar.rs/wp-content/themes/revitant/img/contact-cover.jpg');    background-position:bottom center; opacity:0;    background-size: cover; justify-content:space-between; align-items:center; transform:translateY(100%);}#booking {padding:0 5%; position:fixed; bottom:0; left:0; width:100%;   transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1)}#booking.open {bottom:0; transform:none; opacity:1;}#booking::after {    content: '';    width: 100%;    height: 100%;    position: absolute;    top: 0;    left: 0;    background: #151516;    z-index: 0;    background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 15, 15, 0.3)), to(rgba(15, 15, 15, 0.9)));    background: linear-gradient(0deg, rgba(15, 15, 15, 0.3) 0%, rgba(15, 15, 15, 0.9) 100%);}#booking aside {z-index: 10; width:37%;}#booking h2 {text-transform:uppercase;    font-size: 2.7rem;    font-weight: 700;    letter-spacing: 0.1rem; color:#fff;}#booking aside p {    opacity: 0.6;    font-weight: 400;    line-height: 200%;    margin-top: 1.5rem;    letter-spacing: 0.1rem;    color: #fff;    text-align: left;    font-size: 1rem;}#booking .wpcf7 {padding:0; z-index: 10; width: 60%; }#booking .wpcf7 form {display:flex; flex-wrap:wrap; justify-content:center; }#booking .wpcf7 form div {width:44%; margin:0 3%;} #booking .wpcf7 form .submitCover {display:inline-block; width:auto;}#booking .wpcf7 form .wpcf7-response-output, #booking .wpcf7 form .booking-output {width:auto; white-space:nowrap; padding:0; font-size:0.8rem; text-align:center; margin:0 auto; left:0; right:0; border:none; position:absolute; bottom:3.6rem; color:#fff;}#booking .wpcf7 form input[type='submit'] {pointer-events:none; transition:padding 0.6s cubic-bezier(0.76, 0, 0.24, 1); position:relative; text-transform:uppercase; cursor:pointer; width:auto; padding:0.3rem 0rem; margin-top:2.5rem; text-align:center; color:#fff; background:none;  letter-spacing:0.2rem; font-weight:600; border-bottom:3px solid red;}#booking .wpcf7 form .submitCover:hover input[type='submit'] {padding:0.3rem 0.7rem;} #booking .wpcf7 form input[type='number'] {-webkit-appearance: none; -moz-appearance: textfield;}#booking .wpcf7 form label, #booking .wpcf7 form input{display:block;  width:100%; box-sizing:border-box;}#booking .wpcf7 form label {     white-space:nowrap;    padding:0.5rem 1.2rem;    color:#fff;    letter-spacing: 0.1rem;    font-size: 0.9rem;    text-transform: uppercase;    opacity: 0.7;     line-height: 150%;    letter-spacing: 0.15rem;    line-height: 1.3rem;}#booking .wpcf7 form input {     color:#fff;    margin-bottom:1rem;    background-color:#1a1a1b;    padding:0.7rem 1.2rem; }#booking .wpcf7-spinner {position:absolute;}#booking .wpcf7-not-valid-tip { padding:0; font-size: 0.8rem; opacity:0.7; font-size: 0.8rem; position: absolute; bottom:-0.35rem; left:1.2rem; color:#ff001e; white-space:nowrap; }#booking .wpcf7 form label::after {    content:'*'; color:#ff001e; margin-left:0.5rem; font-size:1rem;}#booking .wpcf7 input[type='date'] { color-scheme: dark; }#booking .wpcf7 ul {display:flex; justify-content:space-between; flex-grow:1;}#booking .wpcf7 ul li:nth-child(1){ width:60%; }#booking .wpcf7 ul li:nth-child(2){ width:33%;}#booking .wpcf7 select {width:100%; margin-bottom:1rem; color:#fff; position:relative;     background-color:#1a1a1b;    padding:0.7rem 1.2rem;   appearance: none; font-size:1rem;  outline: 0;  border: 0;  box-shadow: none; }#booking .wpcf7 select option {background-color:#1a1a1b;}#booking .wpcf7-form-control-wrap {    position: relative;    width: 100%;    display: inline-block;}#booking .bookingToggle {position: absolute; top:10%; right:3%; z-index:10; transition:transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);}#booking .bookingToggle:hover {transform:scale(1.5);} @media screen and (max-width:1199px) {#booking .wpcf7 {    width: 90%;}	#booking {bottom:auto; top:0; overflow-x:scroll; z-index:999; padding:20% 0; }    #booking {flex-direction:column;}    #booking aside h2, #booking aside p {width:100%; text-align:center;}    #booking aside {width:80%; text-align:center; padding-top:10%;}    #booking .wpcf7 {padding:10% 0;}}@media screen and (max-width:906px) {    #booking .wpcf7 form {flex-direction:column;}    #booking .wpcf7 form div {width:100%; margin:0;}    #booking .wpcf7 form .wpcf7-response-output, #booking .wpcf7 form .booking-output {position:relative; bottom:0; padding: 2rem 0;}}
/*# sourceMappingURL=style.css.map */
.book {padding:4rem 5%; display:flex; justify-content:space-between; align-items:center;} 
.book h2 {color:#fff; font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.1rem; line-height:150%;}
@media screen and (max-width: 1199px) {
  .book {flex-direction:column; padding:2rem 5%;}
.book h2 {text-align:center; margin-bottom:2rem}
}

.book .button {border-color:#ff001e}