/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./public/scss/style.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
*, ::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:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
/* Цвета */
:root {
    --bg-color: #424242;
    --hl-color: #2196F3;
    --muted-color: rgba(255, 255, 255, 0.7);
    --trans-time: 300ms;
    --width: 320px;
  }
/* Глобальные стили */
body {

  }
/* Форма */
/* Группа инпутов */
/* Инпуты */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.left-\[-10px\] {
  left: -10px;
}
.left-\[15\%\] {
  left: 15%;
}
.left-\[22\%\] {
  left: 22%;
}
.left-\[47\%\] {
  left: 47%;
}
.left-\[55\%\] {
  left: 55%;
}
.left-\[75\%\] {
  left: 75%;
}
.right-0 {
  right: 0px;
}
.right-\[-10px\] {
  right: -10px;
}
.top-\[10\%\] {
  top: 10%;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[30\%\] {
  top: 30%;
}
.top-\[42\%\] {
  top: 42%;
}
.top-\[45\%\] {
  top: 45%;
}
.top-\[5\%\] {
  top: 5%;
}
.top-\[65\%\] {
  top: 65%;
}
.top-\[80\%\] {
  top: 80%;
}
.top-\[93\%\] {
  top: 93%;
}
.z-10 {
  z-index: 10;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.m-\[20px\] {
  margin: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[20\%\] {
  margin-top: 20%;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25\%\] {
  margin-top: 25%;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[10vw\] {
  height: 10vw;
}
.h-\[130\%\] {
  height: 130%;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[25\%\] {
  height: 25%;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[75\%\] {
  height: 75%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[10vw\] {
  width: 10vw;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[18\%\] {
  width: 18%;
}
.w-\[31\%\] {
  width: 31%;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.min-w-\[226px\] {
  min-width: 226px;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[48\%\] {
  max-width: 48%;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.flex-1 {
  flex: 1 1 0%;
}
.-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));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[1\%\] {
  gap: 1%;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[1rem\] {
  gap: 1rem;
}
.gap-\[2\%\] {
  gap: 2%;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-y-4 {
  row-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-\[10\%\] {
  border-radius: 10%;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[5\%\] {
  border-radius: 5%;
}
.rounded-\[6rem\] {
  border-radius: 6rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.bg-\[\#0041F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c4ffb7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 255 183 / var(--tw-bg-opacity, 1));
}
.bg-\[\#defdff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 253 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[50px\] {
  padding: 50px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-\[1\%\] {
  padding-left: 1%;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.text-center {
  text-align: center;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[2vw\] {
  font-size: 2vw;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-\[16px\] {
  font-weight: 16px;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.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);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:bg-\[\#0041F9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 249 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#ffffff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-40:hover {
  opacity: 0.4;
}
.disabled\:opacity-0:disabled {
  opacity: 0;
}
.group:hover .group-hover\:translate-y-\[-15px\] {
  --tw-translate-y: -15px;
  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));
}
.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:left-\[30\%\] {
    left: 30%;
  }

  .sm\:left-\[40\%\] {
    left: 40%;
  }

  .sm\:left-\[55\%\] {
    left: 55%;
  }

  .sm\:left-\[78\%\] {
    left: 78%;
  }

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

  .sm\:top-\[29\%\] {
    top: 29%;
  }

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

  .sm\:top-\[45\%\] {
    top: 45%;
  }

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

  .sm\:top-\[65\%\] {
    top: 65%;
  }

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

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .sm\:justify-normal {
    justify-content: normal;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

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

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

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

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

  .sm\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 768px) {

  .md\:top-\[27\%\] {
    top: 27%;
  }

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

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

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

  .md\:text-\[50px\] {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {

  .lg\:left-\[45\%\] {
    left: 45%;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[55px\] {
    font-size: 55px;
  }
}
@media (min-width: 1280px) {

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

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

  .xl\:max-w-\[24\%\] {
    max-width: 24%;
  }
}
@media (min-width: 1536px) {

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

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./public/scss/components/projects.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.projects_mainContainer__B2FtY {
  margin-top: 30px;
  padding: 30px 10%;
}

.projects_actual__pzcwT {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.projects_actualSpan___Vx2N {
  padding-bottom: 15px;
  border-bottom: 1px solid #B3B3B3;
}

.projects_flex__OYL2Z {
  display: flex;
  width: 100%;
}

.projects_firstHalfActual__QkfSZ {
  width: 50%;
  font-size: 34px;
}

.projects_secondHalfActual__OvZTQ {
  width: 50%;
  font-size: 12px;
}

.projects_callUs__n0dN2 {
  max-width: 95%;
  margin-left: 1%;
  height: 32px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #1b1b1b;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0px 20px;
  font-weight: 500;
  line-height: 140%;
  color: #1b1b1b;
  /* Исходный цвет текста */
  background-color: transparent;
  text-wrap: nowrap;
  border-radius: 6rem;
  overflow: hidden;
  transition: color 1.3s ease, background-color 1.3s ease;
  /* Плавное изменение цвета и фона */
  font-size: 12px;
}
.projects_callUs__n0dN2:hover {
  color: #ffffff;
  /* Цвет текста при наведении, например, темно-серый */
}
.projects_callUs__n0dN2::before {
  content: "";
  position: absolute;
  left: 0;
  /* Начинаем с левого верхнего угла */
  top: 0;
  width: 6.7rem;
  height: 6.7rem;
  background-color: #0041F9;
  border-radius: 50%;
  z-index: -1;
  transform-origin: center;
  transform: scale(0);
  transition: transform 0.9s ease-in-out;
}
.projects_callUs__n0dN2:hover::before {
  transform: scale(3);
  /* Увеличиваем до полного размера */
}
.projects_callUs--active__lPDKW {
  border: 2px solid #ffffff;
  /* Если нужен выделенный активный стиль */
}
.projects_callUs__n0dN2.projects_scrolled__iefru {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
}

.projects_card__s56Bj {
  background-color: #f9f9f9;
  height: 350px;
  border-radius: 2rem;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  min-width: 24%;
}

.projects_card__s56Bj:hover {
  transform: scale(1);
  /* Небольшое увеличение карточки при наведении */
}

.projects_greenBackground__Sg6RL {
  border-radius: 15%;
  background-color: #90ed7b;
  /* Ярко-зеленый фон */
  position: absolute;
  width: 100%;
  height: 70%;
  transform: rotate(-45deg);
  bottom: -10%;
  left: -30%;
  z-index: 0;
  transition: all 0.8s ease;
  /* Плавная анимация изменений */
  box-shadow: -20px 20px 0 rgba(0, 128, 0, 0.1);
  /* Тень без размытия */
}

.projects_greenBackground2__P_qPE {
  border-radius: 15%;
  background-color: #7CE4ED;
  /* Ярко-зеленый фон */
  position: absolute;
  width: 100%;
  height: 70%;
  transform: rotate(-45deg);
  bottom: 50%;
  left: -50%;
  z-index: 0;
  transition: all 0.8s ease;
  /* Плавная анимация изменений */
  box-shadow: -20px 20px 0 rgba(0, 128, 0, 0.1);
  /* Тень без размытия */
}

.projects_greenBackground3__BGWDp {
  border-radius: 15%;
  background-color: #5FB2ED;
  /* Ярко-зеленый фон */
  position: absolute;
  width: 100%;
  height: 70%;
  transform: rotate(-45deg);
  bottom: -30%;
  left: 30%;
  z-index: 0;
  transition: all 0.8s ease;
  /* Плавная анимация изменений */
  box-shadow: 20px -20px 0 rgba(0, 128, 0, 0.1);
  /* Тень без размытия */
}

.projects_greenBackground4__HLV6H {
  border-radius: 15%;
  background-color: #5078e7;
  /* Ярко-зеленый фон */
  position: absolute;
  width: 100%;
  height: 70%;
  transform: rotate(-45deg);
  bottom: 50%;
  left: 55%;
  z-index: 0;
  transition: all 0.8s ease;
  /* Плавная анимация изменений */
  box-shadow: -20px 20px 0 rgba(0, 128, 0, 0.1);
  /* Тень без размытия */
}

.projects_card__s56Bj:hover .projects_greenBackground4__HLV6H {
  width: 140%;
  height: 140%;
  transform: rotate(0deg);
  /* Прямоугольник заполняет весь блок */
  bottom: 0;
  left: -10%;
  border-radius: 2rem;
  /* Скругление углов, чтобы совпадало с блоком */
}

.projects_card__s56Bj:hover .projects_greenBackground3__BGWDp {
  width: 140%;
  height: 140%;
  transform: rotate(0deg);
  /* Прямоугольник заполняет весь блок */
  bottom: 0;
  left: -10%;
  border-radius: 2rem;
  /* Скругление углов, чтобы совпадало с блоком */
}

.projects_card__s56Bj:hover .projects_greenBackground2__P_qPE {
  width: 140%;
  height: 140%;
  transform: rotate(0deg);
  /* Прямоугольник заполняет весь блок */
  bottom: 0;
  left: -10%;
  border-radius: 2rem;
  /* Скругление углов, чтобы совпадало с блоком */
}

.projects_card__s56Bj:hover .projects_greenBackground__Sg6RL {
  width: 140%;
  height: 140%;
  transform: rotate(0deg);
  /* Прямоугольник заполняет весь блок */
  bottom: 0;
  left: -10%;
  border-radius: 2rem;
  /* Скругление углов, чтобы совпадало с блоком */
}

.projects_content__7b2gn {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.projects_top__27WWz {
  display: flex;
  justify-content: space-between;
}

.projects_number__wV9PB {
  font-size: 20px;
  font-weight: 200;
}

.projects_textGroup__M2pHa {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 200;
}

.projects_label_container__TqTrg {
  position: relative;
  display: inline-block;
}

.projects_notification_badge__Bjoaj {
  position: absolute;
  top: -10px;
  /* Сдвиг сверху */
  right: -25px;
  /* Сдвиг справа */
  border: 1px solid #666666;
  /* Синий фон по умолчанию */
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* Делает круг */
  font-size: 14px;
  padding: 12px;
  color: #1b1b1b;
  transition: background-color 0.3s ease;
}

.projects_label_container__TqTrg:hover .projects_notification_badge__Bjoaj {
  background-color: #90da6e;
  /* Зеленый при наведении на текст или кружок */
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./public/scss/components/firstWindow.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.firstWindow_flex__OVo4y {
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: auto;
}

.firstWindow_container__Ztv_B {
  height: 100;
  max-width: 100%;
}

.firstWindow_backgroundVideo__2WZZm {
  height: 100vh; /* видео будет по высоте 100% */
  width: 100%; /* ширина видео будет автоматически подстраиваться */
  -o-object-fit: cover;
     object-fit: cover; /* сохраним пропорции, но обрежем лишнее по бокам */
}

.firstWindow_content__5lXYQ {
  position: absolute;
  width: 80%;
  bottom: -5%;
  left: 50%; /* центр по горизонтали */
  transform: translate(-50%, -50%); /* смещаем центр в точку позиционирования */
  display: flex;
  flex-direction: column;
  color: white; /* текст белого цвета */
  gap: 20px; /* отступы между строками */
}

.firstWindow_headerText__YXmIZ {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: #cecece 1px solid;
  width: 100%; /* Ширина полоски в процентах */
  padding-bottom: 20px; /* Отступ снизу перед границей */
}

.firstWindow_mainText__QMUEX {
  font-size: clamp(1rem, 10vw, 3rem); /* Минимум 1rem, адаптация до 5vw, максимум 3rem */
  word-break: break-word; /* Чтобы текст не вылезал за пределы */
}

.firstWindow_underContent__O3bQf {
  display: flex;
  gap: 20px;
}

.firstWindow_blockAbout1__qkrdJ {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.firstWindow_blockAbout2__rpjpZ {
  width: 50%;
  display: flex;
  gap: 50px;
  font-size: 10px;
}

.firstWindow_textAbout__TqWz1 {
  width: 70%;
  text-wrap: wrap;
  font-size: clamp(8px, 2vw, 12px);
}

.firstWindow_miniNav__3GOTR {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
  cursor: pointer;
  font-size: clamp(1rem, 3vw, 3rem);
  text-wrap: wrap;
}

.firstWindow_news__6yiGJ {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: clamp(8px, 2vw, 12px);
}

.firstWindow_logoMini__m2nJu {
  width: 14px;
  height: 16px;
}

@media (max-width: 900px) {
  .firstWindow_content__5lXYQ {
    top: 60%; /* Отступ сверху, чтобы текст начинался выше */
    width: 90%; /* Немного уменьшаем ширину */
  }
  .firstWindow_mainText__QMUEX {
    font-size: clamp(1rem, 8vw, 2.5rem); /* Уменьшаем максимум */
    line-height: 1.2; /* Более плотный текст */
  }
  .firstWindow_underContent__O3bQf {
    flex-direction: column; /* Вертикальная ориентация */
    gap: 30px; /* Увеличиваем отступы */
  }
  .firstWindow_blockAbout1__qkrdJ, .firstWindow_blockAbout2__rpjpZ {
    width: 100%; /* Блоки занимают всю ширину */
    gap: 50px; /* Уменьшаем отступы */
  }
  .firstWindow_miniNav__3GOTR {
    font-size: 25px;
    gap: 50px; /* Уменьшаем отступы */
    border-bottom: #cecece 1px solid;
    padding-bottom: 20px;
  }
  .firstWindow_textAbout__TqWz1 {
    font-size: clamp(12px, 3vw, 16px); /* Подстройка размера */
  }
  .firstWindow_news__6yiGJ {
    max-width: 100%;
    gap: 20px; /* Уменьшаем отступы между новостями */
  }
  .firstWindow_logoMini__m2nJu {
    margin-right: 10px; /* Отступ между иконкой и текстом */
  }
}
@media (max-width: 500px) {
  .firstWindow_content__5lXYQ {
    top: 60%; /* Отступ сверху, чтобы текст начинался выше */
    width: 90%; /* Немного уменьшаем ширину */
  }
  .firstWindow_mainText__QMUEX {
    font-size: clamp(1rem, 8vw, 2.5rem); /* Уменьшаем максимум */
    line-height: 1.2; /* Более плотный текст */
  }
  .firstWindow_underContent__O3bQf {
    flex-direction: column; /* Вертикальная ориентация */
    gap: 30px; /* Увеличиваем отступы */
  }
  .firstWindow_blockAbout1__qkrdJ {
    width: 100%; /* Блоки занимают всю ширину */
    gap: 50px; /* Уменьшаем отступы */
  }
  .firstWindow_blockAbout2__rpjpZ {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .firstWindow_miniNav__3GOTR {
    gap: 30px; /* Уменьшаем отступы */
    border-bottom: #cecece 1px solid;
    padding-bottom: 20px;
  }
  .firstWindow_textAbout__TqWz1 {
    font-size: clamp(12px, 3vw, 16px); /* Подстройка размера */
  }
  .firstWindow_news__6yiGJ {
    max-width: 100%;
    gap: 20px; /* Уменьшаем отступы между новостями */
    font-size: clamp(12px, 3vw, 16px); /* Подстройка размера */
  }
  .firstWindow_logoMini__m2nJu {
    margin-right: 10px; /* Отступ между иконкой и текстом */
  }
  .firstWindow_spanAbout__5vmw_ {
    border-bottom: #cecece 1px solid;
    padding-bottom: 20px;
  }
}
.firstWindow_label_container__UHQ8M {
  position: relative;
  display: inline-block;
  font-size: clamp(20px, 5vw, 34px);
  color: #ffffff; /* Белый текст */
}

.firstWindow_notification_badge__UmRGM {
  position: absolute;
  top: -10px; /* Сдвиг сверху */
  right: -25px; /* Сдвиг справа */
  border: 1px solid #ffffff; /* Синий фон по умолчанию */
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Делает круг */
  font-size: 14px;
  padding: 12px;
  transition: background-color 0.3s ease;
}

.firstWindow_label_container__UHQ8M:hover .firstWindow_notification_badge__UmRGM {
  background-color: #90da6e; /* Зеленый при наведении на текст или кружок */
}

.firstWindow_wrapper__5fDbD {
  margin-top: 64px;
  padding-top: 108px;
  overflow: hidden;
  min-height: 880px;
  height: calc(100vh - 64px);
  max-width: 100vw;
  position: relative;
}
.firstWindow_wrapper__5fDbD h1 {
  z-index: 100;
  font-weight: 700;
  font-size: 64px;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16px;
}
.firstWindow_wrapper__5fDbD .firstWindow_subtitle__ET2mr {
  z-index: 100;
  margin: 0 auto;
  font-size: 24px;
  max-width: 560px;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}
.firstWindow_wrapper__5fDbD button {
  z-index: 100;
  width: 202px;
  padding: 16px 0px;
  border: 0;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 68px;
  /* App/button */
}
.firstWindow_wrapper__5fDbD button span {
  z-index: 100;
  font-family: Inter;
  font-size: 17px;
  color: #55bbeb;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 17px */
}

.firstWindow_white__Hj8i6 {
  color: #fff;
}

.firstWindow_phoneScreen__5W2fI {
  display: flex;
  position: absolute;
  bottom: -223px;
  left: 50%;
  transform: translate(-50%);
  align-items: flex-end;
}

.firstWindow_firstLine__Dg__e {
  height: 2px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 95px;
  width: 100vw;
}

.firstWindow_secondLine__m7O5u {
  height: 2px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 426px;
  width: 100vw;
}

.firstWindow_line3__n__z3 {
  height: 2px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 755px;
  width: 100vw;
}

.firstWindow_line4__yT9Ch {
  height: 2px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 1084px;
  width: 100vw;
}

.firstWindow_thirdLine___rdzJ {
  height: 100vh;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0px;
  width: 2px;
  left: calc(50% - 329px);
  transform: translate(-50%);
}

.firstWindow_fourthLine__Qji6f {
  height: 100vh;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0px;
  width: 2px;
  left: calc(50% + 329px);
  transform: translate(-50%);
}

.firstWindow_fifthLine__m8Em7 {
  height: 100vh;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0px;
  width: 2px;
  left: 50%;
  transform: translate(-50%);
}

.firstWindow_line5__AEAyy {
  height: 100vh;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0px;
  width: 2px;
  left: calc(50% + 329px + 329px);
  transform: translate(-50%);
}

.firstWindow_line6__BEkTJ {
  height: 100vh;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0px;
  width: 2px;
  left: calc(50% + 329px + 329px + 329px);
  transform: translate(-50%);
}

.firstWindow_line7__ceRKm {
  height: 100vh;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0px;
  width: 2px;
  left: calc(50% - 329px - 329px);
  transform: translate(-50%);
}

.firstWindow_line8__2AlrT {
  height: 100vh;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0px;
  width: 2px;
  left: calc(50% - 329px - 329px - 329px);
  transform: translate(-50%);
}

.firstWindow_phoneBgc__hNKEo {
  width: -moz-fit-content;
  width: fit-content;
  height: 679px;
}

.firstWindow_book__VHs40:hover {
  background-color: #d9f5fd;
}

.firstWindow_grid__Qw_rB {
  display: grid;
  position: absolute;
  z-index: 0;
  top: 105px;
  left: calc(50% - 658px);
  width: 329px;
  height: 329px;
  grid-template-columns: repeat(6, 54.833px);
  grid-template-rows: repeat(6, 54.833px);
}

.firstWindow_gridSecond__ZcMhY {
  display: grid;
  position: absolute;
  z-index: 0;
  top: 105px;
  right: calc(50% - 658px);
  width: 329px;
  height: 329px;
  grid-template-columns: repeat(6, 54.833px);
  grid-template-rows: repeat(6, 54.833px);
}

.firstWindow_square__LOGNY {
  width: 54.833px;
  height: 54.833px;
  background-color: #55bbeb;
  animation-name: firstWindow_square-anim__ZoMwQ;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes firstWindow_square-anim__ZoMwQ {
  0%, 60% {
    opacity: 0.7;
    background-color: #55bbeb;
  }
  100% {
    opacity: 0.8;
    background-color: #ffffff;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./public/scss/components/media.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.media_block1__JJFOL {
  z-index: 100;
  position: relative;
  width: 300px; /* Ширина блока */
  height: 200px; /* Высота блока */
  padding: 16px;
  border-radius: 5%; /* Закругление углов */
  overflow: hidden; /* Обрезка содержимого */
  background-color: beige;
}

.media_block1__JJFOL::after {
  z-index: 100;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; /* Покрытие ширины для выреза */
  height: 100%;
  background-color: #0041F9; /* Цвет выреза */
  clip-path: polygon(100% 0, 70% 0, 90% 50%, 70% 100%, 100% 100%);
}

.media_block2__5x0Mn {
  z-index: 100;
  position: relative;
  width: 300px; /* Ширина блока */
  height: 200px; /* Высота блока */
  padding: 16px;
  border-radius: 5%; /* Закругление углов */
  overflow: hidden; /* Обрезка содержимого */
  background-color: beige;
}

.media_block2__5x0Mn::after {
  z-index: 100;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; /* Покрытие ширины для выреза */
  height: 100%;
  background-color: #0041F9; /* Цвет выреза */
  clip-path: polygon(0 0, 30% 0, 10% 50%, 30% 100%, 0 100%);
}

.media_hover__bg-cover__BH1KM:hover {
  background-size: 110%;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./public/scss/components/academy.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@keyframes academy_spin__Vuj9_ {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.academy_spin_slow__QkGI1 {
  animation: academy_spin__Vuj9_ 60s linear infinite;
  margin: auto;
  /* Медленное вращение */
}

.academy_spin_fast__URVfQ {
  animation: academy_spin__Vuj9_ 1s linear infinite;
  /* Быстрое вращение */
}

.academy_spin_custom__j1XLH {
  animation: academy_spin__Vuj9_ 2s linear infinite;
  /* Пользовательская скорость вращения */
}

@keyframes academy_marquee-left__wbuNS {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes academy_marquee-right__13HdV {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
.academy_marqueeContainer___kPSz {
  position: relative;
  width: 110%;
  z-index: 100;
  padding-bottom: 10px;
}

.academy_marquee__oGWEV {
  display: flex;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #2563eb;
  /* bg-blue-600 */
  padding: 5px 0;
  overflow: hidden;
}

.academy_marquee__oGWEV span {
  display: inline-block;
  padding-right: 50px;
  /* Отступ между повторениями */
}

.academy_first__gWiib {
  transform: rotate(-4deg);
  overflow: hidden;
}

.academy_first__gWiib span {
  animation: academy_marquee-right__13HdV 45s linear infinite;
}

.academy_second__0vB4u {
  transform: rotate(-7deg);
  margin-top: 10px;
  overflow: hidden;
}

.academy_second__0vB4u span {
  animation: academy_marquee-left__wbuNS 35s linear infinite;
}
