

/* Start:/local/templates/koffer/css/vendor-styles.css?1725438451231187*/
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/koffer/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #DB4437;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #DB4437;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1800px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5cbc7;
}

.table-hover .table-danger:hover {
  background-color: #f1b7b1;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b7b1;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #DB4437;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(219, 68, 55, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #DB4437;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #DB4437;
  box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #DB4437;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #DB4437;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #eea9a3;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e36c62;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(219, 68, 55, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DB4437;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #DB4437;
  border-color: #DB4437;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c83124;
  border-color: #bd2e22;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #DB4437;
  border-color: #DB4437;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2e22;
  border-color: #b22c20;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #DB4437;
  background-color: transparent;
  background-image: none;
  border-color: #DB4437;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #DB4437;
  border-color: #DB4437;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #DB4437;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #DB4437;
  border-color: #DB4437;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #000;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #72231d;
  background-color: #f8dad7;
  border-color: #f5cbc7;
}

.alert-danger hr {
  border-top-color: #f1b7b1;
}

.alert-danger .alert-link {
  color: #491713;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #72231d;
  background-color: #f5cbc7;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #72231d;
  background-color: #f1b7b1;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #72231d;
  border-color: #72231d;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #DB4437 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2e22 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #DB4437 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.d-block {
  display: block !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;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

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

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #DB4437 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2e22 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/

/* default theme ("light") */

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/local/templates/koffer/css/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */

/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */

/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  direction: ltr;
}

.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  z-index: 0;
}

/* Wrapper for all connect elements.
 */

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  left: -7px;
  top: -5px;
  border-radius: 50%;
  border: none;
  background: #000;
  cursor: ew-resize;
}

.noUi-horizontal .noUi-handle:before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  display: block;
  opacity: 0;
  border-radius: 50%;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -7px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  /* background: #FAFAFA; */
  /* border-radius: 4px; */
  /* border: 1px solid #D3D3D3; */
  /* box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; */
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #000;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  /* box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; */
}

.noUi-active {
  /* box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; */
}

/* Handle stripes;
 */

.noUi-handle {
  /* &:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
  }
  &:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
    left: 17px;
  } */
}

.noUi-vertical .noUi-handle {
  /*  &:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
  }
  &:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
    top: 17px;
  } */
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  color: #999;
}

.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub,
.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.5
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  /* -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); */
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */

/* @group Single Chosen */

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 38px;
  border: 1px solid #DBDBD6;
  border-radius: 3px;
  background-color: #fff;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4)); */
  /* background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%); */
  background-clip: padding-box;
  /* -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1); */
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 38px;
}

.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  margin-left: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/templates/koffer/css/../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
  width: 18px;
  height: 26px;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/local/templates/koffer/css/../images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/local/templates/koffer/css/../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* @end */

/* @group Results */

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); */
  /* background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); */
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */

/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)); */
  /* background-image: linear-gradient(#eee 1%, #fff 15%); */
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  /* -webkit-box-shadow: none; */
  /* box-shadow: none; */
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)); */
  /* background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); */
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  /* -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); */
  /* box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); */
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/templates/koffer/css/../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)); */
  /* background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); */
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */

/* @group Active  */

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff)); */
  /* background-image: linear-gradient(#eee 20%, #fff 80%); */
  /* -webkit-box-shadow: 0 1px 0 #fff inset; */
  /* box-shadow: 0 1px 0 #fff inset; */
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */

/* @group Disabled Support */

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single,
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */

/* @group Right to Left */

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/local/templates/koffer/css/../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */

/* @group Retina compatibility */

/* @end */

