@charset "UTF-8";
/* Breakpoints */
/* Mixins */
/* x-kom styles */
html,
body {
  font-family: "Nunito", sans-serif;
}

/* General */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 14px;
}

@media (min-width: 576px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden !important;
  color: #fff;
  background: #1a1b24;
}

strong {
  font-weight: 600;
}

iframe {
  border-radius: 16px;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.section {
  margin: 80px 0;
}

@media (min-width: 768px) {
  .section {
    margin: 100px 0;
  }
}

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

a:hover {
  color: inherit;
}

.cta {
  border-radius: 200px;
  font-weight: 400;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0 24px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #0082fa;
  color: #fff;
  margin-top: 20px;
  z-index: 1;
}

.cta:hover {
  background: #0067c7;
  color: #fff;
}

.cta:active {
  background: #004d94;
  color: #fff;
}

.cta--secondary {
  background: #e6f3ff;
  border: none;
  color: #158eff;
}

.cta--secondary:hover {
  background: #c7e4ff;
  color: #0067c7;
}

.cta--secondary:active {
  background: #a8d5ff;
  color: #004d94;
}

.cta--gradient {
  background: -webkit-gradient(linear, left top, right top, from(#0082fa), to(#0fd2ff));
  background: linear-gradient(90deg, #0082fa 0%, #0fd2ff 100%);
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  position: relative;
  -webkit-box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
          box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
  padding: 27px 50px !important;
  height: unset;
  box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
}

.cta--gradient::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #0082fa), color-stop(0%, #0fd2ff));
  background: linear-gradient(90deg, #0082fa 100%, #0fd2ff 0%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "sprawdź";
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta--gradient:hover {
  background: -webkit-gradient(linear, left top, right top, from(#0082fa), to(#0fd2ff));
  background: linear-gradient(90deg, #0082fa 0%, #0fd2ff 100%);
  color: #fff;
}

.cta--gradient:hover::after {
  opacity: 1;
  border-radius: 200px;
}

.cta--white {
  background: #fff;
  color: #000;
}

.cta--white:hover {
  background: #e6e6e6;
  color: #000;
}

.cta--white:active {
  background: #d9d9d9;
  color: #000;
}

.cta--gray {
  background: #575757;
  color: #fff;
}

.cta--gray:hover {
  background: #3d3d3d;
  color: #fff;
}

.cta--gray:active {
  background: #000;
  color: #fff;
}

.cta--gray--secondary {
  background: #f0f0f0;
  border: none;
  color: #666666;
}

.cta--gray--secondary:hover {
  background: #e0e0e0;
  color: #333333;
}

.cta--gray--secondary:active {
  background: #cccccc;
  color: #1a1a1a;
}

.cta--violet {
  background: #8250fa;
  color: #fff;
}

.cta--violet:hover {
  background: #5f1ef9;
  color: #fff;
}

.cta--violet:active {
  background: #3605ac;
  color: #fff;
}

.cta--violet--secondary {
  background: #ece5fe;
  border: none;
  color: #5f1ef9;
}

.cta--violet--secondary:hover {
  background: #ded1fe;
  border: none;
  color: #4606de;
}

.cta--violet--secondary:active {
  background: #c9b3fd;
  border: none;
  color: #27047b;
}

.cta--pink {
  background: #fa0064;
  color: #fff;
}

.cta--pink:hover {
  background: #c70050;
  color: #fff;
}

.cta--pink:active {
  background: #94003b;
  color: #fff;
}

.cta--pink--secondary {
  background: #ffe1ed;
  border: none;
  color: #c70050;
}

.cta--pink--secondary:hover {
  background: #ffd1e4;
  border: none;
  color: #c70050;
}

.cta--pink--secondary:active {
  background: #ffbdd7;
  border: none;
  color: #94003b;
}

.cta--big {
  height: 48px;
  padding: 0 36px !important;
  font-size: 1.1rem;
}

.cta--medium {
  height: 40px;
  font-size: 1rem;
}

.cta--small {
  height: 42px;
  padding: 0 32px !important;
  font-size: 0.95rem;
}

.cta--circle {
  padding: 0;
  height: 44px;
  width: 44px;
}

.pill {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4d4d4d;
  border: 1px solid #cccccc;
  border-radius: 512px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
  vertical-align: baseline;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 10px;
  font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Typography */
h1 {
  font-weight: 300;
  font-size: 2rem;
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1400px) {
  h1 {
    max-width: unset;
  }
}

h1 br {
  display: none;
}

@media (min-width: 576px) {
  h1 br {
    display: initial;
  }
}

h2 {
  margin-bottom: 40px;
  font-weight: 500;
}

@media (min-width: 992px) {
  h2 {
    font-size: 1.9rem;
  }
}

h3 {
  font-weight: 600;
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 1.2rem;
  }
}

p {
  font-weight: 400;
  color: #4d4d4d;
}

/* Utilities */
.nobr {
  display: inline-block;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.box-shadow {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

/* Layout */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 0;
  margin-top: 0;
  overflow: hidden;
}

.header__logos-wrapper {
  height: auto;
  width: 100%;
  padding: 20px 25px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 576px) {
  .header__logos-wrapper {
    padding: 30px 30px 30px 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header #brand {
  height: 30px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin: 10px;
}

@media (min-width: 576px) {
  .header #brand {
    height: 50px;
  }
}

.header #brand:hover {
  opacity: 0.9;
}

.header .vendor {
  margin: 10px;
  height: 30px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 576px) {
  .header .vendor {
    height: 42px;
  }
}

.header .vendor:hover {
  opacity: 0.9;
}

.header .vendor-2 {
  margin: 10px;
  height: 20px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 576px) {
  .header .vendor-2 {
    height: 32px;
  }
}

.header-menu {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu .hamburger {
  cursor: pointer;
}

@media (min-width: 992px) {
  .header-menu .hamburger {
    display: none;
  }
}

.header-menu__nav {
  height: 72px;
  padding-left: 21px;
  padding-right: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header-menu__nav-desktop-menu {
  display: none;
}

@media (min-width: 992px) {
  .header-menu__nav-desktop-menu {
    display: initial;
  }
}

.header-menu__nav-desktop-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.header-menu__nav-desktop-menu ul a li {
  color: #fff;
  white-space: nowrap;
  padding: 0 18px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu__nav-desktop-menu ul a li:hover {
  opacity: 0.8;
}

.header-menu__nav-desktop-menu .cta {
  margin-left: 20px;
  white-space: nowrap;
}

.header-menu #brand-white {
  width: 100%;
  height: 36px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu #brand-white path {
  fill: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 768px) {
  .header-menu #brand-white {
    height: 40px;
  }
}

.header-menu #vendor {
  height: 16px;
}

@media (min-width: 576px) {
  .header-menu #vendor {
    height: 24px;
  }
}

.header-menu .navbar-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu .navbar-overlay-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

.header-menu .navbar {
  background: #fff;
  border-radius: 16px;
  width: 130px;
  position: fixed;
  right: 16px;
  top: 120px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu .navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.header-menu .navbar li {
  font-size: 18px;
  font-weight: 500;
}

.header-menu .nav__link {
  color: #000;
}

.header-menu .nav__link:hover > li {
  background-color: #f7f7f7;
}

@media (min-width: 992px) {
  .header-menu .nav__link:hover > li {
    background-color: unset;
  }
}

.header-menu .nav-link.active {
  background: none;
  color: unset;
}

.header-menu .nav-link.active .navbar-active {
  visibility: visible;
  opacity: 1;
}

.header-menu .offcanvas-header {
  padding: 24px 24px 12px 24px;
}

.header-menu .offcanvas-end {
  width: 300px;
}

.header-menu .offcanvas-body {
  padding: 0;
}

.header-menu .offcanvas-body .cta {
  margin-left: 20px;
  width: 251px;
}

.header-menu #offcanvasRightLabel {
  font-weight: 600;
  margin: 0;
}

.header-menu ul {
  list-style-type: none;
  padding: 0;
}

.header-menu ul li {
  font-size: 18px;
  padding: 12px 0;
  padding-left: 24px;
}

.top {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  -webkit-box-shadow: rgba(0, 112, 217, 0.1) 0px 20px 40px;
          box-shadow: rgba(0, 112, 217, 0.1) 0px 20px 40px;
}

.top__pc {
  position: absolute;
  height: 40%;
  left: 60%;
  bottom: 6%;
}

@media (min-width: 576px) {
  .top__pc {
    height: 50%;
    left: 70%;
  }
}

@media (min-width: 768px) {
  .top__pc {
    height: 80%;
    left: unset;
    bottom: 6%;
  }
}

.top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, transparent), color-stop(90%, rgba(0, 0, 0, 0.8))), url("../../../../dev/assets/img/main/bg.jpg");
  background-image: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.8) 90%), url("../../../../dev/assets/img/main/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  width: 100%;
  height: 640px;
  margin: 0 auto;
  padding-top: 50px;
}

@media (min-width: 576px) {
  .top__wrapper {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .top__wrapper {
    height: 760px;
    padding-top: 60px;
    max-height: 1080px;
  }
}

.top__wrapper--2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, transparent), color-stop(90%, rgba(0, 0, 0, 0.3))), url("../../img/main/top.jpg");
  background-image: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.3) 90%), url("../../img/main/top.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.top__wrapper--2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#0082fa), to(#0fd2ff));
  background: linear-gradient(90deg, #0082fa 0%, #0fd2ff 100%);
}

.top__wrapper--3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, transparent), color-stop(90%, rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.8) 90%);
}

