/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* General Styles */

*,
*::before,
*::after {
  box-sizing: border-box;
}

b,
strong {
  font-weight: 700;
}

html,
body {
  font-family: 'Lato', sans-serif;
  color: #000000;
  width: 100%;
}

body {
  margin: 0;
  font-weight: 400;
  color: #181818;
  text-align: left;
  background-color: #fff;
}

button {
  cursor: pointer;
}

/* Mobile */

html {
  font-size: 16px;
}

.br-desktop {
  display: none;
}

section {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

/* HERO */

.hero {
  position: relative;
}

.hero__img {
  width: 100%;
  height: auto;
  position: relative;
}

.hero__img--desktop {
  display: none;
}

.hero__text {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0);
}

.products__prod .hero__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hero__h1 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
}

.hero__h1--shadow {
  text-shadow: 70px 232px 68px rgba(0, 0, 0, 0.01), 45px 148px 62px rgba(0, 0, 0, 0.08),25px 83px 52px rgba(0, 0, 0, 0.27), 11px 37px 39px rgba(0, 0, 0, 0.45), 3px 9px 21px rgba(0, 0, 0, 0.52), 0px 0px 0px rgba(0, 0, 0, 0.53);
}

.hero__h1--left {
  text-align: left;
  width: 40%;
  margin-left: 20%;
}

.newsletter {
  background-image: url(../images/common/banner.jpg);
}
.newsletter .banner__h2, .game .banner__h2{
  color: #000;
  font-weight: 800;
}

.hero__title {
  font-size: 1.65rem;
  font-weight: 600;
}
.hero__title--sub {
  display: block;
  font-size: 1.6rem;
}

.hero__bage {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.5rem;
}
/* Main text */

.main-desc {
  padding: 0 10%;
  text-align: center;
}

