* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

address {
  font-style: normal
}

strong {
  display: block
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/heldzone-fonts/heldzone-poppins-bold.woff2) format("woff2")
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/heldzone-fonts/heldzone-poppins-semibold.woff2) format("woff2")
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/heldzone-fonts/heldzone-poppins-medium.woff2) format("woff2")
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/heldzone-fonts/heldzone-poppins-regular.woff2) format("woff2")
}

:root {
  --font-main: "Poppins", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #091700;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --red: #CF1212;
  --yellow: #FFFA74;
  --green: #05ff1e;
  --yellow-01: rgba(255, 250, 116, 0.1);
  --hover: #ccc501;
  --active: #ccc501
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--black);
  background-color: var(--yellow);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 101px;
  border-radius: 1000px;
  min-height: 60px;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center
}

@media (max-width:1220px) {
  .but {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .but {
    min-height: 50px;
    font-size: 16px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 41px;
    font-size: 14px
  }
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-20-12 {
    font-size: 16px
  }
}

@media (max-width:991px) {
  .tx-20-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-20-12 {
    font-size: 12px
  }
}

.rating {
  font-weight: 400;
  font-size: 30px;
  line-height: 1
}

@media (max-width:1220px) {
  .rating {
    font-size: 24px
  }
}

@media (max-width:991px) {
  .rating {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .rating {
    font-size: 16px
  }
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

.tx-24-18 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-24-18 {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .tx-24-18 {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .tx-24-18 {
    font-size: 18px
  }
}

.tx-12-8 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%
}

@media (max-width:991px) {
  .tx-12-8 {
    font-size: 10px
  }
}

@media (max-width:600px) {
  .tx-12-8 {
    font-size: 8px
  }
}

.tx-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3
}

.tx-80-30 {
  font-weight: 400;
  font-size: 80px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-80-30 {
    font-size: 64px
  }
}

@media (max-width:991px) {
  .tx-80-30 {
    font-size: 50px
  }
}

@media (max-width:600px) {
  .tx-80-30 {
    font-size: 30px
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

.tx-10-8 {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-10-8 {
    font-size: 8px
  }
}

.pt-50-30 {
  padding-top: 50px
}

@media (max-width:991px) {
  .pt-50-30 {
    padding-top: 40px
  }
}

@media (max-width:600px) {
  .pt-50-30 {
    padding-top: 30px
  }
}

.brr-20-10 {
  border-radius: 20px
}

@media (max-width:600px) {
  .brr-20-10 {
    border-radius: 10px
  }
}

.brr-10 {
  border-radius: 10px
}

.p-20 {
  padding: 20px
}

.ptb-10-6 {
  padding-top: 10px;
  padding-bottom: 10px
}

@media (max-width:991px) {
  .ptb-10-6 {
    padding-top: 8px;
    padding-bottom: 8px
  }
}

@media (max-width:600px) {
  .ptb-10-6 {
    padding-top: 6px;
    padding-bottom: 6px
  }
}

.ptb-8-4 {
  padding-top: 8px;
  padding-bottom: 8px
}

@media (max-width:991px) {
  .ptb-8-4 {
    padding-top: 6px;
    padding-bottom: 6px
  }
}

@media (max-width:600px) {
  .ptb-8-4 {
    padding-top: 4px;
    padding-bottom: 4px
  }
}

.ptb-40-16 {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (max-width:1220px) {
  .ptb-40-16 {
    padding-top: 32px;
    padding-bottom: 32px
  }
}

@media (max-width:991px) {
  .ptb-40-16 {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

@media (max-width:600px) {
  .ptb-40-16 {
    padding-top: 16px;
    padding-bottom: 16px
  }
}

.ptb-50-20 {
  padding-top: 50px;
  padding-bottom: 50px
}

@media (max-width:1220px) {
  .ptb-50-20 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (max-width:991px) {
  .ptb-50-20 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media (max-width:600px) {
  .ptb-50-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.p-32-24 {
  padding: 32px
}

@media (max-width:991px) {
  .p-32-24 {
    padding: 28px
  }
}

@media (max-width:600px) {
  .p-32-24 {
    padding: 24px
  }
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 18px
  }
}

@media (max-width:600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-24-12:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .mb-24-12:not(:last-child) {
    margin-bottom: 18px
  }
}

@media (max-width:600px) {
  .mb-24-12:not(:last-child) {
    margin-bottom: 12px
  }
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.mb-24-20:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .mb-24-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-40-24:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-24:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:600px) {
  .mb-40-24:not(:last-child) {
    margin-bottom: 24px
  }
}

.mb-section:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 45px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 30px
  }
}

.mb-32-16:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:991px) {
  .mb-32-16:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .mb-32-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.color-black {
  color: var(--black)
}

.color-yellow {
  color: var(--yellow)
}

.bg-red {
  background-color: var(--red)
}

.bg-yellow {
  background-color: var(--yellow)
}

.bg-yellow-01 {
  background-color: var(--yellow-01)
}

.bg-green {
  background-color: var(--green)
}

.input {
  display: block;
  border: 1px solid transparent;
  border-radius: 1000px;
  padding: 0 20px;
  width: 100%;
  height: 46px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.input_textarea {
  height: 72px;
  padding: 14px 20px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.input:active {
  border-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.benefit {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: var(--yellow);
  background-color: rgba(255, 255, 255, .2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  padding: 8px 12px
}

@media (max-width:991px) {
  .benefit {
    padding: 6px 10px;
    font-size: 10px
  }
}

@media (max-width:600px) {
  .benefit {
    padding: 4px 8px;
    font-size: 8px
  }
}

.border {
  border: 1px solid #fffa74
}

.box-shadow-orange {
  -webkit-box-shadow: 0 0 14px #fffa74;
  box-shadow: 0 0 14px #fffa74
}

.box-shadow {
  -webkit-box-shadow: 0 0 12px #05fbff;
  box-shadow: 0 0 12px #05fbff
}

.legolas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  padding: 3px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #001f1f;
  background-color: var(--green)
}

.legolas span {
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (max-width:1220px) {
  .logo {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .logo {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .logo {
    font-size: 18px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.logo span {
  width: 16px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.heldzone-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:600px) {
  .heldzone-header__icon {
    width: 24px;
    height: 24px
  }
}

.heldzone-header__icon span {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:600px) {
  .heldzone-header__icon span {
    width: 18px;
    height: 18px
  }
}

.heldzone-header__container {
  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;
  gap: 10px
}

.heldzone-header__container_change {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:600px) {
  .heldzone-header__container_change {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (max-width:991px) {
  .heldzone-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .heldzone-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.heldzone-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.heldzone-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .heldzone-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .heldzone-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.heldzone-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.heldzone-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.heldzone-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 24px
}

@media (max-width:991px) {
  .heldzone-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

@media (max-width:991px) {
  .heldzone-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 24px
  }
}

.heldzone-nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .heldzone-nav__link:hover {
    color: var(--hover)
  }
}

.heldzone-nav__link:focus-visible {
  color: var(--hover)
}

.heldzone-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.heldzone-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 24px;
  height: 18px;
  background-color: transparent
}

@media (max-width:991px) {
  .heldzone-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.heldzone-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.heldzone-hero__title {
  background: url(/heldzone-img/heldzone-title.webp) no-repeat center/cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

@media (max-width:600px) {
  .heldzone-hero__title {
    background: 0 0;
    -webkit-text-fill-color: var(--white)
  }
}

.heldzone-hero__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 24px
}

@media (max-width:991px) {
  .heldzone-hero__benefits {
    gap: 10px 18px
  }
}

@media (max-width:600px) {
  .heldzone-hero__benefits {
    gap: 10px 12px
  }
}

.heldzone-about {
  background-image: url(/heldzone-img/heldzone-about-us.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .heldzone-about {
    background-image: url(/heldzone-img/heldzone-about-us-mob.webp)
  }
}

.heldzone-about__descr {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, .6)
}

.heldzone-reviews__list {
  max-width: 1160px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:991px) {
  .heldzone-reviews__list {
    gap: 24px
  }
}

@media (max-width:600px) {
  .heldzone-reviews__list {
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.heldzone-reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.heldzone-reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: auto
}

.heldzone-reviews__star {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.heldzone-ofte {
  position: relative;
  background-image: url(/heldzone-img/heldzone-ofte.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .heldzone-ofte {
    background-image: url(/heldzone-img/heldzone-ofte-mob.webp)
  }
}

.heldzone-ofte::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1
}

.heldzone-ofte_change {
  background-image: none
}

.heldzone-ofte_change::before {
  display: none
}

.heldzone-ofte__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:768px) {
  .heldzone-ofte__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:600px) {
  .heldzone-ofte__list {
    gap: 16px
  }
}

.heldzone-ofte__list_3 {
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[3];
  grid-template: auto/repeat(3, 1fr)
}

@media (max-width:991px) {
  .heldzone-ofte__list_3 {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .heldzone-ofte__list_3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.form {
  max-width: 600px;
  width: 100%
}

.status {
  padding: 10px;
  background-color: var(--green);
  color: var(--black);
  margin-top: 16px;
  display: none
}

.form.active .status {
  display: block
}

.heldzone-footer {
  padding-bottom: 24px
}

.heldzone-footer__age {
  width: 74px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto
}

.heldzone-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px
}

@media (max-width:991px) {
  .heldzone-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
  }
}

.heldzone-footer__links {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  width: 100%
}

@media (max-width:991px) {
  .heldzone-footer__links {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.heldzone-footer__links li:nth-child(1) {
  height: 31px
}

.heldzone-footer__links li:nth-child(2) {
  height: 47px
}

.heldzone-footer__links li:nth-child(3) {
  height: 58px
}

.heldzone-footer__links li:nth-child(4) {
  height: 29px
}

.heldzone-footer__links li:nth-child(5) {
  height: 41px
}

.heldzone-footer__links li:nth-child(6) {
  height: 64px
}

.heldzone-footer__links a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .heldzone-footer__links a:hover {
    opacity: .5
  }
}

.heldzone-footer__links a:focus-visible {
  opacity: .5
}

.heldzone-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.heldzone-footer__gamb {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 708px;
  flex: 0 1 708px;
  width: 100%
}

@media (max-width:991px) {
  .heldzone-footer__gamb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.heldzone-footer__address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.heldzone-footer__address ul li span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.terms {
  padding-top: 60px
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.heldzone-dates {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  padding: 8px
}

.heldzone-dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px
}

.heldzone-cards__list {
  max-width: 1000px;
  width: 100%
}

@media (max-width:1220px) {
  .heldzone-cards__list {
    max-width: 900px
  }
}

@media (max-width:600px) {
  .heldzone-cards__list {
    max-width: 400px
  }
}

.heldzone-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background-image: url(/heldzone-img/heldzone-card-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .heldzone-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
    gap: 8px;
    background-image: url(/heldzone-img/heldzone-card-background-mob.webp)
  }
}

.heldzone-card__legolas {
  position: absolute;
  top: -8px;
  left: 24px;
  z-index: 1
}

.heldzone-card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 665px;
  flex: 0 1 665px;
  width: 100%
}

@media (max-width:600px) {
  .heldzone-card__left {
    gap: 8px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.heldzone-card__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 257px;
  flex: 0 1 257px;
  height: 100px;
  width: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:1220px) {
  .heldzone-card__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 180px;
    flex: 0 1 180px
  }
}

@media (max-width:600px) {
  .heldzone-card__logo {
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%
  }
}

@media (max-width:400px) {
  .heldzone-card__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media (any-hover:hover) {
  .heldzone-card__logo:hover {
    opacity: .5
  }
}

.heldzone-card__logo:focus-visible {
  opacity: .5
}

.heldzone-card__logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.heldzone-card__wrapper-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 92px;
  flex: 0 0 92px;
  width: 100%;
  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;
  gap: 10px
}

@media (max-width:600px) {
  .heldzone-card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%
  }
}

@media (max-width:400px) {
  .heldzone-card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px
  }
}

.heldzone-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px
}

.heldzone-card__stars li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px
}

.heldzone-card__bonus {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 291px;
  flex: 0 1 291px;
  width: 100%
}

@media (max-width:600px) {
  .heldzone-card__bonus {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%
  }
}

@media (max-width:400px) {
  .heldzone-card__bonus {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

.heldzone-card__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 291px;
  flex: 0 1 291px;
  width: 100%
}

@media (max-width:600px) {
  .heldzone-card__right {
    gap: 8px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:400px) {
  .heldzone-card__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
  }
}

.heldzone-card__right-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
  grid-template: auto/repeat(1, 1fr);
  gap: 10px
}

@media (max-width:600px) {
  .heldzone-card__right-right {
    gap: 8px
  }
}

@media (max-width:400px) {
  .heldzone-card__right-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

.heldzone-pays {
  max-width: 238px;
  width: 100%;
  margin: 0 auto
}

@media (max-width:600px) {
  .heldzone-pays {
    max-width: 190px
  }
}

.heldzone-pays__pay {
  width: 24px;
  height: 24px
}

@media (max-width:991px) {
  .heldzone-pays__pay {
    width: 20px;
    height: 20px
  }
}

@media (max-width:600px) {
  .heldzone-pays__pay {
    width: 16px;
    height: 16px
  }
}