/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;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;
}

.mobile {
  display: none;
}
/* HERO */

.hero {
  position: relative;
}

.hero__img {
  width: 100%;
  height: auto;
  position: relative;
}

.hero__img--desktop {
  display: none;
}

.hero__img--second {
  position: absolute;
  border: 1px solid red;
  margin: 0;
  top: 0;
  /* width: 100%; */
}

.hero__text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.products__prod .hero__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hero__h1 {
  position: relative;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #DC599B;
  /* width: 35%;
  margin-left: 35vw; */
}

.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%;
} */
.hero__h1--left {
  text-align: left;
  width: 100%;
  margin-left: 5%;
}

.newsletter {
  background-image: url(../images/common/newsletter-mobile.jpg);
}
.newsletter--img {
  width: 100%;
  display: block;
}
.newsletter .banner__h2, .game .banner__h2{
  color: #000;
  font-weight: 800;
}

.newsletter .main-desc__text {
  color: #000;
  font-size: 1rem;
  margin-bottom: 5rem;
  text-transform: none;
}

.hero__title {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.1;
}

.hero__title--sub {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1;
}

.hero__bage {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;  
  background-color: #000000;
  padding: 10px 12px;
  position: absolute;
  top: 0;  
  left: 0;
}
/* Main text */

.main-desc {
  padding: 0 10%;
  text-align: center;
}

.main-desc__header {
  line-height: 1.6;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.main-desc__text {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
}

#limitation .main-desc__text {
  font-size: 1rem;
}

.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;
}

.under__header{
  text-transform: uppercase;
}
.under__header span{
  font-size: 2.3rem;
}

.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: 'Lato', 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: 10% 7% 10% 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner__club--mobile .banner__copy--mobile {
  position: absolute;
  top: 65%;
  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: #000;
}

.banner__club--mobile .banner__copy--mobile .banner__h2 {
  color: #000;
  font-weight: 500;
  font-size: 1.45rem;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.banner__club .banner__content{
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;    
}

.banner__text {
  display: contents;
  margin-bottom: unset;}

.banner__h2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 1rem 0;
}

.banner__p {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}

.banner__prize {
  font-weight: 700;
  font-size: 3.75rem;
  margin-bottom: 0.75rem;
}

.banner__disc {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
}
/* Style karteczek mobile */
.game {
  position: relative;
  height: calc(0.9 * 130vw);
}
.pages__background-d {
  display: none;
}
.pages__background-m {
  display: block;
  width: 100%;
}
.game__content {
  position: absolute;
  top: 50%;
  width: 80%;
  right: 10%;
  text-align: center;
  color: #181818;
}
.game__h2 {  
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 500;
}
.game__h2 span{  
  font-weight: 900;
  /* font-size: 1.2rem; */
}
.purple {
  color: #311D6C;
}
.game__p {
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.game__p span {
  font-weight: 600;
  font-size: 0.75rem;
}
/* Style baneru konkursowego mobile */
.competition {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.competition__background-d {
  display: none;
}
.competition__background-m {
  display: block;
  width: 100%;
}
.competition__div{
  position: absolute;
}
.competition__text { 
  top: 45%;
  width: 88%;
  right: 5%;
}
.competition__text  .competition__h2 {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;  
  width: 90%;
  margin: auto;
}
.competition__text .competition__header {
  color: #EB3351;
  margin-bottom: 0.25rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}
.competition__text  .competition__txt {
  margin: 1rem 0;
  font-size: 0.7rem;
}
.competition__steps {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  top: 67%;
  left: 50%;
  transform: translate(-50%, 0);
}
.step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  font-size:0.7rem;
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
  padding: 0.1rem 0;
  width: 110%;
}
.step__number {
  color: #EB3351;
  font-size: 1.1rem;
}
.step__bold {
  font-weight: 700;
}
.competition__info {
  bottom: 9%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0.65rem;
  line-height: 1.3;
  font-weight: 500;
  width: 100%;
}  
.competition__link {
  color: #181818;
}

.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__btn--black {
  color: #fff;
  padding: 0.7rem 1.2rem;
  line-height: 1.2;
  background-color: #212529;
}

.banner__club .banner__btn, .banner__club--mobile .banner__btn {
  color: #fff;
  padding: 0.5rem 1.5rem;
  line-height: 1.2;
  background-color: #000;
  border-radius: 3px;
}
.banner__club--mobile .banner__btn {
  margin-top: 0.5rem;
}
/* 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: 60%;
  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__prod--content {
  position: relative;
}
.products .products__prod.products__prod--bg {
  background: linear-gradient(110.45deg, rgba(251, 244, 244, 0.5) 21.08%, rgba(255, 255, 255, 0.5) 31.61%, rgba(246, 237, 240, 0.5) 38.96%, rgba(214, 200, 186, 0.5) 96.84%);
}
.products__desc {
  position: absolute;
  left: 10%;
  height: 70%;
  width: 90%;
  color: #fff;
  text-align: center;
}

.products .products__prod .top {
  top: 5%;
}
.products .products__prod .bottom {
  top: 70%;
}

.products__desc .products__desc--h1 {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.products__desc--p {
  font-weight: 500;
  width: 90%;
  margin: 0.6rem 0!important;
}

.products__prod--disc {
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
  margin: 1rem 0.4rem;
}
.products .products__prod .products__badge {
  display: flex;
  position: absolute;
  background-color: #fff;
  right: 3%;
  top: 3%;
  width: 6rem;
  height: 2rem;
  font-weight: 700;
  font-size: 1rem;
  /* 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__badge--newness {
  left: 0;
  top: 0;
  background-color: #000000;
  letter-spacing: 2px;
  width: 7rem;
  color: #fff;
}
.products .products__prod .products__details {
  position: absolute;
  padding: 0.4rem 0;
  left: 0;
  bottom: 1vh;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: 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: 'Lato', sans-serif;
  /* color: #ffffff; */
  color: #000 ;
  line-height: 0.8rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 1rem;
}
.products .products__prod .products__details .products__details--img {
  width: 25%;
}

