

/* Start:/local/templates/bmsk/assets/css/style.css?1691158512190792*/
/*--------- RESET START -----------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Stolzl", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

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

/*--------- RESET END -----------*/

/*!
 * 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: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", 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: #fff;
}

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

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

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

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: -ms-grid !important;
  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 {
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

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

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      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;
}

/*
    Dots plugin
*/

/*
    Navigation plugin
*/

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/

/* 3/2 */

/*
  HTML plugin
*/

/*
  Toolbar plugin
*/

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-grid-row-align: center;
      align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

/* Close button located inside content area */

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* Opening */

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

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

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */

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

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Light.eot");
  src: local("Stolzl Light"), local("Stolzl-Light"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Light.woff2") format("woff2"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Light.woff") format("woff"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Thin.eot");
  src: local("Stolzl Thin"), local("Stolzl-Thin"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Thin.woff2") format("woff2"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Thin.woff") format("woff"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Book.eot");
  src: local("Stolzl Book"), local("Stolzl-Book"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Book.eot?#iefix") format("embedded-opentype"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Book.woff2") format("woff2"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Book.woff") format("woff"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Regular.eot");
  src: local("Stolzl Regular"), local("Stolzl-Regular"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Regular.woff2") format("woff2"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Regular.woff") format("woff"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Bold.eot");
  src: local("Stolzl Bold"), local("Stolzl-Bold"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Bold.woff2") format("woff2"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Bold.woff") format("woff"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Medium.eot");
  src: local("Stolzl Medium"), local("Stolzl-Medium"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Medium.woff2") format("woff2"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Medium.woff") format("woff"), url("/local/templates/bmsk/assets/css/../fonts/Stolzl-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

body {
  background-color: #EBF0F4;
}

a {
  transition: all 0.3s;
}

a:hover {
  color: #FFD600;
}

p {
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.section-title {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 65px;
  line-height: 100%;
  color: #515151;
}

.section-title-inner {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 55px;
  line-height: 100%;
  color: #515151;
}

.section-subtitle {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  color: #515151;
}

.slider-arrow {
  position: absolute;
  right: 0;
  top: -85px;
  width: 100%;
  max-width: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-arrow * {
  transition: all 0.3s;
}

.slider-prev,
.slider-next {
  cursor: pointer;
}

.slider-prev *,
.slider-next * {
  transition: all 0.3s;
}

.slider-prev:hover svg circle,
.slider-next:hover svg circle {
  fill: #FFD600;
}

.default-slider {
  position: relative;
}

.default-slide {
  position: relative;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.default-slide:hover .default-btn {
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
}

.default-info {
  position: relative;
  padding-bottom: 45px;
}

.default-info,
.default-img {
  width: 100%;
  max-width: calc(50% - 15px);
}

.default-date {
  padding-bottom: 21px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9E0E6;
  color: #FFD600;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.default-title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #515151;
}

.default-btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  min-width: 45px;
  height: 45px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 0px;
  line-height: 140%;
  color: #515151;
  transition: all 0.3s;
  background-color: #FFD600;
  background-image: url("/local/templates/bmsk/assets/css/../img/icon/arr.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.btn {
  padding: 22px;
  display: inline-block;
  background-color: #FFD600;
  width: 100%;
  max-width: 300px;
  color: #515151;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  transition: all 0.3s;
}

.btn:hover {
  background-color: #FFE146;
}

.btn-transparent {
  background-color: transparent;
  border: 1px solid #515151;
}

.btn-transparent:hover {
  background-color: #515151;
  color: #fff;
}

input {
  background-color: transparent;
  border: none;
  width: 100%;
}

.accordion {
  color: #515151;
}

.accordion * {
  transition: all 0.3s;
}

.accordion-title {
  padding: 25px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  cursor: pointer;
}

.accordion-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 35px;
  height: 35px;
  background-image: url("/local/templates/bmsk/assets/css/../img/icon/arr-primary-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}

.accordion-item {
  padding-left: 60px;
  position: relative;
  border-bottom: 1px solid #D9E0E6;
  max-height: 78px;
  overflow: hidden;
}

.accordion-item:first-child {
  border-top: 1px solid #D9E0E6;
}

.accordion-item.active {
  padding-bottom: 25px;
}

.accordion-item.active .accordion-body {
  margin-top: -10px;
}

.accordion-item.active .accordion-title::before {
  transform: rotate(-180deg);
}

.accordion-body {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}

.page-inner {
  padding-top: 111px;
}

.page-white {
  background-color: #fff;
}

.page-white .other {
  background-color: #EBF0F4;
}

.page-title {
  margin-bottom: 55px;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  color: #515151;
}

.page-pagination {
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-prev,
.page-next {
  cursor: pointer;
}

.page-prev *,
.page-next * {
  transition: all 0.3s;
}

.page-prev:hover svg circle,
.page-next:hover svg circle {
  fill: #FFD600;
}

.page-num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-num a {
  margin: 0px 20px;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #17173B;
  transition: all 0.3s;
}

.page-num a:hover {
  color: #FFD600;
}

.page-num span {
  margin: 0px 20px;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #FFD600;
}

.page-not {
  padding-top: 100px;
  background-image: url("/local/templates/bmsk/assets/css/../img/404/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-not footer,
.page-not .footer {
  background-image: none;
  background-color: transparent;
}

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

.page-404 h1 {
  font-weight: 500;
  font-size: 450px;
  line-height: 100%;
  text-align: center;
  color: #FFD600;
}

.page-404-text {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 35px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}

.page-404 .btn {
  width: 100%;
  max-width: 404px;
  border-color: #fff;
  color: #fff;
}

.page-404 .btn:hover {
  color: #515151;
  border-color: #FFD600;
  background-color: #FFD600;
}

.content {
  padding: 100px 0;
  background-color: #fff;
  color: #515151;
}

.content-info {
  display: flex;
  justify-content: space-between;
}

.content-text,
.content-img {
  max-width: calc(50% - 15px);
  width: 100%;
}

.content h2 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 65px;
  line-height: 100%;
}

.content h3 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  color: #515151;
}

.content ul li {
  position: relative;
  padding-left: 46px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FFD600;
}

.content p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  clear: both;
}

.content p img {
  float: left;
}

.content-inner {
  padding: 100px 0;
  color: #515151;
}

.content-inner h3 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  color: #515151;
}

.content-inner ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 46px;
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.content-inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FFD600;
}

.content-inner h2 {
  margin-bottom: 40px;
  font-size: 55px;
  line-height: 100%;
  font-weight: 400;
  line-height: 100%;
}

.content-inner p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  clear: both;
}

.content-inner p img {
  margin: 30px;
  margin-left: 0;
  float: left;
}

.content-about {
  padding-bottom: 50px;
  background-color: #fff;
}

.content-about .factory-features {
  margin-top: 23px;
  gap: 30px;
  padding-top: 0;
}

.content-about .factory-item {
  margin-bottom: 0;
}

[class*=copyrights-pane] {
  display: none;
}

[data-fancybox] {
  cursor: pointer;
}

.paradigma {
  margin-top: 125px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}

.paradigma a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.paradigma svg {
  margin-right: 28px;
  min-width: 50px;
}

.paradigma svg path {
  fill: currentColor;
}

.social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social .icon {
  margin-right: 37px;
}

.social .icon:last-child {
  margin-right: 0;
}

input:not([type=submit]) {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}

input:not([type=submit])::-moz-placeholder {
  color: #fff;
}

input:not([type=submit]):-ms-input-placeholder {
  color: #fff;
}

input:not([type=submit])::placeholder {
  color: #fff;
}

.breadcrumb {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.breadcrumb-item {
  position: relative;
  padding-right: 18px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  opacity: 0.5;
}

.breadcrumb-item:hover {
  opacity: 1;
}

.breadcrumb-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  background-image: url("/local/templates/bmsk/assets/css/../img/icon/bread-arr.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-item:last-child {
  padding-right: 0;
  margin-right: 0;
  pointer-events: none;
}

.breadcrumb-item:last-child::before {
  display: none;
}

.breadcrumb-inner .breadcrumb-item {
  color: #515151;
}

.breadcrumb-inner .breadcrumb-item::before {
  background-image: url("/local/templates/bmsk/assets/css/../img/icon/bread-arr-b.svg");
}

.breadcrumb-inner .breadcrumb-item:hover {
  color: #FFD600;
}

.form {
  max-width: 941px;
}

.form-item {
  display: flex;
  align-items: center;
}

.form-item-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-item-2 > * {
  width: 100%;
  max-width: calc(50% - 13px);
}

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

.form-politic {
  margin-left: 30px;
  width: 100%;
  max-width: calc(33.33% - 10px);
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}

.form-politic a {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #FFD600;
}

.form-btn {
  max-width: 293px;
}

.form-group {
  display: flex;
  align-items: center;
}

.form-group label {
  margin-right: 30px;
  width: 100%;
  max-width: calc(33.33% - 10px);
}

.form-group label:last-child {
  margin-right: 0;
}

.call {
  padding: 93px 0px 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/local/templates/bmsk/assets/css/../img/call/1.jpg");
}

.call-catalog {
  background-image: url("/local/templates/bmsk/assets/css/../img/call/2.jpg");
}

.call-card {
  background-image: url("/local/templates/bmsk/assets/css/../img/call/3.jpg");
}

.call-blog {
  background-image: url("/local/templates/bmsk/assets/css/../img/call/4.jpg");
}

.call .section-subtitle {
  padding: 4px 13px 6px;
  display: inline-block;
  color: #fff;
  background-color: #3AA061;
}

.call-text {
  margin-bottom: 60px;
  max-width: 513px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}

figcaption {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #515151;
  opacity: 0.5;
}

figure {
  margin-bottom: 50px;
}

figure img {
  float: none !important;
  margin: 0 !important;
}

figure p {
  margin-bottom: 0;
}

.hidden {
  overflow: hidden;
}

.delivery {
  padding: 50px 0;
  background-color: #fff;
}

.delivery-inner {
  padding-bottom: 50px;
  background-color: #fff;
}

.delivery-inner .breadcrumb a {
  color: #515151;
}

.delivery-inner .breadcrumb a::before {
  background-image: url("/local/templates/bmsk/assets/css/../img/icon/bread-arr-b.svg");
}

.delivery-inner .breadcrumb a:hover {
  color: #FFD600;
}

.delivery-inner-list {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.delivery-inner-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #D9E0E6;
}

.delivery-inner-list .delivery-features,
.delivery-inner-list .delivery-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  width: 100%;
  max-width: calc(50% - 50px);
}

.delivery-inner-map {
  margin-bottom: 50px;
}

.delivery-location {
  padding-top: 100px;
}

.delivery-location-item {
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #515151;
}

.delivery-location-item:hover {
  color: #FFD600;
}

.delivery-location-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 25px;
  background-image: url("/local/templates/bmsk/assets/css/../img/icon/marker-delivery.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.delivery .section-title {
  margin-bottom: 50px;
}

.delivery-features {
  padding-bottom: 70px;
  margin-bottom: 50px;
  border-bottom: 1px solid #D9E0E6;
  display: flex;
  justify-content: space-between;
}

.delivery-features-item {
  width: 100%;
  max-width: 33.33%;
}

.delivery-features-title {
  font-weight: 300;
  font-size: 65px;
  line-height: 100%;
  color: #FFD600;
}

.delivery-features-desc {
  max-width: 200px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #515151;
}

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

.delivery-bottom-text {
  margin-right: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #515151;
}

.delivery-bottom-phone {
  margin: 21px 0;
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #515151;
}

.delivery-bottom-img {
  max-width: 185px;
}

.delivery-btn {
  max-width: 260px;
}

.sertificats {
  padding-top: 50px;
  padding-bottom: 100px;
}

.sertificats-about {
  padding-top: 100px;
  padding-bottom: 50px;
}

.sertificats-slide {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background-color: #fff;
}

.sertificats-slider {
  position: relative;
}

.sertificats-slider-container {
  overflow: hidden;
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(110%);
  width: 100%;
  height: 100%;
  padding: 20px 0 25px;
  z-index: 999;
  background-color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  overflow-x: hidden;
}

.menu.hidden {
  overflow: hidden;
}

.menu.active {
  transform: translateX(0%);
}

.menu-close {
  cursor: pointer;
}

.menu-top {
  padding: 0px 20px 20px;
  margin: 0px -20px;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
}

.menu-main {
  padding-top: 40px;
}

.menu-main li {
  margin-bottom: 30px;
}

.menu-main li:last-child {
  margin-bottom: 0;
}

.menu-main li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #515151;
}

.menu-main li a svg {
  margin-left: 19px;
}

.menu-main li a:hover {
  color: #FFD600;
}

.menu-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #EBEBEB;
  display: flex;
  flex-direction: column;
}

.menu-hours {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #515151;
}

.menu-phone {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  color: #515151;
}

.menu-mail {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #515151;
}

.menu .social {
  margin-top: 25px;
}

.menu .social .icon {
  margin-right: 48px;
}

.menu-sub {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.menu-sub-title {
  margin-left: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.menu-sub-top {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  background-color: #EBF0F4;
}

.menu-sub-body {
  padding: 30px 24px 22px 20px;
  margin-right: 20px;
  height: calc(100% - 87px);
  overflow-y: scroll;
}

.menu-sub-body::-webkit-scrollbar {
  width: 5px;
}

.menu-sub-body::-webkit-scrollbar-track {
  margin-top: 30px;
  margin-bottom: 22px;
}

.menu-sub-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5C5C5C;
}

.menu-sub-body ul li {
  margin-bottom: 20px;
}

.menu-sub-body ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #515151;
}

.menu-sub-level ul li a {
  font-size: 16px;
  font-weight: 400;
}

.menu-sub.active {
  transform: translateX(0%);
}

.menu-content {
  position: absolute;
  z-index: 2;
  display: flex;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.menu-content.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

.menu-content .action-item {
  flex-direction: column;
  max-width: 585px;
}

.menu-content .action-img,
.menu-content .action-info {
  max-width: 100%;
}

.menu-content .action-img {
  margin-bottom: 20px;
}

.menu-content .action-info {
  padding-bottom: 65px;
}

.menu-content .action-title {
  padding-bottom: 0px;
  font-size: 20px;
}

.menu-action {
  width: 100%;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.menu-catalog {
  position: fixed;
  left: 0;
  top: 82px;
  width: 100%;
  height: calc(100% - 82px);
  z-index: -10;
  background-image: url("/local/templates/bmsk/assets/css/../img/menu.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}

.menu-catalog.active {
  z-index: 15;
  opacity: 1;
  pointer-events: all;
}

.menu-catalog-close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px;
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 10;
}

.menu-catalog-close * {
  transition: all 0.3s;
}

.menu-catalog-close svg {
  max-width: 20px;
  max-height: 20px;
}

.menu-catalog-close:hover {
  background-color: #FFD600;
}

.menu-container {
  position: relative;
  display: flex;
  height: 100%;
}

.menu-category {
  position: relative;
  padding: 35px 0;
  padding-right: 55px;
  background-color: #EBF0F4;
  z-index: 1;
}

.menu-category::before {
  content: "";
  position: absolute;
  left: -50vw;
  top: 0;
  width: 70vw;
  height: 100%;
  background-color: #EBF0F4;
  z-index: -1;
}

.menu-category ul li {
  margin-bottom: 20px;
  min-width: 186px;
}

.menu-category ul li.active a {
  color: #FFD600;
}

.menu-category ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #515151;
}

.menu-category ul li a:hover {
  color: #FFD600;
}

.menu-category-sub {
  padding: 35px 50px;
  width: 100%;
  max-width: 395px;
  background-color: #fff;
}

.menu-category-sub ul li {
  margin-bottom: 25px;
}

.menu-category-sub ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #515151;
}

.menu-category-sub ul li a:hover {
  color: #FFD600;
}

.menu-logo svg {
  width: 100%;
  max-width: 160px;
}

.menu-level a {
  display: flex;
}

.menu-level-next {
  margin-left: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu-level-next svg {
  width: 100%;
  margin-left: 0 !important;
}

.cart-list {
  padding-left: 20px;
}

.cart-container {
  flex-direction: column;
  overflow-y: scroll;
  max-height: calc(100vh - 140px);
  max-width: calc(100% + 30px);
}

.cart-container::-webkit-scrollbar {
  width: 5px;
}

.cart-container::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 22px;
}

.cart-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5C5C5C;
}

.cart-container .calc-table-item {
  position: relative;
  padding: 15px 20px;
  padding-left: 0;
  min-height: 87px;
  align-items: flex-end;
  max-width: calc(100% - 10px);
  overflow: hidden;
}

.cart-container .calc-table-item:first-child {
  margin-top: 10px;
}

.cart-container .calc-table-img {
  margin-right: 15px;
  max-width: 55px;
  min-width: 55px;
}

.cart-container .calc-table-img img {
  max-width: 55px;
  min-width: 55px;
}

.cart-container .calc-table-info {
  position: absolute;
  top: 15px !important;
  left: 70px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.cart-container .calc-table-price {
  text-align: left !important;
}

.cart-container .calc-total {
  position: relative;
  opacity: 1;
  top: 0;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  max-width: calc(100% - 10px);
}

.modal {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal-cart .sale-form {
  padding-top: 10px;
  padding-bottom: 50px;
  padding-right: 0;
  max-width: calc(100% - 10px);
}

.modal-cart .form-politic {
  max-width: calc(100% - 20px) !important;
}

.modal-cart .container {
  background-color: #fff;
}

.modal .sale {
  padding: 0;
}

.modal.active {
  display: flex;
}

.modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.modal-close * {
  transition: all 0.3s;
}

.modal-close:hover svg path {
  stroke: #FFD600;
}

.modal-thanks {
  z-index: 999;
}

.modal-thanks-content {
  padding: 78px 0px 68px;
  width: 100%;
  max-width: 403px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  background-color: #fff;
  text-align: center;
}

.modal-thanks-content h2 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  color: #515151;
}

.modal-btn {
  position: static;
}

.tab {
  display: none;
}

.tab[class*=tab-show] {
  display: block;
}

.calc {
  padding-top: 50px;
  overflow: hidden;
}

.calc-bg {
  background-color: #fff;
}

.calc-total {
  position: absolute;
  right: 0;
  top: 236px;
  transform: translateY(0px);
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 30px;
  max-width: 343px;
  height: 100%;
  border-top: 1px solid #EBF0F4;
  border-left: 1px solid #EBF0F4;
  transition: opacity 0.3s;
  opacity: 0;
}

.calc-total .btn {
  margin-bottom: 20px;
  display: block;
  max-width: 245px;
}

.calc-total-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 100%;
}

.calc-total-list {
  margin-bottom: 20px;
}

.calc-total-price {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 100%;
  color: #515151;
}

.calc-total-order {
  display: flex;
  flex-direction: column;
}

.calc-total-order .calc-total-item {
  color: #515151;
}

.calc-total-order .calc-total-item::before {
  border-color: #c2bcbc;
}

.calc-total-item {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 100%;
  color: #ABB4BB;
  z-index: 1;
}

.calc-total-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  border: 1px solid #EBF0F4;
  width: 100%;
  height: 1px;
  z-index: -1;
}

.calc-total-item span {
  padding-right: 10px;
  background-color: #fff;
}

.calc-total-item span:last-child {
  padding-left: 10px;
  padding-right: 0;
  color: #515151;
}

.calc h2 + p {
  margin-bottom: 50px;
  max-width: 945px;
}

.calc-products-content {
  width: 100%;
  max-width: 75%;
}

.calc-main {
  background-color: #fff;
}

.calc-buttons {
  display: flex;
  align-items: center;
}

.calc-buttons .tabs-button {
  padding: 20px 30px;
  font-size: 16px;
  line-height: 100%;
  border-right: 1px solid #D9E1E7;
  border-bottom: 1px solid #D9E1E7;
  cursor: pointer;
}

.calc-buttons .tabs-button:first-child {
  border-left: 1px solid #D9E1E7;
}

.calc-buttons .tabs-button.active {
  background-color: #FFD600;
  border-color: transparent;
}

.calc-subcat-buttons {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.calc-subcat-img {
  margin-right: 18px;
  max-width: 60px;
}

.calc-subcat-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 100%;
  color: #515151;
  transition: all 0.3s;
}

.calc-subcat-count {
  font-size: 12px;
  line-height: 100%;
  color: #515151;
}

.calc-subcat-count span {
  font-weight: 500;
}

.calc-subcat .tab-button {
  display: flex;
  width: 100%;
  max-width: calc(25% - 23px);
  cursor: pointer;
}

.calc-subcat .tab-button:hover .calc-subcat-title {
  color: #FFD600;
}

.calc-subcat .tab-button.active .calc-subcat-title {
  color: #FFD600;
}

.calc-head {
  padding: 40px 0px 23px;
  border-top: 1px solid #D9E1E7;
  border-bottom: 1px solid #D9E1E7;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  color: #ABB4BB;
}

.calc-title {
  width: 100%;
  max-width: 500px;
}

.calc-marka {
  width: 100%;
  max-width: 138px;
}

.calc-price {
  width: 100%;
  max-width: 138px;
}

.calc-count {
  width: 100%;
  max-width: 130px;
}

.calc-table-item {
  padding: 20px 0;
  padding-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9E0E6;
  color: #515151;
  font-size: 16px;
  line-height: 1;
}

.calc-table-img {
  margin-right: 30px;
  max-width: 78px;
}

.calc-table-title,
.calc-table-title a {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #515151;
}

.calc-table-title:hover,
.calc-table-title a:hover {
  color: #FFD600;
}

.calc-table-info {
  width: 100%;
  max-width: 390px;
}

.calc-table-check {
  margin-right: 5px;
  padding: 2px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9E0E6;
  font-size: 8px;
  font-weight: 600;
  line-height: 100%;
  color: #515151;
  cursor: pointer;
  transition: all 0.3s;
}

.calc-table-check:hover {
  border-color: #FFD600;
}

.calc-table-check.active {
  border-color: #FFD600;
}

.calc-table-check img {
  pointer-events: none;
}

.calc-table-sertif {
  margin-bottom: 10px;
  display: flex;
}

.calc-table-sertif:last-child {
  margin-bottom: 0;
}

.calc-table-sertif-text {
  margin-right: 11px;
  max-width: 130px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 100%;
  color: #ABB4BB;
}

.calc-table-sertif-list {
  display: flex;
  align-items: center;
}

.calc-table-marka {
  width: 100%;
  max-width: 138px;
}

.calc-table-price {
  width: 100%;
  max-width: 137px;
}

.calc-table-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 150px;
}

.calc-table-count-minus,
.calc-table-count-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.calc-table-count-minus *,
.calc-table-count-plus * {
  transition: all 0.3s;
}

.calc-table-count-minus:hover svg line,
.calc-table-count-plus:hover svg line {
  stroke: #FFD600;
}

.calc-table-body {
  padding-right: 30px;
  margin-right: 21px;
  max-height: 780px;
  overflow-y: scroll;
}

.calc-table-body::-webkit-scrollbar {
  width: 5px;
}

.calc-table-body::-webkit-scrollbar-track {
  margin-top: 30px;
  margin-bottom: 22px;
}

.calc-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5C5C5C;
}

.calc-bottom {
  padding-top: 50px;
  padding-bottom: 80px;
  border-top: 1px solid #D9E1E7;
}

.calc-bottom .section-subtitle {
  padding: 0;
  margin-bottom: 0;
}

.calc-bottom .col-lg-3 {
  margin-left: 0 !important;
}

.calc-bottom-item {
  position: relative;
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  background-color: #3870C3;
  color: #fff;
}

.calc-bottom-item span {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 73px;
  color: #fff;
}

.calc-bottom-item.green {
  background-color: #3AA061;
}

.calc-bottom-item.red {
  background-color: #D44D39;
}

.calc-inner .calc-list {
  display: flex;
}

.calc-inner .calc-head {
  border-top: none;
}

.calc-inner .calc-content {
  min-height: 600px;
  width: 100%;
  max-width: 75%;
}

.calc-inner .calc-total {
  position: static;
  transform: translateY(0px) !important;
  height: auto !important;
  border-top: none;
  opacity: 1;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 20;
  transition: all 0.3s;
}

.header.bg-white {
  background-color: #fff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
}

.header.bg-white .header-burger span {
  background-color: #515151;
}

.header.bg-white .header-logo {
  border-color: #5151518c;
}

.header.bg-white .header-logo svg .st-column,
.header.bg-white .header-logo svg .st-text {
  fill: #515151;
}

.header.bg-white .sub svg path {
  stroke: currentColor;
}

.header.bg-white .header-menu {
  border-color: #EBEBEB;
}

.header.bg-white .header-menu a {
  color: #515151;
}

.header.bg-white .header-menu a:hover {
  color: #FFD600;
}

.header.bg-white .header-phone,
.header.bg-white .header-mail {
  color: #515151;
}

.header.bg-white .header-phone:hover,
.header.bg-white .header-mail:hover {
  color: #FFD600;
}

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

.header-logo {
  margin-right: 51px;
}

.header-logo svg {
  width: 100%;
}

.header-logo svg .st-column {
  fill: #fff;
}

.header-contacts {
  margin-left: 40px;
  text-align: right;
}

.header-contacts a {
  color: #fff;
}

.header-contacts a:hover {
  color: #FFD600;
}

.header-phone {
  margin-bottom: 7px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.header-mail {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.header-menu {
  padding: 33px 5% 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

.header-menu a svg {
  margin-left: 3px;
  margin-bottom: 1px;
  transition: transform 0.3s;
}

.header-menu a:hover {
  color: #FFD600;
}

.header-menu a:hover svg path {
  stroke: currentColor;
}

.header-menu .sub.active a {
  color: #FFD600;
}

.header-menu .sub.active a svg {
  transform: rotate(-180deg);
}

.header-white .header {
  background-color: #fff;
  border-bottom: 1px solid rgba(81, 81, 81, 0.3);
}

.header-white .header .sub svg path {
  stroke: currentColor;
}

.header-white .header-burger span {
  background-color: #515151;
}

.header-white .header-logo {
  border-color: #5151518c;
}

.header-white .header-logo svg .st-column,
.header-white .header-logo svg .st-text {
  fill: #515151;
}

.header-white .header-menu {
  border-color: #EBEBEB;
}

.header-white .header-menu a {
  color: #515151;
}

.header-white .header-menu a:hover {
  color: #FFD600;
}

.header-white .header-phone,
.header-white .header-mail {
  color: #515151;
}

.header-white .header-phone:hover,
.header-white .header-mail:hover {
  color: #FFD600;
}

.main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-item {
  width: 100%;
}

.main-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 700px;
  height: 100vh;
  color: #fff;
}

.main-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.main-card .main-title {
  max-width: 540px;
}

.main-card + .tehnic {
  padding-bottom: 114px;
}

.main-card-row {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-card-text {
  padding-right: 50px;
}

.main-card-slide {
  padding: 30px;
  max-width: 618px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.main-card-slide * {
  transition: all 0.3s;
}

.main-card-slide:hover .main-card-title {
  color: #FFD600;
}

.main-card-slide:hover .default-btn {
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
}

.main-card-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #515151;
}

.main-card-img {
  max-width: calc(50% - 25px);
  width: 100%;
}

.main-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-card-info {
  width: 100%;
  max-width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-card-title {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  color: #515151;
}

.main-card-details {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #A4A7AF;
}

.main-card-details p {
  margin-bottom: 10px;
}

.main-card-details p:last-child {
  margin-bottom: 0;
}

.main-card-details span {
  color: #515151;
}

.main-card-top {
  margin-bottom: 40px;
}

.main-card-bottom {
  padding-top: 20px;
  border-top: 1px solid #EBF0F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-card .default-btn {
  position: static;
}

.main-container {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}

.main-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 110px;
}

.main-arrow * {
  transition: all 0.3s;
}

.main-arrow svg {
  border-radius: 50px;
}

.main-next,
.main-prev {
  cursor: pointer;
}

.main-next:hover svg,
.main-prev:hover svg {
  background-color: #FFD600;
}

.main-next:hover svg circle,
.main-prev:hover svg circle {
  stroke: currentColor;
  opacity: 1;
}

.main-next:hover svg path,
.main-prev:hover svg path {
  stroke: currentColor;
}

.main-pagination {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}

.main-pagination .swiper-pagination-current {
  color: #FFD600;
}

.main-title {
  margin-bottom: 20px;
  max-width: 900px;
  font-weight: 500;
  font-size: 65px;
  line-height: 100%;
}

.main-title-full {
  max-width: 900px;
}

.main-desc {
  margin-bottom: 20px;
  max-width: 510px;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
}

.main-desc a {
  color: #fff;
}

.main-slide {
  position: relative;
  padding-top: 176px;
  padding-bottom: 104px;
  display: flex;
  align-items: center;
  min-height: 700px;
  height: 100vh !important;
  color: #fff;
}

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

.main-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.main-service .main-slide {
  padding-bottom: 195px;
}

.main-service .main-btn {
  padding: 22px 70px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.action,
.service {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}

.action-inner,
.service-inner {
  padding-bottom: 100px;
}

.action-item,
.service-item {
  padding: 30px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  transition: all 0.3s;
}

.action-item:last-child,
.service-item:last-child {
  margin-bottom: 0;
}

.action-item:hover,
.service-item:hover {
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
}

.action-item:hover .action-btn,
.action-item:hover .service-btn,
.service-item:hover .action-btn,
.service-item:hover .service-btn {
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
}

.action-info,
.action-img,
.service-info,
.service-img {
  position: relative;
  width: 100%;
  max-width: calc(50% - 15px);
}

.action-date,
.service-date {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9E0E6;
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  color: #FFD600;
}

.action-title,
.service-title {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #515151;
}

.action-img img,
.service-img img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service {
  padding-top: 111px;
  padding-bottom: 100px;
}

.factory {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.factory-inner {
  padding: 50px 0 0;
}

.factory-inner-about {
  padding-bottom: 63px;
  background-color: #fff;
}

.factory-inner-about .factory-next svg circle,
.factory-inner-about .factory-prev svg circle {
  fill: #EBF0F4;
}

.factory-inner-about .factory-next:hover svg circle,
.factory-inner-about .factory-prev:hover svg circle {
  fill: #FFD600;
}

.factory-inner-service {
  padding-top: 100px;
  padding-bottom: 63px;
  border-top: 1px solid #D9E0E6;
}

.factory-inner-service .factory-next svg circle,
.factory-inner-service .factory-prev svg circle {
  fill: #EBF0F4;
}

.factory-inner-service .factory-next:hover svg circle,
.factory-inner-service .factory-prev:hover svg circle {
  fill: #FFD600;
}

.factory-inner .factory-slide {
  max-width: none;
  min-height: auto;
  transition: none;
  height: auto;
}

.factory-inner .factory-slide img {
  height: 100%;
}

.factory-inner .factory-slider {
  position: relative;
  padding-bottom: 37px;
}

.factory-inner .factory-slider-container-inner {
  overflow: hidden;
}

.factory-features {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.factory-features-info {
  padding: 30px;
}

.factory-features img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.factory-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #515151;
}

.factory-desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.factory-item {
  margin-bottom: 30px;
  width: 100%;
  max-width: calc(50% - 15px);
  background-color: #F0F4F7;
}

.factory-row {
  margin-top: -145px;
}

.factory-row p {
  position: relative;
  z-index: 1;
}

.factory p {
  margin-bottom: 20px;
}

.factory p:last-child {
  margin-bottom: 0;
}

.factory h3 {
  max-width: 612px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #515151;
}

.factory::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 770px;
  background: linear-gradient(180deg, #EBF0F4 0%, rgba(235, 240, 244, 0) 100%);
  z-index: -1;
}

.factory-bottom {
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.factory-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 110px;
}

.factory-pagination {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #515151;
}

.factory-slide {
  transition: all 0.3s;
  min-height: 485px;
  max-height: 500px;
  max-width: 510px;
}

.factory-slide img {
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.factory-slide-active ~ .factory-slide {
  max-width: 294px;
}

.service-slider {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}

.review {
  padding: 50px 0;
}

.review .section-title {
  margin-bottom: 50px;
}

.review-slider-container {
  overflow: hidden;
}

.review-list {
  display: flex;
  gap: 30px;
}

.review-item {
  padding: 30px;
  width: 100%;
  background-color: #fff;
}

.review-top {
  padding-bottom: 23px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  color: #515151;
  border-bottom: 1px solid #D9E0E6;
}

.review-top img {
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.review-raiting {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #515151;
}

.review-raiting img {
  padding-top: 10px;
  max-height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.review .btn {
  max-width: 244px;
}

.clients-slider {
  padding: 50px 0;
}

.clients-slider-about {
  padding-bottom: 100px;
}

.clients-slider-container {
  overflow: hidden;
}

.clients-slider-list {
  position: relative;
}

.clients-slide {
  background-color: #fff;
}

.work-slider {
  padding-top: 50px;
  padding-bottom: 100px;
}

.work-slider + .factory-inner {
  padding-top: 0;
}

.work-slider .section-title {
  margin-bottom: 50px;
}

.work-slider .default-slider-container {
  overflow: hidden;
}

.work-slider .default-info img {
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq {
  padding: 100px 0;
  border-top: 1px solid #D9E0E6;
  border-bottom: 1px solid #D9E0E6;
  background-color: #fff;
}

.faq p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.special {
  padding-top: 100px;
  padding-bottom: 50px;
}

.special-slider-container {
  overflow: hidden;
}

.special-slide {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.special-slide * {
  transition: all 0.3s;
}

.special-slide:hover .special-title {
  color: #FFD600;
}

.special-slide:hover .default-btn {
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
}

.special-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #515151;
}

.special-img {
  max-width: calc(50% - 15px);
  width: 100%;
}

.special-info {
  width: 100%;
  max-width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.special-title {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  color: #515151;
}

.special-details {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #A4A7AF;
}

.special-details span {
  color: #515151;
}

.special-bottom {
  padding-top: 20px;
  border-top: 1px solid #EBF0F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.special .default-btn {
  position: static;
}

.why {
  padding: 50px 0;
}

.why-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.why-item {
  width: 100%;
  max-width: calc(33.33% - 20px);
  background-color: #fff;
}

.why-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.why-slider {
  position: relative;
}

.why-slider-container {
  overflow: hidden;
}

.why-info {
  padding: 30px;
  background-color: #fff;
}

.why-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #515151;
}

.why-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.tehnic {
  padding: 100px 0 64px;
}

.tehnic-slider {
  position: relative;
}

.tehnic-slider img {
  max-height: 520px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tehnic-slider-container {
  overflow: hidden;
}

.tehnic-row .col-lg-6 {
  padding-right: 0;
}

.tehnic-row .col-lg-6:last-child {
  background-color: #fff;
}

.tehnic-col {
  padding: 78px 50px !important;
}

.tehnic-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tehnic h3 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: #515151;
}

.tehnic p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.tehnic-pagination {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #515151;
}

.tehnic-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 110px;
}

.tehnic h4 {
  margin-top: 26px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  color: #515151;
}

.tehnic-inner .tehnic-col {
  padding: 33px 50px !important;
}

.tehnic-inner .tehnic-col p {
  margin-bottom: 20px;
}

.tehnic-features {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #515151;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #515151;
}

.tehnic-features > * {
  margin-bottom: -3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  background-color: #fff;
}

.sfera {
  padding-bottom: 50px;
}

.sfera-slider {
  position: relative;
}

.sfera-slider-container {
  overflow: hidden;
}

.sfera-slide {
  background-color: #fff;
  height: auto;
}

.sfera-img img {
  max-height: 265px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sfera-title {
  padding: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #515151;
}

.sale {
  padding-bottom: 50px;
}

.sale-container {
  display: flex;
  background-color: #fff;
}

.sale-img {
  padding: 68px 50px 52px;
  background-image: url("/local/templates/bmsk/assets/css/../img/sale/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 50%;
}

.sale-img img {
  margin-bottom: 27px;
  max-width: 140px;
}

.sale-text {
  max-width: 490px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}

.sale-form {
  padding: 50px;
}

.sale-form input {
  border-color: #515151;
  color: #515151;
}

.sale-form input::-moz-placeholder {
  color: #515151;
}

.sale-form input:-ms-input-placeholder {
  color: #515151;
}

.sale-form input::placeholder {
  color: #515151;
}

.sale-form .form-politic {
  max-width: calc(50% - 13px);
  color: #515151;
}

.sale-form .form-btn {
  max-width: calc(50% - 13px);
}

.sale-title {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  color: #515151;
}

.other {
  padding: 50px 0px 100px;
}

.other-slider {
  position: relative;
}

.other-slider-container {
  overflow: hidden;
}

.other-item {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  height: auto;
  background-color: #fff;
}

.other-item:hover .other-card-title {
  color: #FFD600;
}

.other-item:hover .default-btn {
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
}

.other-img {
  max-width: calc(50% - 25px);
  width: 100%;
}

.other-card-info {
  max-width: calc(50% - 25px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.other-card-top {
  margin-bottom: 40px;
}

.other-card-bottom {
  padding-top: 20px;
  border-top: 1px solid #EBF0F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.other-card-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 25px;
  line-height: 130%;
  color: #515151;
}

.other-card-details {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #A4A7AF;
}

.other-card-details p span {
  color: #515151;
}

.other-card-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #515151;
}

.other-card-btn {
  position: static;
}

.work-inner {
  padding-bottom: 140px;
}

.work-inner .breadcrumb-item {
  color: #515151;
}

.work-inner .breadcrumb-item::before {
  background-image: url("/local/templates/bmsk/assets/css/../img/icon/bread-arr-b.svg");
}

.work-inner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.work-inner-item {
  position: relative;
  padding: 30px;
  width: 100%;
  max-width: calc(50% - 15px);
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.work-inner-item:hover .work-inner-btn {
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
}

.work-inner-item:hover .work-inner-title {
  color: #FFD600;
}

.work-inner-img,
.work-inner-info {
  width: 100%;
  max-width: calc(50% - 15px);
}

.work-inner-info {
  position: relative;
  padding-bottom: 45px;
}

.work-inner-info img {
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.work-inner-title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #515151;
  transition: all 0.3s;
}

.work-inner-btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  min-width: 45px;
  height: 45px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 0px;
  line-height: 140%;
  color: #515151;
  transition: all 0.3s;
  background-color: #FFD600;
  background-image: url("/local/templates/bmsk/assets/css/../img/icon/arr.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.work-slider + .content {
  padding-top: 0px;
  background-color: transparent;
}

.work-slider + .content-inner {
  padding-top: 0px;
}

.work-slider-price .default-title {
  font-weight: 500;
}

.works-inner {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.works-inner .page-title {
  margin-bottom: 30px;
  max-width: calc(100% - 30px);
}

.works-inner ~ *:not([class*=fancybox]) {
  position: relative;
  background-color: #EBF0F4;
  z-index: 2;
}

.works-list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.works-img {
  padding: 15px 0;
  max-width: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9E0E6;
}

.works-item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ABB4BB;
}

.works-item:last-child {
  margin-bottom: 0;
}

.works-item span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.works-text {
  padding-bottom: 35px;
}

.works-text h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #515151;
}

.works-text p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.works-bg {
  position: fixed;
  top: 80px;
  width: 100%;
  height: 100%;
  max-height: 700px;
  max-width: 1610px;
  text-align: right;
  z-index: -1;
}

.works-bg img {
  height: 100%;
  width: 100%;
  max-width: calc(100% - 640px);
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-list {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.blog-item {
  position: relative;
  padding-bottom: 85px;
  width: 100%;
  max-width: calc(33.33% - 20px);
  background-color: #fff;
}

.blog-item:hover .blog-title {
  color: #FFD600;
}

.blog-item:hover .blog-more {
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
}

.blog-head {
  padding: 20px 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  border-bottom: 1px solid #D9E0E6;
  color: #A4A7AF;
}

.blog-title {
  padding: 20px 30px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #515151;
  transition: all 0.3s;
}

.blog-more {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 0;
  min-width: 45px;
  height: 45px;
  background-color: #FFD600;
  border-radius: 40px;
  transition: all 0.3s;
  background-color: #FFD600;
  background-image: url("/local/templates/bmsk/assets/css/../img/icon/arr.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.post-previev {
  margin-bottom: 50px;
}

.post-video {
  position: relative;
  margin-top: 50px;
  cursor: pointer;
}

.post-video * {
  transition: all 0.3s;
}

.post-video:hover .post-video-play svg ellipse {
  fill: #fff;
}

.post-video:hover .post-video-play svg path {
  fill: #FFD600;
}

.post-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.post-back {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 210px;
}

.post-back svg {
  margin-right: 14px;
}

.post-back svg path {
  stroke: currentColor;
}

.post-date {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #515151;
}

.post h2 {
  margin: 50px 0;
  font-weight: 400;
  font-size: 55px;
  line-height: 100%;
  color: #515151;
}

.post h3 {
  margin: 50px 0 30px;
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  color: #515151;
}

.post h4 {
  margin: 50px 0 30px;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  color: #515151;
}

.post p,
.post ul li,
.post ol li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 150%;
  color: #515151;
}

.post p b,
.post ul li b,
.post ol li b {
  font-weight: 600;
}

.post p img,
.post ul li img,
.post ol li img {
  margin: 30px 30px 30px 0;
  float: left;
}

.post ul li,
.post ol li {
  position: relative;
  padding-left: 46px;
  list-style: none;
}

.post ul li::before,
.post ol li::before {
  position: absolute;
  left: 10px;
  top: 10px;
}

.post ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FFD600;
}

.post ol li {
  counter-increment: li;
}

.post ol li::before {
  content: counter(li) ".";
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 170%;
  color: #FFD600;
}

.post strong {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #515151;
}

.contacts {
  padding-bottom: 100px;
}

.contacts-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9E0E6;
}

.contacts-item:last-child {
  margin-bottom: 0;
}

.contacts-map {
  min-height: 186px;
}

.contacts-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #515151;
}

.contacts-btn-map {
  max-width: 244px;
}

.contacts-phone {
  margin-bottom: 7px;
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #515151;
}

.contacts-mail,
.contacts-hours {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #515151;
}

.price {
  padding-top: 0;
}

.price-delivery {
  padding: 100px 0px 50px;
}

.price .calc-total {
  transform: translateY(0) !important;
}

.price-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.price-row {
  width: 100%;
  max-width: 1411px;
}

.price-table {
  position: relative;
  padding-right: 15px;
  background-color: #fff;
  border-right: 1px solid #E7E7F2;
}

.price-table::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 9;
}

.price .col-lg-3 {
  margin-left: -15px;
  background-color: #fff;
}

.price-manager {
  padding: 50px 0px 50px 40px;
}

.price-manager-img {
  margin-bottom: 30px;
  max-width: 242px;
}

.price-manager-img img {
  width: 100%;
  max-width: 100%;
  border-radius: 100px;
}

.price-manager-text {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: #515151;
}

.price-manager .form input {
  margin-bottom: 30px;
  color: #515151;
  border-color: #515151;
}

.price-manager .form input::-moz-placeholder {
  color: #515151;
}

.price-manager .form input:-ms-input-placeholder {
  color: #515151;
}

.price-manager .form input::placeholder {
  color: #515151;
}

.price-manager .form-group {
  max-width: 243px;
  flex-wrap: wrap;
}

.price-manager .form-group label {
  margin-right: 0;
  max-width: 100%;
}

.price-manager .form-politic {
  margin-top: 20px;
  margin-left: 0;
  max-width: 100%;
  color: #515151;
}

.price-head {
  display: flex;
  align-items: center;
  width: calc(100% + 15px);
  max-width: calc(100% + 15px);
}

.price-head .price-item {
  padding: 29px 50px 20px;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9E0E6;
  font-size: 14px;
  font-weight: 400;
  color: #A6A6BA;
}

.price-head .price-name {
  padding-right: 30px;
  width: 100%;
  max-width: 630px;
}

.price-head .price-count {
  padding-right: 30px;
  width: 100%;
  max-width: 108px;
}

.price-head .price-sum {
  padding-right: 30px;
  width: 100%;
  max-width: 200px;
  color: #A6A6BA;
  font-weight: 400;
}

.price-body {
  position: relative;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 80px;
  height: 100%;
  max-height: 696px;
  overflow-y: scroll;
}

.price-body::-webkit-scrollbar {
  width: 5px;
}

.price-body::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
}

.price-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5C5C5C;
}

.price-item {
  padding: 15px 0;
  border-bottom: 1px solid #D9E0E6;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  color: #515151;
}

.price-name {
  padding-right: 30px;
  width: 100%;
  max-width: 630px;
}

.price-sum {
  padding-right: 30px;
  width: 100%;
  max-width: 200px;
  color: #515151;
}

.prices {
  padding-top: 140px;
  padding-bottom: 100px;
}

.prices-top {
  margin-bottom: 42px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.prices-top .section-title {
  max-width: 965px;
}

.prices-title {
  width: 100%;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.48px;
}

.prices-link {
  padding: 16px 24px;
  width: 100%;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 24px;
  color: #515151;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.32px;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.prices-link:hover {
  border-color: #FFD600;
}

.prices-link.mob {
  display: none;
}

.prices-link span {
  padding-top: 8px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.28px;
  color: #AFAFB1;
}

.prices-link-text {
  display: flex;
  flex-direction: column;
}

.prices-list {
  margin-bottom: 24px;
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
}

.prices-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: calc(50% - 16px);
  background-color: #F4F4F4;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.28px;
  border-radius: 16px;
}

.prices-name {
  padding: 16px;
  padding-right: 32px;
  border-right: 1px solid #fff;
}

.prices-features {
  padding: 0px 16px;
  flex-grow: 1;
}

.prices-amount {
  padding: 16px;
  padding-left: 32px;
  border-left: 1px solid #fff;
}

.prices-btn {
  width: 100%;
  max-width: 100%;
}

.prices-btn:hover {
  color: #515151;
}

.prices-cart {
  padding-right: 16px;
  cursor: pointer;
}

.prices-cart svg {
  width: 25px;
}

.prices .tabs {
  padding: 24px;
  border-radius: 32px;
  background-color: #fff;
}

.prices .tabs-buttons {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.prices .tabs-button {
  padding: 16px 10px;
  border-radius: 16px;
  background-color: #fff;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.28px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.prices .tabs-button.active {
  border-color: #FFD600;
  color: #515151;
  background-color: #FFD600;
}

.prices .tab {
  display: none;
}

.prices .tab h2 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.48px;
}

.prices .tab-show {
  display: block;
}

.prices .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prices .form-group input {
  max-width: calc(50% - 8px);
}

.prices .form-politic {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.28px;
}

.prices .form-politic a {
  color: #000;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.28px;
}

.prices .form-btn {
  width: 100%;
  max-width: 100%;
}

.prices .form label {
  position: relative;
  width: 100%;
}

.prices .form label.label-select {
  max-width: calc(50% - 8px);
}

.prices .form label.label-select input {
  max-width: 100%;
}

.prices .form label.label-select::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 18px;
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/bmsk/assets/css/../img/arr.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
  z-index: 2;
  pointer-events: none;
}

.prices .form label.label-select.active::before {
  transform: rotate(-180deg);
}

.prices .form label * {
  transition: all 0.3s;
}

.prices .form label span {
  position: absolute;
  top: 17px;
  left: 16px;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}

.prices .form label span.active {
  opacity: 0;
}

.footer {
  position: relative;
  padding-top: 100px;
  background-color: #fff;
  background-image: url("/local/templates/bmsk/assets/css/../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44%;
  height: calc(100% - 100px);
  background-color: #fff;
  z-index: -1;
}

.footer-contacts {
  padding-top: 60px;
  padding-right: 50px;
  padding-bottom: 32px;
  background-color: #fff;
}

.footer-phone {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 35px;
  line-height: 100%;
  color: #515151;
}

.footer-mail {
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #515151;
}

.footer .social {
  margin-bottom: 56px;
}

.footer-map {
  padding-left: 0;
  padding-right: 0;
}

.footer-map iframe {
  min-height: 100%;
}

.footer-adress {
  position: relative;
  padding: 25px 0;
  padding-left: 40px;
  border-bottom: 1px solid #EAEAEA;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #515151;
}

.footer-adress:first-child {
  border-top: 1px solid #EAEAEA;
}

.footer-adress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  background-image: url("/local/templates/bmsk/assets/css/../img/icon/marker.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer-copy {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-copy-top {
  padding-left: 30px;
}

.footer-copy a {
  color: #FFD600;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
}

.footer p {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #fff;
}

.footer .paradigma a {
  color: #fff;
}

.footer .paradigma a:hover {
  color: #FFD600;
}

.footer-rec {
  padding: 30px;
  background-color: #FFD600;
  color: #515151 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.footer-rec svg {
  margin-bottom: 25px;
  margin-left: auto;
  max-width: 80px;
  display: block;
}

.footer #footer-map {
  min-height: 560px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-grid {
    display: -ms-grid !important;
    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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        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) {
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-md-grid {
    display: -ms-grid !important;
    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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        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) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-lg-grid {
    display: -ms-grid !important;
    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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        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 all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }

  .fancybox__slide {
    padding: 64px 100px;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }

  .carousel__button.is-close {
    right: 40px;
  }

  .fancybox__toolbar {
    padding: 8px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-grid {
    display: -ms-grid !important;
    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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        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) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xxl-grid {
    display: -ms-grid !important;
    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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
        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 (max-width: 992px) {
  .prices {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .prices-top {
    margin-bottom: 32px;
    gap: 16px;
    flex-direction: column;
  }

  .prices .section-title {
    margin-bottom: 16px;
  }

  .prices-title {
    max-width: none;
    font-size: 18px;
  }

  .prices-link {
    max-width: 100%;
    font-size: 14px;
  }

  .prices-link.desc {
    display: none;
  }

  .prices-link.mob {
    display: flex;
  }

  .prices-link span {
    font-size: 12px;
  }

  .prices-list {
    margin-bottom: 24px;
    gap: 4px;
    flex-direction: column;
  }

  .prices-item {
    align-items: normal;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
  }

  .prices-name {
    padding: 8px;
    padding-right: 12px;
    min-width: 53px;
    display: flex;
    align-items: center;
  }

  .prices-features {
    padding: 0px 10px;
    flex-grow: 1;
    display: flex;
    align-items: center;
  }

  .prices-amount {
    padding-left: 18px;
    min-width: 73px;
    display: flex;
    align-items: center;
  }

  .prices-cart {
    padding-right: 7px;
    display: flex;
    align-items: center;
  }

  .prices-btn {
    width: 100%;
  }

  .prices-mod .prices-amount {
    padding-right: 7px;
    padding-left: 10px;
  }

  .prices .tabs {
    padding: 16px;
  }

  .prices .tabs-buttons {
    margin-bottom: 32px;
    padding-right: 20px;
    gap: 8px;
    overflow-x: scroll;
  }

  .prices .tabs-button {
    font-size: 14px;
    white-space: nowrap;
  }

  .prices .tab h2 {
    font-size: 18px;
  }

  .prices .form-group {
    flex-direction: column;
  }

  .prices .form-group input {
    max-width: 100%;
    font-size: 14px;
  }

  .prices .form-politic {
    margin-bottom: 24px;
  }

  .prices .form label {
    position: relative;
    width: 100%;
  }

  .prices .form label.label-select {
    max-width: 100%;
  }

  .prices .form label.label-select input {
    max-width: 100%;
  }

  .prices .form label span {
    font-size: 14px;
  }

  .container {
    padding: 0px 20px;
  }

  .btn {
    font-size: 14px;
  }

  .page-inner {
    padding-top: 100px;
  }

  .page-title {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .page-pagination {
    padding-bottom: 80px;
  }

  .page-num {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .page-num a,
  .page-num span {
    margin: 0;
    font-size: 18px;
  }

  .page-not {
    padding-top: 0;
  }

  .page-not h1 {
    font-size: 160px;
    font-weight: 600;
  }

  .page-404 {
    min-height: 680px;
    display: flex;
    align-items: center;
  }

  .page-404-text {
    margin-bottom: 38px;
    font-size: 18px;
  }

  .page-404 .btn {
    padding: 17px 0;
    width: 100%;
    max-width: 320px;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .section-title-inner {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .section-subtitle {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .default-img {
    order: 1;
  }

  .default-slider .slider-arrow {
    display: none;
  }

  .default-slide {
    padding: 20px 30px 30px;
    flex-direction: column;
  }

  .default-info,
  .default-img {
    max-width: 100%;
  }

  .default-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 300px;
  }

  .default-info {
    margin-bottom: 20px;
  }

  .default-title {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .default-title + img {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .default-date {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .default-btn {
    min-width: 40px;
    height: 40px;
    background-size: contain;
  }

  .swiper-pagination-bullets {
    padding-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-pagination-bullets span {
    margin: 0px 5px;
    width: 5px;
    height: 5px;
    background-color: #515151;
    border-radius: 5px;
  }

  .swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background-color: #FFD600;
  }

  .breadcrumb {
    display: none;
  }

  .header-row {
    position: relative;
  }

  .header-logo {
    padding: 10px 0;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 30px;
    margin-right: 0;
  }

  .header-logo svg {
    max-width: 120px;
  }

  .header-contacts {
    margin-left: 0;
  }

  .header-phone {
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .header-menu,
  .header-mail {
    display: none;
  }

  .header-burger {
    position: absolute;
    left: -20px;
    top: 4px;
    padding: 18px 15px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
  }

  .header-burger span {
    width: 100%;
    height: 1px;
    background-color: #fff;
  }

  .form-bottom {
    margin-top: -20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-item-2 {
    flex-direction: column;
  }

  .form-item-2 > * {
    max-width: 100%;
  }

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

  .form-group label {
    margin-right: 0;
    max-width: 100%;
  }

  .form-btn {
    padding: 18px 0;
    margin-bottom: 24px;
    max-width: 207px;
  }

  .form-politic {
    margin-left: 0;
    max-width: 100%;
    font-size: 11px;
  }

  .form-politic a {
    font-size: 11px;
  }

  input:not([type=submit]) {
    border-radius: 0px;
    font-size: 16px;
  }

  .call {
    padding: 70px 0px 80px;
  }

  .call .section-subtitle {
    padding: 6px;
  }

  .call-text {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .factory-slide-active ~ .factory-slide {
    max-width: none;
  }

  .delivery {
    padding: 80px 0;
  }

  .delivery iframe {
    max-height: calc(100vw + 20px);
    pointer-events: none;
  }

  .delivery-location {
    padding-top: 80px;
    margin-bottom: -20px;
  }

  .delivery-inner {
    padding-bottom: 80px;
  }

  .delivery-inner iframe {
    max-height: calc(100vw + 20px);
  }

  .delivery-inner-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .delivery-inner-list::before {
    display: none;
  }

  .delivery-inner .delivery-bottom {
    max-width: 100%;
  }

  .delivery-inner .delivery-bottom br {
    display: none;
  }

  .delivery-inner .delivery-features {
    padding-bottom: 10px;
    margin-bottom: 30px;
    max-width: 100%;
    border-bottom: 1px solid #D9E0E6;
  }

  .delivery-inner .delivery-features-item {
    max-width: 100%;
  }

  .delivery-features {
    padding-bottom: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .delivery-features-item {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .delivery-features-title {
    margin-bottom: 1px;
    font-size: 50px;
  }

  .delivery-features-desc {
    max-width: 100%;
    font-size: 16px;
  }

  .delivery-bottom {
    position: relative;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .delivery-bottom-text {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    font-size: 16px;
  }

  .delivery-bottom-phone {
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 20px;
  }

  .delivery-bottom-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 93px;
  }

  .delivery-btn {
    padding: 18px 0;
    max-width: 207px;
  }

  .sertificats {
    padding-top: 40px;
  }

  .factory {
    padding: 80px 0;
  }

  .factory-bottom {
    padding: 0;
  }

  .factory-inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .factory-inner .factory-slider {
    padding-bottom: 0;
    margin: 0;
  }

  .factory-slide {
    max-width: none;
    max-height: none;
    min-height: auto;
  }

  .factory-slider {
    margin-bottom: 30px;
  }

  .factory-row {
    margin-top: 0;
    flex-direction: column-reverse;
  }

  .factory-arrow {
    display: none;
  }

  .factory h3 {
    margin: 50px 0 20px;
    font-size: 20px;
  }

  .factory-features {
    padding-top: 0px;
    flex-direction: column;
  }

  .factory-features-info {
    padding: 20px 30px 33px;
  }

  .factory-item {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .factory-item:last-child {
    margin-bottom: 0;
  }

  .factory-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .factory-desc {
    font-size: 16px;
  }

  .slider-arrow {
    display: none;
  }

  .service-slider {
    padding-top: 72px;
    padding-bottom: 40px;
  }

  .review {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review .section-title {
    margin-bottom: 20px;
  }

  .review-top {
    padding-bottom: 15px;
    font-size: 25px;
    line-height: 1;
  }

  .review-top img {
    max-width: 40px;
  }

  .review .btn {
    padding: 18px 0;
  }

  .clients-slider {
    padding-top: 40px;
    padding-bottom: 50px;
    overflow-x: hidden;
  }

  .clients-slider-container {
    overflow: visible;
  }

  .work-slider {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .work-slider + .content {
    padding: 40px 0;
  }

  .work-slider + .content-inner {
    padding: 40px 0;
  }

  .work-inner-list {
    flex-wrap: wrap;
  }

  .work-inner-item {
    flex-direction: column;
    max-width: 100%;
  }

  .work-inner-img {
    padding-top: 15px;
    max-width: 100%;
    order: 1;
  }

  .work-inner-info {
    max-width: 100%;
  }

  .work-inner-info img {
    margin-bottom: 30px;
  }

  .work-inner-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .work-inner-btn {
    min-width: 40px;
    height: 40px;
    background-size: contain;
  }

  .faq {
    padding: 80px 0;
    border-bottom: 1px solid #D9E0E6;
  }

  .faq p {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .accordion-item {
    padding-left: 57px;
  }

  .accordion-title {
    padding: 20px 0;
    font-size: 16px;
  }

  .accordion-body {
    font-size: 16px;
  }

  .content {
    padding: 80px 0;
  }

  .content h2 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 1;
  }

  .content h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 25px;
  }

  .content p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .content p img {
    margin-right: 0;
  }

  .content ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .content ul li::before {
    top: 8px;
  }

  .content-inner {
    padding: 80px 0;
  }

  .content-inner + .factory-inner {
    padding-top: 0;
  }

  .content-inner + .factory-inner-service {
    padding-top: 50px;
  }

  .content-inner h2 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 1;
  }

  .content-inner h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 25px;
  }

  .content-inner p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .content-inner p img {
    margin-right: 0;
  }

  .content-inner ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .content-inner ul li::before {
    top: 8px;
  }

  .footer {
    padding: 20px 0;
    background-image: url("/local/templates/bmsk/assets/css/../img/footer-bg-mob.jpg");
    background-size: cover;
  }

  .footer .row {
    margin: 0;
  }

  .footer::before {
    top: 20px;
    width: 100%;
    height: calc(100% - 400px);
    max-width: calc(100% - 20px);
  }

  .footer-contacts {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 20px;
  }

  .footer-phone {
    font-size: 25px;
  }

  .footer-mail {
    font-size: 16px;
    font-weight: 500;
  }

  .footer .social {
    margin-bottom: 30px;
    justify-content: space-between;
    max-width: 400px;
  }

  .footer .social .icon {
    margin-right: 0;
  }

  .footer-adress {
    padding: 12px 0px 12px 30px;
  }

  .footer-adress::before {
    width: 15px;
    height: 20px;
  }

  .footer-map {
    margin-left: -20px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    pointer-events: none;
  }

  .footer-map #footer-map {
    min-height: 50vw;
  }

  .footer-copy {
    padding-right: 0;
    margin-left: -20px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    flex-direction: column-reverse;
  }

  .footer-copy-top {
    padding-top: 20px;
    padding-left: 20px;
  }

  .footer-copy-top p,
  .footer-copy-top a {
    font-size: 11px;
  }

  .footer-rec {
    padding: 20px 20px 22px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
  }

  .footer-rec br:last-child {
    display: none;
  }

  .footer-rec svg {
    margin: 0;
    margin-left: 15px;
  }

  .paradigma {
    padding-top: 19px;
    padding-bottom: 0;
    margin-top: 21px;
  }

  .paradigma svg {
    margin-right: 19px;
    max-width: 37px;
    max-height: 37px;
    min-width: 37px;
  }

  .paradigma a {
    font-size: 14px;
    font-weight: 300;
  }

  .sale {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .sale + .other {
    padding-top: 40px;
  }

  .sale-container {
    margin: 0px -20px;
    flex-direction: column;
  }

  .sale-img,
  .sale-form {
    max-width: 100%;
  }

  .sale-img {
    padding: 50px 37px;
  }

  .sale-img img {
    margin-bottom: 30px;
    transform: translateX(-17px);
    max-width: 113px;
  }

  .sale-text {
    font-size: 20px;
  }

  .sale-form {
    padding: 50px 20px 80px;
  }

  .sale-title {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .sale .form-btn {
    max-width: 207px;
  }

  .sale .form-politic {
    max-width: 100%;
  }

  .other {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .other + .factory-inner {
    padding-top: 0;
  }

  .other-item {
    flex-direction: column;
  }

  .other-img,
  .other-card-info {
    max-width: 100%;
  }

  .other-img {
    padding-top: 15px;
    order: 1;
  }

  .other-img img {
    min-height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .other-card-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .other-card-price {
    font-size: 16px;
  }

  .other-card-top {
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .other-card-bottom {
    padding-top: 15px;
  }

  .other-card-details {
    font-size: 15px;
  }

  .other-card-details p {
    margin-bottom: 7px;
  }

  .other-card-details p span {
    font-weight: 500;
  }

  .blog-list {
    margin-bottom: 20px;
    flex-direction: column;
    row-gap: 20px;
  }

  .blog-item {
    padding-bottom: 100px;
    max-width: 100%;
  }

  .blog-title {
    font-size: 18px;
  }

  .blog-more {
    bottom: 30px;
    min-width: 40px;
    height: 40px;
    background-size: contain;
  }

  .post {
    padding-bottom: 70px;
  }

  .post .page-title {
    font-size: 30px;
  }

  .post-video svg {
    max-width: 50px;
    max-height: 50px;
  }

  .post-previev {
    margin-bottom: 30px;
  }

  .post strong {
    font-size: 20px;
  }

  .post p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .post p img {
    margin-right: 0;
  }

  .post-date {
    display: none;
  }

  .post-date + .btn {
    display: none;
  }

  .post h2 {
    margin: 50px 0px 20px;
    font-size: 30px;
  }

  .post h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .post h4 {
    margin-top: 30px;
    margin-bottom: 18px;
    font-size: 20px;
  }

  .post ul li,
  .post ol li {
    font-size: 16px;
  }

  .post ol li {
    padding-left: 35px;
    font-size: 16px;
  }

  .post ol li::before {
    font-size: 16px;
  }

  .post figure {
    margin-bottom: 30px;
  }

  .post figure figcaption {
    margin-top: 4px;
    font-size: 10px;
  }

  .post figure img {
    margin: 0;
    float: none;
  }

  .post figure p {
    margin-bottom: 0;
  }

  .contacts {
    padding-bottom: 80px;
  }

  .contacts-map {
    margin-bottom: 20px;
  }

  .contacts-text {
    font-size: 16px;
  }

  .contacts-btn-map {
    padding: 18px 0;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .contacts-phone {
    margin-bottom: 7px;
    display: inline-block;
    font-size: 24px;
  }

  .contacts-mail {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
  }

  .service-inner,
  .action-inner {
    padding-bottom: 80px;
  }

  .service-item,
  .action-item {
    margin-bottom: 20px;
    flex-direction: column;
  }

  .service-info,
  .service-img,
  .action-info,
  .action-img {
    max-width: 100%;
  }

  .service-title,
  .action-title {
    font-size: 18px;
  }

  .service-date,
  .action-date {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .service-info,
  .action-info {
    padding-bottom: 70px;
  }

  .service-img,
  .action-img {
    padding-top: 20px;
  }

  .service-img img,
  .action-img img {
    min-height: 260px;
  }

  .service {
    padding-bottom: 80px;
  }

  .calc-main {
    display: none;
  }

  .calc-bottom {
    padding-bottom: 50px;
  }

  .calc-bottom .col-lg-3 {
    max-width: 33.33%;
  }

  .calc-bottom .section-subtitle {
    padding-left: 10px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .calc-bottom-item {
    padding: 10px 10px 33px;
  }

  .calc-bottom-item span {
    left: 10px;
    bottom: 10px;
    font-size: 0;
  }

  .calc-bottom img {
    max-width: 73px;
  }

  .main-service + .content {
    padding-bottom: 30px;
  }

  .main-service + .content-inner {
    padding-bottom: 50px;
  }

  .main-slide {
    padding: 0;
    min-height: 700px;
    display: flex;
    align-items: center;
  }

  .main-slide-img {
    -o-object-position: 60%;
       object-position: 60%;
  }

  .main-title {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .main-desc {
    font-size: 16px;
  }

  .main-arrow {
    display: none;
  }

  .main-container {
    bottom: 20px;
  }

  .main-btn {
    padding: 18px;
    max-width: 225px;
    font-size: 14px;
  }

  .main-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-pagination span {
    margin: 0px 5px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
  }

  .main-pagination span.swiper-pagination-bullet-active {
    background-color: #FFD600;
  }

  .main-inner {
    padding: 0;
    min-height: 700px;
    display: flex;
    align-items: center;
  }

  .main-card + .tehnic {
    padding-bottom: 40px;
  }

  .main-card-row {
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-card-slide {
    position: relative;
    padding: 20px;
    padding-bottom: 92px;
    justify-content: flex-start;
  }

  .main-card-price {
    font-size: 16px;
    font-weight: 500;
  }

  .main-card-btn {
    min-width: 35px;
    height: 35px;
  }

  .main-card-img {
    margin-right: 20px;
    height: auto;
    max-width: 32.144%;
  }

  .main-card-img img {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 75.2%;
    height: auto;
  }

  .main-card-info {
    max-width: 100%;
  }

  .main-card-top {
    margin-bottom: 0;
  }

  .main-card-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .main-card-details {
    font-size: 12px;
  }

  .main-card-bottom {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }

  .action {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .special {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .special-slide {
    flex-direction: column;
  }

  .special-img,
  .special-info {
    max-width: 100%;
  }

  .special-img {
    padding-top: 15px;
    order: 1;
  }

  .special-img img {
    min-height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .special-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

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

  .special-top {
    padding-bottom: 15px;
  }

  .special-bottom {
    padding-top: 15px;
  }

  .special-details {
    font-size: 15px;
  }

  .special-details p {
    margin-bottom: 7px;
  }

  .special-details p span {
    font-weight: 500;
  }

  .why {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why-list {
    flex-direction: column;
  }

  .why-item {
    max-width: 100%;
  }

  .why-info {
    padding: 20px 30px;
  }

  .why-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .why-desc {
    font-size: 16px;
  }

  .tehnic {
    padding-top: 80px;
    padding-bottom: 0px;
    overflow: hidden;
  }

  .tehnic-features:last-child {
    margin-bottom: 0;
  }

  .tehnic-inner .tehnic-col {
    padding: 40px 20px 10px !important;
  }

  .tehnic h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .tehnic h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .tehnic p {
    font-size: 16px;
  }

  .tehnic-row {
    margin: 0px -20px;
  }

  .tehnic-row .col-lg-6 {
    padding-left: 0;
  }

  .tehnic-arrow {
    display: none;
  }

  .tehnic-bottom {
    position: static;
    transform: translateY(0);
    background-color: #fff;
    padding-top: 0;
  }

  .tehnic-col {
    padding: 40px 20px 50px !important;
  }

  .sfera {
    padding-bottom: 40px;
  }

  .sfera-title {
    padding: 20px 30px 30px;
    font-size: 20px;
  }

  .sfera-slide {
    height: 100%;
  }

  .works-inner {
    padding-top: 51px;
    overflow: hidden;
  }

  .works-inner .container {
    display: flex;
    flex-direction: column;
  }

  .works-inner .container .row {
    order: 1;
  }

  .works-inner .page-title {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .works-inner .page-title br {
    display: none;
  }

  .works-list {
    gap: 20px;
  }

  .works-text h2 {
    font-size: 24px;
  }

  .works-text p {
    font-size: 16px;
  }

  .works-item {
    font-size: 12px;
  }

  .works-item span {
    font-size: 16px;
  }

  .works-img {
    max-width: 150px;
  }

  .works-bg {
    position: static;
    margin: 0px -20px;
    margin-bottom: 30px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }

  .works-bg img {
    min-height: 450px;
    max-width: 100%;
  }

  .price-delivery {
    padding-top: 80px;
  }

  .price-table {
    padding: 0;
    border: none;
  }

  .price-table::before {
    display: none;
  }

  .price-head {
    max-width: 100%;
    width: 100%;
  }

  .price-head .price-name {
    width: 100%;
    max-width: 60%;
    font-size: 14px;
  }

  .price-head .price-sum {
    padding-left: 10px;
    width: 100%;
    max-width: 40%;
    font-size: 14px;
  }

  .price-head .price-item {
    padding-right: 0;
    padding-left: 0;
  }

  .price-container {
    padding: 0px 20px;
  }

  .price-row > * {
    padding: 0;
  }

  .price-body {
    padding: 0;
  }

  .price-body::-webkit-scrollbar {
    display: none;
  }

  .price-name,
  .price-sum {
    padding-left: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 40%;
  }

  .price-name {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 60%;
  }

  .price-manager {
    padding-left: 0;
    padding-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .price-manager-img {
    margin-right: 20px;
    max-width: 150px;
  }

  .price-manager-text {
    max-width: 46%;
    font-size: 18px;
  }

  .price-manager .form {
    width: 100%;
    max-width: 100%;
  }

  .price-manager .form-group {
    max-width: 100%;
  }

  .price-manager .form-btn {
    margin-bottom: 0;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

@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: -ms-grid !important;
    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;
  }
}
/* End */


/* Start:/local/templates/bmsk/styles.css?175882344595*/
.calc-table-sertif-list .calc-table-check{
	width: unset;
	max-width: 50px;
	min-width: 25px;
}
/* End */


/* Start:/local/templates/bmsk/template_styles.css?17588234455870*/
.form-politic span {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #FFD600;
}

.clients-slider-list .swiper-wrapper {
    height: auto;
}

.header-logo {
	max-width: 182px;
}

.header:not(.bg-white) .header-logo svg *{
	fill: #fff;
}

.header-white .header-logo svg * {
	fill: #515151 !important;
}

.menu-category {
    width: 100%;
    max-width: fit-content;
}
a.menu-sub-title {
color: #515151;
}
.work-slider .default-info img, .work-inner-info img{
    max-width: 100%;
}


.all-projects .btn:hover {
	color: #515151;
}

.all-projects {
	display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.menu-action img {
	max-height: calc(100vh - 400px);
    object-fit: contain;
}

.footer #footer-map {
	min-height: 100%;
}

.calc-table-price, .calc-table-marka {
	text-align: center;
}

.calc-table-marka {
    max-width: 125px;
}

.calc-table {
    min-height: 420px;
}

.form-politic label  {
font-weight: 300;
    font-size: 12px;
    line-height: 150%;
}
.page-num a.active {
    color: #FFD600;
}

.form-group label {
    max-width: 100%; 
}

.form-btn {
border: none;
}

.calc-table-value input.product-item-amount-field {
     margin-bottom: 0px; 
    padding-bottom: 0px; 
    border-bottom: none;
    color: #000; 
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
}

.calc-total {
opacity: 1 !important;
}
.flex {
display: flex;
flex-wrap: wrap;
}

.calc-table-check.selected {
    border-color: #FFD600;
}

#zakazForm .form-item-2 {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.btn.calc-btn.modal-call-btn:disabled {
    border: 1px solid #ffd60078;
    background-color: #ffd60078;
}
#zakazForm .form-item-2 > * {
    width: 100%;
    max-width: calc(80% - 13px);
}

#zakazForm input:not([type=submit]),
#zakazForm select,
#zakazForm textarea {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #515151;
    color: #515151;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
}

.calc-buttons.tabs-buttons {
    flex-wrap: wrap;
}



.calc.calc-inner-bottom .section-title {
     margin-bottom: 0px; 
}

.price-sum.serv{
    padding-right: 30px;
    width: 100%;
    max-width: 200px;
    /*color: #A6A6BA;
    font-weight: 400;*/
text-align: right;
}
.price-sum.unit{
    padding-right: 30px;
    width: 100%;
    max-width: 600px;
    color: #A6A6BA;
    font-weight: 400;
text-align: center;
}
.main-card .main-title {
    max-width: 645px;
}
.modal-close-mod {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
#modal-calс input:not([type=submit]) {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#modal-calс .form-group {
    flex-direction: column;
}

.form label {
    position: relative;
}
span.error {
    position: absolute;
    left: 0;
    top: 55px;
    font-size: 12px;
    color: red;
    transition: all .3s;
    opacity: 0;
}

span.error.active {
	opacity: 1;
}

@media (min-width: 992px) {
	.work-slider .slider-arrow {
		top: -108px;
	}
	.all-projects {
		padding-right: 150px;
		flex-wrap: nowrap;
	}
	.main-card .main-title {
		max-width: 735px;
	}
}

@media (max-width: 992px) {
.header-logo {
    max-width: 150px;
}
	.factory-inner .factory-slide img {
		height: auto;
	}
	.price-sum.serv, .price-sum.unit, .price-sum {
		padding-right: 0px;
	}
	.price-sum.serv {
		font-size: 15px;
	}
	.content-inner .price-name, .price-sum.unit, .price-head .price-sum.serv{
		font-size: 12px;
	}
	.footer .social {
		max-width: fit-content;
		width: fit-content;
		gap: 48px;
	}
	.prices-name {
		display: none;
	}
	.prices-mod .prices-amount {
		padding-right: 7px;
		padding-left: 10px;
		white-space: nowrap;
		min-width: 81px;
	}
	.prices-features {
		padding: 10px 16px !important;
	}
	.prices-item {
		align-items: normal !important;
	}
	.delivery iframe, .delivery-inner iframe {
		width: 100%;
		pointer-events: all;
	}
}


.prices-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: calc(50% - 16px);
  background-color: #F4F4F4;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.28px;
  border-radius: 16px;
}

.prices-name {
  padding: 16px;
  padding-right: 32px;
  border-right: 1px solid #fff;
}

.prices-features {
  padding: 0px 16px;
  flex-grow: 1;
}

.prices-amount {
  padding: 16px;
  padding-left: 32px;
  border-left: 1px solid #fff;
}

.prices-btn {
  width: 100%;
  max-width: 100%;
}

.prices-btn:hover {
  color: #515151;
}

.prices-cart {
  padding-right: 16px;
  cursor: pointer;
}

.prices-cart svg {
  width: 25px;
}

.prices .tabs {
  padding: 24px;
  border-radius: 32px;
  background-color: #fff;
}

.cart-container .calc-table-item {
    justify-content: space-between;
}

@media (max-width: 992px) {
.prices-item {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
}
}

.fancybox__content {
    padding: 0px;
}

button.prices-btn:disabled {
  border: 1px solid #ffd60078;
  background-color: #ffd60078;
}
.prices {
    padding-top: 40px !important;
}
.prices-cart a {
width: 25px;
    position: relative;
height: 25px;
display: block;
}
.prices-cart a::before {
    content: '';
    background: url(/local/templates/bmsk/assets/img/bg_cart.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.prices-item.hover .prices-cart a::before {
    background: url(/local/templates/bmsk/assets/img/checkmark.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.post-video-play {
	display: none;
}
/* End */
/* /local/templates/bmsk/assets/css/style.css?1691158512190792 */
/* /local/templates/bmsk/styles.css?175882344595 */
/* /local/templates/bmsk/template_styles.css?17588234455870 */
