@font-face {
  font-family: "Podkova";
  src: url("./../fonts/Podkova/Podkova-Regular.ttf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Podkova";
  src: url("./../fonts/Podkova/Podkova-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background-color: #111411;
  font-family: "Podkova", Arial, Helvetica, sans-serif;
}

body {
  font-family: "Podkova", Arial, Helvetica, sans-serif;
  background-color: #111411;
  color: white;
}

header {
  background-image: image-set(url("./../images/header-bg.webp") 1x, url("./../images/header-bg.png") 2x);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  color: white;
  padding: 20px;
  text-align: center;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: auto;
}

main {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #111411;
  color: white;
}

.bonusForm,
.step {
  background-image: url(../images/dialog-body-pattern.png);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 100% 100%;
  color: #000;
  padding: 60px 30px 40px;
  margin: 0 20px;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
}

.step {
  display: flex;
  flex-direction: column;
}
.step label {
  margin-bottom: 10px;
}
.step input {
  background-color: #111411;
  padding: 15px;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  border-image: url("./../images/border-frame-big.png") 114 fill / 100px stretch;
}
.step select {
  background-color: #111411;
  padding: 15px;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
}
.bonus-option {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 5px;
  border-image: url("./../images/border-frame-big.png") 114 fill / 100px stretch;
  color: #fff;
  position: relative;
}
.bonus-option input {
  position: relative;
  z-index: 2;
}
.bonus-option::before {
  position: absolute;
  content: "";
  inset: 1px;
  border-radius: 10px;
  background-image: url("./../images/texture.png"), linear-gradient(180deg, #414e40 0%, #253624 100%);
  background-blend-mode: multiply;
  background-size: 250px 130px;
  filter: drop-shadow(0 3px 0 var(--stb-bg-tertiary));
}
.age-consent {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.age-consent label {
  margin-left: 5px;
  font-weight: bold;
}

.error-message {
  color: red;
  display: none;
  margin-left: 10px;
}

.selected-bonus {
  margin-top: 10px;
  font-weight: bold;
  color: green;
}

@media (max-width: 600px) {
  main {
    padding: 10px;
  }

  .bonusForm,
  .step {
    width: 100%;
    margin: 0 10px;
  }
}
.choosewrap {
  background-image: url(../images/dialog-header-top.png), url(../images/dialog-header-center.png),
    url(../images/dialog-header-bottom.png);
  background-repeat: no-repeat;
  background-position:
    top center,
    center,
    bottom 0 center;
  background-size:
    100% 20px,
    100% calc(100% - 35px),
    100% 20px;
  text-align: center;
  padding: 1px 50px;
  margin: 0 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 362px;
  font-family: "Podkova", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  grid-area: text;
  text-align: center;
  text-transform: uppercase;
  color: gold;
  font-weight: bold;
  text-shadow: 0 2px 0 rgb(57 40 26);
}
.bonus-option__img {
  height: 50px;
}
.bonus-option__containerlabel {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.primaty-button {
  background-color: #fff0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 14px 20px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
  border: none;
  text-transform: uppercase;
  --stb-button-background-size: 25px 100%, calc(100% - (25px * 2 - 2px)) 100%, 25px 100%;
  --stb-button-backround-position: left center, center, right 0 center;
  background-image: url(../images/primary-default-left.png), url(../images/primary-default-middle.png),
    url(../images/primary-default-right.png);
  background-repeat: no-repeat;
  background-position: var(--stb-button-backround-position);
  background-size: var(--stb-button-background-size);
}
.primaty-button:hover {
  background-color: #fff0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 14px 20px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
  border: none;
  text-transform: uppercase;
  --stb-button-background-size: 25px 100%, calc(100% - (25px * 2 - 2px)) 100%, 25px 100%;
  --stb-button-backround-position: left center, center, right 0 center;
  background-image: url(../images/primary-click-left.png), url(../images/primary-click-middle.png),
    url(../images/primary-click-right.png);
  background-repeat: no-repeat;
  background-position: var(--stb-button-backround-position);
  background-size: var(--stb-button-background-size);
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.title-h1 {
  font-size: 1.6em;
  margin-bottom: 40px;
  color: #7cb078;
  text-align: center;
}
.logoimg {
  height: 50px;
}

@media (max-width: 600px) {
  .choosewrap {
    width: 100%;
    margin: 0 10px;
  }
  .bonusForm,
  .step {
    max-width: 220px;
  }
  .choosewrap {
    max-width: 182px;
  }
}

.rightscontainer {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.rights-section-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.rights-section-text {
  margin-bottom: 15px;
  line-height: 1.5;
}

.contact-info {
  font-style: italic;
  margin-top: 20px;
  font-size: 0.9em;
}
.rightscontainer {
  text-align: start;
}
.rightscontainer section {
  width: 100%;
}
#cookieConsent {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  text-align: center;
  display: none;
}
.cookieWrap {
  max-width: 450px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(180deg, rgb(39, 86, 51) 0%, rgb(26, 57, 35) 100%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  border-radius: 5px;
  border-image: url("./../images/border-frame-medium.png") 55 fill / 30px stretch;
}
#cookieConsent button {
  background-color: #fff0;
  background-image: url(../images/tertiary-default-left.png), url(../images/tertiary-default-middle.png),
    url(../images/tertiary-default-right.png);
  background-repeat: no-repeat;
  background-position:
    left center,
    center,
    right 0 center;
  background-size:
    16px 100%,
    calc(100% - (16px * 2 - 2px)) 100%,
    16px 100%;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  color: #efffe4;
  font-weight: bold;
  text-transform: uppercase;
}
#cookieConsent button:hover {
  background-color: #fff0;
  background-image: url(../images/tertiary-click-left.png), url(../images/tertiary-click-middle.png),
    url(../images/tertiary-click-right.png);
}
iframe {
  width: 90%;
  aspect-ratio: 16/9;
}
.formtopimg {
  position: relative;
}
.formtopimg::after {
  position: absolute;
  inset: 0;
  background-image: url(../images/dialog-body-top.png);
  background-repeat: no-repeat;
  background-position: bottom -1 left 0;
  background-size: 100% 100%;
  content: "";
  pointer-events: none;
  height: 55px;
  margin-bottom: 0;
  padding: 0 30px;
  margin: 0 20px;
}
.formbottomimg {
  position: relative;
  margin-bottom: 50px;
}
.formbottomimg::after {
  position: absolute;
  inset: 0;
  background-image: url(../images/dialog-body-bottom-bg.png);
  background-repeat: no-repeat;
  background-position: bottom -1 left 0;
  background-size: 100% 100%;
  content: "";
  pointer-events: none;
  height: 55px;
  margin-bottom: 0;
  padding: 0 30px;
  margin: 0 20px;
}
@media (max-width: 600px) {
  .formtopimg::after,
  .formbottomimg::after {
    margin: 0 10px;
  }
}
.checklink {
  color: #253624;
  text-decoration: none;
}
.checklink:hover {
  color: #7cb078;
}
.autorizationwrap {
  width: 400px;
}
@media (max-width: 600px) {
  .autorizationwrap {
    max-width: 220px;
  }
}
.bonusFormreglog {
  text-align: center;
}
.bonusFormreglog a {
  color: #253624;
}
.btnwrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