.main-desc__header {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.main-desc__text {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
}

.main-desc__anew {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.main-desc_span_anew {
  display: inline-flex;
  flex-flow: wrap;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #7f28c4;
  padding: 2rem;
  margin-top: 2rem;
}
.main-desc_img_anew {
  height: fit-content;
  width: 80%;
  margin: 0 10% 10% 10%;
}

.main-desc__logo {
  width: 35vw;
  margin: 2rem auto 0 auto;
}

.main-button {
  display: inline-block;
  font-weight: 600;
  color: #1b1b1b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 50%;
  margin-left: auto;
  margin-right: 50%;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.main-button:hover {
  color: #ffffff;
  background: #181818;
  border-color: #181818;
  transition: all 0.4s ease 0s;
}


/* Baner */
/* Wersja z ustawianiem pozycji */
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}

/* Wersja z ustawianiem dedykowanego zdjecia na mobile*/
/* .banner {
  background-image: url('../images/common/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
} */

.banner__content {
  /* background-color: rgba(92, 59, 37, 0.7); */
  width: 100%;
  /* height: 100%; */
  min-height: 110vw;
  text-align: center;
  padding: 15% 7% 15% 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner__club--mobile .banner__copy--mobile {
  position: absolute;
  top: 5%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
}
.banner__club{
  position: relative;
  display: none;
}
.banner__club--mobile {
  position: relative;
  display: block;
}

.banner__club .banner__h2{ 
  text-transform: uppercase;
  font-weight: 400;
  color: #181818;
}

.banner__club--mobile .banner__copy--mobile .banner__h2 {
  color: #181818;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.banner__club .banner__content{
  position: absolute;
  top: 0;
  left: 5rem;
  width: 60%;    
}

.banner__text {
  display: contents;
  margin-bottom: unset;}

.banner__h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  margin: 1.5rem 0;
}

.banner__p {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}

/* Style bio - mobile */
.ambasador {
  position: relative;
}
.ambasador__bio {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
}
.ambasador__bio .ambasador__bio--cat {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5rem;
}
.ambasador__bio .ambasador__bio--name {
  text-transform: uppercase;
  font-size: 1rem;  
  margin: 1.4rem 0;  
}
.ambasador__bio .ambasador__bio--name span {
  color: #FFFFFF;
  background-color: #B51742;
  padding: 0.5rem;
}
.ambasador__bio .ambasador__bio--info {
  font-size: 0.7rem;
  line-height: 1.3;
  padding: 0 1.75rem;
  margin: 1.4rem 0;
  font-weight: 500;
}
.ambasador__bio--links {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ambasador__bio--links div {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
}
.ambasador__bio--links div img {
  width: 3.5%!important;
}
.ambasador__bio--link {
  color: #B51742;
  text-underline-offset: 5px;
  font-size: 0.8rem;
}

.banner__btn {
  display: inline-block;
  font-weight: 600;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid transparent;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.banner__club .banner__btn, .banner__club--mobile .banner__btn {
  color: #fff;
  padding: 0.7rem 1.2rem;
  line-height: 1.2;
  background-color: #212529;
}
.banner__club--mobile .banner__btn {
  margin-top: 0.5rem;
  margin-left: 40%;
}
/* VIDEO */

.video__container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PRODUCTS */

.products {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.products img {
  width: 100%;
  height: auto;
}

.products p {
  margin: 0;
}

.products .products__slider {
  min-width: 100%;
  display: flex;
  flex-shrink: 0;
  transition: transform 0.5s;
}

.products .arrow-container {
  position: absolute;
  width: 10vw;
  height: 10vw;
  left: 5vw;
  top: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #e4eded;
  border-radius: 50%;
}

.products .arrow-left {
  transform: rotate(180deg);
}

.products .arrow-right {
  left: auto;
  right: 5vw;
}

.products .products__prod {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.products .products__prod .products__badge {
  display: flex;
  position: absolute;
  background-color: #fff;
  right: 3%;
  top: 3%;
  width: 7rem;
  height: 3rem;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 20px 0;
  color: #000;
  justify-content: center;
  align-items: center;
}

.products .products__prod .products__badge--black {
  background-color: #000;
  color: #fff;
}

.products .products__prod .products__details {
  position: absolute;
  padding: 0.4rem 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.products .products__prod .products__badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges img {
  width: 25%;
  margin-bottom: 0.5rem;
}

.products .products__prod .products__badges p {
  width: 92%;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.4;
  text-align: center;
}

.products .products__prod .products__details .products__txt {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 0.8rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 1rem;
}

.products .products__prod .products__details .products__link {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: 35%;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.products--primary .products__prod .products__details .products__link {
  margin-left: 0.5rem;
}

.products .products__prod .products__details .products__link:hover {
  color: #181818;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.4s ease 0s;
}

.products .products__slider--white-bg .products__prod .products__details {
  background: rgba(256, 256, 256, 0.6);
}

.products .products__prod .products__details--white-bg {
  background: rgba(256, 256, 256, 0.6);
}

.products .products__slider--white-bg .products__prod .products__details .products__txt {
  color: #181818;
}

.products .products__prod .products__details--white-bg .products__txt {
  color: #181818;
}

.products .products__slider--white-btn .products__prod .products__details .products__link {
  color: #181818;
  background-color: #ffffff;
}

.products .products__prod .products__details--white-btn .products__link {
  color: #181818;
  background-color: #ffffff;
}

.products .products__slider--white-btn .products__prod .products__details .products__link:hover {
  color: #ffffff;
  background: #181818;
  border-color: #181818;
}

.products .products__prod .products__details--white-btn .products__link:hover {
  color: #ffffff;
  background: #181818;
  border-color: #181818;
}

.products .products__slider--no-bg .products__prod .products__details {
  background: none;
}

.products .products__slider--no-bg .products__prod .products__details .products__txt {
  text-shadow: 0px 0px 30px #181818, 0px 0px 20px #181818, 0px 0px 20px #181818;
}

.products .products__prod .products__details--no-bg {
  background: none;
}

.products .products__prod .products__details--no-bg .products__txt {
  text-shadow: 0px 0px 30px #181818, 0px 0px 20px #181818, 0px 0px 20px #181818;
}

/* Wersja z ikonami i tytułem */

.products .products__prod .products__title {
  margin: 1rem;
  /* margin: 4rem; */
  /* font-size: 1.5rem; */
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

.products .products__prod .products__title_header {
  font-size: 1.4rem;
  /* font-size: 1.8rem; */
  line-height: 1.8rem;
  text-transform: uppercase;
}

.products .products__prod .products__title_gradient {
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #cd3822 5.12%, #bbbf5f 95.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.products .products__prod .products__icons {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}

.products .products__prod .products__icons > div {
  display: inline-grid;
  width: 20%;
  text-align: center;
}

.products .products__prod .products__icons > div > img {
  width: 50%;
  margin: auto 25%;
}

.products .products__prod .products__icons > div > p {
  /* font-size: 0.7rem; */
  font-size: 0.6rem;
}

.products .products__prod .products__banner {
  display: block;
  width: 100%;
}

.products .products__prod .products__link2 {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: all 0.4s ease 0s;
}

.products .products__prod .products__link2:hover {
  color: #181818;
  background: #ffffff;
  border-color: #181818;
}

/* PRODUCTS WITH PRICES */
.products__prod {
  /* padding: 0 1rem; */
}

.products__prod .products--other__txt {
  font-size: 1rem;
  line-height: 1.1rem;
  margin: 0.4rem;
  text-align: center;
  color: #fff;
}

.products__prod .products--other__txt .sub-name{
font-size: 0.8rem
}
.products__prod .products--other__prices {
  text-align: center;
}

.products--primary .products__prod .products--other__prices {
  display: inline-grid;
}
.products__prod .products--other__prices .products--other__promotion-price {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

.products__prod .products--other__prices .products--other__promotion-price sup {
  position: relative;
  top: -0.7rem;
  font-size: 1.1rem;
}
.products__prod .products--other__prices .products--other__regular-price {
  margin-left: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: line-through;
}

.products__prod .products__link {
  display: block;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: none;
  border-radius: 0.2rem;
  width: fit-content;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

.products__prod .prod-hr {
  text-align: center;
  width: 3rem;
  border-top: 3px solid;
  margin: 1rem auto;
}

.products__prod--gradient img {
  background: linear-gradient(131.14deg, #7f28c4 4.53%, #e2197c 70.61%, #e5231b 102.64%);
  padding: 1%;
}

.products__prod .products--other__badge {
  display: none;
  position: absolute;
  background: linear-gradient(131.14deg, #7f28c4 4.53%, #e2197c 70.61%, #e5231b 102.64%);
  left: 5%;
  top: 5%;
  width: 12rem;
  height: 3rem;
  font-weight: 700;
  font-size: 1rem;

  position: absolute;
  border-radius: 20px 0;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.products__prod .products--other__badge {
  display: flex;
}

.products__prod--gradient .products__link {
  background: linear-gradient(131.14deg, #7f28c4 4.53%, #e2197c 70.61%, #e5231b 102.64%);
}

/* PRODUCTS EXPAND */

.products-expand {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  width: 100%;

  padding: 0 5%;
  text-align: center;
}

.products-expand .products-expand__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5rem;
  margin-bottom: 3rem;
}

.products-expand .products__prod {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}

.products-expand .products__prod img {
  width: 100%;
}

.products-expand .products-expand__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.products-expand .products-expand__image {
  flex-basis: 100%;
}

.products-expand .products-expand__hide {
  display: none;
}

.products-expand .products-expand__btn-more button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #181818;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* TITLE */
.title .title__h2 {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
}

.title .title__hr {
  border-bottom: 3px solid;
  width: 35vw;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.title .title__hr--right {
  margin-left: auto;
}

/* FOOTER */
.footer p {
  width: 90%;
  margin: 2rem auto;
  color: #8a8a8a;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (max-width: 450px) {
  .competition__text  .competition__h2 {
    font-size: 0.75rem;
  }
  .competition__text .competition__header {
    font-size: 0.9rem;
  }
  .competition__steps {
    row-gap: 0;
    left: 45%;
  }
  .step {
    width: 210%;
  }
  .game__h2 {
    font-size: 0.7rem;
  }
  .game__p {
    font-size: 0.6rem;
  }
  .game__p span {
    font-size: 0.65rem;
  }
  .banner__btn {
    padding: 0.5rem 1.1rem;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 500px) {
  html {
    font-size: 20px;
  }
  .step {
    width: 150%;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 700px) {
  html {
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 8px;
  }

  /* HERO */
  .hero__img {
    display: none;
  }

  .hero__img--desktop {
    display: block;
  }
  .hero__title--sub {
    font-size: 4rem;
  }
  .hero__text {
    top: 50%;
    left: 61%;
    transform: translate(-50%, -50%);
  }

  .hero__h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .hero__h1--left {
    text-align: center;
    margin-left: 5%;
    width: 50%;
    /* top: 50%;
    transform: translateY(-50%); */
  }

  .hero__h1--right {
    text-align: right;
    margin-right: 5%;
  }

  .hero__title {
    font-size: 3.5rem;
  }

  .hero__bage {
    font-size: 2.5rem;
  }
  /* Main text */
  .main-desc {
    padding: 0% 10%;
    text-align: center;
  }

  .main-desc__header {    
    font-size: 2.3rem;    
  }
  .main-desc__text {
    font-size: 1.7rem;
  }
  .main-desc_span_anew {
    flex-flow: nowrap;
    width: 50%;
    padding: 1rem;
    text-align: left;
    margin-top: unset;
  }
  .main-desc_img_anew {
    width: 50%;
    padding: 5%;
    margin: unset;
  }

  .main-desc__logo {
    width: 10vw;
  }

  .main-button {
    margin-top: 0.5rem;
    margin-right: auto;
  }

  /* Baner */
  .banner {
    background-position-x: 0;
    width: calc(0.9 * 100vw);
    height: calc(0.9 * 28.7vw);
  }

  .banner__content {
    height: 100%;
    min-height: unset;
    padding: 5%;
    justify-content: center;
  }
  .newsletter .banner__content {
    margin-left: 30%;
    width: 70%;
  }
  .pages__background-d {
    width: 100%;
    display: block;
  }
  .pages__background-m {
    display: none;
  }

  /* Style bio */
  .ambasador__bio .ambasador__bio--cat {
    font-size: 0.85rem;
    letter-spacing: 0.65rem;
  }
  .ambasador__bio .ambasador__bio--name {
    font-size: 1.5rem;  
    margin: 2rem 0;  
  }
  .ambasador__bio .ambasador__bio--info {
    font-size: 0.95rem;
    padding: 0 2.2rem;
    margin: 2rem 0;
  }
  .ambasador__bio--links div {
    column-gap: 0.75rem;
  }
  .ambasador__bio--link {
    text-underline-offset: 7px;
    font-size: 1rem;
  }

  .banner__club{
    display: block;
    background-image: url('../images/desktop/baner.png');
    background-position-x: 0;
    width: calc(0.9 * 100vw);
    height: calc(0.9 * 28.7vw);
  }
  .banner__club--mobile {
    display: none;
  }
  .banner__club .banner__h2{
    font-size: 2.6rem;
  }
  .banner__h2 {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .banner__p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .banner__btn {
    /* margin-left: 0; */
    font-size: 1.4rem;
    padding: 0.75rem 2.4rem;
    border-radius: 0.4rem;
  }

  .banner__btn:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }

  /* VIDEO */
  .video {
    width: calc(0.75 * 100vw);
  }

  /* PRODUCTS */
  .products {
    width: 90%;
  }

  .products .arrow-container {
    display: none;
  }

  .products .arrow-container {
    width: 2.5vw;
    height: 2.5vw;
    left: 0vw;
    top: 40%;
  }

  .products .arrow-right {
    left: auto;
    right: 0vw;
  }

  .products .products__slider {
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 90%;
  }

  .products .products__prod {
    width: 49%;
    height: auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 2%;
  }

  .products .products__prod .products__details .products__txt {
    line-height: 1.2;
    font-size: 0.75rem;
    padding: 0 1rem;
  }

  .products .products__prod .products__badges {
    padding: 0.5rem 1rem;
  }

  .products .products__prod .products__badges > div {
    flex-direction: row;
    width: 32%;
  }

  .products .products__prod .products__badges img {
    width: 15%;
  }

  .products .products__prod .products__badges p {
    width: 80%;
    font-size: 0.8rem;
    text-align: left;
  }

  .products .products__slider--3prod .products__prod {
    width: 32%;
    margin-left: 0.66%;
    margin-right: 0.66%;
  }

  /* Wersja z ikonami i tytułem */

  .products .products__prod .products__title {
    margin: 4rem;
    font-size: 1.5rem;
  }

  .products .products__prod .products__title_header {
    font-size: 1.8rem;
  }

  .products .products__prod .products__icons > div > p {
    font-size: 0.7rem;
  }

  /* PRODUCTS OTHER */
  .products--other .products__prod {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 0;
  }

  .products--other .products__slider {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  /* PRODUCTS EXPAND */
  .products-expand {
    padding: 0 5%;
  }

  .products-expand .products__prod {
    flex-basis: 32%;
  }

  .products-expand .products__prod img {
    width: 50%;
    margin-right: 2rem;
  }

  .products-expand .products-expand__image img {
    width: 100%;
  }

  .products--primary .products__prod .products--other__prices {
    display: inherit;
  }

  .products--primary .products__prod .products__details .products__link {
    margin-left: auto;
  }

  .products__prod .products--other__txt {
    margin: 0.5rem auto;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .products__prod .products--other__txt .sub-name{
    font-size: 1.2rem
  }

@media screen and (min-width: 1000px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }

  .wrapper {
    width: 1920px;
    margin: auto;
  }

  .main-desc__logo {
    width: calc(0.1 * 1920px);
    margin: 2rem auto;
  }

  .title .title__hr {
    width: calc(0.35 * 1920px);
  }

  .banner {
    width: calc(0.9 * 1920px);
    height: calc(0.9 * 0.287 * 1920px);
  }
  .game, .competition {
    width: calc(0.9 * 1920px);
  }
}
}/* NEWSLETER FORM */
/* DESKTOP */
  /* Formularz */
  #newsletter-page form {
    width: 100%;
    height: auto;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; */
}

/* INPUTS */
#newsletter-page .exe-input {
    width: 40%;
    margin: 0 auto;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 1.168vw 0.4745vw 0 0.4745vw; /* 16px 6.5px 0 6.5px */
}
#newsletter-page .exe-input input,
#newsletter-page .exe-input label,
#newsletter-page .exe-input span {
    transition: 0.3s ease-out;
}
#newsletter-page .exe-input input {
   border: none;
   border-bottom: 2px solid #000;
    margin: 0 -0.4745vw; /* 0 -6.5*/
    padding:  0.438vw 0.4745vw 0.438vw 0.4745vw; /* 0 6.5 6 6.5 */
    line-height: 1.314vw; /* 18px */
    font-size: 1.022vw; /* 14px */
    background: transparent;
}

#newsletter-page .exe-input label {
    position: absolute;
    top: 1.752vw;  /* 24px */
    color: #7b8283;
    line-height: 0.949vw; /* 13px */
    font-size: 1.022vw; /* 14px */
}

#newsletter-page .exe-input span {
    color: #851168;
    line-height: 0.949vw; /* 13px */
    font-size: 0.73vw;  /* 10px */
    opacity: 0;
}

#newsletter-page .exe-input input.filled + label,
#newsletter-page .exe-input input:focus + label {
    top: 0;
    text-transform: uppercase;
    font-size: 0.73vw;  /* 10px */
}

#newsletter-page .exe-input input:focus {
    border-color: #7F28C4;
}

#newsletter-page .exe-input input:focus + label {
    color: #7F28C4;
}

#newsletter-page .exe-input input.invalid {
    border-color: #851168;
    background: transparent;
}

#newsletter-page .exe-input input.invalid ~ span {
    opacity: 1;
}

#newsletter-page .exe-input input.invalid + label {
    color: #851168;
}



/* CHECKBOX */
#newsletter-page .exe-agreement {
    position: relative;
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

    background-color: transparent;
    opacity: 1;

    margin-top: 1.04vw; /* 20px */
    margin-bottom: 1.04vw; /* 20px */
}

#newsletter-page .exe-agreement input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#newsletter-page .exe-agreement label.exe-checkbox-label {
    width: calc(100% - 2vw);

    /* white-space: pre-wrap; */

    text-align: left;
    color: #747A7B;
    font: normal normal normal 0.624vw/0.832vw Montserrat; /* 12px/16px */
    opacity: 1;
}

#newsletter-page .exe-agreement label.exe-checkbox-label .exe-a-link {
    text-decoration: underline;
    color: #747A7B;
}

#newsletter-page .exe-agreement span {
    width: calc(100% - 2vw);
    margin-left: 2vw;

    line-height: 1.04vw;
    font-size: 0.624vw;
    color: #851168;
    opacity: 0;
    transition: 0.3s ease-out;
}

#newsletter-page .exe-agreement input.invalid ~ span {
    opacity: 1;
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap {
    position: relative;
    width: 1.314vw; /* 18px */
    height: 1.314vw /* 18px */
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked,
#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-unchecked {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.314vw; /* 18px */
    height: 1.314vw /* 18px */
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked {
    opacity: 0;
    transition: 0.3s ease-out;
    z-index: 2;
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked.visible {
    opacity: 1;
}


/* SUBMIT BUTTON */
#newsletter-page .exe-btn-form-send {
    /* margin:0 auto;
    padding: 1.04vw 2.08vw; /* 20px 40px */

    background: black;
    border-radius: 0.208vw; /* 4px */
    opacity: 1;

    text-align: center;
    color: #FFFFFF;
    font: normal normal bold 0.728vw/1.04vw Montserrat; /* 14px/20px */

    cursor: pointer;
    display: inline-flex;
    margin-top: 1.5rem;
}

#newsletter-page .exe-btn-form-send:hover {
    background: #7F28C4;
}
/* MOBILE */
@media only screen and (max-width: 479px) {
/* Formularz */
#newsletter-page form {
    width:100%;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* INPUTS */
#newsletter-page .exe-input {
    position: relative;
    width:100%;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    padding: 4.072vw 1.65425vw 0 1.65425vw; /* 16px 6.5px 0 6.5px */
}

#newsletter-page .exe-input input,
#newsletter-page .exe-input label,
#newsletter-page .exe-input span {
    transition: 0.3s ease-out;
}

#newsletter-page .exe-input input {
  border: none;
  border-bottom: 2px solid #000;
    margin: 0 -1.65425vw; /* 0 -6.5*/
    padding:  1.2725vw 1.65425vw; /* 5 6.5 */
    line-height: 4.8355vw; /* 19px */
    font-size: 4.072vw; /* 16px */
    background: transparent;
}

#newsletter-page .exe-input label {
    position: absolute;
    top: 5.599vw;  /* 22px */
    color: #7b8283;
    line-height: 4.8355vw; /* 19px */
    font-size: 3.7vw; /* 4.072vw;  16px */
}

