@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;1,500&family=VT323&display=swap");
html * {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  color: #191c1b;
}

header {
  display: flex;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 1.6rem;
  color: #d8510c;
  font-weight: 500;
  font-style: italic;
  margin: 0 auto 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 680px;
  text-align: center;
}
@media all and (min-width: 600px) {
  h1 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}
@media all and (min-width: 600px) {
  h3 {
    font-size: 1.4rem;
  }
}
h3 strong {
  color: #d8510c;
  font-weight: 500;
}

p {
  font-weight: 400;
}
p strong {
  font-weight: 400;
  color: #d8510c;
}

.btn {
  padding: 0.5rem 2rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  font-family: "VT323", monospace;
  cursor: pointer;
  color: #fff;
  background-color: #0dab92;
  border: 2px solid #191c1b;
  box-shadow: 0 7px 0 -3px #191c1b;
  display: block;
  text-decoration: none;
}
.btn:hover {
  transform: translateY(2px);
  box-shadow: 0 5px 0 -3px #191c1b;
}

.btn-disabled {
  padding: 0.5rem 2rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  font-family: "VT323", monospace;
  color: #aac1bc;
  background-color: #fff;
  border: 2px solid #aac1bc;
  box-shadow: 0 7px 0 -3px #aac1bc;
  display: block;
  text-decoration: none;
  cursor: not-allowed;
}

