

/* Start:/corp_page/output.css?176098340635137*/
@font-face {
  font-family: "MSC";

  font-weight: 300;

  src: url("/corp_page/./fonts/MuseoSansCyrl-300.woff") format("woff");
}

@font-face {
  font-family: "MSC";

  font-weight: 300;

  font-style: italic;

  src: url("/corp_page/./fonts/MuseoSansCyrl-300Italic.ttf") format("woff");
}

@font-face {
  font-family: "MSC";

  font-weight: 500;

  src: url("/corp_page/./fonts/MuseoSansCyrl-500.woff") format("woff");
}

@font-face {
  font-family: "MSC";

  font-weight: 500;

  font-style: italic;

  src: url("/corp_page/./fonts/MuseoSansCyrl-500Italic.woff") format("woff");
}

@font-face {
  font-family: "MSC";

  font-weight: 700;

  src: url("/corp_page/./fonts/MuseoSansCyrl-700.woff") format("woff");
}

@font-face {
  font-family: "MSC";

  font-weight: 900;

  src: url("/corp_page/./fonts/MuseoSansCyrl-900.woff") format("woff");
}

@font-face {
  font-family: "grtsk";

  src: url("/corp_page/./fonts/GrtskGigaLightSlant.ttf") format("woff");
}

@font-face {
  font-family: "zettathin";

  src: url("/corp_page/./fonts/TRYGrtsk-LightZetta-BF6426554c4114f.ttf") format("woff");
}

@font-face {
  font-family: "zetta";

  src: url("/corp_page/./fonts/TRYGrtsk-BoldZetta-BF64265523d2351.ttf") format("woff");
}

@font-face {
  font-family: "giga";

  src: url("/corp_page/./fonts/TRYGrtsk-BoldGigaSlant-BF64265523d7a90.ttf") format("woff");
}

@font-face {
  font-family: "gigabold";

  src: url("/corp_page/./fonts/TRYGrtsk-Bold-BF642655237526d.ttf") format("woff");
}

@font-face {
  font-family: "grtskgigaitalic";

  src: url("/corp_page/./fonts/TRYGrtsk-GigaSlant-BF6426554acf895.ttf") format("woff");
}

@font-face {
  font-family: "grtskgtera";

  src: url("/corp_page/./fonts/TRYGrtsk-SemiBoldTera-BF6426555e75744.ttf") format("woff");
}

@font-face {
  font-family: "dina";

  src: url("/corp_page/./fonts/DinaChaumont-DisplayBold.otf") format("woff");
}

/*
! tailwindcss v3.4.11 | 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
*/

