

/* Start:/ru/actions/oladiecrush/output.css?175687095024950*/
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

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

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[24px\] {
  bottom: 24px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[-42\.5px\] {
  left: -42.5px;
}

.right-0 {
  right: 0px;
}

.right-\[10px\] {
  right: 10px;
}

.right-\[28px\] {
  right: 28px;
}

.top-0 {
  top: 0px;
}

.top-\[-38px\] {
  top: -38px;
}

.top-\[-400px\] {
  top: -400px;
}

.top-\[-48px\] {
  top: -48px;
}

.top-\[-\[24px\]1px\] {
  top: -[24px]1px;
}

.top-\[28px\] {
  top: 28px;
}

.top-\[52px\] {
  top: 52px;
}

.left-\[-40px\] {
  left: -40px;
}

.top-\[-148px\] {
  top: -148px;
}

.left-\[239\.2px\] {
  left: 239.2px;
}

.top-\[217\.52px\] {
  top: 217.52px;
}

.left-\[137\.82px\] {
  left: 137.82px;
}

.left-\[149\.03px\] {
  left: 149.03px;
}

.left-\[15px\] {
  left: 15px;
}

.left-\[240\.66px\] {
  left: 240.66px;
}

.left-\[27\.18px\] {
  left: 27.18px;
}

.left-\[285\.5px\] {
  left: 285.5px;
}

.left-\[46\.68px\] {
  left: 46.68px;
}

.top-\[112\.24px\] {
  top: 112.24px;
}

.top-\[137\.1px\] {
  top: 137.1px;
}

.top-\[191\.68px\] {
  top: 191.68px;
}

.top-\[206\.79px\] {
  top: 206.79px;
}

.top-\[63\.99px\] {
  top: 63.99px;
}

.top-\[69\.84px\] {
  top: 69.84px;
}

.top-\[78\.61px\] {
  top: 78.61px;
}

.right-\[60px\] {
  right: 60px;
}

.right-\[61px\] {
  right: 61px;
}

.bottom-\[217\.52px\] {
  bottom: 217.52px;
}

.bottom-\[240\.79px\] {
  bottom: 240.79px;
}

.top-1\/2 {
  top: 50%;
}

.right-\[15px\] {
  right: 15px;
}

.left-\[494px\] {
  left: 494px;
}

.top-\[-80px\] {
  top: -80px;
}

.left-\[974\.5px\] {
  left: 974.5px;
}

.top-\[-228\.14px\] {
  top: -228.14px;
}

.top-\[-694px\] {
  top: -694px;
}

.top-\[-61px\] {
  top: -61px;
}

.top-\[-1180px\] {
  top: -1180px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-\[24px\] {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[120px\] {
  margin-bottom: 120px;
}

.mb-\[128px\] {
  margin-bottom: 128px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[238px\] {
  margin-bottom: 238px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[34px\] {
  margin-bottom: 34px;
}

.mb-\[36px\] {
  margin-bottom: 36px;
}

.mb-\[382px\] {
  margin-bottom: 382px;
}

.mb-\[38px\] {
  margin-bottom: 38px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[46px\] {
  margin-bottom: 46px;
}

.mb-\[52px\] {
  margin-bottom: 52px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[62px\] {
  margin-bottom: 62px;
}

.mb-\[70px\] {
  margin-bottom: 70px;
}

.ml-\[-120px\] {
  margin-left: -120px;
}

.ml-\[-125px\] {
  margin-left: -125px;
}

.ml-\[-170px\] {
  margin-left: -170px;
}

.ml-\[15px\] {
  margin-left: 15px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-\[126px\] {
  margin-top: 126px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.ml-\[-100px\] {
  margin-left: -100px;
}

.ml-\[-200px\] {
  margin-left: -200px;
}

.ml-\[-300px\] {
  margin-left: -300px;
}

.ml-\[-91px\] {
  margin-left: -91px;
}

.ml-\[-435px\] {
  margin-left: -435px;
}

.ml-\[-900px\] {
  margin-left: -900px;
}

.ml-\[-1387px\] {
  margin-left: -1387px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-12 {
  height: 3rem;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[430px\] {
  height: 430px;
}

.h-\[870px\] {
  height: 870px;
}

.h-\[1600px\] {
  height: 1600px;
}

.h-\[1800px\] {
  height: 1800px;
}

.h-\[1200px\] {
  height: 1200px;
}

.h-\[2774px\] {
  height: 2774px;
}

.h-\[2272px\] {
  height: 2272px;
}

.w-\[1200px\] {
  width: 1200px;
}

.w-\[159px\] {
  width: 159px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[197px\] {
  width: 197px;
}

.w-\[208px\] {
  width: 208px;
}

.w-\[214px\] {
  width: 214px;
}

.w-\[215px\] {
  width: 215px;
}

.w-\[230px\] {
  width: 230px;
}

.w-\[240px\] {
  width: 240px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[290px\] {
  width: 290px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[380px\] {
  width: 380px;
}

.w-\[397px\] {
  width: 397px;
}

.w-\[407px\] {
  width: 407px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[482px\] {
  width: 482px;
}

.w-\[52px\] {
  width: 52px;
}

.w-\[540px\] {
  width: 540px;
}

.w-\[585px\] {
  width: 585px;
}

.w-\[700px\] {
  width: 700px;
}

.w-\[752px\] {
  width: 752px;
}

.w-full {
  width: 100%;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[400px\] {
  width: 400px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[500px\] {
  width: 500px;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[430px\] {
  width: 430px;
}

.w-\[870px\] {
  width: 870px;
}

.w-\[1600px\] {
  width: 1600px;
}

.w-\[1800px\] {
  width: 1800px;
}

.w-\[2774px\] {
  width: 2774px;
}

.w-\[2272px\] {
  width: 2272px;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[8px\] {
  gap: 8px;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[13px\] {
  border-radius: 13px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-b-\[6px\] {
  border-bottom-width: 6px;
}

.border-\[\#126C2C\] {
  --tw-border-opacity: 1;
  border-color: rgb(18 108 44 / var(--tw-border-opacity));
}

.border-\[\#520C64\] {
  --tw-border-opacity: 1;
  border-color: rgb(82 12 100 / var(--tw-border-opacity));
}

.bg-\[\#27303E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 48 62 / var(--tw-bg-opacity));
}

.bg-\[\#2F88F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 136 240 / var(--tw-bg-opacity));
}

.bg-\[\#D9F7F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 247 240 / var(--tw-bg-opacity));
}

.bg-\[\#EEE7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 231 255 / var(--tw-bg-opacity));
}

.bg-\[\#F4F6F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 248 / var(--tw-bg-opacity));
}

.bg-\[\#F5D470\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 212 112 / var(--tw-bg-opacity));
}

.bg-\[\#FEFAEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 238 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#F2C94C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 201 76 / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[\#5ED27E\] {
  --tw-gradient-from: #5ED27E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 210 126 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#BB5ED2\] {
  --tw-gradient-from: #BB5ED2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 94 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#47B566\] {
  --tw-gradient-to: #47B566 var(--tw-gradient-to-position);
}

.to-\[\#9F47B5\] {
  --tw-gradient-to: #9F47B5 var(--tw-gradient-to-position);
}

.p-0 {
  padding: 0px;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[24px\] {
  padding: 24px;
}

.p-\[28px\] {
  padding: 28px;
}

.p-\[40px\] {
  padding: 40px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[51px\] {
  padding-bottom: 51px;
}

.pb-\[75px\] {
  padding-bottom: 75px;
}

.pl-\[56px\] {
  padding-left: 56px;
}

.pt-\[104px\] {
  padding-top: 104px;
}

.pt-\[190px\] {
  padding-top: 190px;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

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

.text-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[37px\] {
  font-size: 37px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[42px\] {
  font-size: 42px;
}

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[19\.2px\] {
  line-height: 19.2px;
}

.leading-\[19\.6px\] {
  line-height: 19.6px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21\.6px\] {
  line-height: 21.6px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[25\.2px\] {
  line-height: 25.2px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[28\.8px\] {
  line-height: 28.8px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[33\.6px\] {
  line-height: 33.6px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[42px\] {
  line-height: 42px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-\[52px\] {
  line-height: 52px;
}

.text-\[\#161C26\] {
  --tw-text-opacity: 1;
  color: rgb(22 28 38 / var(--tw-text-opacity));
}

.text-\[\#1E2632\] {
  --tw-text-opacity: 1;
  color: rgb(30 38 50 / var(--tw-text-opacity));
}

.text-\[\#27303E\] {
  --tw-text-opacity: 1;
  color: rgb(39 48 62 / var(--tw-text-opacity));
}

.text-\[\#2F88F0\] {
  --tw-text-opacity: 1;
  color: rgb(47 136 240 / var(--tw-text-opacity));
}

.text-\[\#3D4756\] {
  --tw-text-opacity: 1;
  color: rgb(61 71 86 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.shadow-\[0_4px_12px_0_rgba\(39\2c 48\2c 62\2c 0\.15\)\] {
  --tw-shadow: 0 4px 12px 0 rgba(39,48,62,0.15);
  --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_10px_2px_rgba\(18\2c 108\2c 44\2c 0\.4\)\] {
  --tw-shadow: 0 8px 10px 2px rgba(18,108,44,0.4);
  --tw-shadow-colored: 0 8px 10px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_10px_2px_rgba\(82\2c 12\2c 100\2c 0\.4\)\] {
  --tw-shadow: 0 8px 10px 2px rgba(82,12,100,0.4);
  --tw-shadow-colored: 0 8px 10px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.hover\:after\:opacity-100:hover::after {
  content: var(--tw-content);
  opacity: 1;
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }
}
/* End */
/* /ru/actions/oladiecrush/output.css?175687095024950 */
