@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */

/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background-color: #cccccc;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background-color: #dadada;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  font-weight: normal;
  color: #212121;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background-color: #fbf9ee;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background-color: #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: -8px -8px 8px #aaaaaa;
}

/*
 *  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;
  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-item img.inline {
  display: inline;
  width: auto;
}

.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;
  -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 {
  background: none;
  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: -webkit-grab;
  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 {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@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("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: #f3f3f3;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  text-decoration: none;
}

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

.owl-theme .owl-nav svg {
  fill: none;
  stroke-width: 2px;
  stroke: #e66933;
}

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

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

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

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

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

.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(2);
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ubuntu-regular.woff2") format("woff2"),
    url("../fonts/ubuntu-regular.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ubuntu-medium.woff2") format("woff2"),
    url("../fonts/ubuntu-medium.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/ubuntu-bold.woff2") format("woff2"),
    url("../fonts/ubuntu-bold.woff") format("woff");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/raleway-bold.woff2") format("woff2"),
    url("../fonts/raleway-bold.woff") format("woff");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/raleway-extrabold.woff2") format("woff2"),
    url("../fonts/raleway-extrabold.woff") format("woff");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/raleway-black.woff2") format("woff2"),
    url("../fonts/raleway-black.woff") format("woff");
}

html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 320px;
}

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

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

body {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Ubuntu", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 1em;
  font-family: "Raleway", sans-serif;
}

h1,
.h1 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2.625rem;
  }
}

h2,
.h2 {
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 1.6;
}

p {
  margin: 0 0 1.6em;
}

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

a {
  text-decoration: underline;
  color: #e66933;
  transition: 0.2s;
}

a:hover,
a:active {
  text-decoration: none;
  color: #e66933;
}

.primary-color {
  color: #e66933;
}

.text-big {
  font-size: 1rem;
  line-height: 1.62;
}

@media (min-width: 992px) {
  .text-big {
    font-size: 1.125rem;
  }
}

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0;
  }
}

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

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

@media (max-width: 1024px) {
  .owl-theme .owl-dots {
    position: absolute;
    left: 36px;
    bottom: 27px;
  }
  .brands__list .owl-dots {
    display: none;
  }

  .products .categories {
    display: none;
  }
}

@media (max-width: 660px) {
  .container {
    max-width: 540px;
    padding: 0 10px;
  }
  .sertificates .section-head {
    display: none;
  }
  .bx-catalog-element ~ .container .products__column,
  .bx-catalog-element .container .products__column {
    margin-bottom: 30px;
  }

  .bx-catalog-element ~ .container .products__wrap,
  .bx-catalog-element .container .products__wrap {
    margin: 0;
  }
}

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

.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%;
  padding-right: 10px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
}

@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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.333%;
    max-width: 33.333%;
  }
  .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%;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
}

@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
}

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

@media (min-width: 576px) {
  .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;
  }
}

@media (min-width: 992px) {
  .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;
  }
}

@media (min-width: 1200px) {
  .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;
  }
}

@media (min-width: 1440px) {
  .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;
  }
}

@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;
  }
}

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

@media (min-width: 576px) {
  .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;
  }
}

@media (min-width: 992px) {
  .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;
  }
}

@media (min-width: 1200px) {
  .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;
  }
}

@media (min-width: 1440px) {
  .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;
  }
}

.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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;
}

@media (min-width: 576px) {
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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;
  }
}

@media (min-width: 992px) {
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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;
  }
}

@media (min-width: 1200px) {
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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;
  }
}

@media (min-width: 1440px) {
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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;
  }
}

.header__top {
  display: none;
}

.header__bottom {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #231f20;
  color: #ffffff;
}

.header__container-bottom {
  display: flex;
  align-items: center;
}

.header__user-nav {
  margin-left: auto;
}

.header__location,
.header__work-time,
.header__mail {
  margin-right: 20px;
}

.header__account {
  margin-left: auto;
}

@media (min-width: 1200px) {
  .header__top {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #333333;
    color: #bdbdbd;
  }
  .header__container-top {
    display: flex;
    align-items: center;
  }
  .header__bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__logo {
    margin-right: 5px;
  }
  .header__navbar {
    margin-right: 10px;
  }
}

@media (min-width: 1440px) {
  .header__location,
  .header__work-time,
  .header__mail {
    margin-right: 60px;
  }
  .header__logo {
    margin-right: 5px;
  }
  .header__navbar {
    margin-right: 10px;
  }
}

.content {
  flex-grow: 1;
}

.vue-container-templates {
  display: none !important;
}

.footer__top {
  padding-top: 19px;
  padding-bottom: 19px;
  background: #231f20;
  color: #bdbdbd;
}

@media (min-width: 1200px) {
  .footer__row {
    margin-bottom: 40px;
  }
}

.footer__logo {
  margin-bottom: 1rem;
}

.footer__work-time {
  margin-bottom: 1rem;
}

.footer__col-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__contacts-name-wrapper {
  display: flex;
  align-items: center;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.footer__contacts-info-wrapper {
  display: flex;
  align-items: center;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.footer__contacts .callback__phone {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .footer__nav {
    margin-top: 13px;
  }
  .footer__row {
    margin-bottom: 30px;
  }
  .owl-theme .owl-dots {
    position: absolute;
    left: 36px;
    bottom: 27px;
  }

  .brands__list .owl-dots {
    position: static;
  }
}

.footer__contacts {
  margin-top: 11px;
}

.footer__contacts-row {
  margin-bottom: 15px;
}

.footer__contacts-name {
  font-size: 16px;
}

.footer__bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #333333;
  color: #828282;
}

@media (min-width: 992px) {
  .footer__bottom {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

.footer__copyright {
  margin-top: 1rem;
}

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

@media (max-width: 992px) {
  .footer__copyright {
    text-align: center;
  }
}

.logo__image {
  height: auto;
}

@media (min-width: 1024px) {
  .logo__image {
    width: 160px;
  }
}

@media (min-width: 1200px) {
  .logo__image {
    width: 180px;
  }
}

@media (min-width: 1440px) {
  .logo__image {
    width: 213px;
  }
}

.button {
  display: inline-block;
  margin: 0;
  padding: 1rem 1.05rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-family: inherit;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  vertical-align: middle;
  background: #e66933;
  border: 1px solid #e66933;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
}

.button:hover {
  background: #cd4f19;
  border-color: #cd4f19;
  color: #ffffff;
}

.button:active,
.button:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 79, 25, 0.5);
}

.button_outline {
  background: none;
  border-color: #e66933;
  color: #e66933;
}

.button_outline:hover {
  background: none;
  border-color: #cd4f19;
  color: #cd4f19;
}

@media (min-width: 992px) {
  .button_large {
    padding: 1.375rem 4.3125rem;
    font-size: 1.125rem;
  }
}

.button_loader {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.button_loader::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/button-loader.svg") no-repeat center;
  animation: loader-rotate 0.7s linear infinite;
}

@keyframes loader-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.button-remove {
  height: 28px;
  width: 28px;
  background: url("../img/icon/cross-icon.svg") no-repeat center;
  background-size: 70%;
  background-color: rgba(230, 105, 51, 0);
  border: 1px solid #e66933;
  box-shadow: none;
  font-size: 0;
  cursor: pointer;
  transition: background-size 0.2s;
}

.button-remove:hover {
  background-color: rgba(230, 105, 51, 0.15);
  transition: background-color 0.2s;
}

.button-remove:focus {
  box-shadow: 0 0 0 0.1rem rgba(230, 105, 51, 0.5);
  outline: rgba(230, 105, 51, 0.5);
}

.link-bordered {
  display: inline;
  text-decoration: none !important;
  background-image: linear-gradient(#e66933, #e66933);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  color: #000000;
  transition: 0.2s;
}

.link-bordered:hover,
.link-bordered:focus {
  color: #e66933;
}

.link-next {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.42;
  text-decoration: none;
}

.link-next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.form_small .form__item {
  margin-bottom: 1.25rem;
}

.form_small .form__agreement {
  margin-bottom: 2.375rem;
}

.form__item {
  margin-bottom: 1rem;
}

.form__label {
  display: inline-block;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #505050;
}

.form__label_big {
  font-size: 1.125rem;
}

.form__input {
  display: block;
  width: 100%;
  height: 3.125rem;
  margin: 0;
  padding: 0 1rem;
  font: inherit;
  font-size: 0.8125rem;
  background-color: #f5f5f5;
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: none;
  color: #252525;
}
.form__textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100px;
  margin: 0;
  padding: 0 1rem;
  font: inherit;
  font-size: 0.8125rem;
  background-color: #f5f5f5;
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: none;
  color: #252525;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #252525;
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholde {
  color: #252525;
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: #252525;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #252525;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: #252525;
}

.form__input_fz_big {
  font-size: 1.125rem;
}

.form__input_error {
  border-color: #ff6162;
  box-shadow: inset 0 0 3px 0px #ff6162;
}

.form__textarea {
  display: block;
  width: 100%;
  min-height: 8.75rem;
  margin: 0;
  padding: 0.5rem 1rem;
  font: inherit;
  font-size: 0.8125rem;
  background-color: #f5f5f5;
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: none;
  color: #252525;
  resize: vertical;
}

.form__textarea::-webkit-input-placeholder {
  color: #252525;
}

.form__textarea:-ms-input-placeholder {
  color: #252525;
}

.form__textarea::-ms-input-placeholder {
  color: #252525;
}

.form__textarea::-moz-placeholder {
  color: #252525;
}

.form__textarea::placeholder {
  color: #252525;
}

.form__select {
  display: block;
  width: 100%;
  height: 2.75rem;
  margin: 0;
  padding: 0 calc(2rem + 12px) 0 1rem;
  font: inherit;
  font-size: 0.8125rem;
  background-color: #ffffff;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 1rem;
  background-size: 12px 6px;
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: none;
  color: #252525;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__select_w-auto {
  width: auto;
}

.bx-ie .form__select {
  background-image: none;
  padding-right: 1rem;
}

.form__select_arrow_gray {
  background-image: url("../img/select-arrow-gray.svg");
}

.form__select_size_small {
  height: 2.125rem;
}

.form__select_size_big {
  height: 3.125rem;
}

.form__select_fz_big {
  font-size: 1.125rem;
}

.form__hint {
  margin: 0.25rem 0.375rem 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #747474;
}

.form__agreement {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  color: #747474;
}

.form__agreement a {
  color: inherit;
}

.form__checkbox {
  position: absolute;
  opacity: 0;
}

.form__checkbox + .form__label {
  position: relative;
  padding: 0 0 0 2.5rem;
  color: #747474;
}

.form__checkbox + .form__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: #f5f5f5 no-repeat center;
  border: 1px solid #dadada;
  border-radius: 4px;
}

.form__checkbox + .form__label_error::before {
  border-color: #ff6162;
  box-shadow: inset 0 0 3px 0px #ff6162;
}

.form__checkbox:checked + .form__label::before {
  background-image: url("../img/check.svg");
  background-size: 13px 9px;
}

.form__checkbox:disabled + .form__label {
  opacity: 0.5;
}

.form__checkbox:disabled + .form__label::before {
  background: #f9f9f9;
}

.form__radio {
  position: absolute;
  opacity: 0;
}

.offers2__item {
  list-style-type: none;
}

.form__radio + .form__label {
  position: relative;
  padding: 0 0 0 2.5rem;
  color: #747474;
}

.form__radio + .form__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: #f5f5f5 no-repeat center;
  border: 1px solid #dadada;
  border-radius: 50%;
}

.form__radio:checked + .form__label::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 0.3125rem;
  left: 0.3125rem;
  background-color: #e66933;
  border-radius: 50%;
}

.form__radio:disabled + .form__label {
  opacity: 0.5;
}

.form__radio:disabled + .form__label::before {
  background: #f9f9f9;
}

/*
.form__radio {
    position: absolute;
    opacity: 0;

    & + .form__label {
        position: relative;
        padding: 0 0 0 2.5rem;
        color: $gray-4;

        &::before,
        &::after {
            content: "";
            position: absolute;
            border-radius: 50%;
        }

        &::before {
            top: 0;
            left: 0;
            width: 1.3125rem;
            height: 1.3125rem;
            background: no-repeat center;
            border: 1px solid $form-controls-border;
        }

        &::after {
            top: 0.3125rem;
            left: 0.3125rem;
            width: 0.6875rem;
            height: 0.6875rem;
            background-color: transparent;
        }
    }

    &:checked + .form__label {
        &::after {
            background-color: $primary;
        }
    }
}
*/

.form__button {
  min-width: 12.75rem;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #ffffff;
}

.search-form__field {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1 1 auto;
  margin-right: 12px;
}

.search-form__icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  fill: none;
  stroke: #e66933;
  stroke-width: 2px;
}

.search-form__input {
  flex: 1 1 auto;
  height: 40px;
  border: 0;
  color: #000 !important;
  font-size: 13px;
  font-weight: 300;
  text-overflow: ellipsis;
  outline: none;
}

@media (min-width: 1200px) {
  .search-form__input {
    height: 48px;
    font-size: 15px;
  }
}

