@font-face {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
}

html {
    max-width: 2560px;
    margin: auto;
}

body {
    background-color:#f8f6e9;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#454545;
}

.logo.block {
  z-index: 10;
}

.logo.block .logoRed {
  display: block;
}

.logo.block .logoRed img {
  z-index: 10;
}

.logo.block .logoWhite {
  display: none;
}

header {
    width: 100%;
    max-width: 2560px;
    margin: auto;
    position: fixed;
    padding: 10px 0;
}

header .logoRed {
  display: none;
}

header.headerScroll {
  background-color:#fffef9;
  -webkit-box-shadow: 0 0 20px #FFFFFF;
          box-shadow: 0 0 20px #FFFFFF;
}

header.headerScroll .logoRed {
  display: block;
  z-index: 10;
}

header.headerScroll .logoWhite {
  display: none;
}

header.headerScroll .menu li a {
    font-family: "futura-pt-bold", sans-serif;
    color:#7e1620;
}

header.headerScroll .underlineWhite {
  color:#7e1620;
}

header.headerScroll .underlineWhite:after {
  background-color:#7e1620;
}

header.headerScroll .burger span {
  background-color:#7e1620;
}

.logo {
  width:200px;
}

.logo img {
  width: 100%;
}

section {
  max-width: 1920px;
  padding: 80px 50px;
  margin: auto;
  letter-spacing: 1.4px;
  line-height: 1.5;
}

h2 {
  font-size: 50px;
  text-align: center;
  margin: 0;
  padding: 0 0 60px 0;
  letter-spacing: 1.4px;
  line-height: 1.5;
  font-family: "futura-pt-bold";
  text-transform: uppercase;
  color:#c39f56;
}

h3 {
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  font-family: "futura-pt-bold";
}

h4 {
  font-size: 20px;
  text-align: center;
  margin: 60px 0 0 0;
  letter-spacing: 1.4px;
  line-height: 1.5;
  font-family: "futura-pt-bold";
  text-transform: uppercase;
  color:#c39f56;
}

p {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.4px;
  line-height: 1.5;
  margin: 60px 0;
}

.paragraph {
  max-width: 1300px;
  margin: auto;
}

.paragraph.big {
    font-family: "futura-pt-bold";
    font-size:26px;
    font-weight:bold;
    color:##7e1620;
}

.bold {
    font-weight:bold;
}

.background {
  background:#fffef9;
}

.backgroundRed {
  background:#f8f6e9;
}

.backgroundRed.ll {
  background:#f8f6e9;
}

.backgroundRed img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.backgroundRed2 {
  background:#ca4a4f;
}

.backgroundRed2 p.paragraph{
    color:#FFFFFF;
}

.divider {
  line-height: 0;
}

.divider img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button {
    background-color:#7e1620;
    letter-spacing:1px;
    text-transform: uppercase;
    margin-top:60px;
    padding:.875rem 2rem;
    border:0;
    border-radius:.3rem;
    font-family: futura-pt-bold,sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    justify-content: center;
    text-decoration:none;
    transition:background-color .2s;
    cursor: pointer;
    color:#FFFFFF;
    display: inline-block;
}

.button:hover, .button:active {
  background:#c39f56;
  color:#FFFFFF;;
}

.button.invert {
    background-color:#FFFFFF;
    color:#7e1620;
}

.button.invert:hover, .button.invert:active {
    background:#c39f56;
    color:#FFFFFF;
}

.underlineWhite {
  text-decoration: none;
  color:#FFFFFF;
  display: inline-block;
  position: relative;
}

.underlineWhite:after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: white;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.underlineWhite:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.navWrapper {
  max-width: 1920px;
  margin: auto;
  padding: 0 40px;
}

