@charset "UTF-8";/*! modern-normalize v3.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/

/**
Add the correct font weight in Chrome and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	border-color: currentcolor;
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
svg {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
:root {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}
:root {
  --white: #ffffff;
  --black: #0b0c0c;
  --gray: rgba(0, 0, 0, 0.3);
  --gray10: #f9f9fa;
  --gray20: #dddddd;
  --gray30: #e3e9ed;
  --gray40: #7a8c97;
  --gray50: #b2b4b2;
  --gray60: rgba(184, 184, 184, 0.47);
  --color10: #f17400;
  --color20: #f13a00;
  --color30: #f1cb00;
  --color40: #006732;
  --color50: #fe3d00;
  --color60: #9cb81c;
  --color70: #46255d;
  --color80: #28343e;
  --color90: #161818;
  --color100: rgba(156, 184, 28, 0.06);
  --color110: #374957;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: '~', sans-serif;
}
.🦄 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.🦄 * {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: none;
}
.🦄 .c {
  overflow: hidden;
}
.🦄 .wrapper {
  box-sizing: content-box;
  max-width: 1216px;
  margin: 0px auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width: 744px) {
  .🦄 .wrapper {
    padding-right: 76px;
    padding-left: 76px;
  }
}
.🦄 a {
  color: var(--black);
  text-decoration: none;
}
.🦄 img,
.🦄 svg {
  display: block;
  width: 100%;
  height: auto;
}
.🦄 .n {
  scrollbar-width: none;
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  align-items: center;
  padding: 4px 0px 28px;
  white-space: nowrap;
}
@media screen and (min-width: 744px) {
  .🦄 .n {
    padding-top: 24px;
  }
}
.🦄 .n a {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  transition: color 200ms;
}
.🦄 .n a:hover {
  color: var(--color20);
}
@media screen and (min-width: 744px) {
  .🦄 .n a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
}
.🦄 .n svg {
  flex: none;
  width: 5px;
  margin: 0px 10px;
}
.🦄 .n span {
  font-size: 14px;
}
.🦄 .logo__wrapper {
  display: flex;
  gap: 19px;
  align-items: center;
  max-width: 825px;
}
@media screen and (min-width: 1200px) and (max-width: 1367px) {
  .🦄 .logo__wrapper {
    position: relative;
    z-index: 1;
  }
}
.🦄 .logo img,
.🦄 .logo svg {
  width: auto;
  max-height: 38px;
}
.🦄 .b-header-block {
  gap: 16px;
  justify-content: flex-start;
  max-width: none;
}
@media screen and (min-width: 1280px) {
  .🦄 .b-header-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 590px;
  }
}
.🦄 .b-header-panel {
  display: flex;
  gap: 16px;
  align-items: center;
}
.🦄 .b-header-panel .b-header-label {
  margin-bottom: 0;
}
.🦄 .b-header-label {
  margin-bottom: 16px;
}
@media screen and (min-width: 744px) {
  .🦄 .b-header-label {
    margin-bottom: 32px;
  }
}
.🦄 .b-header-label span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0px 8px;
  font-size: 16px;
  background-color: var(--color60);
  border-radius: 24px;
}
.🦄 .b-header-status-line {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  color: white;
  white-space: nowrap;
}
.🦄 .b-header-status-line span {
  flex: none;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  animation: color-change-status 2s infinite;
}
.🦄 .b-header-title {
  display: block;
  margin-top: 24px;
  margin-bottom: 2.06rem;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
}
@media screen and (min-width: 1280px) {
  .🦄 .b-header-title {
    margin-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  .🦄 .b-header-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
.🦄 .b-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 93px;
}
@media screen and (max-width: 768px) {
  .🦄 .b-header-wrapper {
    padding-bottom: 40px;
  }
}
.🦄 .h2-text {
  font-size: 24px;
  line-height: 32px;
}
.🦄 .banner-text__desc {
  margin: 24px 0 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .🦄 .banner-text__desc {
    font-size: 18px;
    line-height: 22px;
  }
}
.🦄 .banner-text__date {
  font-weight: 700;
}
.🦄 .banner-text__button {
  cursor: pointer;
  display: inline-block;
  padding: 15px 36px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff !important;
  background-color: #f17400;
  border-radius: 99px;
  transition: background-color 0.3s ease;
}
.🦄 .banner-text__button:hover {
  background-color: #f58f33;
}
.🦄 .banner-back {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% center;
     object-position: 100% center;
}
.🦄 .banner-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0px;
  bottom: 0;
  width: calc(100% - 440px);
  max-width: 817px;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1367px) {
  .🦄 .banner-img {
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .🦄 .banner-img {
    position: static;
    width: 100%;
    height: auto;
    margin-left: -20px;
  }
}
.relevant-style {
  color: #ffffff;
  background-color: #0b0c0c;
}
.relevant-style__wrapper {
  position: relative;
}
.relevant-style__wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -50px;
  right: 0;
  bottom: -50px;
  left: 0;
  background: radial-gradient(37.57% 37.57% at 51.62% 48.3%, rgba(100, 35, 141, 0.9) 0%, rgba(126, 65, 174, 0) 100%);
  background-repeat: no-repeat;
  background-position: 200px 70%;
  background-size: 4000px 4000px;
}
@media screen and (max-width: 575px) {
  .relevant-style__wrapper::after {
    background-position: 0px -330px;
    background-size: 1000px 1000px;
  }
}
.relevant-style__wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -50px;
  right: 0;
  bottom: -50px;
  left: 0;
  background: radial-gradient(37.57% 37.57% at 51.62% 48.3%, rgba(100, 35, 141, 0.9) 0%, rgba(126, 65, 174, 0) 100%);
  background-repeat: no-repeat;
  background-position: -500px 10%;
  background-size: 2000px 2000px;
}
@media screen and (max-width: 575px) {
  .relevant-style__wrapper::before {
    background-position: -470px 0%;
    background-size: 1000px 1000px;
  }
}
.relevant-style .section--img {
  position: relative;
  z-index: 1;
}
.relevant-style .wrapper {
  position: relative;
  z-index: 2;
}
.relevant-style .n a {
  color: #ffffff;
}
.relevant-style .container {
  position: relative;
  z-index: 2;
  box-sizing: content-box;
  max-width: 1216px;
  margin: 0px auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width: 744px) {
  .relevant-style .container {
    padding-right: 76px;
    padding-left: 76px;
  }
}
.relevant-style .hero-logos__cross {
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1977 9.12061L18.2091 1.10926C18.2519 1.06639 18.2519 1.00209 18.2091 0.959218L17.282 0.0321525C17.2391 -0.0107175 17.1748 -0.0107175 17.132 0.0321525L9.12061 8.0435L1.10926 0.0321525C1.06639 -0.0107175 1.00209 -0.0107175 0.959215 0.0321525L0.0321525 0.959218C-0.0107175 1.00209 -0.0107175 1.06639 0.0321525 1.10926L8.04349 9.12061L0.0321525 17.132C-0.0107175 17.1748 -0.0107175 17.2391 0.0321525 17.282L0.959215 18.2091C1.00209 18.2519 1.06639 18.2519 1.10926 18.2091L9.12061 10.1977L17.132 18.2091C17.1748 18.2519 17.2391 18.2519 17.282 18.2091L18.2091 17.282C18.2519 17.2391 18.2519 17.1748 18.2091 17.132L10.1977 9.12061Z' fill='white'/%3E%3C/svg%3E%0A");
}
.relevant-style .participation {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 0;
  background: #28343e;
  border-radius: 44px;
}
.relevant-style .participation::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(37.57% 37.57% at 51.62% 48.3%, #2d7dff 0%, rgba(45, 125, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: center 400px;
  background-size: 1000px 1000px;
}
.relevant-style .participation::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(37.57% 37.57% at 51.62% 48.3%, #2d7dff 0%, rgba(45, 125, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: -600px -870px;
  background-size: 2000px 2000px;
}
.relevant-style .participation__title {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .relevant-style .participation::before {
    background-position: center 650px;
    background-size: 800px 800px;
  }
  .relevant-style .participation::after {
    background-position: -600px -870px;
    background-size: 1400px 1400px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .participation__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.relevant-style .participation__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.relevant-style .participation__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(25% - 6px);
  min-height: 304px;
  padding: 20px 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #0b0c0c;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .participation__item {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 768px) {
  .relevant-style .participation__item {
    flex-direction: row;
    align-items: start;
    width: 100%;
    min-height: 130px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .participation__item {
    min-height: 160px;
  }
}
.relevant-style .participation__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .relevant-style .participation__text {
    max-width: calc(100% - 130px);
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .participation__text {
    max-width: calc(100% - 80px);
    font-size: 18px;
    line-height: 24px;
  }
}
.relevant-style .participation__text ul {
  padding-left: 20px;
}
.relevant-style .participation__img {
  width: 174px;
  height: 132px;
}
@media screen and (max-width: 768px) {
  .relevant-style .participation__img {
    position: absolute;
    right: 16px;
    bottom: 20px;
    width: 130px;
    height: 94px;
  }
}
.relevant-style .participation__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.relevant-style .participation__fond {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 42px 60px;
  background-color: #1a1a1a;
  border-radius: 99px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .participation__fond {
    flex-direction: column;
    padding: 42px 80px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .participation__fond {
    padding: 30px 40px;
    border-radius: 80px;
  }
}
.relevant-style .participation__fond-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .participation__fond-text {
    align-self: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .participation__fond-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .relevant-style .participation__right {
    align-self: flex-end;
  }
}
.relevant-style .participation__price {
  margin-bottom: 8px;
  font-size: 62.98px;
  font-weight: 700;
  line-height: 32px;
  color: #9cb81c;
}
@media screen and (max-width: 1200px) {
  .relevant-style .participation__price {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .participation__price {
    font-size: 40px;
  }
}
.relevant-style .participation__price-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: end;
}
.relevant-style .participation__btn-wrapper {
  text-align: center;
}
.relevant-style .participation__btn {
  cursor: pointer;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 12px 72px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #0b0c0c;
  text-align: center;
  background-color: #fff;
  border-radius: 99px;
  transition: background-color 0.3s ease;
}
.relevant-style .participation__btn:hover {
  background-color: #dcdcdc;
}
@media screen and (max-width: 1200px) {
  .relevant-style .participation__btn {
    width: 100%;
  }
}
.relevant-style .join {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .relevant-style .join {
    padding: 40px 0;
  }
}
.relevant-style .join__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: center;
  justify-content: center;
  max-width: 997px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .relevant-style .join__wrapper {
    grid-template-columns: 140px 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .join__wrapper {
    grid-template-columns: 84px 1fr;
    gap: 16px;
    align-items: start;
    justify-content: start;
  }
}
.relevant-style .join__wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100px;
  left: -260px;
  transform: rotate(-170.18deg);
  width: 880px;
  height: 400px;
  background: radial-gradient(37.57% 37.57% at 51.62% 48.3%, rgba(100, 35, 141, 0.9) 0%, rgba(126, 65, 174, 0) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  .relevant-style .join__wrapper::before {
    top: -50px;
    left: -140px;
    width: 440px;
    height: 200px;
  }
}
.relevant-style .join__img {
  grid-row: 1/3;
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .join__img {
    grid-row: 1/2;
    width: 140px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .join__img {
    width: 84px;
  }
}
.relevant-style .join__img img {
  display: block;
  width: 100%;
  height: auto;
}
.relevant-style .join__title {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .join__title {
    align-self: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .join__title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }
}
.relevant-style .join__subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .join__subtitle {
    grid-column: 1/3;
    align-self: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .join__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.relevant-style .task {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .relevant-style .task {
    padding: 40px 0;
  }
}
.relevant-style .task__wrapper {
  padding: 40px;
  background: linear-gradient(287.66deg, #2a6acd 11.83%, #28343e 87.57%);
  border-radius: 16px;
}
@media screen and (max-width: 575px) {
  .relevant-style .task__wrapper {
    margin: 0 -16px;
    padding: 30px;
  }
}
.relevant-style .task__top {
  position: relative;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .task__top {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .task__top {
    gap: 24px;
  }
}
.relevant-style .task__top::after, .relevant-style .task__top::before {
  content: "";
  position: absolute;
  z-index: 1;
}
.relevant-style .task__top::after {
  top: 140px;
  left: 240px;
  width: 160px;
  height: 55px;
  background-image: url("img/task/line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .relevant-style .task__top::after {
    top: 40px;
    left: 400px;
    transform: rotateX(176deg) rotate(319deg);
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .relevant-style .task__top::after {
    top: 10px;
    left: 260px;
    width: 110px;
  }
}
.relevant-style .task__top::before {
  top: -140px;
  right: -140px;
  width: 279px;
  height: 279px;
  background-image: url("img/task/img.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .relevant-style .task__top::before {
    top: -100px;
    right: -100px;
    width: 157px;
    height: 157px;
  }
}
@media screen and (max-width: 768px) {
  .relevant-style .task__top::before {
    right: -40px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .task__top::before {
    top: -70px;
    right: -10px;
    width: 90px;
    height: 90px;
  }
}
.relevant-style .task__top-title {
  flex: 0 0 382px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .task__top-title {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .relevant-style .task__top-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.relevant-style .task__top-text {
  padding: 24px 130px 24px 24px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: #46255d;
  background-color: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .relevant-style .task__top-text {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .task__top-text {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
.relevant-style .task__box-title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .task__box-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.relevant-style .task__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style-type: none;
}
.relevant-style .task__item {
  display: flex;
  flex: 0 0 calc(33.3333333333% - 24px);
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .task__item {
    flex: 0 0 calc(50% - 24px);
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .task__item {
    flex: 0 0 100%;
    flex-direction: row;
    gap: 16px;
  }
}
.relevant-style .task__item:last-child {
  flex: 1 0 calc(33.3333333333% - 24px);
}
@media screen and (max-width: 1200px) {
  .relevant-style .task__item:last-child {
    flex: 0 0 calc(50% - 24px);
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .task__item:last-child {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1200px) {
  .relevant-style .task__item:first-child {
    flex: 0 0 100%;
  }
}
.relevant-style .task__icon {
  width: 50px;
}
.relevant-style .task__item-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .task__item-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .task__item-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.relevant-style .format {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
  background: #28343e;
  border-radius: 44px;
}
.relevant-style .format::after {
  content: "";

  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: radial-gradient(37.57% 37.57% at 51.62% 48.3%, #2d7dff 0%, rgba(45, 125, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: calc(0% - 360px) 100%;
  background-size: 1100px 1100px;
  transform: rotate(180deg);
}
.relevant-style .format__title {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .relevant-style .format::after {
    background-position: calc(30% - 360px) 140%;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .format__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.relevant-style .format__title + p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 575px) {
  .relevant-style .format__title + p {
    font-size: 16px;
    line-height: 20px;
  }
}
.relevant-style .format__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 40px;
  text-align: left;
}
.relevant-style .format__cards + p {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 575px) {
  .relevant-style .format__cards + p {
    font-size: 16px;
    line-height: 20px;
  }
}
.relevant-style .format__card {
  display: flex;
  align-items: center;
  width: calc(50% - 4px);
  padding: 34px 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #0b0c0c;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .format__card {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .relevant-style .format__card {
    width: 100%;
  }
}
.relevant-style .format__prizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relevant-style .format__prize-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3333333333%;
  max-width: 300px;
}
.relevant-style .format__prize-number {
  max-width: 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .format__prize-number {
    max-width: 90px;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .format__prize-number {
    max-width: 76px;
  }
}
.relevant-style .format__prize-amount {
  font-size: 62.98px;
  font-weight: 700;
  line-height: 62.98px;
}
@media screen and (max-width: 1200px) {
  .relevant-style .format__prize-amount {
    font-size: 32px;
    line-height: normal;
  }
}
@media screen and (max-width: 575px) {
  .relevant-style .format__prize-amount {
    font-size: 20px;
  }
}
.relevant-style .faq {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .relevant-style .faq {
    padding: 40px 0;
  }
}
.relevant-style .faq::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(37.57% 37.57% at 51.62% 48.3%, #2d7dff 0%, rgba(45, 125, 255, 0) 100%);
  background-position: center;
  background-size: 2000px 2000px;
}
@media screen and (max-width: 768px) {
  .relevant-style .faq::after {
    background-size: 1000px 1000px;
  }
}
.relevant-style .faq__title {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .relevant-style .faq__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.relevant-style .faq__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 32px;
  transition: 0.3s ease;
}
.relevant-style .faq__container:has(.active) {
  align-items: start;
}
@media screen and (max-width: 1200px) {
  .relevant-style .faq__container {
    grid-template-columns: 1fr;
  }
}
.relevant-style .faq__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  background-color: #28343e;
  border-radius: 16px;
}
.relevant-style .faq__item:nth-child(1), .relevant-style .faq__item:nth-child(4) {
  background: radial-gradient(20.94% 40.21% at 101.6% 106.01%, #343865 0%, rgba(52, 56, 101, 0) 100%), radial-gradient(66.67% 164.29% at 20.44% 132.3%, #294c7d 0%, #27333d 100%), #28343e;
}
.relevant-style .faq__item:nth-child(2), .relevant-style .faq__item:nth-child(3) {
  background: radial-gradient(43.57% 89% at 91.98% 80.76%, #443e99 0%, rgba(52, 56, 101, 0) 100%), #28343e;
}
@media screen and (max-width: 1200px) {
  .relevant-style .faq__item:nth-child(1), .relevant-style .faq__item:nth-child(3) {
    background: radial-gradient(20.94% 40.21% at 101.6% 106.01%, #343865 0%, rgba(52, 56, 101, 0) 100%), radial-gradient(66.67% 164.29% at 20.44% 132.3%, #294c7d 0%, #27333d 100%), #28343e;
  }
  .relevant-style .faq__item:nth-child(2), .relevant-style .faq__item:nth-child(4) {
    background: radial-gradient(43.57% 89% at 91.98% 80.76%, #443e99 0%, rgba(52, 56, 101, 0) 100%), #28343e;
  }
}
.relevant-style .faq__item.active .faq__toggle svg {
  transform: rotateX(0deg);
}
/* @media screen and (max-width: 1200px) {
  .relevant-style .faq__item.active .faq__toggle svg {
    transform: rotateX(180deg);
  }
} */
.relevant-style .faq__item.active .faq__answer {
  max-height: 1000px;
  margin-top: 24px;
}
/* @media screen and (max-width: 1200px) {
  .relevant-style .faq__item.active .faq__answer {
    max-height: 0;
    margin-top: 0;
  }
} */
.relevant-style .faq__question {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin: auto 0;
}
.relevant-style .faq__question span {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (max-width: 575px) {
  .relevant-style .faq__question span {
    font-size: 18px;
    line-height: 24px;
  }
}
.relevant-style .faq__toggle {
  cursor: pointer;
  display: flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
.relevant-style .faq__toggle svg {
  transform: rotateX(180deg);
  width: 12px;
  transition: 0.3s ease;
}
/* @media screen and (max-width: 1200px) {
  .relevant-style .faq__toggle svg {
    transform: rotateX(0deg);
  }
} */
.relevant-style .faq__answer {
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}
/* @media screen and (max-width: 1200px) {
  .relevant-style .faq__answer {
    max-height: 1000px;
    margin-top: 24px;
  }
} */
@media screen and (max-width: 575px) {
  .relevant-style .faq__answer {
    font-size: 16px;
    line-height: 20px;
  }
}
.relevant-style .faq__btn-wrapper {
  text-align: center;
}
.relevant-style .faq__btn {
  cursor: pointer;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 12px 72px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #0b0c0c;
  text-align: center;
  background-color: #fff;
  border-radius: 99px;
  transition: background-color 0.3s ease;
}
.relevant-style .faq__btn:hover {
  background-color: #dcdcdc;
}
@media screen and (max-width: 1200px) {
  .relevant-style .faq__btn {
    width: 100%;
  }
}

.b-order {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(0 0 0 / 70%);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
  padding: 16px;
}

.b-order:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.b-order-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  max-width: 1072px;
  width: 100%;
}

.b-order-content {
  padding: 48px 32px;
  border-radius: 24px;
  background-color: var(--white);
}

.b-order-close {
  position: absolute;
  top: 34px;
  right: 24px;
  width: 24px;
  color: var(--color70);
  transition: color 0.2s;
  cursor: pointer;
}

.b-order-close:hover {
  color: var(--color10);
}

.b-order-title {
  color: var(--grey-50, #28343E);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 32px;
  padding-right: 40px;
}

.b-order-description {
  color:  #0B0C0C;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 32px;
  padding-right: 40px;
}

@media screen and (max-width: 1220px) {
  .b-order-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 32px;
    padding-right: 16px;
  }
}

.b-order-progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 280px;
  flex: none;
}