.top__wrapper--4 {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  padding-top: 80px;
  height: 580px;
}

.top__wrapper--4 .top__copy {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .top__wrapper--4 .top__copy {
    text-align: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -60px;
}

@media (min-width: 576px) {
  .top__copy {
    top: unset;
  }
}

.top__copy h2 {
  font-weight: 200;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
}

.top__copy--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
}

.top__copy--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  color: #fff;
}

.top__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top__image img {
  height: 100%;
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}

@media (min-width: 576px) {
  .top__image img {
    max-height: 300px;
    top: 0;
  }
}

@media (min-width: 992px) {
  .top__image img {
    max-height: 320px;
    top: 0;
    left: 10%;
  }
}

@media (min-width: 1200px) {
  .top__image img {
    max-height: 380px;
  }
}

.top .plyr__video-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  max-width: 1920px;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
}

.top .plyr__video-embed iframe {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.plyr {
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 112, 217, 0.1) 0px 20px 40px;
          box-shadow: rgba(0, 112, 217, 0.1) 0px 20px 40px;
}

.steps {
  margin: 0 auto;
}

.steps h2 {
  margin-bottom: 0;
}

.steps__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 200px;
  max-width: 400px;
  text-align: center;
  padding: 30px 20px 12px 20px;
  margin: 0 auto;
  border-radius: 16px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  font-size: 1.1rem;
}