.search-form__submit {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

.search-form__submit_visible {
  visibility: visible;
  opacity: 1;
}

.search-form__submit-icon {
  width: 34px;
  height: 16px;
  fill: #e66933;
}

.location {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}

.location a {
  text-decoration: none;
  color: inherit;
}

.location__icon {
  width: 9px;
  height: 13px;
  margin-right: 7px;
  fill: #bdbdbd;
}

.work-time {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}

.work-time__icon {
  width: 12px;
  height: 13px;
  margin-right: 7px;
  fill: #bdbdbd;
}

.mail {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}

.mail a {
  text-decoration: none;
  color: inherit;
}

.mail a:hover,
.mail a:active {
  text-decoration: none;
  color: #e66933;
}

.mail__icon {
  width: 14px;
  height: 11px;
  margin-right: 7px;
  fill: #bdbdbd;
}

.footer__contacts .mail {
  font-size: 14px;
}

.account {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}

.account a {
  text-decoration: none;
  color: inherit;
}

.account__icon {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  margin-left: 7px;
  vertical-align: middle;
  fill: #bdbdbd;
}

.registr__href {
  margin-right: 50px;
}

.navbar {
  display: flex;
  flex-direction: column;
}

.navbar__user-login {
  display: none;
}

.callback__wrap {
  position: relative;
  padding-right: 24px;
}

.navbar__phones-open-btn {
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  right: 0px;
  top: 30%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.2s;
}

.navbar__phones-open-link {
}

@media (max-width: 1199.98px) {
  .callback__wrap {
    padding-right: 32px;
    flex-grow: 1;
  }
}

.navbar__phones-open-btn::before,
.navbar__phones-open-btn::after {
  content: "";
  height: 2px;
  width: 8px;
  position: absolute;
  top: 11px;
  background-color: white;
  /* pointer-events: none; */
  transition: 0.2s;
}

.navbar__phones-open-btn:visited.navbar__phones-open-btn::before,
.navbar__phones-open-btn:visited.navbar__phones-open-btn::after {
  background-color: white;
}

.navbar__phones-open-btn:hover.navbar__phones-open-btn::before,
.navbar__phones-open-btn:hover.navbar__phones-open-btn::after {
  background-color: #e66933;
}

.navbar__phones-open-btn::before {
  transform: rotateZ(45deg);
  left: 6px;
}

.navbar__phones-open-btn::after {
  transform: rotateZ(-45deg);
  right: 6px;
}

/* модалка телефоны start */
.navbar__phones {
  width: 320px;
  display: none;
  position: absolute;
  top: 100%;
  left: calc(65vw);
  background-color: #231f20;
  z-index: 5;
  box-sizing: border-box;
}

.navbar__phones.navbar__phones--opened {
  display: flex;
  justify-content: center;
}

.navbar__phone-list {
  padding: 25px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  background-color: #231f20;
}

.navbar__phone-item {
  list-style: none;
  padding: 0;
  border-top: 1px solid #aaaaaa;
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar__phone-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.navbar__phone-item:last-child {
  padding-bottom: 0;
}

.navbar__phone-item-name {
  font-size: 14px;
  font-weight: 500;
}
.navbar__phone-item-adr {
  font-size: 11px;
  margin-top: 10px;
  font-weight: 500;
}

.navbar__phone-item-adr a {
  color: #fff;
}

.navbar__phone-item-adr a:hover {
  color: #e66933;
}

.navbar__phone-item-phone {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  margin-top: 10px;
  display: block;
}

.navbar__phone-item-phone:hover {
  color: #e66933;
}

.navbar__phone-item-work-time {
  font-size: 11px;
  margin-top: 10px;
  font-weight: 500;
}

.navbar__phone-callback.callback__button {
  color: #f3f3f3;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px dashed #828282;
}

.navbar__phone-callback.callback__button:hover {
  border-bottom: 1px dashed #e66933;
}

@media (min-width: 1200px) {
  .navbar__phones-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    z-index: -1;
  }
}
@media (max-width: 1199.98px) {
  .navbar__phones {
    left: 0;
    box-shadow: 1px 1px 3px black;
  }

  .navbar__phone-list {
    width: 320px;
  }
}

@media (max-width: 569.98px) {
  .navbar__phones {
    width: 100%;
    top: 100%;
    left: 0;
    box-sizing: border-box;
  }

  .navbar__phone-list {
    width: 320px;
  }
}

/* модалка телефоны end*/

/* кнопки показа фильтра и каталога на мобилке start */
.mobile-menu-control {
  margin-bottom: 20px;
}

.mobile-menu-control.mobile-menu-control--hidden {
  display: none !important;
}

.mobile-menu-control__item-link {
  background-color: #3e3a3b;
  display: block;
  padding: 15px 43px 15px 24px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.mobile-menu-control__item-link:first-child {
  border-bottom: 1px solid #fff;
}

.mobile-menu-control__item-link::before,
.mobile-menu-control__item-link::after {
  content: "";
  position: absolute;
  right: 20px;
  height: 2px;
  width: 10px;
  background-color: #fff;
}

.mobile-menu-control__item-link::before {
  transform: rotateZ(45deg);
  top: calc(50% - 4px);
  /* background-color: green; */
}
.mobile-menu-control__item-link::after {
  bottom: calc(50% - 4px);
  transform: rotateZ(-45deg);
  /* background-color: red; */
}

.mobile-menu-control__item-link:hover::before,
.mobile-menu-control__item-link:hover::after {
  background-color: #e66933;
}

/* кнопки показа фильтра и каталога на мобилке end */

/* всплывашка для меню каталога на мобиле start */
.header__mob-menu-cont,
.header__mob-filter-cont {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  width: 50%;
  background-color: #333333;
  color: #ffffff;
  overflow: auto;
  transform: translateX(-100%);
  transition: transform 0.2s;
}

.header__mob-menu-cont--visible .header__mob-menu-cont,
.header__mob-filter-cont--visible .header__mob-filter-cont {
  transform: translateX(0);
}

@media (max-width: 660px) {
  .header__mob-filter-cont,
  .header__mob-menu-cont {
    width: calc(100% - 15%);
  }

  .news-sale__blocks .col-sm-6,
  .blog__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .section-home__list {
    margin-bottom: 0 !important;
  }

  .blog .row {
    margin: 0;
  }
}

/* всплывашка для меню каталога на мобиле end */

@media (max-width: 1199.98px) {
  .navbar,
  .navbar-lk {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
    width: 50%;
    min-width: 280px;
    background-color: #333333;
    color: #ffffff;
    overflow: auto;
    transform: translateX(-100%);
    transition: transform 0.2s;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu-open .navbar {
    transform: translateX(0);
  }

  .lk-open .navbar-lk {
    transform: translateX(0);
  }

  .navbar__nav {
    flex-grow: 1;
    margin-bottom: 20px;
  }
  .navbar__callback {
    padding: 10px 5px 5px 20px;
    order: 3;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .navbar__callback .callback__button {
    display: none;
  }
  .header__container-bottom {
    flex-wrap: wrap;
  }

  .navbar__user-login {
    display: flex;
    align-items: center;
    color: #bdbdbd;
  }

  .navbar__user-login:active {
    color: #bdbdbd;
  }

  .navbar__lk-user-icon {
    fill: currentColor;
    transition: fill 0.2s;
  }

  .navbar__user-login:hover {
    color: #e66933;
  }

  .navbar__phones-open-btn {
    top: 50%;
  }
}

@media (max-width: 1024px) {
  .header__logo {
    margin-bottom: 12px;
  }

  .header__bottom {
    padding-top: 11px;
    padding-bottom: 17px;
  }

  .navbar__callback {
    padding: 13px 5px 0 0;
  }

  .news-sale__blocks .section-head__link {
    font-weight: 700;
  }

  .sertificates .section-head {
    padding-top: 13px;
  }

  .footer__row .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__contacts-name-wrapper {
    flex: 0 0 auto;
    /* max-width: auto; */
    margin-right: 13px;
  }

  .footer__contacts-name {
    width: 90px;
  }

  .footer__contacts-info-wrapper {
    flex: 0 0 auto;
    max-width: auto;
  }

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

  .footer__contacts-name {
    display: block;
    text-align: end;
  }

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

  .footer-text {
    text-align: center;
  }
  .footer-text p {
    margin-bottom: 0;
  }
  .footer__logo {
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
  }

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

  .footer .align-items-lg-center {
    display: block !important;
  }

  .footer__contacts {
    padding: 0 10px;
  }

  .footer__contacts-wrapper {
    display: flex;
    justify-content: center;
  }

  .footer__contacts .callback__wrap {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .navbar {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar {
    flex-direction: row;
    align-items: center;
  }
  .navbar__nav {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .header__user-nav {
    margin-left: 0;
  }

  .navbar__callback-line {
    display: none;
  }

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

  .callback.navbar__callback .callback__icon {
    margin-right: 4px;
  }

  .callback__phone {
    white-space: nowrap;
  }
}

@media (min-width: 1440px) {
  .navbar__nav {
    margin-right: 0;
  }
}

.navbar-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-toggle__line {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}

.navbar-toggle__line + .navbar-toggle__line {
  margin-top: 5px;
}

.top-nav__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__navbar::-webkit-scrollbar {
  width: 3px;
  background-color: #ccc;
}
.header__navbar::-webkit-scrollbar-button {
  height: 0;
}
.header__navbar::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #e66933;
}

.top-nav__item {
  margin: 0;
  padding: 0;
  /* border-bottom: 1px solid #828282; */
}

.top-nav__item-link-block {
  display: flex;
  position: relative;
}

.top-nav__link {
  display: block;
  padding: 20px 0px;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  color: inherit;
}

.top-nav__link:hover,
.top-nav__link:active {
  text-decoration: none;
  color: #e66933;
}

.top-nav__link:not(:only-child) {
  position: relative;
  padding-right: 5px;
  width: 100%;
}

.top-nav__link-arrow-block {
  position: relative;
  z-index: 100;
  width: 55px;
  padding: 20px;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .top-nav__link-arrow-block {
    display: none;
  }
}

.top-nav__link-arrow-block:hover {
  cursor: pointer;
}

.top-nav__link-arrow-block:hover .top-nav__link-arrow {
  color: #e66933;
}

.top-nav__link-arrow {
  position: absolute;
  top: 27px;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: margin 0.2s, transform 0.2s;
}

.top-nav__item_active .top-nav__link-arrow {
  margin-top: 0;
  transform: rotate(-135deg);
}

.top-nav__dropdown {
  display: none;
}

.top-nav__item_active .top-nav__dropdown {
  display: block;
  user-select: none;
}

@media (min-width: 1200px) {
  .top-nav__link {
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .top-nav__list {
    flex-direction: row;
    align-items: center;
  }
  .top-nav__item {
    margin: 0;
    border-bottom: none;
  }
  .top-nav__link {
    padding: 42px 5px;
  }
  .top-nav__link:not(:only-child) {
    padding-right: 5px;
  }
  .top-nav__link-arrow {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -11px;
    border: 11px solid transparent;
    border-top-width: 0;
    border-bottom-color: #f5f0f0;
    transform: none !important;
    opacity: 0;
  }
  .top-nav__item:hover .top-nav__link-arrow {
    opacity: 1;
  }
  .top-nav__dropdown {
    display: none;
  }
  .top-nav__item:hover .top-nav__dropdown {
    display: block;
  }
}

@media (min-width: 1440px) {
  .top-nav__link {
    padding: 33px 5px;
    font-size: 0.98em;
  }
  .top-nav__link:not(:only-child) {
    padding-right: 15px;
  }
}

.dropdown {
  padding: 0 20px;
}

.dropdown__container {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.dropdown__item {
  margin: 0;
  padding: 0 0 20px;
}

.dropdown__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.625;
  text-decoration: none;
  color: #ffffff;
}

.dropdown__link:hover,
.dropdown__link:focus {
  text-decoration: underline;
  color: #ffffff;
}

.dropdown__list {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  list-style: none;
}

.dropdown__list-link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.625;
  text-decoration: none;
  color: #e66933;
}

.dropdown__list-link:hover,
.dropdown__list-link:focus {
  text-decoration: underline;
  color: #e66933;
}

@media (max-width: 1200px) {
  .dropdown__list-link {
    color: #fff;
  }
}
@media (max-width: 1439.98px) {
  .dropdown__container {
    padding-right: 0;
    padding-left: 0;
  }
  .top-nav__link {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 990;
    width: 100%;
    padding: 30px 0 6px;
    background-color: #f5f0f0;
    color: #000000;
  }
  .dropdown_normal {
    left: auto;
    width: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .dropdown_normal .dropdown__container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .dropdown_normal .dropdown__item {
    padding-bottom: 12px;
  }
  .dropdown__container {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .dropdown__item {
    padding-bottom: 24px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  .dropdown__link {
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
  }
  .dropdown__link:hover,
  .dropdown__link:focus {
    text-decoration: underline;
    color: #000000;
  }

  .dropdown__span:hover {
    text-decoration: none;
  }

  .dropdown__list {
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .dropdown {
    padding: 50px 0 6px;
  }
  .dropdown_normal {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 38px;
  }
  .dropdown__container {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .dropdown__item {
    padding-bottom: 44px;
  }
  .dropdown__link {
    font-size: 1rem;
  }
  .dropdown__list {
    margin-top: 15px;
  }
  .dropdown__list-link {
    font-size: 1rem;
  }
}

.callback {
  display: flex;
}

.callback__wrap {
  text-align: right;
}

.callback__phone {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  text-decoration: none;
  color: #ffffff;
}

.callback__phone:hover:hover,
.callback__phone:hover:active,
.callback__phone:focus:hover,
.callback__phone:focus:active {
  text-decoration: none;
  color: #e66933;
}

.callback__phone:hover .callback__icon {
  stroke: #e66933;
}

.callback__icon {
  width: 24px;
  height: 24px;
  margin-right: 14px;
  stroke: currentColor;
  stroke-width: 2px;
  transition: stroke 0.2s;
}

.callback__button {
  padding: 0;
  margin: 0;
  font: inherit;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px dashed #828282;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s;
}

.callback__button:hover:hover,
.callback__button:hover:active,
.callback__button:focus:hover,
.callback__button:focus:active {
  text-decoration: none;
  color: #e66933;
}

@media (min-width: 1440px) {
  .callback__phone {
    font-size: 1.125rem;
  }
}

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

.user-nav__item {
  padding-right: 10px;
}

.user-nav__item_has-goods {
  padding-right: 20px;
}

.user-nav__link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.user-nav__icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2px;
  transition: stroke 0.2s;
}

.user-nav__link:hover .user-nav__icon,
.user-nav__link:focus .user-nav__icon {
  stroke: #e66933;
}

.user-nav__goods-count {
  position: absolute;
  top: -10px;
  left: 90%;
  z-index: -1;
  width: 18px;
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #e66933;
}

@media (min-width: 1200px) {
  .user-nav__item {
    padding-right: 20px;
  }
  .user-nav__link,
  .user-nav__icon,
  .user-nav__goods-count {
    width: 20px;
    height: 20px;
  }
  .user-nav__goods-count {
    background-color: #e66933;
    border-radius: 50%;
    color: #000000;
  }
}

@media (min-width: 1440px) {
  .user-nav__item {
    padding-right: 25px;
  }
  .user-nav__link,
  .user-nav__icon,
  .user-nav__goods-count {
    width: 24px;
    height: 24px;
  }
  .user-nav__goods-count {
    font-size: 16px;
    line-height: 24px;
  }
}

.header-search_open .header-search__overlay,
.header-search_open .header-search__form {
  visibility: visible;
  opacity: 1;
  z-index: 990;
}

.header-search__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 182px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(24, 21, 22, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  transition: visibility 0.3s, opacity 0.3s, z-index 0.3s;
}

.header-search__form {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #ffffff;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  transition: visibility 0.3s, opacity 0.3s, z-index 0.3s;
}

.header-search__close {
  position: relative;
  margin: 0 0 0 15px;
  padding: 0;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  transition: all 0.2s;
}

.header-search__close::before,
.header-search__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
  background-color: #505050;
}

.header-search__close::before {
  transform: rotate(45deg);
}

.header-search__close::after {
  transform: rotate(-45deg);
}

.header-search__close:hover,
.header-search__close:focus {
  opacity: 1;
}

@media (min-width: 576px) {
  .header-search__form {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .header-search__form {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .header-search__form {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .header-search__form {
    max-width: 1380px;
  }
}

.main-carousel .container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .main-carousel .owl-nav {
    margin: 0;
  }
  .main-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-carousel .owl-nav .owl-prev {
    left: 34px;
  }
  .main-carousel .owl-nav .owl-next {
    right: 34px;
  }
}

@media (min-width: 1440px) {
  .main-carousel {
    position: relative;
    padding: 1.6875rem 0;
    overflow: hidden;
  }
  .main-carousel .owl-dots {
    right: auto;
    left: 150px;
    bottom: 42px;
    transform: none;
  }
  .main-carousel__bg {
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    background-size: cover;
    background-position: center center;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: background-image 0.5s;
  }
}

.carousel .container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .carousel .owl-nav {
    margin: 0;
  }
  .carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel .owl-nav .owl-prev {
    left: 20px;
  }
  .carousel .owl-nav .owl-next {
    right: 20px;
  }
  .carousel .owl-dots {
    position: absolute;
    margin: 0;
    right: 20px;
    left: 20px;
    bottom: 20px;
  }
}

@media (min-width: 1440px) {
  .carousel {
    position: relative;
    overflow: hidden;
  }
  .carousel .owl-nav .owl-prev {
    left: 42px;
  }
  .carousel .owl-nav .owl-next {
    right: 42px;
  }
  .carousel .owl-dots {
    right: auto;
    left: 60px;
    bottom: 35px;
    transform: none;
  }
}

.banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.section {
  position: relative;
}

.section_margin {
  margin-bottom: 1rem;
}

.section_margin_medium {
  margin-bottom: 1.5rem;
}

.section_margin_large {
  margin-bottom: 1.875rem;
}

.section_margin_xlarge {
  margin-bottom: 2rem;
}

.section_padding {
  padding-top: 1.5rem;
  padding-bottom: 1.875rem;
}

.section-head__link {
  margin-left: auto;
  font-size: 12px;
}

.section-head_margin {
  margin-bottom: 1rem;
}

@media (min-width: 661px) {
  .section_margin_large {
    margin-bottom: 3.25rem;
  }
  .section_margin_xlarge {
    margin-bottom: 4.9375rem;
  }
  .section-head_margin_medium {
    margin-bottom: 1.875rem;
  }
  .section-head__line,
  .section-head__link {
    display: block;
  }
  .section-head__link {
    font-size: 14px;
  }
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .section_margin {
    margin-bottom: 1.75rem;
    /*
          margin-bottom: 1.6875rem;
          &_md {
              margin-bottom: 2.125rem;
          }
          &_lg {
              margin-bottom: 2.45rem;
          }
          &_xl {
              margin-bottom: 4.35rem;
          }
          */
  }
  .section_margin_medium {
    margin-bottom: 2.875rem;
  }
  .section_margin_large {
    margin-bottom: 3.75rem;
  }
  .section_padding {
    padding-top: 1.6875rem;
    padding-bottom: 2.625rem;
  }
  .section_padding_medium {
    padding-top: 2.625rem;
    padding-bottom: 3.375rem;
  }
  .section-head_margin {
    margin-bottom: 1.5rem;
  }
  .section-head_margin_large {
    margin-bottom: 2rem;
  }
  .section-head_margin_xlarge {
    margin-bottom: 3.375rem;
  }
  .section-head__title {
    text-align: left;
  }
  .section-head__title_centered {
    margin: 0 auto;
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .section-head__line {
    flex-grow: 1;
    width: 0;
    height: 1px;
    margin: 0 20px 0 15px;
    background-color: #828282;
  }
  .section-head__link {
    font-weight: 700;
    font-size: 0.875rem;
  }
}

.section-head {
  display: flex;
  align-items: center;
}

.section-head .section-head_invert,
.section-head .section-head_invert > * {
  color: #ffffff;
}

.section-head__title {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 1.6;
}

.section-head_invert .section-head__link {
  color: #ffffff;
}

.section-head_positioned {
  position: absolute;
  top: 1.7rem;
  right: 1.9rem;
  left: 1.9rem;
  z-index: 10;
}
.section-head_positioned > * {
  color: #fff;
}

.post-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.4rem;
}

.post-head__author {
  margin-right: 30px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #828282;
}

.post-head__release {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #828282;
}

.post-head__date {
  font-weight: 400;
}

@media (min-width: 992px) {
  .post-head::before {
    content: "";
    width: 95px;
    height: 2px;
    margin-right: 30px;
    background-color: #e66933;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.7rem;
  font-size: 0.75rem;
}

.breadcrumbs__item {
  text-decoration: none;
  color: #828282;
}

.breadcrumbs__item:hover:not(.breadcrumbs__item_current) {
  text-decoration: underline;
  color: #e66933;
}

.breadcrumbs__separate {
  margin-left: 0.8125rem;
  margin-right: 0.8125rem;
  width: 7px;
  height: 10px;
  background: url("../img/breadcrumbs-separate.svg") no-repeat 50% 50%;
}

.page-title {
  margin-top: 0.5rem;
  margin-bottom: 2.3rem;
  font-size: 28px;
}

.page-subtitle {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .page-title {
    margin-bottom: 3.8rem;
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .page-title {
    font-size: 22px;
  }
}

.inner-menu {
  margin-bottom: 30px;
  overflow: auto;
}

.inner-menu__container {
  display: flex;
}

.inner-menu__list {
  display: flex;
  flex: 0 0 auto;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-menu__item {
  flex: 0 0 auto;
  margin: 0;
  padding: 0 1.875rem 0.875rem 0;
}

.inner-menu__item:last-child {
  margin-right: 10px;
  padding-right: 0;
}

.inner-menu__item_active .inner-menu__link {
  position: relative;
  color: #252525;
}

.inner-menu__item_active .inner-menu__link::after {
  content: "";
  position: absolute;
  bottom: -0.875rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #e66933;
}

.inner-menu__link {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  vertical-align: middle;
  text-decoration: none;
  color: #e66933;
}

.inner-menu__link:hover,
.inner-menu__link:active {
  color: #252525;
}

@media (min-width: 576px) {
  .inner-menu__item:last-child {
    margin-right: calc((100vw - 540px) / 2);
  }
}

@media (min-width: 992px) {
  .inner-menu__item:last-child {
    margin-right: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1200px) {
  .inner-menu__item {
    padding-right: 3.75rem;
  }
  .inner-menu__item:last-child {
    margin-right: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 1440px) {
  .inner-menu__item:last-child {
    margin-right: calc((100vw - 1380px) / 2);
  }
}

.features {
  padding-bottom: 22px;
  background-color: #231f20;
}

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

.features__item {
  flex: 0 1 100%;
  max-width: 100%;
  margin-top: 22px;
  text-align: center;
}

.features__item img {
  max-width: 100%;
}

@media (min-width: 576px) {
  .features__item {
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .features__list {
    flex-wrap: nowrap;
    justify-content: space-around;
    justify-content: space-evenly;
  }
  .features__item {
    flex-basis: 0 1 auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.news-slider__wrap {
  position: relative;
}
.news-slider__wrap .owl-dots {
  position: absolute;
  margin: 0;
  bottom: 18px;
  left: 20px;
}
@media (min-width: 1200px) {
  .news-slider__wrap .owl-dots {
    bottom: 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1199.98px) {
  .news-slider__wrap .owl-dots {
    bottom: 30px;
    left: 1.5rem;
  }
  .news-slider .section-head_positioned,
  .news-slide .news-slide__title,
  .news-slider__wrap .owl-dots {
    position: static;
  }
  .news-slider .section-head_positioned > *,
  .news-slide .news-slide__title {
    color: #000;
  }
  .news-slider__wrap .owl-dots {
    position: static;
  }
}

.news-slide {
  display: flex;
  flex-direction: column;
  position: relative;
}
.news-slide__title {
  position: absolute;
  bottom: 80px;
  right: 1.9rem;
  left: 1.9rem;
  color: #ffffff;
  pointer-events: none;
}

.news-slide__pic {
  margin-bottom: 0.75rem;
}

.news-slide__pic img {
  display: block;
  width: 100%;
}

.news-slide__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
}

.news-slide__title:hover,
.news-slide__title:active {
  text-decoration: none;
  color: #e66933;
}

.brands__list .owl-stage {
  display: flex;
}

/* .brands__list .owl-dots {
  display: none;
} */

.brands__list .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.catalog-sections__item {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .catalog-sections__item {
    margin-bottom: 20px;
  }
}

.catalog-section {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .catalog-section {
    position: relative;
  }
}

.catalog-section__pic {
  margin-bottom: 0.75rem;
}

@media (min-width: 1200px) {
  .catalog-section__pic {
    margin-bottom: 0;
  }
}

.catalog-section__image {
  display: block;
  width: 100%;
  height: auto;
}

.catalog-section__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
  color: inherit;
}

.catalog-section__title:hover,
.catalog-section__title:active {
  text-decoration: none;
  color: #e66933;
}

@media (min-width: 1200px) {
  .catalog-section__title {
    position: absolute;
    top: 2.1rem;
    right: 1.9rem;
    left: 1.9rem;
    color: #ffffff;
    pointer-events: none;
  }
}

@media (min-width: 1440px) {
  .catalog-section__title {
    font-size: 1.875rem;
  }
}

.about__description {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .about__description {
    font-size: 16px;
  }
}

@media (min-width: 661px) {
  .sertificates__wrap {
    padding-right: calc(100% / 12);
    padding-left: calc(100% / 12);
  }
}

.sertificates__picture {
  display: block;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 10px 20px rgba(0, 0, 0, 0.04);
}

@media (min-width: 992px) {
  .sertificates__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
  }
  .sertificates__image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .sertificates .owl-prev,
  .sertificates .owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
  .sertificates .owl-prev {
    left: 0;
  }
  .sertificates .owl-next {
    right: 0;
  }

  .blog__item {
    margin-bottom: 20px;
  }
}

.blog__item {
  margin-bottom: 30px;
}

.blog-post {
  display: flex;
  flex-direction: column;
}

.blog-post__pic {
  position: relative;
  margin-bottom: 0.75rem;
}

.blog-post__image {
  display: block;
  width: 100%;
  height: auto;
}

.blog-post__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-post__text > * {
  max-width: 100%;
}

.blog-post__title {
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  color: inherit;
}

.blog-post__title:hover,
.blog-post__title:active {
  text-decoration: none;
  color: #e66933;
}

.blog-post:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 57.96%,
    rgba(0, 0, 0, 0) 95.1%
  );
  transform: rotate(-180deg);
  z-index: 1;
}
.blog-post {
  position: relative;
}
.blog-post__pic {
  margin-bottom: 0;
}
.blog-post__text {
  position: absolute;
  bottom: 30px;
  right: 1.9rem;
  left: 1.9rem;
  color: #ffffff;
  pointer-events: none;
  z-index: 2;
}
.blog-post__link {
  pointer-events: auto;
}

.blog-post__description {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.62;
}

.blog-post__link {
  font-size: 1rem;
  line-height: 1.62;
}

.blog-post__link:hover,
.blog-post__link:active {
  text-decoration: none;
  color: #e66933;
}

@media (min-width: 1200px) {
  .blog-post {
    position: relative;
  }
  .blog-post__pic {
    margin-bottom: 0;
  }
  .blog-post__text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 1.9rem 3rem;
    color: #ffffff;
    pointer-events: none;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 57.96%,
      rgba(0, 0, 0, 0) 95.1%
    );
  }

  .blog-post__link {
    pointer-events: auto;
  }
}

@media (min-width: 1440px) {
  .blog-post__title {
    margin-bottom: 1.4rem;
    font-size: 1.625rem;
  }

  .blog-post__description {
    margin-bottom: 1.7rem;
    font-size: 1.125rem;
  }
  .blog-post__link {
    font-size: 1.125rem;
  }
}

.products__categories {
  margin-bottom: 2rem;
}

.products__view-panel {
  margin-bottom: 1.5rem;
}

.products__wrap {
  margin-bottom: -20px;
}

.search-page + div .products__wrap {
  display: flex;
}

.search-page + div .product {
  display: block;
  max-width: 1035px;
  margin: auto;
}

.products__column {
  display: flex;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .products__categories {
    margin-bottom: 3.6rem;
  }
}

.product {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px 0 0;
  background: #ffffff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 10px 20px rgba(0, 0, 0, 0.04);
}

.product__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.6875rem;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .product__top {
    flex-wrap: nowrap;
  }
}

.product__rating {
  margin: 0.5rem 1rem;
}

.product__action {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.product__action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.product__action-button + .product__action-button {
  margin-left: 0.8rem;
}

.product__action-button_active .product__icon {
  stroke: #e66933;
}

.product__icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #bdbdbd;
  stroke-width: 2px;
  transition: stroke 0.2s;
}

.product__picture-wrap {
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.product__picture {
  position: relative;
  width: 100%;
  height: 280px;
  min-height: 100%;
  /* height: 100%; */
}

@media (max-width: 1000px) {
  .product:not(.column) .product__picture {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .product:not(.column) .product__picture {
    height: 150px;
  }
}

@media (max-width: 400px) {
  .product:not(.column) .product__picture {
    height: 130px;
  }
}

.product__picture_square {
  height: 0;
  padding-top: 100%;
}

.product__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  height: 100%;
}

.product__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 15px 20px;
  flex-basis: auto;
}

.product__info_gray {
  padding-top: 15px;
  background-color: #f3f3f3;
}

.product__title {
  display: block;
  margin-top: 6px;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  word-wrap: break-word;
}

.product__title:hover,
.product__title:active {
  text-decoration: none;
  color: #e66933;
}

.product__props {
  display: none;
}

.product__purchase {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}

.product__quantity-wrap,
.product__price-wrap {
  margin-bottom: 1rem;
}

.products__wrap-blog .product__price-wrap {
  margin-right: 0.5rem;
}

.product__quantity-wrap {
  flex: 0 0 108px;
  margin-right: 26px;
}

.product__caption {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #bdbdbd;
}

.product__price {
  font-size: 1.25rem;
  line-height: 34px;
  color: #e66933;
}

.product__buttons {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex-grow: 1;
  margin-bottom: -0.75rem;
}

.products__wrap-blog .product__buttons {
  flex-direction: row;
  margin-left: -5px;
  margin-right: -5px;
  flex-wrap: wrap;
}

.products__wrap-blog .product__buttons .product__button {
  margin-left: 5px;
  margin-right: 5px;
  white-space: nowrap;
}

.product__button {
  flex-grow: 1;
  flex-basis: auto;
  margin-bottom: 0.75rem;
}

.products__wrap-blog .product__button {
  align-self: center;
  min-width: 140px;
}

.products__wrap-blog .button.button_outline.product__button {
  width: 100%;
}

.products__wrap-blog .product__buttons .button.button_outline.product__button {
  width: auto;
}

@media (max-width: 991px) {
  .products__wrap-blog .product__button {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .product__top {
    padding-right: 22px;
    padding-left: 22px;
  }
  .product__picture-wrap {
    padding-right: 29px;
    padding-left: 29px;
  }
  .product__info {
    padding: 0 22px 30px;
  }
  .product__info_gray {
    padding-top: 22px;
  }
}

.authors__layout {
  padding-top: 30px;
  border-top: 1px solid #828282;
}

.authors__column {
  margin-bottom: 30px;
}

.authors__sidebar > :last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .authors__layout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .authors__column {
    margin-bottom: 0;
  }
}

.author {
  display: flex;
  flex-direction: column;
}

.author__pic {
  flex: 0 0 auto;
  width: 210px;
  margin: 0 auto 20px;
}

.author__text {
  flex: 1 1 auto;
}

.author__title {
  margin-top: 0;
  margin-bottom: 1.375rem;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
  line-height: 1.6;
  color: #000000;
}

.author__description {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  line-height: 1.62;
}

.author__description p {
  margin: 0;
}

.author__link {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .author {
    flex-direction: row;
    align-items: center;
  }
  .author__pic {
    flex: 0 0 auto;
    width: 210px;
    margin-right: 40px;
  }
  .author__description {
    font-size: 1.125rem;
  }
}

.article__wrap {
  margin-bottom: -20px;
}

.articles__column {
  margin-bottom: 20px;
}

.article-post {
  display: flex;
  flex-direction: column;
}

.article-post__pic {
  margin-bottom: 1rem;
}

.article-post__image {
  display: block;
  width: 100%;
  height: auto;
}

.article-post__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.article-post__text > * {
  max-width: 100%;
}

.article-post__title {
  display: block;
  margin-bottom: 0.375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  color: #000000;
}

.article-post__title:hover,
.article-post__title:active {
  text-decoration: none;
  color: #e66933;
}

.article-post__description {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.42;
}

.news {
  background: #252525;
  color: #ffffff;
}

.news_light {
  background: none;
  color: inherit;
}

.news__wrap {
  margin-bottom: -30px;
}

.news__item {
  margin-bottom: 30px;
}

@media (min-width: 1440px) {
  .news__wrap {
    margin-right: -40px;
    margin-left: -40px;
  }
  .news__item {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.news-post {
  display: flex;
  flex-direction: column;
}

.news-post__pic {
  margin-bottom: 1rem;
}

.news-post__image {
  display: block;
  width: 100%;
  height: auto;
}

.news-post__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news-post__text > * {
  max-width: 100%;
}

.news-post__date {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #bdbdbd;
}

.news-post__title {
  margin-bottom: 0.375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: underline;
  color: #e66933;
}

.news-post__description {
  font-size: 0.75rem;
  line-height: 1.42;
}

.vignette {
  position: relative;
  z-index: 10;
  display: block;
}

.vignette::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2.5%;
  left: 0;
  z-index: -1;
  background: url("../img/vignette.svg") no-repeat center bottom/contain;
}

.vignette__image {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tags__item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.tags__show-all {
  margin: 0 0 10px 10px;
  padding: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  font-family: inherit;
  text-decoration: none;
  background: none;
  border: none;
  border-bottom: 1px dashed currentColor;
  color: #000000;
  cursor: pointer;
  transition: color 0.2s;
}

.tags__show-all:hover,
.tags__show-all:focus {
  color: #e66933;
}

.tag {
  display: inline-block;
  padding: 8px 1em;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  color: #e66933;
  border: 1px solid currentColor;
  border-radius: 4px;
}

.tag_active {
  color: #252525;
}

.tag_hidden {
  display: none;
}

.back {
  margin-bottom: 1rem;
}

.back_top {
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e66933;
}

.back_bottom {
  margin-bottom: 3.125rem;
}

.back__link {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.4;
  text-decoration: none;
  color: #000000;
}

.back__icon {
  fill: #e66933;
  width: 34px;
  height: 16px;
  margin-right: 10px;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .back_bottom {
    margin-bottom: 5.9rem;
  }
}

.partners__wrap {
  padding: 15px 20px 20px;
  background-color: #f5f0f0;
  border-top: 2px solid #e66933;
  border-bottom: 1px solid #e66933;
}

.partners__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1.625;
}

.partners__item {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}

.partners__item::before {
  content: "";
  position: absolute;
  top: calc(0.8125rem - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
}

.partners__link {
  text-decoration: none;
  color: #000000;
}

.partners__link:hover,
.partners__link:active {
  text-decoration: none;
  color: #e66933;
}

@media (min-width: 576px) {
  .partners__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .partners__item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

@media (min-width: 992px) {
  .partners__wrap {
    padding: 25px 30px 30px;
  }
  .partners__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}

@media (min-width: 1200px) {
  .partners__wrap {
    padding: 50px 45px 55px;
  }
  .partners__list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px;
  }
}

.partner-detail__panel {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.partner-detail__panel-text {
  flex: 0 1 auto;
  margin-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
}

.partner-detail__panel-select {
  flex: 0 1 270px;
}

.partner-detail__panel-select .form__select {
  font-size: 0.875rem;
}

.partner-detail__map {
  width: 100%;
  height: 250px;
  margin-bottom: 2rem;
}

.partner-detail__table {
  width: 100%;
}

.partner-detail__table thead th {
  padding: 0.5rem 1rem 0.5rem 0;
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
}

.partner-detail__table tbody td {
  padding: 0.2rem 1rem 0.2rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  vertical-align: top;
}

@media (min-width: 992px) {
  .partner-detail {
    padding-top: 2rem;
  }
  .partner-detail__panel {
    margin-bottom: 1.75rem;
  }
  .partner-detail__panel-text {
    margin-right: 1.5rem;
    font-size: 1.125rem;
  }
  .partner-detail__panel-select .form__select {
    font-size: 1.125rem;
  }
  .partner-detail__map {
    height: 400px;
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .partner-detail__map {
    height: 540px;
  }
  .partner-detail__table thead th {
    padding: 0.7rem 1rem 0.7rem 0;
    font-size: 1.625rem;
  }
  .partner-detail__table tbody td {
    padding: 0.25rem 1rem 0.25rem 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.table-responsive {
  overflow: auto;
}

.availability {
  font-size: 0.75rem;
  color: #eb5757;
}

.availability_available {
  color: #219653;
}

@media (max-width: 400px) {
  .product__top .availability {
    max-width: 60px;
  }

  .product__article {
    margin-bottom: 5px;
  }
}

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

.rating__item {
  display: none;
}

.rating__icon {
  width: 15px;
  height: 15px;
  fill: #e66933;
}

.rating__value {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #bdbdbd;
}

.rating__value .rating__icon {
  margin-right: 3px;
  transform: translateY(-1px);
}

@media (min-width: 992px) {
  .rating__item {
    display: flex;
  }
  .rating__item + .rating__item {
    margin-left: 3px;
  }
  .rating__value {
    display: none;
  }
}

.offers {
  margin-bottom: 2rem;
}

.offers__title {
  margin-bottom: 0.875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #000000;
}

.offers__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 8px -5px;
  padding: 0;
  list-style: none;
}

.offers__item {
  position: relative;
  min-width: 36px;
  margin: 0 0 5px 5px;
  padding: 0.25rem 0.58rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: transparent;
  border: 1px solid #bdbdbd;
  color: #505050;
  cursor: pointer;
  transition: all 0.2s;
}
.offers__item:hover {
  border-color: #e66933;
  color: #e66933;
}
.offers__item.offers__item_active:hover {
  color: #fff;
}
.offers__item_active {
  background-color: #e66933;
  border-color: #e66933;
  color: #ffffff;
  pointer-events: none;
}
.offers__item_disabled {
  background-color: #e0e0e0;
  pointer-events: none;
}
.offers__item_disabled::before,
.offers__item_disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  margin-left: -20px;
  background-color: #828282;
}
.offers__item_disabled::before {
  transform: rotate(45deg);
}
.offers__item_disabled::after {
  transform: rotate(-45deg);
}

.offers__text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.props {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4;
  border: none;
  border-collapse: collapse;
}

.props_big {
  font-size: 1rem;
  line-height: 1.7;
}

.props_big .props__name::after {
  top: 19px;
  bottom: initial;
}

.props__caption {
  margin-bottom: 1.125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  caption-side: top;
  text-align: left;
  color: #000000;
}

.props__item {
  color: #505050;
}

.props__name,
.props__value {
  padding: 0;
  vertical-align: top;
}

.props__name {
  position: relative;
  width: 50%;
}

.props__name span {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  background: #ffffff;
}

.props__name::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2px;
  height: 1px;
  background-color: #bdbdbd;
}

.props_on-gray .props__name span {
  background: #f3f3f3;
}

.props__value {
  width: 50%;
  padding-left: 10px;
}

.quantity {
  display: flex;
}

.quantity__button {
  width: 32px;
  height: 34px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1.125rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  color: #000000;
  transition: all 0.2s;
}

.quantity__button:first-child {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.quantity__button:last-child {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.quantity__button:not(.quantity__button_disabled):hover {
  color: #e66933;
}

.quantity__button_disabled {
  background: #f1f1f1;
  cursor: default;
}

.quantity__field {
  width: 44px;
  height: 34px;
  text-align: center;
  border: 1px solid #e0e0e0;
  outline: none;
  border-radius: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 0 5px;
  text-align: center;
}

.quantity__field:focus {
  border-radius: 0;
}

.quantity__field::-webkit-outer-spin-button,
.quantity__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__field:hover,
.quantity__field:focus {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.quantity__field:focus {
  border-color: #e66933;
}

.collapsible__header {
  position: relative;
  padding-right: 17px;
  cursor: pointer;
}

.collapsible__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid #989ca3;
  border-bottom: 2px solid #989ca3;
  transform: rotate(45deg);
  transition: 0.3s;
}

.collapsible__item.is-active > .collapsible__header::after {
  margin-top: -1px;
  transform: rotate(-135deg);
}

.collapsible__body {
  display: none;
}

.catalog-menu {
  margin: 0 0 20px;
  padding: 2rem 1.35rem;
  list-style: none;
  background-color: #f9f9f9;
  color: #000000;
}

.header__mob-menu-cont .catalog-menu {
  padding-top: 24px;
}

.catalog-menu__section {
  margin: 0;
  padding: 0 0 20px;
}

.catalog-menu__title {
  font-size: 0.875rem;
  line-height: 1.625;
  text-decoration: none;
  color: #000000;
}

@media (min-width: 1200px) {
  .catalog-menu__title {
    font-weight: 500;
    font-size: 1rem;
  }
}

.catalog-menu__list {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  list-style: none;
}

.catalog-menu__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.625;
  text-decoration: none;
  color: #252525;
}

.catalog-menu__link.is-selected {
  color: #e66933;
}

@media (min-width: 1200px) {
  .catalog-menu__link {
    font-size: 1rem;
  }
}

/* для мобильного меню, перенесенного в боковую всплывашку start */
.header__mob-menu-cont .catalog-menu {
  background-color: #333;
  color: #fff;
}

.header__mob-menu-cont .catalog-menu__title,
.header__mob-menu-cont .catalog-menu__link {
  color: #fff;
}
.header__mob-menu-cont .catalog-menu__title:hover,
.header__mob-menu-cont .catalog-menu__link:hover {
  color: #e66933;
}

/* для мобильного меню, перенесенного в боковую всплывашку end */

.filter {
  background-color: #f9f9f9;
}

.filter__head {
  padding: 1.7rem 1.35rem 1rem;
}

.filter__title {
  position: relative;
  margin: 0;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}

.filter__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 2px;
  background-color: #e66933;
}

.filter__item {
  position: relative;
  padding: 0 1.35rem;
}

.filter__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1.35rem;
  left: 1.35rem;
  height: 1px;
  background-color: #f2f2f2;
}

.filter__name {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1rem;
  line-height: 1.4;
}

.filter__content {
  margin: 0 -1.35rem;
  padding: 0 1.35rem 1.5rem;
}

.filter__item_switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.35rem;
}

.filter__item_switch .filter__name {
  padding: 0;
}

.filter__item_switch .filter__content {
  padding: 0;
}

.filter__prop + .filter__prop {
  margin-top: 0.5rem;
}

.filter__prop-text {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #252525;
}

.filter__checkbox {
  position: absolute;
  opacity: 0;
}

.filter__checkbox + .filter__prop-text {
  position: relative;
  padding: 0 0 0 2.0625rem;
}

.filter__checkbox + .filter__prop-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: #f5f5f5 no-repeat center;
  border: 1px solid #dadada;
  border-radius: 4px;
}

.filter__checkbox:checked + .filter__prop-text::before {
  background-image: url("../img/check.svg");
  background-size: 13px 9px;
}

.filter__checkbox:disabled + .filter__prop-text {
  opacity: 0.5;
}

.filter__checkbox:disabled + .filter__prop-text::before {
  background: #f9f9f9;
}

.filter__radio {
  position: absolute;
  opacity: 0;
}

.filter__radio + .filter__prop-text {
  position: relative;
  padding: 0 0 0 2.0625rem;
}

.filter__radio + .filter__prop-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: #f5f5f5 no-repeat center;
  border: 1px solid #dadada;
  border-radius: 50%;
}

.filter__radio:checked + .filter__prop-text::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 0.3125rem;
  left: 0.3125rem;
  background-color: #e66933;
  border-radius: 50%;
}

.filter__radio:disabled + .filter__prop-text {
  opacity: 0.5;
}

.filter__radio:disabled + .filter__prop-text::before {
  background: #f9f9f9;
}

.filter__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.75rem 1.35rem 2rem;
}

.filter__button {
  margin-bottom: 1.2rem;
  padding-right: 3.9rem;
  padding-left: 3.9rem;
}

.filter__reset {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: inherit;
  background: none;
  border: none;
  border-bottom: 1px dashed currentColor;
  color: #e66933;
  cursor: pointer;
}

/* для мобильного фильтра, перемещенного в боковую всплывашку start */
.header__mob-filter-cont .filter {
  background-color: #333333;
  color: #fff;
}

.header__mob-filter-cont .filter__head {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.header__mob-filter-cont .filter__prop-text {
  color: #fff;
}

.header__mob-filter-cont .price-slider__input {
  background-color: #333333;
  color: #fff;
  border: 1px solid #bdbdbd;
}
/* для мобильного фильтра, перемещенного в боковую всплывашку end*/

.switch {
  position: relative;
  display: inline-block;
  padding: 0 0 0 46px;
  min-height: 20px;
  margin: 0;
  cursor: pointer;
}

.switch_empty {
  padding-left: 36px;
}

.switch__checkbox {
  position: absolute;
  opacity: 0;
  cursor: inherit;
}

.switch__checkbox-text {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
}

.switch__checkbox-text::before,
.switch__checkbox-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.3s;
  box-sizing: border-box;
}

.switch__checkbox-text::before {
  left: 0;
  width: 36px;
  height: 20px;
  margin-top: -10px;
  border-radius: 10px;
  background: #bdbdbd;
}

.switch__checkbox-text::after {
  left: 2px;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  background: #fff;
  border-radius: 50%;
}

.switch__checkbox:checked + .switch__checkbox-text::before {
  background-color: #e66933;
}

.switch__checkbox:checked + .switch__checkbox-text::after {
  left: 18px;
}

.switch__checkbox:focus + .switch__checkbox-text::before {
  box-shadow: 0 0 0 3px rgba(230, 105, 51, 0.2);
}

.switch__checkbox:disabled + .switch__checkbox-text {
  opacity: 0.35;
}

.switch__checkbox:disabled + .switch__checkbox-text::before {
  background: #999;
}

.price-slider__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}

.price-slider__input {
  width: calc(50% - 0.25rem);
  height: 40px;
  padding: 0 1rem;
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #dadada;
  border-radius: 4px;
  color: #252525;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.price-slider__input::-webkit-outer-spin-button,
.price-slider__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-slider .ui-slider-horizontal {
  height: 1px;
  background-color: #dadada;
  border: none;
  border-radius: 0;
}

.price-slider .ui-slider-range {
  top: 0;
  background-color: #e66933;
  border: none;
}

.price-slider .ui-slider-handle {
  top: -8px;
  width: 17px;
  height: 17px;
  background-color: #e66933;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.categories {
  position: relative;
  padding-top: 14px;
  padding-bottom: 30px;
  border-top: 2px solid #e66933;
  border-bottom: 2px solid #e66933;
}

.categories__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -17px -10px;
  align-items: center;
}

@media (max-width: 600px) {
  .categories {
    display: none;
  }
  .categories__list {
    margin-left: 0;
    margin-right: 0;
  }
}

.categories__item {
  margin: 0 0 0;
  padding: 0 17px;
}

.categories__item_hidden {
  display: none;
}

.categories__item_active .categories__name {
  color: #e66933;
}

.categories__wrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

.categories__wrap:hover,
.categories__wrap:active {
  text-decoration: none;
  color: #e66933;
}

.categories__wrap_active .categories__name {
  color: #e66933;
}

.categories__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-bottom: 9px;
}

.categories__image {
  width: auto;
  height: 56px;
}

.categories__name {
  width: 100%;
  max-width: 92px;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1;
}

.categories__show-all {
  position: absolute;
  right: -0.75rem;
  bottom: -1.05rem;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  font-family: inherit;
  text-decoration: none;
  background: #ffffff;
  border: none;
  color: #000000;
  cursor: pointer;
  transition: color 0.2s;
}

@media (max-width: 800px) {
  .categories__show-all {
    right: 0;
    padding-right: 0;
  }
}

.categories__show-all:hover,
.categories__show-all:focus {
  color: #e66933;
  outline: none;
}

.categories__show-all span {
  border-bottom: 1px dashed currentColor;
}

.categories_limited .categories__item:nth-child(n + 15) {
  display: none;
}

@media (max-width: 1439.98px) {
  .categories_limited .categories__item:nth-child(n + 11) {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .categories_limited .categories__item:nth-child(n + 7) {
    display: none;
  }
}

@media (min-width: 576px) {
}

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

@media (min-width: 1440px) {
}

.view-panel__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -1rem;
}

.view-panel__listing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.2;
}

.view-panel__label {
  margin-right: 20px;
  font-weight: 700;
  color: #000000;
}

@media (max-width: 992px) {
  .view-panel__label {
    width: 100%;
    margin-bottom: 8px;
  }
}

.view-panel__item {
  display: flex;
  align-items: center;
  margin-right: 20px;
  /* text-decoration: underline; */
  text-decoration: none;
  color: #000000;
}

.view-panel__item:last-child {
  margin-right: 0;
}

.view-panel__item:hover,
.view-panel__item:active,
.view-panel__item.active {
  text-decoration: none;
  color: #e66933;
}

.view-panel__arrow {
  width: 13px;
  height: 10px;
  margin-right: 10px;
  fill: currentColor;
}

.pagination {
  margin-top: 2.5rem;
}

.pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination__item {
  margin: 0 0.125rem;
  padding: 0;
}

.pagination__item_prev {
  margin-right: 1rem;
}

.pagination__item_next {
  margin-left: 1rem;
}

.pagination__item_prev .pagination__link,
.pagination__item_next .pagination__link {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25;
}

.pagination__link {
  display: inline-block;
  min-width: 1.875rem;
  height: 1.875rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 50%;
  color: #828282;
}

.pagination__link:hover,
.pagination__link:focus {
  color: #e66933;
}

.pagination__link_current {
  color: #e66933;
}

@media (min-width: 992px) {
  .pagination {
    margin-top: 3.75rem;
  }
}

.catalog-description__text {
  font-size: 1rem;
  line-height: 1.62;
}

@media (min-width: 992px) {
  .catalog-description__text {
    font-size: 1.125rem;
  }
}

.related-topics {
  padding: 1.625rem 1.25rem 2.25rem;
  background-color: #f3f3f3;
}

.related-topics__head {
  margin-bottom: 30px;
}

.related-topics__title {
  position: relative;
  margin: 0;
  font-weight: 700;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.related-topics__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 2px;
  background-color: #e66933;
}

.related-topics__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-topics__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 22px;
}

.related-topics__item:last-child {
  margin-bottom: 0;
}

.related-topics__item > * {
  max-width: 100%;
}

.related-topics__author {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #747474;
}

.related-topics__name {
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  color: #252525;
}

.related-topics__name:hover,
.related-topics__name:active {
  text-decoration: none;
  color: #e66933;
}

.gallery__carousel {
  margin-bottom: 20px;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
}

.gallery__picture {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 77.61%;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.gallery__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.gallery__nav {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}

.gallery__nav-arrows button {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 30px;
  margin: -15px 0 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.gallery__nav-arrows button.owl-prev {
  left: 0;
}

.gallery__nav-arrows button.owl-next {
  right: 0;
}

.gallery__nav-arrows button.disabled {
  opacity: 0.5;
  cursor: default;
}

.gallery__nav-arrows button svg {
  fill: none;
  stroke-width: 2px;
  stroke: #e66933;
}

.gallery__nav-picture {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65.71%;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}

.owl-item.current > .gallery__nav-picture {
  border-color: #e66933;
}

.gallery__nav-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

@media (min-width: 992px) {
  .gallery__carousel.owl-theme .owl-nav button {
    bottom: -79px;
  }
  .gallery__nav-picture {
    height: 92px;
  }
}

.tabs {
  display: none;
}

.tabs-content__block {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.67;
}

.tabs-content__block:last-child {
  margin-bottom: 0;
}

.tabs-content__block p {
  margin: 0;
}

.tabs-content__block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs-content__block ul li {
  position: relative;
  padding: 0 0 0 2.1875rem;
}

.tabs-content__block ul li::before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
}

.tabs-content__title {
  margin-top: 0;
  margin-bottom: 1em;
}

@media (min-width: 1025px) {
  .tabs {
    display: block;
    margin-bottom: 3.75rem;
  }
  .tabs__nav {
    display: flex;
    margin-bottom: -3px;
    margin-left: -3px;
  }
  .tab {
    flex: 0 1 auto;
    margin: 0 0 3px 3px;
    padding: 1rem 1.05rem;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
  }
  .tab:not(.tab_active):hover,
  .tab:not(.tab_active):focus {
    background: #d1d1d1;
    border-color: #d1d1d1;
    color: #000000;
  }
  .tab_active {
    background-color: #424242;
    border-color: #424242;
    color: #ffffff;
  }
  .tabs-content__block {
    display: none;
    margin: 0;
    font-size: 1.125rem;
  }
  .tabs-content__block_active {
    display: block;
  }
  .tabs-content__title {
    display: none;
  }
}

@media (min-width: 1440px) {
  .tab {
    padding: 1rem 2.79rem;
  }
}

.product-detail__section_main {
  background-color: #f3f3f3;
}

.product-detail__wrap {
  margin-bottom: -20px;
}

.product-detail__column {
  margin-bottom: 20px;
}

.product-detail__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.product-detail__number {
  width: 100%;
  margin-bottom: 5px;
  margin-right: 34px;
  font-size: 0.875rem;
  color: #505050;
}

@media (min-width: 768px) {
  .product-detail__number {
    width: auto;
    margin: 0 34px 0 0;
  }
}

.product-detail__availability {
  font-weight: 700;
  font-size: 0.875rem;
}

.product-detail__rating {
  margin: 0 1.7rem;
}

@media (max-width: 335px) {
  .product-detail__rating {
    margin: 0 1.2rem;
  }
}

.product-detail__action {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.product-detail__action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 14px;
}

.product-detail__icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #bdbdbd;
  stroke-width: 2px;
  transition: stroke 0.2s;
}

.product-detail__action-button:hover .product-detail__icon,
.product-detail__action-button:focus .product-detail__icon {
  stroke: #e66933;
}

.product-detail__action-button_active .product-detail__icon {
  stroke: #e66933;
}

.product-detail__pictures {
  position: relative;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #f3f3f3;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04),
    0 0 1px rgba(0, 0, 0, 0.04);
}

.product-detail__brand,
.product__discount-wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  max-width: 150px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-detail__brand-link {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  /* .product-detail:not(.product-detail__v2) .product-detail__brand {
        position: static;
    } */

  .product-detail__brand-link {
    display: none;
  }
}

@media (min-width: 992px) {
  .product-detail__brand {
    top: 30px;
    left: 30px;
    max-width: 225px;
  }
}

.product-detail .gallery__carousel {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.product-detail .gallery__picture {
  border-radius: 0;
}

.product-detail__remainder {
  margin: 0 0 1.5rem;
  padding: 24px 20px;
  background-color: #ececec;
  color: #505050;
}

.product-detail__remainder-title {
  margin-bottom: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #000000;
}

.product-detail__remainder-pickuptoday {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #000000;
}

.product-detail__remainder-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.product-detail__remainder-item {
  margin-bottom: 0.75rem;
}

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

.product-detail__remainder-wrap {
  display: flex;
}

.product-detail__remainder-stock {
  margin-right: 15px;
  /* flex: 2 1 86%; */
  font-weight: bold;
  flex-grow: 1;
}

.product-detail__remainder-address {
  margin-right: 15px;
}

.product-detail__remainder-count {
  font-weight: 700;
  font-size: 1rem;
  /* flex: 1 2 10%; */
}

@media (max-width: 1024px) {
  .product-detail__remainder-count {
    color: #e66933;
    white-space: nowrap;
  }

  .product-detail__buttons,
  .product-detail__block-buttons {
    flex-direction: column;
    display: flex;
  }

  .product-detail__buttons a,
  .product-detail__block-buttons a {
    margin-left: 0;
  }

  .tabs-content__title {
    position: relative;
    flex: 0 1 auto;
    margin: 0;
    padding: 1rem 1.05rem;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-family: inherit;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
  }

  .tabs-content__block.tabs-content__block--mobile-active .tabs-content__title {
    background-color: #424242;
    border-color: #424242;
    color: #ffffff;
  }

  .tabs-content__title::before,
  .tabs-content__title::after {
    content: "";
    height: 1px;
    width: 10px;
    border: 0;
    background-color: #000;
    position: absolute;
    transition: transform 0.3s;
  }

  .tabs-content__title::before {
    transform: rotateZ(-45deg);
    right: 10px;
    top: 50%;
  }

  .tabs-content__title::after {
    transform: rotateZ(45deg);
    right: 17px;
    top: 50%;
  }

  .tabs-content__block.tabs-content__block--mobile-active
    .tabs-content__title::before {
    transform: rotateZ(45deg);
    background-color: #fff;
  }

  .tabs-content__block.tabs-content__block--mobile-active
    .tabs-content__title::after {
    transform: rotateZ(-45deg);
    background-color: #fff;
  }

  .tabs-content__block {
    margin-bottom: 2px;
  }

  .tabs-content__content {
    display: none;
    margin-top: 14px;
  }

  .tabs-content__block.tabs-content__block--mobile-active
    .tabs-content__content {
    display: block;
  }

  .tabs-content__content .props__name {
    font-weight: bold;
    font-size: 16px;
  }
  .tabs-content__content .props__value b {
    font-weight: 400;
    font-size: 16px;
  }

  .tabs-content__content .props__name::after {
    display: none;
  }
  .tabs-content__content table.props caption.props__caption {
    display: none;
  }
}

.product-detail__props {
  margin-bottom: 1.5rem;
}

.product-detail__purchase {
  display: flex;
  flex-wrap: wrap;
}

.product-detail__quantity-wrap,
.product-detail__price-wrap {
  margin-bottom: 1.125rem;
}

.product-detail__quantity-wrap {
  flex: 0 0 108px;
  margin-right: 1.125rem;
}

.product-detail__caption {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #000000;
}

.product-detail__price {
  font-size: 2.1875rem;
  line-height: 34px;
  color: #e66933;
}

.product-detail__buttons {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
}

.product-detail__button {
  flex-basis: auto;
  margin-bottom: 1.125rem;
  margin-left: 1.125rem;
}

.product-detail__bonuses {
  padding: 17px 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background: #ececec;
  color: #505050;
}

.product-detail__bonuses p {
  margin: 0;
}

@media (min-width: 992px) {
  .product-detail__section_main {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 44px;
  }
  .product-detail__quantity-wrap {
    margin-right: 60px;
  }
  .product-detail__button {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .product-detail__button:first-child {
    margin-left: 0;
  }
  .product-detail__remainder {
    margin-bottom: 2rem;
    padding: 24px 40px;
  }
  .product-detail__props {
    margin-bottom: 3.125rem;
  }
  .product-detail__bonuses {
    padding: 17px 40px;
  }
}

@media (min-width: 992px) {
  .product-detail__v2 .row {
    margin-right: -18px;
    margin-left: -18px;
  }
  .product-detail__v2 [class*="col"] {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.product-detail__v2 .product-detail_top {
  margin-bottom: 25px;
  padding-right: 30px;
}

.product-detail__v2 .product-detail__wrap {
  margin-bottom: -30px;
}

.product-detail__v2 .product-detail__column {
  margin-bottom: 30px;
}

.product-detail__v2 .gallery__pictures {
  margin-bottom: 0;
}

.product-detail__v2 .gallery__picture {
  padding-top: 65.71%;
  border-radius: 0;
}

@media (min-width: 992px) {
  .product-detail__v2 .gallery__picture {
    padding-top: 374px;
  }
}

@media (max-width: 991px) {
  .product-detail__v2 .gallery__picture {
    padding-top: 40%;
  }
  .product-detail__v2 .gallery__picture .gallery__image {
    padding-top: 35px;
  }
}

.product-detail__v2 .gallery__image {
  max-width: 85%;
}

.product-detail__v2 .product-detail__remainder {
  margin-bottom: 0;
}

@media (min-width: 1440px) {
  .product-detail__v2 .product-detail__thumbs {
    width: 350px;
  }
  .product-detail__v2 .product-detail__remainder {
    width: 520px;
  }
  .product-detail__v2 .product-detail__info {
    width: 418px;
  }
}

.video {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden;
}

.video__embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gift {
  padding-top: 57px;
  padding-bottom: 67px;
}

.gift:nth-child(odd) {
  background-color: #f3f3f3;
}

.gift__info {
  padding-top: 1.8rem;
}

.gift__title {
  margin-top: 0;
  margin-bottom: 2rem;
}

.gift__description {
  margin-bottom: 1.75rem;
  font-size: 1rem;
  line-height: 1.33;
  color: #505050;
}

.gift__description_detail {
  display: none;
}

.gift__toggle {
  margin-bottom: 2.6rem;
  font-size: 1rem;
  line-height: 1.2;
}

.gift__toggle a {
  text-decoration: none;
  border-bottom: 1px dashed #000000;
  color: #e66933;
}

.gift__toggle a:hover,
.gift__toggle a:focus {
  border-bottom-color: #e66933;
}

@media (min-width: 992px) {
  .gift__description {
    font-size: 1.125rem;
  }
  .gift__toggle {
    font-size: 1.25rem;
  }
}

.offers__list {
  margin: 0 0 1.6rem;
  padding: 1.25rem 0 0.15rem;
  list-style: none;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.offers__item {
  margin-bottom: 0.3rem;
}

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

.offers__dropdown {
  margin: 0 0 1.6rem;
}

.offers__select {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .offers__label {
    font-size: 1.125rem;
  }
  .offers__select {
    font-size: 1.125rem;
  }
}

.new-supplies {
  background-color: #f3f3f3;
}

.new-supplies__wrap {
  margin-bottom: -20px;
}

.new-supplies__column {
  display: flex;
  margin-bottom: 20px;
}

.new-supply {
  display: flex;
  flex-grow: 1;
}

.new-supply__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  padding: 27px 30px;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  color: #e66933;
}

.new-supply__picture {
  flex: 0 0 auto;
  margin-bottom: 10px;
}

.new-supply__image {
  vertical-align: middle;
}

.new-supply__title {
  flex: 0 0 auto;
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #e66933;
}

@media (min-width: 1200px) {
  .new-supply__wrap {
    flex-direction: row;
    padding: 37px 40px;
    text-align: left;
  }
  .new-supply__picture {
    order: 1;
    max-width: 48%;
    margin: 0;
  }
  .new-supply__title {
    max-width: 48%;
  }
}

@media (min-width: 1440px) {
  .new-supply__title {
    font-size: 1.5rem;
  }
}

.elements-list__wrap {
  display: flex;
  flex-direction: column;
}

.elements-list__item {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 2px solid #828282;
}

.elements-list__title {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.elements-list__title a {
  text-decoration: none;
  color: inherit;
}

.elements-list__title a:hover,
.elements-list__title a:active {
  text-decoration: none;
  color: #e66933;
}

.elements-list__text {
  font-size: 1rem;
  line-height: 1.4;
}

.elements-list__more {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .elements-list__item {
    margin-bottom: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .elements-list__title {
    font-size: 1.625rem;
  }
  .elements-list__text {
    font-size: 1.125rem;
  }
  .elements-list__more {
    margin-top: 3.75rem;
  }
}

.footer-nav {
  font-size: 1rem;
  line-height: 1.125;
}

.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav__item {
  margin: 0 0 1.125rem;
  padding: 0;
}

.footer-nav__link {
  text-decoration: none;
  color: #ffffff;
}

.footer-text {
  font-size: 13px;
  line-height: 15px;
}

.footer-text a {
  color: #bdbdbd;
}

.social__list {
  display: flex;
  justify-content: center;
}

.footer__contacts .social__list {
  justify-content: flex-start;
}

.social__link {
  display: flex;
  font-size: 0;
}

.social__link + .social__link {
  margin-left: 21px;
}

.social__icon {
  width: 32px;
  height: 32px;
  transition: 0.2s;
  fill: #ffffff;
}

.footer .social__icon {
  width: 26px;
  height: 26px;
}

.social__icon:hover {
  fill: #e66933;
}

.copyright {
  font-size: 12px;
  font-style: normal;
}

.copyright a {
  text-decoration: none;
  color: inherit;
}

.copyright a:hover,
.copyright a:active {
  text-decoration: none;
  color: #e66933;
}

.copyright__icon {
  width: 71px;
  height: 10px;
  fill: currentColor;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

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

.modal.show .modal-dialog {
  transform: none;
}

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 20px);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 20px);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 20px);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 20px);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000000;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  transition: opacity 0.3s ease-out;
}

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 62px 0 20px;
}

.modal-title {
  margin: 0;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.2;
}

.modal-title-large {
  font-size: 1.875rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 26px 20px 30px;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 26px 20px 30px;
  border-top: 1px solid #f3f3f3;
}

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

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  transition: all 0.2s;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 3px;
  margin-top: -1px;
  margin-left: -22px;
  background-color: #bdbdbd;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 517px;
    margin: 20px auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 40px);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 40px);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 40px);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 40px);
  }
  .modal-header {
    padding: 36px 26px 0;
  }
  .modal-body {
    padding: 41px 26px 50px;
  }
  .modal-body {
    padding-right: 26px;
    padding-left: 26px;
  }
  .modal-title {
    font-size: 2.25rem;
  }
  .modal-title-large {
    font-size: 2.625rem;
  }
  .modal-sm .modal-dialog {
    max-width: 470px;
  }
  .modal-close {
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .modal-lg .modal-dialog,
  .modal-xl .modal-dialog {
    max-width: 800px;
  }
  .modal-lg .modal-body,
  .modal-xl .modal-body {
    padding-top: 50px;
  }
}