.b-order-line {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  gap: 8px;
}

.b-order-line-num {
  width: 12px;
  flex: none;
  color: var(--grey-30, #7A8C97);
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.b-order-line-check {
  width: 12px;
  flex: none;
}

.b-order-line:not(.done) .b-order-line-check {
  display: none;
}

.b-order-line-value {
  flex: 1;
  color: var(--grey-60, #0B0C0C);
  font-size: 16px;
  line-height: 24px;
}

.b-order-block {
  display: flex;
  gap: 32px;
}

.b-order-forms {
  flex: 1;
}

.b-order-line.active {
  background: var(--green-10, #9CB81C);
}

.b-order-line.active .b-order-line-value {
  color: #fff;
}

.b-order-line.active .b-order-line-num {
  color: #fff;
}

.b-order-line.done .b-order-line-num {
  display: none;
}

.b-order-line.done .b-order-line-value {
  color: #9CB81C;
}

.b-order-worn {
  display: flex;
  align-items: center;
  color: var(--green-20, #006732);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 16px;
  gap: 8px;
}

.b-order-worn svg {
  width: 24px;
  height: auto;
  flex: none;
}

.b-order-form-title {
  color: var(--grey-50, #28343E);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}

.b-order-form-text {
  color: var(--grey-60, #0B0C0C);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.b-reg-field {
  position: relative;
  flex: 1;
}

.b-order-form__input-counter {
  max-width: 176px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  height: 48px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid var(--gray30);
  transition: border 200ms;
}

.b-order-form__input-counter input {
  height: 48px;
  font-size: 16px;
  user-select: none;
}

.b-order__input-counter-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.b-order__input-counter-minus {
  border-right: 1px solid #E3E9ED;
}

.b-order__input-counter-button::before {
  position: absolute;
  border-radius: 1px;
  background-color: #374957;
  width: 14px;
  height: 2px;
  content: "";
  display: block;
  transition: .3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-order__input-counter-plus::after {
  position: absolute;
  border-radius: 1px;
  background-color: #374957;
  width: 2px;
  height: 14px;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.b-order__input-counter-button:hover::before,
.b-order__input-counter-button:hover::after {
  background-color: #9CB81C;
}

.b-order-form__input-counter input::-webkit-outer-spin-button,
.b-order-form__input-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.b-order-form__input-counter input[type=number] {
  -moz-appearance: textfield;
}

.b-order-subtitle.green {
  display: flex;
  align-items: center;
  gap: 8px;
}

.b-order-subtitle.green svg {
  height: 24px;
  width: 24px;
  min-width: 24px;
}

.b-order-subtitle.green span{
  font-size: 16px;
  line-height: 22px;
  color:#209F6D;
  font-weight:400;
}

.input-subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #B2B4B2;
  margin: 24px 0 8px;
}

.b-order-politic {
  margin-top: 10px;
}

.b-order-politic label {
  width: 100%;
  max-width: none !important;
  margin-left: auto;
  display: flex;
}

.b-order-button button {
  margin-left: 0 !important;
  gap: 8px;
}

.b-order-forms-result .b-order-button a {
  margin: auto;
}

.m-send-title + p {
  font-size: 20px;
  text-align: center;
  margin-top: 16px;
}

.buttons {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
}

.🦄 .b-order-button--white button {
  background-color: white;
  color: rgb(70, 37, 93);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(70, 37, 93);
  border-image: initial;
  padding: 12px 24px;
}

.🦄 .b-order-button--white button:hover {
  background-color: rgb(220, 220, 220) !important;
}

img[src*="adservings.ru"] {
  display: none !important;
}

@keyframes color-change-status {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #9cb81c;
  }
  100% {
    background-color: #fff;
  }
}

.relevant-style .faq__column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.relevant-style .faq__item:first-child {
  min-height: 144px;
}

.relevant-style .faq__item:last-child {
  min-height: 112px;
}