.steps__item p {
  color: #ddd;
  font-weight: 300;
}

.steps__item img {
  /*    width: 140px;
      height: 140px; */
  margin-bottom: 16px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.steps__item-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 1px dashed #c382fa;
  border-radius: 200px;
  height: 40px;
  padding: 0 26px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin-bottom: 14px;
  white-space: nowrap;
}

/* products & slider */
.slider .products__item {
  max-width: 300px;
}

@media screen and (min-width: 600px) {
  .slider .products__item {
    max-width: unset;
  }
}

.products {
  margin-top: 0;
}

.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  -webkit-box-shadow: rgba(10, 205, 220, 0.25) 0px 30px 140px;
          box-shadow: rgba(10, 205, 220, 0.25) 0px 30px 140px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  font-size: 0.9rem;
  background: #000;
}

@media screen and (min-width: 660px) {
  .products__item {
    max-width: 320px;
  }
}

@media (min-width: 992px) {
  .products__item {
    max-width: 460px;
  }
}

.products__item:hover {
  -webkit-box-shadow: rgba(0, 112, 217, 0.1) 0px 20px 40px;
          box-shadow: rgba(0, 112, 217, 0.1) 0px 20px 40px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.products__item-badge {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4d4d4d;
  border: 1px solid #cccccc;
  border-radius: 512px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 16px;
  vertical-align: baseline;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: absolute;
}

.products__item-image {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px 16px 0 0;
}

.products__item-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#0082fa), to(#0fd2ff));
  background: linear-gradient(90deg, #0082fa 0%, #0fd2ff 100%);
}

.products__item-image img {
  width: 90%;
  height: 90%;
  border-radius: 16px 16px 0 0;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.products__item h3 {
  color: #fff;
  line-height: 1.4;
}

.products__item-rating {
  margin-bottom: 10px;
}

.products__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products__item-footer-button svg rect {
  fill: #0082fa;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  height: 40px;
  width: 40px;
}

.products__item-footer-button svg rect:hover {
  fill: #0067c7;
}

.products__item-footer-button svg rect:active {
  fill: #004d94;
}

.products__item-footer-button svg path {
  pointer-events: none;
}

.products__item-footer-cart {
  height: 24px;
  width: 24px;
}

.products__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.products__item-price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 300;
  margin-bottom: -4px;
}

.products__item-price .new-price {
  font-size: 1.5rem;
  font-weight: 600;
}

.products-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products-features span {
  margin-bottom: 10px;
  font-size: 1rem;
}

.products-features span:first-child {
  margin-top: 20px;
}

.products-features span:last-child {
  margin-bottom: 30px;
}

.products-features span::before {
  content: url("../../img/main/bullet.png");
  margin-right: 10px;
}

.products__inner-wrapper {
  padding: 24px 32px;
}

.check-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.check-icon::before {
  content: "";
  display: block;
  color: #63c642;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer-cta::after {
  content: "sprawdź wszystkie produkty";
}

.main-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url("../../img/main/bg.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%), url("../../img/main/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 40px 0;
}

.main-bg-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url("../../img/main/bg-2.png");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%), url("../../img/main/bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 40px 0;
}