#newsletter-page .exe-input span {
    color: #851168;
    line-height: 3.3085vw; /* 13px */
    font-size: 2.545vw;  /* 10px */
    opacity: 0;
}

#newsletter-page .exe-input input.filled + label,
#newsletter-page .exe-input input:focus + label {
    top: 0;
    text-transform: uppercase;
    font-size: 2.545vw;  /* 10px */
}

#newsletter-page .exe-input input:focus {
    border-color: #7F28C4;
}

#newsletter-page .exe-input input:focus + label {
    color: #7F28C4;
}

#newsletter-page .exe-input input.invalid {
    border-color: #851168;
    background: transparent;
}

#newsletter-page .exe-input input.invalid ~ span {
    opacity: 1;
}

#newsletter-page .exe-input input.invalid + label {
    color: #851168;
}


/* CHECKBOX */
#newsletter-page .exe-agreement {
    position: relative;
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

    background-color: transparent;
    opacity: 1;

    margin-top: 5.54vw; /* 20px */
    margin-bottom: 5.54vw; /* 20px */
}

#newsletter-page .exe-agreement input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#newsletter-page .exe-agreement label.exe-checkbox-label {
    width: calc(100% - 8vw);

    /* white-space: pre-wrap; */

    text-align: left;
    color: #747A7B;
    font: normal normal normal 3.324vw/4.432vw Montserrat; /* 12px/16px */
    opacity: 1;
}

