html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.betonred-ag83l8 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .betonred-ag83l8 {
    padding: 54px 0 0;
  }
}

.betonred-n4wrc8 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .betonred-n4wrc8:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.betonred-2ly4y1 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .betonred-2ly4y1 {
    margin: 20px auto 100px;
  }
}

.betonred-2ly4y1 h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .betonred-2ly4y1 h1 {
    font-size: 120px;
  }
}

.betonred-2ly4y1 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.betonred-q4j1h0 {
  cursor: pointer;
}

.betonred-inwsl7 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.betonred-edoido {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betonred-edoido figure {
  margin: 0;
}

.betonred-edoido.betonred-v3c3tc {
  justify-content: flex-start;
  margin-right: 4px;
}

.betonred-edoido.betonred-311tc6 {
  justify-content: flex-end;
  margin-left: 4px;
}

.betonred-edoido.betonred-bldnte {
  justify-content: center;
}

.betonred-edoido.betonred-n5a3t2 {
  justify-content: normal;
}

.betonred-rmwkx4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .betonred-rmwkx4 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-rmwkx4 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.betonred-ur0qpj {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .betonred-ur0qpj {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.betonred-zi9xva {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .betonred-zi9xva {
    flex-direction: column;
  }
}

.betonred-447ohs {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.betonred-447ohs img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .betonred-447ohs {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.betonred-5zqzq5 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.betonred-5zqzq5 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .betonred-5zqzq5 ul {
    margin-bottom: 15px;
  }
}

.betonred-5zqzq5 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.betonred-5zqzq5 ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.betonred-5zqzq5 ul li span svg {
  fill: var(--title-color);
}

.betonred-5zqzq5 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .betonred-5zqzq5 ul li small {
    font-size: 12px;
  }
}

.betonred-5zqzq5 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.betonred-5zqzq5 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .betonred-5zqzq5 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.betonred-b3gqlq {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .betonred-b3gqlq {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.betonred-yxy93s {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.betonred-f9ns83 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.betonred-t3gc5v ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .betonred-f9ns83 {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .betonred-f9ns83:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.betonred-f9ns83.betonred-ljflbh {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .betonred-f9ns83.betonred-ljflbh:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.betonred-no5uaz {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .betonred-no5uaz {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-no5uaz {
    padding: 50px 16px 68px;
  }
}

.betonred-uej6sx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .betonred-uej6sx {
    flex-direction: column;
  }
}

.betonred-12f9xv {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .betonred-12f9xv {
    margin-bottom: 40px;
  }
}

.betonred-zt3s5a .betonred-tl9iyb {
  margin-bottom: 28px;
}

.betonred-zt3s5a .betonred-tl9iyb img {
  max-height: 100px;
  width: auto;
}

.betonred-zulv2z {
  display: flex;
  align-items: center;
}

.betonred-zulv2z a + a {
  margin-left: 24px;
}

.betonred-zulv2z img {
  max-height: 56px;
  width: auto;
}

.betonred-zulv2z img + img {
  margin-left: 24px;
}

.betonred-7us8ua {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .betonred-7us8ua {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.betonred-kywrm8 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .betonred-kywrm8 {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.betonred-tslvni {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .betonred-tslvni {
    flex-wrap: wrap;
  }
}

.betonred-tslvni li {
  display: flex;
  margin: 0 7px;
}

.betonred-tslvni li svg {
  transition: 0.betonred-t3gc5v ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .betonred-tslvni li:hover svg {
    transform: scale(1.2);
  }
}

.betonred-fd3t7z {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.betonred-na4zw4 + .betonred-na4zw4 {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .betonred-na4zw4 + .betonred-na4zw4 {
    margin: 36px 0 0;
  }
}

.betonred-ieb3vq {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.betonred-zlr1qe {
  list-style: none;
  margin: 0;
  padding: 0;
}

.betonred-zlr1qe li {
  font-size: 16px;
}

.betonred-zlr1qe li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .betonred-zlr1qe li a:hover {
    text-decoration: underline;
  }
}

.betonred-zlr1qe li + li {
  margin-top: 16px;
}

.betonred-za2x1o {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.betonred-tv0bbz ease-in-out;
}

.betonred-za2x1o.betonred-46ljgl {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.betonred-31fneb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.betonred-31fneb h1,
.betonred-31fneb h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .betonred-31fneb h1,
  .betonred-31fneb h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .betonred-31fneb {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-31fneb {
    margin-bottom: 60px;
  }
}

.betonred-6pudek {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .betonred-6pudek {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.betonred-6pudek li {
  width: 100%;
}

.betonred-6pudek li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.betonred-t3gc5v ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.betonred-6pudek li a svg {
  fill: var(--button-text-color);
}

.betonred-6pudek li a.betonred-46ljgl {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .betonred-6pudek li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .betonred-6pudek li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .betonred-6pudek li a img {
    max-width: 16px;
  }
}

.betonred-fid1a3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .betonred-fid1a3 {
    margin: 0 -5px;
  }
}

.betonred-6sumyi {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.betonred-6sumyi span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.betonred-6sumyi small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .betonred-6sumyi {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .betonred-6sumyi span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.betonred-7qloit {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.betonred-7qloit img {
  width: 100%;
  transition: 0.betonred-t3gc5v ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .betonred-7qloit:hover img {
    transform: scale(1.1);
  }
}

.betonred-14pcg6 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .betonred-14pcg6 {
    height: 54px;
  }
}

.betonred-z9k5an {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .betonred-z9k5an {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .betonred-z9k5an {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-z9k5an .betonred-tl9iyb img {
    max-width: 90px;
  }
}

.betonred-tl9iyb img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .betonred-tl9iyb {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .betonred-ekbszs {
    display: none;
  }
  .betonred-ekbszs::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.betonred-ua85hs {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.betonred-ua85hs li {
  font-size: 16px;
  margin: 0 20px;
}

.betonred-ua85hs li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .betonred-ua85hs li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .betonred-ua85hs {
    display: block;
  }
  .betonred-ua85hs li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .betonred-ua85hs li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .betonred-ua85hs li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .betonred-ua85hs li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.betonred-nyb6on {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .betonred-nyb6on {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .betonred-nyb6on {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-nyb6on {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.betonred-nyb6on.betonred-elf61l {
  margin-right: 0;
}

.betonred-p40txo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .betonred-p40txo {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .betonred-p40txo:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.betonred-a2k72w {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .betonred-a2k72w:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .betonred-a2k72w {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.betonred-r0jifs {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .betonred-r0jifs {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.betonred-r0jifs:hover > ul {
  display: flex;
}

.betonred-r0jifs:focus > ul {
  display: flex;
}

.betonred-r0jifs:focus-within > ul {
  display: flex;
}

.betonred-60ymw6 {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.betonred-60ymw6::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.betonred-tv0bbz ease-in-out;
}

@media only screen and (max-width: 767px) {
  .betonred-60ymw6 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .betonred-60ymw6 img {
    max-width: 20px;
  }
}

.betonred-r0jifs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.betonred-t3gc5v ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .betonred-r0jifs ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.betonred-r0jifs ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.betonred-t3gc5v ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .betonred-r0jifs ul li {
    padding: 5px;
  }
}

.betonred-r0jifs ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .betonred-r0jifs ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-r0jifs ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .betonred-r0jifs ul li a img {
    max-width: 20px;
  }
}

.betonred-f6ojmb {
  display: none;
}

.betonred-u0922w {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .betonred-u0922w {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.betonred-u0922w span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .betonred-f6ojmb:checked ~ .betonred-ekbszs {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .betonred-ekbszs {
    display: none;
    transition: display 0.betonred-t3gc5v ease-in-out;
  }
  .betonred-f6ojmb:checked ~ .betonred-ekbszs {
    display: block;
  }
  .betonred-f6ojmb:checked + .betonred-u0922w span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .betonred-f6ojmb:checked + .betonred-u0922w span:nth-child(2) {
    display: none;
  }
  .betonred-f6ojmb:checked + .betonred-u0922w span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.betonred-lo34eg {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .betonred-lo34eg {
    padding: 0 16px;
  }
}

.betonred-lo34eg img {
  margin-bottom: 20px;
}

.betonred-lo34eg p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .betonred-lo34eg p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-lo34eg {
    margin-bottom: 60px;
  }
}

.betonred-athu2d {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .betonred-athu2d {
    font-size: 32px;
  }
}

.betonred-kuu2pg {
  color: var(--text-color);
}

.betonred-9urdb8 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .betonred-9urdb8 {
    font-size: 16px;
    line-height: 140%;
  }
}

.betonred-9urdb8 p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.betonred-9urdb8 p img {
  display: block;
  margin: 0 auto;
}

.betonred-9urdb8 p:first-of-type {
  margin-top: 0;
}

.betonred-9urdb8 p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .betonred-9urdb8 p {
    font-size: 18px;
    line-height: 140%;
  }
}

.betonred-9urdb8 ul {
  padding: 0 0 0 20px;
}

.betonred-9urdb8 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.betonred-9urdb8 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .betonred-9urdb8 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.betonred-9urdb8 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .betonred-9urdb8 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.betonred-9urdb8 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.betonred-9urdb8 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .betonred-9urdb8 iframe {
    height: 200px;
  }
}

.betonred-ixlzv5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .betonred-ixlzv5 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-ixlzv5 {
    margin-bottom: 60px;
  }
}

.betonred-qiaulv {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .betonred-qiaulv {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.betonred-qiaulv h1,
.betonred-qiaulv h2,
.betonred-qiaulv h3,
.betonred-qiaulv h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .betonred-qiaulv h1,
  .betonred-qiaulv h2,
  .betonred-qiaulv h3,
  .betonred-qiaulv h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.betonred-nmqe8p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .betonred-nmqe8p {
    flex-direction: column-reverse;
  }
}

.betonred-nmqe8p .betonred-lqqhuw {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .betonred-nmqe8p .betonred-lqqhuw {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.betonred-nmqe8p .betonred-zkk1l5 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .betonred-nmqe8p .betonred-zkk1l5 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .betonred-nmqe8p .betonred-zkk1l5 img {
    width: 100%;
  }
}

.betonred-zkk1l5 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .betonred-zkk1l5 {
    margin-bottom: 18px;
  }
}

.betonred-lqqhuw {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .betonred-lqqhuw {
    margin-bottom: 18px;
  }
}

.betonred-ixlzv5 h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .betonred-ixlzv5 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.betonred-ixlzv5 .betonred-n4wrc8 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.betonred-jteszv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .betonred-jteszv {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .betonred-jteszv {
    margin-bottom: 60px;
  }
}

.betonred-k9zpfa {
  position: relative;
  border: none;
}

.betonred-k9zpfa::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.betonred-00kfg9 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.betonred-00kfg9 span {
  height: 32px;
}

.betonred-00kfg9 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.betonred-00kfg9.betonred-g7mgvl span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .betonred-00kfg9 {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.betonred-46ijwd {
  list-style: none;
  padding: 0;
  margin: 0;
}

.betonred-46ijwd li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .betonred-46ijwd li {
    font-size: 16px;
  }
}

.betonred-46ijwd li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.betonred-t3gc5v ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .betonred-46ijwd li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .betonred-46ijwd li a {
    padding: 12px 14px;
  }
}

.betonred-46ijwd.betonred-cr1tnc {
  display: none;
}

.betonred-9e1hdm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.betonred-9e1hdm table {
  width: 100%;
  border-collapse: collapse;
}

.betonred-9e1hdm table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .betonred-9e1hdm table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .betonred-9e1hdm table td {
    min-width: 75px;
  }
}

.betonred-9e1hdm table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .betonred-9e1hdm table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.betonred-9e1hdm table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.betonred-9e1hdm p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .betonred-9e1hdm p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .betonred-9e1hdm {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-9e1hdm {
    margin-bottom: 60px;
  }
}

.betonred-hsc5k6 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .betonred-hsc5k6 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.betonred-wa734n {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .betonred-wa734n {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.betonred-wa734n tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .betonred-wa734n tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.betonred-wa734n tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.betonred-c34zue table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.betonred-c34zue table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.betonred-c34zue p {
  color: var(--text-color);
}

.betonred-0lghbh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .betonred-0lghbh {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-0lghbh {
    margin-bottom: 60px;
  }
}

.betonred-ub2v6f {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.betonred-4t2cnj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .betonred-4t2cnj {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-4t2cnj {
    margin-bottom: 60px;
  }
}

.betonred-c5fcmv {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.betonred-c5fcmv h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .betonred-c5fcmv h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.betonred-c5fcmv p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.betonred-c5fcmv p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .betonred-c5fcmv p {
    font-size: 16px;
  }
}

.betonred-jowd7m {
  display: none;
}

@media only screen and (max-width: 767px) {
  .betonred-jowd7m {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.betonred-59o41m {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.betonred-59o41m li {
  margin: 0 20px;
}

.betonred-59o41m li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.betonred-59o41m li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .betonred-59o41m li a:hover {
    color: #2ab765;
  }
}

.betonred-6xcx7p {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .betonred-6xcx7p {
    padding: 0 16px;
  }
}

.betonred-6xcx7p li {
  font-size: 16px;
  position: relative;
}

.betonred-6xcx7p li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .betonred-6xcx7p li a:hover {
    text-decoration: underline;
  }
}

.betonred-6xcx7p li span {
  opacity: 0.5;
}

.betonred-6xcx7p li + li {
  margin-left: 30px;
}

.betonred-6xcx7p li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.betonred-qiaulv {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.betonred-qiaulv {
    margin-bottom: 18px;
  }
}

.betonred-rnket7 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.betonred-rnket7 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.betonred-rnket7 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.betonred-rnket7 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.betonred-rnket7 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.betonred-rnket7 tbody tr:last-of-type {
  margin-bottom: 0;
}

.betonred-rnket7 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.betonred-rnket7 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.betonred-rnket7 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.betonred-rnket7 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .betonred-rnket7 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.betonred-rnket7 tbody tr td .betonred-gd4gfu {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .betonred-rnket7 tbody tr td .betonred-gd4gfu {
    width: 100%;
  }
}

.betonred-rnket7 tbody tr td .betonred-ophdt1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.betonred-t3gc5v ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .betonred-rnket7 tbody tr td .betonred-ophdt1:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .betonred-rnket7 tbody tr td .betonred-ophdt1 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .betonred-rnket7 tbody tr td .betonred-ophdt1 {
    width: 100%;
  }
}

.betonred-rnket7 tbody tr td .betonred-vqg16u {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .betonred-rnket7 tbody tr td .betonred-vqg16u:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-rnket7 tbody tr {
    flex-direction: column;
  }
}

.betonred-rnket7 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.betonred-1lp36w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .betonred-1lp36w {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-1lp36w {
    margin: 0 auto 60px;
  }
}

.betonred-5abzdk {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .betonred-5abzdk {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.betonred-61xqda {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .betonred-61xqda {
    margin: 0 -5px;
  }
}

.betonred-0944j9 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.betonred-0944j9 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.betonred-t3gc5v ease-in-out;
}

.betonred-0944j9 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .betonred-0944j9:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .betonred-0944j9 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .betonred-0944j9 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .betonred-0944j9 p {
    font-size: 16px;
  }
}

.betonred-vsmhvy {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .betonred-vsmhvy {
    height: 190px;
    margin: 20px auto;
  }
}

.betonred-vsmhvy img {
  width: 100%;
  height: 100%;
}

.betonred-vsmhvy iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .betonred-vsmhvy iframe {
    height: 190px;
  }
}

.betonred-7r1gmo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.betonred-7r1gmo::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.betonred-vug9o4 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.betonred-vug9o4 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.betonred-t3gc5v ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .betonred-vug9o4:hover svg {
    transform: scale(1.1);
  }
}

.betonred-el5ldh {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .betonred-el5ldh {
    padding: 40px 0;
  }
}

.betonred-1ia420 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .betonred-1ia420 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .betonred-1ia420 {
    flex-direction: column-reverse;
  }
}

.betonred-lqzd3m {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.betonred-lqzd3m img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .betonred-lqzd3m {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-lqzd3m {
    margin: 10px 0 0;
  }
}

.betonred-s8lqo2 {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.betonred-s8lqo2 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .betonred-s8lqo2 {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-s8lqo2 {
    padding: 24px 10px;
  }
}

.betonred-ccjfsu {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.betonred-t3gc5v ease-in-out;
}

.betonred-ccjfsu:hover {
  border: 1px solid #8c8ca2;
}

.betonred-ql8s99 {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.betonred-ql8s99:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.betonred-hmo2fj {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.betonred-hmo2fj a {
  text-decoration: underline;
  color: #8babff;
}

.betonred-gpt27z {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.betonred-gpt27z .betonred-ccjfsu {
  width: 50%;
  margin: 0;
}

.betonred-xy6uwm {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.betonred-xy6uwm:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.betonred-j44gum {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .betonred-j44gum {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-j44gum {
    margin: 0 0 60px;
  }
}

.betonred-oxro90 {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .betonred-oxro90 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.betonred-r4q03f {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .betonred-r4q03f {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.betonred-dku5k7 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .betonred-dku5k7 {
    flex-basis: auto;
    max-width: 100%;
  }
}

.betonred-o8pivf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .betonred-o8pivf {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.betonred-o8pivf a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.betonred-t3gc5v ease-in-out;
}

@media only screen and (max-width: 767px) {
  .betonred-o8pivf a {
    margin: 1px 0 4px;
  }
}

.betonred-o8pivf a svg {
  fill: #fff;
}

.betonred-o8pivf a:hover {
  background: #3d68e7;
}

.betonred-q3d0s7 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.betonred-1i6wfr {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .betonred-1i6wfr {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.betonred-up7czo {
  font-size: 16px;
  color: var(--text-color);
}

.betonred-b63moq {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .betonred-b63moq {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-b63moq {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .betonred-b63moq {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.betonred-m4ll0o {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.betonred-m4ll0o h1,
.betonred-m4ll0o h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .betonred-m4ll0o h1,
  .betonred-m4ll0o h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .betonred-m4ll0o {
    margin: 0;
    padding-right: 20px;
  }
}

.betonred-6c6lca {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.betonred-6c6lca h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .betonred-6c6lca h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.betonred-6c6lca h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .betonred-6c6lca h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.betonred-6c6lca table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.betonred-6c6lca table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .betonred-6c6lca table tr td {
    padding: 12px 4px;
  }
}

.betonred-6c6lca table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .betonred-6c6lca table tr th {
    padding: 12px 4px;
  }
}

.betonred-6c6lca table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .betonred-6c6lca {
    margin: 0;
  }
}

.betonred-y3j2rm {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .betonred-y3j2rm {
    min-height: 190px;
  }
}

.betonred-chxhs5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.betonred-chxhs5::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.betonred-8enday {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.betonred-8enday.betonred-0fkiu1 {
  display: none;
}

.betonred-rbd5lx {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.betonred-rbd5lx iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.betonred-rbd5lx iframe.betonred-fo0mry {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.betonred-rbd5lx.betonred-4qtz0r {
  opacity: 1;
  pointer-events: all;
}

.betonred-pt3o37 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.betonred-t3gc5v ease-in-out;
}

.betonred-pt3o37 svg {
  margin-right: 10px;
}

.betonred-pt3o37 + .betonred-pt3o37 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .betonred-pt3o37:hover {
    background: #a8a6b3;
  }
}

.betonred-h23suc {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .betonred-h23suc:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .betonred-pt3o37 {
    height: 42px;
    max-width: 220px;
  }
}

.betonred-b63moq .betonred-ixlzv5 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.betonred-b63moq .betonred-ixlzv5 h1,
.betonred-b63moq .betonred-ixlzv5 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .betonred-b63moq .betonred-ixlzv5 h1,
  .betonred-b63moq .betonred-ixlzv5 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .betonred-b63moq .betonred-ixlzv5 {
    margin: 28px 0 0;
  }
}

.betonred-qpwrxu {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .betonred-qpwrxu {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .betonred-qpwrxu {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-qpwrxu {
    margin: 20px auto 60px;
  }
}

.betonred-1zrvgz {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .betonred-1zrvgz {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-1zrvgz {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.betonred-0ww60u {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.betonred-0ww60u iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.betonred-mh1wxm {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.betonred-mh1wxm h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .betonred-mh1wxm h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-mh1wxm h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .betonred-mh1wxm {
    max-width: 100%;
    margin: 0;
  }
}

.betonred-owylce {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .betonred-owylce {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.betonred-t4ah3c {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .betonred-t4ah3c {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.betonred-otoha1 {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.betonred-otoha1 span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .betonred-otoha1 {
    margin: 0;
  }
  .betonred-otoha1:last-of-type {
    margin-top: 4px;
  }
}

.betonred-o4jncd {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .betonred-o4jncd {
    padding: 10px;
  }
}

.betonred-o4jncd .betonred-n4wrc8 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .betonred-o4jncd .betonred-n4wrc8 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .betonred-o4jncd {
    flex-wrap: wrap;
  }
}

.betonred-bhjljq {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.betonred-bhjljq img {
  width: 100%;
}

.betonred-f7u1av {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .betonred-f7u1av {
    max-width: 200px;
    margin: 0;
  }
}

.betonred-yk2i1q {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.betonred-djbs4v {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.betonred-8y45kt {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .betonred-8y45kt {
    margin: 0 0 60px;
  }
}

.betonred-8y45kt .betonred-tz2e7k {
  position: relative;
}

.betonred-8y45kt .betonred-b7o66q {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.betonred-8y45kt .betonred-b7o66q.betonred-0fkiu1 {
  display: none;
}

.betonred-8y45kt .betonred-8ygyoz {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .betonred-8y45kt .betonred-8ygyoz {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .betonred-8y45kt .betonred-8ygyoz {
    bottom: 90px;
  }
}

.betonred-8y45kt .betonred-8ygyoz .betonred-ejoiwb {
  max-width: 300px;
  width: 100%;
}

.betonred-8y45kt .betonred-8ygyoz .betonred-ejoiwb .betonred-2jqnra {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .betonred-8y45kt .betonred-8ygyoz .betonred-ejoiwb .betonred-2jqnra {
    font-size: 32px;
    text-align: center;
  }
}

.betonred-8y45kt .betonred-8ygyoz .betonred-ejoiwb .betonred-owmhrw {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .betonred-8y45kt .betonred-8ygyoz .betonred-ejoiwb .betonred-owmhrw {
    text-align: center;
  }
}

.betonred-8y45kt .betonred-8ygyoz .betonred-elf61l {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .betonred-8y45kt .betonred-8ygyoz .betonred-elf61l {
    flex-direction: column-reverse;
  }
}

.betonred-8y45kt .betonred-8ygyoz .betonred-elf61l .betonred-32z8ka {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.betonred-t3gc5v ease-in-out;
}

.betonred-8y45kt .betonred-8ygyoz .betonred-elf61l .betonred-32z8ka:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .betonred-8y45kt .betonred-8ygyoz .betonred-elf61l .betonred-32z8ka {
    width: 100%;
  }
}

.betonred-8y45kt .betonred-8ygyoz .betonred-elf61l .betonred-rkqf6l {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.betonred-t3gc5v ease-in-out;
  overflow: hidden;
}

.betonred-8y45kt .betonred-8ygyoz .betonred-elf61l .betonred-rkqf6l span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.betonred-8y45kt .betonred-8ygyoz .betonred-elf61l .betonred-rkqf6l:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.betonred-8y45kt .betonred-8ygyoz .betonred-elf61l .betonred-rkqf6l:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .betonred-8y45kt .betonred-8ygyoz .betonred-elf61l .betonred-rkqf6l {
    width: 100%;
  }
}

.betonred-8y45kt .betonred-8ygyoz.betonred-0fkiu1 {
  display: none;
}

.betonred-8y45kt .betonred-p8933f {
  display: none;
}

.betonred-8y45kt .betonred-p8933f.betonred-4qtz0r {
  display: block;
}

.betonred-8y45kt .betonred-p8933f iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .betonred-8y45kt .betonred-p8933f iframe {
    height: calc(100vh - 54px);
  }
}

.betonred-8y45kt .betonred-wxr96e {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .betonred-8y45kt .betonred-wxr96e {
    padding: 24px 16px 0;
  }
}

.betonred-8y45kt .betonred-wxr96e .betonred-2jqnra {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .betonred-8y45kt .betonred-wxr96e .betonred-2jqnra {
    margin-bottom: 24px;
  }
}

.betonred-8y45kt .betonred-wxr96e table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.betonred-8y45kt .betonred-wxr96e table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .betonred-8y45kt .betonred-wxr96e table tr td {
    padding: 12px 4px;
  }
}

.betonred-8y45kt .betonred-wxr96e table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .betonred-8y45kt .betonred-wxr96e table tr th {
    padding: 12px 4px;
  }
}

.betonred-8y45kt .betonred-wxr96e table tr:last-of-type td {
  border-bottom: none;
}

.betonred-640uax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.betonred-640uax.betonred-46ljgl {
  display: block;
}

.betonred-640uax iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.betonred-640uax .betonred-g7w3tw {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.betonred-640uax .betonred-7b7w8m {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.betonred-640uax .betonred-rkqf6l {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.betonred-t3gc5v ease-in-out;
}

.betonred-640uax .betonred-rkqf6l:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.betonred-cct3t2 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.betonred-cct3t2.betonred-46ljgl {
  display: block;
}

.betonred-gtxyxu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.betonred-8ouhpx {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.betonred-ahd8ly {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .betonred-8ouhpx {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.betonred-dndyw5 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.betonred-dndyw5 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.betonred-zmu24h {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.betonred-cv3225.betonred-0fkiu1 {
  display: none;
}

.betonred-go648p {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .betonred-go648p {
    margin-bottom: 20px;
  }
}

.betonred-yo8mip {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.betonred-yo8mip span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.betonred-yo8mip small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.betonred-yo8mip input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.betonred-t3gc5v ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.betonred-yo8mip input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.betonred-yo8mip input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.betonred-yo8mip input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.betonred-yo8mip input:active {
  border-color: #c2c0ce;
}

.betonred-yo8mip input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .betonred-yo8mip {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.betonred-qs79ul {
  margin-bottom: 36px;
}

.betonred-qs79ul textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.betonred-qs79ul textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.betonred-qs79ul textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .betonred-qs79ul {
    margin-bottom: 24px;
  }
}

.betonred-6oqy6u {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.betonred-s49giq {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.betonred-t3gc5v ease-in-out;
}

.betonred-s49giq:hover {
  background: var(--border-color);
}

.betonred-qiwjod {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.betonred-t3gc5v ease-in-out;
}

.betonred-qiwjod:hover {
  background: #166ad9;
}

.betonred-n10lyt {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.betonred-n10lyt.betonred-0fkiu1 {
  display: none;
}

.betonred-mfxn2x {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.betonred-n10lyt .betonred-s49giq {
  margin: 0 auto;
}

.betonred-xci8dl {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .betonred-xci8dl {
    margin-bottom: 16px;
  }
}

.betonred-watzv4 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.betonred-qn1alb {
  filter: grayscale(100%);
}

.betonred-watzv4 > input {
  display: none;
}

.betonred-watzv4 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betonred-srggz8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.betonred-diqlbo 44.betonred-avan2w.betonred-yaogjf.betonred-uxvxoe.betonred-kvlrse.betonred-56vwv1.betonred-do6esl.betonred-vrad3r.betonred-lz9w91.betonred-4hvxb7.betonred-mluhun.betonred-c5j5c2.betonred-ikacjl 0l-12.betonred-w0my4x 30.betonred-xts5hr.betonred-l4c4s7 2.betonred-md9421.betonred-l4c4s7 3.betonred-tts3cj 3.betonred-dknpbi.betonred-mphrdb 3.betonred-34iku4.betonred-v8dxfi.betonred-wmamxs.betonred-8y2se7 7-3.betonred-w0my4x 10.betonred-x8bzjy.betonred-8y2se7 23.betonred-yek59o.betonred-2sqknr 1.betonred-nyps47 2.betonred-w0my4x 3.betonred-2sqknr 1.betonred-mphrdb 5.betonred-sfrcck.betonred-mphrdb 32.betonred-ppic0d.betonred-v8dxfi 5.betonred-ikacjl 4.betonred-8y2se7 9.betonred-8y2se7 8.betonred-mphrdb 6.betonred-tudwsj.betonred-qgbotb.betonred-yskatz.betonred-y3snnd.betonred-flz9jm 4.betonred-u0mhmx.betonred-flz9jm 6.betonred-flz9jm 0l29.betonred-ikacjl 17.betonred-aw3gj4.betonred-zvg586 2.betonred-3eomnw 10.betonred-6ddeu6.betonred-w0my4x 8.betonred-gag3oj.betonred-gr1uq9.betonred-36qbiq.betonred-8ykikz.betonred-i38yoj.betonred-v8dxfi.betonred-56vwv1.betonred-w0my4x 1.betonred-c3hljq.betonred-rgtpt7.betonred-1uswd7.betonred-6z9mon.betonred-r69bqw.betonred-nyps47 1.betonred-zozbax.betonred-y5t47g.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.betonred-watzv4 > input:checked ~ label,
.betonred-watzv4 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betonred-srggz8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.betonred-diqlbo 44.betonred-avan2w.betonred-yaogjf.betonred-uxvxoe.betonred-kvlrse.betonred-56vwv1.betonred-do6esl.betonred-vrad3r.betonred-lz9w91.betonred-4hvxb7.betonred-mluhun.betonred-c5j5c2.betonred-ikacjl 0l-12.betonred-w0my4x 30.betonred-xts5hr.betonred-l4c4s7 2.betonred-md9421.betonred-l4c4s7 3.betonred-tts3cj 3.betonred-dknpbi.betonred-mphrdb 3.betonred-34iku4.betonred-v8dxfi.betonred-wmamxs.betonred-8y2se7 7-3.betonred-w0my4x 10.betonred-x8bzjy.betonred-8y2se7 23.betonred-yek59o.betonred-2sqknr 1.betonred-nyps47 2.betonred-w0my4x 3.betonred-2sqknr 1.betonred-mphrdb 5.betonred-sfrcck.betonred-mphrdb 32.betonred-ppic0d.betonred-v8dxfi 5.betonred-ikacjl 4.betonred-8y2se7 9.betonred-8y2se7 8.betonred-mphrdb 6.betonred-tudwsj.betonred-qgbotb.betonred-yskatz.betonred-y3snnd.betonred-flz9jm 4.betonred-u0mhmx.betonred-flz9jm 6.betonred-flz9jm 0l29.betonred-ikacjl 17.betonred-aw3gj4.betonred-zvg586 2.betonred-3eomnw 10.betonred-6ddeu6.betonred-w0my4x 8.betonred-gag3oj.betonred-gr1uq9.betonred-36qbiq.betonred-8ykikz.betonred-i38yoj.betonred-v8dxfi.betonred-56vwv1.betonred-w0my4x 1.betonred-c3hljq.betonred-rgtpt7.betonred-1uswd7.betonred-6z9mon.betonred-r69bqw.betonred-nyps47 1.betonred-zozbax.betonred-y5t47g.5z'/%3e%3c/svg%3e");
}

.betonred-watzv4 > input:not(:checked) ~ label:hover,
.betonred-watzv4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betonred-srggz8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.betonred-diqlbo 44.betonred-avan2w.betonred-yaogjf.betonred-uxvxoe.betonred-kvlrse.betonred-56vwv1.betonred-do6esl.betonred-vrad3r.betonred-lz9w91.betonred-4hvxb7.betonred-mluhun.betonred-c5j5c2.betonred-ikacjl 0l-12.betonred-w0my4x 30.betonred-xts5hr.betonred-l4c4s7 2.betonred-md9421.betonred-l4c4s7 3.betonred-tts3cj 3.betonred-dknpbi.betonred-mphrdb 3.betonred-34iku4.betonred-v8dxfi.betonred-wmamxs.betonred-8y2se7 7-3.betonred-w0my4x 10.betonred-x8bzjy.betonred-8y2se7 23.betonred-yek59o.betonred-2sqknr 1.betonred-nyps47 2.betonred-w0my4x 3.betonred-2sqknr 1.betonred-mphrdb 5.betonred-sfrcck.betonred-mphrdb 32.betonred-ppic0d.betonred-v8dxfi 5.betonred-ikacjl 4.betonred-8y2se7 9.betonred-8y2se7 8.betonred-mphrdb 6.betonred-tudwsj.betonred-qgbotb.betonred-yskatz.betonred-y3snnd.betonred-flz9jm 4.betonred-u0mhmx.betonred-flz9jm 6.betonred-flz9jm 0l29.betonred-ikacjl 17.betonred-aw3gj4.betonred-zvg586 2.betonred-3eomnw 10.betonred-6ddeu6.betonred-w0my4x 8.betonred-gag3oj.betonred-gr1uq9.betonred-36qbiq.betonred-8ykikz.betonred-i38yoj.betonred-v8dxfi.betonred-56vwv1.betonred-w0my4x 1.betonred-c3hljq.betonred-rgtpt7.betonred-1uswd7.betonred-6z9mon.betonred-r69bqw.betonred-nyps47 1.betonred-zozbax.betonred-y5t47g.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .betonred-1mngxq > .betonred-idpqqs {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .betonred-1mngxq > .betonred-idpqqs {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .betonred-1mngxq > .betonred-idpqqs {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .betonred-1mngxq > .betonred-idpqqs {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .betonred-1mngxq > .betonred-idpqqs {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.betonred-gavk6d {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.betonred-gavk6d.betonred-0fkiu1 {
  display: none;
}

.betonred-uam5s5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .betonred-uam5s5 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-uam5s5 {
    border-radius: 20px 20px 0 0;
  }
}

.betonred-cdnuu2 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.betonred-cdnuu2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.betonred-cdnuu2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.betonred-cdnuu2 img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .betonred-cdnuu2 {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .betonred-cdnuu2 img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-cdnuu2 {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .betonred-cdnuu2 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.betonred-6i3h40 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .betonred-6i3h40 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-6i3h40 {
    font-size: 14px;
  }
}

.betonred-h7eaee {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.betonred-h7eaee::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .betonred-h7eaee::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.betonred-h7eaee::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .betonred-h7eaee::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .betonred-h7eaee {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-h7eaee {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.betonred-8snyrg {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .betonred-8snyrg {
    top: -20px;
  }
}

.betonred-wxrbsl {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.betonred-t3gc5v ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .betonred-wxrbsl:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .betonred-wxrbsl {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-wxrbsl {
    width: 90px;
    height: 40px;
  }
}

.betonred-gavk6d.betonred-jowt3s .betonred-uam5s5 {
  background: #2b3b67;
}

.betonred-gavk6d.betonred-jowt3s .betonred-cdnuu2 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.betonred-gavk6d.betonred-jowt3s .betonred-cdnuu2::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.betonred-gavk6d.betonred-jowt3s .betonred-cdnuu2::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.betonred-gavk6d.betonred-jowt3s .betonred-h7eaee::before {
  background: #0e0f41;
}

.betonred-gavk6d.betonred-jowt3s .betonred-h7eaee::after {
  background: #152557;
}

.betonred-gavk6d.betonred-6v43oj .betonred-uam5s5 {
  background: #1f35fa;
}

.betonred-gavk6d.betonred-6v43oj .betonred-cdnuu2 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.betonred-gavk6d.betonred-6v43oj .betonred-cdnuu2::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.betonred-gavk6d.betonred-6v43oj .betonred-cdnuu2::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.betonred-gavk6d.betonred-6v43oj .betonred-h7eaee::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.betonred-gavk6d.betonred-6v43oj .betonred-h7eaee::after {
  background: #192ac8;
}

.betonred-gavk6d.betonred-28xzuw .betonred-uam5s5 {
  background: #fa771f;
}

.betonred-gavk6d.betonred-28xzuw .betonred-cdnuu2 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.betonred-gavk6d.betonred-28xzuw .betonred-cdnuu2::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.betonred-gavk6d.betonred-28xzuw .betonred-cdnuu2::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.betonred-gavk6d.betonred-28xzuw .betonred-h7eaee::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.betonred-gavk6d.betonred-28xzuw .betonred-h7eaee::after {
  background: #fa8535;
}

.betonred-jl60i4 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .betonred-jl60i4 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .betonred-jl60i4 {
    margin: 24px 0 60px;
  }
}

.betonred-jl60i4 h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .betonred-jl60i4 h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.betonred-b2cg8b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .betonred-b2cg8b {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.betonred-4n73rx {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .betonred-4n73rx {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.betonred-j9e0xe {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .betonred-j9e0xe:hover {
    background: var(--button-bg-hover);
  }
}

.betonred-mv42z6 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.betonred-mv42z6 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.betonred-mv42z6 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .betonred-mv42z6 {
    margin-bottom: 16px;
  }
}

.betonred-yrjjse {
  width: 120px;
  height: 22px;
}

.betonred-yrjjse .betonred-fk4ge7 {
  fill: #c2c0ce;
}

.betonred-yrjjse [rating="1"] .betonred-fk4ge7:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.betonred-yrjjse [rating="2"] .betonred-fk4ge7:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.betonred-yrjjse [rating="3"] .betonred-fk4ge7:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.betonred-yrjjse [rating="4"] .betonred-fk4ge7:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.betonred-yrjjse [rating="5"] .betonred-fk4ge7:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.betonred-epk8v4 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .betonred-epk8v4 {
    gap: 16px 0;
  }
}

.betonred-8dakuw {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.betonred-8dakuw.betonred-4qtz0r {
  display: block;
}

.betonred-8dakuw.betonred-0fkiu1 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .betonred-8dakuw {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.betonred-xuitod {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.betonred-2czkef {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.betonred-1l16cl {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.betonred-8pletj small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.betonred-8pletj span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.betonred-jtx7i9 {
  font-size: 16px;
  line-height: 140%;
}

.betonred-irrlmn {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.betonred-irrlmn .betonred-fk4ge7 {
  fill: #c2c0ce;
}

.betonred-irrlmn [rating="1"] .betonred-fk4ge7:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.betonred-irrlmn [rating="2"] .betonred-fk4ge7:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.betonred-irrlmn [rating="3"] .betonred-fk4ge7:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.betonred-irrlmn [rating="4"] .betonred-fk4ge7:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.betonred-irrlmn [rating="5"] .betonred-fk4ge7:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.betonred-aes22s {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .betonred-aes22s {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.betonred-ubj2c7 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .betonred-ubj2c7 {
    padding: 0 16px;
  }
}

.betonred-n97x16 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .betonred-n97x16 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.betonred-yj5b8z {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .betonred-yj5b8z {
    padding: 12px;
    gap: 12px;
  }
}

.betonred-plk3g4 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.betonred-plk3g4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.betonred-6p54rp {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.betonred-o3s1hv {
  flex: 1;
  min-width: 0;
}

.betonred-ogi93e {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .betonred-ogi93e {
    font-size: 14px;
    gap: 6px;
  }
}

.betonred-ptkdwt {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.betonred-ptkdwt svg,
.betonred-ptkdwt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.betonred-ptkdwt svg path {
  fill: var(--button-bg-color);
}

.betonred-ptkdwt svg circle {
  fill: var(--button-text-color);
}

.betonred-pnapce {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .betonred-pnapce {
    font-size: 12px;
  }
}

.betonred-pnapce strong {
  font-weight: 600;
}

.betonred-i52jb8 {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.betonred-i52jb8 p {
  margin: 0 0 16px;
}

.betonred-i52jb8 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .betonred-i52jb8 {
    font-size: 14px;
    line-height: 150%;
  }
}

.betonred-t2x8wv {
  max-width: 300px;
  width: 100%;
}

.betonred-t2x8wv a {
  width: 100%;
}

@media (max-width: 575px) {
  .betonred-t2x8wv {
    max-width: 200px;
  }
}

.betonred-a3p4mt {
  justify-content: center;
}

.betonred-hajylg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.betonred-r2uyku {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .betonred-ssn0s0 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.betonred-8j0n0j {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.betonred-8j0n0j .betonred-ua85hs {
  justify-content: center;
}

/* faq */

.betonred-jtjw3y {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.betonred-p7sbr8 {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.betonred-fjrzd7 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betonred-p7sbr8::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.betonred-fjrzd7 ease;
}

.betonred-jtjw3y.betonred-46ljgl .betonred-p7sbr8::after {
  transform: rotate(45deg);
}

.betonred-dpxko2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.betonred-t3gc5v ease, padding 0.betonred-t3gc5v ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.betonred-jtjw3y.betonred-46ljgl .betonred-dpxko2 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.betonred-d2rul2 {
  margin: 25px 0;
}

.betonred-watzv4 > input:not(:checked) ~ label:hover,
.betonred-watzv4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betonred-pokt9d.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.betonred-6rfe7f 44.betonred-fs6mq1.betonred-bn8htn.betonred-s36aub.betonred-j0iwlq.betonred-u8ivug.betonred-qhagfp.betonred-4l2jjp.betonred-ere2xu.betonred-bdwdkw.betonred-ooctgb.betonred-s59djz.betonred-rs9zv0 0l-12.betonred-7lq9rj 30.betonred-6wvr5e.betonred-1gg19r 2.betonred-qz5c9b.betonred-1gg19r 3.betonred-34n4s3 3.betonred-lbpvn7.betonred-5rq160 3.betonred-ey79qj.betonred-qhqw1p.betonred-mbssld.betonred-ml9hgz 7-3.betonred-7lq9rj 10.betonred-1vk5zt.betonred-ml9hgz 23.betonred-74qae7.betonred-tlt9wx 1.betonred-kuw338 2.betonred-7lq9rj 3.betonred-tlt9wx 1.betonred-5rq160 5.betonred-jat3zf.betonred-5rq160 32.betonred-92j9s2.betonred-qhqw1p 5.betonred-rs9zv0 4.betonred-ml9hgz 9.betonred-ml9hgz 8.betonred-5rq160 6.betonred-co5fom.betonred-sdo0kc.betonred-7b9ska.betonred-zo052c.betonred-6ygswp 4.betonred-8mcsue.betonred-6ygswp 6.betonred-6ygswp 0l29.betonred-rs9zv0 17.betonred-mk4k8r.betonred-krqce4 2.betonred-tagwbq 10.betonred-f5ivn1.betonred-7lq9rj 8.betonred-akf89h.betonred-6cbrk9.betonred-sxzg16.betonred-my85z0.betonred-nmndrv.betonred-qhqw1p.betonred-u8ivug.betonred-7lq9rj 1.betonred-tzo2ct.betonred-j6ohs1.betonred-67u52s.betonred-ugs2hp.betonred-638uup.betonred-kuw338 1.betonred-gp10ue.betonred-rfr45f.5z'/%3e%3c/svg%3e");
}

.betonred-g2jf3i {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .betonred-g2jf3i {
    gap: 16px 0;
  }
}

.betonred-6klwgg {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.betonred-6klwgg.betonred-rgpnr5 {
  display: block;
}

.betonred-6klwgg.betonred-p6m387 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .betonred-6klwgg {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.betonred-uwmasf {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.betonred-i47woq {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.betonred-zcuu2u {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.betonred-bjew11 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.betonred-bjew11 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.betonred-55zjva {
  font-size: 16px;
  line-height: 140%;
}

.betonred-hhhv37 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.betonred-hhhv37 .betonred-dg16ta {
  fill: #c2c0ce;
}

.betonred-hhhv37 [rating="1"] .betonred-dg16ta:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.betonred-hhhv37 [rating="2"] .betonred-dg16ta:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.betonred-hhhv37 [rating="3"] .betonred-dg16ta:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.betonred-hhhv37 [rating="4"] .betonred-dg16ta:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.betonred-hhhv37 [rating="5"] .betonred-dg16ta:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.betonred-8m7oi3 {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.betonred-8m7oi3 textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.betonred-8m7oi3 button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.betonred-cdvpcw {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betonred-cdvpcw.betonred-yg4dkf {
  opacity: 1;
  pointer-events: auto;
}