nav {
  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;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.menu li {
  list-style-type: none;
  margin-left: 80px;
}

.menu li a {
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-size: 26px;
  letter-spacing: 1.4px;
  line-height: 1.3;
}

.menu.active {
  display: none;
  position: absolute;
  z-index: 9000;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background:#ca4a4f;
  background-blend-mode: saturation;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  -webkit-animation-name: animaceMenuA;
          animation-name: animaceMenuA;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes animaceMenuA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animaceMenuA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.menu.active li {
  margin: 0;
}

.menu.active li a {
  color:#7e1620;
  margin-bottom: 30px;
  size: 25px;
}

.menu.active .underlineWhite {
  color:#7e1620;
}

.menu.active .underlineWhite:after {
  background-color: black;
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.2px;
  z-index: 9001;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 30px;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  background-color:#454545;
  z-index: 1;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.burger.is-active span:nth-child(1) {
  -webkit-transform: translate(-1px, -5px) rotate(45deg);
          transform: translate(-1px, -5px) rotate(45deg);
  background-color:#FFFFFF;
  margin-bottom: 0px;
}

.burger.is-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

.burger.is-active span:nth-child(3) {
  -webkit-transform: translate(-4px, 6px) rotate(-45deg);
          transform: translate(-4px, 6px) rotate(-45deg);
  background-color:#FFFFFF;
  margin-bottom: 0px;
}

/* Main */
.cover {
    background:#FFFFFF;
    padding-top:75px;
}

.cover img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display:block;
}

.cover .coverMobile {
  display: none;
}

.how-to-win {
  margin: auto;
}

.how-to-win .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

.how-to-win .wrapper div {
  max-width: 530px;
}

.how-to-win .wrapper div img {
  width: 150px;
  margin: auto;
  display: block;
}

.how-to-win .wrapper div h3 {
  margin-top:0;
  color:#cc4146;
}

.how-to-win .wrapper div p {
  color:#454545;
  margin-bottom:0;
  margin-top:20px;
}

.how-to-win .wrapper div p a {
  color:#454545;
}

.products {
  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;
}

.products p {
  max-width: 700px;
  color:#454545;
}

.products img {
  max-width: 1000px;
  width:80%;
}

.rules {
    padding-top:60px;
    padding-bottom:60px;
  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;
}

.rules-wrapper{
    width:100%;
    display:flex;
}

.rules-text{
    width:50%;
    padding-right:30px;
    padding-left:20%;
    box-sizing:border-box;
    text-align:center;
    display:inline-block;
}

.rules-text p{
    padding-bottom:10px;
}

.rules-image{
    width:50%;
    padding-right:20%;
    padding-left:30px;
    box-sizing:border-box;
    display:inline-block;
}

.winnings {
    padding-top:60px;
    color:#7e1620;
}

.winnings .wrapper {
    padding-top:60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.winnings .wrapper .img {
  line-height: 0;
  width: 100%;
}

.winnings .wrapper .img img{
  width: 100%;
  display:block;
}

.winnings .wrapper .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding: 10px 20px;
}

.winnings .wrapper h2, .winnings .wrapper p {
  text-align: left;
  margin: 0;
}

.winnings .wrapper h2 {
    color:#454545;
}

.winnings .wrapper h2 span {
  font-size: 60px;
  font-weight: 200;
}

.winnings .wrapper .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.winnings .wrapper .dates .datesWrapper {
  padding-top: 30px;
}

.winnings .wrapper .dates .datesWrapper ul {
  padding: 0;
}

.winnings .wrapper .dates .datesWrapper ul li {
  list-style-type: none;
}

.winners h2 {
  padding: 0;
}

.winners h4 {
  margin: 0;
}

.winners ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: auto;
}

.winners ul li {
  list-style-type: none;
  width: 200px;
  padding: 10px 0;
  text-align: center;
}

.texture{
    padding-top:60px;
    padding-bottom:60px;
}

form {
  padding-top:30px;
  text-align:center;
  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;
}

form .formWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

form .form {
  width:70%;
  padding-right:30px;
  box-sizing:border-box;
  display:inline-block;
}

form .form .col-12{
    width:100%;
    display:flex;
}

form .form .col-6{
    width:50%;
    box-sizing:border-box;
    display:inline-block;
}

form .form .col-6:first-child{
    padding-right:15px;
}

form .form .col-6:last-child{
    padding-left:15px;
}

form .form input[type="text"], form .form input[type="email"], form .form input[type="tel"], .form input[type="date"], .form input[type="file"] {
    background-color: #f8f6e9;
    width:100%;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px 10px 15px 10px;
    border: 1px solid #c39f56;
    border-radius: .3rem;
    box-sizing:border-box;
    font-family: "Barlow", sans-serif;
    color:#7e1620;
    font-size: 1.2rem;
    font-weight: 600;
    outline: 0;
}



form .form input[type="text"]::placeholder, form .form input[type="email"]::placeholder, form .form input[type="tel"]::placeholder, .form input[type="date"]::placeholder, .form input[type="file"]::placeholder{
    color:#7e1620;
}

.input-file{
    max-width: 100%;
    padding: 10px;
    color: black;
    font-size: 20px;
    text-align:left;
}

.input-file > label{
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight:bold;
    display:block;

}

.input-file input[type="file"]{
    max-width: 100%;
}

form .form select{
    background-color: #f8f6e9;
    max-width: 100%;
    width:100%;
    margin-top: 30px;
    padding: 15px 10px 15px 10px;
    border: 1px solid #c39f56;
    border-radius: .3rem;
    font-family: "Barlow", sans-serif;
    color:#7e1620;
    font-size: 1.2rem;
    font-weight: 600;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

form .form .checkboxWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  line-height: normal;
}

form .form .checkboxWrapper label {
    font-size: 20px;
    text-align:left;
    cursor: pointer;
}

form .form .checkboxWrapper label a{
    color:#7e1620;
}

form .form .col-6.date-container{
    display:flex;
}

.date-container .d1{
    width:50%;
    display:inline-block;
}

.date-container .d2{
    width:50%;
    display:inline-block;
}

.date-container .d1 label{
    width:100%;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px 10px 15px 10px;
    box-sizing:border-box;
    text-align:left;
    font-family: "Barlow", sans-serif;
    color:#7e1620;
    font-size: 1.2rem;
    font-weight: 600;
    display:block; 
}

form .receipt {
  max-width: 30%;
  box-sizing:border-box;
  display:inline-block;
}

form .receipt img {
  max-width: 100%;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0 30px 0 0;
  font-family: inherit;
  color: white;
  width: 23px;
  height: 23px;
  border: 10px solid white;
  -webkit-box-shadow: 0px 0px 0px 1px #afa8ba;
          box-shadow: 0px 0px 0px 1px #afa8ba;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 19px;
  height: 19px;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color:#c39f56;
}

input[type="checkbox"]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="checkbox"]:checked {
  -webkit-box-shadow: 0px 0px 0px 1px #c39f56;
          box-shadow: 0px 0px 0px 1px #c39f56;
  cursor: pointer;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.logos .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  max-width: 280px;
}

