.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.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;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 96px 40px;
}

.body {
  background-color: #000;
}

.div-block {
  background-color: #f2f0eb;
  border: 1px #000;
  border-radius: 28px;
  width: 100%;
  padding: 24px;
}

.h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-weight: 600;
}

.div-block-2 {
  padding-top: 0;
}

.put {
  color: #e4f6e499;
  white-space: nowrap;
  background-color: #302e38;
  border: 1px #000;
  border-radius: 90px;
  height: 40px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.put_form_1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.description_politic_pph {
  color: #302e38;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.error-message {
  background-color: #ffdede00;
}

.text-block-2 {
  color: #f2690d;
  text-align: center;
  line-height: 120%;
}

.success-message {
  background-color: #ddd0;
  padding: 0;
}

.text_form_2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.submit-button_1 {
  background-color: #fa722b;
  border-radius: 90px;
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.submit-button_1:hover {
  background-color: #fa722bcc;
}

.submit-button_1:active {
  background-color: #fa722b;
}

.form_1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.checkbox-field_pph-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.checkbox-label_1-2 {
  color: #302e38;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: static;
}

.flex-block {
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.flex-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.text-1 {
  color: #302e38;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  position: relative;
}

.container-form {
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
}

.h2-white {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-weight: 600;
}

.h2-black {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.h2-black.center {
  text-align: center;
  width: 400px;
  position: static;
}

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

.h2-white {
  color: #f2f0eb;
  white-space: pre-wrap;
  font-size: 28px;
  line-height: 32px;
}

.h2-green {
  color: #bffa2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.h1-white {
  color: #f2f0eb;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  position: static;
}

.h1-white.center {
  text-align: center;
}

.flex-block-4 {
  z-index: 1;
  width: auto;
  display: block;
  position: absolute;
  inset: -3% auto auto 0%;
}

.flex-block-5 {
  z-index: 1;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% -3% auto;
}

.div-block-3 {
  height: auto;
  display: block;
  position: relative;
}

.button-trigger {
  background-color: #bffa2b;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 494px;
  height: auto;
  min-height: 494px;
  padding: 0;
  position: static;
  inset: 0%;
}

.div-block-5 {
  height: 100%;
  position: relative;
}

.image-3 {
  z-index: -1;
  height: 443px;
  position: absolute;
  top: -147px;
  left: -118px;
}

.image-4 {
  z-index: -1;
  position: absolute;
  top: -131px;
  left: auto;
  right: -109px;
}

.image-5 {
  z-index: -99;
  height: 100%;
  position: absolute;
  inset: -4% 0% 0% 5%;
}

.image-6 {
  z-index: -1;
  filter: blur(5px);
  width: auto;
  height: 100%;
  position: absolute;
  inset: -9% 0% 0% 40%;
}

.div-block-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 0;
  min-width: 0;
  max-width: 1075px;
  height: 0;
  max-height: 400px;
  margin: 40px 100px;
  padding: 0;
  display: flex;
  position: static;
}

.button {
  color: #f2f0eb;
  background-color: #302e38;
  border-radius: 90px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.flex-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-block-7 {
  z-index: 0;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  position: relative;
  overflow: clip;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  position: absolute;
}

.code-embed {
  display: none;
}

.h2-black_close {
  text-transform: uppercase;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.grid_1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.h3 {
  z-index: 1;
  color: #302e38;
  white-space: pre-wrap;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  overflow: clip;
}

.h3.white {
  color: #f2f0eb;
  margin-top: 0;
  margin-bottom: 0;
}

.h3.white.half {
  width: 80%;
}

.grid-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f2f0eb;
  border-radius: 28px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 400px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: clip;
}

.grid-card.dark-grey {
  background-color: #302e38;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 448px;
  padding: 24px;
  display: flex;
  overflow: clip;
}

.grid-card.transperent {
  background-color: #f2f0eb00;
}

.t3 {
  z-index: 1;
  color: #302e38;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.t3.white {
  color: #f2f0eb;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.t3.white.half {
  width: 70%;
}

.t3.white.center {
  text-align: center;
}

.t3.light-grey {
  color: #302e3880;
  font-size: 16px;
}

.flex-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(298px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.data-time {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.grid-card-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/fon.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  height: 384px;
  display: flex;
  position: relative;
  overflow: clip;
}

.button_to_form {
  color: #302e38;
  background-color: #bffa2b;
  border-radius: 90px;
  flex: none;
  align-self: auto;
  width: auto;
  height: 40px;
  margin-bottom: 8px;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.button_to_form:hover {
  background-color: #bffa2be6;
}

.button_to_form:active {
  background-color: #bffa2b;
}

.plus_button {
  width: 36px;
  height: 36px;
  position: absolute;
  inset: auto 6px 6px auto;
}

.div-block-9 {
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  inset: auto auto 0% 0%;
}

.left-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.div-block-10 {
  border-radius: 16px;
  flex: none;
  width: auto;
  height: auto;
  overflow: visible;
}

.div-block-11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #bffa2b;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  height: 220px;
  padding: 12px;
  display: flex;
}

.image-9 {
  border-radius: 16px;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.t2 {
  color: #302e38;
  background-color: #0000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.t2.light-grey {
  color: #302e3899;
}

.t2.white_2 {
  color: #f2f0eb80;
  font-size: 14px;
  line-height: 20px;
}

.t2.white {
  color: #f2f0eb;
}

.flex-block-12 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.grid2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 100%;
}

.grid-card_2 {
  width: 100%;
}

.grid-card_3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f2f0eb;
  border-radius: 28px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 474px;
  padding: 24px;
  position: relative;
  overflow: clip;
}

.t4 {
  color: #302e38;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.flex-block-15 {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  position: relative;
}

.image-10 {
  z-index: 0;
  width: 140%;
  position: absolute;
  inset: -16% 0% auto;
}

.logo-white {
  z-index: 1;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.img-icon {
  z-index: 1;
  width: 50px;
  position: relative;
}

.flex-block-16 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: flex-end;
}

.block-logo_1 {
  width: 100%;
  height: 22px;
  display: block;
  position: relative;
}

.logo-black {
  z-index: 1;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-12 {
  height: 40px;
  position: relative;
}

.img-person-habr {
  width: 100%;
  max-width: none;
  height: auto;
  position: relative;
  inset: auto auto 0%;
}

.grid-card_4 {
  background-color: #f2f0eb;
  border-radius: 28px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 384px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.grid-card_4.dark-grey {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #302e38;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 622px;
  display: flex;
  position: static;
  overflow: clip;
}

.flex-block-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(452px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.flex-block-18 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.img-person-elame {
  width: 100%;
  max-width: none;
  height: auto;
  position: relative;
  inset: auto auto 0%;
}

.flex-block-19 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}

.flex-block-20 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
}

.button_to_programm {
  color: #302e38;
  background-color: #bffa2b;
  border-radius: 90px;
  flex: none;
  align-self: auto;
  width: auto;
  height: 40px;
  margin-bottom: 8px;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.button_to_programm:hover {
  background-color: #bffa2be6;
}

.button_to_programm:active {
  background-color: #bffa2b;
}

.wrap-narrow_q-a {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 998px;
  display: block;
}

.v-m {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdown {
  z-index: 1;
  border-bottom: 2px solid #e6f0f426;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: clip;
}

.dropdown-stroke {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 0 20px;
  transition: all .3s;
  display: flex;
}

.dropdown-stroke:hover {
  opacity: .8;
}

.dropdown-stroke:active {
  opacity: .7;
}

.dropdown-stroke.w--open {
  border: 1px #000;
  border-bottom: 2px #e6e6e6;
  padding-left: 0;
  padding-right: 0;
}

.div-z {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.div-dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  display: flex;
}

.text-span-14, .text-span-15 {
  color: #fa722b;
}

.text-span-16 {
  color: #fa722b;
  text-decoration: none;
}

.flex-block-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  min-width: 0;
  max-width: none;
}

.flex-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(222px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.center-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
}

.frame-2087328066 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  width: auto;
  height: auto;
}

.tg {
  grid-column-gap: 16px;
  background-color: #eaf2f626;
  background-image: url('../images/Logo-brand_2.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.vk {
  grid-column-gap: 16px;
  background-color: #07f;
  background-image: url('../images/Logo-brand_1.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.dzen {
  grid-column-gap: 16px;
  background-color: #00000026;
  background-image: url('../images/Logo-branddzen.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.youtube {
  grid-column-gap: 16px;
  background-color: #ffffff26;
  background-image: url('../images/Logo-brand.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.flex-block-24 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.div-block-13 {
  border: 1px solid #f2f0eb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.heading {
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading.white {
  color: #f2f0eb;
  background-color: #0000;
  font-size: 110px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 360px;
  display: flex;
  position: relative;
  top: 88px;
}

.image-11 {
  height: 100%;
  position: relative;
  inset: auto auto 0;
}

.div-block-15 {
  width: 100%;
  height: 490px;
  position: relative;
}

.heading-copy {
  color: #f2f0eb;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 110px;
  font-weight: 600;
  line-height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-12 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto;
}

.t3-copy {
  z-index: 1;
  color: #302e38;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.t3-copy.white {
  color: #f2f0eb;
  width: 40%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  inset: 41% 0% auto;
}

.container_2 {
  width: 100%;
  max-width: 1440px;
  padding: 0 40px 32px;
}

.flex-block-25 {
  justify-content: flex-start;
  align-items: center;
}

.h2_date {
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-weight: 600;
  position: static;
  inset: auto 0% -5%;
}

.flex-block-26 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  inset: auto 0% -5%;
}

.div-block-16 {
  background-color: #f2f0eb;
  width: 100%;
  height: 8px;
}

.image-14 {
  position: absolute;
  inset: 13% 4% 0% auto;
}

.h2-white-copy {
  color: #f2f0eb;
  white-space: nowrap;
  white-space: nowrap;
  font-size: 28px;
  line-height: 32px;
}

.flex-block-6_duble {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: none;
}

.icon-tooltip {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: none;
}

.image-1576 {
  width: 18px;
  height: 18px;
  margin: 4px;
}

.nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #f2f0eb;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: 56px;
  margin: 0 40px;
  padding: 8px 8px 8px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: all .3s;
  display: block;
}

.nav-menu-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: auto;
  display: flex;
  position: static;
}

.navbar-2 {
  z-index: 10;
  background-color: #0000;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.logo_xk {
  z-index: 1;
  color: #302e38;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: auto;
  position: static;
  overflow: visible;
}

.flex-block-14 {
  display: block;
}

.flex-block-27 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  width: auto;
  position: static;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  display: flex;
}

.text_button_violet {
  color: #8164f7;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #8164f700;
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.button_to_form-2 {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  white-space: nowrap;
  background-color: #fa722b;
  border: 0 #8164f7;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.button_to_form-2:hover {
  background-color: #fa722bcc;
  border-width: 0;
}

.button_to_form-2:focus {
  border-width: 0;
}

.button_to_form-2:visited {
  border-style: none;
  border-width: 0;
}

.button_to_form-2.w--current {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.flex-block-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: static;
}

.nav-link {
  color: #302e38;
  white-space: nowrap;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #fa722b;
}

.nav-link.w--current {
  color: #8164f7;
}

.div-block-3-copy-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  border: 1px solid #8164f7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  text-decoration: none;
  display: none;
}

.logo-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 30px;
  position: static;
  inset: 0% auto 0% 0%;
}

.text-block-7 {
  font-family: Inter, sans-serif;
}

.logo_xk-copy {
  z-index: 1;
  color: #302e38;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: auto;
  position: static;
  overflow: visible;
}

.link-block-4-copy {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  display: flex;
}

.preview_1 {
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 360px;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 120px;
  margin-right: 0;
  padding: 0;
  position: static;
  overflow: visible;
}

.card-content_open {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 20px 0 0;
  display: flex;
  position: static;
  left: 0;
  overflow: hidden;
}

.h3-copy {
  z-index: 1;
  color: #302e38;
  white-space: pre-wrap;
  flex: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: static;
  overflow: hidden;
}

.flex-block-31 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #bffa2b;
  border-radius: 16px;
  flex: 1;
  width: 60%;
  height: 100%;
  padding: 12px;
}

.flex-block-32 {
  width: 100%;
  height: 100%;
}

.image-1578 {
  border-radius: 16px;
  flex: none;
  width: 40%;
  max-width: none;
  height: 100%;
}

.flex-block-33 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  display: grid;
}

.h3-copy {
  z-index: 1;
  color: #302e38;
  white-space: pre-wrap;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: static;
  overflow: clip;
}

.checkbox_politic_pph {
  color: #fff;
  background-color: #fff;
  border: 1px solid #302e38;
  border-radius: 6px;
  width: 22px;
  height: 22px;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 8px;
  padding: 10px;
  font-size: 10px;
  line-height: 2;
}

.checkbox_politic_pph:hover {
  color: #fff;
  -webkit-text-stroke-color: #8a8a8a;
  background-color: #fa722bb3;
  border-style: solid;
  border-color: #fa722bb3;
  border-radius: 6px;
  box-shadow: 0 0 #0003;
}

.checkbox_politic_pph:active {
  background-color: #fa722b;
  border-style: solid;
  border-color: #fa722bb3;
  font-size: 10px;
}

.checkbox_politic_pph.w--redirected-checked {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fa722b;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: auto;
  border: 1px solid #fa722b;
  border-radius: 6px;
  flex: none;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 8px;
  line-height: 0;
}

.checkbox_politic_pph.w--redirected-focus {
  color: #8164f7;
  -webkit-text-stroke-color: #8164f7;
  cursor: auto;
  border-color: #fa722bb3;
  margin-left: 0;
}

.checkbox_politic_pph.w--redirected-focus-visible {
  color: #fa722b;
  margin-left: 0;
  box-shadow: 0 0 2px #fa722b;
}

.text-span-18 {
  text-decoration: none;
}

.link-2 {
  color: #fa722b;
  text-decoration: none;
}

.block-img {
  width: 100%;
  height: 100%;
}

.cookie-banner {
  z-index: 100;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  margin-left: 0;
  padding: 20px 24px 24px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% 40px;
}

.h3-style-copy {
  color: #000c;
  letter-spacing: -.3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.link-3 {
  color: #fa722b;
  -webkit-text-stroke-color: #000;
}

.button-copy {
  color: #000;
  background-color: #47b8f0;
  border-radius: 90px;
  height: 50px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.button-copy:hover, .button-copy:active {
  background-color: #08f;
}

.button-copy.cookie-accept {
  color: #f2f0eb;
  background-color: #fa722b;
  font-size: 14px;
}

.div-block-17 {
  z-index: 10;
  opacity: 0;
  background-color: #fa722b;
  border-radius: 16px 16px 16px 0;
  width: 240px;
  max-width: none;
  padding: 20px;
  position: absolute;
  inset: auto auto 60px 25px;
}

.image-1579 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-18 {
  position: relative;
}

.button_to_form-2-copy {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  white-space: nowrap;
  background-color: #fa722b;
  border: 0 #8164f7;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: none;
  position: static;
  inset: 0% 0% 0% auto;
}

.button_to_form-2-copy:hover {
  background-color: #fa722bcc;
  border-width: 0;
}

.button_to_form-2-copy:focus {
  border-width: 0;
}

.button_to_form-2-copy:visited {
  border-style: none;
  border-width: 0;
}

.button_to_form-2-copy.w--current {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.flex-block-34 {
  display: none;
}

.link-4, .link-5 {
  color: #fa722b;
  text-decoration: none;
}

.t4_delete {
  color: #302e38;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: line-through;
}

.rich-text-block {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.link-6 {
  text-decoration: none;
}

.text-span-20 {
  color: #302e38;
}

.time_close {
  color: #302e3880;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.description_politic_pph-copy {
  color: #302e38;
  text-align: center;
  padding: 8px 0 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.grid-card_5 {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  background-color: #302e38;
  border-radius: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 448px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: clip;
}

.grid-card_5.dark-grey {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  background-color: #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 448px;
  padding: 24px;
  display: flex;
  overflow: clip;
}

.grid-card_5.transperent {
  background-color: #f2f0eb00;
}

.text-span-21 {
  color: #fa722b;
}

.card-content_close {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 20px 0 0;
  display: none;
  position: static;
  left: 0;
  overflow: hidden;
}

.time_open {
  color: #302e3880;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.flex-block_close {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .put {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .submit-button_1 {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .checkbox-label_1-2 {
    font-size: 16px;
  }

  .h1-white {
    overflow: clip;
  }

  .button-trigger {
    left: 376px;
  }

  .image-5 {
    left: 13%;
  }

  .image-6 {
    top: -3%;
    left: 42%;
  }

  .grid_1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .flex-block-8 {
    font-family: Inter, sans-serif;
  }

  .grid-card-button {
    height: 400px;
  }

  .button_to_form {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .left-block {
    width: 100%;
  }

  .div-block-11 {
    height: 100%;
  }

  .grid2 {
    grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
  }

  .grid-card_3 {
    height: 420px;
  }

  .logo-white {
    display: block;
    inset: auto 0% 0%;
    overflow: clip;
  }

  .block-logo_1 {
    height: 30px;
  }

  .logo-black {
    display: block;
    inset: auto 0% 0%;
    overflow: clip;
  }

  .div-block-12 {
    height: 50px;
  }

  .grid-card_4 {
    overflow: hidden;
  }

  .flex-block-17 {
    width: 100%;
  }

  .button_to_programm {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .wrap-narrow_q-a {
    max-width: 1200px;
  }

  .flex-block-23 {
    grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
  }

  .center-block {
    width: 100%;
  }

  .heading.white {
    font-size: 144px;
  }

  .div-block-15 {
    overflow: visible;
  }

  .heading-copy {
    font-size: 144px;
    inset: 0% 0% auto;
  }

  .t3-copy.white {
    width: 30%;
    left: 5%;
  }

  .container_2 {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .flex-block-26 {
    bottom: -9%;
  }

  .icon-tooltip {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .image-1576 {
    margin: 0;
  }

  .nav-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .navbar-2 {
    max-width: none;
    height: auto;
  }

  .text_button_violet {
    -webkit-text-stroke-color: #8164f700;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
  }

  .button_to_form-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    margin: 0;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }

  .button_to_form-2:visited {
    border-style: none;
    border-width: 0;
  }

  .nav-link {
    white-space: nowrap;
    word-break: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-3-copy-copy {
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 12px;
    text-decoration: none;
  }

  .preview_1 {
    width: 420px;
    min-height: 120px;
  }

  .cookie-banner {
    inset: auto 2% 0% 40px;
  }

  .h3-style-copy {
    font-size: 14px;
  }

  .button-copy {
    height: 70px;
    padding: 24px 32px;
    font-size: 22px;
  }

  .button-copy.cookie-accept {
    height: 50px;
    padding-top: 16px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .button_to_form-2-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    margin: 0;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }

  .button_to_form-2-copy:visited {
    border-style: none;
    border-width: 0;
  }

  .description_politic_pph-copy {
    text-align: center;
  }

  .grid-card_5 {
    grid-column-gap: 220px;
    grid-row-gap: 220px;
    position: static;
  }
}

@media screen and (min-width: 1440px) {
  .put {
    min-height: 56px;
  }

  .text_form_2 {
    grid-row-gap: 16px;
    max-width: 406px;
  }

  .checkbox-label_1-2 {
    font-size: 16px;
  }

  .h2-black.center {
    width: 400px;
  }

  .button-trigger {
    padding: 0;
    left: 464px;
  }

  .div-block-6 {
    max-width: 1160px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-6 {
    width: 100%;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    width: 100%;
  }

  .grid-card-button {
    width: auto;
    height: 400px;
  }

  .grid-card_3 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 380px;
  }

  .dropdown {
    border: 0 solid #e6f0f41a;
    border-bottom-width: 2px;
  }

  .dropdown-stroke {
    border-bottom-width: 0;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: #0000;
  }

  .nav-container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-menu-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button_to_form-2 {
    margin: 0;
  }

  .nav-link {
    font-size: 16px;
  }

  .preview_1 {
    width: 320px;
  }

  .checkbox_politic_pph {
    background-color: #fff9;
  }

  .checkbox_politic_pph:hover, .checkbox_politic_pph:active {
    background-color: #8164f7;
  }

  .button_to_form-2-copy {
    margin: 0;
  }
}

@media screen and (min-width: 1920px) {
  .put_form_1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .description_politic_pph {
    font-size: 14px;
  }

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

  .checkbox-label_1-2 {
    font-size: 18px;
  }

  .button-trigger {
    left: 705px;
  }

  .grid-card {
    overflow: clip;
  }

  .grid {
    width: 100%;
  }

  .nav-container {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .text_button_violet {
    letter-spacing: .5px;
  }

  .nav-link {
    font-size: 18px;
  }

  .card-content_open {
    left: 0;
  }

  .cookie-banner {
    width: 1000px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    right: 0%;
  }

  .h3-style-copy {
    font-size: 18px;
  }

  .button-copy {
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 24px;
    display: flex;
  }

  .button-copy.cookie-accept {
    font-size: 18px;
  }

  .description_politic_pph-copy {
    font-size: 14px;
  }

  .grid-card_5 {
    overflow: clip;
  }

  .card-content_close {
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding: 64px 20px;
    overflow: visible;
  }

  .put {
    min-height: 40px;
    font-size: 12px;
  }

  .text_form_2 {
    grid-row-gap: 16px;
  }

  .submit-button_1 {
    height: 40px;
    min-height: 0;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .flex-block-3 {
    width: 100%;
  }

  .container-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-black {
    font-size: 24px;
    line-height: 28px;
  }

  .h2-black.center {
    width: 320px;
    font-size: 24px;
    line-height: 28px;
  }

  .h2-white, .h2-green {
    white-space: pre-wrap;
    font-size: 24px;
    line-height: 28px;
  }

  .h1-white {
    font-size: 40px;
    line-height: 44px;
  }

  .flex-block-4 {
    z-index: 1;
    top: -10%;
  }

  .flex-block-5 {
    z-index: 1;
    bottom: -10%;
  }

  .button-trigger {
    border-radius: 1000px;
    width: auto;
    min-width: 400px;
    min-height: 400px;
    padding: 0;
    left: 167px;
  }

  .button-trigger:active, .button-trigger:focus {
    border-radius: 1000px;
  }

  .image-6 {
    width: auto;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    max-height: 380px;
    margin: 40px;
    padding: 0;
    position: static;
  }

  .flex-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .flex-block-7 {
    height: auto;
    min-height: 470px;
  }

  .h2-black_close {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  .grid-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid {
    grid-auto-columns: 1fr;
  }

  .button_to_form {
    justify-content: center;
    align-items: center;
    height: 40px;
    min-height: 0;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .div-block-10 {
    overflow: visible;
  }

  .image-9 {
    border-radius: 16px;
  }

  .grid2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(237px, 440fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-card_3 {
    min-width: 0;
    max-width: none;
    height: 440px;
  }

  .image-10 {
    top: -20%;
  }

  .logo-white {
    height: 100%;
  }

  .block-logo_1 {
    height: 30px;
  }

  .div-block-12 {
    flex: none;
    height: 30px;
  }

  .flex-block-17 {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }

  .button_to_programm {
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 40px;
    min-height: 0;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .wrap-narrow_q-a {
    max-width: none;
  }

  .flex-block-21 {
    min-width: 166px;
    max-width: 222%;
  }

  .flex-block-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(166px, 1fr));
  }

  .link-block-2, .tg, .vk, .dzen, .youtube {
    width: 30px;
    height: 30px;
  }

  .heading.white {
    font-size: 86px;
    line-height: 90px;
  }

  .div-block-14 {
    height: 280px;
  }

  .image-11 {
    bottom: 9px;
  }

  .div-block-15 {
    height: 400px;
  }

  .heading-copy {
    font-size: 86px;
    line-height: 90px;
  }

  .t3-copy.white {
    width: 30%;
    font-size: 14px;
    line-height: 20px;
  }

  .container_2 {
    padding: 0 20px 40px;
    overflow: hidden;
  }

  .image-14 {
    height: 100px;
  }

  .h2-white-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .lineburg1 {
    color: #f2f0eb;
    background-color: #f2f0eb;
    flex: none;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .flex-block-6_duble {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .icon-tooltip {
    display: block;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    margin: 0 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .lineburg3 {
    background-color: #f2f0eb;
    flex: none;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    z-index: 98;
    background-color: #fff;
    border: 1px solid #00000030;
    border-radius: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 260px;
    height: auto;
    margin-top: 4px;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 30px;
    transition: all .3s;
    position: absolute;
    top: 60px;
    right: 20px;
  }

  .lineburg2 {
    background-color: #f2f0eb;
    flex: none;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-2 {
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .flex-block-14 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .flex-block-27 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .text_button_violet {
    width: auto;
  }

  .menu-button-2 {
    color: #333;
    background-color: #302e38;
    border-radius: 50px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 13px 0 13px 10px;
    display: flex;
    position: static;
    left: 758px;
    right: auto;
  }

  .menu-button-2.w--open {
    z-index: 92;
    background-color: #302e38;
    border-radius: 30px;
  }

  .button_to_form-2 {
    width: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-28 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
  }

  .nav-link {
    text-align: center;
    width: auto;
    padding: 8px 0;
    font-size: 14px;
    line-height: 20px;
    position: static;
  }

  .div-block-3-copy-copy {
    width: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    display: none;
  }

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

  .preview_1 {
    width: 100%;
    height: 360px;
    min-height: 0;
  }

  .image-1578 {
    flex: 1;
    height: auto;
  }

  .flex-block-33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .cookie-banner {
    width: 500px;
    margin-left: 0;
    inset: auto 0% 0% 20px;
  }

  .h3-style-copy {
    font-size: 12px;
  }

  .button-copy.cookie-accept {
    height: 40px;
    padding-top: 12px;
    font-size: 12px;
  }

  .div-block-17 {
    width: 200px;
  }

  .button_to_form-2-copy {
    width: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .flex-block-34 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    display: flex;
  }

  .grid-card_5 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    overflow: visible;
  }

  .put {
    font-size: 12px;
  }

  .error-message {
    background-color: #ffdede00;
  }

  .text-block-2 {
    color: #f2690d;
    text-align: center;
    font-weight: 500;
  }

  .success-message {
    background-color: #ddd0;
  }

  .text_form_2 {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 24px;
    padding-top: 0;
    position: static;
  }

  .form_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .h2-black {
    text-align: left;
    width: 90%;
  }

  .h2-white {
    white-space: pre-wrap;
  }

  .flex-block-4 {
    inset: -10% auto auto 0%;
  }

  .flex-block-5 {
    bottom: -10%;
  }

  .button-trigger {
    border-radius: 1000px;
    min-width: 470px;
    min-height: 470px;
    max-height: none;
    padding: 0;
    left: 92px;
  }

  .image-3 {
    inset: -45% auto auto -25%;
  }

  .image-4 {
    inset: auto -23% -54% auto;
  }

  .image-5 {
    top: 4%;
    left: -15%;
  }

  .image-6 {
    top: -10%;
    left: 34%;
  }

  .div-block-6 {
    opacity: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 400px;
    max-height: 1000px;
    margin: 154px 40px;
    padding: 0;
  }

  .flex-block-7 {
    height: auto;
    min-height: 520px;
  }

  .h2-black_close {
    text-align: left;
  }

  .grid_1 {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .grid-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-card.transperent {
    height: auto;
  }

  .t3.white.half {
    width: 100%;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-auto-flow: row;
    display: grid;
  }

  .grid-card-button {
    width: 100%;
  }

  .button_to_form {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .div-block-9 {
    width: 60px;
    height: 60px;
  }

  .grid2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .logo-white {
    height: 100%;
    inset: 0% 0% auto;
  }

  .logo-black {
    inset: 0% 0% auto;
  }

  .div-block-12 {
    flex: none;
    height: 30px;
  }

  .grid-card_4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
  }

  .flex-block-17 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .img-person-elame {
    overflow: hidden;
  }

  .button_to_programm {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .flex-block-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
  }

  .heading.white {
    font-size: 50px;
  }

  .div-block-14 {
    height: 200px;
    top: 121px;
  }

  .div-block-15 {
    height: 380px;
  }

  .heading-copy {
    font-size: 50px;
  }

  .image-12 {
    height: 480px;
  }

  .t3-copy.white {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    top: 106%;
  }

  .container_2 {
    overflow: visible;
  }

  .image-14 {
    height: 80px;
    top: 16%;
  }

  .flex-block-6_duble {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nav-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4px;
    margin-right: auto;
    position: absolute;
    top: 60px;
    left: auto;
    right: 20px;
  }

  .navbar-2 {
    max-width: none;
  }

  .flex-block-27 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .link-block-4 {
    width: 100%;
  }

  .button_to_form-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-decoration: none;
  }

  .flex-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-3-copy-copy {
    width: auto;
    display: none;
  }

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

  .link-block-4-copy {
    width: 100%;
  }

  .card-content_open {
    width: 100%;
    padding-right: 0;
  }

  .flex-block-32 {
    height: 200px;
  }

  .image-1578 {
    flex: 0 auto;
    width: auto;
    height: 100%;
  }

  .flex-block-33 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cookie-banner {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-left: 0;
  }

  .h3-style-copy, .button-copy.cookie-accept {
    font-size: 12px;
  }

  .div-block-17 {
    width: 400px;
    max-width: none;
  }

  .button_to_form-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-decoration: none;
  }

  .grid-card_5 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-card_5.transperent {
    height: auto;
  }

  .card-content_close {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block {
    padding: 20px;
  }

  .put {
    margin-bottom: 12px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 120%;
  }

  .checkbox-field_pph-2 {
    margin-bottom: 12px;
  }

  .checkbox-label_1-2 {
    line-height: 16px;
  }

  .flex-block-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-form {
    padding-left: 8px;
    padding-right: 8px;
  }

  .h2-black {
    width: 90%;
  }

  .h2-black.center {
    text-align: center;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 300px;
    height: 320px;
    text-decoration: none;
    display: flex;
  }

  .h2-white, .h2-green {
    font-size: 24px;
    line-height: 28px;
  }

  .h1-white {
    font-size: 32px;
    line-height: 36px;
  }

  .h1-white.center {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
  }

  .flex-block-4 {
    inset: -10% auto auto 0%;
  }

  .flex-block-5 {
    inset: auto 0% -10% auto;
  }

  .button-trigger {
    width: 100%;
    min-width: 240px;
    min-height: 394px;
    left: -26px;
  }

  .image-3 {
    top: 0;
    left: auto;
  }

  .image-4 {
    bottom: 0;
    right: auto;
  }

  .image-5 {
    z-index: -99;
    left: 0%;
  }

  .div-block-6 {
    opacity: 0;
    width: 100%;
    max-width: none;
    max-height: 1000px;
    margin: 143px 24px;
  }

  .flex-block-7 {
    min-height: 500px;
    overflow: hidden;
  }

  .div-block-7 {
    width: 100%;
    height: 304px;
    padding: 0;
  }

  .h2-black_close {
    width: 100%;
  }

  .grid_1 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h3.white.half {
    overflow: visible;
  }

  .grid-card {
    height: 400px;
    padding: 20px;
  }

  .grid-card.dark-grey {
    height: auto;
    padding: 20px;
  }

  .t3.white {
    color: #f2f0eb;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-card-button {
    background-position: 0%;
    overflow: hidden;
  }

  .div-block-9 {
    width: 50px;
    height: 50px;
  }

  .div-block-10 {
    flex: 0 auto;
    width: 100%;
    height: 100%;
  }

  .div-block-11 {
    flex: 1;
    width: 100%;
    height: 100%;
  }

  .image-9 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .t2 {
    font-size: 12px;
    line-height: 16px;
  }

  .grid2 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-card_2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .grid-card_3 {
    height: auto;
    padding: 20px;
  }

  .image-10 {
    top: -49%;
  }

  .logo-white {
    height: 100%;
  }

  .div-block-12 {
    flex: none;
    width: 100%;
    height: 30px;
  }

  .img-person-habr {
    width: 100%;
    height: auto;
    inset: auto auto 0;
    overflow: hidden;
  }

  .grid-card_4 {
    height: auto;
  }

  .grid-card_4.dark-grey {
    height: 500px;
    padding: 20px;
    overflow: hidden;
  }

  .flex-block-17 {
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  }

  .img-person-elame {
    position: relative;
    inset: auto auto 0%;
    overflow: hidden;
  }

  .button_to_programm {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-dropdown {
    padding-right: 10px;
  }

  .flex-block-23 {
    grid-template-columns: repeat(auto-fit, 200px);
  }

  .frame-2087328066 {
    width: 100%;
  }

  .heading.white {
    font-size: 32px;
    line-height: 36px;
    bottom: 14%;
  }

  .div-block-14 {
    width: 100%;
    top: 72px;
    overflow: visible;
  }

  .image-11 {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    inset: -41px auto 0;
  }

  .div-block-15 {
    height: 320px;
  }

  .heading-copy {
    font-size: 32px;
    line-height: 36px;
    inset: -23px 0% auto;
  }

  .image-12 {
    top: 0;
    overflow: visible;
  }

  .t3-copy.white {
    inset: auto 0% -21%;
  }

  .container_2 {
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .flex-block-26 {
    justify-content: space-between;
    align-items: center;
    bottom: 7%;
  }

  .div-block-16 {
    height: 4px;
  }

  .image-14 {
    top: 4%;
    right: 14%;
  }

  .h2-white-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .flex-block-6_duble {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .nav-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #f2f0eb00;
    border-radius: 0;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 0 4px;
    padding: 8px 0;
    display: flex;
  }

  .nav-menu-2 {
    z-index: 2;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    position: absolute;
    top: 104px;
    left: auto;
    right: auto;
  }

  .navbar-2 {
    filter: drop-shadow(2px 12px 12px #000000b3);
    background-color: #000c;
    flex: none;
    width: auto;
    max-width: 991px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    position: sticky;
  }

  .logo_xk {
    filter: invert();
    width: 100%;
    height: 20px;
  }

  .flex-block-14 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .flex-block-27 {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .link-block-4 {
    width: 40%;
    height: auto;
  }

  .text_button_violet {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-button-2 {
    background-color: #302e38;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #302e38;
  }

  .button_to_form-2 {
    text-decoration: none;
  }

  .flex-block-28 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link {
    background-color: #fff0;
  }

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

  .logo-block {
    width: auto;
    height: 20px;
  }

  .image-1577 {
    width: 16px;
    max-width: none;
    height: 16px;
  }

  .logo_xk-copy {
    filter: invert();
    width: auto;
    height: 30px;
  }

  .link-block-4-copy {
    width: auto;
    height: auto;
  }

  .flex-block-32 {
    flex-flow: row;
  }

  .image-1578 {
    width: auto;
    height: 100%;
  }

  .checkbox_politic_pph.w--redirected-checked {
    border-style: none;
    font-family: Inter, sans-serif;
  }

  .text-span-18 {
    color: #fa722b;
  }

  .link-2 {
    text-decoration: none;
  }

  .text-span-19 {
    color: #fa722b;
  }

  .block-img {
    width: 100%;
    height: 100%;
    position: static;
    bottom: -229px;
    overflow: visible;
  }

  .cookie-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
    left: 8px;
    right: 8px;
  }

  .h3-style-copy {
    font-size: 12px;
  }

  .button-copy {
    text-align: center;
    height: 50px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy.cookie-accept {
    height: 40px;
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 100%;
  }

  .div-block-17 {
    width: 200px;
  }

  .button_to_form-2-copy {
    text-decoration: none;
    display: none;
  }

  .grid-card_5 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    height: auto;
    padding: 20px;
  }

  .grid-card_5.dark-grey {
    height: auto;
    padding: 20px;
  }
}

#w-node-e88fbffe-31c7-4075-f7c4-ef3dd95630fb-9301f0e0, #w-node-_38d8eaab-fb3c-bb38-dbad-81ba8738dbf3-9301f0e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_38d8eaab-fb3c-bb38-dbad-81ba8738dbf3-9301f0e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_38d8eaab-fb3c-bb38-dbad-81ba8738dbf3-9301f0e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_38d8eaab-fb3c-bb38-dbad-81ba8738dbf3-9301f0e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