.main {
  margin-left: auto;
  margin-right: auto;
}

.main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  min-height: 500px;
  padding: 40px;
  margin: 0 auto;
  background: #1a1b24;
  border-radius: 16px;
  -webkit-box-shadow: rgba(10, 205, 220, 0.25) 0px 30px 140px;
          box-shadow: rgba(10, 205, 220, 0.25) 0px 30px 140px;
}

@media (min-width: 768px) {
  .main__wrapper > * {
    margin: 0;
  }
}

.main__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  padding: 10px;
  color: #fff;
}

@media (min-width: 768px) {
  .main__copy {
    padding: 40px;
  }
}

.main__copy p {
  color: #fff;
}

.main__copy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main__copy-list span {
  margin-bottom: 10px;
  font-size: 1rem;
}

.main__copy-list span:first-child {
  margin-top: 20px;
}

.main__copy-list span:last-child {
  margin-bottom: 30px;
}

.main__copy-list span::before {
  content: url("../../img/main/bullet.png");
  margin-right: 10px;
}

.main__copy .cta {
  margin-top: 0;
}

.main__copy .cta::after {
  content: "kup teraz";
}

.social h2 {
  margin-bottom: 25px;
}

.social__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .social__wrapper {
    max-width: unset;
  }
}

.social__item {
  position: relative;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
          box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
  margin: 15px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  text-align: center;
}

.social__item:hover {
  -webkit-box-shadow: rgba(0, 112, 217, 0.1) 0px 20px 40px;
          box-shadow: rgba(0, 112, 217, 0.1) 0px 20px 40px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.social__item img {
  height: 20px;
  width: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.articles__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .articles__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.articles__item {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 300px;
  padding: 120px 40px;
  border-radius: 16px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  -webkit-box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
          box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
  color: #fff;
}

@media (min-width: 768px) {
  .articles__item {
    padding: 140px 40px;
  }
}

.articles__item:nth-child(1) .articles__item-background {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, black), color-stop(50%, rgba(0, 0, 0, 0.7)), to(transparent)), url("https://geex.x-kom.pl/wp-content/uploads/2021/08/jaki-oczyszczacz-powietrza-kupic-690x450.jpeg");
  background-image: linear-gradient(0deg, black 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url("https://geex.x-kom.pl/wp-content/uploads/2021/08/jaki-oczyszczacz-powietrza-kupic-690x450.jpeg");
}

.articles__item:nth-child(2) .articles__item-background {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(transparent)), url("https://geex.x-kom.pl/wp-content/uploads/2021/09/Gracz-Minecrafta-pexele-1.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url("https://geex.x-kom.pl/wp-content/uploads/2021/09/Gracz-Minecrafta-pexele-1.jpg");
}

.articles__item:nth-child(3) .articles__item-background {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(transparent)), url("https://geex.x-kom.pl/wp-content/uploads/2021/08/garett-women-emma-unboxing-800x600.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url("https://geex.x-kom.pl/wp-content/uploads/2021/08/garett-women-emma-unboxing-800x600.png");
}

.articles__item:hover {
  color: #fff;
  background-size: 135%;
  -webkit-box-shadow: rgba(0, 112, 217, 0.1) 0px 20px 40px;
          box-shadow: rgba(0, 112, 217, 0.1) 0px 20px 40px;
}

.articles__item:hover .articles__item-background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.articles__item-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.articles__item-copy h4 {
  line-height: 1.4;
  margin-bottom: 14px;
  font-size: 1.2rem;
}

.articles__item-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq {
  line-height: 1.25;
  /* Style the buttons that are used to open and close the accordion panel */
}

.faq__arrow-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 20px;
  height: 40px;
  width: 40px;
}

