html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  font-family: "Montserrat", sans-serif;
  color: #10100F;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.mainWrapper {
  flex: 1;
  display: flex;
  align-items: flex-start;
  align-items: stretch;
}

main {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, li, a {
  margin: 0;
}

h1 {
  font-size: 72px;
  color: #28367F;
  font-family: "Montserrat";
  display: flex;
  font-weight: 900;
  flex-direction: column;
  gap: 10px;
  line-height: 1.1;
}
h1 span.f-84 {
  font-size: clamp(45px, 6vw, 84px);
}
h1 span.f-54 {
  font-size: clamp(30px, 6vw, 54px);
}

h2 {
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 700;
  font-family: "Montserrat";
}

h3 {
  font-size: clamp(23px, 3vw, 28px);
  font-weight: 800;
}

p, li {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
  line-height: 175%;
}

section {
  padding: 0;
  position: relative;
  z-index: 2;
}

.contentWidth {
  max-width: 1410px;
  margin: auto;
  padding: 70px 20px;
}
.contentWidth.w-100 {
  max-width: inherit;
  width: 100%;
}
.contentWidth.mw-1550 {
  max-width: 1550px;
}

header {
  width: 100%;
  z-index: 20;
}

.path-header img  {
  background-size: contain;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.path-hight {
  display: none;
}

.logo {
    z-index: 10;
    position: relative;
    top: 40px;
}

.cover .path-header img {
  width: 100%;
  max-width: 100%;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  height: 60px;
  max-width: 1410px;
  margin: auto;
}

.logo {
  z-index: 10;
}
.logo img {
  display: block;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;  position: relative;
    top: -10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 0;
  z-index: 10;
}
.burger span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  transform-origin: 0 0;
  transition: 0.4s;
  background-color: #FFFFFF;
}
.burger.is-active span:nth-child(1) {
  transform: translate(4.5px, 0px) rotate(40deg);
  background-color: #FFFFFF;
}
.burger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-15px);
}
.burger.is-active span:nth-child(3) {
  transform: translate(3px, 3.5px) rotate(-40deg);
  background-color: #FFFFFF;
}



.menu {
  display: flex;
  gap: clamp(15px, 4vw, 50px);
  margin: 0;
  padding: 0;
}
.menu li {
  list-style-type: none;
  display: flex;
}
.menu li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: clamp(16px, 4vw, 18px);
  transition: color 0.25s;
  font-weight: 600;
}
.menu li a:hover {
  color: #C91430;
}

.menu.active {
  z-index: 9;
  display: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #28367F;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  animation-name: animaceMenuA;
  animation-duration: 0.5s;
}
@keyframes animaceMenuA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




footer {
  background-color: #0088D2;
}
footer .contentWidth {
  max-width: 1410px;
  padding: 50px 20px;
}
footer .copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
footer .copy p, footer .copy a {
  font-size: 14px;
  color: #FFFFFF;
}
footer .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
footer h3 {
  font-size: clamp(16px, 3vw, 22px);
}

.footerInfo {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 300;
  max-width: 600px;
}

.logo img {
  max-width: 110px;
}

.contact {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  font-size: clamp(18px, 6vw, 22px);
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.25s;
  line-height: 0;
}
.contact a:hover {
  transform: scale(1.075);
}

.footerMenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 25px;
  padding: 0;
  margin: 0;
}
.footerMenu li {
  list-style: none;
}
.footerMenu a {
  text-decoration: none;
  transition: opacity 0.25s;
  color: #FFFFFF;
  font-weight: 700;
}

.content404 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
.content404 img {
  max-width: 100%;
  width: 500px;
}
.content404 .text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content404 .text h1, .content404 .text h2 {
  line-height: 1;
}

.textPage .contentWidth, .postContent .contentWidth {
  max-width: 900px;
}
.textPage h1, .postContent h1 {
  margin-bottom: 30px;
  text-align: center;
  color: #10100F;
  font-size: clamp(40px, 10vw, 70px);
}
.textPage h2, .postContent h2 {
  text-align: center;
  color: #10100F;
}
.textPage h2 a, .postContent h2 a {
  color: #10100F;
}
.textPage h2, .textPage h3, .textPage h4, .textPage h5, .textPage h6, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6 {
  margin-top: 40px;
  line-height: 1.3;
}
.textPage ul, .textPage ol, .postContent ul, .postContent ol {
  margin: 0;
  padding-left: 20px;
}
.textPage p, .textPage li, .postContent p, .postContent li {
  margin: 10px 0;
  word-wrap: break-word;
  line-height: 1.5;
}
.textPage a, .postContent a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.25s;
  color: #10100F;
}
.textPage a:hover, .postContent a:hover {
  text-decoration-color: rgba(255, 255, 255, 0);
}