.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: 40%;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.products--other {
  display: flex;
  text-align: center;
  margin-top: 1rem;
  align-items: center;
  column-gap: 15px;
  justify-content: center;
}

.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: #ffffff;
  /* background-color: #B51742; */
  margin: 0;
}
.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: 'Lato', 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: #000;
}

.products--sliderDesktop-4 .products__prod .products--other__txt {
  color: #000;
}


.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: 2.8rem;
  color: #000;
  font-weight: 700;
}

.products__prod .products--other__prices .products--other__promotion-price sup {
  position: relative;
  top: -1rem;
  font-size: 1.8rem;
}
.products__prod .products--other__prices .products--other__regular-price {
  margin-left: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: line-through;
}

.products--sliderDesktop-4 .products__prod .products--other__promotion-price {
  color: #000;
}

.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: 'Lato', sans-serif;
  line-height: 1.5;
}

.products__prod .prod-hr {
  text-align: center;
  width: 3rem;
  border-top: 3px solid;
  margin: 1rem auto;
}

.products--sliderDesktop-4 img {
  width: 80%;
  margin: 10%;
}

.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: 2px solid;
  width: 35vw;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.title .title__hr--right {
  margin-left: auto;
}
.title .title__hr--full {
  width: 85vw;
  margin: 0 auto 1rem auto;
}

/* FOOTER */
.footer p {
  width: 90%;
  margin: 2rem auto;
  color: #8a8a8a;
  font-size: 0.85rem;
  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__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;
  }

  .section-margin {
    width: 80%;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .mobile {
    display: block;
  }
  /* HERO */
  .hero__img {
    display: none;
  }

  .hero__img--desktop {
    display: block;
  }
  .hero__title--sub {
    display: block;
    font-size: 2rem;
  }

  .hero__text {
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
  }
  .hero__h1 {
    font-size: 2rem;
    line-height: 1.1;
    width: 35%;
    margin-left: 35vw;
  }

  .hero__h1--left {
    text-align: left;
    margin-left: 10%;
    width: 35%;
    /* top: 50%;
    transform: translateY(-50%); */
  }

  .hero__h1--right {
    text-align: right;
    margin-right: 5%;
  }

  .hero__title {
    font-size: 2.8rem;
  }

  .hero__bage {
    font-size: 1.2rem;
    padding: 7px 24px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
  /* Main text */
  .main-desc {
    padding: 0%;
    text-align: center;
  }

  .main-desc__header {    
    font-size: 1.5rem;    
  }
  .main-desc__text {
    font-size: 1.4rem;
  }

  #limitation .main-desc__text {
    font-size: 1.4rem;
  }

  .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;
  }
  .banner__prize {
    font-size: 6.5rem;
    margin-bottom: 2rem;
  }

  .newsletter {
    background-image: url(../images/common/banner.jpg);
  }
  .newsletter--img {
    display: none;
  }
  .newsletter .banner__content {
    margin-left: 30vw;
    width: 65%;
  }

  .newsletter .banner__h2, .game .banner__h2 {
    margin-top: 4rem;
  }

  .newsletter .main-desc__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .banner__disc {
    margin-top: 2rem;
    font-size: 1.1rem;
  }
  .pages__background-d {
    width: 100%;
    display: block;
  }
  .pages__background-m {
    display: none;
  }
  .banner__club{
    display: block;
    background-image: url('../images/common/banner-club.jpg');
    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.4rem;
  }
  .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: 1rem;
    padding: 0.5rem 2rem;
    border-radius: 0.3rem;
  }

  .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__desc {
    left: 10%;
    height: 40%;
  }

  .products__desc .products__desc--h1 {
    font-size: 2.2rem;
  }

  .products__desc--p {
    line-height: 1.5;
    font-size: 1.4rem;
  }

  .products__prod--disc {
    font-size: 1.1rem;
    margin: 1.6rem 0;
  }
  .products .products__prod .products__details {
    bottom: 2rem;
  }
  .products .products__prod .products__details .products__txt {
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 0 1rem;
  }

  .products--other {
    display: block;
  }

  .products .products__prod .products__details .products__link {

  }

  .products--other .products__link {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .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--other__details{
    margin-top: 1.2vh;
  }

  .products--primary .products__prod .products__details .products__link {
    margin-left: auto;
    margin-top: 0.4rem;
  }

  .products__prod .products--other__txt {
    margin: 0.4rem auto;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .products__prod .products--other__txt .sub-name{
    font-size: 1.1rem;
    line-height: 1;
  }

@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.75 * 1920px);
  }

  .banner {
    width: calc(0.9 * 1920px);
    height: calc(0.9 * 0.287 * 1920px);
  }
}
}