@charset "UTF-8";

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "SF UI Text", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*{
  scrollbar-color: initial;
  scrollbar-width: initial;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-inset-9999{
  inset: -9999px;
}

.inset-0{
  inset: 0px;
}

.-left-9999{
  left: -9999px;
}

.-left-full{
  left: -100%;
}

.top-0{
  top: 0px;
}

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

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

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

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.-ml-10{
  margin-left: -2.5rem;
}

.-ml-5{
  margin-left: -1.25rem;
}

.-mr-10{
  margin-right: -2.5rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

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

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

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

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

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

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

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

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-4{
  margin-top: 1rem;
}

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-5{
  height: 1.25rem;
}

.h-8{
  height: 2rem;
}

.h-full{
  height: 100%;
}

.w-12{
  width: 3rem;
}

.w-24{
  width: 6rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

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

.border-collapse{
  border-collapse: collapse;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-5{
  gap: 1.25rem;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

.whitespace-nowrap{
  white-space: nowrap;
}

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

.border{
  border-width: 1px;
}

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

.p-0{
  padding: 0px;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.pb-2\.5{
  padding-bottom: 0.625rem;
}

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

.pr-12{
  padding-right: 3rem;
}

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

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

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

.text-2\.5xl{
  font-size: 1.75rem;
  line-height: 1.2;
}

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

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

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

.text-sm-2{
  font-size: 0.9375rem;
  line-height: 1.2;
}

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

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

.text-xs-2{
  font-size: 0.8125rem;
  line-height: 1.2;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root {
  --chernyy: #404040;
  --black-800: #595959;
  --seryy-fon-kategorii: #f2f2f2;
  --svetlo-seryy: #e9e9e9;
  --standartnyy-seryy: #d9d9d9;
  --temno-seryy: #9e9e9e;
  --olivkovyy: #cccf45;
  --salatovyy-logo: #a0cf28;
  --temno-olivkovyy: #7e9f2c;
  --white: #fff;
  --yellov: #efbc00;
  --blue: #4c9be3;
  --green: #60ca5e;
  --red: #fa3e2c;
}

.color-black-new {
  color: rgba(89, 89, 89, 1);
}

@font-face {
  font-family: "Inter";

  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Inter";

  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Inter";

  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'SF UI Text';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/SFUIText-Bold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'SF UI Text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/SFUIText-Regular.woff') format('woff');
  }
  

  @font-face {
  font-family: 'SF UI Text';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/SFUIText-Semibold.woff') format('woff');
}

html, body {
  font-family: "Inter", "SF UI Text", sans-serif;
  min-height: 100%;
  height: 100%;
  color: #404040;
  font-size: 16px;
}

@media (min-width: 992px){
  html, body{
    font-size: 1rem;
    line-height: 1.2;
  }
}

html, body {
  background: #f2f2f2;
  line-height: 1.2;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.page {
  position: relative;
  z-index: 100;
  font-size: 14px;
  @aplly flex flex-col min-h-full;
}


.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
@media (max-width:992px) {
  .container {
    padding: 0;
  }
}

.header-in {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
  background: #fff;
  align-items: center;
}
.header-in .rounded-icos {
  background-color: #f2f2f2;
}
@media (max-width:550px){
  .header-in {
    padding: 15px 0;
  }
}
.header .main-search-header {
  grid-column-start: 3;
  grid-column-end: 10;
  z-index: 10000000;
}
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.search-overlay.active {
  display: block;
}
.header .main-search-header:hover {
}
.header-in .flex {
  grid-column-start: 10;
  grid-column-end: 13;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-right: 15px;
}
.header-in .shrink-0 {
  grid-column-start: 1;
  grid-column-end: 3;
  width: 200px;
  padding: 0 12px;
}
@media(max-width:992px) {
  .header .main-search-header {
    display: none;
  }
  .header-in .flex {
    grid-column-start: 4;
    grid-column-end: 6;
  }
  .header-in .shrink-0 {
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 210px;
  }
  .header-in {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media(max-width:500px){
  .header-in .shrink-0 {
    grid-column-start: 1;
    grid-column-end: 4;
    max-width: 160px;
  }
}
@media(max-width:1200px) {
  .header-in .shrink-0 {
    width: 90%;
    padding-right: 15px;
  }
}
.header-in .shrink-0 a img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header-in {
    border-radius: 0 0 30px 30px;
    width: inherit;
    margin: 0;
    padding: 15px 0;
  }
}
@media(max-width:768px){
  .header-in {
    border-radius: 0 0 20px 20px;
  }
  .header-in .flex {
    justify-content: end;
    gap: 12px;
  }
}
@media(max-width: 600px){
  .header-in .flex {
    gap: 10px;
  }
}

.h2, .modal-title, h1{
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: rgba(89, 89, 89, 1);
}

.basket-price-through.h2,.basket-price-through .modal-title, h1.basket-price-through {
  font-size: 20px;
}

@media (min-width: 992px){
  .h2, .modal-title, h1{
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media (min-width: 1280px){
  .h2, .modal-title, h1{
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

.h3 {
  font-weight: bold;
  font-size: 16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

.col {
  flex-grow: 1;
  padding: 0 10px;
}

.col-50 {
  width: 50%;
}

.color-grey {
  color: var(--temno-seryy);
}

.color-grey a:hover {
  color: var(--chernyy);
}

.color-green {
  color: var(--salatovyy-logo);
}

.error {
  color: #FF5C4C;
  font-size: 13px;
  margin-bottom: 10px;
  display: none;
}

.has-error .error {
  display: block;
}

.has-error .form-control {
  background-color: #f1d6d3;
}

.form-control {
  width: 100%;
  background: #FFF;
  color: rgba(42, 42, 42, 1);
  border: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 20px;
  font-family: "Inter";
}

.form-control::placeholder {
  color: #A6A6A8;
}

textarea {
  overflow: hidden;
  resize: none;
}
textarea:focus {
  outline: none;
}

.form-control-datepicker {
  background-image: url(../img/datepicker.svg);
  background-position: right 17px center;
  background-repeat: no-repeat;
}

.form-control-card-ico {
  background-image: url(../img/card-black.svg);
  background-position: 15px center;
  padding-left: 43px;
  background-repeat: no-repeat;
}

.form-control-color2 {
  background: var(--seryy-fon-kategorii);
}

.form-control-transparent {
  background: none;
  border: 0;
  outline: none;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 0;
}

.form-control-transparent:focus {
  outline: none;
  border: 0;
}

.form-control::-moz-placeholder {
  color: var(--temno-seryy);
}

.form-control::placeholder {
  color: var(--temno-seryy);
}

.form-control-transparent::-moz-placeholder {
  color: var(--chernyy);
}

.form-control-transparent::placeholder {
  color: var(--chernyy);
}

.radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio .radio-input {
  position: absolute;
  left: -9999px;
}

.radio .radio-ico {
  background: var(--svetlo-seryy);
  border-radius: 100px;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  position: relative;
  z-index: 100;
}

.radio .radio-ico:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  background: var(--temno-olivkovyy);
  border-radius: 100px;
  margin: auto;
  left: -999px;
  right: -999px;
  top: -999px;
  bottom: -999px;
  opacity: 0;
}

.radio .radio-input:checked + .radio-ico:before {
  opacity: 1;
}

.radio .radio-input:checked + .radio-ico + span {
  color: var(--chernyy);
}

.radio .radio-input:checked + .radio-ico {
  background: #FFF;
}

.radio-select {
  padding: 11px 15px;
  position: relative;
}

.radio-select .radio-input + .radio-ico + span:before {
  content: "";
  position: absolute;
  background: var(--svetlo-seryy);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  opacity: 0;
  z-index: 10;
}

.radio-select .radio-input:checked + .radio-ico + span:before {
  opacity: 1;
}

.radio-select .radio-select-caption {
  position: relative;
  z-index: 100;
  color: rgba(89, 89, 89, 1);
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox .checkbox-input {
  position: absolute;
  left: -9999px;
}

.checkbox .checkbox-ico {
  background: var(--svetlo-seryy);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  position: relative;
  z-index: 100;
}

.checkbox .checkbox-input:checked + .checkbox-ico {
  background: url(../img/checkbox.svg) no-repeat center;
  width: 20px;
  height: 20px;
}

.checkbox span {
  font-size: 14px;
}
@media(max-width:400px){
  .checkbox span {
    font-size: 12px;
  }
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select {
  position: relative;
  z-index: 10;
  width: 100%;
}

.select:after {
  content: "";
  width: 13px;
  height: 9px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: cover;
  margin-right: 15px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  z-index: 100;
  position: absolute;
}

.select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: #FFF;
  padding: 12px 20px 14px 10px;
  border: 1px solid #161616;
  z-index: 90;
}

.btn {
  background: #a8cf45;
  margin-top: 5px;
  color: #fff;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 50px;
  text-align: center;
  display: block;
  font-size: 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn:hover {
  background-color: var(--olivkovyy);
}

.btn.w-auto {
  width: auto;
}

.btn.text-sm {
  font-size: 16px;
}

.btn-cancel {
  background-color: rgba(217, 217, 217, 1);
  color: rgba(89, 89, 89, 1);
}


.btn-cancel.text-xs {
  font-size: 12px;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .btn-cancel.text-xs {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.btn-filter, .btn-canceled, .btn-success, .btn-obrabotka {
  font-size: 10px;
  background: #fdd9d5;
  color: var(--red);
  padding: 0 8px;
  display: inline-block;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 0;
}
.btn-filter, .btn-ordered, .btn-success, .btn-obrabotka {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 15px;
  display: inline-block;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 0;

  color: rgba(96, 202, 94, 1);
  background-color: rgba(209, 242, 221, 1);
}


.btn-filter:hover, .btn-canceled:hover, .btn-success:hover, .btn-obrabotka:hover {
  background: #fdd9d5;
}

@media (min-width: 768px) {
  .btn-filter, .btn-canceled, .btn-success, .btn-obrabotka {
    padding: 5px 15px;
    font-size: 12px;
  }
}

.btn-filter {
  background: var(--svetlo-seryy);
  color: var(--chernyy);
  padding: 3px 10px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .btn-filter {
    font-size: 13px;
    padding: 6px 15px;
  }
}

.btn-filter:hover {
  background: var(--svetlo-seryy);
  color: var(--chernyy);
}

.btn-filter.btn-filter-icos {
  display: flex;
  align-items: center;
}

.btn-filter-ico {
  width: 16px;
  height: 16px;
  position: relative;
  margin-left: 0.375rem;
  width: 1rem;
  flex-shrink: 0;
}

.btn-success {
  background: #D1F2DD;
  color: var(--green);
}

.btn-success:hover {
  background: #D1F2DD;
}

.btn-obrabotka {
  background: #f7eabe;
  color: var(--yellov);
}

.btn-disabled {
  background: var(--svetlo-seryy);
  color: var(--temno-seryy);
  cursor: default;
}

.btn-disabled:hover {
  background: var(--svetlo-seryy);
  color: var(--temno-seryy);
}

.btn-google {
  background: var(--svetlo-seryy) url(../img/google-ico.svg) no-repeat 15px center;
  color: var(--temno-seryy);
  text-align: left;
  padding-left: 45px;
}

.btn-google:hover {
  background-color: var(--standartnyy-seryy);
  color: var(--chernyy);
}

.btn-span {
  color: #7e9f2c;
  font-size: 14px;
}

.menu-btn, .rounded-icos, .addto-favorite, .profile-images-li {
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.rounded-icos.signUp {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  border-radius: 20px;
  flex: 1;
}
@media(max-width:1150px){
  .rounded-icos.signUp img {
    display: none;
  }
}
@media(max-width:992px){
  .rounded-icos.signUp img {
    display: blockg;
  }
}
.header .rounded-icos:hover {
  background-color: #ececec;
}
.signUp-button {
  font-size: 14px;
  font-family: "Inter";
  font-weight: 600;
  color: #5E5E5E;
}

.menu-btn.hidden, .rounded-icos.hidden, .addto-favorite.hidden, .profile-images-li.hidden {
  display: none;
}

@media (min-width: 768px) {
  .menu-btn.hidden, .rounded-icos.hidden, .addto-favorite.hidden, .profile-images-li.hidden {
    display: flex;
  }
}


.site-overlay {
  opacity: 0;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.header-menu-wrapper {
  overflow: hidden;
  z-index: 1000;
  background: #FFF;
  padding: 20px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0px;
  bottom: 0px;
  flex-grow: 1;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .header-menu-wrapper {
    width: 350px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    border-radius: 30px;
    max-height: calc(100vh - 76px);
  }
}

.menu-btn img {
  width: 24px;
  height: 24px;
}
.header-in .menu-btn {
  background-color: #f2f2f2;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 800;
  height: 60px;
  position: sticky;
  margin-bottom: 10px;
}

@media (min-width: 992px) {

  .header-2 {
    display: block;
  }
}

.modal-backdrop-city {
  display: none;
}

.cityActive {
  overflow: hidden;
  position: relative;
}

.cityActive .header-city {
  background: #FFF;
}

@media (min-width: 768px) {
  .cityActive .header-city {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
  }
}

.cityActive .modal-backdrop-city {
  display: block;
}

.cityActive .header {
  z-index: 1600;
}

.cityActive .header-city-in {
  height: auto;
  padding: 15px;
  overflow: visible;
}

@media (min-width: 768px) {
  .cityActive .header-city-in {
    padding: 15px 20px;
  }
}

@media (min-width: 1280px) {
  .cityActive .header-city-in {
    padding: 30px;
  }
}

.header-city-in {
  padding-left: 15px;
  padding-right: 15px;
  height: 0;
  overflow: hidden;
  margin: 0 -15px;
  background: #FFF;
}

@media (min-width: 768px) {
  .header-city-in {
    margin: 0;
  }
}

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

@media (min-width: 1280px){
  .header-city-in .h2{
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.header-city-in .h2 {
  margin-bottom: 5px;
}

.header-city-in .header-city-caption {
  font-size: 12px;
  color: var(--temno-seryy);
}

@media (min-width: 768px) {
  .header-city-in .header-city-caption {
    font-size: 14px;
  }
}

.header-city-in .btn {
  width: inherit;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .header-city-in .btn {
    margin-top: 0;
  }
}

.header-bordered {
  border-bottom: 1px solid #C6C1C9;
}

.menu-btn-arrow {
  display: none;
}

.main-search {
  position: relative;
}

.main-search .form-control {
  background: transparent;
  color: #404040;
  border: 0;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 100px;
  padding-left: 44px;
  font-family: "Inter", "SF UI Text";
  z-index: 90;
  outline: none;
}
.main-search .form-control:hover {
  background-color: #ebeaea;
}

.main-search-columns-wrapper {
  margin-bottom: 20px;
  position: sticky;
  top: 0px;
  z-index: 800;
  background: #FFF;
  margin: 0 -15px -1px;
  padding: 15px;
  border-radius: 0;
  display: flex;
  align-items: center;
}
/* .main-search-columns-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
} */
@media(max-width:992px){
  .main-search-columns-wrapper {
    top: 0px;
  }
}

.main-search-columns-hidden {
  display: none;
}

.main-search-close, .prev-btn, .next-btn {
  width: 40px;
  height: 30px;
  background: var(--seryy-fon-kategorii) url(../img/arrow-prev.svg) no-repeat center;
  background-size: 16px 14px;
  border-radius: 30px;
  flex-shrink: 0;
  transform: rotate(180deg);
}

.main-search-close {
  display: none;
}

.prev-btn {
}

.prev-btn-color2 {
  background-color: var(--svetlo-seryy);
  position: sticky;
  top: 0;
}

.next-btn {
  background: var(--seryy-fon-kategorii) url(../img/arrow-next.svg) no-repeat center;
  margin-right: 0;
  margin-left: 10px;
  transform: rotate(0deg);
}

@media (min-width: 992px) {
  .next-btn {
    margin-left: auto;
  }
}

.notvisible {
  opacity: 0;
  visibility: hidden;
}

.main-search-columns {
  width: 100%;
}

.main-search-columns .form-control {
  background: rgba(238, 238, 238, 1);
}

.main-search-header {
  display: none;
}

@media (min-width: 768px) {
  .main-search-header {
    display: block;
    flex-grow: 1;
    margin: 0;
  }
}

.main-search-btn {
  background: url(../img/search-icon.svg) no-repeat center;
  position: absolute;
  left: 16px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  top: 50%;
  margin-top: -9px;
  z-index: 100;
}

.round-search-btn {
  background: var(--seryy-fon-kategorii) url(../img/search-ico.svg) no-repeat center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  flex-shrink: 0;
  cursor: pointer;
}

.swiperBuy .ctg-item, .ctg-buy .ctg-item, .ctg-item.itemBuy {
  width: 230px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.ctg {
  display: flex;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .ctg {
    margin: 0 -5px 30px;
    padding: 0;
  }
}

.ctg .ctg-item {
  width: 230px;
  cursor: pointer;
}

.ctg-item .rangedVal-price {
  width: auto !important;
}

.ctg-item .rangedVal-price.item-button-ended {
  background-color: rgba(158, 158, 158, 0.15) !important;
  padding: 0px 18px;
}
.item-button-ended div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  height: 100%;
  text-align: center;
  color: #9E9E9E;
  height: 100%;

}

.ctg .swiper-button-next, .ctg .swiper-button-prev {
  display: none;
}

@media (min-width: 992px) {
  .ctg .swiper-button-next, .ctg .swiper-button-prev {
    display: block;
  }

  .ctg.swiper-horizontal {
    margin: 0 0 30px;
  }
}

.swiperAction .ctg-item, .ctg-simple .ctg-item {
  width: 140px;
  background: #f2f2f2;
}
@media (max-width:550px){
  .swiperAction .ctg-item, .ctg-simple .ctg-item {
    width: 103px;
    background: #f2f2f2;
  }
}

@media (min-width: 768px) {
  .swiperAction .ctg-item, .ctg-simple .ctg-item {
    width: 140px;
  }
}

.swiperAction .ctg-item-title, .ctg-simple .ctg-item-title {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 14px;
}

.ctg-simple {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width:500px){
  .ctg-simple {
    gap: 10px;
  }
}

.ctg-simple .ctg-item {
  margin: 0 5px 10px;
}


.ctg-simple .ctg-item-title {
  font-size: 13px;
}

.swiperBuy .ctg-item, .swiperBuy-modal .ctg-item, .ctg-buy .ctg-item {
  width: 140px;
}

@media (min-width: 768px) {
  .swiperBuy .ctg-item, .swiperBuy-modal .ctg-item, .ctg-buy .ctg-item {
    width: 160px;
  }
}

.ctg-item-card {
  display: flex;
  flex-direction: column;
  align-items: start;

  box-shadow: 0 0 2px 1px #e1e1e1;
  padding: 12px;
  border-radius: 15px;

  position: relative;
  height: 185px;
  width: 140px;
}
@media (max-width:550px){
  .ctg-item-card {
    width: 103px;
    height: 137px;
    border-radius: 12px;
    box-shadow: none;
    padding: 8px;
  }
}

.ctg-item-card:hover {
  box-shadow: none;
}
.ctg-card-title {
  font-weight: 600;
  color: var(--chernyy);
  font-size: 15px; 
  z-index: 10;
  line-height: 1.1;
}
@media (max-width:550px){
  .ctg-card-title {
    font-size: 13px;
  }
}
.ctg-card-button {
  width: 100%;
  padding: 5px 0;
  background-color: var(--salatovyy-logo);
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  transition: 0.3s;
}
.ctg-card-button:hover {
  background-color: var(--olivkovyy);
}
.ctg-card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;left: 0;
}
.ctg-card-img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media(max-width:550px) {
  .ctg-card-img img {
    border-radius: 12px;
  }
}

.swiperBuy .ctg-item-img, .swiperBuy-modal .ctg-item-img, .ctg-buy .ctg-item-img {
  height: auto;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 5px;
  padding-bottom: 140px;
  border-radius: 15px;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
}

.swiperBuy .ctg-item-img img, .swiperBuy-modal .ctg-item-img img, .ctg-buy .ctg-item-img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin: 0 auto;
  left: -9999px;
  right: -9999px;
}

.swiperBuy .ctg-item-img:before, .swiperBuy-modal .ctg-item-img:before, .ctg-buy .ctg-item-img:before {
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  background: rgba(47, 47, 47, 0.4);
  z-index: 110;
  opacity: 0;
}

.swiperBuy .ctg-item-title, .swiperBuy-modal .ctg-item-title, .ctg-buy .ctg-item-title {
  color: #727272;
  font-size: 14px;
}

@media (min-width: 768px) {
  .swiperBuy .ctg-item-title, .swiperBuy-modal .ctg-item-title, .ctg-buy .ctg-item-title {
    font-size: 13px;
    font-weight: 600;
  }
}

.swiperBuy .ctg-item-title, .swiperBuy-modal .ctg-item-title, .ctg-buy .ctg-item-title {
  font-weight: 600;
  padding: 0;
  display: -webkit-box;
  /* Establishes a flexbox context */
  -webkit-box-orient: vertical;
  /* Sets the box orientation to vertical */
  -webkit-line-clamp: 2;
  /* Limits the text to 2 lines */
  overflow: hidden;
  /* Prevents overflowing content */
  text-overflow: ellipsis;
}

.swiperBuy .ctg-item-descript, .swiperBuy-modal .ctg-item-descript, .ctg-buy .ctg-item-descript {
  padding: 5px;
}

.ctg-item-descript .color-grey {
  width: 100%;
}

@media (min-width: 768px) {
  .swiperBuy .ctg-item-descript, .swiperBuy-modal .ctg-item-descript, .ctg-buy .ctg-item-descript {
    font-size: 14px;
  }
}

.swiperBuy .ctg-item-buynum, .swiperBuy-modal .ctg-item-buynum, .ctg-buy .ctg-item-buynum {
  font-weight: 700;
  font-size: 28px;
  color: #FFF;
  text-align: center;
  position: absolute;
  height: 30px;
  line-height: 30px;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
  z-index: 110;
  opacity: 0;
}

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

.ctg-buy .ctg-item {
  width: 50%;
  padding: 0 5px 10px;
  margin: 0;
}

@media (min-width: 550px) {
  .ctg-buy .ctg-item {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .ctg-buy .ctg-item {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .ctg-buy .ctg-item {
    width: 33.33%;
  }
}

@media (min-width: 1100px) {
  .ctg-buy .ctg-item {
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .ctg-buy .ctg-item {
    width: 25%;
  }
}

.ctg-buy .ctg-item .addto-favorite {
  right: 15px;
}

.ctg-buy:not(.swiper-horizontal) {
}

@media (min-width: 992px) {
  .ctg-buy:not(.swiper-horizontal) {
    padding-left: 0;
    padding-right: 0;
  }
}

.ctg-buy-favorite .addto-favorite {
  background: var(--salatovyy-logo) url(../img/favorite-ico-active.svg) no-repeat center;
}

.swiperBuy-modal{
  overflow: hidden;
}

.ctg-item-increased .rangedVal-text-through {
  display: none;
}

.ctg-item-increased .rangedVal-text-through + .decreaseVal + .itemBuy-num-wrap {
  display: flex;
}

.ctg-item-increased .rangedVal-text-through + .decreaseVal {
  display: block;
}

.ctg-item-increased .ctg-item-img:before, .ctg-item-increased .ctg-item-buynum {
  opacity: 1;
}

.ctg-item-increased .rangedVal-text {
  color: var(--chernyy);
  font-weight: 600;
  font-size: 13px !important;
}

.ctg-item-increased .decreaseVal:before, .ctg-item-increased .increaseVal:before, .ctg-item-increased .increaseVal:after {
  background: var(--chernyy);
}

.itemBuy.ctg-item-increased .rangedVal-ten {
  color: var(--temno-olivkovyy);
}

.itemBuy.ctg-item-increased .rangedVal-ten .decreaseVal:before, .itemBuy.ctg-item-increased .rangedVal-ten .increaseVal:before, .itemBuy.ctg-item-increased .rangedVal-ten .increaseVal:after {
  background: var(--temno-olivkovyy);
}

.itemBuy.ctg-item-increased .rangedVal-ten .rangedVal-text {
}

.itemBuy-num-wrap {
  display: none;
}

.ctg-item {
  position: relative;
  width: 230px;
  margin-right: 9px;
  border-radius: 15px;
  overflow: hidden;
}

.ctg-item .addto-favorite {
  position: absolute;
  right: 5px;
  top: 5px;
}

.ctg-item-title {
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  position: relative;
  z-index: 11 0;
}

.rounded-icos.w100 {
  width: 40px;
  aspect-ratio: 1;
}
.ctg-item div {
}
.ctg-item-descript div {
  width: 100%;
}

.ctg-item-cat {
  font-size: 10px;
  font-family: "Inter";
  padding: 4px 5px;
  border-radius: 15px;
  background: #404040 !important;
  color: white !important;
  position: absolute;
  font-weight: 600;
  bottom: 8px;
  left: 8px;
  z-index: 100;

  display: flex;
  justify-content: center;
  width: auto;
}

@media (min-width: 768px) {
  .ctg-item-cat {
    font-size: 11px;
  }
}

.ctg-item-cat-action {
  background: #fdd9d5;
}

.ctg-item-cat-hit {
  background: #c3eaa4;
}

.ctg-item-cat-percent {
  background: var(--chernyy);
  color: #FFF;
}

.ctg-item-orange {
  background: #EACBAC;
}

.ctg-item-orange .ctg-item-title {
  color: #BB712A;
}

.ctg-item-green {
  background: #D5D753;
}

.ctg-item-green .ctg-item-title {
  color: #7e9f2c;
}

.ctg-item-pink {
  background: #C88ECD;
}

 

.main-banner-shadow {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ctg-item-img {
  flex-grow: 1;
  position: relative;
  z-index: 90;
}

.ctg-item-img img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
}

.menu-nav-ul, .menu-nav-li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-nav-ul {
  border-top: 1px solid var(--seryy-fon-kategorii);
  border-bottom: 1px solid var(--seryy-fon-kategorii);
  overflow-y: scroll;
}
.menu-nav-ul::-webkit-scrollbar {
  display: none;
  width: 0;
}

.menu-nav-li, .faq-item {
  border-bottom: 1px solid var(--seryy-fon-kategorii);
}
.menu-nav-li, .faq-item-first {
  border-bottom: 1px solid var(--seryy-fon-kategorii);
}

.menu-nav-a, .faq-button {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  align-items: center;
  text-align: left;
  font-size: 15px;
  color: rgba(42, 42, 42, 1);
}
.header-menu-wrapper .btn {
  font-size: 18px;
  padding: 12px 0;
}
@media(max-width:550px){
  .header-menu-wrapper .btn {
    font-size: 16px;
  }
}



@media (min-width: 992px) {

}

.menu-nav-a.w-24:after, .faq-button.w-24:after {
  width: 24px;
  height: 24px;
  background-size: 6px;
  margin-left: auto;
}

@media (min-width: 768px) {
  .menu-nav-a.w-24:after, .faq-button.w-24:after {
    width: 30px;
    height: 30px;
    background-size: 8px;
  }
}

.faq-item {
}

@media (min-width: 992px) {
  .faq-item {
  }
}

.faq-item.show .accordion-collapse {
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .faq-item.show .accordion-collapse {
    padding-bottom: 20px;
  }
}

.faq-button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
}
.accordion .faq-button {
  width: 30px;
}
.accordion-item .faq-button img {
  transition: 0.2s;
}
.accordion-item.show .faq-button img {
  transform: rotate(-180deg);
}

@media (min-width: 992px) {
  .faq-button {
    font-weight: bold;
    font-size: 16px;
  }
}

.faq-button:after {
  transform: rotate(90deg);
}

.faq-button.p-0 {
  padding: 0;
}

.show .faq-button:after {
  transform: rotate(-90deg);
}

.menu-nav-a-basket {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: bold;
  color: rgba(89, 89, 89, 1);
}

.menu-nav-a-rules {
  padding: 20px 20px;
}


.main-content {
  position: fixed;
  left: 0;
  top: 85px;
  width: 100%;
}
.main-content::-webkit-scrollbar {
  display: none; 
  width: 0;
}
@media (max-width:992px) {
  .main-content {
    position: relative;
    margin-top: 335px;
    min-height: 100dvh; 
  }
}
@media (max-width:410px) {
  .main-content {
    position: relative;
    margin-top: 300px;
    min-height: 100dvh; 
  }
}
.main-columns {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
}
.column-left {
  grid-column-start: 1;
  grid-column-end: 3;
}
.column-center {
  grid-column-start: 3;
  grid-column-end: 10;
  position: relative;

  background-color: #fff;
  z-index: 100000000000000;
}
@media (max-width:992px) {
  .column-center {
    grid-column-start: 1;
    grid-column-end: 13;

    position: relative;
    overscroll-behavior: contain;
  }
  .column-center-scrollable {
    padding: 0 15px;
  }
  .column-about-scrollable {
    padding: 0 15px;
  }
}
@media (max-width:500px) {
  .column-center-scrollable {
    padding: 0 10px;
  }
  .column-about-scrollable {
    padding: 0 10px;
  }
}
.column-center::-webkit-scrollbar {
  display: none;
}
.column-right {
  grid-column-start: 10;
  grid-column-end: 13;
}

@media (min-width: 992px) {
  .main-columns {
    position: relative;
    z-index: 90;
    min-height: calc(100vh - 100px);
  }
}

.column-left, .column-right, .column-center {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .column-left, .column-right, .column-center {
    background: #FFF;
    border-radius: 20px;
  }
}

.scrollbar-no::-webkit-scrollbar {
  display: none;
  /* Скрывает скроллбар в Chrome и Safari */
}

.scrollbar-no {
  overflow: auto;
  -ms-overflow-style: none;
  /* Скрывает скроллбар в IE и Edge */
  scrollbar-width: none;
  /* Скрывает скроллбар в Firefox */
}

.column-left, .column-right {
  width: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1400;
  padding: 0;
}

@media (min-width: 992px) {
  .column-left, .column-right {
    padding: 15px;
    position: sticky;
    overflow: visible;
    left: 0;
    right: 0;
    top: 85px;
    overflow: auto;
    max-height: calc(100vh - 90px);
  }
}

@media (min-width: 1280px) {
  .column-left, .column-right {
    padding: 20px;
  }
}

.column-left {
  left: -100%;
  background: #FFF;
  top: 58px;
  padding: 15px;
  z-index: 1100;
}

@media (min-width: 992px) {
  .column-left {
    padding: 15px;
    left: 0;
    top: 85px;
  }
}

@media (min-width: 1600px) {
  .column-left {
    padding: 20px;
  }
}

.column-right {
  background: var(--seryy-fon-kategorii);
}

@media (min-width: 992px) {
  .column-right {
    background: #FFF;
    overflow: visible;
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
}

@media (min-width: 1600px) {
  .column-right {
  }
}

@media (min-width: 992px) {
  .column-left-cabinet {
    height: calc(100vh - 90px);
    min-width: 280px;
    max-width: 280px;
    max-height: 450px;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1600px) {
  .column-left-cabinet {
    max-height: 600px;
  }
}

.column-left-cabinet .menu-nav-a {
  font-size: 16px;
  padding: 20px;
}

.menu-nav .menu-nav-a {
  text-align: center;
}
.header-menu-wrapper .menu-nav {
  flex: 1;
  overflow-y: scroll;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.header-menu-wrapper .menu-nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

@media (min-width: 992px) {
  .column-left-cabinet .menu-nav-a {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .column-left-cabinet .menu-nav-a {
    font-size: 16px;
    padding: 20px;
  }
}

.column-center {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.column-center-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 70px);
  margin-top: 0px;
  background-color: #f2f2f2;
  scroll-behavior: smooth;
}

.column-center-scrollable::-webkit-scrollbar {
  display: none;
  width: 0;
}
.column-about-scrollable::-webkit-scrollbar {
  display: none;
  width: 0;
}

@media (max-width:992px){
  .column-center-scrollable {
    overflow-y: hidden;
    height: 100%;
  }
}
@media (max-width:992px){
  .column-about-scrollable {
    overflow-y: hidden;
    height: 100%;
  }
}


@media (min-width: 992px) {
  .column-center {
    background: #fff;
    min-height: auto;
  }
}

@media (min-width: 1600px) {
  .column-center {
    
  }
}

@media (min-width: 992px) {
  .column-center-cabinet {
    min-width: calc(100% - 570px);
    max-width: calc(100% - 570px);
  }
}

@media (min-width: 1600px) {
  .column-center-cabinet {
    min-width: calc(100% - 790px);
    max-width: calc(100% - 790px);
  }
}

.column-center-1.adaptive {
  display: none;
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .column-center-1 {
    order: 2;
    padding: 15px 15px 1px;
    background: #FFF;
  }
}
@media(max-width:992px) {
  .column-center-1.adaptive {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-content .column-center-1 {
    display: none;
  }
}

.main-column-title-product {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 5px;
  font-size: 25px;
  font-weight: 600;
}

.working-time-wrap, .column-center-3 {
  margin: 0 -15px -1px;
  background: #FFF;
}

@media (min-width: 992px) {
  .working-time-wrap, .column-center-3 {
    padding: 0 15px;
    order: 1;
    margin: 0;
  }
}

.working-time-wrap {
  padding: 10px 15px;
  background: #FFF !important;
}
@media(max-width:992px){
  .working-time-wrap {
    padding: 15px;
    padding-top: 0;
  }
}
.working-time-wrap .working-time {
  background: #EEEEEE;
  margin: 0 15px;
}
@media (max-width:992px){
  .working-time-wrap .working-time {
    background: #EEEEEE;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .working-time-wrap {
    order: 1;
    padding: 15px 0;
    background: none;
    padding-top: 0;
  }

  .working-time-wrap .working-time {
    background: #EEEEEE;
  }
}
.adaptive-column-center-sticky {
  z-index: 100000000;
  margin: 15px;
  margin-bottom: 10px;
}
.delivery-send {
  order: 0;
  display: flex;
  align-items: center;
  border-radius: 50px;
  z-index: 100000;

  background-color: rgba(238, 238, 238, 1);
  border-radius: 50px;
  padding: 15px;
}
.delivery-send-block {
  width: 100%;
  background-color: #fff;
  padding-bottom: 15px;
}
@media (min-width:992px){
  .delivery-send {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .adaptive-column-center-sticky {
    margin: 0;
  }
  .delivery-send {
    z-index: 10000;
    background-color: rgba(238, 238, 238, 1);
    border-radius: 0;
    border-radius: 50px;
    padding: 15px;
    width: 100%;
  }
  .delivery-send .flex {
  }
  .column-center {
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 0 5px 2px #aeaeae;
  }
}

@media (max-width: 500px) {
  .delivery-send {
    width: 100%;
  }
}

@media (min-width: 992px) {

}

.column-center-3 {
  border-radius: 20px;
  padding: 0 15px 30px;
}

@media (min-width: 992px) {
  .column-center-3 {
    order: 3;
    border-radius: 20px;
  }

  .column-center-3-middle {
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width:992px){
  .column-center-3 {
    border-radius: 0 0 20px 20px;
  }
}

.accordion-collapse {
  max-height: 0;
  overflow: hidden;
}

.accordion-item {
  position: relative;
  z-index: 30;
}
.accordion-item .table-succes-order {
  display: none;
}
.accordion-item.show .table-succes-order {
  display: block;
  min-width: 100%;
}
.accordion-item.show .table-succes-order tbody {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-width: 100%;
}
.accordion-item.show .table-succes-order tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: start;
  min-width: 100%;
}


.nav-a {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
}

.nav-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #5D5D5D;
}

@media (min-width: 1280px) {
  .nav-title {
  }
}
@media (max-width:1200px){
  .nav-title {
    font-size: 12px;
  }
}

.show .accordion-collapse {
  max-height: inherit;
}


.nav-icos {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 6px;
  position: relative;
  background-color: var(--seryy-fon-kategorii);
  
  margin-right: 10px;
}
.accordion-item .nav-icos {
  background: url(../img/arrow-down.svg) no-repeat center;
  background-color: var(--seryy-fon-kategorii);
}



@media (min-width: 1280px) {
  .nav-icos {
    width: 50px;
    height: 50px;
  }
}

.nav-icos .nav-icos-arrow {
  display: none;
}

.nav-icos img {
  max-height: 100%;
  max-width: 100%;
}

.nav-sub {
  padding-left: 47px;
}

@media (min-width: 1280px) {
  .nav-sub {
    padding-left: 62px;
  }
}
@media(max-width:1200px){
  .nav-sub {
    padding-left: 50px;
  }
}

.nav-sub-li {
  padding-top: 7px;
  padding-bottom: 8px;
  color: #5D5D5D;
  font-family: "Inter";
  font-weight: 600;
  font-size: 13px;
}

@media(max-width:1200px){
  .nav-sub-li {
    font-size: 12px;
  }
}

.nav-sub-li-active .nav-title, .nav-li-active .nav-title, .menu-nav-li-active .menu-nav-a {
  color: var(--temno-olivkovyy);
  font-weight: bold;
}

.img-center {
  position: absolute;
  left: -9999px;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}

.img-fit {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.accordion-item.show .nav-icos {
  aspect-ratio: 1;
}



.basket-addr {
  white-space: nowrap;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  max-width: 100%;
}

.basket-price-through.basket-addr {
  font-size: 20px;
}

@media (min-width: 992px){
  .basket-addr{
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 1600px){
  .basket-addr{
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.basket-addr-in {
  max-width: 80%;
  margin-right: 0.25rem;
  display: flex;
}

@media (min-width: 992px) {
  .column-right .basket-addr-in {
  }
}

.basket-addr-btn {
  width: 20px;
  height: 20px;
  background: url(../img/arrow-down.svg) no-repeat center;
  transform: rotate(180deg);
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
}

.basket-addr-span1,
.basket-addr-span2 {
  text-overflow: ellipsis;
  overflow: hidden;
}

.basket-addr-span2 {
  flex-grow: 1;
}

.basket-addr-bottom {
  color: #8B8989;
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 1280px){
  .basket-addr-bottom{
    font-size: 14px;
  }
}

.basket-remove, .message-box-close {
  width: 24px;
  height: 24px;
  background: url(../img/remove.svg) no-repeat center;
  background-size: 12px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -3px;
}
.basket-item .basket-remove {
  display: none;
}

.message-box-close {
  top: 6px;
  right: 5px;
}

.basket-top {
  padding: 20px 80px 0 15px;
  position: relative;
}

@media (min-width: 992px) {
  .basket-top {
    padding: 0;
  }
}

.basket-top-center{
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .basket-top-center {
    display: none;
  }
}

.basket-top-center-l {
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .basket-top-center-l {
    width: 100%;
  }
}

.basketEmptyActive .basket-empty {
  display: block;
}

.basketEmptyActive .basket-total, .basketEmptyActive .basket-items, .basketEmptyActive .message-box {
  display: none;
}

.basket-empty {
  font-size: 14px;
  text-align: center;
  display: none;
}

.basket-empty-img {
  margin: 0 auto 15px;
  display: block;
}

.basket-items {
  background: #FFF;
  padding: 15px;
  overflow: auto;
  position: relative;
  z-index: 90;
  flex: 1 1 auto;
}

@media (min-width: 992px) {
  .basket-items {
    padding: 0 0 50px;
    background: none;
  }
}

.basket-items-after {
  position: relative;
  z-index: 100;
}

.basket-items-after:before {
  display: none;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  right: 0;
  height: 54px;
}

@media (min-width: 992px) {
  .basket-items-after:before {
    display: block;
  }
}

.basket-item {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  padding: 10px 0;
  grid-template-columns: 80px 1fr;
}

@media (min-width: 992px) {
  .basket-item {
    grid-template-columns: 60px 1fr;
  }
}

@media (min-width: 1300px) {
  .basket-item {
    grid-template-columns: 80px 1fr;
  }
}

.basket-img-wrap {
  border-radius: 10px;
  background: var(--seryy-fon-kategorii);
  flex-shrink: 0;
  position: relative;
  width: 80px;
  height: 80px;
  grid-row: 1/3;
}

@media (min-width: 992px) {
  .basket-img-wrap {
    width: 60px;
    height: 60px;
    grid-row: 1/3;
  }
}

@media (min-width: 1300px) {
  .basket-img-wrap {
    width: 80px;
    height: 80px;
    grid-row: 1/3;
  }
}

.basket-img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

.basket-descript {
  grid-row: 2;
  grid-column: 2/3;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.basket-descript {
  position: relative;
}
.basket-descript::before {
  content: "500г";
  position: absolute;
  top: -17px;
  font-size: 12px;
  font-weight: 600;
  left: 0;
  color: #A6A6A6;
  display: block;
}

@media (min-width:1200px) {
  .basket-descript {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .basket-descript {
    grid-column: 2/3;
  }
  .basket-descript .rangedInput {
    font-size: 12px;
  }
  .basket-descript .rangedVal {
    height: 26px;
    padding: 4px 8px;
  }
  .basket-descript .decreaseVal {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 1600px) {
  .basket-descript {
    grid-column: 2/3;
  }
}

.basket-title {
  position: relative;
  line-height: 1.2;
}

.btn-cancel.basket-title {
  font-size: 12px;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .btn-cancel.basket-title {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.basket-title {
  margin-bottom: 5px;
  display: -webkit-box;
  /* Establishes a flexbox context */
  -webkit-box-orient: vertical;
  /* Sets the box orientation to vertical */
  -webkit-line-clamp: 2;
  /* Limits the text to 2 lines */
  overflow: hidden;
  /* Prevents overflowing content */
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  color: rgba(89, 89, 89, 1);
}

@media (min-width: 480px) {
  .basket-title {
    font-size: 13px;
  }
}

.basket-title-span {
  font-size: 12px;
  display: block;
  color: var(--standartnyy-seryy);
}

.basket-price {
  font-size: 16px;
}

@media (min-width: 1280px){
  .basket-price{
    font-size: 12px;
    line-height: 1.2;
  }
}
@media(max-width:1200px) {
  .basket-descript::before {
    display: none;
  }
  .basket-descript {
    grid-column: 1/3;
  }
  .basket-img-wrap {
    grid-row: 1/2;
    width: 45px;
    height: 45px;
  }
  .basket-item {
    grid-template-columns: 45px 1fr;
  }
  .basket-title {
    font-size: 16px;
  }
}

.basket-price {
  color: var(--temno-olivkovyy);
  font-weight: bold;
  font-size: 15px;
}

.basket-price-through {
  font-size: 16px;
  color: var(--temno-seryy);
  text-decoration: line-through;
}

@media (max-width:1250px){
  .basket-price {
    font-size: 16px;
  }
}
.basket-price-through.text-xl {
  font-size: 20px;
}

.basket-numbers {
  font-size: 13px;
}

@media (min-width: 992px){
  .basket-numbers{
    font-size: 10px;
    line-height: 1.2;
  }
  .basket-price-through {
    font-size: 15px;
  }
}
@media (max-width:1250px){
  .basket-price-through {
    font-size: 11px;
  }
}
@media(max-width:1200px) {
  .basket-price-through {
    font-size: 12px;
  }
}

.basket-delivery-price {
  color: #8B8989;
  font-size: 14px;
}

.basket-delivery-title {
  font-size: 14px;
  color: #8B8989;
}
.basket-total-span {
  font-size: 13px;
  text-align: center;
  color: rgba(139, 137, 137, 1);
  font-weight: 600;
}
@media (min-width:600px){
  .basket-total-span {
    font-size: 16px;
    text-align: center;
    color: rgba(64, 64, 64, 1);
    font-weight: 600;
  }
}

.basket-total {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}

@media (min-width: 992px) {
  .basket-total {
    padding: 0;
  }
}

.basket-total:after {
  pointer-events: none;
  content: "";
  background: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 20px;
}

.rangedVal {
  border-radius: 50px;
  padding: 6px 10px;
  width: auto;
  height: 32px;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rangedVal-price, .rangedVal-ten {
  width: -moz-min-content;
  font-size: 12px;
  font-weight: 600;
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: 20px;
  max-width: 100%;
}
.ctg-item .rangedVal-price {
  background-color: rgba(160, 207, 40, 0.15) !important;
}

@media (max-width:992px) {
  .modal .rangedVal-price, .rangedVal-ten {
    width: auto;
    color: rgba(126, 159, 44, 1);
    font-size: 14px;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .rangedVal-price, .rangedVal-ten {
    font-size: 13px;
  }
}

.rangedVal-price > *, .rangedVal-ten > * {
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.rangedVal-price-active .rangedVal-text-through {
  display: none;
}

.rangedVal-text {
  white-space: nowrap;
}

.rangedVal-text-through {
  position: relative;
  font-weight: normal;
  font-weight: 600;
  color: rgba(126, 159, 44, 0.5);
}

.rangedVal-text-through:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid var(--chernyy);
}

.rangedVal-text-through + .decreaseVal {
  display: none;
}

.rangedInput {
  flex-grow: 1;
  text-align: center;
  width: 22px;
  font-size: 14px;
  color: #7e9f2c;
  font-weight: 600;
  background: none;
}

.decreaseVal, .increaseVal {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}

.decreaseVal:before, .increaseVal:before {
  position: absolute;
  inset: -9999px;
  margin: auto;
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background: var(--temno-olivkovyy);
}

.increaseVal:after {
  position: absolute;
  inset: -9999px;
  margin: auto;
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background: var(--temno-olivkovyy);
  transform: rotate(90deg);
}

.basket-btn {
  background: var(--salatovyy-logo) url(../img/basket-btn.svg) no-repeat 15px center;
  color: #595959 !important;
  box-shadow: 0 0 3px 1px #9ca3af;
  background-size: 30px;
  width: auto;
  padding: 5px 20px 5px 50px;
  text-align: center;
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 110000000000000000000000000;
  border-radius: 100px;
  cursor: pointer;
}

@media (max-width:768px){
  .basket-btn {
    background: none;
    background-color: var(--salatovyy-logo);
    padding: 0;
  }
  .basket-btn .text-xs {
    display: none;
  }
  .basket-btn div {
    text-align: center;
    padding: 11px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
}

.basket-btn:hover {
  background-color: var(--olivkovyy);
}

@media (min-width: 992px) {
  .basket-btn {
    display: none;
  }
}


.menuActive {
  overflow: hidden;
  position: relative;
}

.menuActive .container-header > .menu-btn {
  display: none;
}

.menuActive .menu-btn-arrow {
  display: block;
}

.menuActive .header-menu-wrapper {
  right: 40px;
  z-index: 900;
}
@media (max-width:992px){
  .menuActive .header-menu-wrapper {
    right: 0;
    width: 100%;
  }
}
.header-menu-wrapper .flex {
  width: 100%;
}

.menuActive .site-overlay {
  z-index: 800;
}

@media (min-width: 992px) {
  .menuActive .site-overlay {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
  }
}

.menuActive .header {
  z-index: 600;
}

.menuActive .header-2 {
  display: block;
}

.menuActive .column-left {
  z-index: 0;
}

.basketActive {
  overflow: hidden;
  position: relative;
}

.basketActive .column-right {
  left: 0;
}

.basketActive .header {
  z-index: 100;
}

.searchActive, .cabinetActive {
  overflow: hidden;
  position: relative;
}

.searchActive .column-left, .cabinetActive .column-left {
  left: 0;
  height: auto;
}

.searchActive .main-search-columns-wrapper, .cabinetActive .main-search-columns-wrapper {
  position: fixed;
  left: 0;
  top: -20px;
  width: 100%;
  margin: 0;
}
.main-search-columns-wrapper.adaptiveSticky {
    display: none;
    position: sticky;
    top: -1px;
}
@media(max-width: 992px) {
  .adaptive-column-center-sticky {
    position: sticky;
    top: -1px;
    z-index: 1000000000;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
  }
  .main-search-columns-wrapper.search-main {
    display: none;
  }
  .main-search-columns-wrapper.adaptiveSticky {
    display: block;
    border-radius: 10px;
    margin: 0 auto;
    flex: 1;
  }
}
@media(max-width:500px){
  .main-search-columns-wrapper.adaptiveSticky {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.searchActive .main-search-columns-hidden, .cabinetActive .main-search-columns-hidden {
  display: flex;
}

.searchActive .main-search-close, .cabinetActive .main-search-close {
  display: block;
}

.cabinetActive .main-title .h2 {
  display: none;
}

.cabinetActive .main-title .h2-cabinet {
  display: block;
}


.cabinetActive .cabinet-title {
  display: none;
}

.cabinetActive .goto-home {
  display: none;
}

.basket-close {
  width: 35px;
  height: 35px;
  background: #FFF url(../img/close.svg) no-repeat center;
  border-radius: 100px;
  position: absolute;
  top: 17px;
  right: 15px;
}

@media (min-width: 992px) {
  .basket-close {
    display: none;
  }
}

.message-box {
  margin-bottom: 12px;
  position: relative;
  background: #000;
  font-size: 12px;
  padding: 10px 30px 10px 10px;
  border-radius: 8px;
  background: #e3e7e8;
  opacity: 0.8;
}

@media (min-width: 768px){
  .message-box{
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

.working-time {
  background: rgba(238, 238, 238, 1);
  padding: 10px 10px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  color: rgba(96, 93, 92, 1);
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:992px){
  .working-time {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .working-time {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .working-time {
  }
}

.working-time:before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(../img/work-ico.svg) no-repeat center;
  margin-right: 8px;
  margin-bottom: 2px;
}

.addto-favorite {
  width: 27px;
  height: 27px;
  background: url(../img/favorite-ico.svg) no-repeat center;
  background-color: rgba(233, 233, 233, 1);
  border-radius: 100px;
  z-index: 1100000;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (min-width:768px){
  .addto-favorite {
    right: 15px;
    top: 15px;
    bottom: auto;
  }
}

.addto-favorite-grey {
  background-color: var(--seryy-fon-kategorii);
}

.addto-favorite-big {
  width: 40px;
  height: 40px;
}

.addto-favorite-active {
  background: var(--salatovyy-logo) url(../img/favorite-ico-active.svg) no-repeat center;
}

.modal-buy-row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .modal-buy-row {
    display: block;
    position: relative;
  }

  .modal-buy-col1, .modal-buy-col3, .modal-buy-col2 {
    width: 50%;
  }

  .modal-buy-col1, .modal-buy-col3 {
    padding-right: 10px;
  }
}

.modal-buy-col1 {
  order: 1;
  margin-bottom: 15px;
  position: relative;
}


@media (min-width: 768px) {
  .modal-buy-col1 {
    margin-right: -100%;
  }
}

.modal-buy-col3 {
  padding-bottom: 40px;
  order: 3;
}

@media (min-width: 768px) {
  .modal-buy-col3 {
    margin-right: -100%;
    padding-bottom: 0;
  }
}

.modal-buy-col2 {
  position: relative;
  order: 2;
}

@media (min-width: 768px) {
  .modal-buy-col2 {
    float: right;
    padding-left: 10px;
  }
}

.gallery-item {
  height: 360px;
  position: relative;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .gallery-item {
    background: var(--seryy-fon-kategorii);
  }
}

.buy-photo-container .ctg-item-cat {
  bottom: auto;
  top: 15px;
  left: 15px;
  padding: 2px 6px;
}

.gallery-item-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-info-title {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width:768px){
  .product-info-title {
    font-size: 24px;
  }
}

@media (min-width: 768px){
  .product-info-title{
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media (min-width: 1280px){
  .product-info-title{
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

.product-info-title {
  display: flex;
}

@media (min-width: 768px) {
  .product-info-title {
    display: block;
    padding-right: 50px;
  }
}

.product-info-sostav {
  border-top: 1px solid var(--svetlo-seryy);
  border-bottom: 1px solid var(--svetlo-seryy);
  font-weight: bold;
}

.read-more {
  min-height: 55px;
  max-height: 55px;
  position: relative;
  overflow: hidden;
}

.read-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 90;
}

.read-more-active {
  max-height: inherit;
  min-height: auto;
}

.read-more-active .read-more-btn, .read-more-active:after {
  display: none;
}

.read-more-btn {
  border-radius: 30px;
  padding: 3px 5px;
  width: 22px;
  height: 18px;
  background: var(--svetlo-seryy) url(../img/arrow-down.svg) no-repeat center;
  background-size: 12px;
  transform: scaleY(-1);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
}

.rangedVal-product-wrap {
  position: fixed;
  z-index: 1100;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #FFF;
}

.rangedVal-product-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .rangedVal-product-wrap {
    position: sticky;
    left: 10px;
    bottom: -6px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.rangedVal-product {
  width: 100%;
  background: var(--salatovyy-logo);
  border-radius: 0;
  height: 54px;
  justify-content: center;
  font-weight: bold;
}
@media (max-width:550px){
  .rangedVal-product {
    margin: 15px;
    border-radius: 50px;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .rangedVal-product {
    border-radius: 30px;
  }
}

.rangedVal-product .increaseVal {
  margin-left: 10px;
}

.rangedVal-product .decreaseVal {
  margin-right: 10px;
}

.rangedVal-product .decreaseVal:before, .rangedVal-product .increaseVal:before, .rangedVal-product .increaseVal:after {
  background: var(--chernyy);
}
@media (max-width:550px){
  .rangedVal-product .decreaseVal:before, .rangedVal-product .increaseVal:before, .rangedVal-product .increaseVal:after {
    background: #fff;
  }
}

.rangedVal-product .rangedVal-text-through {
  color: var(--temno-olivkovyy);
  font-size: 12px;
  margin-right: 10px;
}
@media (max-width:768px){
  .rangedVal-product .rangedVal-text-through {
   font-size: 14px;
  }
}

.rangedVal-product .rangedVal-text-through:after {
  border-top-color: var(--temno-olivkovyy);
}

.rangedVal-product + .addto-favorite {
  display: none;
}


.banner-reg {
  padding: 15px;
  border-radius: 10px;
  background: var(--seryy-fon-kategorii);
  margin-bottom: 20px;
  color: var(--temno-olivkovyy);
  overflow: hidden;
  position: relative;
  min-height: 200px;
}

.banner-reg-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.banner-reg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 90;
  max-height: 100%;
  width: inherit;
}

.btn-banner-reg {
  display: inline-block;
  width: inherit;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 100;
}

.banner-reg-descript {
  padding-right: 100px;
  min-height: 100%;
  position: relative;
  z-index: 100;
  font-size: 13px;
  padding-bottom: 70px;
}

.banner-reg-li {
  margin-bottom: 5px;
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social a {
  position: relative;
  display: flex;
  width: 28px;
  height: 28px;
  background: #E0E0E0;
  border-radius: 6px;
}

.footer {
  order: 20;
  padding: 20px 10px;
  background-color: #F2F2F2;
  margin-bottom: 100px;
}

.footer-euro-part {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;

  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.footer-euro-part img {
  width: 30%;
  max-width: 200px;
}
.footer-euro-part-content {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;

  max-width: 600px;
  color: #595959;
}
.footer-euro-part-content span a {
  border-bottom: 1px solid #595959;
}

@media (max-width:992px){
  .footer {
    margin-bottom: 0;
  }
}
@media (max-width:600px){
  .footer-euro-part {
    flex-direction: column;
    align-items: center;
  }
  .footer-euro-part img {
    width: 100%;
    max-width: 200px;
  }
  .footer {
    padding: 20px 0;
  }
}
@media (max-width:430px){
  .footer-euro-part img {
    width: 100%;
  }
  .footer-euro-part {
    padding: 20px;
  }
}


@media (min-width: 480px) {
  .footer-nav {
    grid-auto-flow: column;
    -moz-columns: 2;
         columns: 2;
  }
}

.footer-nav-li {
  padding-bottom: 20px;
  font-size: 14px;
}

.footer-nav-a {
  color: #404040;
}

.footer-year {
  font-size: 12px;
  text-align: center;
  color: #404040;
}

.main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width:992px){
  .main-title {
    padding: 20px 15px 15px 15px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width:550px){
  .main-title {
    padding: 15px 10px;
    border-radius: 20px 20px 0 0;
  }
}
.main-uptitle {
  font-size: 14px;
  color: rgba(166, 166, 166, 1);
}

@media (min-width: 992px) {
  .main-title {
    justify-content: flex-start;
  }

  .main-title .round-search-btn {
    display: none;
  }
}

.main-title {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.main-title .h2{
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: rgba(64, 64, 64, 1);
}


@media (min-width: 480px){
  .main-title .h2{
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

@media (min-width: 992px){
  .main-title .h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
  }
}

@media (min-width: 1280px){
  .main-title .h2{
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

.main-title .menu-btn {
  position: absolute;
  top: 17px;
  right: 50px;
}

.main-title-sticky {
  position: sticky;
  z-index: 1000;
  background: #FFF;
  top: 0;
}

.radio-lang {
  font-size: 16px;
}

.radio-lang .radio-lang-flex {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 10px 10px;
  line-height: 20px;
}

.radio-lang .radio-lang-flex > * {
  position: relative;
  z-index: 100;
}

.radio-lang .radio-lang-flex:before {
  opacity: 0;
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  height: 40px;
  left: 0;
  z-index: 10;
}

.radio-lang .radio-lang-input {
  position: absolute;
  left: -9999px;
}

.radio-lang .radio-lang-input:checked + .radio-lang-flex:before {
  opacity: 1;
}

.radio-lang .radio-lang-img {
  margin-right: 8px;
  flex-shrink: 0;
}

.modal-top{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.modal-bottom {
  bottom: 0;
  padding-bottom: 0;
  padding-top: 5px;
  position: sticky;
  z-index: 100;
}

.autoComplete-in .btn {
  position: relative;
  z-index: 100;
}

.modal-city-col {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .modal-city-col {
    width: 50%;
  }
}

.modal-city-col .form-control {
  background: #FFF;
}

.modal-city-col:first-child{
  display: none;
}

.menu-btn.modal-city-col:first-child, .rounded-icos.modal-city-col:first-child, .addto-favorite.modal-city-col:first-child, .profile-images-li.modal-city-col:first-child {
  display: none;
}

@media (min-width: 768px) {
  .menu-btn.modal-city-col:first-child, .rounded-icos.modal-city-col:first-child, .addto-favorite.modal-city-col:first-child, .profile-images-li.modal-city-col:first-child {
    display: flex;
  }

  .modal-city-col:first-child{
    display: block;
  }
}

.modal-city-col .map {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.modal-city-col .map img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.modal-city-col-2 {
  display: flex;
  flex-direction: column;
}

.modal-city .modal-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media (min-width: 992px) {
  .modal-city .modal-content {
    min-height: 90vh;
  }
}

.modal-city .modal-content-in {
  flex-grow: 1;
  display: flex;
}

.map {
  height: 100%;
}

.btnAddAddr {
  position: sticky;
  bottom: 0;
}

.step-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-top: 5px;
}

.step-list-current {
  width: 140px;
  margin: 0 auto 9px;
}

.step-list-current .step-list-li:first-child {
  display: none;
}

.step-list-li {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  align-items: center;
}

.step-list-li:after {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: var(--standartnyy-seryy);
  content: "";
  display: block;
  flex-shrink: 0;
}

.step-list-li:before {
  height: 2px;
  background: var(--standartnyy-seryy);
  flex-grow: 1;
  display: block;
  content: "";
}

.step-list-li:first-child {
  width: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}

.step-list-li:first-child:before {
  display: none;
}

.step-list-li-active:before, .step-list-li-active:after {
  background: rgba(166, 166, 166, 1);
}

@media (min-width: 768px) {
  .modal-basket-row {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.modal-basket-row .basket-items {
  overflow: visible;
}

.modal-basket-col {
  padding: 20px;
  background: #FFF;
  border-radius: 20px;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .modal-basket-col {
    width: calc(50% - 10px);
    flex-shrink: 0;
    overflow: auto;
  }
}

.modal-basket-col .basket-items {
  padding: 0;
}

.modal-basket-col .modal-bottom {
  background: #FFF;
}

.modal-basket-col .basket-total {
  padding-left: 0;
  padding-right: 0;
}

.modalBasketEmpty .btn-span {
  display: none;
}

.modalBasketEmpty .basket-price-through {
  display: none;
}

.otziv-item {
  border-radius: 50px;
  background: var(--svetlo-seryy);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.2;
}

.btn-cancel.otziv-item {
  font-size: 12px;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .btn-cancel.otziv-item {
    font-size: 16px;
    padding: 10px 15px;
  }

  .otziv-item{
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

.otziv-item {
  line-height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 10px;
}

@media (min-width: 768px) {
  .otziv-item {
    padding: 8px 16px;
  }
}

.otziv-list-img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 8px;
}

.otziv-list-item {
  margin-bottom: 8px;
  background: var(--seryy-fon-kategorii);
  padding: 20px;
  border-radius: 15px;
}

.mail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (min-width: 992px){
  .mail-list{
    gap: 1rem;
  }
}

.mail-list-item {
  padding: 12px;
  background: var(--seryy-fon-kategorii);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  width: calc(50% - 4px);
  flex-shrink: 0;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .mail-list-item {
    padding: 15px;
    width: calc(50% - 8px);
  }
}


.mail-list-item-col-full {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 480px) {
  .mail-list-item-col-66 {
    width: calc(66.66% - 4px);
  }
}

@media (min-width: 768px) {
  .mail-list-item-col-66 {
    width: calc(66.66% - 8px);
  }
}

@media (min-width: 480px) {
  .mail-list-item-col-33 {
    width: calc(33.34% - 4px);
  }
}

@media (min-width: 768px) {
  .mail-list-item-col-33 {
    width: calc(33.34% - 8px);
  }
}

.mail-list-item-mail {
  color: var(--temno-olivkovyy);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
}

@media (min-width: 768px){
  .mail-list-item-mail{
    font-weight: 700;
  }
}

@media (min-width: 992px){
  .mail-list-item-mail{
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (min-width: 1280px){
  .mail-list-item-mail{
    font-size: 15px;
    line-height: 1.2;
  }
}

.mail-list-item-mail.color-black {
  color: var(--chernyy);
}

.mail-list-item-caption{
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.2;
  color: var(--temno-seryy);
}

.mail-list-item-caption a:hover {
  color: var(--chernyy);
}

.btn-cancel.mail-list-item-caption {
  font-size: 12px;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .btn-cancel.mail-list-item-caption {
    font-size: 12px;
    padding: 10px 15px;
  }
}

.modal-title.mail-list-item-caption {
  margin-bottom: 4px;
}

@media (min-width: 768px){
  .mail-list-item-caption{
    line-height: 1.2;
  }
}

@media (min-width: 1280px){
  .mail-list-item-caption{
    font-size: 14px;
    line-height: 1.2;
  }
}

.team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

@media (min-width: 480px) {
  .team {
    grid-template-columns: repeat(4, 1fr);
  }
}

.team-item {
  border-radius: 15px;
  background: var(--seryy-fon-kategorii);
  padding: 15px;
  text-align: center;
}

.picture-square {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.picture-square > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.basket-items-canceled {
  padding: 10px;
  border-radius: 10px;
  background: var(--seryy-fon-kategorii);
}

@media (min-width: 768px) {
  .basket-items-canceled {
    padding: 15px;
    border-radius: 20px;
  }
}

.basket-items-canceled .faq-button:after {
  background-color: var(--svetlo-seryy);
}

.canceled-item {
  padding: 8px 0;
  display: flex;
  border-top: 1px solid var(--svetlo-seryy);
  border-bottom: 1px solid var(--svetlo-seryy);
  margin-bottom: -1px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.btn-cancel.canceled-item {
  font-size: 12px;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .btn-cancel.canceled-item {
    font-size: 16px;
    padding: 10px 15px;
  }

  .canceled-item{
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

.canceled-item-img {
  margin-right: 10px;
  width: 55px;
  height: 55px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: #FFF;
  flex-shrink: 0;
}

.canceled-item-descript {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.canceled-item-row{
  font-size: 0.75rem;
  line-height: 1.2;
}

.btn-cancel.canceled-item-row {
  font-size: 12px;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .btn-cancel.canceled-item-row {
    font-size: 16px;
    padding: 10px 15px;
  }

  .canceled-item-row{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

.canceled-item-row .btn{
  font-size: 16px;
  line-height: 1.2;
}

.btn-cancel.canceled-item-row .btn {
  font-size: 12px;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .btn-cancel.canceled-item-row .btn {
    font-size: 16px;
    padding: 10px 15px;
  }

  

  .canceled-item-row .btn{
    font-size: 16px;
    line-height: 1.2;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center ;
  }
}

.canceled-item-row2 {
  display: flex;
}

@media (min-width: 768px) {
  .canceled-item-row2 {
    display: block;
    width: calc(50% - 8px);
  }
}

.canceled-item-col2 {
  width: 50%;
  padding-bottom: 10px;
}
.canceled-item-col-2 .canceled-grey {
  color: rgba(166, 166, 166, 1);
}
.canceled-item-col-2 .cancel-black {
  color: rgba(64, 64, 64, 1);
}
.cancel-black-800 {
  color: rgba(89, 89, 89, 1);
  font-size: 14px;
}

@media (min-width: 768px) {
  .canceled-item-col2 {
    width: 100%;
  }
}

.canceled-item-col2:last-child {
  text-align: right;
}

@media (min-width: 768px) {
  .canceled-item-col2:last-child {
    text-align: left;
  }
}

.canceled-item-col-1{
  display: flex;
  justify-content: center;
}

@media (min-width: 768px){
  .canceled-item-col-1{
    display: block;
  }
}

.canceled-item-col-1 {
  order: 2;
}

@media (min-width: 768px) {
  .canceled-item-col-1 {
    width: calc(50% - 8px);
  }
}

.canceled-item-col-2 {
  order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .canceled-item-col-2 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
}

.canceled-item-col-3 {
  order: 3;
}

@media (min-width: 768px) {
  .canceled-item-col-3 {
    width: calc(50% - 8px);
  }
}

.radio-item {
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background: var(--seryy-fon-kategorii);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.2;
}

.btn.radio-item {
  font-size: 14px;
}

@media (min-width: 992px){
  .radio-item{
    font-size: 1rem;
    line-height: 1.2;
  }
}

.radio-item {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .radio-item {
    padding: 15px;
  }
}

.radio-item .radio-item-input {
  position: absolute;
  left: -9999px;
}

.radio-item span {
  position: relative;
  z-index: 100;
  color: rgba(89, 89, 89, 1);
}

.radio-item .radio-item-input + .radio-item-bg {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--seryy-fon-kategorii);
  z-index: 10;
}

.radio-item .radio-item-input:checked + .radio-item-bg {
  background: var(--svetlo-seryy);
}

.payment-item-look {
  display: block;
}

.radio-item-ico {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 100;
}

.radio-item-ico img {
  max-width: 100%;
}

.input-look {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.input-look-visible .input-look-btn {
  background: url(../img/payment-look-visible.svg) no-repeat center;
}

.input-look-el {
  background: transparent;
  width: 100%;
  position: relative;
  z-index: 90;
  letter-spacing: 4px;
  color: rgba(89, 89, 89, 1);
}

.input-look-el.form-control {
  background: #FFF;
  padding-right: 45px;
  z-index: 10;
  position: relative;
}

.input-look-el + .input-look-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -10px;
  z-index: 20;
}

.input-look-btn {
  width: 22px;
  height: 22px;
  background: url(../img/payment-look.svg) no-repeat center;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.table-succes-order{
  font-size: 14px;
  line-height: 1.2;
}

.btn-cancel.table-succes-order {
  font-size: 12px;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .btn-cancel.table-succes-order {
    font-size: 16px;
    padding: 10px 15px;
  }

  .table-succes-order{
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

.table-succes-order {
  width: 100%;
}

.table-succes-order td {
  width: 50%;
  padding-bottom: 17px;
}

@media (min-width: 768px){
  .table-succes-order td{
    padding-bottom: 1rem;
  }
}

.table-succes-order td:last-child {
  text-align: right;
}

.exit-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 12px;
}

.exit-btn:before {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  background: var(--seryy-fon-kategorii) url(../img/exit-ico.svg) no-repeat center;
  margin-right: 12px;
  content: "";
  flex-shrink: 0;
}

.goto-home {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 30px;
  position: absolute;
  bottom: 20px;
}

.goto-home:before {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--seryy-fon-kategorii) url(../img/cabinet-arrow.svg) no-repeat center;
  flex-shrink: 0;
  margin-right: 12px;
  border-radius: 50%;
  transform: rotate(180deg);
}

.h2-cabinet {
  display: none;
}

.cabinet-title{
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 1280px){
  .cabinet-title{
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.cabinet-top {
  display: flex;
  align-items: center;
}

.cabinet-ico {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative;
}

.cabinet-ico img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile-col {
  padding: 15px;
  background: var(--seryy-fon-kategorii);
  border-radius: 15px;
  flex-grow: 1;
}

.profile-col-66 {
  width: calc(66.66% - 4px);
}

.profile-col-33 {
  width: calc(33.33% - 4px);
}

.grid {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
}

.grid .profile-col-33, .grid .profile-col-66 {
  width: inherit;
}

.grid .profile-col-33:first-of-type {
  grid-column: 3;
  grid-row: 1;
}

.grid .profile-col-33:last-of-type {
  grid-column: 3;
  grid-row: 2;
}

.grid .profile-col-66 {
  grid-column: span 2;
  grid-row: span 2;
}

.grid .profile-col.w-full {
  grid-column: span 3;
  grid-row: auto;
}

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

.profile-images-li-file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: red;
  opacity: 0;
}

.profile-images-li-active:before, .profile-images-li-active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 100px;
  z-index: 20;
}

.profile-images-li-active:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border: 2px solid #FFF;
}

.profile-images-li-active img {
  z-index: 10;
}

.filter-col .filter-col1 {
  display: none;
}

.filter-col .filter-col2 {
  display: block;
}

.filterColActive .filter-col1 {
  display: block;
}

.filterColActive .filter-col2 {
  display: none;
}

.filterColActive .ctg-buy .ctg-item {
  width: 100%;
}

@media (min-width: 550px) {
  .filterColActive .ctg-buy .ctg-item {
    width: 50%;
  }
}

.favorite-bottom {
  padding: 12px 0 20px;
  background: #FFF;
  display: flex;
  position: relative;
  z-index: 700;
  gap: 12px;
  position: sticky;
  bottom: 0;
}

/*------animation--------*/

.menu-btn, a, .menu-btn:before, .menu-btn:after, .header-menu-wrapper, .nav-icos, .btn, a,
.column-right, .column-left, button, .swiperBuy .ctg-item-img:before, .swiperBuy .ctg-item-buynum,
.read-more, .main-search, .main-search *, .main-search-columns-wrapper, .header-city-in,
.radio .radio-ico:before, .radio-input > *, .radio-lang .radio-lang-input:checked + .radio-lang-flex:before {
  transition: all 0.3s;
}

/*------media-------*/

/*-------lightgallery---------*/

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "SF UI Text", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.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: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.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%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.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;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

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

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

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

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

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

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

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).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-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.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: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 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 {
  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-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 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-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

@font-face {
  font-family: swiper-icons;

  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

: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;
  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;
}

.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);
  backface-visibility: hidden;
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-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-inline-start: 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-block-start: 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);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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);
  }
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  --swiper-navigation-width: 48px;
  --swiper-navihation-height: 100px;
}


.swiperBuy .swiper-button-next, .swiper-button-prev {
  top: 30%;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}


.swiper-button-prev {
  left: -2px;
  right: auto;
}

.swiper-button-next {
  right: -2px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -2px;
  left: auto;
}

.swiper-button-disabled {
  display: none !important;
}


.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

[data-bs-toggle=modal] {
  cursor: pointer;
}


.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #FFF;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-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(--bs-modal-margin) * 2);
}

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

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

.modal-backdrop-city {
  z-index: 900;
  background: rgba(78, 78, 78, 0.2);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
  padding-right: 20px;
}

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

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

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-buy .modal-dialog {
    max-width: 100%;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 1130px) {
  .modal-buy .modal-dialog {
    max-width: 1100px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-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;
  }
}

:root {
  --iti-hover-color:rgba(0, 0, 0, 0.05);
  --iti-text-gray:#999;
  --iti-border-gray:#ccc;
  --iti-spacer-horizontal:8px;
  --iti-flag-height:15px;
  --iti-flag-width:20px;
  --iti-border-width:1px;
  --iti-arrow-height:4px;
  --iti-arrow-width:6px;
  --iti-triangle-border:calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding:6px;
  --iti-arrow-color:#555;
  --iti-input-padding:6px;
  --iti-right-hand-selected-country-padding:calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding:calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-1x:url("../img/flags.png?1");
  --iti-path-flags-2x:url("../img/flags@2x.png?1");
  --iti-path-globe-1x:url("../img/globe.png");
  --iti-path-globe-2x:url("../img/globe@2x.png");
  --iti-flag-sprite-width:5762px;
  --iti-flag-sprite-height:15px;
  --iti-mobile-popup-margin:30px;
}

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

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: #fff;
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-gray);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-gray);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: var(--iti-flag-width);
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: 0;
}

.iti__dial-code {
  color: var(--iti-text-gray);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-name, .iti__flag-box {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-name, [dir=rtl] .iti__flag-box {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--allow-dropdown input.iti__tel-input[type=text] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input, [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text] {
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: var(--iti-input-padding);
  margin-right: 0;
}

.iti--allow-dropdown .iti__country-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__country-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset:0px;
  --iti-flag-width:20px;
  --iti-flag-height:14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: 0 0 1px 0 #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__np {
  --iti-flag-width:13px;
}

.iti__ch, .iti__va {
  --iti-flag-width:15px;
}

.iti__be, .iti__ne {
  --iti-flag-width:18px;
}

.iti__mc {
  --iti-flag-width:19px;
}

.iti__ac, .iti__ae, .iti__ai, .iti__am, .iti__as, .iti__au, .iti__az, .iti__ba, .iti__bm, .iti__bn, .iti__bs, .iti__by, .iti__ca, .iti__cc, .iti__ck, .iti__cu, .iti__cx, .iti__dg, .iti__dm, .iti__eh, .iti__er, .iti__et, .iti__fj, .iti__fk, .iti__gb, .iti__gi, .iti__gs, .iti__gw, .iti__hm, .iti__hn, .iti__hr, .iti__hu, .iti__ie, .iti__im, .iti__io, .iti__jm, .iti__jo, .iti__ki, .iti__kp, .iti__kw, .iti__ky, .iti__kz, .iti__lc, .iti__lk, .iti__lv, .iti__ly, .iti__md, .iti__me, .iti__mk, .iti__mn, .iti__mp, .iti__ms, .iti__my, .iti__nc, .iti__nf, .iti__ng, .iti__nr, .iti__nu, .iti__nz, .iti__om, .iti__ph, .iti__pn, .iti__ps, .iti__sb, .iti__sc, .iti__sd, .iti__sh, .iti__si, .iti__ss, .iti__st, .iti__su, .iti__ta, .iti__tc, .iti__tj, .iti__tk, .iti__tl, .iti__to, .iti__tv, .iti__uk, .iti__uz, .iti__vg, .iti__ws, .iti__zw {
  --iti-flag-height:10px;
}

.iti__fm, .iti__gu, .iti__lr, .iti__mh, .iti__py, .iti__um, .iti__us {
  --iti-flag-height:11px;
}

.iti__bd, .iti__bg, .iti__bh, .iti__bi, .iti__bz, .iti__cq, .iti__cr, .iti__cv, .iti__de, .iti__fi, .iti__gd, .iti__gy, .iti__ht, .iti__ir, .iti__je, .iti__kg, .iti__km, .iti__li, .iti__lt, .iti__lu, .iti__mx, .iti__ni, .iti__sv, .iti__tt, .iti__vu {
  --iti-flag-height:12px;
}

.iti__ar, .iti__ax, .iti__ee, .iti__gt, .iti__kh, .iti__pl, .iti__pw, .iti__se, .iti__tg {
  --iti-flag-height:13px;
}

.iti__al, .iti__be, .iti__bv, .iti__cd, .iti__ch, .iti__dk, .iti__fo, .iti__ga, .iti__il, .iti__is, .iti__mc, .iti__ne, .iti__no, .iti__np, .iti__pg, .iti__sj, .iti__sm, .iti__va, .iti__xk {
  --iti-flag-height:15px;
}

.iti__qa {
  --iti-flag-height:8px;
}

.iti__ac {
  --iti-flag-offset:0px;
}

.iti__ad {
  --iti-flag-offset:-22px;
}

.iti__ae {
  --iti-flag-offset:-44px;
}

.iti__af {
  --iti-flag-offset:-66px;
}

.iti__ag {
  --iti-flag-offset:-88px;
}

.iti__ai {
  --iti-flag-offset:-110px;
}

.iti__al {
  --iti-flag-offset:-132px;
}

.iti__am {
  --iti-flag-offset:-154px;
}

.iti__ao {
  --iti-flag-offset:-176px;
}

.iti__aq {
  --iti-flag-offset:-198px;
}

.iti__ar {
  --iti-flag-offset:-220px;
}

.iti__as {
  --iti-flag-offset:-242px;
}

.iti__at {
  --iti-flag-offset:-264px;
}

.iti__au {
  --iti-flag-offset:-286px;
}

.iti__aw {
  --iti-flag-offset:-308px;
}

.iti__ax {
  --iti-flag-offset:-330px;
}

.iti__az {
  --iti-flag-offset:-352px;
}

.iti__ba {
  --iti-flag-offset:-374px;
}

.iti__bb {
  --iti-flag-offset:-396px;
}

.iti__bd {
  --iti-flag-offset:-418px;
}

.iti__be {
  --iti-flag-offset:-440px;
}

.iti__bf {
  --iti-flag-offset:-460px;
}

.iti__bg {
  --iti-flag-offset:-482px;
}

.iti__bh {
  --iti-flag-offset:-504px;
}

.iti__bi {
  --iti-flag-offset:-526px;
}

.iti__bj {
  --iti-flag-offset:-548px;
}

.iti__bl {
  --iti-flag-offset:-570px;
}

.iti__bm {
  --iti-flag-offset:-592px;
}

.iti__bn {
  --iti-flag-offset:-614px;
}

.iti__bo {
  --iti-flag-offset:-636px;
}

.iti__bq {
  --iti-flag-offset:-658px;
}

.iti__br {
  --iti-flag-offset:-680px;
}

.iti__bs {
  --iti-flag-offset:-702px;
}

.iti__bt {
  --iti-flag-offset:-724px;
}

.iti__bv {
  --iti-flag-offset:-746px;
}

.iti__bw {
  --iti-flag-offset:-768px;
}

.iti__by {
  --iti-flag-offset:-790px;
}

.iti__bz {
  --iti-flag-offset:-812px;
}

.iti__ca {
  --iti-flag-offset:-834px;
}

.iti__cc {
  --iti-flag-offset:-856px;
}

.iti__cd {
  --iti-flag-offset:-878px;
}

.iti__cf {
  --iti-flag-offset:-900px;
}

.iti__cg {
  --iti-flag-offset:-922px;
}

.iti__ch {
  --iti-flag-offset:-944px;
}

.iti__ci {
  --iti-flag-offset:-961px;
}

.iti__ck {
  --iti-flag-offset:-983px;
}

.iti__cl {
  --iti-flag-offset:-1005px;
}

.iti__cm {
  --iti-flag-offset:-1027px;
}

.iti__cn {
  --iti-flag-offset:-1049px;
}

.iti__co {
  --iti-flag-offset:-1071px;
}

.iti__cp {
  --iti-flag-offset:-1093px;
}

.iti__cq {
  --iti-flag-offset:-1115px;
}

.iti__cr {
  --iti-flag-offset:-1137px;
}

.iti__cu {
  --iti-flag-offset:-1159px;
}

.iti__cv {
  --iti-flag-offset:-1181px;
}

.iti__cw {
  --iti-flag-offset:-1203px;
}

.iti__cx {
  --iti-flag-offset:-1225px;
}

.iti__cy {
  --iti-flag-offset:-1247px;
}

.iti__cz {
  --iti-flag-offset:-1269px;
}

.iti__de {
  --iti-flag-offset:-1291px;
}

.iti__dg {
  --iti-flag-offset:-1313px;
}

.iti__dj {
  --iti-flag-offset:-1335px;
}

.iti__dk {
  --iti-flag-offset:-1357px;
}

.iti__dm {
  --iti-flag-offset:-1379px;
}

.iti__do {
  --iti-flag-offset:-1401px;
}

.iti__dz {
  --iti-flag-offset:-1423px;
}

.iti__ea {
  --iti-flag-offset:-1445px;
}

.iti__ec {
  --iti-flag-offset:-1467px;
}

.iti__ee {
  --iti-flag-offset:-1489px;
}

.iti__eg {
  --iti-flag-offset:-1511px;
}

.iti__eh {
  --iti-flag-offset:-1533px;
}

.iti__er {
  --iti-flag-offset:-1555px;
}

.iti__es {
  --iti-flag-offset:-1577px;
}

.iti__et {
  --iti-flag-offset:-1599px;
}

.iti__eu {
  --iti-flag-offset:-1621px;
}

.iti__ez {
  --iti-flag-offset:-1643px;
}

.iti__fi {
  --iti-flag-offset:-1665px;
}

.iti__fj {
  --iti-flag-offset:-1687px;
}

.iti__fk {
  --iti-flag-offset:-1709px;
}

.iti__fm {
  --iti-flag-offset:-1731px;
}

.iti__fo {
  --iti-flag-offset:-1753px;
}

.iti__fr {
  --iti-flag-offset:-1775px;
}

.iti__fx {
  --iti-flag-offset:-1797px;
}

.iti__ga {
  --iti-flag-offset:-1819px;
}

.iti__gb {
  --iti-flag-offset:-1841px;
}

.iti__gd {
  --iti-flag-offset:-1863px;
}

.iti__ge {
  --iti-flag-offset:-1885px;
}

.iti__gf {
  --iti-flag-offset:-1907px;
}

.iti__gg {
  --iti-flag-offset:-1929px;
}

.iti__gh {
  --iti-flag-offset:-1951px;
}

.iti__gi {
  --iti-flag-offset:-1973px;
}

.iti__gl {
  --iti-flag-offset:-1995px;
}

.iti__gm {
  --iti-flag-offset:-2017px;
}

.iti__gn {
  --iti-flag-offset:-2039px;
}

.iti__gp {
  --iti-flag-offset:-2061px;
}

.iti__gq {
  --iti-flag-offset:-2083px;
}

.iti__gr {
  --iti-flag-offset:-2105px;
}

.iti__gs {
  --iti-flag-offset:-2127px;
}

.iti__gt {
  --iti-flag-offset:-2149px;
}

.iti__gu {
  --iti-flag-offset:-2171px;
}

.iti__gw {
  --iti-flag-offset:-2193px;
}

.iti__gy {
  --iti-flag-offset:-2215px;
}

.iti__hk {
  --iti-flag-offset:-2237px;
}

.iti__hm {
  --iti-flag-offset:-2259px;
}

.iti__hn {
  --iti-flag-offset:-2281px;
}

.iti__hr {
  --iti-flag-offset:-2303px;
}

.iti__ht {
  --iti-flag-offset:-2325px;
}

.iti__hu {
  --iti-flag-offset:-2347px;
}

.iti__ic {
  --iti-flag-offset:-2369px;
}

.iti__id {
  --iti-flag-offset:-2391px;
}

.iti__ie {
  --iti-flag-offset:-2413px;
}

.iti__il {
  --iti-flag-offset:-2435px;
}

.iti__im {
  --iti-flag-offset:-2457px;
}

.iti__in {
  --iti-flag-offset:-2479px;
}

.iti__io {
  --iti-flag-offset:-2501px;
}

.iti__iq {
  --iti-flag-offset:-2523px;
}

.iti__ir {
  --iti-flag-offset:-2545px;
}

.iti__is {
  --iti-flag-offset:-2567px;
}

.iti__it {
  --iti-flag-offset:-2589px;
}

.iti__je {
  --iti-flag-offset:-2611px;
}

.iti__jm {
  --iti-flag-offset:-2633px;
}

.iti__jo {
  --iti-flag-offset:-2655px;
}

.iti__jp {
  --iti-flag-offset:-2677px;
}

.iti__ke {
  --iti-flag-offset:-2699px;
}

.iti__kg {
  --iti-flag-offset:-2721px;
}

.iti__kh {
  --iti-flag-offset:-2743px;
}

.iti__ki {
  --iti-flag-offset:-2765px;
}

.iti__km {
  --iti-flag-offset:-2787px;
}

.iti__kn {
  --iti-flag-offset:-2809px;
}

.iti__kp {
  --iti-flag-offset:-2831px;
}

.iti__kr {
  --iti-flag-offset:-2853px;
}

.iti__kw {
  --iti-flag-offset:-2875px;
}

.iti__ky {
  --iti-flag-offset:-2897px;
}

.iti__kz {
  --iti-flag-offset:-2919px;
}

.iti__la {
  --iti-flag-offset:-2941px;
}

.iti__lb {
  --iti-flag-offset:-2963px;
}

.iti__lc {
  --iti-flag-offset:-2985px;
}

.iti__li {
  --iti-flag-offset:-3007px;
}

.iti__lk {
  --iti-flag-offset:-3029px;
}

.iti__lr {
  --iti-flag-offset:-3051px;
}

.iti__ls {
  --iti-flag-offset:-3073px;
}

.iti__lt {
  --iti-flag-offset:-3095px;
}

.iti__lu {
  --iti-flag-offset:-3117px;
}

.iti__lv {
  --iti-flag-offset:-3139px;
}

.iti__ly {
  --iti-flag-offset:-3161px;
}

.iti__ma {
  --iti-flag-offset:-3183px;
}

.iti__mc {
  --iti-flag-offset:-3205px;
}

.iti__md {
  --iti-flag-offset:-3226px;
}

.iti__me {
  --iti-flag-offset:-3248px;
}

.iti__mf {
  --iti-flag-offset:-3270px;
}

.iti__mg {
  --iti-flag-offset:-3292px;
}

.iti__mh {
  --iti-flag-offset:-3314px;
}

.iti__mk {
  --iti-flag-offset:-3336px;
}

.iti__ml {
  --iti-flag-offset:-3358px;
}

.iti__mm {
  --iti-flag-offset:-3380px;
}

.iti__mn {
  --iti-flag-offset:-3402px;
}

.iti__mo {
  --iti-flag-offset:-3424px;
}

.iti__mp {
  --iti-flag-offset:-3446px;
}

.iti__mq {
  --iti-flag-offset:-3468px;
}

.iti__mr {
  --iti-flag-offset:-3490px;
}

.iti__ms {
  --iti-flag-offset:-3512px;
}

.iti__mt {
  --iti-flag-offset:-3534px;
}

.iti__mu {
  --iti-flag-offset:-3556px;
}

.iti__mv {
  --iti-flag-offset:-3578px;
}

.iti__mw {
  --iti-flag-offset:-3600px;
}

.iti__mx {
  --iti-flag-offset:-3622px;
}

.iti__my {
  --iti-flag-offset:-3644px;
}

.iti__mz {
  --iti-flag-offset:-3666px;
}

.iti__na {
  --iti-flag-offset:-3688px;
}

.iti__nc {
  --iti-flag-offset:-3710px;
}

.iti__ne {
  --iti-flag-offset:-3732px;
}

.iti__nf {
  --iti-flag-offset:-3752px;
}

.iti__ng {
  --iti-flag-offset:-3774px;
}

.iti__ni {
  --iti-flag-offset:-3796px;
}

.iti__nl {
  --iti-flag-offset:-3818px;
}

.iti__no {
  --iti-flag-offset:-3840px;
}

.iti__np {
  --iti-flag-offset:-3862px;
}

.iti__nr {
  --iti-flag-offset:-3877px;
}

.iti__nu {
  --iti-flag-offset:-3899px;
}

.iti__nz {
  --iti-flag-offset:-3921px;
}

.iti__om {
  --iti-flag-offset:-3943px;
}

.iti__pa {
  --iti-flag-offset:-3965px;
}

.iti__pe {
  --iti-flag-offset:-3987px;
}

.iti__pf {
  --iti-flag-offset:-4009px;
}

.iti__pg {
  --iti-flag-offset:-4031px;
}

.iti__ph {
  --iti-flag-offset:-4053px;
}

.iti__pk {
  --iti-flag-offset:-4075px;
}

.iti__pl {
  --iti-flag-offset:-4097px;
}

.iti__pm {
  --iti-flag-offset:-4119px;
}

.iti__pn {
  --iti-flag-offset:-4141px;
}

.iti__pr {
  --iti-flag-offset:-4163px;
}

.iti__ps {
  --iti-flag-offset:-4185px;
}

.iti__pt {
  --iti-flag-offset:-4207px;
}

.iti__pw {
  --iti-flag-offset:-4229px;
}

.iti__py {
  --iti-flag-offset:-4251px;
}

.iti__qa {
  --iti-flag-offset:-4273px;
}

.iti__re {
  --iti-flag-offset:-4295px;
}

.iti__ro {
  --iti-flag-offset:-4317px;
}

.iti__rs {
  --iti-flag-offset:-4339px;
}

.iti__ru {
  --iti-flag-offset:-4361px;
}

.iti__rw {
  --iti-flag-offset:-4383px;
}

.iti__sa {
  --iti-flag-offset:-4405px;
}

.iti__sb {
  --iti-flag-offset:-4427px;
}

.iti__sc {
  --iti-flag-offset:-4449px;
}

.iti__sd {
  --iti-flag-offset:-4471px;
}

.iti__se {
  --iti-flag-offset:-4493px;
}

.iti__sg {
  --iti-flag-offset:-4515px;
}

.iti__sh {
  --iti-flag-offset:-4537px;
}

.iti__si {
  --iti-flag-offset:-4559px;
}

.iti__sj {
  --iti-flag-offset:-4581px;
}

.iti__sk {
  --iti-flag-offset:-4603px;
}

.iti__sl {
  --iti-flag-offset:-4625px;
}

.iti__sm {
  --iti-flag-offset:-4647px;
}

.iti__sn {
  --iti-flag-offset:-4669px;
}

.iti__so {
  --iti-flag-offset:-4691px;
}

.iti__sr {
  --iti-flag-offset:-4713px;
}

.iti__ss {
  --iti-flag-offset:-4735px;
}

.iti__st {
  --iti-flag-offset:-4757px;
}

.iti__su {
  --iti-flag-offset:-4779px;
}

.iti__sv {
  --iti-flag-offset:-4801px;
}

.iti__sx {
  --iti-flag-offset:-4823px;
}

.iti__sy {
  --iti-flag-offset:-4845px;
}

.iti__sz {
  --iti-flag-offset:-4867px;
}

.iti__ta {
  --iti-flag-offset:-4889px;
}

.iti__tc {
  --iti-flag-offset:-4911px;
}

.iti__td {
  --iti-flag-offset:-4933px;
}

.iti__tf {
  --iti-flag-offset:-4955px;
}

.iti__tg {
  --iti-flag-offset:-4977px;
}

.iti__th {
  --iti-flag-offset:-4999px;
}

.iti__tj {
  --iti-flag-offset:-5021px;
}

.iti__tk {
  --iti-flag-offset:-5043px;
}

.iti__tl {
  --iti-flag-offset:-5065px;
}

.iti__tm {
  --iti-flag-offset:-5087px;
}

.iti__tn {
  --iti-flag-offset:-5109px;
}

.iti__to {
  --iti-flag-offset:-5131px;
}

.iti__tr {
  --iti-flag-offset:-5153px;
}

.iti__tt {
  --iti-flag-offset:-5175px;
}

.iti__tv {
  --iti-flag-offset:-5197px;
}

.iti__tw {
  --iti-flag-offset:-5219px;
}

.iti__tz {
  --iti-flag-offset:-5241px;
}

.iti__ua {
  --iti-flag-offset:-5263px;
}

.iti__ug {
  --iti-flag-offset:-5285px;
}

.iti__uk {
  --iti-flag-offset:-5307px;
}

.iti__um {
  --iti-flag-offset:-5329px;
}

.iti__un {
  --iti-flag-offset:-5351px;
}

.iti__us {
  --iti-flag-offset:-5373px;
}

.iti__uy {
  --iti-flag-offset:-5395px;
}

.iti__uz {
  --iti-flag-offset:-5417px;
}

.iti__va {
  --iti-flag-offset:-5439px;
}

.iti__vc {
  --iti-flag-offset:-5456px;
}

.iti__ve {
  --iti-flag-offset:-5478px;
}

.iti__vg {
  --iti-flag-offset:-5500px;
}

.iti__vi {
  --iti-flag-offset:-5522px;
}

.iti__vn {
  --iti-flag-offset:-5544px;
}

.iti__vu {
  --iti-flag-offset:-5566px;
}

.iti__wf {
  --iti-flag-offset:-5588px;
}

.iti__ws {
  --iti-flag-offset:-5610px;
}

.iti__xk {
  --iti-flag-offset:-5632px;
}

.iti__ye {
  --iti-flag-offset:-5654px;
}

.iti__yt {
  --iti-flag-offset:-5676px;
}

.iti__za {
  --iti-flag-offset:-5698px;
}

.iti__zm {
  --iti-flag-offset:-5720px;
}

.iti__zw {
  --iti-flag-offset:-5742px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }

  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}

:root {
  --gl-star-color:#fdd835;
  --gl-star-color-inactive:#dcdce6;
  --gl-star-empty:url(../img/star-empty.svg);
  --gl-star-full:url(../img/star-full.svg);
  --gl-star-size:24px;
  --gl-tooltip-background:rgba(17,17,17,0.9);
  --gl-tooltip-border-radius:4px;
  --gl-tooltip-color:#fff;
  --gl-tooltip-font-size:0.875rem;
  --gl-tooltip-font-weight:400;
  --gl-tooltip-line-height:1;
  --gl-tooltip-margin:12px;
  --gl-tooltip-padding:.5em 1em;
}

[data-star-rating] > select {
  -webkit-clip-path: circle(1px at 0 0) !important;
  clip-path: circle(1px at 0 0) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  visibility: visible !important;
  white-space: nowrap !important;
  width: 1px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}

[data-star-rating] > select:after, [data-star-rating] > select:before {
  display: none !important;
}

[data-star-rating].gl-star-rating--ltr > select {
  left: 0 !important;
}

[data-star-rating].gl-star-rating--rtl > select {
  right: 0 !important;
}

[data-star-rating] {
  align-items: center;
  display: flex;
  position: relative;
}

.gl-star-rating:not([data-star-rating]) .gl-star-rating--stars {
  display: none;
}

[data-star-rating] .gl-star-rating--stars {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}

[data-star-rating] > select:focus + .gl-star-rating--stars span:first-child:before {
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  box-shadow: 0 0 0 3px -webkit-focus-ring-color;
  box-shadow: 0 0 0 3px Highlight;
  content: "";
  display: block;
  height: 100%;
  outline: 1px solid transparent;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

[data-star-rating] select[disabled] + .gl-star-rating--stars {
  cursor: default;
}

[data-star-rating] .gl-star-rating--stars > span {
  display: flex;
  height: 24px;
  height: var(--gl-star-size);
  margin: 0;
  width: 24px;
  width: var(--gl-star-size);
}

[data-star-rating] .gl-star-rating--stars[aria-label]:after, [data-star-rating] .gl-star-rating--stars[aria-label]:before {
  backface-visibility: hidden;
  bottom: auto;
  box-sizing: border-box;
  left: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform-origin: top;
  transform: translate3d(0, -50%, 0);
  white-space: nowrap;
  z-index: 10;
}

[data-star-rating] .gl-star-rating--stars[aria-label]:before {
  background: rgba(17, 17, 17, 0.9);
  background: var(--gl-tooltip-background);
  -webkit-clip-path: path("M6 14.998c0-3-6-5.499-6-7.499S5.999 3 5.999 0L6 14.998z");
  clip-path: path("M6 14.998c0-3-6-5.499-6-7.499S5.999 3 5.999 0L6 14.998z");
  content: "";
  height: 15px;
  margin: 0 0 0 6px;
  width: 6px;
}

[data-star-rating] .gl-star-rating--stars[aria-label]:after {
  background: rgba(17, 17, 17, 0.9);
  background: var(--gl-tooltip-background);
  border-radius: 4px;
  border-radius: var(--gl-tooltip-border-radius);
  color: #fff;
  color: var(--gl-tooltip-color);
  content: attr(aria-label);
  font-size: 0.875rem;
  font-size: var(--gl-tooltip-font-size);
  font-weight: 400;
  margin-left: 12px;
  margin-left: var(--gl-tooltip-margin);
  padding: 0.5em 1em;
  padding: var(--gl-tooltip-padding);
  text-transform: none;
}

[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:after, [data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:before {
  left: auto;
  right: 100%;
}

[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:before {
  transform: scaleX(-1) translate3d(0, -50%, 0);
  margin: 0 6px 0 0;
}

[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:after {
  margin-left: 0;
  margin-right: 12px;
  margin-right: var(--gl-tooltip-margin);
}

[data-star-rating] svg {
  height: 100%;
  width: 100%;
}

[data-star-rating] .gl-star-half {
  fill: none;
  stroke: none;
}

[data-star-rating] .gl-star-full {
  fill: #dcdce6;
  fill: var(--gl-star-color-inactive);
  stroke: #dcdce6;
  stroke: var(--gl-star-color-inactive);
  transition: fill 0.15s ease-in-out, stroke 0.15s ease-in-out;
}

[data-star-rating] .gl-active .gl-star-full {
  fill: #fdd835;
  fill: var(--gl-star-color);
  stroke: #fdd835;
  stroke: var(--gl-star-color);
}

.gl-star-rating--stars[class*=" s"] > span {
  background-image: url(../img/star-empty.svg) !important;
  background-image: var(--gl-star-empty) !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.gl-star-rating--stars[class*=" s"] > span.gl-active, .gl-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
  background-image: url(../img/star-full.svg) !important;
  background-image: var(--gl-star-full) !important;
}

.datepicker {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.datepicker table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.datepicker table th,
.datepicker table td {
  width: 14.2857142857%;
  padding: 0.0625rem;
}

.datepicker table th {
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.5rem;
  line-height: 4;
  font-weight: bold;
  text-align: center;
}

.datepicker__wrapper {
  color: #333;
  border-radius: 0.125rem;
  font-family: "Helvetica Neue", Helvetica, "SF UI Text", sans-serif;
  padding: 0.5rem;
  position: relative;
  z-index: 1;
  background: white;
  border: 1px solid #ddd;
  width: 16rem;
}
.datepicker__wrapper table thead th {
  color: rgba(89, 89, 89, 1);
  font-weight: 600;
}

.datepicker__wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.datepicker:not(.is-inline) .datepicker__wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0.25rem 0;
}

.datepicker__header {
  position: relative;
  text-align: center;
  padding: 0.25rem;
  margin: -0.5rem -0.5rem 0;
  border-bottom: 1px solid #ddd;
}

.datepicker__title {
  display: inline-block;
  padding: 0.25rem;
  font-size: 15px;
  line-height: 1.5rem;
  font-weight: bold;
  color: rgba(89, 89, 89, 1);
}

.datepicker__prev,
.datepicker__next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  width: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  background: no-repeat center/60%;
  opacity: 0.8;
}

.datepicker__prev:hover,
.datepicker__next:hover {
  opacity: 1;
}

.datepicker__prev {
  float: left;
}

.datepicker__next {
  float: right;
}

.datepicker__prev.is-disabled,
.datepicker__next.is-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.datepicker__time {
  padding: 0.5rem 1rem;
  margin: 0 -0.5rem;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
  text-align: right;
  background: #fafafa;
}

.datepicker__label {
  margin-right: 1rem;
  color: #aaa;
  float: left;
}

.datepicker__field {
  display: inline-block;
  margin: 0 0.125rem;
}

.datepicker__day {
  color: #595959;
}

.datepicker__day div {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  background: transparent;
  position: relative;
}

.datepicker__day div:hover {
  background: #f8f8f8;
}

.datepicker__day.is-today .datepicker__daynum {
  text-decoration: underline;
}

.datepicker__day.is-selected div {
  background: #eee;
}

.datepicker__day.is-selected .datepicker__daynum {
  font-weight: bold;
}

.datepicker__day.is-disabled,
.datepicker__day.is-otherMonth {
  cursor: default;
  pointer-events: none;
  color: #ddd;
}

.datepicker__day.is-disabled.is-selected .datepicker__daynum,
.datepicker__day.is-otherMonth.is-selected .datepicker__daynum {
  color: rgba(0, 0, 0, 0.2);
}

.datepicker__day.is-disabled.is-selected div,
.datepicker__day.is-otherMonth.is-selected div {
  background: #ddd;
}

.datepicker__daynum {
  display: block;
  font-size: 0.75rem;
  line-height: 2rem;
  text-align: center;
}

/*-------override---------*/

.datepicker__day.is-disabled.is-selected div {
  background: none;
}

.datepicker__day.is-selected.is-disabled .datepicker__daynum {
  background: #EFEFEF;
}

[data-star-rating] .gl-star-rating--stars {
  margin-right: 4px;
}

[data-star-rating] .star-rating-small + .gl-star-rating--stars > span {
  width: 12px;
  margin-right: 2px;
}

[data-star-rating] .star-rating-small + .gl-star-rating--stars > span,
[data-star-rating] .gl-star-rating--stars {
  height: 12px;
}

[data-star-rating] .star-rating-middle + .gl-star-rating--stars > span {
  width: 16px;
}

[data-star-rating] .star-rating-middle + .gl-star-rating--stars > span,
[data-star-rating] .gl-star-rating--stars {
  height: 16px;
}

.datepicker {
  display: block;
}

.datepicker-wrap {
  position: relative;
  z-index: 100;
}

.datepicker-wrap .radio-datepicker-el + .datepicker__wrapper {
  position: absolute !important;
  left: -9999px;
  overflow: hidden;
  height: 0;
}

.datepicker-wrapActive {
  margin-bottom: 20px;
}

.datepicker-wrapActive .radio-datepicker-el + .datepicker__wrapper {
  position: static !important;
  overflow: visible;
  height: auto;
}

.datepicker__wrapper {
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  box-shadow: none;
}

.datepicker:not(.is-inline) .datepicker__wrapper {
  box-shadow: none;
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.datepicker table th, .datepicker table td {
  font-size: 14px;
  font-family: "Inter";
}

.datepicker__day .datepicker__daynum {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  line-height: 34px;
  margin: 0 auto;
}

.radio-datepicker-el {
  position: absolute;
  left: -9999px;
}

.radio-datepicker-el + .datepicker__wrapper {
  position: static !important;
}

.datepicker__day, .datepicker__day div,
.datepicker__day div:hover, .datepicker__day.is-selected div {
  background: none;
}

.datepicker__day.is-selected .datepicker__daynum {
  background: var(--salatovyy-logo);
}

.datepicker table th, .datepicker__day.is-disabled, .datepicker__day.is-otherMonth {
  color: #A6A6A6;
}

.datepicker__prev, .datepicker__next {
  width: 30px;
  font-size: 0;
  height: 30px;
  border-radius: 100px;
  background: var(--svetlo-seryy) url(../img/arrow-datepicker.svg) no-repeat center;
}

.datepicker__header {
  border: 0;
}

.datepicker__next {
  transform: rotate(180deg);
}

[data-star-rating] .gl-star-rating--stars[aria-label]:after,
[data-star-rating] .gl-star-rating--stars[aria-label]:before {
  display: none;
}

.modal {
  display: block !important;
  position: fixed;
  left: -105vw;
  top: 0;
}

.modal.show {
  left: 0;
}
@media (max-width:768px){
  .modal.show {
    padding-top: 90px;
  }
}

.modal-title{
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1280px){
  .modal-title{
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.modal-title {
  z-index: 1000;
  max-width: 90%;
  top: -7px;
  padding-top: 0px;
  background: var(--seryy-fon-kategorii);
}
@media (max-width:768px){
  .modal-title {
    top: 0;
  }
}

.modal-title.mb-1 {
  margin-bottom: 4px;
}

.modal-title .basket-addr{
  font-size: 1.25rem;
  line-height: 1.2;
}

.basket-price-through.modal-title .basket-addr {
  font-size: 19px;
  color: #404040;
}

@media (min-width: 992px){
  .modal-title .basket-addr{
    
  }
}

.modal-content-in-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}

.autoComplete_wrapper {
  position: relative;
}

.autoComplete_wrapper ul li {
  margin-bottom: 25px;
}

.iti {
  display: block;
}

.iti__arrow {
  display: none;
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--allow-dropdown input.iti__tel-input[type=text] {
  padding-left: 40px;
}

.iti--inline-dropdown .iti__dropdown-content {
  z-index: 200;
}

.swiper-pagination-bullet {
  background: rgba(217, 217, 217, 1);
  width: 8px;
  height: 8px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: rgba(64, 64, 64, 1);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiperModal .swiper-button-next, .swiperModal .swiper-button-prev {
  display: none;
}

@media (min-width: 768px) {
  .swiperModal .swiper-button-next, .swiperModal .swiper-button-prev {
    display: block;
  }
}

.swiper-button-next {
  background: url(../img/slider-button-next.svg);
  height: 60px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.swiper-button-prev {
  background: url(../img/slider-button-prev.svg);
  height: 60px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.modal .swiper-button-next {
  background: url(../img/slider-button-next.svg);
  height: 100px;
  width: 48px;
  margin-right: -1px;
}

.modal .swiper-button-prev {
  background: url(../img/slider-button-prev.svg);
  height: 100px;
  width: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}


.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}

.swiper-button-next {
}

.swiper-button-prev {
}

.modal-backdrop.show {
}

@media (min-width: 992px) {
  .modal-content-in::-webkit-scrollbar {
    display: none;
    /* Скрывает скроллбар в Chrome и Safari */
  }
}

.modal-content {
  padding: 20px;
  background: var(--seryy-fon-kategorii);
  min-height: 100vh;
  /*.prev-btn-color2{
    position: fixed;
    top:10px;
    z-index: 300;
  }*/
}

@media (min-width: 992px) {
  .modal-content {
    max-height: 90vh;
  }

  .modal-content-in {
    overflow: auto;
    -ms-overflow-style: none;
    /* Скрывает скроллбар в IE и Edge */
    scrollbar-width: none;
    /* Скрывает скроллбар в Firefox */
  }
}

.modal-content-in.min-h-80 {
  min-height: 80vh;
}

.modal-content-in .btn-close {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1100;
}
@media (max-width:768px){
  .modal-content-in .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
  }
}

@media (min-width: 992px) {
  .modal-content-in .btn-close {
    position: absolute;
  }
}

.modal-content-in-full {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.modal .modal-dialog {
  margin: 0;
}

@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}

.modal-white .modal-content {
  background: #FFF;
}
@media(max-width:768px){
  .modal-white .modal-content {
    border-radius: 30px 30px 0 0;
  }

}

.modal-white .btn-close {
  background-color: var(--seryy-fon-kategorii);
}
@media (max-width:768px){
  .modal-white .btn-close {
    background-color: rgba(233, 233, 233, 1);
  }
}

.modal-simple .modal-content {
  background: #FFF;
}

@media (min-width: 992px) {
  .modal-simple .modal-content {
    background: var(--seryy-fon-kategorii);
  }
}

.modal-simple .modal-content .form-control {
  background: var(--seryy-fon-kategorii);
}

@media (min-width: 992px) {
  .modal-simple .modal-content .form-control {
    background: #FFF;
  }

  .modal-simple .btn-close {
    background-color: transparent;
  }
}

@media (min-width: 576px) {
  .modal {
    background: rgba(0, 0, 0, 0.6) !important;
    margin: 0;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal .modal-dialog {
    max-width: inherit;
  }

  .modal-white {
    background: #FFF;
  }
}

@media (min-width: 992px) {
  .modal {
    background: none;
  }

  .modal .modal-dialog {
    margin: var(--bs-modal-margin) auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 2 * var(--bs-modal-margin));
  }

  .modal .modal-dialog .modal-content-small {
    max-width: 480px;
  }

  .modal-buy .modal-dialog, .modal-simple .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 870px;
  }

  .modal-content {
    border-radius: 30px;
    min-height: auto;
  }

  .modal-backdrop.show {
    background: rgba(0, 0, 0, 0.5);
  }

  .modal .modal-dialog-right {
    align-items: flex-end;
    margin-right: 30px;
  }
}

.btn-close {
  border-radius: 30px;
  background: url(../img/close.svg) no-repeat center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-size: 12px;
  z-index: 200;
}

@media (min-width: 768px) {
  .btn-close {
    width: 30px;
    height: 30px;
    background-size: 14px;
  }
}

@media (min-width: 480px){
  .xxs\:text-xl{
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

@media (min-width: 768px){
  .xs\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .xs\:mb-4{
    margin-bottom: 1rem;
  }

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

  .xs\:mr-5{
    margin-right: 1.25rem;
  }

  .xs\:mr-auto{
    margin-right: auto;
  }

  .xs\:block{
    display: block;
  }

  .xs\:flex{
    display: flex;
  }

  .xs\:h-auto{
    height: auto;
  }

  .xs\:w-16{
    width: 4rem;
  }

  .xs\:w-8{
    width: 2rem;
  }

  .xs\:w-auto{
    width: auto;
  }

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

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

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

  .xs\:gap-6{
    gap: 1.5rem;
  }

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

  .xs\:text-base{
    font-size: 1rem;
    line-height: 1.2;
  }

  .xs\:text-lg{
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .xs\:text-sm{
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .xs\:text-sm-2{
    font-size: 0.9375rem;
    line-height: 1.2;
  }

  .xs\:text-xl{
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .xs\:text-xs-2{
    font-size: 0.8125rem;
    line-height: 1.2;
  }

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

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

@media (min-width: 992px){
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

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

  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }

  .sm\:ml-0{
    margin-left: 0px;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:mt-3{
    margin-top: 0.75rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-auto{
    width: auto;
  }

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

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

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

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

  .sm\:text-base{
    line-height: 1.4;
    font-size: 12px;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.2;
  }

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

  .sm\:text-xl{
    font-size: 15px;
    line-height: 1.2;
    color: #404040;
    font-weight: 600;
  }

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

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

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

@media (min-width: 1280px){
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:text-2\.5xl{
    font-size: 1.75rem;
    line-height: 1.2;
  }

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

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.2;
  }
}

@media (min-width: 1600px){
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

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




/*============

/* базовое состояние */
.nav-icos {
  position: relative;
  width: 50px;   /* размер под твою основную картинку */
  height: 50px;
  flex-shrink: 0;
  margin-right: 10px;
}

@media(max-width:1200px){
  .nav-icos {
    width: 40px;
    height: 40px;
  }
}


/* Основная картинка */
.nav-icos-img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease;
  z-index: 1; /* ниже стрелки */
}

/* Стрелка */
.nav-icos-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 7px;
  opacity: 0;
  pointer-events: none;
  z-index: 20000; /* выше картинки */
  transition: opacity 0.2s ease;
}

/* Аккордеон открыт + hover — стрелка появляется, картинка исчезает */
.accordion-item.show .accordion-button:hover .nav-icos-img { opacity: 0; }
.accordion-item.show .accordion-button:hover .nav-icos-arrow { opacity: 1; }

/* Остальное состояние */
.accordion-item.show .nav-icos-img { opacity: 1; }
.accordion-item.show .nav-icos-arrow { opacity: 0; }


.accordion-button::after { content: none !important; }



/*=====================*/

.ctg-item-in {
  padding-bottom: 131%;
  height: 0;
  position: relative;
}

.ctg-item-in-in {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.ctg-item-img {
  flex-grow: 1;
  position: relative;
  z-index: 90;
}

.ctg-item-img img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
}

.main-banner-shadow {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ctg-item-title{
  padding: 15px;
  font-weight: 7 00;
  font-size: 16px;
  color:#FFF;
  position: relative;
  z-index: 110;
}




/*===============================swiper==============================*/
.swiperCtg {
  max-width: 100%;
  overflow: hidden;
}


/*----------------------------about-------------------------*/
.about-text {
  font-size: 14px;
  color: #595959;
  line-height: 1.2;
}

.top-title-header {
  position: sticky;
  top: 0;
  background-color: #fff;
}

.column-about-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 70px);
  margin-top: 0px;
  scroll-behavior: smooth;
  background: #F2F2F2;
}

.column-about-scrollable::-webkit-scrollbar {
  display: none;
  width: 0;
}

.mail-list-item-col-full-button {
  background-color: #90BD20;
  color: #fff;
  border-radius: 50px;
  padding: 10px 45px;
  font-size: 16px;
  text-align: center;
}
.mail-list-item-col-full-content {
  display: flex;
  align-items: center;
}
.column-about-3 {
}


/*-------------------------------faq---------------------------*/

.faq {
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
.faq-item {
  --pading: 20px;
  --border-radius: 0px;
  --background-color: #eee;
  --color: #404040;

  width: 100%;
  color: var(--color);
  cursor: pointer;
}
@media (max-width:600px){
  .faq-item {
    --pading: 20px 10px;
  }
}
.faq-item__header {
  width: 100%;
  padding: var(--pading);

  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}
.faq-item__toggler {
  transition: 0.2s;
}
.faq-item.opened .faq-item__toggler {
  transform: rotateZ(-180deg);
}
.faq-item__content {
  width: 100%;
  max-height: 0;

  opacity: 0;
  overflow: hidden;
  line-height: 0;

  transition: 0.3s;
}
.faq-item.opened .faq-item__content{
  max-height: 1000vh;
  opacity: 1;
  padding: var(--pading);
  line-height: 1.3;
}

.faq-item__label {
  font-size: 15px;
  color: #404040;
}
@media(max-width:600px){
  .faq-item__label {
    font-size: 14px;
    max-width: 85%;
  }
}


/*=====================================politica=============================================*/
.politika-text {
  font-size: 14px;
  font-weight: 400;
  color: #2A2A2A;
  padding: 0 10px;
  padding-top: 10px;
}

/*-----------------------------payment--------------------*/
.main-title-payment {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: 15px;
}
@media (min-width:992px){
  .main-title-payment {
    padding-bottom: 0;
  }
}
.payment-text {
  color: rgba(89, 89, 89, 1);
}
.main-title-payment h1 {
  color: rgba(64, 64, 64, 1);
}

/*-----------------------------------------thanks--------------------------------------*/

.thanks-block-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}
.thanks-block-main div {
  font-size: 16px;
  color: rgba(89, 89, 89, 1);
}
.thanks-price {
  color: rgba(89, 89, 89, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding-top: 40px;
}

.accordion .faq-button {
  padding: 0;
}

.td-date {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.td-date .color-grey {
  color: rgba(158, 158, 158, 1);
}
.td-date .color-black {
  color: rgba(42, 42, 42, 1);
}
.thanks-td-price {
  font-weight: 700;
  color: rgba(89, 89, 89, 1);
  font-size: 20px;
}
.td-box-value {
  color: rgba(89, 89, 89, 1);
}

/*-----------------------cancel-order------------------------*/

.cancel-order-title {
  font-size: 18px;
  color: rgba(64, 64, 64, 1);
}
.cancel-order-subtitle {
  font-size: 14px;
  color: rgba(89, 89, 89, 1);
  max-width: 600px;
  margin: 0 auto;
}
.cancel-screen-btn {
  max-width: 185px;
  font-size: 16px;
}
.cancel-screen-btn-block {
  justify-content: center;
}
@media (max-width:550px){
  .cancel-order-title, .cancel-order-subtitle {
    max-width: 300px;
    margin: 0 auto;
    padding: 7px 0;
  }
  .cancel-screen-btn-block {
    flex-direction: column;
    gap: 5px;
  }
  .cancel-screen-btn {
    max-width: 100%;
    width: 100%;
  }
  .btn-canceled {
    font-size: 12px;
    padding: 5px 15px;
  }
}

/*-----------------------favorite----------------------------*/
.favorites-items-block {
  display: flex;
  flex-wrap: wrap; 
  gap: 10px;
}
.favorites-items-block .ctg-item {
  height: auto !important;
}
.favorites-items-block .ctg-item {
  margin: 0;
}
.current-scrollable-block .step-list-li-active:before, .step-list-li-active:after {
  background: rgba(166, 166, 166, 1);
}
.current-scrollable-block .color-black {
  color: rgba(89, 89, 89, 1);
  font-size: 14px;
}
.current-scrollable-block .color-grey {
  font-size: 14px;
}
.current-scrollable-block .column-center-3 {
  padding-top: 10px;
}

/*-----------------------------------history--------------------------------*/

.cabinet-title-new {
  font-size: 16px;
  color: rgba(89, 89, 89, 1);
}
.user-name, .user-phone {
  font-size: 16px;
}
.cabinet .menu-nav-li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cabinet .menu-nav-a {
  padding: 12px 5px;
  color: rgba(89, 89, 89, 1);
}

/*---------------------------------profile-----------------------------*/
.column-profile-block {
  padding-top: 10px;
}
.column-profile-block .mb-1 {
  margin-bottom: 10px;
  color: rgba(89, 89, 89, 1);
  font-size: 14px;
}
.column-profile-block .addres {
  color: rgba(89, 89, 89, 1);
  font-size: 14px;
  line-height: 1.2;
}


/*-------------------------adaptive-order-btn---------------------------*/
.adaptive-order-block {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 10000000000000000000000;
  background-color: rgba(168, 207, 69, 1);
  border-radius: 50px;

  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 8px 20px;
}
@media(max-width:992px){
  .adaptive-order-block {
    display: flex;
  }
}
.adaptive-order-block img {
  width: 30px;
  height: 30px;
}
.adaptive-order-block-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.adaptive-order-block-time {
  font-size: 12px;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
.adaptive-order-block-price {
  font-size: 16px;
  font-weight: 700;
  color: rgba(42, 42, 42, 1);
}



.fs-14 {
  font-size: 14px;
}


/*-----------------------------------------rules---------------------------------------*/
.menu-nav-li.rules-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.menu-nav-li.rules-list .menu-nav-a {
  padding: 0;
  font-size: 16px;
}
@media(max-width:600px){
	.rules-list img {
    width: 24px;
    height: 24px;
  }
  .menu-nav-li.rules-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
  }
}





/*--------------------------------------pages----------------------------------*/
.content-faq .column-center-scrollable {
  overflow-y: scroll;
  padding-bottom: 60px;
  height: 100vh;
}
.content-faq {
  position: fixed;
  top: 85px;
  margin-top: 0;
}
.content-faq .column-center {
  box-shadow: none;
}


.content-otzivi .column-center-scrollable {
  overflow-y: scroll;
  padding-bottom: 60px;
  height: 100vh;
}
.content-otzivi {
  position: fixed;
  top: 85px;
  margin-top: 0;
}
.content-otzivi .column-center {
  box-shadow: none;
}
.content-otzivi .fs-14.text-xs {
  color: #595959;
}

.content-about .column-center-scrollable {
  overflow-y: scroll;
  padding-bottom: 60px;
  height: 100vh;
}
.content-about {
  position: fixed;
  top: 85px;
  margin-top: 0;
}
.content-about .column-center {
  box-shadow: none;
}

@media (max-width:992px){
  .content-about .column-center-scrollable {
    padding-bottom: 80px;
  }
  .content-about {
    top: 0;
  }
  .content-about .column-center {
    border-radius: 0;
  }
}

@media (max-width:550px) {
  .content-about .mail-list div {
    width: 100%;
  }
  .content-about .mail-list .mail-list-item-caption {
    font-size: 14px;
  }
  .content-about .mail-list a {
    font-size: 15px;
  }
  .content-about .mail-list .mail-list-item-mail {
    font-size: 14px;
  }
  .content-about .mail-list-item-phone {
    flex-direction: column;
    display: flex;
    padding: 15px 45px;
  }
  .mail-list-item-col-full-button {
    text-align: center;
  }
  .mail-list-item-col-full-content {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15px;
    padding-bottom: 15px;
  }
}





* {
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE и Edge */
}

*::-webkit-scrollbar {
  display: none;    
  width: 0;          /* Chrome, Safari, Opera */
}


@media (max-width:992px){
  .swiperBuy, .swiperAction {
    width: 100vw;
  }
}
@media (max-width:500px){
  .swiperBuy, .swiperAction {
    width: 100vw;
  }
}



.td-date.line-1 {
  width: 100% !important;
  justify-content: space-between;
  align-items: center;
}
.td-date.line-1 div {
  display: flex;
  gap: 20px;
  align-items: center;
}
.thanks-btn-main {
  font-size: 16px;
  padding: 11px 0;
}
@media(max-width:768px){
  .thanks-btn-main.thanks-btn-main-small {
    margin: 0 35px;
    width: auto;
  }
}
.thanks-text-title {
  font-size: 16px;
}
.thanks-price-title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 50px;
}

.modal input:focus {
  outline: none !important;
}
.form-control-code {
  color: rgba(64, 64, 64, 1);
}


@media(max-width:768px){
  .modal-content-basket {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .modal-content-basket-top {
    width: 90%;
    margin-left: 15px;
  }
  .modal-content-basket .modal-content-in .btn-close {
    right: 15px;
  }
}

@media (max-width:768px){
  .promocode-subtitle {
    font-size: 15px;
  }
}






@media (max-width:991px){
  .basket-item {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    -moz-column-gap: 10px;
        column-gap: 10px;
    align-items: center;
    padding: 10px 0;
    grid-template-columns: 80px 1fr;
  }
  .basket-img-wrap {
    border-radius: 10px;
    background: var(--seryy-fon-kategorii);
    flex-shrink: 0;
    position: relative;
    width: 80px;
    height: 80px;
    grid-row: 1/3;
  }
  .basket-title {
    margin-bottom: 5px;
    display: -webkit-box;
    /* Establishes a flexbox context */
    -webkit-box-orient: vertical;
    /* Sets the box orientation to vertical */
    -webkit-line-clamp: 2;
    /* Limits the text to 2 lines */
    overflow: hidden;
    /* Prevents overflowing content */
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    color: rgba(89, 89, 89, 1);
    line-height: 1.1;
  }
  .basket-title-span {
    font-size: 12px;
    display: block;
    color: var(--standartnyy-seryy);
  }
  .basket-descript {
    grid-row: 2;
    grid-column: 2 / 3;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 15px;
  }
  .basket-descript::before {
    content: "500г";
    position: absolute;
    top: -18px;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    color: #A6A6A6;
    display: block;
  }
  .basket-descript .rangedVal {
    height: 26px;
    padding: 4px 8px;
  }
  .basket-price-through {
    font-size: 15px;
  }
}
.modal-basket-col .menu-nav-li {
  border-top: none;
}
.menu-nav-a-basket {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-nav-a-basket img {
  transform: rotate(-90deg);
}
@media(max-width:767px){
  .modal-basket-col-2 {
    margin-top: 20px;
    border-radius: 20px 20px 0 0;
  }
}
.basket-modal-btn {
  font-weight: 600;
}
.basket-modal-btn .btn-span {
  font-weight: 600;
}

.basket-addr-line-modal {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.basket-modal-close-btn {
  top: 20px !important;
}

@media (max-width:600px){
  .basket-modal-btn {
    font-size: 16px;
    font-weight: 600;
  }
  .basket-modal-btn .btn-span {
    font-size: 12px;
    font-weight: 600;
  }
}


.swiperBuy .swiper-button-next {
  display: none;
}
.swiperBuy .swiper-button-prev {
  display: none;
}











.modal-window-adaptive {
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: none !important;
}
.modal-window-adaptive.show {
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  padding-top: 0;
}
.modal-window-adaptive .modal-dialog {
  background-color: transparent;
}
.modal-window-adaptive.show .modal-dialog {
  background-color: transparent;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.modal-window-adaptive .modal-content {
  min-height: auto;
  border-radius: 20px;
}
@media (max-width:768px){
  .modal-window-adaptive .modal-content {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
    max-width: 400px;
  }
}


.profile-col-title {
  color: rgba(166, 166, 166, 1);
  font-size: 15px;
  font-weight: 600;
}

@media (max-width:992px){
  .header-none {
    display: none;
  }
}

@media(max-width:768px){
  .new-password-btn {
    display: none;
  }
}

.column-center-search-3 {
  border-radius: 0 0 20px 20px;
}

.search-none-block {
  display: flex;
  align-items: center;
  text-align: start !important;
  gap: 15px;
}

.payment-title {
  margin-left: 15px;
}
@media (max-width:992px){
  .search-none-block {
    padding-top: 15px;
  }
  .payment-title {
    text-align: center;
  }
}


.modal-buy-text {
  font-weight: 600;
  font-size: 14px;
  color: rgba(89, 89, 89, 1);
  line-height: 1.1;
}
.rangedVal-text-white {
  color: #fff;
}
.rangedVal-text-white.increaseVal::after , .rangedVal-text-white.increaseVal::before {
  background: #fff  !important;
}
.modal-buy-quantity {
  flex-direction: row;
  margin-top: 8px;
}
.modal-buy-quantity div {
  color: rgba(126, 159, 44, 1);
  font-weight: 600 !important;
  font-size: 14px;
}

.basket-total-block {
  margin-bottom: 10px;
}

@media (min-width:600px){
  .basket-total-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .basket-total-block .basket-total-price {
    font-size: 16px;
    color: rgba(158, 158, 158, 1);
  }
}


@media (max-width:992px){
  
  .column-center-3-middle-h {
    min-height: 90vh;
  }
  .column-center-3-middle-h .mb-4 {
    padding-top: 20px;
  }
  .footer-none-adapt {
    display: none;
  }
}
.rule-next-btn-none {
  opacity: 0;
}

@media (min-width:992px){
  .prev-btn-search {
    display: none;
  }
}
.prev-btn-search {
  height: 35px;
  width: 45px;
}
.input-search-adapt {
  height: 35px !important;
}


@media (max-width:767px){
  .ctg-item-cat-big {
    font-size: 14px;
  }
}



.modal-content-login {
  padding-top: 55px;
}
.prev-btn-about {
  display: none;
}
.next-btn-about {
  display: none;
}

@media (max-width:992px) {
  .modal-content-login {
    border-radius: 0 !important;
    position: relative;
    padding-top: 20px;
  }
  .modal-prev-btn {
    width: 40px;
    height: 30px;
    display: block;
    background-color: rgba(233, 233, 233, 1);
  }
  .login-content {
    padding-top: 20px;
  }


  .main-uptitle {
    display: none;
  }
  .prev-btn-about {
    display: block;
  }
  .next-btn-about {
    display: block;
    opacity: 0;
  }
  .top-title-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-bottom: 20px;
  }
}
@media (max-width:768px){
  .modal-login {
    padding-top: 0 !important;
  }
}


.seacrh-catalog-top {
  background: var(--seryy-fon-kategorii) url(../img/search-ico.svg) no-repeat center;
  opacity: 1 !important;
  width: 30px;
}
@media (max-width:992px) {
  .column-centet-3-catalog {
    padding-top: 20px;
  }
  .search-top-title {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}



.otziv-list-item-mail {
  font-size: 15px;
  font-weight: 600;
  color: rgba(89, 89, 89, 1);
}
.mail-list-item-phone-otziv {
  padding: 15px !important;
}

@media (max-width:550px){
  .otziv-list-item-mail {
    text-align: center;
  }
}


.delete-card-text {
  font-size: 12px;
  font-weight: 600;
  color: rgba(42, 42, 42, 1);
  padding-left: 5px;
}




.buy-photo-container {
  position: relative;
  border-radius: 20px;
}