.terms .contentWidth {
    background: #EAF3FD;
    border-radius: 40px;
    padding: 80px;
    margin-top: 30px
}

.terms .contentWidth .flex {
  width: 50%;
}

.terms .contentWidth img {
  height: 380px;
}

table, th, td {
  margin: 20px 0;
  border: 1px solid;
  padding: 10px 20px;
}

.tebleWrapper {
  overflow: auto;
}
.tebleWrapper table {
  min-width: 800px;
}

.textImg .img {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.textImg .img img {
  display: block;
  max-width: 100%;
  margin: -140px 0 -250px;
  width: 80%;
}
.textImg .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.textImg .text .wrapper {
  display: flex;
  gap: 30px;
}
.textImg .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.formImg .content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.formImg img {
    width: 100%;
    max-width: 500px;
}
.formImg .form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.receipt {
  filter: drop-shadow(1px 3px 14px rgba(0, 0, 0, 0.26));
}

.cover {
  background-image: url(../images/main/cover-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cover .content {
    display: grid;
    grid-template-columns: 580px 1fr;
    gap: 50px;
}
.cover .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 100px;
  padding-top: 50px;
}
.cover img {
  max-width: 900px;
  width: 100%;
}
.cover p {
color: #28367F;
  font-size: clamp(16px, 3vw, 20px);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 45px;

}

.clip-path img {
  background-size: contain;
  position: absolute;
  top: -100px;
  display: block;
  width: 100%;
  z-index: -1;
}


@media (min-width: 3000px) {
    .path-header img {
        background-size: contain;
        position: absolute;
        top: -50px!important
    }
}

@media (min-width: 2000px) {

.path-header .path-hight {
  display: block;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    max-width: 1410px;
    margin: auto;
    position: relative;
    top: 0;
}

.logo {
    z-index: 10;
    position: relative;
    top: 0;
}

.path-header .path-normal {
  display: none;
}

.path-header img {
    background-size: contain;
    position: absolute;
    top: 0px;
}



.logo img {
    max-width: 190px;
    position: relative;
    top: 20px;
}
.menu li a
    font-size: clamp(16px, 4vw, 20px);
  }
}



@media (min-width: 3200px) {

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    height: 90px;
    max-width: 1410px;
    margin: auto;
}


.clip-path img {
    background-size: contain;
    position: absolute;
    top: -130px;
    display: block;
    width: 100%;
    z-index: -1;
}
.cover .content {
    display: grid;
    grid-template-columns: 810px 1fr;
    gap: 50px;
}

.logo img {
    max-width: 320px;
    position: relative;
    top: 20px;
}


h1 {
    font-size: 120px;
    color: #28367F;
    font-family: "Montserrat";
    display: flex;
    font-weight: 900;
    flex-direction: column;
    gap: 10px;
    line-height: 1.1;
}

.cover .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20%;
    padding-top: 10%;
}

.path-header img {
    background-size: contain;
    position: absolute;
    top: -50px!important;
}


}




.path-mobile {
  display: none;
}

@media (max-width: 1500px) {

  .path-normal {
    display: none;
  }


  .path-mobile {
    display: block;
  }

.clip-path img {
  display: none;
}

.path-header img {
    top: -160px;
}

}

.page-template-winnersForm .logo,
.page-template-thankyouPage .logo {
    position: static;
}

.page-template-winnersForm .path-header,
.page-template-thankyouPage .path-header {
  display: none;
}

.page-template-winnersForm header,
.page-template-thankyouPage header {
    width: 100%;
    background: linear-gradient(90deg, #074995 0%, #00AFE8 50%, #074995 100%);
    z-index: 20;
}
.mob {
  display: none;
}

.winnings {
  background: #EAF3FD;
}
.winnings .content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.winnings h3 {
  color: #10100F;
}
.winnings .container {
  display: flex;
  width: 100%;
  gap: 50px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: flex-end;
}
.winnings .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 3vw, 30px);
  text-align: center;
  width: 280px;
}
.winnings .wrapper img {
  max-width: 90%;
}

