@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('../fonts/CeraPro-Regular-1.eot') format('embedded-opentype'),
        url('../fonts/CeraPro-Regular.woff2') format('woff2'),
        url('../fonts/CeraPro-Regular.woff') format('woff'),
        url('../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.eot');
    src: local('Cera Pro Bold'), local('CeraPro-Bold'),
        url('../fonts/CeraPro-Bold-1.eot') format('embedded-opentype'),
        url('../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/CeraPro-Bold.woff') format('woff'),
        url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #e0edfa;

}
.interw {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #c8c8c8;

}
.inter18 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;

}
.inter14 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;color: var(--wy2-muted);}
.inter14w {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #9db0c2;;
}
.inter20 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
}
:root{
    --text:#E7F1F4;
    --muted:#cfe0e6;
    --green:#47EE9A;
  }
  .audience{
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .audience__title{
    margin:0 0 16px;
    font-weight:700;
    font-size:22px;
    letter-spacing:.2px;
  }
  .audience__list{
    display:flex;
    flex-wrap:wrap;
    gap:15px 40px;              /* как на скрине — широкие отступы */
    list-style:none;
    margin: 20px 0px;
    padding:0;
  }
  .audience__item{
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:20px;
    white-space:nowrap;
    color:var(--text);
  }
  .audience__icon{
    width:24px;
    height:24px;
    flex:0 0 24px;
    filter: drop-shadow(0 0 6px rgba(71,238,154,.25));
  }

  /* Адаптив: переносим текст и чуть уменьшаем размер */
  @media (max-width: 840px){
    .audience__item{ font-size:18px; }
    .audience__list{ gap:18px 24px; }
  }
  @media (max-width: 520px){
    .audience__item{ font-size:16px; }
  }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
  min-height: 100%;
  color: #333;
  background-color: white;
  margin: 0;
      font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100 !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}
.carousel-slide {
    min-width: 20%; /* Теперь показывается 5 изображений одновременно */
    box-sizing: border-box;
    padding: 0 10px; /* Отступы между изображениями */
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
    color: white;
    line-height: inherit;
    cursor: pointer;
    background-color: #d3d3d38a;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}
.w2-button {
    color: white;
    line-height: inherit;
    cursor: pointer;
    background-color: #4ca5ff;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}


input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: rgba(0, 0, 0, 0) !important;
}

.w-webflow-badge, .w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  float: none;
  clear: none;
  box-shadow: none;
  opacity: 1;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background: none;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
  transform: none;
}
.btn1 {width: 100%;
    height: 100%;
    background: #0088cc;
    text-align: center;
    line-height: 2.7;
    color: white;
    font-size: 30px;
    border-radius: 10px;}
.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  top: auto !important;
  bottom: 12px !important;
  left: auto !important;
  right: 12px !important;
  overflow: visible !important;
  transform: none !important;
}

.w-webflow-badge > img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
.h2name {
  color: white;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder, .w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder, .w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #7f3ef2;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  z-index: -100;
  position: absolute;
  overflow: hidden;

}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  width: auto;
  height: auto;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
  .grid-6 {display: block;}
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

.proc30 {
width: 30%;
}
.flexjustify {
  display: flex;
  justify-content: space-around;
      padding-top: 50px;
}
.padding40 {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .grid-6 {display: block;}
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, .4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, .9);
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .4);
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --steel-blue: #7f3ef2;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url("../../static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #7f3ef2;
  background-image: url("../../static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #7f3ef2;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #7f3ef2;
}

.block-01 {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
  padding-top: 30px;
}

.block-022 {
  position: relative;
  height: 100vh; /* Adjust the height of .block-022 */
  background-color: #0f0f0f;

}
.container-stat {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
}

.row {
  display: flex;
}

.field-stat {
  width: 140px;
  height: 90px;
  background-color: rgba(121, 118, 118, 0.992);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border-radius: 10px;
  display: flex;
  flex-direction: column; /* Arrange top and bottom elements vertically */
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
}

.field-stat .top {
  margin-bottom: 5px; /* Adjust the spacing between top and bottom elements */
}

.field-stat .bottom {
  font-size: 24px; /* Adjust the font size for the bottom element */
}

.field-stat:last-child {
  margin-right: 0;
}

.container-graf {
  display: flex;
  flex-direction: column; /* Располагает блоки по вертикали */
  align-items: center; /* Выравнивает блоки по центру горизонтально */
}

.row {
  display: flex;
  justify-content: center; /* Выравнивает блоки по центру горизонтально */
  margin-bottom: 20px; /* Добавляет отступ между рядами */
}

.block-023 {
  flex: 0 0 auto; /* Отключает увеличение блока для заполнения оставшегося пространства */
  width: calc(100% - 20px); /* Равномерно распределяет блоки на ширину контейнера с небольшим отступом между ними */
  max-width: 700px; /* Максимальная ширина блока */
  height: 500px; /* Высота графиков */
  margin-right: 20px; /* Добавляет небольшое расстояние между блоками */
}

canvas {
  width: 100% !important; /* Устанавливает ширину холста на 100% от родительского блока */
  height: 100% !important; /* Устанавливает высоту холста на 100% от родительского блока */
}

.block-01.web {
  display: none;
}

.block-022.web {
  display: none;
}


.frame-01 {
    max-width: 1460px;
    height: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

._24-px-menu {
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, .4);
   
  font-size: 24px;
}
.main-menu {
  border-bottom: 2px solid #80808029;
}
.menu-block {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
  background: white;
    max-width: 1460px;
    margin: 20px auto;
}

.logo {
  margin-right: 300px;
  padding-right: 0;
}

.start {
  grid-column-gap: 20px;
  margin-top: 80px;
  display: flex;
}

.start-18px {
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
   
  font-size: 18px;
  font-weight: 300;
  display: block;
}

._18 {
  color: #fff;
  margin-right: 40px;
  font-weight: 500;
}

._18._0 {
  text-transform: uppercase;
  margin-right: 0;
}

._18._0._01 {
  color: rgba(255, 255, 255, .4);
  font-weight: 300;
}

.head-116px {
  z-index: 3;
  width: 590px;
  height: auto;
  color: #fff;
   text-align: center;
  font-size: 95px;
  font-weight: 500;
  line-height: 90px;
  position: relative;
}
.gsacademy {

}
.text-span {
  position: static;
}

