
html {
    box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'),
      url("Montserrat-Regular.css") format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
  }
  
  body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
  
  /* glob */
  
  .list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .btn-reset {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  
  .flex {
    display: flex;
  }
  
  .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  .section-offset {
    padding: 90px 0;
  }

  .header {
    background-color: black;
  }

  .header-logo {
    max-width: 70px;
    margin-right: 15px;
    color: black;
  }

  .burger {
    position: absolute;
  }

  .main-container {
    position: relative;
    z-index: 110;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .main-section {
    position: relative;
    background-image: url("img/main.jpg");
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .header-bg {
    position: absolute;
    z-index: 11;
    background-color: rgb(27 27 27 / 51%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .header-container {
    position: relative;
    z-index: 111;
    flex-direction: column;
    justify-content: space-between;
    color: black;
  }

  .header-top {
    padding: 15px 0;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  .header__nav {
    padding: 15px 0 ;
    display: flex;
    align-items: center;
  }

  .main-descrs {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 60px) / 3));
    gap: 30px;
  }

  .main-names {
    color: white;
    font-size: 14px;
    align-items: center;
    justify-content: center;
  }

  .nav__list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .nav-item {
    margin-right: 20px;
  }

  .nav-item a {
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
  }

  .nav-item a:hover {
    color: #de6f5c;
  }

  .main-title {
    margin: 0;
    margin-bottom: 20px;
    color:white;
    font-size: 40px;
    font-family: "Montserrat";
    font-weight: 400;
  }

  .main-container span {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
  }

 .button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 15px 30px;
  background: #e5e52b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: black;
  }

  .button:hover {
    background-color: black;
    color: white;
  }

  .main-button:hover {
    background-color: #4f0548;
    color: white;
  }

  .section-title {
    margin: 0;
    margin-bottom: 20px;
    color: rgba(0,0,0,1);
    font-size: 48px;
    font-weight: 400;
    text-decoration: none;
    line-height: 130%;
    font-family: "Montserrat", sans-serif;
  }

  .block-top {
    display: grid;
    grid-template-columns: repeat(5, calc((100% - 80px) / 5));
    gap: 20px;
    align-items: center;
    color: white;
    background-color: black;
    padding: 10px;
    border: 2px solid red;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .block-rate {
    margin: 0;
    font-size: 28px;
  }

  .block-name {
    margin: 0;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .block-stars {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .block-bottom {
    background-color: #cb3131;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .block-stars p span {
    font-size: 30px;
  }

  .block-bottom p {
    margin: 0;
    padding: 10px;
  }

  .block-block {
    margin-bottom: 20px;
  }

  .brasil-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brasil-img {
    max-width: 110px;
    margin-right: 30px;
  }

  .brasil-name {  
    color: #e5e52b;
  }

  .brasil {
    background-color: black;
  }

  .brasil-descr {
    font-size: 16px;
    font-weight: 700;
    color: white;
  }

  .aposta-descr {
    text-align: center;
  }

  .aposta-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .aposta-link {
    margin-right: 20px;
    text-decoration: underline;
  }

  .footer-gamble {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer {
    background-color: grey;
  }

  .footer-descr {
    padding: 20px;
    text-align: center;
    margin: 0;
    font-weight: 700;
  }

  .about {
    background-color: black;
    color: white;
  }

  .about-descr {
    color: white;
    font-weight: 700;
  }

.order-form {
  padding: 20px;
}

.form-left {
  display: flex;
  flex-direction: column;
}

.form-left a {
  margin-bottom: 20px;
  text-decoration: underline;
  color: black;

}

.form-left a:hover {
  color: #00000099;
}

.order-form-inputs {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.order-form-input {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-form-input input {
  padding: 20px 10px;
  background-color: rgba(244,244,244,1);
  width: 99%;
  height: 30px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid transparent;
}


  /* Cookie */
#cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11111;
    width: 100%;
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none;
}

#cookie-notification button {
    background: #df7731;
    color: white;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.form-container {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 50px) / 2));
  gap: 50px;
}


@media (max-width: 1144px) {

}

@media (max-width: 1024px) {
  

}

@media (max-width: 768px) {
  .nav__item a {
    color: white;
  }

  .header-top {
    justify-content: center;
  }
  
  .header__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    min-width: 250px;
    height: 100vh;
    z-index: 1000;
    padding: 50px;
    box-shadow: 0 0 5px #888;
    background-color: #3c3c3cfc;
    opacity: 0.9;
    overflow-y: auto;
    visibility: hidden;
    transform: translateX(-120%);
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  
  .header__nav .nav__list {
    flex-direction: column;
  }
  
  .header__nav .nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  .header__nav .nav__item-link {
    font-size: 18px;
  }
  
  .header__nav--active {
    visibility: visible;
    transform: none;
  }
  
  .burger {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 13px;
    border-radius: 3px;
    color: black;
  }
  
  .stop-scroll {
    overflow: hidden;
  }
  
  .burger--active .burger__line:nth-child(2) {
    opacity: 0;
  }
  
  .burger--active .burger__line:nth-child(1) {
    top: 50%;
    left: 25%;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
  }
  
  .burger--active .burger__line:nth-child(3) {
    bottom: auto;
    top: 50%;
    left: 25%;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
  }
  
  .burger__line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: currentColor;
  }
  
  .burger__line:nth-child(1) {
    top: 13px;
  }
  
  .burger__line:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  
  .burger__line:nth-child(3) {
    bottom: 13px;
  }


.main-title {
  max-width: 100%;
  font-size: 39px;
}

.main-descr {
  max-width: 100%;
}

.main-text {
  width: 100%;
}

.form-container {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 50px;
}

.block-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  font-size: 32px;
}

.aposta-links {
  flex-wrap: wrap;
}

.main-container span {
  font-size: 22px;
  max-width: 100%;
  margin-bottom: 20px;
  color: white;
}
}

@media (max-width: 425px) {
  .main-container {

     max-width: 100%; 

  }

  .brasil-item {
    flex-direction: column;
  }

  .main-descrs {
    grid-template-columns: repeat(1, 100%);
    align-items: baseline;
  }

  .logo a p {
    font-size: 20px !important;
  }

  .section-title {
    font-size: 22px;
}

.products-name {
  font-size: 57px;
}

.products-descr {
  font-size: 24px;
}

  .form-container {
    border-bottom: 1px solid gray;
}
}