.how .container {
  max-width: 1100px;
  width: 100%;
  display: flex;
  gap: 50px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.how .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 280px;
}
.how .wrapper img {
  height: clamp(48px, 10vw, 40px)
}
.how .wrapper p {
    font-size: clamp(16px, 3vw, 17px);
    line-height: 1.4;
    font-weight: 400;
}


.price-img {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.products .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
}
.products .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.products p {
  font-size: clamp(16px, 3vw, 20px);
  max-width: 600px;
}
.products img {
  max-width: 100%;
}

.winners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.winners .wrapper {
  padding: 20px 10px;
  width: 200px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.winners .wrapper h4 {
  font-size: clamp(16px, 3vw, 20px);
  margin-bottom: 5px;
}
.winners .wrapper p {
  font-size: 16px;
  line-height: 1.4;
}

.terms {

  background: linear-gradient(to bottom, #fff 50%, #0f88d2 50%);
  color: #FFFFFF;
}

.terms h2 {

  color: #402A4D;
}
.terms p {
    max-width: 1000px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #402A4D;
}



.winnersSection .info {
  text-align: center;
  font-size: clamp(16px, 3vw, 20px);
  padding: 5px 30px;
  font-style: italic;
  padding: 5px 30px;
}

.countdown-box {
  display: flex;
  gap: 15px;
  color: #28367F;
}
.countdown-box .countdown-unit {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.countdown-box .number {
  font-size: 45px;
  min-width: 60px;
  text-align: right;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.page-template-page-agegate header, .page-template-page-agegate footer {
  display: none;
}

.page-template-page-agegate {
  background-image: url(../images/main/welcome.webp);
  background-size: cover;
  background-position: center;
}

.ageGate {
  background-image: url(../images/main/cover-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ageGate .header {
  display: flex;
  justify-content: center;
  padding: 70px 20px 0;
}
.ageGate .header .logo {
  width: clamp(260px, 30vw, 400px);
}
.ageGate .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.ageGate h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(50px, 6vw, 100px);
}
.ageGate h1 span {
  font-size: clamp(25px, 6vw, 60px);
}
.ageGate .buttonWrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: clamp(16px, 6vw, 20px);
}
.ageGate .buttonWrapper a {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.grecaptcha-badge {
  display: none !important;
}

.page-template-thankyouPage h1 {
  font-size: clamp(30px, 10vw, 50px);
}

.page-template-thankyouPage h3 {
    font-size: clamp(19px, 3vw, 16px);
    font-weight: 500;
}

.page-template-winnersForm p {
    text-align: center;
}

.page-template-winnersForm form p {
  text-align: left;
}

section.bg-dark-gradient.win-bg {
    background: #EAF3FD;
}

.page-template-winnersForm form {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    margin: auto;
    gap: 30px;
    color: #FFFFFF;
    align-content: center;
}

.formContainer {
  display: flex;
  flex-direction: column;
  color: #28367F;
  gap: 20px;
}

.inputContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



form {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #FFFFFF;
}
form .inputWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
form input:not([type=submit], [type=checkbox], [type=radio], [type=file]), form textarea {
    width: 90%;
    padding: 18px 5%;
    background-color: #FFFFFF;
    border-radius: 15px;
    font-size: clamp(16px, 3vw, 16px);
    line-height: 1.3;
    color: #10100F;
    border: none;
        font-family: "Montserrat", sans-serif;
    outline: none;
}

div#soutezit p {
    color: #000;
}
form input:not([type=submit], [type=checkbox], [type=radio], [type=file]):focus, form textarea:focus {
  border-color: #ffffff;
}
form input:not([type=submit], [type=checkbox], [type=radio], [type=file])::-moz-placeholder, form textarea::-moz-placeholder {
  color: #10100F;
}
form input:not([type=submit], [type=checkbox], [type=radio], [type=file])::placeholder, form textarea::placeholder {
  color: #10100F;
}
form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
}
form textarea {
  width: 100%;
  max-height: 200px;
  display: block;
}
form .checkboxWrapper {
  max-width: -moz-max-content;
  max-width: max-content;
}
form .checkboxWrapper label {
  flex-direction: row;
  align-items: center;
}
form .checkboxWrapper span {
  margin: 0;
  line-height: 1.5;
}
form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #ffffff;
}
form input[type=checkbox]::before {
  cursor: pointer;
  font-size: 0;
}
form input[type=checkbox]:checked::before {
  content: url(../images/icons/checkedCross.svg);
}
form .fileWrapper {
  max-width: -moz-max-content;
  max-width: max-content;
}
form .fileWrapper h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
form .fileWrapper small {
  font-size: 14px;
  font-weight: 400;
}
form .fileWrapper input::file-selector-button {
  color: #10100F;
  border: none;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 10px 0 0;
  transition: color 0.25s, background-color 0.25s;
}
form .fileWrapper input::file-selector-button:hover, form .fileWrapper input::file-selector-button:active {
  color: #FFFFFF;
  background-color: #10100F;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-text-fill-color: #2B2A2A;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.wpcf7-form.submitting .button, .button.is-submitting {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #FFFFFF;
  background-color: #C91430;
  font-size: 14px;
  border-radius: 15px;
  text-align: center;
  line-height: 1 !important;
  padding: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #C91430;
  border-radius: 20px;
  padding: clamp(15px, 3vw, 20px);
  font-size: clamp(14px, 3vw, 16px);
  color: #FFFFFF;
  line-height: 1.3;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #C91430;
  border-radius: 20px;
  padding: clamp(15px, 3vw, 20px);
  font-size: clamp(14px, 3vw, 16px);
  color: #FFFFFF;
  line-height: 1.3;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 15px 10px;
  font-size: 14px;
  border: none;
  text-align: center;
}

.link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.25s;
  color: #10100F;
}
.link:hover {
  text-decoration-color: rgba(255, 255, 255, 0);
}

.button {
  display: table;
  width: -moz-max-content;
  width: max-content;
  padding: 25px 40px;
  font-family: "Montserrat";
  font-size: clamp(18px, 3vw, 18px);
  line-height: 1;
  border-radius: 50px;
  text-decoration: none !important;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 0.25s;
  background: #DD372B
}
.button:hover {
  transform: scale(1.075);
}
.button.light {
  background: #DD372B;
  color: #fff;
}
.button.dark {
  background-color: #28367F;
  color: #FFFFFF;
}

.terms .button.dark {
  margin: 0;
}

.cover .text img {
    max-width: 830px;
    width: 170px;
}

.font-p {
  font-family: "Montserrat" !important;
}

.font-s {
  font-family: "Nunito Sans", sans-serif !important;
}

.f-60 {
  font-size: clamp(35px, 6vw, 60px);
}

.f-38 {
  font-size: clamp(28px, 6vw, 38px);
}

.f-22 {
  font-size: clamp(18px, 6vw, 22px);
}

.f-12 {
  font-size: 12px;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.lh-0 {
  line-height: 0;
}

.tt-up {
  text-transform: uppercase !important;
}

.tt-in {
  text-transform: initial !important;
}

.tt-low {
  text-transform: lowercase !important;
}

.tt-cap {
  text-transform: capitalize !important;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-j {
  text-align: justify !important;
}

.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100%;
}

.h-100 {
  height: 100vh;
  padding-bottom: 120px;
}

.h-100p {
  height: 100%;
  padding-bottom: 120px;
}

.anchor {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.hiden {
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.wrap {
  flex-wrap: wrap;
}

.d-column {
  flex-direction: column;
}

.j-start {
  justify-content: flex-start;
}

.j-between {
  justify-content: space-between !important;
}

.j-around {
  justify-content: space-around;
}

.j-center {
  justify-content: center !important;
}

.a-start {
  align-items: flex-start;
}

.a-center {
  align-items: center;
}

.a-end {
  align-items: flex-end;
}

.gap-50 {
  gap: 50px;
}

.gap-40 {
  gap: 40px;
}

.gap-30 {
  gap: 30px;
}

.gap-20 {
  gap: 20px;
}

.gap-10 {
  gap: 10px;
}

.flex-column-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.d-grid {
  display: grid;
}

.gtp-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gtp-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gtp-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gtp-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.c-primary {
  color: #10100F !important;
}

.c-secondary {
  color: #1D1D1B !important;
}

.c-ternary {
  color: #C91430 !important;
}

.c-light {
  color: #FFFFFF !important;
}

.c-dark {
  color: #10100F !important;
}

.bg-primary {
  background: #10100F !important;
}

.bg-secondary {
  background: #1D1D1B !important;
}

.bg-ternary {
  background: #EAF3FD !important;
}

.bg-light {
  background: #FFFFFF !important;
}

.bg-dark {
  background: #28367F !important;
}

.bg-gray {
  background: #F3F3F3 !important;
}

.bg-form {
  background: #EAF3FD;
}
.bg-form h2 {
  color: #28367F;
}


/* MEDIA */

@media (max-width: 1300px) {
  .rectangle .winners .wrapper:nth-child(6n) {
    border-right: 1px solid #10100F;
  }
  .rectangle .winners .wrapper:nth-child(4n) {
    border-right: none;
  }
  .rectangle .winners {
    max-width: 900px;
  }
  .path-header img {
      top: -110px;
  }

}

@media (max-width: 1100px) {
  .path-header img {
      position: absolute;
      top: -80px;
      width: 100%;
  }

}

@media (max-width: 1120px) {
  .textImg .content {
    flex-direction: column;
    gap: 30px;
  }
  .textImg .text {
    align-items: center;
    text-align: center;
  }
  .textImg .img {
    justify-content: center;
  }
  .textImg .img img {
    margin: 0 0 -110px;
    width: 100%;
  }
  .flex-column-start {
    align-items: center;
  }
  .cover .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cover .text {
          align-items: flex-start;
          gap: 30px;
          text-align: left;
      }
  .cover img {
    max-width: 500px;
  }
}
@media (max-width: 900px) {
  .burger {
    display: flex;
  }
  .menu {
    display: none;
  }
  .terms .contentWidth {
    flex-direction: column-reverse;
    background: #EAF3FD;
    border-radius: 40px;
padding: 60px 26px;
    margin-top: 30px;
}

.terms .d-column {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

section#pravidla-souteze {
    padding: 0 20px;
}


.terms .contentWidth img {
    height: auto;
    max-width: 320px;
    text-align: center;
    margin: auto;
}

  .menu.active {
    display: flex;
  }
  .inputWrapper {
    flex-direction: column;
    gap: 30px;
  }
  .rectangle .winners .wrapper:nth-child(4n) {
    border-right: 1px solid #10100F;
  }
  .rectangle .winners .wrapper:nth-child(2n) {
    border-right: none;
  }
  .rectangle .winners {
    max-width: 400px;
  }
  form .inputWrapper {
    grid-template-columns: 1fr;
  }
  .cover {
    height: auto;
  }
  .mob {
    display: block;
  }
  .desc {
    display: none;
  }
  .products .content {
    flex-direction: column;
  }
  .products .text {
    align-items: center;
    text-align: center;
  }
  .content404 {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .content404 .button {
    margin: auto;
  }
  .content404 img {
    width: 300px;
  }
  .ageGate .buttonWrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
  }
  .ageGate .buttonWrapper a {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .cover {
    background-image: url(../images/main/cover-bg-min.webp);
  }

  .terms .button.dark{
    margin: auto;
  }

  .cover p {
    line-height: 1.3;
    font-size: 32px;
}

}
@media (min-width: 750px) {
img.price-img.mobile {
  display: none
}
}
@media (max-width: 750px) {
  .textImg .content, .textImg .content:nth-child(even) {
    flex-direction: column;
  }
  .textImg .content .bg {
    margin-left: 0;
    padding: 40px 20px;
  }

  img.price-img.desktop {
    display: none;
}

  .logo img {
    max-width: 140px;
}

  .logo {
    z-index: 10;
    position: relative;
    top: 0;
}


  h1 {
    font-size: 45px;
  }


  .textImg .content:nth-child(even) .bg {
    margin-right: 0;
  }

  .cover .text img {
    max-width: 830px;
    width: 110px;
}

}
@media (max-width: 670px) {
  .countdown-box {
    gap: 10px;
  }
  .countdown-box .number {
    font-size: 30px;
    min-width: 35px;
  }
  .countdown-box .countdown-unit {
    display: flex;
    align-items: flex-end;
    gap: 5px;
  }
  .winnings .wrapper img {
    max-width: 70%;
  }

  .cover .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 380px;
    padding-top: 0px;
}


  .path-header img {
    position: absolute;
    top: 0px;
    width: 100%;
}

}
@media (max-width: 500px) {
  .rectangle .winners {
    flex-direction: column;
    gap: 0;
  }
  .rectangle .winners .wrapper {
    border-right: none;
    border-bottom: 1px solid #10100F;
    padding: 20px 0;
  }
  .rectangle .winners .wrapper:last-child {
    border-bottom: none;
  }
}/*# sourceMappingURL=style.css.map */
