@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap");
* {
  font-family: 'Nunito', sans-serif !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth !important;
}

body {
  background-color: #111;
  margin: 0;
  padding: 0;
}

.text__white {
  color: #FFF;
}

.text__left {
  text-align: left;
}

.text__center {
  text-align: center;
}

.text__white {
  color: #FFF;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h1 span {
  font-weight: 600;
}

.h2-big {
  font-size: 32px;
}

h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h2 span {
  font-size: 32px;
  font-weight: 600;
}

h3 {
  font-size: 21px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.p-big {
  font-size: 18px;
}

p {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.p__disclamer {
  font-size: 14px;
  color: #DADADA;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  .h2-big {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h2 span {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  .h2-big {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
  }
  h2 span {
    font-size: 24px;
  }
}

.cta-container {
  padding: 1rem 0;
}

.cta {
  text-decoration: none;
  border-radius: 99px;
  font-weight: 400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta__big {
  font-size: 18px;
  padding: 12px 36px;
}

.cta__normal {
  font-size: 16px;
  padding: 8px 28px;
}

.cta__violet {
  color: #FFF;
  background-color: #8250FA;
  border: 1px solid #8250FA;
}

.cta__violet:hover {
  background-color: #6930F0;
  border: 1px solid #6930F0;
}

.cta__white-o {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
}

.cta__white-o:hover {
  border: 1px solid #CCCCCC;
}

.img-fluid {
  max-width: 100%;
}

.box__style {
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #333;
  border-radius: 20px;
  background: #1A1A1A;
}

.container {
  max-width: 1318px;
  margin: auto;
  padding: 0 1rem;
}

.top {
  border-bottom: 1px solid #333;
  background: url("../img/top-img.png") center no-repeat;
  max-height: 640px;
}

.top .container {
  position: relative;
  z-index: 2;
}

.top .container .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 1rem;
  margin: auto;
}

@media screen and (max-width: 540px) {
  .top .container .logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top .container .top__content {
  padding: 153px 0 221px;
}

.top .container .top__content h1 {
  margin-bottom: 1.3rem;
}

.top .overlay {
  display: none;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.633491)), color-stop(50%, rgba(0, 0, 0, 0.361782)), color-stop(95%, rgba(0, 0, 0, 0.501838)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.633491) 0%, rgba(0, 0, 0, 0.361782) 50%, rgba(0, 0, 0, 0.501838) 95%);
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1168px) {
  .top {
    background-position: left;
    background-position-x: -35vw;
  }
  .top .overlay {
    display: block;
  }
}

@media screen and (max-width: 870px) {
  .top {
    background-position: left;
    background-position-x: -55vw;
  }
}

@media screen and (max-width: 420px) {
  .top {
    background-position: left;
    background-position-x: -75vw;
  }
}

.video {
  padding: 60px 0;
  background: url("../img/video-bg.png") center no-repeat;
}

.video .container h2 {
  margin-bottom: 30px;
  font-weight: 300 !important;
}

.video .container .video__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;
}

.video .container .video__wrapper video {
  max-width: 100%;
  border-radius: 20px;
}

.zagraj {
  background-color: #000;
  background-image: url("../img/bg-logo.png");
  background-repeat: no-repeat;
  background-position: top;
  padding: 60px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.zagraj .container h2 {
  max-width: 780px;
  margin: auto;
  padding-bottom: 30px;
}

.zagraj .container .zagraj__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 780px;
  margin: auto;
}

.zagraj .container .zagraj__wrapper .zagraj__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 20px;
}

.zagraj .container .zagraj__wrapper .zagraj__item h2 {
  font-weight: 300;
  padding-bottom: 0;
}

@media screen and (max-width: 620px) {
  .zagraj .container .zagraj__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.products {
  background: url("../img/bg-pattern.png") center;
  padding: 60px 0;
}

.products .container h2 {
  margin-bottom: 30px;
}

.products .container .products__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;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products .container .products__wrapper .products__item {
  max-width: 349px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.products .container .products__wrapper .products__item p {
  width: 269px;
}

@media screen and (max-width: 376px) {
  .products .container .products__wrapper .products__item p {
    width: 200px;
  }
}

.products .container .p__disclamer {
  margin-top: 30px;
}

.dwawjednym {
  background-color: #000;
  background-image: url("../img/bg-logo.png");
  background-repeat: no-repeat;
  background-position: top;
  padding: 60px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.dwawjednym .container .dwawjednym__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.dwawjednym .container .dwawjednym__wrapper h2 {
  max-width: 644px;
  font-weight: 300;
}

@media screen and (max-width: 1135px) {
  .dwawjednym .container .dwawjednym__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .dwawjednym .container .dwawjednym__wrapper .img-fluid {
    max-width: 30% !important;
  }
}

.articles {
  padding: 60px 0;
  background: url("../img/video-bg.png") center no-repeat;
}

.articles .articles__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.articles .articles__wrapper .articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.articles .articles__wrapper .articles__item .item__text {
  max-width: 614px;
}

.articles .articles__wrapper .articles__item .item__text h2 {
  margin-bottom: 1rem;
}

.articles .articles__wrapper .articles__item .item__text .img-fluid {
  margin-bottom: 1rem;
}

.articles .articles__wrapper .item__odd .item__img {
  border-radius: 0 20px 20px 0;
}

.articles .articles__wrapper .item__odd .item__text {
  padding: 0 0 0 30px;
}

.articles .articles__wrapper .item__even .item__img {
  border-radius: 20px 0 0 20px !important;
}

.articles .articles__wrapper .item__even .item__text {
  padding: 0 30px 0 0;
}

@media screen and (max-width: 1175px) {
  .articles .articles__wrapper .item__odd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .articles .articles__wrapper .item__odd .item__img {
    border-radius: 20px 20px 0 0;
  }
  .articles .articles__wrapper .item__odd .item__text {
    padding: 0 30px 30px;
  }
  .articles .articles__wrapper .item__even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articles .articles__wrapper .item__even .item__img {
    border-radius: 20px 20px 0 0 !important;
  }
  .articles .articles__wrapper .item__even .item__text {
    padding: 0 30px 30px;
  }
}

.ultimate-team {
  background-color: #000;
  background-image: url("../img/bg-logo.png");
  background-repeat: no-repeat;
  background-position: top;
  padding: 60px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.ultimate-team .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.ultimate-team .container .ultimate__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.ultimate-team .container .ultimate__wrapper p {
  font-weight: 300;
}

.ultimate-team .container .ultimate__wrapper .image-hero {
  border-radius: 20px !important;
  padding: 0;
  margin: 0;
}

.ultimate-team .container .ultimate__wrapper .logo {
  margin: auto;
}

.ultimate-team .container .ultimate__wrapper .ultimate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 20px;
}

.ultimate-team .container .ultimate__wrapper .ultimate__item .item__copy h2 {
  margin-bottom: .5rem;
}

.ultimate-team .container .ultimate__wrapper .ultimate__item .icon {
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .ultimate-team .container .ultimate__wrapper {
    -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: 692px;
    margin: auto;
  }
}

.footer {
  background-color: #000;
  background-image: url("../img/bg-logo.png");
  background-repeat: no-repeat;
  background-position: top;
  padding: 60px 0;
  border-top: 1px solid #333;
}

.footer .container .p__disclamer {
  max-width: 1050px;
  margin: auto;
}

.footer .container .footer__wrapper {
  max-width: 1050px;
  margin: auto;
  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;
  gap: 2rem;
  padding: 30px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
