<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --main-fz: 18px;
  --main-lh: 22px;
  --section-heading-fz: 40px;
  --section-heading-lh: 49px;
}

@media (max-width: 425px) {
  :root {
    --main-fz: 14px;
    --main-lh: 17px;
    --section-heading-fz: 20px;
    --section-heading-lh: 22px;
  }
}
/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (min-width: 576px) {
  .container-sm, .container-xsm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xsm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row &gt; * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 &gt; * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 &gt; * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 425px) {
  .col-xsm {
    flex: 1 0 0%;
  }

  .row-cols-xsm-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xsm-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-xsm-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xsm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xsm-5,
.gy-xsm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-sm-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-md-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-lg-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xl-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xxl-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-xxl-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

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

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

.align-items-start {
  align-items: flex-start !important;
}

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

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

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

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

.pe-2 {
  padding-right: 0.5rem !important;
}

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

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

.ps-2 {
  padding-left: 0.5rem !important;
}

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

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 425px) {
  .d-xsm-inline {
    display: inline !important;
  }

  .d-xsm-inline-block {
    display: inline-block !important;
  }

  .d-xsm-block {
    display: block !important;
  }

  .d-xsm-grid {
    display: grid !important;
  }

  .d-xsm-table {
    display: table !important;
  }

  .d-xsm-table-row {
    display: table-row !important;
  }

  .d-xsm-table-cell {
    display: table-cell !important;
  }

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

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

  .d-xsm-none {
    display: none !important;
  }

  .flex-xsm-fill {
    flex: 1 1 auto !important;
  }

  .flex-xsm-row {
    flex-direction: row !important;
  }

  .flex-xsm-column {
    flex-direction: column !important;
  }

  .flex-xsm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xsm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

  .flex-xsm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xsm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xsm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xsm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xsm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .align-items-xsm-start {
    align-items: flex-start !important;
  }

  .align-items-xsm-end {
    align-items: flex-end !important;
  }

  .align-items-xsm-center {
    align-items: center !important;
  }

  .align-items-xsm-baseline {
    align-items: baseline !important;
  }

  .align-items-xsm-stretch {
    align-items: stretch !important;
  }

  .align-content-xsm-start {
    align-content: flex-start !important;
  }

  .align-content-xsm-end {
    align-content: flex-end !important;
  }

  .align-content-xsm-center {
    align-content: center !important;
  }

  .align-content-xsm-between {
    align-content: space-between !important;
  }

  .align-content-xsm-around {
    align-content: space-around !important;
  }

  .align-content-xsm-stretch {
    align-content: stretch !important;
  }

  .align-self-xsm-auto {
    align-self: auto !important;
  }

  .align-self-xsm-start {
    align-self: flex-start !important;
  }

  .align-self-xsm-end {
    align-self: flex-end !important;
  }

  .align-self-xsm-center {
    align-self: center !important;
  }

  .align-self-xsm-baseline {
    align-self: baseline !important;
  }

  .align-self-xsm-stretch {
    align-self: stretch !important;
  }

  .order-xsm-first {
    order: -1 !important;
  }

  .order-xsm-0 {
    order: 0 !important;
  }

  .order-xsm-1 {
    order: 1 !important;
  }

  .order-xsm-2 {
    order: 2 !important;
  }

  .order-xsm-3 {
    order: 3 !important;
  }

  .order-xsm-4 {
    order: 4 !important;
  }

  .order-xsm-5 {
    order: 5 !important;
  }

  .order-xsm-last {
    order: 6 !important;
  }

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

  .m-xsm-1 {
    margin: 0.25rem !important;
  }

  .m-xsm-2 {
    margin: 0.5rem !important;
  }

  .m-xsm-3 {
    margin: 1rem !important;
  }

  .m-xsm-4 {
    margin: 1.5rem !important;
  }

  .m-xsm-5 {
    margin: 3rem !important;
  }

  .m-xsm-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

  .my-xsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

  .my-xsm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xsm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xsm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xsm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xsm-0 {
    margin-right: 0 !important;
  }

  .me-xsm-1 {
    margin-right: 0.25rem !important;
  }

  .me-xsm-2 {
    margin-right: 0.5rem !important;
  }

  .me-xsm-3 {
    margin-right: 1rem !important;
  }

  .me-xsm-4 {
    margin-right: 1.5rem !important;
  }

  .me-xsm-5 {
    margin-right: 3rem !important;
  }

  .me-xsm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xsm-0 {
    margin-left: 0 !important;
  }

  .ms-xsm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xsm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xsm-3 {
    margin-left: 1rem !important;
  }

  .ms-xsm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xsm-5 {
    margin-left: 3rem !important;
  }

  .ms-xsm-auto {
    margin-left: auto !important;
  }

  .p-xsm-0 {
    padding: 0 !important;
  }

  .p-xsm-1 {
    padding: 0.25rem !important;
  }

  .p-xsm-2 {
    padding: 0.5rem !important;
  }

  .p-xsm-3 {
    padding: 1rem !important;
  }

  .p-xsm-4 {
    padding: 1.5rem !important;
  }

  .p-xsm-5 {
    padding: 3rem !important;
  }

  .px-xsm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xsm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xsm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xsm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xsm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xsm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xsm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

  .py-xsm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xsm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xsm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

  .pt-xsm-2 {
    padding-top: 0.5rem !important;
  }

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

  .pt-xsm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xsm-5 {
    padding-top: 3rem !important;
  }

  .pe-xsm-0 {
    padding-right: 0 !important;
  }

  .pe-xsm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xsm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xsm-3 {
    padding-right: 1rem !important;
  }

  .pe-xsm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xsm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

  .pb-xsm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xsm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xsm-0 {
    padding-left: 0 !important;
  }

  .ps-xsm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xsm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xsm-3 {
    padding-left: 1rem !important;
  }

  .ps-xsm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xsm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

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

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

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

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

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

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

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

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

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

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

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

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

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

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

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

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

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

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

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

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

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

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

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

  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "Averta";
  src: local("Averta"), url("/fonts/AvertaStd-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: local("Averta"), url("/fonts/AvertaStd-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'montserrat';
  src: local('montserrat'),
       url('/fonts/montserrat-medium.woff2') format('woff2'),
       url('/fonts/montserrat-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;

} */
@font-face {
  font-family: "Averta";
  src: local("Averta"), url("/fonts/AvertaStd-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: local("Averta"), url("/fonts/AvertaStd-Semibold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  transition: box-shadow 0.15s ease-in-out;
}
*:focus-visible {
  box-shadow: inset 0 0 0 2px #188606;
  outline: none;
}

@media (max-width: 1350px) {
  body, html {
    overscroll-behavior-y: none;
  }
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 14px;
}
.burger__line {
  width: 100%;
  height: 2px;
  background-color: #232323;
  border-radius: 1px;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.main {
  max-width: 1920px;
  margin: 0 auto;
}

main {
  padding-bottom: 400px;
}

body {
  font-family: "Averta", Arial, Helvetica, sans-serif;
  font-size: var(--main-fz);
  line-height: var(--main-lh);
  font-weight: 400;
  position: relative;
  background-color: #fff;
  overflow-x: hidden !important;
  min-height: 100vh;
}

.container {
  max-width: 1650px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.container--inner {
  padding: 0;
  max-width: 1384px;
}

.after-header-transparent {
  background: url("/images/transparent-background.png") no-repeat;
  padding-top: 300px;
}
@media (max-width: 1250px) {
  .after-header-transparent {
    padding-top: 0;
  }
}

a {
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  color: #232323;
}
@media screen and (min-width: 1024px) {
  a:hover {
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

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

.main-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 73px;
  letter-spacing: 0em;
}

.section-heading {
  font-size: var(--section-heading-fz);
  line-height: var(--section-heading-lh);
  font-weight: 600;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 767.98px) {
  .section-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 1024px) {
  button:hover {
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
}

.row {
  display: flex;
}

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

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

.hidden {
  display: none !important;
}

.line--purple {
  fill: #871E94;
}
.line--red {
  fill: #FC0D1B;
}
.line--yellow {
  fill: #FD8524;
}
.line--blue {
  fill: #2470DF;
}

.triangle--rotate {
  transform: rotate(180deg);
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}

.catalog--green {
  background-color: #188606;
}

.catalog--green .header-center__left-text {
  color: #fff;
}

.header-center__right {
  padding: 15px;
}

.catalog--green .burger__line {
  background-color: #fff;
}

.alone_sale-container-text a {
  text-decoration: revert;
  transition-property: revert;
  transition-duration: revert;
  transition-timing-function: revert;
  color: revert;
}

.alone_sale-container-text p span {
  font-weight: bold;
}

.alone_sale-container-image img {
  max-width: 300px;
  max-height: 300px;
  margin: 10px;
  width: auto;
  height: auto;
}

.actions__container div p {
  margin: 0 0 1em;
}

.actions__container p {
  margin: 0 0 1em;
}

.actions__container h2 {
  margin: 0 0 1.5em;
}

.podbor_container p {
  text-align: center;
}

.podbor_container {
  width: 100%;
}

.empty-catalog {
  width: 100%;
}

.empty-catalog span {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: 500;
  font-size: 31px;
  margin-top: 50px;
}
@media (max-width: 425px) {
  .empty-catalog span {
    font-size: 23px;
  }
}

.actions__description {
  text-align: justify;
}

@media (max-width: 1199.98px) {
  main {
    padding-bottom: 930px;
  }
}
/**
 * Swiper 7.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 22, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 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-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered &gt; .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(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: 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;
  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 &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical &gt; .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 &gt; .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 &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal &gt; .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 &gt; .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;
  position: relative;
}

.swiper-horizontal &gt; .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 &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: 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 &gt; .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal &gt; .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 &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode &gt; .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid &gt; .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column &gt; .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 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-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.goods-and-services {
  display: flex;
  row-gap: 15px;
  width: 200px;
  flex-direction: column;
}
.goods-and-services__wrapper {
  display: flex;
  cursor: pointer;
}
.goods-and-services__svg {
  margin-right: 10px;
  width: 25px;
  height: 27px;
}
.goods-and-services__item label {
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  padding-right: 30px;
  cursor: pointer;
  user-select: none;
}
.goods-and-services__item input {
  display: none;
}
.goods-and-services__item input:checked + .goods-and-services__wrapper label::after {
  transform: rotateX(0) translateY(50%);
}
.goods-and-services__item input:checked ~ ul {
  display: flex;
}
.goods-and-services__item:not(:last-child) label::after {
  position: absolute;
  content: "";
  background: url("/images/contacts-list-arrow.svg") no-repeat center;
  width: 20px;
  height: 10px;
  right: 0;
  bottom: 50%;
  transform: rotateX(180deg) translateY(-50%);
}
.goods-and-services__sub-list {
  display: none;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 10px;
  padding-left: 50px;
}
.goods-and-services__sub-list a:last-child {
  margin-bottom: 20px;
}
.goods-and-services__oils::before {
  background-image: url("/images/catalog-oil.svg");
}
.goods-and-services__filters::before {
  background-image: url("/images/catalog-filter.svg");
}
.goods-and-services__another::before {
  background-image: url("/images/catalog-different.svg");
}
.goods-and-services__services::before {
  background-image: url("/images/catalog-service.svg");
}

.accordion-btn {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  transition: all 0.25s ease-in-out !important;
}
.accordion.active .accordion-btn {
  padding-bottom: 18px;
}
.accordion-btn-icon {
  margin-left: 10px;
  width: 14px;
  height: 20px;
  transition: transform 0.25s ease-in-out;
}
.accordion.active .accordion-btn-icon {
  transform: rotate(180deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
.accordion.active .accordion-content {
  max-height: 300vh;
}

.actions {
  padding: 24px 250px 100px 24px;
  background-color: #fff;
  border-radius: 12px;
}
@media (max-width: 1350px) {
  .actions {
    padding: 24px;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .actions {
    padding: 16px;
  }
}
@media (max-width: 1350px) {
  .actions__menu {
    display: none;
  }
}
.actions__title {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .actions__title {
    margin-top: 15px;
    text-align: left;
  }
}
.actions__inner {
  margin-top: 50px;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 768px) {
  .actions__inner {
    margin-top: 28px;
  }
}
.actions__about {
  margin-left: 100px;
}
@media (max-width: 1350px) {
  .actions__about {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .actions__description p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
    text-indent: 1em;
  }
}
.actions__description p:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .actions__description p:not(:first-child) {
    margin-top: 4px;
  }
}
.actions__item:not(:first-child) {
  margin-top: 30px;
}
.actions__links {
  margin-top: 50px;
}
@media (max-width: 1350px) {
  .actions__links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .actions__links {
    margin-top: 30px;
  }
}
.actions__links li div a {
  color: green;
  text-decoration: underline;
}
.actions__link {
  display: block;
  margin-top: 10px;
}
@media (max-width: 1350px) {
  .actions__link {
    display: inline-flex;
    flex-direction: column;
  }
}
.actions__link span {
  color: #188606;
  text-decoration: underline;
}
.actions__link img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  margin-top: 10px;
}
@media (max-width: 1350px) {
  .actions__link img {
    max-width: 1103px;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .actions__link img {
    margin-top: 5px;
  }
}
.actions__link:hover span {
  text-decoration: none;
}
.actions__image-link {
  display: block;
}
.actions__link-text {
  color: #188606;
  font-family: "Averta CY", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.action-page ul {
  margin-bottom: 1em;
}
.action-page p + ul {
  margin-top: -0.8em;
}

.articles {
  padding: 32px 0;
  background-color: #188606;
  /* Добавьте этот стиль, чтобы скрывать Swiper */
  /* Добавьте этот стиль, чтобы показывать статьи в столбик */
}
@media (max-width: 1399.98px) {
  .articles-desktop {
    display: none;
  }
}
.articles__container {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
}
.articles__title {
  text-align: center;
  margin-bottom: 30px;
}
.articles__svg {
  width: 36px;
  height: 72px;
}
.articles__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 50;
}
.articles__button--next {
  right: 50px;
  transform: translateY(-50%) rotate(180deg);
}
.articles__button--prev {
  left: 50px;
}
.articles__list {
  display: flex;
  flex-direction: column;
}
.articles__item {
  margin-bottom: 60px;
  max-width: 1075px;
}
.articles__link {
  padding: 9px 0;
  width: 200px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #188606;
  border: 2px solid #188606;
  border-radius: 8px;
  text-align: center;
}
.articles__hide {
  padding: 9px 0;
  width: 200px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #188606;
  border: 2px solid #188606;
  border-radius: 8px;
  text-align: center;
}
.articles__hide:hover {
  cursor: pointer;
}
.articles__slider.hidden {
  display: none;
}
.articles__list.vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.article__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-item__img {
  width: 200px;
  height: 112px;
  display: block;
  object-fit: cover;
  margin-right: 29px;
}
.article-item__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  color: #232323;
}
.article-item__text {
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #232323;
}
.article-item__link {
  padding-bottom: 2px;
  border-bottom: 1px solid #188606;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #188606;
}

.articles-mobile {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  background-color: #188606;
}
@media (max-width: 1399.98px) {
  .articles-mobile {
    display: flex;
  }
}
.articles-mobile-card {
  padding: 32px;
  border-radius: 12px;
  background-color: #fff;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .articles-mobile-card {
    max-width: 288px;
    padding: 16px 16px 32px;
  }
}
.articles-mobile-carousel-pagination {
  position: static;
  margin-top: 32px;
  margin-bottom: 18px;
}
.articles-mobile-carousel-pagination .swiper-pagination-bullet {
  background-color: #FFE1A1;
}
.articles-mobile-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet--active {
  background-color: #FEC351;
}
.articles-mobile-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.articles-mobile-title {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .articles-mobile-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.articles-mobile-image {
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .articles-mobile-image {
    width: 100%;
  }
}
.articles-mobile-slide-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .articles-mobile-slide-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.articles-mobile-slide-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .articles-mobile-slide-text {
    font-size: 12px;
    line-height: 15px;
  }
}
.articles-mobile-slide-link {
  color: #188606;
  text-decoration: underline;
  font-weight: 700;
}
.articles-mobile-btn-row {
  display: flex;
  justify-content: center;
}
.articles-mobile-show-articles-btn {
  border-radius: 8px;
  background-color: #fec351;
  padding: 6px 40px;
  border: none;
  color: black;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-family: inherit;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1350px) {
  .breadcrumbs {
    margin-left: 24px;
  }
}
@media (max-width: 425px) {
  .breadcrumbs {
    font-size: 12px;
    line-height: 18px;
    margin-left: 0px;
  }
}
.breadcrumbs-catalog {
  margin-left: 0px;
}
.breadcrumbs__link {
  color: #BDBDBD;
}
.breadcrumbs__link:hover {
  color: #000;
}
.breadcrumbs__item:not(:first-child):before {
  content: "&gt;";
  margin: 0 7px;
  cursor: default;
  color: #bdbdbd;
}

.button {
  padding: 10px 35px;
  background-color: #188606;
  color: #fff;
  border-radius: 8px;
  transform: translateY(0);
  transition: transform 0.25s ease-in-out;
}
.button:active {
  transform: translateY(2px);
}
.button--yellow {
  color: #232323;
  background: #fec351;
}
.button--outline {
  color: #fff;
  background: transparent;
  box-shadow: inset 0 0 0 1px #fff;
}

.common-page {
  padding: 24px 140px 100px 24px;
  background-color: #fff;
  border-radius: 12px;
}
@media (max-width: 1350px) {
  .common-page {
    padding: 24px;
  }
}
@media (max-width: 1350px) {
  .common-page__menu {
    display: none;
  }
}
.common-page__title {
  margin-top: 12px;
}
.common-page__inner {
  display: flex;
  gap: 100px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .common-page__inner {
    margin-top: 20px;
  }
}
.common-page__container {
  display: block;
}
.common-page__container p {
  margin-bottom: 1em;
}
.common-page__container h3 {
  text-align: center;
  font-size: 30px;
  margin-top: 45px;
  margin-bottom: 30px;
  line-height: 1em;
}
@media (max-width: 425px) {
  .common-page__container h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.common-page__container h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.common-page__container ul {
  list-style: disc;
  padding-left: 1em;
}
.common-page__container a {
  color: #188606;
  font-weight: 700;
  text-decoration: underline #188606;
}
.common-page__container a:hover {
  text-decoration: none;
}

.card__container {
  background-color: #FFFFFF;
  border-radius: 12px;
}
@media (max-width: 1350px) {
  .card__container {
    border-radius: 0;
  }
}
@media (max-width: 425px) {
  .card__container {
    padding: 0;
  }
}
.card__wrapper {
  margin-top: 43px;
  display: flex;
  gap: 10px;
}
@media (max-width: 1350px) {
  .card__wrapper {
    display: block;
  }
}
@media (max-width: 425px) {
  .card__wrapper {
    margin-top: 14px;
  }
}
.card__aside {
  max-width: 316px;
}
@media (max-width: 1350px) {
  .card__aside {
    max-width: none;
    display: none;
    justify-content: center;
  }
}
@media (max-width: 1350px) {
  .card__aside-menu {
    display: none;
  }
}
.card__content {
  max-width: 1202px;
  margin-left: auto;
}
@media (max-width: 1650px) {
  .card__content {
    max-width: 1002px;
  }
}
@media (max-width: 1350px) {
  .card__content {
    margin-left: 0;
    max-width: none;
  }
}
.card__also-choose-slide {
  width: 24%;
}
@media (max-width: 1350px) {
  .card__also-choose-slide {
    width: 18%;
  }
}
@media (max-width: 1438px) {
  .card__also-choose-slide {
    width: 24%;
  }
}
@media (max-width: 1132px) {
  .card__also-choose-slide {
    width: 28%;
  }
}
@media (max-width: 1020px) {
  .card__also-choose-slide {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .card__also-choose-slide {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .card__also-choose-slide {
    justify-content: start;
  }
}
.card__mobile-filter {
  display: none;
}
@media (max-width: 1350px) {
  .card__mobile-filter {
    display: block;
    padding: 0 16px;
  }
}
.card__breadcrumbs {
  padding-top: 24px;
}
@media (max-width: 1350px) {
  .card__breadcrumbs {
    margin-bottom: 20px;
    padding: 0 16px;
  }
}
@media (max-width: 425px) {
  .card__breadcrumbs {
    margin-bottom: 4px;
  }
}
.card-form__input {
  padding: 9px 14px;
  max-width: 80px;
  height: 40px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.card-form__input-wrapper {
  position: relative;
  margin-right: 10px;
}
.card-form__btn {
  right: 13px;
  width: 15px;
  height: 8px;
  position: absolute;
  background-image: url("../images/green-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-form__btn-add {
  top: 15px;
  transform: rotate(93deg);
}
.card-form__btn-remove {
  bottom: 14px;
  transform: rotate(-89deg);
}
.card-form__btn-cart {
  width: 206px;
  padding: 9px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #188606;
  border-radius: 8px;
  color: #fff;
  filter: drop-shadow(0px 9px 20px rgba(24, 134, 6, 0.2));
}

.card-content__wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 1350px) {
  .card-content__wrapper {
    justify-content: center;
  }
}
@media (max-width: 996px) {
  .card-content__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 996px) {
  .card-content__container {
    padding: 16px;
  }
}
@media (max-width: 425px) {
  .card-content__container {
    padding-right: 1px;
  }
}
.card-content__img {
  object-fit: cover;
  max-width: 519px;
  max-height: 400px;
  margin-right: 35px;
}
@media (max-width: 996px) {
  .card-content__img {
    max-width: 100%;
  }
}
.card-content__info {
  display: flex;
  flex-direction: column;
}
.card-content__title {
  margin-bottom: 10px;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 996px) {
  .card-content__title {
    font-size: 18px;
    text-align: center;
  }
}
.card-content__text {
  margin-bottom: 20px;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 996px) {
  .card-content__text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 1350px) {
  .card-content__price-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.card-content__addresses {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 15px 20px 20px 20px;
  border: 1px solid #188606;
  border-radius: 12px;
  max-height: 240px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 1350px) {
  .card-content__addresses {
    border: none;
    padding: 0;
    border-radius: 0px;
  }
}
@media (max-width: 996px) {
  .card-content__addresses {
    max-height: 150px;
  }
}
.card-content__addresses-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  margin-bottom: 15px;
}
@media (max-width: 996px) {
  .card-content__addresses-title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 17px;
  }
}
.card-content__addresses-show, .card-content__addresses-hide {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
  transition: display 0.5s ease-in-out;
}
.card-content__addresses--hidden {
  display: none;
}
.card-content__list {
  margin-bottom: 15px;
}
.card-content__item {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.card-content__item--hidden {
  display: none;
}
.card-content__item::before {
  content: "";
  position: absolute;
  width: 95%;
  bottom: 5px;
  left: 0;
  border: 1px dashed #ABABAB;
  z-index: 50;
}
.card-content__item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 996px) {
  .card-content__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.card-content__address {
  padding-right: 5px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  z-index: 51;
  background-color: #fff;
}
@media (max-width: 996px) {
  .card-content__address {
    font-size: 12px;
    line-height: 15px;
  }
}
.card-content__volume {
  min-width: 50px;
  padding-left: 5px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  z-index: 51;
  background-color: #fff;
}
@media (max-width: 996px) {
  .card-content__volume {
    font-size: 12px;
    line-height: 15px;
  }
}
.card-content__btn {
  max-width: 140px;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  text-align: center;
}
@media (max-width: 996px) {
  .card-content__btn {
    font-size: 12px;
    line-height: 15px;
  }
}
.card-content__price {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 996px) {
  .card-content__price {
    font-size: 22px;
    line-height: 27px;
  }
}
.card-content__bonus-svg {
  margin-right: 9px;
  width: 38px;
  height: 24px;
}
.card-content__bonus-wrapper {
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 1350px) {
  .card-content__bonus-wrapper {
    margin-bottom: 0;
  }
}
.card-content__bonus-text-wrapper {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
}
.card-content__bonus-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 996px) {
  .card-content__bonus-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.card-content__form {
  display: flex;
}
@media (max-width: 1350px) {
  .card-content__form {
    justify-content: center;
  }
}
.card-content__vk-api {
  width: 100%;
  height: 342px;
  margin-bottom: 80px;
  background-color: royalblue;
  border-radius: 12px;
}
.card-content__vk-api-title {
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .card-content__vk-api-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.card-content__slider-title {
  margin-bottom: 37px;
}
@media (max-width: 425px) {
  .card-content__slider-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px;
  }
}

.content-mode {
  margin-bottom: 43px;
  padding: 14px 33px 33px 33px;
  background-color: #F5F5F5;
  border-radius: 12px;
}
@media (max-width: 425px) {
  .content-mode {
    border-radius: 0;
    padding: 16px;
    margin-bottom: 0;
    margin-bottom: 0;
  }
}
.content-mode__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 425px) {
  .content-mode__title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 17px;
  }
}
.content-mode__info {
  margin-bottom: 26px;
  max-width: 656px;
  line-height: 22px;
  letter-spacing: 0;
  color: #232323;
}
@media (max-width: 425px) {
  .content-mode__info {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
  }
}
.content-mode__list {
  max-width: 1035px;
}
.content-mode__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.content-mode__item:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 425px) {
  .content-mode__item:not(:last-child) {
    margin-bottom: 4px;
  }
}
.content-mode__item::before {
  content: "";
  position: absolute;
  width: 95%;
  bottom: 5px;
  left: 0;
  border: 1px dashed #ABABAB;
  z-index: 50;
}
.content-mode__name {
  padding-right: 5px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  background-color: #F5F5F5;
  z-index: 51;
}
@media (max-width: 425px) {
  .content-mode__name {
    font-size: 12px;
    line-height: 15px;
  }
}
.content-mode__value {
  min-width: 220px;
  padding-left: 5px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  background-color: #F5F5F5;
  z-index: 51;
}
@media (max-width: 425px) {
  .content-mode__value {
    font-size: 12px;
    line-height: 15px;
    min-width: auto;
  }
}

.content-slider {
  padding-bottom: 65px;
}
@media (max-width: 425px) {
  .content-slider {
    padding-bottom: 14px;
  }
}
.content-slider__pagination {
  display: none;
}
@media (max-width: 425px) {
  .content-slider__pagination {
    display: block;
  }
}
.content-slider__btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 425px) {
  .content-slider__btn-wrapper {
    justify-content: space-between;
  }
}
.content-slider__btn--prev {
  margin-right: 30px;
}
.content-slider__btn--next {
  transform: rotate(180deg);
}
.content-slider__item:nth-child(n+5) {
  margin-top: 0;
}
.content-slider__list {
  margin-bottom: 100px;
  display: flex;
}
@media (max-width: 425px) {
  .content-slider__list {
    margin-bottom: 13px;
  }
}

.certificate {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 25px 25px;
  background-color: #F5F5F5;
  border-radius: 12px;
}
.certificate__text {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.certificate__img {
  margin-bottom: 26px;
  display: block;
  object-fit: cover;
}
.certificate__btn {
  width: 220px;
  padding: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  border: 2px solid #FEC351;
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 425px) {
  .card-item__description-search &gt; .card-item__mobile-buttons &gt; .card-item__btn {
    width: 220px;
  }
}
.card-item {
  position: relative;
  max-width: 290px;
  height: 470px;
}
@media (min-width: 1350px) and (max-width: 1650px) {
  .card-item {
    max-width: 240px;
  }
}
@media (max-width: 768px) {
  .card-item {
    height: fit-content;
  }
}
.card-item__article {
  flex-direction: column;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 12px;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
.card-item__article:hover {
  border-bottom: 1px solid transparent;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .card-item__article:hover {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .card-item__article {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-radius: 0;
    border: none;
  }
  .card-item__article:hover {
    box-shadow: none;
  }
}
.card-item__wrapper {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding-bottom: 25px;
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease-in-out;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  z-index: 1;
}
@media (max-width: 768px) {
  .card-item__wrapper {
    display: none;
  }
}
.card-item__article:hover .card-item__wrapper {
  opacity: 1;
  visibility: visible;
}
.card-item__mobile-buttons {
  display: none;
}
@media (max-width: 768px) {
  .card-item__mobile-buttons {
    display: block;
  }
}
.card-item__content-link {
  display: flex;
  padding: 18px 25px 10px;
  height: 238px;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .card-item__content-link {
    padding: 0;
    height: fit-content;
  }
}
@media (max-width: 768px) {
  .card-item__content-link_height-true {
    height: 120px;
  }
}
.card-item__img {
  margin-bottom: 9px;
  object-fit: cover;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .card-item__img {
    margin-right: 6px;
    width: 96px;
    height: 125px;
  }
}
.card-item__name {
  margin-right: 6px;
  line-height: 20px;
  letter-spacing: 0;
  color: #767676;
}
@media (max-width: 768px) {
  .card-item__name {
    font-size: 12px;
    line-height: 15px;
  }
}
.card-item__item:not(:last-child) {
  margin-bottom: 2px;
}
.card-item__value {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #188606;
}
@media (max-width: 768px) {
  .card-item__value {
    font-size: 12px;
    line-height: 15px;
  }
}
.card-item__title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .card-item__title {
    font-size: 12px;
    line-height: 120%;
  }
}
.card-item__btn {
  margin: 0 auto 14px;
  padding: 9px;
  display: block;
  width: 240px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  background-color: #FEC351;
  border-radius: 8px;
  color: #232323;
  cursor: pointer;
}
@media (min-width: 1350px) and (max-width: 1650px) {
  .card-item__btn {
    width: 190px;
  }
}
@media (max-width: 768px) {
  .card-item__btn {
    width: 100%;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 17px;
  }
}
.card-item__btn.buy2 {
  cursor: pointer;
  color: #fff;
  background-color: #188606;
}
.card-item__list {
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
}
.card-item__price {
  font-size: 40px;
  font-weight: 600;
  line-height: 49px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 768px) {
  .card-item__price {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 22px;
  }
}
.card-item__link {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #188606;
}
@media (max-width: 768px) {
  .card-item__link {
    font-size: 12px;
    line-height: 15px;
    padding-left: 5px;
  }
}
.card-item__text {
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .card-item__text {
    font-size: 12px;
    line-height: 15px;
    text-align: start;
  }
}

.catalog {
  position: relative;
}
@media (max-width: 1250px) {
  .catalog {
    padding-top: 0;
  }
}
.catalog-main {
  background: url("/images/transparent-background.png") no-repeat;
}
.catalog__content {
  padding: 24px 25px 160px 25px;
  background-color: #fff;
  border-radius: 12px;
}
@media (max-width: 1250px) {
  .catalog__content {
    padding: 12px;
    border-radius: 0;
  }
}
.catalog__container {
  padding: 0;
}
.catalog-filter__list {
  display: none;
  position: absolute;
  top: 40px;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  left: 0;
  background-color: #fff;
  z-index: 50;
  border: 1px solid #CCC;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 1250px) {
  .catalog-filter__list {
    width: auto;
    top: 100%;
    left: -10px;
  }
}
.catalog-filter__list--show {
  display: block;
}
.catalog-filter__item {
  padding: 5px 0;
  color: #232323;
  cursor: pointer;
}
.catalog-filter__item:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
@media (max-width: 515px) {
  .catalog-filter__item:not(:last-child) {
    border: none;
  }
}
@media (max-width: 515px) {
  .catalog-filter__item {
    text-align: start;
    font-size: 12px;
    line-height: 15px;
  }
}
.catalog__mobile-filter-btn, .catalog__mobile-sort-btn {
  display: none;
}
@media (max-width: 1250px) {
  .catalog__mobile-filter-btn, .catalog__mobile-sort-btn {
    display: inline-block;
  }
}
.catalog__mobile-filter-btn-icon {
  margin-right: 8px;
  width: 16px;
  height: 10px;
}
.catalog__mobile-sort-btn-icon {
  margin-left: 8px;
  width: 16px;
  height: 12px;
}
.catalog__page-list {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.catalog__page-item:first-child {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.catalog__page-item:first-child::before {
  top: 0;
  right: -18px;
  position: absolute;
  content: "&gt;";
  order: 2;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  opacity: 0.3;
  color: #232323;
}
.catalog__page-link {
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  opacity: 0.3;
  color: #232323;
}
.catalog__page-current {
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  opacity: 0.3;
  color: #232323;
}
.catalog__title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 425px) {
  .catalog__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
}
.catalog__content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 425px) and (max-width: 5000px) {
  .catalog__content-wrapper {
    margin-top: 15px;
  }
}
@media (max-width: 1250px) {
  .catalog__filter {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100000000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
    overflow-y: scroll;
  }
  .catalog__filter.active {
    opacity: 1;
    pointer-events: auto;
  }
}
.catalog__filter-img {
  display: block;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 1250px) {
  .catalog__filter-img {
    display: none;
  }
}
@media (max-width: 1250px) {
  .catalog__filter-search {
    display: none;
  }
}
.catalog__filter-mobile-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  padding: 10px;
}
@media (max-width: 1250px) {
  .catalog__filter-mobile-close-btn {
    display: inline-block;
  }
}
.catalog__filter-mobile-close-btn-icon {
  width: 32px;
  height: 32px;
}
.catalog__main {
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1350px) and (max-width: 1650px) {
  .catalog__main {
    width: 1012px;
  }
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .catalog__main {
    width: 912px;
  }
}
@media (max-width: 1250px) {
  .catalog__main {
    max-width: none;
  }
}
.catalog__main-content {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1350px) and (max-width: 1650px) {
  .catalog__main-content {
    width: 1012px;
  }
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .catalog__main-content {
    width: 912px;
  }
}
@media (max-width: 425px) {
  .catalog__main-content {
    padding-top: 10px;
    border-top: none;
  }
}
.catalog__category-list {
  margin-bottom: 20px;
  display: flex;
  column-gap: 34px;
}
@media (max-width: 630px) {
  .catalog__category-list {
    margin-bottom: 10px;
    margin-top: 25px;
    column-gap: 0;
    justify-content: space-between;
  }
}
.catalog__category-item {
  position: relative;
}
.catalog__category-item:not(:last-child) .catalog__category-text::after {
  margin-left: 11.5px;
  content: "";
  width: 15px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1L7.5 8L14.5 1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 630px) {
  .catalog__category-item:not(:last-child) .catalog__category-text::after {
    margin-left: 6px;
    width: 10px;
    height: 5px;
  }
}
.catalog__category-text {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #232323;
}
.catalog__category-text--active {
  font-weight: 700;
}
@media (max-width: 514px) {
  .catalog__category-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 15px;
  }
}
.catalog__category-link {
  display: flex;
  align-items: center;
}
.catalog__category-link--active .catalog__category-text {
  font-weight: 700;
}
.catalog__category-link--single {
  display: flex;
  align-items: center;
}
.catalog__category-svg {
  margin-right: 23px;
}
@media (max-width: 1250px) {
  .catalog__category-svg {
    display: none;
  }
}
.catalog__category-svg--service {
  width: 17px;
  height: 33px;
}
.catalog__category-svg--oil {
  width: 18px;
  height: 37px;
}
.catalog__category-svg--filter {
  width: 20px;
  height: 33px;
}
.catalog__category-svg--different {
  width: 42px;
  height: 33px;
}

.filter-form {
  margin-bottom: 67px;
}
.filter-form__list {
  display: none;
  max-height: 300px;
  top: 45px;
  left: -5px;
  right: -5px;
  position: absolute;
  background: #fff;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  z-index: 52;
  overflow: auto;
}
.filter-form__list--show {
  display: block;
}
.filter-form__item {
  padding: 15px 25px;
  cursor: pointer;
}
.filter-form__input {
  width: 292px;
  padding: 9px 12px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.filter-form__input-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.filter-form__input-svg {
  width: 20px;
  height: 20px;
}
.filter-form__btn {
  padding: 9px 29px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  border-radius: 8px;
}
.filter-form__btn-search {
  position: absolute;
  top: 55%;
  right: 20px;
  transform: translateY(-50%);
}
.filter-form__btn:first-child {
  margin-right: 12px;
  background-color: #FEC351;
}
.filter-form__btn:last-child {
  border: 1px solid #ccc;
}
.filter-form__btn-wrapper {
  display: flex;
  align-items: center;
}

.purpose {
  margin-bottom: 26px;
}
.purpose__input {
  display: none;
}
.purpose__input:checked + .purpose__label .purpose__input--fake::before {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.purpose__input--fake {
  position: relative;
  margin-right: 9px;
  width: 22px;
  height: 22px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  order: -1;
}
.purpose__input--fake::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 14px;
  height: 14px;
  background-color: #FEC351;
  border-radius: 4px;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.purpose__list {
  display: flex;
  flex-direction: column;
}
.purpose__item:not(:last-child) {
  margin-bottom: 10px;
}
.purpose__legend {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.purpose__label {
  display: flex;
  align-items: center;
  width: fit-content;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  cursor: pointer;
}

.brand {
  margin-bottom: 26px;
}
.brand__list {
  display: flex;
  flex-direction: column;
}
.brand__item:not(:last-child) {
  margin-bottom: 10px;
}
.brand__input {
  display: none;
}
.brand__input:checked + .brand__label .brand__input--fake::before {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.brand__input--fake {
  margin-right: 9px;
  width: 22px;
  height: 22px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  order: -1;
  position: relative;
}
.brand__input--fake::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 14px;
  height: 14px;
  background-color: #FEC351;
  border-radius: 4px;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.brand__legend {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.brand__label {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  cursor: pointer;
}

.type {
  margin-bottom: 26px;
}
.type__input {
  display: none;
}
.type__input:checked + .type__label .type__input--fake::before {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.type__input--fake {
  margin-right: 9px;
  width: 22px;
  height: 22px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  order: -1;
  position: relative;
}
.type__input--fake::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 14px;
  height: 14px;
  background-color: #FEC351;
  border-radius: 4px;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.type__list {
  display: flex;
  flex-direction: column;
}
.type__item:not(:last-child) {
  margin-bottom: 10px;
}
.type__legend {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.type__label {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  cursor: pointer;
}

.viscosity {
  margin-bottom: 46px;
}
.viscosity__list {
  display: flex;
  flex-direction: column;
}
.viscosity__item:not(:last-child) {
  margin-bottom: 10px;
}
.viscosity__legend {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.viscosity__input {
  display: none;
}
.viscosity__input:checked + .viscosity__label .viscosity__input--fake::before {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.viscosity__input--fake {
  margin-right: 9px;
  width: 22px;
  height: 22px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  order: -1;
  position: relative;
}
.viscosity__input--fake::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 14px;
  height: 14px;
  background-color: #FEC351;
  border-radius: 4px;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.viscosity__label {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  width: fit-content;
  cursor: pointer;
}

.content-top {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .content-top__desktop-filter-btn {
    display: none !important;
  }
}
.content-top__list {
  position: absolute;
  display: none;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  line-height: 22px;
  letter-spacing: 0em;
  top: -1px;
  left: -1px;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 1250px) {
  .content-top__list {
    border: none;
    line-height: 32px;
    font-size: 20px;
  }
}
.content-top__list--first {
  width: 81px;
}
.content-top__list--last {
  width: 250px;
}
.content-top__item {
  font-weight: 300;
  padding-left: 12px;
  padding-right: 50px;
  width: 79px;
  min-width: 100%;
  display: flex;
  align-items: center;
}
.content-top__item:first-child {
  padding-top: 9px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}
.content-top__item:not(:first-child) {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 1250px) {
  .content-top__item {
    padding: 0 !important;
    border: none !important;
  }
}
.content-top__sort--active {
  min-width: 200px;
  display: flex;
  align-items: center;
  width: max-content;
}
.content-top__sort--active:first-child {
  min-width: fit-content;
}
@media (max-width: 1250px) {
  .content-top__left, .content-top__right {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.content-top__left {
  display: flex;
  margin-bottom: 10px;
  column-gap: 54px;
}
@media (max-width: 768px) {
  .content-top__left {
    margin-bottom: 13px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.content-top__left-search {
  display: none;
}
@media (max-width: 1250px) {
  .content-top__left-search {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .content-top__left-search {
    width: 100%;
  }
}
.content-top__left-text {
  margin-right: 10px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  min-width: max-content;
}
.content-top__left-dropdown {
  position: relative;
  padding: 9px 30px 9px 12px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  line-height: 22px;
  letter-spacing: 0em;
  cursor: pointer;
}
.content-top__left-dropdown::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  order: 2;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #188606;
  transform: translateY(-50%);
  z-index: 3;
}
.content-top__left-dropdown--first {
  width: 71px;
}
@media (max-width: 1250px) {
  .content-top__left-dropdown--first {
    width: auto;
    border: none;
    padding: 0 30px 0 0;
  }
}
.content-top__left-dropdown--last {
  width: 230px;
}
.content-top__left-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 425px) {
  .content-top__left-wrapper {
    width: 100%;
    justify-content: space-between;
  }
}
.content-top__left-wrapper:first-child {
  margin-right: 54px;
}
@media (max-width: 1650px) {
  .content-top__left-wrapper:first-child {
    margin-right: revert;
  }
}
@media (max-width: 1650px) {
  .content-top__left-wrapper {
    margin-right: 5px;
  }
}
@media (max-width: 1650px) {
  .content-top__left {
    column-gap: revert;
  }
}
@media (max-width: 1250px) {
  .content-top__right-list {
    display: none !important;
  }
}

.main-content__middle {
  margin-bottom: 84px;
}
@media (min-width: 1350px) and (max-width: 1650px) {
  .main-content__middle {
    width: 1012px;
  }
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .main-content__middle {
    width: 912px;
  }
}
.main-content__bottom {
  display: flex;
  justify-content: flex-end;
}
.main-content__card-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 28px;
  justify-content: center;
}
@media (min-width: 1250px) and (max-width: 1650px) {
  .main-content__card-list {
    column-gap: 5px;
  }
}
@media (max-width: 425px) {
  .main-content__card-list {
    justify-content: start;
  }
}

.dropdown--active {
  display: block;
}

.desktop {
  display: block;
  display: none;
}

.mobile {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  font-family: "Averta CY", sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 425px) and (max-width: 10000px) {
  .mobile {
    display: none;
  }
}

.buttons-mobile {
  display: flex;
  gap: 35px;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .buttons-mobile {
    width: -webkit-fill-available;
  }
}

.contacts {
  padding: 24px 140px 100px 24px;
  background-color: #fff;
  border-radius: 12px;
  font-family: "Averta CY";
  font-style: normal;
}
@media (max-width: 1350px) {
  .contacts {
    padding: 20px 0 0;
    border-radius: 0;
  }
}
@media (max-width: 1350px) {
  .contacts__menu {
    display: none;
  }
}
.contacts__title {
  margin-top: 12px;
  font-family: "Averta CY";
}
.contacts__info {
  font-family: "Averta CY", sans-serif;
  font-style: normal;
}
.contacts__inner {
  display: grid;
  /* grid-template-areas:
      ". . ."
      ". b b"
      ". . ."
      ". . . "; */
  grid: 200px auto/1fr 1fr 1fr;
  margin-top: 50px;
}
@media (max-width: 1350px) {
  .contacts__inner {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
}
@media (max-width: 425px) {
  .contacts__inner {
    margin-top: 28px;
  }
}
@media (max-width: 1350px) {
  .contacts__work-info, .contacts__title {
    margin-left: 24px;
  }
}
@media (max-width: 425px) {
  .contacts__work-info, .contacts__title {
    margin-left: 16px;
    font-size: 21px;
  }
}
.contacts__workers-locations-info {
  font-family: "Averta CY", sans-serif;
  font-style: normal;
  font-size: 18px;
  padding-left: 22px;
  margin-bottom: 30px;
  grid-column-start: 2;
}
.contacts__regime {
  margin-left: 150px;
}
@media (max-width: 1350px) {
  .contacts__regime {
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  .contacts__button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.contacts__regime-title {
  color: #188606;
  font-size: 28px;
  line-height: 1;
}
.contacts__hours {
  margin-top: 20px;
  position: relative;
  padding-left: 33px;
  font-size: 23px;
}
.contacts__hours:before {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 25px;
  height: 25px;
  background: url("../images/clock-icon.svg") no-repeat center;
}
.contacts__tel {
  display: block;
  margin-top: 15px;
  position: relative;
  padding-left: 33px;
  font-size: 23px;
}
.contacts__tel:before {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 25px;
  height: 25px;
  background: url("../images/tel-icon.svg") no-repeat center;
}
.contacts__registration-button {
  margin-top: 30px;
  height: 40px;
  font-size: 18px;
}
.contacts__locations {
  margin-top: 50px;
}
.contacts__location-subway {
  position: relative;
}
.contacts__location-subway:before {
  position: absolute;
  content: "•";
  font-size: 60px;
  top: -3px;
  left: -30px;
}
.contacts__location-subway--purple:before {
  color: #9a0096;
}
.contacts__location-subway--orange:before {
  color: #f5a406;
}
.contacts__location-subway--green:before {
  color: #188606;
}
.contacts__location-subway--red:before {
  color: #ff0000;
}
.contacts__location-subway--blue:before {
  color: #1d6ce2;
}
.contacts__location {
  padding-left: 22px;
  margin-bottom: 30px;
}
.contacts__workers-title {
  font-weight: 300;
}
.contacts__location-address, .contacts__location-station {
  margin-top: 10px;
  font-weight: 500;
}
.contacts__location-workers {
  margin-top: 15px;
}
.contacts__workers-list {
  display: flex;
  margin-top: 10px;
  column-gap: 40px;
}
.contacts__worker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 80px;
}
.contacts__map {
  margin-left: 35px;
  height: 650px;
  width: 656px;
  grid-area: 1/3/3/4;
}
@media (max-width: 1350px) {
  .contacts__map {
    margin-left: 0;
    width: 100vw;
    height: 300px;
    grid-area: auto;
  }
}

.date-picker-status {
  display: flex;
  column-gap: 50px;
  margin-bottom: 24px;
}
@media (max-width: 425px) {
  .date-picker-status {
    justify-content: center;
  }
}
.date-picker-day {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 14px;
}
.date-picker-day-value {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
  width: 23px;
  height: 23px;
  font-size: 14px;
  vertical-align: middle;
}
.date-picker-day.today .date-picker-day-value {
  color: #232323;
  background-color: #D8D8D8;
}
.date-picker-day.selected .date-picker-day-value {
  color: #FFFFFF;
  font-weight: 700;
  background-color: #188606;
}

.doubts {
  padding: 50px 16px 43px;
  background-image: url("../images/bg-doubt.jpg");
}
@media (max-width: 1399.98px) {
  .doubts {
    padding-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .doubts {
    padding-bottom: 30px;
  }
}
.doubts__title {
  color: #FFFFFF;
  margin-bottom: 58px;
}
@media (max-width: 1399.98px) {
  .doubts__title {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .doubts__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
}
.doubts__wrapper {
  display: flex;
  margin-bottom: 42px;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .doubts__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .doubts__wrapper {
    margin-bottom: 18px;
  }
}
.doubts__bottom {
  max-width: 830px;
  padding-top: 26px;
  padding-bottom: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.26);
  border-radius: 12px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .doubts__bottom {
    padding: 9px 32px 19px;
  }
}
.doubts__price {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 767.98px) {
  .doubts__price {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
.doubts__question {
  margin-bottom: 13px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 767.98px) {
  .doubts__question {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
}
.doubts__phone {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 767.98px) {
  .doubts__phone {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
}
.doubts__item {
  flex-basis: 560px;
  flex-shrink: 1;
  flex-grow: 0;
}
.doubts__item-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.doubts__item-text {
  line-height: 22px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.doubts__left {
  flex-basis: 439px;
}
.doubts__right {
  flex-basis: 498px;
}
@media (max-width: 1399.98px) {
  .doubts__left, .doubts__right {
    display: flex;
    justify-content: center;
    flex-basis: auto;
  }
}
.doubts__left-item:not(:last-child), .doubts__right-item:not(:last-child) {
  margin-bottom: 67px;
}
.doubts__left-item, .doubts__left-item:not(:last-child), .doubts__right-item, .doubts__right-item:not(:last-child) {
  max-width: 830px;
  width: 100%;
  margin-bottom: 67px;
}
@media (max-width: 767.98px) {
  .doubts__left-item, .doubts__left-item:not(:last-child), .doubts__right-item, .doubts__right-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .doubts__item-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767.98px) {
  .doubts__item-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
  }
}

.faq {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media (max-width: 1399.98px) {
  .faq {
    padding: 39px 16px 37px;
  }
}
.faq__title {
  margin-bottom: 42px;
}
@media (max-width: 1399.98px) {
  .faq__title {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .faq__title {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 43px;
}
@media (max-width: 767.98px) {
  .faq__list {
    margin-bottom: 18px;
  }
}
.faq__text {
  display: none;
  padding: 20px 10px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 767.98px) {
  .faq__text {
    padding: 8px 16px 8px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
  }
}
.faq__text--open {
  display: block;
}
.faq__item:not(:last-child) {
  margin-bottom: 14px;
}
.faq__link {
  position: relative;
  padding: 18px 92px;
  display: block;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #232323;
  border: 2px solid #489901;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .faq__link {
    padding: 6px 16px 6px 28px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
  }
}
.faq__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 2px;
  background-color: #188606;
  transition-timing-function: ease-in-out;
  transition-property: transform;
  transition-duration: 0.2s;
}
@media (max-width: 767.98px) {
  .faq__link::before {
    left: 14px;
    height: 16px;
  }
}
.faq__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 2px;
  background-color: #188606;
  transition-timing-function: ease-in-out;
  transition-property: transform;
  transition-duration: 0.2s;
}
@media (max-width: 767.98px) {
  .faq__link::after {
    left: 14px;
    width: 16px;
  }
}
.faq__link--active::before {
  transform: translate(-50%, -50%) rotate(45deg);
  transition-timing-function: ease-in-out;
  transition-property: transform;
  transition-duration: 0.2s;
}
.faq__link--active::after {
  transform: translate(-50%, -50%) rotate(45deg);
  transition-timing-function: ease-in-out;
  transition-property: transform;
  transition-duration: 0.2s;
}
.faq__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 767.98px) {
  .faq__info {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
  }
}
.faq__info-icon {
  width: 15px;
  height: 15px;
}
@media (max-width: 767.98px) {
  .faq__info-icon {
    width: 42px;
    height: 42px;
  }
}
.faq__info-btn-text {
  text-align: start;
}
.faq__icon {
  transition: transform 0.25s ease-out;
}
.faq__icon--active {
  transform: rotate(-180deg);
}
.faq__info-ac {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.faq__info-btn-text {
  margin-right: 8px;
}

.flatpickr {
  font-family: "Averta", Arial, Helvetica, sans-serif;
}
.flatpickr-calendar {
  box-shadow: none;
  margin-bottom: 35px;
}
@media (max-width: 425px) {
  .flatpickr-calendar {
    transform: scale(0.8);
    transform-origin: top;
    margin-bottom: -20px;
  }
}
.flatpickr-day.today {
  background-color: #D8D8D8;
  border-color: transparent;
}
.flatpickr-day.selected, .flatpickr-day.selected:hover {
  background-color: #188606 !important;
}
.flatpickr-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.footer {
  padding: 38px 10px 82px 10px;
  background-color: #188606;
  color: #fff;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer__top {
  width: 100%;
  padding-bottom: 31px;
  border-bottom: 1px solid #00781e;
}
.footer-desc {
  display: none;
}
.footer-top__list {
  display: flex;
  justify-content: space-between;
}
.footer-top__link {
  line-height: 22px;
  letter-spacing: 0em;
  color: inherit;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  width: 100%;
}
.footer-left {
  padding-top: 18px;
  padding-right: 10px;
}
.footer-left__list {
  display: flex;
  flex-direction: column;
}
.footer-left__item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-left__link {
  line-height: 22px;
  letter-spacing: 0em;
  color: inherit;
}
.footer-center {
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
  border-right: 1px solid #00781e;
  border-left: 1px solid #00781e;
  max-width: 612px;
  width: 100%;
}
.footer-center__link {
  display: inline-block;
  height: fit-content;
  padding: 9px 30px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 8px;
}
.footer-right {
  padding-top: 18px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
.footer-right__top {
  margin-bottom: 23px;
  display: flex;
  flex-direction: column;
}
.footer-right__top-link {
  line-height: 22px;
  letter-spacing: 0em;
  color: #fff;
  justify-content: center;
}
.footer-right__top-link .select-options {
  text-align: start;
}
.footer-right__top-link:first-child {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer-right__top-link:last-child {
  font-weight: 600;
}
.footer-right__middle {
  margin-bottom: 23px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.footer-right__middle-mode {
  margin-bottom: 10px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #fff;
}
.footer-right__middle-time {
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  color: #fff;
}
.footer-right__bottom-list {
  display: flex;
  align-items: center;
}
.footer-right__bottom-item:not(:last-child) {
  margin-right: 20px;
}
.footer-right__bottom-link {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-right__bottom-svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

@media (max-width: 1199.98px) {
  .footer {
    padding: 32px 17px 40px 17px;
  }
  .footer-top {
    padding-bottom: 15px;
  }
  .footer-top__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top__item {
    padding: 5px;
  }
  .footer-center {
    padding: 5px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 312px;
  }
  .footer-left, .footer-right {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .footer {
    padding: 32px 17px;
  }
  .footer__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-desc {
    display: flex;
    text-align: start;
    justify-content: center;
    column-gap: 16px;
    order: 1;
  }
  .footer-desc__point {
    max-width: 120px;
  }
  .footer-desc__point div:first-child {
    font-size: 22px;
    line-height: 26px;
    opacity: 80%;
  }
  .footer-desc__point div:last-child {
    font-size: 12px;
    line-height: 15px;
    opacity: 50%;
  }
  .footer-top {
    padding: 16px 0;
    border: none;
  }
  .footer-top__list {
    flex-direction: column;
    align-items: center;
  }
  .footer-desc {
    display: flex;
  }
  .footer-left {
    padding: 12px 0;
    border-top: 1px solid #00781e;
    border-bottom: 1px solid #00781e;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer-center {
    padding: 12px 0;
    order: 1;
    border: none;
    max-width: 100%;
    justify-content: space-between;
  }
  .footer-center__link {
    padding: 8px 28px;
    line-height: 17px;
    border-width: 1px;
  }
  .footer-center__link:last-child {
    margin-top: 20px;
  }
  .footer-right {
    padding: 12px 0;
  }
}
.header {
  padding-top: 20px;
}
.header__container {
  position: relative;
}
.header-absolute {
  top: calc(100% + 20px);
  left: 20px;
  right: 20px;
  position: absolute;
  z-index: 100;
}
.header__top {
  display: flex;
  align-items: center;
}
.header-top__svg {
  width: 24px;
  height: 24px;
  stroke: #232323;
}
.header-top__telephone {
  display: none;
  width: 44px;
  height: 44px;
  background: url("../images/call.png") no-repeat center;
  background-size: cover;
}
.header-top__left {
  display: flex;
  align-items: center;
  margin-right: 130px;
}
.header-top__left-link {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.header-top__left-city {
  margin-right: 4px;
  margin-bottom: 5px;
  padding-bottom: 4px;
  border-bottom: 2px dotted #232323;
}
.header-top__left-city + .header-top__left-triangle {
  margin-bottom: 5px;
}
.header-top__left-station {
  margin-right: 3px;
}
.header-top__left-triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #188606;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.header-top__left-logo {
  margin-right: 55px;
}
.header-top__left-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.header-top__center {
  margin-left: auto;
  margin-right: 6%;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .header-top__center {
    margin-left: auto;
    margin-right: 6%;
  }
}
@media (min-width: 1650px) {
  .header-top__center {
    margin-left: auto;
    margin-right: 230px;
  }
}
.header-top__list {
  display: flex;
}
.header-top__list--social {
  display: flex;
}
.header-top__item:not(:last-child) {
  margin-right: 60px;
}
.header-top__item--social:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .header-top__item:not(:last-child) {
    margin-right: 40px;
  }
}
.header-top__link {
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.header__center {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}
.header-center__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-center__left-catalog {
  margin-right: 24px;
  width: 160px;
  padding: 9px 25px 9px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0 0 0 2px #188606, inset 0 4px 16px rgba(35, 35, 35, 0);
  box-sizing: border-box;
  border-radius: 8px;
  transition: box-shadow 0.25s ease-in-out;
}
.header-center__left-catalog:hover {
  box-shadow: inset 0 0 0 2px #188606, inset 0 4px 16px rgba(35, 35, 35, 0.2);
}
.header-center__left-text {
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.header-center__left-input {
  width: 457px;
  padding: 9px 48px 9px 12px;
  border: 2px solid #cccccc;
  border-radius: 8px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border-width: 2px;
}
.header-center__left-input:focus {
  outline: none;
  border-color: #188606;
  box-shadow: none;
}
.header-center__left-input::placeholder {
  line-height: 22px;
  letter-spacing: 0em;
  opacity: 0.3;
  color: #232323;
}
.header-center__right {
  display: flex;
  align-items: center;
}
.header-center__right-list {
  margin-right: 24px;
  display: flex;
  flex-direction: column;
}
.header-center__right-item {
  display: flex;
  align-items: center;
}
.header-center__right-item:not(:last-child) {
  margin-bottom: 14px;
}
.header-center__right-amount {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  top: 2px;
  left: 2px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  background-color: #fec351;
  border-radius: 100%;
}
.header-center__right-svg {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.header-center__right-svg--basket {
  margin-right: 0;
  margin-bottom: 3px;
  width: 30px;
  height: 28px;
}
.header-center__right-phone {
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.header-center__right-operating-mode {
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.header-center__right-btn--online {
  margin-right: 24px;
  padding: 9px 34px;
  line-height: 22px;
  letter-spacing: 0em;
  background-color: #188606;
  border-radius: 8px;
  color: #fff;
}
.header-center__right-btn--basket {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-center__right-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  color: #232323;
}
.header__bottom-list {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bottom__item {
  background-color: #fec351;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.16));
  border-radius: 12px;
}
.header-bottom__item:first-child {
  padding: 25px;
  display: flex;
  align-items: center;
}
.header-bottom__item:first-child .header-bottom__svg {
  margin-right: 13px;
}
.header-bottom__item:first-child .header-bottom__text {
  margin-right: 100px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .header-bottom__item:first-child .header-bottom__text {
    margin-right: 60px;
  }
}
.header-bottom__item:nth-child(n+2) .header-bottom__svg {
  margin-right: 8px;
}
.header-bottom__link {
  padding: 29px 15px;
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.header-bottom__svg {
  width: 32px;
  height: 32px;
}
.header-bottom__text {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  color: #232323;
}
.header-bottom__btn {
  padding: 9px;
  width: 268px;
  box-shadow: 0px 4px 16px rgba(24, 134, 6, 0.2);
  background-color: #188606;
  border-radius: 8px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  position: relative;
}
.header-bottom__btn_disabled {
  opacity: 0.2;
}

@media (max-width: 1650px) {
  .header-bottom__item {
    margin-left: 10px;
    height: 90px;
  }
  .header-bottom__item:first-child {
    margin-left: 0;
  }
  .header-bottom__link {
    height: 90px;
  }
}
@media (max-width: 1250px) {
  .header {
    padding: 0;
    margin-top: constant(safe-area-inset-top);
    /* iOS &lt;= 12.1, Safari &lt;= 12.1 */
    margin-top: env(safe-area-inset-top);
    /* iOS &gt;= 12.2, Safari &gt;= 12.2 */
  }
  .header__container {
    padding: 16px;
  }
  .header-top {
    justify-content: space-between;
  }
  .header-top__burger-menu {
    width: 44px;
    height: 44px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cg opacity='1'%3E%3Crect width='22' height='1.625' rx='0.8125' fill='%23188606'/%3E%3Crect y='5.6875' width='22' height='1.625' rx='0.8125' fill='%23188606'/%3E%3Crect y='11.375' width='22' height='1.625' rx='0.8125' fill='%23188606'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
  }
  .header-top__left {
    margin-right: 0;
  }
  .header-top__left-logo {
    margin-right: 0;
  }
  .header-top__left-wrapper {
    display: none;
  }
  .header-top__center {
    display: none;
  }
  .header-top__right {
    display: none;
  }
  .header-top__telephone {
    display: block;
  }
  .header-absolute {
    left: 0;
    display: block;
    position: relative;
  }
  .header-center {
    box-shadow: none;
    padding: 25px 0 0 0;
  }
  .header-center__right {
    display: none;
  }
  .header-center__left {
    width: 100%;
  }
  .header-center__left-form {
    width: 100%;
  }
  .header-center__left-input {
    padding: 13px 48px 13px 20px;
    width: 100%;
  }
  .header-center__left-catalog {
    justify-content: center;
  }
  .header-center__left-burger {
    display: none;
  }
  .header-bottom {
    display: none;
  }
}
@media (max-width: 425px) {
  .header__container {
    padding: 16px;
  }
  .header-top__burger-menu {
    width: 26px;
    height: 26px;
    background-size: contain;
  }
  .header-top__center {
    display: none;
  }
  .header-top__right {
    display: none;
  }
  .header-top__left-logo {
    width: 88px;
    height: 41px;
  }
  .header-top__left-logo img {
    width: 100%;
  }
  .header-top__telephone {
    width: 22px;
    height: 22px;
  }
  .header-center {
    padding-top: 13px;
  }
  .header-center__left-catalog {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 16px 6px 16px;
    margin-right: 8px;
    border-width: 1px;
    width: 90px;
  }
}
@media (max-width: 425px) and (max-width: 425px) {
  .header-center__left-catalog {
    width: 34%;
  }
}
@media (max-width: 425px) {
  .header-center__left-input {
    padding: 6px 40px 7px 16px;
    font-size: 12px;
    line-height: 15px;
    border-width: 1px;
  }
  .header-center__left-input:focus {
    border-width: 1px;
  }
}
@media (max-width: 425px) {
  .header-center__left-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 425px) {
  .header-center__left-btn {
    width: 17px;
    height: 17px;
  }
  .header-center__left-btn svg {
    width: 100%;
    height: 100%;
  }
}
.stations__list {
  left: 0;
  max-height: 288px;
  width: max-content;
  top: 60px;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 110;
  overflow: auto;
}
.stations__svg {
  order: -1;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  object-fit: cover;
  min-width: 16px;
  min-height: 16px;
}
.stations__navigator-link {
  display: block;
  width: 18px;
  height: 18px;
  text-decoration: none;
  background-image: url("/images/spot-navigator.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.stations__link {
  display: flex;
  align-items: center;
  padding: 4px 30px 4px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #232323;
  cursor: pointer;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
start .stations__link:first-child {
  padding-top: 6px;
}
.stations__link:last-child {
  padding-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .stations__link:hover {
    background-color: #e6e6e6;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
  }
}
.stations__active-station {
  font-weight: 700;
  color: #188606;
}

.cities__list {
  left: 0;
  max-height: 180px;
  top: 30px;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 110;
  overflow: auto;
}
.cities__item a {
  display: block;
  width: 100%;
}
.cities__item {
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #232323;
  cursor: pointer;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.cities__item:first-child {
  padding-top: 6px;
}
.cities__item:last-child {
  padding-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .cities__item:hover {
    background-color: #e6e6e6;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
  }
}
.cities__active-city {
  font-weight: 700;
  color: #188606;
}

#city-chooser-popup {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 110%;
  top: -12px;
  width: 250px;
  height: 100px;
  background-color: #ebeff2;
  border: 3px solid #fec351;
  border-radius: 10px;
  padding: 10px;
  z-index: 111;
}
#city-chooser-popup::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #fec351;
  background-color: transparent;
}
#city-chooser-popup.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s;
}
#city-chooser-popup .city-chooser-popup-title {
  font-size: 14px;
}
#city-chooser-popup .city-chooser-popup-btns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}
#city-chooser-popup .city-chooser-popup-btns .btn {
  padding: 9px;
  text-align: center;
  box-shadow: 0px 4px 16px rgba(24, 134, 6, 0.2);
  border-radius: 8px;
  line-height: 22px;
  cursor: pointer;
}
#city-chooser-popup .city-chooser-popup-btns #correct-city {
  background-color: #188606;
  color: #fff;
}
#city-chooser-popup .city-chooser-popup-btns #incorrect-city {
  background-color: #fec351;
}

.info {
  padding-top: 90px;
}
.info__container--medium {
  margin: 0 auto;
  max-width: 1180px;
}
.info__container--small {
  margin: 0 auto;
  max-width: 980px;
}
.info__title {
  margin-right: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  color: #232323;
  width: 100%;
}
.info__title-wrapper {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.info__triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #188606;
  transform: rotate(180deg);
}
.info__wrapper {
  display: flex;
  flex-direction: column;
}
.info__wrapper--first {
  margin-bottom: 46px;
}
.info__wrapper--second {
  margin-bottom: 35px;
}
.info__wrapper--third {
  margin-bottom: 35px;
  padding: 26px 0;
  border-top: 1px solid rgba(35, 35, 35, 0.2);
  border-bottom: 1px solid rgba(35, 35, 35, 0.2);
}
.info__wrapper:first-child .info__text:first-child {
  margin-bottom: 45px;
}
.info__subtitle {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  color: #232323;
}
.info__text {
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  margin-bottom: 16px;
}
.info__text--first {
  margin-bottom: 35px;
}
.info__text--underline {
  text-decoration: underline;
}
.info__text--bold {
  font-weight: 600;
  color: #232323;
}
.info__text--with-top {
  margin-top: 16px;
}
.info__advantages {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  row-gap: 42px;
  row-gap: 10px;
}
.info__advantages-item {
  display: flex;
  align-items: center;
}
.info__advantages-item:not(:last-child) {
  margin-bottom: 42px;
}
.info__advantages-item-title {
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.info__advantages-item-text {
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.info__advantages-item-icon {
  display: flex;
  justify-content: center;
  width: 60px;
  margin-right: 28px;
}
@media (max-width: 768px) {
  .info__advantages-item-icon {
    display: none;
  }
}
.info__advantages-item-image {
  min-width: 100%;
}
.info__brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
}
.info__item {
  position: relative;
  padding-left: 12px;
}
.info__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #232323;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.info__list--numbered {
  list-style: decimal;
  padding-left: 20px;
}

.classification__list {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.classification__item {
  position: relative;
  padding-left: 12px;
}
.classification__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #232323;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.classification__text {
  margin-bottom: 8px;
}
.classification__link {
  line-height: 22px;
  letter-spacing: 0em;
  text-decoration: underline;
  color: #008C9F;
}
.classification__link-car {
  line-height: 22px;
  letter-spacing: 0em;
  text-decoration: underline;
  color: #008C9F;
}
.classification__call {
  display: block;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #232323;
}
.classification__img {
  margin-top: 25px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.mini-promo {
  position: relative;
  z-index: 0;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 24px;
}
@media (max-width: 1250px) {
  .mini-promo {
    display: flex;
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .mini-promo {
    padding: 6px 16px 13px;
  }
}
.mini-promo::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-image: url("../images/promo-bg.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.mini-promo::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.mini-promo-title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: #fff;
}
@media (max-width: 425px) {
  .mini-promo-title {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 17px;
  }
}
.mini-promo-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 425px) {
  .mini-promo-btn-group {
    gap: 8px;
  }
}
@media (max-width: 425px) {
  .mini-promo-btn {
    width: 245px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
}

.mobile-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000000000000;
  transform: translateX(-100%);
  transition: transform 0.25s ease-in-out;
}
.mobile-nav.visible {
  transform: translateX(0);
}
.mobile-nav-backdrop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.mobile-nav-body {
  position: relative;
  height: 100%;
  padding: 20px;
  max-width: 256px;
  background-color: #fec351;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.mobile-nav-link-image {
  width: 24px;
  height: 24px;
}
.mobile-nav-links-list {
  margin-bottom: 25px;
}
.mobile-nav-links-list-item {
  margin-bottom: 15px;
}
.mobile-nav-link {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.mobile-nav-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 25px;
}
.mobile-nav-cart-btn::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-color: #188606;
  content: attr(data-count);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border-radius: 50rem;
  font-weight: 600;
  font-size: 14px;
}
.mobile-nav-cart-btn-icon {
  width: 24px;
  height: 24px;
}
.mobile-nav-login-menu {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: auto;
  margin-bottom: 20px;
}
.mobile-nav-login-menu-link {
  text-decoration: underline;
  font-size: 14px;
  line-height: 17px;
}
.mobile-nav-socials {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.mobile-nav-socials-link-icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(33, 33, 33, 0.8);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out;
}
.modal-is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.modal-calc {
  display: none;
  position: absolute;
  top: 250px;
  left: 0;
  padding: 25px 32px;
  width: 100%;
  min-height: 587px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.12));
  border-radius: 12px;
  background-color: #fff;
  z-index: 1000;
}
.modal-calc--active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1250px) {
  .modal-calc {
    top: 54px;
    left: 0;
    width: 100%;
    padding: 0;
    max-height: 645px;
  }
}
.modal-calc-wrapper {
  display: none;
  width: 100%;
  z-index: 100;
}
.modal-calc-wrapper-active {
  display: block;
}
@media (max-width: 768px) {
  .modal-calc-wrapper-active {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(33, 33, 33, 0.6);
    z-index: 100;
  }
}
.modal-calc__first {
  margin-bottom: 9px;
}
.modal-calc__top-header {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 1250px) {
  .modal-calc__top-header {
    display: none;
    margin: 19px 16px 7px 16px;
  }
  .modal-calc__top-header-first {
    display: block;
  }
}
.modal-calc__top-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1250px) {
  .modal-calc__top-close {
    top: 19px;
    right: 19px;
  }
}
.modal-calc__top-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 28px;
  height: 3px;
  background-color: #A0A0A0;
}
@media (max-width: 1250px) {
  .modal-calc__top-close::before {
    height: 1px;
    opacity: 0.7;
  }
}
.modal-calc__top-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 28px;
  height: 3px;
  background-color: #A0A0A0;
}
@media (max-width: 1250px) {
  .modal-calc__top-close::after {
    height: 1px;
    opacity: 0.7;
  }
}
.modal-calc__top-input {
  padding: 13px 13px 13px 51px;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.modal-calc__top-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
@media (max-width: 1250px) {
  .modal-calc__top-input {
    padding: 6px 6px 7px 36px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
  }
}
.modal-calc__top-input::placeholder {
  font-weight: normal;
  letter-spacing: 0em;
  color: #919191;
}
.modal-calc__top-btn {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 27px;
  height: 27px;
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  .modal-calc__top-btn {
    left: 10px;
    height: 18px;
    width: 18px;
  }
}
.modal-calc__top-form {
  margin-bottom: 6px;
  position: relative;
}
@media (max-width: 1250px) {
  .modal-calc__top-form {
    margin: 12px 16px;
  }
}
.modal-calc__top-svg {
  width: 27px;
  height: 27px;
}
@media (max-width: 1250px) {
  .modal-calc__top-svg {
    width: 18px;
    height: 18px;
  }
}
.modal-calc__top-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .modal-calc__top-list {
    width: 95%;
    height: 100%;
    flex-wrap: wrap;
    margin: 0px 5px 0px 10px;
  }
}
.modal-calc__top-list-wrapper {
  display: none;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
.modal-calc__top-list-wrapper::-webkit-scrollbar {
  height: 0;
}
.modal-calc__top-list-mobile {
  display: none;
}
@media (max-width: 1250px) {
  .modal-calc__top-list-mobile {
    display: none;
    margin-bottom: 12px;
    height: 70px;
  }
}
.modal-calc__top-list-desk {
  display: none;
  margin-top: 6px;
}
@media (max-width: 1250px) {
  .modal-calc__top-list-desk {
    display: none;
  }
}
.modal-calc__top-list--searching {
  display: none;
  position: absolute;
  left: 33px;
  top: 117px;
  max-height: 300px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  z-index: 10;
  overflow: auto;
}
.modal-calc__top-list--searching::-webkit-scrollbar {
  width: 16px;
}
.modal-calc__top-list--searching::-webkit-scrollbar-track {
  background-color: #F3F3F3;
  border-radius: 12px;
}
.modal-calc__top-list--searching::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
  border-radius: 10px;
}
@media (max-width: 1250px) {
  .modal-calc__top-list--searching {
    top: 82px;
    left: 0;
    max-height: 372px;
    width: 288px;
    margin: 0 16px;
  }
}
.modal-calc__top-list--active {
  display: block;
}
.modal-calc__top-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-calc__top-link {
  display: block;
  width: fit-content;
  height: 100%;
}
.modal-calc__top-link--filter {
  display: block;
  width: 100%;
  padding: 15px;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.modal-calc__top-link--filter:hover {
  background-color: #e6e6e6;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.modal-calc__top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-calc__bottom-btn-wrapper {
  display: none;
  justify-content: space-between;
  margin-top: 25px;
}
.modal-calc__bottom-btn-wrapper-active {
  display: flex;
}
@media (max-width: 1250px) {
  .modal-calc__bottom-btn-wrapper-active {
    display: none;
  }
}
.modal-calc__bottom-btn-wrapper-mobile {
  display: none;
  justify-content: center;
}
@media (max-width: 1250px) {
  .modal-calc__bottom-btn-wrapper-mobile-active {
    display: flex;
  }
}
.modal-calc__bottom-btn-prev {
  border: 1px solid #FEC351;
}
.modal-calc__bottom-btn-next {
  background-color: #188606;
  color: #fff;
  margin-left: auto;
}
.modal-calc__bottom-btn-next-disabled {
  background-color: rgba(24, 134, 6, 0.27);
}
.modal-calc__bottom-btn-next-disabled:hover {
  box-shadow: none;
  cursor: default;
}
.modal-calc__bottom-btn-mobile {
  background-color: #188606;
  color: #fff;
}
.modal-calc__bottom-list {
  padding-left: 22px;
  max-height: 400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__bottom-list {
    column-gap: 22px;
    max-height: 460px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__bottom-list {
    padding-left: 37px;
    max-height: 400px;
    flex-wrap: nowrap;
  }
}
.modal-calc__bottom-list-wrapper {
  margin-top: 25px;
}
@media (max-width: 1250px) {
  .modal-calc__bottom-list-wrapper {
    max-height: 375px;
    margin: 12px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .modal-calc__bottom-list-wrapper::-webkit-scrollbar {
    width: 8px;
  }
  .modal-calc__bottom-list-wrapper::-webkit-scrollbar-track {
    background-color: #F3F3F3;
    border-radius: 0 8px 8px 0;
  }
  .modal-calc__bottom-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
    border-radius: 10px;
  }
}
.modal-calc__bottom-letter {
  left: -22px;
  position: absolute;
  margin-right: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  color: #292929;
}
@media (max-width: 1250px) {
  .modal-calc__bottom-letter {
    left: -27px;
    margin-right: 15px;
  }
}
.modal-calc__bottom-item {
  width: 16.6666666667%;
  margin-bottom: 10px;
}
.modal-calc__bottom-item--first {
  position: relative;
}
@media (max-width: 1250px) {
  .modal-calc__bottom-item--first {
    width: 100%;
  }
}
.modal-calc__bottom-link {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 230px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #808080;
  transition-property: color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.modal-calc__bottom-link:hover {
  color: #000;
  font-weight: 500;
  transition-property: color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.modal-calc__bottom-img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.modal-calc__second {
  display: none;
}
.modal-calc__second-active {
  display: block;
}
@media (max-width: 1250px) {
  .modal-calc__second-active {
    display: flex;
    flex-direction: column;
  }
}
.modal-calc__second-title {
  display: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  color: #232323;
  margin: 19px 16px 7px 16px;
}
@media (max-width: 1250px) {
  .modal-calc__second-title {
    display: block;
    margin-bottom: 27px;
  }
}
.modal-calc__second-top {
  display: flex;
}
@media (max-width: 1250px) {
  .modal-calc__second-top {
    flex-direction: column;
  }
}
.modal-calc__second-bottom {
  display: flex;
}
.modal-calc__second-input {
  padding: 14px 42px 14px 25px;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0em;
  color: #000000;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__second-input {
    padding: 14px 45px 14px 25px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__second-input {
    padding: 8px 6px 6px 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    opacity: 0.8;
  }
}
.modal-calc__second-input::placeholder {
  font-weight: normal;
  color: #919191;
}
@media (max-width: 1250px) {
  .modal-calc__second-input::placeholder {
    font-size: 12px;
    line-height: 15px;
    padding-left: 6px;
  }
}
.modal-calc__third {
  display: none;
  justify-content: space-between;
  min-height: 470px;
}
.modal-calc__third-active {
  display: flex;
}
.modal-calc__third-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-calc__mark {
  min-width: 500px;
  margin-right: 21px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__mark {
    min-width: 250px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__mark {
    min-width: 0;
    width: 100%;
  }
}
.modal-calc__mark-input {
  padding: 14px 14px 14px 57px;
}
@media (max-width: 1250px) {
  .modal-calc__mark-input {
    padding: 8px 6px 6px 62px;
  }
}
.modal-calc__mark-input-img {
  position: absolute;
  top: 12px;
  left: 22px;
}
@media (max-width: 1250px) {
  .modal-calc__mark-input-img {
    top: 3px;
    left: 30px;
  }
}
.modal-calc__model {
  width: 100%;
}
.modal-calc__model-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.modal-calc__model-img-wrapper {
  margin: 8px 21px 0 0;
  min-width: 500px;
  max-width: 500px;
  min-height: 372px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__model-img-wrapper {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__model-img-wrapper {
    display: none;
  }
}
.modal-calc__model-input-img {
  display: none;
}
@media (max-width: 1250px) {
  .modal-calc__model-input-img {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
  }
  .modal-calc__model-input-img-hide {
    display: none;
  }
}
@media (max-width: 1250px) {
  .modal-calc__model-select-hide {
    display: none;
  }
}
.modal-calc__modification {
  display: none;
  margin-left: 21px;
  min-width: 450px;
}
@media (max-width: 1250px) {
  .modal-calc__modification {
    margin-left: 0;
    min-width: 200px;
  }
}
.modal-calc__modification-active {
  display: block;
}
.modal-calc__modification-select {
  display: none;
  margin-left: 21px;
  max-width: 500px;
  min-width: 450px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__modification-select {
    min-width: 450px;
    max-width: 450px;
  }
}
.modal-calc__modification-select-active {
  display: block;
}
@media (max-width: 1250px) {
  .modal-calc__modification-select-hide {
    display: none;
  }
}
.modal-calc__modification-select-item {
  display: flex;
  padding: 15px 25px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__modification-select-item {
    padding: 15px;
    justify-content: space-between;
  }
}
@media (max-width: 1250px) {
  .modal-calc__modification-select-item {
    font-size: 14px;
    line-height: 17px;
    padding: 13px 10px;
  }
  .modal-calc__modification-select-item:nth-child(2) {
    padding-top: 5px;
  }
}
.modal-calc__modification-select-item-spinner {
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 10000;
}
.modal-calc__modification-select-item:hover {
  color: #188606;
  cursor: pointer;
  font-weight: 500;
}
.modal-calc__modification-select-item-first {
  padding: 10px 0;
  margin: 0 25px 5px;
  font-weight: 700;
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__modification-select-item-first {
    margin: 0 15px 5px;
    gap: 10px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__modification-select-item-first {
    margin: 0 10px 5px;
    font-size: 12px;
    line-height: 15px;
    color: #232323;
  }
}
.modal-calc__modification-select-item-first:hover {
  font-weight: 700;
  color: #000000;
  cursor: default;
}
.modal-calc__modification-select-item-first-volume {
  width: 100%;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__modification-select-item-first-volume {
    width: 225px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__modification-select-item-first-volume {
    width: 120%;
    min-width: 39px;
    max-width: 300px;
  }
}
.modal-calc__modification-select-item-first-power {
  min-width: 100px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__modification-select-item-first-power {
    min-width: 57px;
    width: 57px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__modification-select-item-first-power {
    width: 100%;
    min-width: 40px;
    max-width: 200px;
  }
}
.modal-calc__modification-select-item-first-year {
  min-width: 107px;
}
.modal-calc__modification-select-item-first-year-mobile {
  display: none;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__modification-select-item-first-year {
    min-width: 100px;
    width: 100px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__modification-select-item-first-year {
    display: none;
  }
  .modal-calc__modification-select-item-first-year-mobile {
    display: block;
    width: 60%;
    min-width: 55px;
    max-width: 100px;
  }
}
.modal-calc__modification-select-item-volume {
  width: 100%;
  max-width: 185px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__modification-select-item-volume {
    max-width: 245px;
    width: 225px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__modification-select-item-volume {
    width: 120%;
    min-width: 39px;
    max-width: 300px;
    overflow: hidden;
  }
}
.modal-calc__modification-select-item-power {
  min-width: 100px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__modification-select-item-power {
    min-width: 57px;
    width: 57px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__modification-select-item-power {
    width: 100%;
    min-width: 61px;
    max-width: 200px;
  }
}
.modal-calc__modification-select-item-year {
  min-width: 107px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .modal-calc__modification-select-item-year {
    min-width: 100px;
    width: 100px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__modification-select-item-year {
    width: 80%;
    min-width: 55px;
    max-width: 100px;
  }
}
.modal-calc__modification-input-filled {
  display: none;
}
.modal-calc__modification-input-filled-active {
  display: flex;
  gap: 10px;
}
.modal-calc__modification-input-filled-active .modal-calc__modification-select-item-volume {
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-calc__modification-input-filled-active .modal-calc__modification-select-item-power {
  min-width: fit-content;
  width: fit-content;
}
.modal-calc__modification-input-filled-active .modal-calc__modification-select-item-year {
  min-width: fit-content;
  width: fit-content;
}
.modal-calc__modification-input-img {
  display: none;
}
@media (max-width: 1250px) {
  .modal-calc__modification-input-img {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
  }
  .modal-calc__modification-input-img-hide {
    display: none;
  }
}
.modal-calc__input-block {
  position: relative;
  height: 48px;
}
@media (max-width: 1250px) {
  .modal-calc__input-block {
    height: 30px;
    margin: 0 16px 10px 16px;
  }
  .modal-calc__input-block-model {
    margin-top: 19px;
    transition-property: margin-top;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .modal-calc__input-block-model-choosen {
    margin-top: 0;
    transition-property: margin-top;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .modal-calc__input-block-modification {
    margin-top: 6px;
    transition-property: margin-top;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .modal-calc__input-block-modification-choosen {
    margin-top: 0;
    transition-property: margin-top;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }
}
.modal-calc__input-close {
  display: none;
  position: absolute;
  top: 14px;
  right: 19px;
}
.modal-calc__input-close::before {
  height: 1px;
}
.modal-calc__input-close::after {
  height: 1px;
}
@media (max-width: 1250px) {
  .modal-calc__input-close {
    width: 7px;
    height: 14px;
    top: 8px;
    left: 10px;
  }
  .modal-calc__input-close::before {
    content: "";
    position: absolute;
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 2px;
    background-color: #FEC351;
  }
  .modal-calc__input-close::after {
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 10px;
    height: 2px;
    background-color: #FEC351;
  }
}
.modal-calc__input-close-active {
  display: block;
}
.modal-calc__select {
  max-height: 372px;
  height: fit-content;
  margin-top: 8px;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  color: #000000;
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: #D6D6D6 #F3F3F3;
}
@media (max-width: 1250px) {
  .modal-calc__select {
    max-height: 348px;
    margin: 0 16px;
    font-size: 14px;
    line-height: 17px;
  }
}
.modal-calc__select::-webkit-scrollbar {
  width: 16px;
}
@media (max-width: 1250px) {
  .modal-calc__select::-webkit-scrollbar {
    width: 11px;
  }
}
.modal-calc__select::-webkit-scrollbar-track {
  background-color: #F3F3F3;
  border-radius: 0 12px 12px 0;
}
.modal-calc__select::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
  border: 1px solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}
.modal-calc__select-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  font-weight: 400;
  letter-spacing: 0em;
}
@media (max-width: 1250px) {
  .modal-calc__select-link {
    padding: 10px 11px;
  }
}
.modal-calc__select-link:hover {
  font-weight: 500;
  color: #188606;
}
.modal-calc__table {
  border-collapse: collapse;
}
@media (max-width: 1250px) {
  .modal-calc__table {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
  }
}
.modal-calc__table-row {
  height: 50px;
  vertical-align: center;
  text-align: left;
  border-top: 1px solid #E6E6E6;
}
.modal-calc__table-section {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-calc__table-section:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-calc__table-item {
  display: flex;
  align-items: center;
}
.modal-calc__table-item-main {
  font-weight: 600;
}
.modal-calc__table-item-desc {
  max-width: 75%;
}
.modal-calc__table-item-recomend {
  width: 505px;
}
@media (max-width: 1250px) {
  .modal-calc__table-item-recomend {
    width: 60%;
    min-width: 140px;
    max-width: 350px;
  }
}
.modal-calc__table-item-volume {
  width: 294px;
}
@media (max-width: 1250px) {
  .modal-calc__table-item-volume {
    width: 80%;
    min-width: 80px;
    max-width: 200px;
  }
}
@media (max-width: 1250px) {
  .modal-calc__table-item-volume-body {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
  }
}
.modal-calc__table-item-cost {
  width: 211px;
  font-weight: 600;
}
@media (max-width: 1250px) {
  .modal-calc__table-item-cost {
    width: 100%;
    min-width: 55px;
    max-width: 200px;
  }
}
.modal-calc__table-item-cost-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .modal-calc__table-item-cost-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1250px) {
  .modal-calc__table-item-cost-span {
    display: none;
  }
}
.modal-calc__table-item-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.modal-calc__table-item-image-wrapper {
  width: 48px;
  height: 48px;
  margin-right: 9px;
}
@media (max-width: 1250px) {
  .modal-calc__table-item-image-wrapper {
    width: 26px;
    height: 26px;
    margin-right: 4px;
  }
}
.modal-calc__table-header {
  color: rgba(0, 0, 0, 0.5);
  height: 60px;
  vertical-align: center;
  text-align: left;
}
@media (max-width: 1250px) {
  .modal-calc__table-header {
    padding-right: 10px;
  }
}
.modal-calc__table-header-cost-item {
  font-weight: 700;
}
@media (max-width: 1250px) {
  .modal-calc__table-header-cost-item {
    height: 14px;
    margin-left: 5px;
  }
}
.modal-calc__table-wrapper {
  display: none;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1250px) {
  .modal-calc__table-wrapper {
    margin: 0 16px 12px;
    font-size: 12px;
    line-height: 15px;
  }
}
.modal-calc__table-wrapper-active {
  display: block;
}
.modal-calc__table-body-wrapper {
  max-height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal-calc__table-body-wrapper::-webkit-scrollbar {
  width: 16px;
}
@media (max-width: 1250px) {
  .modal-calc__table-body-wrapper::-webkit-scrollbar {
    width: 11px;
  }
}
.modal-calc__table-body-wrapper::-webkit-scrollbar-track {
  background-color: #F3F3F3;
  border-radius: 0 12px 12px 0;
}
.modal-calc__table-body-wrapper::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
  border: 1px solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}
.modal-calc__table-body-wrapper .spinner {
  min-height: 400px;
}
@media (max-width: 1250px) {
  .modal-calc__table-body-wrapper {
    max-height: 250px;
  }
  .modal-calc__table-body-wrapper::-webkit-scrollbar {
    width: 10px;
  }
  .modal-calc__table-body-wrapper::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  .modal-calc__table-body-wrapper::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: content-box;
  }
}
.modal-calc__table-switch {
  display: inline-block;
  width: 60px;
  height: 34px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1250px) {
  .modal-calc__table-switch {
    width: 30px;
    height: 17px;
  }
}
.modal-calc__table-switch-checkbox {
  display: none;
}
.modal-calc__table-switch-checkbox:checked + .modal-calc__table-switch-slider:before {
  transform: translateX(26px);
  background-color: #489901;
}
@media (max-width: 1250px) {
  .modal-calc__table-switch-checkbox:checked + .modal-calc__table-switch-slider:before {
    transform: translateX(13px);
  }
}
.modal-calc__table-switch-checkbox:checked + .modal-calc__table-switch-slider {
  border: 2px solid #489901;
}
@media (max-width: 1250px) {
  .modal-calc__table-switch-checkbox:checked + .modal-calc__table-switch-slider {
    border-width: 1px;
  }
}
.modal-calc__table-switch-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.3s;
  border: 2px solid #C4C4C4;
  border-radius: 30px;
}
@media (max-width: 1250px) {
  .modal-calc__table-switch-slider {
    border-width: 1px;
    border-radius: 15px;
  }
}
.modal-calc__table-switch-slider:before {
  position: absolute;
  background-color: #C4C4C4;
  border-radius: 50%;
  content: "";
  width: 22px;
  height: 22px;
  top: 4px;
  left: 4px;
  transition: 0.3s;
}
@media (max-width: 1250px) {
  .modal-calc__table-switch-slider:before {
    width: 11px;
    height: 11px;
    top: 2px;
    left: 2px;
  }
}
.modal-calc__table-switch-wrapper {
  margin-right: 28px;
}
@media (max-width: 1250px) {
  .modal-calc__table-switch-wrapper {
    margin-top: 4px;
    margin-right: 0;
  }
}
.modal-calc__table-radio {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1250px) {
  .modal-calc__table-radio {
    width: 19px;
    height: 19px;
  }
}
.modal-calc__table-radio-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.modal-calc__table-radio-input:checked + .modal-calc__table-radio-button {
  border-color: #FFC444;
}
.modal-calc__table-radio-input:checked + .modal-calc__table-radio-button:before {
  background-color: #188606;
}
.modal-calc__table-radio-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #C4C4C4;
  border-radius: 50%;
}
.modal-calc__table-radio-button:before {
  position: absolute;
  background-color: #C4C4C4;
  border-radius: 50%;
  content: "";
  width: 22px;
  height: 22px;
  top: 4px;
  left: 4px;
}
@media (max-width: 1250px) {
  .modal-calc__table-radio-button:before {
    width: 11px;
    height: 11px;
    top: 2px;
    left: 2px;
  }
}
.modal-calc__table-radio-wrapper {
  margin-right: 41px;
}
@media (max-width: 1250px) {
  .modal-calc__table-radio-wrapper {
    margin-top: 6px;
    margin-right: 0;
  }
}
.modal-calc__table-showmore {
  height: 50px;
  justify-content: center;
  color: blue;
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: pointer;
}
.modal-calc__sum {
  width: 204px;
}
@media (max-width: 1250px) {
  .modal-calc__sum {
    width: 120px;
  }
}
.modal-calc__sum-wrapper {
  display: flex;
  justify-content: right;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 25px;
}
@media (max-width: 1250px) {
  .modal-calc__sum-wrapper {
    font-size: 14px;
    line-height: 17px;
  }
}
.modal__body {
  max-height: 100dvh;
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 10% 0;
  transform: translateY(-20px);
  transition: all 0.15s ease-in-out;
}
.modal__body::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .modal__body {
    padding: env(safe-area-inset-top) 0 10%;
  }
}
.modal--active .modal__body, .modal--show .modal__body {
  transform: translateY(0);
}
.modal__addresses {
  display: flex;
  justify-content: center;
  gap: 27px;
}
@media (max-width: 425px) {
  .modal__addresses {
    flex-wrap: wrap;
  }
}
.modal__time-list {
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .modal__time-list {
    justify-content: center;
    margin-bottom: 0;
  }
}
.modal__time-list-state {
  display: flex;
}
@media (max-width: 425px) {
  .modal__time-list-state {
    display: none;
    flex-direction: column;
    row-gap: 20px;
  }
}
.modal__time--chosen {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .modal__time--chosen {
    margin-top: 10px;
  }
}
.modal__time-item-state {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: #232323;
}
.modal__time-item-state:not(:last-child) {
  margin-right: 50px;
}
.modal__time-item-state::before {
  content: "";
  margin-right: 8px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
}
.modal__time-item-state:first-child::before {
  background-color: #E5E5E5;
}
.modal__time-item-state:nth-child(2)::before {
  background-color: #fff;
  border: 1px solid #D8D8D8;
}
.modal__time-item-state:last-child::before {
  background-color: #188606;
}
.modal__time-label {
  width: 100%;
  height: 100%;
}
.modal__time-input {
  display: none;
}
.modal__time-input:checked + .modal__time-input--fake {
  color: #fff;
  background-color: #188606;
}
.modal__time-input--fake {
  padding: 8px;
  width: 86px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal__time-input--fake {
    padding: 10px 13px;
    box-shadow: none;
    width: 76px;
  }
}
.modal__time-input[disabled] ~ .modal__time-input--fake {
  background-color: #E6E6E6;
  color: #848484;
  cursor: not-allowed;
  pointer-events: none;
}
.modal__time-header {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  color: #9d9d9d;
}
@media (max-width: 768px) {
  .modal__time-header {
    display: none;
  }
}
.modal__time-item {
  margin-right: 5px;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .modal__time-item {
    margin-right: 3px;
    margin-bottom: 3px;
  }
}
.modal__time--green {
  color: #188606;
}
.modal__svg {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  order: -1;
  flex-shrink: 0;
}
.modal__address-list {
  padding: 11px 17px;
  width: 390px;
  max-height: 365px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  border-radius: 8px;
  border: 1px solid #CFCFCF;
}
@media (max-width: 425px) {
  .modal__address-list {
    padding: 0;
    max-height: 200px;
  }
}
.modal__address-list::-webkit-scrollbar {
  width: 12px;
}
.modal__address-list::-webkit-scrollbar-track {
  background-color: #F3F3F3;
  border-radius: 12px;
}
.modal__address-list::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #D6D6D6;
  border: 1px solid transparent;
  border-radius: 10px;
}
.modal__address-img {
  display: block;
  margin-bottom: 5px;
  max-width: 60px;
}
.modal__address-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #232323;
}
.modal__address-worker {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min-content;
}
.modal__address-wrapper {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  display: flex;
  align-items: flex-start;
  text-align: start;
}
@media (max-width: 425px) {
  .modal__address-wrapper {
    font-size: 14px;
    line-height: 17px;
    text-align: start;
    align-items: center;
  }
}
.modal__address-wrapper--active {
  font-weight: 700;
}
.modal__address-workers {
  display: none;
  padding: 0px;
}
.modal__address-item {
  padding: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  cursor: pointer;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.modal__address-item.selected .modal__address-wrapper {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .modal__address-item.selected .modal__address-wrapper {
    margin-bottom: 0;
  }
}
.modal__address-item.selected .modal__address-workers {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 575.98px) {
  .modal__address-item.selected .modal__address-workers {
    display: none;
  }
}
.modal__address-item:hover {
  background-color: #e6e6e6;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.modal__map {
  width: 484px;
  height: 365px;
}
@media (max-width: 575.98px) {
  .modal__map {
    width: 300px;
    height: 300px;
    overflow-y: hidden;
  }
}
.modal__date {
  min-width: 275px;
}
.modal__time {
  max-width: 545px;
}
.modal__wrapper {
  margin-bottom: 25px;
}
@media (max-width: 425px) {
  .modal__wrapper {
    margin-bottom: 5px;
  }
}
.modal__wrapper--date {
  display: flex;
  justify-content: space-between;
}
.modal__wrapper--auto {
  display: flex;
  justify-content: space-between;
}
.modal--show {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.modal__content {
  max-width: 1000px;
  background-color: #FEFEFE;
  min-height: 660px;
  border-radius: 12px;
  padding: 30px 35px;
}
@media (max-width: 425px) {
  .modal__content {
    padding: 13px 11px;
  }
}
@media (max-width: 767.98px) {
  .modal__content {
    min-height: auto;
  }
}
.modal__btn {
  padding: 9px;
  display: block;
  width: 200px;
  border-radius: 8px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  transition: opacity 0.15s ease-in-out;
}
@media (max-width: 767.98px) {
  .modal__btn {
    padding: 6px 16px;
    width: auto;
  }
}
.modal__btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.modal__btn--prev {
  border: 1px solid #FEC351;
}
.modal__btn--next {
  background-color: #188606;
  color: #fff;
  margin-left: auto;
}
.modal__btn--hidden {
  display: none;
}
.modal__input {
  display: none;
}
.modal__input:checked + .modal__input--fake::before {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.modal__input--fake {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}
.modal__input--fake::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 10px;
  background: #188606;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.modal__header-wrapper {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .modal__header-wrapper {
    margin-bottom: 14px;
  }
}
.modal__header-right {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .modal__header-right {
    justify-content: space-between;
    width: 100%;
  }
}
.modal__header-logo {
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .modal__header-logo {
    display: none;
  }
}
.modal__header-appointment {
  margin-right: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 767.98px) {
  .modal__header-appointment {
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    opacity: 0.5;
  }
}
.modal__header-close {
  position: relative;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.modal__header-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 3px;
  background-color: #909090;
  transform: translateY(-50%) rotate(-45deg);
}
.modal__header-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 3px;
  background-color: #909090;
  transform: translateY(-50%) rotate(45deg);
}
.modal__item {
  transition: border 0.15s ease-in-out;
}
.modal__item-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
}
@media (max-width: 425px) {
  .modal__item-header {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
}
.modal__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}
@media (max-width: 425px) {
  .modal__item-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
  }
}
.modal__item--top {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #CFCFCF;
  display: flex;
  align-items: center;
  width: min-content;
}
.modal__item--top:not(:last-child) {
  margin-right: 10px;
}
.modal__item--top::before {
  border: 4px solid #CFCFCF;
  border-radius: 100%;
}
.modal__item--top::before {
  content: "";
  margin-right: 12px;
  min-width: 20px;
  min-height: 20px;
}
.modal__item--top:not(:last-child)::after {
  content: "";
  margin-left: 10px;
  width: 50px;
  height: 2px;
  background-color: #CFCFCF;
}
.modal__item--top.current {
  color: #232323;
}
.modal__item--top.current::before {
  background-image: url("/images/round-yellow.svg") !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  min-width: 25px;
  min-height: 25px;
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-duration: 3s;
  position: relative;
  z-index: 10000;
}
.modal__item-svg {
  margin-right: 5px;
  min-width: 60px;
  min-height: 60px;
  height: 60px;
  width: 60px;
  stroke: currentColor;
  stroke-width: 0.3;
  fill: none;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 425px) {
  .modal__item-svg {
    width: 35px;
    height: 33px;
    min-width: 35px;
    margin-bottom: 10px;
    min-height: 33px;
  }
}
.modal__item--bottom {
  flex-basis: 30%;
  flex-shrink: 1;
  flex-grow: 0;
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  font-family: "Averta CY", sans-serif;
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 768px) {
  .modal__item--bottom {
    border: none;
    flex-basis: 75%;
  }
}
@media (max-width: 425px) {
  .modal__item--bottom {
    flex-basis: 314px;
  }
}
.modal__header {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  color: #232323;
}
@media (max-width: 425px) {
  .modal__header {
    margin-bottom: 12px;
  }
}
@media (max-width: 575.98px) {
  .modal__header {
    font-size: 16px;
    line-height: 20px;
  }
}
.modal__list {
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 425px) {
  .modal__list {
    margin-bottom: 5px;
  }
}
@media (max-width: 1060px) {
  .modal__list {
    display: none;
  }
}
.modal__list--bottom {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 30px;
  max-height: 38vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .modal__list--bottom {
    padding: 15px 10px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
  }
}
.modal__label {
  padding: 15px 10px;
  display: flex;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal__label {
    align-items: center;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .modal__wrapper-left {
    margin-right: 5px;
  }
}
@media (max-width: 425px) {
  .modal__wrapper-left {
    margin-right: 9px;
  }
}
.modal__wrapper-right {
  width: fit-content;
}
.modal__wrapper-btn {
  display: flex;
  align-items: flex-start;
  margin-top: 13px;
}
.modal__item--chosen {
  border-color: #188606;
}
.modal__item--chosen .modal__item-svg {
  color: #188606;
}
.modal-form {
  width: 100%;
}
.modal-form__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #232323;
}
.modal-form__success::before {
  content: "";
  margin: 50px 0;
  min-width: 200px;
  min-height: 200px;
  background-image: url(/images/round-accept.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
.modal-form__top {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-form__left {
  flex: 0 1 366px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1070px) {
  .modal-form__left {
    flex-basis: 100%;
    flex-shrink: 1;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.modal-form__right {
  flex: 0 1 461px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1070px) {
  .modal-form__right {
    flex-basis: 100%;
    flex-shrink: 1;
  }
}
.modal-form__label {
  position: relative;
  display: flex;
  flex-direction: column;
}
.modal-form__label:not(:last-child) {
  margin-bottom: 24px;
}
.modal-form__comments {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #848484;
}
.modal-form__textarea {
  padding: 10px 12px;
  width: 100%;
  max-width: 100%;
  height: 130px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #848484;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}
.modal-form__textarea:focus {
  outline-color: #188606;
}
.modal-form__name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #848484;
}
.modal-form__phone {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #848484;
}
.modal-form__input {
  max-width: 100%;
  display: block;
  padding: 9px 12px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #848484;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}
.modal-form__input:focus {
  outline-color: #188606;
}
.modal-form__input::placeholder {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #848484;
}
.modal-form__acceptance {
  display: none;
}
.modal-form__acceptance-label {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.modal-form__acceptance:checked + .modal-form__acceptance--fake::before {
  display: block;
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.modal-form__acceptance--fake {
  position: relative;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}
@media (max-width: 425px) {
  .modal-form__acceptance--fake {
    min-width: 22px;
  }
}
.modal-form__acceptance--fake::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  background-color: #188606;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.modal-form__acceptance-text {
  padding-top: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: #232323;
}
.modal-form__error {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  color: #CC0000;
}
.modal-form__error--absolute {
  position: absolute;
  left: 10px;
  bottom: -22px;
}
.modal-form__error--service {
  margin-top: 10px;
}
.modal-form__info {
  padding: 15px 20px;
  background: #F8F8F8;
  border-radius: 12px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.modal-form__item {
  transition: border 0.15s ease-in-out;
}
.modal-form__item:not(:last-child) {
  margin-bottom: 20px;
}

.passed::before {
  background-image: url("/images/round-accept.svg") !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  min-width: 25px;
  min-height: 25px;
}

.none {
  display: none;
}

@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(100%);
  }
}
.date__arrow {
  width: 9px;
  height: 18px;
  cursor: pointer;
}
.date__arrow--next {
  transform: rotate(180deg);
}
.date__choose {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.date__text {
  margin: 0 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #848484;
}
.date__th {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  color: #848484;
}
.date__td {
  padding: 5px 5px;
}
.date__input {
  display: none;
}
.date__input:checked + .date__input--fake {
  background-color: #188606;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  color: #fff;
}
.date__input--fake {
  padding: 5px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  cursor: pointer;
  z-index: 5;
  text-align: center;
}
.date__input--engaged {
  background-color: #D8D8D8;
  border-radius: 100%;
  pointer-events: none;
  cursor: not-allowed;
}
.date__input--other {
  color: #848484;
}

.base-slider-big {
  display: none;
}

.base-slider-active {
  display: flex;
}

.slider-big {
  width: 120px;
}

.slider-triangle-right {
  border-left: 30px solid black;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  width: 30px;
  position: relative;
  left: 85%;
}

.slider-triangle-left {
  border-right: 30px solid black;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  width: 30px;
  position: relative;
  left: 6%;
}

.visible {
  display: block;
}

.swiper-slide .visible {
  display: flex;
}

.notVisible {
  display: none;
}

.first {
  position: relative;
}

.green-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
}

.green-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f1f1f1;
  border: 2px solid #ddd;
  border-radius: 4px;
}

.green-checkbox:hover input ~ .checkmark {
  background-color: #e0ffe0;
}

.green-checkbox input:checked ~ .checkmark {
  background-color: #188606;
  border-color: #188606;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.green-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.green-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.oil-change {
  padding-top: 29px;
}
.oil-change__container {
  position: relative;
}
.oil-change__slider {
  padding: 0 60px;
  margin-bottom: 58px;
}
@media (max-width: 767.98px) {
  .oil-change__slider {
    overflow: visible;
  }
}
@media (max-width: 575.98px) {
  .oil-change__slider {
    margin-bottom: 70px;
    padding: 0 0 54px;
  }
}
.oil-change__slider-pagination {
  display: none;
}
@media (max-width: 575.98px) {
  .oil-change__slider-pagination {
    display: block;
    height: 24px;
    bottom: 0;
    width: 100%;
  }
  .oil-change__slider-pagination .swiper-pagination-bullet {
    background-color: #FFE1A1;
  }
  .oil-change__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet--active {
    background-color: #FEC351;
  }
}
.oil-change__title {
  margin-bottom: 16px;
}
.oil-change__list-wrapper {
  overflow: hidden;
  padding: 0 20px 20px;
}
@media (max-width: 767.98px) {
  .oil-change__list-wrapper {
    padding: 0;
  }
}
.oil-change__svg {
  width: 25px;
  height: 18px;
}
.oil-change__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #FFE1A1;
  border-radius: 100%;
  z-index: 1000;
}
@media (max-width: 575.98px) {
  .oil-change__button {
    width: 24px;
    height: 24px;
  }
  .oil-change__button .oil-change__svg {
    width: 10px;
    height: 7px;
  }
}
.oil-change__button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .oil-change__button-prev {
    bottom: 14px;
    top: auto;
    transform: none;
  }
}
.oil-change__button-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 575.98px) {
  .oil-change__button-next {
    bottom: 14px;
    top: auto;
    transform: rotate(180deg);
  }
}
.oil-change__bottom {
  position: relative;
  padding: 35px 0 0;
  width: 100%;
}
.oil-change__bottom::before {
  content: "";
  background-image: url("../images/green-background.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 95%;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80%;
  position: absolute;
  z-index: -1;
}
.oil-change-bottom__content {
  display: flex;
  justify-content: flex-end;
}
.oil-change-bottom__img {
  display: block;
  object-fit: cover;
}
.oil-change-bottom__info {
  margin-right: 65px;
  max-width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oil-change-bottom__change {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0em;
  color: #fff;
}
.oil-change-bottom__wrapper {
  display: flex;
  font-size: 50px;
  font-weight: 800;
  line-height: 62px;
  letter-spacing: 0em;
  color: #fec351;
}
.oil-change-bottom__price {
  margin-right: 33px;
}
.oil-change-bottom__desc {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  color: #fff;
}
.oil-change-bottom__btn {
  width: 200px;
  display: block;
  padding: 9px;
  line-height: 22px;
  letter-spacing: 0em;
  background-color: #fec351;
  color: #232323;
  border-radius: 8px;
  text-align: center;
}

.cars__item {
  border: 1px solid #fec351;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  height: auto;
  width: 23.6%;
  transition: border 0.15s ease-in-out;
}
@media (max-width: 1399.98px) {
  .cars__item {
    width: 32%;
  }
}
@media (max-width: 991.98px) {
  .cars__item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .cars__item {
    width: 100%;
  }
}
.cars__item:hover {
  border: 1px solid #188606;
}
.cars__article {
  padding: 34px 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.cars__img {
  margin-bottom: 24px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.cars__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #232323;
}
.cars__volume {
  height: 100%;
  margin-bottom: 17px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #232323;
}
.cars__description {
  margin-bottom: 20px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #232323;
}
.cars__price {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
}
.cars__link {
  margin: 0 auto;
  margin-top: auto;
  width: 200px;
  display: block;
  padding: 9px;
  line-height: 22px;
  letter-spacing: 0em;
  background-color: #fec351;
  color: #232323;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 425px) {
  .cars__volume {
    margin-bottom: 0;
  }
  .cars__description {
    margin-bottom: 0;
  }
  .cars__article {
    padding: 0px 10px 10px;
  }
  .cars__img {
    margin-bottom: 0;
  }
}

.service__item {
  max-width: 344px;
  border: 1px solid #fec351;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  height: auto;
  transition: border 0.15s ease-in-out;
}
.service__item:hover {
  border: 1px solid #188606;
}
.service__article {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 34px 20px;
}
.service__img {
  height: 100%;
  flex-basis: 100%;
  max-height: 170px;
  margin-bottom: 24px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.service__wrapper {
  height: 100%;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.service__date {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #232323;
}
.service__location {
  margin-bottom: 15px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #232323;
}
.service__oils {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.service__oil {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.service__oil:not(:last-child) {
  margin-bottom: 4px;
}
.service__price {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
}
.service__link {
  margin: 0 auto;
  width: 200px;
  display: block;
  padding: 9px;
  line-height: 22px;
  letter-spacing: 0em;
  background-color: #fec351;
  color: #232323;
  border-radius: 8px;
  text-align: center;
}

.online-registration-modal__step {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .online-registration-modal__step {
    margin-bottom: 0px;
  }
}
.online-registration-modal__step.active {
  display: block;
}
.online-registration-modal__datepicker {
  display: flex;
  column-gap: 80px;
}
@media (max-width: 1030px) {
  .online-registration-modal__datepicker {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .online-registration-modal__datepicker-time {
    max-width: 100% !important;
  }
}

.order-history {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-history__title {
  margin-bottom: 15px;
  text-align: center;
}
.order-history__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.order-history__content .order-history__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  list-style: none;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .order-history__content .order-history__list {
    padding-right: 4px;
  }
}
.order-history__content .order-history__list::-webkit-scrollbar {
  width: 16px;
}
@media (max-width: 767.98px) {
  .order-history__content .order-history__list::-webkit-scrollbar {
    width: 10px;
  }
}
.order-history__content .order-history__list::-webkit-scrollbar-track {
  background-color: #F3F3F3;
  border-radius: 10px;
}
.order-history__content .order-history__list::-webkit-scrollbar-thumb {
  width: 13px;
  background-color: #D6D6D6;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .order-history__content .order-history__list::-webkit-scrollbar-thumb {
    width: 8px;
  }
}
.order-history__content .order-history__list .order-history__item {
  padding: 30px 10px;
  border-bottom: 3px solid #fec351;
  font-weight: 600;
}
.order-history__content .order-history__list .order-history__item p {
  margin-bottom: 0.5em;
}
.order-history__content .order-history__list .order-history__item .order-history__oilspot-list-header,
.order-history__content .order-history__list .order-history__item .order-history__bazar-list-header,
.order-history__content .order-history__list .order-history__item .order-history__order-element {
  display: flex;
  gap: 15px;
  width: 100%;
  max-width: 600px;
}
.order-history__content .order-history__list .order-history__item .order-history__oilspot-list-header,
.order-history__content .order-history__list .order-history__item .order-history__bazar-list-header {
  margin-top: 30px;
}
.order-history__content .order-history__list .order-history__item .order-history__oilspot-list-header + ul,
.order-history__content .order-history__list .order-history__item .order-history__bazar-list-header + ul {
  margin-bottom: 20px;
}
.order-history__content .order-history__list .order-history__item ul .order-hitory__table-name, .order-history__content .order-history__list .order-history__item ul .order-hitory__table-count, .order-history__content .order-history__list .order-history__item ul .order-hitory__table-price {
  padding-left: 5px;
}
.order-history__content .order-history__list .order-history__item .order-hitory__table-name {
  width: 50%;
}
@media (max-width: 767.98px) {
  .order-history__content .order-history__list .order-history__item .order-hitory__table-name {
    width: 50%;
  }
}
.order-history__content .order-history__list .order-history__item .order-hitory__table-count {
  width: 25%;
}
@media (max-width: 767.98px) {
  .order-history__content .order-history__list .order-history__item .order-hitory__table-count {
    width: 40%;
  }
}
.order-history__content .order-history__list .order-history__item .order-hitory__table-price {
  width: 25%;
}
@media (max-width: 767.98px) {
  .order-history__content .order-history__list .order-history__item .order-hitory__table-price {
    width: 20%;
  }
}
.order-history__content .order-history__list .order-history__item-shop-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.order-history__content .order-history__list .order-history__item-info {
  min-width: 70%;
}
.order-history__content .order-history__list .order-history__item-employee {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.order-history__content .order-history__list .order-history__item-avatar {
  max-width: 55%;
  object-fit: contain;
}
.order-history__content .order-history__list .order-history__item-price {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .order-history__content .order-history__list .order-history__item-price {
    font-size: 16px;
    text-align: center;
  }
}
.order-history__content .order-history__list .order-history__item-price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .order-history__content .order-history__list .order-history__item-price-block {
    flex-direction: column;
  }
}
.order-history__content .order-history__list .order-history__item-comment {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .order-history__content .order-history__list .order-history__item-comment {
    font-size: 10px;
  }
}
.order-history__content .order-history__list .order-history__item-download {
  width: 190px;
  text-align: center;
  padding: 9px;
  background-color: #188606;
  color: #fff;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .order-history__content .order-history__list {
    font-size: 12px;
  }
}
.order-history__input {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .order-history__input {
    margin-right: 0;
    gap: 10px;
  }
  .order-history__input .order-history__input-label {
    white-space: nowrap;
  }
  .order-history__input .search-input {
    width: 100%;
    font-size: 12px;
    padding-right: 10px;
  }
}
.order-history__input-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .order-history__input-block {
    flex-direction: column;
    gap: 10px;
  }
}
.order-history__input-block.hide {
  display: none;
}
.order-history__input-timer {
  position: absolute;
  bottom: 110%;
  left: 75px;
  display: none;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .order-history__input-timer {
    bottom: 110%;
    left: -7px;
    white-space: nowrap;
    font-size: 10px;
  }
}
.order-history__input-timer.active {
  display: block;
}
.order-history .btn {
  width: 70px;
  padding: 9px;
  background-color: #fec351;
  border-radius: 8px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
}
.order-history .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.order-history .btn.order-history__btn-code {
  display: none;
  width: 150px;
}
.order-history .btn.order-history__btn-code.show {
  display: block;
}
.order-history__btn {
  display: flex;
  gap: 20px;
}

.modal-history .modal__body {
  width: 100%;
  padding: 0;
}
.modal-history .modal__content {
  min-height: auto;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .modal-history .modal__content {
    padding: 20px 10px;
  }
}

.oil-podbor {
  width: 100%;
}

.photo {
  width: 100%;
}
.photo ul.photo__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0px;
}
@media (max-width: 767.98px) {
  .photo ul.photo__list {
    justify-content: center;
  }
}
.photo__item {
  width: 200px;
  height: 200px;
  list-style: none;
}
@media (max-width: 767.98px) {
  .photo__item {
    width: 150px;
    height: 150px;
  }
}
.photo__item-img {
  width: 100%;
  height: 100%;
}

.pagination-list {
  width: fit-content;
  display: flex;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}

.pagination-item {
  overflow: hidden;
}
.pagination-item:first-child {
  border-radius: 8px 0 0 8px;
}
.pagination-item:last-child {
  border-radius: 0 8px 8px 0;
}
.pagination-item:not(:last-child) {
  border-right: 1px solid #CCCCCC;
}

.pagination-link {
  display: block;
  padding: 9px 14px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.pagination-link--active {
  background-color: #fec351;
}

.partners {
  padding-top: 103px;
  padding-bottom: 83px;
  padding-bottom: 40px;
}
.partners__title {
  font-family: "Averta CY", sans-serif;
  font-style: normal;
  margin-bottom: 42px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .partners__title {
    margin-bottom: 28px;
  }
}
.partners__img {
  display: block;
  object-fit: cover;
  width: 100%;
  width: 116px;
  height: 110px;
  object-fit: contain;
}
.partners__img-wrapper {
  margin-bottom: 85px;
  margin-bottom: 35px;
  padding: 20px 55px 13px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
}
@media (max-width: 767.98px) {
  .partners__img-wrapper {
    box-shadow: none;
    padding: 0px 7px;
    row-gap: 8px;
    column-gap: 0px;
  }
}
.partners__to-top {
  padding: 18px;
  margin: 0 auto;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #188606;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.partners__to-top-text {
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.partners__svg {
  margin-bottom: 7px;
  width: 32px;
  height: 24px;
}

.price {
  padding: 24px 140px 100px 24px;
  background-color: #fff;
  border-radius: 12px;
}
@media (max-width: 1350px) {
  .price {
    padding: 24px;
  }
}
.price__title {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .price__title {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    text-align: start;
  }
}
.price__inner {
  display: flex;
  margin-top: 50px;
}
@media (max-width: 1350px) {
  .price__inner {
    display: block;
  }
}
@media (max-width: 768px) {
  .price__inner {
    margin-top: 28px;
  }
}
@media (max-width: 1350px) {
  .price__menu {
    display: none;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
.price-table__container {
  width: 100%;
  margin-left: 100px;
}
.price-table__container p, .price-table__container ul {
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  text-indent: 25px;
}
@media (max-width: 425px) {
  .price-table__container p, .price-table__container ul {
    font-size: 14px;
  }
}
.price-table__container li {
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 425px) {
  .price-table__container li {
    font-size: 14px;
    padding-left: 15px;
  }
}
.price-table__container li::before {
  position: absolute;
  content: "•";
  font-size: 25px;
  left: 0px;
}
.price-table__container h2 {
  margin: 20px 0;
  font-size: 30px;
  line-height: 26px;
}
@media (max-width: 425px) {
  .price-table__container h2 {
    font-size: 18px;
  }
}
.price-table__container h3 {
  margin: 15px 0;
  font-size: 27px;
  line-height: 26px;
}
@media (max-width: 425px) {
  .price-table__container h3 {
    font-size: 16px;
  }
}
@media (max-width: 1350px) {
  .price-table__container {
    margin-left: 0;
    width: auto;
  }
}
.price-table tbody:first-child::before {
  border: none;
  content: none;
}
.price-table__row {
  position: relative;
}
.price-table__row::before {
  content: "";
  position: absolute;
  width: 99%;
  left: 0;
  border: 1px dashed #ababab;
  z-index: 0;
}
@media (max-width: 1350px) {
  .price-table__row::before {
    display: none;
  }
}
.price-table__row:not(:first-child) td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1350px) {
  .price-table__row:not(:first-child) td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.price-table__row:first-child td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1350px) {
  .price-table__row:first-child td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.price-table__text {
  position: relative;
  z-index: 0;
}
.price-table__mobile-cell {
  display: none;
}
@media (max-width: 1350px) {
  .price-table__mobile-cell {
    display: table-cell;
  }
}
.price-table__service {
  width: 38%;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1350px) {
  .price-table__service {
    display: none;
  }
}
@media (max-width: 768px) {
  .price-table__service {
    font-size: 10px;
    line-height: 12px;
  }
}
.price-table__service--mobile {
  display: block;
  width: 80%;
}
.price-table__service .price-table__text {
  padding-right: 5px;
  background-color: #fff;
  line-height: 1.4;
}
.price-table__terms {
  width: 56%;
  padding-left: 130px;
  padding-right: 30px;
  padding-bottom: 10px;
  height: 35px;
}
@media (max-width: 1350px) {
  .price-table__terms {
    display: none;
  }
}
@media (max-width: 768px) {
  .price-table__terms {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
  }
}
.price-table__terms--mobile {
  display: block;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 0;
  height: auto;
  width: 80%;
}
@media (max-width: 768px) {
  .price-table__terms--mobile {
    padding-top: 5px;
  }
}
.price-table__price {
  text-align: start;
  color: #188606;
  font-weight: 600;
  width: 12%;
  vertical-align: bottom;
  padding-bottom: 10px;
}
@media (max-width: 1350px) {
  .price-table__price {
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .price-table__price {
    width: auto;
    font-size: 10px;
    line-height: 12px;
  }
}
.price-table__price .price-table__text {
  padding-right: 5px;
  padding-left: 10px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.warranty__main-image {
  text-align: center;
  margin-bottom: 50px;
}
.warranty__subheader {
  text-align: center;
  margin-top: -10px !important;
}
.warranty__certificates {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-top: 20px;
}
@media (max-width: 1350px) {
  .warranty__certificates {
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .warranty__certificates {
    gap: 10px 15px;
  }
}
.warranty__certificates a &gt; img {
  width: 142px;
  border: 1px solid #b4b4b4;
}
@media (max-width: 425px) {
  .warranty__certificates a &gt; img {
    width: 70px;
  }
}
.warranty__button {
  text-align: center;
  margin-top: 50px;
}

.about h3:first-child {
  margin-top: -30px;
}

.corpClients h3:first-child {
  margin-top: -15px;
}
.corpClients ul {
  margin-bottom: 1em;
}

@media (max-width: 1350px) {
  .delivery p:first-child {
    margin-top: -30px;
  }
}
.delivery #deliveryMap {
  width: 800px;
  height: 500px;
}
@media (max-width: 1350px) {
  .delivery #deliveryMap {
    max-width: 800px;
    width: 100%;
  }
}

.useful {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.useful a {
  font-weight: normal;
}
.useful__item {
  max-width: 200px;
  text-align: center;
}

.work ul {
  margin-bottom: 20px;
}
.work-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
}
.work-form &gt; div {
  display: flex;
}
.work-form__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none !important;
}
.work-form__line {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.work-form__column {
  flex-direction: column;
  gap: 10px;
}
.work-form__column &gt; label {
  vertical-align: middle;
}
.work-form__textarea {
  height: 8em;
}
.work-form__button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.work-form input[type=text] {
  min-width: 300px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .work-form input[type=text] {
    min-width: 70%;
  }
}
.work-form input[type=radio], .work-form input[type=checkbox] {
  display: none;
}
.work-form input:focus {
  border: 2px solid #fec351;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
}
.work-form .checkbox__input {
  display: none;
}
.work-form .checkbox__input:checked + .checkbox__label .checkbox__input--fake::before {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.work-form .checkbox__input--fake {
  position: relative;
  margin-right: 9px;
  width: 22px;
  height: 22px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  order: -1;
}
.work-form .checkbox__input--fake::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 14px;
  height: 14px;
  background-color: #FEC351;
  border-radius: 4px;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.work-form .radio__input {
  display: none;
}
.work-form .radio__input:checked + .radio__label .radio__input--fake::before {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.work-form .radio__input--fake {
  position: relative;
  margin-right: 9px;
  width: 22px;
  height: 22px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  order: -1;
}
.work-form .radio__input--fake::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 14px;
  height: 14px;
  background-color: #FEC351;
  border-radius: 50%;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.work-form .checkbox__label, .work-form .radio__label {
  display: flex;
  align-items: center;
  width: fit-content;
  line-height: 22px;
  color: #232323;
  cursor: pointer;
}

.basket {
  width: 100%;
}
.basket__hint {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #188606;
  border-radius: 12px;
  padding: 20px;
}
.basket__hint-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .basket__hint {
    flex-direction: column;
    padding: 10px;
  }
  .basket__hint-btns {
    flex-direction: column;
    gap: 5px;
  }
}
.basket__bonus-svg {
  margin-right: 9px;
  width: 38px;
  height: 24px;
}
@media (max-width: 425px) {
  .basket__bonus-svg {
    margin-right: 7px;
    width: 32px;
    height: 20px;
  }
}
.basket__goods {
  margin-top: 50px;
}
@media (max-width: 425px) {
  .basket__goods {
    margin-top: 15px;
  }
}
.basket__goods-title {
  font-size: 30px;
  line-height: 37px;
  text-align: left;
}
@media (max-width: 425px) {
  .basket__goods-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.basket__goods-item {
  display: flex;
  position: relative;
  gap: 50px;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 20px;
}
.basket__goods-item-image {
  width: 200px;
  height: 180px;
  min-width: 200px;
  min-height: 180px;
}
.basket__goods-item-image img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.basket__goods-item-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-rows: min-content;
  grid-row-gap: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  max-height: 180px;
}
.basket__goods-item-title {
  grid-column: 1/3;
  grid-row: 1;
  padding-right: 150px;
}
@media (max-width: 1000px) {
  .basket__goods-item-title {
    padding-right: 50px;
  }
}
.basket__goods-item-price-block {
  grid-column: 3;
  grid-row: 1/3;
}
.basket__goods-item-amount {
  grid-column: 1/3;
  grid-row: 2;
  max-height: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.basket__goods-item-price span {
  font-size: 30px;
  line-height: 37px;
}
.basket__goods-item-bonus, .basket__goods-item-price {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .basket__goods-item {
    gap: 10px;
    padding: 15px 10px;
  }
  .basket__goods-item-image {
    width: 100px;
    height: 90px;
    min-width: 100px;
    min-height: 90px;
  }
  .basket__goods-item-content {
    display: flex;
    flex-direction: column;
  }
  .basket__goods-item-title {
    padding-right: 0;
  }
  .basket__goods-item-amount {
    max-height: 30px;
    max-width: 70px;
  }
  .basket__goods-item-price span {
    font-size: 18px;
    line-height: 22px;
  }
  .basket__goods-item-bonus, .basket__goods-item-price {
    display: flex;
    align-items: center;
  }
}
.basket__services {
  margin-top: 50px;
}
.basket__services-title {
  font-size: 30px;
  line-height: 37px;
}
.basket__services-list {
  margin-top: 10px;
}
.basket__services-item {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.basket__services-item-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.basket__services-item .basket__delete-btn {
  margin-right: 10%;
}
@media (max-width: 425px) {
  .basket__services-item .basket__delete-btn {
    margin-right: 0;
  }
}
.basket__services-item-price {
  width: 26%;
  font-size: 30px;
  line-height: 37px;
}
@media (max-width: 1350px) {
  .basket__services-item-price {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .basket__services-item-price {
    width: fit-content;
  }
}
@media (max-width: 425px) {
  .basket__services {
    margin-top: 15px;
  }
  .basket__services-title {
    font-size: 18px;
    line-height: 22px;
  }
  .basket__services-item {
    align-items: end;
    padding: 10px;
  }
  .basket__services-item-price {
    width: 26%;
    font-size: 18px;
    line-height: 22px;
  }
}
.basket__result {
  margin-top: 50px;
}
.basket__result-bonus-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 12px;
  height: 80px;
  padding: 0 20px;
}
.basket__result-bonus-title {
  font-weight: bold;
}
.basket__result-bonus-amount {
  display: flex;
  width: 26%;
}
@media (max-width: 1350px) {
  .basket__result-bonus-amount {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .basket__result-bonus-amount {
    width: fit-content;
  }
}
.basket__result-price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
}
.basket__result-price-amount {
  width: 26.8%;
}
@media (max-width: 1350px) {
  .basket__result-price-amount {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .basket__result-price-amount {
    width: fit-content;
  }
}
@media (max-width: 425px) {
  .basket__result {
    margin-top: 30px;
  }
  .basket__result-bonus-block {
    height: 42px;
    padding: 0 10px;
  }
  .basket__result-bonus-title {
    font-size: 12px;
    font-weight: bold;
  }
  .basket__result-bonus-amount {
    display: flex;
    align-items: center;
    width: 55%;
  }
  .basket__result-price-block {
    margin: 30px 0;
    font-size: 18px;
    line-height: 22px;
  }
}
.basket__form-fields {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .basket__form-fields {
    flex-direction: column;
  }
}
.basket__form-fields label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  opacity: 0.5;
}
.basket__form-fields input {
  padding: 9px 12px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  width: 100%;
}
.basket__form-fields input:focus {
  border-color: transparent;
}
.basket__form-name-phone {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 520px;
}
@media (max-width: 768px) {
  .basket__form-name-phone {
    max-width: none;
  }
}
.basket__form-comment-block {
  width: 100%;
}
.basket__form textarea {
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  height: calc(100% - 20px);
  padding: 9px 12px;
  width: 100%;
}
@media (max-width: 768px) {
  .basket__form textarea {
    height: 70px;
  }
}
.basket__form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.basket__form-checkboxes .checkbox__input {
  display: none;
}
.basket__form-checkboxes .checkbox__input:checked + .checkbox__label .checkbox__input--fake::before {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.basket__form-checkboxes .checkbox__input--fake {
  position: relative;
  margin-right: 9px;
  width: 22px;
  height: 22px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  order: -1;
  flex-shrink: 0;
}
.basket__form-checkboxes .checkbox__input--fake::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 14px;
  height: 14px;
  background-color: #188606;
  border-radius: 4px;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.basket__form-checkboxes .checkbox__label {
  display: flex;
  align-items: center;
}
.basket__form-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .basket__form-buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.basket__form-buttons .basket__form-order-btn {
  padding: 9px 14px;
  background-color: #fec351;
  border-radius: 8px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.basket__form-buttons .basket__form-order-btn:hover {
  box-shadow: inset 0 4px 16px rgba(35, 35, 35, 0.2);
  transition: box-shadow 0.2s;
}
.basket__form-buttons .basket__form-catalog {
  text-decoration: underline #232323;
}
.basket__form-buttons .basket__form-catalog:hover {
  text-decoration: none;
}
.basket__delete-link {
  position: absolute;
  width: 15px;
  height: 14px;
  cursor: pointer;
  right: 5px;
  top: calc(50% - 7px);
}
@media (max-width: 768px) {
  .basket__delete-link {
    display: none;
  }
}
.basket__delete-link:hover:before, .basket__delete-link:hover:after {
  background-color: #232323;
}
.basket__delete-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #909090;
  transform: translateY(-50%) rotate(-45deg);
}
.basket__delete-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #909090;
  transform: translateY(-50%) rotate(45deg);
}
.basket__delete-btn {
  display: none;
  padding: 6px 13px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  box-shadow: none;
  transition: box-shadow 0.2s;
}
.basket__delete-btn:hover {
  box-shadow: inset 0 4px 16px rgba(35, 35, 35, 0.2);
  transition: box-shadow 0.2s;
}
@media (max-width: 768px) {
  .basket__delete-btn {
    display: block;
  }
}

.basket-page {
  padding: 24px 140px 100px 24px;
  background-color: #fff;
  border-radius: 12px;
}
@media (max-width: 1350px) {
  .basket-page {
    padding: 24px;
  }
}
@media (max-width: 1350px) {
  .basket-page__menu {
    display: none;
  }
}
.basket-page__title {
  margin-top: 12px;
}
.basket-page__inner {
  display: flex;
  gap: 100px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 425px) {
  .basket-page__inner {
    margin-top: 15px;
  }
}
.basket-page__container {
  display: block;
}

.amount-input {
  padding: 9px 14px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.amount-input__wrapper {
  position: relative;
  max-width: 80px;
}
.amount-input__btn {
  right: 13px;
  width: 15px;
  height: 8px;
  position: absolute;
  background-image: url("../images/green-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.amount-input__btn-add {
  top: 9px;
  transform: rotate(93deg);
}
.amount-input__btn-remove {
  bottom: 9px;
  transform: rotate(-89deg);
}
@media (max-width: 768px) {
  .amount-input {
    height: 30px;
    padding: 6px 13px;
  }
  .amount-input__btn {
    right: 9px;
    width: 12px;
    height: 6px;
  }
  .amount-input__btn-add {
    top: 6px;
    transform: rotate(93deg);
  }
  .amount-input__btn-remove {
    bottom: 6px;
    transform: rotate(-89deg);
  }
}

.basket-delivery__receiving-select {
  margin-top: 20px;
}
.basket-delivery__receiving-select .tabset {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1px 1px;
  margin: 0 0 10px;
}
.basket-delivery__receiving-select .tabset li {
  float: left;
}
.basket-delivery__receiving-select .tabset li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-family: "Arial";
  text-decoration: none;
  padding: 2px 35px;
  border-radius: 10px;
}
.basket-delivery__receiving-select .tabset li a.active {
  color: #fff;
  background-color: #188606;
}
.basket-delivery__payment-title {
  margin-top: 30px;
}
.basket-delivery__controls {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.basket-delivery__controls .btn {
  padding: 10px 35px;
  background-color: #188606;
  color: #fff;
  border-radius: 8px;
  transform: translateY(0);
  transition: transform 0.25s ease-in-out;
}
.basket-delivery__controls .basket-delivery__back-btn {
  background-color: #fec351;
  color: #232323;
}

.order-success__title {
  font-size: 28px;
  margin-bottom: 1em;
}

.promo {
  position: relative;
  padding-top: 300px;
  padding-bottom: 80px;
}
@media (max-width: 425px) {
  .promo {
    padding: 10px 0 0;
  }
}
.promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/promo-bg.webp");
  background-image: -webkit-image-set(url("../images/promo-bg.webp") 1x, url("../images/promo-bg.jpg") 1x);
  background-image: image-set(url("../images/promo-bg.webp") 1x, url("../images/promo-bg.jpg") 1x);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
@media (max-width: 1250px) {
  .promo::before {
    background-size: cover;
  }
}
.promo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: -webkit-image-set(url("../images/angle-right-bg.webp") 1x, url("../images/angle-right-bg.png") 1x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 60% 100%;
  z-index: -1;
  width: 100%;
}
@media (max-width: 1250px) {
  .promo::after {
    background-image: none;
    background-size: contain;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.promo__wrapper {
  max-width: 40%;
}
@media (max-width: 1250px) {
  .promo__wrapper {
    max-width: none;
  }
}
.promo__title {
  margin-bottom: 30px;
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .promo__title {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  .promo__title {
    color: white;
    font-weight: 600;
    font-size: 35px;
    line-height: 29px;
    margin-bottom: 2px;
  }
}
.promo__list {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .promo__list {
    display: none;
  }
}
.promo__item {
  display: flex;
  flex-direction: column;
}
.promo__item:first-child {
  max-width: 236px;
}
.promo__item:first-child .promo__desc {
  max-width: 85%;
}
.promo__item:nth-child(2) {
  max-width: 85px;
}
.promo__item:last-child {
  max-width: 126px;
}
.promo__item-wrapper {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.promo__svg {
  margin-right: 17px;
  width: 41px;
  height: 41px;
}
.promo__amount {
  font-size: 40px;
  font-weight: 500;
  line-height: 49px;
  letter-spacing: 0em;
  color: #232323;
}
.promo__desc {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
}
.promo__choose {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  line-height: 22px;
  color: #232323;
}
@media (max-width: 1250px) {
  .promo__choose {
    display: none;
  }
}
.promo__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 26px;
  line-height: 22px;
  letter-spacing: 0em;
  color: #232323;
  background-color: #fec351;
  border-radius: 8px;
}
@media (max-width: 1250px) {
  .promo__btn {
    padding: 6px 0;
    width: 193px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
}
.promo__btn--price {
  display: none;
}
@media (max-width: 1250px) {
  .promo__btn--price {
    display: inline-flex;
    background: white;
  }
}
.promo__schedule {
  display: none;
}
@media (max-width: 1250px) {
  .promo__schedule {
    display: inline-block;
    color: #fec351;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 14px;
  }
}
.promo__selects {
  display: none;
}
@media (max-width: 1250px) {
  .promo__selects {
    display: block;
    margin-bottom: 30px;
  }
}
.promo__selects .select-selected-option {
  color: white;
}

.promo-carousel {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.promo-carousel::before {
  position: absolute;
  bottom: 0;
  right: -100%;
  left: -100%;
  top: 49px;
  background-color: #188606;
  content: "";
}
@media (max-width: 1399.98px) {
  .promo-carousel::before {
    top: 0;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .promo-carousel-nav-prev {
    top: 40%;
    left: 10px;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .promo-carousel-nav-next {
    top: 40%;
    right: 10px;
    display: none;
  }
}
.promo-carousel-slide {
  display: flex;
  padding-left: 65px;
  padding-right: 65px;
  align-items: center;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .promo-carousel-slide {
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.promo-carousel-slide-image {
  margin-right: 20px;
  height: 350px;
  max-width: 50%;
}
@media (max-width: 1399.98px) {
  .promo-carousel-slide-image {
    margin-right: 0;
    height: 300px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .promo-carousel-slide-image {
    height: 50vw;
    margin-right: unset;
    max-width: 100vw;
    object-fit: contain;
  }
}
.promo-carousel-slide-body {
  margin: 25px auto;
  text-align: center;
  position: relative;
  top: 20px;
  padding-right: 20px;
}
@media (max-width: 1399.98px) {
  .promo-carousel-slide-body {
    margin: 13px auto;
    width: 100%;
    position: initial;
    height: 100%;
    padding-right: 0;
  }
}
.promo-carousel-slide-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #fff;
}
@media (max-width: 1399.98px) {
  .promo-carousel-slide-title {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 25px;
  }
}
.promo-carousel-slide-subtitle {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 50px;
  line-height: 62px;
  color: #fec351;
}
@media (max-width: 1399.98px) {
  .promo-carousel-slide-subtitle {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 30px;
  }
}
.promo-carousel-slide-description {
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  min-height: 25px;
}
@media (max-width: 1399.98px) {
  .promo-carousel-slide-description {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 17px;
  }
}
.promo-carousel-slide-action {
  padding: 9px 43px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #232323;
  border-radius: 8px;
  background-color: #fec351;
}

.reviews {
  padding-top: 55px;
  padding-bottom: 88px;
}
.reviews__title {
  margin-bottom: 36px;
  text-align: center;
}
.reviews__vk-api {
  margin: 0 auto;
  height: 798px;
  background-color: lightskyblue;
}

.search {
  position: relative;
  display: inline-block;
}
.search-input {
  padding: 9px 45px 9px 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #232323;
  border: none;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #CCCCCC;
  transition: box-shadow 0.25s ease-in-out;
}
.search-input::placeholder {
  opacity: 0.3;
}
.search-input:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #188606;
}
@media (max-width: 425px) {
  .search-input {
    padding: 5px 40px 6px 10px;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #A7A7A7;
  }
}
.search--is-header-style .search-input {
  min-width: 360px;
}
@media (max-width: 1650px) {
  .search--is-header-style .search-input {
    min-width: 300px;
  }
}
@media (max-width: 1400px) {
  .search--is-header-style .search-input {
    min-width: 280px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .search--is-header-style .search-input {
    min-width: auto;
    width: 103%;
  }
}
.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-45%);
}
.search-btn-icon {
  width: 27px;
  height: 27px;
  stroke: currentColor;
}
@media (max-width: 768px) {
  .search_clear-btn__mobile {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.search_clear-btn__img {
  object-fit: contain;
  width: 100%;
  min-height: 100%;
  scale: 1;
}
.search--is-header-style .search-btn-icon {
  width: 20px;
  height: 20px;
}
.search-results {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  z-index: 1000000;
  padding: 12px 0;
  max-height: 300px;
  border-radius: 12px;
  background-color: #FFFFFF;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px #E6E6E6, 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 425px) {
  .search-results {
    max-height: 200px;
  }
}
.search.active .search-results {
  opacity: 1;
  pointer-events: auto;
}
.search-result {
  display: block;
  padding: 15px 25px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #232323;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.search-result:hover {
  background-color: rgba(35, 35, 35, 0.1);
  color: #188606;
}
@media (max-width: 425px) {
  .search-result {
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
  }
}

.search-input__mobile {
  padding: 5px 10px 6px 35px;
}

.search_btn__mobile {
  left: 9px;
  right: calc(310px + 6%);
}

.search_btn__mobile svg {
  object-fit: contain;
  width: 100%;
  min-height: 100%;
  scale: 1;
}

svg#search {
  object-fit: contain;
  width: 100%;
  min-height: 100%;
  scale: 1;
}

.mobile-search {
  width: 96%;
}

.search-lines-list {
  position: absolute;
  background: white;
  width: 550px;
  z-index: 10;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid gray;
}
.search-lines-list li {
  margin-bottom: 4px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}
.search-lines-list li:hover {
  background-color: #dedede;
}
@media (max-width: 850px) {
  .search-lines-list {
    width: 450px;
  }
}
@media (max-width: 600px) {
  .search-lines-list {
    width: 300px;
  }
}

.select {
  position: relative;
  display: block;
  color: white;
}
.select-options {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  padding: 12px 0;
  border-radius: 8px;
  color: black;
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  max-height: 280px;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  list-style: none;
  transition: opacity 0.15s ease-in-out;
}
.select.is-options-visible .select-options {
  opacity: 1;
  pointer-events: auto;
}
.select-icon {
  width: 11px;
  height: 11px;
  color: #fec351;
  transform: rotate(0);
  transition: transform 0.15s ease-in-out;
}
.select.is-options-visible .select-icon {
  transform: rotate(180deg);
}
.select-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2px 10px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
}
.select-option:after {
  content: "";
  flex: 10 0 auto;
}
.select-option--address {
  padding: 0;
  max-width: calc(100% - 26px);
}
.select-option__container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  justify-content: space-between;
}
.select-option__container:hover {
  background-color: #e6e6e6;
}
.select-selected-option {
  display: inline-flex;
  align-items: center;
  column-gap: 2px;
  border-bottom: 1px dashed white;
  cursor: pointer;
}
.select-selected-option-text {
  padding: 1px 0;
}

.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  flex-direction: column;
  gap: 10px;
}
.spinner-image {
  background-image: url("../images/round-yellow.svg") !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  width: 25px;
  height: 25px;
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-duration: 3s;
  position: relative;
  z-index: 10000;
}

.svg {
  fill: currentColor;
}

.open-state-button {
  height: 30px;
  width: 240px;
  border-radius: 10px;
  border: 2px solid green;
  z-index: 9999;
  position: relative;
  top: -5px;
  left: 288px;
  padding-top: 1px;
  cursor: pointer;
  margin-bottom: -31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
}

.open-state-button:hover {
  background-color: #ffc107;
}

@media (max-width: 1250px) {
  .open-state-button {
    top: 13px;
  }
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f1f1f1;
  padding: 15px;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
#cookie-banner p button {
  background: #188606;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 15px;
  margin-left: 10px;
  cursor: pointer;
}
#cookie-banner p .cookie-link {
  color: #118111;
}

#hidden-text {
  display: inline-block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  vertical-align: top;
}

#hidden-text.expanded {
  max-height: 500px;
}

#expand-trigger.hidden {
  display: none;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}</pre></body></html>