@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "inter";
  font-display: swap;
  src: url("/cHWqDs__fonts/cHWqDs__inter-regular.woff2") format("woff2"), url("/cHWqDs__fonts/cHWqDs__inter-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "inter";
  font-display: swap;
  src: url("/cHWqDs__fonts/cHWqDs__inter-semibold.woff2") format("woff2"), url("/cHWqDs__fonts/cHWqDs__inter-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "staatliches";
  font-display: swap;
  src: url("/cHWqDs__fonts/cHWqDs__staatliches-regular.woff2") format("woff2"), url("/cHWqDs__fonts/cHWqDs__staatliches-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 80px;
  --container-padding-tablet: 10px;
  --background: #0D101A;
  --font-color: rgba(255, 255, 255, .8);
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: inter, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: var(--font-size);
  --btn-font-weight: 700;
  --btn-padding: 0.8em 1em;
  --btn-bg: #FF5E3A;
  --btn-bg-hover: rgba(255, 94, 58, 0.8);
  --btn-color: #000000;
  --btn-color-hover: var(--btn-color);
  --btn-radius: 0.5rem;
  --btn-transition: all 0.2s ease-in-out;
}

h1,
.cHWqDs__h1,
h2,
.cHWqDs__h2,
h3,
.cHWqDs__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1;
  text-transform: uppercase;
  font-family: staatliches;
  color: #fff;
  text-shadow: 0 5px 4px rgba(74, 222, 128, 0.4);
}

h1,
.cHWqDs__h1 {
  font-size: clamp(1.625rem, 0.7596153846rem + 3.8461538462vw, 4.125rem);
}

h2,
.cHWqDs__h2 {
  font-size: clamp(1.5rem, 1.2403846154rem + 1.1538461538vw, 2.25rem);
}

h3,
.cHWqDs__h3 {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  text-transform: none;
  font-family: inter;
  text-shadow: none;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.cHWqDs__no-scroll {
  overflow: hidden;
}

.cHWqDs__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.cHWqDs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cHWqDs__items .cHWqDs__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.cHWqDs__terms .cHWqDs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.cHWqDs__terms li,
.cHWqDs__ul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cHWqDs__terms li:before,
.cHWqDs__ul-list li:before {
  content: "•";
  margin-inline: 10px;
}

.cHWqDs__main section,
.cHWqDs__main .cHWqDs__section {
  padding-block: 50px;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  line-height: 1.2;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.cHWqDs__center {
  text-align: center;
}

.cHWqDs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.cHWqDs__popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.cHWqDs__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.cHWqDs__modal-content {
  border-radius: 16px;
  background: #101528;
  padding: 40px;
  position: relative;
  max-width: 520px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  text-align: center;
}

.cHWqDs__modal-content .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

.cHWqDs__modal-content h2 {
  text-align: center;
}

.cHWqDs__close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

body.cHWqDs__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.cHWqDs__checkbox-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cHWqDs__checkbox-container input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.cHWqDs__checkbox-container label {
  cursor: pointer;
  font-size: 12px;
}

.cHWqDs__cookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  z-index: 1000;
}

.cHWqDs__cookie-consent__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 300px;
}

.cHWqDs__cookie-consent .btn {
  font-size: 14px;
}

.swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 34px;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

/* Пагинация */

.swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.swiper-pagination-bullets {
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, rgba(255, 255, 255, 0.6));
  opacity: 1;
  margin-inline: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet:only-child {
  display: none;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, #4ADE80);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* Горизонтальная пагинация динамическая */

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;
  margin-inline: auto;
  max-width: 630px;
}

form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

input,
textarea {
  border-radius: 10px;
  border: 1px solid #4ADE80;
  background: #0D101A;
  padding: 14px;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea {
  resize: none;
  overflow: hidden;
}

.cHWqDs__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48 !important;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cHWqDs__warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cHWqDs__warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.cHWqDs__warning.cHWqDs__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.cHWqDs__warning.cHWqDs__active::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.cHWqDs__item.cHWqDs__img,
.cHWqDs__img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  width: 100%;
  max-width: 610px;
  margin-inline: auto;
  height: 398px;
  background-image: url("/cHWqDs__img/cHWqDs__about-img.avif");
}				.cHWqDs__avif .cHWqDs__item.cHWqDs__img.cHWqDs__img {					background-image: url("/cHWqDs__img/cHWqDs__about-img.avif")				}			

/* Blocks */

.cHWqDs__banner {
  background-color: #1A1F2E;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 100px;
}

.cHWqDs__banner .cHWqDs__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cHWqDs__banner p {
  max-width: 680px;
}

.cHWqDs__comparison .cHWqDs__table {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cHWqDs__comparison .cHWqDs__tr {
  display: contents;
}

.cHWqDs__comparison .cHWqDs__title {
  color: #FF5E3A;
}

.cHWqDs__comparison .cHWqDs__td:not(.cHWqDs__title) {
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
}

.cHWqDs__contacts {
  background: #1A1F2E;
  margin-block: 50px;
}

.cHWqDs__faq .cHWqDs__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  counter-reset: accordion;
}

.cHWqDs__faq .cHWqDs__accordion__item {
  gap: 0;
  padding: 0;
  border-radius: 8px;
  border: 2px solid #4ADE80;
  background: #1A1F2E;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}

.cHWqDs__faq .cHWqDs__accordion__header {
  cursor: pointer;
  width: 100%;
}

.cHWqDs__faq .cHWqDs__accordion__toggle {
  padding: 24px 56px 24px 24px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-family: inter;
  font-weight: 700;
  counter-increment: accordion;
}

.cHWqDs__faq .cHWqDs__accordion__toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 24px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.7098 8.20998C18.6169 8.11625 18.5063 8.04186 18.3844 7.99109C18.2625 7.94032 18.1318 7.91418 17.9998 7.91418C17.8678 7.91418 17.7371 7.94032 17.6152 7.99109C17.4934 8.04186 17.3828 8.11625 17.2898 8.20998L12.7098 12.79C12.6169 12.8837 12.5063 12.9581 12.3844 13.0089C12.2625 13.0596 12.1318 13.0858 11.9998 13.0858C11.8678 13.0858 11.7371 13.0596 11.6152 13.0089C11.4934 12.9581 11.3828 12.8837 11.2898 12.79L6.70982 8.20998C6.61685 8.11625 6.50625 8.04186 6.38439 7.99109C6.26253 7.94032 6.13183 7.91418 5.99982 7.91418C5.8678 7.91418 5.7371 7.94032 5.61524 7.99109C5.49338 8.04186 5.38278 8.11625 5.28982 8.20998C5.10356 8.39734 4.99902 8.6508 4.99902 8.91498C4.99902 9.17917 5.10356 9.43262 5.28982 9.61998L9.87982 14.21C10.4423 14.7718 11.2048 15.0873 11.9998 15.0873C12.7948 15.0873 13.5573 14.7718 14.1198 14.21L18.7098 9.61998C18.8961 9.43262 19.0006 9.17917 19.0006 8.91498C19.0006 8.6508 18.8961 8.39734 18.7098 8.20998Z' fill='white'/%3E%3C/svg%3E");
}

.cHWqDs__faq .cHWqDs__accordion__toggle::before {
  content: counter(accordion, decimal-leading-zero);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  opacity: 0.7;
}

.cHWqDs__faq .cHWqDs__accordion__item_show .cHWqDs__accordion__toggle::after,
.cHWqDs__faq .cHWqDs__accordion__item_slidedown .cHWqDs__accordion__toggle::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cHWqDs__faq .cHWqDs__accordion__content {
  padding: 16px;
  padding-top: 0;
}

.cHWqDs__faq .cHWqDs__accordion__item:not(.cHWqDs__accordion__item_show) .cHWqDs__accordion__body {
  display: none;
}

.cHWqDs__footer {
  margin-top: auto;
  padding-block: 20px;
  background: #000;
}

.cHWqDs__footer h2 {
  font-family: inter;
}

.cHWqDs__footer a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cHWqDs__footer a:hover {
  opacity: 8;
}

.cHWqDs__footer .cHWqDs__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cHWqDs__footer .cHWqDs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cHWqDs__footer .cHWqDs__link a {
  opacity: 0.8;
}

.cHWqDs__footer .cHWqDs__link a:hover {
  opacity: 1;
}

.cHWqDs__footer .cHWqDs__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-block: 20px;
}