/*vithil*/
main {
  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: MSC, sans-serif;
  /* 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:  ;
}

.container-corp {
  width: 100%;
}

@media (min-width: 460px) {
  .container-corp {
    max-width: 460px;
  }
}

@media (min-width: 640px) {
  .container-corp {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container-corp {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container-corp {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container-corp {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container-corp {
    max-width: 1536px;
  }
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

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

.right-0 {
  right: 0px;
}

.right-\[-30\%\] {
  right: -30%;
}

.top-0 {
  top: 0px;
}

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

.top-\[-30\%\] {
  top: -30%;
}

.top-\[-5\%\] {
  top: -5%;
}

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

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

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

.m-auto {
  margin: auto;
}

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[10svh\] {
  height: 10svh;
}

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

.h-\[160vw\] {
  height: 160vw;
}

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

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

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

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

.h-\[90svh\] {
  height: 90svh;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-32 {
  min-height: 8rem;
}

.min-h-64 {
  min-height: 16rem;
}

.min-h-full {
  min-height: 100%;
}

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

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

.w-\[30\%\] {
  width: 30%;
}

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

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

.w-\[55\%\] {
  width: 55%;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.translate-x-\[-15\%\] {
  --tw-translate-x: -15%;
  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));
}

.translate-y-\[-15\%\] {
  --tw-translate-y: -15%;
  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));
}

.translate-y-full {
  --tw-translate-y: 100%;
  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));
}

.rotate-\[30deg\] {
  --tw-rotate: 30deg;
  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));
}

.transform {
  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));
}

.grid-flow-col {
  grid-auto-flow: column;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2\/5xl {
  border-radius: 20px;
}

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

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

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

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.bg-\[\#D9E3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 227 255 / var(--tw-bg-opacity));
}

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

.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}

.bg-surprise-green {
  --tw-bg-opacity: 1;
  background-color: rgb(40 162 157 / var(--tw-bg-opacity));
}

.bg-surprise-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(241 111 148 / var(--tw-bg-opacity));
}

.bg-surprise-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(236 245 63 / var(--tw-bg-opacity));
}

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

.font-dina {
  font-family: dina, sans-serif;
}

.font-giga {
  font-family: giga, sans-serif;
}

.font-gigabold {
  font-family: gigabold, sans-serif;
}

.font-grtsk {
  font-family: grtsk, sans-serif;
}

.font-grtskgigaitalic {
  font-family: grtskgigaitalic, sans-serif;
}

.font-grtskgtera {
  font-family: grtskgtera, sans-serif;
}

.font-zetta {
  font-family: zetta, sans-serif;
}

.font-zettathin {
  font-family: zettathin, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3\/5xl {
  font-size: 32px;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

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

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

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

.text-base, .text-base a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm, .text-sm p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl, .text-xl p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.text-neutral-600, .text-neutral-600 p {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-black, .text-neutral-600 p.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-surprise-green {
  --tw-text-opacity: 1;
  color: rgb(40 162 157 / var(--tw-text-opacity));
}

.text-surprise-pink {
  --tw-text-opacity: 1;
  color: rgb(241 111 148 / var(--tw-text-opacity));
}

.text-surprise-wave\/25 {
  color: rgb(40 162 157 / 0.25);
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.container-corp {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container-corp {
    width: 540px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .container-corp {
    width: 720px;
  }
}

@media (min-width: 1024px) {
  .container-corp {
    width: 960px;
  }
}

@media (min-width: 1280px) {
  .container-corp {
    width: 1140px;
  }
}

@media (min-width: 1536px) {
  .container-corp {
    width: 1440px;
  }
}

.headline {
  background: linear-gradient(to top right, #fffd00, #adebb3);
}

.custom-double-underline {
  border-bottom: 1.5px solid #28a29d;
}

.custom-double-underline::after {
  margin-top: 3px;
  display: block;
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 1.5px solid #28a29d;
}

.pink-gradient {
  background: rgb(252, 162, 190);
  background: linear-gradient(
    0deg,
    rgba(252, 162, 190, 0.253) 0%,
    rgba(255, 255, 255, 0.3) 24%,
    rgba(255, 255, 255, 0) 70%
  );
}

.green-gradient {
  background: rgb(120, 205, 208);
  background: linear-gradient(
    144deg,
    rgb(120 205 208 / 20%) 0%,
    rgb(120 205 208 / 10%) 65%,
    rgba(120, 205, 208, 0) 100%
  );
}

.question-gradient {
  background: rgb(173, 235, 179);
  background: linear-gradient(
    90deg,
    rgba(173, 235, 179, 1) 0%,
    rgba(255, 253, 0, 1) 78%,
    rgba(255, 255, 255, 1) 100%
  );
}

.white-gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.9) 20%,
    rgba(255, 255, 255, 0.3) 35%,
    rgba(255, 255, 255, 0) 45%
  );
}

.why-us-pink {
  background: rgb(241, 111, 148, 0.3);
  background: linear-gradient(
    357deg,
    rgba(241, 111, 148, 0.45) 0%,
    rgba(255, 255, 255, 1) 90%
  );
}

.why-us-green {
  background: rgb(40, 162, 157, 0.3);
  background: linear-gradient(
    290deg,
    rgba(40, 162, 157, 0.45) 30%,
    rgba(255, 255, 255, 1) 95%
  );
}

.why-us-blue {
  background: rgb(161, 202, 220, 0.3);
  background: linear-gradient(
    180deg,
    rgba(161, 202, 220, 0.45) 50%,
    rgba(255, 255, 255, 1) 90%
  );
}

.why-us-yellow {
  background: rgb(255, 253, 0, 0.3);
  background: linear-gradient(
    120deg,
    rgba(255, 253, 0, 0.45) 30%,
    rgba(255, 255, 255, 1) 90%
  );
}

.hover\:bg-surprise-hover-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 111 108 / var(--tw-bg-opacity));
}

.hover\:bg-surprise-hover-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 133 154 / var(--tw-bg-opacity));
}

.hover\:bg-surprise-hover-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 54 / var(--tw-bg-opacity));
}

.active\:bg-surprise-active-green:active {
  --tw-bg-opacity: 1;
  background-color: rgb(54 154 150 / var(--tw-bg-opacity));
}

.active\:bg-surprise-active-pink:active {
  --tw-bg-opacity: 1;
  background-color: rgb(237 162 178 / var(--tw-bg-opacity));
}

.active\:bg-surprise-active-yellow:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 146 / var(--tw-bg-opacity));
}

@media (min-width: 460px) {
  .xs\:h-\[120vw\] {
    height: 120vw;
  }
}

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

  .sm\:h-\[120vw\] {
    height: 120vw;
  }

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

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

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .md\:m-auto {
    margin: auto;
  }

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

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

  .md\:max-w-none {
    max-width: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:rounded-2\/5xl {
    border-radius: 20px;
  }

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .md\:pt-4 {
    padding-top: 1rem;
  }

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

  .md\:text-3\/5xl {
    font-size: 32px;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

  .md\:text-base, .md\:text-base a {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

@media (min-width: 1024px) {
  .lg\:-right-1\/4 {
    right: -25%;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:top-0 {
    top: 0px;
  }

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

  .lg\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }

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

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

  .lg\:mt-20 {
    margin-top: 5rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-12 {
    height: 3rem;
  }

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

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

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

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    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));
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .lg\:translate-x-\[-10\%\] {
    --tw-translate-x: -10%;
    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));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

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

  .lg\:text-xl , .lg\:text-xl p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:right-\[10\%\] {
    right: 10%;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-32 {
    height: 8rem;
  }

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

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

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:translate-x-\[-15\%\] {
    --tw-translate-x: -15%;
    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));
  }

  .xl\:translate-y-\[-20\%\] {
    --tw-translate-y: -20%;
    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));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:text-3\/5xl {
    font-size: 32px;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:right-\[18\%\] {
    right: 18%;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-\[1000px\] {
    height: 1000px;
  }

  .\32xl\:h-\[450px\] {
    height: 450px;
  }

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

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-\[1536px\] {
    width: 1536px;
  }

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

  .\32xl\:w-\[72px\] {
    width: 72px;
  }

  .\32xl\:translate-x-\[-10\%\] {
    --tw-translate-x: -10%;
    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));
  }

  .\32xl\:translate-y-\[-20\%\] {
    --tw-translate-y: -20%;
    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));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1024px) {
    body {
        zoom: initial !important;
    }
}
.manager-mobile {
    margin-top: -50px;
    width: 100%;
    height: 278px;
    background-image: url(/corp_page/./images/contact.png?v=1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}
a.btn-contact {
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 28px 16px 32px;
	gap: 16px;

	width: 170px;
	height: 48px;

	/* main/pink */
	background: #F16F94;
	border-radius: 8px;

	/* Inside auto layout */
	flex: none;
	order: 2;
	flex-grow: 0;
	z-index: 2;
	
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
}
span.text-circle {
    position: absolute;
    width: 48px;
    font-size: 20px;
    font-family: 'zetta';
	text-align: center;
}