.s01 {
  text-align: center;
  background-image: url("/img/texture-01.jpg");
  background-repeat: repeat;
  background-size: 1000px;
  background-position: top center;
  padding: 3rem 0 0;
}
.s01 .s01__content {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.s01 .s01__text {
  margin: 3rem 0 2rem;
}
.s01 .logo {
  width: 250px;
  margin: 0 auto;
}
.s01 .btn, .s01 .btn-disabled {
  margin: 0 auto 2rem;
  width: max-content;
}
.s01 .lineup {
  max-width: 1000px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin-top: -10%;
  transform: translateY(26.3%);
}
.s01 h3 {
  background-color: rgba(255, 255, 255, 0.8);
}

.s02 {
  background-color: #191c1b;
  color: #fff;
  width: 100%;
  background-image: url("/img/illustration-02.jpg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 1250px;
  position: relative;
}
.s02 h3 {
  margin: 0 0 1rem;
}
.s02 h3 mark {
  color: #d8510c;
  background-color: transparent;
}
.s02 .s02__content {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 0;
  position: relative;
  padding: 2rem 0 10rem;
}
@media all and (min-width: 800px) {
  .s02 .s02__content {
    padding: 5rem 0 10rem;
  }
}
.s02 .s02__text {
  margin: 2rem 0;
  column-count: 1;
  column-gap: 2rem;
  column-rule: 2px dashed #fff;
}
@media all and (min-width: 800px) {
  .s02 .s02__text {
    column-count: 2;
  }
}
.s02 .s02__text p {
  margin: 0 0 1rem;
}
.s02 .jungle {
  width: 100%;
  margin: 0 auto 0;
  display: block;
  position: absolute;
  bottom: 0;
}

.s03 {
  width: 100%;
  background-image: url("/img/texture-01.jpg");
  background-repeat: repeat;
  background-size: 1000px;
  background-position: top center;
}
.s03 .s03__text {
  margin: 0 0 4rem;
  column-count: 1;
  column-gap: 2rem;
  column-rule: 2px dashed #191c1b;
}
@media all and (min-width: 800px) {
  .s03 .s03__text {
    column-count: 2;
  }
}
.s03 .s03__text h3 {
  margin-bottom: 1rem;
}
.s03 .s03__text p {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1rem;
}
.s03 h1 {
  margin-bottom: 4rem;
}
.s03 .s03__content {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  padding: 2rem 0 2rem;
}
@media all and (min-width: 1100px) {
  .s03 .s03__content {
    padding: 5rem 0 2rem;
  }
}
.s03 .options.registration-disabled {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 50px 1fr;
}
@media all and (min-width: 800px) {
  .s03 .options.registration-disabled {
    grid-template-columns: 1fr 50px 1fr;
    grid-template-rows: 1fr;
  }
}
.s03 .options.registration-disabled .option.option-02 {
  grid-row: 1;
  grid-column: 1;
}
.s03 .options.registration-disabled .option.option-03 {
  grid-row: 3;
  grid-column: 1;
}
@media all and (min-width: 800px) {
  .s03 .options.registration-disabled .option.option-03 {
    grid-row: 1;
    grid-column: 3;
  }
}
.s03 .options.registration-active {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 50px 1fr 50px 1fr;
}
@media all and (min-width: 800px) {
  .s03 .options.registration-active {
    grid-template-columns: 1fr 50px 1fr;
    grid-template-rows: 1fr 50px 1fr;
  }
}
@media all and (min-width: 1100px) {
  .s03 .options.registration-active {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px 50px auto auto 50px;
  }
}
.s03 .options.registration-active .option.option-01 {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
@media all and (min-width: 800px) {
  .s03 .options.registration-active .option.option-01 {
    grid-row: 1/span 1;
    grid-column: 1/span 3;
  }
}
@media all and (min-width: 1100px) {
  .s03 .options.registration-active .option.option-01 {
    grid-row: 1/span 5;
    grid-column: 2;
  }
}
.s03 .options.registration-active .option.option-02 {
  grid-row: 3/span 1;
  grid-column: 1/span 1;
}
@media all and (min-width: 800px) {
  .s03 .options.registration-active .option.option-02 {
    grid-row: 3/span 1;
    grid-column: 3/span 1;
  }
}
@media all and (min-width: 1100px) {
  .s03 .options.registration-active .option.option-02 {
    grid-row: 2/span 3;
    grid-column: 1;
    transform: translateX(2px);
    box-shadow: 3px 7px 0 -3px #aac1bc;
  }
}
.s03 .options.registration-active .option.option-03 {
  grid-row: 5/span 1;
  grid-column: 1/span 1;
}
@media all and (min-width: 800px) {
  .s03 .options.registration-active .option.option-03 {
    grid-row: 3/span 1;
    grid-column: 1/span 1;
  }
}
@media all and (min-width: 1100px) {
  .s03 .options.registration-active .option.option-03 {
    grid-row: 2/span 3;
    grid-column: 3;
    transform: translateX(-2px);
    box-shadow: -3px 7px 0 -3px #aac1bc;
  }
}
.s03 .options {
  display: grid;
  margin: 2rem 0 4rem;
}
.s03 .option {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #191c1b;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.s03 .option.option-01 {
  border-color: #191c1b;
  z-index: 1;
  box-shadow: 0 7px 0 -3px #aac1bc;
}
.s03 .option.option-01 .option-title {
  background-color: #191c1b;
  color: #fff;
}
.s03 .option.option-01 .btn {
  background-color: #d8510c;
}
.s03 .option.option-02 {
  box-shadow: 0 7px 0 -3px #aac1bc;
}
.s03 .option.option-03 {
  grid-row: 5/span 1;
  grid-column: 1/span 1;
  box-shadow: 0 7px 0 -3px #aac1bc;
}
.s03 .option .option-title {
  font-style: italic;
  font-size: 1.2rem;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  border-color: inherit;
}
.s03 .option .option-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.s03 .option .option-descr {
  padding: 2rem;
  font-size: 0.9rem;
}
.s03 .option .option-btn {
  padding: 2rem;
  border-top-width: 2px;
  border-top-style: dashed;
  border-color: inherit;
}
.s03 .option .btn {
  width: 100%;
}
.s03 .disclamer {
  color: #495250;
  text-align: center;
  font-size: 0.8rem;
  max-width: 500px;
  margin: 0 auto;
}

.s04 {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  padding: 5rem 0;
}

footer {
  background-color: #191c1b;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
footer .dzb-logo {
  display: block;
  width: 150px;
}
footer .contacts {
  width: 90%;
  text-align: center;
  margin: 1rem auto 0;
  font-size: 0.8rem;
  color: #fff;
}

.modal-cont {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  border: 2px solid #191c1b;
  background-color: #fff;
}

.registration-form {
  width: 100%;
  padding: 3rem;
  background-image: url("/img/texture-01.jpg");
  background-repeat: repeat;
  background-size: 1000px;
  background-position: top center;
}
.registration-form .logo {
  width: 250px;
  margin: 0 auto;
}
.registration-form form {
  max-width: 500px;
  margin: 2rem auto;
}
.registration-form h3 {
  margin-bottom: 1rem;
}
.registration-form input {
  width: 100%;
  display: block;
  border: 2px solid #191c1b;
  margin: 0 0 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  font-family: "VT323", monospace;
  padding: 0.5rem;
}
.registration-form input:focus {
  outline: none;
  border: 2px solid #0dab92;
}
.registration-form textarea {
  width: 100%;
  height: 100px;
  display: block;
  border: 2px solid #191c1b;
  margin: 0 0 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  font-family: "VT323", monospace;
  padding: 0.5rem;
  resize: vertical;
}
.registration-form textarea:focus {
  outline: none;
  border: 2px solid #0dab92;
}
.registration-form button {
  padding: 0.5rem 2rem;
  width: max-content;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  font-family: "VT323", monospace;
  cursor: pointer;
  color: #fff;
  background-color: #0dab92;
  border: 2px solid #191c1b;
  box-shadow: 0 7px 0 -3px #191c1b;
  display: block;
  text-decoration: none;
}
.registration-form button:hover {
  transform: translateY(2px);
  box-shadow: 0 5px 0 -3px #191c1b;
}

.privacy-policy {
  text-decoration: none;
  color: #495250;
  font-size: 0.8rem;
  margin: 1rem 0 0;
}

.privatuma-politika {
  background-image: url("/img/texture-01.jpg");
  background-repeat: repeat;
  background-size: 1000px;
  background-position: top center;
}
.privatuma-politika .privatuma-politika__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 0;
}
.privatuma-politika .logo {
  display: block;
  width: 250px;
  margin: 0 auto 2rem;
}
.privatuma-politika strong {
  color: #d8510c;
}