.cHWqDs__footer .cHWqDs__logos img {
  width: auto;
  max-height: 50px;
}

.cHWqDs__footer .cHWqDs__age {
  width: 40px;
  aspect-ratio: 1;
  background-image: url("/cHWqDs__img/cHWqDs__18-plus.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: default;
}

.cHWqDs__header {
  padding-block: 16px;
  background: rgba(0, 0, 0, 0.2);
}

.cHWqDs__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}

.cHWqDs__header a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.cHWqDs__header a:hover {
  opacity: 0.6;
}

.cHWqDs__header .cHWqDs__age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
  font-size: clamp(0.625rem, 0.5817307692rem + 0.1923076923vw, 0.75rem);
}

.cHWqDs__header .cHWqDs__age::before {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  background-image: url("/cHWqDs__img/cHWqDs__18-plus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -2px;
}

.cHWqDs__like .cHWqDs__put-a-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: auto;
}

.cHWqDs__like .cHWqDs__put-a-like::before {
  content: "";
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  width: 40px;
  aspect-ratio: 1;
  background-color: #FF5E3A;
  border-radius: 50%;
  background-image: url("/cHWqDs__img/cHWqDs__icon-like.svg");
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.cHWqDs__like .cHWqDs__put-a-like.cHWqDs__active::before {
  background-color: #4ADE80;
}

.cHWqDs__like .cHWqDs__put-a-like:hover::before {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.cHWqDs__like .cHWqDs__put-a-like:active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cHWqDs__like .cHWqDs__logo-block {
  background: #1A1F2E;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.cHWqDs__like .cHWqDs__logo-block img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 430px;
}

.cHWqDs__like h3 {
  color: #FF5E3A;
}

.cHWqDs__top {
  margin-top: -20px;
}

.cHWqDs__top .cHWqDs__top-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 305px));
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}

