@charset "UTF-8";
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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-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:  ;
}
::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-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:  ;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.absolute{
  position: absolute;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.z-\[10\]{
  z-index: 10;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.w-\[10\%\]{
  width: 10%;
}
.min-w-\[64px\]{
  min-width: 64px;
}
.cursor-pointer{
  cursor: pointer;
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.rounded{
  border-radius: 0.25rem;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-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;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@font-face {
  font-family: "PTSans";
  src: local("PTSans-Regular"), url("/storage/fonts/PTSans/PTSans-Regular.woff2") format("woff2"), url("/storage/fonts/PTSans/PTSans-Regular.woff") format("woff"), url("/storage/fonts/PTSans/PTSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PTSans";
  src: local("PTSans-Bold"), url("/storage/fonts/PTSans/PTSans-Bold.woff2") format("woff2"), url("/storage/fonts/PTSans/PTSans-Bold.woff") format("woff"), url("/storage/fonts/PTSans/PTSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: local("NotoSans-Medium"), url("/storage/fonts/NotoSans/NotoSans-Medium.woff2") format("woff2"), url("/storage/fonts/NotoSans/NotoSans-Medium.woff") format("woff"), url("/storage/fonts/NotoSans/NotoSans-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: local("NotoSans-SemiBold"), url("/storage/fonts/NotoSans/NotoSans-SemiBold.woff2") format("woff2"), url("/storage/fonts/NotoSans/NotoSans-SemiBold.woff") format("woff"), url("/storage/fonts/NotoSans/NotoSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: local("NotoSans-Bold"), url("/storage/fonts/NotoSans/NotoSans-Bold.woff2") format("woff2"), url("/storage/fonts/NotoSans/NotoSans-Bold.woff") format("woff"), url("/storage/fonts/NotoSans/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4A4E5B;
  background-color: #F2F8FB;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

ol {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--color-link-default, #227154);
  -webkit-text-decoration: var(--link-text-decoration, underline);
          text-decoration: var(--link-text-decoration, underline);
}
a:hover {
  color: var(--color-link-hover, #1b5a43);
  -webkit-text-decoration: var(--link-hover-decoration, );
          text-decoration: var(--link-hover-decoration, );
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.display-5b, .display-5, .display-4, .display-3, .display-2, .display-1 {
  margin-top: 0;
  font-family: "NotoSans", var(--bs-font-sans-serif);
  color: var(--color-heading, #3A4463);
}

h1, .h1 {
  margin-top: 0;
  font-family: "NotoSans", var(--bs-font-sans-serif);
  color: var(--color-heading, #3A4463);
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: calc(1.325rem + 0.9vw);
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}

h2, .h2 {
  margin-top: 0;
  font-family: "NotoSans", var(--bs-font-sans-serif);
  color: var(--color-heading, #3A4463);
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: calc(1.275rem + 0.3vw);
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

h3, .h3 {
  margin-top: 0;
  font-family: "NotoSans", var(--bs-font-sans-serif);
  color: var(--color-heading, #3A4463);
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 0.5rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  margin-top: 0;
  font-family: "NotoSans", var(--bs-font-sans-serif);
  color: var(--color-heading, #3A4463);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  font-weight: 600;
}

h5, .h5 {
  margin-top: 0;
  font-family: "NotoSans", var(--bs-font-sans-serif);
  color: var(--color-heading, #3A4463);
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 500;
}

h6, .h6 {
  margin-top: 0;
  font-family: "NotoSans", var(--bs-font-sans-serif);
  color: var(--color-heading, #3A4463);
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.color-scheme-bright {
  --color: #4A4E5B;
  --color-heading: #3A4463;
  --color-secondary: #6c757d;
  --color-p: #64697B;
  --color-link-default: #227154;
  background-color: #ffffff;
  color: var(--color);
  border-color: #4A4E5B;
}

.color-scheme-light {
  --color: #4A4E5B;
  --color-heading: #3A4463;
  --color-secondary: #6c757d;
  --color-p: #64697B;
  --color-link-default: #227154;
  background-color: #F2F8FB;
  color: var(--color);
  border-color: #4A4E5B;
}

.color-scheme-dark {
  --color: #f8f9fa;
  --color-heading: currentColor;
  --color-secondary: #6c757d;
  --color-p: #ced4da;
  background-color: #3A4463;
  color: var(--color);
  border-color: #f8f9fa;
  --color-link-default: #fff;
}

:root {
  --bs-blue: #3A4463;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #9e2f2f;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #21d090;
  --bs-teal: #8EDAC2;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #21d090;
  --bs-secondary: #64697B;
  --bs-success: #21d090;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #9e2f2f;
  --bs-light: #f8f9fa;
  --bs-dark: #3A4463;
  --bs-font-sans-serif: "PTSans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  font-variant-numeric: lining-nums;
  --bg-color-brighter: #ffffff;
  --color-p: #6c757d;
  --link-text-decoration: underline;
  --mark-bg-color: transparent;
  --ul-list-style-type: disc;
  --ul-padding-left: 2rem;
  --ul-margin-bottom: 1rem;
  --container-padding-x: 0;
  --gutter-x: 1rem;
  --gutter-y: 1rem;
  --hover-enabled: 1;
  --breakpoint: xs;
  --header-top-collapsed-height: 4rem;
  --header-bottom-collapsed-height: 4rem;
  --is-main-offcanvas-there: 0;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (min-width: 768px) {
  :root {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --gutter-x: 2rem;
    --gutter-y: 2rem;
  }
}
@media (hover: none) {
  :root {
    --hover-enabled: 0 !important;
  }
}
@media (hover: hover) {
  :root {
    --hover-enabled: 1 !important;
  }
}
@media (min-width: 576px) {
  :root {
    --breakpoint: $breakpoint;
  }
}
@media (min-width: 768px) {
  :root {
    --breakpoint: $breakpoint;
  }
}
@media (min-width: 992px) {
  :root {
    --breakpoint: $breakpoint;
  }
}
@media (min-width: 1200px) {
  :root {
    --breakpoint: $breakpoint;
  }
}
@media (min-width: 1400px) {
  :root {
    --breakpoint: $breakpoint;
  }
}
@media (min-width: 992px) {
  :root {
    --header-top-collapsed-height: 72px;
    --header-bottom-collapsed-height: 80px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-heading, #3A4463);
}

mark {
  padding: 0;
  background-color: transparent;
  color: #52b4de;
}

p {
  color: var(--color-p, currentColor);
}

ul {
  list-style: none;
  padding-left: 0;
}

.body-has-header {
  padding-top: calc(var(--header-top-collapsed-height) + var(--header-bottom-collapsed-height));
}
.body-has-header > .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  max-height: 95vh;
}

.app-waist--has-menu {
  display: grid;
  grid-column-gap: var(--gutter-x);
  grid-row-gap: calc(2 * var(--gutter-y));
  align-items: start;
}

@media (min-width: 992px) {
  .app-waist--has-menu {
    grid-template-columns: 320px 1fr;
  }
}
@media (min-width: 1200px) {
  .app-waist--has-menu {
    grid-template-columns: 360px 1fr;
  }
}
.container {
  --container-padding-x: 0.75rem;
  width: 100%;
  padding-right: var(--container-padding-x);
  padding-left: var(--container-padding-x);
  margin-right: auto;
  margin-left: auto;
}

.container-unpad {
  --container-padding-x: 0;
  width: 100%;
  padding-right: var(--container-padding-x);
  padding-left: var(--container-padding-x);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-unpad {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-unpad {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-unpad {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-unpad {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-unpad {
    max-width: 1320px;
  }
}
.bsx-blocked {
  opacity: 0.3;
  pointer-events: none;
}

/**
 * TODO 2021-09-01T13:36:34 revision: organize
 */
.text-primary {
  color: #21d090;
}

.text-secondary {
  color: var(--color-secondary, #64697B);
}

.text-danger {
  color: #9e2f2f;
}

.text-regular {
  color: var(--color, inherit) !important;
}

.text-teal {
  color: #8EDAC2 !important;
}

.flush-links {
  --link-text-decoration: none;
}

._list-gutter-y > * + * {
  margin-top: var(--gutter-y) !important;
}

.flush-m {
  margin: 0 !important;
}

.mb {
  margin-bottom: 1rem !important;
}

.mb-h {
  margin-bottom: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-15px {
  margin-bottom: 0.9375rem !important;
}

.mt {
  margin-top: 1rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-h {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.ml {
  margin-left: 1rem !important;
}

.ml-h {
  margin-left: 0.5rem !important;
}

.mr {
  margin-right: 1rem !important;
}

.mr-h {
  margin-right: 0.5rem !important;
}

.pt {
  padding-top: 1rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb {
  padding-bottom: 1rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl {
  padding-left: 1rem !important;
}

.pr {
  padding-right: 1rem !important;
}

.d-flex {
  display: flex !important;
}

.d-flex-row {
  display: flex !important;
  flex-direction: row;
}

.d-flex-column {
  display: flex !important;
  flex-direction: column;
}

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

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

.paint-inner-svg svg, .paint-inner-svg svg * {
  fill: var(--svg-fill, currentColor);
}
.paint-inner-svg svg[fill=none], .paint-inner-svg svg[fill=none] * {
  fill: none;
}

.btn-flat {
  border: none !important;
  background-color: unset !important;
  color: unset !important;
  padding: unset !important;
}

.btn-flat.btn-link {
  color: var(--color-link-default, #227154) !important;
}
.btn-flat.btn-link:hover {
  color: #1b5a43 !important;
}

.escape-container-padding {
  margin-left: calc(var(--container-padding-x) / -1);
  margin-right: calc(var(--container-padding-x) / -1);
}

.d-none {
  display: none;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
}

.font-size-mdx {
  font-size: 1.125rem !important;
}

.font-size-lg {
  font-size: 1.25rem !important;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.line-height-sm {
  line-height: 1.25 !important;
}

.link-above {
  position: relative;
  z-index: 2;
}

/**
 * @dev-temp Быстрое добавление стилей для последующей сортировки.
 * TODO 2021-03-19T16:46:55 periodic: cleanup
 */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.burger-icon {
  width: 24px;
}
.burger-icon > * {
  background-color: currentColor;
  height: 2px;
}
.burger-icon > * + * {
  margin-top: 6px;
}

.svg-size-24 svg {
  width: 24px;
  height: 24px;
}

.svg-size-72 svg {
  width: 72px;
  height: 72px;
}

body {
  --bg-color-brighter: #ffffff;
  --color-p: #6c757d;
  --link-text-decoration: underline;
  --gutter-y-between-sections: 4rem;
}
@media (min-width: 576px) {
  body {
    --gutter-y-between-sections: 5rem;
  }
}

.color-p {
  color: var(--color-p, currentColor);
}

footer {
  margin-top: 2rem;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.-todo {
  text-decoration: line-through;
  opacity: 50%;
}

.form-480 {
  max-width: 480px;
}

.elevated {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.anchor-with-header-offset {
  transform: translateY(calc(-1 * calc(var(--header-top-collapsed-height) + var(--header-bottom-collapsed-height))));
  display: inline-block;
  height: 0;
  visibility: hidden;
}
.anchor-with-header-offset.--absolute {
  position: absolute;
}

.relay {
  display: none;
}

.display-1 {
  font-size: calc(1.425rem + 2.1vw);
  margin-bottom: calc(1.425rem + 2.1vw);
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.display-2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: calc(1.375rem + 1.5vw);
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
  }
}

.display-3 {
  font-size: calc(1.3125rem + 0.75vw);
  margin-bottom: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 1.875rem;
  }
}

.display-4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

.display-5 {
  font-size: calc(1.2625rem + 0.15vw);
  margin-bottom: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 1.375rem;
  }
}

.display-5b {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.whitespace-keep {
  white-space: pre-wrap;
}

.btn-group-spaced {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.btn-group-spaced > * {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.btn-with-icon.btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.btn-with-icon > *:first-child {
  margin-right: 6px;
}

.js-guard-text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.promo-block {
  max-width: 272px;
  margin: 4rem auto 0;
}

.promo-block-container-lr {
  display: flex;
  gap: 20px;
  margin: 4em 0 0;
}
.promo-block-container-lr > div {
  width: 50%;
}
.promo-block-container-lr .promo-block {
  max-width: none;
  margin: 0;
}

.promo-block-container-inner .promo-block {
  max-width: none;
  margin: 0;
}

.gap-1 {
  gap: 1em;
}

.hover\:bg-primary\/25:hover{
  background-color: rgb(33 208 144 / 0.25);
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.page-home ul {
  padding-left: 0;
  list-style: none;
}

.header {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  --item-line-height: 1.25;
  --item-padding-y: 7px;
  --item-color: #f8f9fa;
  --item-hover-color: #babbbc;
  --categories-menu-divider-color: rgba(248, 249, 250, 0.1);
}

.header-search-box-holder {
  background-color: #3A4463;
  height: var(--header-top-collapsed-height);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.header-search-box-holder > .search-box {
  max-width: 540px;
  width: 100%;
  border-radius: 0.25rem;
}

.header-brand-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: var(--header-bottom-collapsed-height);
  padding-left: 0;
  padding-right: 0;
}

.header-logo-img {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 150px;
  height: auto;
}

.header-base-responsive .__backdrop {
  --display: block;
  display: none;
}

.main-offcanvas-body {
  display: flex;
  flex-direction: column;
  --link-text-decoration: none;
}

.header-contacts {
  font-weight: 700;
  z-index: 1;
}
.header-contacts .header-contact-entry {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-contacts .header-contact-entry > .__value {
  margin-left: 6px;
}

.header-base-link {
  color: var(--item-color);
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: var(--item-padding-y);
  padding-bottom: var(--item-padding-y);
  line-height: var(--item-line-height);
}
.header-base-link:hover {
  color: var(--item-hover-color);
}

@media (min-width: 992px) {
  .header-search-box-holder {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 480px;
  }
  .header-brand-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header .mobile-menu-button {
    display: none;
  }
  .mobile-side-menu-title {
    display: none;
  }
  .main-offcanvas-body-flexible {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .main-offcanvas-body-flexible > .__top-panel-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #3A4463;
    height: var(--header-top-collapsed-height);
    z-index: -1;
  }
  .main-offcanvas-body-flexible > .__flex-break {
    flex-basis: 100%;
  }
  .main-offcanvas-body-flexible > .__search-box-placeholder {
    flex: 1 0 480px;
    height: var(--header-top-collapsed-height);
  }
  .main-offcanvas-body-flexible > .__logo-placeholder {
    width: 160px;
    height: var(--header-bottom-collapsed-height);
  }
  .main-offcanvas-body-flexible .header-base-link {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .main-offcanvas-body-flexible .header-contacts {
    order: 50;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .main-offcanvas-body-flexible .header-contacts > * + * {
    margin-left: 1rem;
  }
  .button-advice {
    width: -moz-min-content;
    width: min-content;
  }
}
@media (min-width: 1200px) {
  .button-advice {
    width: auto;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #4A4E5B;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5625rem 0.9375rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #4A4E5B;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 208, 144, 0.25);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 208, 144, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.3;
  box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #21d090;
  border-color: #21d090;
  box-shadow: inset 0 1px 0 rgba(122, 227, 188, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #43e1a7;
  border-color: #43e1a7;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #43e1a7;
  border-color: #43e1a7;
  box-shadow: inset 0 1px 0 rgba(122, 227, 188, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(66, 215, 161, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #90e8c8;
  background-color: #1aa673;
  border-color: #199c6c;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(66, 215, 161, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #21d090;
  border-color: #21d090;
}
.btn-primary:disabled {
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #64697B;
  border-color: #64697B;
  box-shadow: inset 0 1px 0 rgba(122, 227, 188, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #555969;
  border-color: #505462;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #555969;
  border-color: #505462;
  box-shadow: inset 0 1px 0 rgba(122, 227, 188, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(123, 128, 143, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #505462;
  border-color: #4b4f5c;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(123, 128, 143, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #64697B;
  border-color: #64697B;
}

.btn-light {
  color: #6c757d;
  background-color: #ffffff;
  border-color: #adb5bd;
  box-shadow: inset 0 1px 0 rgba(122, 227, 188, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #1cb17a;
  background-color: #e9faf4;
  border-color: #21d090;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #1cb17a;
  background-color: #e9faf4;
  border-color: #21d090;
  box-shadow: inset 0 1px 0 rgba(122, 227, 188, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(163, 171, 179, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: #b5bcc4;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(163, 171, 179, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #ffffff;
  border-color: #adb5bd;
}

.btn-outline-primary {
  color: #21d090;
  border-color: #21d090;
}
.btn-outline-primary:hover {
  color: #f8f9fa;
  background-color: #21d090;
  border-color: #21d090;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 208, 144, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #90e8c8;
  background-color: #21d090;
  border-color: #21d090;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(33, 208, 144, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #21d090;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #64697B;
  border-color: #64697B;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #64697B;
  border-color: #64697B;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(100, 105, 123, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #64697B;
  border-color: #64697B;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(100, 105, 123, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #64697B;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #227154;
  text-decoration: underline;
}
.btn-link:hover {
  color: #1b5a43;
}
.btn-link:disabled, .btn-link.disabled {
  color: #fff;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(33, 208, 144, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.btn-close {
  cursor: pointer;
}

.header-contacts-button {
  display: none;
}
.header-contacts-button + div {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.header-contacts-button + div div {
  z-index: 2;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.header-contacts-button + div div > * {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #ddd;
  color: #4A4E5B;
}
.header-contacts-button + div:before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.header-contacts-button.visible + div {
  display: block;
}

@media (max-width: 991.98px) {
  :root {
    --is-main-offcanvas-there: 1;
  }
  .header-base-responsive {
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    visibility: collapse;
    opacity: 0;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .header-base-responsive {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .header-base-responsive .header-base-responsive-container {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
  }
  .header-base-responsive .__backdrop {
    display: var(--display);
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .header-base-responsive .main-offcanvas {
    transition: all 0.2s ease-in-out;
    transform: translateX(100%);
    max-width: 420px;
    margin-left: auto;
    background-color: #3A4463;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 100%;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .header-base-responsive .main-offcanvas {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .main-offcanvas {
    display: flex;
    flex-direction: column;
  }
  .main-offcanvas > .main-offcanvas-body {
    flex: 1 0 auto;
    height: calc(100% - var(--header-top-collapsed-height));
  }
  .main-offcanvas-body {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main-offcanvas-body > .__desktop-only {
    display: none;
  }
  .main-offcanvas-body-scroll-content {
    padding-bottom: 2rem;
  }
  .main-offcanvas-body-flexible {
    display: flex;
    flex-direction: column;
  }
  .main-offcanvas-body-flexible > * {
    order: 10;
  }
  .main-offcanvas-body-flexible > .form-logout {
    order: 99;
  }
  .mobile-side-menu-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    height: var(--header-top-collapsed-height);
  }
  .mobile-side-menu-title .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
    padding: 0.5rem;
    margin-left: auto;
  }
  .toggle-header-collapse:checked ~ .header .header-base-responsive {
    visibility: visible;
    opacity: 1;
  }
  .toggle-header-collapse:checked ~ .header .header-base-responsive .main-offcanvas {
    transform: translateX(0);
  }
  .header-menu-accordion {
    --color-link-default: var(--item-color);
    --color-link-hover: var(--item-hover-color);
    border-top: 1px solid #babbbc;
    border-bottom: 1px solid #babbbc;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .header-menu-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
  }
}
@media (max-width: 991.98px) and (min-width: 991.98px) {
  .header-menu-accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
  }
}
@media (max-width: 991.98px) {
  .header-menu-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231ebb82'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .header-menu-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f8f9fa'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .header-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: var(--item-padding-y);
    padding-bottom: var(--item-padding-y);
  }
  .header-contacts .__phone-link {
    --color-link-default: #21d090;
    --color-link-hover: #59dcac;
  }
  .header-contacts > * + * {
    margin-top: 0.5rem;
  }
  .header-contacts-button {
    display: flex;
  }
  .header-contacts-button svg {
    fill: #21d090;
    width: 32px;
    height: 32px;
  }
}
.mobile-menu-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: var(--header-bottom-collapsed-height);
}
.mobile-menu-button .__icon {
  margin-right: 0.75rem;
}
.mobile-menu-button:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 448 512"><path d="M16 112h416c8.844 0 16-7.156 16-15.1S440.8 80 432 80h-416C7.156 80 0 87.16 0 95.1S7.156 112 16 112zM432 240h-416C7.156 240 0 247.2 0 256s7.156 16 16 16h416C440.8 272 448 264.8 448 256S440.8 240 432 240zM432 400h-416c-8.844 0-16 7.156-16 15.1S7.156 432 16 432h416c8.844 0 16-7.156 16-15.1S440.8 400 432 400z"/></svg>');
  margin-right: 0.75rem;
}

.btn-whatsapp {
  background-color: transparent;
  border-color: #21d090;
  color: #21d090;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5625rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4A4E5B;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #adb5bd;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.9375rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5625rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4A4E5B;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #adb5bd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #4A4E5B;
  background-color: #fff;
  border-color: #90e8c8;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(33, 208, 144, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5625rem 0.9375rem;
  margin: -0.5625rem -0.9375rem;
  -webkit-margin-end: 0.9375rem;
          margin-inline-end: 0.9375rem;
  color: #4A4E5B;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgba(0, 0, 0, 0.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.5625rem 0.9375rem;
  margin: -0.5625rem -0.9375rem;
  -webkit-margin-end: 0.9375rem;
          margin-inline-end: 0.9375rem;
  color: #4A4E5B;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgba(0, 0, 0, 0.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4A4E5B;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.125rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.5625rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}



.form-label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-grid {
  display: grid;
  grid-column-gap: var(--gutter-x);
  grid-row-gap: var(--gutter-y);
  --grid-columns-count: 12;
  grid-template-columns: repeat(var(--grid-columns-count), 1fr);
}

.form-item {
  grid-column: span 12;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5625rem 1.9375rem 0.5625rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4A4E5B;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  background-size: 16px 12px;
  border: 1px solid #adb5bd;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: #90e8c8;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(33, 208, 144, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.9375rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4A4E5B;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #F2F8FB;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #90e8c8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 208, 144, 0.25);
}
.form-check-input:checked {
  background-color: #21d090;
  border-color: #21d090;
}
.form-check-input:checked[type=checkbox] {
  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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #21d090;
  border-color: #21d090;
  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 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2390e8c8'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.3;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  padding: 1rem 0.75rem;
}
.modal-header .btn-close {
  padding: 1rem 1.5rem;
  margin: -1rem -1.5rem -1rem auto;
}

.modal-title {
  margin-top: 0;
  font-family: "NotoSans", var(--bs-font-sans-serif);
  color: var(--color-heading, #3A4463);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 0.75rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 2.5rem 3rem-0.25rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-header {
    padding-left: calc(1.425rem + 2.1vw);
    padding-right: calc(1.425rem + 2.1vw);
    padding-top: calc(1.325rem + 0.9vw);
    padding-bottom: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .modal-header {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
  }
}
@media (min-width: 576px) {
  .modal-body {
    padding-left: calc(1.425rem + 2.1vw);
    padding-right: calc(1.425rem + 2.1vw);
    padding-top: calc(1.375rem + 1.5vw);
    padding-bottom: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .modal-body {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .modal-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.modal-subtitle {
  text-align: center;
  color: #6c757d;
}

.modal-dialog .__submit-success-title {
  text-align: center;
}

.header-menu-accordion {
  line-height: var(--item-line-height);
}
.header-menu-accordion li li + li {
  border-top: 1px solid var(--categories-menu-divider-color);
}
.header-menu-accordion .accordion-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header-menu-accordion .accordion-button,
.header-menu-accordion .accordion-surrogate-button {
  color: var(--item-color);
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: var(--item-padding-y);
  padding-bottom: var(--item-padding-y);
  border: none;
  width: auto;
  --color-link-hover: $fore-color-dark;
}
@media (min-width: 991.98px) {
  .header-menu-accordion .accordion-button:hover,
  .header-menu-accordion .accordion-surrogate-button:hover {
    background-color: #e9faf4;
    color: #4A4E5B;
    --color-link-default: $fore-color-dark;
  }
}
.header-menu-accordion .header-navbar-menu-item.--item-link {
  color: var(--item-color);
}

.header-menu-accordion {
  --accordion-manual-touch: 1;
}
@media (hover: none) {
  .header-menu-accordion {
    --accordion-manual-touch: 1 !important;
  }
}
@media (min-width: 992px) {
  .header-menu-accordion {
    --accordion-manual-touch: 0;
  }
}

.header-navbar-menu-item.--item-link {
  display: inline-block;
  width: 100%;
}

.navbar-menu-collapse > ul > .accordion-item > .accordion-surrogate-button a {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .header-menu-accordion {
    display: flex;
    flex-direction: row;
    --categories-menu-divider-color: rgba(74, 78, 91, 0.1);
  }
  .header-menu-accordion > * {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .header-menu-accordion .accordion-button,
  .header-menu-accordion .header-navbar-menu-item.--item-link {
    color: #4A4E5B;
  }
  .header-menu-accordion .header-navbar-menu-item.--level-0::after {
    margin-left: 0.25rem;
  }
  .header-menu-accordion .accordion-collapse {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    z-index: 1000;
    width: -moz-max-content;
    width: max-content;
    min-width: 14rem;
    max-width: 16rem;
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .header-menu-accordion .accordion-collapse {
    transition: none;
  }
}
@media (min-width: 992px) {
  .header-menu-accordion .accordion-collapse.--collapse-non-top-level {
    left: 100%;
    top: 0;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .header-menu-accordion .collapse:not(.show) {
    display: block;
    opacity: 0;
    z-index: -1;
    transform: translateY(-8px);
    visibility: hidden;
  }
  .header-menu-accordion .accordion-item:hover > .accordion-collapse {
    opacity: 1;
    z-index: 1000;
    transform: translateY(0);
    visibility: visible;
  }
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #4A4E5B;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #1ebb82;
  background-color: #e9faf4;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231ebb82'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234A4E5B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #90e8c8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 208, 144, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.accordion-item-sm .accordion-button {
  padding: 0.25rem 0.5rem;
}
.accordion-item-sm .accordion-body {
  padding: 1rem 0.5rem;
}

.section-hero {
  padding-top: calc(1.725rem + 5.7vw);
  padding-bottom: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .section-hero {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.hero-title {
  margin-bottom: 0.9375rem;
}

.hero-lead {
  color: #64697B;
  margin-bottom: 2rem;
  max-width: 576px;
}

.hero-image-block {
  display: none;
}

.hero-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: calc(-0.5 * var(--gutter-x));
}
.hero-actions > * {
  margin: calc(0.5 * var(--gutter-x));
}

@media (min-width: 992px) {
  .section-hero {
    display: grid;
    grid-column-gap: var(--gutter-x);
    grid-row-gap: var(--gutter-y);
    grid-template-columns: 1fr auto;
  }
  .hero-image-block {
    display: block;
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}

.section {
  padding-top: calc(1.825rem + 6.9vw);
  padding-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .section {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}

.section-box {
  padding-top: calc(1.425rem + 2.1vw);
  padding-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .section-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.section-title-large {
  word-wrap: anywhere;
  font-weight: 600;
}

.card-group {
  display: grid;
  grid-column-gap: var(--gutter-x);
  grid-row-gap: var(--gutter-y);
  grid-template-columns: repeat(var(--grid-columns-count, 1), 1fr);
}

@media (max-width: 575.98px) {
  .card-group-responsive {
    margin-left: calc(var(--container-padding-x) / -1);
    margin-right: calc(var(--container-padding-x) / -1);
  }
}
@media (min-width: 992px) {
  .card-group-responsive {
    --grid-columns-count: 2;
  }
}
@media (min-width: 1200px) {
  .card-group-responsive {
    --grid-columns-count: 4;
  }
}

.card {
  display: flex;
  flex-direction: column;
  background-color: var(--bg-color-brighter);
  border-radius: var(--card-border-radius, 0.25rem);
  overflow: hidden;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card {
    transition: none;
  }
}
.card.card-hover-enlarge:hover {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.15);
}

.card-header {
  height: 2.5rem;
  background-color: var(--card-header-bg-color, #b4bdde);
}

.card-body {
  padding: 2rem 2rem;
  flex-grow: 1;
}
.card-body > *:last-child {
  margin-bottom: 0 !important;
}

.card-subtitle {
  color: #64697B;
}

.card-subtitle.h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0;
  font-family: "NotoSans", var(--bs-font-sans-serif);
  margin-bottom: 0.5rem;
}

.card-row {
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-footer {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.card-actions > * {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.card:nth-child(3n+1) {
  --card-header-bg-color: #52b4de;
}

.card:nth-child(3n+2) {
  --card-header-bg-color: #8edac2;
}

.card:nth-child(3n+3) {
  --card-header-bg-color: #b4bdde;
}

.offers-content {
  max-width: 576px;
  margin: auto;
}
.offers-content h2 {
  font-size: 32px;
  margin-bottom: 5px;
}
.offers-content h2 + p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 21px;
}

.section-offers {
  padding-bottom: 0;
}

.offers-list {
  margin-left: calc(var(--container-padding-x) / -1);
  margin-right: calc(var(--container-padding-x) / -1);
  --card-border-radius: 0;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: var(--gutter-x);
  margin: 0;
}

@media (min-width: 576px) {
  .offers-content {
    max-width: 480px;
  }
  .offers-list {
    --card-border-radius: 0.25rem;
  }
}
@media (min-width: 992px) {
  .offers-content {
    max-width: unset;
  }
  .offers-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.section-aid > *:last-child {
  margin-bottom: 0 !important;
}

.aid-content {
  max-width: 576px;
  margin: auto;
}
.aid-content h2 {
  margin-bottom: 5px;
  font-size: 32px;
}
.aid-content h2 + p {
  font-weight: bold;
  font-size: 20px;
}

.aid-list {
  margin-left: calc(var(--container-padding-x) / -1);
  margin-right: calc(var(--container-padding-x) / -1);
  --card-border-radius: 0;
  display: grid;
  grid-row-gap: var(--gutter-y);
  grid-column-gap: var(--gutter-x);
  margin: 0;
}

@media (min-width: 576px) {
  .aid-content {
    max-width: 480px;
  }
  .aid-list {
    --card-border-radius: 0.25rem;
  }
}
@media (min-width: 992px) {
  .aid-content {
    max-width: unset;
  }
  .aid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.container--features h2 {
  font-size: 32px;
}

.sections-group > .section-features {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  --svg-fill: #64697B;
  margin-bottom: 3em;
}

.features-list {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-column-gap: var(--gutter-x);
  grid-row-gap: var(--gutter-y);
  grid-template-columns: repeat(auto-fill, minmax(0, 320px));
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}

.feature-item {
  display: flex;
  flex-direction: column;
  max-width: 320px;
}
.feature-item > .feature-item__icon {
  align-self: flex-start;
  margin-bottom: 1rem;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-item > .feature-item__text {
  text-align: justify;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .section-features {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .feature-item > .feature-item__text {
    text-align: start;
  }
  .features-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .features-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.post-categories-banner {
  background: #fff;
}
.post-categories-banner.banner-gradient-bg .content__title {
  color: #F2F8FB;
}
.post-categories-banner.banner-gradient-bg .content__title + p {
  color: #fff;
}
.post-categories-banner .container {
  display: flex;
  align-items: center;
}
.post-categories-banner .content {
  padding: 50px 0;
  width: 60%;
  max-width: 100%;
  margin-right: 20px;
}
.post-categories-banner .content p {
  color: #3D4461;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 42px;
}
.post-categories-banner .content .btn {
  margin-top: 16px;
  min-width: 170px;
}
.post-categories-banner .content__title {
  color: #3D4461;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}
.post-categories-banner .content__title span {
  color: #52B4DE;
}
.post-categories-banner .content__title + p {
  font-size: 24px;
  font-weight: bold;
  color: #3D4461;
  margin-bottom: 42px;
}
.post-categories-banner .content__title + p:last-of-type {
  font-weight: normal;
  color: #ced4da;
  margin-top: 21px;
  margin-bottom: 0;
}
.post-categories-banner .img {
  width: 410px;
  height: 480px;
  margin-left: auto;
  background-image: url(/images/1.png?3edd58478c687a712c8874267b759d63);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: relative;
}
.post-categories-banner ~ .post-categories-banner .img {
  background-image: url(/images/2.png?4e7c1792da41f9990a94dbba5c0e49fd);
  width: 360px;
  height: 360px;
  position: static;
  background-position: 0 100%;
  margin: 10px 0 30px auto;
}
.post-categories-banner.small .content__title {
  font-size: 44px;
  margin-bottom: 21px;
}
.post-categories-banner.small .content__title + p:last-of-type {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .post-categories-banner .img {
    max-width: 35%;
    margin-top: 0;
    margin-bottom: 0;
    background-size: contain;
  }
  .post-categories-banner .content__title {
    font-size: 36px;
  }
  .post-categories-banner .content__title + p {
    font-size: 20px;
  }
  .post-categories-banner .content p {
    font-size: 16px;
  }
  .post-categories-banner.small .content__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .post-categories-banner .container {
    padding-left: 19px;
    padding-right: 19px;
  }
  .post-categories-banner .content {
    margin-right: 0;
    width: 100%;
  }
  .post-categories-banner .content p {
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .post-categories-banner .content .btn {
    margin-top: 11px;
  }
  .post-categories-banner .content__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 25px;
  }
  .post-categories-banner .img {
    display: none;
  }
  .post-categories-banner.small .content__title {
    font-size: 28px;
  }
}
@media (max-width: 380px) {
  .post-categories-banner .content .btn {
    width: 100%;
  }
}

/**
 * Swiper 7.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 31, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.section-post-categories > *:last-child {
  margin-bottom: 0 !important;
}

.category-tabs-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.category-tabs-container .tab-control {
  width: 370px;
  margin-right: 30px;
}
.category-tabs-container .tab-item {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 18px 24px 21px 24px;
  border-top: 13px solid transparent;
  cursor: pointer;
}
.category-tabs-container .tab-item svg {
  min-width: 62px;
  margin-right: 19px;
}
.category-tabs-container .tab-item p {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #3A4463;
  margin: 0;
  max-width: 190px;
}
.category-tabs-container .tab-item .number {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: #E1EAEF;
  margin-left: auto;
  transition: color ease 0.2s;
}
.category-tabs-container .tab-item:not(:last-child) {
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.category-tabs-container .tab-item_active {
  background: #FFFFFF;
  border-color: #52B4DE;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.09);
  border-radius: 3px 3px 0 0;
}
.category-tabs-container .tab-item_active .number {
  color: #21D090;
}
.category-tabs-container .tab-item:hover .number {
  color: #21D090;
}

.post-categories-content {
  max-width: calc(100% - 400px);
}
.post-categories-content .posts-categories-swiper .swiper-wrapper {
  align-items: stretch;
}
.post-categories-content .title {
  color: #3A4463;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.post-categories-content .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 40px 38px 45px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
.post-categories-content .slide-btn {
  text-align: center;
  margin-top: 30px;
}
.post-categories-content .slide-btn .btn {
  min-width: 150px;
}

.post-categories-content .tab-item-content {
  display: none;
  position: relative;
}
.post-categories-content .tab-item-content .tabs-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
}
.post-categories-content .tab-item-content .swiper-button-next:not(:first-child) {
  margin-left: 20px;
}

.post-categories-content .tab-item-content_show {
  display: block;
}

.post-categories-content .tab-item-content .list {
  margin-bottom: auto;
}
.post-categories-content .tab-item-content .list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 35px;
  padding-left: 34px;
  background-image: url('data:image/svg+xml,%3csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0ZM14.2 8.3L9.4 13.1C9 13.5 8.4 13.5 8 13.1L5.8 10.9C5.4 10.5 5.4 9.9 5.8 9.5C6.2 9.1 6.8 9.1 7.2 9.5L8.7 11L12.8 6.9C13.2 6.5 13.8 6.5 14.2 6.9C14.6 7.3 14.6 7.9 14.2 8.3Z" fill="%2321D090"/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-position: top 5px left;
  min-height: 25px;
}
.post-categories-content .tab-item-content .list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
  color: #3A4463;
}
.post-categories-content .tab-item-content .list li a:hover {
  text-decoration: none;
}

.swiper-button-next, .swiper-button-prev {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  background: #4D99C0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -20px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml, %3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg id="chevron right"%3e%3cpath id="Icon" d="M15.78 12.7199C15.9207 12.5793 15.9998 12.3887 16 12.1899L16 11.8099C15.9977 11.6114 15.9189 11.4216 15.78 11.2799L10.64 6.14985C10.5461 6.0552 10.4183 6.00195 10.285 6.00195C10.1517 6.00195 10.0239 6.05519 9.93 6.14985L9.22 6.85985C9.12594 6.95201 9.07293 7.07816 9.07293 7.20985C9.07293 7.34154 9.12594 7.46769 9.22 7.55985L13.67 11.9999L9.22 16.4399C9.12534 16.5337 9.0721 16.6615 9.0721 16.7949C9.0721 16.9282 9.12534 17.056 9.22 17.1499L9.93 17.8499C10.0239 17.9445 10.1517 17.9978 10.285 17.9978C10.4183 17.9978 10.5461 17.9445 10.64 17.8499L15.78 12.7199Z" fill="white"/%3e%3c/g%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -20px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml, %3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg id="chevron right"%3e%3cpath id="Icon" d="M8.22 11.2801C8.07931 11.4207 8.00017 11.6113 8 11.8101L8 12.1901C8.0023 12.3886 8.08112 12.5784 8.22 12.7201L13.36 17.8501C13.4539 17.9448 13.5817 17.998 13.715 17.998C13.8483 17.998 13.9761 17.9448 14.07 17.8501L14.78 17.1401C14.8741 17.048 14.9271 16.9218 14.9271 16.7901C14.9271 16.6585 14.8741 16.5323 14.78 16.4401L10.33 12.0001L14.78 7.56015C14.8747 7.46626 14.9279 7.33847 14.9279 7.20515C14.9279 7.07183 14.8747 6.94403 14.78 6.85015L14.07 6.15015C13.9761 6.05549 13.8483 6.00225 13.715 6.00225C13.5817 6.00225 13.4539 6.05549 13.36 6.15015L8.22 11.2801Z" fill="white"/%3e%3c/g%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 1200px) {
  .category-tabs-container .tab-control {
    width: 280px;
  }
  .category-tabs-container .tab-item {
    padding: 15px 18px;
    border-top-width: 8px;
  }
  .category-tabs-container .tab-item svg {
    width: 40px;
    min-width: 40px;
    margin-right: 12px;
  }
  .category-tabs-container .tab-item p {
    font-size: 18px;
  }
  .category-tabs-container .tab-item .number {
    font-size: 32px;
  }
  .category-tabs-container .tab-item:not(:last-child) {
    padding-bottom: 23px;
  }
  .post-categories-content {
    max-width: calc(100% - 310px);
  }
}
@media (max-width: 769px) {
  .section-post-categories {
    padding-left: 0;
    padding-right: 0;
  }
  .category-tabs-container {
    flex-wrap: wrap;
  }
  .category-tabs-container .tab-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 20px 0;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .category-tabs-container .tab-control .tab-item {
    width: auto;
    flex: 0 0 auto;
    padding: 20px 23px;
    border: none;
    font-size: 16px;
  }
  .category-tabs-container .tab-control .tab-item svg {
    display: none;
  }
  .category-tabs-container .tab-control .tab-item .number {
    display: none;
  }
  .category-tabs-container .tab-control .tab-item_active {
    position: relative;
    background: transparent;
    box-shadow: none;
  }
  .category-tabs-container .tab-control .tab-item_active p {
    color: #52B4DE;
  }
  .category-tabs-container .tab-control .tab-item_active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 5px;
    border-radius: 3px 3px 0px 0px;
    background: #52B4DE;
  }
  .category-tabs-container .tab-control::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .post-categories-content {
    max-width: 100%;
  }
  .post-categories-content .title {
    margin-bottom: 24px;
  }
  .post-categories-content .swiper-slide {
    box-shadow: none;
    padding: 32px 20px;
  }
  .tab-control-container {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    overflow: hidden;
  }
  .post-categories-content .tab-item-content .list li {
    margin-bottom: 20px;
  }
  .post-categories-content .tab-item-content .tabs-arrows {
    padding: 30px 0 80px;
  }
  .post-categories-content .swiper-button-next {
    position: relative;
    top: initial;
    right: 0;
  }
  .post-categories-content .swiper-button-prev {
    position: relative;
    top: initial;
    left: 0;
  }
}
@media (max-width: 480px) {
  .tab-control-container:after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 21px;
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url('data:image/svg+xml, %3csvg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath id="Vector" d="M1 13.5L7 7.5L1 1.5" stroke="%233A4463" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    z-index: 1;
  }
  .tab-control-container:before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 21px;
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url('data:image/svg+xml, %3csvg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath id="Vector" d="M7 13.5L1 7.5L7 1.5" stroke="%233A4463" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    z-index: 1;
  }
  .post-categories-content .slide-btn .btn {
    width: 100%;
  }
}

.banner-gradient-bg {
  background: linear-gradient(89.1deg, #54AACF 0%, #475789 100%);
}

.popular-posts-banner .container {
  display: flex;
  align-items: center;
}
.popular-posts-banner .content {
  padding: 50px 0;
  width: 652px;
  max-width: 100%;
  margin-right: 20px;
}
.popular-posts-banner .content p {
  color: #CED4DA;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.popular-posts-banner .content .btn {
  margin-top: 16px;
  min-width: 170px;
}
.popular-posts-banner .content__title {
  color: #F2F8FB;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 21px;
}
.popular-posts-banner .content__title span {
  color: #52B4DE;
}
.popular-posts-banner .img {
  width: 360px;
  height: 360px;
  background-image: url(/images/3.png?f156b9ad1d6ad11f7cc57e6f3d82b2e0);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 30px 0 30px auto;
  background-position: 0 100%;
}

@media (max-width: 1200px) {
  .popular-posts-banner .img {
    max-width: 35%;
    margin-top: 0;
    margin-bottom: 0;
    background-size: contain;
  }
  .popular-posts-banner .content__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .popular-posts-banner .container {
    padding-left: 19px;
    padding-right: 19px;
  }
  .popular-posts-banner .content {
    margin-right: 0;
  }
  .popular-posts-banner .content p {
    color: #CED4DA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .popular-posts-banner .content .btn {
    margin-top: 11px;
  }
  .popular-posts-banner .content__title {
    color: #F2F8FB;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 25px;
  }
  .popular-posts-banner .img {
    display: none;
  }
}
@media (max-width: 380px) {
  .popular-posts-banner .content .btn {
    width: 100%;
  }
}

.section-popular-posts > *:last-child {
  margin-bottom: 0 !important;
}

.popular-posts-tabs {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.popular-posts-tabs .tab-item {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 8px 50px 8px 28px;
  border-top: 13px solid transparent;
  cursor: pointer;
}
.popular-posts-tabs .tab-item_active {
  background: #FFFFFF;
  border-color: #52B4DE;
  box-shadow: 0 -12px 12px rgba(0, 0, 0, 0.04);
  border-radius: 3px 3px 0 0;
}
.popular-posts-tabs .tab-item svg {
  min-width: 62px;
  margin-right: 14px;
}
.popular-posts-tabs .tab-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #3A4463;
  margin: 0;
  max-width: 135px;
}

.popular-posts-tabs-content {
  padding: 50px;
  background: #FFFFFF;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 3px 3px;
}
.popular-posts-tabs-content .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popular-posts-tabs-content .current-tab {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #E1EAEF;
  margin-left: 15px;
}
.popular-posts-tabs-content .current-tab span {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: #21D090;
}

.pagination-current ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pagination-current ul li {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #3A4463;
  text-align: center;
  width: 33px;
  padding: 7px;
  border-radius: 5px;
  margin-left: 12px;
  cursor: pointer;
}
.pagination-current ul li.prev {
  margin-left: 0;
  margin-right: 12px;
}
.pagination-current ul li.prev,
.pagination-current ul li.next {
  width: 8px;
  height: 33px;
  padding: 0;
  background-image: url('data:image/svg+xml,%3csvg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M7 13.5L1 7.5L7 1.5" stroke="%233A4463" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-current ul li.next {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 24px;
}
.pagination-current ul li.current {
  color: #FFFFFF;
  background-color: #52EB8F;
}
.pagination-current ul li.line {
  width: 82px;
  border-bottom: 1px dashed #3A4463;
  height: 1px;
  padding: 0;
  border-radius: 0;
  margin-left: 24px;
  margin-right: 12px;
}

.tab-item-content {
  display: none;
}

.tab-item-content_show {
  display: block;
}

.popular-posts-tabs-content .tab-item-content .list {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 94px;
       column-gap: 94px;
  margin-bottom: 36px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.popular-posts-tabs-content .tab-item-content .list.faded {
  opacity: 0;
}
.popular-posts-tabs-content .tab-item-content .list li {
  min-height: 25px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 25px;
  padding-left: 30px;
  background-image: url('data:image/svg+xml,%3csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0ZM14.2 8.3L9.4 13.1C9 13.5 8.4 13.5 8 13.1L5.8 10.9C5.4 10.5 5.4 9.9 5.8 9.5C6.2 9.1 6.8 9.1 7.2 9.5L8.7 11L12.8 6.9C13.2 6.5 13.8 6.5 14.2 6.9C14.6 7.3 14.6 7.9 14.2 8.3Z" fill="%2321D090"/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-position: top 5px left;
}
.popular-posts-tabs-content .tab-item-content .list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
  color: #3A4463;
}

@media (max-width: 1200px) {
  .popular-posts-tabs .tab-item {
    padding: 8px 20px;
  }
  .popular-posts-tabs .tab-item svg {
    width: 55px;
    min-width: 55px;
  }
  .popular-posts-tabs .tab-item p {
    max-width: inherit;
  }
  .popular-posts-tabs-content .tab-item-content .list {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 992px) {
  .popular-posts-tabs .tab-item svg {
    display: none;
  }
  .popular-posts-tabs-content {
    padding: 25px;
  }
  .popular-posts-tabs-content .tab-item-content .list {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 769px) {
  .tabs-container {
    padding: 0 20px 27px;
    background: #fff;
  }
  .section-popular-posts {
    padding-left: 0;
    padding-right: 0;
  }
  .popular-posts-tabs .tab-item {
    border-top-width: 8px;
  }
  .popular-posts-tabs-content {
    padding: 20px 0 0;
    box-shadow: none;
    border-radius: 0;
  }
  .tab-item-content .list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .popular-posts-tabs-container {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #E1E1E1;
  }
  .popular-posts-tabs {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .popular-posts-tabs .tab-item {
    position: relative;
    width: auto;
    flex: 0 0 auto;
    color: #3A4463;
    font-size: 16px;
    font-weight: 700;
    line-height: 110%;
    padding: 20px;
    border: none;
    border-radius: 0;
  }
  .popular-posts-tabs .tab-item p {
    max-width: 120px;
  }
  .popular-posts-tabs .tab-item:first-child p {
    max-width: 84px;
  }
  .popular-posts-tabs .tab-item:nth-child(2) p {
    max-width: 88px;
  }
  .popular-posts-tabs .tab-item_active {
    box-shadow: none;
  }
  .popular-posts-tabs .tab-item_active p {
    color: #52B4DE;
  }
  .popular-posts-tabs .tab-item_active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 5px;
    border-radius: 3px 3px 0px 0px;
    background: #52B4DE;
  }
  .popular-posts-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .popular-posts-tabs-container {
    max-width: 100%;
    padding: 0 12px;
  }
  .popular-posts-tabs-container:after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url('data:image/svg+xml, %3csvg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath id="Vector" d="M1 13.5L7 7.5L1 1.5" stroke="%233A4463" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    z-index: 1;
  }
  .popular-posts-tabs-container:before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url('data:image/svg+xml, %3csvg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath id="Vector" d="M7 13.5L1 7.5L7 1.5" stroke="%233A4463" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    z-index: 1;
  }
  .popular-posts-tabs-content .current-tab {
    display: none;
  }
}
@media (max-width: 480px) {
  .tab-item-content .list {
    -moz-column-count: inherit;
         column-count: inherit;
    -moz-column-gap: inherit;
         column-gap: inherit;
  }
  .tab-item-content .list li {
    margin-bottom: 20px;
  }
  .popular-posts-tabs-content .tab-item-content .list {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.sections-group > .section-advice {
  padding-bottom: 1rem;
}

.advice-content {
  max-width: 480px;
  margin: auto;
}
.advice-content .__submit-success-title {
  text-align: center;
}

.form-online-consultation.--onpage {
  margin: auto;
  max-width: 480px;
}
.form-online-consultation.--onpage [value=submit] {
  width: 100%;
}

.item-onpage-appeal-do_accept {
  margin-bottom: 1rem;
}

.advice-form-submit-block .__submit-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: calc(-0.5 * var(--gutter-x));
}
.advice-form-submit-block .__submit-actions > * {
  margin: calc(0.5 * var(--gutter-x));
}

@media (min-width: 992px) {
  .advice-content {
    max-width: unset;
  }
  .form-online-consultation.--onpage {
    max-width: unset;
  }
  .form-online-consultation.--onpage > .form-item {
    grid-column: span 6;
  }
  .form-online-consultation.--onpage > .form-item.advice-form-submit-block {
    grid-column: 1/13;
  }
  .advice-form-submit-block {
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .form-online-consultation.--onpage {
    max-width: unset;
  }
  .form-online-consultation.--onpage > .form-item {
    grid-column: span 4;
  }
  .form-online-consultation.--onpage > .form-item.item-onpage-appeal-note {
    grid-column: span 8;
  }
}

.footer {
  border-top: 4px solid #3A4463;
}

.navigation-list > .navigation-list__item, .section-footer-main a {
  text-transform: none;
  font-weight: 500;
}

.section-footer-main {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(58, 68, 99, 0.2);
}
.section-footer-main a {
  color: #495057;
}
.section-footer-main a:hover, .section-footer-main a:focus {
  color: #3a4046;
}
.section-footer-main a:hover {
  text-decoration: underline;
}

.footer-main-content {
  display: grid;
  grid-column-gap: var(--gutter-x);
  grid-row-gap: var(--gutter-y);
  grid-template-areas: "logo" "contacts" "nav";
}

.logo-block {
  grid-area: logo;
}
.logo-block > .logo-block__img {
  display: block;
  width: auto;
  height: 48px;
}

.footer-contacts {
  grid-area: contacts;
  text-align: start;
}

.footer-social-list {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: row;
}
.footer-social-list > * + * {
  margin-left: 0.25rem;
}
.footer-social-list svg {
  width: 1.75rem;
  height: 1.75rem;
}
.footer-social-list a {
  border: 2px solid #21b090;
  border-radius: 50%;
  padding: 4px;
}
.footer-social-list li:not(:first-child) {
  margin-left: 8px;
}

.nav-column-wide {
  grid-column-start: span var(--grid-columns-count);
  max-width: 480px;
}

.navigation-block {
  grid-area: nav;
  line-height: 1.25;
  justify-content: center;
  border-top: 1px solid rgba(58, 68, 99, 0.2);
  padding-top: 1rem;
  display: grid;
  grid-column-gap: var(--gutter-x);
  grid-row-gap: var(--gutter-y);
  --grid-columns-count: 1;
  grid-template-columns: repeat(var(--grid-columns-count), minmax(240px, 480px));
}

.navigation-block p {
  margin-top: 0;
  font-family: "NotoSans", var(--bs-font-sans-serif);
  color: var(--color-heading, #3A4463);
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 500;
}

.navigation-list > .navigation-list__item {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .navigation-block {
    --grid-columns-count: 2;
  }
}
@media (min-width: 992px) {
  .navigation-block {
    --grid-columns-count: 3;
  }
  .nav-column-wide {
    grid-column-start: unset;
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .footer-main-content {
    grid-template-areas: "logo nav" "contacts nav";
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto 1fr;
  }
  .logo-block > .logo-block__img {
    margin: 0;
  }
  .footer-contacts {
    text-align: left;
  }
  .navigation-block {
    padding-top: 0;
    border-top: none;
    --grid-columns-count: 3;
    grid-template-columns: repeat(var(--grid-columns-count), 1fr);
  }
}

.section-copyright {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  text-align: start;
  line-height: 1.25;
}

.footer-service-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.footer-service-links {
  margin-bottom: 0.5rem;
}

.powered-by-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .footer-service-block {
    flex-direction: row;
    justify-content: space-between;
  }
}

.button-ttt-holder {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 600;
}

.button-ttt {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  transform: translateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
  .button-ttt {
    transition: none;
  }
}
.button-ttt svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.js-button-ttt.--hidden {
  opacity: 0;
  transform: translateY(150%);
}

@media (min-width: 992px) {
  .button-ttt-holder {
    right: 4rem;
  }
}

.floating-widget-container {
  position: fixed;
  bottom: 0;
  right: 112px;
  z-index: 600;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .floating-widget-container {
    transition: none;
  }
}

.subscribe-floating-container {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.15);
}
.subscribe-floating-container > .icon-wrap svg {
  color: #3A4463;
}
.subscribe-floating-container > .icon-wrap .__brand svg {
  width: 64px;
  height: 64px;
}
.subscribe-floating-container .__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: unset;
  left: unset;
}
.subscribe-floating-container .__close svg {
  width: 1.5rem;
  height: 1.5rem;
}

.subscribe-mobile-icon {
  display: none;
}

.js-floating-widget-container.--hidden {
  opacity: 0;
  transform: translateY(25%);
}

.js-subscribe-floating-container.--collapsed .__close {
  display: none;
}
.js-subscribe-floating-container.--collapsed .icon-wrap {
  cursor: pointer;
}
.js-subscribe-floating-container.--collapsed .icon-wrap .__brand svg {
  width: 2rem;
  height: 2rem;
}
.js-subscribe-floating-container.--collapsed .text-wrap {
  display: none;
}

@media (min-width: 768px) {
  .subscribe-floating-container.--expanded {
    flex-direction: row;
    padding-left: 1rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .subscribe-floating-container.--expanded > .icon-wrap {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .floating-widget-container {
    right: 10rem;
    bottom: 2rem;
  }
  .subscribe-floating-container {
    border-radius: 0.25rem;
  }
  .subscribe-floating-container.--collapsed {
    padding-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .floating-widget-container {
    right: inherit;
    left: 2rem;
    bottom: 2rem;
  }
  .floating-widget-container .subscribe-floating-container {
    display: none;
  }
  .floating-widget-container .subscribe-mobile-icon {
    display: block;
    width: 50px;
    height: 50px;
    padding: 3px 4px 4px 1px;
    background: #fff;
    border: 2px solid #21b090;
    border-radius: 50%;
  }
  .floating-widget-container .subscribe-mobile-icon svg {
    width: 100%;
    height: 100%;
  }
}

.toast {
  width: 480px;
  max-width: 100%;
  font-size: 1em;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
}

.toast-container {
  z-index: 1065;
}

@media (min-width: 768px) {
  .toast-body {
    padding-left: 1rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.toast-info {
  --toast-color-bg: #0dcaf0;
  --toast-color-fore: #000;
}

.toast-success {
  --toast-color-bg: #21d090;
  --toast-color-fore: #000;
}

.toast-warning {
  --toast-color-bg: #ffc107;
  --toast-color-fore: #000;
}

.toast-danger {
  --toast-color-bg: #9e2f2f;
  --toast-color-fore: #fff;
}

.toast-header {
  background-color: var(--toast-color-bg);
  color: var(--toast-color-fore);
}
.toast-header *:first-child {
  margin-right: auto;
}

.toast-body.toast-body-with-icon {
  display: flex;
  flex-direction: row;
}
.toast-body.toast-body-with-icon > .__icon {
  margin-right: 1rem;
}
.toast-body.toast-body-with-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--toast-color-bg);
}

.section-notifications {
  position: fixed;
  bottom: 1rem;
  right: 0;
}

@media (min-width: 576px) {
  .section-notifications {
    right: var(--container-padding-x);
  }
}