@media (min-width: 1440px) {
  .modal-xl .modal-dialog {
    max-width: 1070px;
  }
}

.added-to-cart__list {
  margin-bottom: 1.5rem;
}

.added-to-cart__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.added-to-cart__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 100%;
  padding-right: 40px;
  margin-bottom: 1rem;
}

.added-to-cart__image {
  max-width: 100%;
  height: auto;
}

.added-to-cart__title {
  flex: 0 1 100%;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  color: #000000;
}

.added-to-cart__quantity-wrap {
  flex: 0 1 auto;
  margin-right: 0.5rem;
}

.added-to-cart__price-wrap {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  font-size: 1.25rem;
  line-height: 1.4;
}

.added-to-cart__price-wrap::before {
  content: "=";
  margin-right: 0.5rem;
  color: #252525;
}

.added-to-cart__price {
  color: #e66933;
}

.added-to-cart__remove {
  position: absolute;
  top: 1.5rem;
  right: 0;
}

.added-to-cart__buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: -0.75rem;
}

.added-to-cart__button {
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .added-to-cart__list {
    margin-bottom: 2rem;
  }
  .added-to-cart__item {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .added-to-cart__picture {
    flex-basis: 26.1%;
    margin-right: 4.6%;
    margin-bottom: 0;
    padding-right: 0;
  }
  .added-to-cart__title {
    flex-basis: 26.1%;
    margin-right: 3.45%;
    margin-bottom: 0;
  }
  .added-to-cart__quantity-wrap {
    margin-right: 1.8rem;
  }
  .added-to-cart__price-wrap {
    margin-right: 1.8rem;
  }
  .added-to-cart__price-wrap::before {
    margin-right: 1.5rem;
  }
  .added-to-cart__remove {
    position: static;
    margin-left: auto;
  }
  .added-to-cart__buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.order-product__section ~ .order-product__section {
  border-top: 0;
}

.order-product__head {
  padding: 20px 30px 25px 20px;
}

.order-product__title {
  margin: 0 0 8px;
}
@media (max-width: 575px) {
  .order-product__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    font-family: "Ubuntu", sans-serif;
  }
}

.order-product__subtitle {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

.order-product__errors {
  margin-top: 15px;
}

.order-product__errors-item {
  margin: 0 0 5px;
}

.order-product__errors-item:last-child {
  margin: 0;
}

.order-product__footer {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.order-product__promo {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.order-product__promo-input {
  flex: 0 0 100%;
  margin-bottom: 10px;
}

.order-product__promo-btn {
  flex: 0 0 100%;
  font-weight: 700;
}

.order-product__total {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.order-product__total-text {
  margin-right: 24px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.6;
}

.order-product__total-value {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #e66933;
}

.order-product__total-text {
  font-size: 1rem;
  margin-right: 24px;
  font-weight: 500;
}

.order-product__total-value {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #e66933;
}

@media (min-width: 576px) {
  .order-product__head {
    padding: 25px 40px;
  }
  .order-product__footer {
    padding: 20px 40px;
  }
}

@media (min-width: 992px) {
  .order-product__promo-input {
    flex-basis: calc(100% / 7 * 5 - 20px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .order-product__promo-btn {
    flex-basis: calc(100% / 7 * 2);
  }
  .order-product__total {
    justify-content: flex-end;
  }
}

@media (min-width: 1440px) {
  .order-product__promo {
    flex-basis: calc(100% / 12 * 7 - 20px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .order-product__total {
    flex-basis: calc(100% / 12 * 5);
    justify-content: center;
  }
}

.order-product-item {
  position: relative;
  padding: 20px 15px 20px;
  display: flex;
  flex-wrap: wrap;
}

.order-product-item:last-child {
  border-bottom: 0px;
}

.order-product-item__inf {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.order-product-item__order {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
}

.order-product-item__img {
  width: 156px;
  height: 98px;
  display: block;
  margin: auto;
  object-fit: contain;
}

.order-product-item__img-wrap {
  margin: -20px -15px 20px;
  width: calc(100% + 30px);
  padding: 22px 19px 11px 22px;
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
}

@media (min-width: 576px) {
  .order-product-item__img-wrap {
    margin: -20px -40px 20px;
    width: calc(100% + 80px);
    border: none;
  }
}

.order-product-item__title {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.order-product-item__article {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #505050;
  display: block;
  margin: 4px 0 0;
}

.order-product-item__local {
  margin-bottom: 10px;
}

.order-product-item__local-text {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #505050;
  display: block;
}

.product-item__local-item {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.order-product-item__local-empty {
  color: #ce1010;
}

.product-item__local-name {
  margin-right: 10px;
  width: 130px;
  flex-grow: 1;
  font-size: 13px;
}

.order-product-item__count {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  order: 1;
}

.order-product-item__quantity {
  margin: 10px 0;
}

.order-product-item__count-tail {
  flex: 0 0 100%;
  text-align: right;
}

.order-product-item__price,
.order-product-item__multiply,
.order-product-item__total,
.order-product-item__equal {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.order-product-item__price {
  color: #252525;
}

.order-product-item__multiply {
  margin: 0 auto;
  font-size: 1rem;
}

.order-product-item__equal {
  margin: 0 14px;
}

.order-product-item__total {
  color: #e66933;
}

.order-product-item__remove {
  position: absolute;
  right: 10px;
  top: 12px;
}

@media (min-width: 576px) {
  .order-product-item__title {
    line-height: 1.4;
  }
  .order-product-item {
    padding: 20px 40px;
  }
  .order-product-item__inf {
    margin-bottom: 30px;
  }
  .order-product-item__local-text {
    line-height: 1.71;
  }
  .order-product-item__local {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .order-product-item__img-wrap {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .order-product-item__inf {
    flex-basis: calc(50% - 22px);
    margin-right: 22px;
    margin-bottom: 0;
  }
  .order-product-item__order {
    flex: 0 0 50%;
    padding-right: 30px;
    position: relative;
    padding-right: calc(100% / 12);
  }
  .order-product-item__local {
    margin: 20px 0 0;
    order: 2;
  }
  .product-item__local-item {
    margin-top: 10px;
  }
  .order-product-item__count {
    justify-content: flex-end;
    order: 1;
  }
  .order-product-item__count-tail {
    text-align: right;
  }
  .order-product-item__remove {
    top: 10px;
    transform: translate(-50%, 0);
  }
  .order-product-item__remove_center {
    top: 50%;
    transform: translate(-50%, 0);
  }
}

@media (min-width: 1200px) {
  .order-product-item__inf {
    flex-wrap: nowrap;
  }
  .order-product-item__img-wrap {
    flex-basis: calc(100% / 5 * 2 - 10px);
    margin-right: 10px;
    margin-bottom: 0;
    align-self: flex-start;
  }
  .order-product-item__img {
    width: 100%;
    height: auto;
  }
  .order-product-item__des {
    flex-basis: calc(100% / 5 * 3 - 10px);
    margin-left: 10px;
  }
}

@media (min-width: 1440px) {
  .order-product-item__quantity {
    margin: 0;
  }
  .order-product-item__count-tail {
    flex-basis: auto;
    text-align: left;
  }
  .order-product-item__remove {
    top: 0;
    right: calc(100% / 24);
  }
  .order-product-item__remove_center {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.order-page__section {
  padding: 20px 15px;
}

.order-page__section ~ .order-page__section {
  border-top: 1px dashed #c7c7c7;
}

.order-page__section-head {
  margin-bottom: 30px;
  font-size: 24px;
}

.order-page__section-title {
  margin: 0;
  font-size: 24px;
}

.order-page__section-subtitle {
  margin-top: 7px;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}

.order-page__disclaimer {
  font-size: 1rem;
  padding: 25px 15px 25px;
}

@media (min-width: 576px) {
  .order-page__section {
    padding: 40px;
  }
  .order-page__disclaimer {
    padding: 50px 40px 25px;
  }
}

@media (min-width: 992px) {
  .order-page__disclaimer {
    padding: 80px 40px 25px;
  }
}

@media (min-width: 1200px) {
  .order-page__disclaimer {
    padding: 120px 40px 25px;
  }
}

.search-location {
  position: relative;
}

.search-location__list {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  bottom: -5px;
  transform: translateY(100%);
  padding: 5px;
  overflow: auto;
  max-height: 200px;
}

.footer__logo .logo__image {
  object-fit: contain;
}

.search-location__item {
  padding: 10px 10px;
  cursor: pointer;
}

.search-location__item:hover {
  background-color: #dadada;
}

.search-location__input {
  background-color: #ffffff;
  padding-right: 50px;
}

.search-location__input-wrap {
  position: relative;
}

.search-location__icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(3.125rem / 2 - 10px);
  right: 19px;
}

.order-delivery__item {
  margin-bottom: 28px;
}

.order-delivery__item:last-child {
  margin-bottom: 0;
}

.order-delivery__conditions {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0;
}

.order-delivery__conditions-item {
  flex: 0 0 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}

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

.order-delivery__conditions-title {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  display: block;
}

.order-delivery__conditions-val {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #e66933;
  display: block;
}

@media (min-width: 576px) {
  .order-delivery__conditions-item {
    flex-basis: 50%;
    margin-bottom: 0;
  }
  .order-delivery__conditions-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .order-delivery__conditions-item {
    flex-basis: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .order-delivery__conditions-item {
    flex-basis: calc(100% / 12 * 4);
  }
}

@media (min-width: 1440px) {
  .order-delivery__conditions-item {
    flex-basis: calc(100% / 12 * 3);
  }
}

.order-info {
  margin-bottom: -26px;
}

.order-info__item {
  margin-bottom: 26px;
}

@media (min-width: 431px) {
  .order-total {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
  }
}

.order-total__total-item {
  display: flex;
  align-items: baseline;
}

.order-total__title {
  margin: 0 0 15px 0;
}

.order-total__price {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #e66933;
  margin-bottom: 15px;
}

.order-total__btn {
  flex-grow: 0;
  padding: 1rem 2rem;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
}

@media (min-width: 576px) {
  .order-total__price {
    font-size: 2.5rem;
  }
  .order-total__btn {
    font-size: 1.125rem;
    width: auto;
  }
}

@media (min-width: 992px) {
  .order-total {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
  .order-total__title {
    margin: 0;
  }
  .order-total__price {
    margin: 0 3.125rem 0 1.875rem;
  }
  .order-total__btn {
    padding: 1.375rem 4.1875rem;
    margin: 10px 0;
  }
}

.order-product__section.order-product__section_license {
  background-color: #f5f0f0;
}

.cart {
  position: relative;
  z-index: 10;
}

.cart_open .user-nav__icon,
.cart:hover .user-nav__icon {
  stroke: #e66933;
}

.cart_open .cart__preview,
.cart:hover .cart__preview {
  visibility: visible;
  opacity: 1;
}

.cart__preview {
  position: absolute;
  top: 100%;
  right: -30px;
  z-index: 990;
  display: block;
  width: calc(100vw - 20px);
  margin-top: 18px;
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

.cart__preview::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
}

.cart__preview::after {
  content: "";
  position: absolute;
  top: -11px;
  right: 47px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top-width: 11px;
  border-bottom-color: transparent;
  border-top-width: 0;
  border-bottom-color: #ffffff;
  transform: none !important;
}

.cart__item {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-bottom: 1px solid #c7c7c7;
}

.cart__img-wrap {
  align-self: center;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.cart__img {
  max-width: 100%;
  max-height: 90px;
}

.bx-ie .cart__img {
  max-width: 90px;
}

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

.cart__title {
  flex: 0 0 100%;
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cart__order {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.2;
}

.cart__multiply {
  margin: 0 5px;
}

.cart__price {
  color: #e66933;
}

.cart__remove {
  margin-left: auto;
}

.cart__footer {
  padding: 10px;
}

.cart__total {
  text-align: right;
  margin-bottom: 10px;
}

.cart__total-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  display: inline-block;
  margin-right: 5px;
}

.cart__total-price {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.2rem;
  color: #e66933;
}

.cart__btn {
  display: block;
  width: 100%;
}

@media (min-width: 576px) {
  .cart__preview {
    width: 520px;
    margin-top: 21px;
  }
  .cart__preview::before {
    top: -21px;
    height: 21px;
  }
}

@media (max-width: 1024px) {
  .elements-list .elements-list__wrap p {
    margin-bottom: 0;
  }
  .articles {
    margin-bottom: 38px;
  }
  .article__wrap .article-post__image {
    margin: 0;
  }
  .article-post__pic {
    margin-bottom: 20px;
  }
  .article-post__pic .article-post__image {
    max-height: max-content;
  }
  .article__wrap.information .articles__column:nth-child(n + 3) {
    display: none;
  }
  .article-post__text .article-post__title {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
  }
  /* .article-post__text .article-post__description {
    display: none;
  } */
  .article-post__text .link-next {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
  }
  .product-detail.product-detail__v2 .product-detail__wrap .gallery {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .product-detail.product-detail__v2 .product-detail__wrap .gallery {
    padding: 0 10px;
  }
}
@media (max-width: 660px) {
  .article__wrap.row .articles__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-post__pic .article-post__image {
    max-height: none;
  }
  .article-post__pic {
    margin-bottom: 15px;
  }
  .header__user-nav .header-search .user-nav__link {
    display: none;
  }
}

@media (min-width: 661px) and (max-width: 1024px) {
  .header__logo {
    margin-bottom: 0;
    line-height: 0;
  }
  .navbar__callback {
    margin-top: 12px;
  }
  .callback__phone {
    font-size: 18px;
  }
  .callback__icon {
    margin-right: 12px;
  }
  .container__title {
    font-size: 32px;
    line-height: 38px;
  }
  .section-home__cell .section-home__item .section-home__title {
    font-size: 28px;
    line-height: 45px;
    padding-left: 22px;
    padding-bottom: 8px;
  }
  .section-home__cell .section-home__item ul {
    padding-left: 30px;
  }
  .section-home__list.section_margin {
    margin-bottom: 37px;
  }
  .brands .section-head.section-head_margin {
    margin-bottom: 19px;
  }
  .about .section-head.section-head_margin {
    margin-bottom: 16px;
  }
  .about.section_margin_large {
    margin-bottom: 65px;
  }
  .news .news__wrap .news__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news-sale__blocks .section-head__title {
    margin-bottom: 7px;
  }
  .sertificates__picture {
    padding: 10px 7px;
  }
  .breadcrumbs {
    margin-top: 23px;
  }
  .articles .section-head.section-head_margin {
    margin-bottom: 32px;
  }

  .blog {
    margin-bottom: 20px;
  }
  .blog .section-head.section-head_margin {
    margin-bottom: 25px;
  }
  .blog-post__text {
    left: 20px;
    bottom: 27px;
  }
  .blog-post__title {
    margin-bottom: 10px;
  }
  .blog-post__image,
  .news-slide__pic img {
    height: 245px;
    object-fit: cover;
  }

  .news-slide__pic {
    margin-bottom: 0;
  }

  .news-slider.section {
    margin-bottom: 55px;
  }

  .elements-list {
    margin-bottom: 62px;
  }
  .page-title {
    line-height: 36px;
    margin-top: 7px;
    margin-bottom: 33px;
  }
  body.font-serif .page-title {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    line-height: 31px;
    margin-top: 7px;
    margin-bottom: 38px;
  }

  .page-title.page-title--size {
    font-size: 24px;
    line-height: 31px;
    margin-top: 7px;
    margin-bottom: 38px;
  }
  .mobile-menu-control {
    margin-bottom: 23px;
  }
  .mobile-menu-control__item-link {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    padding: 16px 43px 16px 20px;
    line-height: 1.1;
  }
  .section-head__link.link-bordered {
    font-family: "Ubuntu", sans-serif;
  }
  body.font-serif .section-head__title {
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    line-height: 41px;
    font-weight: 700;
  }
  .new-supplies {
    background-color: transparent;
    padding: 0;
    margin-bottom: 32px;
  }
  .new-supplies .section-head {
    margin-bottom: 25px;
  }
  .new-supply__wrap {
    padding: 0;
    text-align: left;
  }
  .new-supply__picture {
    margin-bottom: 0;
    height: 100%;
  }
  .new-supply__picture img {
    height: 100%;
  }
  .new-supplies__wrap {
    margin-bottom: 0;
  }
  .new-supplies__wrap .new-supplies__column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.font-serif .new-supply__title {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    bottom: 34px;
    left: 20px;
  }
  .tags {
    margin-bottom: 31px;
  }
  .tags .tag.tags__item {
    padding: 6px 14px;
    margin-bottom: 12px;
  }

  /* товар вид 2*/
  .bx-catalog-element ~ .container .products__wrap .products__column,
  .bx-catalog-element .container .products__wrap .products__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bx-catalog-element ~ .container .products__wrap .owl-custom .owl-nav,
  .bx-catalog-element .container .products__wrap .owl-custom .owl-nav {
    display: none;
  }

  .bx-catalog-element
    .container
    .products__wrap
    .owl-custom.owl-carousel
    .owl-dots,
  .bx-catalog-element
    ~ .container
    .products__wrap
    .owl-custom.owl-carousel
    .owl-dots {
    display: block;
    bottom: -28px;
  }
  .bx-catalog-element .sertificates .section-head,
  .bx-catalog-element ~ .container .sertificates .section-head {
    display: none;
  }
  .bx-catalog-element
    .sertificates.section.section_margin.section_margin_xlarge,
  .bx-catalog-element
    ~ .container
    .sertificates.section.section_margin.section_margin_xlarge {
    margin-top: 110px;
    margin-bottom: 67px;
  }
  .sertificates__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .product-detail__brand-link,
  .product-detail__number {
    display: none;
  }
  .product-detail__wrapper {
    position: relative;
  }
  .product-detail__top {
    position: absolute;
    z-index: 100;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .product-detail__availability {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    max-width: 58px;
  }
  .product__action-button + .product__action-button {
    margin-left: 31px;
  }
  .product-detail.product-detail__v2
    .product-detail__section
    .product-detail__thumbs {
    padding-top: 23px;
  }
  .product-detail.product-detail__v2
    .product-detail__info
    .product-detail__purchase {
    padding: 29px 38px 0;
  }
  .product-detail__caption,
  .product-detail__caption {
    font-size: 14px;
    line-height: 14px;
    color: #bdbdbd;
    margin-bottom: 6px;
  }
  .product-detail__section.section_margin_xlarge {
    margin-bottom: 67px;
  }
  .product-detail__quantity-wrap {
    flex: 0 0 187px;
    margin-right: 0;
  }
  .product-detail__price {
    font-size: 20px !important;
  }
  .product-detail__button {
    margin-bottom: 12px;
  }
  .button_outline.product-detail__button {
    margin-bottom: 44px;
    margin-left: 0;
  }
  .product-detail__bonuses {
    text-align: center;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 13px;
    line-height: 18px;
  }
  .product-detail__props {
    margin-bottom: 14px;
  }
  .tabs-content__title.h2 {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }
  .product-detail.product-detail__v2
    .product-detail__section.product-detail__section_main {
    margin-bottom: 44px;
  }
  .product-detail__v2 .product-detail__wrap {
    margin: 0;
  }
  .product-detail__section.section.section_margin.section_margin_xlarge
    .products
    .section-head__title.h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .product-detail__column.col-12.col-md-5.col-lg-3,
  .product-detail__column ~ .col-12.col-md-7.col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-detail__buttons {
    flex-direction: column;
  }

  /* товар вид 1 */
  .product-detail__wrap.row {
    margin: 0;
  }
  .product-detail .product-detail__section.product-detail__section_main {
    margin-bottom: 49px;
    padding: 0;
  }
  .product-detail .product-detail__section {
    margin-bottom: 67px;
  }
  .product-detail__wrap .product-detail__mobile-info {
    margin-left: -15px;
  }
  .product-detail .product-detail__info .product-detail__purchase {
    padding: 6px 38px 0;
  }

  /* footer */
  .main-page-section-list .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer__contacts {
    margin-top: 7px;
  }

  .footer__row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__contacts-row {
    margin-bottom: 21px;
  }
  .footer__logo .logo__image {
    width: 158px;
  }
  .footer-text {
    margin-bottom: 47px;
  }

  /* табы */
  .bx-catalog-element .tabs-content__block .row {
    margin: 0;
  }
  .product-detail.product-detail__v2
    .tabs-content
    .tabs-content__block
    > .row
    > .col-12.col-lg-8 {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .cart__preview {
    width: 710px;
    margin-top: 26px;
  }
  .cart__preview::before {
    top: -26px;
    height: 26px;
  }
  .cart__item {
    padding: 20px 23px;
    flex-direction: row;
    align-items: center;
  }
  .cart__img-wrap {
    flex: 0 0 90px;
    margin-right: 23px;
    align-self: flex-start;
  }
  .cart__inf {
    flex: 0 1 100%;
    align-items: flex-start;
  }
  .cart__title {
    flex: 0 0 327px;
  }
  .cart__order {
    margin-left: auto;
  }
  .cart__remove {
    margin-left: 34px;
  }
  .cart__footer {
    padding: 27px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .cart__total {
    text-align: right;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .cart__total-text {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .cart__btn {
    margin-left: 30px;
    width: auto;
    padding: 1rem 2.5rem;
  }
}

@media (min-width: 1200px) {
  .cart__preview {
    right: -5px;
    margin-top: 40px;
  }
  .cart__preview::before {
    top: -40px;
    height: 40px;
  }
  .cart__preview::after {
    right: 22px;
  }
}

@media (min-width: 1440px) {
  .cart__preview {
    margin-top: 38px;
  }
  .cart__preview::before {
    top: -38px;
    height: 38px;
  }
  .cart__preview::after {
    right: 28px;
  }
}

.loader {
  position: relative;
}

.loader_absolute {
  position: absolute;
}

.loader:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 40px;
  height: 40px;
  border: 3px solid #e66933;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation-name: loader-run;
  animation-name: loader-run;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 101;
}

@-webkit-keyframes loader-run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loader-run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.order-error-message__list {
  border: 1px solid #ce1010;
  margin: 0;
  padding: 30px 30px 30px 50px;
}

.order-error-message__item {
  color: #ce1010;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.order-error-message__item:last-child {
  margin-bottom: 0;
}

/* Боковая панель кабинета под мобилку start */
.navbar-lk,
.navbar.header__navbar {
  padding: 16px 25px 25px;
}

.navbar-lk__header,
.navbar__header {
  display: flex;
  border-bottom: 1px solid #555555;
  padding-bottom: 16px;
}

.navbar__header-search-wrapper {
  display: none;
  border-bottom: 1px solid #555555;
  padding-bottom: 16px;
  padding-top: 16px;
}

.header-search-btn {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: none;
}
@media (max-width: 660px) {
  .header-search-btn {
    display: block;
  }
}

@media (max-width: 1200px) {
  .navbar__header-search-wrapper {
    display: none;
  }

  /* .user-nav__item.header-search.js-header-search:not(.navbar__header-search) .user-nav__link {
        display: none;
    } */

  .navbar__header-search-wrapper
    .user-nav__item.header-search.js-header-search {
    display: flex;
  }
}

@media (max-width: 660px) {
  .header__logo {
    margin-bottom: 0;
  }
  .navbar__callback {
    padding-top: 10px;
  }
  .navbar__header-search-wrapper {
    display: flex;
  }
  .bx-catalog-element .owl-custom.owl-carousel .owl-dots,
  .bx-catalog-element ~ .container .owl-custom.owl-carousel .owl-dots {
    width: 100%;
    left: 0;
    bottom: 5px;
  }
  .bx-catalog-element .products .section-head {
    margin-bottom: 23px;
  }

  .tabs-content__content .props__name {
    font-size: 14px;
  }
  .section-head__link {
    display: none;
  }
}

.navbar__header-search {
  display: flex;
  align-items: center;
}

.navbar__header-search-text.user-nav__link {
  margin-left: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  width: auto;
}

.header__mob-menu-cont-header,
.header__mob-filter-cont-header {
  display: flex;
  border-bottom: 1px solid #555555;
  padding-bottom: 16px;
}

.header__mob-menu-cont-header-wrapper,
.header__mob-filter-cont-header-wrapper {
  padding: 16px 25px 0 25px;
}

.navbar-lk__header-close,
.navbar__header-close,
.header__mob-menu-cont-close,
.header__mob-filter-cont-close {
  height: 20px;
  width: 20px;
  display: flex;
  text-align: center;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  font-size: 20px;
  line-height: 14px;
  margin-right: 15px;
}

.navbar-lk__header-name {
  font-size: 14px;
}

.navbar-lk__nav-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.navbar-lk__nav-item-link,
.navbar-lk__logout {
  text-decoration: none;
  color: #fff;
  padding-left: 0;
  cursor: pointer;
  transition: color 0.2s;
}

.navbar-lk__logout:hover {
  color: #e66933;
}

.navbar-lk__nav-item {
  margin-top: 20px;
}

.navbar-lk__nav-item:last-child {
  margin-bottom: 20px;
}

.navbar-lk__footer {
  padding-top: 20px;
  border-top: 1px solid #555555;
}

.navbar-lk__login-form-wrapper {
  padding-top: 20px;
  padding-bottom: 2px;
}

.navbar-lk__login-form-input {
  width: 100%;
  border-radius: 5px;
  height: 39px;
  border: 0;
  outline: none;
  padding-left: 15px;
}

.navbar-lk__login-form-name {
  font-size: 18px;
  font-weight: bold;
}

.navbar-lk__login-form-cb-group {
  height: 24px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.navbar-lk__login-form-cb-label {
  cursor: pointer;
  font-size: 12px;
  padding-left: 34px;
}

.navbar-lk__login-form-cb-label::before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 4px;
  background-color: #dadada;
  position: absolute;
  left: 0;
  top: 0;
}

.navbar-lk__login-form-cb:checked ~ .navbar-lk__login-form-cb-label::after {
  content: "";
  background-image: url(/images/icons/checkbox-mark.svg);
  height: 15px;
  width: 15px;
  position: absolute;
  left: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-lk__login-form-cb {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  left: -10px;
  height: 13px;
  width: 13px;
}

.navbar-lk__login-form-input:first-child {
  margin-bottom: 13px;
  margin-top: 28px;
}

.navbar-lk__forgot-the-pass,
.navbar-lk__register {
  display: block;
}

.navbar-lk__form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navbar-lk__login-form-submit {
  border: 0;
  background-color: #e66933;
  height: 44px;
  width: 148px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  margin: 28px auto;
}

.navbar-lk__login-form-submit:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #000;
}

@media (min-width: 1200px) {
  .navbar-lk {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -100px;
    padding: 0;
  }

  .navbar__header {
    padding: 0;
    height: 0;
    width: 0;
    overflow: hidden;
  }
  .navbar.header__navbar {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .top-nav__link {
    font-size: 14px;
  }

  .navbar__callback-line {
    display: block;
    width: 200%;
    height: 1px;
    border-top: 1px solid #aaa;
    position: absolute;
    top: 0;
    margin: 0 -200px;
  }

  .navbar__callback {
    position: relative;
  }

  body,
  html {
    overflow-x: hidden;
  }
}
/* Боковая панель кабинета под мобилку end */

a.descktop-lk-link {
  display: flex;
  align-items: center;
}

.order-total__total {
  margin: 35px 0;
  display: flex;
  align-items: baseline;
  width: 100%;
}
@media (min-width: 576px) {
  .order-product__section {
    border: 1px solid #bdbdbd;
  }
  .order-total__total {
    width: auto;
    min-width: 50%;
  }
  .order-product-item {
    border-bottom: 1px solid #bdbdbd;
  }
}
@media (max-width: 575px) {
  .order-product__section {
    background: #f3f3f3;
  }

  .order-product__section_license {
    margin-bottom: 166px;
  }

  .order-product__section {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 10px 20px rgba(0, 0, 0, 0.04);
  }

  .order-product__section_promo {
    box-shadow: none;
    background: none;
  }

  .order-product__footer {
    padding: 0 20px;
    margin: 35px -20px 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }

  .order-product__promo {
    margin: 0 -20px;
    padding: 20px;
    width: calc(100% + 40px);
    flex-basis: calc(100% + 40px);
    border-bottom: 1px solid #c1c1c1;
  }

  .order-page__section_total {
    padding: 0;
  }

  .order-cost-total__title {
    margin-bottom: 10px;
  }

  .order-total__total {
    margin: 35px 0;
    width: 100%;
  }

  .order-total__total .order-total__title {
    margin: 0;
  }

  .order-total__total .order-total__price {
    margin: 0 auto;
  }

  .order-page {
    margin: 0 10px;
  }

  .order-page__section_bottom {
    margin: 0 -20px;
    padding: 20px;
    width: calc(100% + 40px);
  }
}

.color-red {
  color: #ee1d24;
}
.fw-bold {
  font-weight: bold;
}

.product-detail__discount {
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 140%;
  color: #fff;
  background-color: #e66933;
  padding: 3px 8px;
  width: auto;
  display: flex;
  border-radius: 100px;
  align-self: flex-start;
}

.product__discount-wrapper .product-detail__special,
.product-detail__brand .product-detail__special {
  background-color: #e66933;
  padding: 7px 8px;
  display: block;
  width: min-content;
  color: #fff;
  border-radius: 100px;
  line-height: 100%;
  font-size: 12px;
}

@media (max-width: 575px) {
  .product-detail__discount {
    font-size: 14px;
  }
  .product__discount-wrapper .product-detail__special,
  .product-detail__brand .product-detail__special {
    font-size: 10px;
  }
  .comments__column {
    display: flex;
    justify-content: center;
  }
}

.width-70 {
  width: calc(100% - 85px);
}

.delivery-cost-popup {
  float: right;
  margin-top: -44px;
  padding: 11px 10px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#total_summ {
  padding: 11px 10px 10px 10px;
  border: 1px solid #ccc;
  margin-left: 20px;
  border-radius: 4px;
  display: inline-block;
}

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

.container__content {
  margin-top: 38px;
  margin-bottom: 24px;
}

.container__title {
  margin: 0;
}

.container__link {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 16px;
  padding: 6px 0;

  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px #e66933 solid;

  transition: 0.3s color ease-in, 0.3s transform ease-in;
}

.container__link:hover {
  color: #000;
}

.container__link:focus {
  transform: scale(0.9);
}

@media (min-width: 661px) {
  .container__content {
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
    margin-bottom: 27px;
  }

  .container__link {
    margin: 0;
  }

  .container__link {
    padding: 0 16px;
  }

  .section-head__link {
    font-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .container__link {
    padding: 0 86px;
  }
}

@media (max-width: 1025px) {
  .product-detail__brand {
    top: 50px;
  }
}

@media (min-width: 661px) and (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}