/* End */


/* Start:/local/templates/sobol/components/vak/catalog.section/sbl_section/style.css?17895578741364*/
.catalog-row.catalog-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 32px 20px;
    align-items: stretch;
}

.catalog-row.catalog-grid > .catalog_element {
    display: flex !important;
    flex-direction: column;

    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto;
    margin: 0 !important;
}

.catalog-row.catalog-grid > .catalog_element > .catalog-card {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
}

.catalog-row.catalog-grid .post_element {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.catalog-row.catalog-grid > .ajax-drag,
.catalog-row.catalog-grid > .pagenav {
    grid-column: span 3 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .catalog-row.catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px;
    }

    .catalog-row.catalog-grid > .ajax-drag,
    .catalog-row.catalog-grid > .pagenav {
        grid-column: span 2 !important;
    }
}

/* End */


/* Start:/local/templates/sobol/components/bitrix/catalog.item/sbl_card/style.css?17895579268196*/
.catalog-card {
    display: flex;
    flex-direction: column;

    height: 100%;

    overflow: hidden;
    color: #212121;
    text-decoration: none;
    border: 1px solid var(--bg-light);
    border-radius: 12px;
    background: #F6F6F666;
}

.catalog_element {
    background: #F6F6F666;
}

.catalog-card__image-wrap {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 6 / 4;
    overflow: hidden;
    background: #f6f6f6;
}

