@font-face {
  font-family: "LEMONMILK-Light";
  src: url("../fonts/LEMONMILK/LEMONMILK-Light.woff2") format("woff2"), url("../fonts/LEMONMILK/LEMONMILK-Light.woff") format("woff"), url("../fonts/LEMONMILK/LEMONMILK-Light.ttf") format("truetype"), url("../fonts/LEMONMILK/LEMONMILK-Light.svg#LEMONMILK-Light") format("svg");
}
@font-face {
  font-family: "LEMONMILK-Regular";
  src: url("../fonts/LEMONMILK/LEMONMILK-Regular.woff2") format("woff2"), url("../fonts/LEMONMILK/LEMONMILK-Regular.woff") format("woff"), url("../fonts/LEMONMILK/LEMONMILK-Regular.ttf") format("truetype"), url("../fonts/LEMONMILK/LEMONMILK-Regular.svg#LEMONMILK-Regular") format("svg");
}
@font-face {
  font-family: "LEMONMILK-Medium";
  src: url("../fonts/LEMONMILK/LEMONMILK-Medium.woff") format("woff"), url("../fonts/LEMONMILK/LEMONMILK-Medium.ttf") format("truetype"), url("../fonts/LEMONMILK/LEMONMILK-Medium.woff2") format("woff2"), url("../fonts/LEMONMILK/LEMONMILK-Medium.svg#LEMONMILK-Medium") format("svg");
}
@font-face {
  font-family: "LEMONMILK-Bold";
  src: url("../fonts/LEMONMILK/LEMONMILK-Bold.woff2") format("woff2"), url("../fonts/LEMONMILK/LEMONMILK-Bold.woff") format("woff"), url("../fonts/LEMONMILK/LEMONMILK-Bold.ttf") format("truetype"), url("../fonts/LEMONMILK/LEMONMILK-Bold.svg#LEMONMILK-Bold") format("svg");
}
.lemonmilk-light, .alert, .needs-validation__infoBox {
  font-family: "LEMONMILK-Light";
  font-style: normal;
  font-weight: 300;
}

.lemonmilk-regular {
  font-family: "LEMONMILK-Regular";
  font-style: normal;
  font-weight: 400;
}

.lemonmilk-medium, .footer__box.logo, .box__rules__product, section h1,
section h2 {
  font-family: "LEMONMILK-Medium";
  font-style: normal;
  font-weight: 500;
}

.lemonmilk-bold {
  font-family: "LEMONMILK-Bold";
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "absideregular";
  src: url("../fonts/Abside/abside-regular-webfont.woff2") format("woff2"), url("../fonts/Abside/abside-regular-webfont.woff") format("woff"), url("../fonts/Abside/abside-regular-webfont.ttf") format("truetype"), url("../fonts/Abside/abside-regular-webfont.svg#absideregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.absideregular, .footer__box.text, .checkbox-custom, .needs-validation .form-box-input-info, .needs-validation .form-box-input-title, .needs-validation .form-control, .box__form h2 small, .box__products h3, .box__rules__list small a, .box__rules__list ol {
  font-family: "absideregular";
  font-weight: 400;
}

.roc-grotesk, nav {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@keyframes breath {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes animationAfterStart {
  20% {
    transform: translate(-20px, 0) rotate(-7.5deg);
  }
  25% {
    transform: translate(-20px, 0) rotate(-7.5deg);
  }
  75% {
    transform: translate(20px, 0) rotate(7.5deg);
  }
  80% {
    transform: translate(20px, 0) rotate(7.5deg);
  }
}
body {
  position: relative;
  background-size: cover;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}
body * {
  box-sizing: border-box;
}
body:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  background: linear-gradient(rgb(201, 245, 213) 0%, rgb(234, 254, 221) 50%, white 100%);
}

#zb-konkurs {
  position: relative;
}
#zb-konkurs main {
  max-width: 1400px;
  margin: 0 auto;
}
#zb-konkurs .btn {
  width: 100%;
  display: block;
  margin: 30px auto;
  border-radius: 15px;
  border: 0;
  color: #fff;
  background: #037b3e;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.5s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%), background 0.5s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
