/*Компоненты tailwind, их менять строго не рекомендуется*/

/*! tailwindcss v3.4.3 | 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: currentColor;
  /* 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:  ;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

.left-\[0\] {
  left: 0;
}

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

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

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

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

.left-\[2\%\] {
  left: 2%;
}

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

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

.left-\[50\%\] {
  left: 50%;
}

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

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

.right-\[0\] {
  right: 0;
}

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

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

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

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

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

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

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

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

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

.top-\[0\] {
  top: 0;
}

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

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

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

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

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

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

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

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

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

.z-\[1\] {
  z-index: 1;
}

.z-\[3\] {
  z-index: 3;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-end-4 {
  grid-column-end: 4;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-end-3 {
  grid-row-end: 3;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-\[22px\] {
  margin-right: 22px;
}

.mr-\[6px\] {
  margin-right: 6px;
}

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

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

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

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

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

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

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

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

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

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

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

.h-\[54vh\] {
  height: 54vh;
}

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

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

.h-\[80vh\] {
  height: 80vh;
}

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

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

.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[80vw\] {
  width: 80vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

.grid-cols-\[1fr_3fr\] {
  grid-template-columns: 1fr 3fr;
}

.grid-cols-\[32\%_auto\] {
  grid-template-columns: 32% auto;
}

.grid-cols-\[3fr_1fr\] {
  grid-template-columns: 3fr 1fr;
}

.grid-cols-\[70\%_30\%\] {
  grid-template-columns: 70% 30%;
}

.grid-cols-\[auto\] {
  grid-template-columns: auto;
}

.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}

.grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}

.grid-rows-\[auto_auto_auto\] {
  grid-template-rows: auto auto auto;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-\[2vw\] {
  gap: 2vw;
}

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

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

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

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

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

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

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

.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

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

.gap-y-\[12px\] {
  row-gap: 12px;
}

.gap-y-\[32px\] {
  row-gap: 32px;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.text-ellipsis {
  text-overflow: ellipsis;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[100\%\] {
  border-radius: 100%;
}

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

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

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

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

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

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

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

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

.rounded-b-\[24px\] {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-darkBlueColor\/\[\.16\] {
  border-color: rgb(42 50 66 / .16);
}

.border-darkBlueColor\/\[0\.16\] {
  border-color: rgb(42 50 66 / 0.16);
}

.border-darkBlueColor\/\[0\.32\] {
  border-color: rgb(42 50 66 / 0.32);
}

.border-darkBlueColor\/\[0\.3\] {
  border-color: rgb(42 50 66 / 0.3);
}

.border-greyBackground\/\[\.16\] {
  border-color: rgb(153 157 165 / .16);
}

.border-lightBgColor {
  --tw-border-opacity: 1;
  border-color: rgb(240 244 252 / var(--tw-border-opacity));
}

.border-redColor {
  --tw-border-opacity: 1;
  border-color: rgb(221 96 96 / var(--tw-border-opacity));
}

.border-white\/\[\.16\] {
  border-color: rgb(255 255 255 / .16);
}

.bg-\[\#123376\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 51 118 / var(--tw-bg-opacity));
}

.bg-black\/\[0\.2\] {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/\[0\.7\] {
  background-color: rgb(0 0 0 / 0.7);
}

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

.bg-blueColor\/\[\.12\] {
  background-color: rgb(44 115 255 / .12);
}

.bg-darkBlueColor {
  --tw-bg-opacity: 1;
  background-color: rgb(42 50 66 / var(--tw-bg-opacity));
}

.bg-greenColor {
  --tw-bg-opacity: 1;
  background-color: rgb(66 185 46 / var(--tw-bg-opacity));
}

.bg-greenColor\/\[0\.12\] {
  background-color: rgb(66 185 46 / 0.12);
}

.bg-greyBackground\/\[\.16\] {
  background-color: rgb(153 157 165 / .16);
}

.bg-lightBgColor {
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 252 / var(--tw-bg-opacity));
}

.bg-mainBlueColor {
  --tw-bg-opacity: 1;
  background-color: rgb(18 51 118 / var(--tw-bg-opacity));
}

.bg-mainBlueColor\/\[\.35\] {
  background-color: rgb(18 51 118 / .35);
}

.bg-mainBlueColor\/\[0\.12\] {
  background-color: rgb(18 51 118 / 0.12);
}

.bg-redColor {
  --tw-bg-opacity: 1;
  background-color: rgb(221 96 96 / var(--tw-bg-opacity));
}

.bg-redColor\/\[0\.12\] {
  background-color: rgb(221 96 96 / 0.12);
}

.bg-redColor\/\[0\.3\] {
  background-color: rgb(221 96 96 / 0.3);
}

.bg-transparent {
  background-color: #00000000;
}

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

.bg-yellowColor\/\[0\.12\] {
  background-color: rgb(255 190 63 / 0.12);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pl-\[0px\] {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-\[14px\] {
  padding-right: 14px;
}

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

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

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

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

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

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

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

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

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

.text-\[10vw\] {
  font-size: 10vw;
}

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

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

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

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

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

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

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

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

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

.font-normal {
  font-weight: 400;
}

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

.leading-\[133\%\] {
  line-height: 133%;
}

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

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

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[24\] {
  color: 24;
}

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

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

.text-darkBlueColor {
  --tw-text-opacity: 1;
  color: rgb(42 50 66 / var(--tw-text-opacity));
}

.text-darkBlueColor\/\[\.0\] {
  color: rgb(42 50 66 / .0);
}

.text-darkBlueColor\/\[\.16\] {
  color: rgb(42 50 66 / .16);
}

.text-darkBlueColor\/\[\.48\] {
  color: rgb(42 50 66 / .48);
}

.text-darkBlueColor\/\[\.64\] {
  color: rgb(42 50 66 / .64);
}

.text-darkBlueColor\/\[0\.32\] {
  color: rgb(42 50 66 / 0.32);
}

.text-darkBlueColor\/\[0\.64\] {
  color: rgb(42 50 66 / 0.64);
}

.text-greenColor {
  --tw-text-opacity: 1;
  color: rgb(66 185 46 / var(--tw-text-opacity));
}

.text-lightBgColor\/\[\.32\] {
  color: rgb(240 244 252 / .32);
}

.text-lightGreyTextColor {
  color: #ffffff7a;
}

.text-mainBlueColor {
  --tw-text-opacity: 1;
  color: rgb(18 51 118 / var(--tw-text-opacity));
}

.text-mainBlueColor\/\[0\.64\] {
  color: rgb(18 51 118 / 0.64);
}

.text-redColor {
  --tw-text-opacity: 1;
  color: rgb(221 96 96 / var(--tw-text-opacity));
}

.text-transparent {
  color: #00000000;
}

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

.text-white\/\[\.6\] {
  color: rgb(255 255 255 / .6);
}

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

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

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

.opacity-70 {
  opacity: 0.7;
}

.shadow-\[0_0_60px_-15px_rgba\(42\2c 50\2c 66\2c 0\.3\)\] {
  --tw-shadow: 0 0 60px -15px rgba(42,50,66,0.3);
  --tw-shadow-colored: 0 0 60px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*Стили для основного документа, трогать не нужно (кроме font-family, его менять можно)*/

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Golos text', 'Arial', sans-serif;
  font-size: 16px;
  background-color: #F0F4FC;
  line-height: 1.5;
  scroll-behavior: smooth;
}