.catalog-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.catalog-card:hover .catalog-card__image {
    transform: scale(1.035);
}

.catalog-card__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #979797;
}

.catalog-card__badges {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 9;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;

    max-width: calc(100% - 32px);
    pointer-events: none;
}

.catalog-card__badge {
    --badge-edge-strong: rgba(255, 255, 255, 0.9);
    --badge-edge-medium: rgba(255, 255, 255, 0.5);
    --badge-edge-soft: rgba(255, 255, 255, 0.04);

    position: relative;
    flex: 0 0 32px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;
    padding: 2px;

    box-sizing: border-box;
    overflow: hidden;
    border: 0;
    border-radius: 50%;

    color: #171717;
    background-color: rgba(246, 246, 246, 0.3);

    -webkit-backdrop-filter: blur(7px) saturate(75%) brightness(1.04);
    backdrop-filter: blur(7px) saturate(75%) brightness(1.04);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);

    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;

    isolation: isolate;
}

.catalog-card__badge::before {
    content: "";

    position: absolute;
    inset: 0;

    padding: 1px;
    border-radius: inherit;
    pointer-events: none;

    background: conic-gradient(from 0deg,
            var(--badge-edge-medium) 0deg,
            var(--badge-edge-soft) 55deg,
            var(--badge-edge-medium) 110deg,
            var(--badge-edge-strong) 150deg,
            var(--badge-edge-soft) 215deg,
            var(--badge-edge-medium) 270deg,
            var(--badge-edge-strong) 315deg,
            var(--badge-edge-medium) 360deg);

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;

    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.catalog-card__badge--hit {
    --badge-edge-strong: rgba(255, 210, 229, 0.86);
    --badge-edge-medium: rgba(255, 174, 207, 0.48);
    --badge-edge-soft: rgba(255, 174, 207, 0.03);

    background-color: rgba(255, 121, 170, 0.5);

    -webkit-backdrop-filter: blur(7px) saturate(85%) brightness(0.99);
    backdrop-filter: blur(7px) saturate(85%) brightness(0.99);

    box-shadow: 0 1px 3px rgba(75, 25, 50, 0.07);
}

.catalog-card__badge--new {
    background-color: rgba(246, 246, 246, 0.3);
}

.catalog-card__badge--special {
    --badge-edge-strong: rgba(235, 251, 255, 0.92);
    --badge-edge-medium: rgba(206, 242, 255, 0.56);
    --badge-edge-soft: rgba(206, 242, 255, 0.04);

    flex-basis: auto;
    width: auto;
    min-width: 32px;
    padding: 0 10px;
    gap: 2px;
    border-radius: 999px;

    background-color: rgba(151, 222, 248, 0.58);

    -webkit-backdrop-filter: blur(7px) saturate(85%) brightness(1.02);
    backdrop-filter: blur(7px) saturate(85%) brightness(1.02);

    box-shadow: 0 1px 3px rgba(32, 105, 130, 0.08);
}

.catalog-card__badge-icon {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    width: 10px;
    height: 10px;

    color: #ff79aa;
}

.catalog-card__badge-icon>svg,
.catalog-card__badge-icon>img {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-card__badge-text {
    position: relative;
    z-index: 1;
}

.catalog-card__city {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 9;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;

    height: 20px;
    padding: 0 4px;

    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;

    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.catalog-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;

    padding: 12px 16px 16px;
}

.catalog-card__meta {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.card-reviews {
    display: flex;
    gap: 8px;
}

.catalog-card__rating {
    display: flex;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
}

.catalog-card__reviews {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.catalog-card__cashback {
    grid-column: 2;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 0 12px;
    height: 25px;
    color: var(--black);
    border: 1px solid var(--pink);
    border-radius: 30px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.catalog-card__body-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.catalog-card__title {
    display: -webkit-box;
    margin: 12px 0;
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;

    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.catalog-card__price {
    display: block;
    margin-top: auto;

    font-size: 20px;
    font-weight: 400;
    line-height: 1.16;
}

@media (max-width: 1240px) {
    .catalog-card__cashback {
        font-size: 12px;
        height: 23px;
    }
}

@media (max-width: 1080px) {
    .catalog-card__meta {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .catalog-card__cashback {
        grid-column: 1;
        justify-self: normal;
        padding: 0 4px;
    }

    .catalog-card__body {
        padding: 8px;
    }
}

@media (max-width: 767px) {

    .catalog-card__image-wrap {
        aspect-ratio: 1 / 1;
    }

    .catalog-card__title,
    .catalog-card__price {
        font-size: 14px;
    }

    .catalog-card__title {
        margin: 8px 0;
    }

    .catalog-card__badges {
        top: 8px;
        right: 8px;
        gap: 3px;
        max-width: calc(100% - 16px);
    }

    .catalog-card__badge {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        padding: 1px;
        font-size: 7px;
        font-weight: 500;
    }

    .catalog-card__badge--special {
        flex-basis: auto;
        width: auto;
        min-width: 24px;
        width: 24px;
        padding: 0 7px;
        gap: 3px;
    }

    .catalog-card__badge--special .catalog-card__badge-text {
        display: none;
    }

    .catalog-card__badge-icon {
        width: 11px;
        height: 11px;
    }

    .catalog-card__rating svg {
        width: 12px;
        height: 12px;
        padding-bottom: 2px;
    }

    .catalog-card__cashback {
        font-size: 11px;
        height: 21px;
        gap: 2px;
    }

    .catalog-card__cashback svg {
        height: 13px;
        width: 13px;
    }

    .catalog-card__rating,
    .catalog-card__reviews {
        font-size: 12px;
    }

    .catalog-card__city {
        top: 8px;
        left: 8px;
        font-size: 8px;
    }

    .catalog-card__title {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

}
/* End */


/* Start:/local/templates/sobol/components/bitrix/main.feedback/corp_form/style.min.css?1779873397251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /corp_page/output.css?176098340635137 */
/* /local/templates/sobol/components/vak/catalog.section/sbl_section/style.css?17895578741364 */
/* /local/templates/sobol/components/bitrix/catalog.item/sbl_card/style.css?17895579268196 */
/* /local/templates/sobol/components/bitrix/main.feedback/corp_form/style.min.css?1779873397251 */