@media (min-width: 768px) {
  #zb-konkurs .btn {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  #zb-konkurs .btn {
    font-size: 1.2em;
  }
}
#zb-konkurs .btn:hover {
  transform: scale(0.9);
}
#zb-konkurs .btn[type=submit] {
  width: 80%;
}
.rwd-img {
  max-width: 100%;
  display: block;
}
.rwd-img.full-screen {
  width: 100%;
}

.header img,
.footer img {
  max-width: 100%;
}

.lp-container {
  max-width: 1130px;
}

.flex-row, .form-box-radiobuttons {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1130px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .flex-row, .form-box-radiobuttons {
    flex-direction: row;
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .flex-row, .form-box-radiobuttons {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .flex-row, .form-box-radiobuttons {
    max-width: 1170px;
  }
}
@media (min-width: 1366px) {
  .flex-row, .form-box-radiobuttons {
    max-width: 1130px;
  }
}
.flex-row.no-padd, .no-padd.form-box-radiobuttons {
  padding: 0;
}
.flex-row .colflex-sm-2, .form-box-radiobuttons .colflex-sm-2 {
  max-width: 16.6666666667%;
}
.flex-row .colflex-sm-3, .form-box-radiobuttons .colflex-sm-3 {
  max-width: 25%;
}
.flex-row .colflex-sm-4, .form-box-radiobuttons .colflex-sm-4 {
  max-width: 33.3333333333%;
}
.flex-row .colflex-sm-5, .form-box-radiobuttons .colflex-sm-5 {
  max-width: 41.6666666667%;
}
.flex-row .colflex-sm-6, .form-box-radiobuttons .colflex-sm-6 {
  max-width: 50%;
}
.flex-row .colflex-sm-7, .form-box-radiobuttons .colflex-sm-7 {
  max-width: 58.3333333333%;
}
.flex-row .colflex-sm-8, .form-box-radiobuttons .colflex-sm-8 {
  max-width: 66.6666666667%;
}
.flex-row .colflex-sm-9, .form-box-radiobuttons .colflex-sm-9 {
  max-width: 75%;
}
.flex-row .colflex-sm-10, .form-box-radiobuttons .colflex-sm-10 {
  max-width: 83.3333333333%;
}
.flex-row .colflex-sm-11, .form-box-radiobuttons .colflex-sm-11 {
  max-width: 91.6666666667%;
}
.flex-row .colflex-sm-12, .form-box-radiobuttons .colflex-sm-12 {
  max-width: 100%;
}
.flex-row .colflex-1, .form-box-radiobuttons .colflex-1 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-1, .form-box-radiobuttons .colflex-1 {
    max-width: 8.3333333333%;
  }
}
.flex-row .colflex-1.no-padd, .form-box-radiobuttons .colflex-1.no-padd {
  padding: 0;
}
.flex-row .order-1, .form-box-radiobuttons .order-1 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-1, .form-box-radiobuttons .order-1 {
    order: 1;
  }
}
.flex-row .colflex-2, .form-box-radiobuttons .colflex-2 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-2, .form-box-radiobuttons .colflex-2 {
    max-width: 16.6666666667%;
  }
}
.flex-row .colflex-2.no-padd, .form-box-radiobuttons .colflex-2.no-padd {
  padding: 0;
}
.flex-row .order-2, .form-box-radiobuttons .order-2 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-2, .form-box-radiobuttons .order-2 {
    order: 2;
  }
}
.flex-row .colflex-3, .form-box-radiobuttons .colflex-3 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-3, .form-box-radiobuttons .colflex-3 {
    max-width: 25%;
  }
}
.flex-row .colflex-3.no-padd, .form-box-radiobuttons .colflex-3.no-padd {
  padding: 0;
}
.flex-row .order-3, .form-box-radiobuttons .order-3 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-3, .form-box-radiobuttons .order-3 {
    order: 3;
  }
}
.flex-row .colflex-4, .form-box-radiobuttons .colflex-4 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-4, .form-box-radiobuttons .colflex-4 {
    max-width: 33.3333333333%;
  }
}
.flex-row .colflex-4.no-padd, .form-box-radiobuttons .colflex-4.no-padd {
  padding: 0;
}
.flex-row .order-4, .form-box-radiobuttons .order-4 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-4, .form-box-radiobuttons .order-4 {
    order: 4;
  }
}
.flex-row .colflex-5, .form-box-radiobuttons .colflex-5 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-5, .form-box-radiobuttons .colflex-5 {
    max-width: 41.6666666667%;
  }
}
.flex-row .colflex-5.no-padd, .form-box-radiobuttons .colflex-5.no-padd {
  padding: 0;
}
.flex-row .order-5, .form-box-radiobuttons .order-5 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-5, .form-box-radiobuttons .order-5 {
    order: 5;
  }
}
.flex-row .colflex-6, .form-box-radiobuttons .colflex-6 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-6, .form-box-radiobuttons .colflex-6 {
    max-width: 50%;
  }
}
.flex-row .colflex-6.no-padd, .form-box-radiobuttons .colflex-6.no-padd {
  padding: 0;
}
.flex-row .order-6, .form-box-radiobuttons .order-6 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-6, .form-box-radiobuttons .order-6 {
    order: 6;
  }
}
.flex-row .colflex-7, .form-box-radiobuttons .colflex-7 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-7, .form-box-radiobuttons .colflex-7 {
    max-width: 58.3333333333%;
  }
}
.flex-row .colflex-7.no-padd, .form-box-radiobuttons .colflex-7.no-padd {
  padding: 0;
}
.flex-row .order-7, .form-box-radiobuttons .order-7 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-7, .form-box-radiobuttons .order-7 {
    order: 7;
  }
}
.flex-row .colflex-8, .form-box-radiobuttons .colflex-8 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-8, .form-box-radiobuttons .colflex-8 {
    max-width: 66.6666666667%;
  }
}
.flex-row .colflex-8.no-padd, .form-box-radiobuttons .colflex-8.no-padd {
  padding: 0;
}
.flex-row .order-8, .form-box-radiobuttons .order-8 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-8, .form-box-radiobuttons .order-8 {
    order: 8;
  }
}
.flex-row .colflex-9, .form-box-radiobuttons .colflex-9 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-9, .form-box-radiobuttons .colflex-9 {
    max-width: 75%;
  }
}
.flex-row .colflex-9.no-padd, .form-box-radiobuttons .colflex-9.no-padd {
  padding: 0;
}
.flex-row .order-9, .form-box-radiobuttons .order-9 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-9, .form-box-radiobuttons .order-9 {
    order: 9;
  }
}
.flex-row .colflex-10, .form-box-radiobuttons .colflex-10 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-10, .form-box-radiobuttons .colflex-10 {
    max-width: 83.3333333333%;
  }
}
.flex-row .colflex-10.no-padd, .form-box-radiobuttons .colflex-10.no-padd {
  padding: 0;
}
.flex-row .order-10, .form-box-radiobuttons .order-10 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-10, .form-box-radiobuttons .order-10 {
    order: 10;
  }
}
.flex-row .colflex-11, .form-box-radiobuttons .colflex-11 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-11, .form-box-radiobuttons .colflex-11 {
    max-width: 91.6666666667%;
  }
}
.flex-row .colflex-11.no-padd, .form-box-radiobuttons .colflex-11.no-padd {
  padding: 0;
}
.flex-row .order-11, .form-box-radiobuttons .order-11 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-11, .form-box-radiobuttons .order-11 {
    order: 11;
  }
}
.flex-row .colflex-12, .form-box-radiobuttons .colflex-12 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .flex-row .colflex-12, .form-box-radiobuttons .colflex-12 {
    max-width: 100%;
  }
}
.flex-row .colflex-12.no-padd, .form-box-radiobuttons .colflex-12.no-padd {
  padding: 0;
}
.flex-row .order-12, .form-box-radiobuttons .order-12 {
  order: unset;
}
@media (min-width: 768px) {
  .flex-row .order-12, .form-box-radiobuttons .order-12 {
    order: 12;
  }
}