#newsletter-page .exe-agreement label.exe-checkbox-label .exe-a-link {
    text-decoration: underline;
    color: #747A7B;
}

#newsletter-page .exe-agreement span {
    width: calc(100% - 8vw);
    margin-left: 8vw;

    line-height: 4.432vw;
    font-size: 3.324vw;
    color: #851168;
    opacity: 0;
    transition: 0.3s ease-out;
}

#newsletter-page .exe-agreement input.invalid ~ span {
    opacity: 1;
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap {
    position: relative;
    width: 5.54vw; /* 20px */
    height: 5.54vw /* 20px */
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked,
#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-unchecked {
    position: absolute;
    top: 0;
    left: 0;
    width: 5.54vw; /* 20px */
    height: 5.54vw /* 20px */
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked {
    opacity: 0;
    transition: 0.3s ease-out;
    z-index: 2;
}

#newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked.visible {
    opacity: 1;
}


/* SUBMIT BUTTON */
#newsletter-page .exe-btn-form-send {
    margin:0 auto;
    padding: 5.54vw 11.08vw; /* 20px 40px */

    background: black;
    border-radius: 1.108vw; /* 4px */
    opacity: 1;

    text-align: center;
    color: #FFFFFF;
    font: normal normal bold 3.878vw/5.54vw Montserrat; /* 14px/20px */

    cursor: pointer;
    margin-top: 1.5rem;
}

#newsletter-page .exe-btn-form-send:hover {
    background: #7F28C4;
}
}