/*Подключение шрифтов*/

@font-face {
  font-family: 'Golos text';

  src: url('./assets/fonts/GolosText-Regular.woff2') format("woff2");

  font-weight: 400;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Golos text';

  src: url('./assets/fonts/GolosText-SemiBold.woff2') format("woff2");

  font-weight: 600;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Golos text';

  src: url('./assets/fonts/GolosText-Bold.woff2') format("woff2");

  font-weight: 700;

  font-display: swap;

  font-style: normal;
}

/*Всё, что нельзя написать на tailwind*/

li {
  list-style: none;
}

.more-button {
  cursor: pointer;
  display: inline-block;
}

.more-arrow {
  transform: rotate(initial);
  transition: all 0.3s ease-in-out;
}

.more-button--active {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}

.debt-description {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.debt-description--active {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@keyframes debtDescription {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}

.content-debt--hidden {
  display: none;
}

.control__mark {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #123376;
  background: none;
  border-radius: 6px;
  left: 0;
}

.control__input[type='checkbox']:checked+.control__mark::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-image: url('assets/images/tick-checked.svg');
  background-color: #123376;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
}

.control__mark--rounded {
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: initial;
}

.control__input[type='radio']:checked+.control__mark::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #123376;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}

/*Хлебные крошки*/

.breadcrumbs__list li:not(:last-child) {
  color: #2A3242;
  opacity: 0.48;
}

/*Полноэкранный просмотр фото*/

.full-view {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100vw;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image__fullview {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 500px) {
  .image__fullview {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.full-view span {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 23px;
  height: 23px;
  background-image: url('assets/icons/close_with_border.svg');
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (orientation: landscape) {
  .full-view span {
    top: 60px;
    right: 60px;
  }

  .buttons__wrapper {
    bottom: 200px;
  }
}

.full-view__inner {
  width: 100%;
  height: 600px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.full-view__outer {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 1);
}

.images__list img {
  border-radius: 12px;
}

/*hero блок*/

.hero-section {
  background: url('./assets/images/hero_background/bottom.png') bottom no-repeat, url('./assets/images/hero_background/left.png') left no-repeat, url('./assets/images/hero_background/right.png') top right no-repeat;
  background-repeat: no-repeat;
}

@media (max-width: 423px) {
  .hero-section {
    background: url('./assets/images/hero_background/left.png') top 30px left / 20% no-repeat, url('./assets/images/hero_background/right.png') top 10px right / 20% no-repeat;
  }
}

/*Класс для скрытия элементов*/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.circle {
  border-radius: 50%;
  background-color: transparent;
}

.line {
  position: absolute;
  border-radius: 50%;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  animation: spin 1s linear infinite;
  top: 0;
}

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

/*кнопки в просмотре фотографий штрафов*/

.gallery__button {
  border-radius: 100%;
  border: 1px solid #ffffff;
}

.button--left {
  background-image: url('assets/icons/arrow-left.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.button--right {
  background-image: url('assets/icons/arrow-right.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.buttons__wrapper {
  position: absolute;
  bottom: -90px;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/*стили для текстовых страниц*/

.text-page>p>ol>li {
  position: relative;
  padding-left: 24px;
  counter-increment: number;
}

.text-page>p>ol>li::before {
  content: counter(number) '.';
  position: absolute;
  left: 0px;
}

.text-page>p>ol>li>ul>li>p {
  position: relative;
  padding-left: 24px;
}

.text-page>p>ol>li>ul>li>p::before {
  content: "\2022";
  position: absolute;
  left: 0px;
}

.text-page p strong {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  display: block;
}

@media (max-width: 767px) {
  .text-page p strong {
    font-size: 24px;
  }
}

.text-page>p>p>span>strong {
  margin-top: 20px;
  font-size: 24px;
}

.text-page>p>p>span>span>strong {
  margin-top: 20px;
  font-size: 24px;
}

.text-page>p>h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

@media (max-width: 500px) {
  .text-page p strong {
    text-align: left;
    font-size: 16px;
  }

  .text-page>p>p>span>strong {
    font-size: 16px;
  }

  .text-page>p>p>span>span>strong {
    font-size: 16px;
  }

  .text-page>p>h3 {
    font-size: 16px;
  }
}

/*внутренняя тень для блока поиска (вместо border)*/

.inner-shadow:focus {
  box-shadow: inset 0 0 0 2px #2A3242;
}

/*ховер якорных линков*/

.nav-long:hover {
  text-shadow: 0px 0px 1px black
}

/*sticky footer*/

.body__wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* @media (max-width : 767px) {
    .body__wrapper {

        position: absolute;
        display: none;
    }

} */

.body__header,
.body__footer {
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 1;
  transition: 0.3s;
}

.page-body {
  flex-grow: 1;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

/* placeholder для мобилки */

/* .mobile-placeholder {
    display: none;
}

@media (max-width : 767px) {
    .mobile-placeholder {
        display: flex;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        right: 0;
        background-color: #f0f4fc;
        z-index: 10;
        background: url('./assets/images/hero_background/bottom.png') bottom no-repeat, url('./assets/images/hero_background/left.png') left no-repeat, url('./assets/images/hero_background/right.png') top right no-repeat;
        background-repeat: no-repeat;
    }
} */

/*Скидка*/

.discount {
  display: block;
  font-size: 16px;
  color: #ffffff;
  background-color: #42b92e;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
  width: -moz-fit-content;
  width: fit-content;
}

/*Блок с приложением*/

.mobile-add__text-wrapper {
  display: block;
  padding: 0;
}

@media (max-width: 499px) {
  .mobile-add__text-wrapper {
    display: none;
  }
}

.mobile-adds {
  display: flex;
}

@media (max-width: 499px) {
  .mobile-adds {
    display: none;
  }
}

.mobile-adds--circled {
  display: none;
}

@media (max-width: 499px) {
  .mobile-adds--circled {
    display: block;
  }
}

/*Поиск*/

.search__inputs {
  display: flex;
}

@media (max-width: 499px) {
  .search__inputs {
    flex-wrap: wrap;
  }
}

.search__fields {
  display: flex;
}

@media (max-width: 499px) {
  .search__fields {
    flex-wrap: wrap;
  }
}

.search__button {
  min-width: 60px;
}

.search__button span {
  display: none;
}

@media (max-width: 499px) {
  .search__button {
    width: 100%;
    display: flex;
    color: #ffffff;
    font-weight: 600;
    font-family: inherit;
    justify-content: center;
  }

  .search__button span {
    display: inline;
  }
}

.search__category-button {
  padding: 20px;
}

@media (max-width: 767px) {
  .search__category-button {
    padding: 16px;
  }
}

/*карточка задолженностей*/

.details-card__title-wrapper {
  display: flex;
  flex-direction: row;
  padding-left: 40px;
}

@media (max-width: 600px) {
  .details-card__title-wrapper {
    flex-direction: column;
    padding-left: 0px;
  }

  .details-card__description {
    padding-left: 40px;
  }

  .details-card__icon {
    margin-bottom: 16px;
  }

  .debt-card__checkbox {
    top: 49px;
  }
}

/*Карточка выбора оплаты*/

@media (max-width: 767px) {
  .payment-card--closed {
    display: none;
  }

  .payment-card--opened {
    position: fixed;
    width: 100%;
    bottom: 0;
    animation: 300ms ease-in-out showModal;
    overflow-y: auto;
  }

  .payment-card--closedbg {
    display: none;
  }

  .payment-card--openedbg {
    position: fixed;
    opacity: 100%;
    bottom: 0;
    animation: 300ms ease-in-out showBg;
  }
}

@media (min-width: 768px) {
  .payment-card--closedbg {
    display: none;
  }
}

@keyframes showModal {
  from {
    bottom: -65vh;
  }

  to {
    bottom: 0;
  }
}

@keyframes showBg {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}

.body__black {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.details-card--opened {
  opacity: 0.05;
}

/*Кнопка хедера*/

.header__button {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header__button-image {
  display: none;
}

.debt-pay-title {
  word-break: break-word;
}

/*Экран регистрации и логина*/

.login-reg {
  background: url('./assets/images/hero_background/bottom.png') bottom no-repeat, url('./assets/images/hero_background/left.png') left no-repeat, url('./assets/images/hero_background/right.png') top right no-repeat;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/*Меню навигации по профилю*/

@media (max-width: 1097px) {
  .profile__menu--hidden {
    display: none;
  }

  .profile__menu--shown {
    position: fixed;
    z-index: 10;
    height: 500vh;
    left: 0;
    top: 0;
  }
}

/*Основная навигация по сайту*/

.main__nav {
  display: flex;
}

@media (max-width: 1097px) {
  .main__nav {
    display: block;
  }

  .main__nav--hidden {
    display: none;
  }

  .main__nav--shown {
    background: #2A3242;
    padding: 32px;
    position: fixed;
    z-index: 10;
    height: 100vh;
    left: 0;
    top: 0;
  }

  .main-nav__modal--closedbg {
    display: none;
  }

  .main-nav__modal--openedbg {
    position: fixed;
    opacity: 100%;
    bottom: 0;
    animation: 300ms ease-in-out showBg;
  }

  .nav__list {
    flex-direction: column;
    gap: 24px;
    opacity: 1;
    transition: 0.3s;
  }
}

@media (min-width: 1097px) {
  .main-nav__modal {
    display: none;
  }

  .main-nav__modal--closedbg {
    display: none;
  }
}

/*Статьи*/

.first-article {
  grid-column: span 2;
}

/*Попап смены пароля*/

.change-password--hidden {
  display: none;
}

.changе-password--shown {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.change-password__modal--closedbg {
  display: none;
}

.change-password__modal--openedbg {
  position: fixed;
  opacity: 100%;
  bottom: 0;
  animation: 300ms ease-in-out showBg;
}

/*Попап выход из аккаунта*/

.logout--hidden {
  display: none;
}

.logout--shown {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

/*Попап выход из аккаунта*/

.confirm-popup--hidden {
  display: none;
}

.delete-account--hidden {
  display: none;
}

.delete-account--shown {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.add-requisite {
  padding: 100vw;
  background-color: #2a324221;
}

.add-requisite--hidden {
  display: none;
}

.add-requisite--shown {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.edit-requisite--hidden {
  display: none;
}

.edit-requisite--shown {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.edit__modal-requisite--shown {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.edit-requisite {
  width: 100%;
  max-width: 50vw;
}

@media (max-width: 768px) {
  .edit-requisite {
    width: 100%;
    max-width: 80vw;
  }
}

.delete-requisite {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.confirm-popup {
  z-index: 2;
}

.confirm-popup__bg--hidden {
  display: none;
}

.confirm-popup__bg--shown {
  position: fixed;
  opacity: 100%;
  bottom: 0;
  animation: 300ms ease-in-out showBg;
}

/*Стили попапа добавления реквизитов*/

.search__inputs-add-requisite {
  flex-wrap: wrap;
}

.search__fields-add-requisite {
  flex-wrap: wrap;
}

.search__button-add-requisite {
  width: 100%;
  display: flex;
  color: #ffffff;
  font-weight: 600;
  font-family: inherit;
  justify-content: center;
}

.search__button-add-requisite span {
  display: inline;
}

.search__category-add-requisite-button {
  padding: 16px;
}

.search-component__add-requisite {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px;
}

.search-component_requiste-common {
  border: solid 1px rgb(153 157 165 / .16);
  width: 50vw;
}

@media (max-width: 767px) {
  .search-component_requiste-common {
    width: 80vw;
  }
}

.region-info {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.faq-questions div span ul li p {
  color: #000000,
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/*Если устройство поддерживает ховер, тогда срабатывай*/

button,
.custom-link {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.show-modal {
  opacity: 1;
  animation: show-modal-animation 0.3s ease-out;
}

@keyframes show-modal-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.close-modal {
  opacity: 0;
  animation: close-modal-animation 0.3s ease-out;
}

@keyframes close-modal-animation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.modal-content {
  position: fixed;
  top: 50%;
  width: 50vw;
  left: 50%;
  padding: 20px;
  border: 1px solid #888;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .modal-content {
    width: 80vw;
  }
}

.modal-hover,
.modal-focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (hover: hover) {
  .custom-link:hover,
    button:hover {
    opacity: 0.7;
  }

  .nav__list li:hover {
    opacity: 0.7;
  }

  .footer__text-pages a:hover {
    opacity: 0.7;
  }

  .body__footer img:hover {
    opacity: 0.7;
  }

  .footer__pyrobyte:hover {
    opacity: 0.7;
  }
}

.faq__loader {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .faq__loader {
    left: initial;
    right: 0;
  }
}

/*Крестик закрытия частых вопросов*/

.cross {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.horizontal,
.vertical {
  position: absolute;
  background-color: black;
  transition: all 0.3s;
}

.horizontal {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vertical {
  width: 2px;
  height: 14px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.active {
  transform: rotate(-90deg) translate(7px, -1px);
  transition: all 0.3s ease-in-out;
}

.faq__animation {
  animation: descriptionShown 300ms ease-in-out;
}

.description__faq {
  animation: questions 300ms ease-in-out;
}

@keyframes questions {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}

@keyframes descriptionShown {
  from {
    height: 61px;
  }

  to {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.faq__description {
  color: #2a3242a6;
}

@media (max-width: 1024px) {
  .faq__loader,
    .line {
    width: 20px !important;
    height: 20px !important;
  }
}

/*Наполнение статьи*/

.article-content blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

.article-content h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.article-content p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.article-content li {
  list-style: initial;
}

.article-content ul {
  list-style: initial;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.article-content a {
  color: #2c73FF;
  cursor: pointer;
  text-decoration: underline;
}

.faq__description p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.faq__description ul {
  list-style: initial;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.faq__description li {
  list-style: initial;
}

.faq__description strong {
  font-weight: bold;
}

.faq__description a {
  color: #2c73FF;
  cursor: pointer;
  text-decoration: underline;
}

/*tooltip (подсказки реквизитов)*/

.tooltip-text {
  background-color: #ffffff;
  border: 2px solid rgb(153 157 165 / .16);
  font-size: 16px;
  padding: 10px 18px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 12px;
  height: 0px;
  position: absolute;
  z-index: 100;
  opacity: 0%;
}

.tooltip-toggle:hover .tooltip .tooltip-text,
.tooltip-toggle:focus .tooltip .tooltip-text,
.tooltip .tooltip-text:hover,
.tooltip .tooltip-text:focus {
  transition: all 0.3s ease-in-out;
  opacity: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.tooltip-text.hidden {
  display: none;
}

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

.before\:left-\[0px\]::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:left-\[13px\]::before {
  content: var(--tw-content);
  left: 13px;
}

.before\:left-\[8px\]::before {
  content: var(--tw-content);
  left: 8px;
}

.before\:top-\[0px\]::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:top-\[4px\]::before {
  content: var(--tw-content);
  top: 4px;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

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

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

.before\:w-\[1px\]::before {
  content: var(--tw-content);
  width: 1px;
}

.before\:w-\[24px\]::before {
  content: var(--tw-content);
  width: 24px;
}

.before\:rotate-\[15deg\]::before {
  content: var(--tw-content);
  --tw-rotate: 15deg;
  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));
}

.before\:bg-darkBlueColor\/\[\.48\]::before {
  content: var(--tw-content);
  background-color: rgb(42 50 66 / .48);
}

.before\:opacity-20::before {
  content: var(--tw-content);
  opacity: 0.2;
}

.before\:content-sadEmoji::before {
  --tw-content: url("assets/icons/sad-emoji.svg");
  content: var(--tw-content);
}

.before\:content-tickGreen::before {
  --tw-content: url("assets/icons/green-tick-icon.svg");
  content: var(--tw-content);
}

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

.hover\:bg-darkBlueColor\/\[0\.05\]:hover {
  background-color: rgb(42 50 66 / 0.05);
}

.hover\:bg-lightBgColor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 252 / var(--tw-bg-opacity));
}

.hover\:bg-white\/\[0\.3\]:hover {
  background-color: rgb(255 255 255 / 0.3);
}

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

.hover\:opacity-\[70\]:hover {
  opacity: 70;
}

.focus\:border-redColor:focus {
  --tw-border-opacity: 1;
  border-color: rgb(221 96 96 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

@media (max-width: 1097px) {
  .max-\[1097px\]\:hidden {
    display: none;
  }
}

@media (max-width: 1093px) {
  .max-\[1093px\]\:h-\[100vh\] {
    height: 100vh;
  }

  .max-\[1093px\]\:w-\[50vw\] {
    width: 50vw;
  }

  .max-\[1093px\]\:bg-darkBlueColor\/\[0\.16\] {
    background-color: rgb(42 50 66 / 0.16);
  }

  .max-\[1093px\]\:pr-\[100\%\] {
    padding-right: 100%;
  }
}

@media (max-width: 767px) {
  .max-\[767px\]\:w-\[80vw\] {
    width: 80vw;
  }

  .max-\[767px\]\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .max-\[680px\]\:block {
    display: block;
  }

  .max-\[680px\]\:hidden {
    display: none;
  }
}

@media (max-width: 648px) {
  .max-\[648px\]\:mt-\[24px\] {
    margin-top: 24px;
  }
}

@media (max-width: 637px) {
  .max-\[637px\]\:mt-\[24px\] {
    margin-top: 24px;
  }

  .max-\[637px\]\:hidden {
    display: none;
  }

  .max-\[637px\]\:pt-\[32px\] {
    padding-top: 32px;
  }
}

@media (max-width: 600px) {
  .max-\[600px\]\:flex {
    display: flex;
  }

  .max-\[600px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[600px\]\:gap-\[0px\] {
    gap: 0px;
  }
}

@media (max-width: 500px) {
  .max-\[500px\]\:w-\[100\%\] {
    width: 100%;
  }

  .max-\[500px\]\:justify-between {
    justify-content: space-between;
  }

  .max-\[500px\]\:pr-\[60px\] {
    padding-right: 60px;
  }

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

@media (max-width: 425px) {
  .max-\[425px\]\:gap-y-\[5px\] {
    row-gap: 5px;
  }
}

@media (min-width: 500px) {
  .min-\[500px\]\:grid {
    display: grid;
  }

  .min-\[500px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .md\:relative {
    position: relative;
  }

  .md\:left-\[50\%\] {
    left: 50%;
  }

  .md\:order-last {
    order: 9999;
  }

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

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

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

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

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

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

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

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

  .md\:line-clamp-\[7\] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

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

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

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

  .md\:w-\[50vw\] {
    width: 50vw;
  }

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

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

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

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

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

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

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

  .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-cols-\[auto_auto\] {
    grid-template-columns: auto auto;
  }

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

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

  .md\:gap-y-\[20px\] {
    row-gap: 20px;
  }

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

  .md\:border {
    border-width: 1px;
  }

  .md\:border-darkBlueColor\/\[0\.16\] {
    border-color: rgb(42 50 66 / 0.16);
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

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

  .md\:font-normal {
    font-weight: 400;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

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

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:grid-cols-\[auto_34\%\] {
    grid-template-columns: auto 34%;
  }

  .lg\:grid-cols-\[auto_auto_auto_auto\] {
    grid-template-columns: auto auto auto auto;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:gap-\[0px\] {
    gap: 0px;
  }

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

  .lg\:gap-x-\[24px\] {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .lg\:gap-x-\[60px\] {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:pr-\[200px\] {
    padding-right: 200px;
  }

  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 1093px) {
  .min-\[1093px\]\:top-\[20px\] {
    top: 20px;
  }
}

@media (min-width: 1097px) {
  .min-\[1097px\]\:grid {
    display: grid;
  }

  .min-\[1097px\]\:hidden {
    display: none;
  }

  .min-\[1097px\]\:items-center {
    align-items: center;
  }

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

  .min-\[1097px\]\:bg-\[\#123376\] {
    --tw-bg-opacity: 1;
    background-color: rgb(18 51 118 / var(--tw-bg-opacity));
  }
}