.box-flex, section .h3-box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .box-flex, section .h3-box {
    flex-direction: row;
  }
}
.box-flex.column, section .column.h3-box {
  flex-direction: column;
}
.box-flex.row, section .row.h3-box {
  flex-direction: row;
}
.box-flex.jc-space-between, section .h3-box {
  justify-content: space-between;
}
.box-flex.jc-center, section .jc-center.h3-box {
  justify-content: center;
}
.box-flex.jc-flex-end, section .jc-flex-end.h3-box {
  justify-content: flex-end;
}
.box-flex.ai-center, section .ai-center.h3-box {
  align-items: center;
}
.box-flex.ai-flex-start, section .ai-flex-start.h3-box {
  align-items: flex-start;
}
.box-flex.ai-flex-end, section .ai-flex-end.h3-box {
  align-items: flex-end;
}
.box-flex.ai-baseline, section .h3-box {
  align-items: baseline;
}

section {
  position: relative;
}
section .target {
  top: -65px;
  position: absolute;
}
section h1,
section h2 {
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
section h2,
section h3,
section h4 {
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  section h2,
  section h3,
  section h4 {
    margin: 0 0 50px;
  }
}
section h2 {
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  section h2 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  section h2 {
    font-size: 2.2em;
  }
}
section h2 small {
  font-weight: 400;
}
section h2.title {
  text-transform: uppercase;
}
section .h3-box {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  section .h3-box {
    margin-bottom: 0;
  }
}
section .h3-box h3,
section .h3-box span {
  display: inline-block;
}
section .h3-box h3 {
  position: relative;
  line-height: 1;
}
section .h3-box span {
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
}
@media (min-width: 768px) {
  section .h3-box span {
    width: 69%;
  }
}
section .pattern-box {
  position: absolute;
  z-index: 1;
}

.ul, .alert ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

nav {
  display: grid;
  grid-template-areas: "logo btnMoblie" "menu menu";
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 480px) {
  nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  nav {
    display: flex;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  nav {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  nav {
    max-width: 1100px;
  }
}
nav .navbar-brand {
  width: 100px;
  margin-right: 1rem;
  transition: width 0.75s;
  grid-area: logo;
}
@media (min-width: 992px) {
  nav .navbar-brand {
    width: 135px;
    margin-right: 3rem;
  }
}
@media (min-width: 1200px) {
  nav .navbar-brand {
    width: 170px;
  }
}
nav .navbar-brand img {
  display: block;
  max-width: 100%;
}
nav .navbar-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  nav .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
}
nav .navbar-nav:nth-child(1) {
  margin-right: auto;
}
nav .navbar-nav:nth-child(2) {
  margin-left: auto;
}
nav .navbar-nav .nav-item.icons-sm .nav-link {
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  nav .navbar-nav .nav-item.icons-sm .nav-link {
    padding: 0.5rem;
  }
}
nav .navbar-nav .nav-item.icons-sm .nav-link svg {
  width: 30px;
  height: 30px;
}
nav .navbar-nav .nav-link {
  display: block;
  font-weight: 700;
  padding: 0.5rem 0;
  text-decoration: none;
  font-size: 1rem;
  color: #007c26;
  transition: color 0.15s ease-in-out;
}
@media (min-width: 768px) {
  nav .navbar-nav .nav-link {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  nav .navbar-nav .nav-link {
    padding: 0.5rem 20px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  nav .navbar-nav .nav-link {
    font-size: 1rem;
  }
}
nav .navbar-nav .nav-link:hover {
  color: #181818;
}
nav .navbar-toggler {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  grid-area: btnMoblie;
}
@media (min-width: 768px) {
  nav .navbar-toggler {
    display: none;
  }
}
nav .navbar-toggler-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  filter: invert(1);
  transition: filter 0.4s;
}

#menuBox {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding: 0.5rem 0;
  transition: top 0.4s, background 0.4s, padding 0.4s;
}
@media (min-width: 768px) {
  #menuBox {
    padding: 0;
  }
}
#menuBox.onScroll {
  background: #fff;
}
@media (min-width: 992px) {
  #menuBox.onScroll #menu {
    transform: translateY(0);
  }
}
#menuBox.onScroll .navbar-brand {
  width: 80px;
}
#menuBox #menu {
  flex-grow: 1;
  flex-basis: auto;
  align-items: center;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  background: transparent;
  transition: background 0.4s, height 0.75s, transform 0.75s;
  grid-area: menu;
  width: 100%;
}
@media (min-width: 768px) {
  #menuBox #menu {
    width: auto;
    display: flex;
    height: auto;
    transform: scaleY(1);
  }
}
@media (min-width: 992px) {
  #menuBox #menu {
    transform: translateY(30px);
  }
}
#menuBox.active #menu {
  transform: scaleY(1);
  height: 332px;
}
@media (min-width: 768px) {
  #menuBox.active #menu {
    background: transparent;
  }
}
#menuBox.active #menu-mobile-btn .navbar-toggler-icon {
  filter: invert(0);
}