.faq__arrow-wrapper path {
  fill: #707070;
}

.faq__arrow {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.faq__accordion.active {
  background-color: #f5f5f5;
}

.faq__accordion.active .faq__arrow-wrapper img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 24px;
  width: 24px;
}

.faq__accordion {
  background-color: unset;
  color: #000;
  cursor: pointer;
  padding: 18px;
  padding-right: 60px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 768px) {
  .faq__accordion {
    padding-right: 80px;
  }
}

.faq__accordion:first-of-type {
  border-radius: 16px 16px 0 0;
  border-top: none;
}

.faq__accordion:last-of-type {
  border-radius: 0 0 16px 16px;
}

.faq__accordion:last-of-type.active {
  border-radius: 0;
}

.faq__accordion:hover {
  background-color: #f5f5f5;
}

.faq__accordion-wrapper {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  -webkit-box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
          box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
  background: #fff;
}

.faq__accordion-wrapper button {
  font-weight: 400;
  font-size: 1rem;
}

.faq__accordion-panel {
  padding: 0 10% 0 20px;
  background-color: #fdfdfd;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.faq__accordion-panel:first-child {
  /*     border-bottom: 1px solid #ddd; */
  border-top: none;
  border-radius: 16px 16px 0 0;
}

.faq__accordion-panel:last-child {
  border-radius: 0 0 16px 16px;
}

.faq__accordion-panel p {
  margin: 20px 0;
}

.counter__cards-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 22px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  -webkit-box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
          box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
  font-size: 1rem;
  background: #fff;
}

@media (min-width: 768px) {
  .counter__cards-wrapper {
    padding: 14px 20px;
  }
}

.counter__cards-item {
  margin: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .counter__cards-item {
    margin: 20px 24px;
    width: auto;
  }
}

.counter__cards-item span {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 40px;
}

@media (min-width: 576px) {
  .counter__cards-item span {
    font-size: 2.4rem;
  }
}

.counter__cards-item p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #4d4d4d;
}

@media (min-width: 576px) {
  .counter__cards-item p {
    font-size: 1.1rem;
  }
}

.counter .colon {
  font-size: 32px;
  opacity: 0.2;
  font-weight: 300;
  display: none;
}

@media (min-width: 576px) {
  .counter .colon {
    display: block;
  }
}

.counter__finish {
  padding: 20px;
  margin: 0;
  color: #606060;
  display: none;
}

@media (min-width: 992px) {
  .contact__copy {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.contact h4 {
  font-size: 1rem;
  margin-bottom: 26px;
  font-weight: 600;
}

.contact p {
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .contact p {
    font-size: 20px;
  }
}

.contact__arrow {
  position: absolute;
  border-color: #1a1a1a transparent transparent;
  border-style: solid;
  border-width: 4px 4px 2px;
  display: inline-block;
  height: 0px;
  width: 0px;
  right: 20px;
}

.contact__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  text-align: center;
  margin: 17px;
}

.contact__item img {
  margin-bottom: 16px;
  height: 30px;
  width: auto;
}

.contact__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  -webkit-box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
          box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
  border-radius: 16px;
  padding: 32px 24px;
  max-width: 700px;
}

@media (min-width: 576px) {
  .contact__card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 46px;
  }
}

.contact__card p {
  font-size: 0.9rem;
  margin-top: 10px;
}

.contact__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.contact__input-wrapper label {
  position: absolute;
  left: 16px;
  color: #707070;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  background: #fff;
  border-radius: 100px;
  padding: 0 4px;
  font-size: 14px;
}

.contact__form {
  position: relative;
  width: 100%;
}

.contact__form input,
.contact__form select {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 28px;
  padding: 7px 20px;
  width: 100%;
  text-align: left;
}

.contact__form input::-webkit-input-placeholder,
.contact__form select::-webkit-input-placeholder {
  color: #707070;
}

