/*!**********************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/normalize.css/normalize.css ***!
  \**********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!**********************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./scss/main.scss ***!
  \**********************************************************************************************************************************************************************************/
@charset "UTF-8";
.menu__title:after, .menu-wrapper > .nav-link:after, .nav-item > .nav-link:after, [class^=icon-], [class*=" icon-"], .breadcrumbs__list-item:not(:last-child):after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tags-list, .social, .footer__menu, .menu-list, .menu__cats, .submenu__list, .nav-list, .tel-list, .sign__list, .schedule, .breadcrumb, .list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.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;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.container,
.container-fluid {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  min-width: 320px;
  max-width: 1440px;
}

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
}

.row {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --gutter-x: 0;
}

.g-0,
.gy-0 {
  --gutter-y: 0;
}

.g-1,
.gx-1 {
  --gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 3rem;
  }
}
.modal {
  --modal-zindex: 1055;
  --modal-width: 800px;
  --modal-padding: 16px;
  --modal-margin: 0.5rem;
  --modal-color: #000;
  --modal-bg: #fff;
  --modal-border-color: var(--border-color-translucent);
  --modal-border-width: var(--border-width);
  --modal-border-radius: 20px;
  --modal-box-shadow: var(--box-shadow-sm);
  --modal-inner-border-radius: calc(20px - (var(--border-width)));
  --modal-header-padding-x: 16px;
  --modal-header-padding-y: 16px;
  --modal-header-padding: 16px 16px;
  --modal-header-border-color: var(--border-color);
  --modal-header-border-width: var(--border-width);
  --modal-title-line-height: 1.2;
  --modal-footer-gap: 0.5rem;
  --modal-footer-bg: ;
  --modal-footer-border-color: var(--border-color);
  --modal-footer-border-width: var(--border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@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% - var(--modal-margin) * 2);
}
.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% - var(--modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--modal-color);
  pointer-events: auto;
  background-color: var(--modal-bg);
  background-clip: padding-box;
  border: var(--modal-border-width) solid var(--modal-border-color);
  border-radius: var(--modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --backdrop-zindex: 1050;
  --backdrop-bg: #000;
  --backdrop-opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--modal-header-padding);
  border-bottom: var(--modal-header-border-width) solid var(--modal-header-border-color);
  border-top-left-radius: var(--modal-inner-border-radius);
  border-top-right-radius: var(--modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--modal-header-padding-y) * 0.5) calc(var(--modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--modal-header-padding-y));
  margin-right: calc(-0.5 * var(--modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--modal-padding) - var(--modal-footer-gap) * 0.5);
  background-color: var(--modal-footer-bg);
  border-top: var(--modal-footer-border-width) solid var(--modal-footer-border-color);
  border-bottom-right-radius: var(--modal-inner-border-radius);
  border-bottom-left-radius: var(--modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --modal-margin: 1.75rem;
    --modal-box-shadow: var(--box-shadow);
  }
  .modal-dialog {
    max-width: var(--modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.text-primary {
  --text-opacity: 1;
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}

.text-secondary {
  --text-opacity: 1;
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
}

.text-success {
  --text-opacity: 1;
  color: rgba(var(--success-rgb), var(--text-opacity)) !important;
}

.text-info {
  --text-opacity: 1;
  color: rgba(var(--info-rgb), var(--text-opacity)) !important;
}

.text-warning {
  --text-opacity: 1;
  color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
}

.text-danger {
  --text-opacity: 1;
  color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
}

.text-light {
  --text-opacity: 1;
  color: rgba(var(--light-rgb), var(--text-opacity)) !important;
}

.text-dark {
  --text-opacity: 1;
  color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
}

.text-black {
  --text-opacity: 1;
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}

.text-white {
  --text-opacity: 1;
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}

.text-body {
  --text-opacity: 1;
  color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}

.text-muted {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}

.text-black-50 {
  --text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}

.text-body-tertiary {
  --text-opacity: 1;
  color: var(--tertiary-color) !important;
}

.text-body-emphasis {
  --text-opacity: 1;
  color: var(--emphasis-color) !important;
}

.text-reset {
  --text-opacity: 1;
  color: inherit !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

@media (min-width: 576px) {
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 768px) {
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 992px) {
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --aspect-ratio: 100%;
}

.ratio-4x3 {
  --aspect-ratio: 75%;
}

.ratio-16x9 {
  --aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@font-face {
  font-family: "lg";
  src: url(../fonts/lg.ttf?22t19m) format("truetype"), url(../fonts/lg.woff?22t19m) format("woff"), url(../images/new/lg.svg#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/new/vimeo-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/new/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../images/new/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/new/youtube-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/new/youtube-play.png) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-group {
  *zoom: 1;
}

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(../images/new/loading.gif) no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    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, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
  }

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 14px;
  color: #000;
  height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

p {
  margin-bottom: 1rem;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-contain,
.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
}

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

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

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

.content {
  flex-grow: 1;
}

.footer {
  flex: 0 0 auto;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.color-primary {
  color: #0070A9;
}

.color-danger {
  color: #FF0101;
}

.collapse-toggle {
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}
.collapse-toggle [class^=icon-] {
  margin-right: 4px;
  color: #1E90FF;
  font-size: 18px;
}

.block-title {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
@media (min-width: 768px) {
  .block-title {
    margin-bottom: 16px;
    font-size: 35px;
  }
}

.reviews__info {
  color: #999999;
  font-weight: 300;
  font-size: 18px;
}

.categories {
  padding: 12px;
  border-radius: 20px;
  background-color: #E4F6FF;
}
@media (min-width: 768px) {
  .categories {
    padding: 32px;
  }
}

.categories__item {
  width: 100%;
}
@media (min-width: 576px) {
  .categories__item {
    max-width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .categories__item {
    max-width: 20%;
  }
}

.category {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background-color: #fff;
  padding: 8px;
}
@media (min-width: 768px) {
  .category {
    padding: 22px;
  }
}

.category__image {
  max-width: 135px;
  margin: 0 auto 8px;
}
@media (min-width: 768px) {
  .category__image {
    max-width: 190px;
    margin-bottom: 20px;
  }
}

.category__name {
  margin-bottom: 0;
  text-align: center;
  color: #008AD0;
}
@media (min-width: 768px) {
  .category__name {
    font-size: 18px;
  }
}

.brief {
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 0 5.5px rgba(0, 112, 169, 0.2);
}
@media (min-width: 768px) {
  .brief {
    padding: 32px;
    font-size: 18px;
  }
}

.brief__detail {
  font-weight: 700;
  color: #006DA5;
}

.cat__items,
.cat__brief {
  margin-bottom: 32px;
}

.cat__content {
  margin-bottom: 60px;
}

.content-block {
  line-height: 1.4;
}
.content-block h1 {
  font-size: 20px;
}
.content-block p {
  margin-bottom: 16px;
}
.content-block a:not(.btn) {
  color: #008AD0;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.content-block a:not(.btn):hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.content-block hr {
  margin-top: 32px;
  margin-bottom: 32px;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .content-block {
    font-size: 18px;
  }
  .content-block h1 {
    font-size: 35px;
  }
}

.novelty-slide {
  max-width: 400px;
}
@media (min-width: 1200px) {
  .novelty-slide {
    max-width: 100%;
  }
}

#parseTime {
  display: none;
}

.swiper-prev,
.swiper-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #D5F1FF;
  color: #000;
  font-size: 24px;
  padding: 8px;
  cursor: pointer;
  opacity: 0.25;
  display: flex;
  border-radius: 50%;
  transition: opacity 0.3s ease-in-out;
}
.swiper-prev:hover,
.swiper-next:hover {
  opacity: 0.5;
}

.swiper-prev {
  left: 8px;
}

.swiper-next {
  right: 8px;
}

#add-popup {
  width: 800px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.fancybox-inner {
  height: auto !important;
  max-width: 95vw;
}

.static-content p {
  text-indent: 2em;
}

.static-content a {
  color: #008ad0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.static-content a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.static-content h1 + p {
  text-indent: 0;
}

.static-content ul {
  font-size: 16px;
}

.static-content li {
  margin-bottom: 5px;
}

.static-content li:before {
  content: "—";
  color: #008ad0;
  display: inline-block;
  margin-right: 5px;
}

.btn {
  gap: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: transparent;
  color: #000;
  border-radius: 12px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  padding: 11px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn:hover {
  color: inherit;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-sm {
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 14px;
}

.btn-wide {
  min-width: 265px;
  border-radius: 8px;
}

.btn-outline-primary {
  border-color: #006DA5;
  color: #006DA5;
}
.btn-outline-primary:hover {
  background-color: rgba(0, 109, 165, 0.1);
  color: #006DA5;
}

.btn-primary {
  border-color: #006DA5;
  background-color: #006DA5;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #005c8c;
}

.btn-secondary {
  border-color: #D5F1FF;
  background-color: #D5F1FF;
  color: #191720;
}
.btn-secondary:hover {
  color: #191720;
  background-color: #bce9ff;
}

.btn-light {
  border-color: #fff;
  background-color: #fff;
  color: #006DA5;
}
.btn-light:hover {
  color: #006DA5;
  background-color: #e6e6e6;
}

.btn-emphasis {
  border-color: #3348ff;
  background-color: #3348ff;
  color: #fff;
  box-shadow: inset 0px -2px 2px 0px rgba(48, 48, 48, 0.1), inset 0px 12px 12px 0px rgba(255, 255, 255, 0.12);
}
.btn-emphasis:hover {
  border-color: #1a31ff;
  background-color: #1a31ff;
  color: #fff;
}

.btn-info {
  border-color: #008AD0;
  background-color: #008AD0;
  color: #fff;
  box-shadow: inset 0px -2px 2px 0px rgba(48, 48, 48, 0.1), inset 0px 12px 12px 0px rgba(255, 255, 255, 0.12);
}
.btn-info:hover {
  color: #fff;
  background-color: #0079b7;
}

.counter {
  gap: 4px;
  position: relative;
  display: inline-flex;
  border-radius: 8px;
  background: none;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

input.counter-int {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 8px;
  background: #E0EDFF;
  color: #006DA5;
  outline: none;
  font-size: 16px;
  font-family: inherit;
  text-align: center;
}
input.counter-int[data-unit] {
  width: 57px;
}

.counter-less,
.counter-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 40px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid rgba(0, 109, 165, 0.1);
  background: none;
  color: rgba(0, 109, 165, 0.5);
  font-size: 16px;
  cursor: pointer;
}
.counter-less:disabled,
.counter-more:disabled {
  opacity: 0.5;
  cursor: default;
}

nav[aria-label=breadcrumb] {
  padding: 18px 16px;
  margin-bottom: 24px;
  border-radius: 12px;
  background-color: #E4F6FF;
}
@media (min-width: 768px) {
  nav[aria-label=breadcrumb] {
    padding: 22px 32px;
    margin-bottom: 32px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: auto;
}

.breadcrumbs__list-item {
  color: #006DA5;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .breadcrumbs__list-item {
    font-size: 16px;
  }
}

.breadcrumbs__list-item a {
  font-weight: 700;
  color: inherit;
}

.breadcrumbs__list-item:not(:last-child):after {
  content: "\e90b";
  display: inline-block;
  font-size: 24px;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1;
  vertical-align: middle;
}

.modal {
  --modal-header-padding: 16px 16px 0;
}
@media (min-width: 768px) {
  .modal {
    --modal-padding: 30px;
    --modal-header-padding: 30px 30px 0;
  }
}

.modal-title {
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  .modal-title {
    color: #006DA5;
    font-weight: 700;
    font-size: 32px;
  }
}

.modal-footer {
  padding-top: 0;
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon/icomoon.eot?5902e9);
  src: url(../fonts/icomoon/icomoon.eot?5902e9#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?5902e9) format("truetype"), url(../fonts/icomoon/icomoon.woff?5902e9) format("woff"), url(../images/new/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icon-user:before {
  content: "\e90f";
}

.icon-chevron-right:before {
  content: "\e90d";
}

.icon-chevron-left:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e90c";
}

.icon-east:before {
  content: "\e90b";
}

.icon-bookmark-filled:before {
  content: "\e90a";
}

.icon-add-circle:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-bookmark:before {
  content: "\e905";
}

.icon-chevron-down:before {
  content: "\e906";
}

.icon-menu:before {
  content: "\e907";
}

.icon-phone:before {
  content: "\e908";
}

.icon-shopping-cart:before {
  content: "\e909";
}

.price {
  color: #006DA5;
  font-weight: 700;
  font-size: 28px;
}
.price del {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}
.price ins {
  display: block;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
}
.price del + ins {
  color: #FF2D30;
}

.product {
  display: flex;
  flex-direction: column;
  padding: 22px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 109, 165, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.product__image {
  flex: 0 0 auto;
}

.product__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__content p:not([class]):last-child {
  margin-bottom: 0;
}

.product__title {
  margin-bottom: 0;
  color: #008AD0;
  font-size: 16px;
}
.product__title a {
  color: inherit;
}
.product__title a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .product__title {
    font-size: 18px;
  }
}

.product__price {
  margin-bottom: 0;
  color: #008AD0;
  font-weight: 500;
  font-size: 24px;
}

.product__footer {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
}

.product__submit {
  flex: 1 1 auto;
  border-radius: 8px;
}

.product__action {
  flex: 0 0 auto;
  color: #3348FF;
}

.product__alert {
  width: 100%;
  text-align: center;
}

.alert-error {
  background-color: #FFF4F4;
  padding: 11px 16px;
  color: #E21B1B;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
}

.product--promo {
  padding: 16px;
  font-size: 12px;
}
.product--promo .product__body p {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .product--promo {
    border-color: transparent;
    box-shadow: none;
    font-size: 14px;
  }
}
.product--promo .product__image {
  flex: 0 0 155px;
  margin-bottom: 8px;
}
.product--promo .product__inner {
  display: flex;
}
.product--promo .product__body {
  padding-top: 8px;
}
.product--promo .product__title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
}
.product--promo .product__price {
  margin-bottom: 12px;
}

.product--basic {
  text-align: center;
}
@media (min-width: 768px) {
  .product--basic {
    border-color: transparent;
    box-shadow: none;
  }
}
.product--basic .product__image {
  height: 200px;
  margin-bottom: 22px;
}
.product--basic .product__title,
.product--basic .product__desc {
  font-weight: 300;
}
.product--basic .product__desc {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .product--basic .product__desc {
    margin-bottom: 22px;
    font-size: 18px;
  }
}
.product--basic .product__footer {
  justify-content: space-between;
}
.product--basic .product__price {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product--basic .product__price {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product--basic .product__action {
    order: 3;
  }
}
.product--basic .product__submit {
  width: 100%;
}
@media (min-width: 768px) {
  .product--basic .product__submit {
    width: auto;
  }
}

.product--compact {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr auto;
  border-color: transparent;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
}
.product--compact .product__image {
  grid-row: 1;
  grid-column: 1;
}
.product--compact .product__body {
  grid-row: 1;
  grid-column: 2;
}
.product--compact .product__footer {
  grid-row: 2;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .product--compact {
    grid-template-columns: 100px 1fr;
  }
  .product--compact .product__image {
    grid-row: 1/3;
    grid-column: 1;
  }
  .product--compact .product__body {
    grid-row: 1;
    grid-column: 2;
  }
  .product--compact .product__title {
    margin-bottom: 8px;
  }
  .product--compact .product__content {
    margin-bottom: 8px;
  }
  .product--compact .product__footer {
    grid-row: 2;
    grid-column: 2;
  }
}

.news {
  padding: 32px;
  border-radius: 20px;
  background-color: #006DA5;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

.news__content {
  margin-bottom: 22px;
}

.news__title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
}

.news__detail {
  width: 100%;
  border-radius: 8px;
  font-size: 15px;
  color: #000;
}
.news__detail:hover {
  color: #000;
}

.schedule {
  min-width: 220px;
  color: #939393;
}
.schedule li {
  margin-bottom: 3px;
}

.schedule__day {
  display: inline-block;
  height: 25px;
  min-width: 40px;
  text-align: center;
  line-height: 25px;
  background-color: #3b3b3b;
  border-radius: 13px;
  font-size: 15px;
  padding: 0 9px;
  text-transform: uppercase;
  vertical-align: middle;
}
.schedule__day--dark {
  background-color: #1e1e1e;
  color: #525252;
}

.schedule__time {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
}
.schedule__time:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #353535;
  left: 0;
  top: 50%;
}
.schedule__time--group:before {
  width: 35px;
  height: 120px;
  border-radius: 20px;
  border-right: 1px solid #353535;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  background-color: transparent;
  top: -48px;
  left: -14px;
}

.busket-item {
  gap: 8px;
  display: flex;
  align-items: center;
  color: #000;
}
@media (min-width: 768px) {
  .busket-item {
    flex-wrap: nowrap;
    font-size: 18px;
  }
}

.busket-item__content {
  flex: 1 1 auto;
  margin-bottom: 12px;
}
.busket-item__content p {
  margin-bottom: 0;
}

.busket-item__aside {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .busket-item__aside {
    flex-grow: 0;
  }
}

.busket-item__price {
  margin-left: 30px;
  font-weight: 700;
}

.busket-item__qnt {
  white-space: nowrap;
}

.busket-item__remove button {
  padding: 5px;
  margin-left: 10px;
  cursor: pointer;
  background: none;
  font-size: 28px;
  color: red;
  border: none;
}

.filter {
  gap: 4px;
  display: flex;
  align-items: center;
  color: #006DA5;
  background-color: #E4F6FF;
  border-radius: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .filter {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.filter__title {
  margin-bottom: 0;
  margin-right: 8px;
  font-weight: 700;
  font-size: 16px;
}

.filter__items {
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filter__item {
  gap: 4px;
  display: inline-flex;
  align-items: center;
  color: inherit;
  border-radius: 8px;
  padding: 8px;
}
@media (min-width: 768px) {
  .filter__item {
    padding: 22px 12px;
  }
}
.filter__item [class^=icon-] {
  font-size: 24px;
}
.filter__item:hover {
  background-color: #cbeeff;
}
.filter__item.active {
  background-color: #b1e5ff;
}

.notice {
  background-color: #fff;
  border: 1px solid rgba(0, 112, 169, 0.2);
  box-shadow: 0 0 5.5px rgba(0, 112, 169, 0.2);
  border-radius: 20px;
  padding: 16px;
  color: #006DA5;
}
.notice a:not(.btn) {
  color: inherit;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.notice a:not(.btn):hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .notice {
    padding: 32px;
    font-size: 16px;
  }
}

.notice__detail {
  width: 100%;
}
@media (min-width: 768px) {
  .notice__detail {
    max-width: 250px;
  }
}

.cartitem {
  position: relative;
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
}

.cartitem__image {
  grid-column: 1;
  grid-row: 1/2;
}

.cartitem__content {
  font-weight: 300;
  font-size: 16px;
  grid-column: 2;
  grid-row: 1/2;
}

.cartitem__title {
  padding-right: 24px;
  margin-bottom: 8px;
  color: #008AD0;
  font-weight: 700;
  font-size: 18px;
}
.cartitem__title a {
  color: inherit;
}
.cartitem__title a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cartitem__qnt {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  width: 105px;
}

.cartitem__price {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  width: 140px;
  font-weight: 700;
  font-size: 24px;
  color: #006DA5;
  text-align: right;
  white-space: nowrap;
}

.cartlist__remove {
  position: absolute;
  top: 0;
  right: 0;
}
.cartlist__remove i {
  display: flex;
  padding: 8px;
  color: red;
  font-size: 24px;
}

@media (min-width: 768px) {
  .cartitem {
    grid-template-columns: 100px 1fr 105px 140px 40px;
    grid-template-rows: auto;
  }
  .cartitem__image {
    grid-column: 1;
    grid-row: 1;
  }
  .cartitem__content {
    grid-column: 2;
    grid-row: 1;
  }
  .cartitem__title {
    padding-right: 0;
  }
  .cartitem__qnt {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }
  .cartitem__price {
    grid-column: 4;
    grid-row: 1;
    align-self: center;
  }
  .cartlist__remove {
    position: static;
    align-self: center;
  }
}
.sign {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px;
}

.sign__inner {
  width: 565px;
  max-width: 90vw;
  padding: 25px;
}

.sign__form {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sign__form input {
  max-width: 190px;
  border: 1px solid #cdcaca;
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 300;
  font-size: 18px;
}

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

.login__inner {
  margin-top: 10px;
  border-radius: 20px;
  background-color: #fff;
  padding: 15px;
}

.login__form {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
}
.login__form input {
  width: 100%;
  border: 1px solid #cdcaca;
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 576px) {
  .login__form {
    flex-direction: row;
  }
}

.login__submit {
  width: 100%;
}

.login__actions {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.sign__menu {
  padding: 25px;
  min-width: 500px;
}

.sign__list {
  font-size: 16px;
  margin-bottom: 10px;
}
.sign__list a {
  display: inline-flex;
  padding: 2px 0;
  color: #000;
}
.sign__list a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #008AD0;
}

.sign__title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #008AD0;
}

.tel-list {
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.tel-list li {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .tel-list {
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .tel-list li {
    padding-left: 0;
    padding-right: 0;
  }
}

.tel-item {
  gap: 5px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  color: #000;
}
.tel-item:hover {
  color: #0070A9;
}
.tel-item img {
  display: block;
  height: 20px;
  width: auto;
}
.tel-item [class^=icon-] {
  color: #000;
  font-size: 1.5em;
}

.header-top {
  background-color: #D5F1FF;
  margin-bottom: 8px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .header-top {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .header-top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.header-top__contacts {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #A9E2FF;
}
@media (min-width: 992px) {
  .header-top__contacts {
    background: none;
    margin: 0;
  }
}

.header-top__desc {
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 16px;
  padding-top: 16px;
}

.menu-wrapper > .nav-link:after, .nav-item > .nav-link:after {
  content: "\e906";
  display: inline-block;
  height: 1.25em;
  margin-left: 6px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1400px) {
  .menu-wrapper > .nav-link:after, .nav-item > .nav-link:after {
    position: static;
    transform: none;
  }
}

.nav-list {
  gap: 6px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1400px) {
  .nav-list {
    flex-direction: row;
    align-items: center;
  }
}

.nav-link {
  position: relative;
  background-color: #D5F1FF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  margin-bottom: 0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  padding: 14px 17px;
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.nav-link:hover {
  text-shadow: 0 0 1px #fff;
  background-color: #008AD0;
  color: #fff;
}
@media (min-width: 1400px) {
  .nav-link {
    padding: 10px 17px;
    background: none;
  }
}

.nav-link.active:after {
  transform: translateY(-50%) rotateX(180deg);
}
@media (min-width: 1400px) {
  .nav-link.active:after {
    transform: rotateX(180deg);
  }
}

.nav-link.current {
  color: #008AD0;
}
.nav-link.current:hover {
  color: #fff;
}

.nav-item {
  position: relative;
}
.nav-item:hover .nav-link {
  text-shadow: 0 0 1px #fff;
  background-color: #008AD0;
  color: #fff;
}
@media (min-width: 1400px) {
  .nav-item:hover:after {
    transform: translateY(-50%) rotateX(180deg);
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  .nav-item:hover:after {
    transform: rotateX(180deg);
  }
}
@media (min-width: 1400px) {
  .nav-item:hover .submenu {
    display: block;
  }
}

@media (max-width: 1399px) {
  .nav-link.active + .submenu {
    display: block;
  }
}
.nav-toggle {
  display: inline-flex;
  padding: 3px 11px;
  border-radius: 8px;
  border: 1px solid rgba(0, 112, 169, 0.2);
  background: none;
  color: #0070A9;
  font-size: 24px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .nav-toggle {
    padding: 7px 16px;
  }
}

.submenu {
  display: none;
  position: relative;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 6px;
}
.submenu:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1400px) {
  .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 28px 24px;
    border-radius: 20px;
    box-shadow: 0 0 6.8px rgba(0, 0, 0, 0.1);
  }
}

.submenu__list {
  gap: 6px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.submenu__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #D5F1FF;
  color: inherit;
  font-weight: 700;
}
@media (min-width: 1400px) {
  .submenu__link {
    padding: 5px 0;
    background: none;
    color: transparent;
  }
  .submenu__link:before {
    content: "·";
    display: block;
    margin-right: 6px;
    font-size: 49px;
    color: #E0EDFF;
    line-height: 0;
  }
  .submenu__link:after {
    content: attr(data-text);
    font-weight: 400;
    position: absolute;
    top: 5px;
    left: 15px;
    color: #000;
  }
  .submenu__link:hover:after {
    color: #006DA5;
    font-weight: 700;
  }
  .submenu__link:hover:before {
    color: #006DA5;
  }
}

.menu-wrapper:hover .nav-link {
  text-shadow: 0 0 1px #fff;
  background-color: #008AD0;
  color: #fff;
}
@media (min-width: 1400px) {
  .menu-wrapper:hover:after {
    transform: translateY(-50%) rotateX(180deg);
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  .menu-wrapper:hover:after {
    transform: rotateX(180deg);
  }
}
@media (min-width: 1400px) {
  .menu-wrapper:hover .menu {
    display: block;
  }
}

.nav-link.active + .menu {
  display: block;
}

.menu {
  z-index: 0;
  display: none;
  margin-top: 6px;
  font-size: 14px;
}
@media (min-width: 1400px) {
  .menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  .menu:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.menu__columns {
  gap: 6px;
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
}
@media (min-width: 1400px) {
  .menu__columns {
    gap: 14px;
    flex-direction: row;
    padding: 28px 18px 62px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 6px 6.8px 0 rgba(0, 0, 0, 0.1);
  }
}

.menu__column {
  flex: 1;
}

.menu__cats {
  flex: 2 1 0;
  gap: 6px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.menu__cats a {
  display: block;
  border-radius: 8px;
  padding: 6px 8px;
  background-color: #D5F1FF;
  font-weight: 700;
  color: inherit;
}
@media (min-width: 1400px) {
  .menu__cats a {
    display: inline-block;
    padding: 6px 0;
    background: none;
    color: #000;
  }
  .menu__cats a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}

.menu__block {
  border-radius: 8px;
  padding: 2px 8px;
  background-color: #D5F1FF;
}
@media (min-width: 1400px) {
  .menu__block {
    padding: 0;
    background: none;
  }
}

.menu__title {
  display: flex;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  color: inherit;
  font-weight: 700;
  font-size: 14px;
}
.menu__title:after {
  content: "\e906";
  height: 1.2em;
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}
.menu__title.active:after {
  transform: rotateX(180deg);
}
@media (min-width: 1400px) {
  .menu__title {
    margin-bottom: 8px;
    color: #000;
  }
  .menu__title:after {
    display: none;
  }
}

@media (max-width: 1399px) {
  .menu__title.active + .menu-list {
    display: block;
  }
}
.menu-list {
  display: none;
  padding-left: 8px;
  padding-bottom: 4px;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .menu-list {
    padding-left: 0;
    display: block;
  }
}
.menu-list li {
  position: relative;
  padding-left: 14px;
}
.menu-list li:before {
  content: "·";
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.menu-list a {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #000;
}
.menu-list a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.busket {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 8px;
  background-color: #006DA5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 80px;
  transition: background-color 0.3s ease-in-out;
}
.busket:hover {
  color: #fff;
  background-color: #005c8c;
}
@media (min-width: 768px) {
  .busket {
    width: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 12px;
  }
}

.busket__icon {
  display: flex;
  font-size: 24px;
}
@media (min-width: 768px) {
  .busket__icon {
    font-size: 28px;
  }
}

.busket__qnt {
  flex: 1;
  text-align: center;
}

.header {
  z-index: 2;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .header {
    margin-bottom: 60px;
  }
}

.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  flex: 0 0 130px;
  display: block;
  width: 130px;
}
@media (min-width: 768px) {
  .header__logo {
    flex-basis: 170px;
    width: 170px;
  }
}

.header__nav {
  z-index: 1000;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media (min-width: 1400px) {
  .header__nav {
    position: static;
  }
  .header__nav.collapse {
    display: block;
  }
}

.navigation {
  padding: 12px;
  border-radius: 12px;
  background-color: #99DDFF;
  margin-top: 8px;
  color: #006DA5;
}
@media (min-width: 1400px) {
  .navigation {
    margin-top: 0;
    color: #191720;
    background: none;
  }
}

.header__login {
  width: 100%;
  border-radius: 8px;
  background-color: #008AD0;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  margin-top: 6px;
}
.header__login:hover {
  color: #fff;
  background-color: #00689d;
}
.header__login [class^=icon-] {
  font-size: 24px;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .header__login {
    display: none;
  }
}

@media (min-width: 1400px) {
  .header__toggle {
    display: none;
  }
}

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

.header__sign {
  display: none;
}
@media (min-width: 768px) {
  .header__sign {
    gap: 8px;
    display: flex;
    position: relative;
  }
  .header__sign .btn {
    min-width: 115px;
  }
}

.header__user {
  padding: 7px 14px;
}
.header__user [class^=icon-] {
  font-size: 24px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #282828;
  color: #D6D6D6;
}

.footer__inner {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .footer__inner {
    gap: 48px;
  }
}

.footer__column {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .footer__column {
    flex-basis: 0;
  }
}

.footer__title {
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
}

.footer__nav {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__nav {
    gap: 48px;
    flex-wrap: nowrap;
  }
}

.footer__menu {
  white-space: nowrap;
}
.footer__menu a {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 300;
  color: #939393;
}
.footer__menu a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .footer__contacts {
    text-align: right;
  }
}

.contacts__item {
  color: #D6D6D6;
  font-size: 18px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.contacts__item:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.phone {
  color: #D6D6D6;
}

.phone__desc {
  font-size: 18px;
  margin-bottom: 0;
}

.phone__value {
  font-size: 25px;
  color: inherit;
}

.footer__social {
  margin-top: 60px;
}

.social__item {
  color: #D6D6D6;
  font-weight: 500;
  font-size: 25px;
}

.social__facebook:before,
.social__instagram:before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  background-image: url(../images/new/social_icons.png);
}

.social__facebook:before {
  background-position: -16px -10px;
}

.social__instagram:before {
  background-position: -121px -10px;
}

.footer__payment {
  display: flex;
  margin-bottom: 8px;
}

.footer__detail p {
  margin-bottom: 0;
  color: #5B5B5B;
}

.section-title {
  margin-bottom: 16px;
  color: #006DA5;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .section-block {
    padding: 16px;
    border-radius: 20px;
    background-color: #E4F6FF;
  }
}
@media (min-width: 992px) {
  .section-block {
    padding: 32px;
  }
}

.hero-slider {
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(0, 112, 169, 0.3);
  overflow: hidden;
}

.hero {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fff, #006DA5);
}
@media (min-width: 768px) {
  .hero {
    flex-direction: row;
    background: linear-gradient(90deg, #fff, #006DA5);
  }
}

.hero__img {
  height: 100%;
  max-height: 200px;
  align-self: center;
  padding: 16px 24px 0;
}
.hero__img img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hero__img {
    max-height: 460px;
    flex: 1 1 90%;
    padding: 0;
  }
  .hero__img img {
    height: 100%;
  }
}

.hero__content {
  flex-grow: 1;
  padding: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.hero__content p {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hero__content {
    padding: 70px 60px;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
  }
  .hero__content p {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .hero__content {
    padding: 85px 80px;
  }
}

.hero__title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hero__title {
    margin-bottom: 8px;
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 52px;
  }
}

.hero__btn {
  padding: 12px 24px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 992px) {
  .hero__btn {
    width: auto;
    padding: 24px 72px;
    border-radius: 50px;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .hero__btn {
    padding: 29px 94px;
  }
}

.info {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid #00A9FF;
  background: url(../images/new/drops.svg) repeat;
  color: #006DA5;
}
@media (min-width: 768px) {
  .info {
    padding: 32px;
  }
}
.info p, .info ul {
  margin-bottom: 12px;
}
.info p {
  font-weight: 600;
}

.info__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .info__title {
    margin-bottom: 16px;
    font-size: 32px;
  }
}

.greeting {
  padding: 16px;
  border-radius: 20px;
  background-color: #006DA5;
  color: #fff;
  font-size: 16px;
}
.greeting p {
  margin-bottom: 8px;
}
.greeting p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .greeting {
    padding: 32px;
  }
  .greeting p {
    margin-bottom: 16px;
  }
}

.greeting__title {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 20px;
}
@media (min-width: 768px) {
  .greeting__title {
    margin-bottom: 22px;
    font-size: 32px;
  }
}

.section-hero {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-hero {
    margin-bottom: 40px;
  }
}

.section-info,
.section-greeting,
.section-novelty,
.section-products,
.section-news,
.section-hits {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-info,
  .section-greeting,
  .section-novelty,
  .section-products,
  .section-news,
  .section-hits {
    margin-bottom: 60px;
  }
}

.section-signle {
  margin-bottom: 45px;
}

.single__image {
  height: 300px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .single__image {
    height: auto;
    margin-top: 0;
  }
}

.single__header {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .single__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.single__title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 30px;
}
@media (min-width: 768px) {
  .single__title {
    font-size: 35px;
  }
}

.single__price {
  margin-bottom: 8px;
  color: #008AD0;
  font-size: 35px;
}
.single__price ins {
  font-weight: 800;
}

.signle__desc {
  margin-bottom: 24px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .signle__desc {
    font-size: 18px;
  }
}

.single__body {
  margin-bottom: 60px;
}

.single__content {
  font-weight: 300;
  line-height: 1.4;
  font-size: 14px;
}
@media (min-width: 768px) {
  .single__content {
    font-size: 18px;
  }
}
.single__content a {
  font-weight: 400;
  color: #0000FF;
}
.single__content a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.single__content hr {
  margin-top: 16px;
  margin-bottom: 16px;
}

.single__footer {
  gap: 12px;
  display: flex;
}

.single__submit {
  width: 100%;
  max-width: 265px;
  border-radius: 8px;
}

.single__tags {
  margin-top: 32px;
}

.tags {
  display: flex;
  color: #B8B8B8;
  font-weight: 300;
  font-size: 15px;
}

.tags__title {
  margin-right: 4px;
  font-style: italic;
}

.tags-list {
  gap: 4px;
  display: flex;
}

.tag {
  display: inline-flex;
  color: #808080;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tag:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.single__reviews {
  margin-bottom: 45px;
}

.single__similar {
  margin-bottom: 40px;
}

.catalog__notice {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .catalog__notice {
    margin-bottom: 60px;
  }
}

.catalog__filter {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .catalog__filter {
    margin-bottom: 32px;
  }
}

.catalog__products {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .catalog__products {
    margin-bottom: 60px;
  }
}

.cart-section {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .cart-section {
    margin-bottom: 60px;
  }
}

.cartlist__header {
  display: none;
}
@media (min-width: 768px) {
  .cartlist__header {
    gap: 18px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background-color: #E4F6FF;
    color: #006DA5;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 20px;
  }
  .cartlist__header > * {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.cartlist__name {
  flex-grow: 1;
}

.cartlist__qnt {
  width: 105px;
  flex: 0 0 105px;
  text-align: center;
}

.cartlist__price {
  width: 140px;
  flex: 0 0 140px;
  text-align: right;
}

.cartlist__item:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cartlist__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.cartlist__body {
  background-color: #E4F6FF;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .cartlist__body {
    padding: 0 14px;
    background: none;
  }
}

@media (min-width: 768px) {
  .cartlist__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.cartlist__submit {
  display: flex;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .cartlist__submit {
    width: 365px;
  }
}

.cartlist__total {
  gap: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 768px) {
  .cartlist__total {
    margin-bottom: 0;
  }
}

.cartlist__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.content-section {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .content-section {
    margin-bottom: 32px;
  }
}

.about__gallery {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about__gallery {
    margin-bottom: 60px;
  }
}

/*# sourceMappingURL=main7ac86d80b73a9aee68bd.css.map*/