html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #496DFC;
  --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-white: #FFFFFF;
  --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: #496DFC;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 73, 109, 252;
  --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", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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: #FFFFFF; }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1194px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1194px; } }

.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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 > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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 > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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 > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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 > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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: 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; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  overscroll-behavior: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: inherit; }

.wrapper {
  position: relative;
  overflow: hidden; }
  .wrapper.blured {
    filter: blur(4px); }
  .wrapper--catalog {
    background-color: #FAFAFA; }
  .wrapper--contacts {
    background-image: url(../img/contacts-bg.png);
    background-size: cover;
    background-position: 50% 0; }

.button {
  padding-left: 40px;
  padding-right: 40px;
  height: 84px;
  background-color: #496DFC;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.15));
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: all 300ms;
  text-transform: uppercase;
  outline: 2px solid transporent; }
  .button:hover {
    color: #496DFC;
    background-color: #fff;
    outline: 2px solid #496DFC; }
  @media screen and (max-width: 991px) {
    .button {
      padding-left: 25px;
      padding-right: 25px;
      height: 70px;
      font-size: 13px; } }
  .button--full {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .button--arrow:after {
    content: '';
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-white.svg);
    margin-left: 13px;
    transition: all 300ms; }
  .button--arrow:hover:after {
    background-image: url(../img/arrow-blue.svg); }

.title {
  font-size: 34px;
  font-weight: 700;
  color: #3D3D3D;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 52px; }
  @media screen and (max-width: 1199px) {
    .title {
      font-size: 30px;
      line-height: 46px; } }
  @media screen and (max-width: 767px) {
    .title {
      font-size: 20px;
      line-height: 36px; } }

.subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #3D3D3D;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 34px; }
  @media screen and (max-width: 1199px) {
    .subtitle {
      font-size: 20px;
      line-height: 30px; } }
  @media screen and (max-width: 767px) {
    .subtitle {
      font-size: 18px;
      line-height: 28px; } }

.certs {
  padding-top: 93px; }
  .certs__slider {
    width: 532px;
    margin-left: auto;
    margin-right: 27px;
    position: relative;
    margin-top: -80px;
    margin-bottom: -107px;
    padding-bottom: 79px; }
    @media screen and (max-width: 1199px) {
      .certs__slider {
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .certs__slider {
        width: 100%;
        margin-right: 0; } }
    .certs__slider-item {
      padding-top: 107px;
      padding-bottom: 107px; }
    .certs__slider-prev {
      width: 12px;
      height: 12px;
      position: absolute;
      background-image: url(../img/next.svg);
      left: -28px;
      cursor: pointer;
      top: 196px;
      transform: rotate(180deg); }
      @media screen and (max-width: 767px) {
        .certs__slider-prev {
          top: 220px;
          bottom: auto;
          margin: auto;
          left: -10px;
          width: 30px;
          height: 30px;
          background-size: contain;
          z-index: 100;
          background-color: #fff;
          border-radius: 50%;
          background-size: 50%;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          border: 1px solid #EDEDED; } }
    .certs__slider-next {
      width: 12px;
      height: 12px;
      position: absolute;
      background-image: url(../img/next.svg);
      right: -27px;
      cursor: pointer;
      top: 196px; }
      @media screen and (max-width: 767px) {
        .certs__slider-next {
          top: 220px;
          bottom: auto;
          margin: auto;
          right: -10px;
          width: 30px;
          height: 30px;
          background-size: contain;
          z-index: 100;
          background-color: #fff;
          border-radius: 50%;
          background-size: 50%;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          border: 1px solid #EDEDED; } }
    .certs__slider img {
      width: 100%;
      border: 1px solid #EDEDED;
      transition: all 300ms; }
      .certs__slider img:hover {
        transform: scale(1.2);
        filter: drop-shadow(0px 0px 100px rgba(0, 0, 0, 0.08)); }
  .certs__title {
    padding-top: 14px; }
    @media screen and (max-width: 1199px) {
      .certs__title {
        text-align: center;
        margin-bottom: 20px; } }
    .certs__title span {
      color: #496DFC; }
    .certs__title i {
      display: inline-block;
      margin-right: -3px;
      width: 24px;
      height: 24px;
      background-image: url(../img/certs.svg); }
      @media screen and (max-width: 767px) {
        .certs__title i {
          width: 18px;
          height: 18px;
          background-size: contain;
          margin-bottom: -3px; } }

.modal__consult {
  width: 1170px;
  margin: auto;
  background-image: url(../img/bg-modal.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #FAFAFA;
  padding: 66px 120px 80px 73px;
  position: relative; }
  .modal__consult--2 {
    background-image: url(../img/man-modal.png);
    background-size: 220px;
    padding-right: 81px;
    padding-top: 75px; }
    .modal__consult--2 .modal__close {
      right: -30px !important;
      top: -30px !important; }
      @media screen and (max-width: 1199px) {
        .modal__consult--2 .modal__close {
          right: 20px !important;
          top: 20px !important; } }
    .modal__consult--2 .title {
      font-size: 30px; }
    .modal__consult--2 .consult__text {
      margin-top: 13px; }
  @media screen and (max-width: 1199px) {
    .modal__consult {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .modal__consult {
      background-color: #FAFAFA;
      padding: 10px 20px;
      padding-top: 100px; } }
  @media screen and (max-width: 767px) {
    .modal__consult {
      padding-bottom: 40px; } }
  .modal__consult .consult__title {
    padding-right: 0; }
  .modal__consult .modal__close {
    width: 67px;
    height: 67px;
    background-image: url(../img/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    position: absolute;
    right: 37px;
    top: 37px; }
    @media screen and (max-width: 767px) {
      .modal__consult .modal__close {
        margin: auto;
        left: 0;
        right: 0;
        top: 23px; } }

.mfp-bg {
  background-color: #C6D6DC;
  opacity: 0.9; }

.cart {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1199px) {
    .cart {
      flex-direction: column; } }

.cart__right {
  width: 385px;
  padding-top: 10px;
  padding-bottom: 20px; }
  .cart__right .form__checkbox {
    align-items: flex-start; }
  @media screen and (max-width: 1199px) {
    .cart__right {
      width: 100%; } }

.cart__question {
  font-weight: 400;
  font-size: 18px;
  padding-top: 20px;
  padding-left: 10px;
  line-height: 32px; }
  .cart__question-phone a {
    color: #496DFC;
  }
  .cart__question-phone {
    color: #496DFC;
    font-size: 24px;
    line-height: 40px;
    margin-top: 3px;
    font-weight: 600; }

.cart__order-item {
  height: 56px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ECECEC;
  cursor: pointer; }

.cart__order-title {
  font-size: 13px;
  color: #3D3D3D;
  font-weight: 700;
  margin-top: 42px;
  margin-left: 2px; }

.cart__order-box {
  width: 593px;
  height: 260px;
  overflow-y: auto;
  border: 1px solid #ECECEC;
  margin-top: 29px; }
  @media screen and (max-width: 1199px) {
    .cart__order-box {
      width: 100%; } }

.cart__order-item {
  padding-left: 25px;
  padding-right: 25px; }

.cart__order-number {
  font-size: 10px;
  color: #BDBDBD;
  line-height: 28px; }

.cart__order-name {
  margin-left: 5px;
  font-size: 13px;
  line-height: 28px; }

.cart__order-status {
  width: 20px;
  height: 20px;
  background-color: #496DFC;
  margin-left: auto;
  background-image: url(../img/checkbox-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .cart__order-status.inactive {
    background: none;
    border: 1px solid #496DFC !important; }

.main {
  min-height: 1487px;
  background-image: url(../img/main.jpg);
  background-size: 1920px;
  background-position: 50% 0; }
  @media screen and (max-width: 991px) {
    .main {
      background-repeat: no-repeat; } }
  @media screen and (max-width: 767px) {
    .main {
      background-size: 1324px;
      min-height: 1047px; } }
  .main__title {
    padding-top: 105px;
    line-height: 60px;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #3D3D3D; }
    @media screen and (max-width: 1199px) {
      .main__title {
        font-size: 35px; } }
    @media screen and (max-width: 991px) {
      .main__title {
        font-size: 30px;
        padding-top: 20px;
        line-height: 45px; } }
    @media screen and (max-width: 767px) {
      .main__title {
        font-size: 20px;
        line-height: 30px;
        text-align: center; } }
    .main__title i {
      width: 35px;
      height: 35px;
      background-image: url(../img/icon-1.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .main__title i {
          width: 20px;
          height: 20px;
          background-size: contain; } }
  .main__subtitle {
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .main__subtitle {
        width: 500px;
        line-height: 32px; } }
    @media screen and (max-width: 767px) {
      .main__subtitle {
        font-size: 15px;
        line-height: 22px;
        width: 283px;
        text-align: center;
        margin: auto;
        margin-top: 30px; } }
    .main__subtitle span {
      color: #496DFC; }
  .main__info {
    padding-left: 69px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-top: 39px;
    position: relative;
    color: #3D3D3D; }
    @media screen and (max-width: 767px) {
      .main__info {
        padding-left: 0;
        text-align: center;
        font-size: 14px;
        line-height: 20px; }
        .main__info br {
          display: none; } }
    .main__info:before {
      content: '';
      display: block;
      width: 45px;
      height: 1px;
      background-color: rgba(61, 61, 61, 0.2);
      position: absolute;
      left: 0;
      top: 17px; }
      @media screen and (max-width: 767px) {
        .main__info:before {
          display: none; } }
  .main__content {
    position: relative; }
  .main__label {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 95px;
    top: 121px; }
    @media screen and (max-width: 1199px) {
      .main__label {
        right: 0; } }
    @media screen and (max-width: 991px) {
      .main__label {
        position: static;
        text-align: left;
        padding-top: 20px; }
        .main__label br {
          display: none; } }
    @media screen and (max-width: 767px) {
      .main__label {
        font-size: 15px;
        text-align: center;
        line-height: 20px; }
        .main__label br {
          display: block; } }
    .main__label span {
      font-size: 24px;
      color: #496DFC;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .main__label span {
          font-size: 20px; } }
  .main__bottom {
    margin-top: 39px; }
    @media screen and (max-width: 767px) {
      .main__bottom {
        text-align: center; } }
    .main__bottom-text {
      margin-left: 33px;
      font-size: 14px;
      line-height: 26px;
      color: rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 991px) {
        .main__bottom-text {
          margin-left: 15px;
          font-size: 13px;
          line-height: 20px; } }
      @media screen and (max-width: 767px) {
        .main__bottom-text {
          margin-left: 0;
          margin-top: 20px; } }

.header {
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-top: 0; }
  .header.invisible {
    opacity: 0;
    visibility: hidden; }
  .header__logo {
    width: 170px;
    height: 84px;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../img/logo.svg);
    background-size: 126px;
    background-position: 50% 47%;
    background-repeat: no-repeat;
    margin-left: -1px; }
    @media screen and (max-width: 767px) {
      .header__logo {
        width: 120px;
        height: 60px;
        background-size: 80px; } }
    .header__logo a {
      display: block;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 1199px) {
    .header__top {
      width: 100%; } }
  .header__nav-item {
    transition: all 300ms; }
    .header__nav-item a {
      display: block;
      padding-left: 37px;
      padding-right: 39px;
      height: 84px;
      border-left: 1px solid rgba(0, 0, 0, 0.03);
      font-size: 16px;
      color: #3D3D3D;
      display: flex;
      align-items: center;
      transition: all 300ms; }
      @media screen and (max-width: 1199px) {
        .header__nav-item a {
          padding-left: 38px;
          padding-right: 38px; } }
      @media screen and (max-width: 991px) {
        .header__nav-item a {
          padding-left: 13px;
          padding-right: 13px;
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .header__nav-item a {
          border-right: 1px solid rgba(0, 0, 0, 0.03);
          border-bottom: 1px solid rgba(0, 0, 0, 0.03);
          height: 60px;
          font-size: 16px; } }
    .header__nav-item:hover {
      background-color: #496DFC; }
      .header__nav-item:hover a {
        color: #FFFFFF; }
      .header__nav-item:hover .header__nav-item-text:before {
        background-image: url(../img/arrow-white.svg); }
    .header__nav-item-text {
      padding-left: 23px;
      position: relative; }
      .header__nav-item-text:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background-image: url(../img/arrow.svg);
        background-size: contain;
        position: absolute;
        left: 0;
        top: 2px;
        transition: all 300ms; }
  .header__phone {
    height: 84px;
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    width: 442px;
    padding-right: 38px;
    padding-bottom: 5px; }
    @media screen and (max-width: 1199px) {
      .header__phone {
        width: 210px;
        padding-top: 0;
        margin-left: auto;
        padding-right: 5px; } }
    @media screen and (max-width: 991px) {
      .header__phone {
        width: 150px; } }
    @media screen and (max-width: 767px) {
      .header__phone {
        width: 100%;
        height: 60px;
        border-right: 1px solid rgba(0, 0, 0, 0.03); } }
    .header__phone-item {
      margin-left: 34px; }
      @media screen and (max-width: 1199px) {
        .header__phone-item {
          margin-left: 0;
          margin-bottom: 10px; }
          .header__phone-item:last-child {
            margin-bottom: 0; } }
      @media screen and (max-width: 767px) {
        .header__phone-item {
          margin-bottom: 0;
          margin-left: 20px; } }
      .header__phone-item a {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #3D3D3D;
        letter-spacing: 0.6px;
        transition: all 300ms; }
        @media screen and (max-width: 991px) {
          .header__phone-item a {
            letter-spacing: 0px;
            font-size: 14px; } }
        .header__phone-item a:hover {
          color: #496DFC; }
    .header__phone-icon {
      width: 11px;
      height: 11px;
      background-image: url(../img/phone.svg);
      background-repeat: no-repeat;
      display: block;
      background-size: contain;
      margin-right: -24px; }
      @media screen and (max-width: 1199px) {
        .header__phone-icon {
          display: none; } }
      @media screen and (max-width: 767px) {
        .header__phone-icon {
          display: block;
          margin-right: -10px; } }
  .header__link {
    width: 243px;
    padding-left: 38px;
    padding-top: 21px;
    font-size: 12px;
    line-height: 22px;
    border-right: 1px solid rgba(0, 0, 0, 0.03); }
    @media screen and (max-width: 991px) {
      .header__link {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .header__link {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: 1px solid rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
        .header__link br {
          display: none; } }
    .header__link a {
      color: #3D3D3D;
      text-decoration: underline;
      text-decoration-color: rgba(15, 83, 135, 0.1);
      text-underline-offset: 5px;
      transition: all 300ms; }
      .header__link a:hover {
        color: #000;
        text-decoration-color: rgba(15, 83, 135, 0.5); }
  .header__bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.03); }
    @media screen and (max-width: 767px) {
      .header__bottom {
        display: none; } }
  .header__burger {
    background-color: rgba(255, 255, 255, 0.2);
    width: 60px;
    margin-left: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.03); }
    .header__burger.opened span:nth-child(1) {
      transform: rotate(45deg) translate(8px, 7px) !important; }
    .header__burger.opened span:nth-child(2) {
      width: 0; }
    .header__burger.opened span:nth-child(3) {
      transform: rotate(-45deg) translate(8px, -7px) !important; }
    .header__burger span {
      display: block;
      width: 35px;
      height: 2px;
      background-color: #3D3D3D;
      margin-bottom: 8px;
      transition: all 300ms; }
      .header__burger span:last-child {
        margin-bottom: 0; }
  .header__text {
    width: 417px;
    height: 84px;
    font-size: 12px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.3);
    padding-top: 21px;
    padding-left: 38px;
    border-right: 1px solid rgba(0, 0, 0, 0.03); }
    @media screen and (max-width: 1199px) {
      .header__text {
        font-size: 11px; } }
    @media screen and (max-width: 991px) {
      .header__text {
        display: none; } }
    @media screen and (max-width: 767px) {
      .header__text {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: 1px solid rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.03); } }
  .header__cart {
    padding-left: 34px;
    display: flex;
    align-items: center;
    color: #3D3D3D;
    transition: all 300ms; }
    @media screen and (max-width: 1199px) {
      .header__cart {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto; } }
    @media screen and (max-width: 767px) {
      .header__cart {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid rgba(0, 0, 0, 0.03);
        border-top: 0;
        height: 60px; } }
    .header__cart:hover {
      color: #496DFC; }
    .header__cart-icon {
      width: 24px;
      height: 24px;
      background-image: url(../img/cart.svg);
      background-repeat: no-repeat;
      margin-right: 12px; }
      @media screen and (max-width: 1199px) {
        .header__cart-icon {
          margin-right: 0; } }
      @media screen and (max-width: 991px) {
        .header__cart-icon {
          margin-right: 10px; } }
    .header__cart-title {
      font-size: 16px;
      line-height: 22px;
      transition: all 300ms; }
      @media screen and (max-width: 1199px) {
        .header__cart-title {
          display: none; } }
      @media screen and (max-width: 991px) {
        .header__cart-title {
          font-size: 13px;
          display: block; } }
    .header__cart-items {
      font-size: 16px;
      line-height: 22px;
      font-weight: 700;
      margin-left: 12px;
      text-decoration: underline;
      text-decoration-color: rgba(15, 83, 135, 0.1);
      text-underline-offset: 5px;
      transition: all 300ms; }
      @media screen and (max-width: 991px) {
        .header__cart-items {
          font-size: 13px; } }
      @media screen and (max-width: 767px) {
        .header__cart-items {
          font-size: 14px;
          width: auto; } }
      @media screen and (max-width: 1199px) {
        .header__cart-items span {
          display: none; } }
      @media screen and (max-width: 767px) {
        .header__cart-items span {
          display: inline; } }
  .header__email {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    width: 211px;
    padding-left: 37px;
    padding-top: 21px; }
    @media screen and (max-width: 991px) {
      .header__email {
        padding-top: 10px; } }
    @media screen and (max-width: 767px) {
      .header__email {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: 1px solid rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        display: flex;
        justify-content: flex-start; } }
    .header__email-item a {
      color: #496DFC;
      font-size: 12px;
      line-height: 22px;
      border-bottom: 1px solid rgba(15, 83, 135, 0.1);
      padding-bottom: 3px;
      transition: all 300ms; }
      .header__email-item a:hover {
        border-color: #496DFC; }
      @media screen and (max-width: 767px) {
        .header__email-item a {
          margin-right: 10px; } }

.burger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.9); }
  .burger.active {
    opacity: 1;
    visibility: visible; }
  .burger .header {
    background-color: rgba(255, 255, 255, 0.2); }
    .burger .header__logo {
      background-color: transparent; }
    .burger .header__burger {
      border: none;
      background: none; }

.steps {
  background-color: #fff;
  margin-top: 91px;
  color: #3D3D3D;
  padding-bottom: 64px; }
  @media screen and (max-width: 1199px) {
    .steps {
      padding-bottom: 30px; } }
  @media screen and (max-width: 991px) {
    .steps {
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .steps {
      width: calc(100% + 30px);
      margin-left: -15px; } }
  .steps__item {
    width: 33.33333%;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 64px;
    border-right: 1px solid rgba(0, 0, 0, 0.03); }
    .steps__item:last-child {
      border: none; }
    @media screen and (max-width: 1199px) {
      .steps__item {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px; } }
    @media screen and (max-width: 991px) {
      .steps__item {
        width: 50%;
        padding-bottom: 30px; }
        .steps__item:last-child {
          width: 100%;
          border-top: 1px solid rgba(0, 0, 0, 0.03); } }
    @media screen and (max-width: 767px) {
      .steps__item {
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.03);
        text-align: center; }
        .steps__item:first-child {
          border: none; } }
  .steps__top-image img {
    width: 100%;
    transform: scale(1.2); }
  .steps__number {
    font-weight: 400;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .steps__number {
        font-size: 30px; } }
  .steps__title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.05em;
    margin-top: 36px; }
    @media screen and (max-width: 1199px) {
      .steps__title {
        font-size: 20px;
        line-height: 30px; } }
    @media screen and (max-width: 991px) {
      .steps__title br {
        display: none; } }
  .steps__subtitle {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-top: 16px; }
    @media screen and (max-width: 1199px) {
      .steps__subtitle {
        font-size: 13px;
        line-height: 20px; } }
    @media screen and (max-width: 991px) {
      .steps__subtitle br {
        display: none; } }
  .steps__text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 23px; }
    @media screen and (max-width: 1199px) {
      .steps__text {
        font-size: 13px;
        line-height: 20px; } }
  .steps__icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .steps__icon {
        margin: auto;
        margin-bottom: 20px; } }
    .steps__icon--1 {
      background-image: url(../img/steps-1.svg); }
    .steps__icon--2 {
      background-image: url(../img/steps-2.svg); }
    .steps__icon--3 {
      background-image: url(../img/steps-3.svg); }

.categories {
  padding-top: 107px; }
  @media screen and (max-width: 1199px) {
    .categories {
      padding-top: 70px; } }
  .categories__title {
    text-align: center; }
  .categories__list {
    margin-top: 45px;
    position: relative;
    left: 1px; }
    @media screen and (max-width: 1199px) {
      .categories__list {
        padding-top: 30px; } }
  .categories__item {
    width: 50%;
    border: 1px solid #EAEAEA;
    height: 327px;
    display: block;
    background-size: 353px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-left: 63px;
    padding-top: 55px;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    transition: all 300ms; }
    @media screen and (max-width: 1199px) {
      .categories__item {
        height: 280px;
        background-size: 50%; } }
    @media screen and (max-width: 991px) {
      .categories__item {
        width: 100%;
        background-size: auto 80%; } }
    @media screen and (max-width: 767px) {
      .categories__item {
        background-position: 36% 100%;
        background-size: auto 200px;
        padding-bottom: 200px;
        height: auto;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px; } }
    .categories__item-title {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .categories__item-title {
          width: 100%; } }
    .categories__item-button {
      width: 50px;
      height: 50px;
      border: 1px solid rgba(73, 109, 252, 0.1);
      background-image: url(../img/arrow-gray.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      position: absolute;
      bottom: 66px;
      transition: all 300ms; }
      @media screen and (max-width: 1199px) {
        .categories__item-button {
          bottom: 30px; } }
      @media screen and (max-width: 767px) {
        .categories__item-button {
          position: static;
          margin: auto;
          margin-top: 20px;
          margin-bottom: 20px; } }
    .categories__item:hover {
      border-color: #496DFC;
      z-index: 100;
      outline: 3px solid #496DFC; }
      .categories__item:hover .categories__item-button {
        background-color: #496DFC;
        background-image: url(../img/arrow-white.svg); }

.consult {
  min-height: 1071px;
  background-image: url(../img/bg-1.jpg);
  background-size: 1920px;
  background-position: 50% 0;
  margin-top: 27px;
  padding-top: 100px;
  color: #3D3D3D; }
  .consult--about {
    margin-top: 0;
    padding-top: 273px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .consult--about {
        padding-bottom: 70px !important; } }
  @media screen and (max-width: 767px) {
    .consult {
      padding-bottom: 200px; } }
  .consult__title {
    padding-right: 100px; }
    @media screen and (max-width: 991px) {
      .consult__title {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .consult__title {
        text-align: center; } }
    .consult__title-info {
      font-size: 20px;
      font-weight: 700;
      color: #496DFC;
      margin-left: 20px;
      display: inline-flex;
      align-items: center; }
      @media screen and (max-width: 1199px) {
        .consult__title-info {
          margin-left: 0;
          display: flex; } }
      @media screen and (max-width: 767px) {
        .consult__title-info {
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          justify-content: center; } }
      .consult__title-info i {
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../img/time.svg);
        margin-right: 10px; }
  .consult__text {
    margin-top: 29px;
    font-weight: 400; }
    @media screen and (max-width: 991px) {
      .consult__text {
        font-size: 15px; } }
    @media screen and (max-width: 767px) {
      .consult__text {
        text-align: center; } }
    .consult__text span {
      font-weight: 600; }
  .consult__form {
    width: 786px;
    margin-top: 58px;
    position: relative;
    z-index: 20; }
    @media screen and (max-width: 991px) {
      .consult__form {
        width: 100%; } }
  .consult__man {
    width: 1011px;
    height: 798px;
    background-image: url(../img/man-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    right: -252px; }
    @media screen and (max-width: 1199px) {
      .consult__man {
        display: none; } }
  .consult__content {
    position: relative; }

.form__left {
  width: 385px; }
  @media screen and (max-width: 991px) {
    .form__left {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .form__left {
      width: 100%; } }

.form__right {
  width: 385px;
  margin-left: auto; }
  @media screen and (max-width: 991px) {
    .form__right {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .form__right {
      width: 100%; } }

.form__item {
  width: 100%;
  margin-bottom: 15px; }

.form__file {
  cursor: pointer;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .form__file {
      width: 100%;
      background-color: #fff;
      margin-bottom: 15px; } }
  .form__file-icon {
    width: 85px;
    height: 85px;
    background-color: #fff;
    background-image: url(../img/link.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .form__file-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6B6B6B;
    margin-left: 24px; }

.form__checkbox {
  margin-top: 33px;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .form__checkbox-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: #fff;
    background-image: url(../img/checkbox.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 10px; }
  .form__checkbox-text {
    font-size: 10px;
    line-height: 18px; }

.form__field-text {
  height: 84px;
  width: 100%;
  border: 0px;
  background-color: #fff;
  border-radius: 0px;
  padding-left: 73px;
  color: #3D3D3D;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 26px 50%; }
  .form__field-text:focus {
    outline: 2px solid #496DFC; }
  .form__field-text::placeholder {
    color: #6B6B6B;
    font-weight: 400; }
  .form__field-text--email {
    background-image: url(../img/f-mail.svg); }
    .form__field-text--email:focus {
      background-image: url(../img/f-mail-active.svg); }
  .form__field-text--phone {
    background-image: url(../img/f-phone.svg); }
    .form__field-text--phone:focus {
      background-image: url(../img/f-phone-active.svg); }
  .form__field-text--inn {
    background-image: url(../img/f-number.svg); }
    .form__field-text--inn:focus {
      background-image: url(../img/f-number-active.svg); }

.form__field-textarea {
  height: 284px;
  width: 100%;
  border: 0px;
  padding-top: 32px;
  resize: none;
  background-color: #fff;
  border-radius: 0px;
  padding-left: 70px;
  color: #3D3D3D;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 26px 50%; }
  .form__field-textarea:focus {
    outline: 2px solid #496DFC; }
  .form__field-textarea::placeholder {
    color: #6B6B6B;
    font-weight: 400; }

.brands {
  border: 1px solid #E5E5E5;
  background-color: #fff;
  margin-top: -169px;
  margin-bottom: -173px;
  position: relative;
  z-index: 200;
  display: flex;
  flex-wrap: wrap; }
  .brands--about {
    margin-top: 80px; }
  .brands__title {
    width: 50%;
    height: 170px;
    border: 1px solid #E5E5E5;
    padding-left: 50px;
    padding-top: 36px; }
    @media screen and (max-width: 991px) {
      .brands__title {
        width: 100%; } }
  .brands__item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    border: 1px solid #E5E5E5;
    filter: grayscale(1);
    transition: all 300ms; }
    @media screen and (max-width: 991px) {
      .brands__item {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .brands__item {
        width: 100%; } }
    .brands__item:hover {
      filter: grayscale(0); }
    .brands__item img {
      max-height: 90%;
      max-width: 60%; }

.ship {
  background-color: #FAFAFA;
  padding-top: 266px; }
  .ship__box {
    min-height: 680px;
    background-image: url(../img/ship.jpg);
    padding-top: 105px;
    padding-left: 119px;
    padding-right: 117px;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1199px) {
      .ship__box {
        padding: 80px; } }
    @media screen and (max-width: 991px) {
      .ship__box {
        padding: 55px; } }
    @media screen and (max-width: 767px) {
      .ship__box {
        padding: 30px;
        background-position: 29% 0; } }
  .ship__title {
    letter-spacing: 0;
    margin-bottom: 9px; }
  .ship__subtitle {
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    color: #3D3D3D; }
    @media screen and (max-width: 991px) {
      .ship__subtitle {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .ship__subtitle {
        font-size: 18px;
        line-height: 28px; } }
  .ship__list {
    margin-left: 1px; }
    .ship__list-item {
      display: flex;
      align-items: center;
      margin-bottom: 32px; }
      @media screen and (max-width: 991px) {
        .ship__list-item {
          margin-bottom: 20px; } }
      .ship__list-item-icon {
        width: 63px;
        min-width: 63px;
        height: 63px;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 24px; }
      .ship__list-item-title {
        font-size: 16px;
        line-height: 24px;
        color: #3D3D3D;
        font-weight: 400; }
        @media screen and (max-width: 991px) {
          .ship__list-item-title br {
            display: none; } }
        @media screen and (max-width: 767px) {
          .ship__list-item-title {
            font-size: 15px;
            line-height: 23px;
            width: 67%; } }
  .ship__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 4px; }
    @media screen and (max-width: 991px) {
      .ship__content {
        flex-direction: column;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .ship__content {
        width: 100%; } }
  .ship__button {
    margin-bottom: 31px;
    margin-right: 2px; }
    @media screen and (max-width: 767px) {
      .ship__button {
        margin-right: 0;
        width: 100%; } }
    .ship__button .button {
      padding-left: 49px;
      padding-right: 49px; }
      @media screen and (max-width: 767px) {
        .ship__button .button {
          width: 100%; } }
  @media screen and (max-width: 1199px) {
    .ship__head {
      width: 578px; } }
  @media screen and (max-width: 991px) {
    .ship__head {
      width: 100%; } }

.footer {
  background-color: #FFFFFF;
  position: relative;
  z-index: 100; }
  .footer__title {
    font-size: 12px;
    font-weight: 700;
    color: #D7E0E3;
    letter-spacing: 1.3px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .footer__title {
        text-align: center; } }
  .footer__content {
    display: flex;
    justify-content: space-between;
    padding-top: 115px;
    padding-right: 22px;
    padding-bottom: 107px; }
    @media screen and (max-width: 991px) {
      .footer__content {
        flex-wrap: wrap;
        padding-top: 40px; } }
    @media screen and (max-width: 767px) {
      .footer__content {
        padding-top: 10px;
        padding-bottom: 50px; } }
  .footer__menu {
    margin-top: 37px; }
    @media screen and (max-width: 767px) {
      .footer__menu {
        margin-top: 20px;
        text-align: center; } }
    .footer__menu-link {
      font-size: 16px;
      font-weight: 400;
      color: #3D3D3D; }
      @media screen and (max-width: 767px) {
        .footer__menu-link {
          font-size: 15px; } }
    .footer__menu-item {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .footer__menu-item {
          margin-bottom: 20px; } }
      .footer__menu-item:last-child {
        margin-bottom: 0; }
  .footer__phone {
    display: flex;
    flex-direction: column;
    margin-top: 29px; }
    @media screen and (max-width: 767px) {
      .footer__phone {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center; } }
    .footer__phone a {
      font-size: 24px;
      color: #3D3D3D;
      font-weight: 600;
      margin-bottom: 16px; }
      @media screen and (max-width: 767px) {
        .footer__phone a {
          font-size: 20px; } }
  .footer__label {
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: auto;
    margin-bottom: 4px; }
    @media screen and (max-width: 767px) {
      .footer__label {
        text-align: center; } }
    .footer__label a {
      color: #496DFC; }
  .footer__time {
    font-size: 24px;
    line-height: 40px;
    color: #3D3D3D;
    font-weight: 400;
    margin-top: 21px; }
    @media screen and (max-width: 991px) {
      .footer__time {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .footer__time {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 26px;
        text-align: center; } }
  .footer__mail {
    margin-top: 26px; }
    @media screen and (max-width: 767px) {
      .footer__mail {
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: center; } }
    .footer__mail a {
      font-size: 24px;
      font-weight: 400;
      color: #496DFC; }
      @media screen and (max-width: 767px) {
        .footer__mail a {
          font-size: 20px; } }
  .footer__autor:hover {
    filter: brightness(0.1);
  }
  .footer__autor {
    width: 202px;
    height: 32px;
    background-image: url(../img/autor.png);
    background-size: contain;
    background-repeat: no-repeat;    
    transition: all 300ms;
    margin-top: auto;
    margin-bottom: -6px; }
    @media screen and (max-width: 767px) {
      .footer__autor {
        margin: auto; } }
  .footer__column {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 991px) {
      .footer__column {
        width: 48%;
        margin-top: 50px; } }
    @media screen and (max-width: 767px) {
      .footer__column {
        width: 100%;
        margin-top: 40px; } }

.consultation {
  padding-top: 117px;
  background-color: #FAFAFA; }
  @media screen and (max-width: 767px) {
    .consultation {
      padding-top: 60px; } }
  .consultation__content {
    display: flex;
    justify-content: space-between;
    color: #3D3D3D;
    position: relative; }
    @media screen and (max-width: 767px) {
      .consultation__content {
        flex-direction: column; } }
  .consultation__left {
    position: relative;
    z-index: 100; }
  .consultation__right {
    position: relative;
    z-index: 100;
    width: 385px; }
    @media screen and (max-width: 991px) {
      .consultation__right {
        width: 48%; } }
    @media screen and (max-width: 767px) {
      .consultation__right {
        width: 100%;
        margin-top: 30px; } }
  .consultation__form .form__field-text {
    border: 1px solid #F4F4F4; }
  .consultation__form .form__checkbox {
    margin-top: 16px; }
  .consultation__label {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 7px; }
    @media screen and (max-width: 767px) {
      .consultation__label {
        font-size: 18px;
        line-height: 28px; } }
  .consultation__mail {
    margin-top: 16px; }
    .consultation__mail a {
      font-size: 24px;
      color: #496DFC;
      font-weight: 400; }
  .consultation__text {
    font-size: 18px;
    line-height: 32px; }
    .consultation__text strong {
      font-weight: 600; }
    @media screen and (max-width: 767px) {
      .consultation__text {
        font-size: 15px;
        line-height: 20px; }
        .consultation__text br {
          display: none; } }
  @media screen and (max-width: 767px) {
    .consultation__title br {
      display: none; } }
  .consultation__man {
    width: 700px;
    height: 1000px;
    background-image: url(../img/man-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -38px;
    left: 257px; }
    @media screen and (max-width: 1199px) {
      .consultation__man {
        width: 574px;
        left: 215px; } }
    @media screen and (max-width: 991px) {
      .consultation__man {
        display: none; } }
  .consultation__list {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .consultation__list {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .consultation__list-item {
        display: flex;
        align-items: center;
        margin-bottom: 10px; } }
    .consultation__list-item-icon {
      width: 63px;
      min-width: 63px;
      height: 63px;
      background-color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 21px; }
      @media screen and (max-width: 767px) {
        .consultation__list-item-icon {
          margin-bottom: 0;
          margin-right: 10px; } }
    .consultation__list-item-title {
      font-size: 16px;
      line-height: 28px;
      color: #3D3D3D;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .consultation__list-item-title {
          font-size: 15px;
          line-height: 20px; }
          .consultation__list-item-title br {
            display: none; } }
  .consultation__bottom {
    position: relative;
    z-index: 100;
    background: linear-gradient(360deg, #EAEAEA 0%, rgba(234, 234, 234, 0) 100%);
    margin-top: 86px;
    padding-top: 102px;
    padding-bottom: 55px; }
    @media screen and (max-width: 991px) {
      .consultation__bottom {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .consultation__bottom {
        margin-top: 0;
        padding-top: 60px; } }

.catalog__categories {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .catalog__categories {
      margin-top: 20px; } }
  .catalog__categories-list {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-top: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    width: calc(100% + 1px); }
    @media screen and (max-width: 767px) {
      .catalog__categories-list {
        display: none; } }
    .catalog__categories-list.active {
      display: flex; }
  .catalog__categories-toggler {
    border: 2px solid #496DFC;
    height: 60px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background-color: #496DFC; }
    .catalog__categories-toggler i {
      display: block;
      margin-right: 20px; }
      .catalog__categories-toggler i span {
        display: block;
        width: 25px;
        height: 2px;
        margin-bottom: 4px;
        background-color: #fff; }
        .catalog__categories-toggler i span:last-child {
          margin-bottom: 0px; }
  .catalog__categories-item {
    width: 234px;
    height: 84px;
    border: 1px solid #F7F7F7;
    border-left-color: transparent;
    border-top-color: transparent; }
    @media screen and (max-width: 991px) {
      .catalog__categories-item {
        width: 33.333333%;
        height: 60px; } }
    @media screen and (max-width: 767px) {
      .catalog__categories-item {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center; } }
    .catalog__categories-item.active {
      border-color: #496DFC;
      background-image: url(../img/cat-active.svg);
      background-repeat: no-repeat;
      background-position: 50% bottom; }
      .catalog__categories-item.active a {
        color: #496DFC; }
    .catalog__categories-item a {
      display: flex;
      align-items: center;
      transition: all 300ms;
      justify-content: center;
      font-size: 14px;
      line-height: 24px;
      color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 991px) {
        .catalog__categories-item a {
          line-height: 17px;
          font-size: 13px; } }
      @media screen and (max-width: 767px) {
        .catalog__categories-item a {
          font-size: 12px; } }
      .catalog__categories-item a:hover {
        color: #496DFC; }

.catalog__filters {
  margin-top: 39px; }
  @media screen and (max-width: 767px) {
    .catalog__filters {
      margin-top: 10px; } }
  .catalog__filters-toggler {
    border: 2px solid #496DFC;
    height: 60px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #496DFC;
    background-color: #fff; }
    .catalog__filters-toggler i {
      display: block;
      margin-right: 20px;
      width: 25px;
      height: 25px;
      background-image: url(../img/range.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .catalog__filters-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .catalog__filters-list {
        display: none; } }
  .catalog__filters-item {
    width: 278px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .catalog__filters-item {
        width: 32%; } }
    @media screen and (max-width: 767px) {
      .catalog__filters-item {
        width: 100%;
        padding-bottom: 30px; } }
    .catalog__filters-item:empty {
      background: none;
      padding: 0;
      margin: 0; }
    .catalog__filters-item.closed {
      align-self: flex-start; }
  .catalog__filters-head {
    height: 84px;
    border-bottom: 1px solid #F7F7F7;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #3D3D3D;
    padding-bottom: 5px;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      .catalog__filters-head {
        padding-left: 16px;
        padding-right: 16px;
        height: 60px;
        font-size: 13px;
        line-height: 17px; } }
    .catalog__filters-head.closed:after {
      transform: rotate(180deg); }
    .catalog__filters-head:after {
      content: '';
      display: block;
      width: 12px;
      min-width: 12px;
      height: 12px;
      margin-left: auto;
      background-image: url(../img/up.svg); }
  .catalog__filters-content {
    padding-top: 29px;
    padding-left: 39px;
    padding-right: 21px;
    padding-bottom: 24px; }
    @media screen and (max-width: 991px) {
      .catalog__filters-content {
        padding: 20px; } }
  .catalog__filters-more {
    position: absolute;
    bottom: 29px; }
    @media screen and (max-width: 991px) {
      .catalog__filters-more {
        bottom: 10px; } }
    .catalog__filters-more a {
      font-size: 10px;
      line-height: 30px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #496DFC;
      border-bottom: 1px dashed rgba(73, 109, 252, 0.2); }
  .catalog__filters-field {
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: rgba(61, 61, 61, 0.5);
    padding-left: 20px;
    background-image: url(../img/checkbox-gray.svg);
    background-repeat: no-repeat;
    background-position: 0 7px;
    margin-bottom: 12px;
    transition: all 300ms; }
    .catalog__filters-field:hover {
      color: #000; }
    .catalog__filters-field.active {
      background-image: url(../img/checkbox.svg);
      color: #496DFC; }
      .catalog__filters-field.active:hover {
        color: #496DFC; }

.catalog__products-list {
  margin-top: 23px; }

.catalog__products-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  color: #3D3D3D;
  padding-bottom: 40px;
  margin-bottom: 30px; }

.catalog__products-title {
  padding-left: 38px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 38px;
  margin-top: 28px;
  margin-bottom: 27px; }

.catalog__products-image {
  width: 102px;
  margin: auto;
  margin-top: 36px; }
  .catalog__products-image img {
    width: 100%; }

.catalog__products-link {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 26px; }
  .catalog__products-link a {
    border-bottom: 1px dashed rgba(73, 109, 252, 0.2);
    padding-bottom: 4px;
    display: inline-block; }

.catalog__products-button {
  padding-top: 18px; }
  .catalog__products-button a {
    width: 72%;
    margin: auto;
    display: flex; }

.catalog__products-row {
  margin-bottom: 16px;
  padding-left: 38px; }
  .catalog__products-row-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }
  .catalog__products-row-value {
    opacity: 0.5;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600; }

.about {
  display: flex;
  background-repeat: no-repeat;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .about {
      background: none; } }
  .about__steps {
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .about__steps {
        padding-top: 0;
        margin-top: -91px; } }
  .about__image {
    width: 100%; }
    .about__image img {
      width: 100%; }
  .about__title {
    text-align: center;
    color: #3D3D3D;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 105px;
    line-height: 40px;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 991px) {
      .about__title {
        margin-top: 80px;
        font-size: 30px;
        line-height: 40px; } }
    @media screen and (max-width: 767px) {
      .about__title {
        font-size: 20px;
        line-height: 30px; } }
  .about__subtitle {
    font-size: 20px;
    line-height: 38px;
    color: #3D3D3D;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px; }
    @media screen and (max-width: 991px) {
      .about__subtitle {
        margin-top: 20px;
        font-size: 15px;
        line-height: 24px; } }
  .about__bottom {
    width: 765px;
    display: flex;
    align-items: center;}
    @media screen and (max-width: 991px) {
      .about__bottom {
        width: 680px; } }
    @media screen and (max-width: 767px) {
      .about__bottom {
        flex-direction: column;
        width: 100%;
        margin-top: 20px; } }
    .about__bottom-title {
      font-size: 24px;
      line-height: 40px;
      text-transform: uppercase;
      font-weight: 700; }
      @media screen and (max-width: 991px) {
        .about__bottom-title {
          font-size: 20px;
          line-height: 30px; } }
      @media screen and (max-width: 767px) {
        .about__bottom-title {
          text-align: center; }
          .about__bottom-title br {
            display: none; } }
    .about__bottom-text {
      margin-left: auto;
      font-size: 18px;
      line-height: 32px;
      font-weight: 400; }
      @media screen and (max-width: 991px) {
        .about__bottom-text {
          font-size: 16px;
          line-height: 26px; } }
      @media screen and (max-width: 767px) {
        .about__bottom-text {
          text-align: center;
          margin-top: 10px;
          margin-bottom: 10px; }
          .about__bottom-text br {
            display: none; } }

.extrim {
  color: #3D3D3D;
  padding-top: 102px;
  padding-bottom: 111px; }
  .extrim__box {
    display: flex; }
    @media screen and (max-width: 991px) {
      .extrim__box {
        flex-direction: column;
        text-align: center; } }
  .extrim__image {
    width: 389px;
    margin-left: 11px;
    margin-top: 16px; }
    @media screen and (max-width: 1199px) {
      .extrim__image {
        min-width: 300px;
        width: 300px; } }
    @media screen and (max-width: 991px) {
      .extrim__image {
        width: 389px;
        margin: auto;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .extrim__image {
        width: 100%; } }
    .extrim__image img {
      width: 100%; }
  .extrim__content {
    margin-left: 80px; }
    @media screen and (max-width: 1199px) {
      .extrim__content {
        margin-left: 40px; } }
    @media screen and (max-width: 991px) {
      .extrim__content {
        margin-left: 0; } }
  @media screen and (max-width: 1199px) {
    .extrim__title br {
      display: none; } }
  .extrim__subtitle {
    padding-left: 67px;
    font-size: 20px;
    line-height: 52px;
    margin-top: 8px;
    position: relative; }
    @media screen and (max-width: 1199px) {
      .extrim__subtitle {
        font-size: 18px; } }
    @media screen and (max-width: 991px) {
      .extrim__subtitle {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .extrim__subtitle {
        font-size: 13px;
        line-height: 20px; } }
    .extrim__subtitle:before {
      content: '';
      display: block;
      width: 45px;
      height: 1px;
      background-color: #3D3D3D;
      opacity: 0.2;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute; }
      @media screen and (max-width: 991px) {
        .extrim__subtitle:before {
          display: none; } }
  .extrim__text {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .extrim__text {
        font-size: 15px;
        line-height: 22px; } }

.product__card {
  padding-top: 113px;
  display: flex;
  padding-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .product__card {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .product__card {
      padding-top: 20px; } }
  .product__card-image {
    width: 641px;
    min-width: 641px; }
    @media screen and (max-width: 1199px) {
      .product__card-image {
        width: 40%;
        min-width: 40%; } }
    @media screen and (max-width: 991px) {
      .product__card-image {
        width: 100%; } }
    .product__card-image img {
      width: 100%; }
  .product__card-content {
    margin-left: 60px; }
    @media screen and (max-width: 1199px) {
      .product__card-content {
        margin-left: 20px; } }
    @media screen and (max-width: 991px) {
      .product__card-content {
        margin-left: 0;
        margin-top: 20px; } }
  .product__card-title {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -6px;
    letter-spacing: 1.2px; }
    @media screen and (max-width: 767px) {
      .product__card-title {
        text-align: center; } }
  .product__card-button a {
    width: 468px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    border: 1px solid #496DFC;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 300ms; }
    @media screen and (max-width: 767px) {
      .product__card-button a {
        width: 100%; } }
    .product__card-button a:hover {
      background-color: #496DFC;
      color: #fff; }
  .product__card-info {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center; }
    .product__card-info_item {
      display: flex;
      align-items: center;
      width: 50%;
      margin-bottom: 21px; }
      @media screen and (max-width: 767px) {
        .product__card-info_item {
          flex-direction: column; } }
    .product__card-info-image {
      margin-right: 21px;
      width: 63px;
      min-width: 63px; }
      @media screen and (max-width: 767px) {
        .product__card-info-image {
          margin-right: 0; } }
    .product__card-info-title {
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase;
      color: #3D3D3D;
      opacity: 0.5;
      font-weight: 600; }
    .product__card-info-text {
      font-size: 12px;
      line-height: 20px;
      color: #3D3D3D;
      font-weight: 600;
      width: 110%; }

.product__form {
  display: flex;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: 120px; }
  .product__form .header__cart {
    border: none; }
  @media screen and (max-width: 1999px) {
    .product__form .header__cart {
      margin-left: 0; }
    .product__form .header__cart-title {
      display: block; }
    .product__form .header__cart-items span {
      display: inline; } }
  @media screen and (max-width: 991px) {
    .product__form {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .product__form {
      margin-top: 0;
      margin-bottom: 20px; } }
  .product__form-button {
    width: 326px; }
    @media screen and (max-width: 991px) {
      .product__form-button {
        width: 100%; } }
  .product__form-content {
    width: 852px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 39px; }
    @media screen and (max-width: 991px) {
      .product__form-content {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .product__form-content {
        flex-direction: column; } }
  .product__form-link {
    color: #3D3D3D;
    opacity: 0.5;
    font-size: 14px;
    line-height: 24px; }
    .product__form-link a {
      color: #3D3D3D; }

.product__steps {
  padding-bottom: 120px; }

.contacts__content {
  display: flex;
  justify-content: space-between;
  margin-top: 118px;
  padding-bottom: 71px; }
  @media screen and (max-width: 991px) {
    .contacts__content {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .contacts__content {
      margin-top: 30px; } }

.contacts__map {
  width: 829px;
  height: 552px;
  background-color: #3D3D3D;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  .contacts__map .map {
    width: 200%;
    height: 1900px;
    position: absolute; }
  @media screen and (max-width: 1199px) {
    .contacts__map {
      width: 629px; } }
  @media screen and (max-width: 991px) {
    .contacts__map {
      width: 100%; } }
  .contacts__map-box {
    width: 380px;
    height: 197px;
    background-color: #FFFFFF;
    margin-top: 80px;
    padding-top: 37px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .contacts__map-box {
        width: 80%;
        padding: 21px; } }
  .contacts__map-logo {
    background-image: url(../img/logo.svg);
    width: 111px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto; }
  .contacts__map-text {
    font-size: 14px;
    line-height: 24px;
    color: #3D3D3D;
    font-weight: 400;
    text-align: center;
    margin-top: 13px; }
    @media screen and (max-width: 767px) {
      .contacts__map-text {
        font-size: 12px;
        line-height: 22px; }
        .contacts__map-text br {
          display: none; } }

.contacts__title {
  font-size: 12px;
  color: #D7E0E3;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700; }

.contacts__phone {
  display: flex;
  flex-direction: column;
  margin-top: 18px; }
  @media screen and (max-width: 767px) {
    .contacts__phone {
      margin-top: 10px; } }
  .contacts__phone a {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #3D3D3D; }
    @media screen and (max-width: 767px) {
      .contacts__phone a {
        font-size: 18px;
        line-height: 28px; } }

.contacts__mail {
  display: flex;
  flex-direction: column;
  margin-top: 18px; }
  @media screen and (max-width: 767px) {
    .contacts__mail {
      margin-top: 10px; } }
  .contacts__mail a {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #496DFC; }
    @media screen and (max-width: 767px) {
      .contacts__mail a {
        font-size: 18px;
        line-height: 28px; } }

.contacts__item {
  margin-bottom: 42px; }
  @media screen and (max-width: 991px) {
    .contacts__item {
      width: 48%; } }
  @media screen and (max-width: 991px) {
    .contacts__item {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .contacts__item {
      margin-bottom: 20px; } }

.contacts__text {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #3D3D3D;
  margin-top: 18px; }
  @media screen and (max-width: 767px) {
    .contacts__text {
      font-size: 18px;
      line-height: 28px;
      margin-top: 10px; } }

.contacts__link {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .contacts__link {
      margin-top: 10px; } }
  .contacts__link a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 800;
    color: #496DFC;
    text-transform: uppercase;
    letter-spacing: 0.9px; }
    @media screen and (max-width: 991px) {
      .contacts__link a {
        font-size: 12px;
        line-height: 20px; } }

@media screen and (max-width: 991px) {
  .contacts__info {
    display: flex;
    flex-wrap: wrap; } }
.title--red {
  color: red;
  padding-top: 20px;
}

.catalog__products-list .col-md-6 {width: 100% !important;min-width: 100% !important;}
.catalog__products-item {padding-left: 400px;background-image: url(../img/logo.svg);background-repeat: no-repeat;background-size: 280px auto;background-position: 20px 100px;display: flex;flex-wrap: wrap;flex-direction: row;justify-content: space-between;}
.catalog__products-title {width: 100%;padding-left: 0 !important;}
.catalog__products-row {width: 45%;padding-left: 80px;position: relative;min-height: 42px;}
.catalog__products-row:before {content: '';display: block;width: 43px;height: 43px;background-color: #FAFAFA;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDg2LjQsMjA0LjhoLTMyLjI5OWMtNC43NzktMTguNDY2LTEyLjEzNC0zNi4yMzMtMjEuODItNTIuNjc2bDIyLjgzNS0yMi44NDRjMTAuMDAxLTEwLjAwMSwxMC4wMDEtMjYuMjA2LDAtMzYuMjA3DQoJCQlMNDE4LjkxLDU2Ljg2NmMtNC44MDQtNC44MDQtMTEuMzE1LTcuNTAxLTE4LjA5OS03LjUwMWMtNi43OTMsMC0xMy4zMDMsMi42OTctMTguMDk5LDcuNTAxTDM1OS44NjgsNzkuNzENCgkJCWMtMTYuNDM1LTkuNjc3LTM0LjIwMi0xNy4wMzMtNTIuNjY4LTIxLjgxMVYyNS42YzAtMTQuMTQtMTEuNDYtMjUuNi0yNS42LTI1LjZoLTUxLjJjLTE0LjE0LDAtMjUuNiwxMS40Ni0yNS42LDI1LjZ2MzIuMjk5DQoJCQljLTE4LjQ2Niw0Ljc3OS0zNi4yMzMsMTIuMTM0LTUyLjY3NiwyMS44MmwtMjIuODM1LTIyLjg0NGMtNC44MDQtNC44MDQtMTEuMzE1LTcuNTAxLTE4LjA5OS03LjUwMVM5Ny44ODYsNTIuMDcsOTMuMDksNTYuODc1DQoJCQlMNTYuODgzLDkzLjA4MmMtMTAuMDAxLDEwLjAwMS0xMC4wMDEsMjYuMjA2LDAsMzYuMjA3bDIyLjg0NCwyMi44NDRjLTkuNjk0LDE2LjQzNS0xNy4wNSwzNC4yMDItMjEuODI4LDUyLjY2OEgyNS42DQoJCQlDMTEuNDYsMjA0LjgsMCwyMTYuMjYsMCwyMzAuNHY1MS4yYzAsMTQuMTQsMTEuNDYsMjUuNiwyNS42LDI1LjZoMzIuMjk5YzQuNzc5LDE4LjQ2NiwxMi4xMzQsMzYuMjMzLDIxLjgyLDUyLjY3Nkw1Ni44NzUsMzgyLjcyDQoJCQljLTEwLjAwMSwxMC4wMDEtMTAuMDAxLDI2LjIwNiwwLDM2LjIwN2wzNi4yMDcsMzYuMjA3YzUuMDAxLDUuMDAxLDExLjU1NCw3LjUwMSwxOC4wOTksNy41MDFjNi41NDUsMCwxMy4xMDctMi41LDE4LjA5OS03LjUwMQ0KCQkJbDIyLjg0NC0yMi44NDRjMTYuNDQ0LDkuNjg1LDM0LjIxLDE3LjA1LDUyLjY3NiwyMS44MnYzMi4yOWMwLDE0LjE0LDExLjQ2LDI1LjYsMjUuNiwyNS42aDUxLjJjMTQuMTQsMCwyNS42LTExLjQ2LDI1LjYtMjUuNg0KCQkJdi0zMi4yOTljMTguNDY2LTQuNzc5LDM2LjIzMy0xMi4xMzQsNTIuNjc2LTIxLjgybDIyLjg0NCwyMi44NDRjNSw1LDExLjU1NCw3LjUwMSwxOC4wOTksNy41MDFzMTMuMTA3LTIuNSwxOC4wOTktNy41MDENCgkJCWwzNi4xOTgtMzYuMjA3YzEwLjAwMS0xMC4wMDEsMTAuMDAxLTI2LjIwNiwwLTM2LjIwN2wtMjIuODM1LTIyLjg0NGM5LjY4NS0xNi40NDQsMTcuMDQxLTM0LjIxLDIxLjgyLTUyLjY3Nkg0ODYuNA0KCQkJYzE0LjE0LDAsMjUuNi0xMS40NiwyNS42LTI1LjZ2LTUxLjJDNTEyLDIxNi4yNiw1MDAuNTQsMjA0LjgsNDg2LjQsMjA0Ljh6IE00ODYuNCwyODEuNmgtNTMuMjM5DQoJCQljLTQuMzUyLDMwLjMyNy0xNi4yMzksNTguMTM4LTMzLjc5Miw4MS41N2wzNy42NDEsMzcuNjQxbC0zNi4yMDcsMzYuMjA3bC0zNy42NDEtMzcuNjQxDQoJCQljLTIzLjQzMiwxNy41NDUtNTEuMjQzLDI5LjQ0LTgxLjU3LDMzLjc5MlY0ODYuNGgtNTEuMnYtNTMuMjM5Yy0zMC4zMjctNC4zNTItNTguMTM4LTE2LjIzOS04MS41Ny0zMy43OTJsLTM3LjY0MSwzNy42NDENCgkJCWwtMzYuMjA3LTM2LjIwN2wzNy42NDEtMzcuNjQxYy0xNy41NDQtMjMuNDMyLTI5LjQ0LTUxLjI0My0zMy43OTItODEuNTdIMjUuNnYtNTEuMmg1My4yNA0KCQkJYzQuMzUyLTMwLjMyNywxNi4yMzktNTguMTM4LDMzLjc5Mi04MS41N2wtMzcuNjQxLTM3LjY0MWwzNi4yMDctMzYuMjA3bDM3LjY0MSwzNy42NDFjMjMuNDMzLTE3LjU0NCw1MS4yNDMtMjkuNDQsODEuNTctMzMuNzgzDQoJCQlWMjUuNmg1MS4ydjUzLjI0YzMwLjMyOCw0LjM1Miw1OC4xMzgsMTYuMjM5LDgxLjU3LDMzLjc4M2wzNy42NDEtMzcuNjQxbDM2LjIwNywzNi4yMDdsLTM3LjY0MSwzNy42NDENCgkJCWMxNy41NDQsMjMuNDMyLDI5LjQ0LDUxLjI0MywzMy43OTIsODEuNTdINDg2LjRWMjgxLjZ6IiBmaWxsPSIjNDk2REZCIi8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0yNTYsMTI4Yy03MC42OSwwLTEyOCw1Ny4zMS0xMjgsMTI4czU3LjMxLDEyOCwxMjgsMTI4czEyOC01Ny4zMSwxMjgtMTI4UzMyNi42OSwxMjgsMjU2LDEyOHogTTI1NiwzNTguNA0KCQkJYy01Ni40NjUsMC0xMDIuNC00NS45MzUtMTAyLjQtMTAyLjRTMTk5LjUzNSwxNTMuNiwyNTYsMTUzLjZTMzU4LjQsMTk5LjUzNSwzNTguNCwyNTZTMzEyLjQ2NSwzNTguNCwyNTYsMzU4LjR6IiBmaWxsPSIjNDk2REZCIi8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);position: absolute;left: 0;background-size: 20px;background-repeat: no-repeat;background-position: 50% 50%;}
.catalog__products-button {width: 400px;}
.catalog__products-button a {margin-left: 0 !important;width: 400px;flex-direction: column;}
.catalog__products-button a span {text-align: center;
  font-size: 10px;
  margin-top: 10px;
  padding: 0px 10px;
  line-height: 1.3;}
.catalog__products-button {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .catalog__products-item {padding-left: 280px;background-size: 200px;}
}

@media screen and (min-width: 1000px) {
  .ship--inner {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .catalog__products-item {flex-direction: column;padding-left: 20px;padding-right: 20px;padding-top: 200px;background-position: 20px 70px;}
}
@media screen and (max-width: 760px) {
  .catalog__products-button a {width: 100%;}
  .ship--inner {
    padding-top: 0 !important;
  }
  .catalog__filters-list {
    display: block;
  }
  .title--red {
    text-align: center;
  }
}

.certs {
  background-image: url(../img/docs.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-background-size: 400px;
  background-size: 400px;
}

@media screen and (max-width: 1200px) {
  .certs {text-align: left;}
  .certs__title {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .certs {-webkit-background-size: 280px;background-size: 280px;background-position: 100% 50%;}
}
@media screen and (max-width: 760px) {
  .certs {text-align: center;padding-top: 20px;padding-bottom: 300px;-webkit-background-size: 300px;background-size: 300px;background-position: 50% 100%;}
  .certs__title {
    text-align: center;
  }

}

body {
  font-weight: 500;
}

.about__info {
  display: flex;
  margin-top: 51px;
  margin-bottom: 50px;
}
.about__image img {
  width: 100%;
} 
.about__image {
  width: 469px;
}

.about__text {
  width: 668px;
  font-size: 20px;
  line-height: 38px;
  margin-left: 60px;
}


.about__slide {background-color: #fff;width: 300px;margin-left: 10px;margin-right: 10px;height: 490px;display: flex;align-items: center;justify-content: center;}
.about__slide:first-child {margin-left: 0;}
.about__slide:last-child {margin-right: 0;}
.about__slider {width: 100%; }
.about__slider img {width: 80%;height: auto;}

.about__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about__bottom {
  flex-direction: column;
  align-items: flex-start;
}

.about__bottom-title br{
display: none;
}

.about__bottom-text {
  margin-left: 0;
}

.about__bottom-text {
  margin-top: 40px;
}
.about__bottom-text strong {
  font-weight: bold;
}

.catalolg__image {
  width: 100%;
  margin-top: 40px;
}

.title--red {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .about__text {
    width: 500px;
    margin-left: auto;
    font-size: 16px;
    line-height: 28px;
  }
  .about__image {
    width: 400px;
  }
  .about__title {
    font-size: 24px;
  }
  .about__slide {
    height: 380px;
  }
}

@media screen and (max-width: 1000px) {
  .about__title {
    font-size: 18px;
  }
  .about__text {
    width: 100%;
    margin-left: auto;
    font-size: 16px;
    line-height: 28px;
  }
  .about__image {
    width: 500px;
    margin: auto;
    margin-bottom: 20px;
  }
  .about__info {
    flex-direction: column;
  }
  .about__bottom-wrapper {
    flex-direction: column;
  }
  .about__slider {
    margin: auto;
    margin-top: 20px;
  }
  .about__slide {
    height: 250px;
  }
}
@media screen and (max-width: 760px) {
  .about__text {
    text-align: center;
  }
  .about__bottom-text br {
    display: block;
  }
  .about__bottom-text strong {
    display: block;
  }
  .about__slider {
    flex-wrap: wrap;
  }
  .about__slide img {
    min-width: 80%
    max-height: 80%;
  }
  .about__slide {
    width: 50%;
    margin: 0;
    height: 80vw;
  }
}

.catalog__filters-item.active {
  border: 1px solid #496DFC;
}

.calc__input+.catalog__filters-field {
  font-weight: bold;
  text-transform: uppercase;
  color: #496DFC;
}

.modal__consult--2-empty {
  width: 400px;
  max-width: 94%;
  text-align: center;
  padding-bottom: 250px;
}

.modal__consult--2-empty .cart__question-phone {
  font-size: 18px;
  line-height: 30px;
}
.modal__consult--2-empty .cart__question {
  padding: 0;
  text-align: left;
  margin-left: -46px;
  margin-top: 26px;
  margin-bottom: -110px;
  font-size: 14px;
  line-height: 1.5;
}
.modal__consult--2-empty .title {
  line-height: 32px;
}
.modal__consult--2-empty .consult__text {
  line-height: 1.4;
}
.modal__consult--2-empty .consult__text a {
  text-decoration: underline;
  color: #496DFC;
}



.popup__privacy h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.popup__privacy h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 35px;
}

.popup__privacy {
  line-height: 1.7;
}
.popup__privacy p {
  margin-bottom: 15px;
}

@media screen and (max-width: 760px) {
  .modal__consult--2-empty .cart__question {
    padding-right: 20px;
    margin-left: 10px;
  }
  .about__image {
    width: 100%;
  }
.popup__privacy h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.popup__privacy h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 25px;
}

.popup__privacy {
  line-height: 1.5;
  text-align: center;
}
.popup__privacy p {
  margin-bottom: 20px;
}
}

.catalog__products-button a {
  background-color: #496DFC !important;
  color: #fff !important;
  outline: none !important;
}

.openCart {
  padding-top: 20px;
}
.openCart a {
  border-bottom: 1px dashed #496DFC;
  color: #496DFC;
}

.mfp-close {
  display: none !important;
}