@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  15% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2) translateX(6px);
  }

  25% {
    transform: scale(1.3) translateX(8px);
  }

  40% {
    transform: scale(1.2) translateX(6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.8) translateX(6px);
  }

  75% {
    transform: scale(0.7) translateX(8px);
  }

  90% {
    transform: scale(0.8) translateX(6px);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2) translateX(-6px);
  }

  25% {
    transform: scale(1.3) translateX(-8px);
  }

  40% {
    transform: scale(1.2) translateX(-6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.8) translateX(-6px);
  }

  75% {
    transform: scale(0.7) translateX(-8px);
  }

  90% {
    transform: scale(0.8) translateX(-6px);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes drift-fadeZoomIn {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes drift-fadeZoomOut {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  15% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes drift-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes drift-loader-before {
  0% {
    -webkit-transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(6px);
  }

  50% {
    -webkit-transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8) translateX(6px);
  }

  75% {
    -webkit-transform: scale(0.7) translateX(8px);
  }

  90% {
    -webkit-transform: scale(0.8) translateX(6px);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes drift-loader-after {
  0% {
    -webkit-transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
  }

  50% {
    -webkit-transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
  }

  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
  }

  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.drift-zoom-pane {
  background: rgba(0, 0, 0, 0.5);
  /* This is required because of a bug that causes border-radius to not
  work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-open {
  display: block !important;
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
  -webkit-animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
  -webkit-animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
  -webkit-animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
  -webkit-animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  -webkit-animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
  -webkit-animation-delay: -900ms;
}

.drift-bounding-box {
  background-color: rgba(0, 0, 0, 0.4);
}

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

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    order: 13;
  }

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

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

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

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

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

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

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }

  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }

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

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

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

  .d-sm-block {
    display: block !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;
  }

  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-sm-fill {
    flex: 1 1 auto !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

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

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

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    order: 13;
  }

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

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

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

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

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

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

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

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

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

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

  .d-md-block {
    display: block !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;
  }

  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-md-fill {
    flex: 1 1 auto !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

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

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

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

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

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

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

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

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

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

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

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

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

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

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .modal-lg {
    max-width: 800px;
  }

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

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

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

  .d-lg-block {
    display: block !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;
  }

  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-lg-fill {
    flex: 1 1 auto !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

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

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

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

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

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

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

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

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

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

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

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

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

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

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

  .d-xl-block {
    display: block !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;
  }

  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-xl-fill {
    flex: 1 1 auto !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

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

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

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

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

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

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

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (max-width: 1799.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }

  .btn {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .custom-range::-webkit-slider-thumb {
    transition: none;
  }

  .custom-range::-moz-range-thumb {
    transition: none;
  }

  .custom-range::-ms-thumb {
    transition: none;
  }

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }

  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

  .d-print-block {
    display: block !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;
  }

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 1200px !important;
  }

  .container {
    min-width: 1200px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"] {
    background-image: url("/local/templates/koffer/css/../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }

  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b {
    background-image: url("/local/templates/koffer/css/../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }

  .chosen-container-single .chosen-search input[type="text"] {
    background-image: url("/local/templates/koffer/css/../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }

  .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url("/local/templates/koffer/css/../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }

  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/local/templates/koffer/css/../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* End */


/* Start:/local/templates/koffer/css/dev-styles.css?1733839288248817*/
@charset "UTF-8";

/* This stylesheet generated by Transfonter (https://transfonter.org) on August 23, 2017 5:25 PM */

@font-face {
  font-family: 'PT Sans';
  src: url("/local/templates/koffer/css/../fonts/PTSans-Bold.eot");
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("/local/templates/koffer/css/../fonts/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/koffer/css/../fonts/PTSans-Bold.woff") format("woff"), url("/local/templates/koffer/css/../fonts/PTSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans';
  src: url("/local/templates/koffer/css/../fonts/PTSans-Italic.eot");
  src: local("PT Sans Italic"), local("PTSans-Italic"), url("/local/templates/koffer/css/../fonts/PTSans-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/koffer/css/../fonts/PTSans-Italic.woff") format("woff"), url("/local/templates/koffer/css/../fonts/PTSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans';
  src: url("/local/templates/koffer/css/../fonts/PTSans-Regular.eot");
  src: local("PT Sans"), local("PTSans-Regular"), url("/local/templates/koffer/css/../fonts/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/koffer/css/../fonts/PTSans-Regular.woff") format("woff"), url("/local/templates/koffer/css/../fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans';
  src: url("/local/templates/koffer/css/../fonts/PTSans-BoldItalic.eot");
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url("/local/templates/koffer/css/../fonts/PTSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/koffer/css/../fonts/PTSans-BoldItalic.woff") format("woff"), url("/local/templates/koffer/css/../fonts/PTSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("/local/templates/koffer/css/../fonts/Roboto-Italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("/local/templates/koffer/css/../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/koffer/css/../fonts/Roboto-Italic.woff") format("woff"), url("/local/templates/koffer/css/../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("/local/templates/koffer/css/../fonts/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/local/templates/koffer/css/../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/koffer/css/../fonts/Roboto-Bold.woff") format("woff"), url("/local/templates/koffer/css/../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("/local/templates/koffer/css/../fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("/local/templates/koffer/css/../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/koffer/css/../fonts/Roboto-Regular.woff") format("woff"), url("/local/templates/koffer/css/../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("/local/templates/koffer/css/../fonts/Roboto-BoldItalic.eot");
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("/local/templates/koffer/css/../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/koffer/css/../fonts/Roboto-BoldItalic.woff") format("woff"), url("/local/templates/koffer/css/../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

.bd-main-page .header-top::before {
  transition: 0.6s;
}

.bd-main-page .header-top::after {
  transition: 0.6s;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  z-index: -1;
  height: 212px;
  opacity: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 97%);
}

.main-slider-top.owl-carousel .owl-nav,
.slider-category.owl-carousel .owl-nav,
.slider-items.owl-carousel .owl-nav,
.main-slider-bottom.owl-carousel .owl-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.main-slider-top.owl-carousel .owl-nav button.owl-prev,
.main-slider-top.owl-carousel .owl-nav button.owl-next,
.slider-category.owl-carousel .owl-nav button.owl-prev,
.slider-category.owl-carousel .owl-nav button.owl-next,
.slider-items.owl-carousel .owl-nav button.owl-prev,
.slider-items.owl-carousel .owl-nav button.owl-next,
.main-slider-bottom.owl-carousel .owl-nav button.owl-prev,
.main-slider-bottom.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  padding: 0;
  transition: 0.15s;
}

.main-slider-top.owl-carousel .owl-nav button.owl-prev.disabled,
.main-slider-top.owl-carousel .owl-nav button.owl-next.disabled,
.slider-category.owl-carousel .owl-nav button.owl-prev.disabled,
.slider-category.owl-carousel .owl-nav button.owl-next.disabled,
.slider-items.owl-carousel .owl-nav button.owl-prev.disabled,
.slider-items.owl-carousel .owl-nav button.owl-next.disabled,
.main-slider-bottom.owl-carousel .owl-nav button.owl-prev.disabled,
.main-slider-bottom.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
}

.main-slider-top.owl-carousel .owl-nav button.owl-prev img,
.main-slider-top.owl-carousel .owl-nav button.owl-next img,
.slider-category.owl-carousel .owl-nav button.owl-prev img,
.slider-category.owl-carousel .owl-nav button.owl-next img,
.slider-items.owl-carousel .owl-nav button.owl-prev img,
.slider-items.owl-carousel .owl-nav button.owl-next img,
.main-slider-bottom.owl-carousel .owl-nav button.owl-prev img,
.main-slider-bottom.owl-carousel .owl-nav button.owl-next img {
  margin-right: 6px;
}

.main-slider-top.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover,
.main-slider-top.owl-carousel .owl-nav button.owl-next:not(.disabled):hover,
.slider-category.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover,
.slider-category.owl-carousel .owl-nav button.owl-next:not(.disabled):hover,
.slider-items.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover,
.slider-items.owl-carousel .owl-nav button.owl-next:not(.disabled):hover,
.main-slider-bottom.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover,
.main-slider-bottom.owl-carousel .owl-nav button.owl-next:not(.disabled):hover {
  background-color: #e9ecef;
}

.main-slider-top.owl-carousel .owl-nav button.owl-prev,
.slider-category.owl-carousel .owl-nav button.owl-prev,
.slider-items.owl-carousel .owl-nav button.owl-prev,
.main-slider-bottom.owl-carousel .owl-nav button.owl-prev {
  left: -172px;
}

.main-slider-top.owl-carousel .owl-nav button.owl-next,
.slider-category.owl-carousel .owl-nav button.owl-next,
.slider-items.owl-carousel .owl-nav button.owl-next,
.main-slider-bottom.owl-carousel .owl-nav button.owl-next {
  transform: translateY(-50%) rotate(180deg);
  right: -172px;
}

.main-slider-top.owl-carousel.owl-dots-tiles .owl-dots,
.slider-category.owl-carousel.owl-dots-tiles .owl-dots,
.slider-items.owl-carousel.owl-dots-tiles .owl-dots,
.main-slider-bottom.owl-carousel.owl-dots-tiles .owl-dots {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: 90%;
  text-align: center;
}

.main-slider-top.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot,
.slider-category.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot,
.slider-items.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot,
.main-slider-bottom.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot {
  width: 210px;
  height: 7px;
  background-color: #ffffff;
  opacity: 0.7;
  transition: 0.15s;
}

.main-slider-top.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot:not(:last-child),
.slider-category.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot:not(:last-child),
.slider-items.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot:not(:last-child),
.main-slider-bottom.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot:not(:last-child) {
  margin-right: 17px;
}

.main-slider-top.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot.active,
.slider-category.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot.active,
.slider-items.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot.active,
.main-slider-bottom.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot.active {
  background-color: #191919;
}

.main-slider-top {
  width: 100%;
  position: relative;
  height: 100vh;
}

.main-slider-top__item {
  height: 100vh;
}

.main-slider-top__item img,
.main-slider-top__item video {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  pointer-events: none;
}

.slider-category__head {
  height: 100%;
  position: relative;
  z-index: 4;
  margin-right: 4px;
}

.slider-category__head .btn {
  position: absolute;
  bottom: 40px;
  left: 100px;
}

.slider-category__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.slider-category__bg img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  pointer-events: none;
}

.slider-category__title {
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 120px;
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.slider-category .catalog-item,
.slider-items .catalog-item,
.big-page-category .catalog-item {
  margin-bottom: 0;
  margin: 0 2px;
  width: 340px;
}

.slider-category .owl-stage-outer,
.slider-items .owl-stage-outer,
.big-page-category .owl-stage-outer {
  overflow: visible;
}

.slider-category .owl-dots,
.slider-items .owl-dots,
.big-page-category .owl-dots {
  width: 1369px;
  height: 7px;
  background-color: #ffffff;
  margin: 20px auto 80px;
  display: flex;
}

.slider-category .owl-dots .owl-dot,
.slider-items .owl-dots .owl-dot,
.big-page-category .owl-dots .owl-dot {
  opacity: 0;
  flex: 1 1 auto;
  transition: 0.3s;
}

.slider-category .owl-dots .owl-dot.active,
.slider-items .owl-dots .owl-dot.active,
.big-page-category .owl-dots .owl-dot.active {
  opacity: 1;
}

.main-slider-bottom {
  position: relative;
}

.main-slider-bottom__item {
  height: 286px;
  width: 286px;
  line-height: 0;
  font-size: 0;
}

.main-slider-bottom__item img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}

.main-slider-bottom .owl-stage-outer {
  overflow: visible;
}

.slogan {
  position: relative;
  z-index: 10;
  height: 660px;
  width: 100%;
  overflow: hidden;
}

.slogan__bg {
  pointer-events: none;
  position: absolute;
  left: -50px;
  right: -50px;
  top: -50px;
  bottom: -50px;
  z-index: -5;
}

.slogan__bg img {
  width: 100%;
  height: 100%;
  object-position: 70% 50%;
  object-fit: cover;
}

.slogan__img-1 {
  pointer-events: none;
  position: absolute;
  z-index: -2;
  left: 18.75vw;
  top: 7.55208vw;
}

.slogan__img-1 img {
  max-width: 100%;
  max-height: 100%;
}

.slogan__img-2 {
  pointer-events: none;
  position: absolute;
  z-index: -2;
  bottom: 9.375vw;
  right: 31.25vw;
}

.slogan__img-2 img {
  max-width: 100%;
  max-height: 100%;
}

.slogan__text {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  width: 330px;
  right: 160px;
  position: absolute;
  top: 200px;
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 28px;
}

.slogan__title {
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.big-page-category {
  height: 620px;
  z-index: 2;
  position: relative;
}

.big-page-category__bg {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.big-page-category__bg img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  pointer-events: none;
}

.big-page-category__title {
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  left: 100px;
  bottom: 180px;
  position: absolute;
  max-width: calc( 100% - 100px - 160px - 330px - 100px);
}

.big-page-category__action {
  position: absolute;
  left: 100px;
  bottom: 80px;
}

.big-page-category__card {
  right: 160px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

html,
body {
  padding: 0;
  margin: 0;
  background-color: #F8F8F8;
  color: #1C1C1C;
  font-family: PT Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}

body.header-menu--open {
  overflow: hidden;
}

main {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  padding-bottom: 88px;
  padding-left: 128px;
  padding-top: 80px;
  transition: opacity, filter 0.12s cubic-bezier(0.65, 0.15, 0.33, 0.76);
}

* {
  box-sizing: border-box;
}

.img-wrap {
  display: block;
  font-size: 0;
  line-height: 0;
}

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

.svg-wrap {
  display: block;
  font-size: 0;
  line-height: 0;
}

.svg-wrap svg {
  max-height: 100%;
  max-width: 100%;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}

.--only-print {
  display: none;
}

.--is-mobile a,
.--is-mobile button,
.--is-mobile input {
  outline: none;
}

.error {
  margin: 10px 0;
  color: #eb5757;
}

.nav-pills .nav-link {
  height: 28px;
  border-radius: 14px;
  background-color: #ffffff;
  padding: 2px 15px;
  color: #1c1c1c;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 22px;
  margin-right: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #191919;
}

.form-control {
  background: #FFFFFF;
  border: 1px solid #DBDBD6;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px 20px;
}

.form-control:focus {
  color: #191919;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
  border: 2px solid #474E60;
  padding: 9px 19px;
}

.form-control.is-invalid:focus {
  border-color: #DB4437;
  box-shadow: none;
}

.invalid-feedback {
  padding-left: 20px;
}

.btn {
  min-width: 180px;
  height: 44px;
  border-radius: 3px;
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  line-height: 30px;
  padding: 6px 12px;
  font-size: 20px;
  text-align: center;
}

.btn-primary {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}

.btn-primary:hover {
  color: #fff;
  border-color: #474E60;
  background-color: #474E60;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #030303;
}

.btn-primary .disabled,
.btn-primary:disabled {
  color: #BDBDBD;
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}

.btn-white {
  color: #191919;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #191919;
  border-color: #e9ecef;
  background-color: #e9ecef;
}

.btn-white:active,
.btn-white:focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus {
  background-color: #fff;
}

.btn-white .disabled,
.btn-white:disabled {
  color: #BDBDBD;
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}

.btn-grey {
  color: #191919;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}

.btn-grey:hover {
  color: #191919;
  border-color: #e9ecef;
  background-color: #e9ecef;
}

.btn-grey:active,
.btn-grey:focus,
.btn-grey:not(:disabled):not(.disabled):active,
.btn-grey:not(:disabled):not(.disabled):active:focus {
  background-color: #030303;
  color: #fff;
}

.btn-grey .disabled,
.btn-grey:disabled {
  color: #BDBDBD;
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}

.custom-control,
.custom-control * {
  outline: none !important;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label::after,
.custom-control-label::before {
  width: 14px;
  height: 14px;
  box-shadow: none !important;
}

.custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border: 2px solid #191919;
  background: transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #191919;
}

.custom-control-label::after {
  background-size: 90%;
  left: -24px;
  top: 4px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(/local/templates/koffer/css/../images/check.svg);
}

.custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #E0E0E0;
}

.custom-radio .custom-control-input ~ .custom-control-label::before {
  border: 2px solid #191919;
  background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-radio .custom-control-input ~ .custom-control-label::after {
  background-image: none !important;
  width: 6px;
  height: 6px;
  background-color: #191919;
  border-radius: 50%;
  top: 8px;
  left: -20px;
  transition: .15s;
  transform: scale(0);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  transform: scale(1);
}

a.link {
  text-decoration: none !important;
  border-bottom: 2px solid;
  border-bottom-color: #F2F2F2;
  transition: .15s;
}

a.link:hover {
  border-bottom-color: inherit;
}

a.link-std {
  text-decoration: none !important;
  border-bottom: 1px solid;
  border-bottom-color: initial;
  transition: .15s;
  color: #191919;
}

a.link-std:hover {
  border-bottom-color: transparent;
}

.link-pseudo {
  cursor: pointer;
  text-decoration: none !important;
  border-bottom: 1px dashed;
  border-bottom-color: initial;
  transition: .15s;
  color: #191919;
}

.link-pseudo:hover {
  border-bottom-color: transparent;
}

h1,
.title-h1 {
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 64px;
  font-size: 75px;
  color: #333333;
  margin-bottom: 36px;
}

h2,
.title-h2 {
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 54px;
  font-size: 55px;
  color: #333333;
  margin-bottom: 36px;
}

h3,
.title-h3 {
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 42px;
  font-size: 40px;
  color: #333333;
  margin-bottom: 36px;
}

h6,
.title-h6 {
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  font-size: 21px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
}

p {
  margin: 44px 0;
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
}

figure img {
  max-width: 100%;
}

figure figcaption {
  font-family: PT Sans;
  font-style: italic;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 20px;
  color: #BDBDBD;
}

table.ui-table {
  width: 100%;
}

table.ui-table th {
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 14px;
  color: #4F4F4F;
  background-color: #F2F2F2;
}

table.ui-table td {
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  padding: 14px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
  border-bottom: 2px solid #F2F2F2;
}

ul.ui-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}

ul.ui-ul li {
  padding-left: 43px;
  position: relative;
}

ul.ui-ul li:before {
  width: 5px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  background-image: url(/local/templates/koffer/css/../images/ul-marker.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

ol.ui-ol {
  list-style-type: none;
  counter-reset: li;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}

ol.ui-ol li {
  padding-left: 43px;
  position: relative;
}

ol.ui-ol li:before {
  width: 5px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: counter(li) ".";
  counter-increment: li;
}

.static-page__content {
  width: 726px;
  max-width: 100%;
}

.static-page__sidebar {
  width: calc(100% - 726px);
  float: right;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 36px 0;
  font-family: Roboto;
  font-style: normal;
  line-height: 22px;
  font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-item a {
  font-weight: 500;
  color: #bdbdbd;
}

.breadcrumb-item.active {
  font-weight: bold;
  color: #bdbdbd;
}

.pagination .page-item a {
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  text-decoration-line: underline;
  color: #333333;
  padding: 24px 14px;
  border: none;
  border-radius: 0 !important;
}

.pagination .page-item.active a {
  text-decoration-line: none;
  background-color: #1C1C1C;
}

.pagination .page-item.disabled a {
  text-decoration-line: none;
  color: #E0E0E0;
}

blockquote {
  position: relative;
  margin: 44px 0 66px;
  border-bottom: 22px solid #EBEBEB;
  padding-bottom: 36px;
  font-weight: bold;
  line-height: 38px;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #333333;
}

blockquote:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 42px;
  top: 0;
  left: -106px;
  background-image: url(/local/templates/koffer/css/../images/quote.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.text-muted {
  color: #BDBDBD !important;
}

.owl-theme .owl-dots {
  width: 128px;
  height: 14px;
  transition: .3s;
}

.--dots-centered .owl-theme .owl-dots {
  transform: translateX(57px);
}

.--dots-left .owl-theme .owl-dots {
  transform: translateX(-57px);
}

.owl-theme .owl-dots .owl-dot {
  position: absolute;
  left: 52px;
  background-color: transparent;
  transition: .3s;
  outline: none !important;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 10px 0 0;
  width: 14px;
  height: 14px;
  background-color: #F0F0F0;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #191919;
}

.owl-theme .owl-dots .owl-dot.size-0 {
  transform: translateX(-66px) scale(0, 0);
}

.owl-theme .owl-dots .owl-dot.size-1 {
  transform: translateX(-56px) scale(0.286, 0.286);
}

.owl-theme .owl-dots .owl-dot.size-2 {
  transform: translateX(-42px) scale(0.571, 0.571);
}

.owl-theme .owl-dots .owl-dot.size-3 {
  transform: translateX(-24px) scale(1, 1);
}

.owl-theme .owl-dots .owl-dot.active ~ .owl-dot.size-0 {
  transform: translateX(66px) scale(0, 0);
}

.owl-theme .owl-dots .owl-dot.active ~ .owl-dot.size-1 {
  transform: translateX(56px) scale(0.286, 0.286);
}

.owl-theme .owl-dots .owl-dot.active ~ .owl-dot.size-2 {
  transform: translateX(42px) scale(0.571, 0.571);
}

.owl-theme .owl-dots .owl-dot.active ~ .owl-dot.size-3 {
  transform: translateX(24px) scale(1, 1);
}

.owl-next,
.owl-prev {
  outline: none !important;
}

.one-breadcrumb {
  display: block;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #BDBDBD;
  padding-left: 27px;
  position: relative;
}

.one-breadcrumb:hover {
  color: #BDBDBD;
  text-decoration: none;
}

.one-breadcrumb.active {
  color: #191919;
}

.one-breadcrumb:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0px;
  width: 14px;
  height: 16px;
  border-radius: 50%;
  background-image: url(/local/templates/koffer/css/../images/one-breadcrumb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.form-info {
  padding-left: 50px;
  position: relative;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 24px 0;
}

.form-info:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(/local/templates/koffer/css/../images/form-info.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.collapse-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.collapse-btn:before,
.collapse-btn:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 4px;
  background-color: #BDBDBD;
  display: block;
  transition: .35s;
  width: 22px;
  height: 2px;
  cursor: pointer;
}

.collapsed .collapse-btn:before {
  transform: rotate(180deg);
}

.collapsed .collapse-btn:after {
  transform: rotate(270deg);
}

.modal .modal-dialog .modal-content {
  position: relative;
  min-height: 114px;
  border: none;
  border-radius: 0;
}

.modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 44px;
  right: 44px;
  width: 26px;
  height: 26px;
  opacity: 1;
}

.modal .modal-dialog .modal-content .close svg {
  fill: #191919;
}

.modal .modal-dialog .modal-content .modal-title {
  font-weight: bold;
  line-height: 54px;
  font-size: 55px;
  color: #1A1A1A;
}

.chooseGift .modal-dialog {
  max-width: 100%;
  width: 930px;
}

.chooseGift .modal-dialog .modal-content {
  max-width: 100%;
  width: 930px;
  background-color: #F8F8F8;
  padding: 66px 80px  66px 105px;
}

.chooseGift__title {
  font-weight: bold;
  line-height: 42px;
  font-size: 40px;
}

.chooseGift__list {
  display: flex;
  align-items: flex-start;
  margin: 44px -10px 0;
  padding-bottom: 44px;
  overflow: hidden;
}

.chooseGift__item {
  display: block;
  padding: 15px;
  background-color: #fff;
  position: relative;
}

.chooseGift__img {
  width: 126px;
  height: 126px;
  margin: 0 auto 15px;
}

.chooseGift__img:before {
  position: absolute;
  z-index: 2;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  pointer-events: none;
  border: 3px solid #1C1C1C;
  box-shadow: 0px 45px 85px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: .15s;
}

input:checked + .chooseGift__img:before {
  opacity: 1;
}

.chooseGift__name {
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
}

.chooseGift .owl-item {
  margin-right: 30px;
}

.chooseGift .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19px;
}

.fastBuy .modal-dialog {
  max-width: 100%;
  width: 1035px;
}

.fastBuy .modal-dialog .modal-content {
  width: 1035px;
  height: 682px;
  background-color: #F8F8F8;
}

.fastBuy-slider {
  width: 570px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
}

.fastBuy-slider .owl-carousel {
  margin-left: -10%;
  width: 134%;
  height: 582px;
  margin-top: 60px;
}

.fastBuy-slider .owl-item img {
  transform: scale(0.65, 0.65);
  transition: .3s;
}

.fastBuy-slider .owl-item.active.center img {
  transform: scale(1, 1);
}

.fastBuy-slider .owl-item.active ~ .fastBuy-slider .owl-item img {
  transform: scale(1, 1);
}

.fastBuy-slider .owl-stage {
  height: 522px;
  display: flex;
  align-items: center;
}

.fastBuy-slider .owl-dots {
  bottom: -10px;
  left: 43%;
  transform: translateX(-50%);
  max-width: 90%;
  position: absolute;
  z-index: 333;
  display: flex;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}

.fastBuy-slider .owl-dots span {
  display: none !important;
}

.fastBuy-slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  margin: 2px 5px;
  border-radius: 50%;
  background-color: #F0F0F0;
}

.fastBuy-slider .owl-dots .owl-dot.active {
  background-color: #191919;
}

.fastBuy-slider .owl-nav {
  position: absolute;
  bottom: 36px;
  width: 86px;
  height: 26px;
  left: calc(43% - 43px);
}

.fastBuy-slider .owl-carousel .owl-prev,
.fastBuy-slider .owl-carousel .owl-next {
  top: auto;
  bottom: 0;
  position: absolute;
  z-index: 5;
  margin: 0 !important;
  height: 26px;
  width: 38px;
  opacity: 1;
  transition: transform .4s .4s;
  background-color: #fff;
}

.fastBuy-slider .owl-carousel .owl-prev span,
.fastBuy-slider .owl-carousel .owl-next span {
  font-size: 0;
  display: block;
}

.fastBuy-slider .owl-carousel .owl-prev span:after,
.fastBuy-slider .owl-carousel .owl-next span:after {
  display: block;
  height: 26px;
  width: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-image: url(/local/templates/koffer/css/../images/next.svg);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.fastBuy-slider .owl-carousel .owl-prev:hover:after,
.fastBuy-slider .owl-carousel .owl-next:hover:after {
  opacity: 1;
}

.fastBuy-slider .owl-carousel .owl-prev:hover:before,
.fastBuy-slider .owl-carousel .owl-next:hover:before {
  opacity: 0;
}

.fastBuy-slider .owl-carousel .owl-next {
  right: 0;
}

.fastBuy-slider .owl-carousel .owl-prev {
  left: 0;
}

.fastBuy-slider .owl-carousel .owl-prev span:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.fastBuy-info {
  padding: 50px 60px 50px 630px;
}

.fastBuy-info__actions {
  margin-bottom: 38px;
}

.fastBuy-info__actions button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: 0.15s;
}

.fastBuy-info__actions button svg {
  height: 16px;
}

.fastBuy-info__actions button.--to-favorite {
  margin-right: 18px;
}

.fastBuy-info__actions button.--to-favorite svg {
  width: 18px;
}

.fastBuy-info__actions button.--to-mail svg {
  width: 21px;
}

.fastBuy-info__actions button:hover {
  opacity: 0.6;
}

.fastBuy-info__actions button.--to-favorite svg {
  stroke: #191919;
}

.fastBuy-info__title {
  font-weight: bold;
  line-height: 42px;
  font-size: 40px;
  margin-bottom: 38px;
  max-height: 84px;
  overflow: hidden;
}

.fastBuy-info__price {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 31px;
  font-size: 45px;
}

.fastBuy-info__price-old {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
  color: #BDBDBD;
  margin-left: 4px;
}

.fastBuy-info__price-old:before {
  content: '';
  position: absolute;
  background: rgba(190, 190, 190, 0.6);
  border-radius: 10px;
  height: 6px;
  top: 14px;
  display: block;
  left: -5px;
  right: -5px;
}

.fastBuy-info__buy-block {
  display: flex;
  align-items: center;
}

.fastBuy-info__buy-block .btn {
  width: 196px;
  margin-right: 30px;
}

.fastBuy-info__buy-block ._gift {
  position: relative;
}

.fastBuy-info__buy-block ._gift ._quan {
  text-align: center;
  color: #fff;
  line-height: 14px;
  font-size: 11px;
  position: absolute;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: -8px;
  right: -8px;
  background: #1C1C1C;
  border: 2px solid #F8F8F8;
}

.fastBuy-info__buy-block ._gift svg {
  width: 28px;
  height: 30px;
  fill: #191919;
}

.fastBuy-info__description {
  margin-bottom: 43px;
}

.fastBuy-info__description a {
  text-decoration-line: underline;
  color: #191919;
}

.fastBuy-info__other {
  margin-top: 38px;
  margin-bottom: 38px;
}

.fastBuy-info__other-title {
  font-weight: bold;
  line-height: 28px;
  font-size: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}

.fastBuy-info__other-images {
  height: 50px;
  display: flex;
  align-items: center;
}

.fastBuy-info__other-images .img-wrap {
  display: block;
  font-size: 0;
  height: 50px;
  width: 50px;
  margin-right: 9px;
}

.fastBuy-info__other-images ._more {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  margin-left: 18px;
  color: #191919;
}

.signIn .modal-dialog,
.signUp .modal-dialog {
  max-width: calc(100% - 24px * 2);
  width: 1035px;
}

.signIn .modal-dialog .modal-content,
.signUp .modal-dialog .modal-content {
  background-color: #F8F8F8;
  position: relative;
  padding-left: 420px;
  padding-top: 66px;
  padding-bottom: 66px;
  padding-right: 105px;
}

.signIn .modal-dialog .modal-content .modal-left-img,
.signUp .modal-dialog .modal-content .modal-left-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 315px;
  overflow: hidden;
}

.signIn .modal-dialog .modal-content .modal-left-img img,
.signUp .modal-dialog .modal-content .modal-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.signIn .modal-dialog .modal-content .sign__socials,
.signUp .modal-dialog .modal-content .sign__socials {
  position: static;
  margin-top: 24px;
}

.signIn .modal-dialog .modal-content .sign__socials a,
.signUp .modal-dialog .modal-content .sign__socials a {
  margin-left: 0;
  margin-right: 15px;
}

.addAddress .modal-dialog {
  max-width: 100%;
  width: 720px;
}

.addAddress .modal-dialog .modal-content {
  width: 720px;
  background-color: #F8F8F8;
  padding: 66px 105px 44px 105px;
}

.addAddress .modal-dialog .modal-content .row {
  margin: 0 -8px;
}

.addAddress .modal-dialog .modal-content .col-sm-6 {
  padding: 0 8px;
}

.subscribeModal .modal-dialog {
  max-width: 100%;
  width: 720px;
}

.subscribeModal .modal-dialog .modal-content {
  width: 720px;
  background-color: #F8F8F8;
  padding: 66px 105px 44px 105px;
}

.subscribeModal .modal-dialog .modal-content .col-sm-6 {
  padding: 0 8px;
}

.header {
  position: relative;
  z-index: 999;
}

.header-left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 444;
  width: 128px;
  overflow: hidden;
  background-color: #fff;
}

.header-left__logo {
  position: absolute;
  top: 47px;
  left: 50%;
  z-index: 6;
  transform: translateX(-50%);
  transform-origin: 100% 0;
  transition: 0.15s;
}

.header-left__logo .--h {
  display: none;
}

.header-left__burger {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 23px;
  width: 40px;
  transform: translate(-50%, -50%);
  transition: 0.15s;
  cursor: pointer;
  fill: #191919;
}

.desktop .header-left__burger:hover {
  opacity: 0.6;
}

.header-left__burger:active {
  opacity: 1;
}

.header-left__burger .js--open-menu {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s;
}

.header-left__burger .js--open-menu svg {
  transition: 0.5s;
}

.header-left__burger .js--open-menu svg:nth-child(1) {
  transform: translateY(-9px) rotate(0);
}

.header-left__burger .js--open-menu svg:nth-child(2) {
  transform: translateY(-23px) rotate(180deg) scaleX(1);
}

.header-left__burger .js--open-menu svg:nth-child(3) {
  transform: translateY(-37px) rotate(0);
}

.header-left__burger .js--open-menu:before {
  position: absolute;
  display: block;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  opacity: 0;
  border-radius: 50%;
  content: "";
}

.header-menu--open .header-left__burger .js--open-menu {
  pointer-events: none;
}

.header-menu--open .header-left__burger .js--open-menu svg:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.header-menu--open .header-left__burger .js--open-menu svg:nth-child(2) {
  transform: translateY(-23px) rotate(180deg) scaleX(0);
}

.header-menu--open .header-left__burger .js--open-menu svg:nth-child(3) {
  transform: translateY(-45px) rotate(-45deg);
}

.header-left__burger .js--close-menu {
  position: absolute;
  top: -25%;
  left: -25%;
  height: 150%;
  width: 150%;
  opacity: 0;
  pointer-events: none;
}

.header-left__burger .js--close-menu:before {
  position: absolute;
  display: block;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  opacity: 0;
  border-radius: 50%;
  content: "";
}

.header-menu--open .header-left__burger .js--close-menu {
  pointer-events: auto;
}

.header-left__copyright {
  position: absolute;
  bottom: 47px;
  left: 50%;
  color: #bdbdbd;
  font-size: 16px;
  white-space: nowrap;
  transform: translateX(-50%) rotate(-90deg) translateX(50%);
}

.header-top {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  z-index: 440;
  height: 110px;
  padding-left: 128px;
  padding-right: 70px;
  align-items: center;
  justify-content: space-between;
}

.header-top:before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  background-color: #f8f8f8;
  content: "";
  transition: 0.12s;
}

.header-top__phone {
  padding-left: 160px;
  color: #bdbdbd;
  font-family: PT Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 20px;
  transition: 0.15s;
}

.header-top__phone:hover {
  color: #191919;
  text-decoration: none;
}

.header-top__phone ._icon {
  display: none;
  height: 33px;
  width: 33px;
  transition: 0.15s;
}

.header-top__phone ._icon:hover {
  opacity: 0.4;
}

.header-top__menu {
  margin-left: 48px;
}

.header-top__menu a {
  margin: 0 24px;
  color: #191919;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 22px;
}

.header-top ._quan {
  margin-left: 12px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.header-top__search {
  position: relative;
  display: flex;
  transition: 0.15s;
  cursor: pointer;
  flex-grow: 10;
  justify-content: flex-end;
  align-items: center;
}

.header-top__search-input {
  opacity: 0;
  border-radius: 0 !important;
  margin-left: 48px;
  margin-right: 25px;
  border: none;
  border-bottom: 2px solid #f2f2f2;
  background: none;
  color: #1c1c1c;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 22px;
  transform: translateX(-30px);
  transition: 0.15s;
  pointer-events: none;
}

.header-search--open .header-top__search-input {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.header-top__search-input::placeholder {
  color: #bdbdbd;
}

.header-top__search-input:focus {
  border-bottom: 2px solid #bdbdbd;
  outline: none;
  box-shadow: none;
}

.header-top__search .svg-wrap {
  position: relative;
  height: 32px;
  width: 33px;
  margin-right: 10px;
  transition: 0.2s;
}

.header-top__search .svg-wrap.js--go-search {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.header-search--open .header-top__search .svg-wrap.js--go-search {
  opacity: 1;
  pointer-events: auto;
}

.header-top__search .svg-wrap:before {
  position: absolute;
  display: block;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  opacity: 0;
  border-radius: 50%;
  content: "";
}

.header-top__search .svg-wrap:hover {
  opacity: 0.4;
}

.header-top__favorite {
  position: relative;
  width: 130px;
  cursor: pointer;
}

.header-top__favorite a {
  display: flex;
  color: #191919;
  text-decoration: none;
  transition: 0.15s;
  align-items: center;
  justify-content: flex-end;
}

.header-top__favorite a:hover {
  opacity: 0.4;
}

.header-top__favorite a:before {
  position: absolute;
  display: block;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  opacity: 0;
  border-radius: 50%;
  content: "";
}

.header-top__favorite a .svg-wrap {
  height: 32px;
  width: 36px;
  transform: translateZ(0);
}

.header-top__cart {
  position: relative;
  width: 110px;
  cursor: pointer;
}

.header-top__cart a {
  display: flex;
  color: #191919;
  text-decoration: none;
  transition: 0.15s;
  align-items: center;
  justify-content: flex-end;
}

.header-top__cart a:hover {
  opacity: 0.4;
}

.header-top__cart a:before {
  position: absolute;
  display: block;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  opacity: 0;
  border-radius: 50%;
  content: "";
}

.header-top__cart a .svg-wrap {
  height: 34px;
  width: 36px;
  transform: translateZ(0);
}

.header-top__user {
  margin-left: 8px;
  margin-right: 6px;
}

.header-auth {
  position: static;
  width: 1000px;
  max-width: 100%;
  margin-bottom: 36px;
  transition: 0.3s;
}

.header-search--open .header-auth {
  opacity: 1;
}

.header-search--open .header-auth {
  opacity: 0;
  pointer-events: none;
}

.header-auth a {
  margin-right: 48px;
  color: #191919;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 22px;
}

.header-menu {
  position: fixed;
  display: flex;
  top: 140px;
  right: 0;
  bottom: 30px;
  left: 128px;
  z-index: 930;
  opacity: 0;
  padding-left: 160px;
  transition: 0.12s;
  pointer-events: none;
  flex-direction: column;
  justify-content: space-around;
}

.header-menu.--mobile-menu {
  display: none;
}

.header-menu__from-top-menu {
  display: none;
}

.header-menu__from-top-menu a {
  margin: 0 24px;
  color: #191919;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 22px;
}

.header-menu__search-input {
  display: none;
}

.header-menu .mCustomScrollBox,
.header-menu .mCSB_container {
  margin-left: -10px;
  padding-left: 10px;
}

.header-menu .mCSB_container {
  padding-right: 120px;
}

.header-menu__main {
  display: flex;
  padding-left: 0;
  margin-bottom: 48px;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}

.header-menu__main a {
  color: #1a1a1a;
  font-family: PT Sans;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}

.header-menu--open .header-top:before {
  opacity: 0;
  transition: 0.12s;
}

.header-menu--open .header-menu {
  opacity: 1;
  pointer-events: auto;
}

.header-menu--open.--business-product,
.header-menu--open.--vip-product {
  background-color: #e7e7e7;
}

.header-menu--open.--business-product .header-top__phone,
.header-menu--open.--business-product .header-top__menu a,
.header-menu--open.--business-product .header-top__search,
.header-menu--open.--business-product .header-top input,
.header-menu--open.--business-product .header-top__favorite a,
.header-menu--open.--business-product .header-top__cart a,
.header-menu--open.--vip-product .header-top__phone,
.header-menu--open.--vip-product .header-top__menu a,
.header-menu--open.--vip-product .header-top__search,
.header-menu--open.--vip-product .header-top input,
.header-menu--open.--vip-product .header-top__favorite a,
.header-menu--open.--vip-product .header-top__cart a {
  color: #191919;
}

.header-menu--open.--business-product .header-top__phone .svg-wrap,
.header-menu--open.--business-product .header-top__phone svg,
.header-menu--open.--business-product .header-top__menu a .svg-wrap,
.header-menu--open.--business-product .header-top__menu a svg,
.header-menu--open.--business-product .header-top__search .svg-wrap,
.header-menu--open.--business-product .header-top__search svg,
.header-menu--open.--business-product .header-top input .svg-wrap,
.header-menu--open.--business-product .header-top input svg,
.header-menu--open.--business-product .header-top__favorite a .svg-wrap,
.header-menu--open.--business-product .header-top__favorite a svg,
.header-menu--open.--business-product .header-top__cart a .svg-wrap,
.header-menu--open.--business-product .header-top__cart a svg,
.header-menu--open.--vip-product .header-top__phone .svg-wrap,
.header-menu--open.--vip-product .header-top__phone svg,
.header-menu--open.--vip-product .header-top__menu a .svg-wrap,
.header-menu--open.--vip-product .header-top__menu a svg,
.header-menu--open.--vip-product .header-top__search .svg-wrap,
.header-menu--open.--vip-product .header-top__search svg,
.header-menu--open.--vip-product .header-top input .svg-wrap,
.header-menu--open.--vip-product .header-top input svg,
.header-menu--open.--vip-product .header-top__favorite a .svg-wrap,
.header-menu--open.--vip-product .header-top__favorite a svg,
.header-menu--open.--vip-product .header-top__cart a .svg-wrap,
.header-menu--open.--vip-product .header-top__cart a svg {
  fill: #191919;
}

.header-menu__from-top-menu .d-none-tablet {
  display: none;
}

.header-top {
  height: 80px;
}

.header-top__menu-static {
  position: fixed;
  top: 2px;
  left: 288px;
  z-index: 1000;
}

.header-top__menu-static .header-menu__main {
  margin: 0;
}

.header-top__menu-static .header-menu__main li {
  margin-bottom: 0;
}

.header-top__menu-static a {
  line-height: 20px;
  font-size: 14px;
  padding-right: 15px;
  color: #BDBDBD;
}

.header-top__menu-static a:hover {
  color: #000;
}

.header-top__user {
  width: 90px;
}

.header-top__menu {
  margin-left: 10px;
  min-width: 680px;
  position: relative;
}

.header-top__menu .header-left__burger {
  left: -10px;
  z-index: 1;
  display: none;
}

.header-menu__from-top-menu .header-left__burger {
  left: -10px;
  z-index: 1;
  display: none;
}

.header-menu--open .header-top__menu-static .header-menu__main {
  display: none;
}

.header-left__logo {
  top: 32px;
}

.header-left__logo .--v {
  height: 175px;
}

.header-top__phone {
  padding-left: 0;
  margin-left: 10px;
}

.header-auth {
  right: 400px;
}

.o-none {
  opacity: 0 !important;
}

.footer {
  padding-top: 88px;
  background-color: #1C1C1C;
  color: #BDBDBD;
  transition: opacity, filter 0.5s cubic-bezier(0.65, 0.15, 0.33, 0.76);
}

.footer .container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 48px);
  border-bottom: 1px solid #1C1C1C;
}

.footer .container:after {
  content: '';
  display: table;
  clear: both;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  min-height: min-content;
  padding-bottom: 1px;
}

.footer-catalog-row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  flex-wrap: wrap;
  height: 640px;
}

.footer-catalog-col {
  border: 1px solid #1C1C1C;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 36px;
}

.footer a {
  color: #BDBDBD;
  font-family: PT Sans;
  line-height: 30px;
  font-size: 18px;
}

.footer-title-0 {
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  font-size: 26px;
  margin-bottom: 20px;
}

.footer-title-1 {
  font-weight: bold;
}

.footer-bottom {
  background-color: #232323;
  padding: 13px 0;
}

.footer hr {
  border-bottom: 2px solid #585858;
  margin: 12px 0 36px 0;
}

.footer-menu {
  width: 200px;
}

.footer-contacts {
  width: 200px;
  position: absolute;
  top: 260px;
  right: 0;
}

.footer-contact {
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
  font-size: 26px;
  color: #BDBDBD;
}

.footer-socials {
  display: flex;
  margin-top: 36px;
}

.footer-socials .svg-wrap {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  margin-bottom: 10px;
}

.footer-cookie {
  background-color: #232323;
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  font-size: 18px;
  color: #585858;
  padding: 13px 0;
}

.homepage-menu {
  display: flex;
  padding-left: 160px;
  margin-top: calc(50vh - 75px - 110px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  pointer-events: none;
}

.homepage-menu br,
.homepage-menu ._space {
  display: none;
}

.homepage-menu:hover + .homepage-slider {
  opacity: 0;
  transition: .3s 0s;
}

.homepage-menu:hover + .homepage-slider .owl-prev,
.homepage-menu:hover + .homepage-slider .owl-next {
  transform: translateY(100%);
  transition: opacity .15s, transform .4s .4s;
}

.homepage-menu .link {
  position: relative;
  margin: 12px 0;
  color: #191919;
  font-family: PT Sans;
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  pointer-events: auto;
}

.homepage-menu .link:before {
  position: absolute;
  display: block;
  top: -12px;
  right: 0;
  bottom: -12px;
  left: 0;
  opacity: 0;
  content: '';
}

.homepage-menu .link:hover + .homepage-menu__picture {
  z-index: 5;
}

.homepage-menu .link:hover + .homepage-menu__picture:before {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s, transform .8s;
}

.homepage-menu .link:hover + .homepage-menu__picture .homepage-menu__picture-item-1,
.homepage-menu .link:hover + .homepage-menu__picture .homepage-menu__picture-item-2,
.homepage-menu .link:hover + .homepage-menu__picture .homepage-menu__picture-item-3 {
  opacity: 1;
  transform: translateX(0);
}

.homepage-menu .link:hover + .homepage-menu__picture .homepage-menu__picture-item-1 {
  transition: opacity 0s, transform .4s .10s;
}

.homepage-menu .link:hover + .homepage-menu__picture .homepage-menu__picture-item-2 {
  transition: opacity 0s, transform .3s .25s;
}

.homepage-menu .link:hover + .homepage-menu__picture .homepage-menu__picture-item-3 {
  transition: opacity 0s, transform .2s .40s;
}

.homepage-menu__picture {
  position: fixed;
  top: 110px;
  right: 30px;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: calc(48.44vw + 30px);
  overflow: hidden;
  pointer-events: none;
}

.homepage-menu__picture:before {
  position: absolute;
  display: block;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  content: '';
  transition: opacity .3s .5s, transform .5s .55s;
}

.homepage-menu__picture.--city:before {
  background-color: #F0F0F0;
}

.homepage-menu__picture.--business:before {
  background-color: #444444;
}

.homepage-menu__picture.--exclusive:before {
  background-color: #191919;
}

.homepage-menu__picture-item-1,
.homepage-menu__picture-item-2,
.homepage-menu__picture-item-3 {
  position: absolute;
  z-index: 11;
  opacity: 1;
  transform: translateX(calc(50vw + 50%));
}

.homepage-menu__picture-item-1 img,
.homepage-menu__picture-item-2 img,
.homepage-menu__picture-item-3 img {
  height: 100%;
}

.homepage-menu__picture-item-1 {
  right: 30%;
  bottom: 22%;
  height: 60%;
  transition: transform .5s .0s;
}

.homepage-menu__picture-item-2 {
  right: 17%;
  bottom: 0;
  height: 95%;
  transition: transform .5s .0s;
}

.homepage-menu__picture-item-3 {
  top: 50%;
  left: 60%;
  height: 30%;
  transition: transform .5s .0s;
}

.homepage-slider {
  position: fixed;
  top: 110px;
  right: 30px;
  bottom: 0;
  background-color: #f8f8f8;
  transition: .3s .15s;
}

.homepage-slider .carousel {
  margin: auto;
}

.homepage-slider .carousel-desktop {
  height: 100%;
}

.homepage-slider .carousel-desktop .owl-item {
  width: 100%;
}

.homepage-slider .carousel-mobile {
  display: none;
}

.homepage-slider .carousel-mobile .owl-stage-outer,
.homepage-slider .carousel-mobile .owl-stage,
.homepage-slider .carousel-mobile .owl-item,
.homepage-slider .carousel-mobile .owl-item__elem {
  height: 100%;
}

.homepage-slider .owl-item {
  height: calc(100vh - 110px);
  width: 100%;
}

.homepage-slider .owl-item .owl-item__elem {
  position: absolute;
  display: block;
  width: 100%;
  overflow: hidden;
}

.homepage-slider .owl-item .--v0 .owl-item__elem:nth-child(1) {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.homepage-slider .owl-item .--v1 .owl-item__elem:nth-child(1) {
  top: 0;
  left: 0;
  height: 41.67%;
  width: 100%;
  margin-bottom: 30px;
}

.homepage-slider .owl-item .--v1 .owl-item__elem:nth-child(2) {
  bottom: 0;
  left: 0;
  height: calc(100% - 41.67% - 30px);
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v1 .owl-item__elem:nth-child(3) {
  right: 0;
  bottom: 0;
  height: calc(100% - 41.67% - 30px);
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v2 .owl-item__elem:nth-child(1) {
  top: 0;
  left: 0;
  height: 41.67%;
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v2 .owl-item__elem:nth-child(2) {
  bottom: 0;
  left: 0;
  height: calc(100% - 41.67% - 30px);
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v2 .owl-item__elem:nth-child(3) {
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v3 .owl-item__elem:nth-child(1) {
  top: 0;
  left: 0;
  height: 41.67%;
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v3 .owl-item__elem:nth-child(2) {
  bottom: 0;
  left: 0;
  height: calc(100% - 41.67% - 30px);
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v3 .owl-item__elem:nth-child(3) {
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v4 .owl-item__elem:nth-child(1) {
  top: 0;
  left: 0;
  height: 41.67%;
  width: 100%;
}

.homepage-slider .owl-item .--v4 .owl-item__elem:nth-child(2) {
  bottom: 0;
  left: 0;
  height: calc(100% - 41.67% - 30px);
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v4 .owl-item__elem:nth-child(3) {
  right: 0;
  bottom: 0;
  height: calc(100% - 41.67% - 30px);
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v5 .owl-item__elem:nth-child(1) {
  top: 0;
  left: 0;
  height: 41.67%;
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v5 .owl-item__elem:nth-child(2) {
  bottom: 0;
  left: 0;
  height: calc(100% - 41.67% - 30px);
  width: calc(50% - 15px);
}

.homepage-slider .owl-item .--v5 .owl-item__elem:nth-child(3) {
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: calc(50% - 15px);
}

.homepage-slider .owl-item ._img-link {
  display: block;
  height: 100%;
  width: 100%;
}

.homepage-slider .owl-item ._img-link img {
  height: 100%;
  width: 100%;
  transition: 1s;
  object-position: center bottom;
  object-fit: cover;
}

.homepage-slider .owl-item ._img-link:hover + .owl-item__info .owl-item__info-link {
  border-bottom-color: transparent;
}

.homepage-slider .owl-item__info {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 24px 36px;
  pointer-events: none;
}

.homepage-slider .owl-item__info-title {
  display: block;
  color: #FFFFFF;
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
}

.homepage-slider .owl-item__info-tags {
  margin-bottom: 24px;
  margin-right: -20px;
  pointer-events: auto;
}

.homepage-slider .owl-item__info-tags ._tag {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  padding: 0 14px;
  margin-right: 20px;
  border-radius: 14px;
  background-color: #fff;
  color: #1C1C1C;
  font-family: PT Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  line-height: 26px;
  transition: .15s;
  pointer-events: auto;
}

.homepage-slider .owl-item__info-tags ._tag:hover {
  opacity: .6;
}

.homepage-slider .owl-item__info-link {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid;
  color: #FFFFFF;
  font-family: PT Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none !important;
  transition: .15s;
}

.homepage-slider .owl-item__info-link:hover {
  border-bottom-color: transparent;
}

.homepage-slider .owl-item__info-link .svg-wrap {
  position: absolute;
  top: 3px;
  right: -32px;
  height: 18px;
  width: 22px;
  fill: #fff;
}

.homepage-slider .owl-carousel .owl-prev,
.homepage-slider .owl-carousel .owl-next {
  top: auto;
  bottom: 0;
  position: absolute;
  z-index: 5;
  height: 80px;
  width: 100px;
  opacity: 1;
  transition: transform .4s .4s;
  background-color: #fff;
}

.homepage-slider .owl-carousel .owl-prev:after,
.homepage-slider .owl-carousel .owl-next:after {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  transition: .15s;
  background-color: #f2f2f2;
  opacity: 0;
}

.homepage-slider .owl-carousel .owl-prev span,
.homepage-slider .owl-carousel .owl-next span {
  font-size: 0;
  display: block;
}

.homepage-slider .owl-carousel .owl-prev span:after,
.homepage-slider .owl-carousel .owl-next span:after {
  display: block;
  height: 22px;
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-image: url(/local/templates/koffer/css/../images/next.svg);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.homepage-slider .owl-carousel .owl-prev:hover:after,
.homepage-slider .owl-carousel .owl-next:hover:after {
  opacity: 1;
}

.homepage-slider .owl-carousel .owl-prev:hover:before,
.homepage-slider .owl-carousel .owl-next:hover:before {
  opacity: 0;
}

.homepage-slider .owl-carousel .owl-prev:before,
.homepage-slider .owl-carousel .owl-next:before {
  position: absolute;
  display: block;
  top: 3px;
  bottom: 3px;
  width: 2px;
  background-color: #f2f2f2;
  content: '';
  transition: opacity .15s, transform .4s .4s;
}

.homepage-slider .owl-carousel .owl-prev {
  left: 0;
}

.homepage-slider .owl-carousel .owl-prev span:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.homepage-slider .owl-carousel .owl-prev:before {
  right: 0;
}

.homepage-slider .owl-carousel .owl-next {
  left: 100px;
}

.homepage-slider .owl-carousel .owl-next:before {
  left: 0;
}

.catalog {
  padding-bottom: 100px;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(var(--catalog-columns), 1fr);
  gap: 30px;
}

.catalog-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0px 15px 50px;
}

.catalog-sidebar__info-mail {
  width: 240px;
  margin-bottom: 50px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.catalog-sidebar__info-mail .svg-wrap {
  width: 58px;
  height: 41px;
  margin-bottom: 20px;
}

.catalog-sidebar__banner {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.catalog-sidebar__banner ._img-link {
  display: block;
  height: 100%;
  width: 100%;
}

.catalog-sidebar__banner ._img-link img {
  height: 100%;
  width: 100%;
  transition: 1s;
  object-fit: cover;
}

.catalog-sidebar__banner ._img-link:hover img {
  transform: scale(1.1);
}

.catalog-sidebar__banner ._img-link:hover + .promo__info .promo__info-link {
  border-bottom-color: transparent;
}

.catalog-sidebar__banner .promo {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 70px 40px 48px 50px;
  pointer-events: none;
}

.catalog-sidebar__banner .promo.--black,
.catalog-sidebar__banner .promo.--black-big {
  background-color: rgba(0, 0, 0, 0.5);
}

.catalog-sidebar__banner .promo-title {
  color: #ffffff;
  font-family: PT Sans;
  font-weight: bold;
  line-height: 40px;
  font-size: 40px;
  align-items: center;
}

.catalog-sidebar__banner .promo-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.catalog-sidebar__banner .promo-tags ._tag {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  padding: 0 14px;
  margin-right: 20px;
  margin-top: 14px;
  border-radius: 14px;
  background-color: #fff;
  color: #1c1c1c;
  font-family: PT Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  line-height: 26px;
  transition: 0.15s;
  pointer-events: auto;
}

.catalog-sidebar__banner .promo-tags ._tag:hover {
  opacity: 0.6;
}

.catalog-sidebar__info-mail {
  width: 33.33%;
  padding-right: 90px;
  padding-left: 15px;
}

.catalog-sidebar__banner {
  width: 66.666%;
  height: 300px;
  margin: 0 15px;
}

.catalog-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 36px -15px;
}

.catalog-breadcrumbs .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px;
}

.catalog-filter-toggle {
  display: none;
  cursor: pointer;
  white-space: nowrap;
  height: 160px;
  width: 18px;
  font-size: 18px;
}

.catalog-filter-toggle-wrap {
  position: absolute !important;
  left: -60px;
}

.catalog-filter-toggle.--disabled {
  opacity: 0.4;
  pointer-events: none;
}

.catalog-filter-toggle ._icon {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(/local/templates/koffer/css/../images/menu-back.svg);
  background-size: 6px 10.8px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.4s;
}

.catalog-filter-toggle ._text {
  opacity: 0;
  transition: 0.4s;
  transform: translate(14px, 160px) rotate(-90deg);
  transform-origin: 0 0;
  position: absolute;
}

.catalog-filter-toggle.--is-hidden ._icon {
  transform: rotate(180deg);
}

.catalog-filter-toggle.--is-hidden ._text {
  opacity: 1;
}

.catalog-filter {
  position: absolute !important;
  z-index: 5;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 330px;
}

.catalog-filter .filter:not(.--no-init) {
  pointer-events: auto;
}

.catalog-pagination.--bottom {
  margin-top: -66px;
}

.catalog-pagination.--top {
  padding: 0;
  background-color: #fff;
}

.catalog-pagination.--top .pagination {
  margin-bottom: 0;
}

.catalog-pagination.--top a {
  padding: 9px 13px;
}

.catalog-pagination.--top .page-item.active a {
  border-bottom: 4px solid #191919;
  padding-bottom: 5px;
  background-color: #fff;
  color: #191919;
}

.catalog .catalog-col {
  position: relative;
}

.catalog-item {
  position: relative;
  z-index: 2;
  --padding: 30px;
  padding-bottom: var(--padding);
  background-color: #fff;
}

.catalog-item .catalog-item__article,
.catalog-item .catalog-item__name,
.catalog-item .catalog-item__footer {
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.catalog-item .stickers_block {
  left: var(--padding);
  top: var(--padding);
}

.catalog-item:before {
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: calc(-1 * var(--beforeBottom));
  left: -15px;
  z-index: -1;
  background-color: #fff;
  box-shadow: 0px 45px 85px transparent;
  content: "";
  opacity: 0;
  transform: scale(0.8, 0.6);
  transform-origin: 50% 90px;
  transition: 0.3s;
}

.catalog-item._hover {
  z-index: 5;
}

.catalog-item__link-fast-buy {
  position: absolute;
  font-size: 0;
  z-index: 7;
  top: 25px;
  left: 25px;
  cursor: pointer;
}

.catalog-item__link-fast-buy:before {
  position: absolute;
  opacity: 0;
  border-radius: 50%;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
}

.catalog-item__link-fast-buy:hover svg {
  fill: #9e9e9e;
}

.catalog-item__link-fast-buy svg {
  width: 25px;
  height: 15px;
  fill: #bcbcbc;
  transition: 0.15s;
}

.catalog-item__img {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  text-align: center;
  display: block;
  position: relative;
}

.catalog-item__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  display: block !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.catalog-item__name {
  transition: 0.15s;
  margin-top: 20px;
  height: 62px;
  overflow: hidden;
}

.catalog-item__name * {
  line-height: 31px !important;
}

.catalog-item__name:hover {
  opacity: 0.6;
  color: #191919;
  text-decoration: none;
}

.catalog-item__name,
.catalog-item__price {
  display: inline-block;
  vertical-align: top;
  color: #1a1a1a;
  font-family: PT Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px !important;
}

.catalog-item__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.catalog-item__footer ._w-btn-buy {
  align-self: flex-end;
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-left: 8px;
  margin-top: 30px;
}

.catalog-item__prices {
  position: relative;
  padding-top: 20px;
}

.catalog-item__old-price {
  position: absolute;
  top: 0;
  left: 0;
}

.catalog-item__old-price ._text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  line-height: 31px;
  font-size: 20px;
  color: #bdbdbd;
}

.catalog-item__old-price ._text:before {
  content: "";
  position: absolute;
  background: rgba(190, 190, 190, 0.6);
  border-radius: 6px;
  height: 3px;
  top: 14px;
  display: block;
  left: -2px;
  right: -2px;
}

.catalog-item__price {
  margin-top: 8px;
  font-weight: bold;
}

.catalog-item__add {
  position: absolute;
  z-index: 11;
  opacity: 0;
  top: calc(100% - 30px);
  left: 30px;
  right: 30px;
  transform: translateY(-100%);
  pointer-events: none;
  transition: opacity 0.1s 0s, transform 0.3s;
}

.catalog-item__add-title {
  color: #1a1a1a;
  font-family: PT Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  margin-bottom: 5px;
}

.catalog-item__add-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.catalog-item__add-items .img-wrap {
  display: block;
  width: 77px;
  max-height: 80px;
}

.catalog-item__add-items .img-wrap + .img-wrap {
  margin-left: 10px;
}

.catalog-item__add-items ._more {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: #191919;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
}

.catalog-banner {
  overflow: hidden;
  position: relative;
  height: 60vw;
}

.catalog-banner iframe {
  pointer-events: none;
  transition: 0.3s;
}

.catalog-banner .catalog-banner__video {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: 50% 50%;
}

.catalog-banner .catalog-banner__video-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 44;
}

.catalog-banner .catalog-banner__video-link:hover ~ iframe,
.catalog-banner .catalog-banner__video-link:hover ~ video {
  opacity: 0.5;
}

.catalog-banner ._img-link {
  display: block;
  height: 100%;
  width: 100%;
}

.catalog-banner ._img-link img {
  height: 100%;
  width: 100%;
  transition: 1s;
  object-fit: cover;
}

.catalog-banner ._img-link:hover img {
  transform: scale(1.1);
}

.catalog-banner ._img-link:hover + .promo__info .promo__info-link {
  border-bottom-color: transparent;
}

.catalog-banner .promo {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 24px 36px;
  pointer-events: none;
}

.catalog-banner .promo.--black,
.catalog-banner .promo.--black-big {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}

.catalog-banner .promo-title {
  position: absolute;
  display: flex;
  top: 0;
  right: 20%;
  bottom: 94px;
  left: 36px;
  color: #ffffff;
  font-family: PT Sans;
  font-size: 70px;
  font-style: normal;
  font-weight: bold;
  line-height: 70px;
  align-items: center;
}

.catalog-banner .promo-tags {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 0;
  left: 0;
  height: 94px;
  padding: 8px 220px 8px 36px;
  flex-wrap: wrap;
  align-items: center;
  pointer-events: auto;
}

.catalog-banner .promo-tags ._tag {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  padding: 0 14px;
  margin-bottom: 2px;
  margin-right: 20px;
  margin-top: 2px;
  border-radius: 14px;
  background-color: #fff;
  color: #1c1c1c;
  font-family: PT Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  line-height: 26px;
  transition: 0.15s;
  pointer-events: auto;
}

.catalog-banner .promo-tags ._tag:hover {
  opacity: 0.6;
}

.catalog-banner .promo-link {
  position: absolute;
  display: inline-block;
  right: 80px;
  bottom: 35px;
  border-bottom: 1px solid;
  color: #ffffff;
  font-family: PT Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 32px;
  transition: 0.15s;
}

.catalog-banner .promo-link:hover {
  border-bottom-color: transparent;
}

.catalog-banner .promo-link .svg-wrap {
  position: absolute;
  top: 6px;
  right: -42px;
  height: 22px;
  width: 32px;
  fill: #fff;
}

.catalog-banner .banner-good {
  background: url(/local/templates/koffer/css/../images/banner-good-bg.svg);
  background-size: 389px 375px;
  background-repeat: no-repeat;
  background-position: calc(100% - 50px) 50px;
  border: 3px solid #f2f2f2;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 50px;
  font-size: 50px;
  color: #1a1a1a;
}

.catalog-banner .banner-good__img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 420px;
  height: 380px;
}

.catalog-banner .banner-good__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
  transition: 1s;
}

.catalog-banner .banner-good:hover .banner-good__img img {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.catalog-banner .banner-good__title {
  position: absolute;
  top: 50px;
  left: 420px;
  right: 50px;
  bottom: 150px;
  display: flex;
  align-items: center;
}

.catalog-banner .banner-good__price {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  left: 420px;
}

.catalog-banner.--top {
  grid-column-start: calc(var(--catalog-columns) - 2);
  grid-column-end: calc(var(--catalog-columns) - 1);
}

.catalog-banner.--bottom {
  grid-column-start: calc(var(--catalog-columns) - 2);
  grid-column-end: calc(var(--catalog-columns) - 1);
}

.container-catalog {
  max-width: calc(100% - 140px);
}

.js--catalog {
  transition: opacity 0.2s 0.22s;
  --catalog-columns: 3;
  max-width: 100%;
}

.js--catalog.--columns-3,
.js--catalog.--columns-4 {
  margin-left: auto;
  margin-right: auto;
  --catalog-columns: 3;
}

.js--catalog.--columns-3 .catalog-banner.--top,
.js--catalog.--columns-4 .catalog-banner.--top {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 4;
}

.js--catalog.--columns-3 .catalog-banner.--bottom,
.js--catalog.--columns-4 .catalog-banner.--bottom {
  grid-row-start: 5;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 3;
}

.js--catalog.--hidden {
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.catalog-page__sorting a {
  text-decoration: none;
}

.catalog-page__sorting a ._text {
  border-bottom: 1px solid;
  color: #191919;
  transition: 0.15s;
}

.catalog-page__sorting a:hover ._text {
  border-bottom-color: transparent;
}

.catalog-page__interface {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 33px -15px;
}

.catalog-page__filter-display {
  width: calc(100% - 178px);
  display: flex;
  align-items: center;
}

.catalog-page__filter-display .filter-display-btn {
  margin-right: 30px;
  white-space: nowrap;
  height: 44px;
  background: #e5e5e5;
  padding: 0 15px;
  border-radius: 3px;
  line-height: 43px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
}

.catalog-page__filter-display .filter-display-btn:active {
  opacity: 0.6;
}

.catalog-page__filter-display .filter-display-text {
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.catalog-page__filter-display ._icon {
  position: relative;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1px;
  top: -1px;
}

.catalog-page__filter-display ._icon ._quan {
  border: 2px solid #e5e5e5;
  text-align: center;
  font-weight: normal;
  line-height: 16px;
  font-size: 11px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 4px;
  right: -10px;
  border-radius: 50%;
  color: #fff;
  background-color: #191919;
  width: 20px;
  height: 20px;
}

.catalog-page__filter-display svg {
  width: 22px;
  height: 18px;
}

.catalog-page__categories {
  padding-right: 120px;
  transition: opacity 0.2s 0.22s;
}

.catalog-page__categories-wrap {
  position: relative;
  transition: height 0.4s;
  overflow: hidden;
  margin-left: -20px;
  padding-left: 20px;
}

.catalog-page__categories-wrap.--loading {
  height: 0;
  position: relative;
  pointer-events: none !important;
  opacity: 0;
}

.catalog-page__categories-wrap.--loading,
.catalog-page__categories-wrap.--loading * {
  transition: 0 !important;
}

.catalog-page__categories-wrap.--loading .catalog-page__categories {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.catalog-page__categories.--hidden > *:not(.catalog-page__categories-toggle) {
  opacity: 0;
  transition: opacity 0.2s;
}

.catalog-page__categories.--hidden * {
  pointer-events: none;
}

.catalog-page__categories-toggle {
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  background: #d7d7d7;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  padding-right: 10px;
  transition: 0.15s;
}

.catalog-page__categories-toggle:hover {
  opacity: 0.6;
}

.catalog-page__categories-toggle:before {
  position: absolute;
  content: "";
  top: 13px;
  right: 12px;
  display: block;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-image: url(/local/templates/koffer/css/../images/dropdown-arrow.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  transform-origin: 50% 30%;
}

.catalog-page__categories.--short .catalog-page__categories-toggle:before {
  transform: rotate(180deg);
}

.catalog-page__categories,
.catalog-page__categories ul {
  list-style-type: none;
  padding-left: 0;
}

.catalog-page__categories li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
}

.catalog-page__categories li a {
  line-height: 22px;
  font-size: 16px;
  color: #1a1a1a;
}

.catalog-page__categories .catalog-page__categories-0 {
  padding-bottom: 44px;
}

.catalog-page__categories .catalog-page__categories-1 {
  padding-bottom: 30px;
}

.catalog-page__categories ._title-1 {
  font-weight: bold;
}

.catalog-page__categories ._title-0 {
  display: inline-block;
  vertical-align: top;
  min-height: 28px;
  line-height: 26px;
  padding: 0 9px;
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 16px;
  text-decoration: none;
  transition: 0.15s;
  margin-left: -8px;
}

.catalog-page__categories ._title-0:hover {
  background-color: #191919;
  color: #fff;
}

.catalog-page__categories.--full {
  column-count: 4;
}

.catalog-page__categories.--short {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.catalog-page__categories.--short ul {
  display: none;
}

.catalog-page__categories.--short ._title-0 {
  margin-right: 30px;
}

.catalog-page__menu-categories {
  height: 32px;
  top: 0;
  right: 0;
  width: 118px;
  background: #d7d7d7;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  transition: 0.15s;
}

.catalog-page__menu-categories:hover {
  opacity: 0.6;
}

.header-menu--open-categories .header-menu__main,
.header-menu--open-categories .header-auth,
.header-menu--open-categories .header-menu__from-top-menu {
  display: none;
}

.header-menu--open-categories .header-menu__catalog {
  margin-top: 0;
}

.favorite-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
}

.favorite-sidebar__info-mail {
  width: 240px;
  margin-bottom: 50px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.favorite-sidebar__info-mail .svg-wrap {
  width: 58px;
  height: 41px;
  margin-bottom: 20px;
}

.favorite-sidebar__banner {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.favorite-sidebar__banner ._img-link {
  display: block;
  height: 100%;
  width: 100%;
}

.favorite-sidebar__banner ._img-link img {
  height: 100%;
  width: 100%;
  transition: 1s;
  object-fit: cover;
}

.favorite-sidebar__banner ._img-link:hover img {
  transform: scale(1.1);
}

.favorite-sidebar__banner ._img-link:hover + .promo__info .promo__info-link {
  border-bottom-color: transparent;
}

.favorite-sidebar__banner .promo {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 70px 40px 48px 50px;
  pointer-events: none;
}

.favorite-sidebar__banner .promo.--black,
.favorite-sidebar__banner .promo.--black-big {
  background-color: rgba(0, 0, 0, 0.5);
}

.favorite-sidebar__banner .promo-title {
  color: #ffffff;
  font-family: PT Sans;
  font-weight: bold;
  line-height: 40px;
  font-size: 40px;
  align-items: center;
}

.favorite-sidebar__banner .promo-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.favorite-sidebar__banner .promo-tags ._tag {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  padding: 0 14px;
  margin-right: 20px;
  margin-top: 14px;
  border-radius: 14px;
  background-color: #fff;
  color: #1c1c1c;
  font-family: PT Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  line-height: 26px;
  transition: 0.15s;
  pointer-events: auto;
}

.favorite-sidebar__banner .promo-tags ._tag:hover {
  opacity: 0.6;
}

.favorite .catalog-page__sorting {
  display: block;
}

.favorite .catalog-item__price {
  bottom: 30px;
}

.filter-desktop-btn {
  max-width: 100%;
  width: 42px;
  min-width: 42px;
  font-size: 18px;
  height: 44px;
  border-radius: 3px;
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  line-height: 30px;
  padding: 6px 12px;
  font-size: 20px;
  text-align: center;
}

.filter-desktop-btn svg {
  width: 30px;
  height: 30px;
}

.filter-desktop-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.filter {
  background-color: #fff;
  padding-top: 25px;
  position: relative;
  opacity: 0;
  transition: 0.15s;
  width: 100%;
  border-bottom: 1px solid white;
}

.filter.--hidden {
  pointer-events: none;
  opacity: 0;
}

.filter:not(.--hidden) {
  pointer-events: auto;
  opacity: 1;
}

.filter-readmore-link {
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-left: 23px;
  color: #1A1A1A;
  border-bottom: 1px dotted;
  cursor: pointer;
}

.filter__mobile {
  position: relative;
}

.filter__mobile-title {
  font-weight: bold;
  line-height: 42px;
  font-size: 40px;
  padding-left: 42px;
  padding-right: 100px;
  margin-bottom: 36px;
  padding-top: 3px;
}

.filter__mobile-close {
  z-index: 3;
  position: absolute;
  right: 44px;
  top: 17px;
  cursor: pointer;
}

.filter__mobile-close svg {
  width: 27px;
  height: 27px;
}

.filter__mobile-sort {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 42px;
  padding-right: 42px;
}

.filter__mobile-sort ._title {
  font-weight: bold;
  line-height: 28px;
  font-size: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.filter__mobile-sort a,
.filter__mobile-sort span {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #191919;
  padding: 3px 0;
  margin: 2px 0;
}

.filter__mobile-sort a {
  text-decoration: underline;
}

.filter__mobile-sort .active {
  font-weight: bold;
}

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

.filter__mobile-xs-result {
  font-weight: bold;
  line-height: 11px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}

.filter__mobile-xs .btn {
  margin: 10px auto 22px;
}

.filter__mobile-xs-reload {
  font-weight: bold;
  line-height: 15px;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: #1C1C1C;
  margin-bottom: 40px;
}

.filter__mobile-xs-reload:hover {
  text-decoration: none;
}

.filter__section {
  padding: 0 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.filter__title {
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  font-size: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #1A1A1A;
}

.filter__separator {
  height: 2px;
  width: calc(100% - 40px);
  background: #F2F2F2;
  margin: 20px auto;
}

.filter label {
  line-height: 23px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 5px 0;
  color: #1A1A1A;
}

.filter label:before {
  top: calc(0.25rem + 5px);
}

.filter label:after {
  top: 9px;
}

.filter__colors {
  margin-right: -8px;
  padding-bottom: 10px;
}

.filter__colors-item {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}

.filter__colors-item input {
  opacity: 0;
}

.filter__colors-item input:checked + svg {
  opacity: 1;
}

.filter__colors-item svg {
  fill: #fff;
  width: 11px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  opacity: 0;
  transition: .15s;
}

.filter__colors-item.--w-border {
  border: 2px solid #E5E5E5;
}

.filter__colors-item.--w-border svg {
  top: 6px;
  left: 6px;
}

.filter__colors-item.--black-check svg {
  fill: #191919;
}

.filter-price {
  font-size: 0;
  position: relative;
  margin-bottom: 30px;
}

.filter-price #filter-price-slider {
  margin-top: -3px;
  position: relative;
  z-index: 4;
  margin-left: 27px;
  margin-right: 27px;
}

.filter-price__input {
  border: 2px solid #F2F2F2;
  border-radius: 0;
  height: 44px;
  line-height: 40px;
  padding-left: 38px;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  background-color: #fff;
  color: #191919;
}

.filter-price__input.--from {
  border-right-color: transparent;
}

.filter-price__input.--to {
  border-left-color: transparent;
  padding-right: 30px;
}

.filter-price__text.--from,
.filter-price__text.--to,
.filter-price__text.--currency {
  font-size: 16px;
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  height: 44px;
  line-height: 44px;
}

.filter-price__text.--from {
  left: 12px;
}

.filter-price__text.--to {
  padding-left: 13px;
  left: 50%;
  border-left: 2px solid #F2F2F2;
}

.filter-price__text.--currency {
  right: 13px;
}

.filter-flying {
  position: absolute;
  z-index: 13;
  left: calc(100% + 12px);
  transition: .3s;
  opacity: 0;
  pointer-events: none;
  width: 168px;
  height: 92px;
  text-align: center;
  background-color: #191919;
  border-radius: 5px;
  transform: translateY(calc(-50% + 10px));
  color: #fff;
}

.filter-flying:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  right: 100%;
  background: #1C1C1C;
  border-radius: 0 0 0 2px;
  transform: translate(50%, -50%) rotate(45deg);
}

.filter-flying__result {
  padding-top: 10px;
  font-weight: bold;
  line-height: 11px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}

.filter-flying__submit {
  line-height: 26px;
  font-size: 25px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 10px 0 10px;
  transition: .15s;
}

.filter-flying__submit:hover {
  opacity: .6;
}

.filter-flying__reload {
  cursor: pointer;
  font-weight: bold;
  line-height: 11px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
}

.filter-flying__reload:hover {
  text-decoration: none;
}

.filter-flying.--visible {
  pointer-events: auto;
  opacity: 1;
}

.filter-style {
  display: flex;
  margin: 20px -20px;
}

.filter-style:hover input:checked + .filter-style__item {
  flex-grow: 1;
}

.filter-style:hover input:checked + .filter-style__item .filter-style__title {
  opacity: 0;
}

.filter-style__item {
  display: block;
  flex-grow: 1;
  position: relative;
  cursor: pointer;
  transition: .3s;
}

input:checked + .filter-style__item {
  flex-grow: 10;
}

input:checked + .filter-style__item .filter-style__title {
  opacity: 1;
}

.filter-style__item:hover {
  flex-grow: 10 !important;
}

.filter-style__item:hover .filter-style__title {
  opacity: 1 !important;
}

.filter-style__item:nth-of-type(1) {
  background-color: #F0F0F0;
}

.filter-style__item:nth-of-type(1) .filter-style__img img {
  height: 210px;
}

.filter-style__item:nth-of-type(2) {
  background-color: #444444;
}

.filter-style__item:nth-of-type(3) {
  background-color: #191919;
}

.filter-style__title {
  position: absolute;
  top: 35%;
  left: 12px;
  width: 300px;
  font-weight: bold;
  line-height: 28px;
  font-size: 26px;
  letter-spacing: 0.05em;
  transition: .3s;
  opacity: 0;
}

.filter-style__title ._text {
  color: #191919;
  background-color: #fff;
}

.filter-style__img {
  height: 150px;
  margin: -10px -20px 0;
  overflow: hidden;
}

.filter-style__img img {
  height: 190px;
}

.filter.--no-init {
  opacity: 0 !important;
  pointer-events: none !important;
}

.zoom-container {
  position: absolute;
  z-index: 400;
  top: 162px;
  right: calc(50% + 30px);
  left: 128px;
  height: 635px;
  pointer-events: none;
  opacity: 0;
  transition: 0.1s;
}

.zoom-container.--show {
  opacity: 1;
  transition: 0.15s;
}

.product .nav-tabs {
  border: none;
  border-bottom: 2px solid #f0f0f0;
}

.product .nav-tabs .nav-item {
  margin-right: 5px;
}

.product .nav-tabs .nav-link {
  color: #333;
  margin-bottom: -1px;
}

.product .nav-tabs .nav-link:hover {
  border-bottom: none;
}

.product .nav-tabs .nav-item.show .nav-link,
.product .nav-tabs .nav-link.active {
  background-color: #f8f8f8;
  border: 2px solid #f0f0f0;
  border-bottom: none;
}

.product .catalog-breadcrumbs {
  padding: 0 15px;
  padding: 0;
  margin-bottom: 20px;
}

.product-info {
  width: 100%;
}

.product-info > * {
  position: relative;
  z-index: 2;
}

.product-info:after {
  display: table;
  clear: both;
  content: "";
}

.product-info__top {
  width: 540px;
  float: left;
  margin-right: 60px;
}

.product-info__top h1 {
  color: #191919;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.product-info__top-back {
  margin-bottom: 15px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  display: inline-block;
  color: #bdbdbd;
}

.product-info__top-back:hover {
  color: #191919;
}

.product-info__top .one-breadcrumb {
  display: none;
}

.product-info__actions {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  align-items: center;
  width: 20px;
  margin-right: 10px;
}

.product-info__actions button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: left;
}

.product-info__actions button:hover {
  opacity: 0.6;
}

.product-info__actions .position-relative {
  display: inline-block;
  vertical-align: middle;
}

.product-info__actions ._share-popup {
  display: none;
}

.product-info__actions ._share-popup:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -10px;
  right: -5px;
  bottom: -7px;
  background-color: #F8F8F8;
}

.product-info__buy-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 540px;
  margin-right: 60px;
  padding-bottom: 30px;
  z-index: 15;
}

.product-info__buy-block ._price {
  font-weight: bold;
  line-height: 45px;
  font-size: 45px;
  margin-right: 40px;
}

.product-info__buy-block .btn {
  width: 196px;
}

.product-info__buy-block ._gift {
  position: relative;
  width: 50px;
  height: 44px;
  margin-left: 30px;
  fill: #fff;
  background-color: #191919;
  border-radius: 3px;
  padding: 6px 11px;
  cursor: pointer;
}

.product-info__buy-block ._gift:hover {
  background-color: #474e60;
}

.product-info__buy-block ._gift ._quan {
  text-align: center;
  color: #fff;
  line-height: 14px;
  font-size: 11px;
  position: absolute;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: -8px;
  right: -8px;
  background: #1c1c1c;
  border: 2px solid #f8f8f8;
}

.product-info__buy-block ._gift svg {
  fill: #e7e7e7;
  width: 28px;
  height: 30px;
}

.product-info__buy-block ._gift svg.--inverse {
  display: none;
}

.product-info__buy-block ._price-old {
  margin-top: 20px;
}

.product-info__buy-block ._price-old ._text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
}

.product-info__buy-block ._price-old ._text:before {
  content: "";
  position: absolute;
  background: rgba(190, 190, 190, 0.6);
  border-radius: 10px;
  height: 6px;
  top: 14px;
  display: block;
  left: -5px;
  right: -5px;
}

.product-info__select {
  margin-top: 24px;
  min-width: 196px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}

.product-info__select ._text {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #828282;
}

.product-info__description {
  padding-bottom: 10px;
  line-height: 18px;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 540px;
  margin-right: 60px;
}

.product-info__description .row > * {
  padding-top: 6px;
  padding-bottom: 6px;
}

.product-info__description a {
  color: #191919;
  text-decoration: underline;
}

.product-info__description a:hover {
  text-decoration: none;
}

.product-info__description.--text {
  line-height: 24px;
  font-size: 18px;
}

.product-info__share {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.product-info__share ._text {
  margin-right: 30px;
}

.product-info__share a {
  font-size: 0;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 4px;
  transition: 0.15s;
}

.product-info__share a:hover {
  opacity: 0.6;
}

.product-info__share a svg {
  width: 18px;
  height: 18px;
}

.product-info__share a svg.--inverse {
  display: none;
}

.product-info__accordion {
  width: 540px;
  padding-bottom: 300px;
  margin-bottom: -300px;
  overflow: hidden;
  z-index: 10;
}

.product-info__accordion .owl-other-models .owl-dots {
  margin-top: 15px;
}

.product-info__accordion ._btn {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  border: none;
  text-decoration: none;
  text-align: left;
  background: none;
  padding: 0;
  padding-top: 10px;
  border-top: 2px solid #f0f0f0;
  box-shadow: none !important;
}

.product-info__accordion ._btn svg {
  margin-left: 10px;
  margin-top: -3px;
  transform-origin: 40% 50%;
  transform: rotate(-90deg);
  width: 9px;
  height: 15px;
  fill: black;
  transition: 0.3s;
}

.product-info__accordion ._btn.collapsed svg {
  transform: rotate(90deg);
}

.product-slider-bg {
  position: absolute;
  z-index: 0;
  top: 45px;
  left: 645px;
  font-size: 0;
}

.product-slider-bg svg {
  font-size: 0;
  width: 1227px;
  height: 1420.02px;
  fill: #f0f0f0;
}

.product .ps-slider-wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 580px;
  margin-top: 30px;
}

.product .ps-slider-wrap#pinch-detect {
  z-index: 99;
}

.product .ps-slider-wrap .ps-slider-wrap__mobile-resize,
.product .ps-slider-wrap .ps-slider-wrap__mobile-dots {
  display: none;
}

.product .ps-slider-wrap .ps-slider-wrap__nav {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: calc( 50% - 30px);
  transform: translateY(-50%);
  display: block;
  padding: 0 30px;
  pointer-events: none;
}

.product .ps-slider-wrap .ps-slider-wrap__nav .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product .ps-slider-wrap .ps-slider-wrap__nav .owl-nav button {
  pointer-events: auto;
}

.product .ps-slider-wrap .owl-prev,
.product .ps-slider-wrap .owl-next {
  position: relative;
  width: 38px;
  height: 40px;
  display: flex;
  background: none !important;
}

.product .ps-slider-wrap .owl-prev::before,
.product .ps-slider-wrap .owl-next::before {
  content: "";
  position: absolute;
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
  border-radius: 50%;
}

.product .ps-slider-wrap .owl-prev svg,
.product .ps-slider-wrap .owl-next svg {
  margin: auto;
  width: 38px;
  height: 26px;
}

.product .owl-product {
  margin-left: 80px;
  padding: 65px;
  height: 100%;
  margin-left: -722px;
  width: 1890px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.product .owl-product:before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.product .owl-product .owl-stage-outer {
  height: 684px;
  margin-top: -80px;
}

.product .owl-product .owl-stage-outer .owl-stage {
  padding: 60px 0;
}

.product .owl-product .owl-item {
  width: 176px;
  height: 176px;
  height: 550px;
  cursor: pointer;
  pointer-events: none;
}

.product .owl-product .owl-item img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 540px;
  max-height: 550px;
  width: auto;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.product .owl-product .owl-item.center img {
  pointer-events: auto;
  transform: scale(1, 1);
  opacity: 1;
}

.product .owl-product .owl-item.center ~ .owl-item img {
  opacity: 1;
  transform: scale(0.3, 0.3);
  pointer-events: auto;
}

.product-slider__other {
  padding-top: 80px;
  padding-left: 60px;
  padding-bottom: 60px;
}

.product-slider__other .owl-carousel {
  width: 560px;
}

.product-slider__other .owl-item {
  height: 128px;
  width: 128px !important;
  background-color: #fff;
  text-align: center;
}

.product-slider__other .owl-item img {
  width: auto;
  max-width: 128px;
  max-height: 128px;
}

.product-slider__other .owl-dots {
  text-align: left;
  margin-top: 40px !important;
}

.product-slider__other .owl-dots .owl-dot {
  background: none;
  outline: none !important;
}

.product-slider__other .owl-dots .owl-dot span {
  margin: 0 10px 0 0;
  width: 14px;
  height: 14px;
  background-color: #f0f0f0;
}

.product-slider__other .owl-dots .owl-dot.active span {
  background-color: #191919;
}

.product-slider__other .owl-nav {
  position: absolute;
  bottom: -18px;
  left: calc(50% - 64px);
}

.product-slider__other .owl-prev,
.product-slider__other .owl-next {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 40px;
  display: flex;
  background: none !important;
}

.product-slider__other .owl-prev svg,
.product-slider__other .owl-next svg {
  margin: auto;
  width: 38px;
  height: 26px;
}

.product-slider__other .owl-next {
  left: 80px;
}

.product-seen {
  position: relative;
  z-index: 1;
}

.product-seen .catalog-item {
  margin-bottom: 0;
}

.product-seen .owl-seen .owl-stage-outer,
.product-seen .owl-other-models .owl-stage-outer {
  overflow: visible;
}

.product-seen .owl-other-models .owl-stage-outer {
  z-index: 1;
}

.product-seen .owl-other-models .owl-item {
  width: 260px !important;
}

.product-seen .owl-other-models .catalog-item ._w-btn-buy .btn.btn-buy {
  font-size: 0;
  min-width: auto;
  width: auto;
}

.product-seen .owl-other-models .catalog-item ._w-btn-buy .btn.btn-buy::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  margin-left: -3px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='cart' viewBox='0 0 36 34'%3E%3Cpath fill='none' d='M0 0h36v34H0z'%3E%3C/path%3E%3Cpath d='M35.778 6.464a1.154 1.154 0 00-.933-.476H8.855c-.05 0-.1.004-.148.01l-1.07-3.094a1.158 1.158 0 00-.669-.699L1.578.08A1.155 1.155 0 00.08.735a1.161 1.161 0 00.653 1.503l4.896 1.93 5.992 17.333a.958.958 0 00-.59.58l-1.733 4.83a.967.967 0 00.905 1.293h.89A3.475 3.475 0 0013.668 34a3.475 3.475 0 002.576-5.796H23.8A3.475 3.475 0 0026.374 34a3.475 3.475 0 002.576-5.796h1.082a.964.964 0 00.963-.965.964.964 0 00-.963-.966H11.573l1.073-2.991c.139.058.288.093.445.093h16.941c.502 0 .947-.326 1.1-.805l4.813-15.068c.112-.353.05-.739-.167-1.038zm-22.11 25.604c-.849 0-1.54-.693-1.54-1.545 0-.853.691-1.546 1.54-1.546.85 0 1.54.693 1.54 1.546 0 .852-.69 1.545-1.54 1.545zm12.706 0a1.544 1.544 0 010-3.09c.85 0 1.54.692 1.54 1.545 0 .852-.69 1.545-1.54 1.545zm6.055-21.153h-5.894V8.307h6.727l-.833 2.608zm-1.697 5.312h-4.197v-2.994h5.153l-.956 2.994zm-11.834 0v-2.994h5.327v2.994h-5.327zm5.327 2.318v2.512h-5.327v-2.512h5.327zm-13.017-5.312h5.38v2.994h-4.345l-1.035-2.994zm7.69-2.318V8.307h5.327v2.608h-5.327zm-2.31-2.608v2.608h-6.182l-.901-2.608h7.083zm-3.543 10.238h3.543v2.512h-2.675l-.868-2.512zm13.49 2.512v-2.511h3.457l-.802 2.51h-2.655z' fill='white'%3E%3C/path%3E%3C/svg%3E");
}

.product-detail-images {
  position: relative;
  margin: 15px -15px 60px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-detail-images img {
  margin: 15px;
  max-width: calc(50% - 30px);
}

.--business-product {
  background-color: #444;
}

.--business-product ._share-popup:before {
  background-color: #444;
}

.--business-product .header-top:before {
  background: #444;
}

.--business-product .product-slider-bg svg {
  fill: #3d3d3d;
}

.--business-product .product-info__description {
  border-color: #403e3f;
}

.--business-product .product-info__buy-block ._gift ._quan {
  border: 2px solid #444;
}

.--vip-product {
  background-color: #191919;
}

.--vip-product ._share-popup:before {
  background-color: #191919;
}

.--vip-product .header-top:before {
  background: #191919;
}

.--vip-product .product-slider-bg svg {
  fill: #030303;
}

.--vip-product .product-info__description {
  border-color: #000000;
}

.--vip-product .product-info__buy-block ._gift ._quan {
  border: 2px solid #191919;
}

.--business-product .header-top__phone,
.--business-product .header-top__menu a,
.--business-product .header-top__search,
.--business-product .header-top input,
.--business-product .header-top__favorite a,
.--business-product .header-top__cart a,
.--vip-product .header-top__phone,
.--vip-product .header-top__menu a,
.--vip-product .header-top__search,
.--vip-product .header-top input,
.--vip-product .header-top__favorite a,
.--vip-product .header-top__cart a {
  color: #e7e7e7;
}

.--business-product .header-top__phone .svg-wrap,
.--business-product .header-top__phone svg,
.--business-product .header-top__menu a .svg-wrap,
.--business-product .header-top__menu a svg,
.--business-product .header-top__search .svg-wrap,
.--business-product .header-top__search svg,
.--business-product .header-top input .svg-wrap,
.--business-product .header-top input svg,
.--business-product .header-top__favorite a .svg-wrap,
.--business-product .header-top__favorite a svg,
.--business-product .header-top__cart a .svg-wrap,
.--business-product .header-top__cart a svg,
.--vip-product .header-top__phone .svg-wrap,
.--vip-product .header-top__phone svg,
.--vip-product .header-top__menu a .svg-wrap,
.--vip-product .header-top__menu a svg,
.--vip-product .header-top__search .svg-wrap,
.--vip-product .header-top__search svg,
.--vip-product .header-top input .svg-wrap,
.--vip-product .header-top input svg,
.--vip-product .header-top__favorite a .svg-wrap,
.--vip-product .header-top__favorite a svg,
.--vip-product .header-top__cart a .svg-wrap,
.--vip-product .header-top__cart a svg {
  fill: #e7e7e7;
}

.--business-product .product,
.--business-product .product-info,
.--business-product .product h1,
.--business-product .product .product-info__top-back,
.--business-product .product .product-info__actions button,
.--business-product .product .product-info__description a,
.--business-product .product h2,
.--business-product .product .title-h2,
.--vip-product .product,
.--vip-product .product-info,
.--vip-product .product h1,
.--vip-product .product .product-info__top-back,
.--vip-product .product .product-info__actions button,
.--vip-product .product .product-info__description a,
.--vip-product .product h2,
.--vip-product .product .title-h2 {
  color: #e7e7e7;
}

.--business-product .product .product-info__actions button.--to-favorite svg,
.--vip-product .product .product-info__actions button.--to-favorite svg {
  stroke: #e7e7e7 !important;
  fill: none !important;
}

.--business-product .product .product-info__actions button.--to-favorite.toggled svg,
.--vip-product .product .product-info__actions button.--to-favorite.toggled svg {
  fill: #e7e7e7 !important;
}

.--business-product .product .product-info__actions button svg,
.--business-product .product .owl-prev svg,
.--business-product .product .owl-next svg,
.--vip-product .product .product-info__actions button svg,
.--vip-product .product .owl-prev svg,
.--vip-product .product .owl-next svg {
  fill: #e7e7e7;
}

.--business-product .product .product-info__share a svg:not(.--inverse),
.--business-product .product .product-info__buy-block ._gift svg:not(.--inverse),
.--business-product .product .product-info__buy-block ._share-popup svg:not(.--inverse),
.--vip-product .product .product-info__share a svg:not(.--inverse),
.--vip-product .product .product-info__buy-block ._gift svg:not(.--inverse),
.--vip-product .product .product-info__buy-block ._share-popup svg:not(.--inverse) {
  display: none;
}

.--business-product .product .product-info__share a svg.--inverse,
.--business-product .product .product-info__buy-block ._gift svg.--inverse,
.--business-product .product .product-info__buy-block ._share-popup svg.--inverse,
.--vip-product .product .product-info__share a svg.--inverse,
.--vip-product .product .product-info__buy-block ._gift svg.--inverse,
.--vip-product .product .product-info__buy-block ._share-popup svg.--inverse {
  display: block;
}

.--business-product .product .product-slider__other .owl-dots .owl-dot.active span,
.--business-product .product .product-seen .owl-dots .owl-dot.active span,
.--vip-product .product .product-slider__other .owl-dots .owl-dot.active span,
.--vip-product .product .product-seen .owl-dots .owl-dot.active span {
  background-color: #e7e7e7;
}

.--business-product .product .product-slider__other .owl-dots .owl-dot span,
.--business-product .product .product-seen .owl-dots .owl-dot span,
.--vip-product .product .product-slider__other .owl-dots .owl-dot span,
.--vip-product .product .product-seen .owl-dots .owl-dot span {
  background-color: #363435;
}

.--business-product .product .product-info__buy-block ._gift,
.--vip-product .product .product-info__buy-block ._gift {
  background-color: #e7e7e7;
}

.--business-product .product .product-info__buy-block ._gift svg,
.--vip-product .product .product-info__buy-block ._gift svg {
  display: none;
}

.--business-product .product .product-info__buy-block ._gift svg.--inverse,
.--vip-product .product .product-info__buy-block ._gift svg.--inverse {
  display: block;
}

.--business-product .product .product-info__buy-block ._gift ._quan,
.--vip-product .product .product-info__buy-block ._gift ._quan {
  color: #191919;
  background: #e7e7e7;
}

.--business-product .product .btn.btn-primary,
.--vip-product .product .btn.btn-primary {
  background-color: #e7e7e7;
  color: #191919;
}

.--business-product .product .btn.btn-primary:hover,
.--vip-product .product .btn.btn-primary:hover {
  opacity: 0.9;
  background-color: #e7e7e7;
}

.--business-product .product .btn.btn-primary:active,
.--vip-product .product .btn.btn-primary:active {
  opacity: 0.8;
  background-color: #e7e7e7;
}

.--business-product .product .one-breadcrumb:before,
.--vip-product .product .one-breadcrumb:before {
  background-image: url(/local/templates/koffer/css/../images/one-breadcrumb--light.svg);
}

.--business-product .product .chosen-container,
.--vip-product .product .chosen-container {
  color: #191919;
}

.--business-product .product .chosen-container .chosen-single,
.--vip-product .product .chosen-container .chosen-single {
  background-color: #e7e7e7;
}

.drift-zoom-pane {
  display: none !important;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  float: none;
  flex: 0 0 auto;
}

.owl-prev.disabled,
.owl-next.disabled {
  pointer-events: auto;
  cursor: not-allowed !important;
}

.drift-zoom-pane {
  box-shadow: none !important;
  background: none !important;
  animation: none !important;
}

.sign {
  margin-top: 60px;
}

.sign .form-group {
  width: 435px;
  max-width: 100%;
}

.sign ._timer-code {
  min-height: 34px;
  background: #F2F2F2;
  border-radius: 4px;
  padding: 3px 10px;
}

.sign ._timer-code .jst-hours {
  display: none;
}

.sign ._timer-code .jst-minutes,
.sign ._timer-code .jst-seconds {
  color: #191919;
  font-weight: bold;
  line-height: 38px;
  font-size: 26px;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
}

.sign__info {
  margin: 48px 0 24px;
}

#sign-up-mail .sign__info {
  margin-top: 24px;
}

.sign__footer {
  position: relative;
}

.sign__footer .btn {
  margin: 24px 0;
  margin-right: 68px;
}

.sign__footer ._remember-link {
  margin: 24px 0;
}

.sign__socials {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 53px);
  display: flex;
  align-items: center;
}

.sign__socials a {
  display: block;
  width: 26px;
  height: 26px;
  margin-left: 15px;
}

.cart {
  position: relative;
  padding-top: 75px;
}

.cart .title-h2 {
  margin-top: 36px;
}

.cart-benefits {
  width: 170px;
}

.cart-benefits-container {
  position: relative;
}

.cart-benefits-wrap {
  top: 0;
  position: absolute !important;
  left: -60px;
}

.cart-benefits__item:not(:last-child) {
  margin-bottom: 66px;
}

.cart-benefits__item ._text {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.cart-benefits__item ._icon {
  margin-bottom: 22px;
  height: 60px;
}

.cart-benefits__item ._icon svg {
  fill: none;
}

.cart-benefits__item:nth-child(1) ._icon svg {
  width: 38px;
}

.cart-benefits__item:nth-child(2) ._icon svg {
  width: 64px;
}

.cart-benefits__item:nth-child(3) ._icon svg {
  width: 62px;
}

.cart-main {
  padding-left: 167px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 176px;
  background-color: #fff;
  padding: 22px 20px;
  transition: 0.29s;
  position: relative;
  user-select: none;
}

.cart-item--remove {
  opacity: 0;
  transform: scale(0.2);
  height: 0 !important;
  overflow: hidden;
  min-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

.cart-item--remove + .cart-item--remove-message {
  opacity: 1;
  height: 22px;
  margin-top: 22px;
  transition: 0.15s 0.10s;
}

.cart-item--remove-message {
  margin-top: 0;
  height: 0;
  overflow: hidden;
  transition: 0.15s 0s;
  opacity: 0;
}

.cart-item:not(:first-child) {
  margin-top: 22px;
}

.cart-item__img {
  width: 150px;
  height: 132px;
  flex-shrink: 0;
}

.cart-item__details {
  padding-top: 18px;
  padding-left: 40px;
  padding-right: 40px;
  width: 260px;
  flex: 1 1 auto;
  position: relative;
}

.cart-item__details ._name {
  line-height: 31px;
  font-size: 20px;
  color: #191919;
}

.cart-item__details ._gift {
  display: flex;
  align-items: flex-start;
  margin-top: 22px;
}

.cart-item__details ._gift ._gift-img {
  width: 44px;
  height: 44px;
}

.cart-item__details ._gift ._gift-text {
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  padding-left: 20px;
  color: #1a1a1a;
}

.cart-item__details ._select {
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.cart-item__details ._select-text {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #828282;
  padding-right: 20px;
}

.cart-item__quan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 125px;
  padding-top: 18px;
  margin-right: 85px;
  flex: 0 0 auto;
}

.cart-item__quan ._minus,
.cart-item__quan ._plus {
  width: 33px;
  height: 26px;
  fill: #bdbdbd;
  cursor: pointer;
  transition: 0.15s;
}

.cart-item__quan ._minus:hover,
.cart-item__quan ._plus:hover {
  fill: #191919;
}

.cart-item__quan ._minus.--disabled,
.cart-item__quan ._plus.--disabled {
  pointer-events: none;
  opacity: 0.15;
}

.cart-item__quan ._minus .--for-desktop,
.cart-item__quan ._plus .--for-desktop {
  display: none;
}

.cart-item__quan ._price {
  display: none;
}

.cart-item__quan ._quan {
  -moz-appearance: textfield;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
  text-align: center;
  width: 60px;
  height: 40px;
  border: none;
  background: none;
  text-align: center;
}

.cart-item__quan ._quan::-webkit-outer-spin-button,
.cart-item__quan ._quan::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cart-item__price {
  padding-top: 22px;
  flex: 0 0 auto;
  width: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart-item__price strong {
  display: block;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
  margin-bottom: 6px;
}

.cart-item__remove {
  margin-top: 26px;
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  fill: #bdbdbd;
  transition: 0.15s;
}

.cart-item__remove:hover {
  fill: #191919;
}

.cart-pagination {
  margin-top: 22px;
}

.cart .cart-item--promo {
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}

.cart .cart-item--promo:hover {
  overflow: visible;
}

.cart .cart-item--promo.reinit {
  transition: 0s;
  height: auto !important;
}

.cart .cart-item--promo.cart-item--added .cart-item__promo-content {
  transition: 0.15s;
  opacity: 0;
  pointer-events: none;
}

.cart .cart-item--promo.cart-item--added .cart-item__promo-content .cart-item__promo-title,
.cart .cart-item--promo.cart-item--added .cart-item__promo-content .cart-item__promo-price {
  transform: translateY(-60px);
}

.cart .cart-item--promo.cart-item--added .cart-item__promo-content .cart-item__promo-btn {
  transform: translateY(60px);
}

.cart .cart-item--promo.cart-item--added .cart-item__details,
.cart .cart-item--promo.cart-item--added .cart-item__quan,
.cart .cart-item--promo.cart-item--added .cart-item__price,
.cart .cart-item--promo.cart-item--added .cart-item__remove {
  pointer-events: auto;
  opacity: 1;
  transition: 0.15s 0.15s;
  transform: translate(0);
}

.cart .cart-item--promo .cart-item__promo-title,
.cart .cart-item--promo .cart-item__promo-price,
.cart .cart-item--promo .cart-item__promo-btn {
  transform: translateY(0px);
  transition: 0.15s;
}

.cart .cart-item--promo .cart-item__details,
.cart .cart-item--promo .cart-item__quan,
.cart .cart-item--promo .cart-item__price,
.cart .cart-item--promo .cart-item__remove {
  opacity: 0;
  pointer-events: none;
  transform: translate(0, -60px);
}

.cart .cart-item--promo .cart-item__promo-content {
  transition: 0.3s;
  left: 194px;
  top: 0;
  right: 0;
  background-color: #434a5c;
  padding: 30px 36px;
  color: #fff;
  font-weight: bold;
  line-height: 28px;
  font-size: 32px;
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 22;
  overflow: hidden;
}

.cart .cart-item--promo .cart-item__promo-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 480px 400px;
  border-color: #3d4456 transparent transparent #3d4456;
}

.cart .cart-item--promo .cart-item__promo-title {
  margin-bottom: 20px;
}

.cart .cart-item--promo .cart-item__promo-btn {
  margin-top: 20px;
}

.cart-big-label {
  padding: 30px 16px;
  margin-bottom: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
}

.cart-big-label input:checked + ._img:before {
  opacity: 1;
}

.cart-big-label:hover ._img:before {
  opacity: 0.4;
}

.cart-big-label ._img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}

.cart-big-label ._img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 3px solid #191919;
  display: block;
  opacity: 0;
  transition: 0.15s;
}

.cart-big-label ._text {
  padding-left: 16px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #1c1c1c;
}

.cart-footer {
  margin: 40px 0;
}

.cart-info-block {
  padding: 22px 20px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.cart-info-block.--w-bg {
  background: #e1edf5;
}

.cart-sidebar {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-left: 85px;
  padding-right: 15px;
}

.cart-sidebar-container {
  position: relative;
}

.cart-sidebar-wrap {
  position: relative;
  padding: 0;
}

.cart-sidebar__price {
  font-weight: bold;
  line-height: 54px;
  font-size: 55px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.cart-sidebar__old-price {
  margin-bottom: 20px;
}

.cart-sidebar__old-price ._text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
  color: #bdbdbd;
}

.cart-sidebar__old-price ._text:before {
  content: "";
  position: absolute;
  background: rgba(190, 190, 190, 0.6);
  border-radius: 10px;
  height: 6px;
  top: 14px;
  display: block;
  left: -5px;
  right: -5px;
}

.cart-sidebar__bonus {
  position: relative;
}

.cart-sidebar__bonus .svg-wrap {
  position: absolute;
  width: 46px;
  height: 46px;
  left: -70px;
  top: calc(50% - 23px);
  fill: none;
}

.cart-sidebar__sec {
  padding: 20px 0;
}

.cart-sidebar__sec:not(:last-of-type) {
  border-bottom: 1px solid #f2f2f2;
}

.cart-sidebar__sec .form-group {
  margin: 20px 0;
}

.cart-sidebar__sec .btn {
  margin: 20px 0;
}

.cart-mobile-footer {
  display: none;
  text-align: center;
  background-color: #fff;
  padding: 30px 22px 45px;
  margin-bottom: -85px;
}

.cart-mobile-footer__summ {
  font-weight: bold;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
}

.cart-mobile-footer__bonus {
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
}

.cart-mobile-footer__bonus .svg-wrap {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -4px;
  fill: none;
  width: 16px;
  height: 16px;
}

.cart-mobile-footer__price {
  margin-top: 40px;
  font-weight: bold;
  line-height: 42px;
  font-size: 40px;
  text-align: center;
}

.cart-mobile-footer__old-price {
  margin-bottom: 8px;
}

.cart-mobile-footer__old-price ._text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
  color: #bdbdbd;
}

.cart-mobile-footer__old-price ._text:before {
  content: "";
  position: absolute;
  background: rgba(190, 190, 190, 0.6);
  border-radius: 10px;
  height: 6px;
  top: 14px;
  display: block;
  left: -5px;
  right: -5px;
}

.cart-mobile-footer .btn {
  margin-top: 40px;
}

.cart-mobile-footer .form-group {
  margin-top: 27px;
}

.cart-mobile-footer strong {
  font-weight: bold;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
}

.cart ._mobile-cart-summ,
.cart ._mobile-go2reg {
  display: none;
}

.form-city-chosen {
  position: relative;
  z-index: 5;
}

.form-city-chosen--show .form-control {
  border-radius: 3px 3px 0 0;
}

.form-city-chosen--show .form-city-chosen__results {
  opacity: 1;
  transform: scaleY(1);
}

.form-city-chosen .svg-wrap {
  position: absolute;
  z-index: 6;
  width: 19px;
  height: 19px;
  top: 11px;
  right: 12px;
  cursor: pointer;
}

.form-city-chosen__results {
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: 0 0;
  transition: 0.3s;
  position: absolute;
  z-index: 6;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #DBDBD6;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  max-height: 210px;
  overflow: auto;
}

.form-city-chosen__item {
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.15s;
}

.form-city-chosen__item:hover {
  background-color: #eee;
}

.lk {
  position: relative;
  padding-top: 75px;
}

.lk .title-h2 {
  margin-top: 36px;
}

.lk-submenu {
  position: absolute;
  width: 170px;
  top: 312px;
  left: -60px;
}

.lk-submenu ul {
  list-style-type: none;
  margin: -5px 0;
  padding: 0;
}

.lk-submenu ul li {
  padding: 5px 0;
}

.lk-submenu ul li.active {
  font-weight: bold;
  position: relative;
}

.lk-submenu ul li.active:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  left: -11px;
  top: 15px;
}

.lk-submenu ul li a {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.lk-main {
  padding-left: 167px;
  padding-right: 380px;
}

.lk-orders-item {
  padding: 30px 50px;
  background-color: #fff;
  position: relative;
}

.lk-orders-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.lk-orders-item__name {
  padding-right: 200px;
  font-weight: bold;
  line-height: 28px;
  font-size: 21px;
  letter-spacing: 0.05em;
  color: #000;
}

.lk-orders-item__name:hover {
  color: #000;
}

.lk-orders-item__status {
  width: 150px;
  position: absolute;
  top: 30px;
  right: 50px;
}

.lk-orders-item__status ._status-name {
  font-weight: bold;
  line-height: 28px;
  font-size: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.lk-orders-item__status ._status-name.--green {
  color: #27ae60;
}

.lk-orders-item__status ._status-name.--red {
  color: #eb5757;
}

.lk-orders-item__status ._status-pay {
  color: #fff;
  display: inline-block;
  border-radius: 13px;
  height: 25px;
  padding: 0 20px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
}

.lk-orders-item__status ._status-pay.--green {
  background-color: #27ae60;
}

.lk-orders-item__status ._status-pay.--red {
  background-color: #eb5757;
}

.lk-orders-item__description {
  padding-right: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.lk-orders-item__actions {
  padding-top: 20px;
  margin-bottom: -10px;
  border-top: 2px solid #F2F2F2;
  text-align: right;
}

.lk-orders-item__actions > div {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}

.lk-orders-item__actions ._more {
  float: left;
}

.lk-orders-item__actions ._cancel {
  margin-left: 44px;
}

.lk-pagination {
  margin-top: 22px;
}

.lk-info-block {
  padding: 22px 20px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.lk-info-block.--w-bg {
  background: #E1EDF5;
}

.lk-sidebar {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  position: absolute;
  top: 234px;
  right: 0;
  width: 220px;
  z-index: 2;
}

.lk-sidebar__bonus {
  position: relative;
  margin-top: 50px;
  font-weight: bold;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.lk-sidebar__bonus .svg-wrap {
  margin-bottom: 24px;
  width: 46px;
  height: 46px;
  fill: none;
}

.lk-sidebar__bonus ._quan {
  line-height: 42px;
  font-size: 40px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.lk-sidebar__bonus ._added {
  margin-bottom: 20px;
  display: block;
  margin-left: 16px;
  position: relative;
}

.lk-sidebar__bonus ._added:before {
  position: absolute;
  content: '+';
  left: -16px;
  top: 0px;
}

.lk-sidebar__sec {
  padding-bottom: 20px;
}

.lk-sidebar__sec:not(:first-of-type) {
  border-top: 2px solid #F2F2F2;
  padding-top: 20px;
}

.lk-sidebar__sec ul {
  list-style-type: none;
  margin: -5px 0;
  padding: 0;
}

.lk-sidebar__sec ul li {
  padding: 5px 0;
}

.lk-sidebar__sec ul li.active {
  font-weight: bold;
  position: relative;
}

.lk-sidebar__sec ul li.active:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  left: -11px;
  top: 15px;
}

.lk-sidebar__sec ul li.active:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: -7px;
  left: -25px;
  border-width: 34px 29px;
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  display: block;
}

.lk-sidebar__sec ul li a {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.lk .one-breadcrumb {
  display: none;
}

.lk-order .lk-head-mobile {
  display: none;
}

.lk-order-content {
  background-color: #fff;
  padding: 40px 50px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.lk-order-content ._title {
  font-weight: bold;
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
}

.lk-order-content ._title:after {
  margin-top: 3px;
  margin-left: 30px;
  flex-basis: 0;
  flex-grow: 1;
  content: '';
  background-color: #F2F2F2;
  height: 2px;
  display: block;
}

.lk-order-content ._order-quan {
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
  margin-bottom: 6px;
}

.lk-order-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 176px;
  padding-top: 15px;
}

.lk-order-item:not(:first-child) {
  margin-top: 20px;
}

.lk-order-item__img {
  margin-top: -20px;
  width: 150px;
  height: 132px;
  flex-shrink: 0;
}

.lk-order-item__details {
  padding-left: 40px;
  padding-right: 40px;
  width: 260px;
  flex: 1 1 auto;
}

.lk-order-item__details ._name {
  line-height: 31px;
  font-size: 20px;
  color: #191919;
}

.lk-order-item__details ._gift {
  display: flex;
  align-items: flex-start;
  margin-top: 22px;
}

.lk-order-item__details ._gift ._gift-img {
  width: 44px;
  height: 44px;
}

.lk-order-item__details ._gift ._gift-text {
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  padding-left: 20px;
  color: #1A1A1A;
}

.lk-order-item__details ._select {
  margin-top: 22px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #828282;
  padding-right: 20px;
}

.lk-order-item__quan {
  width: 120px;
  margin-right: 30px;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
}

.lk-order-item__price {
  flex: 0 0 auto;
  width: 150px;
  display: block;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
}

.lk-order-footer {
  margin-top: 20px;
  border-top: 2px solid #F2F2F2;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.lk-order-footer__title {
  color: #bdbdbd;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
  margin-right: 90px;
}

.lk-order-footer__quan {
  width: 120px;
  margin-right: 30px;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
}

.lk-order-footer__price {
  flex: 0 0 auto;
  width: 150px;
  display: block;
  font-weight: bold;
  line-height: 31px;
  font-size: 30px;
}

.lk-personal .sign__footer {
  margin-bottom: 44px;
}

.lk-personal .sign__footer .btn {
  margin-top: 0;
}

.lk-personal .lk-sidebar {
  top: 182px;
}

.personal-address {
  position: relative;
  border-bottom: 2px solid #F2F2F2;
  padding-right: 97px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.personal-address ._name {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.personal-address ._address {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.personal-address ._edit {
  position: absolute;
  top: calc(50% - 9px);
  right: 52px;
}

.personal-address ._edit svg {
  width: 18px;
  height: 18px;
}

.personal-address ._remove {
  position: absolute;
  top: calc(50% - 9px);
  right: 7px;
}

.personal-address ._remove svg {
  width: 18px;
  height: 18px;
}

.personal-address-add {
  margin-top: 20px;
}

.company {
  padding-left: 160px;
  padding-right: 580px;
  padding-top: 80px;
}

.company-content {
  margin-bottom: 60px;
  position: relative;
}

.company-content__title {
  font-weight: bold;
  line-height: 38px;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin: 44px 0;
  color: #4F4F4F;
}

.company-content__title-w-fact {
  position: relative;
}

.company-content__title-w-fact ._fact {
  position: absolute;
  left: -226px;
  z-index: 3;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  top: -110px;
}

.company-content__title-w-fact ._fact:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: -27px;
  left: 16px;
  border-width: 83px 70px;
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  display: block;
}

.company-content__text {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
}

.company-content__img {
  position: absolute;
  left: calc(100% + 200px);
  top: 36px;
  font-size: 0;
}

.company-content__img ._bg {
  position: absolute;
  z-index: 1;
  top: -190px;
  left: 36px;
  width: 926px;
  height: 1023px;
}

.company-content__img ._bg img {
  max-width: 100%;
  max-height: 100%;
}

.company-content__img ._img {
  position: relative;
  z-index: 2;
  width: 747px;
  height: 727px;
}

.company-content__img ._img img {
  max-width: 100%;
  max-height: 100%;
}

.company-certificate {
  position: relative;
  margin-top: 40px;
}

.company-certificate ._img {
  margin-left: -93px;
}

.company-certificate ._img img {
  box-shadow: 0px 45px 85px rgba(0, 0, 0, 0.1);
}

.company-certificate ._triangle {
  position: absolute;
  z-index: 2;
  left: 100px;
  top: 57%;
  transform: translateY(-50%);
}

.company-certificate ._triangle svg {
  filter: drop-shadow(0px 45px 85px rgba(0, 0, 0, 0.1));
}

.company-certificate ._text {
  font-weight: bold;
  line-height: 38px;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
  position: absolute;
  z-index: 3;
  width: 470px;
  max-width: calc(50%);
  left: 250px;
  top: 45%;
  transform: translateY(-50%);
}

.delivery {
  padding-left: 160px;
  padding-right: 580px;
  padding-top: 80px;
}

.delivery-content {
  margin-bottom: 60px;
  position: relative;
}

.delivery-content .title-h3 {
  margin: 66px 0 44px;
  position: relative;
  pointer-events: none;
}

.delivery-content .title-h3 .svg-wrap {
  position: absolute;
  left: -200px;
  top: 0;
  fill: none;
  width: 100px;
  height: 70px;
}

.delivery-content ol {
  list-style-type: none;
  padding-left: 0;
}

.delivery-content ol li {
  counter-increment: step-counter;
  position: relative;
}

.delivery-content ol li:before {
  content: counter(step-counter) ".";
  position: absolute;
  left: -50px;
  top: 0;
}

.delivery-content ol li + li {
  margin-top: 22px;
}

.delivery-content__title {
  font-weight: bold;
  line-height: 38px;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin: 44px 0;
  color: #4F4F4F;
}

.delivery-content__text {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
}

.delivery-content__pay-systems {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 44px -300px -30px 0;
}

.delivery-content__pay-systems .svg-wrap {
  width: 110px;
  fill: none;
  height: 110px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.delivery-content__phones {
  position: absolute;
  top: 0;
  right: -610px;
  background-color: #E1EDF5;
  width: 240px;
  padding: 22px 10px 20px 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.delivery-content__phones a {
  text-decoration: none;
  color: #191919;
  line-height: 31px;
  font-size: 22px;
}

.delivery-content__phones a:hover {
  text-decoration: underline;
}

.delivery-content__menu {
  position: absolute;
  z-index: 2;
  left: -250px;
  top: 0;
  width: 150px;
}

.delivery-content__menu ul {
  list-style-type: none;
  margin: -7px 0 -8px;
  padding: 0;
}

.delivery-content__menu ul li {
  padding: 7px 0 8px;
}

.delivery-content__menu ul li.active {
  font-weight: bold;
  position: relative;
}

.delivery-content__menu ul li.active:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  left: -11px;
  top: 15px;
}

.delivery-content__menu ul li.active:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: -7px;
  left: -25px;
  border-width: 34px 29px;
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  display: block;
}

.delivery-content__menu ul li a {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.help {
  padding-left: 160px;
  padding-top: 80px;
}

.help-content {
  margin-bottom: 60px;
  position: relative;
}

.help-content .title-h3 {
  margin: 66px 0 44px;
  position: relative;
  pointer-events: none;
}

.help-content .title-h3 .svg-wrap {
  position: absolute;
  left: -200px;
  top: 0;
  fill: none;
  width: 100px;
  height: 70px;
}

.help-content ol {
  list-style-type: none;
  padding-left: 0;
}

.help-content ol li {
  counter-increment: step-counter;
  position: relative;
}

.help-content ol li:before {
  content: counter(step-counter) ".";
  position: absolute;
  left: -50px;
  top: 0;
}

.help-content ol li + li {
  margin-top: 22px;
}

.help-content__title {
  font-weight: bold;
  line-height: 38px;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin: 44px 0;
  color: #4F4F4F;
}

.help-content__text {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
}

.help-content__menu {
  position: absolute;
  z-index: 2;
  left: -250px;
  top: 0;
  width: 150px;
}

.help-content__menu ul {
  list-style-type: none;
  margin: -7px 0 -8px;
  padding: 0;
}

.help-content__menu ul li {
  padding: 7px 0 8px;
}

.help-content__menu ul li.active {
  font-weight: bold;
  position: relative;
}

.help-content__menu ul li.active:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  left: -11px;
  top: 15px;
}

.help-content__menu ul li.active:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: -7px;
  left: -25px;
  border-width: 34px 29px;
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  display: block;
}

.help-content__menu ul li a {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.form-feedback {
  background-color: #fff;
  margin-bottom: -88px;
  padding-bottom: 88px;
}

.form-feedback .form-group {
  margin-bottom: 1.6rem;
}

.form-feedback__text {
  position: absolute;
  top: 50%;
  right: 20.8333%;
  width: 170px;
  transform: translateY(calc(-50% - 11px)) translateX(50%);
  z-index: 2;
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #1C1C1C;
}

.form-feedback__text:before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  background-image: url(/local/templates/koffer/css/../images/form-feedback-triangle.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: -27px;
  left: 16px;
  width: 139px;
  height: 165px;
}

.form-feedback__footer {
  margin-top: 22px;
}

.form-feedback textarea {
  height: 110px;
}

.contacts {
  padding-left: 160px;
  padding-top: 80px;
}

.contacts-content {
  margin-bottom: 60px;
  position: relative;
}

.contacts-content__text.--for-menu {
  padding-right: 580px;
  margin-left: -44px;
}

.contacts-content__text a {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
}

.contacts-content__menu {
  position: absolute;
  z-index: 2;
  left: -250px;
  top: 0;
  width: 150px;
}

.contacts-content__menu ul {
  list-style-type: none;
  margin: -7px 0 -8px;
  padding: 0;
}

.contacts-content__menu ul li {
  padding: 7px 0 8px;
}

.contacts-content__menu ul li.active {
  font-weight: bold;
  position: relative;
}

.contacts-content__menu ul li.active:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  left: -11px;
  top: 15px;
}

.contacts-content__menu ul li.active:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -25px;
  border-width: 34px 29px;
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  display: block;
}

.contacts-content__menu ul li a {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.contacts-content__phones {
  position: absolute;
  top: 0;
  left: 840px;
  background-color: #E1EDF5;
  width: 240px;
  padding: 22px 10px 20px 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.contacts-content__phones a {
  text-decoration: none;
  color: #191919;
  line-height: 31px;
  font-size: 22px;
}

.contacts-content__phones a:hover {
  text-decoration: underline;
}

.contacts-address {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-bottom: 77px;
  margin-top: 110px;
}

.contacts-address__row {
  position: relative;
  max-width: 970px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 58px;
  padding-top: 55px;
}

.contacts-address__row + .contacts-address__row {
  position: relative;
  padding-top: 95px;
}

.contacts-address__row + .contacts-address__row .contacts-address__show-map {
  top: 95px;
}

.contacts-address__row + .contacts-address__row:before {
  position: absolute;
  content: '';
  display: block;
  height: 2px;
  right: 0;
  top: -2px;
  left: -250px;
  background-color: #f2f2f2;
}

.contacts-address__info {
  flex: 1 1 auto;
}

.contacts-address__time {
  flex: 1 1 auto;
}

.contacts-address__time br {
  display: none;
}

.contacts-address__phone {
  white-space: nowrap;
  flex: 0 0 160px;
  text-align: right;
}

.contacts-address__show-map {
  position: absolute;
  left: -250px;
  top: 55px;
}

.contacts-address__show-map .svg-wrap {
  width: 15px;
  height: 21px;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: none;
}

.contacts-address__map-w-all {
  margin-top: 77px;
  color: #4F4F4F;
}

.blog {
  padding-left: 160px;
  padding-top: 80px;
}

.blog .one-breadcrumb {
  display: none;
}

.blog .title-h1 {
  margin-bottom: 22px;
  max-width: 960px;
}

.blog-filter {
  margin-top: 22px;
}

.blog-filter ul {
  list-style-type: none;
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  padding: 0;
}

.blog-filter ul li {
  margin: 0 15px;
}

.blog-filter ul li a {
  line-height: 24px;
  font-size: 16px;
  color: #1A1A1A;
}

.blog-filter a {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 16px;
  text-decoration: none;
  transition: .15s;
  margin-left: -10px;
}

.blog-filter a:hover {
  background-color: #191919;
  color: #fff;
}

.blog-interface {
  display: flex;
  margin-bottom: 36px;
}

.blog-interface .btn {
  display: none;
}

.blog-interface a {
  margin-left: 15px;
  margin-right: 30px;
}

.blog-list {
  margin: 15px -15px 15px -165px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.blog-list__item {
  width: calc(25% - 30px);
  height: 460px;
  margin: 15px;
  text-decoration: none;
  color: #191919;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  color: #191919;
}

.blog-list__item:hover {
  color: #191919;
  text-decoration: none;
}

.blog-list__item:hover ._title,
.blog-list__item:hover ._quan {
  text-decoration: underline;
}

.blog-list__item ._img {
  flex: 0 0 285px;
  width: 100%;
  display: block;
  height: 285px;
  overflow: hidden;
}

.blog-list__item ._img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-list__item ._title {
  line-height: 31px;
  font-size: 30px;
  color: #1A1A1A;
  padding: 22px 30px;
  display: block;
}

.blog-list__item ._footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.blog-list__item ._footer ._title {
  height: 175px;
  overflow: hidden;
  background-color: #fff;
}

.blog-list__item ._footer ._quan {
  height: 90px;
  background-color: #fff;
  line-height: 31px;
  font-size: 30px;
  color: #1A1A1A;
  display: block;
  padding: 22px 30px;
}

.blog-list__item ._text {
  height: 100%;
  display: block;
  padding: 0 30px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.blog-list__item ._text ._title {
  padding-left: 0;
  padding-right: 0;
}

.blog-item .static-page__content {
  float: none;
  position: relative;
}

.blog-item .static-page__content.-w-products {
  min-height: 1100px;
}

.blog-item ._first-img {
  margin: 66px 0;
}

.blog-item ._annotation {
  font-weight: bold;
  line-height: 28px;
  font-size: 21px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
}

.blog-item .title-h2 {
  margin-top: 66px;
}

.blog-item__products {
  margin-bottom: -100px;
}

.map-header {
  padding-left: 200px;
}

.map-header input[type="text"] {
  width: 400px;
  max-width: 100%;
  margin-right: 15px;
}

.map-header label br {
  display: none;
}

.map-pagination {
  padding-left: 400px;
}

.map__block-w-map {
  position: relative;
  padding: 0 30px 30px 30px;
  margin-top: 15px;
}

.map__block-w-map .mapYandex:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #262f41;
  z-index: 2;
  mix-blend-mode: color;
  opacity: 0.9;
  pointer-events: none;
}

.map__block-w-map .mapGoogle,
.map__block-w-map .mapYandex {
  position: relative;
  height: calc(100% + 40px);
  width: 100%;
  margin-bottom: -40px;
}

.map__block-w-map .mapGoogle-wrap,
.map__block-w-map .mapYandex-wrap {
  height: 600px;
  max-height: 75vh;
  overflow: hidden;
  max-width: none;
  width: calc(100vw - 128px);
  margin-left: calc(-50vw + 50% + 64px);
}

.map__block-w-map-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.map__block-w-map--inner {
  margin: 20px 0;
}

.map__block-w-map--inner .map__block-w-map-legend {
  position: relative;
  display: flex;
  align-items: center;
  width: 55%;
  justify-content: space-between;
}

.map__block-w-map--inner .map__block-w-map-info {
  position: relative;
  margin-top: 30px;
  width: 40%;
}

.map__block-w-map-legend {
  position: absolute;
  top: 0;
  left: 0;
}

.map__block-w-map-legend ._item {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.map__block-w-map-legend ._item .svg-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.map__block-w-map-legend ._item:nth-child(1) .svg-wrap {
  width: 25px;
  height: 35px;
}

.map__block-w-map-legend ._item:nth-child(2) .svg-wrap {
  width: 19px;
  height: 26px;
  left: 3px;
}

.map__block-w-map-legend ._item:nth-child(3) .svg-wrap {
  width: 12px;
  height: 17px;
  left: 6px;
}

.map__block-w-map-info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 226px;
}

.map-list {
  padding-right: 340px;
  margin-top: 50px;
}

.map-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 50px 0;
  position: relative;
  margin-bottom: 44px;
  border-bottom: 1px solid #F2F2F2;
  min-height: 176px;
  position: relative;
  z-index: 1;
}

.map-item:before {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: 5px;
  background-color: #fff;
  border: 3px solid #1c1c1c;
  border-radius: 20px;
  transition: 0.4s;
}

.map-item--highlight:before {
  opacity: 1;
  transition: 0.3s 0.2s;
}

.map-item__link {
  padding-right: 42px;
}

.map-item__title {
  flex: 1 1 auto;
  position: relative;
  padding-left: 42px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.map-item__title ._map-icon {
  position: absolute;
  top: 0px;
  left: 0;
}

.map-item__title ._map-icon.-size-1 {
  width: 25px;
  height: 35px;
}

.map-item__title ._map-icon.-size-2 {
  width: 19px;
  height: 26px;
  top: 2px;
  left: 3px;
}

.map-item__title ._map-icon.-size-3 {
  width: 12px;
  height: 17px;
  top: 4px;
  left: 6px;
}

.map-item__time {
  flex: 0 0 200px;
}

.map-item__time br {
  display: none;
}

.map-item__time ._metro {
  position: relative;
}

.map-item__time ._mark {
  position: absolute;
  left: -18px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.map-item__phone {
  flex: 0 0 130px;
}

.map-item__img {
  position: absolute;
  top: 0;
  right: -400px;
  height: 176px;
  width: 290px;
}

.map-legend-1,
.map-legend-2,
.map-legend-3 {
  transform: translate(-50%, -100%);
}

.map-legend-1 {
  width: 54px;
  height: 74px;
}

.map-legend-2 {
  width: 42px;
  height: 56px;
}

.map-legend-3 {
  width: 28px;
  height: 38px;
}

.ymaps-2-1-79-ground-pane {
  filter: contrast(1.2) grayscale(1) brightness(0.6);
}

.btn-map-go2store {
  margin-top: 12px;
  max-width: 100%;
  font-size: 18px;
  background-color: #030303;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  padding: 6px 12px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

.container-w-content-menu {
  position: relative;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
}

.container-w-content-menu .map-list {
  margin-top: 0;
  margin-left: 0;
}

.container-w-content-menu .help-content__menu {
  margin-right: 40px;
  padding-left: 20px;
  flex: 0 0 auto;
  width: 180px;
  position: static;
}

.page404 {
  height: calc(100vh - 200px);
}

.page404__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  z-index: 2;
  position: relative;
}

.page404__box:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: calc(60px + 50%);
  transform: translateY(-50%);
  left: -106px;
  width: 876px;
  height: 430px;
  display: block;
  background-image: url(/local/templates/koffer/css/../images/bg404.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cart-empty,
.order-success,
.sign-up-success {
  padding-top: 80px;
  padding-bottom: 100px;
  min-height: calc(100vh - 110px);
  position: relative;
  z-index: 2;
}

.cart-empty .breadcrumb,
.order-success .breadcrumb,
.sign-up-success .breadcrumb {
  margin-bottom: 60px;
}

.cart-empty .title-h2,
.order-success .title-h2,
.sign-up-success .title-h2 {
  margin-bottom: 20px;
}

.cart-empty .btn,
.order-success .btn,
.sign-up-success .btn {
  min-width: 212px;
}

.cart-empty:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: calc(45vw - 128px);
  top: 40vh;
  transform: translateY(-50%);
  width: 50vw;
  height: calc(50vw / 878 * 598);
  background-image: url(/local/templates/koffer/css/../images/cart-empty-bg.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sign-up-success {
  padding-right: 30%;
}

.sign-up-success-bg {
  position: absolute;
  height: calc(100vh - 110px);
  width: calc(100% - 128px);
  right: 0;
  z-index: 2;
}

.sign-up-success-bg:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  background-image: url(/local/templates/koffer/css/../images/sign-up-success.png);
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-gallery {
  position: fixed;
  z-index: 1010;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.product-gallery--open .product-gallery {
  opacity: 1;
  pointer-events: auto;
}

.product-gallery__close {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 40px;
  fill: #191919;
  cursor: pointer;
}

.product-gallery__close svg {
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}

.product-gallery__close:hover svg {
  transform: scale(1.25);
}

.product-gallery__main {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0px;
  padding: 40px;
  bottom: 220px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}

.product-gallery__main-item {
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 300px);
}

.product-gallery__main-item img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}

.product-gallery__main .owl-prev,
.product-gallery__main .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.product-gallery__main .owl-prev.disabled,
.product-gallery__main .owl-next.disabled {
  pointer-events: none;
}

.product-gallery__main .owl-prev::before,
.product-gallery__main .owl-next::before {
  content: "";
  position: absolute;
  left: -80px;
  right: -80px;
  top: -1000px;
  bottom: -1000px;
}

.product-gallery__main .owl-prev svg,
.product-gallery__main .owl-next svg {
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
  transform-origin: center;
}

.product-gallery__main .owl-prev {
  left: 20px;
}

.product-gallery__main .owl-next {
  right: 20px;
}

.product-gallery__thumb {
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  height: 160px;
  width: 360px;
  bottom: 30px;
  left: calc(50% - 180px);
  z-index: 1;
}

.product-gallery__thumb .owl-stage-outer {
  overflow: visible;
}

.product-gallery__thumb .owl-prev,
.product-gallery__thumb .owl-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.product-gallery__thumb .owl-prev::before,
.product-gallery__thumb .owl-next::before {
  position: absolute;
  left: -60px;
  right: -60px;
  top: -100px;
  bottom: -100px;
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
  z-index: -1;
}

.product-gallery__thumb .owl-prev svg,
.product-gallery__thumb .owl-next svg {
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
  transform-origin: center;
}

.product-gallery__thumb .owl-prev {
  left: calc(-50vw + 120px);
}

.product-gallery__thumb .owl-prev:before {
  border-radius: 0 50% 50% 0;
}

.product-gallery__thumb .owl-next {
  right: calc(-50vw + 120px);
}

.product-gallery__thumb .owl-next:before {
  border-radius: 50% 0 0 50%;
}

.product-gallery__thumb-item {
  height: 160px;
  width: 160px;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  border: 4px solid white;
  transition: 0.3s;
  background-color: #fff;
}

.product-gallery__thumb-item:hover {
  border-color: #bbb;
}

._marked .product-gallery__thumb-item {
  border-color: #191919;
}

.product-gallery__thumb-item img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}

.blackFriday {
  position: relative;
  z-index: 3;
  font-family: PT Sans, Arial;
  color: #ffffff;
  padding-top: 10px;
}

.blackFriday,
.blackFriday * {
  box-sizing: border-box;
}

.blackFriday img {
  max-width: 100%;
}

.blackFriday-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.blackFriday-bg img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.blackFriday-head {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.blackFriday-glitch {
  text-align: center;
  transition: 0.3s;
}

.blackFriday-bag {
  position: relative;
  text-align: center;
}

.blackFriday-bag > img {
  width: 450px;
}

.blackFriday-lines {
  position: absolute;
  width: 325px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 60px;
}

.blackFriday-lines img,
.blackFriday-lines picture {
  max-width: 100%;
}

.blackFriday-line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  right: -30px;
  margin-top: -5px;
  font-size: 0;
  line-height: 0;
  transform-origin: 50% 50%;
}

.blackFriday-line-1 {
  transform: rotate(7deg) translateX(-5px);
}

.blackFriday-line-1::before {
  content: "";
  background-color: #191919;
  position: absolute;
  z-index: 6;
  right: 100%;
  transform-origin: 100% 0;
  transform: rotate(-14deg);
  top: 0;
  width: 30px;
  height: 90px;
}

.blackFriday-line-2 {
  transform: rotate(-7deg) translateX(5px);
}

.blackFriday-line-2::before {
  content: "";
  background-color: #191919;
  position: absolute;
  left: 100%;
  transform-origin: 0 0;
  transform: rotate(14deg);
  top: 0;
  width: 30px;
  height: 170px;
}

.blackFriday-form {
  padding: 10px;
}

.blackFriday-form__title {
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 30px black;
}

.blackFriday-form__text {
  margin: 0 0 40px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #F4E637;
  text-shadow: 0 0 30px black;
}

.blackFriday-form__row {
  width: 600px;
  margin: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #444;
}

.blackFriday-form input {
  line-height: 30px;
  font-size: 16px;
}

.blackFriday-form button {
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
  transition: 0.15s;
}

.blackFriday-form button:hover {
  color: #fff;
  border-color: #474E60;
  background-color: #474E60;
}

.blackFriday-form ._style {
  height: 44px;
  padding: 6px 12px;
  font-size: 20px;
  text-align: center;
  border-radius: 3px;
  width: 240px;
  background: #191919;
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  margin: 15px;
}

.blackFriday .help-text {
  font-size: 14px;
  margin-top: 30px;
  opacity: 0.6;
  color: white;
  text-align: center;
  text-shadow: 0 0 30px black;
}

.blackFridayBody {
  background-color: #191919;
}

.blackFridayBody main {
  padding-bottom: 20px;
}

.blackFridayBody:not(.header-menu--open) .header-top:before {
  background: #444444;
}

.blackFridayBody:not(.header-menu--open) .header-top__phone,
.blackFridayBody:not(.header-menu--open) .header-top__menu a,
.blackFridayBody:not(.header-menu--open) .header-top__search,
.blackFridayBody:not(.header-menu--open) .header-top input,
.blackFridayBody:not(.header-menu--open) .header-top__favorite a,
.blackFridayBody:not(.header-menu--open) .header-top__cart a {
  color: #e7e7e7;
}

.blackFridayBody:not(.header-menu--open) .header-top__phone:hover,
.blackFridayBody:not(.header-menu--open) .header-top__menu a:hover,
.blackFridayBody:not(.header-menu--open) .header-top__search:hover,
.blackFridayBody:not(.header-menu--open) .header-top input:hover,
.blackFridayBody:not(.header-menu--open) .header-top__favorite a:hover,
.blackFridayBody:not(.header-menu--open) .header-top__cart a:hover {
  border-bottom-color: transparent;
}

.blackFridayBody:not(.header-menu--open) .header-top .svg-wrap,
.blackFridayBody:not(.header-menu--open) .header-top svg {
  fill: #e7e7e7;
}

.blackFridayBody:not(.header-menu--open) .header-left__logo.svg-wrap svg,
.blackFridayBody:not(.header-menu--open) .header-left__burger svg {
  fill: #e7e7e7;
}

.blackFridayBody.header-menu--open {
  background-color: #e7e7e7;
}

.blackFridayBody.header-menu--open .blackFriday-glitch {
  opacity: 0;
}

.itShefDelete-type-toggle {
  display: none !important;
  position: fixed;
  z-index: 99999;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
}

.itShefDelete-type-toggle .btn {
  width: 90px;
  min-width: auto;
}

@media (min-width: 576px) {
  .modal-open main,
  .modal-open footer {
    opacity: 0.3;
    filter: blur(30px);
  }

  .modal-open .header {
    opacity: 0.3;
    filter: blur(30px);
  }

  .header-menu--open main,
  .header-menu--open footer {
    opacity: 0.3;
    filter: blur(55px);
  }

  .header-menu--open.--business-product main,
  .header-menu--open.--business-product footer,
  .header-menu--open.--vip-product main,
  .header-menu--open.--vip-product footer {
    opacity: 0.1;
    filter: blur(55px);
  }

  .filter__mobile-xs {
    display: none;
  }

  .sign ._repeat-code br {
    display: none;
  }

  .product-gallery--open header,
  .product-gallery--open main,
  .product-gallery--open footer {
    opacity: 0.3;
    filter: blur(35px);
  }
}

@media (min-width: 768px) {
  .mobile-collapse {
    display: block !important;
    height: auto !important;
  }

  .one-breadcrumb {
    display: none;
  }

  .header-menu__catalog {
    display: flex;
    height: 620px;
    padding-left: 0;
    margin-top: 7vh;
    flex-direction: column;
    flex-wrap: wrap;
    list-style-type: none;
  }

  .header-menu__catalog ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style-type: none;
  }

  .header-menu__catalog .--road,
  .header-menu__catalog .--bag {
    height: 100%;
  }

  .header-menu__catalog .--season {
    position: relative;
    padding: 24px 200px 24px 48px;
    margin-bottom: 30px;
    background-color: #fff;
  }

  .header-menu__catalog .--season .img-wrap {
    position: absolute;
    top: -25px;
    right: -80px;
    max-width: 250px;
  }

  .header-menu__catalog .--season .img-wrap .--mobile {
    display: none;
  }

  .header-menu__catalog .--season ul {
    margin-bottom: 0;
    column-count: 2;
  }

  .header-menu__catalog a {
    color: #1a1a1a;
    font-family: PT Sans;
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
    position: relative;
  }

  .header-menu__catalog a.active {
    color: #fff;
    z-index: 2;
  }

  .header-menu__catalog a.active:before {
    position: absolute;
    content: "";
    display: block;
    top: -2px;
    bottom: -3px;
    left: -10px;
    right: -10px;
    border-radius: 16px;
    background-color: #191919;
    z-index: -1;
  }

  .header-menu__catalog ._title-0 {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-family: PT Sans;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
  }

  .header-menu__catalog ._title-0 .svg-wrap {
    display: none;
  }

  .header-menu__catalog ._title-1 {
    font-weight: bold;
  }

  .header-menu__catalog ._title-1 + ul {
    margin-bottom: 24px;
  }

  .catalog-col.-w__add:hover .catalog-item {
    z-index: 5;
  }

  .catalog-col.-w__add:hover .catalog-item + .catalog-item__add {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s 0.15s, transform 0.3s;
    pointer-events: auto;
  }

  .catalog-col.-w__add:hover .catalog-item:before {
    box-shadow: 0px 45px 85px rgba(0, 0, 0, 0.1);
    transform: scale(1, 1);
    opacity: 1;
  }

  .delivery .collapse-btn {
    display: none;
  }

  .help .collapse-btn {
    display: none;
  }

  .help .col-xl-6:first-child {
    padding-right: 90px;
  }

  .help .col-xl-6:first-child .help-content__menu + .title-h3 {
    margin-top: 0;
  }

  .help .col-xl-6:first-child > *:first-child {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .header-top__phone {
    min-width: 250px;
  }

  .catalog-banner {
    height: 1px;
    min-height: 100%;
  }
}

@media (min-width: 1200px) {
  .bd-main-page.scroll-top .header-top::before {
    opacity: 0;
  }

  .bd-main-page.scroll-top .header-top::after {
    opacity: 1;
  }

  .bd-main-page.scroll-top .header-top__menu-static a,
  .bd-main-page.scroll-top .header-top__menu a,
  .bd-main-page.scroll-top .header-top__phone,
  .bd-main-page.scroll-top .header-top__search .svg-wrap,
  .bd-main-page.scroll-top .header-top__favorite a,
  .bd-main-page.scroll-top .header-top__cart a {
    color: white;
    fill: white;
  }

  .bd-main-page.scroll-top .header-top__menu-static a:hover,
  .bd-main-page.scroll-top .header-top__menu a:hover,
  .bd-main-page.scroll-top .header-top__phone:hover,
  .bd-main-page.scroll-top .header-top__search .svg-wrap:hover,
  .bd-main-page.scroll-top .header-top__favorite a:hover,
  .bd-main-page.scroll-top .header-top__cart a:hover {
    opacity: 0.65;
    color: white;
  }

  .bd-main-page.scroll-top .header-top__search-input:focus {
    color: white;
    border-bottom-color: white;
  }

  .main-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-page .container {
    margin: 0 auto;
    max-width: 1000px;
  }

  .footer .container {
    width: 100%;
    max-width: calc(100% - 45px - 128px - 45px);
    margin-left: 173px;
    margin-right: 45px;
  }

  .homepage-menu__picture {
    width: calc(100vh - 110px + 30px);
    max-width: calc(100vw - 450px - 110px + 30px);
  }

  .homepage-slider {
    width: calc(100vh - 110px);
    max-width: calc(100vw - 450px - 110px);
  }

  .homepage-slider .owl-item ._img-link:hover img {
    transform: scale(1.1);
  }

  .homepage-slider .owl-item__info.--black,
  .homepage-slider .owl-item__info.--black-big {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
  }

  .homepage-slider .owl-item__info.--blue {
    background-color: rgba(96, 104, 127, 0.7);
  }

  .homepage-slider .owl-item__info.--blue .owl-item__info-title {
    display: flex;
    height: calc(100% - 120px);
    font-size: 55px;
    line-height: 60px;
    align-items: center;
  }

  .homepage-slider .owl-item__info.--blue .owl-item__info-tags {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
    left: 0;
    height: 94px;
    padding: 24px 36px;
    margin: 2px 0;
    background-color: rgba(96, 104, 127, 0.8);
    align-items: center;
  }

  .homepage-slider .owl-item__info.--blue .owl-item__info-link {
    position: absolute;
    pointer-events: auto;
    cursor: pointer;
    right: 70px;
    bottom: 35px;
  }

  .homepage-slider .owl-item__info.--black .owl-item__info-title {
    height: 220px;
    font-size: 40px;
    line-height: 40px;
  }

  .homepage-slider .owl-item__info.--black-big .owl-item__info-title {
    margin-bottom: 96px;
    font-size: 60px;
    line-height: 56px;
  }

  .catalog-page__menu-categories {
    display: none;
  }

  .product .owl-product .owl-stage-outer {
    transform: rotate(-15deg);
  }

  .product .owl-product .owl-item img {
    transform: scale(0.3, 0.3) rotate(15deg);
  }

  .product .owl-product .owl-item.center img {
    transform: scale(1, 1) rotate(15deg);
  }

  .product .owl-product .owl-item.center + .owl-item img {
    transform: scale(0.3, 0.3) rotate(15deg) translate(300px, -120px) !important;
  }

  .product .owl-product .owl-item.center ~ .owl-item img {
    transform: scale(0.22, 0.22) rotate(15deg);
  }

  .contacts .breadcrumb {
    margin-bottom: 66px;
  }

  .contacts-content__text.--for-menu {
    margin-left: 0;
  }

  .contacts-content__text ._name {
    width: 220px;
    text-align: right;
    padding: 0 15px;
  }

  .contacts-content__text ._value {
    width: calc(100% - 220px);
    padding: 0 15px;
  }

  .contacts-content__text ._marked {
    margin: 66px 0  33px;
  }

  .contacts-content__text ._marked + ._marked {
    margin-top: 33px;
  }
}

@media (min-width: 1360px) {
  .header-menu--open .header-top__menu .header-left__burger,
  .header-menu--open .header-menu__from-top-menu .header-left__burger {
    display: block;
    width: 25px;
  }
}

@media (min-width: 1800px) {
  .main-slider-top.owl-carousel .owl-nav,
  .slider-category.owl-carousel .owl-nav,
  .slider-items.owl-carousel .owl-nav,
  .main-slider-bottom.owl-carousel .owl-nav {
    margin: 0 auto;
    max-width: 970px;
  }

  figure {
    margin-left: -108px;
  }

  .header-menu {
    width: 1800px;
  }

  .header-top__menu {
    margin-left: 136px;
  }

  .homepage-menu__picture {
    width: calc(100vh - 110px + 30px);
    max-width: calc(100vw - 800px + 30px);
  }

  .homepage-slider {
    width: calc(100vh - 110px);
    max-width: calc(100vw - 800px);
  }

  .js--catalog.--columns-3 {
    --catalog-columns: 3;
    margin-left: 360px;
    width: calc(100% - 330px);
    max-width: calc(100% - 330px);
  }

  .js--catalog.--columns-3 .catalog-banner.--top {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }

  .js--catalog.--columns-3 .catalog-banner.--bottom {
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .js--catalog.--columns-4 {
    --catalog-columns: 4;
    width: calc(100%);
    max-width: calc(100%);
  }

  .js--catalog.--columns-4 .catalog-banner.--top {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 5;
  }

  .js--catalog.--columns-4 .catalog-banner.--bottom {
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .catalog-page__filter-display {
    display: none;
  }

  .filter {
    transition: opacity .2s .22s;
  }

  .filter.--hidden {
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
  }

  .filter__mobile {
    display: none;
  }

  .filter__mobile + .filter__separator {
    display: none;
  }

  .product .ps-slider-wrap,
  .product .product-slider__other {
    margin-right: calc(-50vw + 795px);
    width: calc(100% - 600px + 50vw - 795px - 60px);
    float: right;
  }

  .product-seen .owl-other-models.owl--have-2-items .owl-dots {
    display: none !important;
  }

  .cart-item__quan ._minus svg,
  .cart-item__quan ._plus svg {
    display: none;
  }

  .cart-item__quan ._minus .--for-desktop,
  .cart-item__quan ._plus .--for-desktop {
    display: block;
  }

  .cart-details__sidebar {
    margin-top: 126px;
  }

  .lk-head {
    padding-left: 167px;
  }

  .lk-personal .personal-address ._name {
    position: absolute;
    right: calc(100% + 45px);
    width: 200px;
    text-align: right;
  }

  .help .col-xl-6 {
    padding-right: 90px;
  }

  .help .col-xl-6 .help-content__menu + .title-h3 {
    margin-top: 0;
  }

  .help .col-xl-6 > *:first-child {
    margin-top: 0;
  }

  .blog-pagination {
    margin-left: -150px;
  }

  .blog-pagination ul {
    margin-left: calc( 25% + 8px);
    margin-right: auto;
  }

  .blog-item ._first-img {
    margin-left: -150px;
  }

  .blog-item__products {
    position: absolute;
    right: -434px;
    top: 50%;
    transform: translateY(-50%);
    width: 328px;
  }

  .blog-item__products .row {
    flex-direction: column;
  }

  .container-w-content-menu {
    max-width: 1500px;
  }
}

@media (max-width: 1799.98px) {
  .main-slider-top.owl-carousel .owl-nav button.owl-prev,
  .slider-category.owl-carousel .owl-nav button.owl-prev,
  .slider-items.owl-carousel .owl-nav button.owl-prev,
  .main-slider-bottom.owl-carousel .owl-nav button.owl-prev {
    left: 35px;
  }

  .main-slider-top.owl-carousel .owl-nav button.owl-prev,
  .slider-category.owl-carousel .owl-nav button.owl-prev {
    left: 100px;
  }

  .slogan {
    height: 430px;
  }

  .slogan__text {
    right: 95px;
    width: 270px;
    top: 50px;
    line-height: 24px;
  }

  .slogan__title {
    margin-bottom: 14px;
  }

  .big-page-category__card {
    right: 35px;
  }

  .header-top__phone {
    position: absolute;
    top: 44px;
    right: 420px;
    z-index: 9;
    white-space: nowrap;
  }

  .header-search--open .header-top__phone {
    opacity: 0;
    pointer-events: none;
  }

  .header-menu {
    padding-left: 110px;
    padding-left: 72px;
    padding-right: 0px;
  }

  .header-menu .mCSB_container {
    display: flex;
    margin-right: 36px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-menu__main {
    width: 1000px;
    max-width: 100%;
    padding-left: 0;
    order: 3;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .header-menu__main li {
    margin-bottom: 36px;
    margin-right: 48px;
  }

  .header-menu__catalog {
    height: auto;
    max-width: 1000px;
    padding-left: 0;
    margin-right: -60px;
    order: 2;
    flex-direction: row;
    align-items: flex-start;
  }

  .header-menu__catalog > li {
    width: calc(50% - 60px);
    margin-right: 60px;
  }

  .header-menu__catalog .--road,
  .header-menu__catalog .--bag {
    order: 1;
  }

  .header-menu__catalog .--season {
    width: calc(100% - 80px);
    margin-bottom: 36px;
    order: 2;
  }

  .header-menu__catalog .--exclusive {
    margin-top: -250px;
    order: 3;
  }

  .header-menu__catalog .--accessory {
    order: 3;
  }

  .header-menu__catalog .--wallet {
    order: 3;
  }

  .header-top__menu-static {
    left: 162px;
  }

  .header-top__menu-static .header-menu__main li {
    margin-right: 0;
  }

  .header-menu__main {
    order: 0;
    -webkit-order: 0;
    margin-bottom: 0;
  }

  .footer-catalog-row {
    width: calc(100% - 200px);
    white-space: nowrap;
    max-height: 280px;
    height: auto;
  }

  .footer-title-0 {
    font-weight: 600;
    margin-bottom: 36px;
  }

  .footer-title-1 {
    display: block;
    font-weight: 600;
  }

  .footer-title-1:first-of-type {
    margin-top: -24px;
  }

  .footer-title-1:last-of-type {
    margin-bottom: 24px;
  }

  .footer-ul-catalog {
    display: none;
  }

  .footer-contacts {
    width: 100%;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 36px;
  }

  .footer-contacts hr {
    width: 100%;
    margin-top: 0;
    margin-bottom: 36px;
  }

  .footer-contacts br {
    display: none;
  }

  .footer-socials {
    margin: 0;
    width: 200px;
  }

  .homepage-menu {
    padding-left: 72px;
  }

  .homepage-menu .link {
    font-size: 28px;
  }

  .catalog-filter-toggle {
    display: none;
  }

  .catalog-filter {
    position: fixed !important;
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: 0;
    width: 350px;
    max-width: 100vw;
    box-shadow: 0px 45px 85px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    transform: translateX(calc(-100% - 90px));
    transition: 0.35s;
    overflow: auto;
  }

  .catalog-filter .filter-flying {
    display: none;
  }

  .mobile-filter--open .catalog-filter {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .catalog-filter .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }

  .catalog-filter .mCSB_1_scrollbar {
    right: -7px;
  }

  .catalog-banner .banner-good__img {
    width: 300px;
    height: 300px;
  }

  .catalog-banner .banner-good__title {
    left: 340px;
  }

  .catalog-banner .banner-good__price {
    left: 340px;
  }

  .container-catalog {
    max-width: calc(100% - 120px);
  }

  .catalog-page__sorting {
    display: none;
  }

  .favorite-sidebar {
    position: static;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0px 15px 50px;
  }

  .favorite-sidebar__info-mail {
    width: 33.33%;
    padding-right: 90px;
    padding-left: 15px;
  }

  .favorite-sidebar__banner {
    width: 66.666%;
    height: 300px;
    margin: 0 15px;
  }

  .filter {
    padding-bottom: 20px;
    background-color: #fff;
  }

  .filter__section {
    padding-left: 42px;
    padding-right: 42px;
  }

  .filter__separator {
    width: calc(100% - 42px * 2);
  }

  .filter label.custom-control-label {
    margin: 6px 0;
  }

  .filter-style {
    margin-left: -42px;
    margin-right: -42px;
  }

  .zoom-container {
    left: 90px;
    width: calc( 50% - 45px);
    top: 187px;
    height: 453px;
  }

  .product-info__actions ._share-popup {
    display: flex;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
    transform: translate(0, 30px);
    position: absolute;
    left: 0;
    top: 100%;
  }

  .product-info__actions ._share-popup a {
    font-size: 0;
    display: block;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 4px;
    transition: 0.15s;
  }

  .product-info__actions ._share-popup a:hover {
    opacity: 0.6;
  }

  .product-info__actions ._share-popup a svg {
    width: 28px;
    height: 28px;
  }

  .product-info__actions ._share-popup a svg.--inverse {
    display: none;
  }

  .product-info {
    display: flex;
    flex-direction: column;
    min-height: 500px;
  }

  .product-info__top {
    order: 2;
    max-width: calc( 50% - 15px);
    width: 480px;
  }

  .product-info__top h1 {
    margin-bottom: 30px;
  }

  .product-info__top-back {
    margin-bottom: 30px;
  }

  .product-info__buy-block {
    order: 3;
    max-width: calc( 50% - 15px);
  }

  .product-info__buy-block ._price {
    width: 240px;
  }

  .product-info__buy-block ._gift {
    position: relative;
  }

  .product-info__accordion {
    order: 4;
    width: 480px;
  }

  .product-info__description {
    order: 5;
  }

  .product-info__share {
    display: none;
  }

  .product-slider-bg {
    left: calc( 50% - 60px);
    height: 1200px;
    width: 100%;
  }

  .product-slider-bg svg {
    width: calc(122.7vw / 2.4);
    height: calc(142.1vw / 2.4);
    max-height: none;
  }

  .product .ps-slider-wrap {
    order: 1;
  }

  .product .ps-slider-wrap:before {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -50vw;
    bottom: 0;
    z-index: -1;
  }

  .product .ps-slider-wrap .ps-slider-wrap__nav {
    padding: 0 10px;
    top: 50%;
  }

  .product-slider__other {
    order: 4;
    padding-left: 0;
    padding-top: 30px;
  }

  .product-seen {
    margin-left: 82px;
    margin-left: 0;
  }

  .product-detail-images {
    margin-bottom: 30px;
  }

  .sign__socials {
    position: static;
    margin-top: 24px;
  }

  .sign__socials a {
    margin-left: 0;
    margin-right: 15px;
  }

  .cart-benefits {
    width: 100%;
    position: static;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .cart-benefits-wrap {
    position: static !important;
  }

  .cart-benefits-wrap .inner-wrapper-sticky {
    position: static !important;
  }

  .cart-benefits__item {
    width: calc(33.33% - 20px);
  }

  .cart-details .row > * {
    margin: 0 0 15px;
  }

  .cart-details__sidebar {
    width: 100%;
    max-width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .cart-details__sidebar.--init {
    opacity: 1;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-main {
    padding-left: 15px;
  }

  .cart-item {
    padding-bottom: 90px;
    position: relative;
  }

  .cart-item__details {
    padding-top: 0;
    margin-top: -4px;
  }

  .cart-item__quan {
    position: absolute;
    justify-content: center;
    padding: 0;
    width: auto;
    margin: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 66px;
    border-top: 2px solid;
  }

  .cart-item__quan ._minus,
  .cart-item__quan ._plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .cart-item__quan ._minus {
    left: 0;
  }

  .cart-item__quan ._plus {
    right: 0;
  }

  .cart-item__quan ._quan {
    text-align: right;
    font-weight: bold;
    line-height: 31px;
    font-size: 22px;
    margin-right: 4px;
  }

  .cart-item__quan ._price {
    display: block;
    font-weight: bold;
    line-height: 31px;
    font-size: 22px;
    color: #1a1a1a;
  }

  .cart-item__quan ._price:before {
    content: "шт.";
    margin-right: 10px;
  }

  .cart-item__price {
    display: none;
  }

  .cart-item__remove {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
    position: absolute;
    margin: 0;
  }

  .cart-promo ._img {
    width: 160px;
    flex-shrink: 0;
  }

  .cart-sidebar {
    padding-left: 15px;
  }

  .cart-sidebar__bonus {
    padding-left: 70px;
  }

  .cart-sidebar__bonus .svg-wrap {
    left: 0;
  }

  .lk-main {
    padding-right: 280px;
    padding-left: 0;
  }

  .lk-submenu {
    position: static;
    width: auto;
    margin-top: -20px;
    margin-bottom: 30px;
  }

  .lk-submenu ul {
    display: flex;
    flex-wrap: wrap;
  }

  .lk-submenu ul li {
    margin-right: 14px;
  }

  .lk-submenu ul li.active:before {
    display: none;
  }

  .company {
    padding-left: 90px;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }

  .company-content__title-w-fact {
    padding-left: 100px;
  }

  .company-content__title-w-fact ._fact {
    left: -90px;
    top: 0px;
  }

  .company-content__text.--w-img {
    position: relative;
    z-index: -1;
    padding-right: calc(100% - 250px);
  }

  .company-content__img {
    top: 0;
    left: 300px;
  }

  .delivery-content .title-h3 {
    padding-right: 150px;
  }

  .delivery-content .title-h3 .svg-wrap {
    left: auto;
    right: 0;
  }

  .delivery {
    padding-left: 90px;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }

  .delivery-content__text.--for-menu {
    padding-right: 270px;
  }

  .delivery-content__pay-systems {
    margin-right: -30px;
    padding-right: 270px;
  }

  .delivery-content__menu {
    left: auto;
    right: 0;
    top: 0;
  }

  .help-content .title-h3 {
    padding-right: 150px;
  }

  .help-content .title-h3 .svg-wrap {
    left: auto;
    right: 0;
  }

  .help {
    padding-left: 90px;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }

  .help-content__text.--for-menu {
    margin-right: 120px;
  }

  .help-content__menu {
    left: auto;
    right: 0;
    top: 0;
  }

  .contacts {
    padding-left: 90px;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }

  .contacts-content__text.--for-menu {
    padding-right: 280px;
  }

  .contacts-content__menu {
    left: auto;
    right: 0;
    top: 0;
  }

  .contacts-content__phones {
    position: static;
    margin-top: 66px;
    width: calc(100% + 68px + 44px);
    padding-left: 68px;
    margin-left: -68px;
    padding-right: 44px;
  }

  .contacts-address {
    margin-top: 44px;
  }

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

  .contacts-address__show-map {
    flex-basis: 100%;
    position: relative;
    top: auto !important;
    left: auto;
    margin-top: 22px;
  }

  .contacts-address__show-map .svg-wrap {
    display: block;
  }

  .blog-list__item {
    width: calc(33% - 30px);
  }

  .blog {
    padding-left: 90px;
    padding-right: 0;
  }

  .blog-list {
    margin-left: -75px;
    margin-right: -30px;
  }

  .blog-item ._first-img {
    margin-left: -60px;
  }

  .blog-item__products {
    margin-left: -60px;
  }

  .map__block-w-map-legend ._item {
    margin: 15px;
  }

  .map__block-w-map-info {
    position: static;
    width: 100%;
    margin-top: 30px;
  }

  .map-list {
    padding-right: 200px;
  }

  .map-item {
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }

  .map-item__link {
    position: absolute;
    bottom: 20px;
    left: 42px;
  }

  .map-item__title {
    padding-left: 42px;
  }

  .map-item__time {
    position: relative;
  }

  .map-item__time ._metro {
    position: absolute;
    bottom: -40px;
    left: 18px;
    right: 0;
  }

  .map-item__img {
    width: 200px;
    right: -260px;
  }

  .cart-empty:before {
    left: 50vw;
  }
}

@media (max-width: 1799px) {
  .filter-desktop-btn-wrap {
    display: none;
  }
}

@media (max-width: 1359px) {
  .header-top__menu {
    display: none;
  }

  .header-top__menu-static {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .main-page .container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 24px;
  }

  .main-slider-top.owl-carousel .owl-nav,
  .slider-category.owl-carousel .owl-nav,
  .slider-items.owl-carousel .owl-nav,
  .main-slider-bottom.owl-carousel .owl-nav {
    max-width: calc(100vw - 420px);
  }

  .main-slider-top.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot,
  .slider-category.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot,
  .slider-items.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot,
  .main-slider-bottom.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot {
    width: 135px;
  }

  .slogan__bg {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }

  .slogan__bg,
  .slogan__img-1,
  .slogan__img-2 {
    transform: none !important;
  }

  .big-page-category__title,
  .big-page-category__action {
    left: 24px;
  }

  .big-page-category__card {
    right: 24px;
  }

  main {
    padding-left: 0;
  }

  .fastBuy .modal-dialog {
    width: 678px;
  }

  .fastBuy .modal-dialog .modal-content {
    width: 678px;
    height: 572px;
  }

  .fastBuy .modal-dialog .modal-content .close {
    top: 64px;
  }

  .fastBuy-slider {
    width: 240px;
  }

  .fastBuy-slider .owl-carousel {
    height: 280px;
    margin: 0;
    width: 100%;
  }

  .fastBuy-slider .owl-carousel .owl-item {
    padding: 0 15px;
  }

  .fastBuy-slider .owl-carousel .owl-nav {
    bottom: -70px;
    left: calc( 50% - 43px);
  }

  .fastBuy-slider .owl-carousel .owl-dots {
    bottom: -30px;
    left: 50%;
    padding: 0;
  }

  .fastBuy-slider .owl-stage {
    height: 280px;
  }

  .fastBuy-info {
    padding-left: 300px;
  }

  .fastBuy-info__title {
    padding-right: 30px;
  }

  .fastBuy-info__actions {
    position: absolute;
    right: 44px;
    top: 175px;
  }

  .signIn .modal-dialog .modal-content,
  .signUp .modal-dialog .modal-content {
    padding: 66px 90px 66px 257px;
  }

  .signIn .modal-dialog .modal-content .modal-left-img,
  .signUp .modal-dialog .modal-content .modal-left-img {
    width: 210px;
  }

  .header-left {
    bottom: auto;
    height: 110px;
    width: 300px;
    background: none;
  }

  .header-left__logo {
    top: 36px;
    left: 110px;
    height: 37px;
    width: 177px;
    transform: none;
  }

  .header-left__logo .--h {
    display: block;
  }

  .header-left__logo .--v {
    display: none;
  }

  .header-left__burger {
    top: 40px;
    left: 42px;
  }

  .header-left__copyright {
    display: none;
  }

  .header-menu {
    left: 0;
  }

  .homepage-menu {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: row;
    position: relative;
    overflow: hidden;
  }

  .homepage-menu .link {
    position: relative;
    display: block;
    z-index: 6;
    height: 70vw;
    max-height: 65vh;
    width: 100%;
    margin: 0;
    border: none;
    flex-grow: 1;
  }

  .homepage-menu .link ._text {
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: 3;
    max-width: 260px;
    font-weight: bold;
    line-height: 1.18;
    font-size: 42px;
  }

  .homepage-menu .link ._text .--bg-white {
    background-color: #fff;
  }

  .homepage-menu br,
  .homepage-menu ._space {
    display: inline;
  }

  .homepage-slider {
    top: auto;
    left: 0;
    position: relative;
    height: 100vw;
    max-height: calc(100vh - 110px - 30px);
    margin-bottom: -58px;
    width: 100%;
    opacity: 1 !important;
  }

  .homepage-slider .carousel-desktop {
    display: none;
  }

  .homepage-slider .carousel-mobile {
    display: block;
    height: 100%;
  }

  .homepage-slider .carousel-mobile .owl-item {
    height: 100%;
    width: 100%;
  }

  .homepage-slider .carousel-mobile .carousel-inner {
    height: 100%;
  }

  .homepage-slider .carousel-mobile .owl-dots {
    text-align: left;
    margin: auto;
  }

  .homepage-slider .carousel-mobile .owl-dots .owl-dot {
    background: none;
    outline: none !important;
  }

  .homepage-slider .carousel-mobile .owl-dots .owl-dot span {
    margin: 0 10px 0 0;
    width: 14px;
    height: 14px;
    background-color: #F0F0F0;
  }

  .homepage-slider .carousel-mobile .owl-dots .owl-dot.active span {
    background-color: #191919;
  }

  .homepage-slider .owl-item__info {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .homepage-slider .owl-item__info-title {
    justify-content: center;
    display: flex;
  }

  .homepage-slider .owl-item__info-tags ._tag {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .homepage-slider .owl-item__info .owl-item__info-title {
    font-size: 48px;
    line-height: 56px;
    flex-grow: 1;
  }

  .catalog-banner .promo {
    padding: 4vw 6vw;
  }

  .catalog-banner .promo-tags {
    height: auto;
    bottom: 14px;
  }

  .catalog-banner .promo-title {
    font-size: 5vw;
    line-height: 6vw;
    padding-bottom: 20px;
  }

  .catalog-banner .promo-link {
    bottom: 24px;
  }

  .catalog-banner .banner-good__img {
    width: 250px;
    height: 300px;
  }

  .catalog-banner .banner-good__title {
    left: 280px;
  }

  .catalog-banner .banner-good__price {
    left: 280px;
  }

  .catalog-page__interface {
    margin-top: 0;
  }

  .catalog-page__categories-wrap {
    display: none !important;
  }

  .favorite .catalog-page__sorting .row {
    flex-direction: column;
  }

  .favorite > .row {
    display: flex;
    flex-direction: column;
  }

  .favorite > .row .catalog-sidebar {
    margin-top: 50px;
    order: 1;
    margin-left: -50px;
    width: calc(100% + 30px);
  }

  .zoom-container {
    display: none;
  }

  .product-info__actions ._share-popup {
    left: auto;
    right: 0;
  }

  .product-info {
    min-height: auto;
  }

  .product-info__top {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .product-info__top-back {
    margin-top: 7px;
  }

  .product-info ._gift {
    transform: translate(0, 0);
    position: static;
  }

  .product-info__buy-block {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .product-info__buy-block ._price {
    font-size: 55px;
  }

  .product-info__description {
    margin-left: 0;
  }

  .product-info__accordion {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-slider-bg {
    top: 50vw;
    display: none;
  }

  .product .ps-slider-wrap {
    height: 530px;
    order: 2;
    z-index: 999;
    margin-bottom: 0px;
    overflow: visible;
  }

  .product .ps-slider-wrap:before {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    bottom: 30px;
    z-index: -1;
  }

  .product .ps-slider-wrap .ps-slider-wrap__nav {
    width: calc(100% + 90px);
    left: -60px;
    right: -30px;
  }

  .product .owl-product {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -30px;
  }

  .product .owl-product .owl-stage-outer {
    margin-top: -70px;
    height: 600px;
  }

  .product .owl-product .owl-stage {
    height: 100%;
    padding: 0;
  }

  .product .owl-product .owl-item img {
    pointer-events: none;
  }

  .product .owl-product .owl-item.center + .owl-item img {
    transform: scale(0.4, 0.4) translate(-200px, 0px) !important;
  }

  .product-slider__other {
    padding-left: 0;
  }

  .product-seen {
    margin-left: 0;
  }

  .--business-product:not(.header-menu--open) .header-left__burger svg,
  .--business-product:not(.header-menu--open) .header-left__logo.svg-wrap svg,
  .--vip-product:not(.header-menu--open) .header-left__burger svg,
  .--vip-product:not(.header-menu--open) .header-left__logo.svg-wrap svg {
    fill: #e7e7e7;
  }

  .cart .cart-item--promo .cart-item__promo-content {
    left: 160px;
  }

  .cart {
    padding-top: 20px;
  }

  .cart > .row {
    margin-left: -100px;
    margin-right: -45px;
  }

  .cart-benefits {
    display: none;
  }

  .cart-main h1,
  .cart-main .cart-breadcrumbs {
    margin-left: 70px;
    margin-bottom: 20px;
  }

  .cart .cart-item--promo .cart-item__promo-title {
    font-size: 22px;
    line-height: 24px;
  }

  .cart .cart-item--promo .cart-item__promo-price {
    font-size: 30px;
  }

  .cart-item__img {
    width: 100px;
  }

  .cart-sidebar__price {
    white-space: nowrap;
    font-size: 48px;
  }

  .lk-order .lk-breadcrumbs {
    display: none;
  }

  .lk-order .one-breadcrumb {
    display: block;
    margin-bottom: 30px;
  }

  .lk-order .lk-sidebar {
    display: none;
  }

  .lk-order .lk-main {
    padding-right: 0;
  }

  .lk-order-content {
    padding: 30px;
  }

  .lk-order-item {
    min-height: 110px;
  }

  .lk-order-item__img {
    width: 110px;
    margin-top: 0;
  }

  .lk-order-item__quan {
    color: #bdbdbd;
  }

  .company {
    padding-left: 0;
    padding-top: 40px;
  }

  .company-content__title-w-fact ._fact {
    top: 20px;
  }

  .delivery {
    padding-left: 0;
    padding-top: 40px;
  }

  .delivery-content .title-h3 {
    padding-right: 100px;
  }

  .delivery-content .title-h3 .svg-wrap {
    right: -30px;
    width: 100px;
    height: 60px;
  }

  .delivery-content__text {
    max-width: 500px;
  }

  .delivery-content__title {
    max-width: 500px;
  }

  .delivery-content__pay-systems {
    margin-left: -68px;
    margin-right: -22px;
    margin-bottom: -22px;
  }

  .delivery-content__pay-systems .svg-wrap {
    margin: 0 22px 22px 0;
    width: 78px;
    height: 78px;
  }

  .delivery-content__phones {
    padding-left: 68px;
    width: auto;
    position: static;
    margin-left: -68px;
    margin-top: 40px;
  }

  .help {
    padding-left: 0;
    padding-top: 40px;
  }

  .help-content .title-h3 .svg-wrap {
    right: -30px;
    width: 100px;
    height: 60px;
  }

  .help-content__text {
    max-width: 500px;
  }

  .help-content__title {
    max-width: 500px;
  }

  .form-feedback__text {
    width: 360px;
    top: calc(100% + 66px);
    right: calc(50% - 100px);
    transform: translateY(-100%) translateX(50%);
  }

  .form-feedback {
    margin-top: -22px;
    padding-top: 44px;
  }

  .form-feedback__text {
    display: none;
  }

  .contacts {
    padding-left: 0;
    padding-top: 40px;
  }

  .contacts-content__text.--for-menu {
    margin-left: 0;
    padding-right: 200px;
  }

  .contacts-content__text.--for-menu ._name,
  .contacts-content__text.--for-menu ._value {
    padding: 0 15px;
    width: 100%;
  }

  .contacts-content__text.--for-menu ._value {
    margin-bottom: 22px;
  }

  .contacts-content__text.--for-menu ._marked {
    margin: 22px 0;
  }

  .contacts-content__text.--for-menu ._marked ._value {
    margin-top: 11px;
  }

  .contacts-content__title {
    max-width: 500px;
  }

  .contacts-content__phones {
    padding-left: 68px;
    width: auto;
    position: static;
    margin-left: -68px;
    margin-top: 40px;
    margin-right: -200px;
  }

  .contacts-address__row {
    margin-bottom: 22px;
    padding-top: 0px;
  }

  .contacts-address__row + .contacts-address__row {
    padding-top: 22px;
  }

  .contacts-address__row:last-of-type {
    padding-bottom: 22px;
    margin-bottom: 44px;
    border-bottom: 2px solid #f2f2f2;
  }

  .contacts-address__info {
    flex-basis: 300px;
  }

  .contacts-address__time {
    flex: 0 0 110px;
  }

  .contacts-address__time br {
    display: inline;
  }

  .contacts-address__show-map .svg-wrap {
    display: block;
  }

  .blog-list__item {
    width: calc(50% - 30px);
  }

  .blog {
    padding-left: 0;
    padding-top: 40px;
  }

  .blog-item ._first-img {
    margin-left: -115px;
    margin-right: -60px;
    height: 440px;
  }

  .blog-item ._first-img img {
    max-width: none;
    object-position: 65% center;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .blog-item ~ .blog-list .blog-list__item {
    display: none;
  }

  .blog-item ~ .blog-list .blog-list__item:nth-child(1),
  .blog-item ~ .blog-list .blog-list__item:nth-child(2) {
    display: block;
  }

  .map__block-w-map .mapGoogle-wrap,
  .map__block-w-map .mapYandex-wrap {
    width: 100vw;
  }

  .map-header {
    padding-left: 0;
  }

  .map-header .form-row {
    flex-wrap: nowrap;
  }

  .map-header .form-row label {
    margin-top: 20px;
  }

  .map__block-w-map {
    margin-left: -120px;
    margin-top: 30px;
    width: calc(100% + 120px + 40px);
    padding: 0;
  }

  .map__block-w-map:after {
    display: table;
    clear: both;
    content: "";
  }

  .map__block-w-map-legend {
    position: static;
    float: left;
    margin-top: 14px;
    padding-left: 20px;
  }

  .map__block-w-map-legend ._item {
    margin-bottom: 22px;
  }

  .map__block-w-map-info {
    float: right;
    margin-top: 30px;
    max-width: 460px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .map-list {
    margin-left: -85px;
  }

  .map-item__link {
    left: 80px;
  }

  .map-item__img {
    width: 120px;
    right: -200px;
  }

  .map-item__title {
    padding-left: 80px;
  }

  .map-item__time {
    flex-basis: 150px;
  }

  .map-item__time br {
    display: inline;
  }

  .map-item__phone {
    position: absolute;
    top: 45px;
    right: 0;
    flex-basis: 150px;
    width: 150px;
  }

  .map-pagination {
    padding-left: 80px;
  }

  .cart-empty,
  .order-success,
  .sign-up-success {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .cart-empty:before {
    top: 0;
    transform: none;
  }

  .blackFridayBody:not(.header-menu--open) {
    fill: #e7e7e7;
  }
}

@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .homepage-slider {
    max-height: calc(100vh - 66px - 30px);
  }
}

@media (max-width: 1199px) {
  .catalog-sidebar__info-mail {
    display: none;
  }

  .catalog-sidebar__banner {
    width: 100%;
    margin: 0;
  }

  .favorite-sidebar {
    margin: 0;
    margin-bottom: 30px;
  }

  .favorite-sidebar__info-mail {
    display: none;
  }

  .favorite-sidebar__banner {
    width: 100%;
    margin: 0;
  }

  .map__block-w-map-legend {
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .chooseGift .modal-dialog {
    width: 720px;
  }

  .chooseGift .modal-dialog .modal-content {
    width: 720px;
    padding: 66px 90px  66px 90px;
  }
}

@media (max-width: 991px) {
  .header-search--open .header-left__logo {
    opacity: 0;
    pointer-events: none;
  }

  .header-top {
    padding-left: 110px;
    padding-right: 36px;
  }

  .header-top__phone {
    top: 39px;
    right: 366px;
  }

  .header-top__phone ._number {
    display: none;
  }

  .header-top__phone ._icon {
    display: block;
  }

  .header-top__search input {
    margin-left: 0;
    flex-grow: 1;
  }

  .header-top__favorite,
  .header-top__cart {
    width: 115px;
  }

  .header-top__user {
    width: 75px;
  }

  .js--catalog.--columns-3,
  .js--catalog.--columns-4 {
    margin-left: auto;
    margin-right: auto;
    --catalog-columns: 2;
  }

  .js--catalog.--columns-3 .catalog-banner.--top,
  .js--catalog.--columns-4 .catalog-banner.--top {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .js--catalog.--columns-3 .catalog-banner.--bottom,
  .js--catalog.--columns-4 .catalog-banner.--bottom {
    grid-row-start: 5;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .lk {
    padding-top: 30px;
  }

  .lk-main {
    padding-right: 250px;
    margin-left: -70px;
  }

  .lk-orders-item {
    padding: 20px;
  }

  .lk-orders-item__name,
  .lk-orders-item__description {
    padding-right: 180px;
  }

  .lk-orders-item__status {
    top: 20px;
    right: 10px;
  }

  .product-gallery__main .owl-prev {
    left: 0;
  }

  .product-gallery__main .owl-next {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .main-page-benefits p {
    font-size: 14px;
    line-height: 18px;
  }

  .main-page .container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
  }

  .main-slider-top.owl-carousel.owl-dots-tiles .owl-dots,
  .slider-category.owl-carousel.owl-dots-tiles .owl-dots,
  .slider-items.owl-carousel.owl-dots-tiles .owl-dots,
  .main-slider-bottom.owl-carousel.owl-dots-tiles .owl-dots {
    bottom: 16px;
  }

  .main-slider-top.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot,
  .slider-category.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot,
  .slider-items.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot,
  .main-slider-bottom.owl-carousel.owl-dots-tiles .owl-dots button.owl-dot {
    width: 57px;
    height: 3px;
  }

  .main-slider-top {
    height: 170px;
  }

  .main-slider-top__item {
    height: 170px;
  }

  .slider-category__head {
    width: 220px !important;
  }

  .slider-category__head .btn {
    left: 12px;
    min-width: 125px;
    bottom: 12px;
  }

  .slider-category__title {
    font-size: 21px;
    line-height: 24px;
    left: 12px;
    right: 12px;
    bottom: 70px;
  }

  .slider-category .catalog-item,
  .slider-items .catalog-item,
  .big-page-category .catalog-item {
    width: 200px;
    --padding: 12px;
  }

  .slider-category .catalog-item ._w-btn-buy,
  .slider-items .catalog-item ._w-btn-buy,
  .big-page-category .catalog-item ._w-btn-buy {
    margin-top: 10px;
  }

  .slider-category .catalog-item__name,
  .slider-items .catalog-item__name,
  .big-page-category .catalog-item__name {
    height: 32px;
  }

  .slider-category .catalog-item__name,
  .slider-category .catalog-item__name *,
  .slider-items .catalog-item__name,
  .slider-items .catalog-item__name *,
  .big-page-category .catalog-item__name,
  .big-page-category .catalog-item__name * {
    font-size: 16px;
    line-height: 16px !important;
  }

  .slider-category .catalog-item__price,
  .slider-items .catalog-item__price,
  .big-page-category .catalog-item__price {
    font-size: 18px;
    padding-top: 12px;
  }

  .slider-category .catalog-item__old-price ._text,
  .slider-items .catalog-item__old-price ._text,
  .big-page-category .catalog-item__old-price ._text {
    font-size: 14px;
  }

  .slider-category .catalog-item__old-price ._text:before,
  .slider-items .catalog-item__old-price ._text:before,
  .big-page-category .catalog-item__old-price ._text:before {
    height: 2px;
    top: 15px;
  }

  .slider-category .owl-dots,
  .slider-items .owl-dots,
  .big-page-category .owl-dots {
    width: calc(100% - 20px);
  }

  .slogan {
    height: auto;
    padding: 56.25vw 25px 25px 10px;
  }

  .slogan__img-1 {
    width: 33.4375vw;
    height: 39.0625vw;
  }

  .slogan__img-2 {
    width: 12.8125vw;
    height: 11.5625vw;
    bottom: auto;
    top: 37.5vw;
  }

  .slogan__text {
    width: auto;
    position: static;
    font-size: 20px;
    line-height: 26px;
  }

  .slogan__title {
    font-size: 32px;
    line-height: 42px;
  }

  .big-page-category {
    height: auto;
    padding: 80px 10px 40px;
  }

  .big-page-category__title {
    font-size: 32px;
    line-height: 42px;
    max-width: 100%;
  }

  .big-page-category__title,
  .big-page-category__action,
  .big-page-category__card {
    position: static;
  }

  .big-page-category__action {
    margin-top: 35px;
  }

  .big-page-category__card {
    transform: none;
    margin-bottom: 35px;
  }

  body.mobile-filter--open {
    overflow: hidden;
  }

  main {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  a,
  button,
  input {
    outline: none;
  }

  h1,
  .title-h1 {
    line-height: 35px;
    font-size: 30px;
  }

  h2,
  .title-h2 {
    line-height: 36px;
    font-size: 30px;
    margin-bottom: 24px;
  }

  h3,
  .title-h3 {
    margin-bottom: 20px;
    line-height: 35px;
    font-size: 30px;
  }

  .breadcrumb {
    margin: 0 0;
  }

  .chooseGift .modal-dialog .modal-content {
    padding: 66px 30px;
  }

  .chooseGift__list {
    margin: 22px 0 44px;
  }

  .addAddress .modal-dialog .modal-content {
    padding: 80px 30px 44px 30px;
  }

  .subscribeModal .modal-dialog .modal-content {
    padding: 80px 30px 44px 30px;
  }

  .header-left {
    z-index: 941;
    height: 66px;
    width: 175px;
  }

  .header-left__logo {
    top: 22px;
    left: 66px;
    height: 22px;
    width: 106px;
  }

  .header-left__burger {
    top: 33px;
    left: 29px;
    height: 15px;
    width: 28px;
  }

  .header-left__burger .js--open-menu svg {
    transition: 0.5s;
  }

  .header-left__burger .js--open-menu svg:nth-child(1) {
    transform: translateY(-6.3px) rotate(0);
  }

  .header-left__burger .js--open-menu svg:nth-child(2) {
    transform: translateY(-16.1px) rotate(180deg) scaleX(1);
  }

  .header-left__burger .js--open-menu svg:nth-child(3) {
    transform: translateY(-25.9px) rotate(0);
  }

  .header-menu--open .header-left__burger .js--open-menu svg:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
  }

  .header-menu--open .header-left__burger .js--open-menu svg:nth-child(2) {
    transform: translateY(-16.1px) rotate(180deg) scaleX(0);
  }

  .header-menu--open .header-left__burger .js--open-menu svg:nth-child(3) {
    transform: translateY(-29.5px) rotate(-45deg);
  }

  .header-search--open .header-left__burger .js--close-menu {
    pointer-events: auto;
  }

  .header-top {
    z-index: 940;
    height: 66px;
    padding-left: 68px;
    background-color: #f8f8f8;
  }

  .header-top__phone {
    top: 23px;
    right: 266px;
  }

  .header-top__phone ._icon {
    height: 22px;
    width: 22px;
  }

  .header-top ._quan {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 20px;
  }

  .header-top__search:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 68px;
    opacity: 0;
    content: "";
  }

  .header-top__search .svg-wrap {
    height: 22px;
    width: 23px;
  }

  .header-top__search .svg-wrap.js--go-search {
    top: 5px;
  }

  .header-top__favorite {
    width: 80px;
  }

  .header-top__favorite a .svg-wrap {
    height: 22px;
    width: 25px;
  }

  .header-top__cart {
    width: 80px;
  }

  .header-top__cart a .svg-wrap {
    height: 22px;
    width: 23px;
  }

  .header-auth {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .header-auth a {
    float: left;
    clear: both;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .header-menu {
    display: none;
    top: 0;
    height: 100%;
    overflow: auto;
    padding-bottom: 0px;
    padding-left: 66px;
    padding-top: 66px;
    background-color: #f8f8f8;
    justify-content: flex-start;
  }

  .mobile-menu--inner .header-menu {
    transform: translateX(-100%);
  }

  .header-menu.--mobile-menu {
    display: flex;
  }

  .header-menu__catalog {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .header-menu__catalog,
  .header-menu__catalog ul {
    list-style-type: none;
    padding-left: 0;
  }

  .header-menu__catalog a {
    display: block;
    color: #191919;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
  }

  .header-menu__catalog-wrap {
    position: fixed;
    z-index: 6;
    top: 66px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 66px;
    overflow: auto;
    transition: 0.3s;
    background-color: #f8f8f8;
    transform: translateX(100%);
  }

  .header-menu__catalog-wrap .header-menu__catalog-wrap {
    top: 0;
  }

  .header-menu__catalog li {
    position: relative;
    width: 100%;
    opacity: 1;
    padding: 16px 50px 17px 0;
    border-bottom: 2px solid #f2f2f2;
    cursor: pointer;
  }

  .header-menu__catalog li a {
    width: 100%;
  }

  .header-menu__catalog li:before {
    position: absolute;
    top: 21px;
    right: 19px;
    height: 18px;
    width: 10px;
    background-image: url(/local/templates/koffer/css/../images/menu-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
  }

  .header-menu__catalog ._back {
    display: block;
    position: relative;
    margin: 25px 0;
  }

  .header-menu__catalog ._back:before {
    position: absolute;
    top: 2px;
    left: -22px;
    height: 18px;
    width: 10px;
    background-image: url(/local/templates/koffer/css/../images/menu-back.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
  }

  .header-menu__catalog ._title-link {
    padding-right: 50px;
    line-height: 30px;
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
  }

  .header-menu__catalog ._title {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    color: #1a1a1a;
    font-family: PT Sans;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    transition-duration: 0.5s;
  }

  .header-menu__catalog ._title._active + .header-menu__catalog-wrap {
    transform: translateX(0);
  }

  .header-menu__catalog .--season {
    width: 100%;
    margin-bottom: 0;
    background: none;
  }

  .header-menu__catalog .--season ul {
    column-count: none;
  }

  .header-menu__catalog .--season .img-wrap {
    position: relative;
    top: -60px;
    left: -114px;
    height: 0;
    width: 0;
    text-align: right;
  }

  .header-menu__catalog .--season .img-wrap .--desktop {
    display: none;
  }

  .header-menu__catalog .--season .img-wrap .--mobile {
    display: block;
    height: 100px;
    max-height: none;
    width: 100px;
    max-width: none;
  }

  .header-menu__catalog .--exclusive {
    margin-top: 0;
  }

  .header-menu__main {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    min-height: min-content;
  }

  .header-menu__main li {
    width: 100%;
    margin: 5px 0 5px;
  }

  .header-menu__main li a {
    font-size: 18px;
    letter-spacing: 0.05em;
    display: block;
  }

  .header-menu__main li hr {
    border-top: 2px solid #f2f2f2;
  }

  .header-top__user {
    width: 50px;
  }

  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-menu,
  .footer-cookie {
    display: none;
  }

  .footer-catalog-row {
    width: 100%;
    max-height: none;
    align-items: center;
  }

  .footer-title-1 {
    text-align: center;
  }

  .footer-contacts {
    padding-top: 72px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    flex-direction: column;
    align-items: center;
  }

  .footer .footer-contact {
    font-size: 26px;
  }

  .footer .footer-contact:last-of-type {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .footer-socials {
    position: absolute;
    top: 0px;
    left: 24px;
    right: 24px;
    width: auto;
    justify-content: space-between;
  }

  .footer-socials .svg-wrap {
    margin: 0;
  }

  .--mobile-landscape .footer-socials {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
  }

  .homepage-slider .owl-item__info {
    padding: 4vw 6vw;
  }

  .homepage-slider .owl-item__info .owl-item__info-tags {
    margin-bottom: 0;
  }

  .homepage-slider .owl-item__info .owl-item__info-title {
    font-size: 6vw;
    line-height: 7vw;
    padding-bottom: 20px;
  }

  .homepage-slider .owl-item__info-link {
    display: none;
  }

  .catalog {
    padding-bottom: 58px;
  }

  .catalog-sidebar__banner .promo-title {
    font-size: 6vw;
    line-height: 7vw;
    padding-bottom: 20px;
  }

  .catalog-sidebar__banner .promo-link {
    display: none;
  }

  .--mobile-landscape .catalog-sidebar__banner .promo {
    padding: 12px;
  }

  .--mobile-landscape .catalog-sidebar__banner .promo .promo-title {
    font-size: 5vw;
    line-height: 6vw;
    padding-bottom: 10px;
    left: 12px;
    right: 12px;
    top: 20px;
    overflow: hidden;
    bottom: 80px;
  }

  .--mobile-landscape .catalog-sidebar__banner .promo .promo-tags {
    padding: 12px;
    bottom: 0;
  }

  .--mobile-portrait .catalog-wrap {
    max-width: 100%;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .catalog-breadcrumbs {
    margin-top: -10px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .catalog-breadcrumbs .breadcrumb {
    display: none;
  }

  .catalog-breadcrumbs .catalog-page__menu-categories {
    display: none;
  }

  .catalog-breadcrumbs .col-auto {
    display: none;
  }

  .catalog-breadcrumbs .col-auto.one-breadcrumb {
    display: block;
  }

  .catalog-filter {
    overflow: auto;
  }

  .catalog-pagination.--bottom {
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
  }

  .catalog-pagination.--bottom .page-item {
    flex-grow: 1;
  }

  .catalog-pagination.--bottom .page-item:first-child,
  .catalog-pagination.--bottom .page-item:last-child {
    display: none;
  }

  .catalog-item:before {
    display: none;
  }

  .catalog-item__link-fast-buy {
    display: none;
  }

  .--mobile-landscape .catalog {
    margin-bottom: 15px;
  }

  .--mobile-landscape .catalog-item {
    height: 200px;
    padding: 15px 12px;
    margin-bottom: 0;
  }

  .--mobile-landscape .catalog-item__link-fast-buy {
    display: none;
  }

  .--mobile-landscape .catalog-item__img {
    height: 96px;
  }

  .--mobile-landscape .catalog-item__img img {
    max-width: 100%;
    max-height: 100%;
  }

  .--mobile-landscape .catalog-item__name {
    margin-top: 10px;
    height: 36px;
    line-height: 16px !important;
    overflow: hidden;
    font-size: 16px;
  }

  .--mobile-landscape .catalog-item__name div {
    line-height: 16px !important;
  }

  .--mobile-landscape .catalog-item__old-price {
    bottom: 22px;
    left: 15px;
  }

  .--mobile-landscape .catalog-item__old-price ._text {
    font-weight: normal;
    font-size: 16px;
  }

  .--mobile-landscape .catalog-item__price {
    margin-top: 8px;
    line-height: 30px;
    font-size: 20px;
    bottom: 5px;
    left: 15px;
  }

  .--mobile-landscape .catalog-col {
    width: 33.333%;
    padding: 8px;
  }

  .catalog-banner .promo-title {
    font-size: 6vw;
    line-height: 7vw;
    padding-bottom: 20px;
  }

  .catalog-banner .promo-link {
    display: none;
  }

  .--mobile-landscape .catalog-banner .promo {
    padding: 12px;
  }

  .--mobile-landscape .catalog-banner .promo .promo-title {
    font-size: 5vw;
    line-height: 6vw;
    padding-bottom: 10px;
    left: 12px;
    right: 12px;
    top: 20px;
    overflow: hidden;
    bottom: 80px;
  }

  .--mobile-landscape .catalog-banner .promo .promo-tags {
    padding: 12px;
    bottom: 0;
  }

  .catalog-banner .banner-good {
    background-position: 15px 15px;
    background-size: 320px 280px;
    width: 320px;
    position: relative;
    margin: auto;
  }

  .catalog-banner .banner-good__img {
    height: 280px;
    transform: translate(0, 0);
    top: 0;
    width: 100%;
  }

  .catalog-banner .banner-good__title {
    line-height: 31px;
    font-size: 30px;
    left: 30px;
    top: 300px;
    bottom: 90px;
  }

  .catalog-banner .banner-good__price {
    left: 30px;
    bottom: 30px;
  }

  .--mobile-landscape .catalog-banner .banner-good {
    width: 100%;
  }

  .--mobile-landscape .catalog-banner .banner-good__img {
    width: 50%;
    height: 100%;
  }

  .--mobile-landscape .catalog-banner .banner-good__title {
    left: 55%;
    top: 30px;
    font-size: 24px;
    line-height: 24px;
  }

  .--mobile-landscape .catalog-banner .banner-good__price {
    left: 55%;
    font-size: 30px;
    line-height: 30px;
  }

  .container-catalog {
    max-width: calc(100% - 40px);
  }

  .js--catalog.--columns-3,
  .js--catalog.--columns-4 {
    margin-left: auto;
    margin-right: auto;
    --catalog-columns: 1;
  }

  .js--catalog.--columns-3 .catalog-banner.--top,
  .js--catalog.--columns-4 .catalog-banner.--top {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .js--catalog.--columns-3 .catalog-banner.--bottom,
  .js--catalog.--columns-4 .catalog-banner.--bottom {
    grid-row-start: 5;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .catalog-page__interface {
    margin-bottom: 24px;
  }

  .catalog-page__interface > .col-auto:last-child {
    display: none;
  }

  .catalog-page__filter-display {
    width: 100%;
  }

  .catalog-page__filter-display .filter-display-btn {
    width: 320px;
    margin: auto;
  }

  .catalog-page__filter-display .filter-display-text {
    display: none;
  }

  .favorite-sidebar__banner .promo-title {
    font-size: 6vw;
    line-height: 7vw;
    padding-bottom: 20px;
  }

  .favorite-sidebar__banner .promo-link {
    display: none;
  }

  .--mobile-landscape .favorite-sidebar__banner .promo {
    padding: 12px;
  }

  .--mobile-landscape .favorite-sidebar__banner .promo .promo-title {
    font-size: 5vw;
    line-height: 6vw;
    padding-bottom: 10px;
    left: 12px;
    right: 12px;
    top: 20px;
    overflow: hidden;
    bottom: 80px;
  }

  .--mobile-landscape .favorite-sidebar__banner .promo .promo-tags {
    padding: 12px;
    bottom: 0;
  }

  .favorite > .row .catalog-sidebar {
    display: none;
  }

  .filter-flying {
    display: none;
  }

  .product-info__actions .position-relative {
    position: static !important;
  }

  .product-info__actions ._share-popup {
    transform: translate(50%, 30px);
    right: 50%;
    background-color: #bdbdbd;
    border-radius: 3px;
    padding: 10px 0 8px 10px;
  }

  .product-info__top {
    padding-top: 0;
  }

  .product-info__top h1 {
    margin-bottom: 15px;
  }

  .product-info__top-back {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .product-info__top .one-breadcrumb {
    display: block;
  }

  .product-info__buy-block {
    align-items: center;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    position: relative;
    padding-bottom: 0;
  }

  .product-info__buy-block ._price {
    margin-right: 0;
    font-size: 40px;
    text-align: left;
    max-width: calc( 100% - 60px);
  }

  .product-info__buy-block ._price-old {
    text-align: center;
  }

  .product-info ._w-btn-buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .product-info ._w-btn-buy .product-info__select {
    margin: 8px 0;
  }

  .product-info .btn-buy {
    order: 5;
    margin-right: 0;
    display: block;
    width: 180px;
  }

  .product-info__actions {
    flex-direction: row;
    width: 80px;
  }

  .product-info__actions button {
    font-size: 0;
    margin-right: 10px;
  }

  .product-info__actions button svg {
    width: 40px;
    margin: auto 5px;
  }

  .product-info__description {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
  }

  .product-info__description.--text {
    line-height: 22px;
    font-size: 16px;
  }

  .product .ps-slider-wrap {
    height: 374px;
    margin-top: 25px;
    margin-bottom: 40px;
    z-index: 11;
  }

  .product .ps-slider-wrap .ps-slider-wrap__mobile-resize {
    user-select: none;
    display: block;
    position: absolute;
    z-index: 12;
    right: 0;
    top: 20px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .product .ps-slider-wrap .ps-slider-wrap__mobile-resize svg {
    width: 24px;
    height: 24px;
    fill: #ccc;
  }

  .product .ps-slider-wrap .ps-slider-wrap__mobile-dots {
    display: block;
    position: absolute;
    left: calc( 50% - 64px);
    bottom: 15px;
    z-index: 11;
  }

  .product .ps-slider-wrap:before {
    bottom: 0;
  }

  .product .ps-slider-wrap .ps-slider-wrap__nav {
    display: none !important;
    width: 100%;
    left: 0;
    right: 0;
  }

  .product .owl-product .owl-stage-outer {
    height: 374px;
  }

  .product .owl-product {
    width: calc(100% + 40px);
    margin: 0;
    margin: 0 -20px;
    padding: 30px 20px;
  }

  .product .owl-product .owl-item {
    width: 280px;
    height: 300px;
  }

  .product .owl-product .owl-item img {
    max-width: 280px;
    max-height: 300px;
    position: static;
    margin: auto;
  }

  .product .owl-product .owl-item.center ~ .owl-item img {
    opacity: 1;
    transform: scale(1, 1);
  }

  .product .owl-product .owl-dots {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 64px);
  }

  .product-slider__other {
    padding-bottom: 20px;
  }

  .product-slider__other .title-h2 {
    line-height: 24px;
    font-size: 25px;
  }

  .product-seen {
    margin-top: 40px;
  }

  .product-detail-images {
    margin: 15px 0 30px;
  }

  .product-detail-images img {
    max-width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .sign {
    margin-top: 24px;
  }

  .cart .cart-item--promo .cart-item__promo-content {
    left: 90px;
    padding: 20px 15px;
  }

  .cart .cart-item--promo .cart-item__promo-btn {
    min-width: 140px;
  }

  .cart-main h1,
  .cart-main .cart-breadcrumbs {
    margin-left: 0px;
  }

  .cart ._mobile-go2reg,
  .cart ._mobile-cart-summ {
    text-align: center;
    display: block;
    margin: 0 0 20px;
  }

  .cart ._mobile-cart-summ {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .cart .pagination {
    margin-left: auto;
    margin-right: auto;
  }

  .cart .pagination .page-item {
    flex-grow: 1;
  }

  .cart .pagination .page-item:first-child,
  .cart .pagination .page-item:last-child {
    display: none;
  }

  .cart-promo {
    flex-direction: column;
    align-items: stretch;
  }

  .cart-promo ._img {
    height: 100px;
    width: 100%;
  }

  .cart-promo ._title {
    font-size: 22px;
    line-height: 24px;
  }

  .cart-promo ._price {
    font-size: 30px;
  }

  .cart .--mobile-reverse {
    display: flex;
    flex-direction: column;
  }

  .cart .--mobile-reverse ._submit {
    display: none;
  }

  .cart .--mobile-reverse .cart-footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cart > .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .cart-sidebar {
    display: none;
  }

  .cart-mobile-footer {
    display: block;
  }

  .cart-item__img {
    width: 50px;
    height: 50px;
  }

  .cart-item__details {
    padding-left: 15px;
  }

  .cart-item__details ._name {
    min-height: 50px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-right: 20px;
    display: block;
  }

  .cart-item__details ._name:hover {
    text-decoration: none;
  }

  .cart-item__details ._gift,
  .cart-item__details ._select {
    margin-left: -65px;
  }

  .lk .title-h1 {
    margin-bottom: 20px;
  }

  .--mobile-orders-open .lk-main {
    opacity: 1;
    pointer-events: auto;
    position: static;
  }

  .--mobile-orders-open .lk-head {
    display: none;
  }

  .--mobile-orders-open .lk-sidebar {
    display: none;
  }

  .lk-main {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
  }

  .lk-orders-item__name {
    position: relative;
    width: 100%;
    display: block;
    padding-right: 40px;
  }

  .lk-orders-item__name:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 18px;
    top: 4px;
    right: 0px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/local/templates/koffer/css/../images/menu-arrow.svg);
  }

  .lk-orders-item__name,
  .lk-orders-item__description {
    padding-right: 0;
    padding-bottom: 0;
  }

  .lk-orders-item__status {
    position: static;
    width: auto;
    padding-top: 10px;
  }

  .lk-orders-item__actions {
    display: none;
  }

  .lk-sidebar {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: static;
    width: auto;
  }

  .lk-sidebar:before {
    display: none;
  }

  .lk-sidebar__bonus {
    margin-top: 20px;
    background-color: #fff;
    order: -2;
    padding-left: 80px;
    padding-right: 16px;
    padding-top: 20px;
  }

  .lk-sidebar__bonus ._added {
    margin-left: 0;
  }

  .lk-sidebar__bonus .svg-wrap {
    position: absolute;
    left: 16px;
  }

  .lk-sidebar .lk-info-block {
    order: -1;
    margin-bottom: 0;
  }

  .lk-sidebar__sec {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }

  .lk-sidebar__sec ul {
    margin: 0;
  }

  .lk-sidebar__sec ul li {
    padding: 0 !important;
  }

  .lk-sidebar__sec ul li:before {
    display: none;
  }

  .lk-sidebar__sec ul li a,
  .lk-sidebar__sec ul li span {
    font-weight: normal;
    padding: 23px 60px 23px 25px;
    min-height: 64px;
    line-height: 18px;
    display: block;
    position: relative;
    border-bottom: 2px solid #f2f2f2;
  }

  .lk-sidebar__sec ul li a:after,
  .lk-sidebar__sec ul li span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 18px;
    top: calc(50% - 9px);
    right: 25px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/local/templates/koffer/css/../images/menu-arrow.svg);
  }

  .lk .pagination {
    margin-left: auto;
    margin-right: auto;
  }

  .lk .pagination .page-item {
    flex-grow: 1;
  }

  .lk .pagination .page-item:first-child,
  .lk .pagination .page-item:last-child {
    display: none;
  }

  .lk .one-breadcrumb {
    display: block;
    margin-top: -20px;
  }

  .lk-submenu {
    margin-top: 15px;
  }

  .lk-order .lk-main {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }

  .lk-order .lk-head {
    display: none;
  }

  .lk-order .lk-head-mobile {
    display: block;
  }

  .lk-order .lk-head-mobile .title-h1 {
    margin-bottom: 10px;
  }

  .lk-order .lk-head-mobile .one-breadcrumb {
    margin-bottom: 20px;
  }

  .lk-order .lk-head-mobile__actions {
    margin-bottom: 20px;
  }

  .lk-order .lk-head-mobile__actions .link-std:not(:last-child) {
    margin-right: 30px;
  }

  .lk-order-content {
    background: none;
    padding: 0;
  }

  .lk-order-content ._name {
    margin-top: 10px;
    line-height: 15px;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #A9A9A9;
  }

  .lk-order-content ._title {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 22px;
    font-size: 20px;
  }

  .lk-order-content ._title:after {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin-left: 0;
  }

  .lk-order-item {
    background-color: #fff;
    padding: 20px;
    flex-wrap: wrap;
    position: relative;
    margin-top: 20px;
  }

  .lk-order-item:first-child {
    margin-top: 15px;
  }

  .lk-order-item__img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .lk-order-item__details {
    padding: 0;
    margin-bottom: 14px;
  }

  .lk-order-item__details ._name {
    padding: 0;
    margin: 0;
    padding-left: 70px;
    min-height: 50px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.05em;
    display: block;
    color: #191919;
  }

  .lk-order-item__details ._name:hover {
    text-decoration: none;
  }

  .lk-order-item__details ._gift {
    margin-top: 14px;
  }

  .lk-order-item__details ._gift ._gift-img {
    width: 50px;
    height: 50px;
  }

  .lk-order-item__details ._select {
    margin-top: 14px;
    padding-left: 70px;
  }

  .lk-order-item__quan {
    font-weight: bold;
    line-height: 31px;
    font-size: 16px;
    color: #191919;
    padding-left: 70px;
    width: 50%;
    margin-right: 5%;
  }

  .lk-order-item__price {
    width: 45%;
    font-weight: bold;
    line-height: 31px;
    font-size: 16px;
  }

  .lk-order-footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .lk-order-footer__title {
    width: 90px;
    margin: 0;
  }

  .lk-order-footer__quan {
    order: 3;
    margin-top: 5px;
    padding-left: 90px;
    width: 100%;
  }

  .lk-order-footer__price {
    width: calc(100% - 90px);
  }

  .lk-personal .lk-main {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }

  .lk-personal .lk-sidebar {
    display: none;
  }

  .lk-personal .lk-breadcrumbs {
    display: none;
  }

  .lk-personal .lk-head {
    display: block;
  }

  .lk-personal .lk-head .title-h1 {
    margin-bottom: 10px;
  }

  .personal-address {
    padding-right: 38px;
    min-height: 91px;
    padding: 15px 33px 15px 0;
  }

  .personal-address ._edit {
    right: 0;
    top: 58px;
  }

  .personal-address ._remove {
    right: 0;
    top: 15px;
  }

  .company-certificate {
    margin-top: 0;
  }

  .company-certificate ._img {
    margin-left: -40px;
    width: 137px;
    height: 197px;
  }

  .company-certificate ._triangle {
    width: 214px;
    height: 255px;
    top: 48px;
    left: 41px;
    transform: translateY(0);
  }

  .company-certificate ._text {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 40px;
    transform: translateY(0);
    max-width: 100%;
  }

  .company {
    padding-left: 0;
    padding-top: 0;
  }

  .company-content__title-w-fact {
    padding: 0;
  }

  .company-content__title-w-fact ._fact {
    display: none;
  }

  .company-content__text.--w-img {
    padding: 0;
  }

  .company-content__img {
    position: relative;
    z-index: -1;
    margin-bottom: 24px;
    top: auto;
    left: auto;
  }

  .company-content__img ._bg {
    width: 575.29px;
    height: 645.5px;
    top: -118px;
  }

  .company-content__img ._img {
    width: 464.08px;
    height: 451.66px;
  }

  .delivery {
    padding-left: 0;
    padding-top: 0;
  }

  .delivery-content .title-h3 {
    padding-right: 0;
    transition: .35s;
  }

  .delivery-content .title-h3 .svg-wrap {
    display: none;
  }

  .delivery-content .title-h3[data-toggle="collapse"] {
    pointer-events: auto;
    font-weight: bold;
    line-height: 24px;
    font-size: 25px;
    margin: 0;
    padding: 20px 60px 20px 0;
    color: #333333;
  }

  .delivery-content .title-h3:not(.collapsed) + .mobile-collapse + .title-h3 {
    margin-top: 20px;
  }

  .delivery-content__text.--for-menu {
    padding-right: 0;
    margin-top: 40px;
  }

  .delivery-content__title {
    line-height: 28px;
    flex: 22px;
    margin: 22px 0;
  }

  .delivery-content__menu {
    display: none;
  }

  .delivery-content__pay-systems {
    margin-left: 0;
    padding-right: 0;
  }

  .delivery-content__phones {
    margin-left: 0;
    padding-left: 22px;
    margin-bottom: 30px;
  }

  .delivery-content__phones .col-sm-6:not(:last-child) {
    margin-bottom: 22px;
  }

  .delivery-content ol li:before {
    left: -20px;
  }

  .delivery-content .mobile-collapse {
    transition: .35s;
    border: 1px solid transparent;
    padding-left: 20px;
  }

  .delivery-content .mobile-collapse *:first-child {
    margin-top: 0;
  }

  .delivery-content .mobile-collapse *:last-child {
    margin-bottom: 0;
  }

  .delivery-content .mobile-collapse + .title-h3[data-toggle="collapse"] {
    border-top: 2px solid #F2F2F2;
  }

  .help {
    padding-left: 0;
    padding-top: 0;
  }

  .help-content .title-h3 {
    padding-right: 0;
    max-width: 400px;
    transition: .35s;
  }

  .help-content .title-h3 .svg-wrap {
    display: none;
  }

  .help-content .title-h3[data-toggle="collapse"] {
    pointer-events: auto;
    font-weight: bold;
    line-height: 24px;
    font-size: 25px;
    margin: 0;
    padding: 20px 60px 20px 0;
    color: #333333;
  }

  .help-content .title-h3:not(.collapsed) + .mobile-collapse + .title-h3 {
    margin-top: 20px;
  }

  .help-content__text.--for-menu {
    margin-right: 0;
    margin-top: 40px;
  }

  .help-content__title {
    line-height: 28px;
    flex: 22px;
    margin: 22px 0;
  }

  .help-content__menu {
    display: none;
  }

  .help-content ol li:before {
    left: -20px;
  }

  .help-content .mobile-collapse {
    transition: .35s;
    border: 1px solid transparent;
    padding-left: 20px;
  }

  .help-content .mobile-collapse *:first-child {
    margin-top: 0;
  }

  .help-content .mobile-collapse *:last-child {
    margin-bottom: 0;
  }

  .help-content .mobile-collapse + .title-h3[data-toggle="collapse"] {
    border-top: 2px solid #F2F2F2;
  }

  .contacts {
    padding-left: 0;
    padding-top: 0;
  }

  .contacts-content {
    margin-bottom: 22px;
  }

  .contacts-content__text.--for-menu {
    padding: 0;
    margin-right: 0;
    margin-top: 40px;
  }

  .contacts-content__menu {
    display: none;
  }

  .contacts-content__phones {
    padding-right: 22px;
    padding-left: 22px;
    margin: 0;
    margin-top: -22px;
  }

  .contacts-address {
    margin-top: 22px;
    padding-bottom: 55px;
  }

  .contacts-address__row:last-of-type {
    margin-bottom: 22px;
  }

  .contacts-address__info {
    flex: 1 1 100%;
  }

  .contacts-address__time {
    flex: 1 1 100%;
    margin-top: 6px;
  }

  .contacts-address__time br {
    display: none;
  }

  .contacts-address__phone {
    margin-top: 22px;
    flex: 1 1 100%;
    text-align: left;
  }

  .contacts-address__show-map {
    flex: 1 1 100%;
  }

  .contacts-address__show-map .svg-wrap {
    display: none;
  }

  .blog-interface *:not(.btn) {
    display: none;
  }

  .blog-interface .btn {
    width: calc(100% + 30px);
    margin: 0;
    display: block;
  }

  .blog-list__item {
    width: calc(100% - 30px);
  }

  .blog-pagination {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-pagination .page-item {
    flex-grow: 1;
  }

  .blog-pagination .page-item:first-child,
  .blog-pagination .page-item:last-child {
    display: none;
  }

  .blog {
    padding-left: 0;
    padding-top: 0;
  }

  .blog-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .blog .one-breadcrumb {
    display: block;
  }

  .blog .one-breadcrumb + .breadcrumb {
    display: none;
  }

  .blog-item ._first-img {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 22px;
    margin-bottom: 44px;
    height: auto;
  }

  .blog-item ._first-img img {
    max-width: 100%;
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .blog-item__products {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-item__products .catalog-col {
    display: none;
  }

  .blog-item__products .catalog-col:nth-child(1) {
    display: block;
  }

  .map-header .form-row {
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .map__block-w-map {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .map__block-w-map .img-wrap {
    margin-right: -260px;
  }

  .map__block-w-map-legend,
  .map__block-w-map-info {
    padding-left: 0;
    margin-top: 0;
  }

  .map-list {
    margin-left: 0;
    padding-right: 0;
  }

  .map-item {
    flex-direction: column;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .map-item > * {
    flex: 1 1 auto;
    position: static;
    margin: 15px 0 0 0;
  }

  .map-item__link {
    order: 3;
  }

  .map-item__img {
    display: none;
  }

  .map-item__title {
    margin-top: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .map-item__title ._map-icon {
    left: auto !important;
    right: 0 !important;
  }

  .map-item__time {
    flex-basis: fill;
    order: 2;
  }

  .map-item__time br {
    display: none;
  }

  .map-item__time ._metro {
    position: relative;
    bottom: auto;
  }

  .map-item__phone {
    position: static;
  }

  .map-pagination {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .map-pagination .page-item {
    flex-grow: 1;
  }

  .map-pagination .page-item:first-child,
  .map-pagination .page-item:last-child {
    display: none;
  }

  .sign-up-success-bg:before {
    display: none;
  }

  .blackFriday-bag > img {
    width: 100%;
    margin-left: -1px;
  }

  .blackFriday-lines {
    width: 368px;
  }

  .blackFriday-line-1 {
    transform: rotate(7deg) translateX(-7px);
  }

  .blackFriday-line-1::before {
    transform: rotate(-15deg);
  }

  .blackFriday-line-2 {
    transform: rotate(-7deg) translateX(8px);
  }

  .blackFriday-line-2::before {
    transform: rotate(15deg);
  }

  .blackFriday-form__row {
    flex-direction: column;
    padding: 15px;
  }

  .blackFriday-form ._style {
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  .header-top {
    height: 60px;
  }

  .header-left__logo {
    top: 20px;
  }

  .header-top__phone {
    top: 20px;
    right: 300px;
  }

  .header-left .header-left__burger {
    top: 31px;
  }

  .header-top__cart ._quan {
    display: block;
    margin-left: 2px;
  }

  .catalog-item__footer ._w-btn-buy {
    opacity: 1 !important;
    transform: none !important;
    width: auto !important;
  }

  .catalog-item__footer .btn-buy {
    font-size: 0 !important;
    min-width: auto !important;
    width: auto !important;
  }

  .catalog-item__footer .btn-buy::before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin-left: -3px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='cart' viewBox='0 0 36 34'%3E%3Cpath fill='none' d='M0 0h36v34H0z'%3E%3C/path%3E%3Cpath d='M35.778 6.464a1.154 1.154 0 00-.933-.476H8.855c-.05 0-.1.004-.148.01l-1.07-3.094a1.158 1.158 0 00-.669-.699L1.578.08A1.155 1.155 0 00.08.735a1.161 1.161 0 00.653 1.503l4.896 1.93 5.992 17.333a.958.958 0 00-.59.58l-1.733 4.83a.967.967 0 00.905 1.293h.89A3.475 3.475 0 0013.668 34a3.475 3.475 0 002.576-5.796H23.8A3.475 3.475 0 0026.374 34a3.475 3.475 0 002.576-5.796h1.082a.964.964 0 00.963-.965.964.964 0 00-.963-.966H11.573l1.073-2.991c.139.058.288.093.445.093h16.941c.502 0 .947-.326 1.1-.805l4.813-15.068c.112-.353.05-.739-.167-1.038zm-22.11 25.604c-.849 0-1.54-.693-1.54-1.545 0-.853.691-1.546 1.54-1.546.85 0 1.54.693 1.54 1.546 0 .852-.69 1.545-1.54 1.545zm12.706 0a1.544 1.544 0 010-3.09c.85 0 1.54.692 1.54 1.545 0 .852-.69 1.545-1.54 1.545zm6.055-21.153h-5.894V8.307h6.727l-.833 2.608zm-1.697 5.312h-4.197v-2.994h5.153l-.956 2.994zm-11.834 0v-2.994h5.327v2.994h-5.327zm5.327 2.318v2.512h-5.327v-2.512h5.327zm-13.017-5.312h5.38v2.994h-4.345l-1.035-2.994zm7.69-2.318V8.307h5.327v2.608h-5.327zm-2.31-2.608v2.608h-6.182l-.901-2.608h7.083zm-3.543 10.238h3.543v2.512h-2.675l-.868-2.512zm13.49 2.512v-2.511h3.457l-.802 2.51h-2.655z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  }

  .map__block-w-map--inner .map__block-w-map-info {
    margin-top: 15px;
  }

  .map__block-w-map-row .map__block-w-map-legend {
    width: 100%;
  }

  .map__block-w-map-row .map__block-w-map-info {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .header-top {
    padding-right: 17px;
    justify-content: flex-end;
  }

  .header-top__phone {
    display: none;
  }

  .header-top__search {
    position: static;
    display: none;
  }

  .header-top__search-input {
    position: absolute;
    display: none;
    top: 14px;
    right: 65px;
    left: 68px;
    z-index: 945;
    width: calc(100vw - 68px - 17px - 48px);
    opacity: 1;
    margin: 0;
    border-color: #191919;
    transform: none;
  }

  .header-top__search .svg-wrap {
    margin-right: 6px;
  }

  .header-top__search .svg-wrap.js--open-search {
    transition: 0.3s;
  }

  .header-search--open .header-top__search .svg-wrap.js--open-search {
    transform: translateX(84px);
    pointer-events: none;
  }

  .header-top__search .svg-wrap.js--go-search {
    top: 22px;
    right: 17px;
    transform: translateX(-84px);
    transition: 0.3s;
  }

  .header-search--open .header-top__search .svg-wrap.js--go-search {
    transform: translateX(0px);
  }

  .header-top ._quan {
    display: none;
  }

  .header-top__favorite,
  .header-top__cart {
    width: 42px;
  }

  .header-search--open .header-top__favorite,
  .header-search--open .header-top__cart {
    opacity: 0;
    pointer-events: none;
  }

  .header-top__cart {
    margin-top: -1px;
  }

  .header-menu__search-input {
    position: relative;
    display: block;
    z-index: 1;
    border-radius: 0 !important;
    max-width: calc(100% - 19px);
    margin-bottom: 28px;
    margin-top: 16px;
    border: none;
    border-bottom: 2px solid #191919;
    background: none;
    color: #1c1c1c;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 22px;
    transition: 0.3s;
  }

  .mobile-menu--inner .header-menu__search-input {
    opacity: 0;
    transform: translateX(-100%);
    pointer-events: none;
  }

  .header-menu__search-input::placeholder {
    color: #bdbdbd;
  }

  .header-menu__search-input:focus {
    border-bottom: 2px solid #bdbdbd;
    outline: none;
    box-shadow: none;
  }

  .homepage-menu {
    flex-direction: column;
  }

  .homepage-menu .link {
    height: 200px;
  }

  .homepage-menu .link ._text {
    font-size: 36px;
    margin-left: 5vw;
    line-height: 1.1;
    bottom: 5vw;
    max-width: 220px;
  }

  .homepage-menu__picture {
    position: absolute;
    pointer-events: auto;
    overflow: visible;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
  }

  .homepage-menu__picture:before {
    right: 0;
  }

  .homepage-menu__picture.--city {
    top: 0;
    bottom: 66.666%;
  }

  .homepage-menu__picture.--city .homepage-menu__picture-item-2 {
    height: 130%;
  }

  .homepage-menu__picture.--business {
    top: 33.333%;
    bottom: 33.333%;
  }

  .homepage-menu__picture.--exclusive {
    top: 66.666%;
    bottom: 0;
  }

  .homepage-menu__picture:before {
    z-index: 1;
    opacity: 1;
  }

  .homepage-menu__picture-item-1,
  .homepage-menu__picture-item-3 {
    display: none;
  }

  .homepage-menu__picture-item-2 {
    height: 120%;
    top: 10%;
    right: 0%;
    transform: translateX(0) !important;
  }

  .homepage-slider .owl-item__info {
    padding: 6vw 8vw;
  }

  .homepage-slider .owl-item__info .owl-item__info-title {
    font-size: 8vw;
    line-height: 9vw;
  }

  .catalog-sidebar__banner .promo {
    padding: 6vw 8vw;
  }

  .catalog-sidebar__banner .promo .promo-title {
    font-size: 8vw;
    line-height: 9vw;
  }

  .catalog-banner .promo {
    padding: 6vw 8vw;
  }

  .catalog-banner .promo .promo-title {
    font-size: 8vw;
    line-height: 9vw;
  }

  .favorite-sidebar__banner .promo {
    padding: 6vw 8vw;
  }

  .favorite-sidebar__banner .promo .promo-title {
    font-size: 8vw;
    line-height: 9vw;
  }

  .filter__mobile-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter__mobile-close {
    right: 20px;
  }

  .filter__mobile-sort {
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter__section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter__separator {
    width: calc(100% - 40px);
  }

  .filter-style {
    margin-left: -20px;
    margin-right: -20px;
  }

  .product-slider__other .owl-stage-outer {
    overflow: visible;
  }

  .cart-item__quan ._minus,
  .cart-item__quan ._plus {
    width: 22px;
    height: 22px;
  }

  .cart-item__quan ._quan {
    width: 20px;
  }

  .cart-item__quan ._quan,
  .cart-item__quan ._price {
    font-size: 16px;
  }

  .blackFriday-bag > img {
    width: 280px;
  }

  .blackFriday-lines {
    width: 182px;
  }

  .blackFriday-line-1 {
    transform: rotate(7deg) translateX(-5px);
  }

  .blackFriday-line-1::before {
    transform: rotate(-16deg);
  }

  .blackFriday-line-2 {
    transform: rotate(-7deg) translateX(5px);
  }

  .blackFriday-line-2::before {
    transform: rotate(16deg);
  }

  .blackFriday-form {
    margin: 0 -15px;
  }

  .blackFriday-form__title {
    font-size: 26px;
    line-height: 36px;
  }

  .blackFriday-form__text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 374px) {
  .slider-category .catalog-item,
  .slider-items .catalog-item,
  .big-page-category .catalog-item {
    width: 180px;
  }

  .slider-category .catalog-item__price,
  .slider-items .catalog-item__price,
  .big-page-category .catalog-item__price {
    font-size: 16px;
  }

  .slider-category .catalog-item__old-price ._text,
  .slider-items .catalog-item__old-price ._text,
  .big-page-category .catalog-item__old-price ._text {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .slogan__text {
    font-size: 16px;
    line-height: 22px;
  }

  .slogan__title {
    font-size: 24px;
    line-height: 28px;
  }

  .big-page-category__title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
  .main-slider-top.owl-carousel .owl-nav,
  .slider-category.owl-carousel .owl-nav,
  .slider-items.owl-carousel .owl-nav,
  .main-slider-bottom.owl-carousel .owl-nav {
    max-width: 700px;
    max-width: 100%;
  }

  .main-slider-top.owl-carousel .owl-nav button.owl-next,
  .slider-category.owl-carousel .owl-nav button.owl-next,
  .slider-items.owl-carousel .owl-nav button.owl-next,
  .main-slider-bottom.owl-carousel .owl-nav button.owl-next {
    right: 35px;
  }

  .main-slider-top {
    height: 610px;
  }

  .main-slider-top__item {
    height: 610px;
  }

  .slider-category .owl-dots,
  .slider-items .owl-dots,
  .big-page-category .owl-dots {
    width: 970px;
  }

  .header-menu .js-menu-wrap {
    width: 1000px;
  }

  .header-menu__catalog {
    padding-right: calc(100% - 700px);
  }

  .header-menu__catalog .--season {
    width: calc(100% - 160px);
  }

  .homepage-slider .owl-item__info.--blue .owl-item__info-title {
    font-size: 28px !important;
    line-height: 1 !important;
    height: calc(100% - 94px);
    align-items: flex-start;
  }

  .homepage-slider .owl-item__info.--black .owl-item__info-title {
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .homepage-slider .owl-item__info.--black-big .owl-item__info-title {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 36px;
  }

  .homepage-slider .owl-item__info .owl-item__info-tags {
    margin-bottom: 0;
  }

  .homepage-slider .owl-item__info .owl-item__info-tags ._tag {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .homepage-slider .owl-item__info .owl-item__info-link {
    display: none;
  }

  .js--catalog.--columns-3,
  .js--catalog.--columns-4 {
    margin-left: auto;
    margin-right: auto;
    --catalog-columns: 3;
  }

  .js--catalog.--columns-3 .catalog-banner.--top,
  .js--catalog.--columns-4 .catalog-banner.--top {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 4;
  }

  .js--catalog.--columns-3 .catalog-banner.--bottom,
  .js--catalog.--columns-4 .catalog-banner.--bottom {
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .product-info__buy-block {
    width: 555px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-info__buy-block ._price {
    margin-right: 0;
    width: 240px;
  }

  .product-info__buy-block ._price-old {
    width: 240px;
    margin-bottom: 30px;
  }

  .product .ps-slider-wrap {
    width: calc(50% - 15px);
    height: 450px;
    margin-bottom: -450px;
    margin-left: calc( 50% + 15px);
  }

  .product .owl-product .owl-item img {
    max-width: 340px;
    max-height: 350px;
  }

  .product .owl-product .owl-item.center + .owl-item img {
    transform: scale(0.4, 0.4) rotate(15deg) translate(0px, -60px) !important;
  }

  .blog-pagination {
    margin-left: -45px;
  }

  .blog-pagination ul {
    margin-left: auto;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .main-slider-top {
    height: 410px;
  }

  .main-slider-top__item {
    height: 410px;
  }

  .slider-category__head .btn {
    left: 24px;
    bottom: 47px;
  }

  .slider-category__title {
    left: 24px;
    right: 24px;
    bottom: 144px;
  }

  .slider-category .owl-dots,
  .slider-items .owl-dots,
  .big-page-category .owl-dots {
    width: calc(100% - 48px);
  }

  .main-slider-bottom {
    margin: 0 -24px;
    width: calc(100% + 48px);
  }

  .slogan {
    height: 490px;
  }

  .slogan__img-1 {
    width: 154px;
    height: 181px;
  }

  .slogan__img-2 {
    width: 75px;
    height: 68px;
    bottom: 80%;
    right: 25%;
  }

  .slogan__text {
    top: 180px;
    right: 84px;
    font-size: 16px;
    line-height: 22px;
  }

  .slogan__title {
    font-size: 24px;
    line-height: 28px;
  }

  .product-detail-images {
    margin-left: -100px;
    margin-right: -50px;
  }

  .map-header label br {
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: calc(100% - 45px - 100px);
    margin-left: 100px;
    margin-right: 45px;
  }

  .header-top__phone {
    top: 23px;
    right: 410px;
  }

  .footer .container {
    width: 100%;
    max-width: calc(100% - 9px - 9px);
    margin-left: 9px;
    margin-right: 9px;
  }

  .catalog-wrap {
    margin-left: -70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: calc(100% - 45px - 100px);
    margin-left: 100px;
    margin-right: 45px;
  }

  .footer .container {
    width: 100%;
    max-width: calc(100% - 9px - 9px);
    margin-left: 9px;
    margin-right: 9px;
  }

  .tablet .catalog-item__add {
    top: calc(100% - 60px);
  }
}

@media (min-width: 1360px) and (max-width: 1400px) {
  .header-top__menu a {
    margin: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 1359px) {
  .header-menu__from-top-menu {
    margin-left: -24px;
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .header-menu__from-top-menu {
    position: absolute;
    top: 0;
    right: 30px;
    margin-right: 118px;
  }
}

@media (max-width: 1400px) and (min-width: 1360px) {
  .header-top__menu-static {
    left: 153px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header-left {
    height: 80px;
  }

  .header-left .header-left__logo {
    top: 20px;
  }
}

@media (max-width: 1359.98px) and (min-width: 992px) {
  .header-top__phone {
    right: 480px;
    top: 32px;
  }
}

@media (min-width: 1360px) and (max-width: 1799.98px) {
  .header-top__phone {
    left: 800px;
    top: 28px;
    right: auto;
  }
}

@media (min-width: 330px) and (max-width: 575.98px) {
  .header-top__phone {
    display: block;
    right: 140px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .homepage-menu__picture {
    position: absolute;
    pointer-events: auto;
    overflow: visible;
    top: 0;
    height: 70vw;
    max-height: 65vh;
  }

  .homepage-menu__picture:before {
    right: 0;
  }

  .homepage-menu__picture.--city {
    left: 0;
    width: 33.333%;
    z-index: 5 !important;
  }

  .homepage-menu__picture.--city .homepage-menu__picture-item-2 {
    height: 106%;
    right: calc(-12% + 60px) !important;
  }

  .--mobile-landscape .homepage-menu__picture.--city .homepage-menu__picture-item-2 {
    height: 120%;
    top: 10%;
    bottom: auto !important;
  }

  .homepage-menu__picture.--business {
    left: 33.333%;
    width: 33.333%;
    z-index: 4 !important;
  }

  .--mobile-landscape .homepage-menu__picture.--business .homepage-menu__picture-item-2 {
    height: 100%;
    bottom: auto;
    top: 10%;
  }

  .homepage-menu__picture.--exclusive {
    right: 0;
    width: 33.333%;
    z-index: 3 !important;
  }

  .--mobile-landscape .homepage-menu__picture.--exclusive .homepage-menu__picture-item-2 {
    height: 100%;
    bottom: auto;
    top: 10%;
  }

  .homepage-menu__picture:before {
    z-index: 1;
    opacity: 1;
  }

  .homepage-menu__picture-item-1,
  .homepage-menu__picture-item-3 {
    display: none;
  }

  .homepage-menu__picture-item-2 {
    left: auto !important;
    right: -12% !important;
    bottom: auto !important;
    top: 25%;
    height: 95%;
    opacity: 1;
    transform: translateX(20%) !important;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) and (max-width: 1199.98px) {
  .--mobile-landscape .homepage-menu__picture-item-2 {
    right: 50% !important;
    transform: translateX(70%) !important;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .catalog-item {
    --padding: 15px;
  }

  .catalog-item__footer ._w-btn-buy {
    opacity: 1 !important;
    transform: none !important;
    width: auto !important;
  }

  .catalog-item__footer .btn-buy {
    font-size: 0 !important;
    min-width: auto !important;
    width: auto !important;
  }

  .catalog-item__footer .btn-buy::before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin-left: -3px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='cart' viewBox='0 0 36 34'%3E%3Cpath fill='none' d='M0 0h36v34H0z'%3E%3C/path%3E%3Cpath d='M35.778 6.464a1.154 1.154 0 00-.933-.476H8.855c-.05 0-.1.004-.148.01l-1.07-3.094a1.158 1.158 0 00-.669-.699L1.578.08A1.155 1.155 0 00.08.735a1.161 1.161 0 00.653 1.503l4.896 1.93 5.992 17.333a.958.958 0 00-.59.58l-1.733 4.83a.967.967 0 00.905 1.293h.89A3.475 3.475 0 0013.668 34a3.475 3.475 0 002.576-5.796H23.8A3.475 3.475 0 0026.374 34a3.475 3.475 0 002.576-5.796h1.082a.964.964 0 00.963-.965.964.964 0 00-.963-.966H11.573l1.073-2.991c.139.058.288.093.445.093h16.941c.502 0 .947-.326 1.1-.805l4.813-15.068c.112-.353.05-.739-.167-1.038zm-22.11 25.604c-.849 0-1.54-.693-1.54-1.545 0-.853.691-1.546 1.54-1.546.85 0 1.54.693 1.54 1.546 0 .852-.69 1.545-1.54 1.545zm12.706 0a1.544 1.544 0 010-3.09c.85 0 1.54.692 1.54 1.545 0 .852-.69 1.545-1.54 1.545zm6.055-21.153h-5.894V8.307h6.727l-.833 2.608zm-1.697 5.312h-4.197v-2.994h5.153l-.956 2.994zm-11.834 0v-2.994h5.327v2.994h-5.327zm5.327 2.318v2.512h-5.327v-2.512h5.327zm-13.017-5.312h5.38v2.994h-4.345l-1.035-2.994zm7.69-2.318V8.307h5.327v2.608h-5.327zm-2.31-2.608v2.608h-6.182l-.901-2.608h7.083zm-3.543 10.238h3.543v2.512h-2.675l-.868-2.512zm13.49 2.512v-2.511h3.457l-.802 2.51h-2.655z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  }

  .catalog-item__add {
    left: 15px;
    right: 15px;
    top: calc(100% - 15px);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .product .owl-product .owl-stage-outer {
    margin-top: -60px;
  }

  .product .owl-product .owl-item img {
    max-width: 300px;
    max-height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1799.98px) {
  .lk-order-item {
    position: relative;
  }

  .lk-order-item__quan {
    margin: 0;
    width: 150px;
  }

  .lk-order-item__price {
    position: absolute;
    top: 68px;
    right: 0;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .blog-item__products .catalog .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}

@media (max-width: 1799.98px) and (min-width: 1200px) {
  .map__block-w-map .mapGoogle-wrap,
  .map__block-w-map .mapYandex-wrap {
    width: calc(100vw - 90px);
    margin-left: calc(-50vw + 50% + 30px);
  }
}

@media print {
  .--only-print {
    display: block;
  }

  a {
    text-decoration: none !important;
    border: none !important;
  }

  a .text {
    border: none !important;
  }

  .header {
    display: none !important;
  }

  .footer {
    display: none;
  }

  .zoom-container {
    display: none;
  }

  .product-info__top-back {
    display: none !important;
  }

  .product-info__top .one-breadcrumb {
    display: none !important;
  }

  .product-info__actions {
    display: none !important;
  }

  .product-info__buy-block .btn {
    display: none !important;
  }

  .product-info__buy-block ._gift {
    display: none !important;
  }

  .product-info__select {
    display: none !important;
  }

  .product-info__share {
    display: none !important;
  }

  .product-slider__other {
    display: none !important;
  }

  .product-seen {
    display: none;
  }

  .--only-print ._logo {
    height: 60px;
    width: 235px;
    margin-bottom: 40px;
  }

  .product .product-info__top {
    width: 540px;
  }

  .product .product-info__top h1 {
    margin-top: 0;
  }

  .product .product-info__buy-block ._price-old {
    color: #bdbdbd;
  }

  .product .product-info__buy-block ._price-old ._text {
    text-decoration: line-through;
  }

  .product .product-info__buy-block ._price-old ._text:before {
    display: none;
    background-color: #bdbdbd !important;
  }

  .product .ps-slider-wrap {
    height: auto !important;
    position: fixed;
    transform: none !important;
    top: 0;
    left: 50%;
    right: 0;
    overflow: visible;
    margin: 0;
  }

  .product .ps-slider-wrap:before {
    display: none !important;
  }

  .product .ps-slider-wrap *,
  .product .ps-slider-wrap .owl-stage {
    transform: none !important;
  }

  .product .ps-slider-wrap .owl-product {
    overflow: visible;
    margin: 0;
    margin-left: 60px;
  }

  .product .ps-slider-wrap .owl-product:before {
    display: none !important;
  }

  .product .ps-slider-wrap .owl-stage-outer {
    height: auto !important;
    overflow: visible;
  }

  .product .ps-slider-wrap .owl-nav,
  .product .ps-slider-wrap .owl-dots {
    display: none !important;
  }

  .product .ps-slider-wrap .owl-item {
    display: none !important;
    opacity: 0;
  }

  .product .ps-slider-wrap .owl-item:nth-child(1),
  .product .ps-slider-wrap .owl-item:nth-child(2),
  .product .ps-slider-wrap .owl-item:nth-child(3) {
    opacity: 1;
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 60px;
    float: right;
  }

  .product .ps-slider-wrap .owl-item:nth-child(1) img,
  .product .ps-slider-wrap .owl-item:nth-child(2) img,
  .product .ps-slider-wrap .owl-item:nth-child(3) img {
    opacity: 1;
    position: static !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    max-width: 400px !important;
    max-height: 400px !important;
  }

  .product .product-info__buy-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .itShefDelete-type-toggle {
    display: none !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .owl-prev,
  .owl-next {
    transition: 0.2s;
  }

  .owl-prev:hover:not(.disabled),
  .owl-next:hover:not(.disabled) {
    transform: scale(1.2);
  }

  .btn-map-go2store {
    transition: 0.2s;
  }

  .btn-map-go2store:hover {
    background-color: #4d4d4d;
  }

  .product-gallery__main .owl-prev:hover,
  .product-gallery__main .owl-next:hover {
    transform: translateY(-50%) !important;
  }

  .product-gallery__main .owl-prev:hover svg,
  .product-gallery__main .owl-next:hover svg {
    transform: scale(1.2);
  }

  .product-gallery__thumb .owl-prev:hover,
  .product-gallery__thumb .owl-next:hover {
    transform: translateY(-50%) !important;
  }

  .product-gallery__thumb .owl-prev:hover::before,
  .product-gallery__thumb .owl-next:hover::before {
    background-color: white;
  }

  .product-gallery__thumb .owl-prev:hover svg,
  .product-gallery__thumb .owl-next:hover svg {
    transform: scale(1.2);
  }
}

/* End */


/* Start:/local/templates/koffer/components/is/simple.reg/main/style.css?17338392881234*/
span.pf-req,
.pf-error-text,
.pf-error-text .errortext {
  color: #C00;
}
div.pf-ok-text {
  color: green;
  padding-bottom: 1em;
}
.isregsms .link-std.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.isregsms .with-button .form-control {
  width: calc(100% - 157px);
  display: inline-block;
}
.isregsms .with-button .btn-send {
  height: 38px;
  font-size: 18px;
  line-height: 24px;
  min-width: auto;
  vertical-align: baseline;
}
.isregsms .title-h2 {
  display: inline-block;
}
.isregsms .captcha-group .form-control {
  width: calc(100% - 185px);
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  margin-bottom: 5px;
}
.isregsms-modal .modal-dialog .modal-content .modal-title {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
}
.isregsms-modal .modal-dialog .modal-content .modal-title.link-to {
  margin-left: 75px;
  padding: 0;
  font-weight: normal;
  background: transparent;
  border: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}
@media (max-width: 767px) {
  .isregsms-modal .modal-dialog .modal-content .modal-title {
    font-size: 25px;
    line-height: 25px;
  }
  .isregsms-modal .modal-dialog .modal-content .modal-title.link-to {
    margin-left: 20px;
  }
}

/* End */


/* Start:/local/templates/koffer/template_styles.css?175153656375040*/
.overflow-visible {
  overflow: visible !important;
}
.fixedBitrixPanel {
  position: fixed;
  z-index: 1000000000;
  width: 100%;
}
.fixedBitrixPanel .showPanel {
  background: scroll #4A525B url(/bitrix/js/main/core/images/panel/top-panel-sprite-2.png) repeat-x 0 0 !important;
  height: 25px;
  padding: 0 10px;
  font: normal normal bold 12px/25px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #DDE7E9 !important;
  cursor: pointer;
  display: inline-block;
  border-radius: 0 0 10px 10px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  top: 100%;
}
#bx-panel {
  display: none !important;
}
#bx-panel.vis {
  display: block !important;
}
#SDEK_pvz {
  z-index: 100200;
}
#SDEK_mask {
  z-index: 100100;
}
.up-btn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 767px) {
  .up-btn {
    display: none !important;
  }
}
div.bx-component-opener {
  z-index: 1000 !important;
}
@media (min-width: 768px) {
  h1,
  .title-h1 {
    line-height: 60px;
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-title {
    line-height: 33px;
    font-size: 30px;
  }
  .modal .modal-dialog .modal-content .close {
    top: 15px;
    right: 15px;
  }
  .lk-breadcrumbs .catalog-breadcrumbs {
    margin-top: 0;
  }
  .header-menu__catalog li._parent:before {
    position: absolute;
    top: 22px;
    right: 19px;
    height: 18px;
    width: 10px;
    background-image: url(/local/templates/koffer/images/menu-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
  }
  .header-menu__catalog li._root:before {
    display: none;
  }
  .catalog-banner .banner-good__img {
    max-height: 100%;
  }
  .catalog-banner .banner-good__price {
    bottom: 0;
    background: white;
  }
}
@media (max-width: 767.98px) {
  main {
    padding-top: 75px;
  }
}
.chosen-container {
  text-align: left;
}
.chosen-container .chosen-results .active-result {
  padding-left: 16px;
}
.catalog-pagination.--top .prev,
.catalog-pagination.--top .next {
  display: none;
}
.header-menu__from-top-menu .d-none-tablet {
  display: none;
}
.header-top {
  height: 80px;
}
.header-top__menu-static {
  position: fixed;
  top: 2px;
  left: 288px;
  z-index: 1000;
}
@media (max-width: 1799.98px) {
  .header-top__menu-static {
    left: 162px;
  }
  .header-top__menu-static .header-menu__main li {
    margin-right: 0;
  }
}
@media (max-width: 1400px) and (min-width: 1360px) {
  .header-top__menu-static {
    left: 153px;
  }
}
@media (max-width: 1359px) {
  .header-top__menu-static {
    display: none;
  }
}
.header-top__menu-static .header-menu__main {
  margin: 0;
}
.header-top__menu-static .header-menu__main li {
  margin-bottom: 0;
}
.header-top__menu-static a {
  line-height: 20px;
  font-size: 14px;
  padding-right: 15px;
  color: #BDBDBD;
}
.header-top__menu-static a:hover {
  color: #000;
}
.header-top__user {
  width: 65px;
}
@media (max-width: 991px) {
  .header-top__user {
    width: 75px;
  }
}
@media (max-width: 767.98px) {
  .header-top__user {
    width: 45px;
  }
}
@media (max-width: 575.98px) {
  .header-top__user {
    width: 33px;
  }
}
.header-top__menu {
  margin-left: 10px;
  min-width: 625px;
  position: relative;
}
@media (min-width: 1800px) {
  .header-top__menu {
    margin-left: 136px;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .header-top__menu {
    display: block;
    min-width: 150px;
  }
  .header-top__menu .d-none-tablet-lg {
    display: none;
  }
}
.header-top__menu .header-left__burger,
.header-menu__from-top-menu .header-left__burger {
  left: -10px;
  z-index: 1;
  display: none;
}
@media (min-width: 1360px) {
  .header-menu--open .header-top__menu .header-left__burger,
  .header-menu--open .header-menu__from-top-menu .header-left__burger {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header-menu--open .header-top__menu .header-left__burger,
  .header-menu--open .header-menu__from-top-menu .header-left__burger {
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .header-menu--open .header-top__menu .header-left__burger {
    display: block;
  }
}
.header-menu--open .header-top__menu-static .header-menu__main {
  display: none;
}
.header-left__logo {
  top: 32px;
}
.header-left__logo .--v {
  height: 175px;
}
@media (max-width: 767px) {
  .header-top {
    height: 60px;
  }
  .header-left__logo {
    top: 20px;
    left: 54px;
  }
  .header-left {
    width: 154px;
  }
  .header-left .header-left__burger {
    top: 31px;
  }
  .header-top__cart ._quan {
    display: block;
    margin-left: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-left {
    height: 80px;
  }
  .header-left .header-left__logo {
    top: 20px;
  }
}
.header-auth {
  right: 400px;
}
.header-top__phone {
  padding-left: 0;
  margin-left: 10px;
}
@media (min-width: 1360px) and (max-width: 1799.98px) {
  .header-top__phone {
    left: 800px;
    top: 25px;
    right: auto;
  }
}
@media (max-width: 1359.98px) and (min-width: 1200px) {
  .header-top__phone {
    left: 340px;
    top: 24px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .header-top__phone {
    left: 300px;
    top: 31px;
  }
  .header-top {
    padding-left: 300px;
  }
}
@media (min-width: 992px) {
  .header-top__phone {
    min-width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top__phone {
    top: 27px;
    left: 340px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-top__phone {
    top: 18px;
    left: 270px;
  }
}
@media (max-width: 575.98px) {
  .header-top__phone {
    display: block;
    top: 16px;
    right: 10px;
  }
}
.o-none {
  opacity: 0 !important;
}
@media (max-width: 1799.98px) {
  .header-menu__main {
    order: 0;
    -webkit-order: 0;
    margin-bottom: 0;
  }
}
.catalog-item__name {
  font-size: 22px;
}
.hidden {
  display: none;
}
.sticker {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  font-weight: bold;
  font-size: 12px;
  line-height: 31px;
  padding: 0 2px;
  z-index: 3;
  color: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticker.sticker-triangle-gold {
  border: 15px solid transparent;
  border-left: 15px solid #f5d690;
  border-top: 15px solid #f5d690;
}
.sticker.sticker-square-gold {
  width: 30px;
  height: 30px;
  background-color: #f5d690;
  padding: 0;
}
.sticker .sticker_new_text {
  position: relative;
  width: 100%;
  height: 100%;
}
.sticker .sticker_new_text:after {
  position: absolute;
  font-size: 0.7rem;
  content: 'NEW';
  letter-spacing: 0.5px;
  font-weight: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .sticker {
    left: 0;
    top: 0;
  }
}
.product-info .ps-slider-wrap .sticker,
.fastBuy .sticker {
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 61px;
  top: 0;
  padding: 0 5px;
}
.product-info .ps-slider-wrap .sticker.sticker-triangle-gold,
.fastBuy .sticker.sticker-triangle-gold {
  border: 30px solid transparent;
  border-left: 30px solid #f5d690;
  border-top: 30px solid #f5d690;
  padding: 0;
}
.product .js-gift-container {
  opacity: 0;
  pointer-events: none;
}
.product .js-gift-container:not(.btn-show) {
  height: 0;
  width: 0;
}
.product .js-gift-container.btn-show {
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
}
.product .item-not-avl {
  color: red;
}
.product .product-info .--to-favorite {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: left;
  font-size: 0;
  padding: 0;
}
.product .product-info .--to-favorite:after {
  content: none;
}
.product .product-info .--to-favorite.toggled svg {
  fill: #191919;
}
.product .product-info .--to-favorite svg {
  width: 19px;
  stroke: #191919;
  fill: none;
  margin-top: -3px;
  height: 16px;
}
@media (max-width: 767px) {
  .product .product-info .--to-favorite svg {
    width: 30px;
    height: 30px;
  }
}
.product .product-info .catalog-breadcrumbs {
  margin: 0;
}
.product .product-info .catalog-breadcrumbs .col-auto {
  padding-left: 0;
}
.product .product-slider__other {
  padding-left: 0;
  padding-top: 20px;
}
.product .product-slider__other .owl-carousel {
  width: auto;
}
.product .product-slider__other .owl-carousel .owl-item {
  width: 211.75px !important;
  height: auto;
}
.product .product-slider__other .owl-carousel .owl-item .catalog-item {
  height: 300px;
}
.product .product-slider__other .owl-carousel .owl-item .catalog-item .catalog-item__img {
  height: auto;
}
.product .product-slider__other .owl-carousel .owl-item .catalog-item .catalog-item__price {
  bottom: 0;
}
.product .product-slider__other .owl-carousel .owl-item .catalog-item .catalog-item__old-price {
  bottom: 30px;
}
.product .product-media .tab-content {
  position: relative;
}
.product .product-media .tab-content > .tab-pane {
  max-width: 210%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.product .product-media .tab-content > .tab-pane.active {
  position: relative;
  z-index: 1;
}
.product .product-media .tab-content > .tab-pane:not(.active) .ps-slider-wrap {
  margin-left: calc(50% + 9px);
}
@media (min-width: 1800px) {
  .product .product-media {
    height: 680px;
    margin-bottom: -680px;
  }
  .product .product-media + .product-info__top {
    margin-top: -54px;
  }
}
@media (min-width: 1200px) and (max-width: 1799.98px) {
  .product .product-media {
    height: 550px;
    margin-bottom: -550px;
  }
}
.product .product-media .ps-slider-wrap {
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  .product .product-media .owl-carousel {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .product .product-media {
    display: flex;
    flex-direction: column-reverse;
  }
  .product .product-media .ps-slider-wrap {
    margin-bottom: 15px;
  }
}
.product .product-media .product-video {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 1800px) {
  .product .product-media .product-video {
    height: 580px;
    margin-right: calc(-50vw + 795px);
    width: calc(100% - 600px + 50vw - 795px - 60px);
    float: right;
  }
}
@media (max-width: 1799.98px) {
  .product .product-media .product-video .product .ps-slider-wrap {
    order: 1;
  }
}
@media (min-width: 1200px) and (max-width: 1799.98px) {
  .product .product-media .product-video {
    width: calc(50% - 15px);
    height: 450px;
    margin-bottom: -450px;
    margin-left: calc(50% + 15px);
  }
}
@media (max-width: 767.98px) {
  .product .product-media .product-video {
    margin-bottom: 15px;
  }
}
.product .product-media .nav {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product .product-media .nav .active {
  display: none !important;
}
.product .product-media .nav li:not(:last-child) a {
  margin-right: 15px;
}
.product .product-media .nav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  color: #191919;
}
@media (min-width: 1800px) {
  .product .product-media .nav {
    margin-right: calc(-50vw + 795px);
    width: calc(100% - 600px + 50vw - 795px - 60px);
    float: right;
  }
}
@media (max-width: 1799.98px) {
  .product .product-media .nav .product .ps-slider-wrap {
    order: 1;
  }
}
@media (min-width: 1200px) and (max-width: 1799.98px) {
  .product .product-media .nav {
    width: calc(50% - 15px);
    margin-left: calc(50% + 15px);
  }
}
@media (max-width: 1199.98px) {
  .product .product-media .nav {
    margin-top: 0;
  }
}
.product .product-media .video-wrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120px' height='120px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='30' stroke='%23cccccc' stroke-width='10' fill='none'%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='30' stroke='%23333333' stroke-width='10' stroke-linecap='round' fill='none'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1.3333333333333333s' values='0 50 50;180 50 50;720 50 50' keyTimes='0;0.5;1'%3E%3C/animateTransform%3E%3Canimate attributeName='stroke-dasharray' repeatCount='indefinite' dur='1.3333333333333333s' values='18.84955592153876 169.64600329384882;94.2477796076938 94.24777960769377;18.84955592153876 169.64600329384882' keyTimes='0;0.5;1'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
}
@media (min-width: 1800px) {
  .product .product-media .video-wrap,
  .product .product-media .video-wrap .video-frame,
  .product .product-media .video-wrap .youtube-frame {
    height: 100%;
    width: 1031px;
    max-width: 100%;
  }
}
@media (max-width: 1799.98px) {
  .product .product-media .video-wrap {
    padding-bottom: 450px;
  }
  .product .product-media .video-wrap .video-frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .product .product-media .video-wrap .video-frame .youtube-frame {
    width: 100%;
    height: 100%;
    border: none;
  }
}
@media (max-width: 1199.98px) {
  .product .product-media .video-wrap {
    padding-bottom: 56.25%;
  }
}
.product .product-sizes-scheme {
  position: relative;
}
.product .product-sizes-scheme-link {
  background: none;
  border: none;
  padding: 0;
  color: #999;
  border-bottom: 1px dashed #999;
  cursor: pointer;
  outline: none;
}
.product .product-sizes-scheme .product-sizes-wrap {
  opacity: 0;
  width: 300px;
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  right: 0;
  margin-bottom: 0;
}
.product .product-sizes-scheme .product-sizes-wrap .product-sizes {
  border: 3px solid #333;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .product .product-sizes-scheme .product-sizes-wrap {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    width: auto;
  }
  .product .product-sizes-scheme .product-sizes-wrap:before {
    background-color: #fff;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -100vh;
    bottom: -100vh;
    z-index: -1;
  }
}
@keyframes delayPointer {
  0% {
    pointer-events: none;
  }
  90% {
    pointer-events: none;
  }
  100% {
    pointer-events: auto;
  }
}
.product .product-sizes-scheme-link:hover ~ .product-sizes-wrap {
  opacity: 1;
  animation: delayPointer 1s 0s;
  animation-fill-mode: forwards;
}
@media (hover: hover) and (pointer: fine) {
  .product .product-sizes-scheme-link:hover ~ .product-sizes-wrap {
    animation: none;
  }
}
.product .product-sizes-wrap {
  z-index: 3;
}
.product .product-sizes-wrap .product-sizes {
  display: inline-block;
  position: relative;
  max-width: 100%;
  background-color: #ffffff;
}
.product .product-sizes-wrap .product-sizes img {
  max-width: 100%;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .product .product-sizes-wrap .product-sizes {
    height: 300px;
  }
  .product .product-sizes-wrap .product-sizes img {
    height: 100%;
  }
}
.product .product-sizes-wrap .product-sizes-size {
  font-size: 12px;
  position: absolute;
  color: #191919;
}
.product .product-sizes-wrap.glasses .one {
  top: 48%;
  left: 15%;
}
.product .product-sizes-wrap.glasses .two {
  top: 54%;
  left: 33%;
}
.product .product-sizes-wrap.glasses .three {
  top: -1%;
  left: 64%;
}
.product .product-sizes-wrap.glasses .four {
  top: -1%;
  left: 22%;
}
@media (max-width: 767px) {
  .product .product-sizes-wrap.glasses .one {
    top: 48%;
    left: 10%;
  }
  .product .product-sizes-wrap.glasses .two {
    top: 45%;
    left: 30%;
  }
  .product .product-sizes-wrap.glasses .three {
    top: -6%;
    left: 64%;
  }
  .product .product-sizes-wrap.glasses .four {
    top: -6%;
    left: 21%;
  }
}
.product .product-sizes-wrap.bags_women .one {
  top: 45%;
  right: 5%;
}
.product .product-sizes-wrap.bags_women .two {
  top: 68%;
  left: 7%;
}
.product .product-sizes-wrap.bags_women .three {
  top: 78%;
  left: 54%;
}
.product .product-sizes-wrap.portfeli .one {
  top: 43%;
  right: 1%;
}
.product .product-sizes-wrap.portfeli .two {
  top: 83%;
  left: 85%;
}
.product .product-sizes-wrap.portfeli .three {
  top: 87%;
  left: 30%;
}
.product .product-sizes-wrap.bags_waist .one {
  top: 47%;
  left: 5%;
}
.product .product-sizes-wrap.bags_waist .two {
  top: 87%;
  left: 71%;
}
.product .product-sizes-wrap.bags_waist .three {
  top: 82%;
  left: 26%;
}
.product .product-sizes-wrap.bags_waist .four {
  top: 9%;
  left: 60%;
}
.product .product-sizes-wrap.backpacks .one {
  top: 46%;
  right: 14%;
}
.product .product-sizes-wrap.backpacks .two {
  top: 92%;
  left: 69%;
}
.product .product-sizes-wrap.backpacks .three {
  top: 86%;
  left: 20%;
}
.product .product-sizes-wrap.bags_docs .one {
  top: 54%;
  right: 1%;
}
.product .product-sizes-wrap.bags_docs .two {
  bottom: 2%;
  right: 6%;
}
.product .product-sizes-wrap.bags_docs .three {
  top: 90%;
  left: 34%;
}
.product .product-sizes-wrap.barsetki .one {
  top: 43%;
  right: 7%;
}
.product .product-sizes-wrap.barsetki .two {
  top: 71%;
  left: 16%;
}
.product .product-sizes-wrap.barsetki .three {
  top: 76%;
  left: 51%;
}
.product .product-sizes-wrap.bags_beauty .one {
  top: 43%;
  right: 4%;
}
.product .product-sizes-wrap.bags_beauty .two {
  top: 76%;
  left: 52%;
}
.product .product-sizes-wrap.bags_beauty .three {
  top: 70%;
  left: 14%;
}
.product .product-sizes-wrap.oblozhki .one {
  top: 43%;
  right: 6%;
}
.product .product-sizes-wrap.oblozhki .two {
  top: 70%;
  left: 10%;
}
.product .product-sizes-wrap.oblozhki .three {
  top: 75%;
  left: 55%;
}
.product .product-sizes-wrap.klyuchnicy .one {
  top: 43%;
  right: 6%;
}
.product .product-sizes-wrap.klyuchnicy .two {
  top: 70%;
  left: 10%;
}
.product .product-sizes-wrap.klyuchnicy .three {
  top: 75%;
  left: 55%;
}
.product .product-sizes-wrap.bags_rolls .one {
  top: 43%;
  right: 4%;
}
.product .product-sizes-wrap.bags_rolls .two {
  top: 76%;
  left: 52%;
}
.product .product-sizes-wrap.bags_rolls .three {
  top: 70%;
  left: 14%;
}
.product .product-sizes-wrap.nagrudnye_koshelki .one {
  top: 43%;
  right: 6%;
}
.product .product-sizes-wrap.nagrudnye_koshelki .two {
  top: 70%;
  left: 14%;
}
.product .product-sizes-wrap.nagrudnye_koshelki .three {
  top: 76%;
  left: 52%;
}
.product .product-sizes-wrap.kreditnitsy .one {
  top: 43%;
  right: 6%;
}
.product .product-sizes-wrap.kreditnitsy .two {
  top: 70%;
  left: 14%;
}
.product .product-sizes-wrap.kreditnitsy .three {
  top: 76%;
  left: 52%;
}
.product .product-sizes-wrap.vizitnicy .one {
  top: 43%;
  right: 8%;
}
.product .product-sizes-wrap.vizitnicy .two {
  top: 70%;
  left: 12%;
}
.product .product-sizes-wrap.vizitnicy .three {
  top: 76%;
  left: 52%;
}
.product .product-sizes-wrap.ochechniki .one {
  top: 43%;
  right: 8%;
}
.product .product-sizes-wrap.ochechniki .two {
  top: 70%;
  left: 12%;
}
.product .product-sizes-wrap.ochechniki .three {
  top: 76%;
  left: 52%;
}
.product .product-sizes-wrap.papki .one {
  top: 43%;
  right: 6%;
}
.product .product-sizes-wrap.papki .two {
  top: 70%;
  left: 14%;
}
.product .product-sizes-wrap.papki .three {
  top: 76%;
  left: 52%;
}
.product .product-sizes-wrap.zazhimy_dlja_deneg .one {
  top: 43%;
  right: 6%;
}
.product .product-sizes-wrap.zazhimy_dlja_deneg .two {
  top: 70%;
  left: 12%;
}
.product .product-sizes-wrap.zazhimy_dlja_deneg .three {
  top: 76%;
  left: 52%;
}
.product .product-sizes-wrap.koshelki_portmone .one {
  top: 43%;
  right: 6%;
}
.product .product-sizes-wrap.koshelki_portmone .two {
  top: 70%;
  left: 12%;
}
.product .product-sizes-wrap.koshelki_portmone .three {
  top: 76%;
  left: 52%;
}
.product .product-sizes-wrap.chemodany_telezhki .one {
  top: 43%;
  right: 6%;
}
.product .product-sizes-wrap.chemodany_telezhki .two {
  top: 70%;
  left: 12%;
}
.product .product-sizes-wrap.chemodany_telezhki .three {
  top: 76%;
  left: 52%;
}
.product .product-sizes-wrap.bags_shoulder .one {
  top: 43%;
  left: 1%;
}
.product .product-sizes-wrap.bags_shoulder .two {
  top: 87%;
  left: 82%;
}
.product .product-sizes-wrap.bags_shoulder .three {
  top: 89%;
  left: 36%;
}
.product .product-sizes-wrap.bags_shoulder .four {
  top: 43%;
  left: 87%;
}
@media (max-width: 767px) {
  .product .product-sizes-wrap.bags_shoulder .two {
    top: 88%;
    left: 84%;
  }
}
@media (max-width: 1200px) {
  .product .catalog-breadcrumbs .catalog-page__menu-categories {
    margin-top: 10px;
  }
  .product .product-sizes-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 6;
    order: 6;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .product .catalog-breadcrumbs .one-breadcrumb {
    display: none;
  }
  .product .product-info h1 {
    margin-bottom: 15px;
  }
  .product .product-seen .owl-item {
    max-width: calc(100vw - 50px);
  }
}
.btn-primary.disabled {
  background-color: gray;
  border-color: gray;
}
#fastBuy .fastBuy-info__title {
  font-size: 25px;
}
.disabled {
  pointer-events: none;
}
.modal.common-modal .modal-dialog {
  max-width: 100%;
  width: 720px;
}
.modal.common-modal .modal-content {
  width: 720px;
  background-color: #F8F8F8;
  padding: 66px 105px 44px 105px;
}
@media (max-width: 767px) {
  .modal.common-modal .modal-dialog {
    width: auto;
  }
  .modal.common-modal .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.modal.feedback .modal-content {
  width: 720px;
  background-color: #F8F8F8;
  padding: 66px 105px 44px 105px;
}
.modal.feedback .modal-content .alert-text {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .modal.signIn .modal-left-img {
    display: none;
  }
  .modal.signIn .modal-content {
    padding: 30px 20px;
  }
  .modal.signIn .modal-dialog {
    max-width: calc(100% - 8px * 2);
  }
}
.modal.certificate .modal-dialog {
  max-width: 740px;
}
.modal.certificate .modal-content {
  padding: 66px;
}
@media (max-width: 767px) {
  .modal.certificate .modal-content {
    padding: 30px 40px;
  }
}
.not-found-blog {
  margin-left: 12%;
}
.blog {
  padding-left: 0;
}
.blog-item .blog-pagination {
  display: none;
}
.cart-big-block {
  padding: 15px;
}
.cart-big-block ._text .price {
  white-space: nowrap;
}
.cart-big-label {
  height: auto;
}
.cart-big-label ._img {
  line-height: 60px;
}
.cart-promocode-remove {
  width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer;
  fill: #bdbdbd;
  display: inline-block;
  vertical-align: super;
  margin-left: 5px;
}
.cart-benefits-wrap {
  z-index: 1;
}
.cart-main .form-city-chosen .svg-wrap {
  top: 9px;
  right: 34px;
}
.cart-main .for_user_text {
  padding-bottom: 10px;
}
.cart-main .for_user_bonuspay {
  padding-bottom: 36px;
}
.cart-main .for_user_bonuspay .title-h2 {
  line-height: 32px;
  font-size: 30px;
  margin: 20px 0 10px 0;
}
.cart-main .success {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cart .lk-sidebar__sec {
    display: none;
  }
}
.header-menu .mCSB_container {
  padding-right: 5%;
}
@media (min-width: 768px) {
  .footer-contacts {
    top: 320px;
  }
  .header-menu__catalog {
    min-height: 620px;
    height: auto;
    max-height: 900px;
  }
}
@media (min-width: 1800px) {
  .footer-catalog-row {
    min-height: 640px;
    height: auto;
    max-height: 900px;
  }
}
@media (max-width: 767px) {
  .footer-catalog-row {
    text-align: center;
  }
  .footer-catalog-row .footer-title-0 {
    white-space: normal;
  }
}
@media (min-width: 1200px) and (max-width: 1799.98px) {
  .header-menu__catalog {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  .header-menu__catalog {
    max-width: none;
    max-height: none;
  }
  .header-menu__catalog > li {
    width: -webkit-calc(33% - 60px);
    width: calc(33% - 60px);
  }
}
.clear-search {
  display: none;
}
@media (max-width: 767px) {
  .footer-title-0 {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .header-top {
    padding-right: 40px;
  }
  .header-top .header-top__favorite:not(.header-top__user),
  .header-top .header-top__compare:not(.header-top__user) {
    display: none;
  }
  .header-top .header-top__search {
    display: flex;
    position: relative;
  }
  .header-top .header-top__search .header-top__search-input {
    display: block;
    width: auto;
    max-width: 125%;
    top: auto;
    left: auto;
    right: auto;
    opacity: 0;
    border-color: #f2f2f2;
  }
  .header-top .header-top__search .svg-wrap.js--go-search {
    top: auto;
    right: 0;
    -webkit-transform: translateX(84px);
    -ms-transform: translateX(84px);
    transform: translateX(84px);
  }
  .header-search--open .header-left {
    display: none;
  }
  .header-search--open .header-top__search {
    justify-content: flex-start;
  }
  .header-search--open .header-top__search .header-top__search-input {
    opacity: 1;
  }
  .header-search--open .header-top__search .svg-wrap.js--open-search {
    display: none;
  }
  .header-search--open .header-top__search .clear-search {
    display: block;
    left: -50px;
  }
  .header-menu {
    padding-top: 0;
  }
  .header-menu.--mobile-menu .header-top__favorite,
  .header-menu.--mobile-menu .header-top__compare {
    width: 100%;
    position: absolute;
    right: 19px;
  }
  .header-menu.--mobile-menu .header-top__favorite a,
  .header-menu.--mobile-menu .header-top__compare a {
    margin-top: 16px;
    justify-content: unset;
    color: #191919;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 22px;
  }
  .header-menu.--mobile-menu .header-auth,
  .header-menu.--mobile-menu .header-top__favorite,
  .header-menu.--mobile-menu .header-top__compare {
    width: auto;
    display: inline-block;
  }
}
a.footer-title-0 {
  display: block;
  font-weight: bold;
  line-height: 30px;
  font-size: 26px;
  margin-bottom: 20px;
}
.lk-personal .personal-address ._edit,
.lk-personal .personal-address ._remove {
  cursor: pointer;
}
.catalog-page__categories.--short + .catalog-page__categories-toggle:before,
.catalog-page__landings-wrap .catalog-page__categories-toggle:not(.opened):before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog-page__landings.seo-wrap.--short {
  height: auto;
}
.catalog-page__landings.seo-wrap.--short.opened {
  height: auto;
}
.catalog-page__landings-wrap.opened {
  max-height: max-content;
}
.catalog-page__landings-wrap {
  max-height: 70px;
}
.catalog-page__categories-toggle {
  width: 130px;
}
.catalog-page__categories {
  padding-right: 130px;
}
.catalog-page__categories.--short li a:not(.show-full),
.catalog-page__categories.--short ._title-0:not(.show-full) {
  display: none;
}
.catalog-page__categories.--short .show-full-wrap {
  display: block;
  padding-bottom: 0;
}
.catalog-page__categories.--short .show-full-li {
  display: inline-block;
}
.catalog-page__categories.--short .show-full {
  display: inline-block;
  vertical-align: top;
  min-height: 28px;
  line-height: 26px;
  padding: 0 9px;
  background-color: #fff;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin-bottom: 16px;
  text-decoration: none;
  margin-left: -8px;
  margin-right: 30px;
}
.catalog-page__categories.--short .show-full:hover {
  background-color: #191919;
  color: #fff;
}
.catalog-page__count {
  text-align: right;
  margin: 0 0 -22px;
}
@media (min-width: 1200px) {
  .homepage-slider .owl-item__elem.--full .owl-item__info {
    padding-bottom: 100px;
  }
}
.homepage-slider .owl-item__elem .owl-item__info.--not-shadow {
  background-color: transparent;
}
.homepage-slider .owl-item__elem img.loading {
  object-fit: fill;
}
.main-page,
.slider-container {
  box-sizing: border-box !important;
}
.main-page .container,
.slider-container .container {
  max-width: 1054px;
}
.main-page .owl-stage-outer .owl-item:first-of-type .catalog-item,
.slider-container .owl-stage-outer .owl-item:first-of-type .catalog-item {
  margin-left: 0;
}
.main-page .owl-dots,
.slider-container .owl-dots {
  width: 100%;
}
.main-page .main-slider-top,
.slider-container .main-slider-top {
  display: block;
}
.main-page .main-slider-top img.loading,
.slider-container .main-slider-top img.loading {
  object-fit: none;
}
.main-page .slider-category,
.slider-container .slider-category {
  margin-top: 107px;
}
.main-page .main-page-benefits .benefits__item .benefits__ellipse,
.slider-container .main-page-benefits .benefits__item .benefits__ellipse {
  width: 75px;
  height: 75px;
  background-color: #e7e7e7;
  border-radius: 100%;
  display: block;
}
.main-page .main-page-benefits .benefits__item svg,
.slider-container .main-page-benefits .benefits__item svg {
  fill: none;
  max-height: 75px;
}
.main-page .main-page-benefits .benefits__item:nth-child(1) svg,
.slider-container .main-page-benefits .benefits__item:nth-child(1) svg {
  width: 44px;
}
.main-page .main-page-benefits .benefits__item:nth-child(2) svg,
.slider-container .main-page-benefits .benefits__item:nth-child(2) svg {
  width: 83px;
}
.main-page .main-page-benefits .benefits__item:nth-child(3) svg,
.slider-container .main-page-benefits .benefits__item:nth-child(3) svg {
  width: 77px;
}
.main-page .main-slider-bottom .main-slider-bottom__item img,
.slider-container .main-slider-bottom .main-slider-bottom__item img {
  min-height: 286px;
  min-width: 286px;
}
@media (max-width: 767.98px) {
  .main-page .main-slider-top__item,
  .slider-container .main-slider-top__item,
  .main-page .main-slider-top,
  .slider-container .main-slider-top {
    height: 100vw;
  }
  .main-page .slider-category,
  .slider-container .slider-category {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .main-page .big-page-category__card,
  .slider-container .big-page-category__card {
    right: 0;
  }
}
@media (max-width: 767px) {
  .order-page .header-left__logo {
    left: 10px;
  }
  .order-page .header-left__burger,
  .order-page .header-top__user,
  .order-page .header-top__favorite,
  .order-page .header-top__compare,
  .order-page .header-top__cart,
  .order-page .header-top__search {
    display: none;
  }
}
.product .owl-product .owl-item img {
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1799.98px) and (min-width: 1200px) {
  .product .owl-product .owl-item {
    height: 480px;
  }
  .product .owl-product .owl-stage-outer .owl-stage {
    padding: 0;
  }
}
.header-search--open .go-search {
  opacity: 1;
  pointer-events: auto;
  z-index: 99999;
}
.catalog__search {
  margin: 25px 0;
  display: flex;
  cursor: pointer;
}
.catalog__search .svg-wrap {
  position: relative;
  height: 32px;
  width: 33px;
  margin-right: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
}
.catalog__search .svg-wrap:hover {
  opacity: 0.4;
}
.catalog__search .catalog__search-input {
  opacity: 1;
  pointer-events: auto;
  margin-left: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-right: 25px;
  border: none;
  border-bottom: 2px solid #f2f2f2;
  background: none;
  color: #1c1c1c;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 22px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.catalog__search .catalog__search-input:focus {
  border-bottom: 2px solid #bdbdbd;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fastBuy-info__description {
  max-height: 205px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199.98px) {
  .fastBuy-info__description {
    max-height: 96px;
  }
}
.fastBuy-info__description:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background-image: linear-gradient(to top, #F8F8F8, rgba(255, 255, 255, 0));
}
input:checked + .chooseGift__img {
  border: solid 1px #000;
}
.contacts .contacts-address {
  margin-top: 0;
}
.contacts .title-h1 {
  font-size: 68px;
}
.contacts.not-breadcrumb-margin .breadcrumb {
  margin-bottom: 0;
}
.delivery-content__text p {
  margin: 10px 0;
}
.help-content .help-content__item {
  margin-top: 25px;
  margin-bottom: 10px;
}
.help-content .help-content__item .title-h3 {
  pointer-events: auto;
  cursor: pointer;
}
.help-content .help-content__item .collapse-btn {
  display: block;
}
.help-content .help-content__text .offerta-dog ol {
  margin-left: 0;
}
.help-content .help-content__text .offerta-dog ol li:before {
  content: none;
}
.help-content .help-content__text .offerta-dog ol li ol {
  margin-left: 25px;
}
.contacts-content > .row p {
  margin: 10px 0;
}
.contacts-content > .row p:first-child {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .map-list {
    padding-right: 0;
  }
  .map-list .map-item__link {
    min-width: 170px;
  }
  .map-list .map-item__time,
  .map-list .map-item__phone {
    padding-left: 15px;
  }
  .map-list .map-item__phone {
    flex-basis: 190px;
  }
  .map-item__phone .link-std,
  .contacts-address__phone .link-std {
    white-space: nowrap;
  }
  .contacts-address__phone {
    white-space: normal;
  }
  .contacts-address__time {
    flex: 0 0 200px;
  }
}
.header-top__old-site {
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  left: 0;
  z-index: 443;
  height: 100px;
  padding: 20px 70px 20px 128px;
  background-color: #444;
  display: none;
  text-align: center;
  border-bottom: 2px solid;
  border-bottom-color: #F2F2F2;
  color: #e7e7e7;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 28px;
}
.header-top__old-site .link {
  color: #e7e7e7;
}
.header-top__old-site .close {
  float: none;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 26px;
  height: 26px;
  opacity: 1;
  fill: #e7e7e7;
  margin-top: -13px;
}
.show-old-site .header-top__old-site {
  display: flex;
}
.show-old-site .header-top {
  top: 100px;
}
.show-old-site main {
  padding-top: 210px;
}
.show-old-site main.main-page {
  padding-top: 100px;
}
.show-old-site .header-menu {
  top: 210px;
}
.show-old-site .header-menu.--mobile-menu {
  top: 140px;
}
.show-old-site .header-top__menu-static {
  top: 102px;
}
@media (max-width: 1199.98px) {
  .show-old-site .header-left,
  .show-old-site .header-top {
    top: 80px;
  }
  .show-old-site .header-top__old-site {
    font-size: 15px;
    line-height: 18px;
    height: 80px;
    padding: 20px 70px 20px 0;
  }
  .show-old-site .header-top__old-site .close {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .show-old-site .header-top__old-site {
    font-size: 11px;
    line-height: 11px;
    padding: 5px 30px 0 0;
  }
  .show-old-site .header-top__old-site .close {
    right: 5px;
  }
  .show-old-site .header-menu .header-menu__catalog-wrap {
    top: 144px;
  }
  .show-old-site main.main-page {
    padding-top: 140px;
  }
}
@media (max-width: 1799.98px) and (min-width: 1200px) {
  .header-left {
    width: 90px;
  }
  .container.detail {
    max-width: 1600px;
  }
}
[id^='ShopLogistics_'].modal {
  z-index: 100001;
}
[id^='ShopLogistics_'].modal .modal-dialog {
  max-width: 85%;
}
[id^='ShopLogistics_'].modal .modal-dialog .modal-content .modal-title {
  line-height: 1.5;
  font-size: 1.25rem;
}
[id^='ShopLogistics_'].modal .modal-dialog .modal-content .close {
  top: 16px;
}
.map-list .map-item .map-item__city {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .map-list .map-item .map-item__city {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: static;
    margin: 15px 0 0 0;
    padding-left: 0;
  }
}
.homepage-slider .owl-dots {
  position: absolute;
  margin-top: 0;
  bottom: 5px;
}
.homepage-slider .owl-theme .owl-dots .owl-dot.active ~ .owl-dot.size-3 {
  -webkit-transform: translateX(24px) scale(0.75, 0.75);
  -ms-transform: translateX(24px) scale(0.75, 0.75);
  transform: translateX(24px) scale(0.75, 0.75);
}
.homepage-slider .owl-theme .owl-dots .owl-dot.size-3 {
  -webkit-transform: translateX(-24px) scale(0.75, 0.75);
  -ms-transform: translateX(-24px) scale(0.75, 0.75);
  transform: translateX(-24px) scale(0.75, 0.75);
}
.catalog-item ._w-btn-buy {
  width: 110px;
  -webkit-transition: opacity 0.1s 0s, -webkit-transform 0.3s;
  transition: opacity 0.1s 0s, -webkit-transform 0.3s;
  -o-transition: opacity 0.1s 0s, transform 0.3s;
  transition: opacity 0.1s 0s, transform 0.3s;
  transition: opacity 0.1s 0s, transform 0.3s, -webkit-transform 0.3s;
}
.catalog-item ._w-btn-buy .btn.btn-buy {
  max-width: 100%;
  width: 110px;
  min-width: 110px;
  font-size: 18px;
  background-color: #030303;
  color: #fff;
}
.catalog-item.catalog-item-short {
  height: 300px !important;
}
.catalog-item.catalog-item-short:before {
  bottom: -70px;
}
.catalog-item.catalog-item-short .catalog-item__link-fast-buy {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.catalog-item.catalog-item-short .catalog-item-long {
  transform: translateY(0);
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #FFFFFF;
  padding: 0 30px 30px;
  z-index: 10;
  border-bottom: 1px solid #F2F2F2;
}
.catalog-item.catalog-item-short .catalog-item-long .catalog-item__name {
  padding: 0;
}
.catalog-item.catalog-item-short .catalog-item-long ._w-btn-buy {
  float: right;
  width: auto;
  margin-top: 16px;
}
.catalog-item.catalog-item-short .catalog-item-long .catalog-item__price {
  margin-top: 24px;
  bottom: 37px;
}
.catalog-item.catalog-item-short .catalog-item-long .catalog-item__old-price {
  bottom: 60px;
  top: auto;
  left: auto;
}
.catalog-item.catalog-item-short .stickers_block {
  top: auto;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .catalog-item.catalog-item-short:hover .catalog-item-long {
    opacity: 1;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.15s 0.15s, -webkit-transform 0.3s;
    transition: opacity 0.15s 0.15s, -webkit-transform 0.3s;
    -o-transition: opacity 0.15s 0.15s, transform 0.3s;
    transition: opacity 0.15s 0.15s, transform 0.3s;
    transition: opacity 0.15s 0.15s, transform 0.3s, -webkit-transform 0.3s;
  }
}
@media (max-width: 767px) {
  .catalog-item.catalog-item-short .catalog-item-long {
    display: none;
  }
}
@media (min-width: 768px) {
  .catalog-item .stickers_block {
    top: 60px;
  }
}
@media (max-width: 575px) {
  .detail .catalog-item {
    width: calc(100vw - 50px);
  }
}
.product-detail-images img {
  object-fit: contain;
}
@media (max-width: 767px) {
  #catalog_section,
  .big-page-category__card,
  .slider-category,
  .slider-items {
    position: relative;
  }
  #catalog_section .catalog-page__count,
  .big-page-category__card .catalog-page__count,
  .slider-category .catalog-page__count,
  .slider-items .catalog-page__count {
    position: absolute;
    right: 0;
    top: -55px;
  }
}
#catalog_section .sticker_new_text,
.big-page-category__card .sticker_new_text,
.slider-category .sticker_new_text,
.slider-items .sticker_new_text {
  width: 20px;
  height: 20px;
}
#catalog_section .catalog-item .catalog-item__price,
.big-page-category__card .catalog-item .catalog-item__price,
.slider-category .catalog-item .catalog-item__price,
.slider-items .catalog-item .catalog-item__price {
  position: static;
}
#catalog_section .catalog-item .catalog-item__favorite-remove,
.big-page-category__card .catalog-item .catalog-item__favorite-remove,
.slider-category .catalog-item .catalog-item__favorite-remove,
.slider-items .catalog-item .catalog-item__favorite-remove,
#catalog_section .catalog-item .--to-favorite,
.big-page-category__card .catalog-item .--to-favorite,
.slider-category .catalog-item .--to-favorite,
.slider-items .catalog-item .--to-favorite {
  position: absolute;
  font-size: 0;
  z-index: 7;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
#catalog_section .catalog-item .catalog-item__favorite-remove svg,
.big-page-category__card .catalog-item .catalog-item__favorite-remove svg,
.slider-category .catalog-item .catalog-item__favorite-remove svg,
.slider-items .catalog-item .catalog-item__favorite-remove svg,
#catalog_section .catalog-item .--to-favorite svg,
.big-page-category__card .catalog-item .--to-favorite svg,
.slider-category .catalog-item .--to-favorite svg,
.slider-items .catalog-item .--to-favorite svg {
  width: 25px;
  height: 15px;
  fill: #bcbcbc;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#catalog_section .catalog-item .catalog-item__compare-remove,
.big-page-category__card .catalog-item .catalog-item__compare-remove,
.slider-category .catalog-item .catalog-item__compare-remove,
.slider-items .catalog-item .catalog-item__compare-remove,
#catalog_section .catalog-item .--to-compare,
.big-page-category__card .catalog-item .--to-compare,
.slider-category .catalog-item .--to-compare,
.slider-items .catalog-item .--to-compare {
  position: absolute;
  font-size: 0;
  z-index: 7;
  top: 45px;
  right: 25px;
  cursor: pointer;
}
#catalog_section .catalog-item .catalog-item__compare-remove svg,
.big-page-category__card .catalog-item .catalog-item__compare-remove svg,
.slider-category .catalog-item .catalog-item__compare-remove svg,
.slider-items .catalog-item .catalog-item__compare-remove svg,
#catalog_section .catalog-item .--to-compare svg,
.big-page-category__card .catalog-item .--to-compare svg,
.slider-category .catalog-item .--to-compare svg,
.slider-items .catalog-item .--to-compare svg {
  width: 25px;
  height: 15px;
  fill: #bcbcbc;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#catalog_section .catalog-item .--to-favorite svg,
.big-page-category__card .catalog-item .--to-favorite svg,
.slider-category .catalog-item .--to-favorite svg,
.slider-items .catalog-item .--to-favorite svg {
  stroke: #bcbcbc;
  fill: none;
}
#catalog_section .catalog-item .--to-favorite.toggled svg,
.big-page-category__card .catalog-item .--to-favorite.toggled svg,
.slider-category .catalog-item .--to-favorite.toggled svg,
.slider-items .catalog-item .--to-favorite.toggled svg {
  fill: #bcbcbc;
}
#catalog_section .catalog-item .--to-compare svg,
.big-page-category__card .catalog-item .--to-compare svg,
.slider-category .catalog-item .--to-compare svg,
.slider-items .catalog-item .--to-compare svg {
  fill: #bcbcbc;
}
#catalog_section .catalog-item .--to-compare.toggled svg,
.big-page-category__card .catalog-item .--to-compare.toggled svg,
.slider-category .catalog-item .--to-compare.toggled svg,
.slider-items .catalog-item .--to-compare.toggled svg {
  fill: #000000;
}
@media (max-width: 1799px) and (min-width: 1200px) {
  #catalog_section .catalog-item ._w-btn-buy,
  .big-page-category__card .catalog-item ._w-btn-buy,
  .slider-category .catalog-item ._w-btn-buy,
  .slider-items .catalog-item ._w-btn-buy {
    width: 100px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #catalog_section .catalog-item ._w-btn-buy,
  .big-page-category__card .catalog-item ._w-btn-buy,
  .slider-category .catalog-item ._w-btn-buy,
  .slider-items .catalog-item ._w-btn-buy {
    width: 72px;
  }
}
@media (min-width: 756px) {
  #catalog_section .catalog-item ._w-btn-buy,
  .big-page-category__card .catalog-item ._w-btn-buy,
  .slider-category .catalog-item ._w-btn-buy,
  .slider-items .catalog-item ._w-btn-buy {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@media (max-width: 1799px) and (min-width: 992px) {
  #catalog_section .catalog-item__add,
  .big-page-category__card .catalog-item__add,
  .slider-category .catalog-item__add,
  .slider-items .catalog-item__add {
    top: calc(100% - 30px);
  }
}
#catalog_section .catalog-item:hover ._w-btn-buy,
.big-page-category__card .catalog-item:hover ._w-btn-buy,
.slider-category .catalog-item:hover ._w-btn-buy,
.slider-items .catalog-item:hover ._w-btn-buy,
#catalog_section .catalog-col:hover ._w-btn-buy,
.big-page-category__card .catalog-col:hover ._w-btn-buy,
.slider-category .catalog-col:hover ._w-btn-buy,
.slider-items .catalog-col:hover ._w-btn-buy {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.15s 0.15s, -webkit-transform 0.3s;
  transition: opacity 0.15s 0.15s, -webkit-transform 0.3s;
  -o-transition: opacity 0.15s 0.15s, transform 0.3s;
  transition: opacity 0.15s 0.15s, transform 0.3s;
  transition: opacity 0.15s 0.15s, transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1799.98px) {
  .cart .cart-main .cart-item .cart-item__price {
    display: block;
    padding-top: 0;
  }
}
.cart .cart-main .cart-item .cart-item__price ._price-old ._text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  color: #bdbdbd;
  text-decoration: line-through;
}
.cart .cart-main .cart-item .cart-item__remove.--disabled,
.cart .cart-main .cart-item .cart-item__favorite.--disabled {
  pointer-events: none;
  opacity: 0.15;
}
.cart .cart-main .cart-item .--to-favorite,
.cart .cart-main .cart-item .--to-compare {
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  right: 18px;
  bottom: 48px;
}
.cart .cart-main .cart-item .--to-favorite.toggled svg,
.cart .cart-main .cart-item .--to-compare.toggled svg {
  fill: #bcbcbc;
}
.cart .cart-main .cart-item .--to-favorite svg,
.cart .cart-main .cart-item .--to-compare svg {
  stroke: #bcbcbc;
  fill: none;
}
@media (max-width: 1799.98px) {
  .cart .cart-main .cart-item .--to-favorite {
    top: 75px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 375px) {
  .cart .cart-main .cart-item {
    flex-direction: column;
  }
  .cart .cart-main .cart-item .cart-item__price {
    width: 100%;
    text-align: end;
  }
  .cart .cart-main .cart-item .cart-item__img {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
.cart .cart-main .cart-pay-warning {
  font-weight: bold;
  border: 3px solid #191919;
}
.cart .pin,
.cart .pin-text {
  display: none;
}
.cart .show-pin .pin {
  display: block;
}
.cart .show-pin .pin-text {
  display: inline;
}
.cart .show-pin .not-pin-text {
  display: none;
}
.catalog-banner .banner-good {
  border-color: #444;
}
.catalog-item__article {
  position: absolute;
  font-size: 14px;
}
.catalog-item__name {
  margin-top: 25px;
}
.catalog-page__filter-new {
  flex-wrap: wrap;
  display: none;
  margin-bottom: 9px;
}
@media (min-width: 992px) and (max-width: 1799px) {
  .catalog-page__filter-new {
    display: flex;
  }
}
@media (min-width: 1800px) {
  .filter {
    min-width: 330px;
  }
  .filter.--hidden {
    display: none;
  }
}
.filter-line {
  margin-bottom: 6px;
  margin-right: 6px;
  display: inline-flex;
  position: relative;
  z-index: 105;
}
.filter-line .btn {
  min-width: auto;
  font-size: 16px;
  padding: 0px 10px;
  height: 28px;
  font-weight: normal;
  line-height: 12px;
  flex: 1 0 auto;
  outline: none;
}
.filter-line.js--open {
  z-index: 999;
}
.filter-line.js--open .filter-line__inner {
  opacity: 1;
  pointer-events: auto;
}
.filter-line.js--chosen {
  order: -1;
}
.filter-line.js--chosen > .btn {
  border: none;
  background-color: #333;
  color: #fff;
}
.filter-line.js--chosen > .btn:hover {
  background-color: #555;
}
.filter-line.js--chosen .filter-line__toggle {
  border-radius: 3px 0 0 3px;
}
.filter-line.js--chosen .filter-line__clear {
  border-radius: 0 3px 3px 0;
  display: block;
  padding: 2px 8px;
  font-size: 0;
  line-height: 0;
}
.filter-line.js--chosen .filter-line__clear svg {
  width: 12px;
  height: 12px;
  fill: white;
}
.filter-line__toggle.btn {
  background: none;
  background-color: #fff;
  color: #000;
  min-width: calc(964px / 7 - 6px);
  border-color: #DBDBD6;
}
.filter-line__toggle.btn:hover {
  background-color: #e5e5e5;
}
.filter-line__clear {
  display: none;
}
.filter-line__inner {
  pointer-events: none;
  transition: 0.15s;
  opacity: 0;
  width: 200px;
  flex: 1 1 auto;
  min-width: 200px;
  padding: 15px;
  position: absolute;
  z-index: -1;
  top: calc(100% + 15px);
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
}
.filter-line__inner--wide {
  width: 340px;
}
.filter-line__inner:before {
  content: "";
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  z-index: -3;
  width: 14px;
  height: 14px;
  border-radius: 0 4px 0 0;
  transform: rotate(-45deg);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7 #d7d7d7 transparent transparent;
}
.filter-line__inner .filter-style {
  margin: 0;
  margin-top: 10px;
}
.catalog-filter-toggle ._text._text_open {
  opacity: 1;
}
.catalog-filter-toggle.--is-hidden ._text._text_open {
  opacity: 0;
}
@media (min-width: 992px) and (max-width: 1799px) {
  .catalog-page__categories.--short .show-full {
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .catalog-page__interface {
    margin: 33px -15px 15px;
  }
  .catalog-page__filter-display,
  .catalog-page__count {
    display: none;
  }
  .catalog-page__categories-wrap {
    margin-bottom: -5px;
  }
  .catalog-item .catalog-item__name {
    height: 50px;
    margin-bottom: 12px;
  }
  .catalog-item .catalog-item__name * {
    line-height: 24px !important;
  }
  .catalog-page__filter-new .readmore-js-section {
    overflow-y: scroll;
  }
  .catalog-page__filter-new .readmore-js-toggle {
    display: none;
  }
}
.personal-favorite__burger,
.favorite-sidebar .close {
  display: none;
}
@media (max-width: 767px) {
  .favorite-sidebar {
    flex-direction: column;
    align-items: stretch;
    pointer-events: none;
    opacity: 0;
    top: 59px;
    padding-top: 15px;
    position: fixed;
    overflow: hidden;
    -webkit-transition: 0.12s;
    -o-transition: 0.12s;
    transition: 0.12s;
    z-index: 10;
    height: 100%;
    background-color: #f8f8f8;
  }
  .favorite-sidebar .close {
    display: block;
    margin: 5px 20px 5px auto;
    width: 26px;
    height: 26px;
    opacity: 1;
  }
  .favorite-sidebar .close svg {
    fill: #191919;
  }
  .personal-favorite__burger {
    display: block;
    position: absolute;
    right: -15px;
    left: auto;
    top: 22px;
  }
  .personal-favorite__burger svg {
    transition: 0s !important;
  }
  .personal-menu--open .favorite-sidebar {
    opacity: 1;
    pointer-events: auto;
  }
  .seo_koffer {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .--columns-3 .catalog.--w-banner-top [class*="col-"]:nth-of-type(4) {
    margin-right: 66.66%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .catalog-page__count {
    margin: 0 0 -15px;
    text-align: center;
  }
}
.catalog-page__landings-wrap {
  position: relative;
  overflow: hidden;
  margin-left: -40px;
}
.catalog-page__landings {
  padding-right: 130px;
}
.catalog-page__landings.--short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.catalog-page__landings.--short .show-full {
  display: inline-block;
  vertical-align: top;
  min-height: 28px;
  line-height: 26px;
  padding: 0 9px;
  background-color: #fff;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin-bottom: 7px;
  text-decoration: none;
  margin-left: -2px;
  margin-right: 7px;
}
.catalog-page__landings.--short .show-full-li {
  display: inline-block;
}
.catalog-page__landings.--short .show-full:hover {
  background-color: #191919;
  color: #fff;
}
.catalog-page__landings ul {
  list-style-type: none;
  padding-left: 0;
}
.catalog-page__landings li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  display: block;
}
.catalog-page__landings li a {
  line-height: 22px;
  font-size: 16px;
  color: #1a1a1a;
}
.container.section-banner {
  padding-bottom: 10px;
}
.order-timer {
  white-space: nowrap;
}
.order-timer * {
  display: inline-block;
}
.order-timer .jst-hours {
  display: none;
}
.cart-footer .modal-order-auth {
  display: flex;
  margin-top: 10px;
}
.cart-footer .modal-order-auth .button-in-cart {
  margin-left: auto;
}
.btn.btn-primary.css-goto-b2b {
  margin-left: auto;
}
@media (max-width: 768px) {
  .cart-footer .js-modal-order-auth {
    display: block;
  }
  .container.detail .product .catalog-breadcrumbs {
    display: none;
  }
}
.filter__mobile-collapse-btn {
  display: none;
}
@media (max-width: 768px) {
  .filter__mobile-collapse-btn {
    outline: none !important;
    transition: transform 0.2s;
    border: none;
    background: none;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-top: -1px;
    margin-left: -7px;
    cursor: pointer;
    transform: rotate(45deg);
    line-height: normal;
    vertical-align: top;
    padding: 7px;
    font-size: 0;
  }
  .filter__title.open > .filter__mobile-collapse-btn {
    transform: rotate(0deg);
  }
  .filter__mobile-collapse {
    height: 0;
    overflow: hidden;
  }
  .filter__mobile-collapse.filter-style {
    margin-top: 0;
    margin-bottom: 0;
  }
  .filter__title.open + .filter__mobile-collapse {
    height: auto !important;
    overflow: visible;
  }
  .filter__title.open + .filter__mobile-collapse.filter-style {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.catalog-banner .banner-good__title {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .header-left__burger {
    top: 50%;
  }
}
@media (min-width: 991px) {
  .header-top__phone ._number {
    top: 50%;
    position: absolute;
    margin-top: -10px;
  }
  .header-top__worktime {
    font-size: 11px;
    display: block;
  }
}
@media (max-width: 1799.98px) and (min-width: 1200px) {
  .product .product-info__description.--text {
    width: 100%;
  }
}
.product .product-info__buy-block {
  position: relative;
}
@media (max-width: 1799.98px) and (min-width: 1200px) {
  .product .product-info__buy-block {
    justify-content: space-between;
  }
  .catalog-item .catalog-item__name {
    line-height: normal !important;
    font-size: 20px;
  }
  .header-top__phone ._number {
    margin-top: 2px;
  }
  .catalog.--w-banner-top [class*="col-"]:nth-of-type(4) {
    margin-right: 66.66%;
  }
}
.chosen-container .chosen-results li.highlighted {
  background-color: #191919;
  color: #fff;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 25, 25, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(25, 25, 25, 0.25);
}
@media (min-width: 768px) and (max-width: 1300px) {
  h1,
  .title-h1 {
    line-height: 34px;
    font-size: 36px;
  }
  .header-auth {
    display: inline-block;
    width: auto;
    max-width: 50%;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .header-auth a {
    font-size: 19px;
    margin-right: 20px;
  }
  .header-menu__from-top-menu {
    display: inline-block;
    width: auto;
  }
  .header-menu__from-top-menu a {
    margin: 0 10px;
    font-size: 19px;
    line-height: normal;
    font-weight: bold;
  }
  .header-menu .mCSB_container {
    display: block;
    min-height: 100%;
  }
  .header-menu__main {
    width: auto;
  }
  .header-menu__main a {
    font-size: 20px;
    line-height: normal;
    text-decoration: underline;
  }
  .header-menu__main li {
    margin-bottom: 5px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .header-menu {
    top: 100px;
  }
}
.header-menu__catalog_new {
  display: flex;
  flex-direction: row;
}
.header-menu__catalog_new ._title-0 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 18px;
  color: #1a1a1a;
  font-family: "PT Sans", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  position: relative;
}
.header-menu__catalog_new ._title-0.custom_color {
  color: inherit;
}
.header-menu__catalog_new ._title-0._has_submenu:after {
  position: absolute;
  margin-top: -6px;
  top: 50%;
  right: -20px;
  height: 18px;
  width: 10px;
  background-image: url(/local/templates/koffer/images/menu-arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  content: "";
}
.header-menu__catalog_new ._title-0.active {
  color: #fff;
  z-index: 2;
}
.header-menu__catalog_new ._title-0.active.custom_color {
  color: inherit;
}
.header-menu__catalog_new ._title-0.active:before {
  position: absolute;
  content: "";
  display: block;
  top: -2px;
  bottom: -3px;
  left: -10px;
  right: -10px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: #191919;
  z-index: -1;
}
.header-menu__catalog_new ._title-0.active:after {
  content: none;
}
.header-menu__left {
  flex-grow: 0;
  padding-top: 5px;
}
.header-menu__right {
  padding-left: 25px;
  flex-grow: 3;
  padding-top: 5px;
}
.header-menu__right .item {
  color: #1a1a1a;
  font-family: "PT Sans", serif;
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  padding-left: 10px;
  position: relative;
}
.header-menu__right .item.active {
  font-weight: bold;
}
.header-menu__right > .submenu {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 50vh;
}
.header-menu__right > .submenu.active {
  display: inline-flex;
}
@media (max-width: 1799.98px) {
  #catalog_section .catalog-page__sorting {
    display: block;
  }
}
@media (max-width: 768px) {
  #catalog_section .catalog-page__sorting {
    display: none;
  }
}
.catalog-page__sorting .row {
  align-items: baseline;
}
.catalog-page__sorting .row .chosen-container:not(.chosen-container-active) .chosen-single {
  border-color: transparent;
  background: transparent;
}
.company-content__menu {
  left: -50px;
  top: 234px;
}
.lk-personal .lk-sidebar,
.lk .lk-sidebar {
  right: auto;
  left: -60px;
  top: 215px;
}
.lk-personal .lk-submenu,
.lk .lk-submenu {
  left: auto;
  right: 0;
}
.map-banner {
  margin-bottom: 20px;
}
.map-banner img {
  max-width: 100%;
}
.help-index-menu .menu-item {
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 2px solid #191919;
  padding: 70px 16px;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #1c1c1c;
  text-align: center;
  display: block;
  font-weight: bold;
}
.stickers_block {
  position: absolute;
}
.sticker.touch {
  padding-top: 10px;
  padding-left: 2px;
}
.sticker.touch .touch_bg {
  background-image: url('/local/templates/koffer/images/touch.png');
  width: 45px;
  height: 45px;
  background-size: cover;
}
#catalog_section .sticker.touch {
  padding-top: 6px;
  padding-left: 2px;
}
#catalog_section .sticker.touch .touch_bg {
  width: 20px;
  height: 20px;
}
.product-seen .sticker.touch .touch_bg {
  width: 20px;
  height: 20px;
}
.product-seen .sticker {
  width: 30px;
  height: 30px;
  line-height: 31px;
}
.product-seen .sticker .sticker_new_text {
  width: 20px;
  height: 20px;
}
.big-page-category__card .sticker.touch .touch_bg,
.slider-category .sticker.touch .touch_bg,
.slider-items .sticker.touch .touch_bg {
  width: 20px;
  height: 20px;
}
.subscribe .container-subscribe {
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  width: 100%;
  max-width: 1540px;
}
.subscribe .title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}
.subscribe .form-check-label {
  padding-left: 32px;
  cursor: pointer;
  position: relative;
  color: #5c3b57;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.subscribe .form-control-placeholder {
  color: #b2b2b2;
  font-family: "PT Sans";
  font-weight: 500;
  line-height: 16px;
  margin-left: 14px;
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: -16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.subscribe .form-control ~ .invalid-feedback,
.subscribe .form-control ~ .valid-feedback {
  padding-left: 14px;
}
.subscribe .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #cd174c;
}
.subscribe .form-control.w-placeholder {
  padding-top: 12px;
  line-height: 22px;
}
.subscribe .form-control {
  height: 46px;
  border-radius: 5px;
  border: 2px solid #eeeeee;
  background-color: #ffffff;
  color: #5c3b57;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  padding: 0 12px;
}
.subscribe .form-check-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 23px;
  height: 23px;
  border: 2px solid #474E60;
  background-color: #ffffff;
}
.subscribe input:not([disabled]) ~ .form-check-label:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.subscribe input[type=checkbox] ~ .form-check-label::after {
  border-radius: 3px;
}
.subscribe input:checked ~ .form-check-label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.subscribe .form-check-label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  width: 13px;
  height: 13px;
  -webkit-box-shadow: 0 0 60px rgba(86, 212, 191, 0.2);
  box-shadow: 0 0 60px rgba(86, 212, 191, 0.2);
  background-color: #474E60;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0.5;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.js-subscribe-form.text-success {
  color: #28a745 !important;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 25px;
}
.container-subscribe.footer {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.container-subscribe.footer .title-2 {
  font-size: 16px;
}
.container-subscribe.footer .mt-4,
.container-subscribe.footer .mt-md-0,
.container-subscribe.footer .mt-md-4 {
  margin-top: 5px !important;
}
.container-subscribe.footer .form-check-label,
.container-subscribe.footer a {
  color: #bdbdbd;
  font-size: 15px;
}
.container-subscribe.footer .btn-primary {
  color: #020202;
  background-color: #fdfdfd;
}
@media (max-width: 768px) {
  .footer-subscribe {
    width: 100%;
  }
  #COMPARE_PAGE .btn {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .container-subscribe.footer .mt-md-0,
  .container-subscribe.footer .mt-md-4 {
    margin-top: 0 !important;
  }
  .container-subscribe.footer .mt-4 {
    margin-top: 5px !important;
  }
}
@media (max-width: 468px) {
  .subscribe .container-subscribe.main {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-subscribe.footer .mt-md-0,
  .container-subscribe.footer .mt-md-4 {
    margin-top: 5px !important;
  }
}
.product-info .--to-compare {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: left;
  right: -3px;
  padding: 0;
}
.product-info .--to-compare svg {
  width: 25px;
  height: 15px;
  fill: #bcbcbc;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
@media (max-width: 767px) {
  .product-info .--to-compare svg {
    width: 30px;
    height: 30px;
  }
}
.product-info .--to-compare.toggled svg {
  fill: #000000;
}
.header-top ._quan {
  margin-left: 2px;
}
.header-top__favorite,
.header-top__compare {
  max-width: 100px;
}
.header-top__search .svg-wrap {
  height: 27px;
}
.header-top__search .svg-wrap.js--go-search {
  top: 3px;
}
.header-top__favorite a .svg-wrap,
.header-top__compare a .svg-wrap,
.header-top__phone a .svg-wrap,
.header-top__favorite ._icon,
.header-top__compare ._icon,
.header-top__phone ._icon {
  height: 27px;
}
.header-top__cart a .svg-wrap {
  height: 27px;
}
@media (min-width: 1200px) {
  .bd-main-page.scroll-top .header-top__compare a {
    color: white;
    fill: white;
  }
}
.bd-main-page.scroll-top .header-top__compare a:hover {
  opacity: 0.65;
  color: white;
}
.sign {
  margin-top: 50px;
}
.auth_text {
  margin-top: 10px;
}
.header-top__compare {
  position: relative;
  width: 130px;
  cursor: pointer;
}
.header-top__compare a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #191919;
  text-decoration: none;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-top__compare a:hover {
  opacity: 0.4;
}
.header-top__compare a:before {
  position: absolute;
  display: block;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
}
.header-top__compare a .svg-wrap {
  height: 32px;
  width: 36px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.catalog-banner.css_fake_hover .banner-good .banner-good__img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.big-page-category__card .sticker.touch .touch_bg,
.slider-category .sticker.touch .touch_bg,
.slider-items .sticker.touch .touch_bg {
  width: 20px;
  height: 20px;
}
.catalog-banner.css_fake_hover .banner-good .banner-good__img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.sticker .express_sticker {
  background-image: url('/local/templates/koffer/images/express.png');
  width: 100%;
  height: 80%;
  background-size: cover;
}
.express_notification_text {
  color: red;
}
.cart-footer .express_notification_text {
  padding-bottom: 15px;
}
.catalog-page__landings-wrap {
  position: relative;
  overflow: hidden;
  margin-left: -40px;
}
.catalog-page__landings {
  padding-right: 130px;
}
.catalog-page__landings.--short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.catalog-page__landings.--short .show-full {
  display: inline-block;
  vertical-align: top;
  min-height: 28px;
  line-height: 26px;
  padding: 0 9px;
  background-color: #fff;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin-bottom: 7px;
  text-decoration: none;
  margin-left: -2px;
  margin-right: 7px;
}
.catalog-page__landings.--short .show-full-li {
  display: inline-block;
}
.catalog-page__landings.--short .show-full:hover {
  background-color: #191919;
  color: #fff;
}
.catalog-page__landings ul {
  list-style-type: none;
  padding-left: 0;
}
.catalog-page__landings li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  display: block;
}
.catalog-page__landings li a {
  line-height: 22px;
  font-size: 16px;
  color: #1a1a1a;
}
.sticker.new_sticker {
  background-repeat: unset;
  background-size: contain;
  padding: 0 5px;
}
.howto_img img {
  width: 100%;
}
.sticker .express_sticker {
  background-image: url('/local/templates/koffer/images/express.png');
  width: 100%;
  height: 80%;
  background-size: cover;
}
.express_notification_text {
  color: red;
}
.cart-footer .express_notification_text {
  padding-bottom: 15px;
}
.howto_img img {
  width: 100%;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .company .company-certificate ._img {
    padding-right: calc(55%);
  }
  .company .company-certificate ._text {
    right: 0;
    left: unset;
  }
}
@media (max-width: 768px) {
  .company .company-certificate ._img {
    margin-left: unset;
    width: auto;
    height: auto;
    text-align: center;
    margin-right: unset;
  }
}
@media (max-width: 1799.98px) {
  .lk .lk-main,
  .lk-personal .lk-main {
    padding-right: 0;
    padding-left: 18%;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .container .lk .lk-sidebar {
    top: 180px;
    left: -120px;
  }
}
.favorite .catalog-page__sorting .row .chosen-container:not(.chosen-container-active) .chosen-single {
  border-color: #bdbdbd;
  background: white;
}
#pinch-detect.clicked {
  z-index: 3;
}
.favorite #catalog_section .catalog-page__sorting {
  display: block;
}
.js-order-form .footer_benefits {
  margin-top: 30px;
}
@media (min-width: 1799.98px) {
  .js-order-form .footer_benefits {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .container.lk-personal {
    max-width: calc(100% - 45px - 290px);
  }
  .lk-personal .lk-sidebar {
    left: -175px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .container.lk-personal {
    width: 100%;
    max-width: calc(100% - 45px - 360px);
    margin-left: 200px;
  }
  .lk-personal .lk-sidebar {
    left: -170px;
  }
}
.cart .footer_benefits {
  padding-top: 10px;
}
@media (max-width: 1799.98px) {
  .cart .lk-sidebar__sec {
    display: none;
  }
  .cart .cart-benefits {
    display: none;
  }
  .cart .footer_benefits .cart-benefits {
    display: flex;
  }
}
@media (min-width: 1799.98px), (max-width: 767px) {
  .cart .footer_benefits .cart-benefits {
    display: none;
  }
}
.favorite .catalog-page__sorting .row .chosen-container:not(.chosen-container-active) .chosen-single {
  border-color: #bdbdbd;
  background: white;
}
#pinch-detect.clicked {
  z-index: 3;
}
.favorite #catalog_section .catalog-page__sorting {
  display: block;
}
@media (min-width: 1200px) {
  .sp-form-outer {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.footer-catalog-row .sp-form-outer {
  padding-bottom: 0;
  padding-top: 0;
}
.footer-catalog-row .sp-form,
.footer-catalog-row .sp-form .sp-form-fields-wrapper {
  width: 330px !important;
  padding: 0 !important;
  margin: unset!important;
}
.footer-catalog-row .sp-form .sp-field {
  padding: 5px !important;
}
.footer-catalog-row .sp-form span > strong > span {
  font-weight: normal !important;
}
@media (max-width: 1799.98px) {
  .footer-catalog-row {
    max-height: 310px;
  }
}
@media (max-width: 1024px) {
  .footer-catalog-row a.footer-title-0 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .footer-catalog-row {
    width: calc(100% - 250px);
    max-height: 490px;
  }
  .footer-catalog-row .sp-form,
  .footer-catalog-row .sp-form .sp-form-fields-wrapper {
    width: 215px !important;
    height: 490px;
  }
  .footer-catalog-row .sp-form p {
    margin: 0;
  }
  .footer-catalog-row .sp-form-horizontal .sp-element-container .sp-field {
    min-width: auto;
  }
}
@media (max-width: 767.98px) {
  .footer-catalog-row {
    width: 100%;
    max-height: none;
  }
  .footer-catalog-row .sp-form,
  .footer-catalog-row .sp-form .sp-form-fields-wrapper {
    width: 100% !important;
    height: auto;
  }
}
.bonus-icon {
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-right: 10px;
}
.bonus-icon svg {
  fill: none;
}
.product-info__bonus {
  order: 3;
}
@media (max-width: 767.98px) {
  .product-info__bonus {
    padding-top: 20px;
  }
}
.lk-sidebar__bonus {
  margin-top: 0;
  background-color: transparent;
}
@media (min-width: 1800px) {
  .lk-sidebar__bonus {
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: absolute;
    top: 234px;
    right: 0;
    width: 220px;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .lk-inner-page .lk-sidebar {
    display: none;
  }
  .lk-inner-page .lk-main {
    opacity: 1;
    padding-left: 0;
    pointer-events: auto;
    left: -20px;
  }
}
.product-detail-images img {
  cursor: pointer;
}
.image-slider__main img {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.image-slider__main.active img {
  opacity: 1;
}
.image-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
}
.image-slider__nav--item {
  display: inline-block;
  width: 16px;
  height: 3px;
  background: rgba(136, 136, 136, 0.5);
  border-radius: 12px;
  cursor: pointer;
}
.image-slider__nav--item:not(:last-child) {
  margin-right: 0.35rem;
}
.image-slider__nav--item.active {
  background-color: #222;
}
.side-content__list_my_goods {
  position: absolute;
  top: 0;
  right: -400px;
  width: 260px;
  margin-top: 200px;
  font-family: PT Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.side-content__list_my_goods .help_text {
  padding: 22px 10px 20px 20px;
  background-color: #E1EDF5;
}
@media (max-width: 1799px) {
  .side-content__list_my_goods {
    position: inherit;
    width: 100%;
    right: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .side-content__list_my_goods .mobile-hidden {
    display: none;
  }
}
.my-goods-img-size img {
  width: 100%;
}
.tooltip-cursor {
  cursor: pointer;
}
table.ui-table tbody tr.disabled {
  opacity: 0.5;
}
span.link.js--open-menu {
  margin: 0 24px;
  color: #191919;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-decoration: none !important;
  border-bottom: 2px solid;
  border-bottom-color: #F2F2F2;
  transition: 0.15s;
  cursor: pointer;
}
span.link.js--open-menu:hover {
  border-bottom-color: inherit;
}
.css-checkbox-order {
  font-weight: bold;
  font-size: 21px;
}
.css-checkbox-order:before {
  top: 0.1rem;
}
.css-checkbox-order:after {
  left: -23px;
  top: 3px;
}
.css-checkbox-order:after,
.css-checkbox-order:before {
  width: 20px;
  height: 20px;
}
.submit_footer {
  display: flex;
}
.submit_footer .form-group.form-check.custom-control.custom-checkbox {
  margin-bottom: unset;
  margin-left: 2rem;
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .cart .--mobile-reverse .submit_footer .custom-checkbox {
    display: none;
  }
}
@media (max-width: 575px) {
  .d-xs-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container.lk-inner-page.--mobile-orders-open {
    margin-left: 25px;
  }
  .contacts-content .contacts-content__menu {
    left: -25%;
    right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container.lk-inner-page.--mobile-orders-open {
    margin-left: unset;
    margin-right: 45px;
  }
}
@media (min-width: 991px) and (max-width: 1799.98px) {
  .contacts-content .contacts-content__menu {
    left: -20%;
    right: auto;
  }
}
a.banner_link{
  display: block;
}
/*# sourceMappingURL=template_styles.css.map */
/* End */
/* /local/templates/koffer/css/vendor-styles.css?1725438451231187 */
/* /local/templates/koffer/css/dev-styles.css?1733839288248817 */
/* /local/templates/koffer/components/is/simple.reg/main/style.css?17338392881234 */
/* /local/templates/koffer/template_styles.css?175153656375040 */