.cHWqDs__top .cHWqDs__list-item {
  display: contents;
}

.cHWqDs__top .cHWqDs__article {
  border-radius: 20px;
  border: 2px solid #4ADE80;
  background: #1A1F2E;
  -webkit-box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
  padding: 20px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
  cursor: default;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  position: relative;
  overflow: hidden;
  will-change: transform;
  min-height: 322px;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
}

.cHWqDs__top .cHWqDs__article > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(0.25rem, 0.0769230769rem + 0.7692307692vw, 0.75rem);
}

.cHWqDs__top .cHWqDs__label {
  background: #4ADE80;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  width: 100%;
  text-align: center;
  color: #000000;
}

.cHWqDs__top .cHWqDs__img-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  gap: 20px;
  margin-block: 10px 20px;
}

.cHWqDs__top .cHWqDs__img-container img:not(.cHWqDs__stars img) {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 63px;
  max-width: 200px;
}

.cHWqDs__top .cHWqDs__rating {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 5px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cHWqDs__top .cHWqDs__rating .cHWqDs__bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  max-width: 200px;
}

.cHWqDs__top .cHWqDs__rating img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

.cHWqDs__top .cHWqDs__rating .cHWqDs__bar {
  width: 100%;
  height: 5px;
  position: relative;
  z-index: 1;
}

.cHWqDs__top .cHWqDs__rating .cHWqDs__bar::before {
  content: "";
  display: block;
  height: 100%;
  width: calc(var(--fill, 0) * 100%);
  background: #4ADE80;
  -webkit-transition: width 2s ease-in;
  transition: width 2s ease-in;
}