.text-span-2 {
  color: #7f3ef2;
  font-style: italic;
}
.name1 {
  font-weight: 600;
  color: #474545;
  -webkit-background-clip: text;
}
.name2 {
    font-weight: 600;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(30deg, #2563eb, #06b6d4, #3b82f6, #0ea5e9);
    background-size: 300% 300%;
    color: transparent;

}
.div-block {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.image {
  max-width: 94%;
  margin-right: 40px;
}

.image.auto {
  width: 60px;
  height: 2px;
  margin-right: 0;
  margin-top: 15px;
}

._22px-text {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    font-size: 17px;
    font-weight: 400;
    /* line-height: 34px; */
    display: block;
    position: relative;
    z-index: 22;
    max-width: 420px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  font-weight: 600;
}
.proc33 {
  width: 30%;
}
.proc50 {
  width: 50%;
}
.messange {
  z-index: 100;
  width: 340px;
  height: 90px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, .4);
  border-radius: 25px;
  margin-bottom: 0;
  margin-left: 439px;
  display: flex;
  position: absolute;
  top: 680px;
  left: 382px;
}

.messange.new-mrss {
  margin-left: 0;
  top: 450px;
  left: 790px;
}

.button {
      color: #6d6d6d;
  width: 260px;
  height: 60px;
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 18px;
  align-items: center;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button2 {
  width: 260px;
  height: 60px;
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 18px;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
 background: linear-gradient(222deg, #76baff, #06b6d4, #49b8ead9, #0e80e9);
}

.button.forresult {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  display: block;
}

.image-2 {
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-2 {
  font-size: 18px;
}

.text-block-3 {
  height: 20px;
  margin-top: 22px;
  margin-right: 30px;
   
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-4 {
  width: 50px;
  height: 60px;
  color: rgba(32, 32, 32, .6);
  margin-top: 22px;
   
  font-size: 16px;
}

.div-block-4 {
  width: 160px;
  height: 50px;
  margin-top: 20px;
}

._18-px-text-bold {
   
  font-size: 18px;
  font-weight: 700;
}

._16-px-text-60 {
  color: rgba(32, 32, 32, .6);
  margin-top: 10px;
   
  font-size: 16px;
  font-weight: 300;
}

.text-block-7 {
  color: rgba(32, 32, 32, .6);
  margin-top: 20px;
  margin-left: 20px;
   
  font-size: 16px;
  font-weight: 300;
}

.krugi {
  width: 1020px;
  height: 1020px;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  z-index: 0;
  top: 26px;
  left: 450px;
}

.gs {
  display: block;
  position: absolute;
  bottom: auto;
  left: 399px;
  overflow: hidden;
}

.block-02 {
  height: 730px;
  background-color: #f5f5f5;
  position: relative;
  overflow: visible;
}

.block-02.web {
  display: none;
}

.frame-02 {
  max-width: 1460px;
  height: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  position: relative;
}

._80-px-text {
  height: auto;
  color: white;
  margin-bottom: 80px;
  max-width: 1460px;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
  margin: 0 auto;
}

._80-px-text._01 {
  z-index: 4;
  width: 520px;
  font-size: 60px;
  line-height: 70px;
  position: relative;
}

._80-px-text._04 {
  width: auto;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}

._80-px-text.newgap {
  width: 590px;
  margin-bottom: 60px;
}

.text-span-7 {
  color: #7f3ef2;
  font-style: italic;
  font-weight: 500;
}

.grid-card {
  z-index: 2;
  grid-column-gap: 40px;
  grid-template-rows: 310px;
  grid-template-columns: 260px 260px 260px 260px;
  font-size: 14px;
  position: relative;
}

.div-card {
  width: 205px;
  height: auto;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  margin-left: 30px;
  display: flex;
}

._16-px-40 {
  height: auto;
  color: rgba(32, 32, 32, .4);
   
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.text-block-10 {
  margin-top: 40px;
}

.card {
  height: 270px;
  background-color: #fff;
  border-radius: 20px;
}

.card._02 {
  margin-top: 40px;
}

._18-24-px-text {
  width: 196px;
  height: auto;
  color: #202020;
  margin-top: 30px;
  margin-left: 30px;
   
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: static;
}

.image-5 {
  width: auto;
  height: 782px;
  display: none;
  position: absolute;
  top: 176px;
  left: 424.867px;
}

.image-6 {
  height: 782px;
  position: absolute;
  top: 347px;
  left: 375px;
  right: 0;
}

.image-7 {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 8px;
}

.image-8 {
  width: 820px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 85px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.elipse-blue {
  width: 400px;
  height: 600px;
  position: absolute;
  top: 220px;
  left: 91px;
}

.elipse-blue.footer {
  top: -253px;
  left: 249px;
}

.elipse-black {
  height: 600px;
  position: absolute;
  top: 283px;
  left: 621px;
}

.block-03 {
  height: 940px;
  background-color: #f5f5f5;
  display: block;
  overflow: hidden;
}

.block-03.web {
  display: none;
}

.frame-03 {
  max-width: 1460px;
  height: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  overflow: visible;
}

.text-span-8 {
  color: var(--steel-blue);
  font-style: italic;
  font-weight: 500;
}

.grid {
  grid-column-gap: 85px;
  grid-row-gap: 16px;
  grid-template-columns: 570px;
  grid-auto-flow: row;
  justify-content: end;
}

.image-9 {
  width: 600px;
  height: 522.817px;
}

.vector-03 {
  width: 462px;
  height: 520px;
  margin-top: 40px;
  position: absolute;
}

.div-block-5 {
  width: auto;
  display: flex;
}

.div-block-5.ew {
  width: auto;
  height: auto;
}

.ph-3 {
  width: 37px;
  height: 37px;
  margin-top: 47px;
}

.text-block-11 {
  width: 452px;
  height: auto;
  margin-top: 40px;
  margin-left: 30px;
   
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-11.heihgt {
  width: 510px;
  height: 140px;
}

.text-span-9, .text-span-10, .text-span-11 {
  font-weight: 600;
}
#your-element-selector {
  height: 100%; width: 100%; background: #0f0f0f; text-align: center; padding-bottom: 50px; padding-top: 140px;
}
.block-04 {
  background-color: #0f0f0f;
  border-radius: 0;
  display: block;
  overflow: visible;
  padding-top: 100px;
}

.block-04.web {
  display: none;
}

.frame-04 {
  max-width: 1460px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.text-span-12 {
  color: var(--steel-blue);
  font-style: italic;
}

.div-block-6 {

  background-color: #131313;
  border: 0 solid #f5f5f5;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 -1px 50px -10px rgba(0, 0, 0, .1);
}

.div-block-6._02 {
}

.div-block-6._02._03 {
}

.div-block-6._02._03._04._05 {
  height: 770px;
}

.div-block-6._02._03._04._05._06._07 {
  height: 930px;
}

.div-block-6._02._03._04._05._06._07._08 {
  height: 830px;
}

.image-10 {
  margin-top: 100px;
}
.flexcolom {
  display: flex;
      justify-content: space-between;
}
.grid-program {
  grid-column-gap: 40px;
  grid-template-columns: 360px 360px 360px;
  margin-left: 0;
}

.image-11 {
  margin-top: 100px;
}

.image-11._65 {
  margin-top: 65px;
}

._22px-texts {
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.text-block-12 {
  max-width: 30px;
  color: var(--steel-blue);
  flex-direction: column;
  margin-top: 0;
   
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  display: block;
}

.div-block-7 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: relative;
}

.block-05 {
  background-color: #131313;
  display: block;
  position: relative;
  overflow: hidden;
}

.block-05.web {
  background-color: #fff;
}

.block-05.web.we {
  display: block;
}

.block-05.new {
  display: none;
}

.frame-05 {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.text-span-13 {
  color: var(--steel-blue);
  font-style: italic;
}

.text-block-13 {
  text-align: center;
   
  font-size: 18px;
  font-weight: 400;
  display: none;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-template: "."
  / 360px 360px 360px;
  justify-content: center;
  margin-top: 40px;
}

.image-12 {
  margin-top: 600px;
}

._34px {
  color: white;
  margin-bottom: 40px;
   
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  line-height: 34px;
      text-align: center;
    padding-top: 40px;
}

._34px._01 {
      color: white;
}

._18-px-tarif {
  width: 240px;
  height: auto;
  margin-bottom: 40px;
  margin-left: 20px;
   
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

._18-px-tarif._01 {
  width: 240px;
  height: auto;
  color: #fff;
  white-space: pre-wrap;
  font-weight: 400;
}

._18-px-tarif._01-copy {
  width: auto;
  height: auto;
  color: #fff;
  margin-left: 50px;
  font-weight: 400;
}

.line {
  position: absolute;
  top: 136px;
  bottom: 136px;
  left: 47px;
  right: 47px;
}

.card-tarif {
  background-color: #0f0f0f;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 0 40px -20px rgba(0, 0, 0, .2);
  margin-bottom: 40px;
}

.card-tarif.tarif-02 {
  box-shadow: none;
  background-color: white;
  height: 100%;
}


.card-tarif.tarif-02.blue {
  max-height: 1580px;
  background-color: #0f0f0f;
}


._34-px-black {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 10px;
   margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

._30-px-black {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 10px;
   
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

._34-px-black._02 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

._34-px-black._01-copy {
  color: white;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

._34-px-black._02-copy {
  color: white;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 10px;

}

._30-px-bbb {
  color: #bbb;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
   
  font-size: 30px;
  line-height: 30px;
}

._30-px-bbb._01 {
  color: #42a7d9;
}

._30-px-bbb._01.black.white {
  color: #fff;
}

._30-px-bbb._01.ty {
  color: #404040;
  margin-bottom: 40px;
}

._30-px-bbb._01.ty.opacity {
  opacity: .4;
  color: #fff;
}

._30-px-bbb._01.ty.opacity.opa {
  opacity: 1;
}

._30-px-bbb._01.ty.opa {
  color: #fff;
  display: none;
}

._30-px-bbb._01.ty-copy {
  color: #404040;
  margin-bottom: 20px;
}

._30-px-bbb._01.ty-copy.opacity {
  opacity: .4;
  color: #fff;
}

._30-px-bbb._01.ty-copy.opacity.white {
  opacity: 1;
}

._30-px-bbb._01.ty-copy.white {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  display: none;
}

._30-px-bbb.black {
  color: #202020;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  display: none;
}

.text-block-16 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
   
  font-size: 18px;
  line-height: 34px;
}

.text-block-16.white {
  color: #fff;
}

.button-card-1 {
  width: 280px;
  height: 60px;
  background-color: black;
  text-transform: uppercase;
  background-image: url("../646928da3039900ad645e124_KNOPKA.png");
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 41.23px 40px;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  margin: 0 auto;
}

.button-card-1.butt-02 {
  color: #202020;
  background-color: #eee;
  background-image: url("../647871a6446190bbebcce74f_Button 2.svg");
  background-position: 96%;
  background-size: auto;
  margin-top: 10px;
}

.button-card-1.butt-02._03 {
  color: #fff;
  background-color: #202020;
  background-image: url("../6478bc94579d8f78b89cf7de_Group 1280.svg");
}

.button-card-1.butt-02._03.keyblue {
  background-color: #07a7f6;
}

.button-card-1.butt-03 {
  color: #202020;
  background-color: #fff;
  background-image: url("../6478725364e47abe94f413c9_Button 3.svg");
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
}

.button-card-1.butt-03._04 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../647878219e5c33d650e2546a_Group 48.svg");
  background-position: 96%;
  background-size: auto;
  border-color: #fff;
}

.button-card-1._01 {
  background-color: var(--steel-blue);
  color: #fff;
  background-image: url("../6478bc94579d8f78b89cf7de_Group 1280.svg");
  background-position: 96%;
  background-size: auto;
}

.button-card-1._01.whitebut {
  color: #000;
  background-color: #fff;
}


.image-14 {
position: absolute;
    top: 962px;
    bottom: 0%;
    left: auto;
    width: 400px;
    right: 85%;
    transform: rotate(70deg);
}

.image-15 {
  position: absolute;
    top: 95px;
    width: 200px;
    bottom: 0%;
    left: 0;
    right: 0%;
    transform: rotate(342deg);
}

.text-block-17 {
  width: 347px;
  color: #000;
  margin-left: 50px;
   
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.image-16 {
  position: absolute;
  top: 148px;
}

.image-16._02 {
  top: 147px;
}

.image-16._02._03 {
  top: 179px;
}

.image-16._02._03._04 {
  top: 212px;
}

.image-16._02._03._04._05 {
  line-height: 24px;
  top: 233px;
}

.image-16._02._03._04._05._06 {
  top: 215px;
}

.div-block-8 {
  padding-left: 20px;
}

.image-17 {
  width: 50px;
  height: 50px;
}

.div-block-9 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;}

.text-block-18 {
   
}

.text-block-19 {
  width: 270px;
  color: lightgrey;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.button-2 {
  width: 160px;
  height: 30px;
  color: #202020;
  text-align: center;
  background-color: #efefef;
  border-radius: 100px;
  flex-direction: column;
  margin-bottom: 20px;
   
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.button-2._1, .button-2.fegbfbfgbfgb {
  color: #fff;
  background-color: #101010;
}

.button-2.fegbfbfgbfgb.bluebutton {
  background-color: var(--steel-blue);
}

.image-18 {
  position: absolute;
  top: 48px;
  left: -41px;
}

.image-18-copy {
  position: absolute;
  top: 826px;
  left: -41px;
}

.image-19 {
  position: absolute;
  top: 47px;
  left: -37px;
}

.image-20 {
  position: absolute;
  top: 48px;
  left: -36px;
}

.div-block-31 {
  align-items: center;
  margin-top: 10px;
  display: block;
}



.div-block-30 {
  align-items: center;
  display: flex;
}

.podval {
  width: 100%;
  background-color: #0f0f0f;
  padding-top: 90px;
}

.foot-bank {
  align-items: center;
  display: flex;
}

.div-block-32 {
  margin-top: 10px;
}

.text-block-20 {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-20.insta {
  margin-top: 20px;
}

.link-8 {
  color: #202020;
  text-decoration: none;
}

.text-block-21 {
  color: #202020;
   
  font-size: 22px;
  font-weight: 500;
}

.div-block-29 {
  margin-left: auto;
  margin-right: auto;    background: #0a0f14;
  position: relative;
    max-width: 1460px;
}

.image-87 {
  width: 170px;
  max-width: none;
  display: block;
  overflow: visible;
}

.svet-footer {
  position: absolute;
  top: -454px;
  left: -901px;
}

.numeraciya p {
  color: var(--steel-blue);
   
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}
.numeraciya1 p {
  color: white;
   
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.numeraciya span {
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
        color: lightgrey;
        font-weight: 500;

}
.numeraciya1 span {
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
        color: white;
        font-weight: 500;

}
.numeraciya i {
    margin-left: 5px;
    font-size: 15px;
    line-height: 24px;
    color: #d1d1d1de;
    font-weight: 400;
}
.numeraciya1 i {
    margin-left: 5px;
    font-size: 15px;
    line-height: 24px;
    color: #d1d1d1de;
    font-weight: 400;
}

.numeraciya._01.mob01, .numeraciya._01.mob03, .numeraciya._01.mob04, .numeraciya._01.mob05, .numeraciya._01.mob06, .numeraciya._01.mob07, .numeraciya._01.mob08, .numeraciya.mob {
  display: none;
}

.punkty-program {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-block-23 {
  margin-left: 20px;
   
  font-size: 18px;
  line-height: 24px;
}

.image-88 {
  width: 100vw;
  top: auto;
  bottom: -2px;
  left: 0%;
  right: 0%;
}

.image-89 {
  position: absolute;
  top: 47px;
  left: -39px;
}

.image-90 {
  position: absolute;
  top: 46px;
  left: -39px;
}

.image-91 {
  position: absolute;
  top: 48px;
  left: -38px;
}

.image-92 {
  position: absolute;
  top: 44px;
  left: -35px;
}

.link-9, .link-10 {
  color: #202020;
  text-decoration: none;
}

.block-06 {
  height: 840px;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.block-06.web {
  display: none;
}

.frame-06 {
  width: 1460px;
  height: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span-14 {
  color: var(--steel-blue);
  font-style: italic;
}

.grid-06-bl {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
                 "."
                 "."
                 "." 200px
                 / 260px 260px;
  grid-auto-flow: row;
}

._20-26-text {
  max-width: 250px;
   
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.text-span-15 {
  font-weight: 600;
}

.tg {
  margin-bottom: 20px;
}

.text-span-16, .text-span-17 {
  font-weight: 600;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .medium-text {
  font-weight: 500;
}

.voice, .vector06, .edit, .label, .home {
  margin-bottom: 20px;
}

.home.width {
  width: 35px;
}

.teleg {
  margin-bottom: 20px;
}

.text-span-24 {
  font-weight: 500;
}

.grayscheme {
  width: auto;
  height: auto;
  position: absolute;
  top: 630px;
  bottom: 0;
  left: 9px;
  overflow: visible;
}

.image-93 {
  width: 670px;
  height: auto;
  position: absolute;
  top: 60px;
  left: 480px;
  right: 401px;
}

.navmenu {
      display: flex;
    width: 400px;
    justify-content: space-between;
    padding: 15px 0px;
}
.link-11, .link-12, .link-13 {
  color: #374151;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

._24-px-menu-copy {
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, .4);
   
  font-size: 24px;
  display: none;
}

.bold-text-7 {
  font-weight: 600;
}

.faq-answ {
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 60px 10px 20px;
  display: block;
}

.faicon {
  width: 20px;
  height: 20px;
  color: #fff;
  margin-top: 0;
  position: static;
}

.faq-head {
  color: #202020;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
   
  font-size: 24px;
  font-weight: 600;
}

.trigger-acc {
  z-index: 2;
  background-color: #ebebeb;
  border-radius: 10px;
  flex-flow: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
  left: auto;
}

.faq-text {
  z-index: 1;
  color: #202020;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.heading {
  color: #202020;
  text-align: left;
  margin: 0 auto;
   
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: -400px;
  right: 0%;
}

.ten {
  height: auto;
  max-height: none;
  min-height: auto;
  background-color: #131313;
    display: block;
  margin: 0 auto;
  padding: 100px 20px 40px;
  position: relative;
  overflow: hidden;
}

.image-86 {
  width: 280px;
  max-width: none;
  position: absolute;
  top: -70px;
  bottom: auto;
  left: 820px;
  right: auto;
}

.div-block-27 {
  max-width: 1460px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-icon {
  width: 40px;
  height: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-1 {
  display: block;
}

.grid-7 {
  height: auto;
  max-width: 1460px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 550px;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  top: 0;
}

.image-94 {
width: 540px;
    max-width: 100%;
    position: absolute;
    top: 194px;
    opacity: 0.85;
    bottom: 0%;
    left: 80%;
    right: 0%;
    transform: rotate(-10deg);
}

.image-94-copy {
  width: 540px;
  max-width: 100%;
  position: absolute;
  top: 820px;
  bottom: 0%;
  left: 80%;
  right: 0%;
}

.image-11-copy {
  margin-top: 0;
}

.image-11-copy._65 {
  margin-top: 65px;
}

.div-block-33 {
  display: flex;
  margin: 0 auto;
}

._18-px-tarif-copy {
  width: auto;
  height: auto;
  color: var(--steel-blue);
  margin-bottom: 40px;
  margin-left: 50px;
   
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: static;
}
._18-px-tarif-copy {
  width: auto;
  height: auto;
  color: var(--steel-blue);
  margin-bottom: 40px;
  margin-left: 50px;
   
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: static;
}

._18-px-tarif-copy._01 {
  height: 670px;
  color: #fff;
  font-weight: 400;
}

.div-block-34 {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 600;
}

.lb {
  z-index: 120;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(32, 32, 32, .2);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box {
  z-index: 130;
  width: 400px;
  height: 500px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
   
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
}

.checkbox-label-7 {
  font-size: 12px;
}

.text-field-2 {
  border: 1px #000;
  border-bottom-style: solid;
  display: block;
}

.form-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
}

.submit-button {
  width: 100%;
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
   
}

.image-95 {
  margin-top: 50px;
}

.success-message {
  height: 300px;
  background-color: #eee;
  padding-top: 20px;
}

.checkbox-field-6 {
  margin-top: 20px;
}

.closepup {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.div-block-28 {
  z-index: 5;
  width: 400px;
  height: 420px;
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.image-96 {
  cursor: pointer;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

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

.heading-17 {
  width: 300px;
  text-transform: none;
  font-size: 24px;
  line-height: 30px;
}

.image-97 {
  margin-top: 50px;
}

.submit-button-2 {
  width: 100%;
  color: #fff;
  background-color: #fe8c00;
  border-radius: 10px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-98 {
  cursor: pointer;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.lb2 {
  z-index: 120;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(32, 32, 32, .2);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box2 {
  z-index: 130;
  width: 400px;
  height: 500px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lb3 {
  z-index: 120;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(32, 32, 32, .2);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box3 {
  z-index: 130;
  width: 400px;
  height: 500px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lb4 {
  z-index: 120;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(32, 32, 32, .2);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box4 {
  z-index: 130;
  width: 400px;
  height: 500px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-35 {
  width: auto;
  height: auto;
}

.text-span-25 {
  color: #202020;
}

.text-span-26 {
  color: #fff;
}

.image-99 {
  display: none;
}

.gs-copy {
  width: 740px;
  display: none;
  position: absolute;
  top: 106px;
  bottom: auto;
  left: 529px;
  overflow: hidden;
}

.vector-03-copy {
  width: 462px;
  margin-top: 40px;
  position: absolute;
}

.italic-text {
  color: var(--steel-blue);
  text-align: left;
  white-space: pre-wrap;
  background-color: rgba(0, 0, 0, 0);
}

.italic-text-2 {
  color: #afe4ff;
  background-color: rgba(0, 0, 0, 0);
}

.image-100 {
  max-width: 25px;
  position: absolute;
  top: 459px;
  left: 159px;
}

.image-100-copy {
  max-width: 25px;
  position: absolute;
  top: 579px;
  left: 178px;
}

.block-05-copy {
  height: 1740px;
  background-color: #f5f5f5;
  display: block;
  position: relative;
  overflow: hidden;
}

.block-05-copy.web {
  background-color: #fff;
}

.block-05-copy.web.we {
  display: block;
}

.block-05-copy.new {
  display: none;
}

._30-px-bbb-copy {
  color: #bbb;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
   
  font-size: 30px;
  line-height: 30px;
}

._30-px-bbb-copy._01 {
  color: #42a7d9;
}

._30-px-bbb-copy._01.black.white {
  color: #fff;
}

._30-px-bbb-copy.black {
  color: #202020;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  display: none;
}

._30-px-bbb-copy.pol {
  margin-bottom: 40px;
}

._30-px-bbb-copy.pol.opa {
  color: #000;
  display: none;
}

.div-block-36 {
  width: 1460px;
  height: auto;
  background-color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section {
  background-color: #f5f5f5;
  overflow: hidden;
}

.text-span-27 {
  color: var(--steel-blue);
}

.grid-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 360px 360px 360px;
}

.div-block-37 {
  border: 2px solid var(--steel-blue);
  background-image: url("/img/2.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding-top: 210px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.div-block-37._02 {
 background-image: url("/img/1.jpg");
  padding-right: 20px;
}

.div-block-37._03 {
  background-image: url("/img/3.jpg");
  padding-right: 20px;
}

.div-block-37._04 {
  background-image: url("/img/4.jpg");
  padding-right: 20px;
}

.div-block-37._05 {
  background-image: url("/img/5.jpg");
  padding-right: 30px;
}

.div-block-37._06 {
  background-image: url("/img/6.jpg");
}

.text-block-24 {
  color: #fff;
  margin-top: 15px;
   
  font-size: 20px;
  line-height: 30px;
      text-shadow: 0px 0px 10px #ffffffa6;
}

.image-101 {
  position: absolute;
  top: 33px;
  left: 240px;
  transform: rotate(10deg);
}

.div-block-38 {
  margin-top: 100px;
  max-width: 1460px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.section-2 {
  background-color: #0f0f0f;
  position: relative;
  overflow: hidden;
}

.mask {
  overflow: hidden;
}

.slide {
  width: 260px;
  height: 440px;
}

.slide-2, .slide-3, .slide-4 {
  width: 260px;
  height: 440px;
  margin-left: 40px;
}

.slider {
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 70px;
  display: block;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.text-block-25 {
  margin-top: 20px;
   color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
      text-align: center;
}

.image-102 {
  border-radius: 20px;
}

.slide-5 {
  width: 260px;
  height: 440px;
  margin-left: 0;
}

.slide-6, .slide-7, .slide-8 {
  width: 260px;
  height: 440px;
  margin-left: 40px;
}

.slide-9 {
  width: 260px;
  height: 440px;
  margin-left: 0;
}

.slide-1, .slide-1-2, .slide-1-3 {
  width: 260px;
  height: 440px;
  margin-left: 40px;
}

.left-arrow {
  width: 50px;
  height: 50px;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 70px;
}

.right-arrow {
  width: 50px;
  height: 50px;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-39 {
    height: 540px;

    background-image: url(/static/img/otziv6.webp);
    background-position: 50%;
    background-size: cover;
}

.div-block-40 {
    height: 540px;

    background-image: url(/static/img/otziv5.webp);
    background-position: 50%;
    background-size: cover;
}

.div-block-41 {
    height: 540px;
    background-image: url(/static/img/otziv4.webp);
    background-position: 50%;
    background-size: cover;
}

.div-block-42 {
    height: 540px;

    background-image: url(/static/img/otziv1.webp);
    background-position: 50%;
    background-size: cover;
}

.div-block-43 {
  height: 340px;
  background-image: url("../651aea7584df700085a2ba5c_2023-10-02 19.05.48.jpg");
  background-position: 50%;
  background-size: cover;
}

.div-block-44 {
  height: 340px;
  background-image: url("../651aeb703c9d7a77ebd45cb7_2023-10-02 19.09.47.jpg");
  background-position: 0%;
  background-size: cover;
  border-radius: 20px;
}

.div-block-45 {
  height: 340px;
  background-image: url("../651aec716080249ae3a55208_2023-10-02 19.14.28.jpg");
  background-position: 50% 80%;
  background-size: cover;
  border-radius: 20px;
}

.div-block-46 {
  height: 340px;
  background-image: url("../651aef5eb3cbb2ab4ef409c4_Frame 2732.png");
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.div-block-47 {
  height: 340px;
  background-image: url("../651af019894ba2772846c952_2023-10-02 19.28.24.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.div-block-48 {
  height: 340px;
  background-image: url("../651af0a518c3919c086d6b3c_2023-10-02 19.32.04.jpg");
  background-position: 50%;
  background-size: cover;
}

.div-block-49 {
  height: 340px;
  background-image: url("../651af0fb0409306cc856532e_adasd.png");
  background-position: 50%;
  background-size: cover;
}

.div-block-50 {
  height: 340px;
  background-image: url("../651af13558f13a7bf3d35c97_2023-10-02 19.34.24.jpg");
  background-position: 50%;
  background-size: cover;
}

.italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12, .italic-text-13, .italic-text-14 {
  color: var(--steel-blue);
}

.div-block-51 {
  width: 1460px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 160px;
}

.section-3 {
  background-color: #f5f5f5;
}

.slide-nav-2 {
  display: none;
}

.slide-10 {
  width: 260px;
  height: 580px;
  left: 0;
}

.slide-11, .slide-12 {
  width: 260px;
  height: 580px;
  margin-left: 40px;
  left: 0;
}

.slider-2 {
  height: 340px;
}

.slide-13 {
  width: 260px;
  height: 580px;
  margin-left: 40px;
}

.slider-3 {
  height: 580px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
}

.slide-14 {
  width: 260px;
  height: 570px;
  margin-left: 0;
}

.slide-15, .slide-16, .slide-17 {
  width: 260px;
  height: 570px;
  margin-left: 40px;
}

.slide-18 {
  width: 260px;
  height: 570px;
  margin-left: 0;
}

.slide-1-4, .slide-1-5, .slide-1-6 {
  width: 260px;
  height: 570px;
  margin-left: 40px;
}

.image-103 {
  z-index: 10;
  width: 460px;
  height: 410px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 710px;
  right: 0%;
}

.youtube {
  z-index: 10;
  width: auto;
  height: 340px;
  max-height: 360px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 700px;
  right: 0;
}

.div-block-52 {
  z-index: 10;
  width: 48%;
  bottom: auto;
  right: auto;
  margin: 0 auto;
}

.image-104 {
  width: 46px;
  height: 300px;
}

.youtube-2 {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.div-block-53 {
  width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.section-4 {
  background-color: #f5f5f5;
  display: none;
}

.left-arrow-2 {
  width: 50px;
  height: 50px;
  top: -70px;
  bottom: auto;
  left: auto;
  right: 70px;
}

.right-arrow-2 {
  width: 50px;
  height: 50px;
  top: -70px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-54 {
  width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-26 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.text-block-27 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-28 {
  color: var(--steel-blue);
  margin-top: 30px;
   
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.youtube-3 {
  height: 460px;
}

.section-18 {
  width: 100vw;
  height: 100px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-69 {
  width: 300px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15-copy {
  position: absolute;
  top: 95px;
  bottom: 0%;
  width: 300px;
  left: 89%;
  right: 0%;
  transform: rotate(-10deg);
}

.heading-18 {
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
   
  font-weight: 500;
}

.italic-text-15 {
  color: var(--steel-blue);
  font-size: 32px;
  line-height: 38px;
}

.text-span-28 {
  color: #000;
  text-decoration: none;
}

.fbfgbfgb {
  position: absolute;
  top: 810px;
  bottom: 0%;
  left: auto;
  right: 85%;
  transform: rotate(-35deg);
}

.image-119, .image-119-copy {
  width: 50px;
  position: absolute;
  top: 746px;
  left: 155px;
}

.image-119-copy.ds {
  top: 841px;
  left: 147px;
}

.image-119-copy.ds.dsd {
  top: 937px;
  left: 170px;
}

.image-119-copy.ds.dsd.fds {
  top: 1033px;
  left: 170px;
}

@media screen and (max-width: 991px) {
  .faqcolom {
    width: 100%;
  }
  .heading {
    width: 460px;
    font-size: 28px;
  }

  .ten {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-7 {
    top: -30px;
  }

 

  .div-block-53 {
    width: 640px;
  }

  .section-4 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .block-01 {
    width: 100%;

    padding-top: 30px;
  }
  .flexcolom {
    display: block;
  }
  .proc30 {
    width: 100%;
  }
  .proc33 {
    width: 100%;
  }
 

  .block-022 {
    width: 100%;
    height: 1000px;
  }

  .menu-block, .logo {
    display: none;
  }

  .start {
    grid-column-gap: 10px;
    margin-top: 30px;
  }

  .start-18px {
    font-size: 12px;
  }

  ._18 {
    margin-right: 20px;
  }

  .head-116px {
    width: 310px;
    margin-top: 20px;
    font-size: 55px;
    line-height: 58px;
  }


  .image.auto {
    width: 40px;
    display: none;
  }

  ._22px-text {
    width: 310px;
    font-size: 16px;
    line-height: 24px;
  }

  .messange {
    z-index: 6;
    width: 240px;
    height: 80px;
    margin-left: 0;
    top: 776px;
    left: 60px;
  }

  .messange.new-mrss {
        top: 1500px;
    left: 27px;
  }
  .btn1 {
    width: 100%;
    height: 100%;
    background: #0088cc;
    text-align: center;
    line-height: 2.7;
    color: white;
    font-size: 30px;
    border-radius: 10px;
  }

  .button.forresult {
    margin-top: 0;
  }

  .image-2 {
    width: 40px;
    height: 40px;
  }

  ._18-px-text-bold {
    font-size: 16px;
  }

  ._16-px-text-60 {
    margin: 0;
  }

  .text-block-7 {
    display: none;
  }

  .krugi {
    height: auto;
    max-width: 150%;
    top: 370px;
    left: -83px;
  }

  .gs {
    z-index: 20;
    max-width: 140%;
    display: none;
    top: 194px;
    left: -80px;
  }

  .block-02 {
    width: 100%;
    height: 1340px;
    overflow: hidden;
  }

  .frame-02 {
    width: 300px;
    padding-top: 40px;
  }

  ._80-px-text {
    width: 300px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 40px;
  }

  ._80-px-text._01 {
    width: 300px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  ._80-px-text._04 {
    width: 300px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 40px;
  }

  ._80-px-text.newgap {
    width: 300px;
    margin-bottom: 40px;
  }

  .grid-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 270px;
    grid-template-columns: 300px;
  }

  .div-card {
    width: 240px;
    align-items: flex-end;
  }

  .card._02 {
    margin-top: 0;
  }

  .image-6 {
    height: 560px;
    top: 70px;
    left: 50px;
  }

  .block-03 {
    width: 100%;
    height: 1060px;
    display: block;
  }

  .frame-03 {
    width: 300px;
    height: 1650px;
    padding-top: 30px;
  }

  .grid {
    grid-column-gap: 85px;
    grid-row-gap: 20px;
    grid-template-columns: 300px;
  }

  .vector-03 {
    width: 300px;
    margin-top: 0;
    display: block;
    top: 2934px;
  }

  .div-block-5 {

    margin-top: 40px;
  }

  .div-block-5.ew {
    margin-top: 0;
  }

  .ph-3 {
    width: 32px;
    height: 32px;
    margin-top: 3px;
  }

  .text-block-11 {
    width: auto;
    max-width: 260px;
    margin-top: 0;
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-11.heihgt {
    width: auto;
    height: auto;
  }

  .block-04 {
    width: 100%;
    overflow: hidden;
  }

 
  .div-block-6 {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .div-block-6._02, .div-block-6._02._03, .div-block-6._02._03._04, .div-block-6._02._03._04._05, .div-block-6._02._03._04._05._06, .div-block-6._02._03._04._05._06._07, .div-block-6._02._03._04._05._06._07._08 {
    height: auto;
  }

  .grid-program {
    grid-row-gap: 40px;
    grid-template-rows: 730px;
    grid-template-columns: 300px;
  }

  .grid-program._03 {
    grid-template-rows: 590px;
  }

  .grid-program._04 {
    grid-template-rows: 510px;
  }

  .grid-program._07 {
    grid-template-rows: 980px;
  }

  .grid-program._08 {
    grid-template-rows: 800px;
  }

  .grid-program._02 {
    grid-template-rows: 830px;
  }

  .grid-program._01 {
    grid-template-rows: 800px;
  }

  .grid-program._05 {
    grid-template-rows: 840px;
  }

  .image-11 {
    width: 300px;
    display: none;
  }

  ._22px-texts {
    margin-top: 0;
  }

  ._22px-texts.ots {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .div-block-7 {
    padding-left: 0;
  }

  .block-05 {
    width: 100%;
  }

  .frame-05 {
    width: 300px;
    padding-top: 30px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 300px;
    margin-top: 20px;
  }

  ._34px {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  ._18-px-tarif {
    color: #202020;
    margin-left: 10px;
  }

  ._18-px-tarif._01-copy {
    margin-left: 20px;
  }

  .line {
    top: 92px;
    left: 20px;
  }



 

  .card-tarif.tarif-02.blue {

  }

  ._34-px-black, ._30-px-bbb._01.black.white, ._30-px-bbb._01.ty-copy.white, ._30-px-bbb.black {
    font-size: 30px;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .button-card-1 {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .button-card-1.butt-02._03, .button-card-1.butt-02._03.keyblue, .button-card-1.butt-03._04, .button-card-1._01, .button-card-1._01.whitebut {
    font-size: 14px;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    display: none;
    left: 7%;
  }

  .image-card {
    width: 300px;
    display: none;
  }

  .div-block-8 {
    padding-left: 0;
  }

  .text-block-19 {
    max-width: 200px;
    font-size: 16px;
  }

  .text-block-19.width {
    width: 140px;
    max-width: 210px;
  }

  .button-2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .button-2._1, .button-2.fegbfbfgbfgb {
    margin-top: 10px;
  }

  .image-18, .image-19, .image-20 {
    top: 0;
    left: -30px;
  }

  .grid-6 {
   display: flex;
  }

  .podval {
    padding-top: 0;
    overflow: hidden;
  }

  .div-block-29 {
    width: 300px;
    margin-top: 100px;
    padding-top: 0;
  }

  .numeraciya {
    font-size: 16px;
  }

  .numeraciya._01 {
    display: none;
  }

  .numeraciya._01.mob01, .numeraciya._01.mob03, .numeraciya._01.mob04, .numeraciya._01.mob05, .numeraciya._01.mob06, .numeraciya._01.mob07, .numeraciya._01.mob08, .numeraciya.mob {
    display: block;
  }

  .punkty-program {
    width: 250px;
  }

  .text-block-23 {
    width: auto;
    font-size: 16px;
  }

  .image-88 {
    bottom: 0;
  }

  .image-89, .image-90, .image-91, .image-92 {
    top: 0;
    left: -10px;
  }

  .block-06 {
    width: 100%;
    height: 1620px;
    overflow: hidden;
  }

  .frame-06 {
    width: 300px;
    height: 1580px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .grid-06-bl {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template: "." 130px
                   "." 130px
                   / 300px;
    margin-top: 0;
  }

  ._20-26-text {
    max-width: 254px;
  }

  .grayscheme {
    width: 130%;
    margin-left: auto;
    margin-right: auto;
    top: 1150px;
    left: 0;
  }

  .image-93 {
    max-width: 150%;
    top: 1110px;
    left: -96px;
    right: 361px;
  }

  .bold-text-7 {
    width: 450px;
  }

  .faq-answ {
    width: 300px;
  }

  .faq-head {
    font-size: 18px;
    line-height: 1.2em;
  }

  .trigger-acc {
    width: 300px;
  }

  .faq-text {
    width: 250px;
  }

  .heading {
    width: 200px;
    font-size: 40px;
    line-height: 40px;
    top: 90px;
    left: 0;
    text-align: center;
  }

  .ten {
    width: 100vw;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .image-86 {
    margin-left: auto;
    margin-right: auto;
    display: none;
    left: auto;
  }

  .div-block-27 {
    width: 300px;
    margin-top: 0;
  }

  .grid-7 {
    max-width: 300px;
    top: -80px;
  }

  .image-94, .image-94-copy {
    display: none;
  }

  .image-11-copy {
    width: 300px;
    display: none;
  }

  ._18-px-tarif-copy {
    margin-left: 20px;
  }

  .box {
    width: 320px;
    height: 530px;
    display: none;
  }

  .heading-2 {
    font-size: 22px;
  }

  .pup {
    display: none;
  }

  .heading-17 {
    width: 300px;
  }

  .box2, .box3 {
    width: 320px;
    height: 530px;
    display: none;
  }

  .box4 {
    width: 320px;
    height: 540px;
    display: none;
  }

  .text-span-25 {
    color: #202020;
  }

  .text-span-26 {
    color: #fff;
  }

  .image-99 {
    z-index: 29;
    display: block;
    position: absolute;
    top: 400px;
  }

  .gs-copy {
    z-index: 20;
    max-width: 140%;
    display: block;
    top: 130px;
    left: -60px;
  }

  .vector-03-copy {
    width: 300px;
    margin-top: 0;
    display: block;
    top: 2800px;
  }

  .italic-text {
    color: #202020;
  }

  .italic-text-2 {
    color: #fff;
  }

  .image-100 {
    top: 419px;
    left: 117px;
  }

  .image-100-copy {
    max-width: 23px;
    top: 540px;
    left: 137px;
  }

  .block-05-copy {
    width: 100%;
    height: 2720px;
  }

  ._30-px-bbb-copy._01.black.white, ._30-px-bbb-copy.black {
    font-size: 30px;
  }

  .div-block-36 {
    width: 300px;
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .grid-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 300px;
  }

  .div-block-37._05, .div-block-37._06 {
    padding-right: 40px;
  }

  .image-101 {
    width: 70px;
    top: 16px;
    left: 210px;
  }

  .div-block-38 {
    width: 300px;
    padding-bottom: 80px;
  }

  .slide {
    width: 300px;
  }

  .slide-2, .slide-3, .slide-4 {
    width: 300px;
    margin-left: 0;
  }

  .slider {
    width: 300px;
    margin-top: 50px;
  }

  .text-block-25 {
    text-align: center;
  }

  .slide-5 {
    width: 300px;
  }

  .slide-6, .slide-7, .slide-8 {
    width: 300px;
    margin-left: 0;
  }

  .slide-9 {
    width: 300px;
  }

  .slide-1, .slide-1-2, .slide-1-3 {
    width: 300px;
    margin-left: 0;
  }

  .left-arrow {
    top: -70px;
    left: -10px;
    right: 40px;
  }

  .right-arrow {
    top: -70px;
    left: 70px;
  }

  .slide-10 {
    width: 300px;
  }

  .slide-11, .slide-12, .slide-13 {
    width: 300px;
    margin-left: 0;
  }

  .slider-3 {
    width: 300px;
    height: 660px;
  }

  .slide-14 {
    width: 300px;
  }

  .slide-15, .slide-16, .slide-17 {
    width: 300px;
    margin-left: 0;
  }

  .slide-18 {
    width: 300px;
  }

  .slide-1-4, .slide-1-5, .slide-1-6 {
    width: 300px;
    margin-left: 0;
  }

  .div-block-52 {
    display: none;
    top: 1300px;
    left: 0;
  }

  .div-block-53 {
    width: 300px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-4 {
    background-color: #fff;
    padding-bottom: 70px;
    display: block;
  }

  .left-arrow-2 {
    margin-right: 70px;
    right: 80px;
  }

  .right-arrow-2 {
    left: 70px;
  }

  .text-block-27, .text-block-28 {
    text-align: center;
  }

  .section-18 {
    height: 60px;
    background-color: #fff;
    overflow: hidden;
  }

  .div-block-69 {
    width: 270px;
    justify-content: center;
  }

  .image-118 {
    width: 190px;
  }

  .image-15-copy {
    display: none;
    left: 7%;
  }

  .heading-18 {
    width: auto;
    font-size: 24px;
    line-height: 28px;
        margin-top: 50px;
  }

  .italic-text-15 {
    font-size: 24px;
    line-height: 28px;
  }

  .youtube-4 {
    margin-top: 20px;
  }

  .fbfgbfgb {
    display: none;
  }

  .image-119-copy {
    left: 112px;
  }

  .image-119-copy.ds {
    left: 100px;
  }

  .image-119-copy.ds.dsd {
    left: 130px;
  }

  .image-119-copy.ds.dsd.fds {
    top: 1035px;
    left: 131px;
  }
}

#w-node-_3138505b-805a-d859-7ef7-3bdef96d4e7c-4f42a795, #w-node-_4494b4de-7317-20ed-5cd3-75c9e66b73f3-4f42a795, #w-node-_983f12cb-f309-24ab-a1e6-4a007600c029-4f42a795, #w-node-_7dc35e14-bd70-87aa-efff-86cd04f4b113-4f42a795, #w-node-_558cfd70-1259-bb34-bad1-9c22ea2a93fa-4f42a795, #w-node-_0c55cc50-3b40-d568-354f-23fd835b0b38-4f42a795, #w-node-_80f428b0-c72a-1213-c11d-5a880621d57b-4f42a795, #w-node-d7f5e394-861a-c87a-f36e-685f3307baaf-4f42a795, #w-node-d56d7eda-c688-ead1-2fcb-73bbfee43833-4f42a795, #w-node-_7a879fde-77a3-be84-7b45-ef374c2ddc00-4f42a795, #w-node-_4adeafb3-ac61-ac76-3fb0-ca4912e5fc47-4f42a795, #w-node-c4d51b2d-6538-a415-bac1-9b0765809fb2-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ae8587e-1742-e84a-3aed-db08e5ba4ff2-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f89651d1-9103-7c9b-08a2-e3ad5526e435-4f42a795, #w-node-_05b39cfc-f403-76eb-4e1f-3f3036baac0f-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05b39cfc-f403-76eb-4e1f-3f3036baac11-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_05b39cfc-f403-76eb-4e1f-3f3036baac34-4f42a795, #w-node-f0061d0d-95c9-e3c4-8fdd-11672f8b4cd0-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0061d0d-95c9-e3c4-8fdd-11672f8b4cd2-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f0061d0d-95c9-e3c4-8fdd-11672f8b4cf5-4f42a795, #w-node-_538bf955-54dc-a9ac-f2db-e8ea75cf2039-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_538bf955-54dc-a9ac-f2db-e8ea75cf203b-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_538bf955-54dc-a9ac-f2db-e8ea75cf2052-4f42a795, #w-node-_3e4cff78-f781-e4f0-53a2-82578d06436c-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e4cff78-f781-e4f0-53a2-82578d06436e-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3e4cff78-f781-e4f0-53a2-82578d064382-4f42a795, #w-node-fffb2e56-4673-16b7-f87d-660c29885426-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fffb2e56-4673-16b7-f87d-660c29885428-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-fffb2e56-4673-16b7-f87d-660c29885447-4f42a795, #w-node-_94d4c691-0354-adde-5208-4af9da199d0f-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94d4c691-0354-adde-5208-4af9da199d11-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_94d4c691-0354-adde-5208-4af9da199d38-4f42a795, #w-node-_572254aa-f7a6-9b96-f76b-97d97f9f2218-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_572254aa-f7a6-9b96-f76b-97d97f9f221a-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_572254aa-f7a6-9b96-f76b-97d97f9f2245-4f42a795, #w-node-_85d52cd4-e00e-31e7-efd3-0ec3c8d38615-4f42a795, #w-node-_85d52cd4-e00e-31e7-efd3-0ec3c8d38662-4f42a795, #w-node-_0d876637-b027-2366-4ea5-7243dbcefee8-4f42a795, #w-node-_15b4f153-450b-962d-ad2f-3694a6ad89ea-4f42a795, #w-node-ece4b9f8-4435-dc07-74f2-cc4b3780f811-4f42a795, #w-node-_9e759a71-4cbc-601e-096a-8d35424c5948-4f42a795, #w-node-_4aa695c9-7b70-7244-e2bd-114f0a30b969-4f42a795, #w-node-_107b05b1-8486-6558-b1b1-0bb36e7407c8-4f42a795, #w-node-_658f3464-fd12-76b8-6dbc-bc8ca58540b8-4f42a795, #w-node-_5be9c661-8765-6d96-200b-a357d1684736-4f42a795, #w-node-_3829675d-eaef-4922-b3a7-e8423940a534-4f42a795, #w-node-d4a62f9f-4745-7f87-7860-067905db51de-4f42a795, #w-node-d4a62f9f-4745-7f87-7860-067905db51fd-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4e5ea47-3869-1fb6-01e0-34d885b30984-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f4e5ea47-3869-1fb6-01e0-34d885b30986-4f42a795, #w-node-f4e5ea47-3869-1fb6-01e0-34d885b30989-4f42a795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4e5ea47-3869-1fb6-01e0-34d885b3098c-4f42a795, #w-node-f4e5ea47-3869-1fb6-01e0-34d885b3099b-4f42a795 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f4e5ea47-3869-1fb6-01e0-34d885b309a4-4f42a795, #w-node-f4e5ea47-3869-1fb6-01e0-34d885b309ac-4f42a795, #w-node-_3138505b-805a-d859-7ef7-3bdef96d4e7c-90e517a1, #w-node-_4494b4de-7317-20ed-5cd3-75c9e66b73f3-90e517a1, #w-node-_983f12cb-f309-24ab-a1e6-4a007600c029-90e517a1, #w-node-_7dc35e14-bd70-87aa-efff-86cd04f4b113-90e517a1, #w-node-_558cfd70-1259-bb34-bad1-9c22ea2a93fa-90e517a1, #w-node-c4d51b2d-6538-a415-bac1-9b0765809fb2-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ae8587e-1742-e84a-3aed-db08e5ba4ff2-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f89651d1-9103-7c9b-08a2-e3ad5526e435-90e517a1, #w-node-_05b39cfc-f403-76eb-4e1f-3f3036baac0f-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05b39cfc-f403-76eb-4e1f-3f3036baac11-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_05b39cfc-f403-76eb-4e1f-3f3036baac34-90e517a1, #w-node-f0061d0d-95c9-e3c4-8fdd-11672f8b4cd0-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0061d0d-95c9-e3c4-8fdd-11672f8b4cd2-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f0061d0d-95c9-e3c4-8fdd-11672f8b4cf5-90e517a1, #w-node-_538bf955-54dc-a9ac-f2db-e8ea75cf2039-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_538bf955-54dc-a9ac-f2db-e8ea75cf203b-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_538bf955-54dc-a9ac-f2db-e8ea75cf2052-90e517a1, #w-node-_3e4cff78-f781-e4f0-53a2-82578d06436c-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e4cff78-f781-e4f0-53a2-82578d06436e-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3e4cff78-f781-e4f0-53a2-82578d064382-90e517a1, #w-node-fffb2e56-4673-16b7-f87d-660c29885426-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fffb2e56-4673-16b7-f87d-660c29885428-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-fffb2e56-4673-16b7-f87d-660c29885447-90e517a1, #w-node-_94d4c691-0354-adde-5208-4af9da199d0f-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94d4c691-0354-adde-5208-4af9da199d11-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_94d4c691-0354-adde-5208-4af9da199d38-90e517a1, #w-node-_572254aa-f7a6-9b96-f76b-97d97f9f2218-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_572254aa-f7a6-9b96-f76b-97d97f9f221a-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_572254aa-f7a6-9b96-f76b-97d97f9f2245-90e517a1, #w-node-a3bae69c-b949-a379-ad69-ccef3734afe5-90e517a1, #w-node-_9e759a71-4cbc-601e-096a-8d35424c5948-90e517a1, #w-node-_4aa695c9-7b70-7244-e2bd-114f0a30b969-90e517a1, #w-node-_107b05b1-8486-6558-b1b1-0bb36e7407c8-90e517a1, #w-node-_658f3464-fd12-76b8-6dbc-bc8ca58540b8-90e517a1, #w-node-_5be9c661-8765-6d96-200b-a357d1684736-90e517a1, #w-node-_597d6c86-9aae-19f2-54aa-2fbc7d79278e-90e517a1, #w-node-_597d6c86-9aae-19f2-54aa-2fbc7d7927c5-90e517a1, #w-node-_597d6c86-9aae-19f2-54aa-2fbc7d792811-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2319a8b-433b-3a1e-62d0-0dd2edb6500c-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c2319a8b-433b-3a1e-62d0-0dd2edb6500e-90e517a1, #w-node-c2319a8b-433b-3a1e-62d0-0dd2edb65011-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2319a8b-433b-3a1e-62d0-0dd2edb65014-90e517a1, #w-node-c2319a8b-433b-3a1e-62d0-0dd2edb6501d-90e517a1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c2319a8b-433b-3a1e-62d0-0dd2edb65026-90e517a1, #w-node-c2319a8b-433b-3a1e-62d0-0dd2edb6502d-90e517a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-c4d51b2d-6538-a415-bac1-9b0765809fb2-4f42a795, #w-node-f4e5ea47-3869-1fb6-01e0-34d885b30986-4f42a795 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4e5ea47-3869-1fb6-01e0-34d885b3098c-4f42a795 {
    grid-area: Area;
  }

  #w-node-f4e5ea47-3869-1fb6-01e0-34d885b3099b-4f42a795 {
    grid-area: Area-2;
  }

  #w-node-c4d51b2d-6538-a415-bac1-9b0765809fb2-90e517a1, #w-node-c2319a8b-433b-3a1e-62d0-0dd2edb6500e-90e517a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2319a8b-433b-3a1e-62d0-0dd2edb65014-90e517a1 {
    grid-area: Area;
  }

  #w-node-c2319a8b-433b-3a1e-62d0-0dd2edb6501d-90e517a1 {
    grid-area: Area-2;
  }
  #w-node-f89651d1-9103-7c9b-08a2-e3ad5526e435-4f42a795 {

  }
  #w-node-_05b39cfc-f403-76eb-4e1f-3f3036baac34-4f42a795  {

  }
  #w-node-f0061d0d-95c9-e3c4-8fdd-11672f8b4cf5-4f42a795 {

  }
  #w-node-_538bf955-54dc-a9ac-f2db-e8ea75cf2052-4f42a795 {

  }
}
.head-116px {
    text-align:left;
  }

  .btnhead a:hover {
    transition: 0.3s;
}
.text-block-20 a {
  text-decoration: none;
  color: #cdcdcd;
}
 .grid-6 {
   display: flex;
       justify-content: space-around;
  }
  .tarif-01 {
      height: 100%;}


.faqcolom {
  width: 48%;
  margin:  0 auto;
}
.overpass {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.name {
  display: flex;
}
  .btnhead a p {
    width: 100%;
    margin: 0;

  }


@media screen and (max-width: 1460px) {
.flexjustify {
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 20px;
}
.div-block {
  margin: 20px auto 0px;
    width:500px;
            padding: 0px 20px;
}
.head-116px {
    text-align:center;
            margin: 0 auto;
  }
        .proc33 {
    width: 100%;

  }
  .proc50 {
  width: 100%;
}
  .head-116px {
    margin-top: 0px;
  }
  .frame-01 {
    padding: 0px;
  }
  .btnhead {
    width: 260px;
    position: relative;
    z-index: 100;
  }
  .overpass {
    width: 100%;
  }
  .krugi {
    left: 0px;
  }
  .menu-block {
    display: none;
  }
  .head-116px {
    width: 100%;
  }
  .gs {
bottom: 0px;
left: 0px;
position: absolute;
z-index: 99;
  }
   .heading-18 {
        margin-top: 50px;
  }
  .div-block-29 {
    padding-left: 50px;
    padding-right: 50px;
}
  .bonuses {
    padding-bottom: 20px;
    padding-top: 20px;
}
  .mtop {
    margin-top: 50px;
}
  .punkty-program, .bonuses {
        margin: 0 auto;
    max-width: 350px;
  }
  .div-block-52 {
    height: 100%;
  }

  .overpass {
    text-align: center;
  }
  .flexjustify {
    display: block;
  }
  .div-block-6 {
    max-width: 900px;
        margin: 0 auto;
            margin-bottom: 50px;
  }
  .tarif01 {
    max-width: 900px;
    margin: 0 auto;
  }
  .tarif4 {
    max-width: 900px;
    margin: 0 auto;
  }
  .flexcolom {
    display: block;
    margin: 0 auto;
    margin-left: 60px;
    margin-right: 60px;
        max-width: 900px;
    margin: 0 auto;
  }


  .proc30 {
    width: 100%;
  }
  .image-card {
    display: none;
  }
}
.price {
    width: 100%;
}
.tarif01 {
  width: 100%;
    background: white;
    margin-top: 40px;
    border-radius: 30px;
    border: 5px dashed black;
}
@media screen and (max-width: 991px) {
  .carousel-slide {
  min-width: 40%;
}
  .start {
    display: block;
  }
  .head-116px {
    width: 100%;
}
 .frame-04, .frame-05 {
  width: 500px;
  margin:  0 auto;
  }
  .image-15-copy {
    display: none;
  }
  .faqcolom, .div-block-52 {
    width: 70%;
  }
}
@media screen and (max-width: 950px) {
  .head-116px {
    margin-top: 0px;
  }
  .start {
    display: block;
  }


 .head-116px {
  display: block;
 }}
 
 @media screen and (max-width: 1460px) {


.button, .button2 {
  height: 50px;
  margin-top: 0px;
}}
@media screen and (max-width: 560px) {
  .start {
    display: block;
  }
   .head-116px {
    display: block;
  }
  .image-15 {
    display: none;
  }
  .head-116px {
    margin-top: 0px;
        line-height: 0.75;
  }
  .start {
    display: block;
    margin-top: 40px;
  }
  .block-01 {
    width: 100%;}
  .btnhead {
    position: relative;
    z-index: 100;
}
}


@media screen and (max-width: 479px) {

  .head-116px {
    margin-top: 0px;
        line-height: 0.75;
    font-size: 44px;
    padding: 0px 16px 0px 16px;
}
.block-01 {
    width: 100%;
}
.start {
    margin-top: 30px;
}

  .text-span-2 {
    font-size: 44px;
  }

  }
  .btnhead a p {
    width: 100%;
    margin: 0;
  }
    .div-block-29 {
    padding-left: 0px;
    padding-right: 0px;
}
  .bonuses {
    padding: 20px;
}
  .flexjustify {
    padding-top: 0px;
  }
  .div-block-52{
    width: 100%;
  }
.div-block-6 {
margin-left: 0px;
margin-right: 0px;
    margin-bottom: 50px;
}
.faqcolom {
    width: 100%;
    margin: 0 auto;
}
.div-block-52 {
  display: block;
}
    .frame-05, .frame-04 {
    width: 300px;
    padding-top: 30px;
}
  .grid-6 {display: block;}
  #w-node-f4e5ea47-3869-1fb6-01e0-34d885b309ac-4f42a795 {
    width: 170px;
    margin: 20px auto;
  }
  .mtop {
    margin-top: 50px;
  }

}
.main1 {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 931px;
    height: 631px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #673AB7;
    opacity: .3;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: 1;
}
.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
}


.carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
        border-radius: 20px 20px 0px 0px;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.carousel-button.prev {
    left: 10px;
}

.carousel-button.next {
    right: 10px;
}
.carousel-slide p {
  padding-top: 20px;
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    font-weight: 700;
    background: #121212;
    border-radius: 0px 0px 20px 20px;
    color: white;
}
.pluss {
   color: green !important;
    margin-left: 0 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}
.minuss {
  color: red !important;
    margin-left: 0 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}
.timers {
  display: flex;color: white;font-weight: 600; width: 260px; margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .main1 {
        width: 520px;
    height: 520px;

  }
.timers {
  width: 100%;
}
.carousel-slide {
  min-width: 100%;
}}
.mest {
      text-align: center;
    color: white;
    margin: 10px 10px 20px 10px;
    font-family: "Overpass", sans-serif;
}
.blockrew {max-width: 350px;}
.rew3 {margin: 0 auto; justify-content: space-between; display: flex;
}
.blockrew1 {
    background: #1B1B21;
    padding: 20px;
    border-radius: 20px;
    height: 100%;

}
.blockrew1 img {
  border-radius: 10px;
}
@media screen and (max-width: 1050px) {
  .rew3 {
          display: block;
        margin: 0 auto;
        max-width: 350px;
  }
  .blockrew {
    margin-bottom: 30px;
  }}
  .btnzap {
    height: 60px;
    width: 280px;
        background: white;
    margin: 0 auto;
    border-radius: 20px;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 3;
    font-weight: 600;
    margin-bottom: 10px;
  }
    .btnzap2 {
    height: 60px;
    width: 280px;
    background: black;
    margin: 0 auto;
    border-radius: 20px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 3;
    font-weight: 600;
    background-color: #000000;
    color: #ffffff;
  }



          @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

        .timer-container {
            margin: 0 auto;
            margin-bottom: 50px;
            background: linear-gradient(145deg, #ff0000, #b30000);
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 0 20px rgba(255, 0, 0, 0.7);
            animation: pulse 1.5s infinite alternate;
        }

        @keyframes pulse {
            0% { box-shadow: 0 0 20px rgba(255, 0, 0, 0.7); }
            100% { box-shadow: 0 0 35px rgba(255, 0, 0, 1); }
        }

        .timer-title {
            color: #fff;
            text-transform: uppercase;
               font-size: 18px;
    font-weight: 700;
    animation: blinkText 1s infinite alternate;
    text-align: center;
        }

        @keyframes blinkText {
            0% { opacity: 1; }
            100% { opacity: 0.6; }
        }

        .timer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            font-size: 24px;
                margin: 30px auto;
                width: 320px;
        }

        .time-block {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 75px;
        }

        .time-box {
            background-color: black;
            color: white;
            padding: 15px 20px;
            border-radius: 10px;
            font-weight: bold;
            font-size: 26px;
            text-align: center;
            width: 100%;
            box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.8);
        }

        #seconds, #milliseconds {
            animation: flash 0.5s infinite alternate;
        }

        @keyframes flash {
            0% { background-color: black; }
            100% { background-color: #ff0000; }
        }

        .time-label {
            font-size: 14px;
            text-transform: uppercase;
            margin-top: 5px;
            font-weight: bold;
        }

        .button777 {
            display: inline-block;
    background: yellow;
    color: black;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
    width: 100%;
    line-height: 3.4;
    text-align: center;
        }
        .start {
          width: 190px;
        }
@media screen and (max-width: 520px) {
  .time-block {
    width: 45px;
  }
  .time-box {
    padding: 15px 0px;
}
.timer {
margin: 20px auto;
width: 260px;
}
.top100 {
  padding-top: 100px;
}
.btnzap {
  width: 260px;
}
.btnzap2 {
  width: 260px;
}
}

.pulse {
  width: 14px;
  height: 14px;
  background: #4ca5ff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 0 rgba(42,120,255, 0.4);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(42,120,255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(42,120,255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(42,120,255, 0);
  }
}
.dlykogo {
  display: flex;
  justify-content: space-between;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 16px;
}
.dlykogo p {
    font-weight: 400;
    margin: 20px 0px;
}
.dlykototext {
  width: 50%;
}


  .gsu-cloud-wrap{position:relative;width:100%;max-width:760px;margin:0 auto}
  .gsu-card{background:#17212b;border-radius:16px;color:#fff;box-shadow:0 8px 30px rgba(0,0,0,.28);padding:18px 18px 12px;     max-width: 520px; margin: 0 auto 20px;}
  .gsu-head{font:700 22px/1.25 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,Arial;margin:0 0 12px}

  .gsu-cloud{
    display:flex; flex-wrap:wrap; gap:10px 12px;
    align-content:flex-start; min-height:120px;
  }
  .gsu-tag{
    display:inline-flex; align-items:center; gap:8px;
    padding:8px 12px; border-radius:999px; white-space:nowrap;
    font:600 13px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,Arial;
    background:linear-gradient(180deg,#273545,#1a2430); color:#e9f2ff;
    border:1px solid #2a3948; box-shadow:0 4px 14px rgba(0,0,0,.25);
  }
  .gsu-dot{width:6px;height:6px;border-radius:50%;background:#6ab3f3;opacity:.9}



/* ====== настройки темы ====== */
.lfx{
  --bg:#0b141a; --card:#19242d; --text:#eaf2ff; --muted:#9fb0be;
  --line:#6cc3ff; --ring:#ffffff;
  --shadow:0 12px 36px rgba(0,0,0,.18);
}
.lfx__title{
  font:800 28px/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,Arial;
  margin:0 0 18px; color:#eaf2ff; text-align:center;
}

/* ====== контейнер и дуги ====== */
.lfx__wrap{position:relative; max-width:1460px; margin:0 auto; padding:16px 0px 0px;}
.lfx__arc{position:absolute; height:76px; pointer-events:none; filter:drop-shadow(0 4px 8px rgba(0,0,0,.16));}
.lfx__arc-path{
  fill:none; stroke:#57aef3; stroke-width:2; stroke-linecap:round;
  stroke-dasharray:8 10; animation:lfx-dash 2.3s linear infinite; opacity:.95;
}
@keyframes lfx-dash { to { stroke-dashoffset:-36; } }

/* позиции дуг относительно сетки */
.lfx__arc--top-left{     top: -55px;
    left: 18%; }
.lfx__arc--top-right{ top:-55px; right:18%; }
.lfx__arc--bottom-mid{ bottom:-70px; width: 200px; left:50%; transform:translateX(-50%);  }

/* ====== сетка ====== */
.lfx__grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:22px; position: relative; z-index: 999;
}
@media (max-width: 1024px){
  .lfx__grid{ grid-template-columns:repeat(2,1fr); }
  .lfx__arc{ display:none; } /* на планшете/мобайл дуги убираем */
}
@media (max-width: 560px){
  .lfx__grid{ grid-template-columns:1fr; }
}

/* ====== карточка ====== */
.lfx__card{
  background:var(--card); color:var(--text);
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px; box-shadow:var(--shadow);
  padding:14px 16px 16px; display:flex; flex-direction:column; gap:10px;
}
.lfx__media{
  width:100%; aspect-ratio:16/9;
  border-radius:12px; background:linear-gradient(180deg,#223041,#18222e);
  border:1px solid #2a3948; overflow:hidden;
  display:grid; place-items:center; color:var(--muted); font:600 12px/1.2 system-ui;
}
/* пример: если вставите <img>, он впишется */
.lfx__media > img, .lfx__media > video{ width:100%; height:100%; object-fit:cover; display:block; }

.lfx__step{
  font:800 12px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,Arial;
  letter-spacing:.08em; text-transform:uppercase; color:#9bc7ff;
}
.lfx__headline{
  margin:0; font:800 18px/1.3 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,Arial;
}
.lfx__desc{
  margin:0; font:500 14px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,Arial;
  color:var(--muted);
}
.gs-tri{
  position:relative;
  bottom: 10px;
  width:0; height:0;
  border-left:14px solid transparent;
  border-right:14px solid transparent;
  border-top:18px solid rgba(255,255,255,.85); /* цвет треугольника */
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.25));
  z-index:30; pointer-events:none;
  animation: gs-tri-float 1s ease-in-out infinite alternate;
}

/* лёгкое вертикальное качание */
@keyframes gs-tri-float{
  from{ transform: translate(-40%, -3px); }
  to  { transform: translate(-40%,  3px); }
}

  :root{
    --wy2-bg: #0b0f14;
    --wy2-card: #111a23;
    --wy2-card2:#0f1720;
    --wy2-stroke:#253444;
    --wy2-accent:#16d18f;
    --wy2-text:#eaf2ff;
    --wy2-muted:#9db0c2;
  }

  .wy2{background:var(--wy2-bg); padding-top:140px;}
  .wy2__inner{max-width:1460px; margin:0 auto; padding: 0 16px;}
  .wy2__title{
    margin:0 0 28px; text-align:center;
    font:800 34px/1.15 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,Arial;
    color:var(--wy2-text);
  }

  .wy2__stage{
position: relative;
    gap: 28px;
display: flex;
    align-items: center;
  }

  /* колонки */
  .wy2-col{list-style:none; margin:0; padding:0; display:grid; gap:18px; width: 100%;}
  .wy2-col--left  {justify-items:stretch;}
  .wy2-col--right {justify-items:stretch;}

  /* карточка */
  .wy2-item{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: linear-gradient(64deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)), linear-gradient(271deg, #0b0f14, #31609670);
    border: 1px solid var(--wy2-stroke);
    border-radius: 16px;
    /* box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset,
      0 12px 30px rgba(0,0,0,.35); */
    color: var(--wy2-text);
    position: relative;
    z-index: 99;
  }

    .gr{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: linear-gradient(64deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)), linear-gradient(
75deg, #0b0f14, #31609670);
    border: 1px solid var(--wy2-stroke);
    border-radius: 16px;
    /* box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset,
      0 12px 30px rgba(0,0,0,.35); */
    color: var(--wy2-text);
    position: relative;
    z-index: 99;
  }


  /* слева иконка должна быть СПРАВА (к центру) */
  .wy2-item--left  { flex-direction: row-reverse; text-align:right; }
  .wy2-item--right { flex-direction: row;        text-align:left;  }

  .wy2-item__icon{
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #082014;
    font-weight: 900;
    background: radial-gradient(90% 90% at 20% 18%, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0)), linear-gradient(180deg, rgb(22 183 209), rgb(22 136 209 / 60%));
    box-shadow: 0 0 22px rgb(22 147 209 / 40%), inset 0 0 0 1px rgba(255, 255, 255, .35);
  }

  .wy2-item__title{
    font:800 22px/1.15 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,Arial;
    letter-spacing:.2px;
  }
  .wy2-item__desc{
    margin-top:6px; color:var(--wy2-muted);
  }


  

  /* центр */
  .wy2-center{display:grid; place-items:center; max-width: 300px}
  .wy2-center__img{
    width:100%; height:auto; border-radius:22px;
     border:1px dashed #233244;
    box-shadow:0 30px 70px rgba(0,0,0,.45);
    background-size: cover;
    background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
  url('https://abrakadabra.fun/uploads/posts/2021-12/1639964606_3-abrakadabra-fun-p-standartnie-foni-telegramma-3.jpg');
    background-size: cover;
    background-position: center;
  }

  /* SVG слой */
  .wy2-svg{
    position:absolute; inset:0; width:100%; height:100%;
    overflow:visible; pointer-events:none;
  }
  .wy2-svg path{
    fill: none;
    stroke: rgb(72 204 255 / 75%);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 10 12;
    filter: drop-shadow(0 6px 12px rgba(22,209,143,.25));
    animation: wy2-dash 4s linear infinite;
  }
  .wy2-svg path[data-weight="soft"]{ opacity:.5; }
  .wy2-svg path[data-weight="faint"]{ opacity:.32; }

  @keyframes wy2-dash{
    from{ stroke-dashoffset:0; }
    to  { stroke-dashoffset:-44; }
  }

  /* адаптив */
  @media (max-width:1120px){
    .wy2__stage{ grid-template-columns:1fr; }
    .wy2-svg{ display:none; }
    .wy2-center{ order:-1; }
  }
 :root{
    --eco-bg:#0a0f14;
    --eco-card:#0f1822;
    --eco-text:#eaf2ff;
    --eco-muted:#9fb1c2;
    --eco-accent:#77f5d7;
    --eco-glow:#13d0a0;

    --eco-gap:24px;
    --cols:5;              /* Сколько карточек на экране (desktop) */
  }

  .gs-eco{position:relative; padding:140px 0px 0px; background:var(--eco-bg); overflow:hidden}
  .gs-eco__head{max-width:1200px;margin:0 auto 12px;text-align:center}
  .gs-eco__arc{position:absolute;left:0;right:0;width:100%;height:220px;pointer-events:none}

  .gs-eco__view{max-width:1460px;margin:28px auto 0;position:relative;overflow:hidden}
  .gs-eco__track{
    display:flex; gap:var(--eco-gap); padding:8px;
    will-change:transform;
    transition:transform .6s cubic-bezier(.22,.61,.36,1);
  }

  /* ширина карточки = 100% / --cols (минус промежутки) */
  .gs-eco__card{
    flex:0 0 calc((100% - (var(--cols) - 1) * var(--eco-gap)) / var(--cols));
    border-radius:18px; overflow:hidden; border:1px solid transparent;
    background:linear-gradient(var(--eco-card),var(--eco-card)) padding-box,
               linear-gradient(180deg, rgba(60,185,255,.43), rgba(16,24,34,.4)) border-box;
    box-shadow:0 10px 30px rgba(0,0,0,.45), 0 0 0 1px rgba(19,208,160,.06) inset;
    transition:transform .35s ease, box-shadow .35s ease;
  }
  .gs-eco__card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,.55),0 0 0 1px rgba(19,208,160,.12) inset}
  .gs-eco__card.is-clone{pointer-events:none;}

  .gs-eco__media{position:relative;height:220px;overflow:hidden}
  .gs-eco__media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.05)}
  .gs-eco__badge{
    position:absolute;left:14px;bottom:14px;padding:6px 10px;border-radius:999px;
    background:rgba(8,15,20,.75); color:#1cbaff; font:700 12px/1 system-ui;
    border:1px solid rgb(119 203 245 / 35%); backdrop-filter:blur(4px);
  }
  .gs-eco__body{padding:16px 16px 18px}
  .gs-eco__name{margin:0 0 6px;color:var(--eco-text)}
  .gs-eco__desc{margin:0 0 12px;color:var(--eco-muted)}
  .gs-eco__meta{display:flex;align-items:baseline;gap:8px}
  .gs-eco__label{color:#b7c6d4;font:600 12px/1 system-ui;text-transform:uppercase;letter-spacing:.4px}
  .gs-eco__money{color:#1cbaff;text-shadow:0 0 18px rgb(33 147 248 / 25%)}

  /* Точки */
  .gs-eco__dots{
    position:absolute;left:50%;bottom:-6px;transform:translateX(-50%);
    display:flex;gap:10px;padding:10px 12px;border-radius:999px;
    background:rgba(8,12,18,.35); box-shadow:0 8px 24px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.08);
    backdrop-filter:blur(6px) saturate(120%); z-index:5;
  }
  .gs-eco__dot{
    width:10px;height:10px;border-radius:50%;cursor:pointer;
    background:radial-gradient(circle at 30% 30%, #8cf6ff, #36d5ff 60%, #19a9e8 100%);
    opacity:.35;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease;
  }
  .gs-eco__dot:hover{opacity:.6;transform:scale(1.1)}
  .gs-eco__dot.is-active{opacity:1;box-shadow:0 0 0 4px rgba(54,213,255,.12), 0 0 18px rgba(54,213,255,.35)}

  /* Адаптив: уменьшаем число колонок через переменную --cols */
  @media (max-width:1400px){ #gsEcoView{--cols:4;} }
  @media (max-width:1100px){ #gsEcoView{--cols:3;} }
  @media (max-width:800px) { #gsEcoView{--cols:2;} }
  @media (max-width:560px) { #gsEcoView{--cols:1;} .gs-eco__media{height:190px} }

  .bordertop {
    border-left: 1px solid #8080806e;
    border-top: 1px solid #8080806e;
    border-right: 1px solid #8080806e;
    border-radius: 10px 10px 0px 0px;
  }
:root{
  --bg:#070e10; --card:#0e161b; --head:#1e1414; --stroke:#1f2c36;
  --txt:#eaf2ff; --mut:#c8d6e4;
  --ok:#2AF895; --no:#FF6668;
  --cell-green:#061e17; --cell-red:#241313;
  --row-h:78px;
}

/* ===== SECTION ===== */
.cmp2{padding:90px 0 0px; background:var(--bg); color:var(--txt)}

/* ===== DESKTOP LAYOUT ===== */
.cmp2__layout{
  max-width:1280px; margin:16px auto 0;
  display:grid; grid-template-columns:minmax(280px,1.15fr) repeat(4,1fr);
  gap:28px;
}
.cmp2__features{position:relative}
.cmp2__features-head{
  position:sticky; top:0; z-index:5; background:var(--bg);
  padding:16px 12px 14px 8px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.cmp2__features-list{list-style:none; margin:0; padding:0}
.cmp2__features-list li{
  height:var(--row-h); display:flex; align-items:center;
  padding:0 10px 0 8px; color:#e6f0ee; font:600 17px/1.35 system-ui;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cmp2__cols{
  grid-column:2 / -1;
  display:grid; grid-template-columns:repeat(4,1fr); gap:28px;
}
.cmp2__col{
  background:var(--card); border-radius:22px; overflow:hidden;
  border:1px solid rgba(255,255,255,.06); box-shadow:0 6px 24px rgba(0,0,0,.35);
}
.cmp2__col-head{
  position:sticky; top:0; z-index:4; background:#241313;
  padding:16px 18px; text-align:center;
  border-bottom:1px solid rgba(255,255,255,.06);
  font-size:15px; font-weight:400;
}
.cmp2__col:first-child .cmp2__col-head{ background:var(--cell-green); }

.cmp2__list{display:flex; flex-direction:column}

/* ===== CELLS (LEFT-ALIGNED) ===== */
.cmp2__item,
.cmp2__mini{
  height:var(--row-h);
  display:flex; align-items:center; justify-content:flex-start;
  gap:12px; padding:0 14px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
}

/* поддержка старых классов ok/no и новых cell-* */
.cmp2__item.ok, .cmp2__mini.ok,
.cell-ok{ background:var(--cell-green); }
.cmp2__item.no, .cmp2__mini.no,
.cell-bad{ background:var(--cell-red); }
.cell-warn{ background:#2a1c12; }

/* ICON */
.i{ width:24px; height:24px; display:grid; place-items:center; flex-shrink:0; margin: 0 auto;}
.i svg{ width:100%; height:100%; filter:drop-shadow(0 6px 12px rgba(0,0,0,.35)); }

/* TEXT */
.cell-text{
  flex:1;
  font:600 14px/1.35 system-ui;
  color:var(--txt);
  text-align:left !important;
  white-space:normal; word-break:break-word;
  margin-top:1px; /* микро-выравнивание по оптической линии */
}

/* ===== MOBILE ===== */
.cmp2__mobile{max-width:980px; margin:0 auto;}
.cmp2__mobile-head{
  position:sticky; top:0; z-index:6;
  background:#0b1116; padding:10px 12px 6px 12px;
  border-bottom:1px solid var(--stroke);
}
.cmp2__labels{
  display:grid; grid-template-columns:repeat(4,1fr);
  gap:10px; color:#9fb2c5; font:700 11px/1.1 system-ui; letter-spacing:.2px;
  text-align:center;
}
.cmp2__row{ margin:8px 0; border-radius:18px; overflow:hidden; }
.cmp2__row-head{ padding:0px 16px 8px 16px; color:#eaf2ff; font:800 16px/1.25 system-ui; text-align: center;}
.cmp2__row-grid{ display:grid; grid-template-columns:repeat(4,1fr);padding:6px 12px 0px 12px; }


/* ===== MOBILE tweaks ===== */
.cmp2__mobile-head{
  position:sticky; top:0; z-index:6;
  background:#0b1116; padding:10px 12px 6px 12px;
  border-bottom:1px solid var(--stroke);
}
.cmp2__labels{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr)); /* надежный фрак */
  gap:10px; color:#9fb2c5; font:700 11px/1.1 system-ui; letter-spacing:.2px;
  text-align:center;
}
.cmp2__mini{ height:40px; border:1px solid var(--stroke);  }

/* --- переключение версий --- */
/* мобильная версия: ≤768px */
@media (max-width: 768px){
  .cmp2__layout{ display:none !important; }
  .cmp2__mobile{ display:block !important; }
  .cell-text{ display:none; }                /* иконки без текста на мобиле */
}

/* десктопная версия: >768px */
@media (min-width: 769px){
  .cmp2__layout{ display:grid !important; }
  .cmp2__mobile{ display:none !important; }
}
/* ===== Content badge (red) + orbit icons ===== */
.gsside-badge--content{
  position: relative;
  background: linear-gradient(135deg, rgba(255,80,80,.22), rgba(255,40,40,.08));
  box-shadow: 0 10px 30px rgba(255,60,60,.18);
  overflow: visible;
}

/* общие стили иконок */
.gsside-icon{
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgb(12 144 248);
    border: 1px solid rgb(104 235 255 / 50%);
    box-shadow: 0 6px 18px rgb(60 181 255 / 25%), 0 0 0 2px rgba(255, 255, 255, .6);
    pointer-events: none;
}

/* позиции как на примере */
.gsside-icon--yt{
  top: -14px;
  left: -14px;
}

.gsside-icon--ig{
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.gsside-icon--tt{
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
/* ======= BONUSES (dark / neon) ======= */
:root{
  --b-bg:#0b1116;
  --b-card:#0f1822;
  --b-card2:#0c131b;
  --b-stroke:#203040;
  --b-text:#eaf2ff;
  --b-muted:#9fb1c2;
  --b-accent:#1cbaff;   /* голубой */
  --b-glow:#13d0a0;     /* зеленый */
}

.gs-bonus{    background: var(--eco-bg);padding:140px 16px 0px; position:relative; overflow:hidden}
.gs-bonus__head{max-width:1180px; margin:0 auto 24px; text-align:center}
.gs-bonus__head .inter14{color:var(--b-muted); max-width:820px; margin:10px auto 0}

.gs-bonus__grid{
  max-width:1460px; margin:0 auto; display:grid;
  grid-template-columns:repeat(3, minmax(260px, 1fr)); gap:22px;
}

.bonus{
  position:relative; border-radius:18px; overflow:hidden;
  border:1px solid transparent;
  background:
    linear-gradient(var(--b-card), var(--b-card)) padding-box,
    linear-gradient(180deg, rgba(28,186,255,.45), rgba(16,24,34,.4)) border-box;
  box-shadow:0 12px 30px rgba(0,0,0,.35), 0 0 0 1px rgba(28,186,255,.06) inset;
  padding:16px 16px 18px; transition:transform .25s ease, box-shadow .25s ease;
}
.bonus:hover{ transform:translateY(-4px); box-shadow:0 18px 40px rgba(0,0,0,.5), 0 0 0 1px rgba(28,186,255,.12) inset }

.bonus__ribbon{
     position: absolute;
    top: 10px;
    right: -30px;
    transform: rotate(
32deg);
    background: linear-gradient(90deg, rgba(20,214,162,.95), rgba(20,214,162,.65));
    color: #02120c;
    font: 800 11px/1.1 system-ui;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 8px 32px 8px 40px;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(19,208,160,.35);
}

.bonus__icon{
  width:48px; height:48px; display:grid; place-items:center; border-radius:12px; margin-bottom:10px;
  background:
    radial-gradient(80% 80% at 20% 20%, rgba(255,255,255,.25), rgba(255,255,255,0)),
    linear-gradient(180deg, rgba(28,186,255,.95), rgba(28,186,255,.5));
  box-shadow:0 0 18px rgba(28,186,255,.45), inset 0 0 0 1px rgba(255,255,255,.35);
}
.bonus__icon svg{width:26px; height:26px; fill:#061219}

.bonus__title{margin:6px 0 6px; color:var(--b-text); font-weight:800}
.bonus__desc{margin:0 0 10px; color:var(--b-muted); font-weight: 400}
.bonus__list{margin:0 0 8px 14px; color:#b9c7d5; font-size:14px; font-weight: 400}
.bonus__list li{margin:2px 0}

.bonus__value{margin-top:6px; color:#9fd8ff; font-weight: 400}
.bonus__value .money{color:#1cbaff; text-shadow:0 0 18px rgba(28,186,255,.25)}
.bonus__more{
  margin-top:10px; border:1px solid rgba(28,186,255,.45); background:rgba(10,17,22,.6);
  color:#dff4ff; padding:8px 10px; border-radius:10px; cursor:pointer;
  transition:background .2s ease, transform .2s ease;
}
.bonus__more:hover{ background:rgba(10,17,22,.82); transform:translateY(-1px) }

.bonus__hidden{
  display:none; margin-top:8px; color:#cfe2f3; background:linear-gradient(180deg, var(--b-card2), var(--b-card));
  border:1px solid var(--b-stroke); border-radius:12px; padding:10px 12px;
}

/* Итоговая панель */
.gs-bonus__sum{
  position:sticky; bottom:18px; left:0; right:0; margin:28px auto 0;
  max-width:1460px; display:flex; align-items:center; justify-content:space-between; gap:16px;
  background:rgba(8,12,18,.55); backdrop-filter:blur(8px) saturate(140%);
  border:1px solid rgba(255,255,255,.08); border-radius:16px; padding:12px 16px;
  box-shadow:0 18px 48px rgba(0,0,0,.35), inset 0 0 0 1px rgba(28,186,255,.08);
}
.gs-bonus__sum-label{color:#a9c2d5}
.gs-bonus__sum-money{color:#1cbaff; font-weight:800; text-shadow:0 0 18px rgba(28,186,255,.25)}
.gs-bonus__cta{
  white-space:nowrap; color:#061219; text-decoration:none; font-weight:800;
  padding:10px 14px; border-radius:12px;
  background:linear-gradient(180deg, rgba(20,214,162,.95), rgba(20,214,162,.6));
  box-shadow:0 10px 24px rgba(19,208,160,.35); border:1px solid rgba(255,255,255,.35);
}

/* Responsive */
@media (max-width:1000px){
  .gs-bonus__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .gs-bonus{padding-bottom:110px}
  .gs-bonus__grid{grid-template-columns:1fr}
  .gs-bonus__sum{position:fixed; bottom:10px; left:10px; right:10px}
  .gs-bonus__cta{flex:0 0 auto}
}



.total-value {
      background: var(--eco-bg);
  padding:140px 16px 0px; position:relative;
}
.total-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(280px, 1fr));
  gap: 28px;
  max-width: 1460px;
  margin: 0 auto;
}
.total-grid > :nth-child(5){
  grid-column: 2;
}

.total-grid > :nth-child(6){
  grid-column: 3;
}
@media (max-width: 1200px){
  .total-grid{
    grid-template-columns: repeat(3, minmax(260px, 1fr));
  }
  .total-grid > :nth-child(5),
  .total-grid > :nth-child(6){
    grid-column: auto;
  }
}

@media (max-width: 900px){
  .total-grid{
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}

@media (max-width: 560px){
  .total-grid{
    grid-template-columns: 1fr;
  }
}

.tcard{
  position:relative; padding:24px 22px; border-radius:18px;
  background:linear-gradient(180deg,#0f1822,#0c131b);
  border:1px solid rgba(28,186,255,.15);
  box-shadow:0 14px 36px rgba(0,0,0,.4);
  transition:transform .25s ease, box-shadow .25s ease;
}
.tcard:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(0,0,0,.55);}
.ticon{
  width:54px;height:54px;border-radius:14px;
  background:rgba(28,186,255,.08);
  display:grid;place-items:center;margin-bottom:12px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.ticon svg{width:28px;height:28px;}
.tcard h3{margin:0 0 6px;color:#eaf2ff;}
.tcard p{color:#aabbd0;font-size:14px;margin:0; font-weight: 400}
.tcard--sum{
  text-align:center;
  background:linear-gradient(180deg,#13212d,#0d141c);
  border:1px solid rgba(20,214,162,.3);
  box-shadow:0 20px 50px rgba(20,214,162,.15);
}
.tcard--sum .tvalue{
  font-size:38px;font-weight:800;color:#2af895;
  text-shadow:0 0 18px rgba(20,214,162,.4);
  margin:14px 0 10px;
}
.btn-glow{
  display:inline-block;margin-top:16px;padding:10px 18px;border-radius:12px;
  background:linear-gradient(180deg,rgba(20,214,162,.95),rgba(20,214,162,.6));
  color:#06150e;font-weight:800;text-decoration:none;
  box-shadow:0 10px 30px rgba(20,214,162,.35);
  transition:transform .25s ease;
}
.btn-glow:hover{transform:translateY(-2px);}




  /* ===== Pricing ===== */
.pricing{    background: #0f0f0f; padding:140px 16px 0px;     background: var(--eco-bg);}
.pricing__head{max-width:920px;margin:0 auto 28px;text-align:center}
.pricing__head .inter14{color:#9fb2c5}

.pricing__grid{max-width:1200px;margin:0 auto;display:grid;gap:26px;
  grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}

.p-card{
  position:relative;border-radius:18px;overflow:hidden;padding:22px 18px 20px;
  background:linear-gradient(180deg,#101a24,#0c131b) padding-box,
             linear-gradient(180deg,rgba(28,186,255,.4),rgba(16,24,34,0)) border-box;
  border:1px solid transparent; box-shadow:0 14px 36px rgba(0,0,0,.45);
  transition:transform .25s ease, box-shadow .25s ease}
.p-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(0,0,0,.6)}
.p-card--pro{
  background:linear-gradient(180deg,#13212d,#0d141c) padding-box,
             linear-gradient(180deg,rgba(20,214,162,.55),rgba(16,24,34,0)) border-box;
  box-shadow:0 18px 56px rgba(20,214,162,.18)
}

.p-card__badge{
 
  font:700 11px/1 system-ui;letter-spacing:.3px;text-transform:uppercase;
  color:#1cbaff;background:rgba(28,186,255,.14);border:1px solid rgba(28,186,255,.35);
  padding:6px 10px;border-radius:999px;backdrop-filter:blur(2px)}
.p-card__badge--pro{color:#2af895;background:rgba(42,248,149,.14);border-color:rgba(42,248,149,.4)}

.p-card__title{margin:6px 0 4px;color:#eaf2ff}
.p-card__desc{    margin: 0 0 12px;
    color: #d6d6d6;
    font-size: 14px;
    font-weight: 300;}

.p-card__price{display:flex;align-items:baseline;gap:6px;margin:30px 0px; }
.p-card__cur{color:#9fd0ff;font-weight:800}
.p-card__num{font-weight:900;font-size:40px;color:#1cbaff;text-shadow:0 0 16px rgba(28,186,255,.25)}
.p-card--pro .p-card__num{color:#2af895;text-shadow:0 0 18px rgba(42,248,149,.35)}

.p-list{list-style:none;padding:0;gap:10px}
.p-list li{position:relative;padding-left:34px;color:#cfe2f3;font-size:14px; margin-bottom: 10px}
.p-list li .p-li-ttl{display:block; }
.p-list li .p-li-sub{display:block;color:#8aa1b5;font-size:12px;margin-top:2px;font-weight: 200}

/* check / cross icons */
.p-list li.ok::before,.p-list li.no::before{
  content:"";position:absolute;left:0;top:2px;width:22px;height:22px;border-radius:50%}
.p-list li.ok::before{
  background:
    radial-gradient(65% 65% at 30% 30%,#baffea,#2af895) border-box;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'><path fill='%230b1510' d='M6.997.333C3.33.333.33 3.333.33 7s3 6.667 6.667 6.667 6.666-3 6.666-6.667-3-6.667-6.666-6.667m-1.334 10L2.33 7l.94-.94 2.393 2.387 5.06-5.06.94.946z'/></svg>") center/14px 14px no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'><path fill='%230b1510' d='M6.997.333C3.33.333.33 3.333.33 7s3 6.667 6.667 6.667 6.666-3 6.666-6.667-3-6.667-6.666-6.667m-1.334 10L2.33 7l.94-.94 2.393 2.387 5.06-5.06.94.946z'/></svg>") center/14px 14px no-repeat;
  background-clip: padding-box}
.p-list li.no::before{
  background:
    radial-gradient(65% 65% at 30% 30%,#ffb1b1,#ff6668) border-box;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'><path fill='%230b1510' d='M7 .333A6.66 6.66 0 0 1 13.665 7 6.66 6.66 0 0 1 7 13.667 6.66 6.66 0 0 1 .333 7 6.66 6.66 0 0 1 6.999.333m2.393 3.334L6.999 6.06 4.606 3.667l-.94.94L6.06 7 3.666 9.393l.94.94L7 7.94l2.394 2.393.94-.94L7.939 7l2.394-2.393z'/></svg>") center/14px 14px no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'><path fill='%230b1510' d='M7 .333A6.66 6.66 0 0 1 13.665 7 6.66 6.66 0 0 1 7 13.667 6.66 6.66 0 0 1 .333 7 6.66 6.66 0 0 1 6.999.333m2.393 3.334L6.999 6.06 4.606 3.667l-.94.94L6.06 7 3.666 9.393l.94.94L7 7.94l2.394 2.393.94-.94L7.939 7l2.394-2.393z'/></svg>") center/14px 14px no-repeat;
  background-clip: padding-box}

.p-btn{display:block;text-align:center;margin-top:12px;padding:12px 16px;border-radius:12px;
  color:white;text-decoration:none;font-weight:500;
  background:linear-gradient(180deg,rgba(28,186,255,.95),rgba(28,186,255,.6));
  box-shadow:0 12px 30px rgba(28,186,255,.35)}
.p-btn--pro{background:linear-gradient(180deg,rgba(20,214,162,.95),rgba(20,214,162,.65));color:white;
  box-shadow:0 14px 34px rgba(20,214,162,.35)}
.p-note{margin-top:8px;color:#7f92a5;font-size:12px}

.reveal{opacity:0;transform:translateY(10px)}
.reveal.is-in{opacity:1;transform:none;transition:opacity .45s ease, transform .45s ease}

/* адаптив */
@media (max-width:760px){
  .p-card__num{font-size:36px}
}




:root{
  --rvc-bg:#0b1116; --rvc-card:#101a24; --rvc-stroke:#1f2d39;
  --rvc-text:#eaf2ff; --rvc-muted:#9fb2c5; --rvc-accent:#1cbaff;
}

/* ===== REVIEWS ===== */
.rvc{ padding: 140px 16px 0px;   background: var(--eco-bg);}
.rvc *{box-sizing:border-box}
.rvc__head{max-width:1000px;margin:0 auto 18px;text-align:center}
.rvc__head .inter14{color:var(--rvc-muted)}

.rvc__view{max-width:1460px;margin:24px auto 0;position:relative;overflow:hidden}
.rvc__track{display:flex;gap:20px;will-change:transform;transition:transform .6s cubic-bezier(.22,.61,.36,1)}
.rvc__card{
  flex:0 0 var(--rvc-colw,25%);
  border-radius:18px; overflow:hidden;
  background:linear-gradient(180deg,#101a24,#0c131b);
  border:1px solid var(--rvc-stroke);
  color:var(--rvc-text);
  transition:transform .28s ease, box-shadow .28s ease;
}
.rvc__card:hover{transform:translateY(-4px); box-shadow:0 24px 60px rgba(0,0,0,.6), 0 0 0 1px rgba(28,186,255,.1) inset}

.rvc__media{background:#0e1621;height:260px;overflow:hidden}
.rvc__media img{width:100%;height:100%;object-fit:contain;display:block}

.rvc__body{padding:14px 14px 16px}
.rvc__earn{
  display:inline-block;
  padding:6px 10px;border-radius:10px;
  background:rgba(8,15,20,.7);border:1px solid rgba(119,203,245,.25);
  color:var(--rvc-accent);font:800 16px/1.1 system-ui;
  text-shadow:0 0 18px rgba(33,147,248,.25);
}
.rvc__num{tabular-nums:tabular-nums}
.rvc__meta{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 8px}
.rvc__pill{padding:6px 10px;border-radius:999px;background:rgba(8,15,20,.7);border:1px solid rgba(255,255,255,.08);color:#a9bfd1;font:600 12px/1.1 system-ui}
.rvc__text{color:#c8d6e4;font:500 14px/1.45 system-ui;margin:0}


.rvc__dot{
  width:10px;height:10px;border-radius:50%;cursor:pointer;
  background:radial-gradient(circle at 30% 30%, #8cf6ff, #36d5ff 60%, #19a9e8 100%);
  opacity:.35;transition:transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.rvc__dot:hover{opacity:.6;transform:scale(1.1)}
.rvc__dot.is-active{opacity:1;box-shadow:0 0 0 4px rgba(54,213,255,.12), 0 0 18px rgba(54,213,255,.35)}

@media (max-width:1024px){ .rvc__media{height:220px} }
@media (max-width:680px){ .rvc__media{height:200px} }

/* ===== FAQ (same style) ===== */
.faq{background: #0f0f0f;padding: 140px 16px 40px}
.faq *{box-sizing:border-box}
.faq__head{text-align:center;max-width:900px;margin:0 auto 20px}
.faq__head .inter14{color:var(--rvc-muted)}
.faq__list{max-width:900px;margin:0 auto;display:grid;gap:12px}

.qa{
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #101a24, #0c131b) padding-box, linear-gradient(180deg, #1cbaff80, rgba(16, 24, 34, 0)) border-box;
    border: 1px solid transparent;
}

/* button вместо h3 — меньше конфликтов */
.qa__q{
  width:100%;
  border:0;
  background:transparent;
  margin:0;
  cursor:pointer;
  padding:16px 18px;
  color:var(--rvc-text);
  display:flex;
  align-items:center;
  gap:10px;
  text-align:left;
  font:500 16px/1.25 system-ui,-apple-system,Segoe UI,Roboto,Arial;
}

.qa__ic{
margin-left: auto;
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #06150e;
    background: linear-gradient(180deg, rgb(91 227 255), rgb(26 153 210));
    font-weight: 900;
    transition: transform .2s ease;
    flex: 0 0 auto;
}

.qa__a{height:0;overflow:hidden;transition:height .32s ease}
.qa__a-inner{padding:0 18px 16px;color:#cfe2f3;font:500 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Arial}

.qa.is-open .qa__ic{transform:rotate(45deg)}


/* нижняя панель */
.rvc__nav{
  max-width:1460px;
  margin:14px auto 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

/* точки теперь обычный блок, НЕ absolute */
.rvc__dots{
  display:flex;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  background:rgba(8,12,18,.35);
  box-shadow:0 8px 24px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.08);
  backdrop-filter:blur(6px) saturate(120%);
}

/* кнопка */
.rvc__allbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color:#fff;
  text-decoration:none;
  transition:.2s;
}
.rvc__allbtn:hover{ transform: translateY(-1px); }
.rvc__media{
  position:relative;
  cursor:zoom-in;
}

.rvc__media::after{
  content:"";
  position:absolute; inset:0;
  background: rgba(0,0,0,0);
  transition:.2s;
}

.rvc__zoom{
  position:absolute;
  right:12px; bottom:12px;
  width:44px; height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.45);
  color:#fff;
  display:grid;
  place-items:center;
  opacity:0;
  transform: translateY(6px);
  transition:.2s;
  cursor:pointer;
}

.rvc__media:hover::after{ background: rgba(0,0,0,.25); }
.rvc__media:hover .rvc__zoom{ opacity:1; transform: translateY(0); }





@media(max-width:720px){.tcard--sum .tvalue{font-size:32px}}
@media (max-width: 599px){
  .rvc__track{ gap: 0; }
  .rvc__view{ padding: 0; }
  .rvc__card{ border-radius: 16px; }
}

@media screen and (max-width: 1460px) {
.gr {
    background: linear-gradient(64deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)), linear-gradient(271deg, #0b0f14, #31609670);
}
  .wy2__stage {
    display: grid;
    gap: 20px;
  }
.gs-eco, .wy2, #pbl-program, .gs-bonus, .total-value, .pricing, .rvc, .faq{
  padding: 90px 16px 10px;
}
.frame-01 {
display: block; 
margin-bottom: 150px;
}  .head-116px {
    font-size: 70px;
        line-height: 65px;
  }
}

@media (max-width: 1024px){ 
.head-116px {
    font-size: 50px;
        line-height: 45px;
  }
.dlykogo {
  display: block;}
  .dlykototext {
    width: 100%;
  }
  .block-04 {
    padding-top: 20px;
  }
  .h2name {
    text-align: center;
  }
  .audience__list {
    gap: 0px;
  }
  .audience {
  padding: 0px;
  }

#your-element-selector {
          padding: 90px 16px 0px;
}
.cmp2 {
  padding: 90px 16px 10px;
}}
.podvall1 {
      text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
}
@media (max-width: 1024px){ 
.podvall1 {
   
    display: block;
}
  }