@keyframes around {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.box__age {
  display: flex;
  align-items: center;
  max-width: 562px;
  margin: 0 auto;
  background: #fd9100;
}
@media (min-width: 768px) {
  .box__age {
    min-height: calc(100vh - 137px);
    background: transparent;
  }
}
.box__age > img {
  display: block;
  max-width: 100%;
}
.box__age__form-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translateX(-50%) scale(0.7);
}
.box__age__form-box .box__age__radios + .btn {
  max-width: 300px;
  background: transparent;
  color: #fff;
  border: 2px solid #037b3e;
}
.box__age__form-box .box__age__radios + .btn:hover {
  background: #037b3e;
}
.box__age__radios {
  margin: 0 auto;
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.box__baner {
  position: relative;
}
.box__baner > img {
  max-width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .box__baner > img:nth-child(1) {
    display: none;
  }
}
.box__baner > img:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .box__baner > img:nth-child(2) {
    display: block;
  }
}
.box__baner__prod {
  position: absolute;
  right: 6%;
  bottom: 0%;
  z-index: 2;
}
@media (min-width: 768px) {
  .box__baner__prod {
    right: 10%;
    bottom: 0%;
  }
}
.box__baner__prod img {
  max-width: clamp(150px, 30vw, 300px);
}
.box__rules {
  margin-top: -6em;
  position: relative;
  padding: 83px 0;
  background: url("../images/rules-bgd.png") top center no-repeat;
  background-size: cover;
}
.box__rules * span {
  color: #f1d691;
}
.box__rules__title {
  text-align: center;
}
.box__rules__product {
  padding: 0 1em;
}
@media (min-width: 768px) {
  .box__rules__product {
    padding: 0;
  }
}
.box__rules__products {
  display: flex;
  flex-direction: column;
  max-width: 1130px;
  margin: 0 auto;
  gap: 3em;
}
@media (min-width: 768px) {
  .box__rules__products {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .box__rules__products {
    flex-wrap: nowrap;
  }
}
.box__rules__products img {
  display: block;
}
.box__rules__product__img img {
  max-width: 100%;
  margin: 0 auto;
}
.box__rules__product__title {
  font-size: 3.25em;
  line-height: 1;
  text-align: center;
}
.box__rules__product__title span {
  color: #fff;
  font-size: 0.5em;
}
.box__rules__product__title small {
  line-height: 1;
  display: block;
  color: #f1d691;
  font-size: 0.35em;
}
.box__rules__product__title img {
  margin: 0.12em auto 0;
}
.box__rules__product:nth-child(1) {
  order: 1;
}
@media (min-width: 768px) {
  .box__rules__product:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .box__rules__product:nth-child(1) {
    width: auto;
    order: 2;
  }
}
.box__rules__product:nth-child(1) .box__rules__product__img {
  position: relative;
  max-width: 447px;
  margin: 0 auto;
}
.box__rules__product:nth-child(1) .box__rules__product__img img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.box__rules__product:nth-child(1) .box__rules__product__img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.box__rules__product:nth-child(1) .box__rules__product__title {
  font-size: 4.5em;
}
.box__rules__product:nth-child(1) .box__rules__product__title small {
  font-size: 0.2em;
}
.box__rules__product:nth-child(2) {
  order: 2;
}
@media (min-width: 992px) {
  .box__rules__product:nth-child(2) {
    order: 1;
  }
}
.box__rules__product:nth-child(3) {
  order: 3;
}
@media (min-width: 992px) {
  .box__rules__product:nth-child(3) {
    order: 3;
  }
}
.box__rules__list {
  padding: 5em 1em 0;
  position: relative;
  text-align: center;
}
.box__rules__list .title {
  color: #f1d691;
}
.box__rules__list ol,
.box__rules__list h2 {
  position: relative;
  z-index: 2;
}
.box__rules__list ol {
  margin: 2em 0 0;
  padding-inline-start: 0;
  list-style: none;
}
.box__rules__list ol li {
  color: #fff;
  font-size: 1.45em;
  padding: 0 0.75em;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .box__rules__list ol li {
    padding: 0;
  }
}
.box__rules__list ol li img {
  display: block;
  margin: 0 auto 0.5rem;
}
.box__rules__list ol li br {
  display: none;
}
@media (min-width: 768px) {
  .box__rules__list ol li br {
    display: inline;
  }
}
.box__rules__list ol li a {
  color: inherit;
  text-decoration: none;
}
.box__rules__list ol li:nth-child(2) .box__rules__list__box img {
  animation-delay: 0.5s;
}
.box__rules__list ol li:nth-child(3) .box__rules__list__box img {
  animation-delay: 1s;
}
.box__rules__list ol li:nth-child(4) .box__rules__list__box img {
  animation-delay: 1.5s;
}
.box__rules__list small {
  margin-top: 2em;
  display: block;
}
.box__rules__list small a {
  color: #fff;
  text-decoration: none;
}
.box__rules__list small a:hover {
  text-decoration: underline;
}
.box__rules__list__box {
  position: relative;
  display: flex;
  color: #fff;
  height: 64px;
  justify-content: center;
  align-items: center;
}
.box__rules__list__box--img {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  margin: 0 auto;
  width: 64px;
}
.box__rules__list__box--img img {
  animation: around 3s infinite linear;
}
.box__products {
  background: #b79f79;
  padding-top: 1em;
  padding-bottom: 0;
}
.box__products h3 {
  text-align: center;
  color: #fff;
  margin: 0 0 1em;
}
.box__products > img {
  max-width: 100%;
  display: block;
  margin-top: 0;
  transition: margin-top 0.4s;
}
.box__products__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
  flex-direction: row;
  padding: 0 1em;
  transform: translateY(1.5em);
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .box__products__row {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .box__products__row {
    max-width: 1130px;
  }
}
@media (min-width: 1200px) {
  .box__products__row {
    padding: 0;
  }
}
.box__products__row__box {
  position: relative;
  height: 140px;
  width: 50%;
  max-width: 250px;
}
@media (min-width: 768px) {
  .box__products__row__box {
    width: 33.3333333333%;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .box__products__row__box {
    width: 16.6666666667%;
  }
}
.box__products__row__box img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  transition: width 0.4s;
}
.box__products__row__box:hover img {
  width: 300px;
  z-index: 2;
}
@media (min-width: 768px) {
  .box__products__row__box:hover img {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .box__products__row__box:hover img {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .box__products__row__box:hover img {
    width: 400px;
  }
}
.box__products:hover > img {
  margin-top: 2em;
}
.box__form {
  background: #e0d2b8;
}
.box__form h2,
.box__form h4 {
  text-align: center;
}
.box__form h2 {
  color: #5d3a2a;
}
.box__form h2 small {
  display: block;
  font-size: 0.65em;
  margin-top: 0.5em;
  text-transform: none;
}
.box__form .flex-row, .box__form .form-box-radiobuttons {
  padding: 1em 0;
}
@media (min-width: 768px) {
  .box__form .flex-row + .flex-row, .box__form .form-box-radiobuttons + .flex-row, .box__form .flex-row + .form-box-radiobuttons, .box__form .form-box-radiobuttons + .form-box-radiobuttons {
    margin-top: 1.5em;
  }
}
.box__form > img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.box__form > img:last-child {
  margin-top: 2em;
}

.needs-validation {
  margin: 0;
}
.needs-validation .title {
  margin: 1em 0;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .needs-validation .title {
    padding: 0;
  }
}
.needs-validation .form-control {
  display: block;
  margin: 0.5em auto 0;
  border: 2px solid #037b3e;
  border-radius: 15px;
  width: 80%;
  padding: 20px;
  font-size: 1.4em;
  text-align: center;
  outline: 0;
  color: #037b3e;
  background-color: transparent;
}
.needs-validation .form-control:focus, .needs-validation .form-control:focus-visible {
  border: 2px solid #037b3e;
}
.needs-validation .form-control::placeholder {
  color: #037b3e;
  text-align: center;
  font-weight: 700;
}
.needs-validation textarea {
  height: 200px;
}
.needs-validation .form-box-input-title {
  text-align: center;
  font-size: 1.2em;
  color: #037b3e;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .needs-validation .form-box-input-title {
    font-size: 1.9em;
  }
}
.needs-validation .form-box-input-title span {
  color: #5d3a2a;
}
.needs-validation .form-box-input-info {
  margin: 5px auto 0;
  width: 80%;
  font-size: 0.9em;
  font-weight: 400;
  color: #037b3e;
  letter-spacing: -1px;
}
.needs-validation .form-box-input-btn {
  margin-top: 0.75em !important;
}
.needs-validation .form-box-input input[type=file] {
  opacity: 0;
}
.needs-validation.results h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
}
.needs-validation.results .btn {
  background: #7f6aad;
  color: #0056b8;
  margin: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .needs-validation.results .btn {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .needs-validation.results .btn {
    font-size: 2em;
  }
}
.needs-validation.results .form-box-btn {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .needs-validation.results .form-box-btn {
    margin-top: 0;
  }
}
.needs-validation.results .form-box-btn img {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(5%, -50%);
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .needs-validation.results .form-box-btn img {
    display: block;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .needs-validation.results .form-box-btn img {
    max-width: initial;
  }
}
.needs-validation__infoBox {
  display: none;
  position: sticky;
  top: 89px;
  z-index: 8;
  background: #de2e24;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .needs-validation__infoBox {
    top: 73px;
  }
}
.needs-validation__infoBox.error {
  display: block;
}

.checkbox-boxes {
  margin: 30px auto 0;
}
@media (min-width: 992px) {
  .checkbox-boxes {
    width: 80%;
  }
}
.checkbox-boxes.radiobuttonStyle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .checkbox-boxes.radiobuttonStyle {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.checkbox-boxes.radiobuttonStyle .checkbox-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.checkbox-boxes.radiobuttonStyle .checkbox-custom .checkmark {
  position: static;
  width: auto;
  height: auto;
  padding: 0.55em 1em 0.35em;
  line-height: 1;
  color: #5d3a2a;
}
.checkbox-boxes.radiobuttonStyle .checkbox-custom .checkmark__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 23px;
  border: 0;
  width: 125px;
  height: 125px;
}
.checkbox-boxes.radiobuttonStyle .checkbox-custom .checkmark__icon img {
  transition: filter 0.75s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
.checkbox-boxes.error {
  padding: 3em;
  border: 3px solid #de2e24;
}

.checkbox-custom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1.5em;
  font-size: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #037b3e;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .checkbox-custom {
    margin-bottom: 12px;
  }
}
.checkbox-custom a {
  color: inherit;
  transition: color 0.4s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
.checkbox-custom a:hover {
  color: #037b3e;
}
.checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-custom input.required ~ .checkmark {
  border-color: #de2e24;
}
.checkbox-custom input:checked ~ .checkmark {
  background-color: #037b3e;
  border-color: #037b3e;
  color: #fff !important;
}
.checkbox-custom input:checked ~ .checkmark.checkmark__icon img {
  filter: brightness(0);
}
.checkbox-custom input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-custom .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  font-size: 1.6em;
  border-radius: 15px;
  border: 2px solid #037b3e;
  transition: background-color 0.75s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%), color 0.75s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
.checkbox-custom small {
  cursor: auto;
  font-size: 0.7em;
}

.form-box-radiobuttons {
  flex-direction: row;
}

.radiobutton-box {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: #ffc000;
}
.radiobutton-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radiobutton-box input:hover ~ .checkmark {
  background-color: rgba(255, 192, 0, 0.3);
}
.radiobutton-box input:checked ~ .checkmark {
  background-color: #ffc000;
  color: #de2e24;
}
.radiobutton-box input:checked ~ .checkmark:after {
  display: block;
}
.radiobutton-box .checkmark {
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  width: 80%;
  margin: 15px auto 0;
  border-radius: 5px;
  border: 2px solid #ffc000;
  cursor: pointer;
  transition: background 0.3s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%), color 0.3s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
.radiobutton-box small {
  cursor: auto;
}

@keyframes alertHide {
  0%, 90% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.alert {
  position: sticky;
  top: 73px;
  z-index: 9;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  animation: alertHide 30s 1;
  animation-fill-mode: forwards;
}
.alert.alert-error {
  background: #de2e24;
}
.alert.alert-success {
  background: #037b3e;
}
.alert ul {
  text-align: center;
}
.alert ul li {
  color: #fff;
  font-size: 1.25em;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .alert ul li {
    font-size: 1.05em;
  }
}
@media (min-width: 992px) {
  .alert ul li {
    font-size: 1.25em;
  }
}

.footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1em 0 2em;
  text-align: center;
  background: #037b3e;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer {
    padding: 0 0 2em;
  }
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__boxes {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
.footer__box.img {
  grid-area: img;
  display: none;
}
@media (min-width: 768px) {
  .footer__box.img {
    display: block;
  }
}
.footer__box.text {
  text-align: center;
  font-size: 14px;
  flex-direction: column;
  padding: 0 1em;
}
@media (min-width: 768px) {
  .footer__box.text {
    flex-direction: row;
    padding: 0;
  }
}
.footer__box.text a {
  width: 150px;
}
.footer__box.text a img {
  max-width: 150px;
  transform: scale(1);
  transition: transform 0.4s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
.footer__box.text a:hover img {
  transform: scale(1.1);
}
.footer__box.logo {
  display: flex;
  align-items: center;
  gap: 1em;
}
.footer__box.logo img {
  max-width: 150px;
  transform: translateY(-12px);
}

.products-img.full-screen {
  width: 160%;
  max-width: 160%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .products-img.full-screen {
    width: 100%;
    max-width: 100%;
    left: initial;
    transform: initial;
  }
}

.take-part-box {
  position: relative;
  z-index: 1;
}
.take-part-box .take-part-main {
  top: 0;
  left: 0;
  width: 60%;
}
@media (min-width: 768px) {
  .take-part-box .take-part-main {
    top: 50%;
    width: 100%;
  }
}

.cod-app .form-box-input .form-control {
  background-color: #fff;
  color: #0056b8;
  font-size: 0.7em;
  padding: 14px;
}
@media (min-width: 768px) {
  .cod-app .form-box-input .form-control {
    padding: 20px;
    font-size: 1.4em;
  }
}
.cod-app .form-box-input .form-control::placeholder {
  color: inherit;
}
.cod-app .cod-app-info {
  margin-top: 5px;
  color: #fff;
}
.cod-app .cod-app-info a {
  color: inherit;
}

.results .footer {
  margin-top: 0;
}
.results .footer.footer2 {
  z-index: initial;
  padding-top: 60px;
}
.results .needs-validation .btn {
  margin-top: 10px;
}
.results .reg-box {
  text-align: center;
  color: #fff;
}
.results .reg-box a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.results .reg-box a:hover {
  text-decoration: underline;
}

#errors {
  color: #de2e24;
  font-weight: 700;
  text-align: center;
}

.target_scroll {
  transform: translateY(-115px);
}