*,
::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.19 | 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: '';
}

html {
    margin-top: 0px !important;
}
/*
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;
    background-color: #fafafa;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

footer {
    background-color: #ffffff;
}

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

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

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

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

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

.top-9 {
    top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.mt-auto {
    margin-top: auto;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

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

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

.w-3\/4 {
    width: 75%;
}

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

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

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

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

.w-full {
    width: 100%;
}

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

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

.cursor-pointer {
    cursor: pointer;
}

.resize-none {
    resize: none;
}

.list-disc {
    list-style-type: disc;
}

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

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

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

.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-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-9 {
    gap: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-md {
    border-radius: 0.375rem;
}

.border-2 {
    border-width: 2px;
}

.border-\[\#1D8DEF\] {
    --tw-border-opacity: 1;
    border-color: rgb(29 141 239 / var(--tw-border-opacity, 1));
}

.bg-\[\#141A56\] {
    --tw-bg-opacity: 1;
    background-color: rgb(20 26 86 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1D8DEF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(29 141 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EDF6FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(237 246 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EDFFF4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(237 255 244 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.p-3 {
    padding: 0.75rem;
}

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

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

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

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

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

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

.px-\[56\.5px\] {
    padding-left: 56.5px;
    padding-right: 56.5px;
}

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

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.py-\[14\.5px\] {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
}

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

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

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

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

.pb-2 {
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

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

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

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

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

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

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

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

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

.text-\[\#000000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#0F2056\] {
    --tw-text-opacity: 1;
    color: rgb(15 32 86 / var(--tw-text-opacity, 1));
}

.text-\[\#121B56\] {
    --tw-text-opacity: 1;
    color: rgb(18 27 86 / var(--tw-text-opacity, 1));
}

.text-\[\#1D8DEF\] {
    --tw-text-opacity: 1;
    color: rgb(29 141 239 / var(--tw-text-opacity, 1));
}

.text-\[\#271B16\] {
    --tw-text-opacity: 1;
    color: rgb(39 27 22 / var(--tw-text-opacity, 1));
}

.text-\[\#F6F6F6\] {
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity, 1));
}

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

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

.underline-offset-4 {
    text-underline-offset: 4px;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-VariableFont_wght.ttf');
}

.font-jost {
    font-family: 'Jost', sans-serif;
}

.letter-2 {
    letter-spacing: 0.02em;
}

.letter-3 {
    letter-spacing: 0.03em;
}

.font-manrope {
    font-family: 'Manrope', sans-serif;
}

.container {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 20px;
}

.button-bg {
    background: linear-gradient(90deg, #115189 0%, #1d8def 100%);
    transition: transform 0.3s;
}

.button-bg-form,
.procurement-button-bg,
.reporting-button {
    background: linear-gradient(90deg, #115189 0%, #1d8def 100%);
}

.home-fon {
    height: 575px;
    background-image: url('../../img/home-fon.png');
    background-repeat: round;
    display: flex;
    align-items: center;
}

.fon-single-new {
    height: 300px;
    background-image: url('../../img/news-fon2.png');
    background-size: cover;
    display: flex;
    align-items: center;
}

.fon-single-procurement {
    height: 300px;
    background-image: url('../../img/procurement-fon2.png');
    background-size: cover;
    display: flex;
    align-items: center;
}

.procurement-fon {
    height: 300px;
    background-image: url('../../img/procurement-fon2.png');
    background-size: cover;
    display: flex;
    align-items: center;
}

.news-fon {
    height: 300px;
    background-image: url('../../img/news-fon2.png');
    background-size: cover;
    display: flex;
    align-items: center;
}

.reporting-fon {
    height: 300px;
    background-image: url('../../img/reporting-fon2.png');
    background-size: cover;
    display: flex;
    align-items: center;
}

.contacts-fon {
    height: 300px;
    background-image: url('../../img/contacts2.png');
    background-size: cover;
    display: flex;
    align-items: center;
}

.our_vision li {
    margin-left: 32px;
}

.our_vision li::marker {
    font-size: 0.6em;
}

.our_vision-image {
    position: absolute;
    top: -24%;
    left: -5%;
}

.custom-w-99 {
    width: 99%;
}

.num-line {
    color: white;
    text-shadow:
        -1px -1px 0 #115189,
        1px -1px 0 #115189,
        -1px 1px 0 #115189,
        1px 1px 0 #115189;
}

.numbers-line {
    color: white;
    text-shadow:
        -1.5px -1.5px 0 #1d8def,
        1.5px -1.5px 0 #1d8def,
        -1.5px 1.5px 0 #1d8def,
        1.5px 1.5px 0 #1d8def;
}

.fon-black {
    display: none;
}

.burger_bottom,
.burger_button {
    display: none;
}

.form-fon-black {
    display: none;
}

.form-fon-black.active {
    display: block;
    position: fixed;
    z-index: 90;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.363);
}

.feedback {
    display: none;
    flex-direction: column;
    gap: 24px;
    background: #fff;
    padding: 26px 20px;
    position: fixed;
    top: -4%;
    right: 50%;
    border-radius: 18px;
    color: #000 !important;
    transform: translate(50%, 50%);
    z-index: 100;
    max-width: 600px;
    width: 100%;
}

.feedback.active {
    display: flex;
}

.about-us {
    height: 300px;
    background-image: url('../../img/about_as-fon2.png');
    background-size: cover;
    display: flex;
    align-items: center;
}

.projects-fon {
    height: 300px;
    background-image: url('../../img/projects-fon2.png');
    background-size: cover;
    display: flex;
    align-items: center;
}

.breadcrumbs {
    padding-top: 30px;
    padding-bottom: 30px;
}

.breadcrumbs a,
.breadcrumbs span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
    font-family: 'Manrope', sans-serif;
}

.breadcrumbs span {
    color: #1d8def;
}

.our-mission ul {
    list-style-type: disc;
}

.our-mission li {
    margin-left: 20px;
}

.our-mission li::marker {
    font-size: 0.6em;
}

.our-mission-stars {
    top: 24%;
    right: 2%;
    z-index: 1;
}

.show_feedback {
    cursor: pointer;
}

.single-new p,
.single-procurement p {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #000000;
    font-family: 'Manrope', sans-serif;
}

.single-new h1,
.single-procurement h1 {
    font-family: 'Jost';
    font-weight: 400;
    line-height: 120%;
    font-size: 42px;
    color: #000000;
    margin-bottom: 11px;
}

.single-new h2,
.single-procurement h2 {
    font-family: 'Jost';
    font-weight: 500;
    line-height: 120%;
    font-size: 32px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-new h3,
.single-procurement h3 {
    font-family: 'Jost';
    font-weight: 500;
    line-height: 120%;
    font-size: 21px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-new ol,
.single-procurement ol {
    list-style-type: decimal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-new ul,
.single-procurement ul {
    list-style-type: disc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-new ol li,
.single-procurement ol li {
    margin-left: 15px;
}

.single-new ul li,
.single-procurement ul li {
    margin-left: 15px;
}

.single-new ul li::marker,
.single-procurement ul li::marker {
    font-size: 0.6em;
}

.single-project ol {
    list-style-type: decimal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-project ul {
    list-style-type: disc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-project ol li {
    margin-left: 15px;
}

.single-project ul li {
    margin-left: 15px;
}

.single-project ul li::marker {
    font-size: 0.6em;
}

.single-project p,
.single-project a {
    font-family: 'manrope';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 180%;
}

.pixel-fix-white {
    margin-top: -3px;
}

.reporting-stars {
    position: absolute;
    top: 5%;
    right: 8.7%;
    z-index: 0;
}

.wp-block-image.alignright,
.wp-block-image figure.alignright {
    float: right;
    margin: 0 0 20px 30px;
}

.wp-block-image.alignleft,
.wp-block-image figure.alignleft {
    float: left;
    margin: 20px 30px 0 0;
}

.wp-block-image.aligncenter,
.wp-block-image figure.aligncenter {
    display: flex;
    justify-content: center;
}

.news_img {
    height: 332px;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    gap: 26px;
    align-items: center;
}

.pagination a,
.pagination span {
    font-size: 16px;
    font-weight: 400;
}

.current {
    color: #1d8def;
}

.contact-info {
    margin-bottom: 24px;
    margin-top: 24px;
}

.contact-info p {
    display: flex;
    gap: 8px;
}

.feedback-info {
    margin-bottom: 24px;
    margin-top: 24px;
}

.feedback-info p {
    display: flex;
    gap: 8px;
}

.wpcf7-textarea {
    margin-bottom: 24px;
}

.contact_form textarea {
    resize: none;
    height: 192px;
    width: 100%;
    background-color: #f0f0f0;
    padding: 12px;
    border-radius: 6px;
}

.feedback textarea {
    resize: none;
    height: 192px;
    width: 100%;
    background-color: #f0f0f0;
    padding: 12px;
    border-radius: 6px;
}

.feedback-info input {
    background-color: #f0f0f0;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
}

.contact-info input {
    background-color: #f0f0f0;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
}

.feedback_bottom {
    display: flex;
    gap: 6px;
}

.submit_form {
    color: #ffffff;
    width: 100%;
    cursor: pointer;
    background: linear-gradient(90deg, #115189 0%, #1d8def 100%);
    display: flex;
    justify-content: center;
    padding: 14.5px 26px;
    border-radius: 0.375rem;
    gap: 0.25rem;
    align-items: center;
    margin-top: 24px;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item > label {
    display: flex;
    gap: 6px;
    cursor: pointer;
}

.wpcf7-list-item > label input[type='checkbox'] {
    appearance: none;
    border: 1px solid #1d8def;
    width: 22px;
    height: 24px;
    border-radius: 6px;
}

.wpcf7-list-item > label input[type='checkbox']:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.wpcf7 br {
    display: none;
}

#telHeader.active,
#nameHeader.active,
#textHeader.active,
#acceptHeader.active,
#nameContact.active,
#telContact.active,
#textContact.active,
#acceptContact.active {
    border: 1px solid #ff000078;
}

.home {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wpcf7-spinner{
  display: none;
}

@media (min-width: 1000px) {
    .button-bg:hover {
        transform: scale(1.1);
    }
}

@media (min-width: 1024px) {
    .single-procurement-right {
        width: 405px;
    }
}

@media (max-width: 1350px) {
    .our_vision-image {
        left: -3%;
    }
}

@media (max-width: 1280px) {
    .reporting-button {
        width: 235px;
        white-space: nowrap;
        display: flex;
        justify-content: center;
        height: -moz-fit-content;
        height: fit-content;
    }

    .contact-info input {
        width: 100%;
    }

    .contact-info .wpcf7-form-control-wrap {
        width: 100%;
    }
}

@media (max-width: 1150px) {
    .our_vision-image {
        display: none;
    }
}

@media (max-width: 950px) {
    .fon-black.active {
        display: block;
        position: fixed;
        z-index: 90;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.363);
    }

    .burger__nav {
        position: fixed;
        background: #f4f7fa;
        right: 0%;
        top: 0%;
        z-index: 100;
        height: 100%;
        transform: translateX(100%);
        transition: 0.3s;
        max-width: 300px;
        width: 100%;
    }

    .burger__nav.active {
        transform: translateX(0);
    }

    .burger_menu {
        overflow-y: scroll;
        padding: 20px;
    }

    .open_burger {
        display: block;
    }

    .header_mail {
        display: none;
    }

    .close-button {
        display: block;
    }

    .close-button img {
        width: 50px;
        height: 50px;
    }

    .burger_items {
        flex-direction: column;
        gap: 30px !important;
        align-items: center;
    }

    .burger_bottom {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: auto;
        align-items: center;
    }

    .burger_items > div {
        display: none;
    }

    .burger_button {
        text-align: center;
        width: 100%;
        display: block;
    }

    .team-info > div {
        flex-direction: column;
    }

    .our-mission-stars {
        display: none;
    }
}

@media (max-width: 850px) {
    .reporting-stars {
        top: 3%;
        right: 2.7%;
        width: 60px;
        height: 60px;
    }

    .feedback {
        width: 93%;
    }
}

@media (min-width: 640px) {
    .sm\:text-\[35px\] {
        font-size: 35px;
    }

    .sm\:text-\[35\] {
        color: 35;
    }
}

@media (min-width: 1024px) {
    .lg\:whitespace-nowrap {
        white-space: nowrap;
    }
}

@media (min-width: 1536px) {
    .\32xl\:whitespace-nowrap {
        white-space: nowrap;
    }
}

@media (max-width: 1280px) {
    .xlM\:mt-0 {
        margin-top: 0px;
    }

    .xlM\:flex {
        display: flex;
    }

    .xlM\:grid {
        display: grid;
    }

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

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

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

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

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

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

    .xlM\:flex-col-reverse {
        flex-direction: column-reverse;
    }

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

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

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

    .xlM\:justify-items-center {
        justify-items: center;
    }

    .xlM\:gap-0 {
        gap: 0px;
    }

    .xlM\:gap-\[35px\] {
        gap: 35px;
    }

    .xlM\:gap-\[40px\] {
        gap: 40px;
    }

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

@media (max-width: 1024px) {
    .lgM\:flex {
        display: flex;
    }

    .lgM\:grid {
        display: grid;
    }

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

    .lgM\:h-full {
        height: 100%;
    }

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

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

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

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

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

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

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

    .lgM\:gap-10 {
        gap: 2.5rem;
    }

    .lgM\:gap-14 {
        gap: 3.5rem;
    }

    .lgM\:gap-3 {
        gap: 0.75rem;
    }

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

    .lgM\:px-\[26\.5px\] {
        padding-left: 26.5px;
        padding-right: 26.5px;
    }

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

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

@media (max-width: 850px) {
    .custom\:ml-auto {
        margin-left: auto;
    }

    .custom\:mt-2 {
        margin-top: 0.5rem;
    }

    .custom\:block {
        display: block;
    }

    .custom\:hidden {
        display: none;
    }

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

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

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

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

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

    .custom\:gap-0 {
        gap: 0px;
    }

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

    .custom\:gap-8 {
        gap: 2rem;
    }

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

    .custom\:gap-3 {
        gap: 0.75rem;
    }

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

    .custom\:pb-5 {
        padding-bottom: 1.25rem;
    }

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

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

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

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

@media (max-width: 768px) {
    .mdM\:ml-auto {
        margin-left: auto;
    }

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

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

    .mdM\:flex-col-reverse {
        flex-direction: column-reverse;
    }

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

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

    .mdM\:gap-6 {
        gap: 1.5rem;
    }
    
    .mdM\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .mdM\:pt-5 {
        padding-top: 1.25rem;
    }

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

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

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

@media (max-width: 640px) {
    .smM\:absolute {
        position: absolute;
    }

    .smM\:relative {
        position: relative;
    }

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

    .smM\:hidden {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 500px) {
    .phone\:mt-9 {
        margin-top: 2.25rem;
    }

    .phone\:mt-5 {
        margin-top: 1.25rem;
    }

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

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

    .phone\:gap-2 {
        gap: 0.5rem;
    }

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

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

    .phone\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .phone\:pb-7 {
        padding-bottom: 1.75rem;
    }

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

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

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

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

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

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

    .feedback-info p {
        flex-direction: column;
    }

    .feedback {
        top: -13%;
    }
}