.logos .wrapper h4 {
  font-weight: 300;
  margin:0 0 30px 0;
}

.logos .wrapper img {
  width: 100%;
}

.products p a{
    color:#c39f56;
}

#partners {
    max-width: 1920px;
    margin: 0 auto;
    padding-top:60px;
    padding-bottom:60px;
}

#partners ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; /* rovnoměrné mezery */
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

#partners li {
    flex: 0 1 120px; /* flexibilní šířka, ale max 120px */
    height: 120px; /* stejná výška pro všechna loga */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0.5rem;
    box-sizing: border-box;
}

#partners img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

#partners img:hover {
    transform: scale(1.05);
}

footer {
  background:#ca4a4f;
  color: white;
}

footer h2 {
  font-size: 30px;
}

footer p {
  font-size: 16px;
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #ca4a4f;
}

footer .footerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

footer .footerWrapper .contacts {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .footerWrapper .contacts h2 {
  padding: 0;
}

footer .footerWrapper .contacts a {
  color: white;
  font-size: 20px;
}

footer .footerWrapper .subscribe {
  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;
}

footer .footerWrapper .subscribe h2 {
  padding: 0;
}

footer .footerWrapper .subscribe form {
  display: block;
  margin: 0;
}

footer .footerWrapper .subscribe form label {
  cursor: pointer;
}

footer .footerWrapper .subscribe form .checkboxWrapper, footer .footerWrapper .subscribe form .newsletterWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footerWrapper .subscribe form .checkboxWrapper {
  margin-top: 30px;
}

footer .footerWrapper .subscribe form input[type="email"], footer .footerWrapper .subscribe form input[type="submit"] {
  border: none;
  border-bottom: 1px solid black;
  margin-top: 30px;
  padding: 20px 20px;
  font-weight: 200;
  color: black;
  font-size: 17px;
  outline: 0;
  background: #ede9ea;
}

footer .footerWrapper .subscribe form input[type="email"] {
  width: 100%;
  color: white;
  background-color:#454545;
  border: 1px solid white;
}

footer .footerWrapper .subscribe form input[type="submit"] {
  border: 1px solid white;
  background-color: white;
  margin-left: -1px;
}

footer .footerWrapper .subscribe form input[type="submit"]:hover, footer .footerWrapper .subscribe form input[type="submit"]:active {
  background-color: #FFFFFF;
  border: 1px solid #454545;
  color:#454545;
}

footer .footerWrapper .subscribe form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color:#454545;
  margin: 0 30px 0 0;
  font-family: inherit;
  color:#454545;
  width: 23px;
  height: 23px;
  border: 10px solid #454545;
  -webkit-box-shadow: 0px 0px 0px 1px white;
          box-shadow: 0px 0px 0px 1px white;
}