.contact__form input:-ms-input-placeholder,
.contact__form select:-ms-input-placeholder {
  color: #707070;
}

.contact__form input::-ms-input-placeholder,
.contact__form select::-ms-input-placeholder {
  color: #707070;
}

.contact__form input::placeholder,
.contact__form select::placeholder {
  color: #707070;
}

.contact__form input:active, .contact__form input:focus,
.contact__form select:active,
.contact__form select:focus {
  border-color: #000;
  outline: none;
}

.contact__form input:focus + label,
.contact__form select:focus + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.contact__form input:not(:placeholder-shown) + label,
.contact__form select:not(:placeholder-shown) + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.contact__form textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 7px 20px;
  width: 100%;
  text-align: left;
}

.contact__form textarea:active, .contact__form textarea:focus {
  border-color: #000;
  outline: none;
}

.contact__form #textarea-label {
  top: 10px;
}

.contact__form textarea:focus + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.contact__form textarea:valid + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.contact__form select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .contact__form #email,
  .contact__form #tel {
    width: 98%;
  }
}

.contact__form #email {
  justify-self: flex-start;
}

@media (min-width: 768px) {
  .contact__form #tel {
    position: relative;
    right: -6px;
  }
}

@media (min-width: 768px) {
  .contact__form #tel-label {
    left: 24px;
  }
}

.contact__form-submit input {
  background: #0082fa;
  color: #fff;
  border: none;
  width: 100%;
  height: 48px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .contact__form-submit input {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .contact__form-submit input {
    width: 220px;
  }
}

.contact__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

.contact__info-wrapper img {
  height: 18px;
  width: 18px;
  margin-right: 6px;
}

.contact__info-wrapper p {
  color: #707070;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.contact__character-counter {
  position: absolute;
  bottom: 8px;
  right: 20px;
  font-size: 12px;
  color: #707070;
}

::file-selector-button,
::-webkit-file-upload-button,
#file {
  background: #ebebeb;
  border: none;
  border-radius: 32px;
  width: 100%;
  height: 0;
  padding: 0;
}

input[type="file"] {
  opacity: 0;
}

.contact__file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (min-width: 768px) {
  .contact__file-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 26px;
  }
}

#file-label {
  background-color: #f0f0f0;
  border-radius: 32px;
  height: 40px;
  max-width: 172px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  #file-label {
    width: 172px;
  }
}

#file-label ::after {
  content: "ewrw";
}

#file-label:hover {
  background: #e0e0e0;
}

#file-label:active {
  background: #cccccc;
}

#file-info {
  color: #707070;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  #file-info {
    margin-left: 12px;
    margin-bottom: 0;
    margin-top: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

#checkbox1 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 3px;
  position: relative;
  z-index: 2;
}

#checkbox-checked {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  margin-top: 3px;
}

#checkbox1:checked ~ #checkbox-checked {
  display: block;
}

#checkbox1:checked {
  opacity: 0;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .newsletter {
    max-height: 400px;
  }
}

.newsletter p {
  margin-bottom: 6px;
}

.newsletter__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .newsletter__items-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 0;
  }
}

.newsletter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  text-align: center;
  margin: 17px;
}

.newsletter__item img {
  margin-bottom: 16px;
  height: 30px;
  width: auto;
}

.newsletter__item p {
  line-height: 22px;
}

.newsletter__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  -webkit-box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
          box-shadow: rgba(10, 205, 220, 0.3) 0px 20px 50px;
  border-radius: 16px;
  padding: 24px;
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .newsletter__card {
    padding: 42px;
  }
}

.newsletter__card p {
  font-size: 0.9rem;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .newsletter__card p {
    margin-left: 30px;
  }
}

.newsletter__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.newsletter__input-wrapper label {
  position: absolute;
  left: 18px;
  color: #707070;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  background: #fff;
  padding: 0 4px;
}

@media (min-width: 576px) {
  .newsletter__input-wrapper label {
    left: 68px;
  }
}