.cHWqDs__top .cHWqDs__rating .cHWqDs__value {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}

.cHWqDs__top .cHWqDs__bonus {
  font-size: clamp(0.8125rem, 0.6826923077rem + 0.5769230769vw, 1.1875rem);
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  color: #FFF;
}

.cHWqDs__top .cHWqDs__bonus a {
  color: inherit;
}

.cHWqDs__top .cHWqDs__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  grid-column: span 2/span 2;
}

.cHWqDs__top .cHWqDs__online::before {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("/cHWqDs__img/cHWqDs__icon-online.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cHWqDs__top .btn {
  position: relative;
  width: 100%;
}

.cHWqDs__top .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 94, 58, 0.6);
  -webkit-animation: pulse 1.6s ease-out infinite;
  animation: pulse 1.6s ease-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
  }

  70% {
    -webkit-transform: scale(1.1, 1.8);
    transform: scale(1.1, 1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
  }

  70% {
    -webkit-transform: scale(1.1, 1.8);
    transform: scale(1.1, 1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 1440px) {
  .cHWqDs__top .cHWqDs__top-list {
    grid-template-columns: repeat(2, minmax(200px, 400px));
    gap: 10px;
  }
}

@media (max-width: 1220px) {
  .cHWqDs__container {
    padding: 0 var(--container-padding-tablet);
    gap: 10px;
  }
}

@media (max-width: 820px) {
  .cHWqDs__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cHWqDs__main section,
  .cHWqDs__main .cHWqDs__section {
    padding-block: 30px;
  }

  .btn {
    padding-inline: 2px;
  }

  .cHWqDs__modal {
    overflow-y: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-block: 20px;
  }

  .cHWqDs__modal-content {
    padding: 14px;
    padding-top: 30px;
  }

  .cHWqDs__cookie-consent__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cHWqDs__item.cHWqDs__img,
  .cHWqDs__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .cHWqDs__banner {
    padding-block: 20px;
  }

  .cHWqDs__banner p {
    font-size: 12px;
  }

  .cHWqDs__comparison .cHWqDs__table {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 14px;
    padding: 10px;
  }

  .cHWqDs__comparison .cHWqDs__title {
    grid-column: 1/-1;
    text-align: center;
  }

  .cHWqDs__contacts {
    margin-block: 30px;
  }

  .cHWqDs__faq .cHWqDs__accordion__toggle {
    padding: 16px 40px 16px 10px;
    gap: 5px;
  }

  .cHWqDs__faq .cHWqDs__accordion__toggle::after {
    top: 16px;
  }

  .cHWqDs__footer .cHWqDs__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cHWqDs__footer .cHWqDs__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cHWqDs__footer .cHWqDs__logos img {
    max-height: 40px;
  }

  .cHWqDs__header {
    padding-block: 10px;
  }

  .cHWqDs__like .cHWqDs__logo-block {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .cHWqDs__like .cHWqDs__logo-block img {
    height: 90px;
    max-width: 220px;
  }

  .cHWqDs__top .cHWqDs__top-list {
    grid-template-columns: minmax(200px, 400px);
  }

  .cHWqDs__top .cHWqDs__article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    padding-top: 30px;
    min-height: 170px;
  }

  .cHWqDs__top .cHWqDs__img-container {
    margin-block: 0;
  }

  .cHWqDs__top .cHWqDs__img-container img:not(.cHWqDs__stars img) {
    height: 46px;
    max-width: 140px;
  }

  .cHWqDs__top .cHWqDs__rating .cHWqDs__bars {
    gap: 3px;
  }

  .cHWqDs__top .cHWqDs__rating .cHWqDs__bar {
    height: 3px;
  }

  .cHWqDs__top .btn {
    text-wrap: wrap;
    text-align: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    color: var(--btn-color-hover);
    background-color: var(--btn-bg-hover);
  }
}

@media (hover: hover) {
  .cHWqDs__top .cHWqDs__article:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
}