footer .footerWrapper .subscribe form input[type="checkbox"]::before {
  background-color: white;
}

footer .footerWrapper .subscribe form input[type="checkbox"]:checked {
  -webkit-box-shadow: 0px 0px 0px 1px white;
          box-shadow: 0px 0px 0px 1px white;
}

.cr{
    max-width:1920px;
    width:90%;
    margin:0 auto;
    border-top: 1px solid #28282826;
}

.form-wrapper{
    max-width:800px;
    min-height:50rem;
    margin:0 auto;
    padding-top:10rem;
}

.form-wrapper form .form {
  width:100%;
  padding-right:0;
}

.form-wrapper form .forwrapper{
    display:block;
}

.product-tab{
    width:90%;
    max-width:1110px;
    margin:0 auto;
    margin-bottom:60px;
    padding-bottom:60px;
    font-family: futura-pt-bold,sans-serif;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.product-tab table{
    min-width: 1110px;
    border-collapse: collapse;
}

.product-tab th{
    padding:15px 30px 15px 30px;
    white-space:nowrap;
}

.product-tab td{
    padding:15px 30px 15px 30px;
    border-top:3px solid #194232;
    color:#cc4146;
}

.product-tab tr th:first-child, .product-tab tr td:first-child{
    border-right:3px solid #194232;
}

.page-404{
    min-height:70vh;
    padding-top:10rem;
}

.center{
    text-align:center;
}

.center a{
    color:#FFFFFF;
}

.center a.link{
    color:#c39f56;
}

.dialog h2{
    padding:0 0 20px 0;
}

.dialog p{
    margin:0;
}

.button-wrapper{
    padding-top:5rem;
}

#form.sent{
    padding-top:8rem;
    padding-bottom:8rem;
}

.hide{
    display:none;
}