.newsletter__form {
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .newsletter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.newsletter__form input,
.newsletter__form select {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 28px;
  padding: 7px 20px;
  width: 100%;
  text-align: left;
  height: 48px;
}

@media (min-width: 576px) {
  .newsletter__form input,
  .newsletter__form select {
    margin-left: 50px;
  }
}

.newsletter__form input::-webkit-input-placeholder,
.newsletter__form select::-webkit-input-placeholder {
  color: #707070;
}

.newsletter__form input:-ms-input-placeholder,
.newsletter__form select:-ms-input-placeholder {
  color: #707070;
}

.newsletter__form input::-ms-input-placeholder,
.newsletter__form select::-ms-input-placeholder {
  color: #707070;
}

.newsletter__form input::placeholder,
.newsletter__form select::placeholder {
  color: #707070;
}

.newsletter__form input:active, .newsletter__form input:focus,
.newsletter__form select:active,
.newsletter__form select:focus {
  outline: none;
}

.newsletter__form input:focus + label,
.newsletter__form select:focus + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.newsletter__form input:not(:placeholder-shown) + label,
.newsletter__form select:not(:placeholder-shown) + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.newsletter__form-submit button {
  width: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin: 0;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .newsletter__form-submit button {
    position: relative;
    left: -50px;
    margin-top: 0;
  }
}

.section.middle {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 100px;
}

.section.middle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#0082fa), to(#0fd2ff));
  background: linear-gradient(90deg, #0082fa 0%, #0fd2ff 100%);
}

.section.middle-2::after {
  background: none;
  height: unset;
}

.section.banner {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  background: tan;
  height: 400px;
  background-image: url("../../img/main/banner.jpg");
  background-size: cover;
  background-position: 60% 50%;
}

@media (min-width: 768px) {
  .section.banner {
    height: 600px;
  }
}

@media (min-width: 992px) {
  .section.banner {
    height: 700px;
    min-height: 50vh;
  }
}

.section.banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#0082fa), to(#0fd2ff));
  background: linear-gradient(90deg, #0082fa 0%, #0fd2ff 100%);
}

/* Animations */
/* GSAP */
.fade-in,
.fade-in-delay,
.fade-up,
.fade-up-delay,
.fade-in-right,
.fade-in-right-delay,
.fade-in-left,
.fade-in-left-delay,
.fade-down,
.fade-down-delay {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-up,
.fade-up-delay {
  will-change: transform;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  /* animation distance */
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-down,
.fade-down-delay {
  will-change: transform;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  /* animation distance */
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-right,
.fade-in-right-delay {
  will-change: transform;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  /* animation distance */
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-left,
.fade-in-left-delay {
  will-change: transform;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  /* animation distance */
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

/* Slider */
.slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider {
  margin-bottom: 0;
  margin: 0 auto;
}

.tns-ovh {
  overflow: visible;
}

.slider__nav {
  display: none;
}

@media (min-width: 768px) {
  .slider__nav {
    display: block;
  }
}

.slider__nav button {
  height: 50px;
  width: 50px;
  border-radius: 200px;
  border: none;
  background: #0082fa;
  margin: 0 20px;
}

@media screen and (min-width: 576px) {
  .slider__nav button {
    margin: 0 -10px;
  }
}

/* @media screen and (min-width: 1500px) {
  .slider__nav button {
    margin: 0 -80px;
  }
} */
.slider__nav-next:hover,
.slider__nav-prev:hover {
  background: #0067c7;
}

.slider__nav-next:active,
.slider__nav-prev:active {
  background: #004d94;
}

.slider__nav-next,
.slider__nav-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider__nav-next {
  right: 0;
  top: 30%;
}

@media screen and (min-width: 576px) {
  .slider__nav-next {
    top: 50%;
  }
}

.slider__nav-prev {
  left: 0;
  top: 30%;
}

@media screen and (min-width: 576px) {
  .slider__nav-prev {
    top: 50%;
  }
}

.slider__nav button[disabled] {
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.4;
}

.slider__nav button[disabled] svg {
  fill: rgba(0, 0, 0, 0.4);
}

.tns-outer {
  padding: 0;
}

@media (min-width: 992px) {
  .tns-outer {
    padding: 0 100px !important;
  }
}

.tns-item {
  opacity: 0.3;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.tns-slide-active {
  opacity: 1;
  -webkit-filter: unset;
          filter: unset;
}

.tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 26px 0 0 0;
}

.tns-nav [aria-controls] {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 2px;
  border-radius: 200px;
  background: #cccccc;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tns-nav .tns-nav-active {
  background: #0082fa;
  width: 8px;
  height: 8px;
}

/* Custom styles */
/* end Custom styles */
/*# sourceMappingURL=main.css.map */