@media (max-width: 2200px) {
  header {
    padding: 15px 0;
  }
  .winnings .wrapper h2 span {
    font-size: 50px;
  }
  h2 {
    font-size: 33px;
    padding: 0 0 40px 0;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    margin: 40px 0 0 0;
  }
  p {
    margin: 40px 0;
  }
  h4, p, .paragraph, .button, .menu li a, form .form input[type="text"], form .form input[type="email"], form .form input[type="tel"], form .form .checkboxWrapper label, footer .footerWrapper .contacts a, form .form select, .form input[type="date"] {
    font-size: 17px;
  }

  .paragraph.big{
    font-size:22px;
  }

  section {
    padding: 60px 40px;
  }
  .logo {
    width: 150px;
  }
  .button, form .form input[type="text"], form .form input[type="email"], form .form input[type="tel"], form .form .checkboxWrapper, form .form select, .form input[type="date"] {
    margin-top: 40px;
  }

  .date-container .d1 label{
    margin-top: 40px;
    font-size:17px;
}

  form .receipt img {
    padding-top: 40px;
  }
  .menu li {
    margin-left: 50px;
  }
  .button {
    padding: 13px 60px;
  }
  .winnings .wrapper {
    margin-top: 40px;
  }
  input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 0px solid black;
  }
  input[type="checkbox"]::before {
    width: 14px;
    height: 14px;
  }
  .checkboxWrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer h2 {
    font-size: 25px;
  }
  footer p {
    font-size: 13px;
  }
  footer .footerWrapper .subscribe form label {
    font-size: 14px;
  }
  footer .footerWrapper .subscribe form input[type="email"], footer .footerWrapper .subscribe form input[type="submit"] {
    padding: 15px;
    font-size: 15px;
  }
  footer .footerWrapper .subscribe form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 0px solid black;
  }
  footer .footerWrapper .subscribe form input[type="checkbox"]::before {
    width: 14px;
    height: 14px;
  }
  footer .footerWrapper .subscribe form .checkboxWrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1650px) {
  .winnings .wrapper h2 span {
    font-size: 45px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4, p, .paragraph, .button, .menu li a, footer .footerWrapper .contacts a {
    font-size: 15px;
  }
  .paragraph.big{
    font-size:20px;
  }
  .button {
    padding: 10px 40px;
  }
  section {
    padding: 40px;
  }
  .logo {
    width: 130px;
  }
  .how-to-win .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .how-to-win .wrapper div {
    max-width: 410px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
  }
  .how-to-win .wrapper div img {
    width: 130px;
  }
  footer h2 {
    font-size: 18px;
  }
  footer p {
    font-size: 12px;
  }
  footer .footerWrapper .subscribe form label {
    font-size: 13px;
  }
  footer .footerWrapper .subscribe form input[type="email"], footer .footerWrapper .subscribe form input[type="submit"] {
    padding: 10px;
    font-size: 13px;
  }
  footer .footerWrapper .subscribe form input[type="checkbox"] {
    margin: 0 20px 0 0;
  }

  .form-wrapper{
        padding-top:7rem
    }

    .page-404{
        padding-top:7rem;
    }

    .input-file{
        font-size: 12px;
    }

    .rules-text{
        width:50%;
        padding-left:15%;
    }

    .rules-image{
        width:50%;
        padding-right:15%;
    }
}

@media (max-width: 1150px) {
  .navWrapper {
    padding: 0 20px;
  }
  .winnings .wrapper h2 span {
    font-size: 30px;
  }
  h2 {
    font-size: 23px;
    padding: 0 0 30px 0;
  }
  h3 {
    font-size: 18px;
  }
  h4, p, .winnings .wrapper .dates .datesWrapper ul li, .paragraph, footer .footerWrapper .contacts a {
    font-size: 13px;
  }
  .paragraph.big{
    font-size:18px;
  }

  .button {
    padding: 7px 30px;
    border: 2px solid #FFFFFF;
  }
  h4 {
    margin: 30px 0 0 0;
  }
  p {
    margin: 30px 0;
  }
  section {
    padding: 50px 20px;
  }
  .logo {
    width: 100px;
  }
  .button, form .form input[type="text"], form .form input[type="email"], form .form input[type="tel"], form .form .checkboxWrapper, form .form select, .form input[type="date"] {
    margin-top: 30px;
  }
  .date-container .d1 label{
    margin-top: 30px;
}
  form .receipt img {
    padding-top: 30px;
  }
  .winnings .wrapper {
    margin-top: 30px;
  }
  .underlineWhite:after {
    display:none;
  }
  .underlineWhite:hover:after {
    display:none
  }
  .menu {
    display: none;
  }
  .menu.active li a {
      color:#FFFFFF;
  }
  .menu.active li a:hover {
      color:#c39f56;
  }
  .menu.active .underlineWhite {
      color:#FFFFFF;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .how-to-win .wrapper div img {
    width: 90px;
  }
  .products img {
    max-width: 300px;
  }
  .winnings .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .winnings .wrapper div {
    width: 100%;
  }
  .winnings .wrapper .text {
    width: inherit;
    max-width: 600px;
    padding: 30px;
  }
  .winnings .wrapper h2, .winnings .wrapper p, .winnings .wrapper .dates .datesWrapper ul li {
    text-align: center;
  }

  form .receipt{
        display:none;
  }

  form .receipt img {
    max-width: 250px;
    padding-top: 30px;
  }
  form .formWrapper {
        width:80%;
        display:block;
  }

    form .form {
      width:90%;
      padding-right:0;
    }

    form .form .col-12{
        width:100%;
        display:block;
    }

    form .form .col-6{
        width:100%;
    }

    form .form .col-6:first-child{
        padding-right:0;
    }

    form .form .col-6:last-child{
        padding-left:0;
    }

  .logos .wrapper {
    max-width: 180px;
    text-align:center;
  }
  .logos .wrapper img {
    width: 70%;
    margin: auto;
  }
  footer .underlineWhite {
    position: unset;
  }
  footer .underlineWhite:hover, footer .underlineWhite:active {
    text-decoration: underline;
  }
  footer .footerWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footerWrapper .contacts a {
    padding-top: 10px;
  }
  footer .footerWrapper .subscribe {
    padding-top: 35px;
  }
  footer .footerWrapper .subscribe form .checkboxWrapper {
    margin-top: 20px;
  }
  footer .footerWrapper .subscribe form input[type="email"], footer .footerWrapper .subscribe form input[type="submit"] {
    margin-top: 20px;
  }

  .rules-text{
        width:100%;
        padding-right:0;
        padding-left:0;
    }

    .rules-image{
        display:none;
    }
}

@media (max-width: 600px) {
  .winnings .wrapper .dates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 500px) {
  .products h4, .products p {
    margin: 20px 0;
  }
  h4, p, .winnings .wrapper .dates .datesWrapper ul li, .paragraph, .button, footer .footerWrapper .contacts a {
    font-size: 12px;
  }
  h2 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  h4 {
    margin: 20px 0 0 0;
  }
  p {
    margin: 20px 0;
  }
  p.paragraph{
    padding-right:10px;
    padding-left:10px;
    box-sizing:border-box;
  }

  .paragraph.big{
    font-size:14px;
  }
  .button {
    padding: 7px 20px;
  }
  .button, form .form input[type="text"], form .form input[type="email"], form .form input[type="tel"], form .form .checkboxWrapper, form .form select, .form input[type="date"] {
    margin-top: 20px;
  }
  .date-container .d1 label{
    margin-top: 20px;
}
  form .formWrapper {
        width:95%;
  }
  form .receipt img {
    padding-top: 20px;
  }
  .winnings .wrapper {
    margin-top: 20px;
  }
  .cover .coverPC {
    display: none;
  }
  .cover .coverMobile {
    display: block;
    margin: auto;
    padding-top:0px;
    max-width: 100%;
  }
  .logos {
    -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;
  }
  .logos .wrapper {
    margin: 20px;
  }
  .logos .wrapper h4 {
    margin: 0 0 15px 0;
  }
  footer h2 {
    font-size: 15px;
  }
  footer p {
    font-size: 10px;
  }
  footer .footerWrapper .subscribe form label {
    font-size: 11px;
  }
}